@font-face {
  font-family: "AzoSans";
  src: url("fonts/AzoSans-Regular.eot");
  src: url("fonts/AzoSans-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/AzoSans-Regular.woff2") format("woff2"), url("fonts/AzoSans-Regular.woff") format("woff"), url("fonts/AzoSans-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "AzoSansBold";
  src: url("fonts/AzoSans-Bold.eot");
  src: url("fonts/AzoSans-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/AzoSans-Bold.woff2") format("woff2"), url("fonts/AzoSans-Bold.woff") format("woff"), url("fonts/AzoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
/**********************************
RESET
**********************************/
@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast !important;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    img {
      image-rendering: unset !important;
    }
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

html, body, button, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ol, ul, li, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

img {
  max-width: 100%;
}

table img {
  max-width: none;
}

textarea, input, select {
  font-size: inherit;
  font-family: inherit;
  border-radius: 0;
}

/**********************************
SWIPER
**********************************/
/**
 * 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-container, .swiper-container-css {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 27px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #03188B;
  border-radius: 50%;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data: image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
  left: 20px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data: image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E");
  right: 20px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data: image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data: image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data: image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data: image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

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

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

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

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -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%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.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%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  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");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.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 {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  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 {
  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-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  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-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icofont";
  src: url("fonts/icofont.eot");
  src: url("fonts/icofont.eot?#iefix") format("embedded-opentype"), url("fonts/icofont.woff") format("woff"), url("fonts/icofont.ttf") format("truetype"), url("fonts/icofont.svg#icofont") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 0 0;
  background: #fff;
  position: relative;
  zoom: 1;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.homeslider .flex-direction-nav {
  *height: 0;
}
@media (max-width: 767px) {
  .homeslider .flex-direction-nav {
    display: none;
  }
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 60px;
  height: 60px;
  margin: -30px 0 0;
  position: absolute;
  top: 50%;
  z-index: 3;
  overflow: hidden;
  opacity: 0.7;
  cursor: pointer;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "icofont";
  font-size: 60px;
  line-height: 1em;
  display: inline-block;
  content: "\eac9";
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.flex-direction-nav a.flex-next:before {
  content: "\eaca";
}

.flex-direction-nav .flex-prev {
  left: 10px;
}

.flex-direction-nav .flex-next {
  right: 10px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 15px;
  text-align: center;
  z-index: 9;
}
@media (max-width: 767px) {
  .flex-control-nav {
    display: none;
  }
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: rgba(255, 255, 255, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.carousel {
  background: none;
  position: relative;
}

/**********************************
MY CLASSES
**********************************/
.button, a {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, box-shadow 0.3s;
}

.half {
  width: 48% !important;
}

.two-period {
  width: 64% !important;
}

.period {
  width: 32% !important;
}

.extratiny {
  width: 60px !important;
}

.tiny {
  width: 80px !important;
}

.little {
  width: 100px !important;
}

.small {
  width: 120px !important;
}

.normal {
  width: 160px !important;
}

.medium {
  width: 200px !important;
}

.bigmedium {
  width: 250px !important;
}

.middle {
  width: 280px !important;
}

.middleplus {
  width: 300px !important;
}

.moremiddle {
  width: 350px !important;
}

.big {
  width: 400px !important;
}

.morebig {
  width: 450px !important;
}

.extrabig {
  width: 500px !important;
}

.huge {
  width: 575px !important;
}

.extramax {
  width: 610px !important;
}

.max {
  width: 690px !important;
}

.full {
  width: 100% !important;
}

.smalllong {
  height: 35px !important;
}

.nolong {
  height: 50px !important;
}

.long {
  height: 100px !important;
}

.biglong {
  height: 200px !important;
}

.extralong {
  height: 300px !important;
}

.maxlong {
  height: 500px !important;
}

.overflow {
  overflow: auto;
}

.overflow-x {
  overflow-x: auto;
}

.overflow-y {
  overflow-y: auto;
}

.nowrap {
  white-space: nowrap !important;
}

.break-word {
  word-break: break-word !important;
}

.pointer {
  cursor: pointer !important;
}

.rotate-180 {
  transform: rotate(180deg);
}

.no-bord {
  border: 0 !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.sticky {
  position: sticky !important;
}

.top {
  top: 0 !important;
}

.right {
  right: 0 !important;
}

.bottom {
  bottom: 0 !important;
}

.left {
  left: 0 !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.z-index-4 {
  z-index: 4 !important;
}

.z-index-5 {
  z-index: 5 !important;
}

.z-index-99 {
  z-index: 99 !important;
}

.z-index-999 {
  z-index: 999 !important;
}

.z-index-9999 {
  z-index: 9999 !important;
}

.z-index-99999 {
  z-index: 99999 !important;
}

.sticky-top {
  position: sticky !important;
  top: calc(60px + 5.5em);
  z-index: 1;
}

.cols:after, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .cols {
  height: 1%;
}

.f-left {
  float: left !important;
}

.f-right {
  float: right !important;
}

.format-text .f-left {
  margin-bottom: 1em;
  float: none !important;
}
@media (min-width: calc(767px + 1px)) {
  .format-text .f-left {
    margin-right: 3em;
    float: left !important;
  }
}

.format-text .f-right {
  margin-bottom: 1em;
  float: none !important;
}
@media (min-width: calc(767px + 1px)) {
  .format-text .f-right {
    margin-left: 3em;
    float: right !important;
  }
}

.format-text code {
  background-color: #F0F0F0;
  padding: 0.1em 0.8em;
  display: inline-block;
  border-radius: 0.15em;
}

.format-text pre {
  border: 1px solid #757575;
  background-color: #F0F0F0;
  padding: 0.8em;
  line-height: 1.8;
  display: inline-block;
  border-radius: 0.15em;
}

.format-text {
  line-height: 1.3;
}

.t-left {
  text-align: left !important;
}

.t-center {
  text-align: center !important;
}

.t-right {
  text-align: right !important;
}
@media (min-width: calc(575px + 1px)) {
  .t-right--s {
    text-align: right !important;
  }
}
@media (min-width: calc(767px + 1px)) {
  .t-right--m {
    text-align: right !important;
  }
}
@media (min-width: calc(1119px + 1px)) {
  .t-right--l {
    text-align: right !important;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .t-right--xl {
    text-align: right !important;
  }
}
@media (min-width: calc(9999999px + 1px)) {
  .t-right--xxl {
    text-align: right !important;
  }
}

.t-justify {
  text-align: justify !important;
}

.v-top, tr.v-top th, tr.v-top td {
  vertical-align: top !important;
}

.v-center, tr.v-center th, tr.v-center td {
  vertical-align: middle !important;
}

.v-bott, tr.v-bott th, tr.v-bott td {
  vertical-align: bottom !important;
}

hr {
  border: none;
  border-bottom: 1px solid #757575;
}

pre {
  background-color: #ffffff;
  color: #333;
}

/**********************************
BORDER
**********************************/
.border1 {
  border-width: 1px;
  border-style: solid;
}

.border2 {
  border-width: 2px;
  border-style: solid;
}

.border3 {
  border-width: 3px;
  border-style: solid;
}

.border4 {
  border-width: 4px;
  border-style: solid;
}

.border5 {
  border-width: 5px;
  border-style: solid;
}

/**********************************
RADIUS
**********************************/
.radius1 {
  border-radius: 0.15em;
}

.radius-1em {
  border-radius: 1em;
}

.radius-2em {
  border-radius: 2em;
}

.radius-full {
  border-radius: 100vw;
}

.circle {
  border-radius: 50%;
}

.circle-img {
  display: inline-block;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}

/**********************************
SIRKY
**********************************/
.w1 {
  width: 10px !important;
}

.w2 {
  width: 20px !important;
}

.w3 {
  width: 30px !important;
}

.w4 {
  width: 40px !important;
}

.w5 {
  width: 50px !important;
}

.w6 {
  width: 60px !important;
}

.w7 {
  width: 70px !important;
}

.w8 {
  width: 80px !important;
}

.w9 {
  width: 90px !important;
}

.w10 {
  width: 100px !important;
}

.w20 {
  width: 200px !important;
}

.w30 {
  width: 300px !important;
}

.w40 {
  width: 400px !important;
}

.w50 {
  width: 500px !important;
}

.wauto {
  width: auto !important;
}

.full {
  width: 100% !important;
}

.extratiny, .w-ico {
  width: 10px;
}

/**********************************
VYSKY
**********************************/
.hgt-auto {
  height: auto !important;
}

.hgt1 {
  height: 10px !important;
}

.hgt2 {
  height: 20px !important;
}

.hgt3 {
  height: 30px !important;
}

.hgt4 {
  height: 40px !important;
}

.hgt5 {
  height: 50px !important;
}

.hgt6 {
  height: 60px !important;
}

.hgt7 {
  height: 70px !important;
}

.hgt8 {
  height: 80px !important;
}

.hgt9 {
  height: 90px !important;
}

.hgt10 {
  height: 100px !important;
}

.hgt20 {
  height: 200px !important;
}

.hgt30 {
  height: 300px !important;
}

.hgt40 {
  height: 400px !important;
}

.hgt50 {
  height: 500px !important;
}

/**********************************
ODSTINY
**********************************/
.blue {
  color: #25B1E6 !important;
}

.blue-bg, tr.blue-bg td, tr.blue-bg th {
  background-color: #25B1E6 !important;
}

.blue-border {
  border-color: #25B1E6 !important;
}

.blue-10 {
  color: #e9f7fd !important;
}

.blue-bg-10, tr.blue-bg-10 td, tr.blue-bg-10 th {
  background-color: #e9f7fd !important;
}

.blue-border-10 {
  border-color: #e9f7fd !important;
}

.blue-20 {
  color: #d3effa !important;
}

.blue-bg-20, tr.blue-bg-20 td, tr.blue-bg-20 th {
  background-color: #d3effa !important;
}

.blue-border-20 {
  border-color: #d3effa !important;
}

.blue-30 {
  color: #bee8f8 !important;
}

.blue-bg-30, tr.blue-bg-30 td, tr.blue-bg-30 th {
  background-color: #bee8f8 !important;
}

.blue-border-30 {
  border-color: #bee8f8 !important;
}

.blue-40 {
  color: #a8e0f5 !important;
}

.blue-bg-40, tr.blue-bg-40 td, tr.blue-bg-40 th {
  background-color: #a8e0f5 !important;
}

.blue-border-40 {
  border-color: #a8e0f5 !important;
}

.blue-50 {
  color: #92d8f3 !important;
}

.blue-bg-50, tr.blue-bg-50 td, tr.blue-bg-50 th {
  background-color: #92d8f3 !important;
}

.blue-border-50 {
  border-color: #92d8f3 !important;
}

.blue-60 {
  color: #7cd0f0 !important;
}

.blue-bg-60, tr.blue-bg-60 td, tr.blue-bg-60 th {
  background-color: #7cd0f0 !important;
}

.blue-border-60 {
  border-color: #7cd0f0 !important;
}

.blue-70 {
  color: #66c8ee !important;
}

.blue-bg-70, tr.blue-bg-70 td, tr.blue-bg-70 th {
  background-color: #66c8ee !important;
}

.blue-border-70 {
  border-color: #66c8ee !important;
}

.blue-80 {
  color: #51c1eb !important;
}

.blue-bg-80, tr.blue-bg-80 td, tr.blue-bg-80 th {
  background-color: #51c1eb !important;
}

.blue-border-80 {
  border-color: #51c1eb !important;
}

.blue-90 {
  color: #3bb9e9 !important;
}

.blue-bg-90, tr.blue-bg-90 td, tr.blue-bg-90 th {
  background-color: #3bb9e9 !important;
}

.blue-border-90 {
  border-color: #3bb9e9 !important;
}

.blue-110 {
  color: #219fcf !important;
}

.blue-bg-110, tr.blue-bg-110 td, tr.blue-bg-110 th {
  background-color: #219fcf !important;
}

.blue-border-110 {
  border-color: #219fcf !important;
}

.blue-120 {
  color: #1e8eb8 !important;
}

.blue-bg-120, tr.blue-bg-120 td, tr.blue-bg-120 th {
  background-color: #1e8eb8 !important;
}

.blue-border-120 {
  border-color: #1e8eb8 !important;
}

.blue-130 {
  color: #1a7ca1 !important;
}

.blue-bg-130, tr.blue-bg-130 td, tr.blue-bg-130 th {
  background-color: #1a7ca1 !important;
}

.blue-border-130 {
  border-color: #1a7ca1 !important;
}

.blue-140 {
  color: #166a8a !important;
}

.blue-bg-140, tr.blue-bg-140 td, tr.blue-bg-140 th {
  background-color: #166a8a !important;
}

.blue-border-140 {
  border-color: #166a8a !important;
}

.blue-150 {
  color: #135973 !important;
}

.blue-bg-150, tr.blue-bg-150 td, tr.blue-bg-150 th {
  background-color: #135973 !important;
}

.blue-border-150 {
  border-color: #135973 !important;
}

.blue-160 {
  color: #0f475c !important;
}

.blue-bg-160, tr.blue-bg-160 td, tr.blue-bg-160 th {
  background-color: #0f475c !important;
}

.blue-border-160 {
  border-color: #0f475c !important;
}

.blue-170 {
  color: #0b3545 !important;
}

.blue-bg-170, tr.blue-bg-170 td, tr.blue-bg-170 th {
  background-color: #0b3545 !important;
}

.blue-border-170 {
  border-color: #0b3545 !important;
}

.blue-180 {
  color: #07232e !important;
}

.blue-bg-180, tr.blue-bg-180 td, tr.blue-bg-180 th {
  background-color: #07232e !important;
}

.blue-border-180 {
  border-color: #07232e !important;
}

.blue-190 {
  color: #041217 !important;
}

.blue-bg-190, tr.blue-bg-190 td, tr.blue-bg-190 th {
  background-color: #041217 !important;
}

.blue-border-190 {
  border-color: #041217 !important;
}

.yellow {
  color: #F2C94C !important;
}

.yellow-bg, tr.yellow-bg td, tr.yellow-bg th {
  background-color: #F2C94C !important;
}

.yellow-border {
  border-color: #F2C94C !important;
}

.yellow-10 {
  color: #fefaed !important;
}

.yellow-bg-10, tr.yellow-bg-10 td, tr.yellow-bg-10 th {
  background-color: #fefaed !important;
}

.yellow-border-10 {
  border-color: #fefaed !important;
}

.yellow-20 {
  color: #fcf4db !important;
}

.yellow-bg-20, tr.yellow-bg-20 td, tr.yellow-bg-20 th {
  background-color: #fcf4db !important;
}

.yellow-border-20 {
  border-color: #fcf4db !important;
}

.yellow-30 {
  color: #fbefc9 !important;
}

.yellow-bg-30, tr.yellow-bg-30 td, tr.yellow-bg-30 th {
  background-color: #fbefc9 !important;
}

.yellow-border-30 {
  border-color: #fbefc9 !important;
}

.yellow-40 {
  color: #fae9b7 !important;
}

.yellow-bg-40, tr.yellow-bg-40 td, tr.yellow-bg-40 th {
  background-color: #fae9b7 !important;
}

.yellow-border-40 {
  border-color: #fae9b7 !important;
}

.yellow-50 {
  color: #f9e4a6 !important;
}

.yellow-bg-50, tr.yellow-bg-50 td, tr.yellow-bg-50 th {
  background-color: #f9e4a6 !important;
}

.yellow-border-50 {
  border-color: #f9e4a6 !important;
}

.yellow-60 {
  color: #f7df94 !important;
}

.yellow-bg-60, tr.yellow-bg-60 td, tr.yellow-bg-60 th {
  background-color: #f7df94 !important;
}

.yellow-border-60 {
  border-color: #f7df94 !important;
}

.yellow-70 {
  color: #f6d982 !important;
}

.yellow-bg-70, tr.yellow-bg-70 td, tr.yellow-bg-70 th {
  background-color: #f6d982 !important;
}

.yellow-border-70 {
  border-color: #f6d982 !important;
}

.yellow-80 {
  color: #f5d470 !important;
}

.yellow-bg-80, tr.yellow-bg-80 td, tr.yellow-bg-80 th {
  background-color: #f5d470 !important;
}

.yellow-border-80 {
  border-color: #f5d470 !important;
}

.yellow-90 {
  color: #f3ce5e !important;
}

.yellow-bg-90, tr.yellow-bg-90 td, tr.yellow-bg-90 th {
  background-color: #f3ce5e !important;
}

.yellow-border-90 {
  border-color: #f3ce5e !important;
}

.yellow-110 {
  color: #dab544 !important;
}

.yellow-bg-110, tr.yellow-bg-110 td, tr.yellow-bg-110 th {
  background-color: #dab544 !important;
}

.yellow-border-110 {
  border-color: #dab544 !important;
}

.yellow-120 {
  color: #c2a13d !important;
}

.yellow-bg-120, tr.yellow-bg-120 td, tr.yellow-bg-120 th {
  background-color: #c2a13d !important;
}

.yellow-border-120 {
  border-color: #c2a13d !important;
}

.yellow-130 {
  color: #a98d35 !important;
}

.yellow-bg-130, tr.yellow-bg-130 td, tr.yellow-bg-130 th {
  background-color: #a98d35 !important;
}

.yellow-border-130 {
  border-color: #a98d35 !important;
}

.yellow-140 {
  color: #91792e !important;
}

.yellow-bg-140, tr.yellow-bg-140 td, tr.yellow-bg-140 th {
  background-color: #91792e !important;
}

.yellow-border-140 {
  border-color: #91792e !important;
}

.yellow-150 {
  color: #796526 !important;
}

.yellow-bg-150, tr.yellow-bg-150 td, tr.yellow-bg-150 th {
  background-color: #796526 !important;
}

.yellow-border-150 {
  border-color: #796526 !important;
}

.yellow-160 {
  color: #61501e !important;
}

.yellow-bg-160, tr.yellow-bg-160 td, tr.yellow-bg-160 th {
  background-color: #61501e !important;
}

.yellow-border-160 {
  border-color: #61501e !important;
}

.yellow-170 {
  color: #493c17 !important;
}

.yellow-bg-170, tr.yellow-bg-170 td, tr.yellow-bg-170 th {
  background-color: #493c17 !important;
}

.yellow-border-170 {
  border-color: #493c17 !important;
}

.yellow-180 {
  color: #30280f !important;
}

.yellow-bg-180, tr.yellow-bg-180 td, tr.yellow-bg-180 th {
  background-color: #30280f !important;
}

.yellow-border-180 {
  border-color: #30280f !important;
}

.yellow-190 {
  color: #181408 !important;
}

.yellow-bg-190, tr.yellow-bg-190 td, tr.yellow-bg-190 th {
  background-color: #181408 !important;
}

.yellow-border-190 {
  border-color: #181408 !important;
}

.orange {
  color: #FF6633 !important;
}

.orange-bg, tr.orange-bg td, tr.orange-bg th {
  background-color: #FF6633 !important;
}

.orange-border {
  border-color: #FF6633 !important;
}

.orange-10 {
  color: #fff0eb !important;
}

.orange-bg-10, tr.orange-bg-10 td, tr.orange-bg-10 th {
  background-color: #fff0eb !important;
}

.orange-border-10 {
  border-color: #fff0eb !important;
}

.orange-20 {
  color: #ffe0d6 !important;
}

.orange-bg-20, tr.orange-bg-20 td, tr.orange-bg-20 th {
  background-color: #ffe0d6 !important;
}

.orange-border-20 {
  border-color: #ffe0d6 !important;
}

.orange-30 {
  color: #ffd1c2 !important;
}

.orange-bg-30, tr.orange-bg-30 td, tr.orange-bg-30 th {
  background-color: #ffd1c2 !important;
}

.orange-border-30 {
  border-color: #ffd1c2 !important;
}

.orange-40 {
  color: #ffc2ad !important;
}

.orange-bg-40, tr.orange-bg-40 td, tr.orange-bg-40 th {
  background-color: #ffc2ad !important;
}

.orange-border-40 {
  border-color: #ffc2ad !important;
}

.orange-50 {
  color: #ffb399 !important;
}

.orange-bg-50, tr.orange-bg-50 td, tr.orange-bg-50 th {
  background-color: #ffb399 !important;
}

.orange-border-50 {
  border-color: #ffb399 !important;
}

.orange-60 {
  color: #ffa385 !important;
}

.orange-bg-60, tr.orange-bg-60 td, tr.orange-bg-60 th {
  background-color: #ffa385 !important;
}

.orange-border-60 {
  border-color: #ffa385 !important;
}

.orange-70 {
  color: #ff9470 !important;
}

.orange-bg-70, tr.orange-bg-70 td, tr.orange-bg-70 th {
  background-color: #ff9470 !important;
}

.orange-border-70 {
  border-color: #ff9470 !important;
}

.orange-80 {
  color: #ff855c !important;
}

.orange-bg-80, tr.orange-bg-80 td, tr.orange-bg-80 th {
  background-color: #ff855c !important;
}

.orange-border-80 {
  border-color: #ff855c !important;
}

.orange-90 {
  color: #ff7547 !important;
}

.orange-bg-90, tr.orange-bg-90 td, tr.orange-bg-90 th {
  background-color: #ff7547 !important;
}

.orange-border-90 {
  border-color: #ff7547 !important;
}

.orange-110 {
  color: #e65c2e !important;
}

.orange-bg-110, tr.orange-bg-110 td, tr.orange-bg-110 th {
  background-color: #e65c2e !important;
}

.orange-border-110 {
  border-color: #e65c2e !important;
}

.orange-120 {
  color: #cc5229 !important;
}

.orange-bg-120, tr.orange-bg-120 td, tr.orange-bg-120 th {
  background-color: #cc5229 !important;
}

.orange-border-120 {
  border-color: #cc5229 !important;
}

.orange-130 {
  color: #b34724 !important;
}

.orange-bg-130, tr.orange-bg-130 td, tr.orange-bg-130 th {
  background-color: #b34724 !important;
}

.orange-border-130 {
  border-color: #b34724 !important;
}

.orange-140 {
  color: #993d1f !important;
}

.orange-bg-140, tr.orange-bg-140 td, tr.orange-bg-140 th {
  background-color: #993d1f !important;
}

.orange-border-140 {
  border-color: #993d1f !important;
}

.orange-150 {
  color: #80331a !important;
}

.orange-bg-150, tr.orange-bg-150 td, tr.orange-bg-150 th {
  background-color: #80331a !important;
}

.orange-border-150 {
  border-color: #80331a !important;
}

.orange-160 {
  color: #662914 !important;
}

.orange-bg-160, tr.orange-bg-160 td, tr.orange-bg-160 th {
  background-color: #662914 !important;
}

.orange-border-160 {
  border-color: #662914 !important;
}

.orange-170 {
  color: #4d1f0f !important;
}

.orange-bg-170, tr.orange-bg-170 td, tr.orange-bg-170 th {
  background-color: #4d1f0f !important;
}

.orange-border-170 {
  border-color: #4d1f0f !important;
}

.orange-180 {
  color: #33140a !important;
}

.orange-bg-180, tr.orange-bg-180 td, tr.orange-bg-180 th {
  background-color: #33140a !important;
}

.orange-border-180 {
  border-color: #33140a !important;
}

.orange-190 {
  color: #1a0a05 !important;
}

.orange-bg-190, tr.orange-bg-190 td, tr.orange-bg-190 th {
  background-color: #1a0a05 !important;
}

.orange-border-190 {
  border-color: #1a0a05 !important;
}

.green {
  color: #009933 !important;
}

.green-bg, tr.green-bg td, tr.green-bg th {
  background-color: #009933 !important;
}

.green-border {
  border-color: #009933 !important;
}

.green-10 {
  color: #e6f5eb !important;
}

.green-bg-10, tr.green-bg-10 td, tr.green-bg-10 th {
  background-color: #e6f5eb !important;
}

.green-border-10 {
  border-color: #e6f5eb !important;
}

.green-20 {
  color: #ccebd6 !important;
}

.green-bg-20, tr.green-bg-20 td, tr.green-bg-20 th {
  background-color: #ccebd6 !important;
}

.green-border-20 {
  border-color: #ccebd6 !important;
}

.green-30 {
  color: #b3e0c2 !important;
}

.green-bg-30, tr.green-bg-30 td, tr.green-bg-30 th {
  background-color: #b3e0c2 !important;
}

.green-border-30 {
  border-color: #b3e0c2 !important;
}

.green-40 {
  color: #99d6ad !important;
}

.green-bg-40, tr.green-bg-40 td, tr.green-bg-40 th {
  background-color: #99d6ad !important;
}

.green-border-40 {
  border-color: #99d6ad !important;
}

.green-50 {
  color: #80cc99 !important;
}

.green-bg-50, tr.green-bg-50 td, tr.green-bg-50 th {
  background-color: #80cc99 !important;
}

.green-border-50 {
  border-color: #80cc99 !important;
}

.green-60 {
  color: #66c285 !important;
}

.green-bg-60, tr.green-bg-60 td, tr.green-bg-60 th {
  background-color: #66c285 !important;
}

.green-border-60 {
  border-color: #66c285 !important;
}

.green-70 {
  color: #4db870 !important;
}

.green-bg-70, tr.green-bg-70 td, tr.green-bg-70 th {
  background-color: #4db870 !important;
}

.green-border-70 {
  border-color: #4db870 !important;
}

.green-80 {
  color: #33ad5c !important;
}

.green-bg-80, tr.green-bg-80 td, tr.green-bg-80 th {
  background-color: #33ad5c !important;
}

.green-border-80 {
  border-color: #33ad5c !important;
}

.green-90 {
  color: #1aa347 !important;
}

.green-bg-90, tr.green-bg-90 td, tr.green-bg-90 th {
  background-color: #1aa347 !important;
}

.green-border-90 {
  border-color: #1aa347 !important;
}

.green-110 {
  color: #008a2e !important;
}

.green-bg-110, tr.green-bg-110 td, tr.green-bg-110 th {
  background-color: #008a2e !important;
}

.green-border-110 {
  border-color: #008a2e !important;
}

.green-120 {
  color: #007a29 !important;
}

.green-bg-120, tr.green-bg-120 td, tr.green-bg-120 th {
  background-color: #007a29 !important;
}

.green-border-120 {
  border-color: #007a29 !important;
}

.green-130 {
  color: #006b24 !important;
}

.green-bg-130, tr.green-bg-130 td, tr.green-bg-130 th {
  background-color: #006b24 !important;
}

.green-border-130 {
  border-color: #006b24 !important;
}

.green-140 {
  color: #005c1f !important;
}

.green-bg-140, tr.green-bg-140 td, tr.green-bg-140 th {
  background-color: #005c1f !important;
}

.green-border-140 {
  border-color: #005c1f !important;
}

.green-150 {
  color: #004d1a !important;
}

.green-bg-150, tr.green-bg-150 td, tr.green-bg-150 th {
  background-color: #004d1a !important;
}

.green-border-150 {
  border-color: #004d1a !important;
}

.green-160 {
  color: #003d14 !important;
}

.green-bg-160, tr.green-bg-160 td, tr.green-bg-160 th {
  background-color: #003d14 !important;
}

.green-border-160 {
  border-color: #003d14 !important;
}

.green-170 {
  color: #002e0f !important;
}

.green-bg-170, tr.green-bg-170 td, tr.green-bg-170 th {
  background-color: #002e0f !important;
}

.green-border-170 {
  border-color: #002e0f !important;
}

.green-180 {
  color: #001f0a !important;
}

.green-bg-180, tr.green-bg-180 td, tr.green-bg-180 th {
  background-color: #001f0a !important;
}

.green-border-180 {
  border-color: #001f0a !important;
}

.green-190 {
  color: #000f05 !important;
}

.green-bg-190, tr.green-bg-190 td, tr.green-bg-190 th {
  background-color: #000f05 !important;
}

.green-border-190 {
  border-color: #000f05 !important;
}

.red {
  color: #bf2b2a !important;
}

.red-bg, tr.red-bg td, tr.red-bg th {
  background-color: #bf2b2a !important;
}

.red-border {
  border-color: #bf2b2a !important;
}

.red-10 {
  color: #f9eaea !important;
}

.red-bg-10, tr.red-bg-10 td, tr.red-bg-10 th {
  background-color: #f9eaea !important;
}

.red-border-10 {
  border-color: #f9eaea !important;
}

.red-20 {
  color: #f2d5d4 !important;
}

.red-bg-20, tr.red-bg-20 td, tr.red-bg-20 th {
  background-color: #f2d5d4 !important;
}

.red-border-20 {
  border-color: #f2d5d4 !important;
}

.red-30 {
  color: #ecbfbf !important;
}

.red-bg-30, tr.red-bg-30 td, tr.red-bg-30 th {
  background-color: #ecbfbf !important;
}

.red-border-30 {
  border-color: #ecbfbf !important;
}

.red-40 {
  color: #e5aaaa !important;
}

.red-bg-40, tr.red-bg-40 td, tr.red-bg-40 th {
  background-color: #e5aaaa !important;
}

.red-border-40 {
  border-color: #e5aaaa !important;
}

.red-50 {
  color: #df9595 !important;
}

.red-bg-50, tr.red-bg-50 td, tr.red-bg-50 th {
  background-color: #df9595 !important;
}

.red-border-50 {
  border-color: #df9595 !important;
}

.red-60 {
  color: #d9807f !important;
}

.red-bg-60, tr.red-bg-60 td, tr.red-bg-60 th {
  background-color: #d9807f !important;
}

.red-border-60 {
  border-color: #d9807f !important;
}

.red-70 {
  color: #d26b6a !important;
}

.red-bg-70, tr.red-bg-70 td, tr.red-bg-70 th {
  background-color: #d26b6a !important;
}

.red-border-70 {
  border-color: #d26b6a !important;
}

.red-80 {
  color: #cc5555 !important;
}

.red-bg-80, tr.red-bg-80 td, tr.red-bg-80 th {
  background-color: #cc5555 !important;
}

.red-border-80 {
  border-color: #cc5555 !important;
}

.red-90 {
  color: #c5403f !important;
}

.red-bg-90, tr.red-bg-90 td, tr.red-bg-90 th {
  background-color: #c5403f !important;
}

.red-border-90 {
  border-color: #c5403f !important;
}

.red-110 {
  color: #ac2726 !important;
}

.red-bg-110, tr.red-bg-110 td, tr.red-bg-110 th {
  background-color: #ac2726 !important;
}

.red-border-110 {
  border-color: #ac2726 !important;
}

.red-120 {
  color: #992222 !important;
}

.red-bg-120, tr.red-bg-120 td, tr.red-bg-120 th {
  background-color: #992222 !important;
}

.red-border-120 {
  border-color: #992222 !important;
}

.red-130 {
  color: #861e1d !important;
}

.red-bg-130, tr.red-bg-130 td, tr.red-bg-130 th {
  background-color: #861e1d !important;
}

.red-border-130 {
  border-color: #861e1d !important;
}

.red-140 {
  color: #731a19 !important;
}

.red-bg-140, tr.red-bg-140 td, tr.red-bg-140 th {
  background-color: #731a19 !important;
}

.red-border-140 {
  border-color: #731a19 !important;
}

.red-150 {
  color: #601615 !important;
}

.red-bg-150, tr.red-bg-150 td, tr.red-bg-150 th {
  background-color: #601615 !important;
}

.red-border-150 {
  border-color: #601615 !important;
}

.red-160 {
  color: #4c1111 !important;
}

.red-bg-160, tr.red-bg-160 td, tr.red-bg-160 th {
  background-color: #4c1111 !important;
}

.red-border-160 {
  border-color: #4c1111 !important;
}

.red-170 {
  color: #390d0d !important;
}

.red-bg-170, tr.red-bg-170 td, tr.red-bg-170 th {
  background-color: #390d0d !important;
}

.red-border-170 {
  border-color: #390d0d !important;
}

.red-180 {
  color: #260908 !important;
}

.red-bg-180, tr.red-bg-180 td, tr.red-bg-180 th {
  background-color: #260908 !important;
}

.red-border-180 {
  border-color: #260908 !important;
}

.red-190 {
  color: #130404 !important;
}

.red-bg-190, tr.red-bg-190 td, tr.red-bg-190 th {
  background-color: #130404 !important;
}

.red-border-190 {
  border-color: #130404 !important;
}

.white {
  color: #ffffff !important;
}

.white-bg, tr.white-bg td, tr.white-bg th {
  background-color: #ffffff !important;
}

.white-border {
  border-color: #ffffff !important;
}

.white-10 {
  color: white !important;
}

.white-bg-10, tr.white-bg-10 td, tr.white-bg-10 th {
  background-color: white !important;
}

.white-border-10 {
  border-color: white !important;
}

.white-20 {
  color: white !important;
}

.white-bg-20, tr.white-bg-20 td, tr.white-bg-20 th {
  background-color: white !important;
}

.white-border-20 {
  border-color: white !important;
}

.white-30 {
  color: white !important;
}

.white-bg-30, tr.white-bg-30 td, tr.white-bg-30 th {
  background-color: white !important;
}

.white-border-30 {
  border-color: white !important;
}

.white-40 {
  color: white !important;
}

.white-bg-40, tr.white-bg-40 td, tr.white-bg-40 th {
  background-color: white !important;
}

.white-border-40 {
  border-color: white !important;
}

.white-50 {
  color: white !important;
}

.white-bg-50, tr.white-bg-50 td, tr.white-bg-50 th {
  background-color: white !important;
}

.white-border-50 {
  border-color: white !important;
}

.white-60 {
  color: white !important;
}

.white-bg-60, tr.white-bg-60 td, tr.white-bg-60 th {
  background-color: white !important;
}

.white-border-60 {
  border-color: white !important;
}

.white-70 {
  color: white !important;
}

.white-bg-70, tr.white-bg-70 td, tr.white-bg-70 th {
  background-color: white !important;
}

.white-border-70 {
  border-color: white !important;
}

.white-80 {
  color: white !important;
}

.white-bg-80, tr.white-bg-80 td, tr.white-bg-80 th {
  background-color: white !important;
}

.white-border-80 {
  border-color: white !important;
}

.white-90 {
  color: white !important;
}

.white-bg-90, tr.white-bg-90 td, tr.white-bg-90 th {
  background-color: white !important;
}

.white-border-90 {
  border-color: white !important;
}

.white-110 {
  color: #e6e6e6 !important;
}

.white-bg-110, tr.white-bg-110 td, tr.white-bg-110 th {
  background-color: #e6e6e6 !important;
}

.white-border-110 {
  border-color: #e6e6e6 !important;
}

.white-120 {
  color: #cccccc !important;
}

.white-bg-120, tr.white-bg-120 td, tr.white-bg-120 th {
  background-color: #cccccc !important;
}

.white-border-120 {
  border-color: #cccccc !important;
}

.white-130 {
  color: #b3b3b3 !important;
}

.white-bg-130, tr.white-bg-130 td, tr.white-bg-130 th {
  background-color: #b3b3b3 !important;
}

.white-border-130 {
  border-color: #b3b3b3 !important;
}

.white-140 {
  color: #999999 !important;
}

.white-bg-140, tr.white-bg-140 td, tr.white-bg-140 th {
  background-color: #999999 !important;
}

.white-border-140 {
  border-color: #999999 !important;
}

.white-150 {
  color: gray !important;
}

.white-bg-150, tr.white-bg-150 td, tr.white-bg-150 th {
  background-color: gray !important;
}

.white-border-150 {
  border-color: gray !important;
}

.white-160 {
  color: #666666 !important;
}

.white-bg-160, tr.white-bg-160 td, tr.white-bg-160 th {
  background-color: #666666 !important;
}

.white-border-160 {
  border-color: #666666 !important;
}

.white-170 {
  color: #4d4d4d !important;
}

.white-bg-170, tr.white-bg-170 td, tr.white-bg-170 th {
  background-color: #4d4d4d !important;
}

.white-border-170 {
  border-color: #4d4d4d !important;
}

.white-180 {
  color: #333333 !important;
}

.white-bg-180, tr.white-bg-180 td, tr.white-bg-180 th {
  background-color: #333333 !important;
}

.white-border-180 {
  border-color: #333333 !important;
}

.white-190 {
  color: #1a1a1a !important;
}

.white-bg-190, tr.white-bg-190 td, tr.white-bg-190 th {
  background-color: #1a1a1a !important;
}

.white-border-190 {
  border-color: #1a1a1a !important;
}

.grey {
  color: #757575 !important;
}

.grey-bg, tr.grey-bg td, tr.grey-bg th {
  background-color: #757575 !important;
}

.grey-border {
  border-color: #757575 !important;
}

.grey-10 {
  color: #f1f1f1 !important;
}

.grey-bg-10, tr.grey-bg-10 td, tr.grey-bg-10 th {
  background-color: #f1f1f1 !important;
}

.grey-border-10 {
  border-color: #f1f1f1 !important;
}

.grey-20 {
  color: #e3e3e3 !important;
}

.grey-bg-20, tr.grey-bg-20 td, tr.grey-bg-20 th {
  background-color: #e3e3e3 !important;
}

.grey-border-20 {
  border-color: #e3e3e3 !important;
}

.grey-30 {
  color: #d6d6d6 !important;
}

.grey-bg-30, tr.grey-bg-30 td, tr.grey-bg-30 th {
  background-color: #d6d6d6 !important;
}

.grey-border-30 {
  border-color: #d6d6d6 !important;
}

.grey-40 {
  color: #c8c8c8 !important;
}

.grey-bg-40, tr.grey-bg-40 td, tr.grey-bg-40 th {
  background-color: #c8c8c8 !important;
}

.grey-border-40 {
  border-color: #c8c8c8 !important;
}

.grey-50 {
  color: #bababa !important;
}

.grey-bg-50, tr.grey-bg-50 td, tr.grey-bg-50 th {
  background-color: #bababa !important;
}

.grey-border-50 {
  border-color: #bababa !important;
}

.grey-60 {
  color: #acacac !important;
}

.grey-bg-60, tr.grey-bg-60 td, tr.grey-bg-60 th {
  background-color: #acacac !important;
}

.grey-border-60 {
  border-color: #acacac !important;
}

.grey-70 {
  color: #9e9e9e !important;
}

.grey-bg-70, tr.grey-bg-70 td, tr.grey-bg-70 th {
  background-color: #9e9e9e !important;
}

.grey-border-70 {
  border-color: #9e9e9e !important;
}

.grey-80 {
  color: #919191 !important;
}

.grey-bg-80, tr.grey-bg-80 td, tr.grey-bg-80 th {
  background-color: #919191 !important;
}

.grey-border-80 {
  border-color: #919191 !important;
}

.grey-90 {
  color: #838383 !important;
}

.grey-bg-90, tr.grey-bg-90 td, tr.grey-bg-90 th {
  background-color: #838383 !important;
}

.grey-border-90 {
  border-color: #838383 !important;
}

.grey-110 {
  color: dimgray !important;
}

.grey-bg-110, tr.grey-bg-110 td, tr.grey-bg-110 th {
  background-color: dimgray !important;
}

.grey-border-110 {
  border-color: dimgray !important;
}

.grey-120 {
  color: #5e5e5e !important;
}

.grey-bg-120, tr.grey-bg-120 td, tr.grey-bg-120 th {
  background-color: #5e5e5e !important;
}

.grey-border-120 {
  border-color: #5e5e5e !important;
}

.grey-130 {
  color: #525252 !important;
}

.grey-bg-130, tr.grey-bg-130 td, tr.grey-bg-130 th {
  background-color: #525252 !important;
}

.grey-border-130 {
  border-color: #525252 !important;
}

.grey-140 {
  color: #464646 !important;
}

.grey-bg-140, tr.grey-bg-140 td, tr.grey-bg-140 th {
  background-color: #464646 !important;
}

.grey-border-140 {
  border-color: #464646 !important;
}

.grey-150 {
  color: #3b3b3b !important;
}

.grey-bg-150, tr.grey-bg-150 td, tr.grey-bg-150 th {
  background-color: #3b3b3b !important;
}

.grey-border-150 {
  border-color: #3b3b3b !important;
}

.grey-160 {
  color: #2f2f2f !important;
}

.grey-bg-160, tr.grey-bg-160 td, tr.grey-bg-160 th {
  background-color: #2f2f2f !important;
}

.grey-border-160 {
  border-color: #2f2f2f !important;
}

.grey-170 {
  color: #232323 !important;
}

.grey-bg-170, tr.grey-bg-170 td, tr.grey-bg-170 th {
  background-color: #232323 !important;
}

.grey-border-170 {
  border-color: #232323 !important;
}

.grey-180 {
  color: #171717 !important;
}

.grey-bg-180, tr.grey-bg-180 td, tr.grey-bg-180 th {
  background-color: #171717 !important;
}

.grey-border-180 {
  border-color: #171717 !important;
}

.grey-190 {
  color: #0c0c0c !important;
}

.grey-bg-190, tr.grey-bg-190 td, tr.grey-bg-190 th {
  background-color: #0c0c0c !important;
}

.grey-border-190 {
  border-color: #0c0c0c !important;
}

.dark {
  color: #333 !important;
}

.dark-bg, tr.dark-bg td, tr.dark-bg th {
  background-color: #333 !important;
}

.dark-border {
  border-color: #333 !important;
}

.dark-10 {
  color: #ebebeb !important;
}

.dark-bg-10, tr.dark-bg-10 td, tr.dark-bg-10 th {
  background-color: #ebebeb !important;
}

.dark-border-10 {
  border-color: #ebebeb !important;
}

.dark-20 {
  color: #d6d6d6 !important;
}

.dark-bg-20, tr.dark-bg-20 td, tr.dark-bg-20 th {
  background-color: #d6d6d6 !important;
}

.dark-border-20 {
  border-color: #d6d6d6 !important;
}

.dark-30 {
  color: #c2c2c2 !important;
}

.dark-bg-30, tr.dark-bg-30 td, tr.dark-bg-30 th {
  background-color: #c2c2c2 !important;
}

.dark-border-30 {
  border-color: #c2c2c2 !important;
}

.dark-40 {
  color: #adadad !important;
}

.dark-bg-40, tr.dark-bg-40 td, tr.dark-bg-40 th {
  background-color: #adadad !important;
}

.dark-border-40 {
  border-color: #adadad !important;
}

.dark-50 {
  color: #999999 !important;
}

.dark-bg-50, tr.dark-bg-50 td, tr.dark-bg-50 th {
  background-color: #999999 !important;
}

.dark-border-50 {
  border-color: #999999 !important;
}

.dark-60 {
  color: #858585 !important;
}

.dark-bg-60, tr.dark-bg-60 td, tr.dark-bg-60 th {
  background-color: #858585 !important;
}

.dark-border-60 {
  border-color: #858585 !important;
}

.dark-70 {
  color: #707070 !important;
}

.dark-bg-70, tr.dark-bg-70 td, tr.dark-bg-70 th {
  background-color: #707070 !important;
}

.dark-border-70 {
  border-color: #707070 !important;
}

.dark-80 {
  color: #5c5c5c !important;
}

.dark-bg-80, tr.dark-bg-80 td, tr.dark-bg-80 th {
  background-color: #5c5c5c !important;
}

.dark-border-80 {
  border-color: #5c5c5c !important;
}

.dark-90 {
  color: #474747 !important;
}

.dark-bg-90, tr.dark-bg-90 td, tr.dark-bg-90 th {
  background-color: #474747 !important;
}

.dark-border-90 {
  border-color: #474747 !important;
}

.dark-110 {
  color: #2e2e2e !important;
}

.dark-bg-110, tr.dark-bg-110 td, tr.dark-bg-110 th {
  background-color: #2e2e2e !important;
}

.dark-border-110 {
  border-color: #2e2e2e !important;
}

.dark-120 {
  color: #292929 !important;
}

.dark-bg-120, tr.dark-bg-120 td, tr.dark-bg-120 th {
  background-color: #292929 !important;
}

.dark-border-120 {
  border-color: #292929 !important;
}

.dark-130 {
  color: #242424 !important;
}

.dark-bg-130, tr.dark-bg-130 td, tr.dark-bg-130 th {
  background-color: #242424 !important;
}

.dark-border-130 {
  border-color: #242424 !important;
}

.dark-140 {
  color: #1f1f1f !important;
}

.dark-bg-140, tr.dark-bg-140 td, tr.dark-bg-140 th {
  background-color: #1f1f1f !important;
}

.dark-border-140 {
  border-color: #1f1f1f !important;
}

.dark-150 {
  color: #1a1a1a !important;
}

.dark-bg-150, tr.dark-bg-150 td, tr.dark-bg-150 th {
  background-color: #1a1a1a !important;
}

.dark-border-150 {
  border-color: #1a1a1a !important;
}

.dark-160 {
  color: #141414 !important;
}

.dark-bg-160, tr.dark-bg-160 td, tr.dark-bg-160 th {
  background-color: #141414 !important;
}

.dark-border-160 {
  border-color: #141414 !important;
}

.dark-170 {
  color: #0f0f0f !important;
}

.dark-bg-170, tr.dark-bg-170 td, tr.dark-bg-170 th {
  background-color: #0f0f0f !important;
}

.dark-border-170 {
  border-color: #0f0f0f !important;
}

.dark-180 {
  color: #0a0a0a !important;
}

.dark-bg-180, tr.dark-bg-180 td, tr.dark-bg-180 th {
  background-color: #0a0a0a !important;
}

.dark-border-180 {
  border-color: #0a0a0a !important;
}

.dark-190 {
  color: #050505 !important;
}

.dark-bg-190, tr.dark-bg-190 td, tr.dark-bg-190 th {
  background-color: #050505 !important;
}

.dark-border-190 {
  border-color: #050505 !important;
}

.light {
  color: #d9d9d9 !important;
}

.light-bg, tr.light-bg td, tr.light-bg th {
  background-color: #d9d9d9 !important;
}

.light-border {
  border-color: #d9d9d9 !important;
}

.light-10 {
  color: #fbfbfb !important;
}

.light-bg-10, tr.light-bg-10 td, tr.light-bg-10 th {
  background-color: #fbfbfb !important;
}

.light-border-10 {
  border-color: #fbfbfb !important;
}

.light-20 {
  color: #f7f7f7 !important;
}

.light-bg-20, tr.light-bg-20 td, tr.light-bg-20 th {
  background-color: #f7f7f7 !important;
}

.light-border-20 {
  border-color: #f7f7f7 !important;
}

.light-30 {
  color: #f4f4f4 !important;
}

.light-bg-30, tr.light-bg-30 td, tr.light-bg-30 th {
  background-color: #f4f4f4 !important;
}

.light-border-30 {
  border-color: #f4f4f4 !important;
}

.light-40 {
  color: #f0f0f0 !important;
}

.light-bg-40, tr.light-bg-40 td, tr.light-bg-40 th {
  background-color: #f0f0f0 !important;
}

.light-border-40 {
  border-color: #f0f0f0 !important;
}

.light-50 {
  color: #ececec !important;
}

.light-bg-50, tr.light-bg-50 td, tr.light-bg-50 th {
  background-color: #ececec !important;
}

.light-border-50 {
  border-color: #ececec !important;
}

.light-60 {
  color: #e8e8e8 !important;
}

.light-bg-60, tr.light-bg-60 td, tr.light-bg-60 th {
  background-color: #e8e8e8 !important;
}

.light-border-60 {
  border-color: #e8e8e8 !important;
}

.light-70 {
  color: #e4e4e4 !important;
}

.light-bg-70, tr.light-bg-70 td, tr.light-bg-70 th {
  background-color: #e4e4e4 !important;
}

.light-border-70 {
  border-color: #e4e4e4 !important;
}

.light-80 {
  color: #e1e1e1 !important;
}

.light-bg-80, tr.light-bg-80 td, tr.light-bg-80 th {
  background-color: #e1e1e1 !important;
}

.light-border-80 {
  border-color: #e1e1e1 !important;
}

.light-90 {
  color: #dddddd !important;
}

.light-bg-90, tr.light-bg-90 td, tr.light-bg-90 th {
  background-color: #dddddd !important;
}

.light-border-90 {
  border-color: #dddddd !important;
}

.light-110 {
  color: #c3c3c3 !important;
}

.light-bg-110, tr.light-bg-110 td, tr.light-bg-110 th {
  background-color: #c3c3c3 !important;
}

.light-border-110 {
  border-color: #c3c3c3 !important;
}

.light-120 {
  color: #aeaeae !important;
}

.light-bg-120, tr.light-bg-120 td, tr.light-bg-120 th {
  background-color: #aeaeae !important;
}

.light-border-120 {
  border-color: #aeaeae !important;
}

.light-130 {
  color: #989898 !important;
}

.light-bg-130, tr.light-bg-130 td, tr.light-bg-130 th {
  background-color: #989898 !important;
}

.light-border-130 {
  border-color: #989898 !important;
}

.light-140 {
  color: #828282 !important;
}

.light-bg-140, tr.light-bg-140 td, tr.light-bg-140 th {
  background-color: #828282 !important;
}

.light-border-140 {
  border-color: #828282 !important;
}

.light-150 {
  color: #6d6d6d !important;
}

.light-bg-150, tr.light-bg-150 td, tr.light-bg-150 th {
  background-color: #6d6d6d !important;
}

.light-border-150 {
  border-color: #6d6d6d !important;
}

.light-160 {
  color: #575757 !important;
}

.light-bg-160, tr.light-bg-160 td, tr.light-bg-160 th {
  background-color: #575757 !important;
}

.light-border-160 {
  border-color: #575757 !important;
}

.light-170 {
  color: #414141 !important;
}

.light-bg-170, tr.light-bg-170 td, tr.light-bg-170 th {
  background-color: #414141 !important;
}

.light-border-170 {
  border-color: #414141 !important;
}

.light-180 {
  color: #2b2b2b !important;
}

.light-bg-180, tr.light-bg-180 td, tr.light-bg-180 th {
  background-color: #2b2b2b !important;
}

.light-border-180 {
  border-color: #2b2b2b !important;
}

.light-190 {
  color: #161616 !important;
}

.light-bg-190, tr.light-bg-190 td, tr.light-bg-190 th {
  background-color: #161616 !important;
}

.light-border-190 {
  border-color: #161616 !important;
}

.darkgrey {
  color: #535353 !important;
}

.darkgrey-bg, tr.darkgrey-bg td, tr.darkgrey-bg th {
  background-color: #535353 !important;
}

.darkgrey-border {
  border-color: #535353 !important;
}

.darkgrey-10 {
  color: #eeeeee !important;
}

.darkgrey-bg-10, tr.darkgrey-bg-10 td, tr.darkgrey-bg-10 th {
  background-color: #eeeeee !important;
}

.darkgrey-border-10 {
  border-color: #eeeeee !important;
}

.darkgrey-20 {
  color: #dddddd !important;
}

.darkgrey-bg-20, tr.darkgrey-bg-20 td, tr.darkgrey-bg-20 th {
  background-color: #dddddd !important;
}

.darkgrey-border-20 {
  border-color: #dddddd !important;
}

.darkgrey-30 {
  color: #cbcbcb !important;
}

.darkgrey-bg-30, tr.darkgrey-bg-30 td, tr.darkgrey-bg-30 th {
  background-color: #cbcbcb !important;
}

.darkgrey-border-30 {
  border-color: #cbcbcb !important;
}

.darkgrey-40 {
  color: #bababa !important;
}

.darkgrey-bg-40, tr.darkgrey-bg-40 td, tr.darkgrey-bg-40 th {
  background-color: #bababa !important;
}

.darkgrey-border-40 {
  border-color: #bababa !important;
}

.darkgrey-50 {
  color: darkgray !important;
}

.darkgrey-bg-50, tr.darkgrey-bg-50 td, tr.darkgrey-bg-50 th {
  background-color: darkgray !important;
}

.darkgrey-border-50 {
  border-color: darkgray !important;
}

.darkgrey-60 {
  color: #989898 !important;
}

.darkgrey-bg-60, tr.darkgrey-bg-60 td, tr.darkgrey-bg-60 th {
  background-color: #989898 !important;
}

.darkgrey-border-60 {
  border-color: #989898 !important;
}

.darkgrey-70 {
  color: #878787 !important;
}

.darkgrey-bg-70, tr.darkgrey-bg-70 td, tr.darkgrey-bg-70 th {
  background-color: #878787 !important;
}

.darkgrey-border-70 {
  border-color: #878787 !important;
}

.darkgrey-80 {
  color: #757575 !important;
}

.darkgrey-bg-80, tr.darkgrey-bg-80 td, tr.darkgrey-bg-80 th {
  background-color: #757575 !important;
}

.darkgrey-border-80 {
  border-color: #757575 !important;
}

.darkgrey-90 {
  color: #646464 !important;
}

.darkgrey-bg-90, tr.darkgrey-bg-90 td, tr.darkgrey-bg-90 th {
  background-color: #646464 !important;
}

.darkgrey-border-90 {
  border-color: #646464 !important;
}

.darkgrey-110 {
  color: #4b4b4b !important;
}

.darkgrey-bg-110, tr.darkgrey-bg-110 td, tr.darkgrey-bg-110 th {
  background-color: #4b4b4b !important;
}

.darkgrey-border-110 {
  border-color: #4b4b4b !important;
}

.darkgrey-120 {
  color: #424242 !important;
}

.darkgrey-bg-120, tr.darkgrey-bg-120 td, tr.darkgrey-bg-120 th {
  background-color: #424242 !important;
}

.darkgrey-border-120 {
  border-color: #424242 !important;
}

.darkgrey-130 {
  color: #3a3a3a !important;
}

.darkgrey-bg-130, tr.darkgrey-bg-130 td, tr.darkgrey-bg-130 th {
  background-color: #3a3a3a !important;
}

.darkgrey-border-130 {
  border-color: #3a3a3a !important;
}

.darkgrey-140 {
  color: #323232 !important;
}

.darkgrey-bg-140, tr.darkgrey-bg-140 td, tr.darkgrey-bg-140 th {
  background-color: #323232 !important;
}

.darkgrey-border-140 {
  border-color: #323232 !important;
}

.darkgrey-150 {
  color: #2a2a2a !important;
}

.darkgrey-bg-150, tr.darkgrey-bg-150 td, tr.darkgrey-bg-150 th {
  background-color: #2a2a2a !important;
}

.darkgrey-border-150 {
  border-color: #2a2a2a !important;
}

.darkgrey-160 {
  color: #212121 !important;
}

.darkgrey-bg-160, tr.darkgrey-bg-160 td, tr.darkgrey-bg-160 th {
  background-color: #212121 !important;
}

.darkgrey-border-160 {
  border-color: #212121 !important;
}

.darkgrey-170 {
  color: #191919 !important;
}

.darkgrey-bg-170, tr.darkgrey-bg-170 td, tr.darkgrey-bg-170 th {
  background-color: #191919 !important;
}

.darkgrey-border-170 {
  border-color: #191919 !important;
}

.darkgrey-180 {
  color: #111111 !important;
}

.darkgrey-bg-180, tr.darkgrey-bg-180 td, tr.darkgrey-bg-180 th {
  background-color: #111111 !important;
}

.darkgrey-border-180 {
  border-color: #111111 !important;
}

.darkgrey-190 {
  color: #080808 !important;
}

.darkgrey-bg-190, tr.darkgrey-bg-190 td, tr.darkgrey-bg-190 th {
  background-color: #080808 !important;
}

.darkgrey-border-190 {
  border-color: #080808 !important;
}

.black {
  color: #000 !important;
}

.black-bg, tr.black-bg td, tr.black-bg th {
  background-color: #000 !important;
}

.black-border {
  border-color: #000 !important;
}

.black-10 {
  color: #e6e6e6 !important;
}

.black-bg-10, tr.black-bg-10 td, tr.black-bg-10 th {
  background-color: #e6e6e6 !important;
}

.black-border-10 {
  border-color: #e6e6e6 !important;
}

.black-20 {
  color: #cccccc !important;
}

.black-bg-20, tr.black-bg-20 td, tr.black-bg-20 th {
  background-color: #cccccc !important;
}

.black-border-20 {
  border-color: #cccccc !important;
}

.black-30 {
  color: #b3b3b3 !important;
}

.black-bg-30, tr.black-bg-30 td, tr.black-bg-30 th {
  background-color: #b3b3b3 !important;
}

.black-border-30 {
  border-color: #b3b3b3 !important;
}

.black-40 {
  color: #999999 !important;
}

.black-bg-40, tr.black-bg-40 td, tr.black-bg-40 th {
  background-color: #999999 !important;
}

.black-border-40 {
  border-color: #999999 !important;
}

.black-50 {
  color: gray !important;
}

.black-bg-50, tr.black-bg-50 td, tr.black-bg-50 th {
  background-color: gray !important;
}

.black-border-50 {
  border-color: gray !important;
}

.black-60 {
  color: #666666 !important;
}

.black-bg-60, tr.black-bg-60 td, tr.black-bg-60 th {
  background-color: #666666 !important;
}

.black-border-60 {
  border-color: #666666 !important;
}

.black-70 {
  color: #4d4d4d !important;
}

.black-bg-70, tr.black-bg-70 td, tr.black-bg-70 th {
  background-color: #4d4d4d !important;
}

.black-border-70 {
  border-color: #4d4d4d !important;
}

.black-80 {
  color: #333333 !important;
}

.black-bg-80, tr.black-bg-80 td, tr.black-bg-80 th {
  background-color: #333333 !important;
}

.black-border-80 {
  border-color: #333333 !important;
}

.black-90 {
  color: #1a1a1a !important;
}

.black-bg-90, tr.black-bg-90 td, tr.black-bg-90 th {
  background-color: #1a1a1a !important;
}

.black-border-90 {
  border-color: #1a1a1a !important;
}

.black-110 {
  color: black !important;
}

.black-bg-110, tr.black-bg-110 td, tr.black-bg-110 th {
  background-color: black !important;
}

.black-border-110 {
  border-color: black !important;
}

.black-120 {
  color: black !important;
}

.black-bg-120, tr.black-bg-120 td, tr.black-bg-120 th {
  background-color: black !important;
}

.black-border-120 {
  border-color: black !important;
}

.black-130 {
  color: black !important;
}

.black-bg-130, tr.black-bg-130 td, tr.black-bg-130 th {
  background-color: black !important;
}

.black-border-130 {
  border-color: black !important;
}

.black-140 {
  color: black !important;
}

.black-bg-140, tr.black-bg-140 td, tr.black-bg-140 th {
  background-color: black !important;
}

.black-border-140 {
  border-color: black !important;
}

.black-150 {
  color: black !important;
}

.black-bg-150, tr.black-bg-150 td, tr.black-bg-150 th {
  background-color: black !important;
}

.black-border-150 {
  border-color: black !important;
}

.black-160 {
  color: black !important;
}

.black-bg-160, tr.black-bg-160 td, tr.black-bg-160 th {
  background-color: black !important;
}

.black-border-160 {
  border-color: black !important;
}

.black-170 {
  color: black !important;
}

.black-bg-170, tr.black-bg-170 td, tr.black-bg-170 th {
  background-color: black !important;
}

.black-border-170 {
  border-color: black !important;
}

.black-180 {
  color: black !important;
}

.black-bg-180, tr.black-bg-180 td, tr.black-bg-180 th {
  background-color: black !important;
}

.black-border-180 {
  border-color: black !important;
}

.black-190 {
  color: black !important;
}

.black-bg-190, tr.black-bg-190 td, tr.black-bg-190 th {
  background-color: black !important;
}

.black-border-190 {
  border-color: black !important;
}

/**********************************
COLORS
**********************************/
.black {
  color: #000 !important;
}

.white {
  color: #ffffff !important;
}

.blue {
  color: #25B1E6 !important;
}

.green {
  color: #009933 !important;
}

.yellow {
  color: #F2C94C !important;
}

.red {
  color: #bf2b2a !important;
}

.orange {
  color: #FF6633 !important;
}

.dark {
  color: #333 !important;
}

.light {
  color: #d9d9d9 !important;
}

.light {
  color: #F0F0F0 !important;
}

.darkgrey {
  color: #535353 !important;
}

/**********************************
BG
**********************************/
.black-bg {
  background-color: #000 !important;
}

.dark-bg {
  background-color: #333 !important;
}

.lightgrey-bg {
  background-color: #F0F0F0 !important;
}

.lightgrey-bg2 {
  background-color: #f9f9f9 !important;
}

.white-bg {
  background-color: #ffffff !important;
}

.blue-bg {
  background-color: #25B1E6 !important;
}

.lightblue-bg {
  background-color: #e9f7fd !important;
}

.green-bg {
  background-color: #009933 !important;
}

.yellow-bg {
  background-color: #F2C94C !important;
}

.red-bg {
  background-color: #bf2b2a !important;
}

.orange-bg {
  background-color: #FF6633 !important;
}

.transparent-bg-light-30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/**********************************
BORDER
**********************************/
.black-border {
  border-color: #000 !important;
}

.white-border {
  border-color: #ffffff !important;
}

.blue-border {
  border-color: #25B1E6 !important;
}

.green-border {
  border-color: #009933 !important;
}

.darkgreen-border {
  border-color: #004d1a !important;
}

.yellow-border {
  border-color: #F2C94C !important;
}

.red-border {
  border-color: #bf2b2a !important;
}

.orange-border {
  border-color: #FF6633 !important;
}

/**********************************
SHADOW
**********************************/
.shadow {
  box-shadow: rgba(51, 51, 51, 0.05) 0 0 15px !important;
}

/**********************************
LINKS
**********************************/
a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
}

p a {
  font-weight: 700;
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}

/**********************************
P
**********************************/
p {
  line-height: 1.3;
  padding-bottom: 0.5em;
  text-align: justify;
}
p:last-child {
  padding-bottom: 0;
}

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

/**********************************
LINE HEIGHT
**********************************/
.line-height-1 {
  line-height: 1 !important;
}

.line-height-1-1 {
  line-height: 1.1 !important;
}

.line-height-1-2 {
  line-height: 1.2 !important;
}

.line-height-1-3 {
  line-height: 1.3 !important;
}

.line-height-1-4 {
  line-height: 1.4 !important;
}

.line-height-1-5 {
  line-height: 1.5 !important;
}

/**********************************
UL, OL
**********************************/
ul.def, ol.def,
.format-text ul, .format-text ol {
  margin-bottom: 2em;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
@media (min-width: calc(1119px + 1px)) {
  ul.def.col-2, ol.def.col-2,
  .format-text ul.col-2, .format-text ol.col-2 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  ul.def.col-2 > *, ol.def.col-2 > *,
  .format-text ul.col-2 > *, .format-text ol.col-2 > * {
    width: calc(50% - 0.5em);
  }
}
ul.def:last-child, ol.def:last-child,
.format-text ul:last-child, .format-text ol:last-child {
  margin-bottom: 0;
}

ul.def li, ol.def li,
.format-text ul li, .format-text ol li {
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
}

ul.def:not(.noli) li::before,
.format-text ul li::before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  background-color: #ffffff;
  position: absolute;
  border-radius: 100vw;
  border: 1px solid #000;
  top: 0.75em;
  left: 0.2em;
}

ul.def--ok li {
  padding-left: 26px;
}

ul.def--ok li::before {
  background-color: transparent;
  width: auto;
  height: auto;
  line-height: 20px;
  color: #009933;
  content: "done";
  top: 0;
  left: -3px;
  font-family: "Material Symbols Outlined";
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}

ul.def--inherit li::before {
  background-color: currentColor;
}

ol.def,
.format-text ol {
  margin-left: 2em;
}
ol.def li,
.format-text ol li {
  padding-left: 0;
}
ol.def ol,
.format-text ol ol {
  margin: 1em 0 1em 2em;
}

/**********************************
TEXT DECORATION
**********************************/
.underline {
  text-decoration: underline !important;
}

.no-underline {
  text-decoration: none !important;
}

.line-through {
  text-decoration: line-through !important;
}

:hover.hover-underline, :hover > .hover-underline {
  text-decoration: underline !important;
}

:hover.hover-no-underline, :hover > .hover-no-underline {
  text-decoration: none !important;
}

/**********************************
FONT WEIGHT
**********************************/
strong {
  font-weight: 700;
}

b {
  font-weight: 900;
}

.no-bold {
  font-weight: 400 !important;
}

.semibold {
  font-weight: 500 !important;
}

.bold {
  font-weight: 700 !important;
}

.extrabold {
  font-weight: 900 !important;
}

.italic {
  font-style: italic !important;
}

/**********************************
UPPER/LOWER
**********************************/
.upper {
  text-transform: uppercase !important;
}

.lower {
  text-transform: lowercase !important;
}

.no-transform {
  text-transform: none !important;
}

/**********************************
FONT SIZE
**********************************/
.small-font {
  font-size: 90%;
}

.small-font2 {
  font-size: 80%;
}

.small-font3 {
  font-size: 70%;
}

.small-font4 {
  font-size: 60%;
}

.big-font {
  font-size: 110%;
}

.big-font2 {
  font-size: 120%;
}

.big-font3 {
  font-size: 130%;
}

.big-font4 {
  font-size: 140%;
}

.big-font5 {
  font-size: 150%;
}

.big-font6 {
  font-size: 160%;
}

.big-font7 {
  font-size: 170%;
}

.big-font8 {
  font-size: 180%;
}

.big-font9 {
  font-size: 190%;
}

.big-font10 {
  font-size: 200%;
}

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

.font-2em {
  font-size: 2em;
}

.font-3em {
  font-size: 3em;
}

.font-4em {
  font-size: 4em;
}

.font-5em {
  font-size: 5em;
}

.font-6em {
  font-size: 6em;
}

.font-7em {
  font-size: 7em;
}

.font-8em {
  font-size: 8em;
}

.font-9em {
  font-size: 9em;
}

.font-10em {
  font-size: 10em;
}

/**********************************
HEADINGS
**********************************/
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 0.5em;
  margin-top: 1em;
  line-height: 1.1;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 1.5em;
}

h2, .h2 {
  font-size: 1.3em;
  margin-bottom: 0.5em;
  font-weight: 500;
  position: relative;
}
h2.small-font, .h2.small-font {
  font-size: 0.9em;
}
h2.small-font2, .h2.small-font2 {
  font-size: 0.8em;
}

h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}

.h-ico {
  display: flex;
  align-items: center;
}
.h-ico .h-ico-ico {
  margin-right: 0.3em;
  font-size: 1.4em;
}

.h-lbord {
  position: relative;
}

.h-lbord-title {
  padding-right: 0.5em;
  display: inline-block;
  position: relative;
  padding-left: 0.5em;
  border-left: 3px solid #009933;
}

/**********************************
FORMS
**********************************/
::-moz-placeholder {
  color: #bababa;
  opacity: 1;
  font-size: 0.8em;
  font-weight: 400;
}
::placeholder, .select-placeholder {
  color: #bababa;
  opacity: 1;
  font-size: 0.8em;
  font-weight: 400;
}

button {
  cursor: pointer;
}

label, .label {
  font-weight: 400;
  padding: 0 0 0.4rem 0;
  display: block;
  line-height: 1.3;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #333;
}

input, textarea, select {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  color: #333;
  min-height: 2.5rem;
  display: inline-block;
  padding: 0 1rem;
  line-height: 1;
  transition: box-shadow 0.2s;
  font-weight: 600;
  border-radius: 5px;
  max-width: 100% !important;
}
.input-flat {
  min-height: 2rem;
}

textarea {
  padding: 0.75rem !important;
}

.check {
  width: auto;
  border: 0;
  margin: 0 0 -1px 0;
  padding: 0;
  background: none;
}

textarea {
  overflow: auto;
  height: auto;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2.5rem;
  outline: 0;
  line-height: 2.5rem;
  position: relative;
  width: auto;
  background: url(../img/icons/arr_down.svg) no-repeat right 0.5rem center #ffffff;
}

select:required:invalid {
  color: gray;
}

option[value=""][disabled] {
  display: none;
}

select::-ms-expand { /* for IE 11 */
  display: none;
}

option {
  color: #000;
}

option:disabled {
  color: #757575;
  font-weight: normal;
  font-style: italic;
}

input[type=checkbox], input[type=radio] {
  visibility: hidden;
  display: none;
}

label.checkbox {
  cursor: pointer;
  padding: 0 0 0 30px;
  overflow: visible;
  display: inline-block !important;
  position: relative;
  line-height: 20px;
  text-transform: none;
  font-size: 1em;
}

label.checkbox:before {
  background-color: #ffffff;
  border: 2px solid #919191;
  color: #666;
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 15px !important;
  border-radius: 3px;
}

label.checkbox:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 0.7em;
  height: 0.4em;
  background: transparent;
  top: 4px;
  left: 4.5px;
  border: 3px solid #009933;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  font-size: 15px !important;
}

input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after {
  opacity: 1;
}

.input-ico-out {
  position: relative;
}
.input-ico-out input, .input-ico-out select {
  padding-left: 3rem;
}
.input-ico-out--suffix input, .input-ico-out--suffix select {
  padding-left: 1.5rem;
  padding-right: 3rem;
}
.input-ico-out--prefix-suffix input, .input-ico-out--prefix-suffix select {
  padding-left: 3rem;
  padding-right: 3rem;
}

.input-ico-ico {
  position: absolute;
  left: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
}

.input-ico-ico--suffix {
  right: 0.7rem;
  left: auto;
}

.input-txt-ico {
  color: #009933;
  padding-right: 0.5rem;
}

.input-group {
  border: 1px solid #d9d9d9;
  display: inline-flex;
}

.input-group-unit {
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  padding: 0 1em;
}

form .small-font {
  display: block;
  margin: 5px 0 0 0;
}

/**********************************
BUTTONS
**********************************/
.button {
  max-width: 100%;
  cursor: pointer;
  color: #ffffff;
  padding: 0 1.3rem;
  line-height: 1.3;
  display: inline-flex !important;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 500;
  background-color: #000;
  gap: 0.5em;
  min-height: 2.5rem;
  border-radius: 100vw;
  border: 0;
}
.button:hover {
  background-color: #757575;
  text-decoration: none;
}

.button.button--big {
  font-size: 1em;
  font-weight: 600;
  padding: 1rem 1.8rem;
}

.button.button--small {
  padding: 0.2em 0.5em;
  font-size: 0.8em;
  min-height: 0;
}

.button.button--short {
  padding-inline: 0.5rem;
}

.button-multiple {
  max-width: 100%;
  cursor: pointer;
  display: inline-flex !important;
  border-radius: 100vw;
  overflow: hidden;
  border: 1px solid #25B1E6;
}

.button-multiple-item {
  cursor: pointer;
  padding: 0.5rem;
  display: inline-flex !important;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 400;
  gap: 0.5em;
  font-size: 0.9rem;
}
.button-multiple-item:first-child {
  padding-left: 1.3rem;
}
.button-multiple-item:last-child {
  padding-right: 1.3rem;
}
.button-multiple-item:hover {
  text-decoration: none;
  background-color: #F0F0F0;
}

.button--colored {
  opacity: 0.8;
  transition: opacity 0.3s;
}
.button--colored:hover {
  opacity: 1;
}

.button--green {
  background-color: #009933;
}
.button--green:hover {
  background-color: #006622;
}

.button--blue {
  background-color: #25B1E6;
  color: #ffffff;
}
.button--blue:hover {
  background-color: #1693c2;
}

.button--white-blue {
  background-color: #ffffff;
  color: #25B1E6;
  border: 1px solid #25B1E6;
}
.button--white-blue:hover {
  background-color: #25B1E6;
  color: #ffffff;
}

.button--white-grey {
  background-color: #ffffff;
  color: #757575;
  border: 1px solid #F0F0F0;
}
.button--white-grey:hover {
  background-color: #F0F0F0;
  color: #757575;
}

.button--dark {
  background-color: #000;
}
.button--dark:hover {
  background-color: black;
}

.button--grey {
  background-color: #a6a6a6;
}
.button--grey:hover {
  background-color: #999999;
}

.button--orange {
  background-color: #662914;
}
.button--orange:hover {
  background-color: #33140a;
}

.button--red {
  background-color: #bf2b2a;
}
.button--red:hover {
  background-color: #952221;
}

/**********************************
REPORTS
**********************************/
.report {
  margin-bottom: 1em;
}

.report-in {
  padding: 1em;
  margin-bottom: 0.5em;
  font-weight: 600;
  display: flex;
  gap: 0.5em;
  align-items: center;
  line-height: 1.3;
}
.report-in.err {
  background-color: #ecbfbf;
  color: #bf2b2a;
  border-bottom: 3px solid #bf2b2a;
}
.report-in.ok {
  background-color: #b3e0c2;
  color: #007a29;
  border-bottom: 3px solid #009933;
}
.report-in.info {
  background-color: #fcf4db;
  color: #c2a13d;
  border-bottom: 3px solid #F2C94C;
}
.report-in.wrn {
  background-color: #fbefc9;
  color: #c2a13d;
  border-bottom: 3px solid #F2C94C;
}

.formerror,
.form-err,
.form-error {
  color: #bf2b2a !important;
}
.formerror label, .formerror label a,
.form-err label,
.form-err label a,
.form-error label,
.form-error label a {
  color: #bf2b2a !important;
}
.formerror input, .formerror select, .formerror textarea, .formerror label.checkbox::before,
.form-err input,
.form-err select,
.form-err textarea,
.form-err label.checkbox::before,
.form-error input,
.form-error select,
.form-error textarea,
.form-error label.checkbox::before {
  border-color: #bf2b2a !important;
  color: #bf2b2a !important;
}

input.formerror, select.formerror, textarea.formerror,
input.form-err, select.form-err, textarea.form-err,
input.form-error, select.form-error, textarea.form-error {
  border-color: #bf2b2a !important;
}

/**********************************
ICONS
**********************************/
.material-icons, .material-icons-outlined, .material-icons-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.material-icons img, .material-icons-outlined img, .material-icons-round img {
  max-height: 24px;
}

.text-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 1em;
  height: 1em;
  min-width: 24px;
  min-height: 24px;
  border-radius: 0.15em;
}

.text-icon-in {
  width: 100%;
  overflow: hidden;
  font-family: "Open Sans", serif;
  font-size: max(0.8em, 18px);
  font-weight: 400;
  color: #333;
  margin-bottom: -0.1em;
}

.md-text-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-family: "Open Sans", serif;
  font-size: max(0.3em, 9px);
  font-weight: 600;
  color: #ffffff;
  background-color: #333;
  border-radius: 0.15em;
}

