@charset "UTF-8";
/*----- import helpers -------------------------------------------*/
/* Variables
-------------------------------------------------------------------------------------*/
/* Mixin
-------------------------------------------------------------------------------------*/
/*----- import vendors -------------------------------------------*/
body.fancybox-active { overflow: hidden; }

body.fancybox-iosfix { position: fixed; left: 0; right: 0; }

.fancybox-is-hidden { position: absolute; top: -9999px; left: -9999px; visibility: hidden; }

.fancybox-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99992; -webkit-tap-highlight-color: transparent; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.fancybox-outer { overflow-y: auto; -webkit-overflow-scrolling: touch; }

.fancybox-bg { background: #1e1e1e; opacity: 0; -webkit-transition-duration: inherit; -o-transition-duration: inherit; transition-duration: inherit; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg { opacity: 0.87; -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption-wrap { position: absolute; direction: ltr; z-index: 99997; opacity: 0; visibility: hidden; -webkit-transition: opacity .25s, visibility 0s linear .25s; -o-transition: opacity .25s, visibility 0s linear .25s; transition: opacity .25s, visibility 0s linear .25s; -webkit-box-sizing: border-box; box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption-wrap { opacity: 1; visibility: visible; -webkit-transition: opacity .25s, visibility 0s; -o-transition: opacity .25s, visibility 0s; transition: opacity .25s, visibility 0s; }

.fancybox-infobar { top: 0; left: 0; font-size: 13px; padding: 0 10px; height: 44px; min-width: 44px; line-height: 44px; color: #ccc; text-align: center; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; -webkit-font-smoothing: subpixel-antialiased; mix-blend-mode: exclusion; }

.fancybox-toolbar { top: 0; right: 0; margin: 0; padding: 0; }

.fancybox-stage { overflow: hidden; direction: ltr; z-index: 99994; -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage { overflow: visible; }

.fancybox-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; overflow: auto; outline: none; white-space: normal; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; z-index: 99994; -webkit-overflow-scrolling: touch; display: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; transition-property: opacity, -webkit-transform; -webkit-transition-property: opacity, -webkit-transform; -o-transition-property: transform, opacity; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before { content: ''; display: inline-block; vertical-align: middle; height: 100%; width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next { display: block; }

.fancybox-slide--image { overflow: visible; }

.fancybox-slide--image::before { display: none; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe { background: #000; }

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe { background: #E5E3DF; }

.fancybox-slide--next { z-index: 99995; }

.fancybox-slide > * { display: inline-block; position: relative; padding: 24px; margin: 44px 0 44px; border-width: 0; vertical-align: middle; text-align: left; background-color: #fff; overflow: auto; -webkit-box-sizing: border-box; box-sizing: border-box; }

.fancybox-slide > title, .fancybox-slide > style, .fancybox-slide > meta, .fancybox-slide > link, .fancybox-slide > script, .fancybox-slide > base { display: none; }

.fancybox-slide .fancybox-image-wrap { position: absolute; top: 0; left: 0; margin: 0; padding: 0; border: 0; z-index: 99995; background: transparent; cursor: default; overflow: visible; -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; -webkit-background-size: 100% 100%; background-size: 100% 100%; background-repeat: no-repeat; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; transition-property: opacity, -webkit-transform; -webkit-transition-property: opacity, -webkit-transform; -o-transition-property: transform, opacity; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap { cursor: -webkit-zoom-out; cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap { cursor: -webkit-zoom-in; cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap { cursor: -webkit-grab; cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap { cursor: -webkit-grabbing; cursor: grabbing; }

.fancybox-image, .fancybox-spaceball { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; max-width: none; max-height: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.fancybox-spaceball { z-index: 1; }

.fancybox-slide--iframe .fancybox-content { padding: 0; width: 80%; height: 80%; max-width: -webkit-calc(100% - 100px); max-width: calc(100% - 100px); max-height: -webkit-calc(100% - 88px); max-height: calc(100% - 88px); overflow: visible; background: #fff; }

.fancybox-iframe { display: block; margin: 0; padding: 0; border: 0; width: 100%; height: 100%; background: #fff; }

.fancybox-error { margin: 0; padding: 40px; width: 100%; max-width: 380px; background: #fff; cursor: default; }

.fancybox-error p { margin: 0; padding: 0; color: #444; font-size: 16px; line-height: 20px; }

/* Buttons */
.fancybox-button { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; vertical-align: top; width: 44px; height: 44px; margin: 0; padding: 10px; border: 0; -webkit-border-radius: 0; border-radius: 0; background: rgba(30, 30, 30, 0.6); -webkit-transition: color .3s ease; -o-transition: color .3s ease; transition: color .3s ease; cursor: pointer; outline: none; }

.fancybox-button, .fancybox-button:visited, .fancybox-button:link { color: #ccc; }

.fancybox-button:focus, .fancybox-button:hover { color: #fff; }

.fancybox-button[disabled] { color: #ccc; cursor: default; opacity: 0.6; }

.fancybox-button svg { display: block; position: relative; overflow: visible; shape-rendering: geometricPrecision; }

.fancybox-button svg path { fill: currentColor; stroke: currentColor; stroke-linejoin: round; stroke-width: 3; }

.fancybox-button--share svg path { stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) { display: none; }

.fancybox-button--pause svg path:nth-child(1) { display: none; }

.fancybox-button--zoom svg path { fill: transparent; }

/* Navigation arrows */
.fancybox-navigation { display: none; }

.fancybox-show-nav .fancybox-navigation { display: block; }

.fancybox-navigation button { position: absolute; top: 50%; margin: -50px 0 0 0; z-index: 99997; background: transparent; width: 60px; height: 100px; padding: 17px; }

.fancybox-navigation button:before { content: ""; position: absolute; top: 30px; right: 10px; width: 40px; height: 40px; background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left { left: 0; }

.fancybox-navigation .fancybox-button--arrow_right { right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small { position: absolute; top: 0; right: 0; width: 44px; height: 44px; padding: 0; margin: 0; border: 0; -webkit-border-radius: 0; border-radius: 0; background: transparent; z-index: 10; cursor: pointer; }

.fancybox-close-small:after { content: '×'; position: absolute; top: 5px; right: 5px; width: 30px; height: 30px; font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif; color: #888; font-weight: 300; text-align: center; -webkit-border-radius: 50%; border-radius: 50%; border-width: 0; background-color: transparent; -webkit-transition: background-color .25s; -o-transition: background-color .25s; transition: background-color .25s; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 2; }

.fancybox-close-small:focus { outline: none; }

.fancybox-close-small:focus:after { outline: 1px dotted #888; }

.fancybox-close-small:hover:after { color: #555; background: #eee; }

.fancybox-slide--image .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small { top: 0; right: -44px; }

.fancybox-slide--image .fancybox-close-small:after, .fancybox-slide--iframe .fancybox-close-small:after { font-size: 35px; color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after, .fancybox-slide--iframe .fancybox-close-small:hover:after { color: #fff; background: transparent; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small { display: none; }

/* Caption */
.fancybox-caption-wrap { bottom: 0; left: 0; right: 0; padding: 60px 2vw 0 2vw; background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8))); background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%); background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%); background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%); pointer-events: none; }

.fancybox-caption { padding: 30px 0; border-top: 1px solid rgba(255, 255, 255, 0.4); font-size: 14px; color: #fff; line-height: 20px; -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select { pointer-events: all; position: relative; /* Fix IE11 */ }

.fancybox-caption a { color: #fff; text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading { border: 6px solid rgba(100, 100, 100, 0.4); border-top: 6px solid rgba(255, 255, 255, 0.6); -webkit-border-radius: 100%; border-radius: 100%; height: 50px; width: 50px; -webkit-animation: fancybox-rotate .8s infinite linear; animation: fancybox-rotate .8s infinite linear; background: transparent; position: absolute; top: 50%; left: 50%; margin-top: -30px; margin-left: -30px; z-index: 99999; }

@-webkit-keyframes fancybox-rotate { from { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate { from { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated { -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1); -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1); transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next { opacity: 0; -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current { opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous { -webkit-transform: scale3d(1.5, 1.5, 1.5); transform: scale3d(1.5, 1.5, 1.5); opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next { -webkit-transform: scale3d(0.5, 0.5, 0.5); transform: scale3d(0.5, 0.5, 0.5); opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous { -webkit-transform: rotate(-360deg); -ms-transform: rotate(-360deg); transform: rotate(-360deg); opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous { -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next { -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current { -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous { -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next { -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current { -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share { padding: 30px; -webkit-border-radius: 3px; border-radius: 3px; background: #f4f4f4; max-width: 90%; }

.fancybox-share h1 { color: #222; margin: 0 0 20px 0; font-size: 33px; font-weight: 700; text-align: center; }

.fancybox-share p { margin: 0; padding: 0; text-align: center; }

.fancybox-share p:first-of-type { margin-right: -10px; }

.fancybox-share_button { display: inline-block; text-decoration: none; margin: 0 10px 10px 0; padding: 10px 20px; border: 0; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16); background: #fff; white-space: nowrap; font-size: 16px; line-height: 23px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; min-width: 140px; color: #707070; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; }

.fancybox-share_button:focus, .fancybox-share_button:hover { text-decoration: none; color: #333; -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }

.fancybox-share_button svg { margin-right: 5px; width: 20px; height: 20px; vertical-align: text-bottom; }

.fancybox-share input { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; margin: 5px 0 0 0; padding: 10px 15px; border: 1px solid #d7d7d7; -webkit-border-radius: 3px; border-radius: 3px; background: #ebebeb; color: #5d5b5b; font-size: 14px; outline: none; }

/* Thumbs */
.fancybox-thumbs { display: none; position: absolute; top: 0; bottom: 0; right: 0; width: 212px; margin: 0; padding: 2px 2px 4px 2px; background: #fff; -webkit-tap-highlight-color: transparent; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 99995; }

.fancybox-thumbs-x { overflow-y: hidden; overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs { display: block; }

.fancybox-show-thumbs .fancybox-inner { right: 212px; }

.fancybox-thumbs > ul { list-style: none; position: absolute; position: relative; width: 100%; height: 100%; margin: 0; padding: 0; overflow-x: hidden; overflow-y: auto; font-size: 0; white-space: nowrap; }

.fancybox-thumbs-x > ul { overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar { width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track { background: #fff; -webkit-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb { background: #2a2a2a; -webkit-border-radius: 10px; border-radius: 10px; }

.fancybox-thumbs > ul > li { float: left; overflow: hidden; padding: 0; margin: 2px; width: 100px; height: 75px; max-width: -webkit-calc(50% - 4px); max-width: calc(50% - 4px); max-height: -webkit-calc(100% - 8px); max-height: calc(100% - 8px); position: relative; cursor: pointer; outline: none; -webkit-tap-highlight-color: transparent; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; }

li.fancybox-thumbs-loading { background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img { position: absolute; top: 0; left: 0; max-width: none; max-height: none; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.fancybox-thumbs > ul > li:before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border: 4px solid #4ea7f9; z-index: 99991; opacity: 0; -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before { opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) { .fancybox-thumbs { width: 110px; }
  .fancybox-show-thumbs .fancybox-inner { right: 110px; }
  .fancybox-thumbs > ul > li { max-width: -webkit-calc(100% - 10px); max-width: calc(100% - 10px); } }

/* Slider */
.slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

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

.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }

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

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }

[dir='rtl'] .slick-slide { float: right; }

.slick-slide img { display: inline-block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide000 { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling; These styles are required for noUiSlider to function. You don't need to change these rules to apply your design. */
.noUi-target, .noUi-target * { -webkit-touch-callout: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -ms-touch-action: none; touch-action: none; -ms-user-select: none; -moz-user-select: none; user-select: none; -webkit-box-sizing: border-box; box-sizing: border-box; }

.noUi-target { position: relative; direction: ltr; }

.noUi-base, .noUi-connects { width: 100%; height: 3px; position: relative; z-index: 1; }

/* Wrapper for all connect elements. */
.noUi-connects { overflow: hidden; z-index: 0; }

.noUi-connect, .noUi-origin { will-change: transform; position: absolute; z-index: 1; top: 0; left: 0; height: 100%; width: 100%; -ms-transform-origin: 0 0; -webkit-transform-origin: 0 0; transform-origin: 0 0; }

/* Offset direction */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin { left: auto; right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the connect elements. */
.noUi-vertical .noUi-origin { width: 0; }

.noUi-horizontal .noUi-origin { height: 0; }

.noUi-handle { position: absolute; }

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin { -webkit-transition: transform 0.3s; -webkit-transition: -webkit-transform 0.3s; transition: -webkit-transform 0.3s; -o-transition: transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s; }

.noUi-state-drag * { cursor: inherit !important; }

/* Slider size and handle placement; */
.noUi-horizontal { height: 3px; }

.noUi-horizontal .noUi-handle { /* width: 34px; height: 28px; */ left: -17px; /* top: -6px; */ }

.noUi-vertical { width: 3px; }

.noUi-vertical .noUi-handle { /* width: 28px; height: 34px; */ left: -6px; /* top: -17px; */ }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle { right: -9px; left: auto; }

/* Styling; Giving the connect element a border radius causes issues with using transform: scale */
.noUi-target { /* background: #FAFAFA; border-radius: 4px; */ /* border: 1px solid #D3D3D3; */ background: #d9d9d9; }

.noUi-connects { -webkit-border-radius: 3px; border-radius: 3px; }

.noUi-connect { background-image: -webkit-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); }

/* Handles and cursors; */
.noUi-draggable { cursor: ew-resize; }

.noUi-vertical .noUi-draggable { cursor: ns-resize; }

.noUi-handle { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 20px; height: 20px; -webkit-border-radius: 50%; border-radius: 50%; background-image: -webkit-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); cursor: pointer; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }

.noUi-handle-lower { border: 7px solid #fff; }

.noUi-handle-upper { border: 4px solid #fff; }

.noUi-active { -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes; */
/* .noUi-handle:before, .noUi-handle:after { content: ""; display: block; position: absolute; height: 14px; width: 1px; background: #E8E7E6; left: 14px; top: 6px; } .noUi-handle:after { left: 17px; } */
.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after { width: 14px; height: 1px; left: 6px; top: 14px; }

.noUi-vertical .noUi-handle:after { top: 17px; }

/* Disabled state; */
[disabled] .noUi-connect { background: #B8B8B8; }

[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle { cursor: not-allowed; }

/* Base; */
.noUi-pips, .noUi-pips * { -webkit-box-sizing: border-box; box-sizing: border-box; }

.noUi-pips { position: absolute; color: #999; }

/* Values; */
.noUi-value { position: absolute; white-space: nowrap; text-align: center; }

.noUi-value-sub { color: #ccc; font-size: 10px; }

/* Markings; */
.noUi-marker { position: absolute; background: #CCC; }

.noUi-marker-sub { background: #AAA; }

.noUi-marker-large { background: #AAA; }

/* Horizontal layout; */
.noUi-pips-horizontal { padding: 10px 0; height: 80px; top: 100%; left: 0; width: 100%; }

.noUi-value-horizontal { -webkit-transform: translate(-50%, 50%); -ms-transform: translate(-50%, 50%); transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal { -webkit-transform: translate(50%, 50%); -ms-transform: translate(50%, 50%); transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker { margin-left: -1px; width: 2px; height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub { height: 10px; }

.noUi-marker-horizontal.noUi-marker-large { height: 15px; }

/* Vertical layout; */
.noUi-pips-vertical { padding: 0 10px; height: 100%; top: 0; left: 100%; }

.noUi-value-vertical { -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%, 0); transform: translate(0, -50%, 0); padding-left: 25px; }

.noUi-rtl .noUi-value-vertical { -webkit-transform: translate(0, 50%); -ms-transform: translate(0, 50%); transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker { width: 5px; height: 2px; margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub { width: 10px; }

.noUi-marker-vertical.noUi-marker-large { width: 15px; }

.noUi-tooltip { display: block; position: absolute; border: 1px solid #D9D9D9; -webkit-border-radius: 3px; border-radius: 3px; background: #fff; color: #000; padding: 5px; text-align: center; white-space: nowrap; }

.noUi-horizontal .noUi-tooltip { -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); left: 50%; bottom: 120%; }

.noUi-vertical .noUi-tooltip { -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); top: 50%; right: 120%; }

/*----- import globals -------------------------------------------*/
@font-face { font-family: "DINPro"; src: url("../fonts/DINPro-Black/DINPro-Black.woff") format("woff"), url("../fonts/DINPro-Black/DINPro-Black.eot") format("embedded-opentype"), url("../fonts/DINPro-Black/DINPro-Black.ttf") format("truetype"), url("../fonts/DINPro-Black/DINPro-Black.svg") format("svg"); font-style: normal; font-weight: 900; }

@font-face { font-family: "DINPro"; src: url("../fonts/DINPro-Bold/DINPro-Bold.woff") format("woff"), url("../fonts/DINPro-Bold/DINPro-Bold.eot") format("embedded-opentype"), url("../fonts/DINPro-Bold/DINPro-Bold.ttf") format("truetype"), url("../fonts/DINPro-Bold/DINPro-Bold.svg") format("svg"); font-style: normal; font-weight: 700; }

@font-face { font-family: "DINPro"; src: url("../fonts/DINPro-Medium/DINPro-Medium.woff") format("woff"), url("../fonts/DINPro-Medium/DINPro-Medium.eot") format("embedded-opentype"), url("../fonts/DINPro-Medium/DINPro-Medium.ttf") format("truetype"), url("../fonts/DINPro-Medium/DINPro-Medium.svg") format("svg"); font-style: normal; font-weight: 500; }

@font-face { font-family: "DINPro"; src: url("../fonts/DINPro-Regular/DINPro-Regular.woff") format("woff"), url("../fonts/DINPro-Regular/DINPro-Regular.eot") format("embedded-opentype"), url("../fonts/DINPro-Regular/DINPro-Regular.ttf") format("truetype"), url("../fonts/DINPro-Regular/DINPro-Regular.svg") format("svg"); font-style: normal; font-weight: 400; }

@font-face { font-family: "DINPro"; src: url("../fonts/DINPro-Light/DINPro-Light.woff") format("woff"), url("../fonts/DINPro-Light/DINPro-Light.eot") format("embedded-opentype"), url("../fonts/DINPro-Light/DINPro-Light.ttf") format("truetype"), url("../fonts/DINPro-Light/DINPro-Light.svg") format("svg"); font-style: normal; font-weight: 300; }

@font-face { font-family: 'icomoon'; src: url("../fonts/icomoon.eot"); src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg#icomoon") format("svg"); font-weight: normal; font-style: normal; }

[class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-twitter:before { content: "\ea96"; }

.icon-google-plus:before { content: "\ea8b"; }

.icon-phone:before { content: "\e923"; }

.icon-pdf:before { content: "\e920"; }

.icon-products-horizontal:before { content: "\e901"; }

.icon-products-vertical:before { content: "\e924"; }

.icon-32:before { content: "\e91e"; }

.icon-close:before { content: "\e921"; }

.icon-checked:before { content: "\e922"; }

.icon-rel-to:before { content: "\e902"; }

.icon-telegram:before { content: "\e903"; }

.icon-bus:before { content: "\e904"; }

.icon-instruments:before { content: "\e905"; }

.icon-pencil:before { content: "\e906"; }

.icon-coffe:before { content: "\e907"; }

.icon-comment:before { content: "\e908"; }

.icon-angle-right:before { content: "\e909"; }

.icon-angle-left:before { content: "\e90a"; }

.icon-gt:before { content: "\e90b"; }

.icon-colossus-right:before { content: "\e90c"; }

.icon-colossus-left:before { content: "\e90d"; }

.icon-link:before { content: "\e91f"; }

.icon-eye:before { content: "\e90e"; }

.icon-bench:before { content: "\e90f"; }

.icon-for-manipulation:before { content: "\e910"; }

.icon-for-production:before { content: "\e911"; }

.icon-shelf:before { content: "\e912"; }

.icon-arrow-right:before { content: "\e913"; }

.icon-barrels:before { content: "\e914"; }

.icon-dump:before { content: "\e915"; }

.icon-youtube:before { content: "\e916"; }

.icon-facebook:before { content: "\e917"; }

.icon-mouse:before { content: "\e918"; }

.icon-search:before { content: "\e919"; }

.icon-hamburger:before { content: "\e91a"; }

.icon-angle-down:before { content: "\e91b"; }

.icon-marker:before { content: "\e91c"; }

.icon-three-dots:before { content: "\e91d"; }

.icon-reload:before { content: "\e900"; }

.icon-circle { width: 14px; height: 14px; -webkit-border-radius: 50%; border-radius: 50%; background-image: -webkit-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); }

/* Reset styles
-------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; }

a { text-decoration: none; color: unset; }

button { background: none; border: none; -webkit-box-shadow: none; box-shadow: none; cursor: pointer; }

* { -webkit-box-sizing: border-box; box-sizing: border-box; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-tap-highlight-color: transparent; }

*:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; outline: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section { display: block; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after { content: ''; }

q:before, q:after { content: ''; }

table { border-collapse: collapse; border-spacing: 0; }

input { -webkit-appearance: textfield; -moz-appearance: textfield; appearance: textfield; }

/* Base styles
-------------------------------------------------------------------------------------*/
body, html { position: relative; font: 400 1rem/1.5 "DINPro", Arial, sans-serif; color: #000000; background-color: #fff; width: 100%; -webkit-overflow-scrolling: touch; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body.no-scroll, html.no-scroll { overflow: hidden; }

body.fixed { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }

.container { width: 100%; max-width: 1225px; padding: 0 15px 0 70px; margin: 0 auto; }

.container-fluid { width: 100%; padding: 0 15px; }

.container-fluid:before, .container-fluid:after { content: " "; display: table; }

.container-fluid:after { clear: both; }

.main-wrapper { overflow: hidden; position: relative; }

textarea { border: none; }

.wow { visibility: visible !important; }

.slick-arrow { border: 1px solid rgba(217, 217, 217, 0.6); z-index: 1; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-color: #fff; position: absolute; width: 40px; height: 40px; -webkit-border-radius: 50%; border-radius: 50%; color: #8a8a8a; }

.slick-arrow:active { -webkit-box-shadow: 0px -1px 16px -4px rgba(0, 0, 0, 0.4); box-shadow: 0px -1px 16px -4px rgba(0, 0, 0, 0.4); background-color: #ffffff; }

.slick-arrow:active .icon-angle-left::before, .slick-arrow:active .icon-angle-right::before { color: #348438; }

.slick-arrow:hover { -webkit-box-shadow: 0px -1px 16px -4px rgba(0, 0, 0, 0.4); box-shadow: 0px -1px 16px -4px rgba(0, 0, 0, 0.4); background-color: #ffffff; }

.slick-arrow:hover .icon-angle-left::before, .slick-arrow:hover .icon-angle-right::before { color: #348438; }

.slick-arrow--transparent { border-color: #fff; background-color: transparent; }

.slick-arrow--transparent .icon-angle-left::before, .slick-arrow--transparent .icon-angle-right::before { color: #fff; }

.slick-arrow--transparent:hover, .slick-arrow--transparent:active { background-color: #fff; -webkit-box-shadow: none; box-shadow: none; }

.slick-arrow--transparent:hover .icon-angle-left::before, .slick-arrow--transparent:hover .icon-angle-right::before, .slick-arrow--transparent:active .icon-angle-left::before, .slick-arrow--transparent:active .icon-angle-right::before { color: #348438; }

@media screen and (max-width: 992px) { .slick-arrow--transparent { border-color: rgba(217, 217, 217, 0.6); }
  .slick-arrow--transparent .icon-angle-left::before, .slick-arrow--transparent .icon-angle-right::before { color: #8a8a8a; } }

.slick-arrow--small { width: 37px; height: 37px; border: 0; -webkit-border-radius: 0; border-radius: 0; }

.slick-arrow--small.slick-prev { left: 12px; bottom: 0; }

.slick-arrow--small.slick-next { right: 12px; bottom: 0; }

.slick-arrow--small:hover { -webkit-box-shadow: none; box-shadow: none; color: #348438; }

.slick-arrow--small:active { -webkit-box-shadow: none; box-shadow: none; color: #348438; }

.slick-arrow i { display: inline-block; }

.slick-prev { left: 0; }

.slick-next { right: 0; }

.vertical-center { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.slider-nav { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 43px 0 63px; position: relative; z-index: 0; }

.slider-nav__container { padding: 0 60px; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.slick-dots { margin-bottom: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.slick-dots button { display: inline-block; height: 6px; width: 6px; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid rgba(185, 185, 185, 0.4); font-size: 0; line-height: 0; padding: 0; margin-right: 14px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.slick-dots li:last-child button { margin-right: 0; color: #ffffff; }

.slick-dots li:hover button { background-image: -webkit-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); }

.slick-dots .slick-active button { background-image: -webkit-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

.bold { color: #121212; font-weight: 500; }

.tab { display: none; }

.navigation { position: fixed; right: 20px; top: 20px; z-index: 9999; padding: 10px 20px; margin-top: 20px; -webkit-border-radius: 3px; border-radius: 3px; font: 500 1rem/1 "DINPro", Arial, sans-serif; letter-spacing: .5px; color: #fff; background-color: #4e4e4e; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; display: none; }

.navigation__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.navigation__item { padding: 10px 20px; margin-top: 20px; -webkit-border-radius: 3px; border-radius: 3px; font: 500 1rem/1 "DINPro", Arial, sans-serif; letter-spacing: .5px; color: #fff; background-color: #4e4e4e; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.navigation__item:hover { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.9); box-shadow: 0 0 10px rgba(0, 0, 0, 0.9); }

.zoomContainer { z-index: 1; }

.flex-row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; max-width: 100%; }

.flex-row.no-image__container { -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; }

.overflow-hidden { overflow: hidden; height: 100vh; }

.show-md { display: none; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

.advertising-slider__navigation .slick-dots li:hover button { background-image: none; background-color: #fff; }

/*----- import components --------------------------------- ----------*/
.form.invalid .error { display: inline-block; }

.form.valid .error { display: none; }

.button { background: none; border: none; -webkit-box-shadow: none; box-shadow: none; cursor: pointer; display: inline-block; padding: 0 30px; height: 71px; text-decoration: none; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; color: #fff; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; }

.button__icon { margin-right: 10px; font-size: 18px; padding-bottom: 6px; }

.button:hover { -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); background-position: right center; }

.button--white { background-color: #fff; color: #2e7d32; }

.button--transparent { border: 2px solid #2e7d32; background: #fff; color: #121212; height: 51px; padding: 0 20px; }

.button--order { height: 61px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.button--sticky-order { height: 51px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.button--rounded { -webkit-border-radius: 26px; border-radius: 26px; border: 2px solid #2e7d32; background: #fff; }

.button--default { background-image: -webkit-gradient(linear, left top, right top, from(#2e7d32), color-stop(50%, #5bb461), to(#2e7d32)); background-image: -webkit-linear-gradient(left, #2e7d32 0%, #5bb461 50%, #2e7d32 100%); background-image: -o-linear-gradient(left, #2e7d32 0%, #5bb461 50%, #2e7d32 100%); background-image: linear-gradient(to right, #2e7d32 0%, #5bb461 50%, #2e7d32 100%); -webkit-transition: .5s; -o-transition: .5s; transition: .5s; background-position: right center; -webkit-background-size: 200% auto; background-size: 200% auto; }

.button--default:hover { background-position: left center; }

.button--subscribe { position: absolute; right: 0; top: 0; padding: 0 27px; height: 100%; background: #fff; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-transition: .6s; -o-transition: .6s; transition: .6s; }

.button--subscribe:hover { -webkit-box-shadow: 10px 15px 10px rgba(0, 0, 0, 0.2); box-shadow: 10px 15px 10px rgba(0, 0, 0, 0.2); }

.button--subscribe i { color: #2e7d32; font-size: 15px; }

.button--bordered { height: 52px; position: relative; padding: 0 20px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; min-width: 168px; background-color: transparent; background-image: none; color: #121212; border-left: 2px solid #5BB461; border-right: 2px solid #2E7D32; }

.button--bordered:after, .button--bordered:before { content: ''; display: block; position: absolute; height: 2px; left: -1px; right: -1px; background-image: -webkit-gradient(linear, left top, right top, from(#5BB461), to(#2E7D32)); background-image: -webkit-linear-gradient(left, #5BB461 0%, #2E7D32 100%); background-image: -o-linear-gradient(left, #5BB461 0%, #2E7D32 100%); background-image: linear-gradient(to right, #5BB461 0%, #2E7D32 100%); }

.button--bordered:after { bottom: 0; }

.button--bordered:before { top: 0; }

.button--bordered:hover { color: #fff; background-position: 0 0; -webkit-background-size: auto auto; background-size: auto; background-image: -webkit-gradient(linear, left top, right top, from(#5BB461), to(#2E7D32)); background-image: -webkit-linear-gradient(left, #5BB461 0%, #2E7D32 100%); background-image: -o-linear-gradient(left, #5BB461 0%, #2E7D32 100%); background-image: linear-gradient(to right, #5BB461 0%, #2E7D32 100%); }

.button__container--header { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-right: 30px; }

input { border: none; -webkit-box-shadow: none; box-shadow: none; }

.form__item { position: relative; }

.form__input { position: relative; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.form__input .form__input__img { visibility: hidden; }

.form__input input { display: block; padding: 0px 30px; }

.form__input input:focus { border-color: #D9D9D9; }

.form__input input:valid ~ .form__input__img { visibility: visible; }

.form__input__img { position: absolute; top: 50%; right: 38px; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); }

.form__input .input--invalid { border: 1px solid red !important; }

span.error { font-size: 12px; color: red; position: absolute; display: inline-block; bottom: -20px; }

.popup { display: none; position: fixed; z-index: 99999; width: 100vw; height: 100vh; top: 0; left: 0; }

.popup--opened { display: block; }

.popup--opened .overlay { position: fixed; left: 0; right: 0; top: 0; bottom: 0; }

.popup sup { font: 500 0.75rem/1 "DINPro", Arial, sans-serif; }

.popup .overlay { background-color: rgba(0, 0, 0, 0.8); }

.popup__container { background: #fff; position: relative; max-height: 100%; overflow-y: auto; width: 653px; max-width: 100%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); padding: 38px 98px 40px; }

.popup__close-icon { cursor: pointer; position: absolute; right: 30px; top: 30px; }

.popup__title { font: 500 1.875rem/1 "DINPro", Arial, sans-serif; color: #121212; margin-bottom: 19px; text-align: center; }

.popup__description { font: 400 1.25rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; margin: 19px 0 24px; text-align: center; }

.popup__row { margin-top: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.popup__button { height: 51px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; }

.popup__link { margin-left: 20px; }

.popup__link__icon { margin-right: 6px; font-size: 10px; color: #2e7d32; }

.popup__link__text { font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; color: #121212; border-bottom: 1px solid rgba(52, 132, 56, 0.4); -webkit-transition: color .4s; -o-transition: color .4s; transition: color .4s; }

.popup__link__text:hover, .popup__link__text:active { color: #348438; }

.popup .select__menu { width: unset; min-width: 100%; }

.popup .select__current { color: #121212; border-color: rgba(52, 132, 56, 0.9); }

.popup .select__link span:after { display: none; }

.popup .form { margin-top: 20px; }

.popup .form__item:first-child { margin-top: 0; }

.popup .form__item__text { font-size: 12px; color: #717171; }

.popup__form__location { padding-bottom: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 1px dashed rgba(52, 132, 56, 0.9); }

.popup__form__location__text { font: 400 0.875rem/1 "DINPro", Arial, sans-serif; color: #717171; }

.popup__form__location .select__menu { padding-top: 40px; }

.popup .green { color: #2e7d32; }

.popup .error { left: 0; }

.overlay--opened { display: none; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 3; }

.section__link-container { position: absolute; right: 0px; bottom: 5px; }

.section__link-container .section__link { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.section__link-container .section__link .icon-link { font-size: 10px; margin-right: 10px; margin-bottom: 3px; color: #2e7d32; }

.section__link-container .section__link span { font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; display: inline-block; position: relative; color: #121212; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.section__link-container .section__link span:after { content: ''; left: 0; bottom: -2px; width: 100%; position: absolute; border-bottom: 1px solid rgba(52, 132, 56, 0.4); }

.section__link-container .section__link span:hover { color: #2e7d32; }

.section__title { position: relative; text-align: center; }

.section__title h3 { font: 500 2.5rem/1 "DINPro", Arial, sans-serif; }

.developed-in { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-bottom: 4px; }

.developed-in p { font: 400 0.75rem/1 "DINPro", Arial, sans-serif; color: #717171; }

.developed-in .otakoyi-logo { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.developed-in .otakoyi-logo__left-eye { display: inline-block; width: 8px; height: 8px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #2e7d32; margin-right: 4px; }

.developed-in .otakoyi-logo__right-eye { display: inline-block; width: 14px; height: 14px; -webkit-border-radius: 50%; border-radius: 50%; background: #fff; border: 4px solid #2e7d32; margin-right: 10px; }

.text-left { text-align: left; }

.text-with-link { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; margin: 0 -5px; }

.text-with-link__text { margin: 0 5px; font: 400 0.875rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; }

.text-with-link__text--dashed { padding-bottom: 1px; border-bottom: 1px dashed rgba(52, 132, 56, 0.4); }

.text-with-link__text--dashed:hover { -webkit-transition: color .4s; -o-transition: color .4s; transition: color .4s; color: #348438; }

.text-with-link__text--solid { border-bottom: 1px solid #348438; }

.text-with-link__icon { margin-top: 2px; color: #2e7d32; font-size: 10px; margin: 0 5px; }

.no-image { height: 353px; max-width: 100%; }

.no-image__container { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.bold { font-weight: 500; color: #121212; }

.white .breadcrumbs__item { color: #b9b9b9; z-index: 0; }

.white .breadcrumbs__link { color: #fff; }

.white .breadcrumbs__link:after { background-image: -webkit-linear-gradient(45deg, #fff 0%, #fff 100%); background-image: -o-linear-gradient(45deg, #fff 0%, #fff 100%); background-image: linear-gradient(45deg, #fff 0%, #fff 100%); }

.black .breadcrumbs__item { color: #4e4e4e; z-index: 0; }

.black .breadcrumbs__link { color: #121212; }

.black .breadcrumbs__link:after { background-image: -webkit-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); }

.breadcrumbs__menu { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 24px 0 15px; }

.breadcrumbs__item { font: 400 0.875rem/1 "DINPro", Arial, sans-serif; margin-top: 5px; }

.breadcrumbs__link { font-weight: 500; margin-right: 30px; position: relative; }

.breadcrumbs__link:after { content: ''; width: 4px; height: 4px; -webkit-border-radius: 50%; border-radius: 50%; position: absolute; right: -17px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.title { margin: 35px 0; }

.title .section__title h3 { font-size: 42px; font-weight: 700; text-align: left; }

.title__text, .title p { font: 400 1.25rem/1.3 "DINPro", Arial, sans-serif; margin-top: 8px; }

.pagination__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.pagination__item { display: inline-block; color: #4e4e4e; border: 2px solid transparent; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.pagination__item:hover { color: #2e7d32; }

.pagination__item.active { border-color: #d9d9d9; color: #121212; }

.pagination__link { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 37px; height: 37px; }

.look-more { -webkit-flex-basis: 33.33%; -ms-flex-preferred-size: 33.33%; flex-basis: 33.33%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.look-more__button { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #2e7d32; height: 71px; padding: 0 30px; }

.look-more__button i { margin-right: 10px; font-size: 20px; }

/*----- import common -------------------------------------------*/
.price__label { color: #4e4e4e; font: 400 0.875rem/1 "DINPro", Arial, sans-serif; margin-bottom: 5px; }

.price__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; bottom: 0; }

.price__old { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.price__old__info { font: 400 0.75rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; }

.price__old__row { position: relative; color: #a0a0a0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; margin-right: 13px; }

.price__old__row:after { content: ''; position: absolute; top: -webkit-calc( 50% - 2px); top: calc( 50% - 2px); left: 0; right: 0; height: 1px; background-color: #2e7d32; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); }

.price__current { color: #121212; }

.price__value { font: 500 1.25rem/1.25 "DINPro", Arial, sans-serif; }

.price__currency { font: 500 0.75rem/1.5 "DINPro", Arial, sans-serif; }

.rating { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-size: 0; }

.rating label { margin: 0; padding: 0; font-size: 0; }

.rating__stars { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.rating__stars-info { margin-left: 10px; font: 400 0.875rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; }

.rating__stars-info__count { font-weight: 500; color: #2e7d32; }

.rating input[type=radio] { margin: 0; width: 0; height: 0; }

.rating .star { font-size: 22px; cursor: default; color: #ffd300; }

.rating .star:after { content: '\2606'; color: #ffd300; }

.rating .star.full:after { content: '\2605'; }

.rating__wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.rating.rating--active .star { font-size: 26px; cursor: pointer; }

.reviews-info { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 10px 0; }

.reviews-info__icon { margin-right: 10px; color: #2e7d32; }

.reviews-info__info { color: #4e4e4e; font: 400 0.875rem/1 "DINPro", Arial, sans-serif; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; padding-bottom: 3px; border-bottom: 1px dashed #2e7d32; cursor: pointer; }

.reviews-info__info:hover { color: #2e7d32; }

.filter .icon-close { -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; }

.filter__back { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; display: none; cursor: pointer; }

.filter__back__icon { font-size: 6px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); margin: 0 10px 5px 0; color: #8a8a8a; }

.filter__back__text { font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; color: #121212; border-bottom: 1px dashed rgba(52, 132, 56, 0.4); }

.filter__cancel { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; cursor: pointer; }

.filter__cancel__icon { margin: 1px 10px 0px 0; font-size: 10px; color: #2e7d32; position: relative; top: -2px; }

.filter__cancel__text { color: #2e7d32; border-bottom: 1px solid rgba(52, 132, 56, 0.4); font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; }

.filter__box { max-width: 100%; max-height: 162px; overflow: hidden; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.filter__box--opened { max-height: 100%; height: 100%; }

.filter__item { padding: 22px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.filter__item:first-of-type { padding-top: 0; }

.filter__item.closed .close-icon { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.filter__item:first-of-type .filter__box { max-height: 100%; overflow: visible; }

.filter__title { cursor: pointer; color: #4e4e4e; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; font: 400 1.25rem/1 "DINPro", Arial, sans-serif; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.filter__title:hover { color: #2e7d32; }

.filter__title__text { pointer-events: none; }

.filter__title + * { margin-top: 15px; }

.filter__title i { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .4s; -o-transition: .4s; transition: .4s; color: #2e7d32; font-size: 6px; }

.filter__title span { font-size: 15px; }

.filter__subtitle { color: #4e4e4e; font: 400 0.875rem/1 "DINPro", Arial, sans-serif; margin: 17px 0; }

.filter__subcategories__item { margin-bottom: 11px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.filter__subcategories__item:last-child { margin-bottom: 0; }

.filter__subcategories__item .icon-close { margin-right: 6px; font-size: 10px; color: #2e7d32; position: relative; top: -5px; }

.filter__subcategories__item__name { color: #121212; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; }

.filter__price__form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; padding-bottom: 60px; }

.filter__price__form .inputs__container { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; margin-right: 10px; width: 148px; }

.filter__price__form .inputs__container input { -webkit-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: none; }

.filter__price__form .inputs__container:after { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 23px; height: 1px; background-color: rgba(0, 0, 0, 0.2); }

.filter__price .range__wrapper { position: absolute; height: 50px; width: 90%; overflow: visible; bottom: -50px; }

.filter__price__input { height: 100%; background-color: #f2f8f9; padding: 0 11px; height: 51px; width: 69px; font: 400 0.875rem/1.5 "DINPro", Arial, sans-serif; border: 1px solid rgba(0, 0, 0, 0.1); color: #4e4e4e; text-align: center; }

.filter__price__input:last-child { margin-right: 0; }

.filter__price__input:focus { background-color: #fff; border: 2px solid #d9d9d9; }

.filter__price__button { color: #2e7d32; padding: 0 20px; min-width: unset; }

.filter__checkbox { position: relative; width: 20px; height: 20px; font-size: 10px; margin: 2px 10px 0 0; margin-right: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border: 2px solid #d9d9d9; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.filter__checkbox i { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #fff; }

.filter__checkboxes__item { cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; margin-bottom: 11px; }

.filter__checkboxes__item:last-child { margin-bottom: 0; }

.filter__checkboxes__item__name { color: #121212; font: 500 0.9375rem/1.47 "DINPro", Arial, sans-serif; }

.filter__checkboxes__item__quantity { color: #4e4e4e; font: 400 0.875rem/1.57 "DINPro", Arial, sans-serif; }

.filter__checkboxes__item input { margin: 0; }

.filter .active .filter__checkbox { border: none; background-image: -webkit-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); }

.show-all { margin-top: 25px; font: 400 0.875rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; position: relative; display: inline-block; }

.show-all--hide { display: none; }

.show-all--shoew { display: inline; }

.show-all:after { content: ''; position: absolute; left: 0; right: 0; bottom: -4px; height: 1px; background-color: rgba(52, 132, 56, 0.4); }

.show-all:hover { color: #2e7d32; }

.range__wrapper { -webkit-box-flex: 1; -webkit-flex: 1 0 100%; -ms-flex: 1 0 100%; flex: 1 0 100%; margin: 35px 0 25px; cursor: pointer; }

.social { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.social__wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.social__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 40px; height: 40px; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid #d9d9d9; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; position: relative; }

.social__item:before { content: ''; position: absolute; display: block; width: 100%; height: 100%; -webkit-border-radius: 50%; border-radius: 50%; opacity: 0; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.social__item:hover { background-color: #3b5998; }

.social__item--youtube:hover:before { background-color: #da4835; }

.social__item i { z-index: 1; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.social__item--facebook { color: #3b5998; }

.social__item--twitter { color: #1eaaf1; }

.social__item--twitter:hover { background-color: #1eaaf1; }

.social__item--google-plus { color: #da4835; }

.social__item--google-plus:hover { background-color: #da4835; }

.social__item .icon-youtube { font-size: 11px; color: #da4835; }

.social__item:hover { cursor: pointer; }

.social__item:hover:before { opacity: 1; }

.social__item:hover i { color: #fff; }

.social__item .icon-facebook { color: #3b5998; }

.labels { position: absolute; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; top: 0; left: 0; }

.labels__item { font: 500 0.75rem/1 "DINPro", Arial, sans-serif; color: #ff5252; padding: 7px; -webkit-border-radius: 15px; border-radius: 15px; border: 2px solid #ff5252; background: #fff; }

.labels__item--top { font: 500 0.75rem/1 "DINPro", Arial, sans-serif; color: #F68501; padding: 7px; border: 2px solid #F68501; -webkit-border-radius: 15px; border-radius: 15px; background: #fff; }

.lang-select__current { cursor: pointer; position: relative; }

.lang-select__current:after { position: absolute; display: block; content: ""; left: 0; right: 0; top: 20px; border-bottom: 1px solid rgba(52, 132, 56, 0.4); }

.lang-select__current:hover, .lang-select__current:active { color: #348438; }

.transparentHeader .lang-select__current { color: #4e4e4e; }

.transparentHeader .lang-select__current:after { border-bottom-color: rgba(255, 255, 255, 0.4); }

.transparentHeader .search-form { display: none; }

.video-container { position: absolute; top: 0; bottom: 0; width: 100vw; height: 100vh; overflow: hidden; -webkit-background-size: cover; background-size: cover; background-position: center center; background-repeat: no-repeat; }

.video-container:after { content: ''; position: absolute; display: block; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.7); }

.video-container video { /* Make video to at least 100% wide and tall */ min-width: 100%; min-height: 100%; /* Setting width & height to auto prevents the browser from stretching or squishing the video */ width: auto; height: auto; /* Center the video */ position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media (max-width: 992px) { .video-container .video { display: none; } }

.background { background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; background-position: center center; left: 0; right: 0; top: 0; bottom: 0; position: absolute; }

.background--darken:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.4); }

.select { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 2; }

.select.active { z-index: 3; }

.select--order-by { display: none; }

.select--order-by__label { position: absolute; left: 30px; top: -17px; color: #4e4e4e; font: 400 0.625rem/1 "DINPro", Arial, sans-serif; }

.select button:hover .icon-marker, .select button:hover .icon-angle-down, .select button:hover .select__current { color: #2e7d32; }

.select .icon-marker { color: #5bb461; font-size: 20px; display: inline-block; vertical-align: middle; margin-right: 9px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.select .icon-angle-down { color: #8a8a8a; display: inline-block; font-size: 6px; margin-left: 8px; vertical-align: middle; opacity: .6; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.select__title { top: -4px; position: absolute; font: 400 0.75rem/1.83 "DINPro", Arial, sans-serif; color: #4e4e4e; }

.select__current { font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; color: #4e4e4e; border-bottom: 1px dashed rgba(52, 132, 56, 0.4); line-height: 1rem; }

.select__current__holder { position: relative; display: inline-block; }

.select__trigger { cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-size: 15px; padding: 0 30px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; font-weight: 500; }

.select__trigger:hover .select__current { color: #348438; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.select__trigger.active .icon-angle-down { -webkit-transform: rotateX(-180deg); transform: rotateX(-180deg); }

.select__menu { position: absolute; min-width: 100%; z-index: -1; padding-top: 65px; top: 0%; left: 0; display: none; overflow: hidden; background: #fff; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }

.select__menu__ul { max-height: 282px; overflow-y: auto; width: 100%; padding: 0 30px 27px 30px; }

.select__menu__sort { padding-top: 45px; }

.select__menu__sort .select__menu__ul { padding: 0 20px 20px; }

.select__menu__form { max-height: 247px; }

.select__item { display: block; position: relative; margin-top: 25px; cursor: pointer; font: 400 0.9375rem/1 "DINPro", Arial, sans-serif; }

.select__item:first-child { margin: 0; }

.select__item:hover { cursor: pointer; }

.select__item:hover .select__link { color: #2e7d32; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.info-table { margin: 30px 0; }

.info-table__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.info-table__row { -webkit-box-flex: 0; -webkit-flex: 0 0; -ms-flex: 0 0; flex: 0 0; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; padding: 15px 0 15px 95px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; font: 400 0.9375rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; background-color: #fff; }

.info-table__row:nth-child(odd) { background-color: #f2f8f9; }

.info-table__column { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; }

.contacts-info__row table { -webkit-box-flex: 0; -webkit-flex: 0 0 -webkit-calc(50% - 15px); -ms-flex: 0 0 calc(50% - 15px); flex: 0 0 calc(50% - 15px); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; margin-right: 30px; }

.contacts-info__row table tbody { margin: 30px 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.contacts-info__row table tr { -webkit-box-flex: 0; -webkit-flex: 0 0; -ms-flex: 0 0; flex: 0 0; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; padding: 15px 0 15px 95px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; font: 400 0.9375rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; background-color: #fff; max-height: 45px; }

.contacts-info__row table tr:nth-child(odd) { background-color: #f2f8f9; }

.contacts-info__row table td { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; }

@media (max-width: 768px) { .contacts-info__row--single .contacts-info__row table { -webkit-box-flex: 1; -webkit-flex: auto; -ms-flex: auto; flex: auto; } }

.socials { position: absolute; left: 95px; top: 0; width: 40px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

@media screen and (max-width: 992px) { .socials { left: 15px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; width: auto; } }

@media screen and (max-width: 860px) { .socials { top: 100%; left: 50px; height: 50px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
  .socials .socials__item { margin-right: 15px; }
  .socials .socials__item:last-child { margin-left: 0; } }

@media screen and (max-width: 480px) { .socials { left: 30px; height: 70px; padding-top: 10px; margin-bottom: 85px; } }

.socials .social__item:hover:before { opacity: 0; }

.socials__item { margin-top: 10px; width: 40px; height: 40px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border: 1px solid #d9d9d9; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.socials__item:hover { color: #fff; }

.socials__item:hover:before { background-color: transparent; }

.socials__item--facebook { color: #3b5998; }

.socials__item--facebook:hover { background-color: #3b5998; }

.socials__item--twitter { color: #1eaaf1; }

.socials__item--twitter:hover { background-color: #1eaaf1; }

.socials__item--google-plus { color: #da4835; }

.socials__item--google-plus:hover { background-color: #da4835; }

/*----- import modules -------------------------------------------*/
.header { position: fixed; z-index: 10; width: 100%; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; background-color: #fff; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }

.header__toggle-menu { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 0 4px; cursor: pointer; display: none; }

.header__toggle-menu .catalog-menu__button__icon { color: #2e7d32; -webkit-transition: color .5s; -o-transition: color .5s; transition: color .5s; }

.header__content { -webkit-transition: .4s; -o-transition: .4s; transition: .4s; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; width: 100%; position: relative; }

.header .logo { -webkit-transition: .4s; -o-transition: .4s; transition: .4s; max-height: 50px; font-size: 0; }

.header .logo__element { fill: #4e4e4e; }

.header .logo__circle, .header .logo__line { fill: #5bb461; }

.header .logo__link.logo__link--mobile { display: none; }

.header .nav { color: #4e4e4e; }

.header .page-select { margin-right: 30px; }

.header .page-select i { color: #8a8a8a; }

body.transparentHeader .header { -webkit-box-shadow: none; box-shadow: none; }

body.transparentHeader .button--bordered { color: #fff; }

body.transparentHeader .popup .select button:hover .icon-marker, body.transparentHeader .popup .select button:hover .icon-angle-down, body.transparentHeader .popup .select button:hover .select__current { color: #2e7d32; }

body.transparentHeader .popup .select .icon-marker { color: #5bb461; }

body.transparentHeader .popup .select .icon-angle-down { color: #8a8a8a; }

body.transparentHeader .popup .select__title { color: #4e4e4e; }

body.transparentHeader .header { background-color: transparent; }

body.transparentHeader .header .catalog-menu__button__icon { color: #fff; }

body.transparentHeader .header .catalog-menu__button__icon:hover { color: #348438; }

body.transparentHeader .logo__link { min-width: 100%; display: block; }

body.transparentHeader .logo__link.logo__link--mobile { display: none; }

body.transparentHeader .logo__element { fill: #fff; }

body.transparentHeader .search__wrapper { display: none; }

body.transparentHeader .page-select { color: #fff; margin-right: 30px; }

body.transparentHeader .page-select__trigger .icon-marker { color: #fff; }

body.transparentHeader .page-select__trigger .icon-angle-down { color: rgba(255, 255, 255, 0.6); }

body.transparentHeader .page-select__trigger.active { color: #121212; }

body.transparentHeader .page-select__trigger.active i { color: #5bb461; }

body.transparentHeader .page-select i { color: rgba(255, 255, 255, 0.6); }

body.transparentHeader .page-select__menu { background: #fff; }

body.transparentHeader .page-select__link { color: #4e4e4e; position: relative; }

body.transparentHeader .page-select__link:after { -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); content: ''; display: block; width: 100%; position: absolute; bottom: 0; border-bottom: 1px solid rgba(78, 78, 78, 0.4); -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }

body.transparentHeader .page-select__link:hover { cursor: pointer; }

body.transparentHeader .page-select__link:hover:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

body.transparentHeader .select .icon-marker { color: #fff; }

body.transparentHeader .select .icon-angle-down { color: rgba(255, 255, 255, 0.6); }

body.transparentHeader .select__trigger { color: #5bb461; }

body.transparentHeader .select__trigger.active span { color: #121212; }

body.transparentHeader .select__trigger.active i { color: #5bb461; }

body.transparentHeader .select__link { color: #4e4e4e; }

body.transparentHeader .select__link span:after { border-bottom: 1px solid rgba(78, 78, 78, 0.4); }

body.transparentHeader .lang-select__current { color: #b9b9b9; }

body.transparentHeader .lang-select__current:hover, body.transparentHeader .lang-select__current:active { color: #fff; }

body.transparentHeader .nav { color: #b9b9b9; }

body.transparentHeader .nav__item:hover .nav__link { color: #fff; }

.inner-header { position: relative; z-index: 1; padding-top: 20px; padding-bottom: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; position: relative; }

.logo__link { min-width: 100%; display: block; }

.page-select { color: #fff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 2; }

.page-select__trigger { padding: 3px; }

.page-select__trigger:hover i { -webkit-transform: scale(1.5) rotate(180deg); -ms-transform: scale(1.5) rotate(180deg); transform: scale(1.5) rotate(180deg); }

.page-select__trigger.active { color: #121212; }

.page-select__trigger.active i { -webkit-transform: scale(1) rotate(180deg); -ms-transform: scale(1) rotate(180deg); transform: scale(1) rotate(180deg); color: #5bb461; }

.page-select i { display: inline-block; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; font-size: 20px; color: rgba(255, 255, 255, 0.6); vertical-align: middle; }

.page-select__menu { position: absolute; z-index: -1; background: #fff; white-space: nowrap; top: 0%; right: 0px; padding: 22px 65px 27px 30px; display: none; overflow: hidden; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }

.page-select__item { margin-top: 25px; }

.page-select__item:first-child { margin: 0; }

.page-select__link { color: #4e4e4e; font: 400 0.9375rem/1 "DINPro", Arial, sans-serif; display: inline-block; position: relative; }

.page-select__link:after { -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); content: ''; display: block; width: 100%; position: absolute; bottom: 0; border-bottom: 1px solid rgba(78, 78, 78, 0.4); -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }

.page-select__link:hover { cursor: pointer; }

.page-select__link:hover:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.lang-select { text-transform: uppercase; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.lang-select a { display: inline-block; position: relative; }

.lang-select a:after { -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); content: ''; display: block; width: 100%; position: absolute; bottom: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.4); -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }

.lang-select a:hover { cursor: pointer; }

.lang-select a:hover:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.lang-select__menu { padding: 50px 20px 15px 20px; top: 15%; }

.nav { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.nav__menu { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.nav__item { margin-right: 40px; }

.nav__item.active, .nav__item:hover, .nav__item:active { color: #348438; }

.nav__item:last-child { margin-right: 30px; }

.nav__link { font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; }

.search__wrapper { margin-right: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.search__icon { font-size: 20px; cursor: pointer; color: #8a8a8a; }

.search__icon--opened { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 15px; color: #8a8a8a; font-size: 19px; }

.search__logo { -webkit-transition: .4s; -o-transition: .4s; transition: .4s; left: 70px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.search__wrapper { margin-right: 25px; }

.footer { margin: 35px 0 0px; padding-bottom: 58px; /* FOOTER SUBSCRIBE*/ /* FOOTER CONTACTS */ }

.footer__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; max-width: 1140px; }

.footer__contacts { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.footer__contacts__email a { position: relative; -webkit-transition: color .4s; -o-transition: color .4s; transition: color .4s; }

.footer__contacts__email a:after { content: ""; display: block; position: absolute; bottom: 0; left: 0; right: 0; top: 19px; border-bottom: 1px solid rgba(52, 132, 56, 0.4); }

.footer__contacts__email a:hover { color: #348438; }

.footer__section { -webkit-box-flex: 0; -webkit-flex: 0 1 25%; -ms-flex: 0 1 25%; flex: 0 1 25%; padding: 10px 15px 0 30px; margin-top: 15px; }

.footer__section--between { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.footer__section__title { font: 400 0.875rem/1 "DINPro", Arial, sans-serif; color: #717171; margin-bottom: 30px; }

.footer__row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.footer .copyright__text { font: 400 0.75rem/1 "DINPro", Arial, sans-serif; color: #717171; margin-bottom: 4px; }

.footer__item { margin-top: 15px; }

.footer__link { font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; position: relative; }

.footer__link:hover { color: #2e7d32; }

.footer__subscribe .success .validation { color: #2e7d32; }

.footer__subscribe .error .validation { color: #ff5252; }

.footer__subscribe .form__label { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 50px; }

.footer__subscribe .form__label .form__input { height: 50px; width: 100%; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; -webkit-border-radius: 0; border-radius: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 0 75px 0 20px; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; background-color: #f2f8f9; border: 1px solid rgba(0, 0, 0, 0.1); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-appearance: none; }

.footer__subscribe .form__label .form__input:focus { background-color: #fff; }

.footer__subscribe .error .validation:before { content: "\e921"; }

.footer__subscribe .success .validation:before { content: "\e922"; }

.footer__subscribe .validation { position: absolute; top: -webkit-calc(100% + 13px); top: calc(100% + 13px); color: #2e7d32; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font: 400 0.75rem/1.5 "DINPro", Arial, sans-serif; }

.footer__subscribe .validation:before { font-family: 'icomoon' !important; margin-right: 10px; font-size: 10px; }

.footer__subscribe .validation .validation__icon { display: inline-block; margin-right: 10px; font-size: 10px; }

.footer__subscribe__form { position: relative; }

.footer__subscribe__form .label__text { display: inline-block; margin-bottom: 8px; color: #717171; font: 400 0.75rem/1 "DINPro", Arial, sans-serif; }

.footer__contacts__place { font: 500 0.9375rem/1.47 "DINPro", Arial, sans-serif; }

.footer__contacts__place a { display: inline-block; margin-left: 7px; font-size: 15px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; color: #8A8A8A; }

.footer__contacts__place a:hover { color: #2e7d32; }

.footer__contacts__email { margin-top: 25px; }

.footer__contacts__email span { color: #717171; font: 400 0.9375rem/1 "DINPro", Arial, sans-serif; }

.footer__contacts__email a { font: 500 0.875rem/1.07 "DINPro", Arial, sans-serif; }

.footer__phone__list { margin-top: 18px; }

.footer__phone__item { margin-top: -2px; }

.footer__phone__item:first-child { margin-top: 0; }

.footer__phone__item span { color: #717171; font: 400 0.875rem/1 "DINPro", Arial, sans-serif; }

.footer__phone__item a { font: 500 0.875rem/1 "DINPro", Arial, sans-serif; -webkit-transition: color .4s; -o-transition: color .4s; transition: color .4s; }

.footer__phone__item a:hover, .footer__phone__item a:active { color: #348438; }

.footer .social__item { margin: 36px 15px 36px 0; }

.categories { padding-top: 20px; padding-bottom: 20px; }

.categories__wrapper { padding-top: 40px; padding-bottom: 25px; margin: 0 -15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.categories__show-all { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 20px 0; }

.categories__show-all .button { -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.categories__show-all i { font-size: 20px; display: inline-block; margin-right: 10px; }

.categories .slider-nav { display: none; }

.category { padding: 15px; -webkit-box-flex: 1; -webkit-flex: 1 1 -webkit-calc(33.33%); -ms-flex: 1 1 calc(33.33%); flex: 1 1 calc(33.33%); }

.category__container { padding: 88px 40px 60px; background-color: #f2f8f9; position: relative; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.category__container:hover { background: transparent; }

.category__container:hover:before { -webkit-transform: scale(1.08); -ms-transform: scale(1.08); transform: scale(1.08); opacity: 1; -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); }

.category__container:before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; opacity: 0; background-image: -webkit-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.category__container:hover .category__image, .category__container:hover .category__name, .category__container:hover .category__icon { color: #fff; z-index: 3; opacity: 1; }

.category__container:hover .category__icon { -webkit-transform: translate(-50%, -20px) rotateZ(360deg); -ms-transform: translate(-50%, -20px) rotate(360deg); transform: translate(-50%, -20px) rotateZ(360deg); }

.category__container:hover .category__image, .category__container:hover .category__name { -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }

.category:before { -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); }

.category__image { color: #5bb461; font-size: 70px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.category__name { margin-top: 30px; margin-bottom: 30px; font: 500 1.25rem/1.3 "DINPro", Arial, sans-serif; color: #121212; text-align: center; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.category__icon { opacity: 0; font-size: 24px; color: #fff; position: absolute; bottom: 15px; left: 50%; -webkit-transform: translateX(-50%) rotateZ(180deg); -ms-transform: translateX(-50%) rotate(180deg); transform: translateX(-50%) rotateZ(180deg); -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.about-company { margin: 15px 0 30px; }

.about-company__info { position: relative; }

.about-company__inner-info { max-width: -webkit-calc(100% - 100px); max-width: calc(100% - 100px); width: 750px; margin: 0 auto; text-align: center; }

.about-company__title { margin: 0 0 20px; }

.about-company__description { color: #4c4c4c; font: 400 1.25rem/1.3 "DINPro", Arial, sans-serif; margin-bottom: 50px; }

.about-company__description strong { color: #121212; font-weight: 500; }

.about-company__preferences { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 0 auto; max-width: 100%; width: 750px; }

.about-company .slider-nav { margin-bottom: 30px; }

.about-company .preference { padding-right: 10px; padding-left: 10px; }

.about-company .preference__container { -webkit-box-flex: 1; -webkit-flex: 1 1 -webkit-calc(33.33%); -ms-flex: 1 1 calc(33.33%); flex: 1 1 calc(33.33%); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.about-company .preference:last-child { padding-right: 0; }

.about-company .preference__icon-container i { font-size: 116px; color: #8a8a8a; }

.about-company .preference__info { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.about-company .preference__main-text { width: 137px; padding: 0 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #4da453; font: 300 4.375rem/1 "DINPro", Arial, sans-serif; position: relative; }

.about-company .preference__sign { position: absolute; left: 13px; top: 55%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); font-size: 14px; color: #8a8a8a; }

.about-company .preference__sub-text { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #121212; }

.about-company .preference__sub-text .strong { font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; margin-bottom: 5px; padding: 0 15px; }

.about-company .preference__sub-text .normal { font: 400 0.875rem/1 "DINPro", Arial, sans-serif; color: #4c4c4c; text-align: center; }

.about-company .slick-prev i { margin-right: 2px; }

.about-company .slick-next i { margin-left: 2px; }

.clients-slider { margin: 30px 0 60px; background-color: #f2f8f9; }

.clients-slider__container { position: relative; }

.clients-slider__container-inner { padding: 20px 50px; overflow: hidden; }

.clients-slider__element__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; display: flex !important; width: 126px !important; height: 48px; }

.clients-slider__element__container img { width: auto; height: auto; max-width: 100%; max-height: 100%; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.clients-slider__element__container:hover img { -webkit-filter: none; filter: none; }

.clients-slider .slick-track { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.company-news { margin: 0 0 30px; }

.company-news__container { position: relative; }

.company-news__title { margin: 30px 0 3px; }

.company-news__categories { overflow-x: auto; margin-left: -20px; }

.company-news__categories__container { margin: 20px auto; width: -webkit-max-content; width: -moz-max-content; width: max-content; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.company-news__category { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.company-news__category:first-child { margin-left: 20px; }

.company-news__category input { width: 0; height: 0; margin: 0; opacity: 0; visibility: hidden; }

.company-news__category__name { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; -webkit-transition: .6s; -o-transition: .6s; transition: .6s; padding: 0 12px; height: 51px; -webkit-border-radius: 26px; border-radius: 26px; }

.company-news__category__name:before { content: ''; z-index: -1; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; -webkit-border-radius: 26px; border-radius: 26px; background-image: -webkit-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); opacity: 0; -webkit-transition: .6s; -o-transition: .6s; transition: .6s; }

.company-news__category__name:hover { cursor: pointer; }

.company-news__category__name__text { position: relative; }

.company-news__category__name__text:after { content: ''; position: absolute; top: 18px; left: 0; right: 0; bottom: 0; height: 0; border-bottom: 1px dashed rgba(52, 132, 56, 0.4); }

.company-news__category.active .company-news__category__name { border-bottom: none; color: #fff; z-index: 1; padding: 0 24px; }

.company-news__category.active .company-news__category__name:before { opacity: 1; }

.company-news__category.active .company-news__category__name__text:after { border-bottom: none; }

.company-news .slick-list { overflow: visible; margin: 0 -50px; }

.know-more { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100%; color: #fff; opacity: 0; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #fff; opacity: 0; transition: .5s; }

.know-more i { -webkit-transition: .5s; -o-transition: .5s; transition: .5s; -webkit-transform: rotateZ(-180deg); -ms-transform: rotate(-180deg); transform: rotateZ(-180deg); margin-right: 10px; font-size: 20px; }

.know-more__text { font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; }

.slick-slide { margin: 0 15px; }

.slick-slide .news__item { width: 360px; max-width: 100%; }

.slick-slide .news__item:hover .news__name { color: #2E7D32; }

.slick-slide .news__item:hover .know-more { opacity: 1; z-index: 1; }

.slick-slide .news__item:hover .know-more i { -webkit-transform: rotateZ(0deg); -ms-transform: rotate(0deg); transform: rotateZ(0deg); }

.slick-slide .news__item:hover .news__image:after { opacity: 1; }

.news__slider-container { margin: 20px -15px 0; }

.news__slider-container .news__item__container { padding: 0; }

.news__item { max-width: 360px; display: block; margin: 30px auto 0; }

.news__item__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; margin: 30px 1% 0; width: 31.33%; }

.news__item__container a { margin: 0; }

.news__general-info { padding: 40px; -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.news__name { margin: 30px 0; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.news__name h4 { font: 500 1.25rem/1.3 "DINPro", Arial, sans-serif; }

.news__name:hover { color: #2e7d32; cursor: pointer; }

.news__categories { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.news__category { font: 500 0.625rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; -webkit-border-radius: 14px; border-radius: 14px; padding: 9px 14px; margin: 5px 5px 0 0; border: 1px solid rgba(0, 0, 0, 0.1); text-transform: uppercase; }

.news__category:hover { color: #2E7D32; }

.news__details { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.news__detail { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font: 400 0.875rem/1 "DINPro", Arial, sans-serif; margin-right: 20px; }

.news__detail i { margin-right: 8px; margin: 0 8px 2px 0; color: #2e7d32; }

.news__image { position: relative; display: block; height: 221px; width: 100%; overflow: hidden; background-position: center; -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; }

.news__image:after { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; background-image: -webkit-linear-gradient(45deg, rgba(91, 180, 97, 0.9) 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, rgba(91, 180, 97, 0.9) 0%, #2e7d32 100%); background-image: linear-gradient(45deg, rgba(91, 180, 97, 0.9) 0%, #2e7d32 100%); opacity: 0; }

.intro { width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.7); }

.intro__wrapper { position: relative; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.intro__center-info { width: 100%; }

.intro__search-product { position: relative; height: 71px; }

.intro__search-product .form { height: 71px; overflow: hidden; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.intro__search-product .button__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.intro__search-product .button { padding: 0 30px; }

.intro__search-product .form__input { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.intro__search-product .form__input input { width: 100%; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; }

.intro__bottom-info { width: 100%; position: absolute; bottom: 0; left: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-bottom: 25px; }

.intro__contacts { color: #b9b9b9; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.intro__we-offer { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.intro__we-offer:hover .mouse { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }

.intro__we-offer__text { color: #b9b9b9; display: inline-block; border-bottom: 1px dashed rgba(255, 255, 255, 0.4); margin-left: 20px; }

.intro__search-form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; background-color: #fff; }

.intro__search-form__input { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; background-color: #fff; width: 100%; }

.intro__search-form__input input { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: 0 30px; font: 400 0.9375rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; }

.intro__search-form__input input::-webkit-input-placeholder { vertical-align: middle; line-height: 25px; }

.intro__search-form.intro-search--active { position: absolute; z-index: 4; top: 0; left: 0; right: 0; bottom: 0; width: 100%; }

.intro__search-form.intro-search--active .form__item { background-color: #fff; }

.intro__search-form.intro-search--active .search__icon, .intro__search-form.intro-search--active .intro__search-form__input { border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.intro .search__icon { position: relative; font-size: 19px; background-color: #fff; padding: 0 30px; color: rgba(18, 18, 18, 0.5); border-right: 1px solid rgba(0, 0, 0, 0.1); }

.intro .search__icon i { -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.intro .search__icon:hover { cursor: pointer; }

.intro .social { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.intro .social__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-right: 20px; padding-top: 10px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.intro .social__container:last-child { margin-right: 0; }

.intro .social__container:hover { cursor: pointer; color: #348438; }

.intro .social__container:hover i { color: #348438; }

.intro .social__icon { margin-right: 10px; color: rgba(255, 255, 255, 0.6); }

.intro .social__icon i { -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.intro .social__icon .icon-youtube { font-size: 11px; }

.intro .social__icon .icon-facebook { font-size: 13px; }

.intro .social__name { font: 500 0.625rem/1 "DINPro", Arial, sans-serif; text-transform: uppercase; }

.company__title { width: 630px; margin-bottom: 20px; color: #fff; }

.company__title h1 { font: 700 2.875rem/1.3 "DINPro", Arial, sans-serif; }

.company__short-intro { margin-bottom: 55px; font: 400 1.25rem/1 "DINPro", Arial, sans-serif; color: #b9b9b9; }

.mouse { position: relative; width: 20px; height: 30px; -webkit-border-radius: 10px; border-radius: 10px; border: 1px solid #2f8443; bottom: 10px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.mouse:after { content: ''; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: 20%; display: inline-block; width: 1px; height: 6px; background-color: #fff; -webkit-animation: mouseJump 1s infinite; animation: mouseJump 1s infinite; }

@-webkit-keyframes mouseJump { 0% { -webkit-transform: translate(-50%, 0) rotateY(0); transform: translate(-50%, 0) rotateY(0); }
  50% { -webkit-transform: translate(-50%, -2px) rotateY(180deg); transform: translate(-50%, -2px) rotateY(180deg); }
  100% { -webkit-transform: translate(-50%, 0) rotateY(0); transform: translate(-50%, 0) rotateY(0); } }

@keyframes mouseJump { 0% { -webkit-transform: translate(-50%, 0) rotateY(0); transform: translate(-50%, 0) rotateY(0); }
  50% { -webkit-transform: translate(-50%, -2px) rotateY(180deg); transform: translate(-50%, -2px) rotateY(180deg); }
  100% { -webkit-transform: translate(-50%, 0) rotateY(0); transform: translate(-50%, 0) rotateY(0); } }

.phone { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.phone__main { margin-right: 13px; font: 400 1.875rem/1 "DINPro", Arial, sans-serif; }

.phone__sub { margin-right: 50px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #fff; font: 700 0.75rem/1 "DINPro", Arial, sans-serif; }

.phone__sub a { margin-bottom: 4px; }

.js-search-result-main .results { z-index: 4; }

.advantages { margin: 30px 0 0; background-color: #f2f8f9; position: relative; }

.advantages--bordered .advantage:last-child:after { border: none; }

.advantages--bordered .advantage:after { content: ''; position: absolute; top: 42px; bottom: 50px; right: 0; border-right: 1px solid rgba(217, 217, 217, 0.5); display: block; }

.advantages__container { max-width: 1140px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.advantages .slider-nav { display: none; margin: 0; position: absolute; bottom: 50px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.advantage { -webkit-box-flex: 1; -webkit-flex: 1 1 25%; -ms-flex: 1 1 25%; flex: 1 1 25%; padding: 0 30px 37px; position: relative; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.advantage:hover { background: transparent; }

.advantage:hover:before { -webkit-transform: ""; -ms-transform: ""; transform: ""; opacity: 1; -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); }

.advantage:before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; opacity: 0; background-image: -webkit-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.advantage:before { height: 100%; top: unset; }

.advantage:hover { cursor: default; }

.advantage:hover .advantage__icon i, .advantage:hover .advantage__description, .advantage:hover .advantage__name { color: #fff; position: relative; z-index: 1; }

.advantage:hover:before { height: 116%; }

.advantage__icon { margin: 40px 0 30px; }

.advantage__icon i { color: #2e7d32; }

.advantage__icon .icon-pencil, .advantage__icon .icon-coffe, .advantage__icon .icon-instruments { font-size: 40px; }

.advantage__icon .icon-bus { font-size: 30px; }

.advantage__name { margin: 10px 0; color: #121212; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; }

.advantage__description { color: #4c4c4c; font: 400 0.875rem/1.5 "DINPro", Arial, sans-serif; }

.catalog-menu { position: fixed; height: 100vh; left: -1px; z-index: 11; }

.catalog-menu--opened .overlay { left: 56px; opacity: .5; }

.catalog-menu--opened .catalog-menu__container { left: 56px; }

.catalog-menu__button { z-index: 10000; position: fixed; cursor: pointer; width: 56px; height: 100vh; left: 0; top: 0; background-image: -webkit-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.catalog-menu__button__icon { font-size: 25px; -webkit-transform: rotate(-270deg); -ms-transform: rotate(-270deg); transform: rotate(-270deg); color: #fff; }

.catalog-menu__button__icon.icon-close { display: none; }

.catalog-menu__button__icon--vertical { -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); }

.catalog-menu__button__text { margin-top: 9px; color: rgba(255, 255, 255, 0.5); font: 500 0.625rem/1 "DINPro", Arial, sans-serif; text-transform: uppercase; }

.catalog-menu__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; background: #fff; position: absolute; padding: 34px 0; top: 0; left: -200vw; height: 100vh; max-height: 100%; overflow: visible; width: 525px; -webkit-transition: .7s; -o-transition: .7s; transition: .7s; z-index: 0; }

.catalog-menu__container:before { z-index: -1; content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #fff; }

.catalog-menu__head { padding-top: 20px; padding-left: 95px; margin-bottom: 40px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.catalog-menu__head__left { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.catalog-menu__head__right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; display: none; }

.catalog-menu__body { overflow: auto; }

.catalog-menu__body--opened { overflow-x: hidden; }

.catalog-menu__footer { display: none; }

.catalog-menu__footer__right button.button--bordered { color: #121212; }

.catalog-menu__footer__right button.button--bordered:hover { color: #fff; }

.catalog-menu__footer__right .lang-select span.lang-select__current { color: #4e4e4e; }

.catalog-menu__footer__right .lang-select span.lang-select__current:after { border-bottom: 1px solid rgba(52, 132, 56, 0.4); }

.catalog-menu__footer__right .lang-select span.lang-select__current:hover { color: #348438; }

.catalog-menu__updated-at { display: inline-block; color: #4e4e4e; font: 400 0.75rem/1 "DINPro", Arial, sans-serif; margin-bottom: 10px; }

.catalog-menu__updated-at .bold { font-size: 12px; }

.catalog-menu__load-pdf { position: relative; border-color: #e56353; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; white-space: nowrap; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.catalog-menu__load-pdf:hover { -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); }

.catalog-menu__load-pdf:hover:before { opacity: 1; }

.catalog-menu__load-pdf:hover .catalog-menu__load-pdf__text, .catalog-menu__load-pdf:hover .icon-pdf { color: #fff; z-index: 1; }

.catalog-menu__load-pdf:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-image: -webkit-linear-gradient(225deg, #e56353 0%, #ff5252 100%); background-image: -o-linear-gradient(225deg, #e56353 0%, #ff5252 100%); background-image: linear-gradient(225deg, #e56353 0%, #ff5252 100%); opacity: 0; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.catalog-menu__load-pdf .icon-pdf { font-size: 16px; color: #e56353; margin: 0 5px 2px 0; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.catalog-menu__load-pdf__text { -webkit-transition: .5s; -o-transition: .5s; transition: .5s; color: #e56353; }

.catalog-menu__categories { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; max-width: 100%; overflow-y: auto; }

.catalog-menu__categories__item { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; cursor: pointer; }

.catalog-menu__categories__item__container { padding: 20px 70px 20px 95px; position: relative; }

.catalog-menu__categories__item__container__a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; }

.catalog-menu__categories__item .arrow-right { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; position: absolute; font-size: 6px; top: 50%; right: 40px; -webkit-transform: translateY(-50%) rotate(-90deg); -ms-transform: translateY(-50%) rotate(-90deg); transform: translateY(-50%) rotate(-90deg); }

.catalog-menu__categories__item:hover { background-color: #f2f8f9; }

.catalog-menu__categories__item:hover .catalog-menu__categories__item__name { color: #2e7d32; }

.catalog-menu__categories__item:hover .arrow-right { color: #2e7d32; }

.catalog-menu__categories__item.active { background-color: #f2f8f9; }

.catalog-menu__categories__item.active .catalog-menu__categories__item__name { color: #2e7d32; }

.catalog-menu__categories__item.active .arrow-right { color: #2e7d32; }

.catalog-menu__categories__item.active .catalog-menu__subcategories__wrapper { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); z-index: 15; }

.catalog-menu__categories__item__icon { font-size: 40px; color: #2e7d32; }

.catalog-menu__categories__item__icon__container { -webkit-box-flex: 0; -webkit-flex: 0 0 53px; -ms-flex: 0 0 53px; flex: 0 0 53px; margin-right: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.catalog-menu__categories__item__name { color: #121212; font: 500 0.9375rem/1.6 "DINPro", Arial, sans-serif; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.catalog-menu__categories__item__quantity { color: #4e4e4e; font: 400 0.75rem/1 "DINPro", Arial, sans-serif; }

.catalog-menu__subcategories { padding: 30px 30px 25px 43px; max-height: 100%; overflow-y: auto; }

.catalog-menu__subcategories__row { display: block; width: 100%; display: none; }

.catalog-menu__subcategories__row__left { width: 19%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; }

.catalog-menu__subcategories__row__left .close { cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.catalog-menu__subcategories__row__left .close__icon { margin: 0 10px 3px 0; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; font-size: 5px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

.catalog-menu__subcategories__row__left .close__text { font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; padding-bottom: 1px; border-bottom: 1px dashed rgba(52, 132, 56, 0.4); color: #121212; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.catalog-menu__subcategories__row__left .close__text:hover { color: #348438; }

.catalog-menu__subcategories__row__left .close:hover .close__icon { color: #2e7d32; }

.catalog-menu__subcategories__row__left .close:hover .close__text { color: #2e7d32; border-bottom-color: #2e7d32; }

.catalog-menu__subcategories__row__right { width: 79%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; }

.catalog-menu__subcategories__wrapper { max-height: 100%; width: 350px; overflow: hidden; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background: #fff; border-left: 1px solid rgba(0, 0, 0, 0.1); position: absolute; top: 0; bottom: 0; right: 0px; z-index: -2; border-left: 1px solid rgba(0, 0, 0, 0.1); cursor: default; }

.catalog-menu__subcategories__item { cursor: pointer; position: relative; margin-bottom: 20px; }

.catalog-menu__subcategories__item:hover .catalog-menu__subcategories__item__name { color: #2e7d32; }

.catalog-menu__subcategories__item:last-child { margin-bottom: 0; }

.catalog-menu__subcategories__item__name { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; color: #121212; font: 500 0.9375rem/1.6 "DINPro", Arial, sans-serif; }

.catalog-menu__subcategories__item__quantity { color: #4e4e4e; font: 400 0.75rem/1 "DINPro", Arial, sans-serif; }

.catalog-menu .show-more { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 80px; padding: 30px 20px; width: 100%; background-color: #f2f8f9; }

.catalog-menu .show-more:hover .show-more__text { color: #2e7d32; }

.catalog-menu .show-more__text { font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; color: #121212; border-bottom: 1px dashed rgba(52, 132, 56, 0.4); -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.catalog-menu .show-more__icon { color: #8a8a8a; font-size: 6px; margin-left: 10px; }

.overlay { background: rgba(0, 0, 0, 0.8); }

.overlay--menu { top: 0; z-index: -2; position: absolute; left: -110vw; width: 100vw; height: 100vh; opacity: 0; -webkit-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; }

.overlay--subcategories { background: rgba(0, 0, 0, 0.8); top: 0; z-index: -1; position: fixed; display: none; width: 100vw; height: 100vh; opacity: 0; -webkit-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s; }

.overlay--subcategories--opened { opacity: 1; z-index: 100; }

.subcategories-wrapper { position: fixed; z-index: 1000; top: 0; left: 580px; width: 350px; height: 100%; max-width: 100%; overflow-y: auto; background-color: #fff; display: none; -webkit-animation: showNav 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); animation: showNav 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.subcategories-wrapper.show { display: block; }

.subcategories-wrapper__item { display: none; }

.subcategories-wrapper__item.active { display: block; }

@-webkit-keyframes showNav { 0% { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  60% { opacity: 0;
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0); }
  100% { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes showNav { 0% { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  60% { opacity: 0;
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0); }
  100% { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.advertising-slider { margin: 55px auto; position: relative; }

.advertising-slider .slick-slide { margin: 0; }

.advertising-slider__inner { position: relative; }

.advertising-slider__left { background: #f2f8f9; display: inline-block; padding: 50px 30px 56px 100px; width: 580px; }

.advertising-slider__left:before, .advertising-slider__left:after { content: " "; display: table; }

.advertising-slider__left:after { clear: both; }

.advertising-slider__right { display: inline-block; width: -webkit-calc(50% - 15px); width: calc(50% - 15px); }

.advertising-slider__item__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; height: 382px; }

.advertising-slider__item__name { margin-bottom: 20px; }

.advertising-slider__item__name h2 { font: 500 2.5rem/1 "DINPro", Arial, sans-serif; }

.advertising-slider__item__description { font: 400 0.9375rem/1.6 "DINPro", Arial, sans-serif; color: #4e4e4e; margin-bottom: 35px; }

.advertising-slider__item__button { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); background: #fff; color: #121212; width: -webkit-max-content; width: -moz-max-content; width: max-content; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; }

.advertising-slider__item__button .icon-arrow-right { color: #5bb461; margin-right: 10px; font-size: 20px; }

.advertising-slider__item__photo { height: 382px; width: 555px; background-position: center; -webkit-background-size: cover; background-size: cover; }

.advertising-slider .slider-nav { width: -webkit-calc(50% - 15px); width: calc(50% - 15px); bottom: 12%; margin: 0; }

.advertising-slider .slider-nav__container { -webkit-box-sizing: border-box; box-sizing: border-box; }

.advertising-slider .slider-nav .slick-active button { background-image: -webkit-linear-gradient(45deg, #fff 0%, #fff 100%); background-image: -o-linear-gradient(45deg, #fff 0%, #fff 100%); background-image: linear-gradient(45deg, #fff 0%, #fff 100%); }

.advertising-slider .slider-nav__wrapper { position: absolute; padding: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: auto; left: 75%; right: 0; bottom: 10%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 1; margin-left: 5px; }

.mouse_over { display: block; position: relative; width: 20px; height: 30px; -webkit-border-radius: 10px; border-radius: 10px; border: 1px solid #999999; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; bottom: 20px; cursor: pointer; float: right; z-index: 5; }

.mouse_over:hover { bottom: 10px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.mouse_over:after { content: ''; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: 20%; display: inline-block; width: 1px; height: 6px; background-color: green; -webkit-animation: mouseJump 1s infinite; animation: mouseJump 1s infinite; cursor: pointer; }

.subcategories-list__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.subcategories-list__item { -webkit-flex-basis: 33.33%; -ms-flex-preferred-size: 33.33%; flex-basis: 33.33%; padding: 40px 20px 60px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }

.subcategories-list__item:hover { background: transparent; }

.subcategories-list__item:hover:before { -webkit-transform: ""; -ms-transform: ""; transform: ""; opacity: 1; -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); }

.subcategories-list__item:before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; opacity: 0; background-image: -webkit-linear-gradient(45deg, rgba(91, 180, 97, 0.9) 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, rgba(91, 180, 97, 0.9) 0%, #2e7d32 100%); background-image: linear-gradient(45deg, rgba(91, 180, 97, 0.9) 0%, #2e7d32 100%); -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }

.subcategories-list__item:hover { cursor: pointer; }

.subcategories-list__item:hover .subcategories-list__item__info { z-index: 1; }

.subcategories-list__item:hover .subcategories-list__item__info__name, .subcategories-list__item:hover .subcategories-list__item__info__how-much { color: #fff; }

.subcategories-list__item:hover .watch { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; opacity: 1; }

.subcategories-list__item__photo { width: 168px; height: 168px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.subcategories-list__item__photo img { max-width: 100%; max-height: 100%; }

.subcategories-list__item__info { margin-top: 25px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.subcategories-list__item__info__name { text-align: center; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; color: #121212; font: 500 1.25rem/1 "DINPro", Arial, sans-serif; }

.subcategories-list__item__info__how-much { -webkit-transition: .5s; -o-transition: .5s; transition: .5s; font: 400 0.875rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; }

.subcategories-list .pagination { -webkit-flex-basis: 33.33%; -ms-flex-preferred-size: 33.33%; flex-basis: 33.33%; }

.subcategories-list .pagination, .subcategories-list .look-more { width: -webkit-max-content; width: -moz-max-content; width: max-content; }

.subcategories-list .watch { position: absolute; top: 50%; left: 10%; right: 10%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: #fff; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; z-index: 1; opacity: 0; display: none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.subcategories-list .watch .icon-eye { font-size: 20px; margin-right: 10px; }

.subcategories-list .watch__text { padding-top: 3px; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; }

.catalog__bottom { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 20px auto 80px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.product-in-catalog { display: inline-block; -webkit-box-flex: 0; -webkit-flex: 0 1 33.33%; -ms-flex: 0 1 33.33%; flex: 0 1 33.33%; width: 33.33%; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; }

.product-in-catalog:hover { z-index: 1; }

.product-in-catalog .characteristic { display: none; opacity: 0; }

.product-in-catalog__button { display: none; opacity: 0; height: 61px; -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); }

.product-in-catalog__main-info { background: #fff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; padding: 30px 25px 30px 30px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.product-in-catalog__photo { position: relative; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 155px; margin-bottom: 30px; }

.product-in-catalog__img { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 233px; height: 155px; }

.product-in-catalog__img img { max-height: 100%; max-width: 100%; -o-object-fit: contain; object-fit: contain; }

.product-in-catalog__plus { color: #A0A0A0; font-size: 12px; font-weight: 500; line-height: 18px; }

.product-in-catalog__sticky { margin-left: 7px; color: #A0A0A0; font-size: 13px; font-weight: 500; line-height: 18px; }

.product-in-catalog__colors { position: absolute; right: 0; top: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.product-in-catalog__colors__item { cursor: default; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 30px; height: 30px; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid transparent; }

.product-in-catalog__colors__item.active { border-color: #b9b9b9; }

.product-in-catalog__colors__item__background { width: 20px; height: 20px; -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid #b9b9b9; }

.product-in-catalog__id { margin-bottom: 5px; }

.product-in-catalog__id__name { color: #4e4e4e; font: 400 0.875rem/1 "DINPro", Arial, sans-serif; }

.product-in-catalog__id__value { color: #121212; font: 500 0.875rem/1 "DINPro", Arial, sans-serif; }

.product-in-catalog__name { font: 500 1.25rem/1.3 "DINPro", Arial, sans-serif; color: #121212; margin-bottom: 10px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; cursor: pointer; min-height: 52px; }

.product-in-catalog__name:hover { color: #2e7d32; }

.product-in-catalog__popularity-info { margin-bottom: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.product-in-catalog__button { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; margin: 20px 0 0; }

.product-in-catalog .characteristic { margin-top: 20px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.product-in-catalog .characteristic__text { color: #121212; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; margin-bottom: 7px; }

.product-in-catalog .characteristic__list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.product-in-catalog .characteristic__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font: 400 0.75rem/1 "DINPro", Arial, sans-serif; margin-bottom: 8px; }

.product-in-catalog .characteristic__name { color: #4e4e4e; margin-right: 5px; }

.product-in-catalog .characteristic__value { color: #121212; font-weight: 500; }

.order-by { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.order-by__text { color: #4e4e4e; font: 400 0.875rem/1 "DINPro", Arial, sans-serif; margin-right: 12px; }

.order-by__menu { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.order-by__menu.active { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.order-by__current { display: none; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; padding: 10px 0; cursor: pointer; }

.order-by__current__text { border-bottom: 1px dashed #2e7d32; }

.order-by__container { position: relative; z-index: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.order-by__item { cursor: pointer; color: #121212; display: inherit; font: 500 0.875rem/1 "DINPro", Arial, sans-serif; }

.order-by__item.active .order-by__link { border-color: #2e7d32; color: #2e7d32; padding: 8px 15px; }

.order-by__item.active .order-by__link span { border-bottom: none; }

.order-by__item:hover { color: #2e7d32; }

.order-by__link { pointer-events: none; border: 2px solid transparent; -webkit-border-radius: 25px; border-radius: 25px; padding: 8px 7px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.order-by__link span { border-bottom: 1px dashed #2e7d32; }

.how-to-show__item { color: #979797; display: inline-block; margin-right: 10px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; }

.how-to-show__item.active { color: #2e7d32; }

.how-to-show__item:last-child { margin-right: 0; }

.how-to-show__item:hover { color: #2e7d32; }

.how-to-show__item i { font-size: 20px; }

.products-catalog__view__how-to-show { display: none; }

.products-catalog__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; margin-top: 45px; width: 100%; }

.products-catalog__list { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding-left: 15px; }

.products-catalog__filter { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; cursor: pointer; display: none; }

.products-catalog__filter__text { position: relative; color: #121212; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; border-bottom: 1px dashed rgba(52, 132, 56, 0.4); margin-right: 9px; }

.products-catalog__filter__count { -webkit-border-radius: 50%; border-radius: 50%; border: 1px solid #d9d9d9; height: 17px; width: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font: 500 0.625rem/1 "DINPro", Arial, sans-serif; color: #717171; }

.products-catalog .filter { -webkit-flex-basis: 290px; -ms-flex-preferred-size: 290px; flex-basis: 290px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; padding-right: 15px; }

.products-catalog__view { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 15px 0; border-top: 1px solid rgba(18, 18, 18, 0.2); border-bottom: 1px solid rgba(18, 18, 18, 0.2); }

.products-catalog__body__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: f; -webkit-align-items: f; -ms-flex-align: f; align-items: f; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 30px; }

.products-catalog__body__container .product-in-catalog:hover { z-index: 5; }

.products-catalog__body__container .product-in-catalog:hover .product-in-catalog__main-info { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.products-catalog__body__container .product-in-catalog:hover .characteristic { display: block; opacity: 1; }

.products-catalog__body__container .product-in-catalog:hover .product-in-catalog__button { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; opacity: 1; }

.products-catalog__body__container .product-in-catalog:hover .product-in-catalog__name { color: #2E7D32; }

.products-slider { margin: 35px 0 30px; }

.products-slider__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.products-slider__container .slick-list { width: 100%; }

.products-slider__container .slick-track { min-width: 100% !important; }

.products-slider .product-in-catalog { -webkit-box-flex: 0; -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%; }

.products-slider .product-in-catalog__main-info { padding: 20px; }

.products-slider .product-in-catalog__button { display: none; }

.products-slider .product-in-catalog .characteristic { display: none; }

.products-slider .product-in-catalog:hover .product-in-catalog__main-info { z-index: 2; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.products-slider .slick-slide { margin: 10px; }

.reviews .comments, .product-reviews .comments { margin-top: 0; }

.comments { margin-top: 50px; }

.comments__row { margin-top: 10px; margin-bottom: -8px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.comments__list { margin-bottom: 45px; }

.comments__list__item { padding-bottom: 20px; border-bottom: 1px dashed rgba(52, 132, 56, 0.4); }

.comments__list__item:last-child { margin-bottom: 0; }

.comments__list__item__replyer-name { margin-right: 10px; font: 500 1.25rem/1 "DINPro", Arial, sans-serif; }

.comments__list__item__date-of-leaving { color: #4e4e4e; font: 400 0.75rem/1 "DINPro", Arial, sans-serif; }

.comments__list__item__reply-text { font: 400 0.9375rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; margin-top: 8px; }

.comments__title { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

.comments__quantity { margin-left: 10px; font-size: 20px; color: #4e4e4e; }

.comments__form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.comments .form { margin-bottom: 40px; }

.comments .form__button { color: #2e7d32; padding: 0 20px; margin-top: 6px; }

.comments .form__button:hover { color: #fff; }

.comments .form__item { margin-top: 20px; }

.comments .form__item__text { color: #4e4e4e; font: 400 0.875rem/1 "DINPro", Arial, sans-serif; }

.comments .form__item__text.bold { color: #121212; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; }

.comments .form__input { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.comments .form__input--small { width: 50%; }

@media screen and (max-width: 750px) { .comments .form__input--small { width: 100%; } }

.form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.form__button { color: #348438; }

.form__item { margin-top: 30px; }

.form__item__text { color: #4e4e4e; font: 400 0.875rem/1 "DINPro", Arial, sans-serif; }

.form__item__text.bold { color: #121212; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; }

.form__input { position: relative; }

.form__input__symbols { position: absolute; bottom: -6px; right: 0; color: #4E4E4E; font-size: 12px; font-weight: 400; line-height: 18px; }

.form__input textarea, .form__input input { font: 400 0.9375rem/1.6 "DINPro", Arial, sans-serif; color: #121212; margin-top: 5px; background-color: #f2f8f9; border: 1px solid rgba(0, 0, 0, 0.1); width: 100%; padding: 12px 20px; font: 400 0.9375rem/1.6 "DINPro", Arial, sans-serif; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; /*&:focus:invalid{ border-color: red; }*/ }

.form__input textarea:focus, .form__input input:focus { border-color: #d9d9d9; background-color: #fff; }

.form__input textarea { resize: none; margin-bottom: 15px; background-image: url("../img/textarea-decor.svg"); background-position: 99% 97%; background-repeat: no-repeat; }

.form__input textarea:focus { background-image: url("../img/textarea-decor-active.svg"); }

.form__input .form__input__phone { color: #4e4e4e; }

.general-characteristics__container { margin: 59px 0; }

.general-characteristics__title { color: #121212; font: 500 2.5rem/1 "DINPro", Arial, sans-serif; }

.technical-characteristic__body { margin: 20px 0; }

.technical-characteristic__item { margin-bottom: 35px; }

.technical-characteristic__name { font: 500 1.25rem/1 "DINPro", Arial, sans-serif; color: rgba(18, 18, 18, 0.9); margin: 20px 0 28px; }

@media screen and (max-width: 992px) { .technical-characteristic__container.comments_form__size { width: 100%; } }

.product-materials__body { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; margin: 30px 0 35px; }

.product-materials__item { margin-bottom: 40px; font-size: 0; }

.product-materials__item:last-child { margin-bottom: 0; }

.product-materials__item img { max-width: 50%; max-height: 100%; }

.product-materials__item__video { max-width: 50%; max-height: 100%; }

.product-materials__item iframe { width: 100%; height: 367px; max-width: 100%; max-height: 100%; }

@media screen and (max-width: 992px) { .product-materials__item { max-height: unset; height: auto; max-width: 100%; width: 100%; }
  .product-materials__item img { max-width: 100%; width: 100%; height: auto; }
  .product-materials__item__video.product-gallery__slider__item { width: 100%; }
  .product-materials iframe { height: 100%; width: 100%; } }

@media screen and (max-width: 750px) { .product-materials__item { margin-bottom: 20px; } }

.not-found__background { position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.not-found__background__left { -webkit-box-flex: 0; -webkit-flex: 0 0 44%; -ms-flex: 0 0 44%; flex: 0 0 44%; height: 100vh; background-image: -webkit-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); }

.not-found__background__right { -webkit-box-flex: 0; -webkit-flex: 0 0 56%; -ms-flex: 0 0 56%; flex: 0 0 56%; height: 100vh; background-color: #fff; }

.not-found__container { padding-top: 20px; position: relative; width: 100%; height: 100vh; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: space-between; -webkit-align-items: space-between; -ms-flex-align: space-between; align-items: space-between; }

.not-found__description { position: relative; z-index: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.not-found__name { color: #fff; text-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); font: 700 10rem/1 "DINPro", Arial, sans-serif; margin-bottom: 20px; }

.not-found__text { font: 500 1.25rem/1.5 "DINPro", Arial, sans-serif; color: #fff; margin-bottom: 36px; width: 263px; }

.not-found__button { -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); background-color: #fff; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.not-found__button__icon { color: #2e7d32; margin-right: 10px; }

.not-found__button__text { color: #121212; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; }

.not-found__video { position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 850px; height: 580px; font-size: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.not-found__video video { max-width: 100%; max-height: 100%; }

.contacts-info__row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; margin-bottom: 50px; }

.contacts-info__row--title { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-bottom: 0; margin-left: -15px; margin-right: -15px; }

.contacts-info__row--tables { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; }

.contacts-info__row--single { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.contacts-info__row--single .contacts-info__row--tables { width: 100%; }

.contacts-info__column { -webkit-flex-basis: -webkit-calc(50% - 30px); -ms-flex-preferred-size: calc(50% - 30px); flex-basis: calc(50% - 30px); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; margin: 0 16px; }

.contacts-info__column:last-child { margin-right: 0; }

.contacts-info__head { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; margin-bottom: 15px; font: 400 1.25rem/1.45 "DINPro", Arial, sans-serif; color: rgba(78, 78, 78, 0.9); }

.contacts-info__head__title { font: 500 1.25rem/1.45 "DINPro", Arial, sans-serif; color: rgba(18, 18, 18, 0.9); }

.contacts-info table { margin-bottom: 30px; margin-left: 15px; margin-right: 15px; -webkit-flex-basis: -webkit-calc(50% - 30px); -ms-flex-preferred-size: calc(50% - 30px); flex-basis: calc(50% - 30px); }

.contacts-info table tbody { margin: 10px 0; }

.contacts-info table tr { padding: 15px 0 15px 20px; }

.contacts-info__qr-code { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 207px; width: 207px; margin-right: 85px; }

.contacts-info__qr-code img { max-height: 100%; max-width: 100%; }

.contacts-info__addresses { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.contacts-info__addresses__item { margin-right: 30px; }

.contacts-info__addresses__item:last-child { margin-right: 0; }

.contacts-info__place { font: 500 0.9375rem/1.47 "DINPro", Arial, sans-serif; color: #121212; margin-bottom: 10px; }

.contacts-info__place a { display: inline-block; margin-left: 7px; font-size: 15px; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; color: #8A8A8A; }

.contacts-info__place a:hover { color: #2e7d32; }

.contacts-info__email { margin-top: 15px; font: 400 0.875rem/1.07 "DINPro", Arial, sans-serif; color: #8a8a8a; }

.contacts-info__email a { position: relative; -webkit-transition: color .4s; -o-transition: color .4s; transition: color .4s; }

.contacts-info__email a:after { content: ""; display: block; position: absolute; bottom: 0; left: 0; right: 0; top: 19px; border-bottom: 1px solid rgba(52, 132, 56, 0.4); }

.contacts-info__email a:hover, .contacts-info__email a:active { color: #348438; }

.contacts-info .select__trigger { padding: 20px 30px 0px; }

@media screen and (max-width: 992px) { .contacts-info .select__menu { padding-top: 55px; }
  .contacts-info .select__menu__ul { padding: 0 20px 27px 30px; } }

.contacts-info .phone__item { font: 400 0.875rem/1.5 "DINPro", Arial, sans-serif; color: #8a8a8a; }

.contacts-info .phone__item a { -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

.contacts-info .phone__item a:hover, .contacts-info .phone__item a:active { color: #348438; }

@media screen and (max-width: 480px) { .contacts-info__row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .contacts-info__qr-code { display: none; }
  .contacts-info__addresses { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; width: 100%; border-top: 1px dashed rgba(52, 132, 56, 0.4); border-bottom: 1px dashed rgba(52, 132, 56, 0.4); }
  .contacts-info__addresses__item { margin: 20px 0; width: 100%; }
  .contacts-info__head { width: 100%; }
  .contacts-info__head.contacts-info__column { margin: 0; padding: 0 15px 15px 15px; }
  .contacts-info__head__title { display: none; }
  .contacts-info__head .select { width: 100%; } }

.contacts-info table { width: 100%; margin: 0; padding: 0 15px 15px 15px; }

.description { height: 100vh; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; position: relative; }

.description__wrapper { position: relative; max-width: 100%; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.description__container { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; max-height: 100%; }

.description__top { margin-top: 20px; }

.description__bottom { margin-bottom: 75px; max-width: 100%; }

.description__bottom p { font: 500 1.875rem/1.13 "DINPro", Arial, sans-serif; color: #fff; width: 680px; max-width: 100%; }

.description__title { font: 700 2.875rem/1 "DINPro", Arial, sans-serif; color: #fff; }

.description__text { font: 500 1.875rem/1.13 "DINPro", Arial, sans-serif; color: #fff; width: 680px; max-width: 100%; }

@media screen and (max-width: 480px) { .description__title { font-size: 36px; }
  .description__bottom p { font-size: 15px; line-height: 24px; } }

.gmap__container { height: 500px; margin-bottom: 60px; }

.gmap__container .map { height: 100%; }

.no-items__title { margin-top: 50px; text-align: center; font: 500 1.875rem/1 "DINPro", Arial, sans-serif; color: #121212; }

.no-items__text { text-align: center; font: 400 0.9375rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; margin: 10px 0 35px; }

.no-items__body { background-image: -webkit-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); padding: 43px 98px; margin-bottom: 50px; }

.no-items__body__title { text-align: center; color: #fff; font: 500 1.25rem/1 "DINPro", Arial, sans-serif; margin-bottom: 25px; }

.no-items__body__row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.no-items__body__column { margin-right: 30px; color: #fff; font: 400 0.9375rem/1 "DINPro", Arial, sans-serif; }

.no-items__body__column:last-child { margin-right: 0; }

.no-items .button { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; color: #2e7d32; height: 51px; padding: 0 18px; border: 2px solid #fff; -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15); -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

.no-items .button__icon { font-size: 16px; margin-right: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-bottom: 0; }

.no-items .button__text { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; }

.no-items .button:hover { background-color: transparent; color: #fff; }

.no-items .phone__main { color: #fff; }

.no-items .phone__sub { margin-right: 0; }

.projects-info__description p { margin: 0 auto; width: 750px; max-width: 100%; padding: 35px 0; font: 400 1.25rem/1.3 "DINPro", Arial, sans-serif; color: #4c4c4c; }

.projects-info__description strong { font-weight: 500; color: #121212; }

.projects-info__description blockquote { background-image: -webkit-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); width: 100%; }

.projects-info__description blockquote p { margin: 0 auto; width: 750px; max-width: 100%; font: 500 1.875rem/1 "DINPro", Arial, sans-serif; color: #fff; }

.projects-info__gallery { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 100%; margin: 25px 0px 65px; }

.projects-info__gallery__item { width: 49%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-bottom: 20px; font-size: 0; }

.projects-info__gallery__item img { width: 100%; height: 25vw; max-height: 350px; }

.project__general-info { padding: 30px; -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); }

@media (max-width: 991px) { .projects-info__description p { padding: 35px 30px; } }

@media (max-width: 500px) { .projects-info__description blockquote p { padding: 15px; font-size: 18px; } }

.search-form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 0 30px 0 15px; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.search-form__container { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; max-width: 216px; width: 100%; }

.search-form .form__close { z-index: 3; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 50px; position: absolute; left: 0; height: 100%; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: #8a8a8a; font-size: 16px; cursor: pointer; display: none; z-index: 5; }

.search-form .form__item { position: relative; margin-top: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; border: 2px solid rgba(0, 0, 0, 0.1); background-color: #f2f8f9; }

.search-form .form__input { display: block; padding: 14px  20px 14px; -webkit-border-radius: 0; border-radius: 0; background-color: transparent; z-index: 4; color: #121212; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; width: 100%; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; line-height: 15px; -webkit-appearance: none; vertical-align: middle; }

.search-form .form__input:focus .search__icon--opened { display: none; }

.search-form .form__input::-webkit-input-placeholder { vertical-align: middle; line-height: 25px; }

.search-form .icon-search { margin-right: 5px; }

.hidden { display: none; }

.transparent { opacity: 0; }

.active-search.search-form { position: absolute; width: 100%; height: 100%; bottom: 0; right: 0; z-index: 3; }

.active-search.search-form .search-form__container { padding-bottom: 5px; padding-top: 5px; margin-left: 100px; max-width: 1140px; background-color: #fff; }

.active-search.search-form .search-form__container .form__item { background-color: #fff; border: 2px solid rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 992px) { .active-search.search-form .search-form__container { padding-left: 0; } }

.active-search.search-form .form__close { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.active-search.search-form #main-search { padding: 14px 20px 14px  40px; }

.active-search.search-form .form__item { width: 100%; }

.active-search.search-form .icon-search { color: #2e7d32; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); margin-top: -10px; }

.category-catalog__container { padding-top: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.category-catalog__item { -webkit-box-flex: 0; -webkit-flex: 0 0 33.33%; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; margin-bottom: 80px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.category-catalog__item__inner { -webkit-box-flex: 0; -webkit-flex: 0 0 280px; -ms-flex: 0 0 280px; flex: 0 0 280px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.category-catalog__item__photo { width: 168px; height: 168px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.category-catalog__item__photo img { max-width: 100%; max-height: 100%; }

.category-catalog__item__description { margin-top: 21px; text-align: center; }

.category-catalog__item__name { color: #121212; text-align: center; font: 500 1.25rem/1.3 "DINPro", Arial, sans-serif; }

.category-catalog__item__quantity { color: #4e4e4e; font: 400 0.875rem/1 "DINPro", Arial, sans-serif; }

.blog-category__wrapper { margin-bottom: 80px; }

.blog-category__wrapper__projects { max-width: 1225px; width: 100%; padding-right: 55px; padding-left: 55px; }

.blog-category .title { margin: 10px 0 25px; }

.blog-category__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.blog-category .news__item { width: 100%; max-width: unset; }

.blog-category .news__item:hover .know-more { opacity: 1; z-index: 1; }

.blog-category .news__item:hover .know-more i { -webkit-transform: rotateZ(0deg); -ms-transform: rotate(0deg); transform: rotateZ(0deg); }

.blog-category .news__item:hover .news__image:after { opacity: 1; }

.blog-category .news__item:hover .project__general-info, .blog-category .news__item:hover .news__general-info .news__name { color: #2E7D32; }

.blog-category .news__general-info { margin-bottom: 30px; }

.blog-category .company-news__categories__container { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; margin: 10px 0 20px; }

.blog-post { margin-bottom: 75px; }

.blog-post__wrapper { position: relative; }

.blog-post__container { margin-top: 70px; }

.blog-post__container h1, .blog-post__container h2, .blog-post__container h3, .blog-post__container h4, .blog-post__container h5, .blog-post__container h6 { color: #121212; margin: 0 auto 20px; width: 750px; }

.blog-post__container h1 { font: 500 2.875rem/1.09 "DINPro", Arial, sans-serif; }

.blog-post__container h2 { font: 500 2.5rem/1 "DINPro", Arial, sans-serif; }

.blog-post__container h3 { font: 500 1.875rem/1.13 "DINPro", Arial, sans-serif; }

.blog-post__container h4 { font: 500 1.25rem/1.3 "DINPro", Arial, sans-serif; }

.blog-post__container h5 { font: 500 0.9375rem/1.6 "DINPro", Arial, sans-serif; }

.blog-post__container p, .blog-post__container > div { color: #121212; font: 400 1.25rem/1.3 "DINPro", Arial, sans-serif; margin: 0 auto 25px; width: 750px; }

.blog-post__container .slider-nav__container--blog { width: auto; }

.blog-post__container strong { font: 500 1.25rem/1.3 "DINPro", Arial, sans-serif; }

.blog-post__container pre, .blog-post__container address { display: none; }

.blog-post__container blockquote { background-image: -webkit-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); width: 100%; margin: 50px 0; }

.blog-post__container blockquote p { padding: 40px 10px; margin: auto; max-width: 750px; font: 500 1.875rem/1 "DINPro", Arial, sans-serif; line-height: 34px; color: #fff; }

.blog-post__container ol, .blog-post__container ul { margin: 0 auto 25px; width: 750px; }

.blog-post__container li { padding-left: 20px; color: #121212; margin-bottom: 15px; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; position: relative; line-height: 18px; }

.blog-post__container li:before { content: ""; display: inline-block; position: absolute; left: 0; }

.blog-post__container ul { list-style: none; }

.blog-post__container ul li:before { top: 9px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 5px; height: 5px; -webkit-border-radius: 50%; border-radius: 50%; background-image: -webkit-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); }

.blog-post__container ol { list-style: none; counter-reset: li; }

.blog-post__container ol li { counter-increment: li; }

.blog-post__container ol li:before { content: counter(li) "."; top: 0px; color: #2e7d32; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; }

.blog-post__container a { color: #2e7d32; word-wrap: break-word; font: 500 0.9375rem/1.27 "DINPro", Arial, sans-serif; position: relative; }

.blog-post__container a:after { content: ""; display: block; position: absolute; top: 20px; bottom: 0; left: 0; right: 0; border-bottom: 1px solid rgba(52, 132, 56, 0.4); }

.blog-post__container table { margin: 50px 0; }

.blog-post__container table tr { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 0 -15px; }

.blog-post__container table td { padding: 15px; font: 400 0.875rem/1.29 "DINPro", Arial, sans-serif; color: #717171; text-align: center; }

.blog-post__intro { position: relative; width: 100vw; height: -webkit-calc(100vh - 110px); height: calc(100vh - 110px); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.blog-post__intro__container { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.blog-post__name { color: #fff; font: 700 2.875rem/1.09 "DINPro", Arial, sans-serif; margin: 25px 0; }

.blog-post .news__data-item { color: #fff; font: 400 0.875rem/1 "DINPro", Arial, sans-serif; }

.blog-post__info .news__category { color: #fff; border-color: #8a8a8a; }

@media (max-width: 992px) { .blog-post .projects-info__container { padding-left: 0; padding-right: 0; }
  .blog-post__container p, .blog-post__container > div { max-width: 750px; width: 100%; margin-bottom: 0; }
  .blog-post__container h2, .blog-post__container h3, .blog-post__container h4, .blog-post__container ul { max-width: 750px; width: 100%; }
  .blog-post__container img { margin: 15px 0; } }

@media (max-width: 768px) { .blog-post__container { margin-top: 25px; }
  .blog-post__container p strong { font-size: 16px; }
  .blog-post__container .container { margin-top: 25px; }
  .blog-post__container h2 { font-size: 32px; }
  .blog-post__container h3 { font-size: 24px; } }

@media (max-width: 450px) { .blog-post .image-slider { margin-top: 30px; }
  .blog-post__wrapper .projects-info__container { padding-left: 0; padding-right: 0; }
  .blog-post__name { font-size: 30px; line-height: 34px; }
  .blog-post__categories { margin-top: 35px; }
  .blog-post__data { margin-bottom: 35px; }
  .blog-post__info { height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  .blog-post__container p strong { line-height: 1; }
  .blog-post__container img { max-width: 100%; height: auto !important; }
  .blog-post__container blockquote { margin: 20px 0; }
  .blog-post__container blockquote p { font-size: 20px; line-height: 26px; padding: 25px 10px; }
  .blog-post__container a { width: 100%; }
  .blog-post h2 { font-size: 26px; }
  .blog-post h3 { font-size: 20px; } }

.blog-post .image-slider { margin-top: 55px; }

@media screen and (max-width: 750px) { .blog-post .image-slider { margin-top: 30px; }
  .blog-post .image-slider .slider-nav { margin: 30px 0; } }

.blog-post .image-slider__photo { font-size: 0; text-align: center; }

.blog-post .image-slider__photo img { max-width: 100%; }

.blog-post .image-slider ul.slick-dots { margin: unset; width: unset; }

.blog-post .image-slider ul.slick-dots li { margin-bottom: 0; }

.blog-post .image-slider ul.slick-dots li:first-child { padding-left: 0; }

.blog-post .image-slider ul.slick-dots li:before { display: none; }

.blog-post .image-slider__description { padding: 10px 0; font: 400 0.875rem/1.29 "DINPro", Arial, sans-serif; color: #717171; text-align: center; }

.results { position: absolute; left: 100px; right: 0; background-color: #fff; top: 100%; max-height: 390px; overflow-y: auto; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }

.results__container { padding: 30px 20px; }

.results__categories { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.results__categories__item { margin-bottom: 17px; font: 400 0.9375rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; }

.results__categories__item:last-child { margin-bottom: 0px; }

.results__categories__item__link { font-weight: 500; color: #121212; position: relative; margin-left: 4px; }

.results__categories__item__link:hover { color: #348438; }

.results__categories__item__link:after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background-color: #348438; }

.results__separator { margin: 30px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.results__products { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.results__products__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; margin-bottom: 15px; }

.results__products__item:last-child { margin-bottom: 0; }

.results__products__item__photo { margin-right: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 48px; height: 48px; }

.results__products__item__photo img { max-width: 100%; max-height: 100%; vertical-align: top; }

.results__products__item__info { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.results__products__item__sku { font: 400 0.75rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; margin-bottom: 7px; }

.results__products__item__name { font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; color: #121212; position: relative; }

.results__products__item__name__span { border-bottom: 1px solid #348438; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; line-height: 18px; color: #121212; }

.results__show-more { background-color: #f2f8f9; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 51px; width: 100%; }

.results__show-more__icon { margin-right: 10px; color: #2e7d32; font-size: 10px; }

.results__show-more__link { font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; color: #121212; }

.results__no-items { padding: 25px 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.results__no-items__icon { color: #2e7d32; font-size: 6px; margin: 2px 10px 0 0; margin-top: 2px; margin-right: 10px; cursor: pointer; }

.results__no-items__icon i { padding: 4px; border: 1px solid #2e7d32; -webkit-border-radius: 50%; border-radius: 50%; cursor: pointer; }

.results__no-items__info__title { font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; color: #121212; margin-bottom: 10px; }

.results__no-items__info__text { font: 400 0.875rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; }

.main-results .results { left: 0; }

.loader__wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; background-color: #fff; }

.loader { display: block; position: relative; left: 50%; top: 50%; width: 150px; height: 150px; margin: -75px 0 0 -75px; -webkit-border-radius: 50%; border-radius: 50%; border: 3px solid transparent; border-top-color: #2e7d32; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ z-index: 1001; }

.loader:before { content: ""; position: absolute; top: 5px; left: 5px; right: 5px; bottom: 5px; -webkit-border-radius: 50%; border-radius: 50%; border: 3px solid transparent; border-top-color: #2e7d32; -webkit-animation: spin 3s linear infinite; animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ }

.loader:after { content: ""; position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; -webkit-border-radius: 50%; border-radius: 50%; border: 3px solid transparent; border-top-color: #2e7d32; -webkit-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */ }

@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

@keyframes spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

.loader__wrapper .loader__section { position: fixed; top: 0; width: 51%; height: 100%; background: #efefef; z-index: 1000; }

.loader__wrapper .loader__section.section__left { left: 0; }

.loader__wrapper .loader__section.section__right { right: 0; }

/* Loaded Styles */
.loaded .loader { opacity: 0; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }

.loaded .loader__wrapper { visibility: hidden; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */ -webkit-transition: all 0.3s 1s ease-out; -o-transition: all 0.3s 1s ease-out; transition: all 0.3s 1s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }

.sticky-order { width: 458px; border: 4px solid #2e7d32; padding: 30px; overflow: hidden; background: #ffffff; position: absolute; top: 0; right: 0; display: none; opacity: 0; visibility: hidden; z-index: 100; }

.sticky-order .js-reviews-info-quickbuy { cursor: default; display: none; }

.sticky-order .js-reviews-info-quickbuy .reviews-info__info { cursor: default; }

.sticky-order .product-in-catalog__colors__item { cursor: pointer; }

.sticky-order__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.sticky-order__color { pointer-events: none; }

.sticky-order__variants { padding: 0 20px; }

.sticky-order__photo { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; height: 155px; width: 233px; }

.sticky-order__photo img { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain; }

.sticky-order__quantity, .sticky-order__button, .sticky-order__price { margin-top: 18px; }

.sticky-order__price__info { display: none; }

.sticky-order__price__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.sticky-order__price__current__value { font-size: 20px; }

.sticky-order__price__old { margin-right: 10px; color: #a0a0a0; }

.sticky-order__price__old__value { font-size: 20px; }

.sticky-order__price__old__row { position: relative; }

.sticky-order__price__old__row:after { content: ''; display: block; position: absolute; height: 1px; width: 100%; left: 0; right: 0; top: 50%; background-image: -webkit-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); }

.sticky-order__column { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.sticky-order__column--bigger { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; position: relative; }

.sticky-order__column--colors { position: absolute; right: 0; top: 0; }

.sticky-order__name { font: 500 1.25rem/1 "DINPro", Arial, sans-serif; color: rgba(18, 18, 18, 0.9); margin-bottom: 10px; }

.sticky-order__popularity { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.comments_form__size { width: 56%; position: relative; }

.js-sticky-order-visible { opacity: 1; visibility: visible; display: block; top: 120px; }

.region__item__name { position: relative; }

.region__item:hover { color: #348438; }

/*----- PRODUCT PAGE -------------------------------------------*/
.product-info .sticky-block--show { width: 1140px; height: 0; }

.product-info .sticky-block--clone { display: none; height: 0 !important; }

.product-info .sticky-block--hidden { display: block !important; }

.product-info__container { position: relative; z-index: 1; }

.product-info__body { position: relative; z-index: 0; }

.product-info .video-popup { display: none; position: fixed; z-index: 99999; width: 100vw; height: 100vh; top: 0; left: 0; padding: 20px 50px; }

.product-info .video-popup .overlay { background-color: rgba(0, 0, 0, 0.8); }

.product-info .video-popup .popup__container { padding: 0; position: relative; max-width: 1263px; width: 100%; max-height: 758px; height: 100%; overflow: hidden; z-index: 100000; background-color: transparent; }

.product-info .video-popup .popup__close-icon { display: block; z-index: 10; width: 50px; height: 50px; top: 0; right: 0; text-align: center; background-image: -webkit-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-position: right center; -webkit-background-size: 200% auto; background-size: 200% auto; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; color: #fff; }

.product-info .video-popup .popup__close-icon:before { line-height: 50px; text-align: center; }

.product-info .video-popup .popup__close-icon:hover { background-position: left center; }

.product-info .video-popup--opened { display: block; }

.product-info .video-popup--opened .overlay { position: fixed; left: 0; right: 0; top: 0; bottom: 0; }

.product-info .main-info { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.product-info__left { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; padding: 15px; max-width: 100%; }

.product-info__right { -webkit-box-flex: 0; -webkit-flex: 0 0 478px; -ms-flex: 0 0 478px; flex: 0 0 478px; padding: 15px 0 30px 15px; }

.product-info__row { margin: 0 -15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; position: relative; z-index: 1; }

.product-info__row.product-reviews, .product-info__row.product-materials, .product-info__row.technical-characteristic, .product-info__row.main-info { z-index: -1; }

.product-info__feature { font: 400 0.875rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; margin: 8px 0 20px; }

.product-info__feature__link { display: inline-block; color: #121212; font-weight: 500; position: relative; }

.product-info__feature__link:after { -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); content: ''; display: block; width: 100%; position: absolute; bottom: 0; border-bottom: 1px solid rgba(52, 132, 56, 0.4); -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }

.product-info__feature__link:hover { cursor: pointer; }

.product-info__feature__link:hover:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.product-info__name { position: relative; }

.product-info__name .rating__wrapper .rating .star { cursor: default; }

.product-info__name__text { width: -webkit-calc(100% - 110px); width: calc(100% - 110px); margin: 0px 0 5px; font: 700 2.875rem/1 "DINPro", Arial, sans-serif; color: #121212; word-wrap: break-word; }

.product-info__additional-info { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.product-info__id { position: absolute; right: 0; bottom: 50px; background: #f2f8f9; height: 51px; padding: 0 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font: 400 0.875rem/1 "DINPro", Arial, sans-serif; }

.product-info__id__name { color: #4e4e4e; }

.product-info__id__value { color: #121212; font-weight: 500; }

.product-info__tabs { margin: 18px 0 23px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.product-info__tabs__item { cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 0 12.5px; height: 51px; border: 2px solid transparent; -webkit-border-radius: 26px; border-radius: 26px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.product-info__tabs__item.active { padding: 0 25px; border-color: #2e7d32; }

.product-info__tabs__item.active .product-info__tabs__item__text > * { color: #2e7d32; }

.product-info__tabs__item.active .product-info__tabs__item__name { border-bottom-color: transparent; }

.product-info__tabs__item:last-child { margin-right: 0; }

.product-info__tabs__item__text { pointer-events: none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.product-info__tabs__item__name { color: #121212; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; padding-bottom: 2px; border-bottom: 1px dashed rgba(52, 132, 56, 0.4); }

.product-info__tabs__item__info { color: #4e4e4e; font: 400 0.875rem/1 "DINPro", Arial, sans-serif; }

.product-shipping { padding: 30px 80px 30px 0; background-color: #fff; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.product-shipping__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.product-shipping__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; margin-left: 68px; }

.product-shipping__item--bigger { -webkit-flex-basis: 340px; -ms-flex-preferred-size: 340px; flex-basis: 340px; }

.product-shipping__item:nth-child(1) { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; }

.product-shipping__icon { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; margin-right: 10px; }

.product-shipping__icon i { color: #2e7d32; font-size: 16px; }

.product-shipping__info { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.product-shipping__name { font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; color: #121212; }

.product-shipping__description { margin-top: 10px; color: #4e4e4e; font-size: 14px; font-weight: 400; line-height: 18px; }

.product-shipping__link { margin-top: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.product-shipping__link i { color: #2e7d32; font-size: 10px; margin-right: 10px; }

.product-shipping__link__text { font: 400 0.875rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; border-bottom: 1px dashed rgba(52, 132, 56, 0.4); }

.product-gallery { max-height: 353px; }

.product-gallery__container { margin: 0 -15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; width: -webkit-calc(100% + 30px); width: calc(100% + 30px); }

.product-gallery__container.no-image__container { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.product-gallery__navigation { margin: 0 15px; width: 75px; position: relative; }

.product-gallery__navigation__container { height: 353px; }

.product-gallery__navigation__arrows { position: absolute; bottom: 0; left: 0; }

.product-gallery__navigation .slick-slide { height: 75px; margin: 0; margin: 0; }

.product-gallery__navigation__video { height: 83px; width: 75px; margin: 0 15px; cursor: pointer; }

.product-gallery__navigation__video .video__icon { height: 30px; width: 42px; position: relative; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

.product-gallery__navigation__video .video__icon #EcoWay_04_b_lg { -webkit-transition: fill .4s; -o-transition: fill .4s; transition: fill .4s; }

.product-gallery__navigation__video:hover { border-color: transparent; }

.product-gallery__navigation__video:hover .video__icon #EcoWay_04_b_lg { fill: #2e7d32; }

.product-gallery__navigation__video:hover .product-gallery__navigation__item__text { color: #2e7d32; }

.product-gallery__navigation__item { padding: 10px; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; border: 2px solid transparent; font-size: 0; cursor: pointer; }

.product-gallery__navigation__item:hover { border-color: #d9d9d9; }

.product-gallery__navigation__item__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.product-gallery__navigation__item__container img { max-height: 48px; max-width: 48px; -o-object-fit: contain; object-fit: contain; }

.product-gallery__navigation__item__text { color: #4e4e4e; font: 400 0.6875rem/1.64 "DINPro", Arial, sans-serif; text-align: center; display: inline-block; margin: 3px -10px -10px; text-decoration: underline; -webkit-text-decoration-color: rgba(52, 132, 56, 0.4); text-decoration-color: rgba(52, 132, 56, 0.4); -webkit-text-decoration-style: dashed; text-decoration-style: dashed; width: 75px; }

.product-gallery__navigation__arrows { position: relative; height: 37px; }

.product-gallery .slick-current .product-gallery__navigation__item { border-color: #2e7d32; }

.product-gallery .slick-current .product-gallery__navigation__item.video { border-color: transparent; }

.product-gallery .slick-current .product-gallery__navigation__item.video .video__icon { color: #2e7d32; border-color: #2e7d32; }

.product-gallery .slick-current .product-gallery__navigation__item.video .video__icon:after { border-color: transparent transparent transparent #2e7d32; }

.product-gallery .slick-current .product-gallery__navigation__item.video .product-gallery__navigation__item__text { color: #2e7d32; }

.product-gallery__slider { font-size: 0; margin: 0 15px; width: 553px; max-width: 100%; }

.product-gallery__slider .slick-slide { margin: 0; }

.product-gallery__slider__img__outer { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 555px; height: 353px; }

.product-gallery__slider__img img { max-width: 555px; max-height: 353px; -o-object-fit: contain; object-fit: contain; }

.product-gallery__slider__item { width: 555px; height: 353px; -webkit-background-size: contain; background-size: contain; background-repeat: no-repeat; background-position: center center; }

.product-gallery__slider__item__video { max-width: 100%; max-height: 100%; z-index: 1; }

.product-order .product-in-catalog__colors__item { display: none; }

.product-order__container { position: relative; }

.product-order .labels { position: relative; }

.product-order .labels__item { margin-right: 15px; }

.product-order .labels__item--top { margin-right: 15px; }

.product-order__row { margin-top: 35px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.product-order__head { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-bottom: 35px; }

.product-order__available { font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; color: #121212; }

.product-order .form__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; margin-top: 0; }

.product-order__price { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.product-order__price__label { margin-bottom: 10px; font: 400 0.875rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; }

.product-order__price__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }

.product-order__price__current { padding-right: 25px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.product-order__price__current__value { font: 500 2.5rem/1 "DINPro", Arial, sans-serif; color: #121212; }

.product-order__price__current__currency { margin-left: 10px; font: 500 1.25rem/1 "DINPro", Arial, sans-serif; color: #121212; }

.product-order__price__old { border-left: 1px dashed rgba(52, 132, 56, 0.4); padding-left: 25px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.product-order__price__old__row { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.product-order__price__old__row:after { content: ''; position: absolute; height: 1px; width: 100%; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background-image: -webkit-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); }

.product-order__price__old__value { font: 500 1.25rem/1 "DINPro", Arial, sans-serif; color: #a0a0a0; }

.product-order__price__old__currency { margin-left: 7px; font: 500 0.75rem/1 "DINPro", Arial, sans-serif; color: #a0a0a0; }

.product-order__price__old__info { font: 400 0.75rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; }

.product-order .form__label, .product-order .price__label { font: 400 0.875rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; margin-bottom: 10px; }

.product-order__current-color { font: 400 0.875rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; margin-bottom: 12px; }

.product-order__variants { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; max-width: 270px; overflow: hidden; }

.product-order__variants__container { width: 100%; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.product-order__variants__container .slick-arrow { position: relative; }

.product-order__variants__container .slick-prev { margin-right: 30px; }

.product-order__variants__container .slick-next { margin-left: 30px; }

.product-order__variants .slick-slide { margin: 0; }

.product-order__variants__item { cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.product-order__variants__item:hover .product-order__variants__item__photo { border-color: #d9d9d9; }

.product-order__variants__item input { margin: 0; width: 0; height: 0; }

input:checked + .product-order__variants__item__photo { border-color: #2e7d32; }

.product-order__variants__item__photo { pointer-events: none; cursor: pointer; padding: 8px; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; height: 68px; width: 68px; border: 2px solid transparent; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.product-order__variants__item__photo img { max-width: 48px; max-height: 48px; -o-object-fit: contain; object-fit: contain; pointer-events: none; }

.product-order__quantity { margin: 0px 15px; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; color: #121212; }

.product-order__quantity__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-right: 25px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.product-order__quantity__minus, .product-order__quantity__plus { position: relative; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; cursor: pointer; width: 29px; height: 29px; border: 2px solid #d9d9d9; background: #fff; color: #2e7d32; }

.product-order__quantity__minus:hover, .product-order__quantity__plus:hover { border-color: #fff; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.product-order__quantity__minus:before, .product-order__quantity__minus:after, .product-order__quantity__plus:before, .product-order__quantity__plus:after { position: absolute; content: ''; height: 2px; width: 12px; -webkit-border-radius: 1px; border-radius: 1px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-image: -webkit-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: -o-linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); background-image: linear-gradient(45deg, #5bb461 0%, #2e7d32 100%); }

.product-order__quantity__plus:after { height: 12px; width: 2px; }

.product-order__quantity__minus.disabled { cursor: default; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

.product-order__quantity__minus.disabled:before, .product-order__quantity__minus.disabled:after { -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; background-image: none; background-color: #8A8A8A; }

.product-order__quantity__minus.disabled:hover { border: 2px solid #d9d9d9; -webkit-box-shadow: none; box-shadow: none; }

.product-order .social__wrapper { margin-left: 30px; }

.product-order .social__share { font: 400 0.875rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; }

.product-order .social__item { margin-left: 15px; }

.availability_0 { color: grey; margin: 8px 0 20px 0; }

.availability_1, .availability_2 { margin: 8px 0 20px 0; }

.product-order_price__manager { font-size: 20px; font-weight: 500; line-height: 25px; padding-top: 28px; }

.product-order_price__manager-sticky { font-size: 20px; font-weight: 500; line-height: 25px; text-align: left; }

.product-order_price__manager-main { font-size: 15px; font-weight: 500; line-height: 17px; }

.product-order_price__carousel { font-weight: 500; line-height: 25px; padding-top: 20px; }

.product-description__body.over-height .product-description__body_content { overflow: hidden; margin-bottom: 30px; -webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s; }

.product-description__body.over-height .show-more { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-color: transparent; }

.product-description__body.over-height.opened { overflow: visible; }

.product-description p { font: 400 0.9375rem/1.6 "DINPro", Arial, sans-serif; color: #4e4e4e; margin-bottom: 10px; margin: 15px 0; }

.product-description li { margin-left: 20px; margin-bottom: 10px; font: 500 0.9375rem/1.6 "DINPro", Arial, sans-serif; position: relative; }

.product-description li:before { content: '\2022'; position: absolute; left: -20px; color: #2e7d32; }

.product-description .show-more { display: none; cursor: pointer; position: relative; }

.product-description .show-more__blur:after { content: ""; display: block; position: absolute; top: -60px; left: 0; right: 0; height: 30px; background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0))); background-image: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%); background-image: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%); background-image: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%); }

.product-description .show-more.opened:after { display: none; background-image: none; }

.product-description .show-more.opened i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: .9s; -o-transition: .9s; transition: .9s; }

.product-description .show-more i { color: #8a8a8a; font-size: 6px; cursor: pointer; -webkit-transition: .9s; -o-transition: .9s; transition: .9s; }

.product-description .show-more__text { margin-right: 10px; padding-bottom: 1px; font: 500 0.9375rem/1 "DINPro", Arial, sans-serif; color: #121212; -webkit-transition: color .4s; -o-transition: color .4s; transition: color .4s; border-bottom: 1px dashed rgba(52, 132, 56, 0.4); }

.product-description .show-more__text:hover { color: #348438; }

.tab__title { font: 500 1.875rem/1 "DINPro", Arial, sans-serif; color: #121212; }

.tab__product-name { color: #4e4e4e; font: 400 1.25rem/1 "DINPro", Arial, sans-serif; }

.disclaimer { margin: 35px 0 35px; font: 400 0.75rem/1 "DINPro", Arial, sans-serif; color: #4e4e4e; }

.disclaimer .green { font-weight: 500; color: #2e7d32; }

/*----- ABOUT US PAGE -------------------------------------------*/
.history__slider__item__img { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.history__slider__item__img__inner { height: 404px; width: 534px; overflow: hidden; margin-bottom: 25px; position: relative; }

.history__slider__item__img__inner img { top: 0; left: 0; width: auto; height: 100%; position: absolute; }

.history__slider__item__text { text-align: center; margin: 80px auto 17px; width: 750px; max-width: 100%; }

.history__slider__item__text h2 { font-size: 30px; }

.history__slider__item__text p { font-size: 20px; }

.history__slider__item__title { font: 500 2.5rem/1 "DINPro", Arial, sans-serif; color: #121212; }

.history__slider__item__description { margin-top: 20px; font: 400 1.25rem/1.3 "DINPro", Arial, sans-serif; color: #4c4c4c; }

.history__slider-nav { border-bottom: 2px solid #d9d9d9; position: relative; margin-bottom: 76px; }

.history__slider-nav__container { margin-top: 0; }

.history__slider-nav .slick-center .history__slider-nav__item__container { font-weight: 700; -webkit-transform: translateY(-65px) scale(2.3); -ms-transform: translateY(-65px) scale(2.3); transform: translateY(-65px) scale(2.3); color: #348438; }

.history__slider-nav__item { cursor: pointer; padding-bottom: 16px; font: 500 1.25rem/1 "DINPro", Arial, sans-serif; color: rgba(76, 76, 76, 0.9); text-align: center; }

.history__slider-nav__item__container { margin-top: 100px; display: inline-block; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }

.history__slider-nav__image { pointer-events: none; background: #fff; position: absolute; bottom: 1px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

@media screen and (max-width: 480px) { .history__slider-nav { margin-bottom: 40px; }
  .history__slider__item__text { margin-top: 20px; }
  .history__slider__item__text h2 { font-size: 20px; line-height: 26px; }
  .history__slider__item__text p { font-size: 16px; line-height: 24px; }
  .history__slider__item__img__inner { width: 300px; height: 220px; } }

.preferences { margin-bottom: 74px; }

.preferences__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.preferences__item { margin-right: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.preferences__item:last-child { margin-right: 0; }

.preferences__item__title { padding-bottom: 9px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.preferences__item__name { margin-bottom: 5px; font: 500 1.875rem/1 "DINPro", Arial, sans-serif; color: #121212; }

.preferences__item__tidbit { font: 400 0.875rem/1.29 "DINPro", Arial, sans-serif; color: #4e4e4e; padding-bottom: 16px; }

.preferences__item__table__item { position: relative; counter-increment: step-counter; padding: 15px 20px 15px 49px; font: 500 0.9375rem/1.6 "DINPro", Arial, sans-serif; color: #121212; }

.preferences__item__table__item:before { content: counter(step-counter) "."; position: absolute; left: 20px; font: 400 0.9375rem/1.47 "DINPro", Arial, sans-serif; color: #4e4e4e; }

.preferences__item__table__item:nth-child(odd) { background-color: #f2f8f9; }

/*----- import adaptive -------------------------------------------*/
/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) { .container { padding-right: 70px; padding-left: 85px; }
  .container-fluid { padding-right: 70px; padding-left: 85px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .container { padding-right: 25px; padding-left: 25px; }
  .container-fluid { padding-right: 70px; padding-left: 70px; }
  .show-md { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 750px) { .hidden-sm { display: none; } }

/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .container { padding-right: 15px; padding-left: 15px; }
  .container-fluid { padding-right: 15px; padding-left: 15px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) { .intro__bottom-info { padding-bottom: 16px; }
  .company__title h1 { font-size: 42px; line-height: 1.1; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .intro__search-product { background-color: #fff; }
  .intro__search-product .button { margin-right: -1px; }
  .company__short-intro { margin-bottom: 35px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 768px) { .intro__search-form { height: 71px; }
  .intro__search-form .search__icon { height: 71px; border: 1px solid #fff; border-right-color: rgba(0, 0, 0, 0.1); }
  .intro__search-form__input { border: 1px solid #fff; }
  .intro__search-form .button__container, .intro__search-form .button { height: 71px; }
  .intro.intro-search--active-form .search__icon { border-bottom-color: rgba(0, 0, 0, 0.1); }
  .intro.intro-search--active-form__input { border-bottom-color: rgba(0, 0, 0, 0.1); } }

/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .company__title { width: 100%; }
  .company__title h1 { font-size: 36px; }
  .company__short-intro { font-size: 15px; line-height: 24px; }
  .intro__search-product, .intro__contacts { display: none; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .company-news__container { padding: 0; }
  .company-news .slick-slide { min-width: unset; max-width: unset; margin: 0 5px; }
  .company-news .slick-slide .news__item { -webkit-box-sizing: border-box; box-sizing: border-box; width: auto; padding: 0; min-width: unset; max-width: unset; }
  .company-news .slick-slide .news__item__container { width: 100%; padding: 8px; min-width: unset; max-width: unset; }
  .company-news .slick-list { width: 100%; overflow-y: visible; margin: 0; }
  .news__slider { width: 100%; margin: 0; }
  .news__slider-container { width: 100%; margin: 0; }
  .news__slider .slick-slide { max-width: 360px; width: auto; }
  .news__item .news__general-info { padding: 35px 30px; }
  .news__item__container { margin: 0; padding: 0; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) { .category { -webkit-flex-basis: -webkit-calc(50% - 33px); -ms-flex-preferred-size: calc(50% - 33px); flex-basis: calc(50% - 33px); }
  .category__container { padding: 60px 20px 50px; }
  .category__name { margin-bottom: 0; }
  .category:hover .category__icon { bottom: -5px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .category { -webkit-flex-basis: -webkit-calc(50% - 33px); -ms-flex-preferred-size: calc(50% - 33px); flex-basis: calc(50% - 33px); }
  .category__container { padding: 60px 20px 50px; }
  .category__name { margin-bottom: 0; }
  .category:hover .category__icon { bottom: -5px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 750px) { .category { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; padding: 0; }
  .categories .slider-nav { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-top: 0; margin-bottom: 43px; } }

/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .categories__wrapper { display: block; }
  .categories .slider-nav { margin-bottom: 15px; }
  .categories__show-all .button { width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) { .advantages__container { width: -webkit-calc(100% + 30px); width: calc(100% + 30px); margin-left: -15px; }
  .advantage { padding: 0 15px 37px; }
  .advantage:hover:before { height: -webkit-calc(100% + 30px); height: calc(100% + 30px); } }

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .advantage { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; }
  .advantage:after { opacity: 0; } }

/* Extra Small Devices, Phones */
/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .advantages .slider-nav { display: inline-block; }
  .advantage { padding: 0 15px 105px; text-align: center; }
  .advantage__icon { margin-top: 60px; margin-bottom: 20px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) { .footer { margin: 0px 0 75px; /* FOOTER SUBSCRIBE*/ /* FOOTER CONTACTS */ }
  .footer__bottom__container .social { position: relative; z-index: 0; }
  .footer__item { margin-top: 15px; }
  .footer__subscribe .form__input input { width: 100%; }
  .footer__contacts__email { margin-top: 15px; }
  .footer__phone__list { margin-top: 8px; }
  .footer__phone__item { margin-top: 0; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .footer { /* FOOTER SUBSCRIBE*/ /* FOOTER CONTACTS */ }
  .footer__bottom__container .social { position: relative; z-index: 0; }
  .footer__container { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .footer__section { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; padding: 10px 0 0; }
  .footer__section:nth-child(odd) { padding-right: 15px; }
  .footer__section:nth-child(even) { padding-left: 15px; }
  .footer__row { margin-top: 30px; }
  .footer .copyright__text { position: absolute; padding-left: 0; bottom: 0; }
  .footer__subscribe__form .button--subscribe { right: -2px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 750px) { .footer { margin-bottom: 0; }
  .footer__section { padding: 0; margin-top: 0; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; }
  .footer__section:nth-child(even) { padding-left: 0; }
  .footer__section:nth-child(odd) { padding-right: 0; }
  .footer__section__title { margin-top: 17px; } }

/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .footer { /* FOOTER SUBSCRIBE*/ /* FOOTER CONTACTS */ }
  .footer__section { margin-bottom: 15px; }
  .footer__section:first-child { padding-top: 35px; }
  .footer__row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  .footer__subscribe { -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }
  .footer__subscribe .social__item { margin: 23px 15px 13px 0; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) { .product-shipping__item { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; margin-left: 33px; } }

/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 750px) { .product-shipping { padding: 0; }
  .product-shipping__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; padding: 30px 28px 30px 28px; }
  .product-shipping__item { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; margin-bottom: 0; }
  .product-shipping__item:last-child { margin-bottom: 30px; } }

/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .product-shipping { padding: 0px; margin: 0 15px; }
  .product-shipping__item { margin-left: 0; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .info-table__row { padding: 15px 30px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .info-table__column:first-child { margin-bottom: 5px; }
  table tr { padding: 15px 30px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  table td:first-child { margin-bottom: 5px; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .comments .form__button { width: 100%; }
  .comments .form__input textarea, .comments .form__input input { width: 100%; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .catalog-menu { position: fixed; left: 0; }
  .catalog-menu .overlay--subcategories { display: none; }
  .catalog-menu--opened .overlay--subcategories--opened { left: 0; opacity: 1; display: block; }
  .catalog-menu--opened .catalog-menu__container { left: 0; overflow-x: hidden; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; height: 100%; }
  .catalog-menu__content { position: relative; z-index: 2; height: auto; -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; }
  .catalog-menu__button { display: none; }
  .catalog-menu__button__icon--sm.icon-close { display: block; font-size: 19px; }
  .catalog-menu__container { display: block; width: 100vw; padding-bottom: 0; padding-top: 0; overflow: auto; z-index: -1; }
  .catalog-menu__head { padding-top: 10px; margin-bottom: 0; padding-bottom: 15px; position: relative; z-index: 1; }
  .catalog-menu__head__right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
  .catalog-menu__body { -webkit-align-self: stretch; -ms-flex-item-align: stretch; align-self: stretch; padding-bottom: 15px; height: 100%; width: 100%; top: 0; bottom: 0; z-index: 10000; }
  .catalog-menu__footer { position: relative; z-index: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-align-self: stretch; -ms-flex-item-align: stretch; align-self: stretch; padding: 35px 70px 0; background: #f2f8f9; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; }
  .catalog-menu__footer__left { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  .catalog-menu__footer__left .nav { padding-bottom: 30px; }
  .catalog-menu__footer__left .nav__menu { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  .catalog-menu__footer__left .nav__link { color: #4e4e4e; }
  .catalog-menu__footer__left .nav__item { margin: 20px 0 0 0; }
  .catalog-menu__footer__left .nav__item:first-child { margin-top: 0; }
  .catalog-menu__footer__left .page-select__menu--visible { margin-top: 30px; }
  .catalog-menu__footer__right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  .catalog-menu__footer__right .select { padding: 10px; }
  .catalog-menu__footer__right .select__trigger { padding: 0; }
  .catalog-menu__categories__item__container { padding: 20px 150px 20px 70px; }
  .catalog-menu__categories__item .arrow-right { right: 70px; }
  .catalog-menu__categories__item.active .overlay--subcategories { opacity: 1; z-index: 9998; }
  .catalog-menu__categories__item.active .catalog-menu__subcategories__wrapper { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); position: fixed; z-index: 100000; }
  .catalog-menu__subcategories { padding: 30px; }
  .catalog-menu__subcategories__row { padding: 20px 73px 10px 30px; display: block; }
  .catalog-menu__subcategories__row__right { display: none; }
  .catalog-menu__subcategories__wrapper { position: fixed; left: 100vw; right: unset; z-index: 10005; width: 80vw; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  .subcategories-wrapper { width: 80%; left: 20%; }
  @-webkit-keyframes showNav { from { opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
    to { opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  @keyframes showNav { from { opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); }
    to { opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 750px) { .catalog-menu { z-index: 100; }
  .catalog-menu .overlay--subcategories, .catalog-menu .overlay--subcategories--opened { display: none; }
  .catalog-menu__head { margin-bottom: 0; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 15px 15px 0; }
  .catalog-menu__head__right { position: absolute; right: 13px; top: 10px; }
  .catalog-menu__head__left { width: 100%; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }
  .catalog-menu__footer { padding: 20px 15px 0; }
  .catalog-menu__categories__item .arrow-right { right: 15px; }
  .catalog-menu__categories__item__icon__container { display: none; }
  .catalog-menu__categories__item__container { padding: 15px 70px 15px 15px; }
  .catalog-menu__subcategories { padding: 15px; }
  .catalog-menu__subcategories__row { padding: 30px 15px; }
  .catalog-menu__subcategories__row__right { display: none; }
  .catalog-menu__subcategories__row__left { width: 100%; }
  .catalog-menu__subcategories__wrapper { padding-top: 0; width: 100vw; }
  .subcategories-wrapper { width: 100%; left: 0; height: 100vh; position: absolute; overflow: hidden; display: none; -webkit-animation: showNav 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); animation: showNav 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); } }

/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .catalog-menu__subcategories__wrapper { padding-top: 80px; }
  .catalog-menu__categories__item__container { padding: 15px 35px 15px 15px; }
  .catalog-menu__footer__right { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .catalog-menu__footer__right .button__container { margin-right: 0; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 750px) { .about-company__inner-info { max-width: 100%; }
  .about-company__title { margin: 35px 0 21px; } }

/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .clients-slider { margin: 0 0 40px; }
  .about-company__title { margin-top: 0; }
  .about-company__description { font-size: 16px; line-height: 1.5; }
  .about-company .clients-slider { margin: 20px 0 40px; }
  .about-company .clients-slider__element__container { width: auto; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) { .advertising-slider__left { padding: 40px 29px 40px 80px; } }

/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 992px) { .advertising-slider__left { width: 100%; }
  .advertising-slider__right { width: 100%; }
  .advertising-slider__item__container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; height: auto; }
  .advertising-slider__item__button { margin: auto; }
  .advertising-slider__item__photo { display: none; }
  .advertising-slider .slider-nav .slick-active button { background-image: -webkit-gradient(linear, left top, right top, from(#2e7d32), color-stop(50%, #5bb461), to(#2e7d32)); background-image: -webkit-linear-gradient(left, #2e7d32 0%, #5bb461 50%, #2e7d32 100%); background-image: -o-linear-gradient(left, #2e7d32 0%, #5bb461 50%, #2e7d32 100%); background-image: linear-gradient(to right, #2e7d32 0%, #5bb461 50%, #2e7d32 100%); }
  .advertising-slider .slider-nav__wrapper { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; position: relative; margin-top: 42px; left: 50%; } }

/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .advertising-slider { margin-top: 35px; }
  .advertising-slider__container { padding-right: 0; padding-left: 0; }
  .advertising-slider__left { padding: 30px 15px; }
  .advertising-slider__left .mouse_over { display: none; }
  .advertising-slider__item__container { height: auto; }
  .advertising-slider__item__name h2 { font-size: 34px; }
  .advertising-slider .slider-nav__wrapper { margin-top: 20px; left: 50%; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .subcategories-list__item { -webkit-box-flex: 0; -webkit-flex: 0 1 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; } }

/* Extra Small Devices, Phones */
/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .subcategories-list__info { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .subcategories-list__item { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .catalog__bottom .pagination { -webkit-box-flex: 1; -webkit-flex: 1 1 50%; -ms-flex: 1 1 50%; flex: 1 1 50%; }
  .catalog__bottom .look-more { -webkit-box-flex: 1; -webkit-flex: 1 1 50%; -ms-flex: 1 1 50%; flex: 1 1 50%; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 750px) { .catalog__bottom { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .catalog__bottom .pagination { margin: 40px 0; } }

/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .catalog__bottom { margin: 45px auto 0; }
  .catalog__bottom__info { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .catalog__bottom__item { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; }
  .catalog__bottom .pagination { margin: 40px 0 30px; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  .catalog__bottom .look-more { width: 100%; }
  .catalog__bottom .look-more__button { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) { .products-catalog__container .select--order-by { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
  .products-catalog__container .select--order-by__label { position: static; }
  .products-catalog__container .select__current { padding-bottom: 3px; color: #121212; }
  .products-catalog .filter { -webkit-flex-basis: 320px; -ms-flex-preferred-size: 320px; flex-basis: 320px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .products-catalog .filter { -webkit-flex-basis: 235px; -ms-flex-preferred-size: 235px; flex-basis: 235px; }
  .products-catalog__head .select--order-by__label { font-size: 14px; }
  .products-catalog__view { height: 60px; padding: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .products-catalog__body__container { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .products-catalog__body__container .product-in-catalog:hover .characteristic { display: none; }
  .products-catalog__body__container .product-in-catalog:hover .product-in-catalog__main-info { -webkit-box-shadow: none; box-shadow: none; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 750px) { .products-catalog__container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }
  .products-catalog__list { padding-left: 0; }
  .products-catalog__filter { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
  .products-catalog .filter { padding-right: 0; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; position: fixed; background: #fff; z-index: 100; top: 0; padding-top: 0; left: 100vw; width: 100vw; height: 100vh; overflow: scroll; }
  .products-catalog .filter.opened { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); }
  .products-catalog .filter.opened .filter__row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; top: 0; }
  .products-catalog .filter.opened .filter__back { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
  .products-catalog .filter__item { margin-left: 15px; margin-right: 15px; padding-top: 27px; }
  .products-catalog .filter__row { z-index: 3; width: 100vw; padding: 0px 15px 0 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 62px; background-color: #fff; display: none; } }

/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .products-catalog__container { -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; margin-top: 35px; }
  .products-catalog__filter { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
  .products-catalog .filter { padding-right: 0; -webkit-transition: .4s; -o-transition: .4s; transition: .4s; position: fixed; background: #fff; z-index: 100; top: 0; left: 100vw; width: 100vw; height: 100vh; overflow: scroll; }
  .products-catalog .filter.opened { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); }
  .products-catalog .filter.opened .filter__row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; top: 0; }
  .products-catalog .filter.opened .filter__back { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
  .products-catalog .filter__item { margin-left: 15px; margin-right: 15px; }
  .products-catalog .filter__row { z-index: 3; width: 100vw; padding: 0px 15px 0 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 62px; background-color: #fff; display: none; }
  .products-catalog__view__order-by { position: relative; }
  .products-catalog__view__order-by .select--order-by__label { position: absolute; left: 0; top: -15px; font-size: 10px; }
  .products-catalog__view__order-by .select--order-by { position: relative; }
  .products-catalog__view__order-by .select--order-by .select__trigger { padding: 0; }
  .products-catalog__view__order-by .select--order-by .select__trigger .icon-angle-down { margin-left: 5px; }
  .products-catalog__view__order-by .select .select__menu { padding-top: 20px; width: 97vw; left: -10px; }
  .products-catalog__view__order-by .select .select__menu__ul { padding: 0 10px 10px 40px; margin-left: -30px; }
  .products-catalog__view__order-by .select .select__menu .select__item { margin-top: 12px; }
  .products-catalog__body__container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom Devices, Phones */
/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) { .no-image__container .product-info__right { -webkit-box-flex: 0; -webkit-flex: 0; -ms-flex: 0; flex: 0; }
  .product-info .technical-characteristic .product-info__right, .product-info .product-materials .product-info__right, .product-info .product-reviews .product-info__right { display: none; }
  .product-info__right { -webkit-align-self: stretch; -ms-flex-item-align: stretch; align-self: stretch; -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
  .product-info__right--hide-md { -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; }
  .product-info__name__text { font-size: 42px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .product-info__container { margin-top: 10px; }
  .product-info__additional-info { margin: 30px 0; }
  .product-info .main-info { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .product-info .main-info .flex-row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }
  .product-info__right { padding-bottom: 10px; }
  .product-info__row--sticky { z-index: 1; }
  .product-info__name__text { width: 100%; margin-bottom: 0; }
  .product-info__id { position: static; margin-right: 20px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 750px) { .product-info .technical-characteristic .product-info__right, .product-info .product-materials .product-info__right, .product-info .product-reviews .product-info__right { display: none; }
  .product-info__right { -webkit-flex-basis: 0; -ms-flex-preferred-size: 0; flex-basis: 0; }
  .product-info__name__text { font-size: 36px; }
  .product-info__tabs { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; } }

/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .product-info .technical-characteristic .product-info__right, .product-info .product-materials .product-info__right, .product-info .product-reviews .product-info__right { display: none; }
  .product-info__additional-info { margin-top: 20px; margin-bottom: 40px; }
  .product-info .main-info { padding-right: 0; }
  .product-info__right { padding-left: 0; }
  .product-info__tabs { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) { .product-in-catalog { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; }
  .product-in-catalog__button { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; opacity: 1; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .product-in-catalog { width: 50%; -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; padding: 16px 10px; }
  .product-in-catalog__main-info { height: 100%; padding: 0; }
  .product-in-catalog__id { margin-bottom: 0; }
  .product-in-catalog__popularity-info .rating { width: 100%; }
  .product-in-catalog__popularity-info .reviews-info { margin: 0; }
  .product-in-catalog__button { padding: 0 19px; }
  .product-in-catalog .characteristic { display: none; } }

/* Extra Small Devices, Phones */
/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .product-in-catalog { padding: 15px 0; width: 100%; }
  .product-in-catalog__main-info { padding: 0; margin: 0; }
  .product-in-catalog__name { min-height: unset; margin-bottom: 5px; }
  .product-in-catalog__popularity-info { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; margin-bottom: 5px; }
  .product-in-catalog__popularity-info .rating { width: auto; margin-right: 20px; }
  .product-in-catalog__button { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; opacity: 1; }
  .product-in-catalog .characteristic { opacity: 1; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .products-slider .slider-nav { margin: 0; }
  .products-slider .product-in-catalog__main-info { padding-left: 0; padding-right: 0; }
  .products-slider .product-in-catalog__button { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } }

/* Extra Small Devices, Phones */
/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .products-slider { margin: 35px -15px 60px; }
  .products-slider .slick-arrow { top: 0; }
  .products-slider .slick-slide { margin: 0 15px; }
  .products-slider .product-in-catalog__main-info { padding: 0; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) { .product-gallery__navigation { height: 300px; }
  .product-gallery__slider { width: 375px; max-height: 353px; }
  .product-gallery__slider__item { max-height: 100%; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .product-gallery__navigation__arrows { bottom: 60px; }
  .product-gallery__navigation .slick-list { height: 100%; }
  .product-gallery__slider { width: -webkit-calc(100% - 90px); width: calc(100% - 90px); } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 750px) { .product-gallery { max-height: unset; }
  .product-gallery__container { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 0; max-width: 100%; }
  .product-gallery__navigation { height: unset; -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; width: 100%; }
  .product-gallery__navigation__arrows { display: none; }
  .product-gallery__navigation__container { height: unset; width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .product-gallery__navigation__item__container img { height: 62px; width: 62px; }
  .product-gallery__navigation__video { width: 30%; }
  .product-gallery__navigation__video + .product-gallery__navigation { width: 70%; }
  .product-gallery__slider { width: 100%; max-height: unset; }
  .product-gallery__slider__img { max-height: 290px; }
  .product-gallery__slider__img img { max-width: 100%; max-height: 290px; }
  .product-gallery__slider__img__outer { max-width: 555px; width: 100%; height: 100%; max-height: 290px; }
  .product-gallery__slider__item { height: unset; max-width: 555px; width: 100%; } }

/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .product-gallery__slider__img { width: 100%; max-height: 220px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .product-gallery__slider__img img { max-height: 220px; }
  .product-gallery__slider__img__outer { max-width: unset; padding-bottom: 15px; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 1024px) { .search-form { width: 70%; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
  .search-form__container { width: 100%; padding-left: 35px; max-width: unset; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
  .search-form .form__item { height: 51px; width: 100%; border: 2px solid rgba(0, 0, 0, 0.1); }
  .search-form .form__input { height: 100%; padding: 14px 15px; border: 0; }
  .search-form.active-search .search-form__container { margin-left: 60px; margin-right: 15px; padding-left: 0; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 768px) { .search-form__container { padding: 0 15px; margin: 0; }
  .search-form .form__input { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: auto; } }

/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .search-form { width: 100%; padding: 0 15px; left: 0; margin: 0; }
  .search-form .form__item { height: 50px; }
  .search-form .form__input { height: 100%; padding: 14px 15px; }
  .search-form__container { padding: 0; }
  .search-form.active-search { margin: 0; padding-right: 0; }
  .search-form.active-search .search-form__container { margin: 0; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .no-items__body { padding: 43px 25px; }
  .no-items__body__row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .no-items__body__column { margin-right: 0; }
  .no-items__body .or { margin: 15px 0; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 750px) { .no-items__body { padding: 43px 15px; } }

/* Custom Devices, Phones */
/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) { .product-order__column { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }
  .product-order__buy { height: 61px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .product-order { padding: 0 15px; margin-bottom: 25px; }
  .product-order .product-in-catalog__colors__item { pointer-events: none; }
  .product-order__variants { margin-bottom: 0; }
  .product-order__variants__item input:checked ~ .product-in-catalog__colors__item { border-color: #d9d9d9; }
  .product-order .social__wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  .product-order .social { margin-top: 12px; }
  .product-order .social__item:first-child { margin-left: 0; }
  .product-order__row { margin-top: 30px; }
  .product-order__row--socials { margin-top: 40px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .product-order__price__old { padding-right: 30px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 750px) { .product-order .product-in-catalog__colors__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
  .product-order__column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .product-order__row--socials .product-order__buy { width: 100%; }
  .product-order__variants__container .slick-arrow { width: 40px; height: 40px; min-width: 40px; -webkit-box-flex: 1; -webkit-flex: 1 1 40px; -ms-flex: 1 1 40px; flex: 1 1 40px; }
  .product-order__variants__container .slick-next { margin-left: 27px; }
  .product-order__variants__container .slick-prev { margin-right: 27px; }
  .product-order__variants__item input:checked ~ .product-in-catalog__colors__item { border-color: #d9d9d9; }
  .product-order__variants__item__photo { display: none; }
  .product-order .social { margin-top: 0; }
  .product-order .social__wrapper { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; padding: 30px 0 0 0; margin-left: 0; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .product-order .social__item { margin: 0 15px 0 0; }
  .product-order .social__item:first-child { margin: 0 15px; }
  .product-order .social__item:last-child { margin: 0; } }

/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .product-order { padding: 15px; }
  .product-order__buy { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .product-order__buy i { margin-right: 10px; }
  .product-order__row { margin-top: 20px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .product-order__price { margin-top: 18px; }
  .product-order__price__container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; border-right: 0; }
  .product-order__price__current { border: none; padding-bottom: 15px; }
  .product-order__price__old { padding-left: 0; padding-top: 15px; border-left: 0; border-right: 0; border-top: 1px dashed rgba(52, 132, 56, 0.4); } }

.category-catalog__item { -webkit-box-flex: 0; -webkit-flex: 0 0 33.33%; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .category-catalog__item { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 750px) { .category-catalog__item { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } }

/* Custom Devices, Phones */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .news__item__container { width: 48%; }
  .news__image img { height: 100%; width: auto; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 670px) { .blog-category__container { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .news__item__container { max-width: 360px; min-width: 300px; width: 100%; } }

/* Custom Devices, Phones */
@media only screen and (max-width: 360px) { .news__item__container { max-width: 360px; min-width: 300px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) { .sticky-order { background-color: #fff; position: fixed; z-index: 5; top: 100vh; bottom: 0; left: 0; width: 100vw; padding: 15px 50px 15px 80px; -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.15); box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.15); border: none; display: block; opacity: 1; visibility: visible; height: 70px; margin-top: -70px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .sticky-order__container { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .sticky-order__info { display: none; }
  .sticky-order__variants { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-left: 0; }
  .sticky-order__photo { display: none; }
  .sticky-order__price__container { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
  .sticky-order__price__info { display: block; }
  .sticky-order__price__label { display: none; }
  .sticky-order__price__current { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; line-height: 1; }
  .sticky-order__price__current__value { font-size: 40px; }
  .sticky-order__price__current__currency { font-size: 20px; }
  .sticky-order__price__old { margin-right: 0; margin-left: 10px; }
  .sticky-order__price__old:after { top: 40%; }
  .sticky-order__price__old__row { display: inline-block; position: relative; }
  .sticky-order__quantity, .sticky-order__button, .sticky-order__price { margin-top: 0; }
  .sticky-order__quantity .form__label { display: none; }
  .sticky-order__column--colors { padding-right: 10px; }
  .sticky-order__column--bigger { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; width: 40%; margin-right: 10px; }
  .sticky-order__column--bigger-mob { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 60%; margin-right: 0; }
  .sticky-order__column--colors { position: relative; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .sticky-order { padding: 15px 30px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 750px) { .sticky-order { padding: 15px; }
  .sticky-order__container { display: none; }
  .sticky-order__quantity { display: none; }
  .sticky-order__variants { display: none; }
  .sticky-order__price__container { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
  .sticky-order__price__info { display: none; }
  .sticky-order__price__label { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
  .sticky-order__price__current__value { font-size: 20px; line-height: 30px; padding-right: 5px; }
  .sticky-order__price__current__currency { font-size: inherit; line-height: 20px; }
  .sticky-order__price__old { margin-right: 10px; margin-left: 0; }
  .sticky-order__column--bigger { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } }

/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .sticky-order__buy { height: 51px; padding-left: 20px; padding-right: 20px; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .results { left: 0; } }

/* Extra Small Devices, Phones */
/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .results { width: 100vw; left: -43px; right: 0; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .general-characteristics__container { margin: 40px 0; } }

/* Extra Small Devices, Phones */
/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .general-characteristics__title { font-size: 34px; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .preferences__container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .preferences__item { margin-right: 0; } }

/* Extra Small Devices, Phones */
/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .preferences { margin-bottom: 50px; }
  .preferences__item__title { margin-top: 20px; height: auto !important; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1360px) { .hidden-lg { display: none; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 1199px) { .header .search__wrapper { margin-right: 25px; }
  .header .page-select { margin-right: 20px; }
  .header .select__trigger { padding: 0 20px; }
  .header .nav__item { margin-right: 20px; }
  .nav__item { margin-right: 20px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 1024px) { .header .hidden-md { display: none; }
  .header .nav { display: none; }
  .header__toggle-menu { display: inherit; }
  .header .city-select, .header .page-select, .header .lang-select { display: none; }
  .search__icon--opened { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } }

@media only screen and (max-width: 992px) { .header__content .button__container--header { margin-right: 15px; }
  .header__toggle-menu { margin-left: 15px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 750px) { .hidden-sm { display: none; }
  .header__content .button__container { display: none; }
  body.transparentHeader .header { background-color: #fff; }
  body.transparentHeader .logo__element { fill: #4e4e4e; }
  body.transparentHeader .logo__circle, body.transparentHeader .logo__line { fill: #5bb461; }
  body.transparentHeader .search__wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
  body.transparentHeader .page-select { color: #121212; }
  body.transparentHeader .page-select__trigger .icon-marker { color: #121212; }
  body.transparentHeader .page-select__trigger .icon-angle-down { color: rgba(18, 18, 18, 0.6); }
  body.transparentHeader .page-select__trigger.active { color: #121212; }
  body.transparentHeader .page-select__trigger.active a { border-bottom: 1px dashed rgba(52, 132, 56, 0.4); }
  body.transparentHeader .page-select__trigger.active i { color: #5bb461; }
  body.transparentHeader .page-select i { color: rgba(18, 18, 18, 0.6); }
  body.transparentHeader .page-select__menu { background: #fff; }
  body.transparentHeader .page-select__link { color: #4e4e4e; position: relative; }
  body.transparentHeader .page-select__link:after { -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); content: ''; display: block; width: 100%; position: absolute; bottom: 0; border-bottom: 1px solid rgba(78, 78, 78, 0.4); -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }
  body.transparentHeader .page-select__link:hover { cursor: pointer; }
  body.transparentHeader .page-select__link:hover:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  body.transparentHeader .select__current { color: #fff; border-bottom-color: rgba(255, 255, 255, 0.4); }
  body.transparentHeader .select .icon-marker { color: #fff; }
  body.transparentHeader .select .icon-angle-down { color: rgba(255, 255, 255, 0.6); }
  body.transparentHeader .select__trigger { color: #5bb461; }
  body.transparentHeader .select__trigger.active span { border-bottom: 1px dashed rgba(52, 132, 56, 0.4); color: #121212; }
  body.transparentHeader .select__trigger.active i { color: #5bb461; }
  body.transparentHeader .select__link { color: #4e4e4e; }
  body.transparentHeader .select__link span:after { border-bottom: 1px solid rgba(78, 78, 78, 0.4); }
  body.transparentHeader .lang-select { color: #b9b9b9; }
  body.transparentHeader .nav { color: #b9b9b9; } }

/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .hidden-xs { display: none; }
  .header__toggle-menu { padding-left: 4px; margin-left: 0; }
  .header .logo__link { display: none; }
  .header .logo__link.logo__link--mobile { display: block; }
  .inner-header { padding-top: 15px; padding-bottom: 15px; }
  .logo svg { width: 27px; height: 50px; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .developed-in { position: absolute; bottom: 0; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 750px) { .section__link-container { right: unset; left: 0%; bottom: unset; position: relative; margin-top: 13px; }
  .section__link-container .section__link { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
  .developed-in { bottom: -35px; padding-bottom: 10px; } }

/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .section__link-container .section__link { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .section__title h3 { font-size: 34px; }
  .developed-in { margin-top: 15px; padding-left: 0; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .title { margin-top: 25px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 750px) { .title__text { margin-top: 35px; } }

/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .title { margin-top: 10px; }
  .title .section__title { margin-bottom: 10px; }
  .title .section__title h3 { font-size: 36px; line-height: 1.17; }
  .title .section__link-container { left: 0; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
  .title__text, .title p { font-size: 15px; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .breadcrumbs__menu { padding: 15px 0; }
  .breadcrumbs__item { font-size: 12px; }
  .breadcrumbs__link { margin-right: 25px; }
  .breadcrumbs__link:after { right: -15px; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 750px) { .popup__container { padding-left: 15px; padding-right: 15px; }
  .popup__close-icon { right: 15px; top: 15px; }
  .popup__row { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .popup__column { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; text-align: center; margin-top: 10px; }
  .popup__button { padding: 0 15px; } }

/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .popup .select__menu { padding-top: 60px; } }

/*----- import common -------------------------------------------*/
/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) { .filter__item { padding: 19px 0; }
  .filter__price__form .inputs__container { width: 178px; }
  .filter__price__input { width: 84px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .filter__wrapper .filter__item:nth-child(2) { padding-bottom: 27px; }
  .filter__cancel { margin-right: 10px; margin-bottom: 20px; }
  .filter__subcategories__item__name { border-bottom: 1px solid rgba(52, 132, 56, 0.4); }
  .filter__price__form { padding-bottom: 0; }
  .filter__price__form .inputs__container { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; margin-right: 0; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .filter__price__input { width: 48%; }
  .filter__price__button { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; width: 100%; margin-top: 58px; }
  .range__wrapper { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; margin: 30px 0 27px; bottom: 0; top: 49px; } }

/* Extra Small Devices, Phones */
/* Custom Devices, Phones */
/* Medium Devices, Desktops */
@media only screen and (max-width: 1198px) { .select--order-by { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) { .select__menu { padding-top: 30px; }
  .select__menu__ul { padding: 0 20px 27px 20px; } }

/* Extra Small Devices, Phones */
/* Custom Devices, Phones */
@media only screen and (max-width: 480px) { .select__menu { padding-top: 50px; }
  .select__menu__ul { padding: 0 20px 27px 20px; } }

/*# sourceMappingURL=style.css.map */
