

/* Start:/local/templates/greenworks_2019/markup/dist/css/npm.swiper.c412edf5d5e61430e847.css?175982392922283*/
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -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;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}


/* End */


/* Start:/local/templates/greenworks_2019/markup/dist/css/all.340e1cfe2ac6949fd927.css?1759823929241046*/
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,
main,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
button,
select,
option,
:before,
:after,
.input-file__fake-input,
.select__selected,
.big-select__selected,
.checkbox__fake-input,
.radiobutton__fake-input {
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  font-size: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  outline: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a[x-apple-data-detectors] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
input,
textarea,
button,
select,
option,
.input-file__fake-input,
.select__selected,
.big-select__selected,
.checkbox__fake-input,
.radiobutton__fake-input {
  box-shadow: none;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}
select::-ms-expand {
  display: none;
}
.style {
  margin-top: 100px;
  margin-bottom: 100px;
}
.style__header {
  margin-bottom: 50px;
}
.style__wrapper + .style__wrapper {
  margin-top: 100px;
}
.style__title {
  color: #1c2e36;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
  border-bottom: 2px solid #1c2e36;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.style__info {
  color: #1c2e36;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
}
.style__info + .style__info {
  margin-left: 30px;
}
.style__caption,
.style-typo__desc {
  color: #a4b3b7;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
.style__show-grid {
  color: #a4b3b7;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.style__show-grid + .style__show-grid {
  margin-top: 40px;
}
.style__show-grid [class^='col-'] {
  min-height: 60px;
  background-color: #e6edef;
  background-clip: content-box;
}
.style-color {
  padding-top: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.style-color__additional {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.row .style-color__black.row,
.row .style-color__white.row {
  margin-left: 0;
  margin-right: 0;
}
.style-color__sub {
  padding-top: 20%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.style-color__black .style-color__sub:nth-child(5) {
  background-color: rgba(0,0,0,0.1);
}
.style-color__white .style-color__sub:nth-child(5) {
  background-color: rgba(255,255,255,0.1);
}
.style-color__black .style-color__sub:nth-child(4) {
  background-color: rgba(0,0,0,0.2);
}
.style-color__white .style-color__sub:nth-child(4) {
  background-color: rgba(255,255,255,0.2);
}
.style-color__black .style-color__sub:nth-child(3) {
  background-color: rgba(0,0,0,0.3);
}
.style-color__white .style-color__sub:nth-child(3) {
  background-color: rgba(255,255,255,0.3);
}
.style-color__black .style-color__sub:nth-child(2) {
  background-color: rgba(0,0,0,0.4);
}
.style-color__white .style-color__sub:nth-child(2) {
  background-color: rgba(255,255,255,0.4);
}
.style-color__black .style-color__sub:nth-child(1) {
  background-color: rgba(0,0,0,0.5);
}
.style-color__white .style-color__sub:nth-child(1) {
  background-color: rgba(255,255,255,0.5);
}
.style-typo {
  border: none;
}
.style-typo__desc {
  min-width: 150px;
  text-align: right;
  padding-left: 0;
}
@media only screen and (max-width: 670px) {
  .style-typo__desc {
    text-align: left;
  }
}
@media only screen and (max-width: 670px) {
  .style-typo tr {
    display: block;
  }
  .style-typo tr + tr {
    margin-top: 30px;
  }
}
.style-typo tr:hover td {
  background-color: transparent;
}
.style-typo td {
  border: none;
  vertical-align: middle;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 670px) {
  .style-typo td {
    display: block;
    padding: 5px 0;
  }
}
.style-typo h1,
.style-typo h2,
.style-typo h3,
.style-typo h4,
.style-typo h5,
.style-typo p {
  margin-top: 0;
  margin-bottom: 0;
}
.style-typo ul {
  margin-top: 0;
}
.future-card {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
  padding-bottom: 0;
  width: 100%;
  max-width: 360px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 1px #c8c8c8;
  border-radius: 5px;
  position: relative;
  display: block;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.future-card:hover {
  color: inherit;
}
.future-card--offset {
  margin-top: -210px;
}
.future-card--hovered {
  transition: box-shadow 0.3s;
}
.future-card--hovered:hover {
  box-shadow: 0px 15px 15px 0px #b9b9b9;
}
.future-card__image {
  width: 100%;
  height: 210px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #c9c9c9;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.future-card__image:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: background 0.3s;
}
.future-card--hovered:hover .future-card__image:after {
  background-color: rgba(0,0,0,0.6);
}
.future-card__content {
  color: #6c6c6c;
  font-size: 12px;
  padding: 20px 30px;
}
.future-card__caption {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.future-card__button {
  color: #fff;
  font-size: 12px;
  line-height: 2.1;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 100px;
  padding: 12px 30px;
  position: relative;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s, background-color 0.3s;
}
.future-card__button:hover {
  color: #fff;
  background-color: #57b782;
  border-color: #57b782;
}
.future-card:hover .future-card__button {
  opacity: 1;
  visibility: visible;
}
.future-copy {
  float: right;
  width: 24px;
  height: 24px;
  position: relative;
}
.future-copy:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/local/templates/greenworks_2019/markup/dist/css/../images/icon-copy.svg") 100% 50% no-repeat;
  opacity: 0.3;
  transition: opacity 0.2s;
  display: block;
}
.future-copy:hover:before {
  opacity: 1;
}
.future-copy .response {
  color: #000;
  font-size: 12px;
  white-space: nowrap;
  position: absolute;
  top: 3px;
  right: calc(100% + 15px);
}
.future-header {
  position: relative;
  margin-bottom: 50px;
}
.future-header__top {
  width: 100%;
  height: 250px;
  color: #fff;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 1024px) {
  .future-header__top {
    height: auto;
    display: block;
    padding-bottom: 210px;
  }
}
.future-header__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .future-header__bottom {
    display: block;
  }
}
.future-header__bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: -15px;
  bottom: -15px;
  right: -20px;
  left: -20px;
  z-index: -1;
  filter: blur(25px);
}
.future-header__bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.future-header__title {
  margin-left: 420px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .future-header__title {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.future-list {
  border-top: 1px solid #e3e3e3;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.future-list .future-list {
  border-top: none;
}
.future-list__link {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  padding: 16px calc(50vw - 700px);
}
@media only screen and (max-width: 1480px) {
  .future-list__link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 670px) {
  .future-list__link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.future-list__link:hover {
  color: #0b40ff;
  border-color: #e3e3e3;
}
.future-list .future-list .future-list__link {
  padding-left: calc(50vw - 670px);
}
@media only screen and (max-width: 1480px) {
  .future-list .future-list .future-list__link {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 670px) {
  .future-list .future-list .future-list__link {
    padding-left: 30px;
  }
}
.future-list .future-list .future-list .future-list__link {
  padding-left: calc(50vw - 640px);
}
@media only screen and (max-width: 1480px) {
  .future-list .future-list .future-list .future-list__link {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 670px) {
  .future-list .future-list .future-list .future-list__link {
    padding-left: 45px;
  }
}
.future-nav {
  color: #000;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-left: none;
  border-radius: 5px;
  padding: 16px 30px;
  margin-left: 30px;
  position: relative;
  display: inline-block;
  transition: box-shadow 0.3s;
}
@media only screen and (max-width: 1024px) {
  .future-nav {
    margin-left: 10px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 670px) {
  .future-nav {
    width: calc(100% - 10px);
    max-width: 350px;
  }
}
.future-nav:after,
.future-nav:before {
  position: absolute;
  content: '';
  display: block;
  width: 12px;
  height: 61%;
  left: -5px;
  border-radius: 4px;
  border-left: 1px solid #e3e3e3;
  background-color: #fff;
}
.future-nav:after {
  top: 0;
  transform: rotate(27deg);
}
.future-nav:before {
  bottom: 0;
  transform: rotate(-27deg);
}
.future-nav:hover {
  color: #000;
  border-color: #e3e3e3;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.future-projects {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .future-projects {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 670px) {
  .future-projects {
    padding-bottom: 30px;
  }
}
.future-projects__logo {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .future-projects__logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.future-projects__wrapper {
  max-width: 16400px;
  margin: 0 auto;
}
.future-projects__row {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.future-projects__col {
  width: 360px;
  box-sizing: content-box;
  padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .future-projects__col {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .future-projects__col {
    margin-bottom: 30px;
  }
}
.future-search {
  max-width: 770px;
  box-sizing: content-box;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 1024px) {
  .future-search {
    max-width: 750px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 670px) {
  .future-search {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.future-search__input {
  width: 100%;
  min-height: auto;
  padding: 13px 20px 14px 63px;
  background: #fff url("/local/templates/greenworks_2019/markup/dist/css/../images/icon-search.svg") 20px 50% no-repeat;
  border: 1px solid #e3e3e3;
  font-size: 18px;
  font-weight: 300;
  border-radius: 5px;
}
.future-search__input:focus {
  box-shadow: none;
}
.future-subcaption {
  font-size: 18px;
  font-weight: 300;
  margin-top: -15px;
}
.future-caption {
  margin-bottom: 10px;
}
body {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.canvas {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.header {
  position: relative;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.main {
  display: block;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  background-color: #f8f7f5;
}
.main.error-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 0;
}
.footer {
  position: relative;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.row {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.row .row {
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (max-width: 1024px) {
  .row .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 670px) {
  .row .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
[class^="col-"] {
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
@media only screen and (max-width: 1024px) {
  [class^="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 670px) {
  [class^="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.col-1 {
  width: 8.333333333333334%;
}
@media only screen and (max-width: 670px) {
  .col-1 {
    width: 100%;
  }
}
.col-offset-1 {
  margin-left: 8.333333333333334%;
}
.col-2 {
  width: 16.666666666666668%;
}
@media only screen and (max-width: 670px) {
  .col-2 {
    width: 100%;
  }
}
.col-offset-2 {
  margin-left: 16.666666666666668%;
}
.col-3 {
  width: 25%;
}
@media only screen and (max-width: 670px) {
  .col-3 {
    width: 100%;
  }
}
.col-offset-3 {
  margin-left: 25%;
}
.col-4 {
  width: 33.333333333333336%;
}
@media only screen and (max-width: 670px) {
  .col-4 {
    width: 100%;
  }
}
.col-offset-4 {
  margin-left: 33.333333333333336%;
}
.col-5 {
  width: 41.666666666666664%;
}
@media only screen and (max-width: 670px) {
  .col-5 {
    width: 100%;
  }
}
.col-offset-5 {
  margin-left: 41.666666666666664%;
}
.col-6 {
  width: 50%;
}
@media only screen and (max-width: 670px) {
  .col-6 {
    width: 100%;
  }
}
.col-offset-6 {
  margin-left: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
@media only screen and (max-width: 670px) {
  .col-7 {
    width: 100%;
  }
}
.col-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666667%;
}
@media only screen and (max-width: 670px) {
  .col-8 {
    width: 100%;
  }
}
.col-offset-8 {
  margin-left: 66.66666666666667%;
}
.col-9 {
  width: 75%;
}
@media only screen and (max-width: 670px) {
  .col-9 {
    width: 100%;
  }
}
.col-offset-9 {
  margin-left: 75%;
}
.col-10 {
  width: 83.33333333333333%;
}
@media only screen and (max-width: 670px) {
  .col-10 {
    width: 100%;
  }
}
.col-offset-10 {
  margin-left: 83.33333333333333%;
}
.col-11 {
  width: 91.66666666666667%;
}
@media only screen and (max-width: 670px) {
  .col-11 {
    width: 100%;
  }
}
.col-offset-11 {
  margin-left: 91.66666666666667%;
}
.col-12 {
  width: 100%;
}
@media only screen and (max-width: 670px) {
  .col-12 {
    width: 100%;
  }
}
.col-offset-12 {
  margin-left: 100%;
}
.col-1-5 {
  width: 20%;
}
@media only screen and (max-width: 670px) {
  .col-1-5 {
    width: 100%;
  }
}
.col-2-5 {
  width: 40%;
}
@media only screen and (max-width: 670px) {
  .col-2-5 {
    width: 100%;
  }
}
.col-3-5 {
  width: 60%;
}
@media only screen and (max-width: 670px) {
  .col-3-5 {
    width: 100%;
  }
}
.col-4-5 {
  width: 80%;
}
@media only screen and (max-width: 670px) {
  .col-4-5 {
    width: 100%;
  }
}
.col-5-5 {
  width: 100%;
}
@media only screen and (max-width: 670px) {
  .col-5-5 {
    width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  .col-bl-1 {
    width: 8.333333333333334%;
  }
  .col-bl-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-bl-2 {
    width: 16.666666666666668%;
  }
  .col-bl-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-bl-3 {
    width: 25%;
  }
  .col-bl-offset-3 {
    margin-left: 25%;
  }
  .col-bl-4 {
    width: 33.333333333333336%;
  }
  .col-bl-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-bl-5 {
    width: 41.666666666666664%;
  }
  .col-bl-offset-5 {
    margin-left: 41.666666666666664%;
  }
  .col-bl-6 {
    width: 50%;
  }
  .col-bl-offset-6 {
    margin-left: 50%;
  }
  .col-bl-7 {
    width: 58.333333333333336%;
  }
  .col-bl-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-bl-8 {
    width: 66.66666666666667%;
  }
  .col-bl-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-bl-9 {
    width: 75%;
  }
  .col-bl-offset-9 {
    margin-left: 75%;
  }
  .col-bl-10 {
    width: 83.33333333333333%;
  }
  .col-bl-offset-10 {
    margin-left: 83.33333333333333%;
  }
  .col-bl-11 {
    width: 91.66666666666667%;
  }
  .col-bl-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-bl-12 {
    width: 100%;
  }
  .col-bl-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  .col-bl-1-5 {
    width: 20%;
  }
  .col-bl-2-5 {
    width: 40%;
  }
  .col-bl-3-5 {
    width: 60%;
  }
  .col-bl-4-5 {
    width: 80%;
  }
  .col-bl-5-5 {
    width: 100%;
  }
}
@media only screen and (max-width: 1190px) {
  .col-ml-1 {
    width: 8.333333333333334%;
  }
  .col-ml-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-ml-2 {
    width: 16.666666666666668%;
  }
  .col-ml-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-ml-3 {
    width: 25%;
  }
  .col-ml-offset-3 {
    margin-left: 25%;
  }
  .col-ml-4 {
    width: 33.333333333333336%;
  }
  .col-ml-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-ml-5 {
    width: 41.666666666666664%;
  }
  .col-ml-offset-5 {
    margin-left: 41.666666666666664%;
  }
  .col-ml-6 {
    width: 50%;
  }
  .col-ml-offset-6 {
    margin-left: 50%;
  }
  .col-ml-7 {
    width: 58.333333333333336%;
  }
  .col-ml-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-ml-8 {
    width: 66.66666666666667%;
  }
  .col-ml-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-ml-9 {
    width: 75%;
  }
  .col-ml-offset-9 {
    margin-left: 75%;
  }
  .col-ml-10 {
    width: 83.33333333333333%;
  }
  .col-ml-offset-10 {
    margin-left: 83.33333333333333%;
  }
  .col-ml-11 {
    width: 91.66666666666667%;
  }
  .col-ml-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-ml-12 {
    width: 100%;
  }
  .col-ml-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 1190px) {
  .col-ml-1-5 {
    width: 20%;
  }
  .col-ml-2-5 {
    width: 40%;
  }
  .col-ml-3-5 {
    width: 60%;
  }
  .col-ml-4-5 {
    width: 80%;
  }
  .col-ml-5-5 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .col-l-1 {
    width: 8.333333333333334%;
  }
  .col-l-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-l-2 {
    width: 16.666666666666668%;
  }
  .col-l-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-l-3 {
    width: 25%;
  }
  .col-l-offset-3 {
    margin-left: 25%;
  }
  .col-l-4 {
    width: 33.333333333333336%;
  }
  .col-l-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-l-5 {
    width: 41.666666666666664%;
  }
  .col-l-offset-5 {
    margin-left: 41.666666666666664%;
  }
  .col-l-6 {
    width: 50%;
  }
  .col-l-offset-6 {
    margin-left: 50%;
  }
  .col-l-7 {
    width: 58.333333333333336%;
  }
  .col-l-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-l-8 {
    width: 66.66666666666667%;
  }
  .col-l-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-l-9 {
    width: 75%;
  }
  .col-l-offset-9 {
    margin-left: 75%;
  }
  .col-l-10 {
    width: 83.33333333333333%;
  }
  .col-l-offset-10 {
    margin-left: 83.33333333333333%;
  }
  .col-l-11 {
    width: 91.66666666666667%;
  }
  .col-l-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-l-12 {
    width: 100%;
  }
  .col-l-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .col-l-1-5 {
    width: 20%;
  }
  .col-l-2-5 {
    width: 40%;
  }
  .col-l-3-5 {
    width: 60%;
  }
  .col-l-4-5 {
    width: 80%;
  }
  .col-l-5-5 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .col-md-1 {
    width: 8.333333333333334%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-md-2 {
    width: 16.666666666666668%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    width: 33.333333333333336%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-md-5 {
    width: 41.666666666666664%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666666666664%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    width: 83.33333333333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333333%;
  }
  .col-md-11 {
    width: 91.66666666666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .col-md-1-5 {
    width: 20%;
  }
  .col-md-2-5 {
    width: 40%;
  }
  .col-md-3-5 {
    width: 60%;
  }
  .col-md-4-5 {
    width: 80%;
  }
  .col-md-5-5 {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .col-mmd-1 {
    width: 8.333333333333334%;
  }
  .col-mmd-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-mmd-2 {
    width: 16.666666666666668%;
  }
  .col-mmd-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-mmd-3 {
    width: 25%;
  }
  .col-mmd-offset-3 {
    margin-left: 25%;
  }
  .col-mmd-4 {
    width: 33.333333333333336%;
  }
  .col-mmd-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-mmd-5 {
    width: 41.666666666666664%;
  }
  .col-mmd-offset-5 {
    margin-left: 41.666666666666664%;
  }
  .col-mmd-6 {
    width: 50%;
  }
  .col-mmd-offset-6 {
    margin-left: 50%;
  }
  .col-mmd-7 {
    width: 58.333333333333336%;
  }
  .col-mmd-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-mmd-8 {
    width: 66.66666666666667%;
  }
  .col-mmd-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-mmd-9 {
    width: 75%;
  }
  .col-mmd-offset-9 {
    margin-left: 75%;
  }
  .col-mmd-10 {
    width: 83.33333333333333%;
  }
  .col-mmd-offset-10 {
    margin-left: 83.33333333333333%;
  }
  .col-mmd-11 {
    width: 91.66666666666667%;
  }
  .col-mmd-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-mmd-12 {
    width: 100%;
  }
  .col-mmd-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .col-mmd-1-5 {
    width: 20%;
  }
  .col-mmd-2-5 {
    width: 40%;
  }
  .col-mmd-3-5 {
    width: 60%;
  }
  .col-mmd-4-5 {
    width: 80%;
  }
  .col-mmd-5-5 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .col-smd-1 {
    width: 8.333333333333334%;
  }
  .col-smd-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-smd-2 {
    width: 16.666666666666668%;
  }
  .col-smd-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-smd-3 {
    width: 25%;
  }
  .col-smd-offset-3 {
    margin-left: 25%;
  }
  .col-smd-4 {
    width: 33.333333333333336%;
  }
  .col-smd-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-smd-5 {
    width: 41.666666666666664%;
  }
  .col-smd-offset-5 {
    margin-left: 41.666666666666664%;
  }
  .col-smd-6 {
    width: 50%;
  }
  .col-smd-offset-6 {
    margin-left: 50%;
  }
  .col-smd-7 {
    width: 58.333333333333336%;
  }
  .col-smd-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-smd-8 {
    width: 66.66666666666667%;
  }
  .col-smd-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-smd-9 {
    width: 75%;
  }
  .col-smd-offset-9 {
    margin-left: 75%;
  }
  .col-smd-10 {
    width: 83.33333333333333%;
  }
  .col-smd-offset-10 {
    margin-left: 83.33333333333333%;
  }
  .col-smd-11 {
    width: 91.66666666666667%;
  }
  .col-smd-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-smd-12 {
    width: 100%;
  }
  .col-smd-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .col-smd-1-5 {
    width: 20%;
  }
  .col-smd-2-5 {
    width: 40%;
  }
  .col-smd-3-5 {
    width: 60%;
  }
  .col-smd-4-5 {
    width: 80%;
  }
  .col-smd-5-5 {
    width: 100%;
  }
}
@media only screen and (max-width: 670px) {
  .col-sm-1 {
    width: 8.333333333333334%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-sm-2 {
    width: 16.666666666666668%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    width: 33.333333333333336%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-sm-5 {
    width: 41.666666666666664%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666666666664%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333333%;
  }
  .col-sm-11 {
    width: 91.66666666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 670px) {
  .col-sm-1-5 {
    width: 20%;
  }
  .col-sm-2-5 {
    width: 40%;
  }
  .col-sm-3-5 {
    width: 60%;
  }
  .col-sm-4-5 {
    width: 80%;
  }
  .col-sm-5-5 {
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .col-xs-1 {
    width: 8.333333333333334%;
  }
  .col-xs-offset-1 {
    margin-left: 8.333333333333334%;
  }
  .col-xs-2 {
    width: 16.666666666666668%;
  }
  .col-xs-offset-2 {
    margin-left: 16.666666666666668%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-4 {
    width: 33.333333333333336%;
  }
  .col-xs-offset-4 {
    margin-left: 33.333333333333336%;
  }
  .col-xs-5 {
    width: 41.666666666666664%;
  }
  .col-xs-offset-5 {
    margin-left: 41.666666666666664%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-7 {
    width: 58.333333333333336%;
  }
  .col-xs-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-xs-8 {
    width: 66.66666666666667%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-10 {
    width: 83.33333333333333%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333333333%;
  }
  .col-xs-11 {
    width: 91.66666666666667%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .col-xs-1-5 {
    width: 20%;
  }
  .col-xs-2-5 {
    width: 40%;
  }
  .col-xs-3-5 {
    width: 60%;
  }
  .col-xs-4-5 {
    width: 80%;
  }
  .col-xs-5-5 {
    width: 100%;
  }
}
.button,
button,
input[type=submit],
input[type=submit].focus {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
  padding-bottom: 0;
  min-height: 52px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  padding: 0 40px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0px;
  -ms-flex-align: center;
      align-items: center;
  font-family: Univers Condensed;
  cursor: pointer;
  transition: background-color 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 52px;
  background-color: #70bc34;
  border: none;
}
.button[disabled],
button[disabled],
input[type=submit][disabled],
input[type=submit].focus[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.button:not([disabled]):hover,
button:not([disabled]):hover,
input[type=submit]:not([disabled]):hover,
input[type=submit].focus:not([disabled]):hover {
  color: #fff;
  background-color: #006b49;
  border: none;
}
.button + .button,
button + button,
input[type=submit] + input[type=submit],
input[type=submit].focus + input[type=submit].focus {
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .button,
  button,
  input[type=submit],
  input[type=submit].focus {
    font-size: 16px;
  }
}
input[type=submit],
input[type=submit].focus {
  width: auto;
}
.button--transparent {
  color: #dfdfdf;
  border: 1px solid #dfdfdf;
  background-color: transparent;
}
.button--transparent:not([disabled]):hover {
  color: #dfdfdf;
  background-color: transparent;
  border: 1px solid #dfdfdf;
}
.button--dark {
  background-color: #1c2e36;
  border-color: #1c2e36;
}
.button--dark:not([disabled]):hover {
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.button--dark[disabled] {
  opacity: 0.1;
}
.button--gray {
  background-color: #dfdfdf;
  color: #212121;
  border-color: #dfdfdf;
}
.button--gray:not([disabled]):hover {
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.button--gray[disabled] {
  opacity: 0.1;
}
.button--red {
  background-color: #d93535;
  color: #fff;
  border-color: #d93535;
}
.button--red:not([disabled]):hover {
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.button--red[disabled] {
  opacity: 0.1;
}
.button--red.hide {
  display: none;
}
.button--white {
  background-color: #fff;
  color: #212121;
  border-color: #fff;
}
.button--white:not([disabled]):hover {
  box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.button--white[disabled] {
  opacity: 0.1;
}
.button[disabled] {
  opacity: 0.5;
  box-shadow: none;
  cursor: not-allowed;
}
label {
  display: block;
}
input,
textarea,
select,
.input-file__fake-input,
.select__selected,
.big-select__selected,
.checkbox__fake-input,
.radiobutton__fake-input {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  min-height: 50px;
  width: 100%;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  box-shadow: none;
  vertical-align: middle;
  font-size: 16px;
  font-family: Univers Condensed;
  line-height: 26px;
  transition: background-color 0.15s, box-shadow 0.15s;
  -webkit-appearance: none;
}
.input-error input,
.input-error textarea,
.input-error select,
.input-error .input-file__fake-input,
.input-error .select__selected,
.input-error .big-select__selected,
.input-error .checkbox__fake-input,
.input-error .radiobutton__fake-input {
  margin-bottom: 0;
  border-color: #d93535;
}
input.focus,
textarea.focus,
select.focus,
.input-file__fake-input.focus,
.select__selected.focus,
.big-select__selected.focus,
.checkbox__fake-input.focus,
.radiobutton__fake-input.focus,
input:focus,
textarea:focus,
select:focus,
.input-file__fake-input:focus,
.select__selected:focus,
.big-select__selected:focus,
.checkbox__fake-input:focus,
.radiobutton__fake-input:focus {
  background-color: #fff;
}
input.disabled,
textarea.disabled,
select.disabled,
.input-file__fake-input.disabled,
.select__selected.disabled,
.big-select__selected.disabled,
.checkbox__fake-input.disabled,
.radiobutton__fake-input.disabled {
  background-color: #f8f7f5;
  color: #909090;
  pointer-events: none;
}
input[disabled] {
  background-color: #f8f7f5;
  color: #909090;
  pointer-events: none;
}
textarea {
  padding-top: 10px;
  padding-bottom: 20px;
  resize: none;
}
.label-text {
  display: block;
  margin-bottom: 10px;
  color: #212121;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}
.label-text.disabled {
  color: rgba(33,33,33,0.5);
}
.input-error {
  position: relative;
  margin-bottom: 20px;
}
.input-error__text,
.input-file__loaded {
  position: absolute;
  top: calc(100% + 10px);
  display: block;
  font-style: italic;
  font-size: 12px;
  line-height: 20px;
}
.input-file {
  position: relative;
}
.input-file input {
  display: none;
}
.input-file__fake-input {
  display: block;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  text-overflow: ellipsis;
}
.input-error .input-file__fake-input {
  color: #d93535;
}
.focus .input-file__fake-input {
  background-color: #fff;
  color: inherit;
}
.input-file .preloader {
  display: none;
}
.input-file--loading {
  color: #fff;
  background-color: #006b49;
}
.input-file--loading .preloader {
  display: inline-block;
}
.preloader + .input-file__fake {
  margin-left: 10px;
}
.input-file__report {
  font-family: Univers;
  position: absolute;
  bottom: -21px;
  left: 0;
  font-style: italic;
  font-size: 11px;
  line-height: 17px;
  font-weight: 400;
  color: #7bc43b;
}
.input-file__report.error {
  color: #d93535;
}
.input-password {
  position: relative;
  display: block;
}
.input-password__show {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  z-index: 1;
  display: block;
  margin: auto;
  width: 24px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2224%22 height=%2216%22 viewBox=%220 0 24 16%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Ctitle%3EGroup 13%3C/title%3E%3Cg fill=%22none%22 fill-rule=%22evenodd%22 opacity=%22.2%22%3E%3Cpath d=%22M12 16c2.84 0 6.84-2.667 12-8-5.16-5.333-9.16-8-12-8S5.16 2.667 0 8c5.16 5.333 9.16 8 12 8z%22 fill=%22%231F1F1F%22/%3E%3Ccircle fill=%22%23FFF%22 cx=%2212%22 cy=%228%22 r=%224%22/%3E%3Ccircle fill=%22%231F1F1F%22 cx=%2212%22 cy=%228%22 r=%223%22/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
  cursor: pointer;
}
.input-password__show.show {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2224%22 height=%2216%22 viewBox=%220 0 24 16%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Ctitle%3EGroup 13%3C/title%3E%3Cg fill=%22none%22 fill-rule=%22evenodd%22 opacity=%22.2%22%3E%3Cpath d=%22M12 16c2.84 0 6.84-2.667 12-8-5.16-5.333-9.16-8-12-8S5.16 2.667 0 8c5.16 5.333 9.16 8 12 8z%22 fill=%22%231F1F1F%22/%3E%3Ccircle fill=%22%23FFF%22 cx=%2212%22 cy=%228%22 r=%224%22/%3E%3C/g%3E%3C/svg%3E");
}
input[type='password'] {
  letter-spacing: 1px;
}
.select {
  position: relative;
  cursor: default;
}
@media only screen and (max-width: 670px) {
  .select {
    background-color: #fff;
  }
  .select:after {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 51px;
    height: 100%;
    border-left: 1px solid #dfdfdf;
    content: '';
    background: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2212px%22 height=%2213px%22 viewBox=%220 0 12 13%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: sketchtool 57.1 (101010) - https://sketch.com --%3E %3Ctitle%3EEFF97A9F-EF94-4479-A5D5-D1909D71E08B%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg id=%22Все-страницы%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22 opacity=%220.5%22%3E %3Cg id=%220.0-UI-kit%22 transform=%22translate(-627.000000, -1497.000000)%22 fill=%22%23212121%22 fill-rule=%22nonzero%22%3E %3Cg id=%22Group-4%22 transform=%22translate(259.000000, 1442.000000)%22%3E %3Cpath d=%22M379.7,61.3 C379.3,60.9 378.7,60.9 378.3,61.3 L375,64.6 L375,56 C375,55.4 374.6,55 374,55 C373.4,55 373,55.4 373,56 L373,64.6 L369.7,61.3 C369.3,60.9 368.7,60.9 368.3,61.3 C367.9,61.7 367.9,62.3 368.3,62.7 L373.3,67.7 C373.7,68.1 374.3,68.1 374.7,67.7 L379.7,62.7 C380.1,62.3 380.1,61.7 379.7,61.3 Z%22 id=%22arrow_down%22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center;
  }
}
.select__selected {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 90px;
  min-height: 52px;
  background: #fff;
}
.select__selected:after {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 51px;
  height: 100%;
  border-left: 1px solid #dfdfdf;
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2212px%22 height=%2213px%22 viewBox=%220 0 12 13%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: sketchtool 57.1 (101010) - https://sketch.com --%3E %3Ctitle%3EEFF97A9F-EF94-4479-A5D5-D1909D71E08B%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg id=%22Все-страницы%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22 opacity=%220.5%22%3E %3Cg id=%220.0-UI-kit%22 transform=%22translate(-627.000000, -1497.000000)%22 fill=%22%23212121%22 fill-rule=%22nonzero%22%3E %3Cg id=%22Group-4%22 transform=%22translate(259.000000, 1442.000000)%22%3E %3Cpath d=%22M379.7,61.3 C379.3,60.9 378.7,60.9 378.3,61.3 L375,64.6 L375,56 C375,55.4 374.6,55 374,55 C373.4,55 373,55.4 373,56 L373,64.6 L369.7,61.3 C369.3,60.9 368.7,60.9 368.3,61.3 C367.9,61.7 367.9,62.3 368.3,62.7 L373.3,67.7 C373.7,68.1 374.3,68.1 374.7,67.7 L379.7,62.7 C380.1,62.3 380.1,61.7 379.7,61.3 Z%22 id=%22arrow_down%22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center;
}
@media only screen and (max-width: 670px) {
  .select__selected:after {
    display: none;
  }
}
.input-error .select__selected {
  color: #d93535;
}
.select.open .select__selected:after {
  border-right: 1px solid #dfdfdf;
  border-left: none;
  transform: rotate(180deg);
}
.select.open .select-list {
  display: block;
}
.select.disabled {
  pointer-events: none;
  background-color: #f8f7f5;
}
.select.disabled .select__selected {
  background-color: #f8f7f5;
  color: #909090;
}
.select select {
  position: relative;
  z-index: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 52px;
  background: transparent;
  -webkit-appearance: none;
}
@media only screen and (min-width: 671px) {
  .select select {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  .select select {
    position: absolute;
    top: 0;
    color: transparent;
  }
  .select select option {
    color: #000;
  }
}
.big-select {
  position: relative;
  cursor: default;
  padding: 0 30px 0 30px;
  border: 1px solid #dfdfdf;
}
@media only screen and (max-width: 670px) {
  .big-select {
    background-color: #fff;
  }
  .big-select:after {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 51px;
    height: 100%;
    border-left: 1px solid #dfdfdf;
    content: '';
    background: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2212px%22 height=%2213px%22 viewBox=%220 0 12 13%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: sketchtool 57.1 (101010) - https://sketch.com --%3E %3Ctitle%3EEFF97A9F-EF94-4479-A5D5-D1909D71E08B%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg id=%22Все-страницы%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22 opacity=%220.5%22%3E %3Cg id=%220.0-UI-kit%22 transform=%22translate(-627.000000, -1497.000000)%22 fill=%22%23212121%22 fill-rule=%22nonzero%22%3E %3Cg id=%22Group-4%22 transform=%22translate(259.000000, 1442.000000)%22%3E %3Cpath d=%22M379.7,61.3 C379.3,60.9 378.7,60.9 378.3,61.3 L375,64.6 L375,56 C375,55.4 374.6,55 374,55 C373.4,55 373,55.4 373,56 L373,64.6 L369.7,61.3 C369.3,60.9 368.7,60.9 368.3,61.3 C367.9,61.7 367.9,62.3 368.3,62.7 L373.3,67.7 C373.7,68.1 374.3,68.1 374.7,67.7 L379.7,62.7 C380.1,62.3 380.1,61.7 379.7,61.3 Z%22 id=%22arrow_down%22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center;
  }
}
.big-select__selected {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 62px;
  min-height: 52px;
  background: #fff;
}
.big-select__selected:after {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 51px;
  height: 100%;
  border-left: 1px solid #dfdfdf;
  content: '';
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2212px%22 height=%2213px%22 viewBox=%220 0 12 13%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: sketchtool 57.1 (101010) - https://sketch.com --%3E %3Ctitle%3EEFF97A9F-EF94-4479-A5D5-D1909D71E08B%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg id=%22Все-страницы%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22 opacity=%220.5%22%3E %3Cg id=%220.0-UI-kit%22 transform=%22translate(-627.000000, -1497.000000)%22 fill=%22%23212121%22 fill-rule=%22nonzero%22%3E %3Cg id=%22Group-4%22 transform=%22translate(259.000000, 1442.000000)%22%3E %3Cpath d=%22M379.7,61.3 C379.3,60.9 378.7,60.9 378.3,61.3 L375,64.6 L375,56 C375,55.4 374.6,55 374,55 C373.4,55 373,55.4 373,56 L373,64.6 L369.7,61.3 C369.3,60.9 368.7,60.9 368.3,61.3 C367.9,61.7 367.9,62.3 368.3,62.7 L373.3,67.7 C373.7,68.1 374.3,68.1 374.7,67.7 L379.7,62.7 C380.1,62.3 380.1,61.7 379.7,61.3 Z%22 id=%22arrow_down%22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center;
}
@media only screen and (max-width: 670px) {
  .big-select__selected:after {
    display: none;
  }
}
.input-error .big-select__selected {
  color: #d93535;
}
.big-select__radio {
  margin-left: 20px;
}
.big-select__radio:first-child {
  margin-left: 0;
}
.big-select__checkboxes {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
}
.big-select__checkboxes .radiobutton__text {
  opacity: 0.5;
  color: #212121;
}
.big-select__checkboxes .radiobutton:hover input:not(:checked) ~ .radiobutton__fake-input {
  padding: 7px;
  background-color: #dddcdc;
}
.big-select__checkboxes .radiobutton input {
  display: none;
}
.big-select__checkboxes .radiobutton input:checked ~ .radiobutton__fake-input {
  border-color: #444;
  background-color: #444;
  padding: 7px;
}
.big-select__checkboxes .radiobutton input:checked ~ .radiobutton__text {
  opacity: 1;
}
.big-select__checkboxes .radiobutton input__fake-input {
  padding: 8px;
}
.big-select__inputs {
  margin-top: 20px;
  display: none;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.big-select__inputs.open {
  display: -ms-flexbox;
  display: flex;
}
.big-select__input {
  width: calc(50% - 5px);
  position: relative;
}
.big-select__input input {
  padding-top: 25px;
  padding-left: 12px;
  width: 100%;
  height: 100%;
}
.big-select__option {
  padding-top: 22px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
}
.big-select__option:last-child {
  border-bottom: unset;
}
.big-select__fake-placeholder {
  position: absolute;
  width: calc(100% - 24px);
  white-space: nowrap;
  top: 1px;
  left: 12px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  opacity: 0.5;
  color: #212121;
  z-index: 10;
}
.big-select.checked .big-select__inputs {
  display: -ms-flexbox;
  display: flex;
}
.big-select.open .select__selected:after {
  border-right: 1px solid #dfdfdf;
  border-left: none;
  transform: rotate(180deg);
}
.big-select.open .select-list {
  display: block;
}
.big-select.disabled {
  pointer-events: none;
  background-color: #f8f7f5;
}
.big-select.disabled .select__selected {
  background-color: #f8f7f5;
  color: #909090;
}
.big-select select {
  position: relative;
  z-index: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 52px;
  background: transparent;
  -webkit-appearance: none;
}
@media only screen and (min-width: 671px) {
  .big-select select {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  .big-select select {
    position: absolute;
    top: 0;
    color: transparent;
  }
  .big-select select option {
    color: #000;
  }
}
.select-list {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.select-list__item {
  padding: 14px 20px;
  min-height: 48px;
  color: #909090;
  cursor: pointer;
  transition: box-shadow 0.15s;
}
.select-list__item:hover {
  color: #212121;
}
.big-select-list {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.big-select-list__item {
  padding: 14px 20px;
  min-height: 48px;
  color: #909090;
  cursor: pointer;
  transition: box-shadow 0.15s;
}
.big-select-list__item:hover {
  color: #212121;
}
.checkbox,
.radiobutton {
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}
.checkbox input,
.radiobutton input {
  display: none;
}
.checkbox input:checked ~ .checkbox__fake-input,
.radiobutton input:checked ~ .checkbox__fake-input {
  border-color: #dfdfdf;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2210px%22 height=%228px%22 viewBox=%220 0 10 8%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: sketchtool 57.1 (101010) - https://sketch.com --%3E %3Ctitle%3E399ED00C-90AF-4255-9328-555F65B4C471%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg id=%22Все-страницы%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22%3E %3Cg id=%220.0-UI-kit%22 transform=%22translate(-575.000000, -1950.000000)%22 fill=%22%23444444%22 fill-rule=%22nonzero%22%3E %3Cg id=%22Group-4%22 transform=%22translate(259.000000, 1938.000000)%22%3E %3Cg id=%22Group-14%22 transform=%22translate(308.000000, 0.000000)%22%3E %3Cpath d=%22M10.3,19.7 L8.3,17.7 C7.9,17.3 7.9,16.7 8.3,16.3 C8.7,15.9 9.3,15.9 9.7,16.3 L11,17.6 L16.3,12.3 C16.7,11.9 17.3,11.9 17.7,12.3 C18.1,12.7 18.1,13.3 17.7,13.7 L11.7,19.7 C11.3,20.1 10.7,20.1 10.3,19.7 Z%22 id=%22check%22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-image: url("/local/templates/greenworks_2019/markup/dist/css/../images/icon-check.svg");
  background-position: 50%;
  background-repeat: no-repeat;
}
.checkbox__fake-input,
.radiobutton__fake-input {
  display: inline-block;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 3px;
  min-height: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #dddcdc;
  vertical-align: middle;
}
.checkbox__fake-input:after,
.radiobutton__fake-input:after {
  display: none;
  width: 20px;
  height: 20px;
  content: '';
}
.checkbox__text,
.radiobutton__text {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  color: rgba(33,33,33,0.5);
}
.checkbox.on-map .checkbox__text,
.radiobutton.on-map .checkbox__text {
  font-family: Univers Condensed;
}
.radiobutton input:checked ~ .radiobutton__fake-input {
  border-color: #25bcca;
  background-color: #25bcca;
}
.radiobutton__fake-input {
  padding: 10px;
  border-radius: 50%;
  background-clip: content-box;
}
.search-input {
  margin-bottom: 30px;
  padding-left: 48px;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2218px%22 height=%2218px%22 viewBox=%220 0 18 18%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: sketchtool 57.1 (101010) - https://sketch.com --%3E %3Ctitle%3ECD7F25F3-4781-4BE0-A9D3-F885495F8634%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg id=%22Все-страницы%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22 opacity=%220.5%22%3E %3Cg id=%220.0-UI-kit%22 transform=%22translate(-1417.000000, -2651.000000)%22 fill=%22%23212121%22 fill-rule=%22nonzero%22%3E %3Cg id=%22icon_serch2%22 transform=%22translate(1417.000000, 2651.000000)%22%3E %3Cpath d=%22M7,14 C3.1,14 0,10.9 0,7 C0,3.1 3.1,0 7,0 C10.9,0 14,3.1 14,7 C14,10.9 10.9,14 7,14 Z M7,2 C4.2,2 2,4.2 2,7 C2,9.8 4.2,12 7,12 C9.8,12 12,9.8 12,7 C12,4.2 9.8,2 7,2 Z%22 id=%22Shape%22%3E%3C/path%3E %3Cpath d=%22M16.3,17.7 L13.3,14.7 C12.9,14.3 12.9,13.7 13.3,13.3 C13.7,12.9 14.3,12.9 14.7,13.3 L17.7,16.3 C18.1,16.7 18.1,17.3 17.7,17.7 C17.3,18.1 16.7,18.1 16.3,17.7 Z%22 id=%22Path%22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") 20px center no-repeat;
  background: #fff url("/local/templates/greenworks_2019/markup/dist/css/../images/icon_serch.svg") 20px center no-repeat;
  transition: background 0.3s;
}
.search-input:hover {
  background: #fff url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2218px%22 height=%2218px%22 viewBox=%220 0 18 18%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: sketchtool 57.1 (101010) - https://sketch.com --%3E %3Ctitle%3ECAF10B06-635E-4C77-87BB-17CAC8DE3BF7%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg id=%22Все-страницы%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22%3E %3Cg id=%220.0-UI-kit%22 transform=%22translate(-1417.000000, -2701.000000)%22 fill=%22%23212121%22 fill-rule=%22nonzero%22%3E %3Cg id=%22icon_serch2_hover%22 transform=%22translate(1417.000000, 2701.000000)%22%3E %3Cpath d=%22M7,14 C3.1,14 0,10.9 0,7 C0,3.1 3.1,0 7,0 C10.9,0 14,3.1 14,7 C14,10.9 10.9,14 7,14 Z M7,2 C4.2,2 2,4.2 2,7 C2,9.8 4.2,12 7,12 C9.8,12 12,9.8 12,7 C12,4.2 9.8,2 7,2 Z%22 id=%22Shape%22%3E%3C/path%3E %3Cpath d=%22M16.3,17.7 L13.3,14.7 C12.9,14.3 12.9,13.7 13.3,13.3 C13.7,12.9 14.3,12.9 14.7,13.3 L17.7,16.3 C18.1,16.7 18.1,17.3 17.7,17.7 C17.3,18.1 16.7,18.1 16.3,17.7 Z%22 id=%22Path%22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") 20px center no-repeat;
  background: #fff url("/local/templates/greenworks_2019/markup/dist/css/../images/icon_serch_hover.svg") 20px center no-repeat;
}
@media only screen and (max-width: 1024px) {
  .search-input {
    margin-bottom: 20px;
  }
}
.unstyled-date {
  padding-top: 11px;
  padding-bottom: 11px;
}
.unstyled-date::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
.open-calender {
  position: absolute;
  top: 16px;
  right: 20px;
  background: #fff;
  pointer-events: none;
}
.open-calender__btn {
  display: -ms-flexbox;
  display: flex;
  border: none;
  background: transparent;
}
.open-calender:before {
  content: '';
  position: absolute;
  left: -14px;
  height: 20px;
  width: 14px;
  background: #fff;
  pointer-events: all;
}
@supports (-moz-appearance: none) {
  .open-calender:before {
    width: 0;
  }
}
.double-date {
  display: -ms-flexbox;
  display: flex;
}
.double-date .form__input {
  width: calc(50% - 16px);
}
.double-date input {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 420px) {
  .double-date input {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@supports (-moz-appearance: none) {
  .double-date input {
    padding-left: 15px;
  }
}
.double-date .open-calender {
  right: 22px;
}
@media only screen and (max-width: 420px) {
  .double-date .open-calender {
    right: 16px;
  }
}
.double-date .open-calender:before {
  left: -12px;
  width: 12px;
}
@supports (-moz-appearance: none) {
  .double-date .open-calender:before {
    width: 0;
  }
}
.double-date__defis {
  position: relative;
  width: 32px;
}
.double-date__defis:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 1px;
  background-color: #212121;
}
.label-required:after {
  content: '*';
  color: #d93535;
}
.js-input-image__image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: filter 0.15s;
}
.js-input-image__preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 670px) {
  .js-input-image__preview {
    height: 210px;
  }
}
.js-input-image__preview svg {
  position: absolute;
  top: 10px;
  right: 10px;
}
.js-input-image__preview .fill-close {
  fill: #fff;
}
.js-input-image__preview.loaded,
.js-input-image__preview.disabled {
  z-index: 1;
  background: #212121;
}
.js-input-image__preview:hover:not(.disabled) {
  cursor: pointer;
}
.js-input-image__preview:hover:not(.disabled) .js-input-image__image {
  filter: brightness(80%);
}
.js-input-image__image-wrap {
  display: -ms-flexbox;
  display: flex;
  height: 220px;
}
@media only screen and (max-width: 670px) {
  .js-input-image__image-wrap {
    height: 210px;
  }
}
.js-input-image.disabled .input-file {
  visibility: hidden;
}
.js-input-image__preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.js-input-image__preloader.active {
  display: -ms-flexbox;
  display: flex;
}
.js-multiple-input-image__image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  transition: filter 0.15s;
}
.js-multiple-input-image__preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 670px) {
  .js-multiple-input-image__preview {
    height: 210px;
  }
}
.js-multiple-input-image__preview svg {
  position: absolute;
  top: 10px;
  right: 10px;
}
.js-multiple-input-image__preview .fill-close {
  fill: #fff;
}
.js-multiple-input-image__preview.loaded,
.js-multiple-input-image__preview.disabled {
  z-index: 1;
  background: #212121;
}
.js-multiple-input-image__preview:hover:not(.disabled) {
  cursor: pointer;
}
.js-multiple-input-image__preview:hover:not(.disabled):before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}
.js-multiple-input-image__preview:hover:not(.disabled) .js-input-image__image {
  filter: brightness(80%);
}
.js-multiple-input-image__image-wrap {
  display: -ms-flexbox;
  display: flex;
  height: 220px;
}
@media only screen and (max-width: 670px) {
  .js-multiple-input-image__image-wrap {
    height: 210px;
  }
}
.js-multiple-input-image.disabled .input-file {
  visibility: hidden;
}
.js-multiple-input-image__preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.js-multiple-input-image__preloader.active {
  display: -ms-flexbox;
  display: flex;
}
.js-icon-close {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .js-icon-close {
    display: block;
  }
}
.js-multiple-input__col {
  height: 220px;
}
.js-multiple-input__col:hover .js-icon-close {
  z-index: 10;
  display: block;
}
.js-multiple-input__col:hover .js-multiple-input-image__image {
  opacity: 0.6;
}
.js-multiple-input__row+.js-multiple-input__row {
  margin-top: 24px;
}
.js-multiple-input__relative {
  position: relative;
  height: 100%;
}
.icon-reset {
  position: absolute;
  right: 73px;
  top: 20px;
  display: none;
  fill: #909090;
  cursor: pointer;
  z-index: 1;
}
.icon-reset:hover {
  fill: #212121;
}
.icon-reset__visible {
  display: block;
}
.slick-slider {
  box-sizing: border-box;
  position: relative;
  display: block;
  -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 {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  min-height: 1px;
  float: left;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide {
  outline: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  height: auto;
  border: 1px solid transparent;
  display: block;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  overflow: hidden;
  text-indent: -999em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
body {
  color: #000;
  font-family: Univers, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px transparent;
  -webkit-text-size-adjust: 100%;
}
p {
  font-size: 16px;
  line-height: 26px;
  color: #212121;
}
h1,
.h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: Univers Condensed;
  font-size: 48px;
  line-height: 58px;
  color: #212121;
}
@media only screen and (max-width: 670px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
h2,
.h2 {
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Univers Condensed;
  font-size: 48px;
  line-height: 58px;
  color: #212121;
}
@media only screen and (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 670px) {
  h2,
  .h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
h3,
.h3 {
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 43px;
  font-family: Univers Condensed;
}
@media only screen and (max-width: 670px) {
  h3,
  .h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
h4,
.h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Univers Condensed;
}
h5,
.h5 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
h6,
.h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.text-small {
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
}
.subtitle-small {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0,0,0,0.5);
  font-family: Univers Condensed;
}
.warning-text {
  font-size: 16px;
  line-height: 34px;
  color: #d93535;
  font-family: Univers Condensed;
  cursor: pointer;
  text-transform: uppercase;
}
.lh26 {
  line-height: 26px;
}
ul,
ol {
  padding-left: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
b,
strong {
  font-weight: 700;
}
i,
em {
  font-style: italic;
}
sup {
  font-size: 85%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: -0.45em;
}
sub {
  font-size: 85%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  top: 0.2em;
}
u {
  text-decoration: underline;
}
blockquote {
  position: relative;
}
blockquote:before,
blockquote:after {
  font-family: 'Times New Roman';
  color: #bdbdbd;
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  display: inline-block;
}
blockquote:before {
  content: '\201C';
  margin-right: 5px;
}
blockquote:after {
  content: '\201D';
  margin-left: 5px;
}
code {
  font-family: monospace;
}
a.green-link {
  color: #25bcca;
  text-decoration: none;
  border-bottom: 1px solid rgba(37,188,202,0.3);
  display: inline;
  color: #70bc34;
  border-color: rgba(112,188,52,0.2);
  font-family: Univers Condensed;
}
@media only screen and (min-width: 1025px) {
  a.green-link:hover {
    color: #006b49;
    border-color: rgba(0,107,73,0.2);
  }
}
a.green-link.main-font {
  font-family: Univers;
}
a.dotted-link,
a.dashed-link {
  font-style: oblique;
  text-decoration: none;
  color: #70bc34;
  font-size: 16px;
  font-family: Univers Condensed;
  border-bottom: 1px dotted rgba(112,188,52,0.5);
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  a.dotted-link:hover,
  a.dashed-link:hover {
    border-color: rgba(0,107,73,0.5);
    color: #006b49;
  }
}
a.dotted-link.sm,
a.dashed-link.sm {
  font-size: 11px;
}
a.dashed-link {
  border-bottom: 1px dashed rgba(112,188,52,0.5);
}
p + ul,
p + ol {
  margin-top: -20px;
}
.wave-underline {
  position: relative;
}
.wave-underline:before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  left: 0;
  position: absolute;
  bottom: -5px;
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%22215px%22 height=%225px%22 viewBox=%220 0 215 5%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: Sketch 57.1 (83088) - https://sketch.com --%3E %3Ctitle%3Ewave%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id=%22Desktop%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22%3E %3Cg id=%224.-Guarantee%22 transform=%22translate(-360.000000, -1615.000000)%22 fill=%22%23212121%22%3E %3Cg id=%22Group-3%22 transform=%22translate(100.000000, 1282.000000)%22%3E %3Cg id=%22Group%22%3E %3Cpath d=%22M470.828427,337.242641 L469.121,335.535 L467.414214,337.242641 L467.121,336.949 L466.828427,337.242641 L465.121,335.535 L463.414214,337.242641 L463.121,336.949 L462.828427,337.242641 L461.121,335.535 L459.414214,337.242641 L459.121,336.949 L458.828427,337.242641 L457.121,335.535 L455.414214,337.242641 L455.121,336.949 L454.828427,337.242641 L453.121,335.535 L451.414214,337.242641 L451.121,336.949 L450.828427,337.242641 L449.121,335.535 L447.414214,337.242641 L447.121,336.949 L446.828427,337.242641 L445.121,335.535 L443.414214,337.242641 L443.121,336.949 L442.828427,337.242641 L441.121,335.535 L439.414214,337.242641 L439.121,336.949 L438.828427,337.242641 L437.121,335.535 L435.414214,337.242641 L435.121,336.949 L434.828427,337.242641 L433.121,335.535 L431.414214,337.242641 L431.121,336.949 L430.828427,337.242641 L429.121,335.535 L427.414214,337.242641 L427.121,336.949 L426.828427,337.242641 L425.121,335.535 L423.414214,337.242641 L423.121,336.949 L422.828427,337.242641 L421.121,335.535 L419.414214,337.242641 L419.121,336.949 L418.828427,337.242641 L417.121,335.535 L415.414214,337.242641 L415.121,336.949 L414.828427,337.242641 L413.121,335.535 L411.414214,337.242641 L411.121,336.949 L410.828427,337.242641 L409.121,335.535 L407.414214,337.242641 L407.121,336.949 L406.828427,337.242641 L405.121,335.535 L403.414214,337.242641 L403.121,336.949 L402.828427,337.242641 L401.121,335.535 L399.414214,337.242641 L399.121,336.949 L398.828427,337.242641 L397.121,335.535 L395.414214,337.242641 L395.121,336.949 L394.828427,337.242641 L393.121,335.535 L391.414214,337.242641 L391.121,336.949 L390.828427,337.242641 L389.121,335.535 L387.414214,337.242641 L387.121,336.949 L386.828427,337.242641 L385.121,335.535 L383.414214,337.242641 L383.121,336.949 L382.828427,337.242641 L381.121,335.535 L379.414214,337.242641 L379.121,336.949 L378.828427,337.242641 L377.121,335.535 L375.414214,337.242641 L375.121,336.949 L374.828427,337.242641 L373.121,335.535 L371.414214,337.242641 L371.121,336.949 L370.828427,337.242641 L369.121,335.535 L367.414214,337.242641 L367.121,336.949 L366.828427,337.242641 L365.121,335.535 L363.414214,337.242641 L363.121,336.949 L362.828427,337.242641 L361.121,335.535 L359.414214,337.242641 L359.121,336.949 L358.828427,337.242641 L357.121,335.535 L355.414214,337.242641 L355.121,336.949 L354.828427,337.242641 L353.121,335.535 L351.414214,337.242641 L351.121,336.949 L350.828427,337.242641 L349.121,335.535 L347.414214,337.242641 L347.121,336.949 L346.828427,337.242641 L345.121,335.535 L343.414214,337.242641 L343.121,336.949 L342.828427,337.242641 L341.121,335.535 L339.414214,337.242641 L339.121,336.949 L338.828427,337.242641 L337.121,335.535 L335.414214,337.242641 L335.121,336.949 L334.828427,337.242641 L333.121,335.535 L331.414214,337.242641 L331.121,336.949 L330.828427,337.242641 L329.121,335.535 L327.414214,337.242641 L327.121,336.949 L326.828427,337.242641 L325.121,335.535 L323.414214,337.242641 L323.121,336.949 L322.828427,337.242641 L321.121,335.535 L319.414214,337.242641 L319.121,336.949 L318.828427,337.242641 L317.121,335.535 L315.414214,337.242641 L315.121,336.949 L314.828427,337.242641 L313.121,335.535 L311.414214,337.242641 L311.121,336.949 L310.828427,337.242641 L309.121,335.535 L307.414214,337.242641 L307.121,336.949 L306.828427,337.242641 L305.121,335.535 L303.414214,337.242641 L303.121,336.949 L302.828427,337.242641 L301.121,335.535 L299.414214,337.242641 L299.121,336.949 L298.828427,337.242641 L297.121,335.535 L295.414214,337.242641 L295.121,336.949 L294.828427,337.242641 L293.121,335.535 L291.414214,337.242641 L291.121,336.949 L290.828427,337.242641 L289.121,335.535 L287.414214,337.242641 L287.121,336.949 L286.828427,337.242641 L285.121,335.535 L283.414214,337.242641 L283.121,336.949 L282.828427,337.242641 L281.121,335.535 L279.414214,337.242641 L279.121,336.949 L278.828427,337.242641 L277.121,335.535 L275.414214,337.242641 L275.121,336.949 L274.828427,337.242641 L273.121,335.535 L271.414214,337.242641 L271.121,336.949 L270.828427,337.242641 L269.121,335.535 L267.414214,337.242641 L267.121,336.949 L266.828427,337.242641 L265.121,335.535 L263.414214,337.242641 L263.121,336.949 L262.828427,337.242641 L260,334.414214 L261.414214,333 L263.121,334.707 L264.828427,333 L265.121,333.293 L265.414214,333 L267.121,334.707 L268.828427,333 L269.121,333.293 L269.414214,333 L271.121,334.707 L272.828427,333 L273.121,333.293 L273.414214,333 L275.121,334.707 L276.828427,333 L277.121,333.293 L277.414214,333 L279.121,334.707 L280.828427,333 L281.121,333.293 L281.414214,333 L283.121,334.707 L284.828427,333 L285.121,333.293 L285.414214,333 L287.121,334.707 L288.828427,333 L289.121,333.293 L289.414214,333 L291.121,334.707 L292.828427,333 L293.121,333.293 L293.414214,333 L295.121,334.707 L296.828427,333 L297.121,333.293 L297.414214,333 L299.121,334.707 L300.828427,333 L301.121,333.293 L301.414214,333 L303.121,334.707 L304.828427,333 L305.121,333.293 L305.414214,333 L307.121,334.707 L308.828427,333 L309.121,333.293 L309.414214,333 L311.121,334.707 L312.828427,333 L313.121,333.293 L313.414214,333 L315.121,334.707 L316.828427,333 L317.121,333.293 L317.414214,333 L319.121,334.707 L320.828427,333 L321.121,333.293 L321.414214,333 L323.121,334.707 L324.828427,333 L325.121,333.293 L325.414214,333 L327.121,334.707 L328.828427,333 L329.121,333.293 L329.414214,333 L331.121,334.707 L332.828427,333 L333.121,333.293 L333.414214,333 L335.121,334.707 L336.828427,333 L337.121,333.293 L337.414214,333 L339.121,334.707 L340.828427,333 L341.121,333.293 L341.414214,333 L343.121,334.707 L344.828427,333 L345.121,333.293 L345.414214,333 L347.121,334.707 L348.828427,333 L349.121,333.293 L349.414214,333 L351.121,334.707 L352.828427,333 L353.121,333.293 L353.414214,333 L355.121,334.707 L356.828427,333 L357.121,333.293 L357.414214,333 L359.121,334.707 L360.828427,333 L361.121,333.293 L361.414214,333 L363.121,334.707 L364.828427,333 L365.121,333.293 L365.414214,333 L367.121,334.707 L368.828427,333 L369.121,333.293 L369.414214,333 L371.121,334.707 L372.828427,333 L373.121,333.293 L373.414214,333 L375.121,334.707 L376.828427,333 L377.121,333.293 L377.414214,333 L379.121,334.707 L380.828427,333 L381.121,333.293 L381.414214,333 L383.121,334.707 L384.828427,333 L385.121,333.293 L385.414214,333 L387.121,334.707 L388.828427,333 L389.121,333.293 L389.414214,333 L391.121,334.707 L392.828427,333 L393.121,333.293 L393.414214,333 L395.121,334.707 L396.828427,333 L397.121,333.293 L397.414214,333 L399.121,334.707 L400.828427,333 L401.121,333.293 L401.414214,333 L403.121,334.707 L404.828427,333 L405.121,333.293 L405.414214,333 L407.121,334.707 L408.828427,333 L409.121,333.293 L409.414214,333 L411.121,334.707 L412.828427,333 L413.121,333.293 L413.414214,333 L415.121,334.707 L416.828427,333 L417.121,333.293 L417.414214,333 L419.121,334.707 L420.828427,333 L421.121,333.293 L421.414214,333 L423.121,334.707 L424.828427,333 L425.121,333.293 L425.414214,333 L427.121,334.707 L428.828427,333 L429.121,333.293 L429.414214,333 L431.121,334.707 L432.828427,333 L433.121,333.293 L433.414214,333 L435.121,334.707 L436.828427,333 L437.121,333.293 L437.414214,333 L439.121,334.707 L440.828427,333 L441.121,333.293 L441.414214,333 L443.121,334.707 L444.828427,333 L445.121,333.293 L445.414214,333 L447.121,334.707 L448.828427,333 L449.121,333.293 L449.414214,333 L451.121,334.707 L452.828427,333 L453.121,333.293 L453.414214,333 L455.121,334.707 L456.828427,333 L457.121,333.293 L457.414214,333 L459.121,334.707 L460.828427,333 L461.121,333.293 L461.414214,333 L463.121,334.707 L464.828427,333 L465.121,333.293 L465.414214,333 L467.121,334.707 L468.828427,333 L469.121,333.293 L469.414214,333 L471.121,334.707 L472.828427,333 L474.242641,334.414214 L471.414214,337.242641 L471.121,336.949 L470.828427,337.242641 Z%22 id=%22wave%22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") center no-repeat;
  background: url("/local/templates/greenworks_2019/markup/dist/css/../images/wave.svg") center no-repeat;
}
body {
  background-color: bg-color;
}
.accordion__item {
  border: 1px solid #dfdfdf;
}
.accordion__item + .accordion__item {
  border-top: none;
}
.accordion__caption {
  font-weight: 500;
  padding: 15px 20px;
  cursor: pointer;
}
.accordion__caption:hover {
  background-color: #dfdfdf;
}
.accordion__item.active > .accordion__caption {
  background-color: #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.accordion__content {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}
.accordion__item.active > .accordion__content {
  display: block;
}
.advantages {
  margin: 0 auto;
  width: 400px;
  height: 100%;
  background: url("/local/templates/greenworks_2019/markup/dist/css/../images/iphone.svg") no-repeat;
}
@media only screen and (max-width: 1024px) {
  .advantages {
    margin-top: 30px;
    max-width: 400px;
    width: 100%;
    background-size: 100%;
  }
}
@media (max-width: 730px) {
  .advantages {
    display: none;
    margin-top: 25px;
    background: none;
  }
}
.advantages--mobile {
  display: none;
}
@media (max-width: 730px) {
  .advantages--mobile {
    display: block;
    height: auto;
  }
}
.advantages__list {
  margin: 0 auto;
  padding-top: 120px;
  padding-left: 0;
  width: calc(100% - 85px);
  list-style: none;
}
@media only screen and (max-width: 1024px) {
  .advantages__list {
    padding-top: 75px;
  }
}
@media (max-width: 730px) {
  .advantages__list {
    margin: 0;
    padding-top: 0;
    width: 100%;
  }
}
.advantages__list.guarantee {
  padding-top: 0;
  margin: 0;
  width: 100%;
}
.advantages__list.guarantee .advantages__list-item {
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.advantages__list.guarantee .advantages__list-item p {
  margin: 0;
}
.advantages__list.guarantee .advantages__list-item+.advantages__list-item {
  margin-top: 30px;
}
.advantages__list-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
}
.advantages__list-item p {
  margin-top: 10px;
  margin-bottom: 15px;
}
.advantages__list-item span {
  position: relative;
  display: inline-block;
  margin-right: 13px;
  padding-top: 12px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #70bc34;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}
.advantages__list-item span:before {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 31px;
  background: url("/local/templates/greenworks_2019/markup/dist/css/../images/fill.svg") no-repeat;
  content: '';
}
@media only screen and (max-width: 670px) {
  .advantages__list-item span {
    margin-right: 10px;
  }
}
.advantages__list-item.word span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 18px;
  height: 23px;
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2218px%22 height=%2223px%22 viewBox=%220 0 18 23%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: Sketch 57.1 (83088) - https://sketch.com --%3E %3Ctitle%3Eword%3C/title%3E %3Cdesc%3ECreated with Sketch.%3C/desc%3E %3Cg id=%22Desktop%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22%3E %3Cg id=%224.-Guarantee%22 transform=%22translate(-855.000000, -891.000000)%22 fill=%22%23F8F7F5%22 fill-rule=%22nonzero%22%3E %3Cg id=%22Group-4%22 transform=%22translate(100.000000, 570.000000)%22%3E %3Cg id=%22Group-2-Copy%22 transform=%22translate(740.000000, 73.000000)%22%3E %3Cg id=%22Group%22%3E %3Cg id=%22Group-5%22%3E %3Cg id=%22Group-11%22 transform=%22translate(0.000000, 236.000000)%22%3E %3Cg id=%22Group-6%22%3E %3Cg id=%22word%22 transform=%22translate(15.185824, 12.307324)%22%3E %3Cpath d=%22M12.0821029,0.889808824 L12.0821029,5.21020588 C12.0821029,5.40756646 12.2420953,5.56755882 12.4394559,5.56755882 L16.8063088,5.56755882 C16.965052,5.58547796 17.1164047,5.49586031 17.1770212,5.34805589 C17.2376376,5.20025148 17.1927907,5.03016994 17.0671765,4.93147059 L12.7146176,0.628941176 C12.6149962,0.506853235 12.4471656,0.464426824 12.3014935,0.52450627 C12.1558214,0.584585716 12.0666946,0.732988935 12.0821029,0.889808824 L12.0821029,0.889808824 Z%22 id=%22Path%22%3E%3C/path%3E %3Cpath d=%22M17.2565735,6.73252941 L11.4102794,6.73252941 C11.2832797,6.73252941 11.1614816,6.68207898 11.0716792,6.59227663 C10.9818769,6.50247429 10.9314265,6.38067617 10.9314265,6.25367647 L10.9314265,0.478852941 C10.9314265,0.351853245 10.880976,0.230055126 10.7911737,0.140252779 C10.7013713,0.0504504329 10.5795732,1.77635684e-15 10.4525735,1.77635684e-15 L0.478852941,1.77635684e-15 C0.214389764,1.77635684e-15 -9.23705556e-14,0.214389764 -9.23705556e-14,0.478852941 L-9.23705556e-14,21.3018088 C-9.23705556e-14,21.566272 0.214389764,21.7806618 0.478852941,21.7806618 L17.2744412,21.7806618 C17.4014409,21.7806618 17.523239,21.7302113 17.6130413,21.640409 C17.7028437,21.5506066 17.7532941,21.4288085 17.7532941,21.3018088 L17.7532941,7.19708824 C17.7495727,7.06942873 17.6950095,6.94854515 17.601733,6.86130815 C17.5084565,6.77407114 17.3841963,6.72770974 17.2565735,6.73252941 Z M12.0535147,17.1672353 L10.1488235,17.1672353 L8.95883824,12.2000294 C8.94454412,12.1357059 8.93025,12.0678088 8.91595588,11.9963382 C8.90166176,12.0725735 8.88736765,12.1404706 8.87307353,12.2000294 L7.65092647,17.1672353 L5.67476471,17.1672353 L5.67476471,17.0957647 L3.77007353,9.34120588 L5.69977941,9.34120588 L6.70751471,14.5085294 C6.70751471,14.5728529 6.73252941,14.6443235 6.74325,14.7265147 C6.74325,14.6443235 6.77898529,14.5657059 6.80042647,14.4835147 L8.09761765,9.34120588 L9.94513235,9.34120588 L11.1208235,14.5478382 C11.1208235,14.5942941 11.1208235,14.6443235 11.1494118,14.6979265 L11.1815735,14.51925 L12.1714412,9.34120588 L13.9582059,9.34120588 L12.0535147,17.1672353 Z%22 id=%22Shape%22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") center no-repeat;
  background: url("/local/templates/greenworks_2019/markup/dist/css/../images/word.svg") center no-repeat;
}
.article-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.article-message__text {
  font-family: Univers;
  color: #909090;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 25px;
}
.article-message__article {
  font-weight: bold;
  color: #212121;
}
.article-message__btn {
  -ms-flex: 1;
      flex: 1;
  padding: 9px 15px;
  font-size: 16px;
  line-height: 26px;
  font-family: Univers Condensed;
  border-radius: 5px;
  min-height: auto;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 10;
}
.article-message__btn:hover {
  cursor: pointer;
  background-color: #006b49;
}
.autocomplete {
  z-index: 1;
  width: 100%;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin-top: 5px;
  max-height: 265px;
  overflow: auto;
}
.autocomplete > div {
  font-size: 16px;
  font-family: Univers Condensed;
  line-height: 26px;
  padding: 14px 20px;
  min-height: 48px;
  color: #909090;
  cursor: pointer;
  transition: box-shadow 0.15s;
}
.autocomplete > div:hover {
  color: #212121;
}
.autocomplete > div.selected {
  color: #212121;
}
.autocomplete > div.disabled {
  pointer-events: none;
}
.autocomplete-wrapper {
  position: relative;
}
.autocomplete-wrapper__loader {
  display: none;
  transform: translateY(-50%) scale(0.4);
  position: absolute;
  right: 40px;
  top: 50%;
}
.autocomplete-wrapper__loader.active {
  display: block;
}
.autocomplete-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 51px;
  height: 51px;
  border-left: 1px solid #dfdfdf;
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2212px%22 height=%2213px%22 viewBox=%220 0 12 13%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: sketchtool 57.1 (101010) - https://sketch.com --%3E %3Ctitle%3EEFF97A9F-EF94-4479-A5D5-D1909D71E08B%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg id=%22Все-страницы%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22 opacity=%220.5%22%3E %3Cg id=%220.0-UI-kit%22 transform=%22translate(-627.000000, -1497.000000)%22 fill=%22%23212121%22 fill-rule=%22nonzero%22%3E %3Cg id=%22Group-4%22 transform=%22translate(259.000000, 1442.000000)%22%3E %3Cpath d=%22M379.7,61.3 C379.3,60.9 378.7,60.9 378.3,61.3 L375,64.6 L375,56 C375,55.4 374.6,55 374,55 C373.4,55 373,55.4 373,56 L373,64.6 L369.7,61.3 C369.3,60.9 368.7,60.9 368.3,61.3 C367.9,61.7 367.9,62.3 368.3,62.7 L373.3,67.7 C373.7,68.1 374.3,68.1 374.7,67.7 L379.7,62.7 C380.1,62.3 380.1,61.7 379.7,61.3 Z%22 id=%22arrow_down%22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center;
  pointer-events: none;
}
.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li a,
.breadcrumbs li span {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 26px;
  color: rgba(33,33,33,0.5);
  border-bottom: none;
  text-decoration: none;
}
.breadcrumbs li a:hover,
.breadcrumbs li span:hover {
  color: #212121;
}
.breadcrumbs li+li:before {
  margin-right: 4px;
  content: '/';
  font-size: 13px;
  line-height: 26px;
  color: rgba(33,33,33,0.5);
}
.breadcrumbs--personal li:after {
  margin-left: 4px;
  margin-right: 4px;
  content: '/';
  font-size: 13px;
  line-height: 26px;
  color: rgba(33,33,33,0.5);
}
.breadcrumbs--personal li + li:before {
  display: none;
}
.bread-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 320px) {
  .bread-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.burger {
  width: 32px;
  height: 24px;
  background-color: transparent;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  display: inline-block;
  cursor: pointer;
}
.burger:before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #000;
  position: relative;
  top: 6px;
  z-index: 1;
  display: block;
}
.canvas {
  background-color: bg-color;
  position: relative;
  z-index: 1;
  transition: transform 0.3s;
}
@media only screen and (max-width: 1024px) {
  .canvas {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
  }
  .canvas.slide {
    transform: translateX(300px);
  }
}
.card-block {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 15px 25px 10px;
  margin: 30px -25px 20px;
}
@media only screen and (max-width: 420px) {
  .card-block {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.card-block__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
}
.card-block__title {
  margin: 10px 0 20px;
  color: #212121;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  margin-right: 20px;
}
.card-block button {
  padding: 10px 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 420px) {
  .card-block button {
    padding-right: 13px;
    padding-left: 13px;
    line-height: unset;
  }
}
.card-block + .card-block {
  margin-top: -10px;
}
.card-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 40px;
  min-height: 74px;
  max-width: 440px;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  color: #212121;
  transition: color, background-color 0.5s;
  border: 1px solid transparent;
}
.card-button--with-text {
  min-height: 155px;
}
@media only screen and (max-width: 670px) {
  .card-button--with-text {
    min-height: 143px;
  }
}
.card-button.border {
  border: 1px solid #dfdfdf;
}
.card-button .fill {
  transition: fill 0.3s;
}
.card-button .stroke {
  transition: stroke 0.3s;
}
@media only screen and (min-width: 1025px) {
  .card-button:hover {
    background-color: #70bc34;
    color: #fff;
    border: 1px solid transparent;
  }
  .card-button:hover .card-button__text {
    color: #fff;
  }
  .card-button:hover .fill {
    fill: #fff;
  }
  .card-button:hover .stroke {
    stroke: #fff;
  }
}
.card-button__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.card-button__title {
  display: block;
  padding-right: 10px;
  white-space: pre-line;
  max-width: 320px;
  font-size: 24px;
  font-family: Univers Condensed;
  line-height: 34px;
}
@media only screen and (max-width: 670px) {
  .card-button__title {
    max-width: 255px;
    padding-right: 11px;
  }
}
.card-button__title.white-space {
  white-space: pre-line;
}
.card-button__text {
  padding-top: 17px;
  color: rgba(33,33,33,0.5);
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 670px) {
  .card-button__text {
    padding-top: 10px;
  }
}
.card-button__text.text-white-space {
  white-space: pre-line;
}
.card-button__image svg {
  padding-top: 7px;
  padding-right: 2px;
}
@media only screen and (max-width: 670px) {
  .card-button.white-space-nomob .card-button__text {
    white-space: normal;
  }
}
.card-list__item {
  padding: 27px 0;
  border-bottom: 1px solid #dfdfdf;
}
.card-list__item:last-child {
  padding-bottom: 0;
  border: none;
}
.draggable-card-list__table {
  border: none;
  display: block;
}
.draggable-card-list__table tbody {
  display: block;
}
.draggable-card-list__table--no-border .draggable-card-list__tr {
  border: unset;
}
.draggable-card-list__table--no-border .draggable-card-list__td {
  padding: 13px 0 7px;
}
.draggable-card-list__tr {
  border-bottom: 1px solid #dfdfdf;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 15px;
  width: 100%;
}
.draggable-card-list__tr:hover .draggable-card-list__td {
  background: inherit;
}
.draggable-card-list__tr:last-child {
  border-bottom: none;
}
.draggable-card-list__td {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding: 27px 0 27px 0;
  border: none;
}
.draggable-card-list__td:first-child {
  margin-left: 0;
  padding-left: 0;
  -ms-flex: 0 1 100px;
      flex: 0 1 100px;
}
@media only screen and (max-width: 670px) {
  .draggable-card-list__td:first-child {
    max-width: 30%;
  }
}
.draggable-card-list__td:nth-child(2) {
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
  width: 50px;
  max-width: calc(100% - 200px);
  margin-right: 10px;
}
@media only screen and (max-width: 670px) {
  .draggable-card-list__td:nth-child(2) {
    max-width: calc(100% - 170px);
  }
}
.card {
  margin-bottom: 30px;
  padding: 35px;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 670px) {
  .card {
    margin-bottom: 20px;
    padding: 20px 20px 25px 20px;
  }
}
.card__row {
  padding-top: 25px;
}
.card__border-row {
  position: relative;
  padding-bottom: 22px;
  margin-top: 5px;
}
.card__border-row--del {
  margin-top: 10px;
  border: 1px solid #d93535;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .card__border-row {
    padding-bottom: 25px;
  }
  .card__border-row:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    height: 1px;
    background: #dfdfdf;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 670px) {
  .card__border-row:after {
    width: calc(100% - 10px);
  }
}
.card__incard {
  padding-bottom: 10px;
}
.card__title {
  margin: 5px 0;
  font-size: 36px;
  line-height: 40px;
  font-family: Univers Condensed;
  font-weight: bold;
}
.card__title--mb {
  margin-bottom: 7px;
}
.card__content {
  padding: 0 5px;
}
.card .col-1 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .card .col-1 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.card .col-2 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .card .col-2 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.card .col-3 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .card .col-3 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.card .col-4 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .card .col-4 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.card .col-5 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .card .col-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.card .col-6 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .card .col-6 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.card .col-7 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .card .col-7 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.card .col-8 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .card .col-8 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.card .col-9 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .card .col-9 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.card .col-10 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .card .col-10 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.card .col-11 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .card .col-11 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.card .col-12 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .card .col-12 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.card--last {
  margin-bottom: 20px;
}
.catalog-card {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .catalog-card {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 670px) {
  .catalog-card {
    margin-bottom: 20px;
  }
}
.catalog-card.with-img-label .label-img {
  display: block;
}
.catalog-card .label-img {
  position: absolute;
  top: 61px;
  left: 30px;
  display: none;
}
@media only screen and (max-width: 670px) {
  .catalog-card .label-img {
    left: 20px;
  }
}
.catalog-card .label-volt {
  display: none;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 42px;
  height: 21px;
}
.catalog-card .label-volt:before {
  content: attr(data-volt);
  position: absolute;
  font-size: 16px;
  font-style: oblique;
  line-height: 14px;
  font-weight: 700;
  font-family: Univers Condensed;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.catalog-card .label-volt.green {
  display: inline-block;
}
.catalog-card .label-volt.green .fill-volt {
  fill: #70bc34;
}
.catalog-card .label-volt.yellow {
  display: inline-block;
}
.catalog-card .label-volt.yellow .fill-volt {
  fill: #e0df00;
}
.catalog-card .label-volt.orange {
  display: inline-block;
}
.catalog-card .label-volt.orange .fill-volt {
  fill: #f8ba00;
}
.catalog-card .label-volt.gray {
  display: inline-block;
}
.catalog-card .label-volt.gray .fill-volt {
  fill: #949599;
}
@media only screen and (max-width: 670px) {
  .catalog-card .label-volt {
    left: 20px;
    top: 20px;
  }
}
.catalog-card__wrap {
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  padding: 20px 30px 20px 30px;
  transition: box-shadow 0.3s;
  font-family: Univers Condensed;
}
.catalog-card__wrap:hover {
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
}
@media only screen and (max-width: 1024px) {
  .catalog-card__wrap:hover {
    box-shadow: none;
  }
}
@media only screen and (max-width: 670px) {
  .catalog-card__wrap {
    padding: 20px;
    padding-bottom: 10px;
  }
}
.catalog-card__img {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 180px;
  overflow: hidden;
}
.catalog-card__img img {
  height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.catalog-card__img--ie {
  background-size: contain;
  height: inherit;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.catalog-card__code {
  font-size: 14px;
  line-height: 24px;
  color: rgba(33,33,33,0.5);
  margin-bottom: 5px;
  font-family: Univers Condensed;
}
.catalog-card__title {
  display: inline-block;
  overflow: hidden;
  font-size: 24px;
  line-height: 34px;
  color: #212121;
  margin-bottom: 2px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: border-color 0.2s, color 0.2s;
  max-width: 100%;
  white-space: nowrap;
  font-family: Univers Condensed;
  text-overflow: ellipsis;
}
.catalog-card__title:hover {
  border-color: rgba(112,188,52,0.2);
  color: #70bc34;
}
.catalog-card__model {
  font-size: 14px;
  line-height: 22px;
  color: #212121;
  font-family: Univers Condensed;
}
.catalog-filter {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 2px solid #dfdfdf;
}
@media only screen and (max-width: 1024px) {
  .catalog-filter {
    margin-top: 23px;
  }
}
@media only screen and (max-width: 670px) {
  .catalog-filter {
    margin-top: 20px;
    padding-top: 10px;
  }
}
.catalog-filter.on-videos {
  margin-top: 70px;
}
@media only screen and (max-width: 670px) {
  .catalog-filter.on-videos {
    margin-top: 20px;
  }
}
@media (max-width: 320px) {
  .catalog-filter {
    margin-top: 10px;
  }
}
.catalog-filter__title {
  margin-top: 0;
  margin-bottom: 15px;
  color: rgba(33,33,33,0.5);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  font-family: Univers Condensed;
}
.catalog-filter__title+.catalog-filter__title {
  margin-top: 30px;
}
@media only screen and (max-width: 670px) {
  .catalog-filter__title {
    margin-bottom: 15px;
  }
}
.catalog-filter__categories {
  margin-left: -5px;
  margin-right: -5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog-filter__categories:after {
  content: '';
  display: inline-block;
  height: 20px;
  background-color: transparent;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .catalog-filter__categories {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    max-width: 100vw;
    margin-right: -20px;
  }
}
.catalog-filter__categories .filter-category {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 670px) {
  .catalog-filter__categories .filter-category {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
}
.catalog-filter__categories ~ .catalog-filter__title {
  margin-top: 25px;
}
@media only screen and (max-width: 670px) {
  .catalog-filter__categories ~ .catalog-filter__title {
    margin-top: 10px;
  }
}
.catalog-products {
  position: relative;
  padding-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .catalog-products {
    padding-top: 23px;
  }
}
.catalog-products.on-videos {
  padding-top: 100px;
}
@media only screen and (max-width: 670px) {
  .catalog-products.on-videos {
    padding-top: 117px;
  }
}
.all-counter {
  font-size: 13px;
  line-height: 26px;
  color: rgba(33,33,33,0.5);
  text-transform: uppercase;
}
@media (max-width: 320px) {
  .all-counter {
    width: 100%;
  }
}
.pagination {
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  color: rgba(33,33,33,0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pagination a {
  text-decoration: none;
}
.pagination a.active {
  color: #212121;
}
.pagination a.disabled {
  cursor: default;
  pointer-events: none;
}
.pagination a+a {
  margin-left: 20px;
}
.controls-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: absolute;
  width: calc(100% - 40px);
  top: -27px;
}
@media only screen and (max-width: 1024px) {
  .controls-block {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 670px) {
  .controls-block {
    display: none;
  }
}
.controls-block-bottom {
  position: relative;
  text-align: center;
}
.controls-block-bottom .pagination {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.controls-block-bottom--search .pagination {
  line-height: 1;
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
}
.controls-block-bottom--search .button {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1024px) {
  .controls-block-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .controls-block-bottom .pagination {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
  .controls-block-bottom .button {
    margin: 0;
  }
  .controls-block-bottom--search .pagination {
    line-height: 1;
    position: absolute;
    top: calc(50% + 2px);
    transform: translateY(-50%);
  }
  .controls-block-bottom--search .button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 670px) {
  .controls-block-bottom {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .controls-block-bottom .pagination {
    position: relative;
    top: auto;
    transform: none;
    margin-bottom: 30px;
  }
}
.checkbox-wrapper {
  height: 220px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 1024px) {
  .checkbox-wrapper {
    margin: 5px 0 10px;
    height: auto;
  }
}
.checkbox-wrapper .checkbox__text {
  color: rgba(0,0,0,0.5);
  font-family: Univers Condensed;
}
.communication {
  padding-top: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .communication {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 670px) {
  .communication {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.communication__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.communication__title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .communication__title {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
.communication__phone {
  position: relative;
  display: block;
  margin-top: 25px;
  text-decoration: none;
  border: none;
  color: #212121;
  font-size: 48px;
  font-family: Univers Condensed;
  line-height: 34px;
}
.communication__phone:hover {
  color: #212121;
}
.communication__phone:after {
  position: absolute;
  top: 15px;
  right: -40px;
  width: 100px;
  height: 50px;
  background: url("/local/templates/greenworks_2019/markup/dist/css/../images/arrow_wow.svg") no-repeat;
  content: '';
  pointer-events: none;
}
@media (max-width: 850px) {
  .communication__phone:after {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  .communication__phone {
    margin-top: 0px;
  }
}
@media (max-width: 350px) {
  .communication__phone {
    letter-spacing: -1.5px;
  }
}
.communication__phone-text {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #000;
  font-size: 24px;
  font-family: Univers Condensed;
  line-height: 34px;
}
@media only screen and (max-width: 1024px) {
  .communication__phone-text {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 670px) {
  .communication__phone-text {
    margin-bottom: 25px;
  }
}
.communication__text {
  margin-top: 25px;
  color: rgba(33,33,33,0.5);
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (max-width: 670px) {
  .communication__text {
    margin-top: 30px;
  }
}
.communication__social {
  margin-top: 45px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .communication__social {
    margin-top: 30px;
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 670px) {
  .communication__social {
    padding-bottom: 40px;
  }
}
.communication__card {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin-bottom: 40px;
  padding-top: 35px;
  padding-bottom: 38px;
}
@media (max-width: 1270px) {
  .communication__card {
    -ms-flex-align: baseline;
        align-items: baseline;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding-top: 40px;
    padding-right: 25px;
    max-width: 100%;
    width: 50%;
  }
  .communication__card .card-button__image {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .communication__card .card-button__image svg {
    padding-top: 0;
  }
}
@media (max-width: 730px) {
  .communication__card {
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 20px;
    min-height: 130px;
    width: auto;
  }
}
@media (max-width: 1270px) {
  .communication__col-4 {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
}
@media (max-width: 730px) {
  .communication__col-4 {
    width: 100%;
  }
}
@media (max-width: 1270px) {
  .communication__col-4--buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: -1;
        order: -1;
    margin-right: -20px;
    margin-left: -20px;
    padding-bottom: 25px;
    width: 100%;
  }
}
@media (max-width: 730px) {
  .communication__col-4--buttons {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (max-width: 670px) {
  .communication__col-4--buttons {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .contacts-card-wrap {
    margin-bottom: 30px;
  }
}
.contacts-text {
  margin: 30px 0;
}
@media only screen and (max-width: 1024px) {
  .contacts-text {
    margin-top: 20px;
  }
}
.contacts-card {
  padding: 20px 40px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .contacts-card {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 670px) {
  .contacts-card {
    padding-left: 20px;
    padding-right: 50px;
  }
}
.contacts-card__text {
  margin-bottom: 18px;
  color: #212121;
  font-family: Univers Condensed;
  font-size: 24px;
  line-height: 34px;
}
.contacts-card__text a {
  text-decoration: none;
}
.contacts-card__subtext {
  font-size: 16px;
  line-height: 24px;
  color: rgba(33,33,33,0.5);
}
.contacts-card__icon {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .contacts-card__icon {
    right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contacts-card__icon {
    right: 20px;
  }
}
.contacts-map-wrap {
  margin-top: 40px;
  width: 100%;
  height: 480px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .contacts-map-wrap {
    height: 360px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 670px) {
  .contacts-map-wrap {
    height: 300px;
  }
}
.contacts-map-wrap.onload {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.contacts-map-wrap.onload .loading {
  margin: 0 auto;
}
.contacts-map-wrap.error {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.contacts-map-wrap.error p {
  color: rgba(33,33,33,0.5);
}
.btn {
  width: 48px;
  height: 48px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.2s;
}
.btn:hover {
  background-color: #70bc34;
}
.btn:hover .map-plus,
.btn:hover .map-minus {
  fill: #fff;
}
.btn+.btn {
  margin-top: 10px;
}
.icon-plus,
.icon-minus {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.map-plus,
.map-minus {
  transition: fill 0.2s;
}
.counter {
  display: -ms-flexbox;
  display: flex;
}
.counter__input {
  max-width: 78px;
  text-align: center;
  -moz-appearance: textfield;
}
.counter__input::-webkit-outer-spin-button,
.counter__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media only screen and (max-width: 360px) {
  .counter__input {
    padding-right: 13px;
    padding-left: 13px;
  }
}
.counter__btn {
  position: relative;
  min-width: 52px;
  border: 1px solid #dfdfdf;
  cursor: pointer;
}
.counter__btn--minus {
  border-right: none;
}
.counter__btn--minus:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background-color: #212121;
}
.counter__btn--plus {
  border-left: none;
}
.counter__btn--plus:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background-color: #212121;
}
.counter__btn--plus:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%) rotate(90deg);
}
.counter__hint {
  position: absolute;
  bottom: 1px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
}
.error-title {
  font-size: 400px;
  font-style: oblique;
  line-height: 340px;
  color: #212121;
}
.error-title span {
  display: inline-block;
  position: relative;
  padding-left: 65px;
  letter-spacing: 25px;
}
.error-title span:first-letter {
  color: transparent;
}
@media only screen and (max-width: 768px) {
  .error-title {
    font-size: 200px;
    line-height: 220px;
  }
  .error-title span {
    padding-left: 0;
    letter-spacing: normal;
  }
}
@media (max-width: 360px) {
  .error-title {
    font-size: 160px;
    line-height: 180px;
  }
}
.error-text {
  margin-bottom: 30px;
}
.error-img {
  position: absolute;
  left: -18px;
  top: 49%;
  transform: translateY(-55%);
}
@media only screen and (max-width: 768px) {
  .error-img {
    left: -55px;
    width: 180px;
  }
}
@media (max-width: 360px) {
  .error-img {
    left: -35px;
    width: 140px;
  }
}
.error-comment {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  border: 1px dashed #d93535;
  border-radius: 5px;
  background-color: #f8f7f5;
  padding: 16px 20px 16px;
}
.error-comment__text {
  margin-left: 14px;
  color: #d93535;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}
.filter-category {
  display: inline-block;
  cursor: pointer;
}
.filter-category input {
  display: none;
}
.filter-category input:checked ~ .filter-category-fake {
  background-color: #70bc34;
  border-color: #70bc34;
  color: #fff;
}
.filter-category-fake {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 38px;
  color: rgba(33,33,33,0.5);
  padding: 0 12px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.filter-category-fake:hover {
  background-color: #dfdfdf;
  color: #212121;
  border-color: #dfdfdf;
}
.filter-category-text {
  font-size: 16px;
  line-height: 26px;
  font-family: Univers Condensed;
}
.footer {
  background-color: #282a27;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 670px) {
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 26px;
  padding-bottom: 29px;
}
@media only screen and (max-width: 670px) {
  .footer__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer__text {
  padding-right: 40px;
  color: rgba(255,255,255,0.5);
}
.footer__text p {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255,255,255,0.5);
}
@media only screen and (max-width: 670px) {
  .footer__text {
    line-height: 18px;
  }
}
@media (max-width: 350px) {
  .footer__text {
    padding-right: 30px;
  }
}
.footer__powered-by-link {
  position: relative;
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  line-height: 25px;
}
@media only screen and (max-width: 670px) {
  .footer__powered-by-link {
    line-height: 18px;
  }
}
.footer__powered-by-link:before {
  position: absolute;
  left: -17px;
  width: 12px;
  height: 100%;
  background: url("/local/templates/greenworks_2019/markup/dist/css/../images/logo_future.svg") no-repeat;
  background-position: center;
  content: '';
}
.footer__powered-by-link a {
  border: none;
  color: rgba(255,255,255,0.5);
}
.guarantee-banner {
  margin-top: 27px;
  margin-bottom: 57px;
  padding: 36px;
  border-radius: 10px;
  background: url("/local/templates/greenworks_2019/markup/dist/css/../images/guarantee.png") center no-repeat;
}
.guarantee-banner p {
  margin-top: 99px;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-family: Univers Condensed;
}
@media only screen and (max-width: 1024px) {
  .guarantee-banner {
    margin-top: 20px;
    margin-bottom: 40px;
    background-position-x: 100%;
  }
}
@media only screen and (max-width: 670px) {
  .guarantee-banner {
    margin-bottom: 30px;
    padding: 20px;
    background: url("/local/templates/greenworks_2019/markup/dist/css/../images/guarantee-bg-mob.png") center no-repeat;
    background-size: cover;
  }
  .guarantee-banner p {
    margin-top: 144px;
  }
}
.guarantee-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 43px;
}
@media only screen and (max-width: 670px) {
  .guarantee-title {
    margin-bottom: 20px;
  }
}
.guarantee-row {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.guarantee-row+.guarantee-row {
  margin-top: 60px;
}
@media only screen and (max-width: 670px) {
  .guarantee-row+.guarantee-row {
    margin-top: 40px;
  }
}
.guarantee-col {
  position: relative;
  max-width: 700px;
}
.guarantee-col p+p {
  margin-top: 25px;
}
.guarantee-col h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #212121;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}
.guarantee-col ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1024px) {
  .guarantee-col {
    max-width: none;
  }
  .guarantee-col+.guarantee-col {
    margin-top: 40px;
  }
  .guarantee-col h3 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 670px) {
  .guarantee-col h3 {
    margin-top: 20px;
  }
}
.guarantee-col.with-border {
  position: relative;
  padding-bottom: 37px;
}
.guarantee-col.with-border hr {
  position: absolute;
  bottom: 0;
  left: 20px;
  display: block;
  width: calc(100% - 40px);
  margin: 0;
  border: none;
  border-top: 1px solid #d6d6d6;
}
@media only screen and (max-width: 1024px) {
  .guarantee-col.with-border {
    padding-bottom: 0;
  }
  .guarantee-col.with-border hr {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  .show-more:before {
    position: absolute;
    bottom: 30px;
    left: 0;
    display: block;
    width: 100%;
    height: 58px;
    background-image: linear-gradient(180deg, rgba(249,249,249,0.3) 0%, #f8f7f5 100%);
    content: '';
  }
  .show-more:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 30px;
    background-color: #f8f7f5;
    content: '';
  }
  .show-more[data-hide-on='676px'] {
    overflow: hidden;
    max-height: 676px;
  }
  .show-more[data-hide-on='831px'] {
    overflow: hidden;
    max-height: 831px;
  }
  .show-more[data-hide-on='480px'] {
    overflow: hidden;
    max-height: 480px;
  }
  .show-more[data-hide-on='563px'] {
    overflow: hidden;
    max-height: 563px;
  }
}
.show-more.show {
  overflow: visible;
  max-height: none;
}
.show-more.show:before,
.show-more.show:after {
  display: none;
}
.show-more.desc:before {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: block;
  width: 100%;
  height: 58px;
  background-image: linear-gradient(180deg, rgba(249,249,249,0.3) 0%, #f8f7f5 100%);
  content: '';
}
.show-more.desc:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  background-color: #f8f7f5;
  content: '';
}
.show-more.desc[data-hide-on='676px'] {
  overflow: hidden;
  max-height: 676px;
}
.show-more.desc[data-hide-on='831px'] {
  overflow: hidden;
  max-height: 831px;
}
.show-more.desc[data-hide-on='341px'] {
  overflow: hidden;
  max-height: 341px;
}
.show-more.desc[data-hide-on='563px'] {
  overflow: hidden;
  max-height: 563px;
}
.show-more.desc.show {
  overflow: visible;
  max-height: none;
}
.show-more.desc.show:before,
.show-more.desc.show:after {
  display: none;
}
.show-more-click {
  display: none;
}
@media only screen and (max-width: 670px) {
  .show-more-click {
    position: absolute;
    bottom: 0;
    z-index: 10;
    font-size: 16px;
    line-height: 26px;
    display: inline;
  }
}
.show-more-click.desc {
  position: absolute;
  bottom: 0;
  z-index: 10;
  font-size: 16px;
  line-height: 26px;
  display: inline;
}
.hashtags {
  display: -ms-flexbox;
  display: flex;
}
.hashtags__tag {
  padding-right: 12px;
  padding-left: 12px;
  border: 1px solid #dfdfdf;
  color: rgba(33,33,33,0.5);
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  font-family: Univers Condensed;
  line-height: 26px;
  cursor: pointer;
}
.hashtags__tag+.hashtags__tag {
  margin-left: 15px;
}
.hashtags__tag:hover {
  background-color: #dfdfdf;
  color: #212121;
}
.hashtags__tag.active {
  border: 1px solid #70bc34;
  background-color: #70bc34;
  color: #fff;
}
.header {
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header.card-page {
  border-bottom: 1px solid #f8f7f5;
}
@media only screen and (max-width: 1024px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 670px) {
  .header {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header__wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.header__logo {
  display: block;
  width: 158px;
  border: none;
  background: url("/local/templates/greenworks_2019/markup/dist/css/../images/logo_greenworks.svg") center/contain no-repeat;
}
@media only screen and (max-width: 670px) {
  .header__logo {
    width: 140px;
  }
}
@media (max-width: 360px) {
  .header__logo {
    margin-right: 5px;
  }
}
.header__nav {
  display: block;
  width: calc(100% - 400px);
}
@media only screen and (max-width: 1024px) {
  .header__nav {
    position: absolute;
    left: -20px;
    z-index: 10;
    display: none;
    width: 100%;
    width: calc(100% + 40px);
    background-color: #fff;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
    cursor: pointer;
    pointer-events: all;
  }
}
.header__nav-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 25px;
  list-style: none;
  margin-bottom: 25px;
  padding-left: 0;
}
@media only screen and (max-width: 1024px) {
  .header__nav-list {
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-top: 50px;
    text-align: center;
  }
}
@media only screen and (max-width: 670px) {
  .header__nav-list {
    margin-top: 10px;
    padding-top: 0;
  }
}
.header__nav-item {
  cursor: pointer;
  pointer-events: all;
}
.header__nav-item:not(.dropdown):not(.dropdown-another):hover .header__nav-link:not(.dropdown) {
  color: #70bc34;
}
.header__nav-item:not(.dropdown):not(.dropdown-another):hover .header__nav-link:not(.dropdown):after {
  background-color: #70bc34;
}
@media only screen and (min-width: 1025px) {
  .header__nav-item.dropdown:hover .header__nav-link.dropdown,
  .header__nav-item.dropdown-another:hover .header__nav-link.dropdown {
    color: #70bc34;
  }
  .header__nav-item.dropdown:hover .header__nav-link.dropdown:after,
  .header__nav-item.dropdown-another:hover .header__nav-link.dropdown:after {
    background-color: #70bc34;
  }
}
.header__nav-item.dropdown:hover .header__nav-link.dropdown-another,
.header__nav-item.dropdown-another:hover .header__nav-link.dropdown-another {
  color: #70bc34;
}
.header__nav-item.dropdown:hover .header__nav-link.dropdown-another:after,
.header__nav-item.dropdown-another:hover .header__nav-link.dropdown-another:after {
  background-color: #70bc34;
}
@media only screen and (max-width: 1024px) {
  .header__nav-item {
    margin-bottom: 23px;
  }
}
.header__nav-item.dropdown,
.header__nav-item.dropdown-another {
  position: relative;
}
.header__nav-item.dropdown span,
.header__nav-item.dropdown-another span {
  z-index: 10;
  cursor: pointer;
  pointer-events: all;
}
@media only screen and (min-width: 1025px) {
  .header__nav-item.dropdown:hover .header__dropdown-wrapper,
  .header__nav-item.dropdown-another:hover .header__dropdown-wrapper {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}
.header__nav-item.dropdown:hover .header__dropdown-wrapper-another,
.header__nav-item.dropdown-another:hover .header__dropdown-wrapper-another {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.header__nav-item.dropdown-another {
  display: none;
}
@media (max-width: 1400px) {
  .header__nav-item.dropdown-another {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .header__nav-item.dropdown-another {
    display: none;
  }
}
.header__nav-item.dropdown.show .header__dropdown-wrapper {
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  .header__nav-item.dropdown.show .header__dropdown-wrapper {
    position: static;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 1400px) {
  .header__nav-item.hide-to-another-1400 {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .header__nav-item.hide-to-another-1400 {
    display: block;
  }
}
@media (max-width: 1160px) {
  .header__nav-item.hide-to-another-1160 {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .header__nav-item.hide-to-another-1160 {
    display: block;
  }
}
.header__nav-item--close {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header__nav-item--close {
    position: absolute;
    top: -10px;
    right: 173px;
    display: block;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 31px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 670px) {
  .header__nav-item--close {
    position: static;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.header__nav-link {
  position: relative;
  z-index: 10;
  margin-bottom: 17px;
  border: none;
  color: #212121;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 14px;
  font-family: Univers Condensed;
  line-height: 25px;
  transition: color 0.3s;
}
.header__nav-link.active {
  color: #70bc34;
}
.header__nav-link.dropdown,
.header__nav-link.dropdown-another {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .header__nav-link.dropdown:hover:after,
  .header__nav-link.dropdown-another:hover:after {
    background-color: #70bc34;
  }
}
.header__nav-link.dropdown:after,
.header__nav-link.dropdown-another:after {
  position: absolute;
  top: 34px;
  left: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #212121;
  content: '';
  transition: background-color 0.3s;
}
@media only screen and (max-width: 1024px) {
  .header__nav-link.dropdown:after,
  .header__nav-link.dropdown-another:after {
    top: 20px;
  }
}
.header__nav-link.in-another-1160 {
  display: none;
}
@media (max-width: 1160px) {
  .header__nav-link.in-another-1160 {
    display: block;
  }
}
.header__dropdown-wrapper,
.header__dropdown-wrapper-another {
  text-align: center;
  position: absolute;
  top: 100%;
  left: -160px;
  z-index: 10;
  visibility: hidden;
  pointer-events: none;
  padding-top: 45px;
  opacity: 0;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 1024px) {
  .header__dropdown-wrapper,
  .header__dropdown-wrapper-another {
    padding-top: 0;
  }
}
.header__dropdown-wrapper--login {
  min-width: 191px;
  left: 0;
}
.header__dropdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 20px 30px;
  white-space: nowrap;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
}
@media only screen and (max-width: 1024px) {
  .header__dropdown {
    padding: 28px 0;
    padding-bottom: 0;
    min-width: 0px;
    border-bottom: 1px solid #dfdfdf;
    box-shadow: none;
  }
}
@media (max-width: 360px) {
  .header__dropdown {
    padding: 28px 30px;
    padding-bottom: 0;
  }
}
.header__dropdown .header__nav-link:hover {
  color: #70bc34;
}
@media only screen and (max-width: 1024px) {
  .header__dropdown .header__nav-link {
    margin-bottom: 25px;
  }
}
.header__icons {
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header__icons {
    z-index: 0;
  }
}
.header__search,
.header__language,
.header__burger {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background-color: #f8f7f5;
  text-align: center;
  transition: background-color 0.3s;
}
@media only screen and (min-width: 1025px) {
  .header__search:hover,
  .header__language:hover,
  .header__burger:hover {
    background-color: #70bc34;
  }
  .header__search:hover .fill,
  .header__language:hover .fill,
  .header__burger:hover .fill {
    opacity: 1;
    fill: #fff;
  }
}
.header__search,
.header__burger {
  margin-right: 22px;
}
@media only screen and (max-width: 670px) {
  .header__search,
  .header__burger {
    margin-right: 10px;
  }
}
@media (max-width: 360px) {
  .header__search,
  .header__burger {
    margin-right: 5px;
  }
}
.header__burger {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header__burger {
    display: block;
  }
}
.help-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 40px 60px;
  padding-bottom: 25px;
  border-radius: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .help-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 30px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 670px) {
  .help-block {
    padding: 5px 0px;
    background-color: transparent;
  }
}
.help-block__title {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .help-block__title {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 670px) {
  .help-block__title {
    margin-top: 25px;
  }
}
.help-block__input {
  width: calc(100% / 3 - 27px);
}
@media only screen and (max-width: 1024px) {
  .help-block__input {
    width: calc(100% / 2 - 15px);
  }
}
@media only screen and (max-width: 670px) {
  .help-block__input {
    margin-bottom: 25px;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .help-block__input--art {
    padding-top: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 670px) {
  .help-block__input--art {
    margin-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1185px) {
  .help-block__input .label-text {
    height: 50px;
  }
}
.help-block__autocomplete-wrapper {
  position: relative;
}
.help-block__autocomplete-wrapper:after {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 2;
  width: 50px;
  height: 52px;
  border-left: 1px solid #dfdfdf;
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2212px%22 height=%2213px%22 viewBox=%220 0 12 13%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: sketchtool 57.1 (101010) - https://sketch.com --%3E %3Ctitle%3EEFF97A9F-EF94-4479-A5D5-D1909D71E08B%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg id=%22Все-страницы%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22 opacity=%220.5%22%3E %3Cg id=%220.0-UI-kit%22 transform=%22translate(-627.000000, -1497.000000)%22 fill=%22%23212121%22 fill-rule=%22nonzero%22%3E %3Cg id=%22Group-4%22 transform=%22translate(259.000000, 1442.000000)%22%3E %3Cpath d=%22M379.7,61.3 C379.3,60.9 378.7,60.9 378.3,61.3 L375,64.6 L375,56 C375,55.4 374.6,55 374,55 C373.4,55 373,55.4 373,56 L373,64.6 L369.7,61.3 C369.3,60.9 368.7,60.9 368.3,61.3 C367.9,61.7 367.9,62.3 368.3,62.7 L373.3,67.7 C373.7,68.1 374.3,68.1 374.7,67.7 L379.7,62.7 C380.1,62.3 380.1,61.7 379.7,61.3 Z%22 id=%22arrow_down%22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") center no-repeat;
  content: '';
}
.help-block__autocomplete {
  position: relative;
  z-index: 2;
  border: 1px solid #dfdfdf;
}
.help-block__tip-link {
  display: inline-block;
  margin-top: 5px;
  font-size: 11px;
  line-height: 20px;
}
.help-block__table {
  padding: 15px 50px;
  padding-bottom: 30px;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .help-block__table {
    padding: 0 30px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 670px) {
  .help-block__table {
    padding: 0;
    background-color: transparent;
  }
}
.help-block__table.not-loaded {
  display: none;
}
.help-block__table-titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 10px;
  border-bottom: 2px solid #dfdfdf;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
}
@media only screen and (max-width: 1024px) {
  .help-block__table-titles {
    padding: 0;
  }
}
@media only screen and (max-width: 670px) {
  .help-block__table-titles {
    display: none;
  }
}
.help-block__table-titles p {
  margin-right: 25px;
}
@media only screen and (max-width: 670px) {
  .help-block__table-titles p {
    margin-right: 0;
  }
}
.help-block__table-name {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .help-block__table-name {
    width: 30%;
  }
}
@media only screen and (max-width: 670px) {
  .help-block__table-name {
    width: 100%;
    color: #000;
    font-weight: 700;
  }
}
.help-block__table-address {
  width: 52%;
}
@media only screen and (max-width: 1024px) {
  .help-block__table-address {
    width: 55%;
  }
}
@media only screen and (max-width: 670px) {
  .help-block__table-address {
    width: 100%;
  }
}
.help-block__table-phone {
  width: 17%;
}
@media only screen and (max-width: 1024px) {
  .help-block__table-phone {
    min-width: 125px;
    width: 15%;
  }
}
@media only screen and (max-width: 670px) {
  .help-block__table-phone {
    width: 100%;
  }
}
.help-block__table-items {
  margin: 0;
  padding-left: 0;
}
.help-block__table-items li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 10px;
  padding-top: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  color: rgba(0,0,0,0.5);
  list-style: none;
  font-size: 16px;
  line-height: 26px;
  transition: background-color, color 0.3s;
}
.help-block__table-items li:last-child {
  border: none;
}
@media only screen and (min-width: 1025px) {
  .help-block__table-items li:hover {
    background-color: rgba(178,210,53,0.2);
    color: #212121;
  }
}
@media only screen and (max-width: 1024px) {
  .help-block__table-items li {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 670px) {
  .help-block__table-items li {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 10px;
    padding: 20px 20px;
    padding-bottom: 10px;
    border: none;
    background-color: #fff;
  }
}
.help-block__table-items p {
  margin: 0;
  margin-right: 25px;
}
@media only screen and (max-width: 670px) {
  .help-block__table-items p {
    padding-bottom: 10px;
  }
}
.image {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  display: inline-block;
}
.image img {
  max-width: 100%;
  display: block;
}
.image__description {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 0;
  display: inline-block;
}
.image + p {
  margin-top: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.infocard-item {
  padding: 0 35px;
  border-right: 1px solid #dfdfdf;
}
@media only screen and (max-width: 670px) {
  .infocard-item {
    padding: 0 20px;
  }
}
.infocard-item:last-child {
  min-width: 450px;
  border-right: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.infocard-item__title {
  white-space: nowrap;
}
.infocard-item__value {
  line-height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  padding-top: 25px;
}
.input-wrapper > .form__input {
  width: 100%;
}
.input-wrapper > .warning-text {
  margin-left: 30px;
  padding: 9px;
}
.input-wrapper > .warning-text:focus {
  padding: 8px;
  border: 1px solid #d93535;
}
@media only screen and (max-width: 360px) {
  .input-wrapper > .warning-text {
    margin-left: 15px;
  }
}
.input-wrapper--auto-width > .form__input {
  width: auto;
}
.link-with-icon {
  display: -ms-flexbox;
  display: flex;
}
.link-with-icon__inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.link-with-icon__link {
  margin-left: 10px;
}
.link-with-icon__container {
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .link-with-icon__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.link-with-icon__container .link-with-icon {
  margin-left: 30px;
}
.link-with-icon__container .link-with-icon:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1024px) {
  .link-with-icon__container .link-with-icon {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .link-with-icon__container .link-with-icon:first-child {
    margin-top: 0;
  }
}
.link-with-icon svg {
  margin-top: 3px;
  min-width: 20px;
}
.loading,
.popup.load:after {
  display: block;
  margin: 0 auto;
  width: 46px;
  height: 48px;
  transform: translateX(-10px);
}
.lds-spinner {
  position: relative;
}
.lds-spinner div {
  position: absolute;
  top: 25px;
  left: 96px;
  width: 8px;
  height: 30px;
  border-radius: 10%;
  background: rgba(33,33,33,0.502);
  transform-origin: 4px 75px;
  animation: lds-spinner linear 1s infinite;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.888888888888889s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(40deg);
  animation-delay: -0.777777777777778s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(80deg);
  animation-delay: -0.666666666666667s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(120deg);
  animation-delay: -0.555555555555556s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(160deg);
  animation-delay: -0.444444444444444s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(200deg);
  animation-delay: -0.333333333333333s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(240deg);
  animation-delay: -0.222222222222222s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(280deg);
  animation-delay: -0.111111111111111s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(320deg);
  animation-delay: 0s;
}
.lds-spinner {
  width: 70px !important;
  height: 70px !important;
  transform: translate(-35px, -35px) scale(0.35) translate(35px, 35px);
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.login__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 100px;
}
@media only screen and (max-width: 670px) {
  .login__wrapper {
    margin-top: 60px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 210px;
  }
}
.login__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 60px 80px 60px 80px;
  border-radius: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .login__container {
    padding: 60px 100px 60px 100px;
  }
}
@media only screen and (max-width: 768px) {
  .login__container {
    padding: 60px;
  }
}
@media only screen and (max-width: 670px) {
  .login__container {
    padding: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .login__container {
    padding: 30px 15px 30px 15px;
  }
}
.login__greeting {
  font-size: 36px;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
  color: #212121;
  font-weight: bold;
}
.login__hint {
  margin-top: 30px;
  color: #212121;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}
@media only screen and (max-width: 360px) {
  .login__hint {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
  }
}
.login__button {
  margin-top: 35px;
  width: 320px;
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
}
@media only screen and (max-width: 670px) {
  .login__button {
    width: 275px;
  }
}
@media only screen and (max-width: 360px) {
  .login__button {
    width: 250px;
  }
}
.login__button + .login__button {
  margin-left: 0;
  margin-top: 15px;
}
@media only screen and (max-width: 670px) {
  .login__button + .login__button {
    margin-top: 10px;
  }
}
.logo {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
  padding-bottom: 0;
  display: inline-block;
}
.main-page__section {
  background-color: #f8f7f5;
}
@media only screen and (max-width: 1024px) {
  .main-page__section {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.main-page__card {
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .main-page__card {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-page__card {
    margin-bottom: 30px;
    max-width: 100%;
    height: 100%;
  }
}
@media (max-width: 700px) {
  .main-page__card {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 670px) {
  .main-page__card {
    margin-bottom: 18px;
  }
}
.main-page__row {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .main-page__row {
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 33px;
  }
}
@media only screen and (max-width: 670px) {
  .main-page__row {
    padding-top: 19px;
  }
}
@media only screen and (min-width: 1025px) {
  .main-page__last-col {
    margin-top: -241px;
  }
}
@media only screen and (min-width: 1098px) {
  .main-page__last-col {
    margin-top: -205px;
  }
}
@media only screen and (min-width: 1265px) {
  .main-page__last-col {
    margin-top: -172px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-page__last-col {
    padding: 0;
  }
}
.main-page__last-col .main-page__cards-block .col-md-6 {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .main-page__last-col .main-page__cards-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 0;
  }
  .main-page__last-col .main-page__cards-block .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 670px) {
  .main-page__last-col .main-page__cards-block {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .main-page__last-col .main-page__cards-block .col-md-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-page__last-col .main-page__card {
    margin-bottom: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 670px) {
  .main-page__last-col .main-page__card {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 670px) {
  .main-page__video-block {
    margin-bottom: 12px;
  }
}
.main-page__help {
  padding-bottom: 80px;
  background-color: #f8f7f5;
}
@media only screen and (max-width: 1024px) {
  .main-page__help {
    padding-bottom: 55px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 670px) {
  .main-page__help {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.manual-card {
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .manual-card--search {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .manual-card--search {
    margin-bottom: 20px;
  }
}
.manual-card span.label-volt {
  margin-bottom: 10px;
  height: 21px;
  display: inline-block;
  position: relative;
}
.manual-card span.label-volt:before {
  content: attr(data-volt);
  position: absolute;
  font-size: 16px;
  font-style: oblique;
  line-height: 14px;
  font-weight: 700;
  font-family: Univers Condensed;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.manual-card span.label-volt.green {
  display: inline-block;
}
.manual-card span.label-volt.green .fill-volt {
  fill: #70bc34;
}
.manual-card span.label-volt.yellow {
  display: inline-block;
}
.manual-card span.label-volt.yellow .fill-volt {
  fill: #e0df00;
}
.manual-card span.label-volt.orange {
  display: inline-block;
}
.manual-card span.label-volt.orange .fill-volt {
  fill: #f8ba00;
}
.manual-card span.label-volt.gray {
  display: inline-block;
}
.manual-card span.label-volt.gray .fill-volt {
  fill: #949599;
}
.manual-card__wrap {
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  padding: 30px;
  width: 100%;
  transition: box-shadow 0.3s;
  font-family: Univers Condensed;
}
.manual-card__wrap:hover {
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
}
@media (max-width: 1190px) {
  .manual-card__wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .manual-card__wrap:hover {
    box-shadow: none;
  }
}
.manual-card__code {
  font-size: 14px;
  line-height: 22px;
  color: rgba(33,33,33,0.5);
  margin-bottom: 8px;
}
.manual-card__title {
  overflow: hidden;
  font-size: 24px;
  line-height: 34px;
  color: #212121;
  margin-bottom: 3px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.manual-card__model {
  font-size: 14px;
  line-height: 22px;
  color: #212121;
}
.manual-card__links {
  margin-top: 15px;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  padding-top: 20px;
  border-top: 1px solid #dfdfdf;
}
.manual-card__links li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.manual-card__links li+li {
  margin-top: 16px;
}
.manual-card__links a {
  font-family: Univers Condensed;
  margin-left: 10px;
  border: none;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .manual-card__links a {
    font-size: 15px;
    margin-left: 8px;
  }
}
.manual-card__links a span {
  border-bottom: 1px solid rgba(112,188,52,0.2);
}
.manual-card__links a:hover span {
  border-color: rgba(0,107,73,0.2);
}
@media only screen and (max-width: 670px) {
  .manual-card__links a {
    margin-left: 10px;
  }
}
.btn {
  width: 48px;
  height: 48px;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s;
}
.btn:hover {
  background-color: #70bc34;
}
.btn:hover .map-plus,
.btn:hover .map-minus {
  fill: #fff;
}
.btn+.btn {
  margin-top: 10px;
}
.icon-plus,
.icon-minus {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.map-plus,
.map-minus {
  transition: fill 0.2s;
}
.mark-balloon {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1010;
  display: block;
  padding: 20px 30px;
  border: none;
  border-radius: 10px;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
  text-align: left;
  white-space: normal;
}
.mark-balloon__close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-color: #212121;
  border-radius: 100%;
}
.mark-balloon__close:before,
.mark-balloon__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-left: -6px;
  margin-top: -2px;
  width: 12px;
  border-radius: 10px;
  height: 3px;
  background-color: #fff;
  content: '';
  transform: rotate(-45deg);
}
.mark-balloon__close:after {
  transform: rotate(45deg);
}
@media only screen and (max-width: 1024px) {
  .mark-balloon__close {
    display: block;
  }
}
.mark-balloon__arrow {
  display: none;
}
.mark-balloon__title {
  display: block;
  margin-bottom: 20px;
  color: #212121;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  font-family: Univers Condensed;
}
.mark-balloon__content {
  color: #212121;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .mark-balloon__content {
    font-size: 16px;
    line-height: 20px;
  }
}
.mark-balloon__info {
  margin: 0;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.mark-balloon__info li {
  border-bottom: 1px solid #dfdfdf;
  padding: 12px 0;
  font-size: 16px;
  line-height: 26px;
  color: #212121;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.mark-balloon__info li:first-child {
  border-top: 1px solid #dfdfdf;
}
.mark-balloon__info li span {
  color: rgba(33,33,33,0.5);
}
.mark-balloon__info li a {
  text-decoration: none;
}
.mark-balloon__type {
  display: inline-block;
  font-size: 16px;
  font-style: oblique;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Univers Condensed;
  background-color: #898a8e;
  color: #fff;
  padding: 2px 0;
  padding-right: 3px;
  line-height: 20px;
  margin-left: 8px;
  position: relative;
}
.mark-balloon__type:before,
.mark-balloon__type:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
}
.mark-balloon__type:before {
  left: -8px;
  top: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%228px%22 height=%2224px%22 viewBox=%220 0 8 24%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3Cg id=%22Page-1%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22%3E %3Cg id=%22grey_bg%22 fill=%22%23898A8E%22 fill-rule=%22nonzero%22%3E %3Cpath d=%22M8.34232922,0 L296.157671,0 C297.814525,-8.74205418e-15 299.157671,1.34314575 299.157671,3 C299.157671,3.24528542 299.127589,3.48964506 299.068098,3.72760688 L294.568098,21.7276069 C294.234223,23.0631079 293.034274,24 291.657671,24 L3.84232922,24 C2.18547497,24 0.842329219,22.6568542 0.842329219,21 C0.842329219,20.7547146 0.872411266,20.5103549 0.931901719,20.2723931 L5.43190172,2.27239312 C5.76577697,0.936892121 6.96572629,5.87368446e-16 8.34232922,0 Z%22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-image: url("/local/templates/greenworks_2019/markup/dist/css/../images/left-gray-bg.svg");
}
.mark-balloon__type:after {
  right: -8px;
  top: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%228px%22 height=%2224px%22 viewBox=%220 0 8 24%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3Cg id=%22Page-1%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22%3E %3Cg id=%22grey_bg%22 transform=%22translate(-292.000000, 0.000000)%22 fill=%22%23898A8E%22 fill-rule=%22nonzero%22%3E %3Cpath d=%22M8.34232922,0 L296.157671,0 C297.814525,-8.74205418e-15 299.157671,1.34314575 299.157671,3 C299.157671,3.24528542 299.127589,3.48964506 299.068098,3.72760688 L294.568098,21.7276069 C294.234223,23.0631079 293.034274,24 291.657671,24 L3.84232922,24 C2.18547497,24 0.842329219,22.6568542 0.842329219,21 C0.842329219,20.7547146 0.872411266,20.5103549 0.931901719,20.2723931 L5.43190172,2.27239312 C5.76577697,0.936892121 6.96572629,5.87368446e-16 8.34232922,0 Z%22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
  background-image: url("/local/templates/greenworks_2019/markup/dist/css/../images/right-gray-bg.svg");
}
.map-balloon {
  display: none;
}
@media only screen and (max-width: 670px) {
  .map-balloon {
    display: block;
    position: relative;
    margin-top: 10px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
  }
}
.map-balloon__close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-color: #212121;
  border-radius: 100%;
}
.map-balloon__close:before,
.map-balloon__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-left: -6px;
  margin-top: -2px;
  width: 12px;
  border-radius: 10px;
  height: 3px;
  background-color: #fff;
  content: '';
  transform: rotate(-45deg);
}
.map-balloon__close:after {
  transform: rotate(45deg);
}
.map-balloon__title {
  font-size: 24px;
  line-height: 34px;
  color: #212121;
  margin-bottom: 20px;
}
.map-balloon__address {
  font-size: 16px;
  line-height: 26px;
  color: #212121;
  margin-bottom: 20px;
}
.map-balloon__info {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.map-balloon__info li {
  border-bottom: 1px solid #dfdfdf;
  padding: 12px 0;
  font-size: 16px;
  line-height: 26px;
  color: #212121;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.map-balloon__info li:first-child {
  border-top: 1px solid #dfdfdf;
}
.map-balloon__info li span {
  color: rgba(33,33,33,0.5);
}
.map-balloon__info li a {
  text-decoration: none;
}
.map-balloon__type {
  font-size: 16px;
  font-style: oblique;
  text-transform: uppercase;
  line-height: 18px;
  font-weight: 700;
  font-family: Univers Condensed;
}
.nothing-found-message {
  display: none;
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 30px;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-top: 1px solid #dfdfdf;
}
.nothing-found-message.visible {
  display: -ms-flexbox;
  display: flex;
}
.order-card {
  margin-top: 30px;
}
@media only screen and (max-width: 670px) {
  .order-card {
    margin-top: 10px;
  }
}
.order-card .row {
  padding: 0 5px;
}
.order-card .col-1 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .order-card .col-1 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.order-card .col-2 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .order-card .col-2 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.order-card .col-3 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .order-card .col-3 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.order-card .col-4 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .order-card .col-4 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.order-card .col-5 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .order-card .col-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.order-card .col-6 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .order-card .col-6 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.order-card .col-7 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .order-card .col-7 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.order-card .col-8 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .order-card .col-8 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.order-card .col-9 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .order-card .col-9 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.order-card .col-10 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .order-card .col-10 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.order-card .col-11 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .order-card .col-11 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.order-card .col-12 {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 670px) {
  .order-card .col-12 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.order-card .card {
  height: calc(100% - 30px);
}
@media only screen and (max-width: 1024px) {
  .order-card .card {
    height: auto;
  }
}
.order-card .card--auto {
  height: auto;
}
.order-card__top-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 670px) {
  .order-card__top-controls {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 670px) {
  .order-card__print {
    margin-top: 27px;
  }
}
.other-products__title {
  font-size: 48px;
  line-height: 58px;
  color: #212121;
  margin-bottom: 35px;
  margin-top: 0;
}
@media only screen and (max-width: 670px) {
  .other-products__title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}
.swiper-container.other-slider,
.swiper-container.other-slider-tab {
  overflow: visible;
}
@media only screen and (max-width: 1024px) {
  .swiper-container.other-slider,
  .swiper-container.other-slider-tab {
    overflow: hidden;
  }
}
.swiper-container.other-slider.active,
.swiper-container.other-slider-tab.active {
  overflow: hidden;
}
.swiper-container.other-slider.active .swiper-slide.other-slider__slide,
.swiper-container.other-slider-tab.active .swiper-slide.other-slider__slide {
  margin-left: 0;
  margin-right: 0;
}
.swiper-container.other-slider.active .swiper-slide.other-slider__slide .catalog-card__wrap:hover,
.swiper-container.other-slider-tab.active .swiper-slide.other-slider__slide .catalog-card__wrap:hover {
  box-shadow: none;
}
.swiper-container.other-slider.active .swiper-wrapper.other-slider__wrapper,
.swiper-container.other-slider-tab.active .swiper-wrapper.other-slider__wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
}
.swiper-container.other-slider.active .swiper-pagination.other-slider__pagination,
.swiper-container.other-slider-tab.active .swiper-pagination.other-slider__pagination {
  display: block;
  bottom: 0;
}
.swiper-slide.other-slider__slide {
  text-align: left;
  padding: 0;
  margin-left: 20px;
  margin-right: 20px;
  overflow: visible;
  width: calc((100% / 4) - 30px);
}
@media only screen and (max-width: 1024px) {
  .swiper-slide.other-slider__slide {
    margin-left: 0;
    margin-right: 0;
  }
}
.swiper-wrapper.other-slider__wrapper {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .swiper-wrapper.other-slider__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-wrapper.other-slider__wrapper {
    padding-bottom: 25px;
  }
}
.swiper-pagination.other-slider__pagination {
  display: none;
}
@media only screen and (max-width: 768px) {
  .swiper-pagination.other-slider__pagination {
    display: block;
    bottom: 0;
  }
}
.personal-infocard {
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 670px) {
  .personal-infocard {
    margin-top: 0;
    border-top: 1px solid #dfdfdf;
  }
  .personal-infocard .col-12 {
    padding: 0;
  }
}
.personal-infocard__wrapper {
  border-radius: 10px;
}
@media only screen and (max-width: 670px) {
  .personal-infocard__wrapper {
    border-radius: 0 0 10px 10px;
  }
}
.personal-infocard__list {
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 670px) {
  .personal-infocard__list {
    padding: 20px 0;
    border-radius: 0 0 10px 10px;
  }
}
.personal-table-content {
  position: relative;
  display: block;
  overflow-x: auto;
  background-color: #fff;
  border: none;
  height: 736px;
  scrollbar-width: none;
}
.personal-table-content--repair-doc {
  height: 508px;
}
.personal-table-content--large {
  height: 530px;
}
.personal-table-content::-webkit-scrollbar {
  display: none;
}
.personal-table-content__head {
  background-color: inherit;
}
.personal-table-content__body {
  font-family: Univers Condensed;
}
.personal-table-content__row--alternative:nth-child(2n) {
  background: #edf5e3;
}
.personal-table-content__row:hover td {
  background-color: #e4f4a5;
}
.personal-table-content__header {
  position: sticky;
  padding: 12px 20px;
  line-height: 25px;
  font-weight: bold;
  border: none;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  box-shadow: 0 1px #dfdfdf;
}
@supports (-moz-appearance: none) {
  .personal-table-content__header {
    box-shadow: 0 1px #dfdfdf, -1px 0 #dfdfdf;
  }
}
.personal-table-content__header:first-child {
  box-shadow: 0 1px #dfdfdf;
}
.personal-table-content__header--first-row {
  top: 0px;
  box-shadow: 0 1px #dfdfdf, inset 0 1px #dfdfdf;
}
@supports (-moz-appearance: none) {
  .personal-table-content__header--first-row {
    box-shadow: 0 1px #dfdfdf, inset 0 1px #dfdfdf, -1px 0 #dfdfdf;
  }
}
.personal-table-content__header--first-row:first-child {
  box-shadow: 0 1px #dfdfdf, inset 0 1px #dfdfdf;
}
.personal-table-content__header--second-row {
  top: 37px;
}
@media only screen and (max-width: 1024px) {
  .personal-table-content__header--second-row {
    top: 38px;
  }
}
@supports (-moz-appearance: none) {
  .personal-table-content__header--second-row {
    top: 38px;
  }
@media only screen and (max-width: 1024px) {
    .personal-table-content__header--second-row {
      top: 39px;
    }
}
}
.personal-table-content__header--small {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
  height: 37px;
  box-shadow: 0 1px #dfdfdf, inset 0 -1px #dfdfdf, inset 0 1px #dfdfdf;
}
@media only screen and (max-width: 1024px) {
  .personal-table-content__header--small {
    height: 38px;
  }
}
@supports (-moz-appearance: none) {
  .personal-table-content__header--small {
    height: 24px;
    box-shadow: 0 1px #dfdfdf, inset 0 -1px #dfdfdf, inset 0 1px #dfdfdf, -1px 0 #dfdfdf;
  }
@media only screen and (max-width: 1024px) {
    .personal-table-content__header--small {
      height: 25px;
    }
}
}
.personal-table-content__header--small:first-child {
  box-shadow: 0 1px #dfdfdf, inset 0 -1px #dfdfdf, inset 0 1px #dfdfdf;
}
.personal-table-content__data {
  padding: 15px 20px 20px;
  line-height: 26px;
  white-space: nowrap;
}
.personal-table-content__data:nth-child(n + 3) {
  width: 20%;
}
.personal-table-content__data-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.personal-table-content__data-list-item {
  margin-bottom: 16px;
}
.personal-table-content__data-list-item:last-child {
  margin-bottom: 0;
}
.personal-table-content__data svg {
  margin-bottom: 2px;
  vertical-align: middle;
}
.personal-table-content tr td:first-child,
.personal-table-content tr th:first-child {
  border-left: none;
}
.personal-table-content tr td:last-child,
.personal-table-content tr th:last-child {
  border-right: none;
}
.personal-table__scrollbar {
  position: relative;
  margin-top: 10px;
  padding: 5px 14px;
  height: 15px;
  background: #fff;
  border-radius: 11px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 670px) {
  .personal-table__scrollbar {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.personal-table__scrollbar-thumb {
  position: absolute;
  width: 44px;
  height: 5px;
  border-radius: 6px;
  background: #dfdfdf;
  cursor: pointer;
}
.personal-table__top-controls {
  padding: 35px 20px 15px;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media only screen and (max-width: 670px) {
  .personal-table__top-controls {
    padding: 15px 20px 10px;
    border-radius: 0;
  }
}
.personal-table__top-controls-wrapper {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1380px) {
  .personal-table__top-controls-wrapper {
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.personal-table__active-filters {
  margin-right: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 15px 5px;
}
@media only screen and (max-width: 670px) {
  .personal-table__active-filters {
    padding: 5px 0;
  }
}
.personal-table__filter-label {
  position: relative;
  margin: 10px 10px 0 0;
  padding: 4px 40px 4px 15px;
  font-family: Univers Condensed;
  border: 1px solid #dfdfdf;
  border-radius: 18px;
  cursor: pointer;
}
.personal-table__filter-label:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 15px;
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIxMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0i0JzQvtCx0LjQu9C60LAiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIxNC4yLU1fUmVwYWlyX2ZpbHRlcnMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yOTkuMDAwMDAwLCAtNTAyLjAwMDAwMCkiIGZpbGw9IiMwOTBGMkEiPgogICAgICAgICAgICA8ZyBpZD0i0JHQu9C+0LpfMi0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAzMzUuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0i0JjQvdGE0L7RgNC80LDRhtC40Y8iPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSLQn9C+0LvQtV8xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMC4wMDAwMDAsIDIwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0i0KLQtdCz0LgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxMzQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0i0KLQtdCzXzIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyMC4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE2Ny44ODg4ODksMTMgTDE2OSwxNC4xMTExMTExIEwxNjUuMTExLDE3Ljk5OSBMMTY5LDIxLjg4ODg4ODkgTDE2Ny44ODg4ODksMjMgTDE2NCwxOS4xMTEgTDE2MC4xMTExMTEsMjMgTDE1OSwyMS44ODg4ODg5IEwxNjIuODg5LDE4IEwxNTksMTQuMTExMTExMSBMMTYwLjExMTExMSwxMyBMMTY0LDE2Ljg4OCBMMTY3Ljg4ODg4OSwxMyBaIiBpZD0iSWNvbl9jbG9zZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
}
.personal-table__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
@media (max-width: 1380px) {
  .personal-table__buttons {
    margin-bottom: 20px;
    -ms-flex-positive: 4;
        flex-grow: 4;
  }
}
@media only screen and (max-width: 670px) {
  .personal-table__buttons {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: -4px -10px 11px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.personal-table__controls-btn {
  margin: 0 15px;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: 15px !important;
}
@media (max-width: 1380px) {
  .personal-table__controls-btn {
    margin: 0 10px;
    margin-left: 10px !important;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 670px) {
  .personal-table__controls-btn {
    margin: 4px 10px;
    width: unset;
    padding: 0 10px;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
}
.personal-table__accordion {
  position: relative;
  margin: 0 15px;
  max-width: 790px;
  -ms-flex: 10 0 auto;
      flex: 10 0 auto;
}
@media only screen and (max-width: 960px) {
  .personal-table__accordion {
    min-width: auto;
    max-width: unset;
    -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
  }
}
@media only screen and (max-width: 670px) {
  .personal-table__accordion {
    margin: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.personal-table__accordion:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 17px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2220px%22 height=%2218px%22 viewBox=%220 0 20 18%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3Cg id=%22Ремонты%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22%3E %3Cg id=%2214.1-Repair_filter%22 transform=%22translate(-775.000000, -461.000000)%22 fill-rule=%22nonzero%22%3E %3Cg id=%22Блок_2%22 transform=%22translate(100.000000, 409.000000)%22%3E %3Cg id=%22Кнопки%22 transform=%22translate(35.000000, 35.000000)%22%3E %3Cg id=%22Фильтр%22 transform=%22translate(620.000000, 0.000000)%22%3E %3Cg id=%22Icon_filter%22 transform=%22translate(20.000000, 17.000000)%22%3E %3Cpath d=%22M3,5 L1,5 C0.4,5 0,4.6 0,4 C0,3.4 0.4,3 1,3 L3,3 L3,5 Z%22 id=%22Path%22 fill=%22%2360BC4A%22%3E%3C/path%3E %3Cpath d=%22M19,5 L11,5 L11,3 L19,3 C19.6,3 20,3.4 20,4 C20,4.6 19.6,5 19,5 Z%22 id=%22Path%22 fill=%22%2360BC4A%22%3E%3C/path%3E %3Cpath d=%22M8,0 L6,0 C5.4,0 5,0.4 5,1 L5,7 C5,7.6 5.4,8 6,8 L8,8 C8.6,8 9,7.6 9,7 L9,1 C9,0.4 8.6,0 8,0 Z%22 id=%22Path%22 fill=%22%23006B49%22%3E%3C/path%3E %3Cpath d=%22M14,10 L12,10 C11.4,10 11,10.4 11,11 L11,17 C11,17.6 11.4,18 12,18 L14,18 C14.6,18 15,17.6 15,17 L15,11 C15,10.4 14.6,10 14,10 Z%22 id=%22Path%22 fill=%22%23006B49%22%3E%3C/path%3E %3Cpath d=%22M19,15 L17,15 L17,13 L19,13 C19.6,13 20,13.4 20,14 C20,14.6 19.6,15 19,15 Z%22 id=%22Path%22 fill=%22%2360BC4A%22%3E%3C/path%3E %3Cpath d=%22M9,15 L1,15 C0.4,15 0,14.6 0,14 C0,13.4 0.4,13 1,13 L9,13 L9,15 Z%22 id=%22Path%22 fill=%22%2360BC4A%22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.personal-table__accordion-item {
  position: relative;
}
.personal-table__accordion-item:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 51px;
  height: 51px;
  border-left: 1px solid #dfdfdf;
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2212px%22 height=%2213px%22 viewBox=%220 0 12 13%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: sketchtool 57.1 (101010) - https://sketch.com --%3E %3Ctitle%3EEFF97A9F-EF94-4479-A5D5-D1909D71E08B%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg id=%22Все-страницы%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22 opacity=%220.5%22%3E %3Cg id=%220.0-UI-kit%22 transform=%22translate(-627.000000, -1497.000000)%22 fill=%22%23212121%22 fill-rule=%22nonzero%22%3E %3Cg id=%22Group-4%22 transform=%22translate(259.000000, 1442.000000)%22%3E %3Cpath d=%22M379.7,61.3 C379.3,60.9 378.7,60.9 378.3,61.3 L375,64.6 L375,56 C375,55.4 374.6,55 374,55 C373.4,55 373,55.4 373,56 L373,64.6 L369.7,61.3 C369.3,60.9 368.7,60.9 368.3,61.3 C367.9,61.7 367.9,62.3 368.3,62.7 L373.3,67.7 C373.7,68.1 374.3,68.1 374.7,67.7 L379.7,62.7 C380.1,62.3 380.1,61.7 379.7,61.3 Z%22 id=%22arrow_down%22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center;
  pointer-events: none;
}
.personal-table__accordion-item.active:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 51px;
  height: 51px;
  border-left: 1px solid #dfdfdf;
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2212px%22 height=%2213px%22 viewBox=%220 0 12 13%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: sketchtool 57.1 (101010) - https://sketch.com --%3E %3Ctitle%3EEFF97A9F-EF94-4479-A5D5-D1909D71E08B%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg id=%22Все-страницы%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22 opacity=%220.5%22%3E %3Cg id=%220.0-UI-kit%22 transform=%22translate(-627.000000, -1497.000000)%22 fill=%22%23212121%22 fill-rule=%22nonzero%22%3E %3Cg id=%22Group-4%22 transform=%22translate(259.000000, 1442.000000)%22%3E %3Cpath d=%22M379.7,61.3 C379.3,60.9 378.7,60.9 378.3,61.3 L375,64.6 L375,56 C375,55.4 374.6,55 374,55 C373.4,55 373,55.4 373,56 L373,64.6 L369.7,61.3 C369.3,60.9 368.7,60.9 368.3,61.3 C367.9,61.7 367.9,62.3 368.3,62.7 L373.3,67.7 C373.7,68.1 374.3,68.1 374.7,67.7 L379.7,62.7 C380.1,62.3 380.1,61.7 379.7,61.3 Z%22 id=%22arrow_down%22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center;
  pointer-events: none;
  border-right: 1px solid #dfdfdf;
  border-left: none;
  transform: rotate(180deg);
}
.personal-table__accordion-item.active .personal-table__accordion-caption {
  background-color: inherit;
  border-bottom: none;
}
.personal-table__accordion-caption {
  height: 50px;
  padding: 12px 20px 12px 60px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: Univers Condensed;
}
.personal-table__accordion-caption:hover {
  background-color: inherit;
}
.personal-table__accordion-content {
  position: absolute;
  right: 0;
  margin-top: 22px;
  z-index: 4;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: 1px solid #dfdfdf;
}
@media only screen and (max-width: 960px) {
  .personal-table__accordion-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    overflow: auto;
  }
}
.personal-table__table {
  position: relative;
}
.personal-table__table:before {
  content: '';
  position: absolute;
  bottom: 24px;
  z-index: 2;
  width: 10px;
  height: 10px;
  pointer-events: none;
  left: 0;
  background: radial-gradient(at top right, transparent 0%, transparent 10px, #f8f7f5 10px, #f8f7f5);
}
@media only screen and (max-width: 670px) {
  .personal-table__table:before {
    display: none;
  }
}
.personal-table__table:after {
  content: '';
  position: absolute;
  bottom: 24px;
  z-index: 2;
  width: 10px;
  height: 10px;
  pointer-events: none;
  right: 0;
  background: radial-gradient(at top left, transparent 0%, transparent 10px, #f8f7f5 10px, #f8f7f5);
}
@media only screen and (max-width: 670px) {
  .personal-table__table:after {
    display: none;
  }
}
.personal-table__bottom-controls {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 670px) {
  .personal-table__bottom-controls {
    margin-top: 20px;
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.personal-table__bottom-controls .select {
  width: 255px;
}
@media only screen and (max-width: 670px) {
  .personal-table__bottom-controls .select {
    margin-top: 30px;
    width: 100%;
  }
}
.personal-table__rows-per-page {
  visibility: hidden;
}
.personal-table__rows-per-page.visible {
  visibility: visible;
}
.personal__row {
  margin-top: 25px;
}
.personal-card {
  margin-bottom: 40px;
  min-height: 220px;
  display: -ms-flexbox;
  display: flex;
}
.personal-card.inactive {
  opacity: 0.5;
  pointer-events: none;
}
.personal-card.inactive .fill-inactive {
  fill: #212121;
}
@media only screen and (max-width: 670px) {
  .personal-card {
    min-height: auto;
    margin-bottom: 20px;
  }
}
.personal-card__wrap {
  padding: 50px 40px 30px 40px;
  background-color: #fff;
  border-radius: 10px;
  display: block;
  width: 100%;
  text-decoration: none;
  transition: box-shadow 0.15s;
}
.personal-card__wrap:hover {
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 1024px) {
  .personal-card__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 670px) {
  .personal-card__wrap {
    padding-top: 40px;
  }
}
.personal-card__icon {
  width: 48px;
  height: 48px;
  background-color: #f8f7f5;
  border-radius: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 25px;
}
.personal-card__text {
  font-size: 24px;
  line-height: 34px;
  color: #212121;
  font-family: Univers Condensed;
  text-align: center;
}
.personal-card__hint {
  color: #212121;
  opacity: 0.5;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  padding-bottom: 40px;
}
.personal-card--input-image {
  margin: 0;
  padding: 0;
  height: 220px;
  font-weight: 400;
  border-radius: 10px;
  border: none;
}
@media only screen and (max-width: 670px) {
  .personal-card--input-image {
    height: 210px;
  }
}
.personal-card--input-image .personal-card__wrap {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%2397E758FF' stroke-width='1' stroke-dasharray='13%2c13' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.personal-card--input-image .personal-card__wrap:hover {
  background-image: none;
  cursor: pointer;
  background: #f8f7f5;
}
.personal-card--input-image .personal-card__wrap:hover .personal-card__icon {
  background: #fff;
}
@media only screen and (max-width: 670px) {
  .personal-card--input-image .personal-card__wrap {
    padding-top: 40px;
  }
}
.popup-bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 40px;
  height: 100%;
  background: rgba(0,0,0,0.2);
  opacity: 0;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 670px) {
  .popup-bg {
    padding: 20px;
  }
}
@media (max-width: 370px) {
  .popup-bg {
    padding: 0;
  }
}
.popup-bg.open {
  z-index: 10;
  visibility: visible;
  opacity: 1;
}
.popup {
  position: relative;
  display: block;
  visibility: hidden;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  overflow: auto;
  max-width: 860px;
  max-height: 100vh;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
  opacity: 0;
  font-smoothing: antialiased !important;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 1024px) {
  .popup {
    max-width: 720px;
  }
}
.popup.open {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 370px) {
  .popup.open {
    height: 100%;
    border-radius: 0;
  }
}
.popup.load {
  min-height: 160px;
}
.popup.load:after {
  position: absolute;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
  content: '';
}
.popup.video-popup {
  background-color: #212121;
  box-shadow: none;
}
@media (max-width: 370px) {
  .popup.video-popup.open {
    height: auto;
  }
}
.popup__loaded {
  padding: 30px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .popup__loaded {
    padding: 30px;
  }
}
@media only screen and (max-width: 670px) {
  .popup__loaded {
    padding: 20px;
    padding-top: 60px;
    padding-bottom: 35px;
  }
}
.popup__loaded.video-popup {
  padding: 0;
  height: 560px;
}
@media only screen and (max-width: 1024px) {
  .popup__loaded.video-popup {
    height: 360px;
  }
}
@media only screen and (max-width: 670px) {
  .popup__loaded.video-popup {
    height: 315px;
  }
}
.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  pointer-events: all;
}
.popup__close .fill-close {
  transition: fill 0.2s;
}
.popup__close:hover .fill-close {
  fill: #70bc34;
}
@media only screen and (max-width: 670px) {
  .popup__close {
    top: 40px;
  }
}
.popup__close.video-popup .fill-close {
  fill: #fff;
}
.popup__content {
  display: none;
}
.popup__content.load {
  display: block;
}
.popup__content-wrapper {
  margin: 0 auto;
  max-width: 480px;
}
.popup__title {
  margin-top: 45px;
  margin-bottom: 30px;
}
.popup__title--ticket {
  margin: 50px 0 40px;
}
@media only screen and (max-width: 1024px) {
  .popup__title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 670px) {
  .popup__title {
    margin-top: 0;
    margin-bottom: 35px;
    max-width: 250px;
  }
}
.popup__form {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.popup__tip {
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: #f8f7f5;
  text-align: center;
}
.popup__tip a {
  padding-bottom: 3px;
  font-style: normal;
  font-size: 16px;
  font-family: Univers Condensed;
  line-height: 26px;
}
.popup__tip img {
  margin-right: 15px;
}
.popup__label {
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
}
.popup__label .validate-error-text {
  display: none;
  font-size: 11px;
  font-style: oblique;
  line-height: 17px;
  font-weight: 300;
  position: absolute;
  top: calc(100% + 5px);
  color: #d93535;
}
.popup__label.validate-error .validate-error-text {
  display: block;
}
.popup__input {
  margin-top: 10px;
  font-weight: 400;
}
.popup__textarea {
  padding-top: 10px;
  min-height: 120px;
}
.popup__button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 10px;
  border-radius: 0;
  font-size: 16px;
  font-family: Univers Condensed;
}
.popup__button--ticket {
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .popup__button {
    margin-top: 0;
    padding: 10px 40px;
  }
}
.popup__text {
  color: rgba(33,33,33,0.5);
  font-size: 16px;
  line-height: 26px;
}
.popup__disclamer p {
  font-style: oblique;
  font-size: 11px;
  line-height: 17px;
}
@media only screen and (max-width: 670px) {
  .popup__disclamer p {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.popup__error {
  visibility: hidden;
  margin: 0;
  color: #d93535;
  font-style: oblique;
  font-size: 11px;
  line-height: 17px;
  font-weight: 500;
}
.popup__loader,
.popup__error-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px;
  text-align: center;
  background: #fff;
}
.popup__loader.active,
.popup__error-message.active {
  display: -ms-flexbox;
  display: flex;
}
.popup__video {
  width: 100%;
  height: 100%;
}
.popup__btns-wrap {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.popup__btns-wrap button {
  margin-right: 30px;
}
.preload {
  text-align: center;
  display: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .preload {
    margin-top: 25px;
  }
}
.preload__text {
  color: rgba(33,33,33,0.5);
  margin-top: 20px;
}
.preload.active {
  display: block;
}
.preload-table {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #fff;
  -ms-flex-pack: center;
      justify-content: center;
  border-top: 1px solid #dfdfdf;
  padding: 0 40px;
}
.preload-table.inactive {
  display: none;
}
.preloader__spinner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.26);
  backface-visibility: hidden;
  transform-origin: 0 0 /* see note above */;
}
.preloader__spinner div {
  box-sizing: content-box;
  left: 32px;
  top: 0px;
  position: absolute;
  animation: anim_preloader linear 1s infinite;
  background: #fff;
  width: 8px;
  height: 24px;
  border-radius: 2.88px/2.88px;
  transform-origin: 4px 36px;
}
.preloader__spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9s;
  background: #fff;
}
.preloader__spinner div:nth-child(2) {
  transform: rotate(36deg);
  animation-delay: -0.8s;
  background: #fff;
}
.preloader__spinner div:nth-child(3) {
  transform: rotate(72deg);
  animation-delay: -0.7s;
  background: #fff;
}
.preloader__spinner div:nth-child(4) {
  transform: rotate(108deg);
  animation-delay: -0.6s;
  background: #fff;
}
.preloader__spinner div:nth-child(5) {
  transform: rotate(144deg);
  animation-delay: -0.5s;
  background: #fff;
}
.preloader__spinner div:nth-child(6) {
  transform: rotate(180deg);
  animation-delay: -0.4s;
  background: #fff;
}
.preloader__spinner div:nth-child(7) {
  transform: rotate(216deg);
  animation-delay: -0.3s;
  background: #fff;
}
.preloader__spinner div:nth-child(8) {
  transform: rotate(252deg);
  animation-delay: -0.2s;
  background: #fff;
}
.preloader__spinner div:nth-child(9) {
  transform: rotate(288deg);
  animation-delay: -0.1s;
  background: #fff;
}
.preloader__spinner div:nth-child(10) {
  transform: rotate(324deg);
  animation-delay: 0s;
  background: #fff;
}
.preloader {
  width: 18px;
  height: 18px;
  display: inline-block;
  overflow: hidden;
}
@keyframes anim_preloader {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.print-card__title {
  margin: 5px 0 15px;
  font-size: 36px;
  line-height: 40px;
  font-family: Univers Condensed;
  font-weight: bold;
}
.print-card__link-wrapper {
  margin-bottom: 10px;
  padding: 13px 20px;
  background-color: #fff;
  border-radius: 5px;
}
.product-specs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 670px) {
  .product-specs-list {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 15px;
    margin-top: 35px;
  }
}
.product-specs-list li {
  padding: 14px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid #dfdfdf;
}
.product-specs-list li:last-child {
  border-bottom: 1px solid #dfdfdf;
}
@media only screen and (max-width: 670px) {
  .product-specs-list li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-specs-list span {
  width: 48%;
  font-size: 16px;
  line-height: 26px;
  color: rgba(33,33,33,0.5);
}
@media only screen and (max-width: 670px) {
  .product-specs-list span {
    width: 70%;
  }
}
.product-specs-list span:last-child {
  color: #212121;
}
@media only screen and (max-width: 670px) {
  .product-specs-list span:last-child {
    padding-left: 10px;
    width: 30%;
  }
}
.product-specs-list.spec-tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -15px;
  margin-bottom: 0;
}
.product-specs-list.spec-tab li {
  width: calc(50% - 20px);
  border-top: none;
  border-bottom: 1px solid #dfdfdf;
}
.product-specs-list.spec-tab li:last-child {
  border-bottom: none;
}
.product-specs-list.spec-tab li:nth-last-child(-n+2) {
  border-bottom: none;
}
@media only screen and (max-width: 1024px) {
  .product-specs-list.spec-tab li:nth-last-child(-n+2) {
    border-bottom: 1px solid #dfdfdf;
  }
}
@media only screen and (max-width: 1024px) {
  .product-specs-list.spec-tab li {
    width: 100%;
  }
}
.product-tabs {
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .product-tabs {
    position: relative;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 670px) {
  .product-tabs {
    margin-bottom: 40px;
  }
}
.product-tabs.on-materials {
  margin-bottom: 0;
}
.product-desc {
  position: relative;
  max-width: 960px;
}
.product-desc p+p {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .product-row .col-6:nth-child(1) {
    -ms-flex-order: 2;
        order: 2;
  }
  .product-row .col-6:nth-child(2) {
    -ms-flex-order: 1;
        order: 1;
  }
}
.product-map {
  width: 100%;
  height: 480px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .product-map {
    height: 360px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 670px) {
  .product-map {
    height: 300px;
  }
}
.product-map.onload {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.product-map.onload .loading {
  margin: 0 auto;
  position: absolute;
  transform: translate(50%, 50%);
}
.product-map.error {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.product-map.error p {
  color: rgba(33,33,33,0.5);
}
@media only screen and (max-width: 670px) {
  .product-slider {
    margin-top: 5px;
  }
}
.product-slider__slide {
  position: relative;
}
.product-slider__slide img {
  height: 400px;
}
.product-slider__slide .label-volt {
  display: none;
  position: absolute;
  top: 23px;
  left: 30px;
  width: 42px;
  height: 21px;
}
.product-slider__slide .label-volt:before {
  content: attr(data-volt);
  position: absolute;
  font-size: 16px;
  font-style: oblique;
  line-height: 14px;
  font-weight: 700;
  font-family: Univers Condensed;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-slider__slide .label-volt.green {
  display: inline-block;
}
.product-slider__slide .label-volt.green .fill-volt {
  fill: #70bc34;
}
.product-slider__slide .label-volt.yellow {
  display: inline-block;
}
.product-slider__slide .label-volt.yellow .fill-volt {
  fill: #e0df00;
}
.product-slider__slide .label-volt.orange {
  display: inline-block;
}
.product-slider__slide .label-volt.orange .fill-volt {
  fill: #f8ba00;
}
.product-slider__slide .label-volt.gray {
  display: inline-block;
}
.product-slider__slide .label-volt.gray .fill-volt {
  fill: #949599;
}
@media only screen and (max-width: 1024px) {
  .product-slider__slide .label-volt {
    left: 0;
  }
}
@media only screen and (max-width: 670px) {
  .product-slider__slide .label-volt {
    top: 0;
  }
}
.repair {
  margin-top: 30px;
}
@media only screen and (max-width: 670px) {
  .repair__col {
    padding-left: 0;
    padding-right: 0;
  }
}
.js-repair-ticket-checkbox-elements {
  display: -ms-flexbox;
  display: flex;
}
.js-repair-ticket-checkbox-elements__hide {
  display: none;
}
@media only screen and (max-width: 670px) {
  .schema-buttons {
    -ms-flex-pack: justify;
        justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (max-width: 365px) {
  .schema-buttons {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.schema-name {
  margin-top: 30px;
  margin-bottom: 20px;
}
.schema-print {
  position: relative;
  margin-left: 60px;
}
.schema-print:before {
  content: '';
  position: absolute;
  left: -30px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2220px%22 height=%2220px%22 viewBox=%220 0 20 20%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3Cg id=%22Desktop%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22%3E %3Cg id=%2211.-Scheme%22 transform=%22translate(-265.000000, -330.000000)%22 fill-rule=%22nonzero%22%3E %3Cg id=%22Group-5%22 transform=%22translate(265.000000, 324.000000)%22%3E %3Cg id=%22print%22 transform=%22translate(0.000000, 6.000000)%22%3E %3Crect id=%22Rectangle%22 fill=%22%23006B49%22 x=%225%22 y=%2211%22 width=%2210%22 height=%229%22%3E%3C/rect%3E %3Cpath d=%22M19,4 L17,4 L17,1 C17,0.4 16.6,0 16,0 L4,0 C3.4,0 3,0.4 3,1 L3,4 L1,4 C0.4,4 0,4.4 0,5 L0,15 C0,15.6 0.4,16 1,16 L4,16 L4,14 L2,14 L2,6 L18,6 L18,14 L16,14 L16,16 L19,16 C19.6,16 20,15.6 20,15 L20,5 C20,4.4 19.6,4 19,4 Z M5,2 L15,2 L15,4 L5,4 L5,2 Z%22 id=%22Shape%22 fill=%22%2370BC34%22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") center no-repeat;
  background: url("/local/templates/greenworks_2019/markup/dist/css/../images/print.svg") center no-repeat;
}
@media (max-width: 365px) {
  .schema-print {
    margin-left: 30px;
    margin-top: 10px;
  }
}
.schema-image {
  height: 500px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 12px;
  position: relative;
}
.schema-handler {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 10;
}
.prev-page-button {
  position: relative;
}
.prev-page-button .adsk-button-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2220px%22 height=%2220px%22 viewBox=%220 0 20 20%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: sketchtool 57.1 (101010) - https://sketch.com --%3E %3Ctitle%3EB4DE9C98-A78C-4143-BE4C-592AB08BD721%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg id=%22Все-страницы%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22%3E %3Cg id=%220.0-UI-kit%22%3E %3Cg id=%22arrow_right%22%3E %3Cpath d=%22M29.2,23.8 C28.8,23.4 28.2,23.4 27.8,23.8 L24.5,27.1 L24.5,18.5 C24.5,17.9 24.1,17.5 23.5,17.5 C22.9,17.5 22.5,17.9 22.5,18.5 L22.5,27.1 L19.2,23.8 C18.8,23.4 18.2,23.4 17.8,23.8 C17.4,24.2 17.4,24.8 17.8,25.2 L22.8,30.2 C23.2,30.6 23.8,30.6 24.2,30.2 L29.2,25.2 C29.6,24.8 29.6,24.2 29.2,23.8 Z%22 id=%22Path%22 fill=%22%23F8F7F5%22 fill-rule=%22nonzero%22 transform=%22translate(9.500000, 9.500000) scale(1, -1) rotate(90.000000) translate(-23.500000, -24.000000) %22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") center no-repeat;
  background-size: contain;
}
.prev-page-button:hover:not(.disabled) .adsk-button-icon:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2220px%22 height=%2220px%22 viewBox=%220 0 20 20%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: sketchtool 57.1 (101010) - https://sketch.com --%3E %3Ctitle%3EB4DE9C98-A78C-4143-BE4C-592AB08BD721%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg id=%22Все-страницы%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22%3E %3Cg id=%220.0-UI-kit%22%3E %3Cg id=%22arrow_right%22%3E %3Cpath d=%22M29.2,23.8 C28.8,23.4 28.2,23.4 27.8,23.8 L24.5,27.1 L24.5,18.5 C24.5,17.9 24.1,17.5 23.5,17.5 C22.9,17.5 22.5,17.9 22.5,18.5 L22.5,27.1 L19.2,23.8 C18.8,23.4 18.2,23.4 17.8,23.8 C17.4,24.2 17.4,24.8 17.8,25.2 L22.8,30.2 C23.2,30.6 23.8,30.6 24.2,30.2 L29.2,25.2 C29.6,24.8 29.6,24.2 29.2,23.8 Z%22 id=%22Path%22 fill=%22%2300bfff%22 fill-rule=%22nonzero%22 transform=%22translate(9.500000, 9.500000) scale(1, -1) rotate(90.000000) translate(-23.500000, -24.000000) %22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.next-page-button {
  position: relative;
}
.next-page-button .adsk-button-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2220px%22 height=%2220px%22 viewBox=%220 0 20 20%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: sketchtool 57.1 (101010) - https://sketch.com --%3E %3Ctitle%3EB4DE9C98-A78C-4143-BE4C-592AB08BD721%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg id=%22Все-страницы%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22%3E %3Cg id=%220.0-UI-kit%22%3E %3Cg id=%22arrow_right%22%3E %3Cpath d=%22M29.2,23.8 C28.8,23.4 28.2,23.4 27.8,23.8 L24.5,27.1 L24.5,18.5 C24.5,17.9 24.1,17.5 23.5,17.5 C22.9,17.5 22.5,17.9 22.5,18.5 L22.5,27.1 L19.2,23.8 C18.8,23.4 18.2,23.4 17.8,23.8 C17.4,24.2 17.4,24.8 17.8,25.2 L22.8,30.2 C23.2,30.6 23.8,30.6 24.2,30.2 L29.2,25.2 C29.6,24.8 29.6,24.2 29.2,23.8 Z%22 id=%22Path%22 fill=%22%23F8F7F5%22 fill-rule=%22nonzero%22 transform=%22translate(9.500000, 9.500000) scale(-1, 1) rotate(90.000000) translate(-23.500000, -24.000000) %22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") center no-repeat;
  background-size: contain;
}
.next-page-button:hover:not(.disabled) .adsk-button-icon:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2220px%22 height=%2220px%22 viewBox=%220 0 20 20%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: sketchtool 57.1 (101010) - https://sketch.com --%3E %3Ctitle%3EB4DE9C98-A78C-4143-BE4C-592AB08BD721%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg id=%22Все-страницы%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22%3E %3Cg id=%220.0-UI-kit%22%3E %3Cg id=%22arrow_right%22%3E %3Cpath d=%22M29.2,23.8 C28.8,23.4 28.2,23.4 27.8,23.8 L24.5,27.1 L24.5,18.5 C24.5,17.9 24.1,17.5 23.5,17.5 C22.9,17.5 22.5,17.9 22.5,18.5 L22.5,27.1 L19.2,23.8 C18.8,23.4 18.2,23.4 17.8,23.8 C17.4,24.2 17.4,24.8 17.8,25.2 L22.8,30.2 C23.2,30.6 23.8,30.6 24.2,30.2 L29.2,25.2 C29.6,24.8 29.6,24.2 29.2,23.8 Z%22 id=%22Path%22 fill=%22%2300bfff%22 fill-rule=%22nonzero%22 transform=%22translate(9.500000, 9.500000) scale(-1, 1) rotate(90.000000) translate(-23.500000, -24.000000) %22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
}
.drag-scroll {
  position: relative;
  overflow: scroll;
  scrollbar-width: none;
}
.drag-scroll::-webkit-scrollbar {
  display: none;
}
.js-with-shadows {
  position: relative;
}
.shadows-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
}
.shadows-layer.left {
  background: linear-gradient(to left, #fff 0%, transparent 40px, transparent 100%);
}
.shadows-layer.right {
  background: linear-gradient(to right, #fff 0%, transparent 40px, transparent 100%);
}
.shadows-layer.left.right {
  background: linear-gradient(to right, #fff 0%, transparent 40px, transparent calc(100% - 40px), #fff 100%);
}
.search-block {
  padding: 50px 60px 50px 60px;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .search-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .search-block {
    padding: 5px 0px;
    background-color: transparent;
    margin-top: 18px;
    margin-bottom: 20px;
  }
}
.search-block__inputs-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  .search-block__inputs-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.search-block__input-wrapper {
  margin-right: 40px;
}
.search-block__input-wrapper--text {
  width: 51%;
}
@media only screen and (max-width: 1024px) {
  .search-block__input-wrapper--text {
    margin-right: 20px;
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .search-block__input-wrapper--text {
    margin-right: 0;
    width: 100%;
  }
}
.search-block__input-wrapper--select {
  width: 31%;
  min-width: 300px;
}
@media only screen and (max-width: 1024px) {
  .search-block__input-wrapper--select {
    margin-right: 0;
    width: calc(50% - 10px);
    min-width: auto;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .search-block__input-wrapper--select {
    width: 100%;
    margin-top: 15px;
  }
}
.search-block__search-icon {
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .search-block__submit-button {
    margin: 30px auto 0 auto;
  }
}
.search-block .label-text {
  line-height: 16px;
}
@media only screen and (max-width: 1024px) {
  .search-block .label-text {
    line-height: 13px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .search-block .label-text {
    line-height: 16px;
    margin-bottom: 11px;
  }
}
.section-page-content {
  padding-bottom: 120px;
}
.section-page-content.on-product {
  padding-top: 46px;
}
@media only screen and (max-width: 1024px) {
  .section-page-content.on-product {
    padding-top: 36px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 670px) {
  .section-page-content.on-product {
    padding-top: 20px;
    overflow: visible;
  }
}
@media only screen and (max-width: 1024px) {
  .section-page-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 670px) {
  .section-page-content {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section-page-content.order-card {
  padding-bottom: 90px;
}
@media only screen and (max-width: 1024px) {
  .section-page-content.order-card {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 670px) {
  .section-page-content.order-card {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-page-content.repair {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 670px) {
  .section-page-content.repair {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}
.section-product {
  padding-bottom: 35px;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .section-product {
    padding: 0 15px 50px 15px;
  }
}
@media only screen and (max-width: 670px) {
  .section-product {
    padding: 0 10px 25px 10px;
  }
}
.section-error {
  padding: 0;
}
.top-section {
  padding-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .top-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 670px) {
  .top-section {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.top-section--pd-small {
  padding-top: 20px;
}
@media only screen and (max-width: 670px) {
  .top-section--pd-small {
    padding-top: 25px;
  }
}
@media (max-width: 1200px) {
  .services-content {
    position: relative;
  }
}
.services-text {
  margin-top: 20px;
  margin-bottom: 30px;
}
.services-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .services-filters {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.services-filters__search {
  width: 480px;
}
@media only screen and (max-width: 1024px) {
  .services-filters__search {
    width: auto;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
}
.services-filters__search .search-input {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .services-filters__search {
    max-width: none;
    margin-bottom: 15px;
  }
}
.services-filters__checks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 30px;
}
.services-filters__checks label+label {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .services-filters__checks {
    margin-left: 0;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .services-filters__checks label+label {
    margin-left: 0;
    margin-top: 15px;
  }
}
.services-map {
  margin-top: 20px;
  width: 100%;
  height: 600px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .services-map {
    height: 360px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 670px) {
  .services-map {
    height: 300px;
  }
}
.services-map.onload {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.services-map.onload .loading {
  margin: 0 auto;
  position: absolute;
}
.services-map.error {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.services-map.error p {
  color: rgba(33,33,33,0.5);
}
.services-table ~ button {
  display: none;
}
@media only screen and (max-width: 670px) {
  .services-table ~ button {
    display: block;
  }
}
@media only screen and (max-width: 670px) {
  .services-table {
    margin-bottom: 20px;
  }
}
.side-menu {
  width: 300px;
  height: 100%;
  overflow: auto;
  background-color: #eee;
  padding: 15px;
  position: fixed;
  top: 0;
  right: 100%;
  z-index: 0;
  transition: transform 0.3s;
}
@media only screen and (max-width: 1024px) {
  .side-menu.open {
    transform: translateX(100%);
  }
}
.swiper-wrapper {
  margin: 0;
}
@media only screen and (max-width: 670px) {
  .swiper-wrapper {
    margin-top: 10px;
    padding-bottom: 20px;
  }
}
.swiper-slide {
  padding-bottom: 30px;
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 670px) {
  .swiper-slide {
    padding-bottom: 0;
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  bottom: 0;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #dfdfdf;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #70bc34;
}
.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  height: 48px;
  background: none;
}
.swiper-button-prev .fill-circle,
.swiper-button-next .fill-circle,
.swiper-button-prev .fill-arrow,
.swiper-button-next .fill-arrow {
  transition: fill 0.2s;
}
.swiper-button-prev:hover .fill-circle,
.swiper-button-next:hover .fill-circle {
  fill: #70bc34;
}
.swiper-button-prev:hover .fill-arrow,
.swiper-button-next:hover .fill-arrow {
  fill: #fff;
}
.swiper-button-prev {
  left: 30px;
  top: 43%;
}
@media only screen and (max-width: 1024px) {
  .swiper-button-prev {
    left: 0;
  }
}
@media only screen and (max-width: 670px) {
  .swiper-button-prev {
    top: 47%;
  }
}
.swiper-button-next {
  right: 30px;
  top: 43%;
}
@media only screen and (max-width: 1024px) {
  .swiper-button-next {
    right: 0;
  }
}
@media only screen and (max-width: 670px) {
  .swiper-button-next {
    top: 47%;
  }
}
.social {
  display: -ms-flexbox;
  display: flex;
}
.social__link {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
.social__link--vk {
  background-color: #4d75a3;
}
.social__link--inst {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(165.51deg, #4e60d3 0%, #913baf 14.28%, #d52d88 76.15%, #f26d4f 100%);
  -webkit-backface-visibility: hidden;
}
.social__link--inst svg {
  position: relative;
  z-index: 3;
}
.social__link--inst:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(90deg, #020024 0%, #090979 0%, #70bc34 0%);
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}
.social__link--fb {
  background-color: #4c76be;
}
@media only screen and (min-width: 1025px) {
  .social__link:hover {
    background: #70bc34;
  }
  .social__link--inst:hover {
    background-image: linear-gradient(165.51deg, #4e60d3 0%, #913baf 14.28%, #d52d88 76.15%, #f26d4f 100%);
  }
  .social__link--inst:hover:after {
    opacity: 1;
  }
}
.form {
  padding: 40px 60px;
  margin-top: 30px;
  max-width: 660px;
  border-radius: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 670px) {
  .form {
    padding: 20px;
    margin-top: 20px;
  }
}
.form__input {
  position: relative;
}
.form__input+.form__input {
  margin-top: 25px;
}
.form__input textarea {
  height: 102px;
}
.form__input .input-wrap {
  display: block;
  position: relative;
}
.form__input .input-tooltip {
  position: absolute;
  right: 20px;
  top: 12px;
  z-index: 20;
  cursor: pointer;
}
.form__input .input-tooltip .fill-circle,
.form__input .input-tooltip .fill-path {
  transition: fill 0.3s;
}
.form__input .input-tooltip:hover .fill-circle {
  fill: #70bc34;
}
.form__input .input-tooltip:hover .fill-path {
  fill: #fff;
}
.form__input .validate-error-text {
  display: none;
  font-size: 11px;
  font-style: oblique;
  white-space: nowrap;
  line-height: 17px;
  position: absolute;
  top: calc(100% + 5px);
  color: #d93535;
}
.form__input.validate-error .validate-error-text {
  display: block;
}
.form__block {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form__block label {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.form__block button {
  margin-top: 40px;
}
@media only screen and (max-width: 670px) {
  .form__block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .form__block label {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-order: 3;
        order: 3;
    margin-top: 16px;
  }
  .form__block a {
    -ms-flex-order: 1;
        order: 1;
  }
  .form__block button {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 670px) {
  .form__block.on-diagnostics {
    margin-top: 25px;
  }
}
.form__block.on-diagnostics button {
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 670px) {
  .form__block.on-diagnostics button {
    margin-top: 0;
  }
}
.form__disclaimer {
  font-size: 11px;
  font-style: oblique;
  line-height: 17px;
  color: rgba(33,33,33,0.5);
  max-width: 360px;
}
.form .button {
  padding-left: 55px;
  padding-right: 55px;
}
@media only screen and (max-width: 670px) {
  .form .button {
    width: 100%;
  }
}
.form__title {
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  font-family: Univers Condensed;
}
@media (max-width: 360px) {
  .form__title {
    font-size: 32px;
  }
}
.form__subtitle {
  margin-top: 35px;
  color: #212121;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 34px;
}
.form__inputs-block {
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: -15px;
}
.form__inputs-block .form__input {
  margin-left: 15px;
  margin-right: 15px;
  width: calc((100% / 3) - 30px);
}
.form__inputs-block .form__input+.form__input {
  margin-top: 0;
}
@media only screen and (max-width: 670px) {
  .form__inputs-block {
    margin-left: 0;
    margin-right: 0;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form__inputs-block .form__input {
    margin-left: 0;
    margin-right: 0;
  }
  .form__inputs-block .form__input:nth-child(1) {
    width: 100%;
    margin-bottom: 25px;
  }
  .form__inputs-block .form__input:nth-child(2),
  .form__inputs-block .form__input:nth-child(3) {
    width: calc(50% - 7px);
  }
}
.form-text {
  margin-top: 30px;
}
@media only screen and (max-width: 670px) {
  .form-text {
    margin-top: 20px;
  }
}
.status {
  top: -10px;
  margin-left: 10px;
  position: relative;
  padding: 4px 10px;
  border-radius: 3px;
  font-weight: 700;
  font-style: italic;
  font-family: Univers Condensed;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  z-index: 1;
}
.status:before {
  content: "";
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  position: absolute;
  width: 100%;
  height: 24px;
  left: 0;
  border-radius: 3px;
  z-index: -1;
}
.status__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.status-small-wrap .status {
  top: -5px;
}
.status-wrap {
  display: inline-block;
  position: relative;
}
.status-red:before {
  background-color: #d93535;
}
.status-gray:before {
  background-color: #949599;
}
.status-orange:before {
  background-color: #f8ba00;
}
.status-yellow:before {
  background-color: #e0df00;
}
.status-green:before {
  background-color: #7bc43b;
}
.table-filter {
  margin: 0;
  padding: 10px 5px;
  width: calc(100vw - 130px);
  max-width: 788px;
  border-radius: 0px;
}
@media only screen and (max-width: 960px) {
  .table-filter {
    width: auto;
    max-width: none;
    min-height: 100vh;
  }
}
.table-filter .row {
  margin: 0;
}
.table-filter .label-text {
  white-space: nowrap;
}
.table-filter__col {
  padding: 10px 15px;
}
.table-filter__links {
  display: none;
  padding-bottom: 9px;
  border-bottom: 1px solid #dfdfdf;
}
@media only screen and (max-width: 670px) {
  .table-filter__links {
    margin: 8px 10px 0;
    padding-bottom: 15px;
  }
}
.table-filter__links-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.table-filter__links a {
  border: none;
}
.table-filter__links.active {
  display: block;
}
.table-filter__link-btn {
  margin: 12px 15px;
  cursor: pointer;
}
@media only screen and (max-width: 670px) {
  .table-filter__link-btn {
    margin: 5px;
  }
}
.table-filter__link-btn.active {
  color: #006b49;
}
.table-filter__buttons {
  padding: 20px 15px 8px;
}
@media only screen and (max-width: 670px) {
  .table-filter__buttons {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 670px) {
  .table-filter__button {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 20px;
  }
}
.table-filter__button:not(:first-child) {
  margin-left: 10px;
}
.table-filter__button--hide {
  display: none;
}
@media only screen and (max-width: 960px) {
  .table-filter__button--hide {
    display: inline-block;
    padding: 0;
    width: 52px;
    min-width: 52px;
    height: 52px;
    border: 1px solid #dfdfdf;
    background: url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2212px%22 height=%2213px%22 viewBox=%220 0 12 13%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: sketchtool 57.1 (101010) - https://sketch.com --%3E %3Ctitle%3EEFF97A9F-EF94-4479-A5D5-D1909D71E08B%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg id=%22Все-страницы%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22 opacity=%220.5%22%3E %3Cg id=%220.0-UI-kit%22 transform=%22translate(-627.000000, -1497.000000)%22 fill=%22%23212121%22 fill-rule=%22nonzero%22%3E %3Cg id=%22Group-4%22 transform=%22translate(259.000000, 1442.000000)%22%3E %3Cpath d=%22M379.7,61.3 C379.3,60.9 378.7,60.9 378.3,61.3 L375,64.6 L375,56 C375,55.4 374.6,55 374,55 C373.4,55 373,55.4 373,56 L373,64.6 L369.7,61.3 C369.3,60.9 368.7,60.9 368.3,61.3 C367.9,61.7 367.9,62.3 368.3,62.7 L373.3,67.7 C373.7,68.1 374.3,68.1 374.7,67.7 L379.7,62.7 C380.1,62.3 380.1,61.7 379.7,61.3 Z%22 id=%22arrow_down%22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") no-repeat center;
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 960px) {
  .filter-open {
    overflow: hidden;
  }
}
table,
.table {
  max-width: 100%;
  border: 1px solid #dfdfdf;
  table-layout: fixed;
}
table thead,
.table thead,
table__thead,
.table__thead {
  font-weight: 700;
  background-color: #dfdfdf;
}
table th,
.table th,
table td,
.table td,
table__td,
.table__td,
table__th,
.table__th {
  text-align: left;
  padding: 15px 20px;
  border: 1px solid #dfdfdf;
}
table tr:hover td,
.table tr:hover td,
table__tr:hover td,
.table__tr:hover td,
table tr:hover table,
.table tr:hover table,
table__tr:hover table,
.table__tr:hover table,
table tr:hover .table__td,
.table tr:hover .table__td,
table__tr:hover .table__td,
.table__tr:hover .table__td {
  background-color: #fffae4;
}
.table {
  border-collapse: collapse;
  display: table;
}
.table__tr {
  display: table-row;
}
.table__thead {
  display: table-header-group;
}
.table__tbody {
  display: table-row-group;
}
.table__tfoot {
  display: table-footer-group;
}
.table__col {
  display: table-column;
}
.table__colgroup {
  display: table-column-group;
}
.table__td,
.table__th {
  display: table-cell;
}
.table__caption {
  display: table-caption;
}
.table-scrollable {
  overflow: auto;
}
.table-scrollable__container {
  min-width: 1400px;
}
@media only screen and (max-width: 1024px) {
  .table-separated {
    border: none;
  }
  .table-separated,
  .table-separated tbody {
    display: block;
  }
  .table-separated thead {
    display: none;
  }
  .table-separated tr {
    border: 1px solid #c5c5c5;
    display: block;
  }
  .table-separated tr + tr {
    margin-top: 20px;
  }
  .table-separated td {
    border: none;
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .table-separated__caption {
    display: none;
  }
}
.table-wrap {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .table-wrap {
    padding: 20px;
  }
}
@media (max-width: 960px) {
  .table-wrap {
    padding: 0;
    background-color: transparent;
  }
}
.table-wrap.on-main {
  display: none;
  padding: 30px 50px;
}
@media (max-width: 960px) {
  .table-wrap.on-main {
    padding: 0;
  }
}
.table-wrap.on-main.active {
  display: block;
}
.table-header,
.table-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.table-header {
  padding-bottom: 20px;
  border-bottom: 2px solid #dfdfdf;
}
.table-header .table-cell {
  font-size: 16px;
  line-height: 25px;
  color: #212121;
  font-weight: 700;
}
@media (max-width: 960px) {
  .table-header {
    display: none;
  }
}
.table-row {
  padding-top: 18px;
  padding-bottom: 19px;
  border-bottom: 1px solid #dfdfdf;
}
.table-row:last-child {
  border-bottom: none;
}
.table-row:hover {
  background-color: rgba(178,210,53,0.2);
}
.table-row:hover .table-cell {
  color: #000;
}
.table-row .table-cell {
  font-size: 16px;
  line-height: 26px;
  color: rgba(0,0,0,0.5);
}
@media (max-width: 960px) {
  .table-row {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 20px;
    border-bottom: none;
    -ms-flex-align: start;
        align-items: flex-start;
    background-color: #fff;
    border-radius: 10px;
  }
  .table-row+.table-row {
    margin-top: 10px;
  }
  .table-row .table-cell {
    width: 100%;
  }
  .table-row .table-cell+.table-row .table-cell {
    margin-top: 10px;
  }
}
.table-cell .hidden-content {
  display: none;
}
@media (max-width: 960px) {
  .table-cell .hidden-content {
    display: inline;
  }
}
.table-cell:nth-child(1) {
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .table-cell:nth-child(1) {
    padding-right: 15px;
    word-wrap: break-word;
  }
}
@media (max-width: 960px) {
  .table-cell {
    width: 100% !important;
  }
  .table-cell:nth-child(1) {
    padding: 0;
    color: #000;
    font-weight: 700;
  }
}
.table-none-text {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: rgba(33,33,33,0.5);
}
.table-text-error {
  text-align: center;
  padding-top: 70px;
  background: url("/local/templates/greenworks_2019/markup/dist/css/../images/bad_smile.svg") center top no-repeat;
  color: rgba(33,33,33,0.5);
}
.table-text-error a {
  font-family: Univers;
}
.table-text-error--search {
  background: none;
  padding-top: 30px;
  line-height: 26px;
}
.table-text-error--big {
  color: #212121;
  font-family: Univers Condensed;
  font-size: 24px;
  line-height: 34px;
  background: none;
}
@media (max-width: 960px) {
  .table-cell.in-service:nth-child(1) {
    -ms-flex-order: 2;
        order: 2;
    font-weight: 400;
    color: rgba(33,33,33,0.5);
    margin-top: 10px;
  }
  .table-cell.in-service:nth-child(2) {
    -ms-flex-order: 1;
        order: 1;
    font-weight: 700;
    color: #000;
  }
  .table-cell.in-service:nth-child(3) {
    -ms-flex-order: 3;
        order: 3;
    margin-top: 10px;
  }
  .table-cell.in-service:nth-child(4) {
    -ms-flex-order: 4;
        order: 4;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .table-cell.in-service:nth-child(5) {
    -ms-flex-order: 5;
        order: 5;
  }
}
.services-table > .table-body > .table-row .table-cell:nth-child(4) span {
  font-size: 16px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-style: oblique;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Univers Condensed;
  color: #fff;
  padding-right: 3px;
  padding-left: 1px;
  height: 24px;
  line-height: 0;
  margin-left: 8px;
  position: relative;
  z-index: 1;
}
.services-table > .table-body > .table-row .table-cell:nth-child(4) span:before {
  content: '';
  display: block;
  position: absolute;
  background-color: #898a8e;
  left: 50%;
  top: 0;
  z-index: -1;
  width: calc(100% + 11px);
  height: 24px;
  transform: translateX(-50%) skewX(-15deg);
  border-radius: 4px;
}
.tabs-wrap {
  overflow: auto;
  max-width: 100%;
}
.tabs-wrap:after {
  content: '';
  position: absolute;
  top: 49px;
  height: 2px;
  background-color: #dfdfdf;
  display: none;
}
@media (max-width: 1210px) {
  .tabs-wrap::-webkit-scrollbar {
    width: 0 !important;
  }
}
@media (max-width: 1210px) {
  .tabs-wrap {
    max-width: calc(100vw - 35px);
    margin-right: -30px;
  }
  .tabs-wrap:after {
    display: block;
    width: calc(100vw - 35px);
    left: 0;
    z-index: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .tabs-wrap {
    max-width: calc(100vw - 30px);
  }
  .tabs-wrap:after {
    width: calc(100vw - 30px);
  }
}
@media only screen and (max-width: 670px) {
  .tabs-wrap {
    max-width: calc(100vw - 20px);
  }
  .tabs-wrap:after {
    width: calc(100vw - 20px);
  }
}
.tabs-wrap.on-services {
  max-width: 100%;
}
.tabs-wrap.on-services:after {
  display: none;
}
.tabs-wrap.on-materials {
  max-width: 100%;
}
.tabs-wrap.on-materials:after {
  width: 100%;
}
@media (max-width: 500px) {
  .tabs-wrap.on-materials {
    max-width: calc(100vw - 20px);
  }
  .tabs-wrap.on-materials:after {
    width: calc(100vw - 20px);
  }
}
.tabs__toggles {
  border-bottom: 2px solid #dfdfdf;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .tabs__toggles {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border: none;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
  }
  .tabs__toggles:after {
    content: '';
    padding-left: 20px;
    height: 100%;
    width: 20px;
    height: 20px;
    display: block;
  }
}
.tabs__toggles.on-services {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .tabs__toggles.on-services {
    border-bottom: 2px solid #dfdfdf;
  }
  .tabs__toggles.on-services .tabs__toggle {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
}
@media (max-width: 1200px) {
  .tabs__toggles.on-materials .tabs__toggle {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
}
@media (max-width: 500px) {
  .tabs__toggles.on-materials .tabs__toggle {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
}
.tabs__toggle {
  border-bottom: none;
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  cursor: pointer;
  font-size: 24px;
  line-height: 34px;
  color: rgba(40,42,39,0.4);
  font-family: Univers Condensed;
  transition: color 0.1s;
  padding-bottom: 15px;
}
.tabs__toggle:not(.active):hover {
  color: #212121;
}
.tabs__toggle + .tabs__toggle {
  margin-left: 30px;
}
.tabs__toggle.active {
  color: #70bc34;
}
.tabs__toggle.active:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #70bc34;
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
}
@media (max-width: 1200px) {
  .tabs__toggle {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
}
.tabs__tab:not(.active) {
  display: none;
}
.text-page-block {
  padding-top: 30px;
}
.text-page-block p+p {
  margin-top: 25px;
}
.text-page-block h2 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 43px;
  color: #212121;
}
.ticket {
  margin-top: 30px;
}
@media only screen and (max-width: 670px) {
  .ticket {
    margin-top: 25px;
  }
}
.ticket__controls {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 670px) {
  .ticket__controls {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 970px) {
  .ticket__controls {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ticket__controls-btn {
  margin-left: 15px;
}
@media (max-width: 760px) {
  .ticket__controls-btn--thin {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 670px) {
  .ticket__controls-btn {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.ticket__controls-btn:first-child {
  margin-left: 0;
}
.ticket__controls-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 890px) {
  .ticket__controls-links {
    margin-top: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (max-width: 670px) {
  .ticket__controls-links {
    margin-top: 10px;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (max-width: 970px) {
  .ticket__controls-links--wide {
    margin-top: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (max-width: 670px) {
  .ticket__controls-links--wide {
    margin-top: 10px;
  }
}
.ticket__controls-link {
  margin-left: 30px;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 890px) {
  .ticket__controls-link:first-child {
    margin-left: 0;
  }
}
@media (max-width: 340px) {
  .ticket__controls-link {
    margin-left: 20px;
  }
  .ticket__controls-link:first-child {
    margin-left: 0;
  }
}
.ticket__print {
  margin-top: 50px;
}
.ticket__help {
  margin-top: 30px;
  line-height: 26px;
}
.ticket__btn {
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .ticket__btn {
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .ticket__btn {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 670px) {
  .ticket__btn {
    padding: 10px 12px 16px;
    height: auto;
    line-height: 26px;
  }
}
.ticket__control-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 1024px) {
  .ticket__control-col {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (max-width: 670px) {
  .ticket__control-col button {
    height: unset;
    display: block;
    line-height: unset;
  }
}
.ticket__control-col .checkbox {
  margin-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .ticket__control-col .checkbox {
    margin-top: 24px;
  }
}
.tooltip {
  width: 28px;
  height: 28px;
  text-transform: none;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}
.tooltip:before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: block;
  background: #f8f7f5 url("/local/templates/greenworks_2019/markup/dist/css/../images/icon-question-green.svg") 50% no-repeat;
  background-size: 7px;
}
.tooltip:hover:before {
  background: #60bc4a url("/local/templates/greenworks_2019/markup/dist/css/../images/icon-question.svg") 50% no-repeat;
  background-size: 7px;
}
.tooltip:hover .tooltip__content {
  left: calc(100% + 14px);
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.tooltip--extended {
  width: auto;
  height: auto;
  margin: 0;
}
.tooltip--extended:before {
  display: none;
}
.tooltip--extended .tooltip__сontent {
  margin: auto;
  left: calc(100% + 18px);
}
.tooltip__content {
  width: 285px;
  min-height: 50px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 4px 10px 0 rgba(0,0,0,0.24);
  padding: 11px 15px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -18px;
  left: calc(100% + 18px);
  z-index: -1;
  transition: all 0.3s, transform 0s;
}
.tooltip__content:after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: -3px 3px 4px 0 rgba(0,0,0,0.04);
  border-top: none;
  border-right: none;
  position: absolute;
  top: 18px;
  left: -8px;
  display: block;
  transform: rotate(45deg);
}
.tooltip__content.small {
  width: 200px;
  min-height: 37px;
  top: -12px;
}
.tooltip__content.small:after {
  top: 12px;
}
.tooltip__company {
  width: 382px;
}
.tippy-tooltip.tomato-theme {
  background-color: #fff;
  font-size: 13px;
  color: #212121;
  padding: 0 8px;
  padding-top: 4px;
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  font-weight: 700;
}
.tippy-tooltip.tomato-theme[data-animatefill] {
  background-color: #fff;
}
.tippy-tooltip.tomato-theme .tippy-backdrop {
  background-color: #fff;
}
.tippy-tolltip.input-theme {
  background-color: #fff;
  font-size: 16px;
  padding: 16px 30px 20px 30px;
  border-radius: 5px;
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
}
.tippy-tooltip.input-theme[data-animatefill] {
  background-color: #fff;
}
.tippy-tooltip.input-theme .tippy-backdrop {
  background-color: #fff;
}
.tippy-tooltip {
  background-color: #fff;
  font-size: 16px;
  padding: 16px 30px 20px 30px;
  border-radius: 5px;
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
  color: #212121;
}
@media only screen and (max-width: 670px) {
  .tippy-tooltip {
    padding: 16px;
  }
}
.user-guide {
  padding: 13px 50px;
  border-radius: 5px;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2216px%22 height=%2220px%22 viewBox=%220 0 16 20%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: sketchtool 57.1 (101010) - https://sketch.com --%3E %3Ctitle%3E6A0A46EA-061C-4361-A53D-D4E5BFF67B14%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg id=%22Все-страницы%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22%3E %3Cg id=%220.0-UI-kit%22 transform=%22translate(-1230.000000, -2357.000000)%22 fill-rule=%22nonzero%22%3E %3Cg id=%22icon_doc%22 transform=%22translate(1230.000000, 2357.000000)%22%3E %3Cpath d=%22M15,20 L1,20 C0.4,20 0,19.6 0,19 L0,1 C0,0.4 0.4,0 1,0 L11,0 C11.3,0 11.5,0.1 11.7,0.3 L15.7,4.3 C15.9,4.5 16,4.7 16,5 L16,19 C16,19.6 15.6,20 15,20 Z M2,18 L14,18 L14,5.4 L10.6,2 L2,2 L2,18 Z%22 id=%22Shape%22 fill=%22%23006B49%22%3E%3C/path%3E %3Cpath d=%22M12.7,6.3 L9.7,3.3 C9.4,3 9,2.9 8.6,3.1 C8.2,3.3 8,3.6 8,4 L8,8 L12,8 C12.4,8 12.8,7.8 12.9,7.4 C13.1,7 13,6.6 12.7,6.3 Z%22 id=%22Path%22 fill=%22%2370BC34%22%3E%3C/path%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") 20px 16px no-repeat;
  background: #fff url("/local/templates/greenworks_2019/markup/dist/css/../images/icon_doc.svg") 20px 16px no-repeat;
}
.user-guide[data-image="table"] {
  background: #fff url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2216px%22 height=%2220px%22 viewBox=%220 0 16 20%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: sketchtool 57.1 (101010) - https://sketch.com --%3E %3Ctitle%3E99C01B00-445F-4C75-BF94-8E5385463084%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg id=%22Desktop%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22%3E %3Cg id=%220.0-UI-kit%22 transform=%22translate(-1194.000000, -2357.000000)%22 fill-rule=%22nonzero%22%3E %3Cg id=%22icon_list-1%22 transform=%22translate(1194.000000, 2357.000000)%22%3E %3Cpath d=%22M15,20 L1,20 C0.4,20 0,19.6 0,19 L0,1 C0,0.4 0.4,0 1,0 L15,0 C15.6,0 16,0.4 16,1 L16,19 C16,19.6 15.6,20 15,20 Z M2,18 L14,18 L14,2 L2,2 L2,18 Z%22 id=%22Shape%22 fill=%22%23006B49%22%3E%3C/path%3E %3Crect id=%22Rectangle%22 fill=%22%237BC43B%22 x=%224%22 y=%225%22 width=%228%22 height=%222%22%3E%3C/rect%3E %3Crect id=%22Rectangle%22 fill=%22%237BC43B%22 x=%224%22 y=%229%22 width=%228%22 height=%222%22%3E%3C/rect%3E %3Crect id=%22Rectangle%22 fill=%22%237BC43B%22 x=%224%22 y=%2213%22 width=%228%22 height=%222%22%3E%3C/rect%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") 20px 16px no-repeat;
  background: #fff url("/local/templates/greenworks_2019/markup/dist/css/../images/icon_list.svg") 20px 16px no-repeat;
}
.user-guide[data-image="image"] {
  background: #fff url("data:image/svg+xml;charset=utf-8,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E %3Csvg width=%2216px%22 height=%2220px%22 viewBox=%220 0 16 20%22 version=%221.1%22 xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E %3C!-- Generator: sketchtool 57.1 (101010) - https://sketch.com --%3E %3Ctitle%3E8939876A-08BC-45F7-97AB-0606D76F7D49%3C/title%3E %3Cdesc%3ECreated with sketchtool.%3C/desc%3E %3Cg id=%22Все-страницы%22 stroke=%22none%22 stroke-width=%221%22 fill=%22none%22 fill-rule=%22evenodd%22%3E %3Cg id=%220.0-UI-kit%22 transform=%22translate(-1304.000000, -2357.000000)%22 fill-rule=%22nonzero%22%3E %3Cg id=%22icon_image%22 transform=%22translate(1304.000000, 2357.000000)%22%3E %3Cpath d=%22M15,20 L1,20 C0.4,20 0,19.6 0,19 L0,1 C0,0.4 0.4,0 1,0 L15,0 C15.6,0 16,0.4 16,1 L16,19 C16,19.6 15.6,20 15,20 Z M2,18 L14,18 L14,2 L2,2 L2,18 Z%22 id=%22Shape%22 fill=%22%23006B49%22%3E%3C/path%3E %3Crect id=%22Rectangle%22 fill=%22%237BC43B%22 transform=%22translate(8.000000, 13.000000) rotate(-45.000000) translate(-8.000000, -13.000000) %22 x=%224%22 y=%2212%22 width=%228%22 height=%222%22 rx=%221%22%3E%3C/rect%3E %3Ccircle id=%22Oval%22 fill=%22%237BC43B%22 cx=%228%22 cy=%226%22 r=%222%22%3E%3C/circle%3E %3C/g%3E %3C/g%3E %3C/g%3E %3C/svg%3E") 20px 16px no-repeat;
  background: #fff url("/local/templates/greenworks_2019/markup/dist/css/../images/icon_image.svg") 20px 16px no-repeat;
}
.user-guide+.user-guide {
  margin-top: 10px;
}
.validate-error input {
  border: 1px solid #d93535;
}
.validate-error .popup__error {
  visibility: visible;
}
.validate-error .autocomplete-wrapper:after {
  border-left-color: #d93535;
}
.validate-error-store input {
  border: 1px solid #ffa500;
}
.validate-error-store .popup__error {
  visibility: visible;
}
.validate-error-store .autocomplete-wrapper:after {
  border-left-color: #ffa500;
}
.validate-bg-red-error {
  border: solid 1px #f00;
  border-bottom: solid 3px #f00;
}
.validate-bg-orange-error {
  border: solid 1px #ffa500;
  border-bottom: solid 3px #ffa500;
}
.video {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 520px;
  border-radius: 10px;
  background-color: #000;
}
@media (max-width: 1265px) {
  .video {
    height: 555px;
  }
}
@media (max-width: 1098px) {
  .video {
    height: 589px;
  }
}
@media only screen and (max-width: 1024px) {
  .video {
    height: 340px;
  }
}
@media only screen and (max-width: 670px) {
  .video {
    height: 255px;
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .video {
    height: 144px;
  }
}
.video__iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 10px;
}
.video__poster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
  background-image: url("/local/templates/greenworks_2019/markup/dist/css/../images/video-bg.png");
  background-position: center;
  background-size: cover;
  text-indent: -999em;
  opacity: 1;
  transition: opacity 800ms, height 0s;
  transition-delay: 0s, 0s;
}
.video__poster:hover {
  cursor: pointer;
}
.video__poster:after {
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 15px);
  margin: -20px 0 0 -10px;
  width: 48px;
  height: 48px;
  background: url("/local/templates/greenworks_2019/markup/dist/css/../images/icon_play.svg");
  content: '';
}
.video--active .video__poster {
  height: 0;
  opacity: 0;
  transition-delay: 0s, 800ms;
}
.video-card {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .video-card {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 670px) {
  .video-card {
    margin-bottom: 20px;
  }
}
.video-card__wrap {
  transition: box-shadow 0.3s;
  height: 100%;
  border-radius: 10px;
}
.video-card__wrap:hover {
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.1);
}
.video-card__video {
  padding-top: 91px;
  padding-bottom: 53px;
  text-align: center;
  background-color: #212121;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.video-card__video--search {
  height: 221px;
}
@media only screen and (max-width: 768px) {
  .video-card__video--search {
    height: 200px;
  }
}
.video-card__play {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
}
.video-card__play .fill-circle,
.video-card__play .fill-path {
  transition: fill 0.3s;
}
.video-card__play:hover .fill-circle {
  fill: #70bc34;
}
.video-card__play:hover .fill-path {
  fill: #fff;
}
.video-card__info {
  padding: 25px 30px 25px 30px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.video-card__title {
  font-size: 24px;
  line-height: 28px;
  color: #212121;
  margin-bottom: 0;
  text-decoration: none;
  font-family: Univers Condensed;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: border-color 0.2s, color 0.2s;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.video-card__title:hover {
  border-color: rgba(112,188,52,0.2);
  color: #70bc34;
}
.video-card__date {
  font-size: 16px;
  line-height: 18px;
  color: rgba(33,33,33,0.5);
}
.video-row {
  position: relative;
}
.video-tabs-wrap {
  position: absolute;
  width: calc(75% - 40px);
  overflow: auto;
  right: 20px;
  top: 13px;
  z-index: 7;
  display: -ms-flexbox;
  display: flex;
}
.video-tabs-wrap:after {
  content: '';
  position: absolute;
  top: 54px;
  height: 2px;
  background-color: #dfdfdf;
  display: none;
}
@media (max-width: 755px) {
  .video-tabs-wrap::-webkit-scrollbar {
    width: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .video-tabs-wrap {
    width: calc(100% - 30px);
    right: auto;
    left: 15px;
  }
}
@media (max-width: 755px) {
  .video-tabs-wrap {
    width: calc(100vw - 30px);
  }
  .video-tabs-wrap:after {
    display: block;
    width: 693px;
    left: 0;
    z-index: 1;
  }
}
@media only screen and (max-width: 670px) {
  .video-tabs-wrap {
    width: calc(100vw - 20px);
    top: 386px;
    left: 10px;
  }
}
.video-tabs {
  width: 100%;
  border-bottom: 2px solid #dfdfdf;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 755px) {
  .video-tabs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border: none;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    border-bottom: none;
  }
  .video-tabs:after {
    content: '';
    padding-left: 20px;
    height: 100%;
    width: 20px;
    height: 20px;
    display: block;
  }
}
.video-tabs__toggle {
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 22px;
  color: rgba(40,42,39,0.4);
  font-family: Univers Condensed;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.1s;
}
@media (max-width: 755px) {
  .video-tabs__toggle {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
}
.video-tabs__toggle:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: #70bc34;
  bottom: -2px;
  display: none;
}
@media (max-width: 755px) {
  .video-tabs__toggle:after {
    bottom: 0;
  }
}
.video-tabs__toggle+.video-tabs__toggle {
  margin-left: 30px;
}
.video-tabs__toggle:not(.active):hover {
  color: #212121;
}
.video-tabs__toggle.active {
  color: #70bc34;
}
.video-tabs__toggle.active:after {
  display: block;
}
@media only screen and (max-width: 420px) {
  .hide-small {
    display: none;
  }
}
@media only screen and (min-width: 421px) {
  .hide-moresmall {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  .hide-mobile {
    display: none;
  }
}
@media only screen and (min-width: 671px) {
  .hide-moremobile {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .hide-tablet {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .hide-moretablet {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .hide-desc {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .hide-moredesc {
    display: none;
  }
}
.hidden,
[hidden] {
  display: none;
}
.overflow {
  overflow-x: hidden;
}
.overlay {
  position: relative;
}
.overlay:before {
  content: '';
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 20px;
  background-color: rgba(255,255,255,0.5);
  width: calc(100% - 40px);
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .overlay:before {
    width: calc(100% - 30px);
    left: 15px;
  }
}
@media only screen and (max-width: 670px) {
  .overlay:before {
    width: calc(100% - 20px);
    left: 10px;
  }
}
.m-center {
  margin: 0 auto;
}
.mt0 {
  margin-top: 0;
}
.mt3 {
  margin-top: 3px;
}
.mb3 {
  margin-bottom: 3px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mt25 {
  margin-top: 25px;
}
.mt33 {
  margin-top: 33px;
}
.mt40 {
  margin-top: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb0 {
  margin-bottom: 0;
}
.ml30 {
  margin-left: 30px;
}
@media only screen and (max-width: 670px) {
  .mt33-sm {
    margin-top: 33px;
  }
}
@media only screen and (min-width: 1025px) {
  .pt0-l {
    padding-top: 0;
  }
}
.text-bold {
  font-weight: 700;
}
.text-italic {
  font-style: italic;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.button-center {
  display: block;
  margin: 0 auto;
}
.only-desc {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .only-desc {
    display: inline;
  }
}
.only-tablet {
  display: inline;
}
@media (max-width: 960px) {
  .only-tablet {
    display: none;
  }
}
@media (min-width: 1025px) {
  .only-tablet {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  .mobile-hidden {
    display: none;
  }
}
.only-mobile {
  display: none;
}
@media only screen and (max-width: 670px) {
  .only-mobile {
    display: inline;
  }
}
.bg-white {
  background-color: #fff;
}
.bg-green {
  background-color: #edf5e3;
}
.bg-grass-green {
  background-color: #d0e6b7;
}
.no-wrap {
  white-space: nowrap;
}
.error-image {
  border: 1px solid #f00;
}
.overflow-hidden {
  overflow: hidden;
}
.red {
  color: #d93535;
}
.adm-workarea label,
.bxml-dialog label,
.bxml-subdialog-cont label {
  display: initial;
}
.adm-workarea textarea,
.bxml-dialog textarea,
.bxml-subdialog-cont textarea,
.adm-workarea select,
.bxml-dialog select,
.bxml-subdialog-cont select,
.adm-workarea input,
.bxml-dialog input,
.bxml-subdialog-cont input {
  width: auto;
  height: auto;
  min-height: 0;
  -webkit-appearance: initial;
     -moz-appearance: initial;
          appearance: initial;
  margin-top: 0;
  margin-bottom: 0;
}
.adm-workarea select,
.bxml-dialog select,
.bxml-subdialog-cont select {
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
}
.adm-workarea select[multiple],
.bxml-dialog select[multiple],
.bxml-subdialog-cont select[multiple] {
  -webkit-appearance: listbox;
     -moz-appearance: listbox;
          appearance: listbox;
}
.adm-workarea input,
.bxml-dialog input,
.bxml-subdialog-cont input {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.adm-workarea input[type="button"],
.bxml-dialog input[type="button"],
.bxml-subdialog-cont input[type="button"] {
  -webkit-appearance: push-button;
     -moz-appearance: push-button;
          appearance: push-button;
}
.adm-workarea input[type="checkbox"],
.bxml-dialog input[type="checkbox"],
.bxml-subdialog-cont input[type="checkbox"] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}
.adm-workarea input[type="radio"],
.bxml-dialog input[type="radio"],
.bxml-subdialog-cont input[type="radio"] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}
.adm-workarea table,
.bxml-dialog table,
.bxml-subdialog-cont table {
  table-layout: auto;
}
.adm-workarea .ml-title-cell table,
.bxml-dialog .ml-title-cell table,
.bxml-subdialog-cont .ml-title-cell table,
.adm-workarea .ml-head-cont table,
.bxml-dialog .ml-head-cont table,
.bxml-subdialog-cont .ml-head-cont table,
.adm-workarea .ml-buttons-cont table,
.bxml-dialog .ml-buttons-cont table,
.bxml-subdialog-cont .ml-buttons-cont table,
.adm-workarea .bxhtmled-img-dialog-cnt table,
.bxml-dialog .bxhtmled-img-dialog-cnt table,
.bxml-subdialog-cont .bxhtmled-img-dialog-cnt table,
.adm-workarea .ml-title-cell td,
.bxml-dialog .ml-title-cell td,
.bxml-subdialog-cont .ml-title-cell td,
.adm-workarea .ml-head-cont td,
.bxml-dialog .ml-head-cont td,
.bxml-subdialog-cont .ml-head-cont td,
.adm-workarea .ml-buttons-cont td,
.bxml-dialog .ml-buttons-cont td,
.bxml-subdialog-cont .ml-buttons-cont td,
.adm-workarea .bxhtmled-img-dialog-cnt td,
.bxml-dialog .bxhtmled-img-dialog-cnt td,
.bxml-subdialog-cont .bxhtmled-img-dialog-cnt td {
  border: none;
}


/* End */


/* Start:/local/templates/greenworks_2019/markup/dist/css/fonts.96a4f977c3d099bc4ce7.css?17598239291949*/
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: Univers;
  src: url("/local/templates/greenworks_2019/markup/dist/css/../fonts/UniversLTCYR-55Roman.woff2") format('woff2'), url("/local/templates/greenworks_2019/markup/dist/css/../fonts/UniversLTCYR-55Roman.woff") format('woff');
}
@font-face {
  font-weight: 400;
  font-style: italic;
  font-family: Univers;
  src: url("/local/templates/greenworks_2019/markup/dist/css/../fonts/UniversLTCYR-55Oblique.woff2") format('woff2'), url("/local/templates/greenworks_2019/markup/dist/css/../fonts/UniversLTCYR-55Oblique.woff") format('woff');
}
@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: Univers;
  src: url("/local/templates/greenworks_2019/markup/dist/css/../fonts/UniversLTCYR-65Bold.woff2") format('woff2'), url("/local/templates/greenworks_2019/markup/dist/css/../fonts/UniversLTCYR-65Bold.woff") format('woff');
}
@font-face {
  font-weight: 700;
  font-style: italic;
  font-family: Univers;
  src: url("/local/templates/greenworks_2019/markup/dist/css/../fonts/UniversLTCYR-65BoldOblique.woff2") format('woff2'), url("/local/templates/greenworks_2019/markup/dist/css/../fonts/UniversLTCYR-65BoldOblique.woff") format('woff');
}
@font-face {
  font-weight: 900;
  font-style: normal;
  font-family: Univers;
  src: url("/local/templates/greenworks_2019/markup/dist/css/../fonts/UniversLTCYR-75Black.woff2") format('woff2'), url("/local/templates/greenworks_2019/markup/dist/css/../fonts/UniversLTCYR-75Black.woff") format('woff');
}
@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: Univers Condensed;
  src: url("/local/templates/greenworks_2019/markup/dist/css/../fonts/UniversLTCYR-57Condensed.woff2") format('woff2'), url("/local/templates/greenworks_2019/markup/dist/css/../fonts/UniversLTCYR-57Condensed.woff") format('woff');
}
@font-face {
  font-weight: 400;
  font-style: italic;
  font-family: Univers Condensed;
  src: url("/local/templates/greenworks_2019/markup/dist/css/../fonts/UniversLTCYR-57CondensedObl.woff2") format('woff2'), url("/local/templates/greenworks_2019/markup/dist/css/../fonts/UniversLTCYR-57CondensedObl.woff") format('woff');
}
@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: Univers Condensed;
  src: url("/local/templates/greenworks_2019/markup/dist/css/../fonts/UniversLTCYR-67BoldCond.woff2") format('woff2'), url("/local/templates/greenworks_2019/markup/dist/css/../fonts/UniversLTCYR-67BoldCond.woff") format('woff');
}
@font-face {
  font-weight: 700;
  font-style: italic;
  font-family: Univers Condensed;
  src: url("/local/templates/greenworks_2019/markup/dist/css/../fonts/UniversLTCYR-67BoldCondObl.woff2") format('woff2'), url("/local/templates/greenworks_2019/markup/dist/css/../fonts/UniversLTCYR-67BoldCondObl.woff") format('woff');
}


/* End */
/* /local/templates/greenworks_2019/markup/dist/css/npm.swiper.c412edf5d5e61430e847.css?175982392922283 */
/* /local/templates/greenworks_2019/markup/dist/css/all.340e1cfe2ac6949fd927.css?1759823929241046 */
/* /local/templates/greenworks_2019/markup/dist/css/fonts.96a4f977c3d099bc4ce7.css?17598239291949 */