.md-text-icon--top {
  top: 0;
  transform: translate(-50%, 0);
}

.md-text-icon--bottom {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 0);
}

.md-text-icon--left {
  left: 0;
  transform: translate(0, -50%);
}
.md-text-icon--left.md-text-icon--top, .md-text-icon--left.md-text-icon--bottom {
  transform: translate(0, 0);
}

.md-text-icon--right {
  left: auto;
  right: 0;
  transform: translate(0, -50%);
}
.md-text-icon--right.md-text-icon--top, .md-text-icon--right.md-text-icon--bottom {
  transform: translate(0, 0);
}

.transform-icons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.transform-icons .transform-ico {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block;
}

.transform-icons .transform-ico--default {
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.transform-icons .transform-ico--transformed {
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: rotate(-180deg) scale(0.5);
  opacity: 0;
}

.transform-icons.act .transform-ico--default {
  transform: rotate(180deg) scale(0.5);
  opacity: 0;
}

.transform-icons.act .transform-ico--transformed {
  transform: rotate(0deg) scale(1);
  opacity: 1;
}

/**********************************
HIDDEN
**********************************/
@media (max-width: 399px) {
  .hidden-xs-smaller {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .hidden-s-smaller {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-m-smaller {
    display: none !important;
  }
}

@media (max-width: 1119px) {
  .hidden-l-smaller {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .hidden-xl-smaller {
    display: none !important;
  }
}

@media (max-width: 9999999px) {
  .hidden-xxl-smaller {
    display: none !important;
  }
}

@media (min-width: calc(575px + 1px)) {
  .hidden-xs-bigger {
    display: none !important;
  }
}

@media (min-width: calc(767px + 1px)) {
  .hidden-s-bigger {
    display: none !important;
  }
}

@media (min-width: calc(1119px + 1px)) {
  .hidden-m-bigger {
    display: none !important;
  }
}

@media (min-width: calc(1279px + 1px)) {
  .hidden-l-bigger {
    display: none !important;
  }
}

@media (min-width: calc(9999999px + 1px)) {
  .hidden-xl-bigger {
    display: none !important;
  }
}

/**********************************
FLEX
**********************************/
.flex {
  display: flex;
}
@media (max-width: 399px) {
  .flex--xs {
    flex-direction: column;
  }
  .flex--xs > * {
    flex: 1 !important;
  }
  .flex--xs .order-1 {
    order: -1;
  }
}
@media (max-width: 575px) {
  .flex--s {
    flex-direction: column;
  }
  .flex--s > * {
    flex: 1 !important;
  }
  .flex--s .order-1 {
    order: -1;
  }
}
@media (max-width: 767px) {
  .flex--m {
    flex-direction: column;
  }
  .flex--m > * {
    flex: 1 !important;
  }
  .flex--m .order-1 {
    order: -1;
  }
}
@media (max-width: 1119px) {
  .flex--l {
    flex-direction: column;
  }
  .flex--l > * {
    flex: 1 !important;
  }
  .flex--l .order-1 {
    order: -1;
  }
}
@media (max-width: 1279px) {
  .flex--xl {
    flex-direction: column;
  }
  .flex--xl > * {
    flex: 1 !important;
  }
  .flex--xl .order-1 {
    order: -1;
  }
}
@media (max-width: 9999999px) {
  .flex--xxl {
    flex-direction: column;
  }
  .flex--xxl > * {
    flex: 1 !important;
  }
}
.flex > .col-1 {
  flex: 1;
}
.flex > .col-2 {
  flex: 2;
}
.flex > .col-3 {
  flex: 3;
}
.flex > .col-4 {
  flex: 4;
}
.flex > .col-5 {
  flex: 5;
}
.flex > .col-6 {
  flex: 6;
}
.flex > .col-7 {
  flex: 7;
}
.flex > .col-8 {
  flex: 8;
}
.flex > .col-9 {
  flex: 9;
}
.flex > .col-10 {
  flex: 10;
}

.inline-flex {
  display: inline-flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

.a-stretch {
  align-items: stretch !important;
}

.a-start {
  align-items: flex-start !important;
}

.a-center {
  align-items: center !important;
}

.a-end {
  align-items: flex-end !important;
}

.as-end {
  align-self: flex-end !important;
}

.j-start {
  justify-content: flex-start !important;
}

.j-center {
  justify-content: center !important;
}

.j-end {
  justify-content: flex-end !important;
}

.space-between {
  justify-content: space-between !important;
}

.space-around {
  justify-content: space-around !important;
}

.flex-true {
  flex: 1 1 auto !important;
}

.flex-false {
  flex: 0 0 auto !important;
}

.no-grow {
  flex-grow: 0 !important;
}

.no-shrink {
  flex-shrink: 0 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

/**********************************
SPACING
**********************************/
/*** gap ***/
.gap-0 {
  gap: 0px !important;
}

.gap-1 {
  gap: 1px !important;
}

.gap-2 {
  gap: 2px !important;
}

.gap-3 {
  gap: 3px !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-5 {
  gap: 5px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-25 {
  gap: 25px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-50 {
  gap: 50px !important;
}

.gap-01em {
  gap: 0.1em !important;
}

.gap-02em {
  gap: 0.2em !important;
}

.gap-03em {
  gap: 0.3em !important;
}

.gap-04em {
  gap: 0.4em !important;
}

.gap-05em {
  gap: 0.5em !important;
}

.gap-06em {
  gap: 0.6em !important;
}

.gap-07em {
  gap: 0.7em !important;
}

.gap-08em {
  gap: 0.8em !important;
}

.gap-09em {
  gap: 0.9em !important;
}

.gap-1em {
  gap: 1em !important;
}

.gap-2em {
  gap: 2em !important;
}

.gap-3em {
  gap: 3em !important;
}

.gap-4em {
  gap: 4em !important;
}

.gap-5em {
  gap: 5em !important;
}

.gap-6em {
  gap: 6em !important;
}

.gap-7em {
  gap: 7em !important;
}

.gap-8em {
  gap: 8em !important;
}

.gap-9em {
  gap: 9em !important;
}

.gap-10em {
  gap: 10em !important;
}

/*** xgap ***/
.xgap-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.xgap-1 {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.xgap-2 {
  -moz-column-gap: 2px !important;
       column-gap: 2px !important;
}

.xgap-3 {
  -moz-column-gap: 3px !important;
       column-gap: 3px !important;
}

.xgap-4 {
  -moz-column-gap: 4px !important;
       column-gap: 4px !important;
}

.xgap-5 {
  -moz-column-gap: 5px !important;
       column-gap: 5px !important;
}

.xgap-10 {
  -moz-column-gap: 10px !important;
       column-gap: 10px !important;
}

.xgap-15 {
  -moz-column-gap: 15px !important;
       column-gap: 15px !important;
}

.xgap-20 {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
}

.xgap-25 {
  -moz-column-gap: 25px !important;
       column-gap: 25px !important;
}

.xgap-30 {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
}

.xgap-40 {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}

.xgap-50 {
  -moz-column-gap: 50px !important;
       column-gap: 50px !important;
}

.xgap-01em {
  -moz-column-gap: 0.1em !important;
       column-gap: 0.1em !important;
}

.xgap-02em {
  -moz-column-gap: 0.2em !important;
       column-gap: 0.2em !important;
}

.xgap-03em {
  -moz-column-gap: 0.3em !important;
       column-gap: 0.3em !important;
}

.xgap-04em {
  -moz-column-gap: 0.4em !important;
       column-gap: 0.4em !important;
}

.xgap-05em {
  -moz-column-gap: 0.5em !important;
       column-gap: 0.5em !important;
}

.xgap-06em {
  -moz-column-gap: 0.6em !important;
       column-gap: 0.6em !important;
}

.xgap-07em {
  -moz-column-gap: 0.7em !important;
       column-gap: 0.7em !important;
}

.xgap-08em {
  -moz-column-gap: 0.8em !important;
       column-gap: 0.8em !important;
}

.xgap-09em {
  -moz-column-gap: 0.9em !important;
       column-gap: 0.9em !important;
}

.xgap-1em {
  -moz-column-gap: 1em !important;
       column-gap: 1em !important;
}

.xgap-2em {
  -moz-column-gap: 2em !important;
       column-gap: 2em !important;
}

.xgap-3em {
  -moz-column-gap: 3em !important;
       column-gap: 3em !important;
}

.xgap-4em {
  -moz-column-gap: 4em !important;
       column-gap: 4em !important;
}

.xgap-5em {
  -moz-column-gap: 5em !important;
       column-gap: 5em !important;
}

.xgap-6em {
  -moz-column-gap: 6em !important;
       column-gap: 6em !important;
}

.xgap-7em {
  -moz-column-gap: 7em !important;
       column-gap: 7em !important;
}

.xgap-8em {
  -moz-column-gap: 8em !important;
       column-gap: 8em !important;
}

.xgap-9em {
  -moz-column-gap: 9em !important;
       column-gap: 9em !important;
}

.xgap-10em {
  -moz-column-gap: 10em !important;
       column-gap: 10em !important;
}

/*** ygap ***/
.ygap-0 {
  row-gap: 0px !important;
}

.ygap-1 {
  row-gap: 1px !important;
}

.ygap-2 {
  row-gap: 2px !important;
}

.ygap-3 {
  row-gap: 3px !important;
}

.ygap-4 {
  row-gap: 4px !important;
}

.ygap-5 {
  row-gap: 5px !important;
}

.ygap-10 {
  row-gap: 10px !important;
}

.ygap-15 {
  row-gap: 15px !important;
}

.ygap-20 {
  row-gap: 20px !important;
}

.ygap-25 {
  row-gap: 25px !important;
}

.ygap-30 {
  row-gap: 30px !important;
}

.ygap-40 {
  row-gap: 40px !important;
}

.ygap-50 {
  row-gap: 50px !important;
}

.ygap-01em {
  row-gap: 0.1em !important;
}

.ygap-02em {
  row-gap: 0.2em !important;
}

.ygap-03em {
  row-gap: 0.3em !important;
}

.ygap-04em {
  row-gap: 0.4em !important;
}

.ygap-05em {
  row-gap: 0.5em !important;
}

.ygap-06em {
  row-gap: 0.6em !important;
}

.ygap-07em {
  row-gap: 0.7em !important;
}

.ygap-08em {
  row-gap: 0.8em !important;
}

.ygap-09em {
  row-gap: 0.9em !important;
}

.ygap-1em {
  row-gap: 1em !important;
}

.ygap-2em {
  row-gap: 2em !important;
}

.ygap-3em {
  row-gap: 3em !important;
}

.ygap-4em {
  row-gap: 4em !important;
}

.ygap-5em {
  row-gap: 5em !important;
}

.ygap-6em {
  row-gap: 6em !important;
}

.ygap-7em {
  row-gap: 7em !important;
}

.ygap-8em {
  row-gap: 8em !important;
}

.ygap-9em {
  row-gap: 9em !important;
}

.ygap-10em {
  row-gap: 10em !important;
}

.mg-inline-auto {
  margin-inline: auto !important;
}

.mg-block-auto {
  margin-block: auto !important;
}

/*** tmg ***/
.tmg-big {
  margin-top: 2rem !important;
}
@media (min-width: calc(767px + 1px)) {
  .tmg-big {
    margin-top: 3rem !important;
  }
}
@media (min-width: calc(1119px + 1px)) {
  .tmg-big {
    margin-top: 4rem !important;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .tmg-big {
    margin-top: 6rem !important;
  }
}

.tmg-auto {
  margin-top: auto !important;
}

.tmg--1 {
  margin-top: -3px !important;
}

.tmg--2 {
  margin-top: -2px !important;
}

.tmg--3 {
  margin-top: -1px !important;
}

.tmg-0 {
  margin-top: 0px !important;
}

.tmg-1 {
  margin-top: 1px !important;
}

.tmg-2 {
  margin-top: 2px !important;
}

.tmg-3 {
  margin-top: 3px !important;
}

.tmg-4 {
  margin-top: 4px !important;
}

.tmg-5 {
  margin-top: 5px !important;
}

.tmg-10 {
  margin-top: 10px !important;
}

.tmg-15 {
  margin-top: 15px !important;
}

.tmg-20 {
  margin-top: 20px !important;
}

.tmg-25 {
  margin-top: 25px !important;
}

.tmg-30 {
  margin-top: 30px !important;
}

.tmg-40 {
  margin-top: 40px !important;
}

.tmg-50 {
  margin-top: 50px !important;
}

.tmg-60 {
  margin-top: 60px !important;
}

.tmg-70 {
  margin-top: 70px !important;
}

.tmg-80 {
  margin-top: 80px !important;
}

.tmg-90 {
  margin-top: 90px !important;
}

.tmg-100 {
  margin-top: 100px !important;
}

.tmg-01em {
  margin-top: 0.1em !important;
}

.tmg-02em {
  margin-top: 0.2em !important;
}

.tmg-03em {
  margin-top: 0.3em !important;
}

.tmg-04em {
  margin-top: 0.4em !important;
}

.tmg-05em {
  margin-top: 0.5em !important;
}

.tmg-06em {
  margin-top: 0.6em !important;
}

.tmg-07em {
  margin-top: 0.7em !important;
}

.tmg-08em {
  margin-top: 0.8em !important;
}

.tmg-09em {
  margin-top: 0.9em !important;
}

.tmg-1em {
  margin-top: 1em !important;
}

.tmg-2em {
  margin-top: 2em !important;
}

.tmg-3em {
  margin-top: 3em !important;
}

.tmg-4em {
  margin-top: 4em !important;
}

.tmg-5em {
  margin-top: 5em !important;
}

.tmg-6em {
  margin-top: 6em !important;
}

.tmg-7em {
  margin-top: 7em !important;
}

.tmg-8em {
  margin-top: 8em !important;
}

.tmg-9em {
  margin-top: 9em !important;
}

.tmg-10em {
  margin-top: 10em !important;
}

/*** rmg ***/
.rmg-auto {
  margin-right: auto !important;
}

.rmg-0 {
  margin-right: 0px !important;
}

.rmg-1 {
  margin-right: 1px !important;
}

.rmg-2 {
  margin-right: 2px !important;
}

.rmg-3 {
  margin-right: 3px !important;
}

.rmg-4 {
  margin-right: 4px !important;
}

.rmg-5 {
  margin-right: 5px !important;
}

.rmg-10 {
  margin-right: 10px !important;
}

.rmg-15 {
  margin-right: 15px !important;
}

.rmg-20 {
  margin-right: 20px !important;
}

.rmg-25 {
  margin-right: 25px !important;
}

.rmg-30 {
  margin-right: 30px !important;
}

.rmg-40 {
  margin-right: 40px !important;
}

.rmg-50 {
  margin-right: 50px !important;
}

.rmg-60 {
  margin-right: 60px !important;
}

.rmg-70 {
  margin-right: 70px !important;
}

.rmg-80 {
  margin-right: 80px !important;
}

.rmg-90 {
  margin-right: 90px !important;
}

.rmg-100 {
  margin-right: 100px !important;
}

.rmg-01em {
  margin-right: 0.1em !important;
}

.rmg-02em {
  margin-right: 0.2em !important;
}

.rmg-03em {
  margin-right: 0.3em !important;
}

.rmg-04em {
  margin-right: 0.4em !important;
}

.rmg-05em {
  margin-right: 0.5em !important;
}

.rmg-06em {
  margin-right: 0.6em !important;
}

.rmg-07em {
  margin-right: 0.7em !important;
}

.rmg-08em {
  margin-right: 0.8em !important;
}

.rmg-09em {
  margin-right: 0.9em !important;
}

.rmg-1em {
  margin-right: 1em !important;
}

.rmg-2em {
  margin-right: 2em !important;
}

.rmg-3em {
  margin-right: 3em !important;
}

.rmg-4em {
  margin-right: 4em !important;
}

.rmg-5em {
  margin-right: 5em !important;
}

.rmg-6em {
  margin-right: 6em !important;
}

.rmg-7em {
  margin-right: 7em !important;
}

.rmg-8em {
  margin-right: 8em !important;
}

.rmg-9em {
  margin-right: 9em !important;
}

.rmg-10em {
  margin-right: 10em !important;
}

/*** bmg ***/
.bmg-auto {
  margin-bottom: auto !important;
}

.bmg-0 {
  margin-bottom: 0px !important;
}

.bmg-1 {
  margin-bottom: 1px !important;
}

.bmg-2 {
  margin-bottom: 2px !important;
}

.bmg-3 {
  margin-bottom: 3px !important;
}

.bmg-4 {
  margin-bottom: 4px !important;
}

.bmg-5 {
  margin-bottom: 5px !important;
}

.bmg-6 {
  margin-bottom: 6px !important;
}

.bmg-7 {
  margin-bottom: 7px !important;
}

.bmg-8 {
  margin-bottom: 8px !important;
}

.bmg-9 {
  margin-bottom: 9px !important;
}

.bmg-10 {
  margin-bottom: 10px !important;
}

.bmg-15 {
  margin-bottom: 15px !important;
}

.bmg-20 {
  margin-bottom: 20px !important;
}

.bmg-25 {
  margin-bottom: 25px !important;
}

.bmg-30 {
  margin-bottom: 30px !important;
}

.bmg-40 {
  margin-bottom: 40px !important;
}

.bmg-50 {
  margin-bottom: 50px !important;
}

.bmg-60 {
  margin-bottom: 60px !important;
}

.bmg-70 {
  margin-bottom: 70px !important;
}

.bmg-80 {
  margin-bottom: 80px !important;
}

.bmg-90 {
  margin-bottom: 90px !important;
}

.bmg-100 {
  margin-bottom: 100px !important;
}

.bmg-01em {
  margin-bottom: 0.1em !important;
}

.bmg-02em {
  margin-bottom: 0.2em !important;
}

.bmg-03em {
  margin-bottom: 0.3em !important;
}

.bmg-04em {
  margin-bottom: 0.4em !important;
}

.bmg-05em {
  margin-bottom: 0.5em !important;
}

.bmg-06em {
  margin-bottom: 0.6em !important;
}

.bmg-07em {
  margin-bottom: 0.7em !important;
}

.bmg-08em {
  margin-bottom: 0.8em !important;
}

.bmg-09em {
  margin-bottom: 0.9em !important;
}

.bmg-1em {
  margin-bottom: 1em !important;
}

.bmg-2em {
  margin-bottom: 2em !important;
}

.bmg-3em {
  margin-bottom: 3em !important;
}

.bmg-4em {
  margin-bottom: 4em !important;
}

.bmg-5em {
  margin-bottom: 5em !important;
}

.bmg-6em {
  margin-bottom: 6em !important;
}

.bmg-7em {
  margin-bottom: 7em !important;
}

.bmg-8em {
  margin-bottom: 8em !important;
}

.bmg-9em {
  margin-bottom: 9em !important;
}

.bmg-10em {
  margin-bottom: 10em !important;
}

/*** lmg ***/
.lmg-auto {
  margin-left: auto !important;
}

.lmg-0 {
  margin-left: 0px !important;
}

.lmg-1 {
  margin-left: 1px !important;
}

.lmg-2 {
  margin-left: 2px !important;
}

.lmg-3 {
  margin-left: 3px !important;
}

.lmg-4 {
  margin-left: 4px !important;
}

.lmg-5 {
  margin-left: 5px !important;
}

.lmg-10 {
  margin-left: 10px !important;
}

.lmg-15 {
  margin-left: 15px !important;
}

.lmg-20 {
  margin-left: 20px !important;
}

.lmg-25 {
  margin-left: 25px !important;
}

.lmg-30 {
  margin-left: 30px !important;
}

.lmg-40 {
  margin-left: 40px !important;
}

.lmg-50 {
  margin-left: 50px !important;
}

.lmg-60 {
  margin-left: 60px !important;
}

.lmg-70 {
  margin-left: 70px !important;
}

.lmg-80 {
  margin-left: 80px !important;
}

.lmg-90 {
  margin-left: 90px !important;
}

.lmg-100 {
  margin-left: 100px !important;
}

.lmg-01em {
  margin-left: 0.1em !important;
}

.lmg-02em {
  margin-left: 0.2em !important;
}

.lmg-03em {
  margin-left: 0.3em !important;
}

.lmg-04em {
  margin-left: 0.4em !important;
}

.lmg-05em {
  margin-left: 0.5em !important;
}

.lmg-06em {
  margin-left: 0.6em !important;
}

.lmg-07em {
  margin-left: 0.7em !important;
}

.lmg-08em {
  margin-left: 0.8em !important;
}

.lmg-09em {
  margin-left: 0.9em !important;
}

.lmg-1em {
  margin-left: 1em !important;
}

.lmg-2em {
  margin-left: 2em !important;
}

.lmg-3em {
  margin-left: 3em !important;
}

.lmg-4em {
  margin-left: 4em !important;
}

.lmg-5em {
  margin-left: 5em !important;
}

.lmg-6em {
  margin-left: 6em !important;
}

.lmg-7em {
  margin-left: 7em !important;
}

.lmg-8em {
  margin-left: 8em !important;
}

.lmg-9em {
  margin-left: 9em !important;
}

.lmg-10em {
  margin-left: 10em !important;
}

/*** tpd ***/
.tpd-0 {
  padding-top: 0px !important;
}

.tpd-5 {
  padding-top: 5px !important;
}

.tpd-10 {
  padding-top: 10px !important;
}

.tpd-20 {
  padding-top: 20px !important;
}

.tpd-30 {
  padding-top: 30px !important;
}

.tpd-40 {
  padding-top: 40px !important;
}

.tpd-50 {
  padding-top: 50px !important;
}

.tpd-01em {
  padding-top: 0.1em !important;
}

.tpd-02em {
  padding-top: 0.2em !important;
}

.tpd-03em {
  padding-top: 0.3em !important;
}

.tpd-04em {
  padding-top: 0.4em !important;
}

.tpd-05em {
  padding-top: 0.5em !important;
}

.tpd-06em {
  padding-top: 0.6em !important;
}

.tpd-07em {
  padding-top: 0.7em !important;
}

.tpd-08em {
  padding-top: 0.8em !important;
}

.tpd-09em {
  padding-top: 0.9em !important;
}

.tpd-1em {
  padding-top: 1em !important;
}

/*** rpd ***/
.rpd-0 {
  padding-right: 0px !important;
}

.rpd-5 {
  padding-right: 5px !important;
}

.rpd-10 {
  padding-right: 10px !important;
}

.rpd-20 {
  padding-right: 20px !important;
}

.rpd-30 {
  padding-right: 30px !important;
}

.rpd-40 {
  padding-right: 40px !important;
}

.rpd-50 {
  padding-right: 50px !important;
}

.rpd-60 {
  padding-right: 60px !important;
}

.rpd-70 {
  padding-right: 70px !important;
}

.rpd-80 {
  padding-right: 80px !important;
}

.rpd-90 {
  padding-right: 90px !important;
}

.rpd-100 {
  padding-right: 100px !important;
}

.rpd-01em {
  padding-right: 0.1em !important;
}

.rpd-02em {
  padding-right: 0.2em !important;
}

.rpd-03em {
  padding-right: 0.3em !important;
}

.rpd-04em {
  padding-right: 0.4em !important;
}

.rpd-05em {
  padding-right: 0.5em !important;
}

.rpd-06em {
  padding-right: 0.6em !important;
}

.rpd-07em {
  padding-right: 0.7em !important;
}

.rpd-08em {
  padding-right: 0.8em !important;
}

.rpd-09em {
  padding-right: 0.9em !important;
}

.rpd-1em {
  padding-right: 1em !important;
}

/*** bpd ***/
.bpd-0 {
  padding-bottom: 0px !important;
}

.bpd-5 {
  padding-bottom: 5px !important;
}

.bpd-10 {
  padding-bottom: 10px !important;
}

.bpd-20 {
  padding-bottom: 20px !important;
}

.bpd-30 {
  padding-bottom: 30px !important;
}

.bpd-40 {
  padding-bottom: 40px !important;
}

.bpd-50 {
  padding-bottom: 50px !important;
}

.bpd-01em {
  padding-bottom: 0.1em !important;
}

.bpd-02em {
  padding-bottom: 0.2em !important;
}

.bpd-03em {
  padding-bottom: 0.3em !important;
}

.bpd-04em {
  padding-bottom: 0.4em !important;
}

.bpd-05em {
  padding-bottom: 0.5em !important;
}

.bpd-06em {
  padding-bottom: 0.6em !important;
}

.bpd-07em {
  padding-bottom: 0.7em !important;
}

.bpd-08em {
  padding-bottom: 0.8em !important;
}

.bpd-09em {
  padding-bottom: 0.9em !important;
}

.bpd-1em {
  padding-bottom: 1em !important;
}

.bpd-2em {
  padding-bottom: 2em !important;
}

.bpd-3em {
  padding-bottom: 3em !important;
}

/*** lpd ***/
.lpd-0 {
  padding-left: 0px !important;
}

.lpd-5 {
  padding-left: 5px !important;
}

.lpd-10 {
  padding-left: 10px !important;
}

.lpd-20 {
  padding-left: 20px !important;
}

.lpd-30 {
  padding-left: 30px !important;
}

.lpd-40 {
  padding-left: 40px !important;
}

.lpd-50 {
  padding-left: 50px !important;
}

.lpd-60 {
  padding-left: 60px !important;
}

.lpd-70 {
  padding-left: 70px !important;
}

.lpd-80 {
  padding-left: 80px !important;
}

.lpd-90 {
  padding-left: 90px !important;
}

.lpd-100 {
  padding-left: 100px !important;
}

.lpd-01em {
  padding-left: 0.1em !important;
}

.lpd-02em {
  padding-left: 0.2em !important;
}

.lpd-03em {
  padding-left: 0.3em !important;
}

.lpd-04em {
  padding-left: 0.4em !important;
}

.lpd-05em {
  padding-left: 0.5em !important;
}

.lpd-06em {
  padding-left: 0.6em !important;
}

.lpd-07em {
  padding-left: 0.7em !important;
}

.lpd-08em {
  padding-left: 0.8em !important;
}

.lpd-09em {
  padding-left: 0.9em !important;
}

.lpd-1em {
  padding-left: 1em !important;
}

/*** padding ***/
.padd-0 {
  padding: 0px !important;
}

.padd-1 {
  padding: 1px !important;
}

.padd-2 {
  padding: 2px !important;
}

.padd-3 {
  padding: 3px !important;
}

.padd-4 {
  padding: 4px !important;
}

.padd-5 {
  padding: 5px !important;
}

.padd-10 {
  padding: 10px !important;
}

.padd-20 {
  padding: 20px !important;
}

.padd-30 {
  padding: 30px !important;
}

.padd-40 {
  padding: 40px !important;
}

.padd-50 {
  padding: 50px !important;
}

.padd-01em {
  padding: 0.1em !important;
}

.padd-02em {
  padding: 0.2em !important;
}

.padd-03em {
  padding: 0.3em !important;
}

.padd-04em {
  padding: 0.4em !important;
}

.padd-05em {
  padding: 0.5em !important;
}

.padd-06em {
  padding: 0.6em !important;
}

.padd-07em {
  padding: 0.7em !important;
}

.padd-08em {
  padding: 0.8em !important;
}

.padd-09em {
  padding: 0.9em !important;
}

.padd-1em {
  padding: 1em !important;
}

.padd-2em {
  padding: 2em !important;
}

/**********************************
LAYOUT
**********************************/
html {
  height: 100%;
}

body {
  font-family: "Open Sans", serif;
  color: #000;
  background-color: #ffffff;
  font-size: 0.85em;
  font-weight: 400;
  height: 100%;
}
@media (min-width: calc(1119px + 1px)) {
  body {
    font-size: 0.9em;
  }
}
@media (min-width: calc(1279px + 1px)) {
  body {
    font-size: 1em;
  }
}
@media (max-width: 1119px) {
  body.menu-act {
    overflow: hidden;
  }
}

.screen {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  padding-top: 50px;
}
@media (min-width: calc(767px + 1px)) {
  .screen {
    padding-top: 107px;
  }
}
@media (min-width: calc(1119px + 1px)) {
  .screen {
    padding-top: 127px;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .screen {
    padding-top: 133px;
  }
}

.content-width {
  margin: auto;
  position: relative;
  width: 90%;
  max-width: 1179px;
}

.section-content-out {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.section-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 0 2rem 0;
}

.kotva {
  position: relative;
  top: -72px;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.kotva--pagemenu {
  top: -160px;
}
@media (min-width: calc(1119px + 1px)) {
  .kotva--pagemenu {
    top: -190px;
  }
}

/**********************************
TOPBAR
**********************************/
/**********************************
HEADER
**********************************/
.head-out {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
}

.head {
  position: relative;
}

.head-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
  padding: 1em 0;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .head-in {
    height: 60px;
  }
}

.logo {
  display: block;
  width: 70px;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .logo {
    position: absolute;
    left: 60px;
  }
}
@media (min-width: calc(399px + 1px)) {
  .logo {
    width: 100px;
  }
}
@media (min-width: calc(767px + 1px)) {
  .logo {
    width: 160px;
  }
}
@media (min-width: calc(1119px + 1px)) {
  .logo {
    width: 200px;
  }
}
.logo img {
  width: 100%;
  display: block;
}

.head-r {
  display: flex;
  align-items: center;
  gap: 1em;
  line-height: 1;
}
.head-r a:hover {
  text-decoration: none;
  color: #757575;
}
.head-r .material-symbols-outlined {
  height: 25px;
  display: flex;
  align-items: center;
}

.head-search-form {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: calc(767px + 1px)) {
  .head-search-form {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
}
.head-search-form-input {
  border-color: #000;
  padding-right: 40px;
  width: 100%;
  transition: all 0.2s;
  border-radius: 100vw;
}
@media (min-width: calc(767px + 1px)) {
  .head-search-form-input {
    width: 210px;
  }
}
@media (min-width: calc(1119px + 1px)) {
  .head-search-form-input {
    width: 230px;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .head-search-form-input {
    width: 250px;
  }
}
.head-search-form-submit {
  position: absolute;
  right: 12px;
  top: 8px;
  z-index: 2;
}
.head-search-form-submit:hover {
  color: #757575;
}
@media (max-width: 767px) {
  .head-search-form {
    display: none;
  }
}
@media (max-width: 767px) {
  .head-search-form.mobile-down {
    overflow: auto;
    position: fixed;
    left: 5%;
    right: 5%;
    top: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
  }
}

.head-cart {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.head-cart-no {
  display: grid;
  place-items: center;
  height: 20px;
  width: 20px;
  background-color: #000;
  color: #ffffff;
  border-radius: 100vw;
  line-height: 1;
  font-size: 0.8rem;
}

@media (min-width: calc(767px + 1px)) {
  .head-search {
    display: none;
  }
}

@media (min-width: calc(767px + 1px)) {
  .head--sticky .head-out .logo {
    width: 100px;
  }
}
.head--sticky .head-out .head-search-form-input {
  min-height: 2rem;
}
.head--sticky .head-out .menu-out {
  margin-block: 0;
}

/**********************************
MENU
**********************************/
.menu-out {
  display: none;
}
@media (min-width: calc(767px + 1px)) {
  .menu-out {
    display: block;
    overflow: visible !important;
  }
}
@media (max-width: 767px) {
  .menu-out.mobile-down {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media (min-width: calc(767px + 1px)) {
  .menu-out-in {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
}

.menu {
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  transition: all 0.2s;
  text-align: center;
}
@media (min-width: calc(767px + 1px)) {
  .menu {
    font-size: 0.9em;
    gap: 3rem;
    flex-direction: row;
  }
}
@media (min-width: calc(1119px + 1px)) {
  .menu {
    font-size: 1em;
  }
}
.menu a {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s;
  display: inline-block;
}
@media (min-width: calc(767px + 1px)) {
  .menu a {
    padding: 0.8rem 0;
  }
}
@media (min-width: calc(1119px + 1px)) {
  .menu a {
    padding: 1rem 0;
  }
}
.menu a:hover {
  color: #757575;
  text-decoration: none;
}
.menu li {
  position: relative;
}
.menu li:hover > a {
  color: #757575;
}

.submenu {
  flex-direction: column;
  text-align: center;
  display: flex;
  padding-top: 0.7em;
  font-size: 0.9em;
}
@media (min-width: calc(767px + 1px)) {
  .submenu {
    text-align: left;
    margin-left: -0.75rem;
    display: none;
    position: absolute;
    min-width: calc(100% + 1.5rem);
    left: 0;
    bottom: 0;
    transform: translateY(calc(100% - 1px));
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-top: 0;
    padding-top: 0;
  }
}

.menu li:hover .submenu {
  display: flex;
}

.submenu-item a {
  font-weight: 500;
  text-transform: none;
  padding: 0.5rem 0.75rem;
  display: block;
  white-space: nowrap;
}
.submenu-item a:hover {
  color: #000 !important;
  text-decoration: none;
}
@media (min-width: calc(767px + 1px)) {
  .submenu-item a:hover {
    background-color: #f4f4f4;
  }
}

.showmenu-out {
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: calc(767px + 1px)) {
  .showmenu-out {
    display: none;
  }
}

.showmenu {
  color: #333;
}
.showmenu.transform-icons {
  width: 32px;
  height: 32px;
}

.showmenu-ico {
  font-size: 32px;
}

.canvas-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
}

.canvas-menu.act {
  visibility: visible;
  opacity: 1;
  display: block;
}
@media (min-width: calc(767px + 1px)) {
  .canvas-menu.act {
    display: none;
  }
}

/**********************************
MAIN
**********************************/
/**********************************
FOOTER
**********************************/
.foot {
  background-color: #d9d9d9;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}

.foot-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em 0 2em 0;
  row-gap: 2rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  text-align: center;
}
@media (min-width: calc(767px + 1px)) {
  .foot-in {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }
}

.foot-l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 2rem;
  -moz-column-gap: 5em;
       column-gap: 5em;
}
@media (min-width: calc(767px + 1px)) {
  .foot-l {
    flex-direction: row;
    align-items: flex-start;
  }
}

.foot-logo {
  width: 100px;
  flex: 0 0 auto;
  margin: auto;
}
@media (min-width: calc(767px + 1px)) {
  .foot-logo {
    margin: 0;
  }
}

.footmenu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.foot-r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .foot-r {
    align-items: center;
  }
}

/**********************************
SECTION
**********************************/
section.dark-bg .format-text {
  color: #ffffff;
}

/**********************************
ZINDEXY
**********************************/
.popup, .popup-cart {
  z-index: 119;
}

.canvas {
  z-index: 109;
}

.head-out, .head {
  z-index: 99;
}

.menu-out {
  z-index: 94;
}

.canvas-menu {
  z-index: 89;
}

.objednavka-cena-out {
  z-index: 79;
}

@media (min-width: calc(1119px + 1px)) {
  .slider-arrows a {
    z-index: 5;
  }
}

.form-dropdown {
  z-index: 1;
}

/**********************************
FORMS
**********************************/
.form-row-out {
  position: relative;
  margin: 0 0 1em 0;
}
.form-row-out:last-child {
  margin-bottom: 0;
}

.form-row {
  display: flex;
  position: relative;
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 1em;
}
.form-row:not(.form-row--no-mobile-wrap) {
  flex-direction: column;
}
.form-row > * {
  flex: 1;
}
.form-row > *.column-1 {
  flex: 1;
}
.form-row > *.column-2 {
  flex: 2;
}
.form-row > *.column-3 {
  flex: 3;
}
.form-row > *.column-4 {
  flex: 4;
}
.form-row > *.column-5 {
  flex: 5;
}
.form-row > *.column-6 {
  flex: 6;
}
.form-row > *.column-7 {
  flex: 7;
}
.form-row > *.column-8 {
  flex: 8;
}
.form-row > *.column-9 {
  flex: 9;
}
.form-row > *.column-10 {
  flex: 10;
}
@media (min-width: calc(767px + 1px)) {
  .form-row:not(.form-row--column) {
    flex-direction: row;
  }
}
.form-row input, .form-row select, .form-row textarea, .form-row label {
  width: 100%;
}

.form-item {
  position: relative;
}
.form-item--other {
  min-height: 2.5rem;
  display: flex;
  align-items: center;
}
@media (min-width: calc(767px + 1px)) {
  .form-item--other {
    align-self: flex-end;
  }
}

.buttons-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.buttons-row > * {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 575px) {
  .buttons-row > * {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .buttons-row > * > * {
    width: 100%;
    margin: 0 !important;
  }
}
@media (min-width: calc(575px + 1px)) {
  .buttons-row:not(.buttons-row--col-m, .buttons-row--col-l, .buttons-row--col-xl) {
    flex-direction: row;
    justify-content: space-between;
  }
  .buttons-row:not(.buttons-row--col-m, .buttons-row--col-l, .buttons-row--col-xl) > * > * {
    width: auto;
  }
}
@media (min-width: calc(767px + 1px)) {
  .buttons-row--col-m {
    flex-direction: row;
    justify-content: space-between;
  }
  .buttons-row--col-m > * > * {
    width: auto;
  }
}
@media (min-width: calc(1119px + 1px)) {
  .buttons-row--col-l {
    flex-direction: row;
    justify-content: space-between;
  }
  .buttons-row--col-l > * > * {
    width: auto;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .buttons-row--col-xl {
    flex-direction: row;
    justify-content: space-between;
  }
  .buttons-row--col-xl > * > * {
    width: auto;
  }
}

.buttons-row-c {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.buttons-row-c > * {
  width: 100%;
}
@media (min-width: calc(575px + 1px)) {
  .buttons-row-c {
    flex-direction: row;
    justify-content: center;
  }
  .buttons-row-c > * {
    width: auto;
  }
}

.buttons-row--bg {
  background: #ffffff;
  box-shadow: rgba(51, 51, 51, 0.2) 0 0 15px;
  border-radius: 0.15em;
  padding: 1em;
}

/**********************************
FORM DROPDOWN
**********************************/
.form-dropdown {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  box-shadow: rgba(117, 117, 117, 0.2) 0 0 5px;
  max-height: 20em;
  overflow: auto;
  font-size: 0.9em;
}

.form-dropdown ul li a {
  display: block;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(83, 83, 83, 0.1);
  color: #535353;
  text-decoration: none;
  line-height: 1.2;
}
.form-dropdown ul li a:hover {
  background-color: rgba(83, 83, 83, 0.1);
}
.form-dropdown ul li a.active {
  background-color: rgba(83, 83, 83, 0.2);
}

.form-dropdown-info {
  padding: 0.5rem 1rem;
  margin-top: 0.5em;
  font-size: 0.9em;
  line-height: 1.3;
  color: #FF6633;
  display: inline-block;
}

.form-dropdown-loader {
  animation: animate 1.5s linear infinite;
  clip: rect(0, 24px, 24px, 12px);
  height: 24px;
  width: 24px;
  position: absolute;
  right: 12px;
  top: calc(50% - 12px);
  display: none;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(220deg);
  }
}
.form-dropdown-loader::after {
  animation: animate2 1.5s ease-in-out infinite;
  clip: rect(0, 24px, 24px, 12px);
  content: "";
  border-radius: 50%;
  height: 24px;
  width: 24px;
  position: absolute;
}

.form-dropdown-loader--dark::after {
  animation: animate2_dark 1.5s ease-in-out infinite;
}

@keyframes animate2 {
  0% {
    box-shadow: inset #ffffff 0 0 0 4px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #ffffff 0 0 0 2px;
  }
  100% {
    box-shadow: inset #ffffff 0 0 0 4px;
    transform: rotate(140deg);
  }
}
@keyframes animate2_dark {
  0% {
    box-shadow: inset #333 0 0 0 4px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #333 0 0 0 2px;
  }
  100% {
    box-shadow: inset #333 0 0 0 4px;
    transform: rotate(140deg);
  }
}
/**********************************
TABLES
**********************************/
.table-fixed {
  table-layout: fixed;
}

.min-content {
  width: -moz-min-content;
  width: min-content;
}
@media (min-width: calc(767px + 1px)) {
  .min-content {
    width: 1px;
    white-space: nowrap;
  }
}

.transparent tr, .transparent td, .transparent th {
  background-color: none !important;
  border: 0 !important;
}

.table1 {
  width: 100%;
}

.table1 td {
  padding: 5px 0 5px 0;
  vertical-align: middle;
  text-align: left;
}

.table1 th {
  vertical-align: top;
  padding: 15px 0 5px 0;
  width: 150px;
  text-align: left;
}

.table1 thead th {
  background-color: #333;
  color: #ffffff;
}

@media (max-width: 575px) {
  table.table1 td, table.table1 th {
    display: block;
    width: auto !important;
    border: 0;
    padding: 3px 0 3px 0;
    text-align: left !important;
  }
  table.table1 th {
    padding: 10px 0 0 0;
  }
  table.table1 input, table.table1 select, table.table1 textarea {
    width: 100% !important;
    margin-bottom: 5px;
  }
}
/*** table2 ***/
table.table2 {
  border-collapse: collapse;
  border: 1px solid #D3D3D3;
}

table.table2 th, table.table2 td {
  vertical-align: middle;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #ccc;
}

table.table2 th {
  vertical-align: middle;
  color: #333;
  text-align: left;
}

table.table2 thead th {
  background: #999;
  color: white;
  width: auto;
}

section.dark-bg .table1 td,
section.dark-bg .table1 th {
  border-bottom: 1px solid #333;
  background-color: #474747;
}
section.dark-bg .table1 tr:nth-child(even) td,
section.dark-bg .table1 tr:nth-child(even) th {
  background-color: #5c5c5c;
}
section.dark-bg .table1 thead th {
  background-color: #333;
  color: #ffffff;
}

.table-overflow {
  overflow: auto;
  max-width: 100%;
}

/**********************************
OTHERS
**********************************/
.line {
  height: 0;
  line-height: 0;
  font-size: 1em;
  border-bottom: 1px solid #F0F0F0;
  width: 100%;
  display: block;
}

.blok {
  padding: 2em;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  border-radius: 5px;
}

.kontakty {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.kontakt-item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.kontakt-item-ico {
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kontakt-item-ico img {
  display: block;
  max-height: 24px;
}
.kontakt-item:hover {
  text-decoration: none;
}
.kontakt-item:hover .kontakt-item-title {
  text-decoration: underline;
}

/**********************************
SLIDER
**********************************/
.slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slider img {
  display: block;
}

.swiper-pagination {
  padding: 0.7em 1em;
  background-color: #ffffff;
  border-radius: 5px 5px 0 0;
  display: flex;
  gap: 0.8em;
  position: absolute;
  right: 0;
  bottom: 0;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #333;
}

.swiper-pagination-bullet-active {
  background: #009933;
}

.slider-nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider-nav .content-width {
  height: 100%;
}

.slider-arrows a {
  display: none;
}
@media (min-width: calc(1119px + 1px)) {
  .slider-arrows a {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 100vw;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    opacity: 0.5;
    color: #009933;
  }
}
.slider-arrows a:hover {
  text-decoration: none;
  opacity: 1;
  color: #25B1E6;
}
.slider-arrows a:hover {
  border-color: rgb(0, 0, 0);
}

.slider-arrows--left {
  left: 0;
  transform: translate(20px, -50%);
}

.slider-arrows--right {
  right: 0;
  transform: translate(-20px, -50%);
}

/**********************************
POPUP
**********************************/
.canvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
  background: rgba(51, 51, 51, 0.9);
  display: block;
}

.popup {
  padding: 1em;
  background-color: #ffffff;
  color: #333;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.15em;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
@media (min-width: calc(767px + 1px)) {
  .popup {
    padding: 2em;
    top: 1%;
    width: 98%;
    height: auto;
    position: absolute;
    overflow-y: visible;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .popup {
    top: 10%;
    left: 50%;
    width: 90%;
  }
}
.popup.popup-10 {
  width: 10em;
}
.popup.popup-20 {
  width: 20em;
}
.popup.popup-30 {
  width: 30em;
}
.popup.popup-40 {
  width: 40em;
}
.popup.popup-50 {
  width: 50em;
}
.popup.popup-60 {
  width: 60em;
}
.popup.popup-70 {
  width: 70em;
}
.popup.popup-80 {
  width: 80em;
}
.popup.popup-90 {
  width: 90em;
}
.popup.popup-100 {
  width: 100em;
}
.popup.popup-110 {
  width: 110em;
}
.popup.popup-120 {
  width: 120em;
}
.popup.popup-130 {
  width: 130em;
}
.popup.popup-140 {
  width: 150em;
}
.popup.popup-150 {
  width: 150em;
}

.popup-close {
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
  font-size: 2em;
  color: #333;
}
@media (min-width: calc(1119px + 1px)) {
  .popup-close {
    right: 1.5rem;
    top: 1.5rem;
  }
}

/**********************************
GALERIE
**********************************/
.galerie {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: calc(575px + 1px)) {
  .galerie {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: calc(575px + 1px)) {
  .galerie--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: calc(1119px + 1px)) {
  .galerie--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.galerie-item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
}

/**********************************
PAGE
**********************************/
/**********************************
PAGE
**********************************/
div.steps {
  background: #F0F0F0;
  margin: 0 0 15px 0;
  padding: 15px;
  border: 1px solid #d9d9d9;
  display: flex;
  gap: 0.5em;
  flex-direction: column;
}
@media (min-width: calc(575px + 1px)) {
  div.steps {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
  }
}

div.steps a {
  color: #000;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.step-no {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100vw;
  background: #000;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  flex: 0 0 auto;
}
@media (min-width: calc(767px + 1px)) {
  .step-no {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

div.steps a:hover {
  text-decoration: none;
}

div.steps a[href]:hover {
  color: #000;
  text-decoration: underline;
}

div.steps a[href]:hover .step-no {
  background: #000;
}

div.steps a.act {
  color: #757575 !important;
}

div.steps a.act .step-no {
  background: #757575 !important;
}

/**********************************
CIKCAK
**********************************/
.cikcak {
  display: flex;
  flex-direction: column;
  gap: 3em;
}

.cikcak-row {
  display: flex;
  gap: 3em;
}
.cikcak-row:nth-child(even) .cikcak-row-item--txt {
  order: -1;
}
@media (max-width: 767px) {
  .cikcak-row {
    flex-direction: column;
    gap: 2em;
  }
}

a.cikcak-row {
  padding: 1em;
  border-radius: 5px;
}
a.cikcak-row:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  text-decoration: none;
}

.cikcak-row-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  justify-content: center;
}
.cikcak-row-item h3 {
  font-weight: 700;
  font-size: 1.3em;
}
.cikcak-row-item.col-2 {
  flex: 2;
}

.cikcak-row-item--img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cikcak-row-item--img {
    order: 3;
  }
}
.cikcak-row-item--img img {
  display: block;
}

/**********************************
LIST
**********************************/
.list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1em;
}
@media (min-width: calc(399px + 1px)) {
  .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: calc(767px + 1px)) {
  .list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
}
.list-item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  text-decoration: none;
}

.list-item-tags {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-items: flex-end;
}

.list-item-tags-item {
  padding: 0.3em;
  text-transform: uppercase;
  font-size: 0.7em;
}

.list-item-img {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.list-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.list-item-titlebg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: grid;
  place-items: center;
  color: #000;
  text-transform: uppercase;
  font-size: 1.8em;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
}

.list-item-title {
  font-weight: bold;
  font-size: 1.1em;
}

.list-item-price {
  padding-bottom: 1em;
}

/**********************************
PATH
**********************************/
.path-in {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  font-size: 0.8em;
}

.path-item.act {
  font-weight: 600;
}

a.path-item:hover {
  text-decoration: none;
  color: #757575;
}

.path-separator {
  color: #d9d9d9;
}

/**********************************
FILTR
**********************************/
.filtrrows {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.filtrrow {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.filtrrow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.filtrrow-list-item {
  padding: 0 0.75em;
  border-radius: 5px;
  min-height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 1px;
}
.filtrrow-list-item:hover {
  color: #ffffff;
  background-color: #000;
  text-decoration: none;
}
.filtrrow-list-item--color {
  padding: 0;
  aspect-ratio: 1/1;
  border-radius: 100vw;
  color: #ffffff;
  min-height: 3em;
  border: 1px solid #000;
}
.filtrrow-list-item--color::before {
  content: "";
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.filtrrow-list-item--color:hover::before, .filtrrow-list-item--color.act::before {
  content: "done";
  opacity: 1;
}

/**********************************
PAGEMENU
**********************************/
.pagemenu {
  display: flex;
  gap: 0.5em;
}

/**********************************
ICOBOXY
**********************************/
.icoboxy {
  display: grid;
  gap: 1rem;
}
@media (min-width: calc(767px + 1px)) {
  .icoboxy {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
@media (min-width: calc(1119px + 1px)) {
  .icoboxy {
    gap: 2rem;
  }
}

.icoboxy-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: center;
  padding: 2rem;
  background-color: #F0F0F0;
  text-align: center;
  line-height: 1.3;
}
.icoboxy-item-ico span {
  font-size: 5em;
  color: #757575;
}
.icoboxy-item-title {
  font-weight: 700;
}
.icoboxy-item-desc {
  color: #333;
}

/**********************************
RECENZE
**********************************/
/*** stars-row ***/
div.stars-row {
  display: flex;
  align-items: center;
  padding: 0 0 7px 0;
}

div.stars-row .label {
  flex: 1;
}

div.stars-row .stars {
  flex: 2;
}

.stars {
  display: flex;
}

.star {
  margin: 0 20px 0 0;
}

.star img {
  width: 26px;
}

/*** radio-row ***/
div.radio-row {
  display: flex;
  flex-wrap: wrap;
}

div.radio-row .item {
  margin: 0 30px 30px 0;
}

.ta-komentar {
  width: 100%;
  height: 100px;
}

/**********************************
DETAIL
**********************************/
.detail {
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .detail {
    flex-direction: column;
  }
}

.detail-l {
  flex: 1;
}
@media (max-width: 1119px) {
  .detail-l {
    flex: 2;
  }
}

.detail-img-out {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.detail-img-out * {
  display: block;
}

.detail-img {
  aspect-ratio: 1/1;
  display: flex;
}
.detail-img button {
  aspect-ratio: 1/1;
  display: flex;
}

.detail-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.detail-favorite {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 0 0 0 5px;
}
.detail-favorite:hover {
  text-decoration: none;
  background-color: #757575;
}

.detail-thumbs {
  margin-top: 0.3em;
  /*display: grid;
  gap: 0.3em;  
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));    

  @include l-max { 
      grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));    
  }
  @include m-max { 
      grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));    
  }*/
}

.detail-thumbs-img {
  border-radius: 5px;
  overflow: hidden;
}
.detail-thumbs-img img {
  display: block;
}

.detail-thumbs-img {
  aspect-ratio: 1/1;
  display: flex;
}
.detail-thumbs-img button {
  aspect-ratio: 1/1;
  display: flex;
}

.detail-thumbs-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.detail-r {
  flex: 1;
}
@media (max-width: 1119px) {
  .detail-r {
    flex: 3;
  }
}
.detail-r h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6em;
}

.sada {
  border: 2px dotted #009933;
  padding: 1em;
  border-radius: 5px;
  background-color: rgba(0, 153, 51, 0.05);
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.sada h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.3em;
  margin: 0;
}

.sada-list {
  display: flex;
  gap: 0.25em;
  flex-direction: column;
}
@media (min-width: calc(399px + 1px)) {
  .sada-list {
    flex-direction: row;
  }
}

.sada-list-item {
  flex: 1;
  display: flex;
  gap: 0.5em;
  padding: 0.75em;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  align-items: center;
  text-align: center;
  border: 1px dotted #009933;
}
@media (min-width: calc(399px + 1px)) {
  .sada-list-item {
    flex-direction: column;
  }
}
@media (max-width: 399px) {
  .sada-list-item-img {
    max-width: 50px;
  }
}
.sada-list-item-title {
  font-size: 0.9em;
}
@media (max-width: 399px) {
  .sada-list-item-title {
    text-align: left;
  }
}

.sada-list-separator {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009933;
}

.sada-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sada-price-l {
  background-color: #bf2b2a;
  color: #ffffff;
  border-radius: 5px;
  padding: 0.5em;
}
.sada-price-r {
  font-size: 1.3em;
  text-align: right;
}

.tocart {
  padding: 1em 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
}
@media (max-width: 399px) {
  .tocart {
    gap: 1em;
    flex-direction: column;
  }
}

.tocart-price {
  font-weight: bold;
  font-size: 1.4em;
  white-space: nowrap;
}

.tocart-r {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media (max-width: 399px) {
  .tocart-r {
    flex-direction: column;
  }
}

.tocart-no {
  display: flex;
  align-items: center;
}
.tocart-no .button {
  padding: 0 0.5rem;
}
.tocart-no input {
  border-radius: 0;
  width: 3em;
  text-align: center;
}

.tocart-no-minus {
  border-radius: 5px 0 0 5px;
}

.tocart-no-plus {
  border-radius: 0 5px 5px 0;
}

/**********************************
OBJEDNAVKA
**********************************/
table.table-kosik {
  width: 100%;
  line-height: 1.3em;
}

table.table-kosik th {
  text-align: left;
  padding: 5px 10px 5px 10px;
  vertical-align: middle;
  background: #757575;
  color: #ffffff;
}

table.table-kosik td.ks input {
  width: 60px !important;
  text-align: center;
}

table.table-kosik td {
  border-bottom: 1px solid #ddd;
  padding: 4px 10px 4px 10px;
  text-align: left;
  vertical-align: middle;
}

table.table-kosik td.objednat-td {
  text-align: right;
  position: relative;
}

table.table-kosik tr.celkem td strong {
  font-size: 1.2em;
}

.kosik-doprava-info {
  position: absolute;
  right: 200px;
  margin: 12px 0 0 0;
  white-space: nowrap;
}

.kosik-doprava-info:hover span {
  text-decoration: underline;
}

@media (max-width: 575px) {
  table.table-kosik thead {
    display: none;
  }
}

@media (max-width: 575px) {
  table.table-kosik tr {
    display: block;
    position: relative;
    line-height: 1.3em;
  }
  table.table-kosik tr:not(.transparent) {
    border-bottom: 1px solid #d9d9d9;
    margin: 0 0 10px 0;
  }
}

@media (max-width: 575px) {
  table.table-kosik th, table.table-kosik td {
    display: block;
    width: auto !important;
    border: 0;
    text-align: left !important;
    padding: 0 0 10px 0 !important;
  }
}

@media (max-width: 575px) {
  a.kosik-del {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

/*** vyber dopravy a platby ***/
a.radio-box {
  display: block;
  margin: 0 0 10px 0;
  padding: 15px 15px 15px 15px;
  border: 1px solid #ccc;
  background: #ffffff;
  text-decoration: none;
  font-weight: normal;
  position: relative;
  border-radius: 5px;
}

a.radio-box input[type=radio] {
  display: none;
}

a.radio-box:before {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  color: #333;
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  font-size: 20px !important;
}

.radio-box-label:before {
  opacity: 0;
  content: "";
  position: absolute;
  width: 0.65em;
  height: 0.35em;
  background: transparent;
  top: 5px;
  left: 4px;
  border: 4px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  font-size: 20px !important;
}

a.radio-box .radio-box-label {
  display: block;
  border: 0;
  margin: 0 0 0 0;
  padding: 0 0 0 35px;
  color: #000;
  position: relative;
}

a.radio-box .radio-box-label strong {
  font-weight: bold;
  margin: 0 0 7px 0;
  display: block;
}

a.radio-box .radio-box-label p {
  font-size: 11px;
  line-height: 1.2em;
  margin: 7px 0 0 0;
  color: #bf2b2a;
  font-weight: bold;
}

a.radio-box div.cena {
  float: right;
  font-weight: bold;
  background: #000;
  padding: 2px 3px 2px 3px;
  font-size: 11px;
  color: #ffffff;
  line-height: 1em;
  border-radius: 2px;
}

a.radio-box:hover {
  border: 1px solid #666;
}

a.radio-box.act, a.radio-box.act:hover {
  border: 1px solid #000;
  background: #F5F5F5;
}

a.radio-box.act .radio-box-label, a.radio-box.act:hover .radio-box-label, a.radio-box.act .radio-box-label strong {
  color: #000 !important;
}

a.radio-box.act .radio-box-label:before {
  opacity: 1;
}

a.radio-box.disabled, a.radio-box.disabled:hover {
  border: 1px solid #ddd;
  background: #fff;
  color: #aaa;
  cursor: default;
}

a.radio-box.disabled .radio-box-label, a.radio-box.disabled:hover .radio-box-label, a.radio-box.disabled .radio-box-label strong {
  color: #aaa !important;
  cursor: default;
}

a.radio-box.act div.cena {
  background: #000;
  color: #fff;
}

a.radio-box.disabled div.cena {
  background: #aaa;
}

.popup-cart {
  width: 600px;
  max-width: 100%;
  right: 0;
  top: 50px;
  height: auto;
  position: absolute;
  margin: 15px 0 0 0;
  background: #ffffff;
  text-align: left;
  border-radius: 10px;
  overflow: hidden;
}

.popup-cart-in {
  padding: 25px;
}

.popup-cart .report {
  border-radius: 10px 10px 0 0;
}

.popup-cart .popup-close {
  position: absolute;
  right: 5px;
  top: 5px;
  margin: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.popup-cart .popup-close:hover {
  text-decoration: none;
}

.popup-cart .item {
  display: flex;
  align-items: center;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #d9d9d9;
}

.popup-cart .item .img {
  margin: 0 20px 0 0;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-cart .item .img img {
  max-height: 50px;
}

.popup-cart-buttons {
  display: flex;
  justify-content: space-between;
  gap: 0.5em;
}
@media (max-width: 399px) {
  .popup-cart-buttons {
    flex-direction: column;
  }
}

/**********************************
ENDCLASSES
**********************************/
.hidden, .submithidden {
  display: none;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}/*# sourceMappingURL=style.css.map */