@charset "UTF-8";
/* Globální funkce */
/* Komponenty 3 stran */
/* scss/WT-Swiper/_Swiper.scss */
/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 32px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: cover;
  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;utf8,<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-left' class='svg-inline--fa fa-chevron-left fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='rgb(105,179,6)' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'></path></svg>");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;utf8,<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-right' class='svg-inline--fa fa-chevron-right fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='rgb(105,179,6)' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'></path></svg>");
  right: 10px;
  left: auto; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container {
  margin: 0 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-invisible-blank-slide {
  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-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); }

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

/* Mixins metody */
/* Grid WT | Bootstrap MD */
/************************
*		  Reset  		*
************************/
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

strong, b {
  font-weight: 700; }

[hidden], .hidden {
  display: none !important; }

.btn, button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none; }

input[type="text"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none; }

.far span, .fas span, .fab span, .fa span {
  font-weight: 400; }

/************************
*	WebTutorials GRID	*
************************/
.wt-inline {
  display: flex;
  flex-wrap: wrap; }
  .wt-inline.wt-h-space-between {
    justify-content: space-between; }
  .wt-inline.wt-h-space-around {
    justify-content: space-around; }
  .wt-inline.wt-h-center {
    justify-content: center; }
  .wt-inline.wt-h-flex-start {
    justify-content: flex-start; }
  .wt-inline.wt-h-flex-end {
    justify-content: flex-end; }
  .wt-inline.wt-v-center {
    align-items: center; }
  .wt-inline.wt-v-flex-start {
    align-items: flex-start; }
  .wt-inline.wt-v-flex-end {
    align-items: flex-end; }

/************************
*	Bootstrap MD GRID	*
************************/
.bt-wrapp {
  width: 100%;
  display: inline-block; }

.col {
  float: left; }
  .col::after {
    content: "";
    display: table; }

.col-md-1 {
  width: calc((100% * 1) / 12); }
  @media (max-width: 767px) {
    .col-md-1 {
      width: 100%; } }

.col-md-2 {
  width: calc((100% * 2) / 12); }
  @media (max-width: 767px) {
    .col-md-2 {
      width: 100%; } }

.col-md-3 {
  width: calc((100% * 3) / 12); }
  @media (max-width: 767px) {
    .col-md-3 {
      width: 100%; } }

.col-md-4 {
  width: calc((100% * 4) / 12); }
  @media (max-width: 767px) {
    .col-md-4 {
      width: 100%; } }

.col-md-5 {
  width: calc((100% * 5) / 12); }
  @media (max-width: 767px) {
    .col-md-5 {
      width: 100%; } }

.col-md-6 {
  width: calc((100% * 6) / 12); }
  @media (max-width: 767px) {
    .col-md-6 {
      width: 100%; } }

.col-md-7 {
  width: calc((100% * 7) / 12); }
  @media (max-width: 767px) {
    .col-md-7 {
      width: 100%; } }

.col-md-8 {
  width: calc((100% * 8) / 12); }
  @media (max-width: 767px) {
    .col-md-8 {
      width: 100%; } }

.col-md-9 {
  width: calc((100% * 9) / 12); }
  @media (max-width: 767px) {
    .col-md-9 {
      width: 100%; } }

.col-md-10 {
  width: calc((100% * 10) / 12); }
  @media (max-width: 767px) {
    .col-md-10 {
      width: 100%; } }

.col-md-11 {
  width: calc((100% * 11) / 12); }
  @media (max-width: 767px) {
    .col-md-11 {
      width: 100%; } }

.col-md-12 {
  width: calc((100% * 12) / 12); }
  @media (max-width: 767px) {
    .col-md-12 {
      width: 100%; } }

.col-md-offset-1 {
  margin-left: calc((100% * 1) / 12); }

.col-md-offset-2 {
  margin-left: calc((100% * 2) / 12); }

.col-md-offset-3 {
  margin-left: calc((100% * 3) / 12); }

.col-md-offset-4 {
  margin-left: calc((100% * 4) / 12); }

.col-md-offset-5 {
  margin-left: calc((100% * 5) / 12); }

.col-md-offset-6 {
  margin-left: calc((100% * 6) / 12); }

.col-md-offset-7 {
  margin-left: calc((100% * 7) / 12); }

.col-md-offset-8 {
  margin-left: calc((100% * 8) / 12); }

.col-md-offset-9 {
  margin-left: calc((100% * 9) / 12); }

.col-md-offset-10 {
  margin-left: calc((100% * 10) / 12); }

.col-md-offset-11 {
  margin-left: calc((100% * 11) / 12); }

.col-md-offset-12 {
  margin-left: calc((100% * 12) / 12); }

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat/subset-Montserrat-Regular.woff2") format("woff2");
  font-display: fallback;
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: fallback;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("../fonts/montserrat/montserrat-800.woff2") format("woff2"), url("../fonts/montserrat/montserrat-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("../fonts/roboto-slab/roboto-slab-regular.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url("../fonts/roboto-slab/roboto-slab-700.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  background-color: #fff;
  min-height: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-family: "Roboto Slab", "Arial", sans-serif;
  font-weight: 400;
  background-repeat: no-repeat;
  background-color: #eaeaea;
  color: #302c26; }
  body.location_product_getInquiry {
    background: #fff !important;
    height: 100%; }

::selection {
  background: #69b306;
  /* WebKit/Blink Browsers */
  color: #fff; }

::-moz-selection {
  background: #69b306;
  /* Gecko Browsers */
  color: #fff; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "Montserrat", "Arial", sans-serif, sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none; }

button {
  cursor: pointer; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
  outline: none; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
	 ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none; }

p {
  display: block;
  margin: 0; }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  margin: 0;
  padding: 0; }

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block; }
  .inner.fullW {
    max-width: 116.5rem;
    padding-left: 16px;
    padding-right: 16px; }
    @media (min-width: 320px) {
      .inner.fullW {
        padding-left: calc(1vw + 12.8px); } }
    @media (min-width: 1920px) {
      .inner.fullW {
        padding-left: 32px; } }
    @media (min-width: 320px) {
      .inner.fullW {
        padding-right: calc(1vw + 12.8px); } }
    @media (min-width: 1920px) {
      .inner.fullW {
        padding-right: 32px; } }

.inline {
  display: inline-block;
  width: 100%; }

.column {
  float: left; }

a.btn,
.go_back_pre_cart.btn,
button,
input[type=submit] {
  background: transparent;
  color: #000;
  border: 2px solid #000;
  display: inline-block;
  border-radius: 0;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .25s ease-in-out;
  text-align: center;
  padding: 18px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  a.btn:hover,
  .go_back_pre_cart.btn:hover,
  button:hover,
  input[type=submit]:hover {
    background: #69b306;
    border-color: #69b306;
    color: #fff;
    cursor: pointer; }
  a.btn.light,
  .go_back_pre_cart.btn.light,
  button.light,
  input[type=submit].light {
    background: #fff; }
    a.btn.light:hover,
    .go_back_pre_cart.btn.light:hover,
    button.light:hover,
    input[type=submit].light:hover {
      background: #69b306; }
  a.btn.fill,
  .go_back_pre_cart.btn.fill,
  button.fill,
  input[type=submit].fill {
    background: #69b306;
    color: #fff;
    border: 2px solid #69b306; }
    a.btn.fill:hover,
    .go_back_pre_cart.btn.fill:hover,
    button.fill:hover,
    input[type=submit].fill:hover {
      background: #fff;
      color: #69b306; }
    a.btn.fill.gray,
    .go_back_pre_cart.btn.fill.gray,
    button.fill.gray,
    input[type=submit].fill.gray {
      background: #302c26;
      border-color: #302c26; }
      a.btn.fill.gray:hover,
      .go_back_pre_cart.btn.fill.gray:hover,
      button.fill.gray:hover,
      input[type=submit].fill.gray:hover {
        background: #fff;
        color: #000; }
  a.btn.small,
  .go_back_pre_cart.btn.small,
  button.small,
  input[type=submit].small {
    padding: 11px 12px;
    border-width: 1px; }
  a.btn.back,
  .go_back_pre_cart.btn.back,
  button.back,
  input[type=submit].back {
    float: left;
    color: #5c5955;
    border-color: #5c5955; }
    a.btn.back:hover,
    .go_back_pre_cart.btn.back:hover,
    button.back:hover,
    input[type=submit].back:hover {
      background: #5c5955;
      color: #fff; }
    a.btn.back i,
    .go_back_pre_cart.btn.back i,
    button.back i,
    input[type=submit].back i {
      margin-right: 10px; }
  a.btn.buy,
  .go_back_pre_cart.btn.buy,
  button.buy,
  input[type=submit].buy {
    width: 100%;
    display: inline-block;
    float: left; }
    a.btn.buy.detail,
    .go_back_pre_cart.btn.buy.detail,
    button.buy.detail,
    input[type=submit].buy.detail {
      margin-top: 12px;
      width: calc(100% - 160px);
      height: auto; }
    a.btn.buy i,
    .go_back_pre_cart.btn.buy i,
    button.buy i,
    input[type=submit].buy i {
      font-size: 22px;
      margin-right: 12px;
      vertical-align: sub; }
    @media (max-width: 420px) {
      a.btn.buy,
      .go_back_pre_cart.btn.buy,
      button.buy,
      input[type=submit].buy {
        width: 100%;
        float: none; }
        a.btn.buy.detail,
        .go_back_pre_cart.btn.buy.detail,
        button.buy.detail,
        input[type=submit].buy.detail {
          margin-top: 0;
          width: 100%; } }

a.link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  text-decoration: none; }
  a.link span {
    margin-right: 1rem; }
  a.link svg {
    height: 1.75rem;
    width: 1.75rem;
    padding: .25rem;
    border: 0.1rem solid #69b306;
    transition: all .3s; }
  a.link:hover {
    text-decoration: underline; }
    a.link:hover svg {
      background: #69b306;
      color: #fff; }

.form-submit {
  text-align: right; }

.frames-holder {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 13px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11); }

.left-frame {
  width: 270px;
  margin-right: 25px;
  margin-bottom: 11px;
  background: #fff; }
  @media (max-width: 890px) {
    .left-frame {
      width: calc(100% - 40px);
      padding: 0;
      margin: 0 20px 20px; } }

.content-frame {
  width: calc(100% - 295px); }
  @media (max-width: 890px) {
    .content-frame {
      width: 100%;
      padding: 0 20px; } }

.content-wrapper {
  background-color: #fff;
  padding: 20px;
  position: relative;
  z-index: 5; }

.content-body {
  background-color: #fff;
  position: relative;
  padding: 40px 20px; }
  .content-body header {
    margin-bottom: 30px; }
    .content-body header h1 {
      font-family: "Montserrat", "Arial", sans-serif;
      font-size: 32px; }

.table-responsive {
  min-height: .01%; }
  @media (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      -webkit-overflow-scrolling: touch;
      border: 1px solid #ddd; } }

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

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

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

.tcenter,
.text-justify {
  text-align: justify; }

.clear::after,
.clearing::after,
.clearfix::after {
  display: block;
  content: '';
  clear: both; }

.hidden {
  display: none !important; }

.kernel-contact {
  justify-content: space-between;
  margin-bottom: 35px; }
  @media (max-width: 616px) {
    .kernel-contact {
      margin-bottom: 0; } }

.kernel-contact-box {
  flex: 1;
  min-width: 260px; }
  @media (max-width: 616px) {
    .kernel-contact-box {
      margin-bottom: 35px; } }
  .kernel-contact-box #contact_map {
    min-height: 300px; }

#popup-holder {
  background: red; }
  #popup-holder .popup {
    position: absolute;
    z-index: 9999;
    max-width: 100%; }
    #popup-holder .popup .popup-image img {
      max-width: 100%; }
    #popup-holder .popup .close {
      position: absolute;
      right: 30px;
      top: 12px; }

#page-detail-password {
  border: 1px solid #cfcfcf;
  height: 36px;
  margin: 10px 15px;
  padding: 0 10px;
  width: 150px;
  font-size: 14px; }

.message-list {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px; }
  .message-list th, .message-list td {
    border: 1px solid #cecece;
    padding: 8px; }
  .message-list th {
    background: #cecece; }
  .message-list tr:nth-child(even) {
    background-color: #f2f2f2; }

.margin-bottom-10 {
  display: block;
  margin-bottom: 10px; }

.poptavka-alert {
  margin: 3.5rem auto auto; }

.formular_obal #attachment {
  width: 100%; }

/*
    .trida {
        background-color: $color-FRONTEND_COLOR_3;
        @include text-contrast($color-FRONTEND_COLOR_3);
    }
*/
.fas span, .far span, .fa span, .fab span {
  font-family: "Montserrat", "Arial", sans-serif; }

.category-nav-1.js-subnav-mouseenter {
  display: none; }

.clear {
  clear: both; }

.kontakt1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .kontakt1 h2 {
    margin-top: 0; }
  .kontakt1 .kontakty-box {
    width: calc(50% - 10px); }
    @media (max-width: 580px) {
      .kontakt1 .kontakty-box {
        width: 100%; } }
    .kontakt1 .kontakty-box:nth-child(1) {
      margin-right: 20px; }
      @media (max-width: 580px) {
        .kontakt1 .kontakty-box:nth-child(1) {
          margin-bottom: 20px;
          margin-right: 0; } }
  .kontakt1 .kontakty-obsah iframe, .kontakt1 .kontakty-obsah img, .kontakt1 .kontakty-mapa iframe, .kontakt1 .kontakty-mapa img {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 260px; }

.text a.ikona-email {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  text-decoration: none; }
  .text a.ikona-email::before {
    content: "\f0e0";
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    display: inline-block;
    margin-right: 10px; }

.text a.ikona-telefon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  text-decoration: none; }
  .text a.ikona-telefon::before {
    content: "\f10b";
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    display: inline-block;
    margin-right: 10px; }

.kontakt1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .kontakt1 h2 {
    margin-top: 0; }
  .kontakt1 .kontakty-box {
    width: calc(50% - 10px); }
    @media (max-width: 580px) {
      .kontakt1 .kontakty-box {
        width: 100%; } }
    .kontakt1 .kontakty-box:nth-child(1) {
      margin-right: 20px; }
      @media (max-width: 580px) {
        .kontakt1 .kontakty-box:nth-child(1) {
          margin-bottom: 20px;
          margin-right: 0; } }
  .kontakt1 .kontakty-obsah iframe, .kontakt1 .kontakty-obsah img, .kontakt1 .kontakty-mapa iframe, .kontakt1 .kontakty-mapa img {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 260px; }

.text a.ikona-email {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  text-decoration: none; }
  .text a.ikona-email::before {
    content: "\f0e0";
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    display: inline-block;
    margin-right: 10px; }

.text a.ikona-telefon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  text-decoration: none; }
  .text a.ikona-telefon::before {
    content: "\f10b";
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    display: inline-block;
    margin-right: 10px; }

.kontakt2 {
  display: flex;
  flex-wrap: wrap; }
  .kontakt2 h2 {
    margin-top: 0; }
  @media (max-width: 580px) {
    .kontakt2 {
      margin-bottom: 20px; } }
  .kontakt2 .kontakty-box {
    width: calc(50% - 10px); }
    @media (max-width: 580px) {
      .kontakt2 .kontakty-box {
        width: 100%; } }
    .kontakt2 .kontakty-box:nth-child(1) {
      margin-right: 20px; }
      @media (max-width: 580px) {
        .kontakt2 .kontakty-box:nth-child(1) {
          margin-bottom: 20px;
          margin-right: 0; } }
  .kontakt2 .kontakty-obsah2 table, .kontakt2 .kontakty-mapa2 table {
    border-collapse: collapse;
    width: 100%; }
    .kontakt2 .kontakty-obsah2 table th, .kontakt2 .kontakty-obsah2 table td, .kontakt2 .kontakty-mapa2 table th, .kontakt2 .kontakty-mapa2 table td {
      padding: 8px;
      text-align: left; }
    .kontakt2 .kontakty-obsah2 table tr:nth-child(odd) th, .kontakt2 .kontakty-obsah2 table tr:nth-child(odd) td, .kontakt2 .kontakty-mapa2 table tr:nth-child(odd) th, .kontakt2 .kontakty-mapa2 table tr:nth-child(odd) td {
      background: rgba(102, 102, 102, 0.5); }
  .kontakt2 .kontakty-obsah2 iframe, .kontakt2 .kontakty-obsah2 img, .kontakt2 .kontakty-mapa2 iframe, .kontakt2 .kontakty-mapa2 img {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 260px; }

.kontakt3 .kontakt-osoby {
  display: flex;
  flex-wrap: wrap; }

.kontakt3 .kontakt3osoba {
  width: calc((100% / 4 - 20px) + (20px / 4));
  margin-right: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row; }
  .kontakt3 .kontakt3osoba:nth-child(4n+4) {
    margin-right: 0; }
  @media (min-width: 200px) {
    .kontakt3 .kontakt3osoba {
      width: calc((100% / 1 - 20px) + (20px / 1));
      margin-right: 20px;
      margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(0n+0) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(1n+1) {
        margin-right: 0; } }
  @media (min-width: 420px) {
    .kontakt3 .kontakt3osoba {
      width: calc((100% / 2 - 20px) + (20px / 2));
      margin-right: 20px;
      margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(1n+1) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(2n+2) {
        margin-right: 0; } }
  @media (min-width: 640px) {
    .kontakt3 .kontakt3osoba {
      width: calc((100% / 3 - 20px) + (20px / 3));
      margin-right: 20px;
      margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(2n+2) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(3n+3) {
        margin-right: 0; } }
  @media (min-width: 861px) {
    .kontakt3 .kontakt3osoba {
      width: calc((100% / 4 - 20px) + (20px / 4));
      margin-right: 20px;
      margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(3n+3) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(4n+4) {
        margin-right: 0; } }
  @media (min-width: 1081px) {
    .kontakt3 .kontakt3osoba {
      width: calc((100% / 4 - 20px) + (20px / 4));
      margin-right: 20px;
      margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(3n+3) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(4n+4) {
        margin-right: 0; } }
  @media (max-width: 200px) {
    .kontakt3 .kontakt3osoba {
      width: 100%;
      max-width: 100%;
      margin-right: 0 !important; } }
  .kontakt3 .kontakt3osoba p {
    margin-bottom: 6px; }
  .kontakt3 .kontakt3osoba img {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px auto;
    max-height: 100px; }
  .kontakt3 .kontakt3osoba .osoba-popis {
    text-align: center; }
    .kontakt3 .kontakt3osoba .osoba-popis a {
      text-align: center; }

.text1 {
  margin-bottom: 20px;
  color: white; }
  .text1 .text1-obsah {
    padding: 20px;
    text-align: center;
    background: rgba(102, 102, 102, 0.5); }
    .text1 .text1-obsah p {
      margin-bottom: 0; }

.text2 {
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  background: rgba(102, 102, 102, 0.5);
  color: white; }
  .text2 .text2-obsah p {
    margin-bottom: 20px; }
  .text2 .tlacitko-obal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .text2 .text-tlacitko {
    height: 34px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border: 1px solid #666;
    display: inline-block;
    color: white;
    text-decoration: none;
    width: auto;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    background: #666;
    font-weight: 400;
    transition: all 0.5s ease-out; }
    @media (min-width: 768px) {
      .text2 .text-tlacitko {
        height: calc(3.2407407407vw + 9.1111111111px); } }
    @media (min-width: 1200px) {
      .text2 .text-tlacitko {
        height: 48px; } }
    @media (min-width: 768px) {
      .text2 .text-tlacitko {
        line-height: calc(3.2407407407vw + 7.1111111111px); } }
    @media (min-width: 1200px) {
      .text2 .text-tlacitko {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .text2 .text-tlacitko {
        padding-left: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .text2 .text-tlacitko {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .text2 .text-tlacitko {
        padding-right: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .text2 .text-tlacitko {
        padding-right: 48px; } }
    .text2 .text-tlacitko i {
      margin-right: 8px; }
    .text2 .text-tlacitko::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #333333;
      transform: scale(0);
      transition-property: transform;
      transition-duration: 0.5s;
      transition-timing-function: ease-out; }
    .text2 .text-tlacitko:hover {
      color: white; }
      .text2 .text-tlacitko:hover::before {
        transform: scale(2); }

.text3 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .text3 h2 {
    margin-top: 0; }
  .text3:nth-child(odd) .text3-obsah {
    width: calc(100% - 340px);
    margin-right: 0px;
    margin-left: 20px;
    order: 2; }
  .text3:nth-child(odd) .tlacitko-obal {
    justify-content: flex-start; }
  .text3 .text3-obsah {
    width: calc(100% - 340px);
    margin-right: 20px; }
  .text3 .text3-foto {
    width: 320px; }
    .text3 .text3-foto img {
      max-width: 100%;
      display: block; }
  .text3 .text3-titulek + .text3-popis {
    margin-top: 20px; }
  .text3 .tlacitko-obal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 20px; }
  .text3 .text-tlacitko {
    height: 34px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border: 1px solid #666;
    display: inline-block;
    color: white;
    text-decoration: none;
    width: auto;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    background: #666;
    font-weight: 400;
    transition: all 0.5s ease-out; }
    @media (min-width: 768px) {
      .text3 .text-tlacitko {
        height: calc(3.2407407407vw + 9.1111111111px); } }
    @media (min-width: 1200px) {
      .text3 .text-tlacitko {
        height: 48px; } }
    @media (min-width: 768px) {
      .text3 .text-tlacitko {
        line-height: calc(3.2407407407vw + 7.1111111111px); } }
    @media (min-width: 1200px) {
      .text3 .text-tlacitko {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .text3 .text-tlacitko {
        padding-left: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .text3 .text-tlacitko {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .text3 .text-tlacitko {
        padding-right: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .text3 .text-tlacitko {
        padding-right: 48px; } }
    .text3 .text-tlacitko i {
      margin-right: 8px; }
    .text3 .text-tlacitko::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #333333;
      transform: scale(0);
      transition-property: transform;
      transition-duration: 0.5s;
      transition-timing-function: ease-out; }
    .text3 .text-tlacitko:hover {
      color: white; }
      .text3 .text-tlacitko:hover::before {
        transform: scale(2); }
  @media (max-width: 620px) {
    .text3 {
      margin-bottom: 40px; }
      .text3:nth-child(odd) .text3-foto {
        order: 2; }
      .text3:nth-child(odd) .text3-obsah {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        order: 1; }
      .text3 .text3-obsah {
        width: 100%;
        margin-bottom: 14px;
        margin-right: 0 !important;
        margin-left: 0 !important; }
      .text3 .text3-foto {
        width: 100%; }
        .text3 .text3-foto img {
          margin: 0 auto; } }

.text4 h2 {
  margin-top: 0; }

.text4 p {
  margin-bottom: 0; }

.text4 .text4-clanky {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.text4 .text4clanek {
  width: calc((100% / 2 - 20px) + (20px / 2));
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 14px;
  border: 1px solid #666; }
  .text4 .text4clanek:nth-child(2n+2) {
    margin-right: 0; }
  @media (min-width: 300px) {
    .text4 .text4clanek {
      width: calc((100% / 1 - 20px) + (20px / 1));
      margin-right: 20px;
      margin-bottom: 20px; }
      .text4 .text4clanek:nth-child(0n+0) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .text4 .text4clanek:nth-child(1n+1) {
        margin-right: 0; } }
  @media (min-width: 621px) {
    .text4 .text4clanek {
      width: calc((100% / 2 - 20px) + (20px / 2));
      margin-right: 20px;
      margin-bottom: 20px; }
      .text4 .text4clanek:nth-child(1n+1) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .text4 .text4clanek:nth-child(2n+2) {
        margin-right: 0; } }
  @media (min-width: 941px) {
    .text4 .text4clanek {
      width: calc((100% / 2 - 20px) + (20px / 2));
      margin-right: 20px;
      margin-bottom: 20px; }
      .text4 .text4clanek:nth-child(1n+1) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .text4 .text4clanek:nth-child(2n+2) {
        margin-right: 0; } }
  @media (max-width: 300px) {
    .text4 .text4clanek {
      width: 100%;
      max-width: 100%;
      margin-right: 0 !important; } }
  @media (min-width: 320px) {
    .text4 .text4clanek {
      padding: calc(0.6818181818vw + 11.8181818182px); } }
  @media (min-width: 1200px) {
    .text4 .text4clanek {
      padding: 20px; } }
  .text4 .text4clanek .text4-nadpis {
    margin-bottom: 20px; }
  .text4 .text4clanek:nth-child(even) {
    margin-right: 0; }

.text5 {
  margin-bottom: 30px; }
  .text5 .text5-clanky {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    justify-content: center;
    flex-direction: column; }
    .text5 .text5-clanky::after {
      position: absolute;
      left: 50%;
      top: 10px;
      width: 1px;
      height: calc(100% - 20px);
      background: #666;
      content: ""; }
      @media (max-width: 695px) {
        .text5 .text5-clanky::after {
          left: 0; } }
  .text5 .text5clanek {
    width: calc(50% - 65px);
    margin-right: 130px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media (max-width: 695px) {
      .text5 .text5clanek {
        margin-left: 65px;
        width: calc(100% - 65px); } }
    .text5 .text5clanek h2 {
      margin-bottom: 0;
      font-size: 16px;
      margin-top: 0; }
      @media (min-width: 320px) {
        .text5 .text5clanek h2 {
          font-size: calc(0.2272727273vw + 15.2727272727px); } }
      @media (min-width: 1200px) {
        .text5 .text5clanek h2 {
          font-size: 18px; } }
    .text5 .text5clanek::after {
      content: "";
      width: 65px;
      height: 1px;
      background: #666;
      top: 50%;
      left: 100%;
      position: absolute; }
      @media (max-width: 695px) {
        .text5 .text5clanek::after {
          left: auto;
          right: 100%; } }
    .text5 .text5clanek .text5-nadpis {
      width: 260px;
      border: 1px solid #666;
      border-bottom: none;
      margin-left: auto;
      padding: 16px; }
      @media (max-width: 695px) {
        .text5 .text5clanek .text5-nadpis {
          width: 100%; } }
    .text5 .text5clanek .text5-popis {
      width: 260px;
      border: 1px solid #666;
      border-top: none;
      margin-left: auto;
      padding: 0 16px 16px 16px; }
      .text5 .text5clanek .text5-popis p {
        margin-bottom: 0; }
      @media (max-width: 695px) {
        .text5 .text5clanek .text5-popis {
          width: 100%; } }
    .text5 .text5clanek:nth-child(even) {
      margin-right: 0;
      margin-left: auto; }
      .text5 .text5clanek:nth-child(even) .text5-nadpis, .text5 .text5clanek:nth-child(even) .text5-popis {
        margin-left: 0; }
      .text5 .text5clanek:nth-child(even)::after {
        left: auto;
        right: 100%; }

.text6 {
  overflow: hidden;
  margin-bottom: 30px; }
  .text6 h2 {
    margin-top: 0; }
  .text6 .text6-titulek {
    float: left;
    width: calc(100% - 360px);
    margin-bottom: 20px; }
    @media (max-width: 720px) {
      .text6 .text6-titulek {
        width: 50%; } }
    @media (max-width: 430px) {
      .text6 .text6-titulek {
        width: 100%; } }
  .text6 .text6-obsah {
    display: block; }
  .text6 .text6-foto {
    float: right;
    width: 340px;
    margin-left: 20px;
    margin-bottom: 20px; }
    @media (max-width: 720px) {
      .text6 .text6-foto {
        width: calc(50% - 20px); } }
    @media (max-width: 430px) {
      .text6 .text6-foto {
        width: 100%;
        margin-left: 0; }
        .text6 .text6-foto img {
          width: 100%; } }
  .text6 .tlacitko-obal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px; }
  .text6 .text-tlacitko {
    height: 34px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border: 1px solid #666;
    display: inline-block;
    color: white;
    text-decoration: none;
    width: auto;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    background: #666;
    font-weight: 400;
    transition: all 0.5s ease-out; }
    @media (min-width: 768px) {
      .text6 .text-tlacitko {
        height: calc(3.2407407407vw + 9.1111111111px); } }
    @media (min-width: 1200px) {
      .text6 .text-tlacitko {
        height: 48px; } }
    @media (min-width: 768px) {
      .text6 .text-tlacitko {
        line-height: calc(3.2407407407vw + 7.1111111111px); } }
    @media (min-width: 1200px) {
      .text6 .text-tlacitko {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .text6 .text-tlacitko {
        padding-left: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .text6 .text-tlacitko {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .text6 .text-tlacitko {
        padding-right: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .text6 .text-tlacitko {
        padding-right: 48px; } }
    .text6 .text-tlacitko i {
      margin-right: 8px; }
    .text6 .text-tlacitko::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #333333;
      transform: scale(0);
      transition-property: transform;
      transition-duration: 0.5s;
      transition-timing-function: ease-out; }
    .text6 .text-tlacitko:hover {
      color: white; }
      .text6 .text-tlacitko:hover::before {
        transform: scale(2); }

.special_obal {
  margin-bottom: 30px; }
  .special_obal .special_pole {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .special_obal .special_pole > p {
      display: none; }
  .special_obal .special1 {
    width: 250px;
    text-align: center; }
    @media (max-width: 850px) {
      .special_obal .special1 {
        width: calc(100% / 3);
        padding: 10px; } }
    @media (max-width: 500px) {
      .special_obal .special1 {
        width: 50%; } }
    @media (max-width: 400px) {
      .special_obal .special1 {
        width: 100%; } }
    .special_obal .special1 .special-foto img {
      max-width: 100%; }
  .special_obal .special2 {
    width: 250px;
    text-align: center; }
    @media (max-width: 850px) {
      .special_obal .special2 {
        width: calc(100% / 3);
        padding: 10px; } }
    @media (max-width: 500px) {
      .special_obal .special2 {
        width: 50%; } }
    @media (max-width: 400px) {
      .special_obal .special2 {
        width: 100%; } }
    .special_obal .special2 .special-cislo {
      font-size: 35px;
      font-weight: 700; }
      .special_obal .special2 .special-cislo p {
        margin-bottom: 0;
        font-size: 35px;
        font-weight: 700; }
  .special_obal .special-text {
    margin-top: 20px; }

.special4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .special4 .tlacitko-obal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px; }
  .special4 .text-tlacitko {
    padding: 10px 30px;
    border: 1px solid black;
    display: inline-block;
    margin: 0 10px; }
  .special4 .text-tlacitko {
    height: 34px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border: 1px solid #666;
    display: inline-block;
    color: white;
    text-decoration: none;
    width: auto;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    background: #666;
    font-weight: 400;
    transition: all 0.5s ease-out;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media (min-width: 768px) {
      .special4 .text-tlacitko {
        height: calc(3.2407407407vw + 9.1111111111px); } }
    @media (min-width: 1200px) {
      .special4 .text-tlacitko {
        height: 48px; } }
    @media (min-width: 768px) {
      .special4 .text-tlacitko {
        line-height: calc(3.2407407407vw + 7.1111111111px); } }
    @media (min-width: 1200px) {
      .special4 .text-tlacitko {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .special4 .text-tlacitko {
        padding-left: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .special4 .text-tlacitko {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .special4 .text-tlacitko {
        padding-right: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .special4 .text-tlacitko {
        padding-right: 48px; } }
    .special4 .text-tlacitko i {
      margin-right: 8px; }
    .special4 .text-tlacitko::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #333333;
      transform: scale(0);
      transition-property: transform;
      transition-duration: 0.5s;
      transition-timing-function: ease-out; }
    .special4 .text-tlacitko:hover {
      color: white; }
      .special4 .text-tlacitko:hover::before {
        transform: scale(2); }

.alert {
  width: 100%;
  display: block;
  padding: 15px;
  position: relative;
  border-radius: 0;
  margin-bottom: 15px;
  border: 1px solid transparent; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success a {
    color: #224323;
    font-weight: bold; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info a {
    color: #1d4356;
    font-weight: bold; }

.alert-error {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-error a {
    color: #722e2d;
    font-weight: bold; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning a {
    color: #544324;
    font-weight: bold; }

.inner .alert:last-child {
  margin-bottom: 0; }

.messages {
  margin-bottom: 20px; }

.dev-notification {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 25px;
  color: #f00;
  z-index: 99999999; }
  .dev-notification .close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center; }
    .dev-notification .close:hover {
      color: #cc0000; }

.not-published-notification {
  position: fixed;
  left: 0;
  top: 100px;
  background: rgba(255, 255, 255, 0.6);
  padding: 25px;
  color: #f00;
  z-index: 1000; }
  .not-published-notification .close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center; }
    .not-published-notification .close:hover {
      color: #cc0000; }

h1,
.h1 {
  font-size: 32px;
  margin-bottom: 24px;
  font-weight: 800;
  color: #69b306; }
  @media (min-width: 320px) {
    h1,
    .h1 {
      font-size: calc(1vw + 28.8px); } }
  @media (min-width: 1920px) {
    h1,
    .h1 {
      font-size: 48px; } }
  @media (min-width: 320px) {
    h1,
    .h1 {
      margin-bottom: calc(2.25vw + 16.8px); } }
  @media (min-width: 1920px) {
    h1,
    .h1 {
      margin-bottom: 60px; } }
  .main-title.w-icon h1, .main-title.w-icon
  .h1 {
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px;
    font-weight: 900; }

.title-block {
  font-family: "Montserrat", "Arial", sans-serif;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 24px; }
  @media (min-width: 320px) {
    .title-block {
      margin-bottom: calc(2.25vw + 16.8px); } }
  @media (min-width: 1920px) {
    .title-block {
      margin-bottom: 60px; } }
  .title-block .big {
    position: relative;
    width: 50%;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.35;
    color: #000;
    padding-top: 24px;
    padding-right: 12px;
    padding-bottom: 18px;
    padding-left: 24px;
    margin: 0; }
    @media (min-width: 320px) {
      .title-block .big {
        font-size: calc(1.4375vw + 20.4px); } }
    @media (min-width: 1920px) {
      .title-block .big {
        font-size: 48px; } }
    @media (min-width: 320px) {
      .title-block .big {
        padding-top: calc(0.75vw + 21.6px); } }
    @media (min-width: 1920px) {
      .title-block .big {
        padding-top: 36px; } }
    @media (min-width: 320px) {
      .title-block .big {
        padding-right: calc(0.75vw + 9.6px); } }
    @media (min-width: 1920px) {
      .title-block .big {
        padding-right: 24px; } }
    @media (min-width: 320px) {
      .title-block .big {
        padding-bottom: calc(1.375vw + 13.6px); } }
    @media (min-width: 1920px) {
      .title-block .big {
        padding-bottom: 40px; } }
    @media (min-width: 320px) {
      .title-block .big {
        padding-left: calc(2.75vw + 15.2px); } }
    @media (min-width: 1920px) {
      .title-block .big {
        padding-left: 68px; } }
    @media (max-width: 767px) {
      .title-block .big {
        width: calc(100% - 3rem); } }
    @media (max-width: 559px) {
      .title-block .big {
        width: calc(100% - 2rem); } }
    .title-block .big:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 125%;
      box-shadow: 0 0 0 0.25rem #302c26 inset;
      pointer-events: none; }
      @media (max-width: 767px) {
        .title-block .big:before {
          width: 100%;
          height: 125%; } }
    .title-block .big .just-text {
      font-weight: 400; }
  .title-block .small {
    width: 50%;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.35;
    background: #5c5955;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    z-index: 2;
    margin: 0; }
    @media (min-width: 320px) {
      .title-block .small {
        font-size: calc(0.25vw + 23.2px); } }
    @media (min-width: 1920px) {
      .title-block .small {
        font-size: 28px; } }
    @media (min-width: 320px) {
      .title-block .small {
        padding-top: calc(2vw + 5.6px); } }
    @media (min-width: 1920px) {
      .title-block .small {
        padding-top: 44px; } }
    @media (min-width: 320px) {
      .title-block .small {
        padding-right: calc(2.875vw + 8.8px); } }
    @media (min-width: 1920px) {
      .title-block .small {
        padding-right: 64px; } }
    @media (min-width: 320px) {
      .title-block .small {
        padding-bottom: calc(2vw + 5.6px); } }
    @media (min-width: 1920px) {
      .title-block .small {
        padding-bottom: 44px; } }
    @media (min-width: 320px) {
      .title-block .small {
        padding-left: calc(2.875vw + 8.8px); } }
    @media (min-width: 1920px) {
      .title-block .small {
        padding-left: 64px; } }
    @media (max-width: 767px) {
      .title-block .small {
        width: calc(100% - 3rem);
        margin-left: 3rem; } }
    @media (max-width: 559px) {
      .title-block .small {
        width: calc(100% - 2rem);
        margin-left: 2rem; } }
  .title-block.reverse .small {
    margin-bottom: 20px; }
    @media (min-width: 320px) {
      .title-block.reverse .small {
        margin-bottom: calc(1.75vw + 14.4px); } }
    @media (min-width: 1920px) {
      .title-block.reverse .small {
        margin-bottom: 48px; } }
  .title-block.studio-detail {
    align-items: flex-start;
    position: relative; }
    .title-block.studio-detail .big {
      padding-bottom: 75px; }
      @media (min-width: 979px) {
        .title-block.studio-detail .big {
          padding-bottom: calc(-4800vw + 47067px); } }
      @media (min-width: 980px) {
        .title-block.studio-detail .big {
          padding-bottom: calc(1.8085106383vw + 9.2765957447px); } }
      @media (min-width: 1920px) {
        .title-block.studio-detail .big {
          padding-bottom: 44px; } }
      @media (max-width: 979px) {
        .title-block.studio-detail .big {
          width: 100%; }
          .title-block.studio-detail .big:before {
            width: 100%; } }
      .title-block.studio-detail .big h1 {
        margin-bottom: 24px; }
        @media (min-width: 320px) {
          .title-block.studio-detail .big h1 {
            margin-bottom: calc(1vw + 20.8px); } }
        @media (min-width: 1920px) {
          .title-block.studio-detail .big h1 {
            margin-bottom: 40px; } }
      .title-block.studio-detail .big .additional-info {
        position: absolute;
        top: calc(100% + 3rem);
        left: 0;
        padding: .25rem 1.5rem .375rem;
        margin-right: 1rem;
        border-left: .25rem solid darkred;
        font-weight: 400;
        font-style: italic;
        color: darkred; }
        .title-block.studio-detail .big .additional-info p {
          margin: 0; }
        @media (max-width: 979px) {
          .title-block.studio-detail .big .additional-info {
            position: static;
            margin-top: 1.5rem; } }
    .title-block.studio-detail .small {
      background: #f7f7f7;
      color: #302c26;
      margin-top: 3.75rem;
      font-size: inherit;
      font-weight: 400;
      line-height: inherit; }
      @media (max-width: 979px) {
        .title-block.studio-detail .small {
          width: 100%;
          margin-left: 8%;
          margin-top: -3rem;
          z-index: 3; } }
      .title-block.studio-detail .small h2 {
        font-size: 24px;
        font-weight: 800;
        line-height: 1.35; }
        @media (min-width: 320px) {
          .title-block.studio-detail .small h2 {
            font-size: calc(0.25vw + 23.2px); } }
        @media (min-width: 1920px) {
          .title-block.studio-detail .small h2 {
            font-size: 28px; } }
      .title-block.studio-detail .small table {
        margin-bottom: 0;
        font-size: 14px; }
        .title-block.studio-detail .small table tr td {
          border: 0;
          vertical-align: middle; }
          .title-block.studio-detail .small table tr td:last-child {
            min-width: 165px; }
        @media (min-width: 320px) {
          .title-block.studio-detail .small table {
            font-size: calc(0.303030303vw + 13.0303030303px); } }
        @media (min-width: 980px) {
          .title-block.studio-detail .small table {
            font-size: 16px; } }

.title-icon {
  color: #0490E0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.tab-text table tr td:first-child:first-letter,
.tab-text table tr th:first-child:first-letter {
  text-transform: uppercase; }

.main-article-content {
  margin-bottom: 3.5rem; }

.location_page_getDetail .text h1, .location_page_getDetail .text h1.main-title,
.location_categorySimple_getDetail .text h1,
.location_categorySimple_getDetail .text h1.main-title,
.location_productSimple_getDetail .text h1,
.location_productSimple_getDetail .text h1.main-title,
.location_productSimple_getList .text h1,
.location_productSimple_getList .text h1.main-title,
.location_categoryNews_getList .text h1,
.location_categoryNews_getList .text h1.main-title,
.location_categoryNews_getDetail .text h1,
.location_categoryNews_getDetail .text h1.main-title,
.location_orderSimple_getOrder .text h1,
.location_orderSimple_getOrder .text h1.main-title,
.location_realizace_getList .text h1,
.location_realizace_getList .text h1.main-title,
.location_realizace_getDetail .text h1,
.location_realizace_getDetail .text h1.main-title {
  text-align: center;
  color: #000;
  position: relative;
  margin-bottom: 64px; }
  @media (min-width: 320px) {
    .location_page_getDetail .text h1, .location_page_getDetail .text h1.main-title,
    .location_categorySimple_getDetail .text h1,
    .location_categorySimple_getDetail .text h1.main-title,
    .location_productSimple_getDetail .text h1,
    .location_productSimple_getDetail .text h1.main-title,
    .location_productSimple_getList .text h1,
    .location_productSimple_getList .text h1.main-title,
    .location_categoryNews_getList .text h1,
    .location_categoryNews_getList .text h1.main-title,
    .location_categoryNews_getDetail .text h1,
    .location_categoryNews_getDetail .text h1.main-title,
    .location_orderSimple_getOrder .text h1,
    .location_orderSimple_getOrder .text h1.main-title,
    .location_realizace_getList .text h1,
    .location_realizace_getList .text h1.main-title,
    .location_realizace_getDetail .text h1,
    .location_realizace_getDetail .text h1.main-title {
      margin-bottom: calc(2vw + 57.6px); } }
  @media (min-width: 1920px) {
    .location_page_getDetail .text h1, .location_page_getDetail .text h1.main-title,
    .location_categorySimple_getDetail .text h1,
    .location_categorySimple_getDetail .text h1.main-title,
    .location_productSimple_getDetail .text h1,
    .location_productSimple_getDetail .text h1.main-title,
    .location_productSimple_getList .text h1,
    .location_productSimple_getList .text h1.main-title,
    .location_categoryNews_getList .text h1,
    .location_categoryNews_getList .text h1.main-title,
    .location_categoryNews_getDetail .text h1,
    .location_categoryNews_getDetail .text h1.main-title,
    .location_orderSimple_getOrder .text h1,
    .location_orderSimple_getOrder .text h1.main-title,
    .location_realizace_getList .text h1,
    .location_realizace_getList .text h1.main-title,
    .location_realizace_getDetail .text h1,
    .location_realizace_getDetail .text h1.main-title {
      margin-bottom: 96px; } }
  .location_page_getDetail .text h1:after, .location_page_getDetail .text h1.main-title:after,
  .location_categorySimple_getDetail .text h1:after,
  .location_categorySimple_getDetail .text h1.main-title:after,
  .location_productSimple_getDetail .text h1:after,
  .location_productSimple_getDetail .text h1.main-title:after,
  .location_productSimple_getList .text h1:after,
  .location_productSimple_getList .text h1.main-title:after,
  .location_categoryNews_getList .text h1:after,
  .location_categoryNews_getList .text h1.main-title:after,
  .location_categoryNews_getDetail .text h1:after,
  .location_categoryNews_getDetail .text h1.main-title:after,
  .location_orderSimple_getOrder .text h1:after,
  .location_orderSimple_getOrder .text h1.main-title:after,
  .location_realizace_getList .text h1:after,
  .location_realizace_getList .text h1.main-title:after,
  .location_realizace_getDetail .text h1:after,
  .location_realizace_getDetail .text h1.main-title:after {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: 120px;
    height: .25rem;
    transform: translateX(-50%);
    background: #000; }
    @media (min-width: 320px) {
      .location_page_getDetail .text h1:after, .location_page_getDetail .text h1.main-title:after,
      .location_categorySimple_getDetail .text h1:after,
      .location_categorySimple_getDetail .text h1.main-title:after,
      .location_productSimple_getDetail .text h1:after,
      .location_productSimple_getDetail .text h1.main-title:after,
      .location_productSimple_getList .text h1:after,
      .location_productSimple_getList .text h1.main-title:after,
      .location_categoryNews_getList .text h1:after,
      .location_categoryNews_getList .text h1.main-title:after,
      .location_categoryNews_getDetail .text h1:after,
      .location_categoryNews_getDetail .text h1.main-title:after,
      .location_orderSimple_getOrder .text h1:after,
      .location_orderSimple_getOrder .text h1.main-title:after,
      .location_realizace_getList .text h1:after,
      .location_realizace_getList .text h1.main-title:after,
      .location_realizace_getDetail .text h1:after,
      .location_realizace_getDetail .text h1.main-title:after {
        bottom: calc(-0.75vw - 21.6px); } }
    @media (min-width: 1920px) {
      .location_page_getDetail .text h1:after, .location_page_getDetail .text h1.main-title:after,
      .location_categorySimple_getDetail .text h1:after,
      .location_categorySimple_getDetail .text h1.main-title:after,
      .location_productSimple_getDetail .text h1:after,
      .location_productSimple_getDetail .text h1.main-title:after,
      .location_productSimple_getList .text h1:after,
      .location_productSimple_getList .text h1.main-title:after,
      .location_categoryNews_getList .text h1:after,
      .location_categoryNews_getList .text h1.main-title:after,
      .location_categoryNews_getDetail .text h1:after,
      .location_categoryNews_getDetail .text h1.main-title:after,
      .location_orderSimple_getOrder .text h1:after,
      .location_orderSimple_getOrder .text h1.main-title:after,
      .location_realizace_getList .text h1:after,
      .location_realizace_getList .text h1.main-title:after,
      .location_realizace_getDetail .text h1:after,
      .location_realizace_getDetail .text h1.main-title:after {
        bottom: -36px; } }
    @media (min-width: 320px) {
      .location_page_getDetail .text h1:after, .location_page_getDetail .text h1.main-title:after,
      .location_categorySimple_getDetail .text h1:after,
      .location_categorySimple_getDetail .text h1.main-title:after,
      .location_productSimple_getDetail .text h1:after,
      .location_productSimple_getDetail .text h1.main-title:after,
      .location_productSimple_getList .text h1:after,
      .location_productSimple_getList .text h1.main-title:after,
      .location_categoryNews_getList .text h1:after,
      .location_categoryNews_getList .text h1.main-title:after,
      .location_categoryNews_getDetail .text h1:after,
      .location_categoryNews_getDetail .text h1.main-title:after,
      .location_orderSimple_getOrder .text h1:after,
      .location_orderSimple_getOrder .text h1.main-title:after,
      .location_realizace_getList .text h1:after,
      .location_realizace_getList .text h1.main-title:after,
      .location_realizace_getDetail .text h1:after,
      .location_realizace_getDetail .text h1.main-title:after {
        width: calc(7.5vw + 96px); } }
    @media (min-width: 1920px) {
      .location_page_getDetail .text h1:after, .location_page_getDetail .text h1.main-title:after,
      .location_categorySimple_getDetail .text h1:after,
      .location_categorySimple_getDetail .text h1.main-title:after,
      .location_productSimple_getDetail .text h1:after,
      .location_productSimple_getDetail .text h1.main-title:after,
      .location_productSimple_getList .text h1:after,
      .location_productSimple_getList .text h1.main-title:after,
      .location_categoryNews_getList .text h1:after,
      .location_categoryNews_getList .text h1.main-title:after,
      .location_categoryNews_getDetail .text h1:after,
      .location_categoryNews_getDetail .text h1.main-title:after,
      .location_orderSimple_getOrder .text h1:after,
      .location_orderSimple_getOrder .text h1.main-title:after,
      .location_realizace_getList .text h1:after,
      .location_realizace_getList .text h1.main-title:after,
      .location_realizace_getDetail .text h1:after,
      .location_realizace_getDetail .text h1.main-title:after {
        width: 240px; } }

.location_page_getDetail .text .page-top,
.location_categorySimple_getDetail .text .page-top,
.location_productSimple_getDetail .text .page-top,
.location_productSimple_getList .text .page-top,
.location_categoryNews_getList .text .page-top,
.location_categoryNews_getDetail .text .page-top,
.location_orderSimple_getOrder .text .page-top,
.location_realizace_getList .text .page-top,
.location_realizace_getDetail .text .page-top {
  margin-bottom: 5.25rem; }

.location_page_getDetail .text .summary p,
.location_categorySimple_getDetail .text .summary p,
.location_productSimple_getDetail .text .summary p,
.location_productSimple_getList .text .summary p,
.location_categoryNews_getList .text .summary p,
.location_categoryNews_getDetail .text .summary p,
.location_orderSimple_getOrder .text .summary p,
.location_realizace_getList .text .summary p,
.location_realizace_getDetail .text .summary p {
  text-align: center;
  margin: 0 auto;
  font-weight: 700; }

.location_page_getDetail .text {
  max-width: 60rem;
  margin: 0 auto; }

.text img {
  max-width: 100%; }
  @media (max-width: 1200px) {
    .text img {
      height: auto !important; } }

.text p, .text .p {
  max-width: 980px; }

.text h2 {
  font-size: 24px;
  margin-bottom: 14px; }
  @media (min-width: 320px) {
    .text h2 {
      font-size: calc(0.5vw + 22.4px); } }
  @media (min-width: 1920px) {
    .text h2 {
      font-size: 32px; } }
  @media (min-width: 320px) {
    .text h2 {
      margin-bottom: calc(0.375vw + 12.8px); } }
  @media (min-width: 1920px) {
    .text h2 {
      margin-bottom: 20px; } }
  .text h2.fotogallery-top {
    margin: 3.5rem 0 2rem;
    text-align: center; }

.text h3 {
  margin-top: 2.5rem;
  font-size: 16px;
  margin-bottom: 12px; }
  @media (min-width: 320px) {
    .text h3 {
      font-size: calc(0.25vw + 15.2px); } }
  @media (min-width: 1920px) {
    .text h3 {
      font-size: 20px; } }
  @media (min-width: 320px) {
    .text h3 {
      margin-bottom: calc(0.375vw + 10.8px); } }
  @media (min-width: 1920px) {
    .text h3 {
      margin-bottom: 18px; } }

.text p, .text li, .text blockquote {
  font-size: 15px;
  line-height: 1.7; }
  @media (min-width: 320px) {
    .text p, .text li, .text blockquote {
      font-size: calc(0.0625vw + 14.8px); } }
  @media (min-width: 1920px) {
    .text p, .text li, .text blockquote {
      font-size: 16px; } }

.text li {
  margin-bottom: 6px; }
  .text li ul, .text li ol {
    margin-top: 12px; }

.text p, .text blockquote {
  margin-bottom: 1em; }

.text blockquote {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  quotes: "“" "”" "‘" "’";
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-style: italic;
  padding: 2em 0;
  margin: 2em 0; }
  .text blockquote:after {
    color: #ccc;
    font-family: Source Sans Pro;
    content: open-quote;
    font-size: 80px;
    position: absolute;
    left: 50%;
    bottom: calc(100% - 20px);
    background: #fff;
    height: 55px;
    width: 55px;
    line-height: normal;
    text-align: center;
    transform: translateX(-50%); }

.text ul, .text ol {
  padding-left: 30px;
  margin-bottom: 14px; }
  @media (min-width: 320px) {
    .text ul, .text ol {
      margin-bottom: calc(0.375vw + 12.8px); } }
  @media (min-width: 1920px) {
    .text ul, .text ol {
      margin-bottom: 20px; } }

.text table {
  border-collapse: collapse;
  background-color: transparent;
  margin: 10px 0 40px;
  border: 0;
  width: 100%; }
  .text table tr:nth-of-type(odd) {
    background-color: rgba(105, 179, 6, 0.1); }
  .text table tr th, .text table tr td {
    padding: 15px 17px;
    vertical-align: top;
    border: 1px solid #eceeef;
    color: #2d2d2d;
    text-align: left;
    font-weight: 300; }
  .text table tr th {
    border-bottom: 2px solid #69b306;
    color: #69b306;
    font-weight: 600; }
  .text table theat tr {
    background-color: transparent; }

.text .tableOverflow {
  display: block;
  max-width: 100%;
  overflow: auto; }

.text .video-gallery a {
  text-decoration: underline;
  cursor: pointer; }
  .text .video-gallery a:hover {
    text-decoration: none; }

a {
  color: #69b306; }
  a:hover {
    text-decoration: none; }

.pobocky-shortcode {
  background: #69b306;
  margin-bottom: 12px; }
  @media (min-width: 320px) {
    .pobocky-shortcode {
      margin-bottom: calc(3vw + 2.4px); } }
  @media (min-width: 1920px) {
    .pobocky-shortcode {
      margin-bottom: 60px; } }
  .pobocky-shortcode--inner {
    text-align: center;
    color: #fff;
    font-family: "Montserrat", "Arial", sans-serif;
    padding: 16px; }
    @media (min-width: 320px) {
      .pobocky-shortcode--inner {
        padding: calc(1.75vw + 10.4px); } }
    @media (min-width: 1920px) {
      .pobocky-shortcode--inner {
        padding: 44px; } }
  .pobocky-shortcode--title {
    display: block;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 16px; }
    @media (min-width: 320px) {
      .pobocky-shortcode--title {
        font-size: calc(0.375vw + 16.8px); } }
    @media (min-width: 1920px) {
      .pobocky-shortcode--title {
        font-size: 24px; } }
    @media (min-width: 320px) {
      .pobocky-shortcode--title {
        margin-bottom: calc(0.625vw + 14px); } }
    @media (min-width: 1920px) {
      .pobocky-shortcode--title {
        margin-bottom: 26px; } }
  .pobocky-shortcode--list {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0 !important;
    margin-bottom: 0 !important; }
    .pobocky-shortcode--list li {
      margin: .625rem 0; }
      @media (max-width: 767px) {
        .pobocky-shortcode--list li {
          margin: .25rem 0; } }
      .pobocky-shortcode--list li.no-link a {
        pointer-events: none;
        text-decoration: none; }
      .pobocky-shortcode--list li.no-link:hover a {
        text-decoration: none; }
      .pobocky-shortcode--list li > a {
        font-size: 16px;
        line-height: 1;
        color: inherit;
        text-decoration: none; }
        @media (min-width: 320px) {
          .pobocky-shortcode--list li > a {
            font-size: calc(0.5vw + 14.4px); } }
        @media (min-width: 1920px) {
          .pobocky-shortcode--list li > a {
            font-size: 24px; } }
      .pobocky-shortcode--list li:hover > a {
        text-decoration: underline; }
      .pobocky-shortcode--list li:not(:first-child) {
        margin-left: 1rem;
        padding-left: 1rem;
        border-left: 0.125rem solid #fff; }

.paginator {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 15px; }
  .paginator a {
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    min-width: 28px;
    text-align: center;
    border: 1px solid transparent;
    margin: 0 5px; }
    .paginator a:not(.acitve):not(.disabled):hover {
      background: #69b306;
      border-color: #69b306;
      color: #fff; }
  .paginator .active {
    border: 1px solid #69b306;
    text-decoration: none; }
  .paginator .disabled {
    color: #413f3d;
    text-decoration: none;
    cursor: default; }

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 4px;
  position: relative;
  border: 1px solid #c1bfbc; }

input[type="checkbox"] {
  border: 1px solid #c1bfbc; }
  input[type="checkbox"]:checked:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 5px;
    border-left: 2px solid #69b306;
    border-bottom: 2px solid #69b306;
    transform: rotate(-45deg) translateY(5px); }

input[type="radio"] {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e9e8e8;
  position: relative;
  border-radius: 50%;
  padding: 0;
  width: 18px;
  height: 18px;
  border: none;
  -webkit-appearance: none; }
  input[type="radio"]:checked:before {
    border: 2px solid #69b306;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%; }
  input[type="radio"][disabled]::before {
    border-color: #e8e8e8; }

button, input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.disabled {
  opacity: .6; }

.checkbox-custom {
  display: inline-block;
  margin-left: 10px; }
  .checkbox-custom label {
    margin-left: 5px;
    position: relative;
    top: 1px; }

.control-label {
  margin-left: 10px; }

.counter {
  width: 160px;
  height: 46px;
  float: left;
  width: 120px;
  height: 34px; }
  @media (min-width: 320px) {
    .counter {
      width: calc(4.5454545455vw + 105.454545455px); } }
  @media (min-width: 1200px) {
    .counter {
      width: 160px; } }
  @media (min-width: 320px) {
    .counter {
      height: calc(1.3636363636vw + 29.6363636364px); } }
  @media (min-width: 1200px) {
    .counter {
      height: 46px; } }
  .counter .counter-inner {
    width: 95px;
    height: 34px;
    float: left;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #c1bfbc;
    overflow: hidden; }
    @media (min-width: 320px) {
      .counter .counter-inner {
        width: calc(2.2727272727vw + 87.7272727273px); } }
    @media (min-width: 1200px) {
      .counter .counter-inner {
        width: 115px; } }
    @media (min-width: 320px) {
      .counter .counter-inner {
        height: calc(1.3636363636vw + 29.6363636364px); } }
    @media (min-width: 1200px) {
      .counter .counter-inner {
        height: 46px; } }
    .counter .counter-inner .less, .counter .counter-inner .more {
      width: 30px;
      height: 34px;
      line-height: 34px;
      text-align: center;
      float: left;
      cursor: pointer; }
      @media (min-width: 320px) {
        .counter .counter-inner .less, .counter .counter-inner .more {
          height: calc(1.3636363636vw + 29.6363636364px); } }
      @media (min-width: 1200px) {
        .counter .counter-inner .less, .counter .counter-inner .more {
          height: 46px; } }
      @media (min-width: 320px) {
        .counter .counter-inner .less, .counter .counter-inner .more {
          line-height: calc(1.3636363636vw + 29.6363636364px); } }
      @media (min-width: 1200px) {
        .counter .counter-inner .less, .counter .counter-inner .more {
          line-height: 46px; } }
      .counter .counter-inner .less:hover path, .counter .counter-inner .more:hover path {
        fill: #69b306; }
      .counter .counter-inner .less path, .counter .counter-inner .more path {
        fill: #302c26; }
    .counter .counter-inner .less {
      border-right: 1px solid #c1bfbc; }
    .counter .counter-inner .more {
      border-left: 1px solid #c1bfbc; }
    .counter .counter-inner input {
      height: 34px;
      width: calc(100% - 60px);
      float: left;
      display: inline-block;
      border: none;
      padding: 0 6px;
      text-align: center;
      font-size: 18px; }
      @media (min-width: 320px) {
        .counter .counter-inner input {
          height: calc(1.3636363636vw + 29.6363636364px); } }
      @media (min-width: 1200px) {
        .counter .counter-inner input {
          height: 46px; } }
  .counter .unit {
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    padding-left: 6px;
    font-size: 13px;
    display: inline-block;
    float: left; }
    @media (min-width: 320px) {
      .counter .unit {
        height: calc(1.3636363636vw + 29.6363636364px); } }
    @media (min-width: 1200px) {
      .counter .unit {
        height: 46px; } }
    @media (min-width: 320px) {
      .counter .unit {
        line-height: calc(1.3636363636vw + 29.6363636364px); } }
    @media (min-width: 1200px) {
      .counter .unit {
        line-height: 46px; } }

.questions-form, .friend-form {
  width: 100%;
  background: #f7f7f7;
  padding: 41px 21px 21px;
  border: 1px solid #e4e4e4; }
  .questions-form .col-md-12 .label input, .friend-form .col-md-12 .label input {
    width: 100%; }
  .questions-form .label.col-md-6, .friend-form .label.col-md-6 {
    margin-left: 10px;
    width: calc(50% - 10px); }
    .questions-form .label.col-md-6:nth-child(2n + 1), .friend-form .label.col-md-6:nth-child(2n + 1) {
      margin-right: 10px;
      margin-left: 0; }
      @media (max-width: 620px) {
        .questions-form .label.col-md-6:nth-child(2n + 1), .friend-form .label.col-md-6:nth-child(2n + 1) {
          margin-right: 0; } }
    @media (max-width: 620px) {
      .questions-form .label.col-md-6, .friend-form .label.col-md-6 {
        width: 100%;
        margin-left: 0; } }
  .questions-form form, .friend-form form {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .questions-form, .friend-form {
      width: 100%; } }

/*
.fs-1, .fs-2, .fs-3 {

	.col-md-6 {
		padding-left: 10px;

		.field-label {
			left: 22px;

			&.is-length {
				top: -16px;
				left: 10px;
			}
		}

		&:nth-child(2n + 1) {
			padding-right: 10px;
			padding-left: 0px;

			.field-label {
				left: 12px;

				&.is-length {
					top: -16px;
					left: 0;
				}
			}
		}

		@media(max-width: 665px) {
			padding-left: 0px;
			width: 100%;

			.field-label {
				left: 12px;

				&.is-length {
					top: -16px;
					left: 0px;
				}
			}

			&:nth-child(2n + 1) {
				padding-right: 0px;
				padding-left: 0px;

				.field-label {
					left: 12px;

					&.is-length {
						top: -16px;
						left: 0;
					}
				}
			}
		}
	}
}
*/
.icon_error-msg {
  display: inline-block;
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 10px;
  margin-top: 5px; }

.error-msg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  float: right;
  display: inline-block;
  text-align: center;
  height: 46px;
  line-height: 46px;
  vertical-align: middle; }
  .error-msg i {
    font-size: 18px;
    color: #e50000;
    vertical-align: middle; }
  .error-msg .error-info {
    position: absolute;
    right: 0;
    bottom: calc(100% + 12px);
    line-height: 15px;
    font-size: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 240px;
    border-radius: 4px;
    padding: 8px;
    z-index: 95;
    display: none; }
    .error-msg .error-info:after {
      content: "";
      transform: rotate(45deg);
      width: 12px;
      height: 12px;
      position: absolute;
      z-index: 1;
      background-color: #fff;
      display: block;
      box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.1);
      bottom: -6px;
      right: 14px; }
    .error-msg .error-info:before {
      content: "";
      width: 45px;
      height: 8px;
      position: absolute;
      z-index: 10;
      background-color: #fff;
      display: block;
      bottom: 0;
      right: 0;
      border-radius: 10px; }
  .error-msg:hover .error-info {
    display: block; }

.has-info .error-msg {
  right: 40px; }

.info-msg {
  width: 40px;
  float: right;
  display: inline-block;
  position: relative;
  text-align: left;
  height: 46px;
  line-height: 43px;
  vertical-align: middle;
  padding-left: 6px; }
  @media (max-width: 620px) {
    .info-msg {
      text-align: center; } }
  .info-msg i {
    width: 24px;
    height: 24px;
    border-radius: 46px;
    background: #41aee4;
    vertical-align: middle;
    display: inline-block;
    line-height: 24px;
    color: #fff;
    text-align: center; }
  .info-msg .info-info {
    position: absolute;
    right: 10px;
    bottom: calc(100% + 12px);
    line-height: 15px;
    font-size: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 240px;
    border-radius: 4px;
    padding: 8px;
    z-index: 95;
    display: none; }
    @media (max-width: 620px) {
      .info-msg .info-info {
        right: 6px; } }
    .info-msg .info-info:after {
      content: "";
      transform: rotate(45deg);
      width: 12px;
      height: 12px;
      position: absolute;
      z-index: 1;
      background-color: #fff;
      display: block;
      box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.1);
      bottom: -6px;
      right: 5px; }
    .info-msg .info-info:before {
      content: "";
      width: 45px;
      height: 8px;
      position: absolute;
      z-index: 10;
      background-color: #fff;
      display: block;
      bottom: 0;
      right: 0;
      border-radius: 10px; }
  .info-msg:hover .info-info {
    display: block; }

.js-webUserAddress-parent .ui-selectmenu-button.ui-button, .js-webUserAddress-selector .ui-selectmenu-button.ui-button {
  width: 100%;
  height: 46px; }

.action_myPassword .col-md-12 {
  margin-bottom: 30px; }

form .col-2-btn {
  width: auto;
  float: right;
  margin-left: 20px; }
  form .col-2-btn .btn {
    width: auto; }
    form .col-2-btn .btn a, form .col-2-btn .btn button {
      padding: 0 20px; }
  form .col-2-btn #buttonDelete {
    background-color: #e60002;
    border-color: #e60002;
    color: #fff; }
    form .col-2-btn #buttonDelete:hover {
      background-color: #a70102;
      border-color: #a70102; }

form fieldset {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
  border: none; }
  form fieldset .label {
    margin-bottom: 30px;
    position: relative; }
    @media (max-width: 620px) {
      form fieldset .label {
        width: 100%; } }
    form fieldset .label .ui-selectmenu-button.ui-button {
      width: 100%;
      margin: 0; }
      form fieldset .label .ui-selectmenu-button.ui-button .ui-selectmenu-text {
        display: block;
        margin-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        padding: 0 7px;
        position: relative;
        top: -3px; }
    form fieldset .label .checkbox-label {
      display: inline-block;
      float: left;
      width: calc(100% - 18px);
      position: relative;
      top: 10px;
      padding-left: 10px; }
    form fieldset .label input[type="text"], form fieldset .label input[type="password"] {
      display: block;
      width: 100%;
      border: 1px solid #5c5955;
      border-radius: 1px solid #5c5955;
      font-size: 14px;
      height: 46px;
      padding: 0 12px;
      float: left;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      form fieldset .label input[type="text"]:not([readonly]):focus, form fieldset .label input[type="password"]:not([readonly]):focus {
        border-color: 1px solid #302c26; }
      form fieldset .label input[type="text"][readonly], form fieldset .label input[type="password"][readonly] {
        background: #fafafa; }
    form fieldset .label input[type="checkbox"] {
      width: 18px;
      height: 18px;
      border-radius: 5px;
      border: 1px solid #e1e1e1;
      display: inline-block;
      position: relative;
      float: left;
      top: 10px;
      left: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      form fieldset .label input[type="checkbox"]:checked:before {
        content: "\f00c";
        font-family: Font Awesome\ 5 Free;
        font-weight: 900 !important;
        display: inline-block;
        position: absolute;
        font-size: 14px;
        top: 0;
        left: 0; }
    form fieldset .label input[type="radio"] {
      width: 18px;
      height: 18px;
      border-radius: 18px;
      border: 1px solid #e1e1e1;
      display: inline-block;
      position: relative;
      top: 5px;
      left: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      form fieldset .label input[type="radio"]:checked {
        border: 1px solid #5c5955; }
        form fieldset .label input[type="radio"]:checked:before {
          content: "";
          width: 8px;
          height: 8px;
          border-radius: 14px;
          background-color: #302c26;
          font-family: Font Awesome\ 5 Free;
          font-weight: 900 !important;
          display: inline-block;
          position: absolute;
          font-size: 14px;
          top: 4px;
          left: 4px; }
    form fieldset .label textarea {
      display: block;
      width: 100%;
      max-width: 100%;
      height: 130px;
      padding: 12px;
      max-height: 130px;
      border: 1px solid #5c5955;
      border-radius: 1px solid #5c5955;
      font-size: 14px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    form fieldset .label.has-info .checkbox-label {
      width: calc(100% - 78px); }
    form fieldset .label.has-info .ui-selectmenu-button.ui-button {
      width: calc(100% - 40px);
      margin: 0; }
    form fieldset .label.has-info input[type="text"], form fieldset .label.has-info input[type="password"] {
      display: block;
      width: calc(100% - 40px);
      border: 1px solid #5c5955;
      border-radius: 1px solid #5c5955;
      font-size: 14px;
      height: 46px;
      padding: 0 12px;
      float: left;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    form fieldset .label.has-info textarea {
      display: block;
      width: calc(100% - 40px);
      max-width: 100%;
      height: 130px;
      padding: 12px;
      max-height: 130px;
      border: 1px solid #5c5955;
      border-radius: 1px solid #5c5955;
      font-size: 14px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }

.right-padding {
  padding-right: 20px; }
  @media (max-width: 970px) {
    .right-padding {
      padding-right: 0; } }

.accept-checkbox {
  text-align: right;
  width: auto; }
  .accept-checkbox .checkbox_label {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle; }
    .accept-checkbox .checkbox_label input {
      vertical-align: text-top; }
    @media (max-width: 475px) {
      .accept-checkbox .checkbox_label {
        width: auto;
        max-width: calc(100% - 28px); } }

.myAddressForm .label, .cart-form .label {
  margin-left: 10px;
  width: calc(50% - 10px); }
  .myAddressForm .label:nth-child(2n + 1), .cart-form .label:nth-child(2n + 1) {
    margin-right: 10px;
    margin-left: 0; }
    @media (max-width: 620px) {
      .myAddressForm .label:nth-child(2n + 1), .cart-form .label:nth-child(2n + 1) {
        margin-right: 0; } }
  @media (max-width: 620px) {
    .myAddressForm .label, .cart-form .label {
      width: 100%;
      margin-left: 0; } }

.recover_password {
  width: 100%;
  background: #f7f7f7;
  padding: 41px 21px 21px;
  border: 1px solid #e4e4e4; }

.field-label {
  position: absolute;
  font-size: 14px;
  top: 15px;
  left: 12px;
  transition: .3s; }
  .field-label sup {
    color: #e60002; }
  .field-label.is-length {
    top: -16px;
    left: 0; }

.skryta-cpt ~ .label {
  display: none; }

.skryta-cpt {
  display: none; }

.login-page-form {
  width: 100%;
  background: #f7f7f7;
  padding: 41px 21px 21px;
  border: 1px solid #e4e4e4; }
  .login-page-form .label.col-md-6 {
    margin-left: 10px;
    width: calc(50% - 10px); }
    .login-page-form .label.col-md-6:nth-child(2n + 1) {
      margin-right: 10px;
      margin-left: 0; }
      @media (max-width: 620px) {
        .login-page-form .label.col-md-6:nth-child(2n + 1) {
          margin-right: 0px; } }
    @media (max-width: 620px) {
      .login-page-form .label.col-md-6 {
        width: 100%;
        margin-left: 0; } }

.cart-bottom-actions .col {
  float: right; }
  @media (max-width: 680px) {
    .cart-bottom-actions .col {
      width: 100%; } }

.cart-bottom-actions .btn button {
  padding: 0 20px; }
  .cart-bottom-actions .btn button:before {
    content: "\f07a";
    display: inline-block;
    margin-right: 8px;
    font-size: 20px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900 !important; }

.form-prodejce .fa.fa-question {
  display: none; }

.form-prodejce .col-md-4 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 650px) {
    .form-prodejce .col-md-4 {
      grid-template-columns: 1fr; } }
  .form-prodejce .col-md-4 .item.select {
    grid-column: 1 / -1; }
    .form-prodejce .col-md-4 .item.select .import-text {
      text-align: left; }

.ToggleBase {
  margin: 0;
  width: 3em;
  height: 1.6em;
  transition: all .25s ease-in-out;
  outline: none;
  border-radius: 0;
  position: relative;
  display: inline-block; }
  .ToggleBase input {
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer; }
  .ToggleBase input:not(:disabled):hover, .ToggleBase input:not(:disabled):focus, .ToggleBase input:checked {
    border-color: #aaf940;
    background: #aaf940; }
  .ToggleBase input:checked + .ToggleBase-body {
    background-color: #aaf940; }
    .ToggleBase input:checked + .ToggleBase-body:after {
      background: #69b306;
      border-color: #69b306;
      transform: translateX(1.4em); }
  .ToggleBase-body {
    width: 100%;
    height: 100%;
    background: #e6e6e6;
    transition: all .25s ease-in-out; }
    .ToggleBase-body:after {
      content: '';
      display: block;
      width: 1.2em;
      height: 1.2em;
      border: 0.18em solid #c0bfbf;
      background-color: #c0bfbf;
      transition: all .25s ease-in-out;
      position: absolute;
      left: .2em;
      bottom: 0;
      top: 0;
      margin-top: auto;
      margin-bottom: auto;
      box-sizing: border-box; }
  .ToggleBase:disabled, .ToggleBase:disabled + * {
    border-color: #404040;
    opacity: .4; }
  .ToggleBase.is-invalid {
    border-color: #e82121; }

.delete button {
  height: 34px;
  line-height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border: 1px solid #bd5454;
  display: inline-block;
  color: white;
  text-decoration: none;
  width: auto;
  position: relative;
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  background: #bd5454;
  font-weight: 400;
  transition: all 0.5s ease-out; }
  @media (min-width: 768px) {
    .delete button {
      height: calc(3.2407407407vw + 9.1111111111px); } }
  @media (min-width: 1200px) {
    .delete button {
      height: 48px; } }
  @media (min-width: 768px) {
    .delete button {
      line-height: calc(3.2407407407vw + 7.1111111111px); } }
  @media (min-width: 1200px) {
    .delete button {
      line-height: 46px; } }
  @media (min-width: 768px) {
    .delete button {
      padding-left: calc(6.4814814815vw - 29.7777777778px); } }
  @media (min-width: 1200px) {
    .delete button {
      padding-left: 48px; } }
  @media (min-width: 768px) {
    .delete button {
      padding-right: calc(6.4814814815vw - 29.7777777778px); } }
  @media (min-width: 1200px) {
    .delete button {
      padding-right: 48px; } }
  .delete button i {
    margin-right: 8px; }
  .delete button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7b3030;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out; }
  .delete button:hover {
    color: white; }
    .delete button:hover::before {
      transform: scale(2); }

@media (max-width: 500px) {
  .delete button, .post_addres button {
    width: 100% !important;
    text-align: center !important; }
  .delete, .post_addres {
    width: 100% !important;
    text-align: center !important;
    order: 2;
    margin-top: 10px; }
  .post_addres {
    order: 1; } }

.panel-form {
  padding: 0 10%; }
  .panel-form h2 {
    color: #69b306;
    font-weight: 300;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 15px; }
  .panel-form .perex {
    font-size: 15px;
    margin: 0;
    padding: 0 0 22px;
    line-height: 1.4; }
  .panel-form .col {
    margin-bottom: 9px; }
  .panel-form label {
    font-weight: 600;
    font-size: 13px;
    display: block;
    padding: 0 2px 4px;
    position: relative; }
    .panel-form label .icon_error-msg {
      position: absolute;
      right: 0;
      top: 0;
      color: #e82121;
      width: 100%;
      text-align: right; }
      .panel-form label .icon_error-msg .content_error-error {
        position: absolute;
        background: #fff8f8;
        width: 100%;
        right: 1px;
        top: 19px;
        color: #da2e2e;
        padding: 11px;
        border-radius: 3px;
        font-weight: 400;
        text-align: right;
        transform: rotateY(90deg);
        transform-origin: right center;
        transition: all .2s ease-in-out;
        opacity: 0; }
        @media (max-width: 768px) {
          .panel-form label .icon_error-msg .content_error-error {
            font-size: 12px; } }
      .panel-form label .icon_error-msg:hover .content_error-error {
        opacity: 1;
        transform: rotateY(0deg); }
  .panel-form input:not([type=submit]), .panel-form textarea {
    width: 100%;
    border: 2px solid #e6e6e6;
    border-radius: 4px;
    padding: 10px;
    font-size: 13px; }
  .panel-form textarea {
    resize: none;
    height: 100px; }

.password-strength-meter {
  font-size: 12px;
  margin-top: 5px; }
  .password-strength-meter .password-strength {
    font-weight: 700; }
    .password-strength-meter .password-strength.strength-0 {
      color: red; }
    .password-strength-meter .password-strength.strength-1 {
      color: orange; }
    .password-strength-meter .password-strength.strength-2 {
      color: limegreen; }
    .password-strength-meter .password-strength.strength-3 {
      color: green; }
    .password-strength-meter .password-strength.strength-4 {
      color: darkgreen; }

.struktura_formular {
  width: 100%;
  display: block;
  margin: 3.25rem 0 4rem; }
  .struktura_formular #orderSimple-getOrder__main {
    max-width: 980px;
    margin: 0 auto; }
  .struktura_formular .form-grid {
    display: flex;
    flex-flow: row wrap; }
  .struktura_formular h1:not(.main-title), .struktura_formular .h1, .struktura_formular .formular_title {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 35px;
    font-weight: 600; }
  .struktura_formular .summary {
    margin-bottom: 2.125rem;
    margin-bottom: 24px; }
    @media (min-width: 320px) {
      .struktura_formular .summary {
        margin-bottom: calc(0.5970149254vw + 22.0895522388px); } }
    @media (min-width: 1660px) {
      .struktura_formular .summary {
        margin-bottom: 32px; } }
  .struktura_formular .button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 2.125rem;
    margin-bottom: 24px; }
    @media (min-width: 320px) {
      .struktura_formular .button-wrapper {
        margin-bottom: calc(0.5970149254vw + 22.0895522388px); } }
    @media (min-width: 1660px) {
      .struktura_formular .button-wrapper {
        margin-bottom: 32px; } }
  .struktura_formular .formular_sekce_title {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    text-align: left;
    margin: 10px 0px 20px 0px;
    padding: 10px 0px 10px 0px;
    font-size: 30px;
    font-weight: 600; }
  .struktura_formular .formular_info_povinne, .struktura_formular .import-text {
    font-size: 13px !important;
    margin: 0 !important;
    text-align: right;
    padding: 4px 0; }
    @media (max-width: 600px) {
      .struktura_formular .formular_info_povinne, .struktura_formular .import-text {
        text-align: left; } }
    .struktura_formular .formular_info_povinne i, .struktura_formular .import-text i {
      color: #e60002;
      display: inline-block;
      position: relative;
      font-size: 8px;
      top: -6px;
      left: 3px; }
  .struktura_formular .citat_formular {
    display: block;
    width: 100%;
    position: relative;
    margin: 0px 0px 30px 0px !important;
    padding: 20px 20px 20px 65px;
    background: #fff;
    border: 1px solid #69b306;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: italic !important;
    line-height: 1.4em !important; }
    @media (max-width: 480px) {
      .struktura_formular .citat_formular {
        font-size: 13px !important;
        padding: 34px 16px 12px; } }
    .struktura_formular .citat_formular p:last-child {
      margin: 0; }
    .struktura_formular .citat_formular:before {
      content: "";
      font-family: Font Awesome\ 5 Free;
      font-weight: 900 !important;
      position: absolute;
      height: 100%;
      line-height: 100%;
      vertical-align: middle;
      color: #393e43;
      left: 0;
      top: 0;
      bottom: 0;
      text-align: center;
      width: 43px;
      background: #69b306;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 21px; }
      @media (max-width: 480px) {
        .struktura_formular .citat_formular:before {
          bottom: auto;
          top: 0;
          width: 100%;
          height: auto;
          font-size: 13px;
          padding: 5px;
          box-sizing: border-box; } }
  .struktura_formular .section-end {
    border-bottom: 1px solid #666;
    margin-bottom: 25px; }
  .location_orderSimple_getOrder .struktura_formular .gdpr-agreement {
    position: relative;
    z-index: 2; }
    @media (min-width: 560px) {
      .location_orderSimple_getOrder .struktura_formular .gdpr-agreement {
        margin: 0; } }
    .location_orderSimple_getOrder .struktura_formular .gdpr-agreement p {
      margin: 0; }
  @media (min-width: 560px) {
    .location_orderSimple_getOrder .struktura_formular .after-items {
      position: relative;
      top: -20px;
      align-items: flex-end; } }
  .struktura_formular .formular_label, .struktura_formular .control-label {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px 0px 6px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Montserrat", "Arial", sans-serif; }
    @media (max-width: 767px) {
      .struktura_formular .formular_label, .struktura_formular .control-label {
        font-size: .875rem; } }
    .struktura_formular .formular_label.required:after, .struktura_formular .control-label.required:after {
      content: ' *'; }
  .struktura_formular .file-wrap, .struktura_formular .type-file {
    background: #fff;
    padding: 0px 16px 0px 16px;
    margin: 0px 0px 0px 0px;
    border: 3px solid #69b306;
    min-height: 55px;
    display: flex;
    align-items: center;
    overflow: hidden; }
  .struktura_formular .item {
    padding: 0 .375rem;
    margin: 0 0 1.5rem; }
    @media (max-width: 767px) {
      .struktura_formular .item {
        margin: 0 0 .75rem; } }
  .struktura_formular .items {
    display: flex; }
    .struktura_formular .items .item {
      width: 100%; }
  .struktura_formular .after-items {
    display: flex;
    flex-flow: row;
    width: 100%;
    justify-content: space-between;
    align-items: center; }
  .struktura_formular input[type="text"], .struktura_formular input[type="password"], .struktura_formular input[type="email"], .struktura_formular input[type="number"] {
    display: block;
    width: 100%;
    padding: 0px 16px 0px 16px;
    margin: 0px 0px 0px 0px;
    border: 3px solid #69b306;
    height: 55px;
    background: #fff;
    font-size: 16px; }
    .struktura_formular input[type="text"]::-webkit-input-placeholder, .struktura_formular input[type="password"]::-webkit-input-placeholder, .struktura_formular input[type="email"]::-webkit-input-placeholder, .struktura_formular input[type="number"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #797979; }
    .struktura_formular input[type="text"]::-moz-placeholder, .struktura_formular input[type="password"]::-moz-placeholder, .struktura_formular input[type="email"]::-moz-placeholder, .struktura_formular input[type="number"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #797979; }
    .struktura_formular input[type="text"]:-ms-input-placeholder, .struktura_formular input[type="password"]:-ms-input-placeholder, .struktura_formular input[type="email"]:-ms-input-placeholder, .struktura_formular input[type="number"]:-ms-input-placeholder {
      /* IE 10+ */
      color: #797979; }
    .struktura_formular input[type="text"]:-moz-placeholder, .struktura_formular input[type="password"]:-moz-placeholder, .struktura_formular input[type="email"]:-moz-placeholder, .struktura_formular input[type="number"]:-moz-placeholder {
      /* Firefox 18- */
      color: #797979; }
    .struktura_formular input[type="text"].skryta-cpt, .struktura_formular input[type="password"].skryta-cpt, .struktura_formular input[type="email"].skryta-cpt, .struktura_formular input[type="number"].skryta-cpt {
      display: none; }
    .struktura_formular input[type="text"]:focus, .struktura_formular input[type="password"]:focus, .struktura_formular input[type="email"]:focus, .struktura_formular input[type="number"]:focus {
      border-color: #908c87; }
  .struktura_formular input[type="text"]:read-only, .struktura_formular input[type="password"]:read-only, .struktura_formular input[type="email"]:read-only, .struktura_formular input[type="number"]:read-only {
    color: #797979; }
  .struktura_formular input[type="text"]:read-only:focus, .struktura_formular input[type="password"]:read-only:focus, .struktura_formular input[type="email"]:read-only:focus, .struktura_formular input[type="number"]:read-only:focus {
    border: 3px solid #69b306; }
  .struktura_formular textarea {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
    border: 3px solid #69b306;
    height: 120px;
    font-size: 16px; }
    .struktura_formular textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #797979; }
    .struktura_formular textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #797979; }
    .struktura_formular textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #797979; }
    .struktura_formular textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #797979; }
    .struktura_formular textarea:focus {
      border-color: #908c87; }
  .struktura_formular .ui-selectmenu-button.ui-button {
    height: 55px;
    border: 3px solid #69b306;
    padding: 0px 16px 0px 16px;
    font-size: 16px;
    color: #000;
    line-height: 55px;
    vertical-align: middle;
    width: 100%; }
    .struktura_formular .ui-selectmenu-button.ui-button:focus {
      border-color: #908c87; }
  .struktura_formular .has-info .ui-selectmenu-button.ui-button {
    padding-right: 35px; }
  .struktura_formular input[type="checkbox"] {
    border: 3px solid #69b306;
    width: 25px;
    height: 25px; }
    .struktura_formular input[type="checkbox"]:checked:before {
      position: absolute;
      top: 2px;
      left: 3px;
      color: #69b306; }
  .struktura_formular .checkbox_label {
    display: inline-block;
    padding-left: 6px;
    line-height: 1.2;
    max-width: calc(100% - 25px - 38px);
    font-size: 14px; }
    .struktura_formular .checkbox_label a {
      display: inline !important;
      word-break: break-all; }
  .struktura_formular .formular_obal {
    display: block;
    width: 100%; }
    .struktura_formular .formular_obal form {
      width: 100%;
      display: inline-block; }
    .struktura_formular .formular_obal .col {
      position: relative;
      padding-left: 10px;
      padding-right: 0;
      margin-bottom: 25px; }
      .struktura_formular .formular_obal .col.check_radio {
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        .struktura_formular .formular_obal .col.check_radio .checkbox_label {
          margin-right: 30px;
          flex: 1; }
      .struktura_formular .formular_obal .col .icon_info-msg {
        right: 0; }
      .struktura_formular .formular_obal .col:nth-of-type(odd) {
        padding-right: 10px;
        padding-left: 0; }
        .struktura_formular .formular_obal .col:nth-of-type(odd) .icon_info-msg {
          right: 10px; }
      .struktura_formular .formular_obal .col.col-md-12 {
        padding-left: 0;
        padding-right: 0;
        height: auto;
        min-height: 0px; }
        .struktura_formular .formular_obal .col.col-md-12:nth-of-type(odd) {
          padding-left: 0;
          padding-right: 0; }
      .struktura_formular .formular_obal .col.required .formular_label-text:after {
        content: "\f005";
        display: inline-block;
        position: relative;
        font-size: 8px;
        top: -6px;
        left: 3px;
        color: #e60002;
        font-family: Font Awesome\ 5 Free;
        font-weight: 900 !important; }
      .struktura_formular .formular_obal .col.recover_code_btn {
        padding-top: 26px; }
        .struktura_formular .formular_obal .col.recover_code_btn .btn {
          float: left; }
        @media (max-width: 600px) {
          .struktura_formular .formular_obal .col.recover_code_btn {
            padding-top: 0; }
            .struktura_formular .formular_obal .col.recover_code_btn .btn {
              float: right; } }
      @media (max-width: 600px) {
        .struktura_formular .formular_obal .col {
          width: 100%;
          padding-left: 0;
          padding-right: 0; }
          .struktura_formular .formular_obal .col:nth-of-type(odd) {
            padding-left: 0;
            padding-right: 0; }
            .struktura_formular .formular_obal .col:nth-of-type(odd) .icon_info-msg {
              right: 0px; } }
    .struktura_formular .formular_obal .message-errors {
      margin-top: .25rem; }
      .struktura_formular .formular_obal .message-errors .alert {
        font-family: "Montserrat", "Arial", sans-serif;
        font-size: 13px;
        font-weight: 600;
        padding: .875rem 1rem; }
        .struktura_formular .formular_obal .message-errors .alert-danger {
          background-color: #f8d7da;
          color: #721c24; }
        .struktura_formular .formular_obal .message-errors .alert button {
          display: none; }
    .struktura_formular .formular_obal .icon_info-msg {
      position: absolute;
      right: 10px;
      vertical-align: middle;
      bottom: 14.5px; }
      .struktura_formular .formular_obal .icon_info-msg i {
        display: inline-block;
        font-size: 25px;
        color: #76a9f7;
        margin: 0px 16px 0px 0px; }
      .struktura_formular .formular_obal .icon_info-msg .content_info-info {
        position: absolute;
        right: 0;
        bottom: calc(100% + 25px);
        background: #fff;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
        padding: 12px;
        border-radius: 6px;
        width: 155px;
        font-size: 14px;
        font-style: italic;
        display: none; }
        .struktura_formular .formular_obal .icon_info-msg .content_info-info:before {
          content: "";
          position: absolute;
          bottom: -10px;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #fff;
          display: block;
          right: 12px;
          z-index: 5; }
        .struktura_formular .formular_obal .icon_info-msg .content_info-info:after {
          content: "";
          position: absolute;
          bottom: -13px;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 12px solid rgba(0, 0, 0, 0.1);
          display: block;
          right: 10px;
          z-index: 4; }
      .struktura_formular .formular_obal .icon_info-msg:hover .content_info-info {
        display: block; }
    .struktura_formular .formular_obal .icon_error-msg {
      vertical-align: middle;
      top: 50%;
      right: 0;
      position: absolute;
      transform: translateY(-50%);
      margin: 0;
      padding: 6px;
      line-height: .5; }
      .struktura_formular .formular_obal .icon_error-msg i {
        display: inline-block;
        font-size: 12px;
        color: #e60002;
        margin: 0; }
      .struktura_formular .formular_obal .icon_error-msg .content_error-error {
        position: absolute;
        right: 0;
        bottom: calc(100% + 25px);
        background: #fff;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
        padding: 12px;
        border-radius: 6px;
        width: 155px;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        display: none;
        line-height: 1.2; }
        .struktura_formular .formular_obal .icon_error-msg .content_error-error:before {
          content: "";
          position: absolute;
          bottom: -10px;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #fff;
          display: block;
          right: 12px;
          z-index: 5; }
        .struktura_formular .formular_obal .icon_error-msg .content_error-error:after {
          content: "";
          position: absolute;
          bottom: -13px;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 12px solid rgba(0, 0, 0, 0.1);
          display: block;
          right: 10px;
          z-index: 4; }
      .struktura_formular .formular_obal .icon_error-msg:hover .content_error-error {
        display: block; }
    .struktura_formular .formular_obal .check_radio .icon_error-msg {
      float: none;
      margin-left: 8px; }
  .struktura_formular .BannerInquiryForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
    padding: 1.5rem 1.3rem;
    align-items: center;
    background-color: #f7f7f7; }
    @media (min-width: 35rem) {
      .struktura_formular .BannerInquiryForm {
        padding: 4rem 3rem;
        margin-bottom: 5rem; } }
    .struktura_formular .BannerInquiryForm .text {
      width: 100%; }
    .struktura_formular .BannerInquiryForm img {
      display: none;
      max-height: 15rem; }
    @media (min-width: 50rem) {
      .struktura_formular .BannerInquiryForm {
        display: flex;
        gap: 1rem; }
        .struktura_formular .BannerInquiryForm img {
          display: block; }
        .struktura_formular .BannerInquiryForm .text {
          width: calc(100% - 15rem); } }

/*styl pro souhlas gdpr ve formulářích*/
.gdpr-agreement {
  padding-top: 0 !important; }
  .gdpr-agreement span {
    position: relative; }
  .gdpr-agreement a {
    position: relative;
    top: -1px; }

.panel-form-cotent .gdpr-agreement {
  font-size: 12px;
  padding: 10px 0; }
  .panel-form-cotent .gdpr-agreement #personalAgreement {
    width: 25px;
    height: 25px;
    padding: 2px; }

.panel-form-cotent .check_radio:hover {
  cursor: pointer; }

.questions-form .gdpr-agreement #personalAgreement {
  width: 25px;
  height: 25px; }
  .questions-form .gdpr-agreement #personalAgreement:before {
    font-size: 16px;
    top: 2px;
    left: 4px; }

.questions-form .gdpr-agreement .checkbox-label {
  width: calc(100% - 25px) !important;
  top: 13px !important; }

.newsletter-form label {
  width: 100%; }
  .newsletter-form label #newsletterAgreement, .newsletter-form label .checkbox-label {
    float: left; }
    .newsletter-form label #newsletterAgreement a, .newsletter-form label .checkbox-label a {
      display: unset; }
  .newsletter-form label .checkbox-label {
    margin-left: 10px;
    width: calc(100% - 50px); }

/*konec stylu pro gdpr souhlas ve formulářích*/
.form-bottom-login {
  padding: 15px 0; }
  .form-bottom-login a:first-of-type {
    margin-right: 15px; }

.addressList {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 14px 0 21px; }
  .addressList li {
    width: calc((100% / 3 - 20px) + (20px / 3));
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    border: 1px solid #ebebeb; }
    .addressList li:nth-child(3n+3) {
      margin-right: 0; }
    @media (min-width: 250px) {
      .addressList li {
        width: calc((100% / 1 - 20px) + (20px / 1));
        margin-right: 20px;
        margin-bottom: 20px; }
        .addressList li:nth-child(0n+0) {
          margin-right: 20px;
          margin-bottom: 20px; }
        .addressList li:nth-child(1n+1) {
          margin-right: 0; } }
    @media (min-width: 520px) {
      .addressList li {
        width: calc((100% / 2 - 20px) + (20px / 2));
        margin-right: 20px;
        margin-bottom: 20px; }
        .addressList li:nth-child(1n+1) {
          margin-right: 20px;
          margin-bottom: 20px; }
        .addressList li:nth-child(2n+2) {
          margin-right: 0; } }
    @media (min-width: 791px) {
      .addressList li {
        width: calc((100% / 3 - 20px) + (20px / 3));
        margin-right: 20px;
        margin-bottom: 20px; }
        .addressList li:nth-child(2n+2) {
          margin-right: 20px;
          margin-bottom: 20px; }
        .addressList li:nth-child(3n+3) {
          margin-right: 0; } }
    @media (min-width: 1061px) {
      .addressList li {
        width: calc((100% / 3 - 20px) + (20px / 3));
        margin-right: 20px;
        margin-bottom: 20px; }
        .addressList li:nth-child(2n+2) {
          margin-right: 20px;
          margin-bottom: 20px; }
        .addressList li:nth-child(3n+3) {
          margin-right: 0; } }
    @media (max-width: 250px) {
      .addressList li {
        width: 100%;
        max-width: 100%;
        margin-right: 0 !important; } }
    .addressList li .address-block {
      width: 100%;
      margin: 12px 0 0;
      border-top: 1px solid #ebebeb;
      padding-top: 11px; }
      .addressList li .address-block p {
        font-weight: 300;
        margin: 0 0 5px; }
      .addressList li .address-block a {
        color: #69b306;
        display: inline-block;
        margin: 9px 0 0;
        border: 1px solid;
        padding: 8px;
        text-decoration: none;
        font-size: 13px;
        transition: all .25s ease-in-out; }
        .addressList li .address-block a:hover {
          background: #69b306;
          color: #fff; }
        .addressList li .address-block a svg {
          display: inline-block;
          margin-right: 7px;
          vertical-align: middle;
          height: 15px; }
    .addressList li > a {
      width: calc(100% - 40px);
      padding-left: 20px;
      color: #000;
      text-decoration: none; }
      .addressList li > a:hover {
        text-decoration: underline; }

.add-address {
  height: 34px;
  line-height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border: 1px solid #666;
  display: inline-block;
  color: #666;
  text-decoration: none;
  width: auto;
  position: relative;
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  background: transparent;
  font-weight: 400;
  transition: all 0.5s ease-out; }
  @media (min-width: 768px) {
    .add-address {
      height: calc(3.2407407407vw + 9.1111111111px); } }
  @media (min-width: 1200px) {
    .add-address {
      height: 48px; } }
  @media (min-width: 768px) {
    .add-address {
      line-height: calc(3.2407407407vw + 7.1111111111px); } }
  @media (min-width: 1200px) {
    .add-address {
      line-height: 46px; } }
  @media (min-width: 768px) {
    .add-address {
      padding-left: calc(6.4814814815vw - 29.7777777778px); } }
  @media (min-width: 1200px) {
    .add-address {
      padding-left: 48px; } }
  @media (min-width: 768px) {
    .add-address {
      padding-right: calc(6.4814814815vw - 29.7777777778px); } }
  @media (min-width: 1200px) {
    .add-address {
      padding-right: 48px; } }
  .add-address i {
    margin-right: 8px; }
  .add-address::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #666;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out; }
  .add-address:hover {
    color: white; }
    .add-address:hover::before {
      transform: scale(2); }

.tcenter {
  margin-bottom: 30px; }
  .tcenter a.btn.auto-width {
    height: 34px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border: 1px solid #666;
    display: inline-block;
    color: #666;
    text-decoration: none;
    width: auto;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    background: transparent;
    font-weight: 400;
    transition: all 0.5s ease-out; }
    @media (min-width: 768px) {
      .tcenter a.btn.auto-width {
        height: calc(3.2407407407vw + 9.1111111111px); } }
    @media (min-width: 1200px) {
      .tcenter a.btn.auto-width {
        height: 48px; } }
    @media (min-width: 768px) {
      .tcenter a.btn.auto-width {
        line-height: calc(3.2407407407vw + 7.1111111111px); } }
    @media (min-width: 1200px) {
      .tcenter a.btn.auto-width {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .tcenter a.btn.auto-width {
        padding-left: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .tcenter a.btn.auto-width {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .tcenter a.btn.auto-width {
        padding-right: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .tcenter a.btn.auto-width {
        padding-right: 48px; } }
    .tcenter a.btn.auto-width i {
      margin-right: 8px; }
    .tcenter a.btn.auto-width::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #666;
      transform: scale(0);
      transition-property: transform;
      transition-duration: 0.5s;
      transition-timing-function: ease-out; }
    .tcenter a.btn.auto-width:hover {
      color: white; }
      .tcenter a.btn.auto-width:hover::before {
        transform: scale(2); }

body.scrollbar--hidden {
  overflow: hidden;
  margin-right: 17px; }
  body.scrollbar--hidden .login-popup, body.scrollbar--hidden .scrollup {
    margin-right: 17px; }
  body.scrollbar--hidden .header-middle {
    width: calc(100% + 34px); }

.popup-frame.login .popup-frame--body {
  display: flex;
  align-items: center;
  padding: 0; }
  @media (max-width: 767px) {
    .popup-frame.login .popup-frame--body {
      flex-flow: column wrap; } }
  .popup-frame.login .popup-frame--body .form-holder {
    padding: 40px 35px 50px;
    width: 100%;
    text-align: center; }
    .popup-frame.login .popup-frame--body .form-holder .bottom-actions {
      margin-top: 65px;
      color: #0490E0; }
      .popup-frame.login .popup-frame--body .form-holder .bottom-actions a {
        color: inherit;
        margin: 0 8px; }
        .popup-frame.login .popup-frame--body .form-holder .bottom-actions a svg {
          margin-right: 8px;
          vertical-align: bottom; }
  .popup-frame.login .popup-frame--body .login-socials {
    border-left: 1px solid #666;
    padding: 50px 35px;
    width: auto; }
    @media (max-width: 767px) {
      .popup-frame.login .popup-frame--body .login-socials {
        border-left: 0;
        border-top: 1px solid #666;
        width: 100%;
        text-align: center; } }

.btns-login .title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold; }

.btns-login .btn {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 15px 45px;
  font-size: 18px;
  text-align: center;
  max-width: 100%;
  width: 250px; }
  .btns-login .btn > svg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%); }
  @media (max-width: 479px) {
    .btns-login .btn {
      font-size: 16px; } }
  .btns-login .btn.facebook {
    background: #365899;
    margin-bottom: 10px; }
  .btns-login .btn.google {
    background: #dc4a38; }

.btns-login.register {
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
  margin-bottom: 25px; }
  .btns-login.register .btn {
    width: calc(50% - 15px);
    max-width: 250px; }
    .btns-login.register .btn.facebook {
      margin-right: 20px; }
    @media (max-width: 479px) {
      .btns-login.register .btn {
        width: calc(50% - 10px); }
        .btns-login.register .btn.facebook {
          margin-right: 10px; } }

.register {
  padding: 15px 0 30px; }
  .register--body {
    padding-top: 20px;
    border-top: 1px solid #666; }
  .register .form-holder {
    width: calc(100% - 320px);
    padding-right: 75px; }
    @media (max-width: 979px) {
      .register .form-holder {
        width: 100%;
        padding-right: 0px; } }
  .register .why-register {
    width: 100%;
    max-width: 320px;
    padding: 45px 40px 60px;
    background: rgba(4, 144, 224, 0.1); }
    .register .why-register .title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 50px;
      text-align: center; }
    .register .why-register .point {
      display: flex;
      align-items: center;
      line-height: 1.5; }
      .register .why-register .point:not(:last-child) {
        margin-bottom: 35px; }
      .register .why-register .point .icon {
        background: #0490E0;
        color: #fff;
        min-width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 24px; }
  .register button[type="submit"] {
    text-transform: uppercase; }

.order-state {
  font-weight: 500;
  margin: 13px 0 32px;
  border-top: 1px dashed #ebebeb;
  padding-top: 10px; }
  .order-state span {
    display: inline-block;
    background: #232323;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 21px;
    padding: 6px 13px; }

.back-btn-holder {
  border-top: 1px dashed #e1e1e1;
  padding-top: 26px; }
  .back-btn-holder i {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle; }

.my-orders-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 14px 0 21px; }
  .my-orders-list li {
    width: calc((100% / 3 - 20px) + (20px / 3));
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    border: 1px solid #ebebeb; }
    .my-orders-list li:nth-child(3n+3) {
      margin-right: 0; }
    @media (min-width: 250px) {
      .my-orders-list li {
        width: calc((100% / 1 - 20px) + (20px / 1));
        margin-right: 20px;
        margin-bottom: 20px; }
        .my-orders-list li:nth-child(0n+0) {
          margin-right: 20px;
          margin-bottom: 20px; }
        .my-orders-list li:nth-child(1n+1) {
          margin-right: 0; } }
    @media (min-width: 520px) {
      .my-orders-list li {
        width: calc((100% / 2 - 20px) + (20px / 2));
        margin-right: 20px;
        margin-bottom: 20px; }
        .my-orders-list li:nth-child(1n+1) {
          margin-right: 20px;
          margin-bottom: 20px; }
        .my-orders-list li:nth-child(2n+2) {
          margin-right: 0; } }
    @media (min-width: 791px) {
      .my-orders-list li {
        width: calc((100% / 3 - 20px) + (20px / 3));
        margin-right: 20px;
        margin-bottom: 20px; }
        .my-orders-list li:nth-child(2n+2) {
          margin-right: 20px;
          margin-bottom: 20px; }
        .my-orders-list li:nth-child(3n+3) {
          margin-right: 0; } }
    @media (min-width: 1061px) {
      .my-orders-list li {
        width: calc((100% / 3 - 20px) + (20px / 3));
        margin-right: 20px;
        margin-bottom: 20px; }
        .my-orders-list li:nth-child(2n+2) {
          margin-right: 20px;
          margin-bottom: 20px; }
        .my-orders-list li:nth-child(3n+3) {
          margin-right: 0; } }
    @media (max-width: 250px) {
      .my-orders-list li {
        width: 100%;
        max-width: 100%;
        margin-right: 0 !important; } }
    .my-orders-list li .address-block {
      width: 100%;
      margin: 12px 0 0;
      border-top: 1px solid #ebebeb;
      padding-top: 11px; }
      .my-orders-list li .address-block p {
        font-weight: 300;
        margin: 0 0 9px; }
        .my-orders-list li .address-block p span.state {
          display: inline-block;
          background: #000;
          color: #fff;
          padding: 6px 14px;
          border-radius: 33px;
          text-transform: uppercase;
          font-weight: 500;
          font-size: .8em;
          margin: 2px 0 0; }
        .my-orders-list li .address-block p span.missing {
          font-size: 13px;
          vertical-align: middle;
          display: inline-block;
          margin: 7px 0 10px 8px;
          font-weight: 500; }
      .my-orders-list li .address-block a {
        color: #69b306;
        display: inline-block;
        margin: 9px 0 0;
        border: 1px solid;
        padding: 8px;
        text-decoration: none;
        font-size: 13px;
        transition: all .25s ease-in-out; }
        .my-orders-list li .address-block a:hover {
          background: #69b306;
          color: #fff; }
        .my-orders-list li .address-block a svg {
          display: inline-block;
          margin-right: 7px;
          vertical-align: middle;
          height: 15px; }
    .my-orders-list li > a {
      width: calc(100% - 40px);
      padding-left: 20px;
      color: #000;
      text-decoration: none; }
      .my-orders-list li > a:hover {
        text-decoration: underline; }

[data-mask="header-button"] {
  width: 35px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-decoration: none;
  text-align: center;
  color: white;
  background: transparent;
  font-size: 16px; }
  @media (min-width: 660px) {
    [data-mask="header-button"] {
      width: calc(2.2222222222vw + 20.3333333333px); } }
  @media (min-width: 1200px) {
    [data-mask="header-button"] {
      width: 47px; } }
  @media (min-width: 660px) {
    [data-mask="header-button"] {
      height: calc(1.4814814815vw + 25.2222222222px); } }
  @media (min-width: 1200px) {
    [data-mask="header-button"] {
      height: 43px; } }
  @media (min-width: 768px) {
    [data-mask="header-button"] {
      font-size: calc(2.0833333333vw + 0px); } }
  @media (min-width: 1200px) {
    [data-mask="header-button"] {
      font-size: 25px; } }
  [data-mask="header-button"] span {
    width: 100%;
    font-weight: 300;
    font-size: 10px;
    margin-top: 6px; }
    @media (min-width: 768px) {
      [data-mask="header-button"] span {
        font-size: calc(0.6944444444vw + 4.6666666667px); } }
    @media (min-width: 1200px) {
      [data-mask="header-button"] span {
        font-size: 13px; } }
    @media (min-width: 768px) {
      [data-mask="header-button"] span {
        margin-top: calc(0.9259259259vw - 1.1111111111px); } }
    @media (min-width: 1200px) {
      [data-mask="header-button"] span {
        margin-top: 10px; } }
    @media (max-width: 660px) {
      [data-mask="header-button"] span {
        display: none; } }

#header-main {
  position: relative;
  z-index: 100; }
  #header-main .header--inner {
    margin-top: 16px;
    margin-bottom: 24px; }
    @media (min-width: 1024px) {
      #header-main .header--inner {
        margin-top: calc(5.0420168067vw - 35.6302521008px); } }
    @media (min-width: 1500px) {
      #header-main .header--inner {
        margin-top: 40px; } }
    @media (min-width: 1024px) {
      #header-main .header--inner {
        margin-bottom: calc(3.3613445378vw - 10.4201680672px); } }
    @media (min-width: 1500px) {
      #header-main .header--inner {
        margin-bottom: 40px; } }
    @media (max-width: 1400px) and (min-width: 910px) {
      #header-main .header--inner {
        display: grid;
        grid-template-areas: 'logo menu menu' 'logo buttons buttons'; } }
    @media (max-width: 909px) {
      #header-main .header--inner {
        justify-content: center; } }
  #header-main .company-logo {
    grid-area: logo;
    display: flex;
    align-items: center; }
    #header-main .company-logo a {
      text-decoration: none; }
    #header-main .company-logo .fake-logo {
      font-family: "Montserrat", "Arial", sans-serif;
      font-size: 18px;
      font-weight: 800;
      color: #000;
      letter-spacing: -.03em; }
      @media (min-width: 767px) {
        #header-main .company-logo .fake-logo {
          font-size: calc(1.3642564802vw + 7.5361527967px); } }
      @media (min-width: 1500px) {
        #header-main .company-logo .fake-logo {
          font-size: 28px; } }
      #header-main .company-logo .fake-logo .color {
        color: #69b306; }
    #header-main .company-logo .aniversary {
      width: 64px;
      margin-left: 7px; }
      @media (max-width: 980px) {
        #header-main .company-logo .aniversary {
          display: none; } }
  #header-main .dopyt-btn {
    display: inline-flex;
    height: 37px;
    align-items: center;
    padding: 0 1rem;
    margin-left: 1.25rem;
    font-size: .875rem;
    text-transform: none; }
    @media (min-width: 660px) {
      #header-main .dopyt-btn {
        height: calc(1.4814814815vw + 27.2222222222px); } }
    @media (min-width: 1200px) {
      #header-main .dopyt-btn {
        height: 45px; } }
    @media (max-width: 1400px) {
      #header-main .dopyt-btn {
        margin-left: 8px; } }
    @media (max-width: 909px) {
      #header-main .dopyt-btn {
        display: none; } }

.easyClevero-menu {
  flex: 1;
  grid-area: menu; }
  @media (max-width: 1400px) and (min-width: 1025px) {
    .easyClevero-menu {
      margin-bottom: 1rem; } }
  .easyClevero-menu nav {
    margin-left: 20px; }
    @media (max-width: 1024px) {
      .easyClevero-menu nav {
        position: absolute;
        margin: 0;
        width: 320px;
        max-width: 100vw;
        right: 380px;
        top: calc(100% + .5rem);
        background: #302c26;
        transition: all .25s ease-in-out;
        overflow: hidden;
        transform-origin: top right;
        transform: scale(0);
        opacity: 0; } }
  @media (max-width: 1024px) and (min-width: 320px) {
    .easyClevero-menu nav {
      right: calc(1vw + 376.8px); } }
  @media (max-width: 1024px) and (min-width: 1920px) {
    .easyClevero-menu nav {
      right: 396px; } }
  @media (max-width: 1024px) and (max-width: 919px) {
    .easyClevero-menu nav {
      right: 16px; } }
  @media (max-width: 1024px) and (max-width: 919px) and (min-width: 320px) {
    .easyClevero-menu nav {
      right: calc(1vw + 12.8px); } }
  @media (max-width: 1024px) and (max-width: 919px) and (min-width: 1920px) {
    .easyClevero-menu nav {
      right: 32px; } }
    @media (max-width: 1024px) {
        .easyClevero-menu nav .open-submenu {
          position: absolute;
          right: 8px;
          top: 6px;
          color: #fff;
          font-size: 14px;
          padding: 6px;
          transition: all .25s ease-in-out; }
        .easyClevero-menu nav.open {
          transform: scale(1);
          opacity: 1; }
        .easyClevero-menu nav > ul > li {
          width: 100%;
          border-bottom: 1px solid rgba(255, 255, 255, 0.1);
          position: relative; } }
    @media (max-width: 1024px) and (min-width: 920px) {
      .easyClevero-menu nav > ul > li.mobile-link {
        display: none; } }
    @media (max-width: 1024px) {
          .easyClevero-menu nav > ul > li.mobile-link .phone-list-inner {
            display: flex;
            flex-flow: column;
            align-items: flex-start; }
          .easyClevero-menu nav > ul > li.phone-list {
            padding: 1rem;
            font-family: "Montserrat", "Arial", sans-serif;
            font-size: .875rem;
            color: #fff; }
            .easyClevero-menu nav > ul > li.phone-list table {
              width: 100%; }
              .easyClevero-menu nav > ul > li.phone-list table tr > td {
                padding: .325rem 0; }
                .easyClevero-menu nav > ul > li.phone-list table tr > td:first-child {
                  font-weight: 800;
                  text-align: right;
                  padding-right: .625rem; }
                .easyClevero-menu nav > ul > li.phone-list table tr > td a {
                  color: #fff;
                  text-decoration: none; }
                  .easyClevero-menu nav > ul > li.phone-list table tr > td a:hover {
                    text-decoration: underline; }
          .easyClevero-menu nav > ul > li > a {
            margin: 0;
            padding: 10px;
            text-align: center;
            display: block;
            text-decoration: none;
            text-transform: lowercase;
            color: #fff; }
          .easyClevero-menu nav > ul > li.opened > ul {
            max-height: 500px; }
          .easyClevero-menu nav > ul > li.opened .open-submenu {
            transform: rotate(-180deg); }
          .easyClevero-menu nav > ul > li > ul {
            background: rgba(72, 76, 84, 0.2);
            overflow: hidden;
            max-height: 0;
            transition: all .25s ease-in-out; }
            .easyClevero-menu nav > ul > li > ul li {
              position: relative; }
              .easyClevero-menu nav > ul > li > ul li a {
                color: #fff;
                text-decoration: none;
                text-align: center;
                display: block;
                font-weight: 300;
                font-size: 13px;
                padding: 10px 28px;
                border-top: 1px solid rgba(255, 255, 255, 0.08); }
            .easyClevero-menu nav > ul > li > ul ul {
              display: none; } }
    .easyClevero-menu nav .product-megaMenu {
      display: none; }
    @media (min-width: 1025px) {
      .easyClevero-menu nav .open-submenu {
        display: none; }
      .easyClevero-menu nav > ul {
        list-style-type: none; }
        .easyClevero-menu nav > ul > li {
          position: relative;
          margin-left: 16px; } }
    @media (min-width: 1025px) and (min-width: 1024px) {
      .easyClevero-menu nav > ul > li {
        margin-left: calc(0.8403361345vw + 7.3949579832px); } }
    @media (min-width: 1025px) and (min-width: 1500px) {
      .easyClevero-menu nav > ul > li {
        margin-left: 20px; } }
    @media (min-width: 1025px) {
          .easyClevero-menu nav > ul > li.has-subMenu {
            position: relative; }
          .easyClevero-menu nav > ul > li.has-megaMenu {
            position: static; }
          .easyClevero-menu nav > ul > li.has-subMenu > a, .easyClevero-menu nav > ul > li.has-megaMenu > a {
            position: relative; }
            .easyClevero-menu nav > ul > li.has-subMenu > a span, .easyClevero-menu nav > ul > li.has-megaMenu > a span {
              position: relative;
              z-index: 1; }
            .easyClevero-menu nav > ul > li.has-subMenu > a:before, .easyClevero-menu nav > ul > li.has-megaMenu > a:before {
              content: '';
              position: absolute;
              top: -.625rem;
              left: -1rem;
              right: -1rem;
              height: calc(100% + 38px);
              background: #302c26;
              opacity: 0;
              pointer-events: none;
              visibility: hidden;
              transition: all .5s;
              z-index: -1; }
          .easyClevero-menu nav > ul > li.has-subMenu:hover, .easyClevero-menu nav > ul > li.has-megaMenu:hover {
            z-index: 100; }
            .easyClevero-menu nav > ul > li.has-subMenu:hover > a, .easyClevero-menu nav > ul > li.has-megaMenu:hover > a {
              color: #fff; }
            .easyClevero-menu nav > ul > li.has-subMenu:hover > a:before, .easyClevero-menu nav > ul > li.has-subMenu:hover .product-megaMenu, .easyClevero-menu nav > ul > li.has-megaMenu:hover > a:before, .easyClevero-menu nav > ul > li.has-megaMenu:hover .product-megaMenu {
              opacity: 1;
              pointer-events: auto;
              visibility: visible; }
          .easyClevero-menu nav > ul > li.mobile-link {
            display: none; }
          .easyClevero-menu nav > ul > li > a {
            color: #000;
            text-decoration: none;
            font-weight: 700;
            text-transform: lowercase;
            font-size: 1rem;
            transition: .5s; }
            .easyClevero-menu nav > ul > li > a.active, .easyClevero-menu nav > ul > li > a:hover {
              color: #69b306; }
          .easyClevero-menu nav > ul > li > ul {
            position: absolute;
            list-style: none;
            left: -1rem;
            top: 2.95rem;
            background: #302c26;
            opacity: 0;
            transition: opacity .5s;
            visibility: hidden;
            pointer-events: none; }
            .easyClevero-menu nav > ul > li > ul:after {
              content: ' ';
              display: block;
              position: absolute;
              width: 100%;
              height: 25px;
              left: 0;
              bottom: 100%; }
            .easyClevero-menu nav > ul > li > ul a {
              display: block;
              color: #fff;
              text-decoration: none;
              width: 210px;
              padding: 12px 15px 17px;
              border-bottom: 1px solid rgba(255, 255, 255, 0.12);
              font-weight: 200;
              font-size: 15px;
              transition: all .25s ease-in-out; }
              .easyClevero-menu nav > ul > li > ul a:hover {
                background: rgba(255, 255, 255, 0.12); }
          .easyClevero-menu nav > ul > li:hover > ul {
            opacity: 1;
            visibility: visible;
            pointer-events: auto; }
      .easyClevero-menu nav .product-megaMenu {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #302c26;
        color: #fff;
        margin-top: 10px;
        margin-left: 16px;
        margin-right: 16px;
        padding-top: 24px;
        padding-bottom: 40px;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transition: all .5s; } }
  @media (min-width: 1025px) and (min-width: 320px) {
    .easyClevero-menu nav .product-megaMenu {
      margin-top: calc(0.375vw + 8.8px); } }
  @media (min-width: 1025px) and (min-width: 1920px) {
    .easyClevero-menu nav .product-megaMenu {
      margin-top: 16px; } }
  @media (min-width: 1025px) and (min-width: 320px) {
    .easyClevero-menu nav .product-megaMenu {
      margin-left: calc(1vw + 12.8px); } }
  @media (min-width: 1025px) and (min-width: 1920px) {
    .easyClevero-menu nav .product-megaMenu {
      margin-left: 32px; } }
  @media (min-width: 1025px) and (min-width: 320px) {
    .easyClevero-menu nav .product-megaMenu {
      margin-right: calc(1vw + 12.8px); } }
  @media (min-width: 1025px) and (min-width: 1920px) {
    .easyClevero-menu nav .product-megaMenu {
      margin-right: 32px; } }
  @media (min-width: 1025px) and (min-width: 1200px) {
    .easyClevero-menu nav .product-megaMenu {
      padding-top: calc(1.1111111111vw + 10.6666666667px); } }
  @media (min-width: 1025px) and (min-width: 1920px) {
    .easyClevero-menu nav .product-megaMenu {
      padding-top: 32px; } }
  @media (min-width: 1025px) and (min-width: 1200px) {
    .easyClevero-menu nav .product-megaMenu {
      padding-bottom: calc(4.4444444444vw - 13.3333333333px); } }
  @media (min-width: 1025px) and (min-width: 1920px) {
    .easyClevero-menu nav .product-megaMenu {
      padding-bottom: 72px; } }
  @media (min-width: 1025px) and (max-width: 1400px) and (min-width: 1025px) {
    .easyClevero-menu nav .product-megaMenu {
      top: 2rem; } }
    @media (min-width: 1025px) {
        .easyClevero-menu nav .product-megaMenu .frame {
          position: relative; }
        .easyClevero-menu nav .product-megaMenu .top-text {
          font-family: "Montserrat", "Arial", sans-serif;
          margin-bottom: 24px; } }
    @media (min-width: 1025px) and (min-width: 1200px) {
      .easyClevero-menu nav .product-megaMenu .top-text {
        margin-bottom: calc(2.2222222222vw - 2.6666666667px); } }
    @media (min-width: 1025px) and (min-width: 1920px) {
      .easyClevero-menu nav .product-megaMenu .top-text {
        margin-bottom: 40px; } }
    @media (min-width: 1025px) {
          .easyClevero-menu nav .product-megaMenu .top-text p {
            font-size: .875rem;
            line-height: 1.5; }
        .easyClevero-menu nav .product-megaMenu--holder {
          display: flex;
          flex-wrap: wrap;
          margin: 0 -10px; }
        .easyClevero-menu nav .product-megaMenu--box {
          width: calc(25% - 20px);
          margin: 10px 10px 20px; }
        .easyClevero-menu nav .product-megaMenu--item-image {
          display: block;
          width: 100%;
          padding-top: 36%;
          background-size: cover;
          background-position: center;
          margin-bottom: 24px;
          transition: all .35s; } }
    @media (min-width: 1025px) and (min-width: 1200px) {
      .easyClevero-menu nav .product-megaMenu--item-image {
        margin-bottom: calc(1.1111111111vw + 10.6666666667px); } }
    @media (min-width: 1025px) and (min-width: 1920px) {
      .easyClevero-menu nav .product-megaMenu--item-image {
        margin-bottom: 32px; } }
    @media (min-width: 1025px) {
          .easyClevero-menu nav .product-megaMenu--item-image:hover {
            opacity: .65; }
        .easyClevero-menu nav .product-megaMenu--item-title {
          display: block;
          font-family: "Montserrat", "Arial", sans-serif;
          font-size: 1.125rem;
          font-weight: 800;
          margin-bottom: 16px;
          color: #fff;
          text-decoration: none; } }
    @media (min-width: 1025px) and (min-width: 1200px) {
      .easyClevero-menu nav .product-megaMenu--item-title {
        margin-bottom: calc(0.5555555556vw + 9.3333333333px); } }
    @media (min-width: 1025px) and (min-width: 1920px) {
      .easyClevero-menu nav .product-megaMenu--item-title {
        margin-bottom: 20px; } }
    @media (min-width: 1025px) {
          .easyClevero-menu nav .product-megaMenu--item-title:hover {
            text-decoration: underline; }
        .easyClevero-menu nav .product-megaMenu--item-list {
          list-style: none; }
          .easyClevero-menu nav .product-megaMenu--item-list > li {
            padding: .325rem 0; }
            .easyClevero-menu nav .product-megaMenu--item-list > li a {
              font-size: .875rem;
              font-weight: 700;
              text-decoration: none; }
              .easyClevero-menu nav .product-megaMenu--item-list > li a:hover {
                text-decoration: underline; }
        .easyClevero-menu nav .product-megaMenu .swiper-button-prev, .easyClevero-menu nav .product-megaMenu .swiper-button-next {
          top: 45%; }
        .easyClevero-menu nav .product-megaMenu .swiper-button-prev {
          left: -2rem; }
        .easyClevero-menu nav .product-megaMenu .swiper-button-next {
          right: -2rem; }
        .easyClevero-menu nav .product-megaMenu .swiper-button-prev.swiper-button-disabled, .easyClevero-menu nav .product-megaMenu .swiper-button-next.swiper-button-disabled {
          opacity: 0; } }

.easyClevero-hmb {
  display: none; }
  .easyClevero-hmb button.open:before {
    content: '\f00d'; }
  @media (max-width: 1024px) {
    .easyClevero-hmb {
      display: flex; } }

.header-buttons {
  grid-area: buttons;
  display: flex; }
  @media (max-width: 1400px) {
    .header-buttons {
      justify-content: flex-end; } }

.easyClevero-header-functions {
  margin-left: 4rem;
  grid-area: functions; }
  @media (max-width: 1550px) {
    .easyClevero-header-functions {
      margin-left: 1.25rem; } }
  .easyClevero-header-functions .box {
    border: 1px solid #000;
    margin-left: -1px; }
    .easyClevero-header-functions .box:first-child {
      margin-left: 0; }
  @media (max-width: 919px) {
    .easyClevero-header-functions {
      margin-left: 0; } }
  .easyClevero-header-functions .easyClevero-phone {
    position: relative; }
    @media (max-width: 919px) {
      .easyClevero-header-functions .easyClevero-phone {
        display: none; } }
    .easyClevero-header-functions .easyClevero-phone .phone-list {
      display: none;
      position: absolute;
      top: 100%;
      right: -2px;
      width: 330px;
      z-index: 100;
      background: #fff;
      border: 2px solid #4d9401;
      padding: 2rem 1rem;
      font-family: "Montserrat", "Arial", sans-serif;
      font-size: .875rem; }
      .easyClevero-header-functions .easyClevero-phone .phone-list-inner {
        display: flex;
        flex-flow: column;
        align-items: flex-start; }
      .easyClevero-header-functions .easyClevero-phone .phone-list table {
        width: 100%; }
        .easyClevero-header-functions .easyClevero-phone .phone-list table tr > td {
          padding: .325rem 0; }
          .easyClevero-header-functions .easyClevero-phone .phone-list table tr > td:first-child {
            font-weight: 800;
            text-align: right;
            padding-right: .625rem; }
          .easyClevero-header-functions .easyClevero-phone .phone-list table tr > td a {
            color: black;
            text-decoration: none; }
            .easyClevero-header-functions .easyClevero-phone .phone-list table tr > td a:hover {
              text-decoration: underline; }
  @media (max-width: 919px) {
    .easyClevero-header-functions .easyClevero-social {
      display: none; } }
  .easyClevero-header-functions .easyClevero-search {
    position: relative; }
    .easyClevero-header-functions .easyClevero-search .easyClevero-searchAjax-results {
      overflow: auto;
      background: white;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
      list-style-type: none; }
      .easyClevero-header-functions .easyClevero-search .easyClevero-searchAjax-results li {
        width: 100%; }
        .easyClevero-header-functions .easyClevero-search .easyClevero-searchAjax-results li a {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          align-content: center;
          min-height: 60px;
          text-decoration: none;
          border-bottom: 1px solid #ebebeb;
          padding: 6px; }
          .easyClevero-header-functions .easyClevero-search .easyClevero-searchAjax-results li a:hover .result-name {
            text-decoration: underline; }
          .easyClevero-header-functions .easyClevero-search .easyClevero-searchAjax-results li a .thumbnail {
            width: 60px;
            margin-right: 6px; }
          .easyClevero-header-functions .easyClevero-search .easyClevero-searchAjax-results li a .result-name,
          .easyClevero-header-functions .easyClevero-search .easyClevero-searchAjax-results li a .result-type {
            width: calc(100% - 66px);
            padding-right: 10px;
            font-size: 14px;
            font-weight: 400; }
          .easyClevero-header-functions .easyClevero-search .easyClevero-searchAjax-results li a .result-type {
            text-align: right;
            margin-left: 66px;
            color: #A2A2A2;
            font-size: 12px;
            font-weight: 400; }
    .easyClevero-header-functions .easyClevero-search .easyClevero-search-panel {
      display: flex;
      flex-wrap: wrap;
      border: 1px solid white;
      width: 450px; }
      @media (max-width: 660px) {
        .easyClevero-header-functions .easyClevero-search .easyClevero-search-panel {
          width: 100%; } }
      .easyClevero-header-functions .easyClevero-search .easyClevero-search-panel input {
        background: #231e18;
        flex: 1;
        padding: 0 14px;
        height: 45px;
        color: white; }
        @media (min-width: 1199px) {
          .easyClevero-header-functions .easyClevero-search .easyClevero-search-panel input {
            height: 45px; } }
        @media (min-width: 1200px) {
          .easyClevero-header-functions .easyClevero-search .easyClevero-search-panel input {
            height: 45px; } }
      .easyClevero-header-functions .easyClevero-search .easyClevero-search-panel button {
        width: 45px;
        height: 45px;
        color: white;
        padding: 12px;
        border: 0;
        border-left: 1px solid white;
        background: #666; }
        @media (min-width: 1199px) {
          .easyClevero-header-functions .easyClevero-search .easyClevero-search-panel button {
            width: 45px; } }
        @media (min-width: 1200px) {
          .easyClevero-header-functions .easyClevero-search .easyClevero-search-panel button {
            width: 45px; } }
        @media (min-width: 1199px) {
          .easyClevero-header-functions .easyClevero-search .easyClevero-search-panel button {
            height: 45px; } }
        @media (min-width: 1200px) {
          .easyClevero-header-functions .easyClevero-search .easyClevero-search-panel button {
            height: 45px; } }
    .easyClevero-header-functions .easyClevero-search .easyClevero-search-form {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      z-index: 100; }
      @media (max-width: 660px) {
        .easyClevero-header-functions .easyClevero-search .easyClevero-search-form {
          position: fixed;
          left: 0;
          width: 100%;
          top: 62px; } }
  .easyClevero-header-functions .easyClevero-cart {
    position: relative; }
    .easyClevero-header-functions .easyClevero-cart .count-cart {
      display: block;
      position: absolute;
      bottom: 7px;
      right: 3px;
      transform: translate(50%, 50%);
      width: auto; }
      .easyClevero-header-functions .easyClevero-cart .count-cart span {
        background: #fff;
        color: #000;
        font-size: 11px;
        font-weight: 800;
        border-radius: 50%;
        width: 20px;
        line-height: 19px;
        text-align: center;
        padding: 1px 0 0 1px;
        display: block; }
        @media (max-width: 860px) {
          .easyClevero-header-functions .easyClevero-cart .count-cart span {
            font-size: 9px;
            width: 17px;
            line-height: 14px;
            bottom: 1px;
            padding-bottom: 2px; } }
  .easyClevero-header-functions .easyClevero-user {
    position: relative; }
    .easyClevero-header-functions .easyClevero-user .header-user {
      position: absolute;
      top: calc(100% + 1px);
      right: 0;
      background: #000;
      min-width: 200px;
      display: none; }
      .easyClevero-header-functions .easyClevero-user .header-user .user-row {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        justify-content: flex-end; }
        .easyClevero-header-functions .easyClevero-user .header-user .user-row .user-name {
          color: white;
          text-align: right;
          transition: .5s;
          padding: 12px 10px;
          display: block;
          width: 100%;
          font-weight: 700;
          font-size: 15px; }
        .easyClevero-header-functions .easyClevero-user .header-user .user-row a {
          font-size: 12px;
          color: white;
          text-align: right;
          transition: .5s;
          padding: 12px 20px;
          display: block;
          width: 100%;
          text-decoration: none;
          position: relative;
          padding-right: 40px; }
          .easyClevero-header-functions .easyClevero-user .header-user .user-row a::before {
            position: absolute;
            right: 10px;
            top: 13px; }
          .easyClevero-header-functions .easyClevero-user .header-user .user-row a:hover {
            text-decoration: none;
            background: #666;
            color: white; }

.category-topRow {
  margin: .625rem 0 2.5rem; }
  .category-topRow .inner {
    display: flex;
    flex-flow: row wrap; }
  .category-topRow .banner {
    position: relative;
    width: calc(40% - .5rem);
    max-height: 560px;
    margin-right: 1rem;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .category-topRow .banner {
        width: 100%;
        margin: -.5rem 0 1rem; } }
    .category-topRow .banner--inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background-size: cover; }
    .category-topRow .banner--content {
      max-width: 65%;
      text-align: center;
      padding-bottom: 5rem; }
      @media (max-width: 767px) {
        .category-topRow .banner--content {
          padding-bottom: 4rem;
          max-width: 85%; } }
      .category-topRow .banner--content-title {
        font-size: 22px;
        color: #fff;
        font-weight: 700;
        background: rgba(105, 179, 6, 0.65);
        line-height: 1.34em;
        transition: .25s; }
        @media (min-width: 320px) {
          .category-topRow .banner--content-title {
            font-size: calc(1.125vw + 18.4px); } }
        @media (min-width: 1920px) {
          .category-topRow .banner--content-title {
            font-size: 40px; } }
      .category-topRow .banner--content a {
        text-decoration: none; }
        .category-topRow .banner--content a:hover .banner--content-title {
          background: #69b306; }
    .category-topRow .banner .btn {
      position: absolute;
      bottom: 3.5rem;
      bottom: 24px;
      left: 50%;
      border-color: #69b306;
      transform: translateX(-50%);
      background: rgba(255, 255, 255, 0.6);
      font-size: 13px;
      padding-top: 12px;
      padding-right: 20px;
      padding-bottom: 12px;
      padding-left: 20px; }
      @media (min-width: 320px) {
        .category-topRow .banner .btn {
          bottom: calc(2vw + 17.6px); } }
      @media (min-width: 1920px) {
        .category-topRow .banner .btn {
          bottom: 56px; } }
      @media (min-width: 320px) {
        .category-topRow .banner .btn {
          font-size: calc(0.1875vw + 12.4px); } }
      @media (min-width: 1920px) {
        .category-topRow .banner .btn {
          font-size: 16px; } }
      @media (min-width: 320px) {
        .category-topRow .banner .btn {
          padding-top: calc(1vw + 8.8px); } }
      @media (min-width: 1920px) {
        .category-topRow .banner .btn {
          padding-top: 28px; } }
      @media (min-width: 320px) {
        .category-topRow .banner .btn {
          padding-right: calc(2.75vw + 11.2px); } }
      @media (min-width: 1920px) {
        .category-topRow .banner .btn {
          padding-right: 64px; } }
      @media (min-width: 320px) {
        .category-topRow .banner .btn {
          padding-bottom: calc(1vw + 8.8px); } }
      @media (min-width: 1920px) {
        .category-topRow .banner .btn {
          padding-bottom: 28px; } }
      @media (min-width: 320px) {
        .category-topRow .banner .btn {
          padding-left: calc(2.75vw + 11.2px); } }
      @media (min-width: 1920px) {
        .category-topRow .banner .btn {
          padding-left: 64px; } }
      .category-topRow .banner .btn:hover {
        background: #69b306; }
      @media (max-width: 579px) {
        .category-topRow .banner .btn {
          min-width: 65%;
          bottom: 1rem; } }
    .category-topRow .banner img {
      height: 100%;
      object-fit: cover; }
  .category-topRow .category-grid {
    display: flex;
    flex-flow: row wrap;
    width: calc(60% + .5rem);
    margin: -.5rem; }
    @media (max-width: 1199px) {
      .category-topRow .category-grid {
        width: calc(100% + 1rem);
        margin: -.5rem; } }
    .category-topRow .category-grid--item {
      position: relative;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      width: calc(100% / 4 - 1rem);
      height: calc(100% / 2 - 1rem);
      padding: 20px;
      margin: .5rem;
      background: #000;
      color: #fff;
      text-decoration: none;
      overflow: hidden;
      background-size: cover; }
      @media (min-width: 320px) {
        .category-topRow .category-grid--item {
          padding: calc(0.75vw + 17.6px); } }
      @media (min-width: 1920px) {
        .category-topRow .category-grid--item {
          padding: 32px; } }
      @media (max-width: 767px) {
        .category-topRow .category-grid--item {
          width: calc(100% / 2 - 1rem);
          height: calc(100% / 4 - 1rem); } }
      @media (min-width: 980px) {
        .category-topRow .category-grid--item.has-subCategory:hover:before {
          background: rgba(48, 44, 38, 0.8); }
        .category-topRow .category-grid--item.has-subCategory:hover .category-grid--item-overlay {
          left: 0;
          top: 0;
          opacity: 1; } }
      .category-topRow .category-grid--item:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(48, 44, 38, 0.8);
        transition: all .3s; }
      .category-topRow .category-grid--item:hover:before {
        background: #69b306; }
      .category-topRow .category-grid--item svg {
        position: relative;
        z-index: 1;
        height: 48px;
        width: auto; }
        @media (min-width: 1200px) {
          .category-topRow .category-grid--item svg {
            height: calc(6.6666666667vw - 32px); } }
        @media (min-width: 1920px) {
          .category-topRow .category-grid--item svg {
            height: 96px; } }
      .category-topRow .category-grid--item-title {
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        margin-top: 16px;
        z-index: 1; }
        @media (min-width: 320px) {
          .category-topRow .category-grid--item-title {
            font-size: calc(0.25vw + 15.2px); } }
        @media (min-width: 1920px) {
          .category-topRow .category-grid--item-title {
            font-size: 20px; } }
        @media (min-width: 320px) {
          .category-topRow .category-grid--item-title {
            margin-top: calc(1vw + 12.8px); } }
        @media (min-width: 1920px) {
          .category-topRow .category-grid--item-title {
            margin-top: 32px; } }
      .category-topRow .category-grid--item-overlay {
        position: absolute;
        left: 35%;
        top: 35%;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all .3s;
        z-index: 1;
        background: #69b306;
        padding-right: 16px;
        padding-bottom: 16px;
        padding-left: 24px; }
        @media (min-width: 1200px) {
          .category-topRow .category-grid--item-overlay {
            padding-right: calc(4.4444444444vw - 37.3333333333px); } }
        @media (min-width: 1920px) {
          .category-topRow .category-grid--item-overlay {
            padding-right: 48px; } }
        @media (min-width: 1200px) {
          .category-topRow .category-grid--item-overlay {
            padding-bottom: calc(2.2222222222vw - 10.6666666667px); } }
        @media (min-width: 1920px) {
          .category-topRow .category-grid--item-overlay {
            padding-bottom: 32px; } }
        @media (min-width: 1200px) {
          .category-topRow .category-grid--item-overlay {
            padding-left: calc(3.3333333333vw - 16px); } }
        @media (min-width: 1920px) {
          .category-topRow .category-grid--item-overlay {
            padding-left: 48px; } }
        @media (max-width: 979px) {
          .category-topRow .category-grid--item-overlay {
            display: none; } }
        .category-topRow .category-grid--item-overlay li {
          font-size: 14px; }
          @media (min-width: 1200px) {
            .category-topRow .category-grid--item-overlay li {
              font-size: calc(0.2777777778vw + 10.6666666667px); } }
          @media (min-width: 1920px) {
            .category-topRow .category-grid--item-overlay li {
              font-size: 16px; } }
        .category-topRow .category-grid--item-overlay li:not(:last-child) {
          margin-bottom: .25rem; }
        .category-topRow .category-grid--item-overlay a {
          color: #fff;
          text-decoration: none; }
          .category-topRow .category-grid--item-overlay a:hover, .category-topRow .category-grid--item-overlay a:focus {
            text-decoration: underline; }
        .category-topRow .category-grid--item-overlay .category-grid--item-title {
          text-align: left;
          margin-bottom: .5rem;
          margin-top: 16px; }
          @media (min-width: 480px) {
            .category-topRow .category-grid--item-overlay .category-grid--item-title {
              margin-top: calc(1.1111111111vw + 10.6666666667px); } }
          @media (min-width: 1920px) {
            .category-topRow .category-grid--item-overlay .category-grid--item-title {
              margin-top: 32px; } }
      .category-topRow .category-grid--item-linkOverlay {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 10; }
        @media (max-width: 979px) {
          .category-topRow .category-grid--item-linkOverlay {
            display: block; } }
  .category-topRow .after-grid--link {
    width: 100%;
    margin: 1rem 0;
    text-align: right; }

.photo-inline-nav .inner {
  display: flex;
  flex-flow: row wrap; }

.photo-inline-nav--item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-top: 32px;
  padding-right: 40px;
  padding-bottom: 32px;
  padding-left: 40px;
  text-decoration: none;
  text-align: center;
  color: #302c26; }
  @media (min-width: 320px) {
    .photo-inline-nav--item {
      padding-top: calc(4vw + 19.2px); } }
  @media (min-width: 1920px) {
    .photo-inline-nav--item {
      padding-top: 96px; } }
  @media (min-width: 320px) {
    .photo-inline-nav--item {
      padding-right: calc(5vw + 24px); } }
  @media (min-width: 1920px) {
    .photo-inline-nav--item {
      padding-right: 120px; } }
  @media (min-width: 320px) {
    .photo-inline-nav--item {
      padding-bottom: calc(4vw + 19.2px); } }
  @media (min-width: 1920px) {
    .photo-inline-nav--item {
      padding-bottom: 96px; } }
  @media (min-width: 320px) {
    .photo-inline-nav--item {
      padding-left: calc(5vw + 24px); } }
  @media (min-width: 1920px) {
    .photo-inline-nav--item {
      padding-left: 120px; } }
  @media (max-width: 767px) {
    .photo-inline-nav--item {
      width: 100%; } }
  .photo-inline-nav--item.products {
    background: url("/assets/images/bg-products.webp") center;
    background-size: cover; }
  .photo-inline-nav--item.realizations {
    background: url("/assets/images/bg-realizations.webp") center;
    background-size: cover; }
  .photo-inline-nav--item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #302c26;
    opacity: 0;
    transition: all .5s; }
  .photo-inline-nav--item:hover:before {
    opacity: .45; }
  .photo-inline-nav--item:hover .photo-inline-nav--title {
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-color: #69b306; }

.photo-inline-nav--title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-top: 20px;
  padding-right: 16px;
  padding-bottom: 20px;
  padding-left: 16px;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.85);
  border: 0.25rem solid #302c26;
  z-index: 1;
  transition: all .5s; }
  @media (min-width: 320px) {
    .photo-inline-nav--title {
      padding-top: calc(1.25vw + 16px); } }
  @media (min-width: 1920px) {
    .photo-inline-nav--title {
      padding-top: 40px; } }
  @media (min-width: 320px) {
    .photo-inline-nav--title {
      padding-right: calc(1vw + 12.8px); } }
  @media (min-width: 1920px) {
    .photo-inline-nav--title {
      padding-right: 32px; } }
  @media (min-width: 320px) {
    .photo-inline-nav--title {
      padding-bottom: calc(1.25vw + 16px); } }
  @media (min-width: 1920px) {
    .photo-inline-nav--title {
      padding-bottom: 40px; } }
  @media (min-width: 320px) {
    .photo-inline-nav--title {
      padding-left: calc(1vw + 12.8px); } }
  @media (min-width: 1920px) {
    .photo-inline-nav--title {
      padding-left: 32px; } }
  @media (min-width: 320px) {
    .photo-inline-nav--title {
      font-size: calc(1.75vw + 14.4px); } }
  @media (min-width: 1920px) {
    .photo-inline-nav--title {
      font-size: 48px; } }

.inline-claim {
  margin-top: 24px;
  margin-bottom: 40px;
  text-align: center; }
  @media (min-width: 320px) {
    .inline-claim {
      margin-top: calc(3.5vw + 12.8px); } }
  @media (min-width: 1920px) {
    .inline-claim {
      margin-top: 80px; } }
  @media (min-width: 320px) {
    .inline-claim {
      margin-bottom: calc(5vw + 24px); } }
  @media (min-width: 1920px) {
    .inline-claim {
      margin-bottom: 120px; } }
  .inline-claim p {
    font-weight: 700;
    margin: 0 auto;
    text-align: center; }

.company-studios {
  margin-bottom: 40px; }
  @media (min-width: 320px) {
    .company-studios {
      margin-bottom: calc(4vw + 27.2px); } }
  @media (min-width: 1920px) {
    .company-studios {
      margin-bottom: 104px; } }

.map-section {
  position: relative;
  color: rgba(92, 89, 85, 0.25); }
  .map-section .map-link {
    position: absolute;
    text-transform: none;
    font-size: 11px;
    padding: 12px 32px;
    font-weight: 400; }
    @media (min-width: 320px) {
      .map-section .map-link {
        font-size: calc(0.8356545961vw + 8.3259052925px); } }
    @media (min-width: 679px) {
      .map-section .map-link {
        font-size: calc(0.3223207091vw + 11.8114423852px); } }
    @media (min-width: 1920px) {
      .map-section .map-link {
        font-size: 18px; } }
    @media (max-width: 859px) {
      .map-section .map-link {
        padding: 8px 24px; } }
    @media (max-width: 679px) {
      .map-section .map-link {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        padding: 0; } }
  @media (max-width: 679px) and (min-width: 375px) {
    .map-section .map-link {
      width: calc(0.6472491909vw + 11.572815534px); } }
  @media (max-width: 679px) and (min-width: 1920px) {
    .map-section .map-link {
      width: 24px; } }
  @media (max-width: 679px) and (min-width: 375px) {
    .map-section .map-link {
      height: calc(0.6472491909vw + 11.572815534px); } }
  @media (max-width: 679px) and (min-width: 1920px) {
    .map-section .map-link {
      height: 24px; } }
    @media (max-width: 679px) {
        .map-section .map-link span {
          color: green;
          position: absolute;
          white-space: nowrap;
          top: 8px;
          left: 16px; } }
    .map-section .map-link.bratislava {
      top: 65%;
      left: 4%; }
    .map-section .map-link.nitra {
      left: 24%;
      top: 60%; }
    .map-section .map-link.zilina {
      left: 32%;
      top: 16%; }
    .map-section .map-link.trencin {
      left: 23%;
      top: 30%; }
    .map-section .map-link.bystrica {
      left: 45%;
      top: 42%; }
    .map-section .map-link.ziar {
      left: 42%;
      top: 55%; }
    .map-section .map-link.presov {
      left: 81%;
      top: 28%; }
    .map-section .map-link.trnava {
      left: 12%;
      top: 55%; }
    .map-section .map-link.no-link {
      pointer-events: none; }

.realizations-grid--holder {
  display: flex;
  flex-flow: row wrap; }

.realizations-grid--item {
  position: relative;
  width: 25%;
  text-decoration: none;
  font-family: "Montserrat", "Arial", sans-serif; }
  .realizations-grid--item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(48, 44, 38, 0.8);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .5s; }
    .realizations-grid--item-overlay .item-title {
      display: block;
      font-size: 24px;
      font-weight: 900;
      color: #fff;
      margin-bottom: 1rem; }
    .realizations-grid--item-overlay .item-subtitle {
      font-size: 18px;
      font-weight: 900; }
  .realizations-grid--item:hover .realizations-grid--item-overlay {
    opacity: 1; }

.lg-image {
  max-width: 800px !important; }

.categorySimple___getDetail {
  margin-bottom: 7.5rem; }
  .categorySimple___getDetail .category-top {
    margin-bottom: 32px; }
    @media (min-width: 320px) {
      .categorySimple___getDetail .category-top {
        margin-bottom: calc(3.375vw + 21.2px); } }
    @media (min-width: 1920px) {
      .categorySimple___getDetail .category-top {
        margin-bottom: 86px; } }
  .categorySimple___getDetail .bottom-text {
    max-width: 980px;
    margin: 0 auto 4rem; }
    @media (max-width: 979px) {
      .categorySimple___getDetail .bottom-text {
        margin: 0 auto 2rem; } }

.subPages.kategorie-vypis {
  margin-top: 32px; }
  @media (min-width: 320px) {
    .subPages.kategorie-vypis {
      margin-top: calc(3.375vw + 21.2px); } }
  @media (min-width: 1920px) {
    .subPages.kategorie-vypis {
      margin-top: 86px; } }

.kategorie-vypis,
.productSimple.listItem-holder,
.productSimple___getList {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

.categorySimple_listItem,
.categoryNews_listItem,
.productSimple_listItem,
.page_listItem,
.subPage_listItem {
  width: calc(50% - 1rem);
  margin: 0 .5rem 4rem; }
  @media (max-width: 1439px) {
    .categorySimple_listItem,
    .categoryNews_listItem,
    .productSimple_listItem,
    .page_listItem,
    .subPage_listItem {
      margin: 0 .5rem 3rem; } }
  @media (max-width: 767px) {
    .categorySimple_listItem,
    .categoryNews_listItem,
    .productSimple_listItem,
    .page_listItem,
    .subPage_listItem {
      width: 100%;
      margin: 0 0 2.5rem; }
      .categorySimple_listItem img,
      .categoryNews_listItem img,
      .productSimple_listItem img,
      .page_listItem img,
      .subPage_listItem img {
        width: 100%; } }
  .categorySimple_listItem .image-holder,
  .categoryNews_listItem .image-holder,
  .productSimple_listItem .image-holder,
  .page_listItem .image-holder,
  .subPage_listItem .image-holder {
    position: relative;
    display: block;
    overflow: hidden;
    color: #000;
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .categorySimple_listItem .image-holder,
      .categoryNews_listItem .image-holder,
      .productSimple_listItem .image-holder,
      .page_listItem .image-holder,
      .subPage_listItem .image-holder {
        margin-bottom: calc(2.380952381vw - 2.2857142857px); } }
    @media (min-width: 1440px) {
      .categorySimple_listItem .image-holder,
      .categoryNews_listItem .image-holder,
      .productSimple_listItem .image-holder,
      .page_listItem .image-holder,
      .subPage_listItem .image-holder {
        margin-bottom: 32px; } }
    .categorySimple_listItem .image-holder .title-frame,
    .categoryNews_listItem .image-holder .title-frame,
    .productSimple_listItem .image-holder .title-frame,
    .page_listItem .image-holder .title-frame,
    .subPage_listItem .image-holder .title-frame {
      position: absolute;
      font-family: "Montserrat", "Arial", sans-serif;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 32px;
      z-index: 3; }
      @media (min-width: 320px) {
        .categorySimple_listItem .image-holder .title-frame,
        .categoryNews_listItem .image-holder .title-frame,
        .productSimple_listItem .image-holder .title-frame,
        .page_listItem .image-holder .title-frame,
        .subPage_listItem .image-holder .title-frame {
          padding: calc(2.3880597015vw + 24.3582089552px); } }
      @media (min-width: 1660px) {
        .categorySimple_listItem .image-holder .title-frame,
        .categoryNews_listItem .image-holder .title-frame,
        .productSimple_listItem .image-holder .title-frame,
        .page_listItem .image-holder .title-frame,
        .subPage_listItem .image-holder .title-frame {
          padding: 64px; } }
      .categorySimple_listItem .image-holder .title-frame h2,
      .categoryNews_listItem .image-holder .title-frame h2,
      .productSimple_listItem .image-holder .title-frame h2,
      .page_listItem .image-holder .title-frame h2,
      .subPage_listItem .image-holder .title-frame h2 {
        width: 100%;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.85);
        border: 0.25rem solid #000;
        padding: 18px;
        transition: all .5s;
        margin: 0; }
        @media (min-width: 320px) {
          .categorySimple_listItem .image-holder .title-frame h2,
          .categoryNews_listItem .image-holder .title-frame h2,
          .productSimple_listItem .image-holder .title-frame h2,
          .page_listItem .image-holder .title-frame h2,
          .subPage_listItem .image-holder .title-frame h2 {
            padding: calc(2.2388059701vw + 10.8358208955px); } }
        @media (min-width: 1660px) {
          .categorySimple_listItem .image-holder .title-frame h2,
          .categoryNews_listItem .image-holder .title-frame h2,
          .productSimple_listItem .image-holder .title-frame h2,
          .page_listItem .image-holder .title-frame h2,
          .subPage_listItem .image-holder .title-frame h2 {
            padding: 48px; } }
    .categorySimple_listItem .image-holder img,
    .categoryNews_listItem .image-holder img,
    .productSimple_listItem .image-holder img,
    .page_listItem .image-holder img,
    .subPage_listItem .image-holder img {
      transition: all .5s; }
    .categorySimple_listItem .image-holder:before,
    .categoryNews_listItem .image-holder:before,
    .productSimple_listItem .image-holder:before,
    .page_listItem .image-holder:before,
    .subPage_listItem .image-holder:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #302c26;
      pointer-events: none;
      opacity: 0;
      transition: all .5s;
      z-index: 2; }
    .categorySimple_listItem .image-holder:hover img,
    .categoryNews_listItem .image-holder:hover img,
    .productSimple_listItem .image-holder:hover img,
    .page_listItem .image-holder:hover img,
    .subPage_listItem .image-holder:hover img {
      transform: scale(1.05);
      z-index: 1; }
    .categorySimple_listItem .image-holder:hover:before,
    .categoryNews_listItem .image-holder:hover:before,
    .productSimple_listItem .image-holder:hover:before,
    .page_listItem .image-holder:hover:before,
    .subPage_listItem .image-holder:hover:before {
      opacity: .5; }
    .categorySimple_listItem .image-holder:hover .title-frame h2,
    .categoryNews_listItem .image-holder:hover .title-frame h2,
    .productSimple_listItem .image-holder:hover .title-frame h2,
    .page_listItem .image-holder:hover .title-frame h2,
    .subPage_listItem .image-holder:hover .title-frame h2 {
      color: #fff;
      border-color: #69b306;
      background-color: rgba(255, 255, 255, 0); }
  .categorySimple_listItem .description,
  .categoryNews_listItem .description,
  .productSimple_listItem .description,
  .page_listItem .description,
  .subPage_listItem .description {
    text-align: center;
    font-weight: 700;
    font-size: 14px; }
    @media (min-width: 768px) {
      .categorySimple_listItem .description,
      .categoryNews_listItem .description,
      .productSimple_listItem .description,
      .page_listItem .description,
      .subPage_listItem .description {
        font-size: calc(0.2976190476vw + 11.7142857143px); } }
    @media (min-width: 1440px) {
      .categorySimple_listItem .description,
      .categoryNews_listItem .description,
      .productSimple_listItem .description,
      .page_listItem .description,
      .subPage_listItem .description {
        font-size: 16px; } }
  .categorySimple_listItem .price,
  .categoryNews_listItem .price,
  .productSimple_listItem .price,
  .page_listItem .price,
  .subPage_listItem .price {
    margin-top: 2rem;
    font-family: "Montserrat", "Arial", sans-serif;
    text-align: center; }
    .categorySimple_listItem .price span,
    .categoryNews_listItem .price span,
    .productSimple_listItem .price span,
    .page_listItem .price span,
    .subPage_listItem .price span {
      font-size: 1.5rem;
      font-weight: 800; }

.categoryNews_listItem,
.page_listItem {
  width: calc(100%/3 - 1rem); }
  @media (max-width: 979px) {
    .categoryNews_listItem,
    .page_listItem {
      width: calc(100%/2 - 1rem); } }
  @media (max-width: 767px) {
    .categoryNews_listItem,
    .page_listItem {
      width: 100%; } }
  .categoryNews_listItem .image-holder .title-frame h2,
  .page_listItem .image-holder .title-frame h2 {
    padding: 2rem 1.5rem; }

.similiar-products {
  position: relative; }
  .similiar-products h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 25px; }
    @media (min-width: 320px) {
      .similiar-products h2 {
        font-size: calc(0.4375vw + 26.6px); } }
    @media (min-width: 1920px) {
      .similiar-products h2 {
        font-size: 35px; } }
    @media (min-width: 320px) {
      .similiar-products h2 {
        margin-bottom: calc(0.625vw + 18px); } }
    @media (min-width: 1920px) {
      .similiar-products h2 {
        margin-bottom: 30px; } }
    @media (min-width: 320px) {
      .similiar-products h2 {
        margin-top: calc(0.625vw + 23px); } }
    @media (min-width: 1920px) {
      .similiar-products h2 {
        margin-top: 35px; } }
  .similiar-products .swiper-pagination {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px; }

.product-symptoms {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  text-align: right;
  align-items: flex-end;
  height: 0;
  width: auto !important; }
  .product-symptoms .symptom {
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    width: auto !important; }
  .product-symptoms .new {
    background: #2acd22;
    border: 2px solid #26b71e;
    color: black; }
  .product-symptoms .recommended {
    background: #4d85a5;
    border: 2px solid #457794;
    color: white; }
  .product-symptoms .sale {
    background: #fe9406;
    border: 2px solid #ea8601;
    color: black; }
  .product-symptoms .action {
    background: #ba0000;
    border: 2px solid #a10000;
    color: white; }
  .product-symptoms .totalDiscount {
    background: #e91e63;
    border: 2px solid #d81558;
    color: white; }
  .product-symptoms .freeStorePickup {
    background: #91de63;
    border: 2px solid #82da4e;
    color: black; }
  .product-symptoms .gifts {
    background: #e4ef17;
    border: 2px solid #d3dd0f;
    color: black; }
  .product-symptoms .used {
    background: #9c27b0;
    border: 2px solid #89229b;
    color: white; }
  .product-symptoms .FreeDelivery {
    background: #03a9f4;
    border: 2px solid #0398db;
    color: white; }

.easyClevero-footer-1 .easy_footer_headline {
  color: #fff;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 1em; }
  @media (min-width: 320px) {
    .easyClevero-footer-1 .easy_footer_headline {
      font-size: calc(0.9090909091vw + 13.0909090909px); } }
  @media (min-width: 1200px) {
    .easyClevero-footer-1 .easy_footer_headline {
      font-size: 24px; } }
  @media (min-width: 320px) {
    .easyClevero-footer-1 .easy_footer_headline {
      line-height: calc(1.25vw + 17px); } }
  @media (min-width: 1200px) {
    .easyClevero-footer-1 .easy_footer_headline {
      line-height: 32px; } }

.easyClevero-footer-1 .easy_footer-col {
  width: calc((100% / 4 - 0.1px) + (0.1px / 4));
  margin-right: 0.1px;
  margin-bottom: 0.1px;
  padding: 16px; }
  .easyClevero-footer-1 .easy_footer-col:nth-child(4n+4) {
    margin-right: 0; }
  @media (min-width: 260px) {
    .easyClevero-footer-1 .easy_footer-col {
      width: calc((100% / 1 - 0.1px) + (0.1px / 1));
      margin-right: 0.1px;
      margin-bottom: 0.1px; }
      .easyClevero-footer-1 .easy_footer-col:nth-child(0n+0) {
        margin-right: 0.1px;
        margin-bottom: 0.1px; }
      .easyClevero-footer-1 .easy_footer-col:nth-child(1n+1) {
        margin-right: 0; } }
  @media (min-width: 520.1px) {
    .easyClevero-footer-1 .easy_footer-col {
      width: calc((100% / 2 - 0.1px) + (0.1px / 2));
      margin-right: 0.1px;
      margin-bottom: 0.1px; }
      .easyClevero-footer-1 .easy_footer-col:nth-child(1n+1) {
        margin-right: 0.1px;
        margin-bottom: 0.1px; }
      .easyClevero-footer-1 .easy_footer-col:nth-child(2n+2) {
        margin-right: 0; } }
  @media (min-width: 780.2px) {
    .easyClevero-footer-1 .easy_footer-col {
      width: calc((100% / 3 - 0.1px) + (0.1px / 3));
      margin-right: 0.1px;
      margin-bottom: 0.1px; }
      .easyClevero-footer-1 .easy_footer-col:nth-child(2n+2) {
        margin-right: 0.1px;
        margin-bottom: 0.1px; }
      .easyClevero-footer-1 .easy_footer-col:nth-child(3n+3) {
        margin-right: 0; } }
  @media (min-width: 1041.3px) {
    .easyClevero-footer-1 .easy_footer-col {
      width: calc((100% / 4 - 0.1px) + (0.1px / 4));
      margin-right: 0.1px;
      margin-bottom: 0.1px; }
      .easyClevero-footer-1 .easy_footer-col:nth-child(3n+3) {
        margin-right: 0.1px;
        margin-bottom: 0.1px; }
      .easyClevero-footer-1 .easy_footer-col:nth-child(4n+4) {
        margin-right: 0; } }
  @media (max-width: 260px) {
    .easyClevero-footer-1 .easy_footer-col {
      width: 100%;
      max-width: 100%;
      margin-right: 0 !important; } }
  @media (min-width: 320px) {
    .easyClevero-footer-1 .easy_footer-col {
      padding: calc(1.5909090909vw + 10.9090909091px); } }
  @media (min-width: 1200px) {
    .easyClevero-footer-1 .easy_footer-col {
      padding: 30px; } }
  .easyClevero-footer-1 .easy_footer-col p, .easyClevero-footer-1 .easy_footer-col a {
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    display: block; }
    @media (min-width: 320px) {
      .easyClevero-footer-1 .easy_footer-col p, .easyClevero-footer-1 .easy_footer-col a {
        font-size: calc(0.2272727273vw + 12.2727272727px); } }
    @media (min-width: 1200px) {
      .easyClevero-footer-1 .easy_footer-col p, .easyClevero-footer-1 .easy_footer-col a {
        font-size: 15px; } }
  .easyClevero-footer-1 .easy_footer-col nav a {
    font-weight: 700;
    color: #69b306;
    text-decoration: none;
    transition: all .3s; }
    .easyClevero-footer-1 .easy_footer-col nav a:not(:last-child) {
      margin-bottom: .5rem; }
    .easyClevero-footer-1 .easy_footer-col nav a:hover {
      text-decoration: underline;
      color: #4c8204; }

.easyClevero-footer-1 .easy_footer--linkSection {
  background: #302c26;
  padding: 1.75rem 0 2.25em; }

.easyClevero-footer-1 .easy_footer--contactSection {
  background: #5c5955;
  color: #fff;
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 14px;
  padding: 2rem 0 1.5rem; }
  .easyClevero-footer-1 .easy_footer--contactSection .frame {
    flex-flow: column;
    align-items: center; }
  .easyClevero-footer-1 .easy_footer--contactSection .company-info {
    text-align: center; }
    .easyClevero-footer-1 .easy_footer--contactSection .company-info strong {
      display: block;
      margin-bottom: .5rem; }
  .easyClevero-footer-1 .easy_footer--contactSection .social-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.5rem 0 2rem; }
    .easyClevero-footer-1 .easy_footer--contactSection .social-links a {
      color: #fff;
      width: 3rem;
      height: 3rem;
      border: 2px solid #fff;
      border-radius: 50%;
      transition: all .3s;
      margin: 0 1.5rem 0 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .easyClevero-footer-1 .easy_footer--contactSection .social-links a:hover {
        color: #69b306;
        border-color: #69b306;
        transform: scale(0.85); }
      .easyClevero-footer-1 .easy_footer--contactSection .social-links a svg {
        height: 1.5rem;
        width: auto; }
    .easyClevero-footer-1 .easy_footer--contactSection .social-links .aniversary {
      height: 5rem; }
  .easyClevero-footer-1 .easy_footer--contactSection .copyright {
    text-align: center;
    max-width: 50rem; }
    .easyClevero-footer-1 .easy_footer--contactSection .copyright small {
      color: #ddd; }

#copy {
  font-family: "Montserrat", "Arial", sans-serif;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px; }
  #copy .frame {
    align-items: center;
    justify-content: center; }
  #copy img {
    width: 2rem;
    height: 2rem;
    margin-right: .5rem; }
  #copy p {
    line-height: 22px;
    font-size: 13px; }
    @media (min-width: 320px) {
      #copy p {
        font-size: calc(0.1136363636vw + 12.6363636364px); } }
    @media (min-width: 1200px) {
      #copy p {
        font-size: 14px; } }
    @media (max-width: 700px) {
      #copy p {
        width: 100%;
        justify-content: center; }
        #copy p:first-child {
          margin-bottom: 10px; } }
    #copy p a {
      color: #302c26; }
      #copy p a:hover {
        text-decoration: none; }

.chat {
  background-image: linear-gradient(80deg, #69b306, #a1bd21);
  color: white;
  width: 104px;
  height: 55px;
  position: fixed;
  bottom: 29px;
  left: 16px;
  border-radius: 32px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
  cursor: pointer;
  z-index: 10002; }
  @media (max-width: 1024px) {
    .chat {
      width: 47px;
      height: 47px; } }
  .chat:hover {
    background-image: linear-gradient(80deg, #5ea105, #90aa1d); }
    .chat:hover .chat-wrapper-icon {
      background-image: linear-gradient(80deg, #5ea105, #90aa1d); }
  .chat-wrapper {
    display: flex; }
    @media (max-width: 1024px) {
      .chat-wrapper {
        display: block; } }
    .chat-wrapper-icon {
      background-image: linear-gradient(80deg, #69b306, #a1bd21);
      width: 52px;
      height: 52px;
      border-radius: 50%;
      margin: 2px 0 0 3px;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 1024px) {
        .chat-wrapper-icon {
          width: 42px;
          height: 42px;
          background: none; } }
      .chat-wrapper-icon svg {
        width: 26px;
        height: 25px; }
        .chat-wrapper-icon svg path {
          fill: #fff; }
    .chat-wrapper-text {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 15px;
      padding-left: 4px;
      font-family: sans-serif; }
      @media (max-width: 1024px) {
        .chat-wrapper-text {
          display: none; } }

.easyClevero-hp-subscribe {
  background: #f7f7f7;
  color: #666;
  padding: 45px 0;
  text-align: center; }
  @media (max-width: 1200px) {
    .easyClevero-hp-subscribe {
      display: none; } }
  .easyClevero-hp-subscribe .strutura_formular {
    background: transparent;
    padding: 0; }
    .easyClevero-hp-subscribe .strutura_formular input[type="email"] {
      height: 48px; }
  .easyClevero-hp-subscribe .formular_info_povinne {
    padding-top: 15px;
    text-align: left; }

.newsletter-form {
  max-width: 560px;
  margin: 0 auto; }

.productSimple--header {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 40px; }
  @media (min-width: 320px) {
    .productSimple--header {
      margin-bottom: calc(3.5vw + 28.8px); } }
  @media (min-width: 1920px) {
    .productSimple--header {
      margin-bottom: 96px; } }
  .productSimple--header .image {
    width: 65%;
    z-index: 2; }
    @media (max-width: 979px) {
      .productSimple--header .image {
        width: 100%;
        max-height: 35vh;
        overflow: hidden; }
        .productSimple--header .image .thumbnail {
          width: 100%;
          display: block; }
          .productSimple--header .image .thumbnail img {
            width: 100%; } }
  .productSimple--header .content {
    position: relative;
    margin-top: 16px;
    width: 35%;
    background: #f7f7f7;
    padding-bottom: 1rem;
    padding-top: 32px;
    padding-right: 32px;
    padding-left: 24px; }
    @media (min-width: 320px) {
      .productSimple--header .content {
        margin-top: calc(1.2139605463vw + 12.1153262519px); } }
    @media (min-width: 979px) {
      .productSimple--header .content {
        margin-top: calc(1600vw - 15640px); } }
    @media (min-width: 980px) {
      .productSimple--header .content {
        margin-top: 40px; } }
    @media (min-width: 320px) {
      .productSimple--header .content {
        padding-top: calc(2vw + 25.6px); } }
    @media (min-width: 1920px) {
      .productSimple--header .content {
        padding-top: 64px; } }
    @media (min-width: 320px) {
      .productSimple--header .content {
        padding-right: calc(2vw + 25.6px); } }
    @media (min-width: 1920px) {
      .productSimple--header .content {
        padding-right: 64px; } }
    @media (min-width: 320px) {
      .productSimple--header .content {
        padding-left: calc(1.75vw + 18.4px); } }
    @media (min-width: 1920px) {
      .productSimple--header .content {
        padding-left: 52px; } }
    @media (max-width: 979px) {
      .productSimple--header .content {
        width: 100%;
        padding-bottom: 32px; } }
  @media (max-width: 979px) and (min-width: 320px) {
    .productSimple--header .content {
      padding-bottom: calc(2vw + 25.6px); } }
  @media (max-width: 979px) and (min-width: 1920px) {
    .productSimple--header .content {
      padding-bottom: 64px; } }
    .productSimple--header .content > * {
      position: relative;
      z-index: 1; }
    .productSimple--header .content:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 37.5rem;
      max-width: 150%;
      height: calc(100% + 5.25rem);
      background: #f7f7f7; }
      @media (max-width: 979px) {
        .productSimple--header .content:after {
          content: none; } }
    .productSimple--header .content .rating {
      margin: -.5rem 0 1.5rem; }
      .productSimple--header .content .rating .stars {
        position: relative;
        color: #69b306;
        margin-bottom: .25rem; }
        .productSimple--header .content .rating .stars .full {
          opacity: .65; }
        .productSimple--header .content .rating .stars .exact {
          position: absolute;
          left: 0;
          top: 0; }
    .productSimple--header .content .summary {
      font-weight: 700;
      line-height: 1.75; }
    .productSimple--header .content .price {
      margin-top: 2rem;
      font-family: "Montserrat", "Arial", sans-serif; }
      .productSimple--header .content .price span {
        font-size: 1.5rem;
        font-weight: 800; }
  .productSimple--header .after-content--cta {
    margin-top: 2.75rem;
    display: flex;
    width: 100%;
    z-index: 2; }
    @media (max-width: 979px) {
      .productSimple--header .after-content--cta {
        margin-top: 1.5rem;
        flex-flow: row wrap; } }
    .productSimple--header .after-content--cta .under-image {
      width: 65%;
      display: inline-flex;
      justify-content: flex-end; }
      @media (max-width: 979px) {
        .productSimple--header .after-content--cta .under-image {
          width: 100%; } }
      @media (max-width: 679px) {
        .productSimple--header .after-content--cta .under-image {
          flex-flow: column;
          align-items: center; } }
      .productSimple--header .after-content--cta .under-image .help-link {
        font-family: "Montserrat", "Arial", sans-serif;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-end;
        margin-right: 24px;
        font-size: 14px; }
        @media (min-width: 679px) {
          .productSimple--header .after-content--cta .under-image .help-link {
            margin-right: calc(3.8678485093vw - 2.2626913779px); } }
        @media (min-width: 1920px) {
          .productSimple--header .after-content--cta .under-image .help-link {
            margin-right: 72px; } }
        @media (min-width: 768px) {
          .productSimple--header .after-content--cta .under-image .help-link {
            font-size: calc(0.2976190476vw + 11.7142857143px); } }
        @media (min-width: 1440px) {
          .productSimple--header .after-content--cta .under-image .help-link {
            font-size: 16px; } }
        @media (max-width: 679px) {
          .productSimple--header .after-content--cta .under-image .help-link {
            align-items: center;
            margin-right: 0;
            margin-bottom: 1rem; } }
        .productSimple--header .after-content--cta .under-image .help-link span {
          display: block;
          font-weight: 800;
          text-transform: uppercase;
          margin-bottom: .5rem; }
    .productSimple--header .after-content--cta .under-content {
      width: 35%;
      padding-left: 3.25rem; }
      @media (max-width: 979px) {
        .productSimple--header .after-content--cta .under-content {
          display: flex;
          justify-content: end;
          width: 100%;
          padding: 0;
          margin: 16px 0 0; } }
      @media (max-width: 679px) {
        .productSimple--header .after-content--cta .under-content {
          justify-content: center; } }
    .productSimple--header .after-content--cta .under-image .btn,
    .productSimple--header .after-content--cta .under-content .btn {
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
      max-width: 365px;
      width: 100%;
      height: 5rem;
      height: 64px;
      padding: 0 2.25rem;
      font-size: 14px; }
      @media (min-width: 768px) {
        .productSimple--header .after-content--cta .under-image .btn,
        .productSimple--header .after-content--cta .under-content .btn {
          height: calc(1.3888888889vw + 53.3333333333px); } }
      @media (min-width: 1920px) {
        .productSimple--header .after-content--cta .under-image .btn,
        .productSimple--header .after-content--cta .under-content .btn {
          height: 80px; } }
      @media (min-width: 768px) {
        .productSimple--header .after-content--cta .under-image .btn,
        .productSimple--header .after-content--cta .under-content .btn {
          font-size: calc(0.2976190476vw + 11.7142857143px); } }
      @media (min-width: 1440px) {
        .productSimple--header .after-content--cta .under-image .btn,
        .productSimple--header .after-content--cta .under-content .btn {
          font-size: 16px; } }

.saleBanner {
  display: flex;
  text-decoration: none;
  color: inherit;
  margin-bottom: 32px; }
  @media (min-width: 320px) {
    .saleBanner {
      margin-bottom: calc(4.4776119403vw + 17.671641791px); } }
  @media (min-width: 1660px) {
    .saleBanner {
      margin-bottom: 92px; } }
  @media (max-width: 768px) {
    .saleBanner {
      flex-flow: column; } }
  .saleBanner img:only-child {
    margin: 0 auto; }
  @media (max-width: 768px) {
    .saleBanner img {
      max-width: 100%; } }
  .saleBanner-countDown {
    flex: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-variant: tabular-nums;
    text-align: center;
    background: #f7f7f7;
    padding: 1rem 0.75rem;
    margin-left: 2rem;
    min-width: 24rem; }
    @media (max-width: 1080px) {
      .saleBanner-countDown {
        margin-left: 1rem;
        min-width: 20rem; } }
    @media (max-width: 768px) {
      .saleBanner-countDown {
        margin: .5rem 0 0;
        min-width: auto; } }
    .saleBanner-countDown--title {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 1.5rem; }
      @media (max-width: 1080px) {
        .saleBanner-countDown--title {
          font-size: .875rem;
          margin-bottom: .875rem; } }
    .saleBanner-countDown--clock {
      display: inline-flex; }
      .saleBanner-countDown--clock > span {
        flex: 1;
        min-width: 5.5rem;
        display: inline-flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        font-size: 2.25rem;
        font-weight: 800;
        color: #69b306;
        padding: 0 .5rem; }
        @media (max-width: 1080px) {
          .saleBanner-countDown--clock > span {
            min-width: 4rem;
            font-size: 1.75rem; } }
        .saleBanner-countDown--clock > span span {
          margin-top: .5rem;
          font-weight: 400;
          font-size: .75rem;
          color: #000;
          text-transform: uppercase;
          letter-spacing: .06em;
          opacity: .8; }
          @media (max-width: 1080px) {
            .saleBanner-countDown--clock > span span {
              font-size: .625rem;
              margin-top: .25rem; } }

.productSimple--benefits {
  display: flex;
  flex-flow: row wrap; }
  .productSimple--benefits-item {
    flex: 0 0 25%;
    display: flex;
    align-items: center;
    margin: .5rem 0; }
    @media (max-width: 979px) {
      .productSimple--benefits-item {
        flex: 0 0 50%;
        margin-bottom: .5rem; } }
    @media (max-width: 559px) {
      .productSimple--benefits-item {
        flex: 0 0 100%; } }
    .productSimple--benefits-item .thumbnail {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 3rem;
      width: 3rem;
      margin-right: 1.5rem; }
    .productSimple--benefits-item span {
      font-family: "Montserrat", "Arial", sans-serif;
      font-weight: 800;
      display: block;
      width: calc(100% - 3rem - 1.5rem); }
    .productSimple--benefits-item:not(:nth-child(4n)):not(:last-child) {
      padding-right: 1.5rem; }
  .productSimple_listItem .productSimple--benefits {
    margin-top: 1.25rem;
    justify-content: center; }
    .productSimple_listItem .productSimple--benefits-item {
      flex: 0;
      margin: 0 1.25rem;
      padding-right: 0 !important; }
      .productSimple_listItem .productSimple--benefits-item .thumbnail {
        margin-right: 0; }
      .productSimple_listItem .productSimple--benefits-item[data-title]:hover {
        position: relative; }
        .productSimple_listItem .productSimple--benefits-item[data-title]:hover:before {
          content: attr(data-title);
          position: absolute;
          bottom: calc(100% + .375rem);
          color: #fff;
          background: rgba(0, 0, 0, 0.85);
          border-radius: 4px;
          padding: .375rem .625rem;
          white-space: nowrap;
          left: 50%;
          transform: translateX(-50%);
          font-size: .875rem; }

.swiper-container.photogallery {
  margin-top: 32px; }
  @media (min-width: 320px) {
    .swiper-container.photogallery {
      margin-top: calc(4.4776119403vw + 17.671641791px); } }
  @media (min-width: 1660px) {
    .swiper-container.photogallery {
      margin-top: 92px; } }
  .swiper-container.photogallery .thumbnail {
    overflow: hidden;
    width: calc(100% / 3); }
    .swiper-container.photogallery .thumbnail a {
      position: relative;
      display: block;
      transition: all .5s;
      overflow: hidden; }
      .swiper-container.photogallery .thumbnail a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(105, 179, 6, 0.35);
        opacity: 0;
        transition: all .35s; }
      .swiper-container.photogallery .thumbnail a:hover {
        transform: scale(1.1); }
        .swiper-container.photogallery .thumbnail a:hover:before {
          opacity: 1; }

.swiper-container .swiper-control {
  margin-top: 16px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 320px) {
    .swiper-container .swiper-control {
      margin-top: calc(1vw + 12.8px); } }
  @media (min-width: 1920px) {
    .swiper-container .swiper-control {
      margin-top: 32px; } }
  .swiper-container .swiper-control .swiper-pagination {
    position: static;
    margin: 0 2rem; }
    .swiper-container .swiper-control .swiper-pagination-bullet {
      width: .875rem;
      height: .875rem;
      border-radius: 0;
      margin: 0 .375rem;
      border: 0.2rem solid #69b306;
      opacity: 1;
      background: transparent;
      transition: all .3s; }
      .swiper-container .swiper-control .swiper-pagination-bullet:hover {
        background: #69b306; }
      .swiper-container .swiper-control .swiper-pagination-bullet-active {
        border-color: #302c26;
        background: #302c26; }
        .swiper-container .swiper-control .swiper-pagination-bullet-active:hover {
          background: #302c26; }
  .swiper-container .swiper-control .swiper-button-prev, .swiper-container .swiper-control .swiper-button-next {
    position: static;
    margin-top: 0;
    width: 16px;
    height: 24px;
    transition: all .3s; }
    .swiper-container .swiper-control .swiper-button-prev:hover, .swiper-container .swiper-control .swiper-button-next:hover {
      transform: scale(0.85); }
  .swiper-container .swiper-control .swiper-button-prev,
  .swiper-container .swiper-control .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;utf8,<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-left' class='svg-inline--fa fa-chevron-left fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='rgb(48,44,38)' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'></path></svg>"); }
  .swiper-container .swiper-control .swiper-button-next,
  .swiper-container .swiper-control .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;utf8,<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-right' class='svg-inline--fa fa-chevron-right fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='rgb(48,44,38)' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'></path></svg>"); }

.swiper-container.photogallery {
  margin-top: 32px; }
  @media (min-width: 320px) {
    .swiper-container.photogallery {
      margin-top: calc(4.4776119403vw + 17.671641791px); } }
  @media (min-width: 1660px) {
    .swiper-container.photogallery {
      margin-top: 92px; } }
  .swiper-container.photogallery .thumbnail {
    overflow: hidden;
    width: calc(100% / 3); }
    .swiper-container.photogallery .thumbnail a {
      position: relative;
      display: block;
      transition: all .5s;
      overflow: hidden; }
      .swiper-container.photogallery .thumbnail a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(105, 179, 6, 0.35);
        opacity: 0;
        transition: all .35s; }
      .swiper-container.photogallery .thumbnail a:hover {
        transform: scale(1.1); }
        .swiper-container.photogallery .thumbnail a:hover:before {
          opacity: 1; }

.swiper-control2 {
  margin-top: 16px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 320px) {
    .swiper-control2 {
      margin-top: calc(1vw + 12.8px); } }
  @media (min-width: 1920px) {
    .swiper-control2 {
      margin-top: 32px; } }
  .swiper-control2 .swiper-pagination {
    position: static;
    margin: 0 2rem; }
    .swiper-control2 .swiper-pagination-bullet {
      width: .875rem;
      height: .875rem;
      border-radius: 0;
      margin: 0 .375rem;
      border: 0.2rem solid #69b306;
      opacity: 1;
      background: transparent;
      transition: all .3s; }
      .swiper-control2 .swiper-pagination-bullet:hover {
        background: #69b306; }
      .swiper-control2 .swiper-pagination-bullet-active {
        border-color: #302c26;
        background: #302c26; }
        .swiper-control2 .swiper-pagination-bullet-active:hover {
          background: #302c26; }
  .swiper-control2 .swiper-button-prev,
  .swiper-control2 .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;utf8,<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-left' class='svg-inline--fa fa-chevron-left fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='rgb(48,44,38)' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'></path></svg>"); }
  .swiper-control2 .swiper-button-next,
  .swiper-control2 .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;utf8,<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-right' class='svg-inline--fa fa-chevron-right fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='rgb(48,44,38)' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'></path></svg>"); }
  .swiper-control2 .swiper-button-prevCite, .swiper-control2 .swiper-button-nextCite {
    position: static;
    margin-top: 0;
    width: 16px;
    height: 24px;
    transition: all .3s;
    cursor: pointer; }
    .swiper-control2 .swiper-button-prevCite:hover, .swiper-control2 .swiper-button-nextCite:hover {
      transform: scale(0.85); }
  .swiper-control2 .swiper-button-prevCite {
    position: static;
    margin-top: 0;
    width: 16px;
    height: 24px;
    transition: all .3s;
    background-image: url("data:image/svg+xml;utf8,<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-left' class='svg-inline--fa fa-chevron-left fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='rgb(48,44,38)' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'></path></svg>"); }
  .swiper-control2 .swiper-button-prevCite.swiper-button-disabled,
  .swiper-control2 .swiper-button-nextCite.swiper-button-disabled {
    opacity: .35;
    pointer-events: none; }
  .swiper-control2 .swiper-button-nextCite {
    position: static;
    margin-top: 0;
    width: 16px;
    height: 24px;
    transition: all .3s;
    background-image: url("data:image/svg+xml;utf8,<svg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-right' class='svg-inline--fa fa-chevron-right fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='rgb(48,44,38)' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'></path></svg>"); }
  .swiper-control2 .swiper-paginationCite {
    margin: 0 2rem; }

.location_prodejce_getDetail .description {
  display: none; }

.category_product {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin-bottom: 50px; }
  @media (max-width: 800px) {
    .category_product {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 500px) {
    .category_product {
      grid-template-columns: repeat(1, 1fr); } }
  .category_product .image-holder {
    position: relative;
    text-decoration: none;
    text-align: center;
    color: #302c26;
    display: block; }
    .category_product .image-holder:hover::before {
      opacity: .75; }
    .category_product .image-holder:hover .title-frame h2 {
      color: #fff;
      background: rgba(255, 255, 255, 0);
      border-color: #69b306; }
    .category_product .image-holder::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #302c26;
      opacity: 0;
      transition: all .5s; }
  .category_product .title-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
    z-index: 2; }
    .category_product .title-frame h2 {
      height: 100%;
      width: 100%;
      padding: 20px 16px;
      font-family: Montserrat,Arial,sans-serif;
      font-size: 16px;
      font-weight: 800;
      background: rgba(255, 255, 255, 0.85);
      border: 4px solid #302c26;
      border: 0.25rem solid #302c26;
      z-index: 1;
      transition: all .5s; }

.tabs {
  width: 100%;
  margin: 5.75rem 0 3.5rem;
  position: relative;
  z-index: 30;
  margin-top: 32px;
  margin-bottom: 16px; }
  @media (min-width: 320px) {
    .tabs {
      margin-top: calc(4.4776119403vw + 17.671641791px); } }
  @media (min-width: 1660px) {
    .tabs {
      margin-top: 92px; } }
  @media (min-width: 320px) {
    .tabs {
      margin-bottom: calc(2.9850746269vw + 6.447761194px); } }
  @media (min-width: 1660px) {
    .tabs {
      margin-bottom: 56px; } }
  .tabs ul.tabs-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: flex; }
    .tabs ul.tabs-list li {
      display: inline-block;
      margin-right: .75rem;
      cursor: pointer;
      margin-bottom: -1px;
      flex-grow: 1; }
      .tabs ul.tabs-list li:last-child {
        margin-right: 0px; }
      .tabs ul.tabs-list li span, .tabs ul.tabs-list li a {
        height: 32px;
        padding-right: 16px;
        padding-left: 16px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #000;
        transition: .5s;
        font-family: "Montserrat", "Arial", sans-serif;
        font-size: 15px;
        font-weight: 800;
        border: 0.185rem solid #69b306; }
        @media (min-width: 320px) {
          .tabs ul.tabs-list li span, .tabs ul.tabs-list li a {
            height: calc(3vw + 22.4px); } }
        @media (min-width: 1920px) {
          .tabs ul.tabs-list li span, .tabs ul.tabs-list li a {
            height: 80px; } }
        @media (min-width: 768px) {
          .tabs ul.tabs-list li span, .tabs ul.tabs-list li a {
            padding-right: calc(0.3472222222vw + 13.3333333333px); } }
        @media (min-width: 1920px) {
          .tabs ul.tabs-list li span, .tabs ul.tabs-list li a {
            padding-right: 20px; } }
        @media (min-width: 768px) {
          .tabs ul.tabs-list li span, .tabs ul.tabs-list li a {
            padding-left: calc(0.3472222222vw + 13.3333333333px); } }
        @media (min-width: 1920px) {
          .tabs ul.tabs-list li span, .tabs ul.tabs-list li a {
            padding-left: 20px; } }
        @media (min-width: 768px) {
          .tabs ul.tabs-list li span, .tabs ul.tabs-list li a {
            font-size: calc(0.4340277778vw + 11.6666666667px); } }
        @media (min-width: 1920px) {
          .tabs ul.tabs-list li span, .tabs ul.tabs-list li a {
            font-size: 20px; } }
        .tabs ul.tabs-list li span.active, .tabs ul.tabs-list li span:hover, .tabs ul.tabs-list li a.active, .tabs ul.tabs-list li a:hover {
          border-color: #302c26;
          background-color: #302c26;
          color: #fff; }
  .tabs .tab {
    padding: 3.5rem 0 0;
    display: none;
    background: #fff; }
    @media (max-width: 767px) {
      .tabs .tab {
        padding: 1.5rem 0; } }
    .tabs .tab .title {
      font-family: "Montserrat", "Arial", sans-serif;
      font-size: 24px;
      margin-bottom: 24px;
      font-weight: 800;
      color: #69b306; }
      @media (min-width: 320px) {
        .tabs .tab .title {
          font-size: calc(1.5vw + 19.2px); } }
      @media (min-width: 1920px) {
        .tabs .tab .title {
          font-size: 48px; } }
      @media (min-width: 320px) {
        .tabs .tab .title {
          margin-bottom: calc(2.25vw + 16.8px); } }
      @media (min-width: 1920px) {
        .tabs .tab .title {
          margin-bottom: 60px; } }
    .tabs .tab p {
      margin-bottom: 10px; }
    .tabs .tab ul {
      margin: 25px 0;
      font-size: 13px;
      line-height: 24px; }
    @media (max-width: 590px) {
      .tabs .tab table {
        display: block; }
        .tabs .tab table thead, .tabs .tab table tbody, .tabs .tab table tr, .tabs .tab table td, .tabs .tab table th {
          display: block;
          width: 100%; }
        .tabs .tab table td, .tabs .tab table th {
          border-top: none;
          padding: 8px 13px; } }
  .tabs .responsive-tab-list {
    width: 100%;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #231f20;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 1px solid #eaeaea;
    cursor: pointer; }
    .tabs .responsive-tab-list.active, .tabs .responsive-tab-list:hover {
      color: #fff;
      background: #69b306; }

.attachments.attachments_nonimages {
  display: flex;
  align-items: center; }
  .attachments.attachments_nonimages a {
    margin-left: 1.5rem; }

.location_productSimple_getDetail .pobocky-shortcode {
  margin-top: 32px;
  margin-bottom: 16px; }
  @media (min-width: 320px) {
    .location_productSimple_getDetail .pobocky-shortcode {
      margin-top: calc(5.5vw + 14.4px); } }
  @media (min-width: 1920px) {
    .location_productSimple_getDetail .pobocky-shortcode {
      margin-top: 120px; } }
  @media (min-width: 320px) {
    .location_productSimple_getDetail .pobocky-shortcode {
      margin-bottom: calc(4vw + 3.2px); } }
  @media (min-width: 1920px) {
    .location_productSimple_getDetail .pobocky-shortcode {
      margin-bottom: 80px; } }

.frame {
  margin: 0 auto; }

body > .inner.frame,
.content-body > .inner.frame {
  margin-bottom: 60px; }

.inquiry-cart {
  height: 100vh; }
  .inquiry-cart iframe {
    height: 100%; }
  .inquiry-cart .inquiry-content {
    height: 100%;
    overflow: hidden; }

body {
  background: #fff; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .videoWrapper iframe, .videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.scrollup {
  position: fixed;
  text-align: center;
  right: 30px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  line-height: 54px;
  border-radius: 50%;
  background-color: #000;
  z-index: 999;
  cursor: pointer;
  justify-content: center;
  display: none;
  opacity: .5; }
  .scrollup:hover {
    opacity: 1; }
  .scrollup svg {
    width: 20px;
    color: white; }

.popup--overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }

.popup-frame {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100% - 17px);
  max-width: 800px;
  padding: 20px;
  transform: translate(-50%, -50%);
  z-index: 1000; }
  .popup-frame--inner {
    background: #fff; }
  .popup-frame--header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #666;
    padding-left: 30px; }
    .popup-frame--header .title-icon {
      margin-right: 10px; }
    .popup-frame--header .title {
      position: relative;
      top: 2px;
      text-transform: uppercase;
      font-weight: 900;
      margin-bottom: 0; }
    .popup-frame--header .close-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 70px;
      height: 70px;
      margin-left: auto;
      color: #fff;
      background: #0490E0;
      transition: all .3s ease-in-out; }
      .popup-frame--header .close-btn svg {
        transition: all .3s ease-in-out; }
      .popup-frame--header .close-btn:hover {
        cursor: pointer;
        background: #0480c7; }
        .popup-frame--header .close-btn:hover svg {
          transform: scale(1.1); }
  .popup-frame--body {
    padding: 35px; }

[data-width="1200"] {
  width: 100%;
  max-width: 1228px;
  padding: 0 14px; }

[data-width="980"] {
  width: 100%;
  max-width: 1008px;
  padding: 0 14px; }

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 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-lock {
  display: none; }

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

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

.location_search_search h1, .location_search_search .too-many {
  text-align: center; }

.location_search_search .page_listItem .title-frame h2 {
  font-size: 16px; }
  @media (min-width: 320px) {
    .location_search_search .page_listItem .title-frame h2 {
      font-size: calc(0.5vw + 14.4px); } }
  @media (min-width: 1920px) {
    .location_search_search .page_listItem .title-frame h2 {
      font-size: 24px; } }

h2.search-title {
  width: 100%;
  text-align: center;
  color: #000;
  position: relative;
  margin-top: 32px;
  margin-bottom: 40px; }
  @media (min-width: 320px) {
    h2.search-title {
      margin-top: calc(2vw + 25.6px); } }
  @media (min-width: 1920px) {
    h2.search-title {
      margin-top: 64px; } }
  @media (min-width: 320px) {
    h2.search-title {
      margin-bottom: calc(2.5vw + 32px); } }
  @media (min-width: 1920px) {
    h2.search-title {
      margin-bottom: 80px; } }
  h2.search-title:after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 80px;
    height: .25rem;
    transform: translateX(-50%);
    background: #000; }
    @media (min-width: 320px) {
      h2.search-title:after {
        bottom: calc(-1vw - 12.8px); } }
    @media (min-width: 1920px) {
      h2.search-title:after {
        bottom: -32px; } }
    @media (min-width: 320px) {
      h2.search-title:after {
        width: calc(5vw + 64px); } }
    @media (min-width: 1920px) {
      h2.search-title:after {
        width: 160px; } }

.easyClevero-hp-category {
  padding: 40px 0 25px 0; }

.easyClevero-hp-category-g {
  width: calc((100% / 3 - 15px) + (15px / 3));
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #c0c0c0;
  background: white;
  padding: 15px;
  padding-top: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none;
  flex-direction: column; }
  .easyClevero-hp-category-g:nth-child(3n+3) {
    margin-right: 0; }
  @media (min-width: 280px) {
    .easyClevero-hp-category-g {
      width: calc((100% / 1 - 15px) + (15px / 1));
      margin-right: 15px;
      margin-bottom: 15px; }
      .easyClevero-hp-category-g:nth-child(0n+0) {
        margin-right: 15px;
        margin-bottom: 15px; }
      .easyClevero-hp-category-g:nth-child(1n+1) {
        margin-right: 0; } }
  @media (min-width: 575px) {
    .easyClevero-hp-category-g {
      width: calc((100% / 2 - 15px) + (15px / 2));
      margin-right: 15px;
      margin-bottom: 15px; }
      .easyClevero-hp-category-g:nth-child(1n+1) {
        margin-right: 15px;
        margin-bottom: 15px; }
      .easyClevero-hp-category-g:nth-child(2n+2) {
        margin-right: 0; } }
  @media (min-width: 871px) {
    .easyClevero-hp-category-g {
      width: calc((100% / 3 - 15px) + (15px / 3));
      margin-right: 15px;
      margin-bottom: 15px; }
      .easyClevero-hp-category-g:nth-child(2n+2) {
        margin-right: 15px;
        margin-bottom: 15px; }
      .easyClevero-hp-category-g:nth-child(3n+3) {
        margin-right: 0; } }
  @media (min-width: 1166px) {
    .easyClevero-hp-category-g {
      width: calc((100% / 3 - 15px) + (15px / 3));
      margin-right: 15px;
      margin-bottom: 15px; }
      .easyClevero-hp-category-g:nth-child(2n+2) {
        margin-right: 15px;
        margin-bottom: 15px; }
      .easyClevero-hp-category-g:nth-child(3n+3) {
        margin-right: 0; } }
  @media (max-width: 280px) {
    .easyClevero-hp-category-g {
      width: 100%;
      max-width: 100%;
      margin-right: 0 !important; } }
  @media (min-width: 320px) {
    .easyClevero-hp-category-g {
      padding: calc(0.625vw + 13px); } }
  @media (min-width: 1920px) {
    .easyClevero-hp-category-g {
      padding: 25px; } }
  .easyClevero-hp-category-g .thumbnail {
    max-width: 280px;
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
    @media (min-width: 1440px) {
      .easyClevero-hp-category-g .thumbnail {
        margin-top: calc(1.0416666667vw - 5px); } }
    @media (min-width: 1920px) {
      .easyClevero-hp-category-g .thumbnail {
        margin-top: 15px; } }
    @media (min-width: 1440px) {
      .easyClevero-hp-category-g .thumbnail {
        margin-bottom: calc(1.0416666667vw - 5px); } }
    @media (min-width: 1920px) {
      .easyClevero-hp-category-g .thumbnail {
        margin-bottom: 15px; } }
    .easyClevero-hp-category-g .thumbnail img {
      display: block;
      margin: 0 auto;
      transition: .5s;
      transform: scale(1); }
  .easyClevero-hp-category-g:hover .thumbnail::after {
    transform: scaleX(0.8); }
  .easyClevero-hp-category-g:hover img {
    transform: scale(1.15); }
  .easyClevero-hp-category-g .category-name {
    color: #302c26;
    font-size: 16px;
    text-align: center; }
    @media (min-width: 1115px) {
      .easyClevero-hp-category-g .category-name {
        font-size: calc(2.3529411765vw - 10.2352941176px); } }
    @media (min-width: 1200px) {
      .easyClevero-hp-category-g .category-name {
        font-size: 18px; } }

.location_categoryNews_getDetail .news-holder {
  margin-bottom: 7.25rem; }

.location_categoryNews_getDetail .news-item--inner,
.location_search_search .news-item--inner {
  text-decoration: none;
  color: #302c26;
  height: 100%;
  position: relative;
  overflow: hidden; }

.news-holder {
  display: flex;
  flex-flow: row wrap; }
  .news-holder .news-item, .news-holder .news_listItem {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 50%;
    text-decoration: none;
    color: #302c26; }
    @media (max-width: 979px) {
      .news-holder .news-item, .news-holder .news_listItem {
        width: 100%; } }
    .news-holder .news-item:before, .news-holder .news_listItem:before {
      content: '';
      position: absolute;
      width: 5rem;
      height: 5rem;
      background: transparent;
      opacity: 0;
      transition: all .3s; }
    .news-holder .news-item:nth-child(odd):before, .news-holder .news_listItem:nth-child(odd):before {
      bottom: 1.5rem;
      left: 1.5rem;
      border-left: 0.25rem solid #302c26;
      border-bottom: 0.25rem solid #302c26; }
    .news-holder .news-item:nth-child(even):before, .news-holder .news_listItem:nth-child(even):before {
      top: 1.5rem;
      right: 1.5rem;
      border-right: 0.25rem solid #302c26;
      border-top: 0.25rem solid #302c26; }
    .news-holder .news-item .image, .news-holder .news_listItem .image {
      width: 70%; }
      @media (max-width: 559px) {
        .news-holder .news-item .image, .news-holder .news_listItem .image {
          width: 100%;
          padding-right: 2rem; } }
    .news-holder .news-item--title, .news-holder .news_listItem--title {
      font-family: "Montserrat", "Arial", sans-serif;
      font-size: 20px;
      margin-bottom: 10px;
      margin-top: 0;
      transition: all .3s; }
      @media (min-width: 320px) {
        .news-holder .news-item--title, .news-holder .news_listItem--title {
          font-size: calc(0.6060606061vw + 18.0606060606px); } }
      @media (min-width: 980px) {
        .news-holder .news-item--title, .news-holder .news_listItem--title {
          font-size: 24px; } }
      @media (min-width: 320px) {
        .news-holder .news-item--title, .news-holder .news_listItem--title {
          margin-bottom: calc(1.8181818182vw + 4.1818181818px); } }
      @media (min-width: 980px) {
        .news-holder .news-item--title, .news-holder .news_listItem--title {
          margin-bottom: 22px; } }
    .news-holder .news-item .content, .news-holder .news_listItem .content {
      position: relative;
      width: 70%;
      height: 100%;
      margin: -6rem 0 0 auto;
      background: #f7f7f7;
      padding-top: 24px;
      padding-right: 20px;
      padding-bottom: 24px;
      padding-left: 20px;
      z-index: 1; }
      @media (min-width: 320px) {
        .news-holder .news-item .content, .news-holder .news_listItem .content {
          padding-top: calc(1.5vw + 19.2px); } }
      @media (min-width: 1920px) {
        .news-holder .news-item .content, .news-holder .news_listItem .content {
          padding-top: 48px; } }
      @media (min-width: 320px) {
        .news-holder .news-item .content, .news-holder .news_listItem .content {
          padding-right: calc(1.375vw + 15.6px); } }
      @media (min-width: 1920px) {
        .news-holder .news-item .content, .news-holder .news_listItem .content {
          padding-right: 42px; } }
      @media (min-width: 320px) {
        .news-holder .news-item .content, .news-holder .news_listItem .content {
          padding-bottom: calc(1.5vw + 19.2px); } }
      @media (min-width: 1920px) {
        .news-holder .news-item .content, .news-holder .news_listItem .content {
          padding-bottom: 48px; } }
      @media (min-width: 320px) {
        .news-holder .news-item .content, .news-holder .news_listItem .content {
          padding-left: calc(1.375vw + 15.6px); } }
      @media (min-width: 1920px) {
        .news-holder .news-item .content, .news-holder .news_listItem .content {
          padding-left: 42px; } }
      .news-holder .news-item .content .text, .news-holder .news_listItem .content .text {
        font-weight: 700;
        line-height: 1.5;
        font-size: 14px; }
        @media (min-width: 320px) {
          .news-holder .news-item .content .text, .news-holder .news_listItem .content .text {
            font-size: calc(0.303030303vw + 13.0303030303px); } }
        @media (min-width: 980px) {
          .news-holder .news-item .content .text, .news-holder .news_listItem .content .text {
            font-size: 16px; } }
      @media (max-width: 559px) {
        .news-holder .news-item .content, .news-holder .news_listItem .content {
          width: calc(100% - 2rem);
          margin: -3.25rem 0 0 2rem; } }
    .news-holder .news-item:hover:before, .news-holder .news_listItem:hover:before {
      opacity: 1; }
    .news-holder .news-item:hover .news-item--title, .news-holder .news_listItem:hover .news-item--title {
      color: #69b306;
      transform: translateY(0.375rem); }
  .news-holder--after {
    margin: 1.5rem 0 3rem;
    text-align: right; }
    .news-holder--after .btn {
      width: 35%; }
      @media (max-width: 979px) {
        .news-holder--after .btn {
          width: 70%; } }
      @media (max-width: 559px) {
        .news-holder--after .btn {
          width: calc(100% - 2rem);
          margin-left: 2rem; } }

.news___getDetail--header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  color: #fff;
  min-height: 200px;
  background: url("/assets/images/backgrounds/bg-mainBlock.png") center;
  background-size: cover;
  padding: 24px;
  margin-bottom: 2rem; }
  @media (min-width: 320px) {
    .news___getDetail--header {
      min-height: calc(18.1818181818vw + 141.818181818px); } }
  @media (min-width: 980px) {
    .news___getDetail--header {
      min-height: 320px; } }
  @media (min-width: 320px) {
    .news___getDetail--header {
      padding: calc(1.2121212121vw + 20.1212121212px); } }
  @media (min-width: 980px) {
    .news___getDetail--header {
      padding: 32px; } }
  .news___getDetail--header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1; }
  .news___getDetail--header > * {
    position: relative;
    z-index: 2; }
  .news___getDetail--header .h1, .news___getDetail--header h1:not(.main-title) {
    color: inherit;
    margin-bottom: 24px;
    text-align: center; }
    @media (min-width: 320px) {
      .news___getDetail--header .h1, .news___getDetail--header h1:not(.main-title) {
        margin-bottom: calc(1.2121212121vw + 20.1212121212px); } }
    @media (min-width: 980px) {
      .news___getDetail--header .h1, .news___getDetail--header h1:not(.main-title) {
        margin-bottom: 32px; } }
  .news___getDetail--header .date {
    font-weight: 700; }

.news___getDetail .summary {
  text-align: center;
  margin: 0 auto 5rem;
  font-weight: 700; }

.news___getDetail .text p:not(.summary) {
  margin-bottom: 2rem; }

.news___getDetail .text img {
  margin: 1rem 0 .5rem; }

.content-news {
  margin-bottom: 6.5rem; }

.realizace_listItem {
  margin-bottom: 32px; }
  @media (min-width: 320px) {
    .realizace_listItem {
      margin-bottom: calc(3.25vw + 21.6px); } }
  @media (min-width: 1920px) {
    .realizace_listItem {
      margin-bottom: 84px; } }
  .realizace_listItem .title-block {
    margin-bottom: 0; }
    @media (max-width: 679px) {
      .realizace_listItem .title-block .big {
        width: 100%;
        margin-right: 1rem; }
        .realizace_listItem .title-block .big:before {
          width: 100%; } }
  .realizace_listItem .photo-block {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    margin-top: -70px;
    z-index: 1; }
    @media (max-width: 679px) {
      .realizace_listItem .photo-block {
        margin-top: 0; } }
    .realizace_listItem .photo-block .gallery-preview {
      width: 50%;
      padding-top: 86px; }
      @media (max-width: 679px) {
        .realizace_listItem .photo-block .gallery-preview {
          width: 100%;
          padding: 1rem 0; } }
      .realizace_listItem .photo-block .gallery-preview .thumbnails {
        display: flex;
        flex-flow: row wrap; }
      .realizace_listItem .photo-block .gallery-preview .thumbnail {
        width: 50%;
        padding-right: 1rem; }
        .realizace_listItem .photo-block .gallery-preview .thumbnail:first-child {
          padding-bottom: 1rem; }
    .realizace_listItem .photo-block .big-image {
      width: 50%; }
      @media (max-width: 679px) {
        .realizace_listItem .photo-block .big-image {
          width: 100%;
          padding-right: 1rem; } }
      .realizace_listItem .photo-block .big-image .btn {
        margin-top: 1rem;
        width: 100%;
        height: 60px;
        padding: 21px 32px; }
    .realizace_listItem .photo-block .gallery-preview a, .realizace_listItem .photo-block .big-image a {
      display: block;
      overflow: hidden; }
      .realizace_listItem .photo-block .gallery-preview a:hover img, .realizace_listItem .photo-block .big-image a:hover img {
        transform: scale(1.1); }
    .realizace_listItem .photo-block .gallery-preview img, .realizace_listItem .photo-block .big-image img {
      transition: all .5s; }

.realizace___getDetail .text {
  max-width: 980px;
  margin: 0 auto 5.75rem; }

/* Masonry grid */
.masonry {
  display: flex;
  flex-flow: row wrap;
  transition: all .5s ease-in-out;
  /* Masonry item */ }
  @media only screen and (min-width: 768px) {
    .masonry {
      margin: 0 -1rem; } }
  .masonry .brick {
    margin: 0 0 1.5rem;
    display: inline-block;
    /* Fix the misalignment of items */
    vertical-align: top;
    /* Keep the item on the very top */
    /* Masonry on tablets */
    /* Masonry on big screens */
    /* Masonry image effects */ }
    @media only screen and (min-width: 768px) {
      .masonry .brick {
        width: calc((100% - 4rem)/2);
        margin: 1rem; } }
    @media only screen and (min-width: 1024px) {
      .masonry .brick {
        width: calc((100% - 6rem)/3); } }
    .masonry .brick a {
      position: relative;
      display: block;
      transition: all .5s;
      overflow: hidden; }
      .masonry .brick a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(105, 179, 6, 0.35);
        opacity: 0;
        transition: all .35s;
        z-index: 1; }
      .masonry .brick a img {
        transition: all .5s;
        backface-visibility: hidden;
        /* Remove Image flickering on hover */
        margin: 0; }
      .masonry .brick a:hover img {
        transform: scale(1.1); }
      .masonry .brick a:hover:before {
        opacity: 1; }

.maps-section {
  display: flex;
  flex-flow: row wrap;
  margin-top: 32px;
  margin-bottom: 32px; }
  @media (min-width: 320px) {
    .maps-section {
      margin-top: calc(5.4545454545vw + 14.5454545455px); } }
  @media (min-width: 980px) {
    .maps-section {
      margin-top: 68px; } }
  @media (min-width: 320px) {
    .maps-section {
      margin-bottom: calc(5.4545454545vw + 14.5454545455px); } }
  @media (min-width: 980px) {
    .maps-section {
      margin-bottom: 68px; } }
  .maps-section .kodMapy {
    width: calc(100% - 480px - 1rem);
    margin-right: 1rem; }
    @media (max-width: 979px) {
      .maps-section .kodMapy {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem; } }
  .maps-section .kodStreetView {
    width: 480px; }
    @media (max-width: 979px) {
      .maps-section .kodStreetView {
        width: 100%; } }
  .maps-section iframe {
    width: 100% !important;
    height: 350px !important; }
  .maps-section + .photogallery {
    margin-bottom: 32px; }
    @media (min-width: 320px) {
      .maps-section + .photogallery {
        margin-bottom: calc(5.4545454545vw + 14.5454545455px); } }
    @media (min-width: 980px) {
      .maps-section + .photogallery {
        margin-bottom: 68px; } }

.inline--additional-info {
  padding: .25rem 1.5rem .375rem;
  margin-top: 1.25rem;
  margin-right: 1rem;
  border-left: .25rem solid darkred;
  font-weight: 400;
  font-style: italic;
  color: darkred; }
  .inline--additional-info p {
    margin: 0;
    font-size: .875rem; }

.order .produkty-vypis {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee; }
  .order .produkty-vypis .listItem {
    display: flex; }
    @media (max-width: 679px) {
      .order .produkty-vypis .listItem {
        flex-flow: column; } }
    .order .produkty-vypis .listItem .description {
      margin-left: 2rem; }
      @media (max-width: 679px) {
        .order .produkty-vypis .listItem .description {
          margin-left: 0;
          margin-top: 1.25rem; } }
    .order .produkty-vypis .listItem .choose-product {
      height: 48px;
      max-width: 240px;
      min-width: 200px;
      padding: 16px;
      overflow: hidden; }
      .order .produkty-vypis .listItem .choose-product .label-1 {
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: all 350ms ease;
        opacity: 1; }
      .order .produkty-vypis .listItem .choose-product .label-2 {
        width: 100%;
        position: absolute;
        right: 0;
        transform: translateX(100%);
        transition: all 350ms ease;
        opacity: 0; }
      .order .produkty-vypis .listItem .choose-product.show .label-1 {
        left: 0;
        transform: translateX(-100%);
        opacity: 0; }
      .order .produkty-vypis .listItem .choose-product.show .label-2 {
        right: 50%;
        transform: translateX(50%);
        opacity: 1; }

.order .poptavany-produkt {
  display: none;
  margin-top: 2rem; }

.order .image_picker_selector {
  display: flex;
  flex-flow: row wrap; }
  .order .image_picker_selector > li {
    width: calc(25% - 12px);
    min-height: 100%; }
    @media (max-width: 767px) {
      .order .image_picker_selector > li {
        width: calc(50% - 12px); } }
    .order .image_picker_selector > li p {
      margin: .75rem 0 .25rem;
      text-align: center;
      font-weight: 700;
      line-height: 1.35; }
    .order .image_picker_selector > li .thumbnail {
      height: 100%;
      transition: all .35s; }
      .order .image_picker_selector > li .thumbnail.selected {
        background: #69b306 !important;
        color: #fff; }
      .order .image_picker_selector > li .thumbnail:hover {
        cursor: pointer;
        background: rgba(105, 179, 6, 0.2); }

.order .map-container {
  margin-top: 1rem;
  text-align: center; }
  .order .map-container #map-svk {
    max-width: 100%; }
    .order .map-container #map-svk > path {
      fill: rgba(105, 179, 6, 0);
      stroke: #b2b2b2; }
    .order .map-container #map-svk > a > g:hover > path {
      fill: #69b306;
      stroke: #d6d6d6; }
    .order .map-container #map-svk > a > g:hover > g path {
      fill: white; }
    .order .map-container #map-svk > a > g > path {
      fill: rgba(105, 179, 6, 0);
      stroke: #d6d6d6;
      transition: all .25s ease-in-out; }
    .order .map-container #map-svk > a > g > g path {
      fill: black;
      transition: all .25s ease-in-out; }
    .order .map-container #map-svk a.active {
      pointer-events: none; }
      .order .map-container #map-svk a.active > g > path {
        fill: rgba(105, 179, 6, 0.85);
        stroke: #d6d6d6; }
      .order .map-container #map-svk a.active > g > g path {
        fill: white; }

.seoTexty {
  margin-bottom: 50px; }

.messages {
  margin-bottom: 20px; }

.hidden {
  display: none; }

.shopping-cart-panel {
  background-color: #fff;
  position: relative; }
  .shopping-cart-panel .btn {
    width: auto; }
    .shopping-cart-panel .btn.login-in-cart {
      float: right; }
      @media (max-width: 600px) {
        .shopping-cart-panel .btn.login-in-cart {
          float: left; } }
    .shopping-cart-panel .btn i {
      font-size: 20px;
      margin-right: 10px;
      vertical-align: middle; }
  .shopping-cart-panel .btn a.back:active {
    top: 0; }
  @media (max-width: 620px) {
    .shopping-cart-panel .btn a.back {
      padding: 0 12px; } }
  .shopping-cart-panel .btn a.next-step {
    width: auto;
    padding: 0 10px; }
    .shopping-cart-panel .btn a.next-step:active {
      top: 0; }
    @media (max-width: 620px) {
      .shopping-cart-panel .btn a.next-step {
        padding: 0 12px; } }

.step-with-sum {
  width: calc(100% - 240px);
  float: left;
  padding-right: 0px; }
  @media (max-width: 970px) {
    .step-with-sum {
      width: 100%; }
      .step-with-sum .cart-box {
        padding: 10px; } }

.cart-steps {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px; }
  .cart-steps .step {
    width: 25%;
    float: left;
    padding: 0 20px;
    background-color: #dad8d6;
    text-align: center;
    position: relative;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    color: #302c26; }
    .cart-steps .step.after {
      background-color: #ccc; }
    .cart-steps .step.current {
      background-color: #69b306;
      color: #fff; }
      .cart-steps .step.current .order-step {
        color: #fff;
        /* prebiti vychoziho stylu <h1> */
        font-size: inherit;
        font-weight: inherit;
        display: inline;
        padding-bottom: 0; }
    .cart-steps .step.done {
      background: #0490E0; }
      .cart-steps .step.done a {
        color: white !important; }
    .cart-steps .step .order-step {
      color: black;
      text-decoration: none; }
      .cart-steps .step .order-step[href] {
        color: #69b306; }
        .cart-steps .step .order-step[href]:hover {
          text-decoration: underline; }
    @media (max-width: 850px) {
      .cart-steps .step {
        width: 50%;
        text-align: left; } }
    @media (max-width: 500px) {
      .cart-steps .step {
        width: 100%; } }

.content-body .total-sum {
  float: right;
  height: 40px;
  padding: 10px; }
  .content-body .total-sum p {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    vertical-align: bottom;
    line-height: normal;
    margin-bottom: 0px; }
    @media (max-width: 400px) {
      .content-body .total-sum p {
        font-size: 13px;
        margin-right: 10px; } }
  .content-body .total-sum span {
    vertical-align: bottom; }
  .content-body .total-sum .total-price {
    font-size: 28px;
    font-weight: 700;
    text-align: right;
    display: inline-block; }
    @media (max-width: 400px) {
      .content-body .total-sum .total-price {
        font-size: 20px; } }
    .content-body .total-sum .total-price .currency {
      font-size: 14px;
      position: relative;
      top: -2px; }

.total-sub-sum {
  float: right;
  height: 30px;
  padding: 10px; }
  .total-sub-sum p {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    vertical-align: bottom; }
    @media (max-width: 400px) {
      .total-sub-sum p {
        font-size: 13px;
        margin-right: 10px; } }
  .total-sub-sum span {
    vertical-align: bottom; }
  .total-sub-sum .total-price {
    font-size: 28px;
    font-weight: 700;
    text-align: right;
    display: inline-block; }
    @media (max-width: 400px) {
      .total-sub-sum .total-price {
        font-size: 20px; } }
    .total-sub-sum .total-price .currency {
      font-size: 14px;
      position: relative;
      top: -2px; }

.cart-box {
  width: 50%;
  display: inline-block;
  float: left;
  padding-right: 20px; }
  .cart-box .element {
    display: inline-block;
    vertical-align: middle; }
  @media (max-width: 970px) {
    .cart-box {
      width: calc(50% - 10px);
      padding-right: 0;
      margin-right: 20px; }
      .cart-box:nth-child(2) {
        margin-right: 0; } }
  @media (max-width: 767px) {
    .cart-box {
      width: 100%;
      padding: 0;
      margin-right: 0px;
      margin-bottom: 20px; }
      .cart-box:nth-child(2) {
        margin-right: 0; } }
  .cart-box.summary {
    width: 240px;
    padding-right: 0; }
    @media (max-width: 970px) {
      .cart-box.summary {
        display: block;
        width: 100%;
        margin: 30px 0 0; } }
    @media (max-width: 665px) {
      .cart-box.summary {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0; } }
    .cart-box.summary header {
      margin-bottom: 0; }
  .cart-box header {
    border-bottom: 1px solid #cbc5bd; }
    .cart-box header h2 {
      margin: 0 0 20px 0; }
  .cart-box fieldset {
    display: block;
    width: 100%;
    border: none;
    padding: 0; }
    .cart-box fieldset label {
      display: inline-block;
      width: 100%;
      vertical-align: middle;
      min-height: 100px;
      padding: 20px 0px;
      border-bottom: 1px solid #cbc5bd; }
      .cart-box fieldset label:before {
        content: "";
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle; }
      .cart-box fieldset label img {
        display: inline-block;
        max-height: 60px;
        max-width: 80px;
        vertical-align: middle;
        margin-left: 10px; }
        @media (max-width: 665px) {
          .cart-box fieldset label img {
            max-width: 40px; } }
      .cart-box fieldset label .ver-label {
        display: inline-block;
        margin-left: 10px;
        width: calc(100% - 140px);
        vertical-align: middle;
        font-size: 13px; }
        .cart-box fieldset label .ver-label .summary {
          font-weight: 400;
          margin-top: 8px;
          display: block;
          font-size: 13px;
          line-height: 1.4em;
          max-height: 5.6em;
          overflow: hidden;
          text-overflow: ellipsis; }
          .cart-box fieldset label .ver-label .summary:empty {
            display: none; }
        .cart-box fieldset label .ver-label p {
          font-size: 15px;
          font-weight: 700; }
        @media (max-width: 665px) {
          .cart-box fieldset label .ver-label {
            width: calc(100% - 100px);
            font-size: 13px; } }
  .cart-box .summary-box {
    display: block;
    border: 1px solid #cbc5bd;
    border-top: none; }
    @media (max-width: 970px) {
      .cart-box .summary-box {
        display: block; } }
    .cart-box .summary-box .item-summary {
      display: inline-block;
      width: 100%;
      padding: 10px;
      border-bottom: 1px solid #cbc5bd; }
      .cart-box .summary-box .item-summary .item-img-holder {
        width: 60px;
        height: 60px;
        display: inline-block;
        float: left; }
        .cart-box .summary-box .item-summary .item-img-holder img {
          display: block;
          max-width: 100%;
          max-height: 100%; }
      .cart-box .summary-box .item-summary .item-name {
        width: calc(100% - 60px);
        padding-left: 10px;
        font-size: 13px;
        display: inline-block;
        float: left;
        margin-bottom: 10px; }
      .cart-box .summary-box .item-summary .item-price {
        float: right;
        display: inline-block;
        width: 100%;
        font-size: 13px;
        text-align: right; }
    .cart-box .summary-box .total-cart-sum {
      display: inline-block;
      width: 100%;
      padding: 10px; }
      .cart-box .summary-box .total-cart-sum span:nth-child(1) {
        font-size: 14px;
        font-weight: 700;
        float: left;
        padding-top: 7px; }
      .cart-box .summary-box .total-cart-sum span:nth-child(2) {
        font-size: 20px;
        font-weight: 700;
        float: right; }

.cart-box .summary-box .total-cart-sum span.currency {
  float: none; }

.cart-step-2 .cart-bottom-actions {
  float: left;
  padding-right: 20px;
  width: 100%;
  clear: both; }
  @media (max-width: 970px) {
    .cart-step-2 .cart-bottom-actions {
      width: 100%;
      padding-right: 0; } }

.cart-step-3 {
  margin-bottom: 30px; }
  .cart-step-3.step-with-sum {
    padding-right: 20px; }
    @media (max-width: 600px) {
      .cart-step-3.step-with-sum .login-in-cart {
        margin-bottom: 20px; } }
    @media (max-width: 970px) {
      .cart-step-3.step-with-sum {
        padding-right: 0px; } }
  .cart-step-3 .cart-bottom-actions {
    float: left;
    padding-right: 20px;
    width: 100%;
    clear: both; }
    @media (max-width: 970px) {
      .cart-step-3 .cart-bottom-actions {
        width: 100%;
        padding-right: 0; } }
    .cart-step-3 .cart-bottom-actions .col {
      height: auto;
      margin: 0; }
  .cart-step-3 .contact-field {
    width: calc(100% - 240px);
    float: left;
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0;
    border: none; }
    @media (max-width: 970px) {
      .cart-step-3 .contact-field {
        width: 100%;
        padding: 0; } }

.price-summary2 {
  margin-bottom: 35px; }

.cart-column {
  width: 33.33%;
  float: left;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 30px; }
  .cart-column header {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .cart-column p {
    display: block;
    margin-bottom: 6px; }
  @media (max-width: 767px) {
    .cart-column {
      width: 50%; } }
  @media (max-width: 620px) {
    .cart-column {
      width: 100%; } }

.field-checkbox {
  display: block;
  margin-bottom: 30px; }
  .field-checkbox label {
    cursor: pointer; }
    .field-checkbox label input {
      margin-right: 6px; }

.contact-field .field-section.other-address, .field-section.company, .field-section.registration {
  display: none; }

.ticket {
  margin-top: 20px; }
  .ticket p {
    margin-bottom: 6px; }
  .ticket input {
    height: 40px;
    padding: 0 12px;
    border: 1px solid #d7d7d7;
    float: left; }
    @media (max-width: 440px) {
      .ticket input {
        width: 100%; } }
  .ticket button {
    height: 40px;
    padding: 0 12px;
    border: none;
    float: left;
    background: #69b306;
    color: #fff; }
    @media (max-width: 440px) {
      .ticket button {
        float: right; } }
    .ticket button:hover {
      background: #ab8e32; }

.req-passw {
  font-size: 12px;
  text-align: right;
  width: 100%;
  display: block;
  margin-top: 4px; }
  .req-passw .slow {
    color: red; }
  .req-passw .medium {
    color: yellow; }
  .req-passw .hard {
    color: green; }

.conditions {
  display: block;
  text-align: right;
  font-size: 13px;
  clear: both;
  float: right; }
  .conditions input {
    margin-right: 6px;
    cursor: pointer; }

.pplparcelshop {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 20px 0px;
  border-bottom: 1px solid #e1e1e1; }
  .pplparcelshop .ui-selectmenu-button.ui-button {
    width: 100%; }
    .pplparcelshop .ui-selectmenu-button.ui-button .ui-selectmenu-text {
      max-width: 400px; }
  .pplparcelshop .logo-container img {
    display: inline-block;
    max-width: 100%; }

#pplparcelshop-info {
  padding: 8px; }
  #pplparcelshop-info .openTime {
    display: block;
    margin-bottom: 16px; }
  #pplparcelshop-info .desc {
    font-size: 13px;
    line-height: 18px; }

.bottom-cart-panel {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 860px) {
    .bottom-cart-panel {
      flex-direction: column; } }
  .bottom-cart-panel .easyClevero-discount-form {
    width: 390px;
    display: block;
    max-width: 100%;
    flex: none;
    margin-bottom: 30px; }
    @media (max-width: 860px) {
      .bottom-cart-panel .easyClevero-discount-form {
        width: 100%; } }

.easyClevero-cart-sum {
  margin-bottom: 20px;
  flex: 1; }
  .easyClevero-cart-sum .easyClevero-cart-sum-item {
    width: 100%;
    text-align: right;
    padding: 6px 0;
    font-size: 13px; }
    @media (min-width: 320px) {
      .easyClevero-cart-sum .easyClevero-cart-sum-item {
        font-size: calc(0.1136363636vw + 12.6363636364px); } }
    @media (min-width: 1200px) {
      .easyClevero-cart-sum .easyClevero-cart-sum-item {
        font-size: 14px; } }
    .easyClevero-cart-sum .easyClevero-cart-sum-item .title {
      width: 165px; }
      @media (min-width: 320px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item .title {
          width: calc(6.25vw + 145px); } }
      @media (min-width: 1200px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item .title {
          width: 220px; } }
    .easyClevero-cart-sum .easyClevero-cart-sum-item .description {
      width: 115px; }
      @media (min-width: 320px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item .description {
          width: calc(9.6590909091vw + 84.0909090909px); } }
      @media (min-width: 1200px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item .description {
          width: 200px; } }
    .easyClevero-cart-sum .easyClevero-cart-sum-item:last-child .title {
      font-weight: 700;
      font-size: 15px; }
      @media (min-width: 320px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item:last-child .title {
          font-size: calc(0.1136363636vw + 14.6363636364px); } }
      @media (min-width: 1200px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item:last-child .title {
          font-size: 16px; } }
    .easyClevero-cart-sum .easyClevero-cart-sum-item:last-child .description {
      color: #666;
      font-weight: 700;
      font-size: 18px; }
      @media (min-width: 320px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item:last-child .description {
          font-size: calc(0.9090909091vw + 15.0909090909px); } }
      @media (min-width: 1200px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item:last-child .description {
          font-size: 26px; } }

.easyClevero-discount-form .easyClevero-discount {
  padding: 20px;
  background: #f7f7f7; }
  .easyClevero-discount-form .easyClevero-discount button {
    height: 34px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border: 1px solid #666;
    display: inline-block;
    color: #666;
    text-decoration: none;
    width: auto;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    background: transparent;
    font-weight: 400;
    transition: all 0.5s ease-out; }
    @media (min-width: 768px) {
      .easyClevero-discount-form .easyClevero-discount button {
        height: calc(3.2407407407vw + 9.1111111111px); } }
    @media (min-width: 1200px) {
      .easyClevero-discount-form .easyClevero-discount button {
        height: 48px; } }
    @media (min-width: 768px) {
      .easyClevero-discount-form .easyClevero-discount button {
        line-height: calc(3.2407407407vw + 7.1111111111px); } }
    @media (min-width: 1200px) {
      .easyClevero-discount-form .easyClevero-discount button {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .easyClevero-discount-form .easyClevero-discount button {
        padding-left: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .easyClevero-discount-form .easyClevero-discount button {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .easyClevero-discount-form .easyClevero-discount button {
        padding-right: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .easyClevero-discount-form .easyClevero-discount button {
        padding-right: 48px; } }
    .easyClevero-discount-form .easyClevero-discount button i {
      margin-right: 8px; }
    .easyClevero-discount-form .easyClevero-discount button::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #666;
      transform: scale(0);
      transition-property: transform;
      transition-duration: 0.5s;
      transition-timing-function: ease-out; }
    .easyClevero-discount-form .easyClevero-discount button:hover {
      color: white; }
      .easyClevero-discount-form .easyClevero-discount button:hover::before {
        transform: scale(2); }
  .easyClevero-discount-form .easyClevero-discount label {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 14px;
    font-size: 18px; }
    @media (min-width: 320px) {
      .easyClevero-discount-form .easyClevero-discount label {
        font-size: calc(0.2272727273vw + 17.2727272727px); } }
    @media (min-width: 1200px) {
      .easyClevero-discount-form .easyClevero-discount label {
        font-size: 20px; } }
  .easyClevero-discount-form .easyClevero-discount input {
    display: block;
    width: 100%;
    padding: 0px 16px 0px 16px;
    margin: 0px 0px 0px 0px;
    border: 3px solid #69b306;
    height: 34px;
    margin-bottom: 14px;
    font-size: 16px; }
    @media (min-width: 768px) {
      .easyClevero-discount-form .easyClevero-discount input {
        height: calc(3.2407407407vw + 9.1111111111px); } }
    @media (min-width: 1200px) {
      .easyClevero-discount-form .easyClevero-discount input {
        height: 48px; } }
    .easyClevero-discount-form .easyClevero-discount input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #797979; }
    .easyClevero-discount-form .easyClevero-discount input::-moz-placeholder {
      /* Firefox 19+ */
      color: #797979; }
    .easyClevero-discount-form .easyClevero-discount input:-ms-input-placeholder {
      /* IE 10+ */
      color: #797979; }
    .easyClevero-discount-form .easyClevero-discount input:-moz-placeholder {
      /* Firefox 18- */
      color: #797979; }
    .easyClevero-discount-form .easyClevero-discount input.skryta-cpt {
      display: none; }
    .easyClevero-discount-form .easyClevero-discount input:focus {
      border-color: #908c87; }

.cart-bottom-actions {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 30px; }
  @media (min-width: 320px) {
    .cart-bottom-actions {
      padding-top: calc(1.7045454545vw + 9.5454545455px); } }
  @media (min-width: 1200px) {
    .cart-bottom-actions {
      padding-top: 30px; } }
  @media (min-width: 320px) {
    .cart-bottom-actions {
      padding-bottom: calc(3.4090909091vw + 19.0909090909px); } }
  @media (min-width: 1200px) {
    .cart-bottom-actions {
      padding-bottom: 60px; } }
  .cart-bottom-actions .back-to-shop {
    order: -1; }
  @media (max-width: 500px) {
    .cart-bottom-actions button, .cart-bottom-actions .back-to-shop, .cart-bottom-actions div, .cart-bottom-actions .next-step {
      width: 100% !important;
      text-align: center !important;
      justify-content: center !important; }
    .cart-bottom-actions .back-to-shop {
      margin-top: 10px;
      order: 2; } }

.cart-products-table {
  display: block;
  width: 100%;
  margin-bottom: 20px; }
  .cart-products-table .product-cart-name {
    font-size: 15px;
    color: #000;
    text-decoration: none; }
    @media (min-width: 320px) {
      .cart-products-table .product-cart-name {
        font-size: calc(0.1136363636vw + 14.6363636364px); } }
    @media (min-width: 1200px) {
      .cart-products-table .product-cart-name {
        font-size: 16px; } }
    .cart-products-table .product-cart-name:hover {
      text-decoration: underline; }
  .cart-products-table .product-remove {
    text-decoration: none;
    font-size: 20px;
    color: #000;
    transition: .5s; }
    .cart-products-table .product-remove:hover {
      color: #bd5454; }
  .cart-products-table tbody, .cart-products-table thead {
    width: 100%;
    display: block; }
  .cart-products-table.no-trash tr {
    grid-template-columns: 100px 1fr 170px 125px; }
    @media (max-width: 700px) {
      .cart-products-table.no-trash tr {
        grid-template-columns: 100px 1fr 1fr 40px;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "a b b" "a d e"; }
        .cart-products-table.no-trash tr:first-child {
          display: none; } }
    @media (max-width: 420px) {
      .cart-products-table.no-trash tr {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: "b b" "a a" "d e";
        grid-auto-rows: auto; } }
  .cart-products-table tr {
    border-bottom: 1px solid #ebebeb;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 1fr 170px 125px 85px;
    grid-template-columns: 100px 1fr 170px 125px 85px;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr; }
    .cart-products-table tr > *:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1; }
    .cart-products-table tr > *:nth-child(2) {
      -ms-grid-row: 1;
      -ms-grid-column: 2; }
    .cart-products-table tr > *:nth-child(3) {
      -ms-grid-row: 1;
      -ms-grid-column: 3; }
    .cart-products-table tr > *:nth-child(4) {
      -ms-grid-row: 1;
      -ms-grid-column: 4; }
    .cart-products-table tr > *:nth-child(5) {
      -ms-grid-row: 1;
      -ms-grid-column: 5; }
    @media (max-width: 700px) {
      .cart-products-table tr {
        grid-template-columns: 100px 1fr 1fr 40px;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "a b b b" "a d e f"; }
        .cart-products-table tr:first-child {
          display: none; } }
    @media (max-width: 420px) {
      .cart-products-table tr {
        grid-template-columns: 1fr 1fr 40px;
        grid-template-rows: auto;
        grid-template-areas: "b b b" "a a a" "d e f";
        grid-auto-rows: auto;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .cart-products-table tr .thumbnail {
          margin-bottom: 20px;
          margin-top: 20px; }
        .cart-products-table tr td:nth-child(2) {
          text-align: center; } }
    .cart-products-table tr td, .cart-products-table tr th {
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      align-items: center;
      padding: 8px;
      position: relative; }
      .cart-products-table tr td::before, .cart-products-table tr th::before {
        content: attr(data-mobile-text);
        display: none;
        font-size: 13px; }
        @media (max-width: 700px) {
          .cart-products-table tr td::before, .cart-products-table tr th::before {
            display: block;
            width: calc(100% - 16px);
            margin-bottom: 5px;
            position: absolute;
            top: 0;
            left: 8px; } }
      @media (max-width: 700px) {
        .cart-products-table tr td.count, .cart-products-table tr td.price-vat, .cart-products-table tr td.product-td-remove, .cart-products-table tr th.count, .cart-products-table tr th.price-vat, .cart-products-table tr th.product-td-remove {
          padding-top: 20px; }
        .cart-products-table tr td.price-vat, .cart-products-table tr th.price-vat {
          justify-content: flex-start; }
          .cart-products-table tr td.price-vat::before, .cart-products-table tr th.price-vat::before {
            text-align: left; }
        .cart-products-table tr td:nth-child(1), .cart-products-table tr th:nth-child(1) {
          grid-area: a; }
        .cart-products-table tr td:nth-child(2), .cart-products-table tr th:nth-child(2) {
          grid-area: b; }
        .cart-products-table tr td:nth-child(3), .cart-products-table tr th:nth-child(3) {
          grid-area: d; }
        .cart-products-table tr td:nth-child(4), .cart-products-table tr th:nth-child(4) {
          grid-area: e; }
        .cart-products-table tr td:nth-child(5), .cart-products-table tr th:nth-child(5) {
          grid-area: f; } }
      @media (max-width: 420px) {
        .cart-products-table tr td.price-vat, .cart-products-table tr th.price-vat {
          justify-content: flex-end; }
          .cart-products-table tr td.price-vat::before, .cart-products-table tr th.price-vat::before {
            text-align: right; } }

.order-inner {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap; }

.terms-holder {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px; }
  .terms-holder p {
    text-align: left; }

.login-in-cart {
  height: 34px;
  line-height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border: 1px solid #0490E0;
  display: inline-block;
  color: white;
  text-decoration: none;
  width: auto;
  position: relative;
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  background: #0490E0;
  font-weight: 400;
  transition: all 0.5s ease-out;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .login-in-cart {
      height: calc(3.2407407407vw + 9.1111111111px); } }
  @media (min-width: 1200px) {
    .login-in-cart {
      height: 48px; } }
  @media (min-width: 768px) {
    .login-in-cart {
      line-height: calc(3.2407407407vw + 7.1111111111px); } }
  @media (min-width: 1200px) {
    .login-in-cart {
      line-height: 46px; } }
  @media (min-width: 768px) {
    .login-in-cart {
      padding-left: calc(6.4814814815vw - 29.7777777778px); } }
  @media (min-width: 1200px) {
    .login-in-cart {
      padding-left: 48px; } }
  @media (min-width: 768px) {
    .login-in-cart {
      padding-right: calc(6.4814814815vw - 29.7777777778px); } }
  @media (min-width: 1200px) {
    .login-in-cart {
      padding-right: 48px; } }
  .login-in-cart i {
    margin-right: 8px; }
  .login-in-cart::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #02507c;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out; }
  .login-in-cart:hover {
    color: white; }
    .login-in-cart:hover::before {
      transform: scale(2); }

.spinner-holder {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .spinner-holder i {
    color: white;
    font-size: 35px; }

.predkosik-textura {
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  display: none; }

.left_fixed_pre_card {
  position: fixed;
  right: -420px;
  top: 0;
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  height: 100%;
  display: block;
  z-index: 99999999;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: .5s; }
  @media (max-width: 520px) {
    .left_fixed_pre_card {
      max-width: 320px; } }
  .left_fixed_pre_card.open {
    right: 0px; }
  .left_fixed_pre_card .pre_cart_content {
    max-width: 100%;
    padding: 20px; }
  .left_fixed_pre_card .header_pre_cart {
    border-bottom: 1px solid #eaeaea;
    font-size: 25px;
    padding-bottom: 15px;
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 15px; }
  .left_fixed_pre_card .closing_pre_cart {
    position: absolute;
    right: 7px;
    top: 20px;
    cursor: pointer;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .left_fixed_pre_card .closing_pre_cart svg {
      height: 20px; }
  .left_fixed_pre_card .pre_cart_item_container {
    max-height: 456px;
    overflow-y: auto;
    display: block;
    overflow-x: hidden; }
    @media (max-height: 790px) {
      .left_fixed_pre_card .pre_cart_item_container {
        max-height: 255px; } }
  .left_fixed_pre_card .pre_cart_product {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eaeaea;
    transition: 1s;
    left: 0%; }
    .left_fixed_pre_card .pre_cart_product.pre_hidden {
      left: 100%; }
    .left_fixed_pre_card .pre_cart_product .thumbnail {
      width: 60px;
      display: inline-block;
      float: left;
      height: 60px; }
      .left_fixed_pre_card .pre_cart_product .thumbnail img {
        max-width: 100%;
        max-height: 100%; }
  .left_fixed_pre_card .pre_cart_product_name {
    font-size: 14px;
    font-weight: 600;
    display: block;
    float: right;
    width: calc(100% - 60px);
    padding-left: 12px;
    margin-bottom: 15px; }
  .left_fixed_pre_card .pre_cart_product_price {
    font-size: 13px;
    color: #69b306;
    font-weight: 400;
    display: block;
    float: right;
    clear: right;
    width: calc(100% - 60px);
    padding-left: 12px; }
  .left_fixed_pre_card .summary_box {
    text-align: right; }
    .left_fixed_pre_card .summary_box span:first-child {
      font-size: 14px;
      display: inline-block; }
    .left_fixed_pre_card .summary_box span:last-child {
      font-size: 20px;
      font-weight: bold;
      display: inline-block;
      color: #69b306; }
  .left_fixed_pre_card .btn {
    height: 34px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border: 1px solid #666;
    display: inline-block;
    color: #666;
    text-decoration: none;
    width: auto;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    background: transparent;
    font-weight: 400;
    transition: all 0.5s ease-out;
    width: 100%;
    margin: 20px 0;
    text-align: center; }
    @media (min-width: 768px) {
      .left_fixed_pre_card .btn {
        height: calc(3.2407407407vw + 9.1111111111px); } }
    @media (min-width: 1200px) {
      .left_fixed_pre_card .btn {
        height: 48px; } }
    @media (min-width: 768px) {
      .left_fixed_pre_card .btn {
        line-height: calc(3.2407407407vw + 7.1111111111px); } }
    @media (min-width: 1200px) {
      .left_fixed_pre_card .btn {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .left_fixed_pre_card .btn {
        padding-left: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .left_fixed_pre_card .btn {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .left_fixed_pre_card .btn {
        padding-right: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .left_fixed_pre_card .btn {
        padding-right: 48px; } }
    .left_fixed_pre_card .btn i {
      margin-right: 8px; }
    .left_fixed_pre_card .btn::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #666;
      transform: scale(0);
      transition-property: transform;
      transition-duration: 0.5s;
      transition-timing-function: ease-out; }
    .left_fixed_pre_card .btn:hover {
      color: white; }
      .left_fixed_pre_card .btn:hover::before {
        transform: scale(2); }
  .left_fixed_pre_card .go_back_pre_cart {
    text-decoration: underline;
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 0; }
    .left_fixed_pre_card .go_back_pre_cart.btn.back {
      margin: 0;
      width: 100%; }
    .left_fixed_pre_card .go_back_pre_cart:hover {
      text-decoration: none; }

.precart-easy {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  padding: 20px;
  /* Center slide text vertically */
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .precart-easy.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .precart-easy .continue-to-cart {
    height: 34px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border: 1px solid #3f96cc;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    width: auto;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    background: #3f96cc;
    font-weight: 400;
    transition: all 0.5s ease-out;
    padding: 0 15px !important;
    font-size: 14px;
    height: 41px !important;
    line-height: 37px !important; }
    @media (min-width: 768px) {
      .precart-easy .continue-to-cart {
        height: calc(3.2407407407vw + 9.1111111111px); } }
    @media (min-width: 1200px) {
      .precart-easy .continue-to-cart {
        height: 48px; } }
    @media (min-width: 768px) {
      .precart-easy .continue-to-cart {
        line-height: calc(3.2407407407vw + 7.1111111111px); } }
    @media (min-width: 1200px) {
      .precart-easy .continue-to-cart {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .precart-easy .continue-to-cart {
        padding-left: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .precart-easy .continue-to-cart {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .precart-easy .continue-to-cart {
        padding-right: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .precart-easy .continue-to-cart {
        padding-right: 48px; } }
    .precart-easy .continue-to-cart i {
      margin-right: 8px; }
    .precart-easy .continue-to-cart::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #69b306;
      transform: scale(0);
      transition-property: transform;
      transition-duration: 0.5s;
      transition-timing-function: ease-out; }
    .precart-easy .continue-to-cart:hover {
      color: #fff; }
      .precart-easy .continue-to-cart:hover::before {
        transform: scale(2); }
  .precart-easy .btn.back {
    height: 34px;
    line-height: 32px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    border: 1px solid #666;
    display: inline-block;
    color: #666;
    text-decoration: none;
    width: auto;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    background: transparent;
    font-weight: 400;
    transition: all 0.5s ease-out;
    padding: 0 15px !important;
    font-size: 14px;
    height: 41px !important;
    line-height: 37px !important; }
    @media (min-width: 768px) {
      .precart-easy .btn.back {
        height: calc(3.2407407407vw + 9.1111111111px); } }
    @media (min-width: 1200px) {
      .precart-easy .btn.back {
        height: 48px; } }
    @media (min-width: 768px) {
      .precart-easy .btn.back {
        line-height: calc(3.2407407407vw + 7.1111111111px); } }
    @media (min-width: 1200px) {
      .precart-easy .btn.back {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .precart-easy .btn.back {
        padding-left: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .precart-easy .btn.back {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .precart-easy .btn.back {
        padding-right: calc(6.4814814815vw - 29.7777777778px); } }
    @media (min-width: 1200px) {
      .precart-easy .btn.back {
        padding-right: 48px; } }
    .precart-easy .btn.back i {
      margin-right: 8px; }
    .precart-easy .btn.back::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #666;
      transform: scale(0);
      transition-property: transform;
      transition-duration: 0.5s;
      transition-timing-function: ease-out; }
    .precart-easy .btn.back:hover {
      color: white; }
      .precart-easy .btn.back:hover::before {
        transform: scale(2); }
  .precart-easy .precart-easy-content {
    padding: 20px;
    border-radius: 5px;
    display: block;
    transition: .3s;
    transform: scale(0);
    background-color: #fff;
    width: 100%;
    max-width: 600px; }
    .precart-easy .precart-easy-content.show {
      transform: scale(1); }
    .precart-easy .precart-easy-content .precart-info {
      margin-bottom: 16px;
      font-size: 14px;
      width: 100%; }
    @media (max-width: 450px) {
      .precart-easy .precart-easy-content .buttons-holder {
        text-align: center; }
        .precart-easy .precart-easy-content .buttons-holder .btn.continue-to-cart {
          float: none;
          margin-top: 15px; }
        .precart-easy .precart-easy-content .buttons-holder .btn.back {
          float: none; } }
    .precart-easy .precart-easy-content .btn {
      width: auto; }
      .precart-easy .precart-easy-content .btn.continue-to-cart {
        float: right; }
    .precart-easy .precart-easy-content .precart-easy-header {
      font-size: 26px;
      margin: 0 0 16px 0;
      padding: 0 0 16px 0;
      display: block;
      border-bottom: 1px solid #e1e1e1; }
      .precart-easy .precart-easy-content .precart-easy-header:before {
        display: inline-block;
        margin-right: 12px;
        content: "\f07a";
        font-family: Font Awesome\ 5 Free;
        font-weight: 900 !important; }
    .precart-easy .precart-easy-content .easy-products-container {
      margin: 0px 0px 16px 0px;
      padding: 0px 0px 16px 0px;
      display: block;
      border-bottom: 1px solid #e1e1e1; }
      .precart-easy .precart-easy-content .easy-products-container .thumbnail {
        display: block;
        max-height: 110px;
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 25px; }
        .precart-easy .precart-easy-content .easy-products-container .thumbnail img {
          display: inline-block;
          max-height: 110px; }
      .precart-easy .precart-easy-content .easy-products-container .precart-added-name {
        text-align: center;
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 18px;
        font-weight: 600; }
      .precart-easy .precart-easy-content .easy-products-container .precart-added-price {
        color: #69b306;
        font-weight: bold;
        text-align: right; }
      .precart-easy .precart-easy-content .easy-products-container .price-small {
        font-weight: 400;
        margin-right: 10px;
        color: #000; }

.flexbox, .productReview_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.zakaznik {
  background: #fff;
  padding: 16px;
  margin-bottom: 20px;
  border: 1px solid #eaeaea;
  flex: 0 calc(50% - 10px); }
  @media (max-width: 830px) {
    .zakaznik {
      flex: 0 100%; } }
  .zakaznik .shorty {
    margin-bottom: 0;
    padding-left: 0px; }
    .zakaznik .shorty li {
      display: block;
      width: 100%;
      cursor: default;
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 12px;
      text-align: justify;
      font-weight: 300; }
      .zakaznik .shorty li:before {
        background: transparent;
        color: #5ab13a;
        content: "\f067";
        font-family: 'Font Awesome\ 5 Free';
        width: auto;
        font-weight: 700;
        height: auto;
        margin-right: 12px;
        top: 0; }
  .zakaznik .zakaznik_inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .zakaznik .zakaznik_inline .z {
      flex: 1; }
      .zakaznik .zakaznik_inline .z img {
        max-width: 55px; }
      .zakaznik .zakaznik_inline .z:first-child {
        flex: 0 55px;
        margin-right: 10px; }
        @media (max-width: 550px) {
          .zakaznik .zakaznik_inline .z:first-child {
            flex: 0 56px; }
            .zakaznik .zakaznik_inline .z:first-child img {
              max-width: 100%; } }
  .zakaznik h2 {
    margin-bottom: 12px;
    padding: 0;
    font-size: 18px;
    display: inline-block; }
    @media (max-width: 550px) {
      .zakaznik h2 {
        font-size: 16px;
        margin-bottom: 8px; } }
  .zakaznik .datum_zakaznik {
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 20px;
    vertical-align: middle;
    float: right; }
    @media (max-width: 550px) {
      .zakaznik .datum_zakaznik {
        float: none;
        margin-bottom: 8px; } }
    .zakaznik .datum_zakaznik:before {
      display: inline-block;
      font-family: 'Font Awesome\ 5 Free';
      content: "\f073";
      margin-right: 6px;
      font-size: 16px;
      font-weight: 700; }
  .zakaznik .summary_zakaznik {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 12px;
    font-weight: 300;
    text-align: justify; }

.ajax-load-next-recenze {
  text-align: center; }
  .ajax-load-next-recenze button {
    display: inline-block;
    width: auto; }

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px;
  margin: 0 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block;
  max-height: 500px;
  overflow-y: auto; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: auto;
  padding: 10px 5px;
  height: 46px;
  background: #fff;
  line-height: 28px;
  vertical-align: middle;
  border: 1px solid #c1bfbc;
  color: #000; }
  .ui-selectmenu-button.ui-button:hover {
    background: #fff;
    border-color: #908c87;
    color: #000; }
  .ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
    border-color: 1px solid #302c26; }

.ui-selectmenu-icon.ui-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%); }
  .ui-selectmenu-icon.ui-icon:before {
    content: '';
    width: 5px;
    height: 5px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 6px; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: 6px; }

.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -.6em;
  cursor: pointer; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background: #5c5955; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #69b306;
  background: #69b306;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #69b306;
  background: #69b306;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: none; }

.ui-widget-header .ui-icon {
  background-image: none; }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: none; }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: none; }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: none; }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: none; }

.ui-button .ui-icon {
  background-image: none; }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.lg-icon {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900 !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 999999980;
  border: none;
  outline: none; }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\f054"; }

.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\f053"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 999999982;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .lg-toolbar .lg-icon:hover {
      color: #FFF; }
  .lg-toolbar .lg-close:after {
    content: "\f00d"; }
  .lg-toolbar .lg-download:after {
    content: "\f019"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 999999980; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 999999980;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      -webkit-transition: border-color 0.25s ease;
      -o-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }
  .lg-outer .lg-toogle-thumb:after {
    content: "\f00a"; }
  .lg-outer .lg-toogle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 999999980;
    cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999999983;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }

.lg-autoplay-button:after {
  content: "\f04b"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\f04c"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\f00e"; }

#lg-actual-size {
  font-size: 20px; }
  #lg-actual-size:after {
    content: "\f24d"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }
  #lg-zoom-out:after {
    content: "\f010"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 999999980;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\f0b2"; }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\f108"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999981;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px; }
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px; }
  .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333; }
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px; }
    .lg-outer .lg-dropdown a:hover {
      background-color: rgba(0, 0, 0, 0.07); }
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle; }
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto; }

.lg-outer #lg-share {
  position: relative; }
  .lg-outer #lg-share:after {
    content: "\f1e0"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\f09a"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\f099"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\f0d5"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\f0d2"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999950;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: no-repeat scroll center center transparent;
    display: none !important; }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 999999960; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html {
    display: none; }
  .lg-outer.lg-hide-download #lg-download {
    display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999940;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.content-gallery {
  padding: 26px 0 47px; }
  .content-gallery .thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .content-gallery .thumbnails a {
      width: calc(25% - 4px);
      margin: 2px;
      display: block;
      overflow: hidden;
      position: relative; }
      @media (max-width: 660px) {
        .content-gallery .thumbnails a {
          width: calc(50% - 4px); } }
      .content-gallery .thumbnails a img {
        width: 100%;
        display: block; }
      .content-gallery .thumbnails a:hover:before {
        opacity: 1; }
      .content-gallery .thumbnails a:hover:after {
        opacity: 1;
        transform: scale(1); }
      .content-gallery .thumbnails a:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(105, 179, 6, 0.75);
        transition: all .25s ease-in-out;
        opacity: 0; }
      .content-gallery .thumbnails a:after {
        content: '\f00e';
        font-family: Font Awesome\ 5 Free;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all .25s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-weight: 900;
        font-size: 40px;
        opacity: 0;
        transform: scale(1.6); }

/* W3 schools */
.breadcrumb-holder {
  margin: -.75rem 0 2.5rem; }

ul.breadcrumb {
  list-style: none;
  width: 100%;
  display: inline-block;
  font-family: "Montserrat", "Arial", sans-serif; }

/* Display list items side by side */
ul.breadcrumb li {
  display: inline-block;
  font-size: 14px;
  color: #000; }

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
  padding: 8px;
  color: #69b306;
  content: "/\00a0"; }

/* Add a color to all links inside the list */
ul.breadcrumb li a.last {
  color: #000; }

/* Add a color on mouse-over */
ul.breadcrumb li a[href]:hover {
  text-decoration: none; }

ul.breadcrumb.responsive li {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis; }
  ul.breadcrumb.responsive li a {
    text-overflow: ellipsis; }

ul.breadcrumb.responsive li:before {
  content: url("data:image/svg+xml;utf8,<svg aria-hidden='true' height='14' focusable='false' data-prefix='fas' data-icon='chevron-left' class='svg-inline--fa fa-chevron-left fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='rgb(105,179,6)' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'></path></svg>");
  margin-right: 10px;
  padding: .1rem .125rem .25rem 0; }

ul.breadcrumb.responsive li:nth-last-child(2) {
  display: inline-flex;
  align-items: flex-start; }

.CookiesPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  transition: all .24s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 1000000; }
  @media (max-width: 40rem) {
    .CookiesPopup {
      padding: .5em; } }
  .CookiesPopup.is-opened, .CookiesPopup.is-active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }
  .CookiesPopup-left-top {
    justify-content: flex-start;
    align-items: flex-start; }
  .CookiesPopup-left-bottom {
    justify-content: flex-start;
    align-items: flex-end; }
  .CookiesPopup-right-top {
    justify-content: flex-end;
    align-items: flex-start; }
  .CookiesPopup-right-bottom {
    justify-content: flex-end;
    align-items: flex-end; }
  .CookiesPopup-inner {
    position: relative;
    opacity: 0;
    display: grid;
    grid-template-rows: auto 1fr;
    margin: 0;
    font-size: .875rem;
    width: 48em;
    max-width: calc(100% - 1em);
    max-height: 88vh;
    padding: 3.2em 4.8em 2em;
    background: #fff;
    transform: translateY(4em);
    transition: all 0.4s cubic-bezier(0.64, -0.19, 0.23, 1.33);
    overflow: hidden;
    border: 1px solid black; }
    @media (max-width: 40rem) {
      .CookiesPopup-inner {
        padding: 3.2em 1.5em 1.25em; } }
    @media (max-width: 640px) {
      .CookiesPopup-inner {
        width: 22em; } }
    .is-opened .CookiesPopup-inner,
    .is-active .CookiesPopup-inner {
      opacity: 1;
      transform: translateY(0); }
  .CookiesPopup form {
    display: flex;
    flex-flow: column;
    margin: 0 -1em;
    padding: 0 1em;
    overflow: hidden; }
  .CookiesPopup-innerWrapper {
    flex: 1;
    margin-right: -.8em;
    padding-right: .8em;
    overflow: auto;
    margin-bottom: .25em; }
  .CookiesPopup-title {
    font-size: 1.5em;
    padding-right: 2em;
    font-weight: bold; }
    @media (max-width: 40rem) {
      .CookiesPopup-title {
        font-size: 1.4em;
        padding-right: 0; } }
  .CookiesPopup-text {
    line-height: 1.4; }
    .CookiesPopup-text a {
      color: inherit;
      text-decoration: underline; }
      .CookiesPopup-text a:hover {
        text-decoration: none; }
  .CookiesPopup-settings {
    margin: 1.25em 0 0; }
  .CookiesPopup-type {
    background: #f5f5f5; }
    .CookiesPopup-type:not(:last-child) {
      margin-bottom: .75em; }
    .CookiesPopup-typeHeader {
      display: flex;
      align-items: center;
      font-weight: bold;
      padding: .8em 1em; }
      .CookiesPopup-typeHeader::marker {
        display: none;
        content: none; }
      .CookiesPopup-typeHeader > svg {
        width: 1em;
        height: 1em;
        transition: all .24s ease-in-out;
        margin-left: 1.2em; }
    .CookiesPopup-type summary::-webkit-details-marker {
      display: none; }
    .CookiesPopup-typeTitle {
      line-height: 1.8;
      margin-right: auto; }
      @media (max-width: 40rem) {
        .CookiesPopup-typeTitle {
          font-size: .9em; } }
    .CookiesPopup-typeStatus {
      color: #008000; }
      @media (max-width: 40rem) {
        .CookiesPopup-typeStatus {
          font-size: .8em; } }
      .CookiesPopup-typeStatus--disabled {
        color: #FF0000; }
    .CookiesPopup-typeContent {
      padding: .4em 1em .8em; }
    .CookiesPopup-type[open] .CookiesPopup-typeHeader > svg {
      transform: rotate(180deg); }
  .CookiesPopup-buttonsWrapper {
    display: flex;
    flex-flow: row wrap;
    gap: .75em 1em;
    margin: 2em 0 .75em; }
    .CookiesPopup-buttonsWrapper > * {
      flex: 1 0 40%; }
  .CookiesPopup-button {
    position: relative;
    font-size: 1em;
    font-weight: bold;
    padding: 0.8em 1.2em;
    text-transform: none;
    border: 0;
    outline: 0;
    transition: all .24s ease-in-out;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    z-index: 1; }
    .CookiesPopup-button:hover {
      text-decoration: none; }
    .CookiesPopup-button--disableCookies {
      background: #ccc;
      color: #000 !important; }
      .CookiesPopup-button--disableCookies:hover {
        background: #aaa; }
    .CookiesPopup-button--allowCookies {
      background: #69b306;
      color: #fff !important;
      border: 2px solid #69b306 !important;
      font-family: "Roboto Slab", "Arial", sans-serif; }
      @media (max-width: 40rem) {
        .CookiesPopup-button--allowCookies {
          order: -1; } }
      .CookiesPopup-button--allowCookies:hover {
        background: #fff;
        color: #69b306 !important; }
  .CookiesPopup-linkButton {
    flex: 1 0 100%;
    font-weight: bold;
    text-align: center;
    outline: 0;
    border: 0;
    cursor: pointer;
    background: transparent;
    margin: .5em 0 -.5em;
    padding: .125rem .25rem;
    color: inherit;
    transition: all .24s ease-in-out; }
    .CookiesPopup-linkButton.is-toggled {
      opacity: .4; }
    .CookiesPopup-linkButton:hover {
      text-decoration: underline; }
  .CookiesPopup-icon {
    position: absolute;
    top: -.75rem;
    right: -.75rem;
    z-index: -1;
    opacity: .05;
    transform: rotate(188deg);
    pointer-events: none; }
    @media (max-width: 40rem) {
      .CookiesPopup-icon {
        width: 6.4rem;
        height: 6.4rem; } }

.CookiesForm {
  position: relative; }
  .CookiesForm-control {
    display: flex;
    margin-top: 2em;
    gap: .8em; }
    .CookiesForm-control > *:last-child {
      margin-left: auto;
      border: 0; }
    @media (max-width: 640px) {
      .CookiesForm-control {
        display: block; }
        .CookiesForm-control > * {
          margin-bottom: 0.5em;
          width: 100%;
          display: block;
          text-align: center; } }
  .CookiesForm-text {
    padding-bottom: 1em; }

.CookiesLoadingSpinner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex; }
  .CookiesLoadingSpinner.hidden {
    display: none !important; }
  .CookiesLoadingSpinner i {
    font-size: 2em;
    color: #fff;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

.text .kontakty {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px; }
  .text .kontakty .kontakty-title {
    flex: 0 100%; }
  .text .kontakty .kontakty-box {
    flex: 1;
    padding-right: 20px; }
    @media (max-width: 680px) {
      .text .kontakty .kontakty-box {
        flex: 0 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .text .kontakty .kontakty-box:nth-of-type(2n + 2) {
      padding-right: 0; }
    .text .kontakty .kontakty-box iframe {
      height: 320px;
      width: 100%; }
    .text .kontakty .kontakty-box h3 {
      margin-bottom: 16px; }
    .text .kontakty .kontakty-box p {
      margin-bottom: 6px; }

.text .vydejnimista_obal {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .text .vydejnimista_obal .vydejnimisto {
    flex: 0 calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px; }
    @media (max-width: 680px) {
      .text .vydejnimista_obal .vydejnimisto {
        flex: 0 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .text .vydejnimista_obal .vydejnimisto:nth-of-type(2n + 2) {
      margin-right: 0; }
    .text .vydejnimista_obal .vydejnimisto .vydejnimisto-sidlo {
      margin-bottom: 16px;
      position: relative;
      padding: 0 20px;
      max-width: calc(100% - 20px);
      margin-left: 20px; }
      .text .vydejnimista_obal .vydejnimisto .vydejnimisto-sidlo::before {
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 700;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        color: #69b306;
        content: "\f3c5"; }
    .text .vydejnimista_obal .vydejnimisto .vydejnimisto-title {
      background: #69b306;
      padding: 20px;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 20px; }
      .text .vydejnimista_obal .vydejnimisto .vydejnimisto-title * {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 0; }
    .text .vydejnimista_obal .vydejnimisto .vydejnimisto-content {
      padding: 0 20px; }

.osoba_wrapp {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 15px;
  background: #f3f3f3;
  margin: 10px;
  border: 1px solid #cfcfcf; }
  .osoba_wrapp .osoba {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .osoba_wrapp .osoba .osoba-foto {
      flex: 0 80px; }
      .osoba_wrapp .osoba .osoba-foto img {
        max-width: 100%; }
    .osoba_wrapp .osoba .osoba-popis {
      flex: 1;
      padding-left: 16px; }
      .osoba_wrapp .osoba .osoba-popis .osoba-name {
        font-size: 16px;
        font-weight: 600;
        color: #69b306; }
      .osoba_wrapp .osoba .osoba-popis .osoba-funkce {
        margin-bottom: 4px; }

.popup-outer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeIn .4s linear .3s forwards; }
  .popup-outer.offseted {
    padding: 20px; }
  .popup-outer.pos-1 {
    justify-content: flex-start;
    align-items: flex-start; }
  .popup-outer.pos-2 {
    justify-content: center;
    align-items: flex-start; }
  .popup-outer.pos-3 {
    justify-content: flex-end;
    align-items: flex-start; }
  .popup-outer.pos-4 {
    justify-content: flex-start;
    align-items: center; }
  .popup-outer.pos-5 {
    justify-content: center;
    align-items: center; }
  .popup-outer.pos-6 {
    justify-content: flex-end;
    align-items: center; }
  .popup-outer.pos-7 {
    justify-content: flex-start;
    align-items: flex-end; }
  .popup-outer.pos-8 {
    justify-content: center;
    align-items: flex-end; }
  .popup-outer.pos-9 {
    justify-content: flex-end;
    align-items: flex-end; }
  .popup-outer.pos-14 {
    justify-content: flex-start; }
  .popup-outer.pos-16 {
    justify-content: flex-end; }
  .popup-outer.pos-14, .popup-outer.pos-16 {
    align-items: stretch; }
    .popup-outer.pos-14 .popup-content, .popup-outer.pos-16 .popup-content {
      max-width: calc(100% - 30px); }
  .popup-outer .popup-content {
    background: #fff;
    max-width: 100%;
    position: relative;
    display: flex;
    align-items: center; }
    .popup-outer .popup-content.paddinged {
      padding: 50px 2.5%; }
    .popup-outer .popup-content .popup-inner {
      width: 100%; }
  .popup-outer .close {
    background: #69b306;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 33px;
    line-height: 33px;
    text-align: center;
    transition: all .25s ease-in-out; }
    .popup-outer .close:hover {
      background: #2f5003; }
  .popup-outer img {
    width: 100%;
    display: block; }
  .popup-outer .nadpis {
    font-size: 26px;
    font-weight: 700;
    padding: 0 0 20px; }
  .popup-outer .popup-text p {
    margin-bottom: 15px; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.module_page .text img {
  max-width: 100%;
  height: auto; }

.popper,
.tooltip {
  background: #464648;
  color: white;
  width: 266px;
  border-radius: 3px;
  box-shadow: 0 0 52px rgba(0, 0, 0, 0.12);
  padding: 20px;
  text-align: center;
  z-index: 999999999;
  font-size: 13px;
  line-height: 1.7;
  border-bottom: 3px solid #69b306; }
  .popper[x-placement="bottom"],
  .tooltip[x-placement="bottom"] {
    border-top: 3px solid #69b306;
    border-bottom: none; }
  .popper .tooltip-inner,
  .tooltip .tooltip-inner {
    width: 100% !important; }
  .popper a,
  .tooltip a {
    color: white; }

.popper::after,
.tooltip::after {
  content: "";
  width: 100%;
  top: 100%;
  left: 0;
  height: 50px;
  display: block;
  position: absolute; }

.popper a,
.tooltip a {
  color: #fff; }

.style5 .tooltip {
  background: #1E252B;
  color: #FFFFFF;
  max-width: 200px;
  width: auto;
  font-size: .8rem;
  padding: .5em 1em; }

.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px; }

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #69b306; }

.style5 .tooltip .tooltip-arrow {
  border-color: #1E252B; }

.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 15px; }

.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 15px 15px 0 15px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -15px;
  left: calc(50% - 15px);
  margin-top: 0;
  margin-bottom: 0; }

.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 15px; }

.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -8px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0; }

.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px; }

.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0; }

.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px; }

.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0; }

.page-soutez--banner {
  background: url("/web/_images/main-graphic/ps-bg.jpg") center center no-repeat;
  background-size: cover;
  margin: 0 0 80px;
  position: relative; }
  @media (max-width: 767px) {
    .page-soutez--banner {
      margin: 0 0 50px; } }
  .page-soutez--banner:before {
    content: "";
    background: #fff;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute; }
  .page-soutez--banner .frame {
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    text-align: center; }
    @media (max-width: 980px) {
      .page-soutez--banner .frame {
        height: 350px; } }
  .page-soutez--banner h1 {
    text-align: center;
    color: #000;
    position: relative;
    margin-bottom: 64px; }
    @media (min-width: 320px) {
      .page-soutez--banner h1 {
        margin-bottom: calc(2vw + 57.6px); } }
    @media (min-width: 1920px) {
      .page-soutez--banner h1 {
        margin-bottom: 96px; } }
    .page-soutez--banner h1:after {
      content: '';
      position: absolute;
      bottom: -24px;
      left: 50%;
      width: 120px;
      height: .25rem;
      transform: translateX(-50%);
      background: #000; }
      @media (min-width: 320px) {
        .page-soutez--banner h1:after {
          bottom: calc(-0.75vw - 21.6px); } }
      @media (min-width: 1920px) {
        .page-soutez--banner h1:after {
          bottom: -36px; } }
      @media (min-width: 320px) {
        .page-soutez--banner h1:after {
          width: calc(7.5vw + 96px); } }
      @media (min-width: 1920px) {
        .page-soutez--banner h1:after {
          width: 240px; } }
  .page-soutez--banner p {
    display: block;
    font-size: 28px;
    color: #000; }

.page-soutez h2 {
  margin: 30px 0;
  display: block; }

.page-soutez--boxes {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  .page-soutez--boxes .box {
    width: 300px;
    margin: 3%;
    padding: 50px;
    line-height: 1.5;
    font-size: 18px;
    font-family: "Montserrat", "Arial", sans-serif;
    background: rgba(105, 179, 6, 0.08);
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .page-soutez--boxes .box:before {
      content: '';
      width: 100%;
      height: 10px;
      position: absolute;
      background: #69b306;
      bottom: 0;
      left: 0; }
    .page-soutez--boxes .box:after {
      content: "";
      position: absolute;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-bottom: 15px solid #69b306;
      bottom: 4px; }

.page-soutez--prubeh {
  padding: 80px 0 0; }
  @media (max-width: 767px) {
    .page-soutez--prubeh {
      padding: 50px 0 0; } }
  .page-soutez--prubeh .wt-inline {
    margin-bottom: 30px; }
    @media (max-width: 600px) {
      .page-soutez--prubeh .wt-inline {
        flex-direction: column;
        margin-bottom: 0; }
        .page-soutez--prubeh .wt-inline .btn {
          order: 1;
          margin: 0 auto; }
        .page-soutez--prubeh .wt-inline h2 {
          order: 2;
          margin-top: 50px; } }

@media (max-width: 1240px) {
  .page-soutez .poptavka {
    flex-direction: column;
    align-items: flex-start; }
    .page-soutez .poptavka .btn {
      margin: 0 auto; } }

@media (max-width: 1240px) {
  .page-soutez .poptavka .text {
    margin-bottom: 30px; } }

.page-soutez ul {
  list-style: none;
  margin-bottom: 50px; }
  .page-soutez ul li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 11px; }
    .page-soutez ul li:before {
      content: "";
      background: #69b306;
      width: 15px;
      height: 3px;
      position: absolute;
      left: 15px;
      top: 13px; }

.page-soutez ul, .page-soutez p {
  line-height: 1.7; }

.text blockquote {
  width: fit-content;
  font-style: unset;
  background-color: #69b306;
  color: white;
  border-radius: 0.5rem;
  padding: 2rem; }
  @media (min-width: 768px) {
    .text blockquote {
      width: 100%;
      min-height: 10rem; } }
  .text blockquote > p {
    text-align: left !important;
    margin-bottom: 0 !important;
    position: relative; }
    @media (min-width: 768px) {
      .text blockquote > p {
        padding-left: 6.5rem; }
        .text blockquote > p::before {
          content: '';
          display: block;
          position: absolute;
          width: 7rem;
          height: clamp(7rem, 10vw, 100%);
          left: -1rem;
          top: 0;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNTUgNTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnIHRyYW5zZm9ybT0ibWF0cml4KC0xLDIuNDQ5MjkzNTk4Mjk0NzA2NGUtMTYsMi40NDkyOTM1OTgyOTQ3MDY0ZS0xNiwxLDU1LjAwMDQ4MDY1MTg1NTQ2LC03LjEwNTQyNzM1NzYwMTAwMmUtMTUpIj48cGF0aCBkPSJNNDQuNTQgMTAuNjdjLS43NDMtMy41MTctMy4zOTctNi4xNDQtNS44OTUtNi44NDQtLjgxNi0uMzE1LTEuNjk4LS40ODItMi42MjktLjM5Mi0yLjkxNi4yODktNS4yODcgMS42NDgtNi42NzYgMy44MjgtMS43MjIgMi43LTEuNjQ4IDYuMzk3LjE3OCA4Ljk5MmE3LjUwNSA3LjUwNSAwIDAgMCAxLjYzMiAxLjY1NmMuODc2LjgyNSAxLjk1MiAxLjQxIDMuMTEgMS43NjQtMi4xODcuNi00Ljk2NCAxLjMyLTYuOTYyIDIuMzgzLTEuODU3LTEuMjUxLTMuNjI2LTIuNzAzLTUuMTMyLTQuNDIuMTg2LS41OTEuMzgtMS4xOC41ODQtMS43NjUuNzcuMTI5IDEuNDY0LjM1IDIuMDY1LjY4OWEuNS41IDAgMCAwIC43MTgtLjI3MmMuMDUxLS4xNDguMDkzLS4zMjQuMTQtLjQ4Ni4wMTcuMDA1LjAzMS4wMTYuMDUuMDIgMS4wMDIuMTY1IDEuOTQzLS44MDUgMS42NjMtMi4xMzctLjEzNS0uNjQtLjUyNS0uOTI2LS45Ny0uOTMuMDY3LS4yNTcuMTM3LS41MDMuMjEyLS43MmEuNTAxLjUwMSAwIDAgMC0uNDAxLS42NmMtMi43OS0uNC01LjU5LTIuMDc0LTcuNDktNC40NzdhLjQ4OS40ODkgMCAwIDAtLjgxNS4wNjNjLS4wMTcuMDEtLjAzNy4wMTMtLjA1My4wMjUtMy4wOSAyLjI1Ni00LjE2MiA1LjctMi43OTYgOC45ODguMDIuMDUuMDYzLjA3Ny4wOTYuMTE2LS4xMjEuNDM2LjI2NS43MTEuNjA1LjYwOCAyLjM0Ny0uNzEzIDQuMzE1LTEuMDE2IDUuOTU4LS45MzVhNjUuMDIgNjUuMDIgMCAwIDAtLjMxOC45NTNjLS4wNjktLjAxNy0uMTM2LS4wMzktLjIwNy0uMDM2LS42NzMuMDM4LTEuMDcgMS4wMS0uMjMgMS40MzYtLjA4NS4yNzgtLjE3My41NTctLjI1My44MzNhLjUuNSAwIDAgMCAuOTYxLjI3NmMuMDQ2LS4xNi4wOTktLjMyMS4xNDYtLjQ4MiAxLjM3IDEuNDc3IDIuOTEzIDIuNzU1IDQuNTMgMy44NzYtMi45NSAyLjAxLTQuOTU0IDUuNTI1LTcuOTcgNy4wOTFhLjgzOS44MzkgMCAwIDAtLjQ1LjAxNi44NTguODU4IDAgMCAwLS41My41MTYuODc0Ljg3NCAwIDAgMCAuMDU1Ljc1NWMuMDc0LjEyOC4xOTYuMjEuMzMuMjM4YS43NzMuNzczIDAgMCAwIC40MTUuMTJjLjE1IDAgLjMtLjA0Mi40MzYtLjEyNGEuODIzLjgyMyAwIDAgMCAuNDEtLjY5di0uMDUzYzMuMjg4LTEuODE3IDUuMDk0LTUuMzE1IDguMjI1LTcuMjQ4YTUwLjU2MyA1MC41NjMgMCAwIDAgNC4wNDMgMi4zNSA1Ni41ODQgNTYuNTg0IDAgMCAwLTMuMTcgNS42NGMtMS4xNzYgMi4zMjUtMi42MjIgNC41NDMtMy4wNzUgNy4yNDMtLjc0NiA0LjUxNy0xLjgxMyA4Ljk4OS0xLjk3MiA5LjQ3OC0uMTE3LjQ3LS4zMDMgMS4wNTYtLjY3MiAxLjQxOC0uMDc1LjA2NC0uMTUuMTI3LS4yMjEuMThhLjQ5OS40OTkgMCAwIDAtLjA3NC0uNDQ1Yy0uNzY2LTEuMDQ3LTIuMzI1LTIuODEtNC4xNzMtMi43LTEuMTA5LjA2My0xLjkxOC43MTQtMi4wNiAxLjY2My0uMDEzLjA4NS4wMDUuMTY4LjAwNC4yNTMtLjM1Mi4zNjItLjEyMyAxLjE2Ni4xNzUgMS42LjY3OC45ODUgMi4yODUgMS42MDMgMy40OCAxLjY2NGE0LjM4IDQuMzggMCAwIDAgMi40Ni0uNTk0Yy4yODUtLjE3MS41MjgtLjM4Ni43NDUtLjYyLjEwNy0uMDc3LjIxMS0uMTU1LjMzNi0uMjYxLjU3NC0uNTYyLjgyLTEuMzE4Ljk1OC0xLjg3NC4xNi0uNDYzIDEuMjQ2LTUuMDI2IDItOS41OTguMjAyLTEuMi42MzItMi4zMSAxLjA2NS0zLjI0MiAzLjA5NSA0LjY5IDQuNDc0IDguMTQ0IDUuMTAzIDkuMzkuNDE3LjgyNSAxLjA0MSAyLjAyLjk4OCAyLjk0NC0xLjU2Mi0uMjEyLTMuNjQ3LjA1NC00Ljg4MiAxLjA2bC0uMTEuMDk2Yy0uNzE2LjcxLS42MjQgMS4yOTItLjUwNyAxLjU3MS4wMjQuMDU4LjA2My4xMDcuMDk3LjE2LjA2LjIyNC4xOTguNDM1LjM2My41OS40MjEuMzkuOTMyLjM0NiAxLjQ3Ny4zMDdhOC43IDguNyAwIDAgMCAuNTI4LS4wNyA2LjEwNyA2LjEwNyAwIDAgMCAyLjc4OS0xLjIyMmMuNTA4LS40MTQuOTgxLS45MDYgMS4xOS0xLjUzLjA1NS0uMTcuMDU1LS40MS4wMi0uNjc1LjEyNS0uODEtLjEyMi0xLjUyMi0uMzc2LTIuMjJhLjY3OC42NzggMCAwIDAtLjA3NC0uMTYgMTcuMzM4IDE3LjMzOCAwIDAgMC0uNjEtMS4zYy0uNjg0LTEuMzU4LTIuMTg0LTUuMDk1LTUuNDgxLTkuOTgzLjEzOC0uMjcuMjgtLjUzOS40MjMtLjgwNyAxLjc2LTIuMjkxIDMuNTQ5LTQuNjEyIDUuMTQtNyAuNzkzLjM4NiAxLjU0MS43MDkgMi4zNzEuODMzIDEuMDY4LjE2IDIuMTctLjA2MiAyLjkzNi0uNzcuODUxLS43ODYgMS4xODItMi4xNDguODQzLTMuNDctLjI5Mi0xLjE0LS45Ny0yLjA5LTEuNjQtMi45NjgtLjAyNS0uMDM0LS4wNi0uMDU1LS4wOTItLjA4LjAyOC0uMDI0LjA1Ni0uMDQ4LjA4NS0uMDcgNC44NDYtLjQ1NyA3Ljg0My00LjU1MyA2LjgyOS05LjM1MnptLTE4LjE3IDMuMDk2YS42OC42OCAwIDAgMSAuMDM3LjEyN2MuMTI5LjYwOS0uMTg4Ljk1LS40NzcuOTM1LjE4LS43NzUuMDc3LS4zMjQuMjQ4LTEuMDg4LjA2NC4wMTMuMTI2LjAzOC4xOTIuMDI2em0tOC41NjMtNS40MjNjLS4wNzMuOTEtLjI1NiAxLjg3MS0uNTIyIDIuODM4LTEuMDgyLS41NzctMS44MjEuOTU4LS41MDEgMS41NzRhMTguMDgzIDE4LjA4MyAwIDAgMS0uOTk0IDIuMTk3Yy0uNzQ0LTIuNDItLjAxNi00LjgwNCAyLjAxNy02LjYxem0tMS4xMjYgNy4wNjJjMS4wMDUtMS44ODEgMS45MTktNC4zNzcgMi4xMjQtNi45MSAxLjg1MSAxLjkyMiA0LjI1OSAzLjI4MyA2LjcwNSAzLjc3My0uMjguOTk1LS40ODggMi4xODUtLjc1NCAzLjE0NS0yLjQzMy0xLjA4NS01LjQ4Ny0uNjgxLTguMDc1LS4wMDh6bTEuMzQgMzEuOTk5YzEuNDE0LS4wNDYgMi43OTIgMS41NzkgMy4zMTMgMi4yOS4wNS4wNjkuMTE0LjEyLjE4NC4xNTUtLjY1MS4xNi0xLjQyOS4xMDQtMS45NjUuMDQ2LS43NTYtLjA3Mi0uOTUxLS4xNC0xLjA1MS0uMTU2di0uMDAxYy0uMjg4LS4wNy0uNjIxLS4xNjYtLjkxNi0uMzQ4LTEuMDU0LS42Mi0uOTI1LTEuOTA5LjQzNS0xLjk4NnptMTAuODg1IDIuMjE3LjEzNS0uMTE2Yy45LS43MyAyLjU5Mi0uOTE4IDMuNzYtLjgxNS0uNzc2Ljc5My0yLjI5MiAxLjA0LTMuMzkxIDEuMzgyLS4xNzMuMDU0LS4zOS4xMTktLjU2MS4wOTgtLjExMS0uMDEtLjE5LS4wNjctLjIwMS0uMDk0LS4wMjMtLjA1My4wMzUtLjIzMi4yNTgtLjQ1NXpNMzAuMTgzIDcuOGMxLjA3Mi0xLjY4MiAyLjgyOS0yLjgwOSA1LjAwNC0zLjIzMy0uNzQ1LjQxOC0xLjQwMy45OTUtMS44NzQgMS43MDNhLjI1LjI1IDAgMCAwIC40MTcuMjc3IDQuOTQgNC45NCAwIDAgMSAyLjc2NC0yLjAwMy4yNDcuMjQ3IDAgMCAwIC4xNTItLjEyNGMuNDY2LjAxMy45MzYuMDk1IDEuMzk5LjI0OC0xLjE0Ni41MjgtMi4wOCAxLjQ5Ni0yLjUzIDIuNjg0YS4yNS4yNSAwIDAgMCAuNDY4LjE3OCA0LjQgNC40IDAgMCAxIDIuNzM4LTIuNTkxYy41MTguMjQ5IDEuMDEuNTg1IDEuNDYzLjk4NS0uNjQzLjE2OS0xLjIwNi42MTUtMS40NzcgMS4yM2EuMjUuMjUgMCAxIDAgLjQ1Ny4yYy4yNTEtLjU2Ni44NDktLjk2NyAxLjQ2OS0xLjAwMy40LjQyMi43NTcuOSAxLjA0OCAxLjQyOC44NyAxLjU3Mi45OTQgMi45NTkuOTE1IDQuNTU2LS4xNjUgMy4zMy0zLjEyNCA2LjI2LTYuOTg1IDYuMjMzLTIuMDU2LS4xMzItNC4wOC0xLjE5MS01LjI3Ni0yLjg4OS0xLjU5OC0yLjI3Mi0xLjY2MS01LjUxMi0uMTUyLTcuODc5em0tMS45MDQgMTQuODljMS45NDUtLjg5OCA0LjE1Ni0xLjQ3NCA2LjItMi4wMzgtLjc3IDEuMzI4LTEuNjkzIDIuNjk4LTIuNjEgNC4wOTdhNTEuNjY0IDUxLjY2NCAwIDAgMS0zLjU5LTIuMDU4em0xMC4xMTEuNjk5Yy4yNDkuOTcyLjAzMiAxLjk0OC0uNTUyIDIuNDg3LS40ODUuNDQ4LTEuMjczLjYzOS0yLjExLjUxNy0uNjU0LS4wOTgtMS4yODQtLjM2LTEuOTUyLS42ODIgMS4wNDItMS42MzMgMi4wODMtMy43MzUgMy4xNDUtNC45MzkuNTcuNzcyIDEuMjEgMS42MDIgMS40NjkgMi42MTd6IiBmaWxsPSIjZmZmZmZmIiBvcGFjaXR5PSIxIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iIj48L3BhdGg+PHBhdGggZD0iTTMxLjUxNSA5Ljk1M2ExLjkzOCAxLjkzOCAwIDAgMSAxLjk5Ni0uMTguMjU1LjI1NSAwIDAgMCAuMzM2LS4xMTIuMjUuMjUgMCAwIDAtLjExMi0uMzM2IDIuNDQ2IDIuNDQ2IDAgMCAwLTIuNTIuMjMuMjUuMjUgMCAxIDAgLjMuMzk4ek0zNy4wNDcgMTAuMTU1Yy4zMDYtLjQzMyAxLjAzNS0uNDI2IDEuMzQ4LS4wNzNhLjI0OC4yNDggMCAwIDAgLjM1My4wMjMuMjUuMjUgMCAwIDAgLjAyMi0uMzUzYy0uNTMtLjYwMy0xLjY0LS41OC0yLjEzMS4xMTNhLjI1LjI1IDAgMCAwIC40MDguMjl6TTM4LjAxNCAxMi44MTVjLS4zMzItLjA1NS0uNjc3LjA5Ni0uOTA4LjM0Mi0uOTE0Ljk3NS0uMjI5IDIuOTI2Ljk0OCAyLjMzNS40ODEtLjI0LjkyNC0xLjE0Mi43NzItMS44MzYtLjA4OC0uNDA0LS40MDMtLjc3NC0uODEyLS44NDF6TTEwLjI2NCAxMy44NmEuMjUuMjUgMCAwIDAgLjI0OC4yMjVsMi45MjYtLjI5NWEuMjUuMjUgMCAwIDAgLjIyMy0uMjc0Yy0uMDEzLS4xMzgtLjE0NS0uMjQzLS4yNzMtLjIyNGwtMi45LjI5NGEuMjUuMjUgMCAwIDAtLjIyNC4yNzV6TTEzLjU0MSAxMC4zMTJhLjI1LjI1IDAgMCAwLS4xMTMtLjMzNUwxMC42NyA4LjYxMmEuMjUuMjUgMCAxIDAtLjIyMi40NDdsMi43NiAxLjM2NWEuMjUuMjUgMCAwIDAgLjMzNC0uMTEyek0xNS4zMjYgNy44NzRhLjI1LjI1IDAgMCAwIC4wNTEtLjM1IDY0Ljc2OCA2NC43NjggMCAwIDAtMi4zNy0zLjAwNy4yNS4yNSAwIDEgMC0uMzg0LjMyYy44MS45NjcgMS42MDEgMS45NyAyLjM1MyAyLjk4NWEuMjUuMjUgMCAwIDAgLjM1LjA1MnoiIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSIiPjwvcGF0aD48L2c+PC9zdmc+);
          background-size: contain;
          background-repeat: no-repeat; } }
  .text blockquote::after {
    display: none; }

/*# sourceMappingURL=main.css.map */