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

sup, sub {
  vertical-align: top;
}

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

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

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

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

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

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

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

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

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

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

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

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

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

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

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

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

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

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

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

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

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

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

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

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

.fancybox-progress {
  background: #ffd77b;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

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

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

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

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

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

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

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

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 100px;
  margin: 2px;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ffd77b;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.fancybox-thumbs-x {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 140px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 140px;
}

/**********************************
MY CLASSES
**********************************/
.overflow {
  overflow: 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;
}

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

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

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

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

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

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

.v-top {
  vertical-align: top !important;
}

.v-center {
  vertical-align: middle !important;
}

.v-bott {
  vertical-align: bottom !important;
}

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

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

/**********************************
COLORS
**********************************/
.primary {
  color: #665a48 !important;
}

.secondary {
  color: #c0bcb3 !important;
}

.tercial {
  color: #caa167 !important;
}

.active {
  color: #ffd77b !important;
}

.dark {
  color: #21201e !important;
}

.light {
  color: #ffffff !important;
}

.black {
  color: #000 !important;
}

.white {
  color: #ffffff !important;
}

.blue {
  color: #75c1cf !important;
}

.green {
  color: #56A454 !important;
}

.yellow {
  color: #ffd77b !important;
}

.red {
  color: #bf2b2a !important;
}

.orange {
  color: #c06a28 !important;
}

/**********************************
BG
**********************************/
.primary-bg {
  background-color: #665a48 !important;
}

.secondary-bg {
  background-color: #c0bcb3 !important;
}

.tercial-bg {
  background-color: #caa167 !important;
}

.active-bg {
  background-color: #ffd77b !important;
}

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

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

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

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

.blue-bg {
  background-color: #75c1cf !important;
}

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

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

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

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

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

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

.blue-border {
  border-color: #75c1cf !important;
}

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

.darkgreen-border {
  border-color: #2b522a !important;
}

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

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

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

/**********************************
LINKS
**********************************/
a {
  text-decoration: underline;
  color: #665a48;
}

a:hover {
  text-decoration: none;
}

a.flex,
a.inline-flex {
  text-decoration: none;
}

a.flex > *:not(.material-icons):not(.material-icons-outlined):not(.material-icons-round),
a.inline-flex > *:not(.material-icons):not(.material-icons-outlined):not(.material-icons-round) {
  text-decoration: underline;
}

a.flex:hover > *:not(.material-icons):not(.material-icons-outlined):not(.material-icons-round),
a.inline-flex:hover > *:not(.material-icons):not(.material-icons-outlined):not(.material-icons-round) {
  text-decoration: none;
}

/**********************************
P
**********************************/
p {
  line-height: 1.5;
  padding-bottom: 1.2em;
}
p:last-child {
  padding-bottom: 0;
}

/**********************************
UL, OL
**********************************/
ul.def, ol.def {
  margin-bottom: 2em;
  margin-left: 1em;
  text-align: left;
}
ul.def:last-child, ol.def:last-child {
  margin-bottom: 0;
}

ul.def li, ol.def li {
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 0.1em;
  line-height: 1.5;
}
ul.def li:last-child, ol.def li:last-child {
  margin-bottom: 0;
}

ul.def li::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  border: 0.2em solid #caa167;
  position: absolute;
  transform: translateY(-100%);
  top: 1em;
  left: 0;
}

ul.red-li li::before {
  border-color: #bf2b2a;
}

ul.green-li li::before {
  border-color: #56A454;
}

ol.def {
  margin-left: 2em;
}
ol.def li {
  padding-left: 0;
}
ol.def ol {
  margin: 1em 0 1em 2em;
}

/**********************************
FONT WEIGHT
**********************************/
strong {
  font-weight: 600;
}

b {
  font-weight: 700;
}

.no-bold {
  font-weight: 400 !important;
}

.semibold {
  font-weight: 500 !important;
}

.bold {
  font-weight: 700 !important;
}

.extrabold {
  font-weight: 900 !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%;
}

/**********************************
HEADINGS
**********************************/
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 1.3em;
  margin-top: 2em;
  line-height: 1.2;
  color: #665a48;
  font-family: "Hind", sans-serif;
}
h1:first-of-type, h2:first-of-type, h3:first-of-type, h4:first-of-type, h5:first-of-type, h6:first-of-type {
  margin-top: 0;
}

.h1 {
  font-size: 2.3em;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h1 .h1-l, .h1 .h1-r {
  height: 3px;
  background-color: #ffd77b;
  width: 4em;
}
.h1 .h1-c {
  padding: 0.18em 0.6em 0 0.6em;
}
.h1--s {
  font-size: 1.5em;
}
.h1--s .h1-l, .h1--s .h1-r {
  width: 3em;
}

h2 {
  font-size: 2.3em;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
  margin-top: 1em;
}

h4 {
  font-size: 1em;
  margin-bottom: 0.5em;
  margin-top: 0.8em;
}

h5 {
  font-size: 0.9em;
  margin-bottom: 0.5em;
  margin-top: 0.7em;
}

h6 {
  font-size: 0.7em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.h-ico {
  display: flex;
  align-items: center;
}
.h-ico .h-ico-ico {
  margin-right: 0.3em;
  font-size: 1.4em;
}

/**********************************
FORMS
**********************************/
::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
::placeholder, .select-placeholder {
  color: #888888;
  opacity: 1;
}

label {
  font-weight: 400;
}

input, textarea, select {
  background: #2c2c2c;
  border: 1px solid #454545;
  color: #bbbbbb;
  height: 2.5rem;
  padding: 1em;
  display: inline-block;
  font-size: 0.9em;
}
input:focus, textarea:focus, select:focus {
  border-color: #bbbbbb;
}

textarea {
  padding: 1em;
}

input.button, input.submit {
  -webkit-appearance: none;
  border: none;
}

.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: 25px;
  outline: 0;
  position: relative;
  width: auto;
  background: url(../img/icons/select.png) no-repeat right center white;
  transition: none;
}

select::-ms-expand { /* for IE 11 */
  display: none;
}

option {
  color: #000;
}

/*input[type=checkbox], input[type=radio] {
    visibility: hidden;
    display: none;
}*/
input[type=file] {
  height: auto;
}

/**********************************
BUTTONS
**********************************/
button {
  font-family: "Hind", sans-serif;
}

.button {
  max-width: 100%;
  font-size: 0.9em;
  text-transform: uppercase;
  cursor: pointer;
  color: #21201e;
  padding: 0.4em 1.2em 0.2em 1.2em;
  line-height: 1.5;
  display: inline-flex;
  min-height: 2em;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: "Hind", sans-serif;
  border: 4px solid #21201e;
  font-weight: 600;
  text-decoration: none;
}
.button:hover {
  background-color: #21201e;
  text-decoration: none !important;
}

.button.button--small {
  padding: 0.2em 0.5em;
  font-size: 0.8em;
  min-height: 0;
}

.button--ico {
  justify-content: flex-start;
  padding-right: 1.5em;
  text-align: left;
}
.button--ico .button--ico-ico {
  margin-right: 0.6em;
  margin-top: -0.2em;
}

.button--ico-r {
  justify-content: flex-start;
  padding-left: 1.2em;
  text-align: left;
}
.button--ico-r .button--ico-ico {
  margin-left: 1em;
}

.button--onlyico {
  justify-content: center;
}
.button--onlyico-ico {
  font-size: 1.5em;
}

.icobutton {
  display: inline-flex;
  align-items: center;
}

.icobutton-ico:hover {
  opacity: 0.8;
}

.button--colored {
  opacity: 0.8;
  transition: opacity 0.3s;
}
.button--colored:hover {
  opacity: 1;
}

.button--green {
  border-color: #56A454;
  color: #56A454;
}
.button--green:hover {
  color: #4d944c;
}

.button--blue {
  border-color: #75c1cf;
  color: #75c1cf;
}
.button--blue:hover {
  color: #4fb0c2;
}

.button--dark {
  border-color: #000;
  color: #000;
}
.button--dark:hover {
  color: black;
}

.button--grey {
  color: #d9d9d9;
  border-color: #d9d9d9;
}
.button--grey:hover {
  color: #cccccc;
}

.button--darkorange {
  color: #4d2a10;
  border-color: #4d2a10;
}
.button--darkorange:hover {
  color: #261508;
}

.button--red {
  color: #bf2b2a;
  border-color: #bf2b2a;
}
.button--red:hover {
  color: #952221;
}

.button--yellow {
  color: #ffd77b;
  border-color: #ffd77b;
}
.button--yellow:hover {
  color: #ffc848;
}

.button--yellow-dark {
  color: #665a48;
  border-color: #ffd77b;
}
.button--yellow-dark:hover {
  background-color: #ffd77b;
}

.button--yellow-light {
  color: #c0bcb3;
  border-color: #ffd77b;
}
.button--yellow-light:hover {
  background-color: #ffd77b;
  color: #21201e;
}

/**********************************
REPORTS
**********************************/
.report {
  margin-bottom: 1em;
}

.report-in {
  padding: 1em;
  margin-bottom: 0.5em;
  font-weight: 600;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.report-in .report-ico {
  margin-right: 0.5em;
}
.report-in.err {
  background-color: #ecbfbf;
  color: #bf2b2a;
  border-bottom: 3px solid #bf2b2a;
}
.report-in.ok {
  background-color: #cce4cc;
  color: #458343;
  border-bottom: 3px solid #56A454;
}
.report-in.info {
  background-color: #d6ecf1;
  color: #5e9aa6;
  border-bottom: 3px solid #75c1cf;
}
.report-in.wrn {
  background-color: #fff3d7;
  color: #ccac62;
  border-bottom: 3px solid #ffd77b;
}

.formerror,
.form-err {
  color: #bf2b2a;
}
.formerror input, .formerror select, .formerror textarea,
.form-err input,
.form-err select,
.form-err textarea {
  border-color: #bf2b2a;
}

input.formerror, select.formerror, textarea.formerror,
input.form-err, select.form-err, textarea.form-err {
  border-color: #bf2b2a;
}

/**********************************
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: "Hind", sans-serif;
  font-size: max(0.8em, 18px);
  font-weight: 400;
  color: #21201e;
  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: "Hind", sans-serif;
  font-size: max(0.3em, 9px);
  font-weight: 600;
  color: #ffffff;
  background-color: #21201e;
  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: 400px) {
  .hidden-xs-smaller {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .hidden-s-smaller {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-m-smaller {
    display: none !important;
  }
}

@media (max-width: 1090px) {
  .hidden-l-smaller {
    display: none !important;
  }
}

@media (max-width: 1280px) {
  .hidden-xl-smaller {
    display: none !important;
  }
}

@media (max-width: 1920px) {
  .hidden-xxl-smaller {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-xs-bigger {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-s-bigger {
    display: none !important;
  }
}

@media (min-width: 1090px) {
  .hidden-m-bigger {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hidden-l-bigger {
    display: none !important;
  }
}

@media (min-width: 1920px) {
  .hidden-xl-bigger {
    display: none !important;
  }
}

/**********************************
FLEX
**********************************/
.flex > * {
  margin-bottom: 1em;
}
.flex > *:last-child {
  margin-bottom: 0;
}
.flex--2em > * {
  margin-bottom: 2em;
}
.flex--2em > *:last-child {
  margin-bottom: 0;
}
.flex--3em > * {
  margin-bottom: 3em;
}
.flex--3em > *:last-child {
  margin-bottom: 0;
}
.flex--4em > * {
  margin-bottom: 4em;
}
.flex--4em > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .flex--s {
    display: flex;
  }
  .flex--s > * {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .flex--s > * {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .flex--m {
    display: flex;
  }
  .flex--m > * {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .flex--m > * {
    width: 100% !important;
  }
}
@media (min-width: 1090px) {
  .flex--l {
    display: flex;
  }
  .flex--l > * {
    margin-bottom: 0;
  }
}
@media (max-width: 1090px) {
  .flex--l > * {
    width: 100% !important;
  }
}
@media (min-width: 1280px) {
  .flex--xl {
    display: flex;
  }
  .flex--xl > * {
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .flex--xl > * {
    width: 100% !important;
  }
}
.flex .col-20 {
  width: 20%;
}
.flex .col-28 {
  width: 28%;
}
.flex .col-32 {
  width: 32%;
}
.flex .col-36 {
  width: 36%;
}
.flex .col-38 {
  width: 38%;
}
.flex .col-40 {
  width: 40%;
}
.flex .col-48 {
  width: 48%;
}
.flex .col-56 {
  width: 56%;
}
.flex .col-60 {
  width: 60%;
}
.flex .col-64 {
  width: 64%;
}
.flex .col-66 {
  width: 66%;
}
.flex .col-70 {
  width: 70%;
}
.flex .col-76 {
  width: 76%;
}

.inline-flex {
  display: inline-flex;
}

.flexfrom-l {
  display: block;
}
@media (min-width: 1090px) {
  .flexfrom-l {
    display: flex;
  }
}
@media (max-width: 1090px) {
  .flexfrom-l > * {
    width: 100% !important;
    margin-bottom: 1em !important;
  }
}

.flex-mobile {
  display: flex;
}
.flex-mobile > * {
  margin-bottom: 0 !important;
}

.flex-column {
  flex-direction: column !important;
}

.a-start {
  align-items: flex-start !important;
}

.a-center {
  align-items: center !important;
}

.a-end {
  align-items: flex-end !important;
}

.j-center {
  justify-content: center !important;
}

.j-start {
  justify-content: flex-start !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;
}

/**********************************
SPACING
**********************************/
.mg-inline-auto {
  margin-inline: auto !important;
}

.mg-block-auto {
  margin-block: auto !important;
}

/*** tmg ***/
.tmg-auto {
  margin-top: auto !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-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-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-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-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-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-inline-01em {
  padding-inline: 0.1em !important;
}

.padd-inline-02em {
  padding-inline: 0.2em !important;
}

.padd-inline-03em {
  padding-inline: 0.3em !important;
}

.padd-inline-04em {
  padding-inline: 0.4em !important;
}

.padd-inline-05em {
  padding-inline: 0.5em !important;
}

.padd-inline-06em {
  padding-inline: 0.6em !important;
}

.padd-inline-07em {
  padding-inline: 0.7em !important;
}

.padd-inline-08em {
  padding-inline: 0.8em !important;
}

.padd-inline-09em {
  padding-inline: 0.9em !important;
}

.padd-inline-1em {
  padding-inline: 1em !important;
}

.padd-block-01em {
  padding-block: 0.1em !important;
}

.padd-block-02em {
  padding-block: 0.2em !important;
}

.padd-block-03em {
  padding-block: 0.3em !important;
}

.padd-block-04em {
  padding-block: 0.4em !important;
}

.padd-block-05em {
  padding-block: 0.5em !important;
}

.padd-block-06em {
  padding-block: 0.6em !important;
}

.padd-block-07em {
  padding-block: 0.7em !important;
}

.padd-block-08em {
  padding-block: 0.8em !important;
}

.padd-block-09em {
  padding-block: 0.9em !important;
}

.padd-block-1em {
  padding-block: 1em !important;
}

/**********************************
LAYOUT
**********************************/
* {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

body {
  font-family: "Hind", sans-serif;
  color: #665a48;
  background: #ffffff;
  font-size: 1em;
  font-weight: 400;
}
@media (min-width: 768px) {
  body {
    font-size: 1.1em;
  }
}
@media (min-width: 1090px) {
  body {
    font-size: 1.2em;
  }
}
@media (min-width: 1280px) {
  body {
    font-size: 1.3em;
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 1.4em;
  }
}

.section-content .content-width {
  padding: 4em 0em 4em 0em;
}
@media (min-width: 1280px) {
  .section-content .content-width {
    padding: 5em 0 5em 0;
  }
}
@media (min-width: 1920px) {
  .section-content .content-width {
    padding: 6em 8em 6em 8em;
  }
}

@media (min-width: 1090px) {
  .section-content .content-width--slim {
    padding-inline: 100px;
  }
}
@media (min-width: 1280px) {
  .section-content .content-width--slim {
    padding-inline: 118px;
  }
}
@media (min-width: 1920px) {
  .section-content .content-width--slim {
    padding-inline: 165px;
  }
}

.content-width {
  margin: auto;
  position: relative;
  width: 90%;
}
@media (min-width: 768px) {
  .content-width {
    width: 718px;
  }
}
@media (min-width: 1090px) {
  .content-width {
    width: 1040px;
  }
}
@media (min-width: 1280px) {
  .content-width {
    width: 1230px;
  }
}
@media (min-width: 1920px) {
  .content-width {
    width: 1870px;
  }
}

.kotva {
  position: relative;
  top: 50px;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}
@media (min-width: 768px) {
  .kotva {
    top: 75px;
  }
}
@media (min-width: 1280px) {
  .kotva {
    top: 100px;
  }
}

/**********************************
TOPBAR
**********************************/
.langs {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0 0.8em;
  border-radius: 0.2em;
  font-size: 0.9em;
  display: inline-flex;
  margin-top: 2em;
}
@media (min-width: 1090px) {
  .langs {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.65em;
    border-radius: 0 0 0.2em 0.2em;
    margin: 0;
  }
}

.langs a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  padding: 1em 0;
  margin: 0 0.8em;
  position: relative;
  text-decoration: none;
}
.langs a:hover {
  text-decoration: none;
}
.langs a:not(.act):hover {
  color: rgba(255, 255, 255, 0.8);
}
.langs a.act {
  color: #ffffff;
}
.langs a.act::after {
  content: "";
  height: 2px;
  background-color: #ffd77b;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.social {
  display: flex;
  margin-top: 2em;
  justify-content: center;
}
@media (min-width: 1090px) {
  .social {
    top: 67px;
    left: 220px;
    position: absolute;
    z-index: 99;
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .social {
    top: 78px;
    left: 260px;
  }
}
@media (min-width: 1920px) {
  .social {
    top: 87px;
    left: 350px;
  }
}

.social a {
  margin: 0 0.8em;
}

/**********************************
HEADER
**********************************/
#head {
  position: relative;
}

.head-in {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/head_gradient.png);
  background-repeat: repeat-x;
  background-position: top left;
}

.head-in .content-width {
  height: 100%;
}

@media (max-width: 1090px) {
  #head.menu-act,
  #head.menu-act .head-in,
  #head.menu-act .head-in .content-width {
    position: static;
  }
}

.head-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(33, 32, 30, 0.9);
  width: 90%;
  padding: 1.4em;
  text-align: center;
  padding-bottom: 70px;
}
@media (min-width: 400px) {
  .head-content {
    padding: 7em 1.4em;
    padding-bottom: 70px;
  }
}
@media (min-width: 576px) {
  .head-content {
    width: 70%;
    padding: 7em 1.4em;
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .head-content {
    width: 70%;
    padding: 7em 1.4em;
    padding-bottom: 70px;
  }
}
@media (min-width: 1090px) {
  .head-content {
    padding: 8em 1.4em;
    padding-bottom: 92px;
    width: 46%;
  }
}
@media (min-width: 1280px) {
  .head-content {
    padding: 7.5em 1.7em;
    padding-bottom: 114px;
    width: 39%;
  }
}
@media (min-width: 1920px) {
  .head-content {
    padding: 10em 2em;
    padding-bottom: 137px;
    width: 30%;
  }
}

.head-content-title {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -105%);
  display: none;
}
@media (min-width: 400px) {
  .head-content-title {
    display: block;
  }
}
.head-content-title > * {
  padding: 0.5em 0.6em 0.3em 0.6em;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 800;
  white-space: nowrap;
}
.head-content-title .head-content-title1 {
  background-color: rgba(202, 161, 103, 0.9);
  color: #21201e;
  font-size: 2.1em;
  transform: translateX(0.5em);
}
@media (min-width: 768px) {
  .head-content-title .head-content-title1 {
    font-size: 2.1em;
  }
}
@media (min-width: 1090px) {
  .head-content-title .head-content-title1 {
    font-size: 2.3em;
  }
}
@media (min-width: 1280px) {
  .head-content-title .head-content-title1 {
    font-size: 2.5em;
  }
}
@media (min-width: 1920px) {
  .head-content-title .head-content-title1 {
    font-size: 3.2em;
  }
}
.head-content-title .head-content-title2 {
  background-color: rgba(33, 32, 30, 0.9);
  color: #ffffff;
  font-size: 1.6em;
  transform: translate(-2.5em, -15%);
}
@media (min-width: 768px) {
  .head-content-title .head-content-title2 {
    font-size: 1.6em;
  }
}
@media (min-width: 1090px) {
  .head-content-title .head-content-title2 {
    font-size: 2em;
  }
}
@media (min-width: 1280px) {
  .head-content-title .head-content-title2 {
    font-size: 2.2em;
  }
}
@media (min-width: 1920px) {
  .head-content-title .head-content-title2 {
    font-size: 2.6em;
  }
}
.head-content-title .head-content-title3 {
  background-color: rgba(102, 90, 72, 0.9);
  color: #ffffff;
  font-size: 1.3em;
  transform: translate(0.4em, -30%);
}
@media (min-width: 768px) {
  .head-content-title .head-content-title3 {
    font-size: 1.3em;
  }
}
@media (min-width: 1090px) {
  .head-content-title .head-content-title3 {
    font-size: 1.5em;
  }
}
@media (min-width: 1280px) {
  .head-content-title .head-content-title3 {
    font-size: 1.6em;
  }
}
@media (min-width: 1920px) {
  .head-content-title .head-content-title3 {
    font-size: 2.3em;
  }
}

.head-content-txt {
  font-size: 0.9em;
  color: #ffffff;
  font-family: "Hind", sans-serif;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media (min-width: 1090px) {
  .head-content-txt {
    font-size: 1em;
  }
}
@media (min-width: 1280px) {
  .head-content-txt {
    font-size: 1.1em;
  }
}
@media (min-width: 1920px) {
  .head-content-txt {
    font-size: 1.2em;
  }
}

.head-content .button {
  white-space: nowrap;
  /*@include xs-max { 
      display: none;
  }*/
}

.logo {
  display: block;
  width: 180px;
  padding-top: 1.8em;
  position: relative;
  z-index: 8;
}
@media (min-width: 768px) {
  .logo {
    width: 180px;
    padding-top: 2.3em;
  }
}
@media (min-width: 1090px) {
  .logo {
    width: 200px;
    padding-top: 2.4em;
  }
}
@media (min-width: 1280px) {
  .logo {
    width: 230px;
  }
}
@media (min-width: 1920px) {
  .logo {
    width: 280px;
    padding-top: 2.3em;
  }
}
.logo img {
  width: 100%;
  display: block;
}

.headpic {
  height: 170px;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .headpic {
    height: 220px;
  }
}
@media (min-width: 1090px) {
  .headpic {
    height: 270px;
  }
}
@media (min-width: 1280px) {
  .headpic {
    height: 320px;
  }
}
@media (min-width: 1920px) {
  .headpic {
    height: 370px;
  }
}

.head-in.stuck {
  position: fixed;
  background: url(../img/bg/lightblue.jpg);
  background-position: center top;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
}

.head-in.stuck .content-width {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 10px 0;
  align-items: center;
}

.head-in.stuck .logo {
  width: 120px;
  padding: 0;
}
@media (min-width: 768px) {
  .head-in.stuck .logo {
    width: 200px;
  }
}

/**********************************
MENU
**********************************/
nav {
  display: none;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: url(../img/bg/dark.jpg);
  background-size: 1600px auto;
  background-position: center top;
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 1090px) {
  nav {
    display: block;
    position: static;
    background: none;
    padding: 0;
    text-align: left;
  }
}
@media (max-width: 1090px) {
  nav.mobile-down {
    display: block;
  }
}

.menu {
  font-family: "Hind", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2em;
  z-index: 99;
  position: relative;
  margin-top: 2.5em;
  width: 100%;
}
@media (min-width: 1090px) {
  .menu {
    font-size: 0.73em;
    display: flex;
    right: 0;
    top: 4em;
    margin-top: 0;
    width: auto;
    position: absolute;
  }
}
@media (min-width: 1280px) {
  .menu {
    font-size: 0.77em;
  }
}
@media (min-width: 1920px) {
  .menu {
    font-size: 0.8em;
  }
}
.menu li {
  text-align: center;
}
@media (min-width: 1280px) {
  .menu li {
    margin-left: 0.3em;
  }
}
@media (min-width: 1920px) {
  .menu li {
    margin-left: 2em;
  }
}
.menu li.act a {
  background-color: #ffd77b;
  color: #21201e;
}
.menu a {
  color: #ffffff;
  padding: 0.7em 0.7em 0.5em 0.7em;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 1090px) {
  .menu a {
    padding: 1em 1em 0.7em 1em;
  }
}
.menu a:hover {
  color: #ffd77b;
}

.showmenu-out {
  cursor: pointer;
  width: 38px;
  height: 38px;
  position: fixed;
  right: 4%;
  top: 35px;
  z-index: 9999;
  background-color: #ffd77b;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .showmenu-out {
    top: 45px;
  }
}
@media (min-width: 1090px) {
  .showmenu-out {
    display: none;
  }
}

.showmenu {
  color: #21201e;
}

/*div.canvas {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	overflow: hidden;
	visibility: hidden;
    opacity: 0;
    //transition: visibility 0s 0.3s, opacity 0.3s linear;
    background: url(../img/bg/dark.jpg);           
    background-size: 1600px auto;               
    background-position: center top;  
}
div.canvas.act {
	visibility: visible;
    opacity: 1;
    //transition: opacity 0.3s linear;
    display: block;
    @include l {
        display: none;
    }
}
*/
.head-in.stuck .menu {
  margin-top: 0;
  position: static;
}

.head-in.stuck .showmenu-out {
  margin-top: 0;
  position: static;
}

/**********************************
MAIN
**********************************/
/**********************************
FOOTER
**********************************/
#foot {
  background-color: #21201e;
  border-top: 1px solid #292825;
}

.foot-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em 0;
  color: #5e5e5e;
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .foot-in {
    flex-direction: row;
    justify-content: space-between;
  }
}
.foot-in a {
  color: #838383;
}

@media (max-width: 768px) {
  .foot-logo {
    margin-bottom: 1em;
  }
}
.foot-logo img {
  width: 12em;
}

.foot-r {
  display: flex;
  flex-direction: column;
  font-size: 0.8em;
  text-align: center;
}
@media (min-width: 768px) {
  .foot-r {
    text-align: right;
  }
}
.foot-r > * {
  margin-bottom: 0.8em;
}
.foot-r > *:last-child {
  margin-bottom: 0;
}

/**********************************
FORMS
**********************************/
.form-row-out {
  position: relative;
  margin: 0 0 0.7em 0;
}
.form-row-out:last-child {
  margin-bottom: 0;
}

.form-row {
  display: flex;
  position: relative;
  flex-direction: column;
}
.form-row > * {
  margin-bottom: 0.7em;
  flex: 1;
}
.form-row > *:last-child {
  margin-bottom: 0;
}
.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: 768px) {
  .form-row:not(.form-row--column) {
    flex-direction: row;
  }
  .form-row:not(.form-row--column) > * {
    margin: 0 0.7em 0 0;
  }
  .form-row:not(.form-row--column) > *:last-child {
    margin-right: 0;
  }
}
.form-row input, .form-row select, .form-row textarea, .form-row label {
  width: 100%;
}

.form-item {
  position: relative;
}

.form-item label {
  align-items: center;
}

.form-item-report {
  position: absolute;
  padding: 0.3em;
  border-radius: 0.2em;
  left: max(16px, var(--mdc-shape-small, 4px) + 4px);
  margin-top: -5px;
  font-size: 0.9em;
  z-index: 1;
}
.form-item-report::before {
  content: "";
  position: absolute;
  left: 1em;
  top: -0.2em;
  background-color: inherit;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.form-item-report-in {
  position: relative;
  display: inline-block;
}

.form-checkboxes-out .form-item-report {
  left: 2px;
}

.form-item-help {
  font-size: 0.8em;
  padding-top: 0.2em;
}

.form-row-help {
  font-size: 0.8em;
  padding-top: 0.2em;
}

.buttons-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.buttons-row > * > * {
  margin-bottom: 0.5em;
  width: 100%;
}
@media (min-width: 768px) {
  .buttons-row:not(.buttons-row--col-l, .buttons-row--col-xl) {
    flex-direction: row;
    justify-content: space-between;
  }
  .buttons-row:not(.buttons-row--col-l, .buttons-row--col-xl) > * > * {
    margin-bottom: 0;
    margin-right: 0.5em;
    width: auto;
  }
  .buttons-row:not(.buttons-row--col-l, .buttons-row--col-xl) > * > *:last-child {
    margin-right: 0;
  }
}
.buttons-row--fixed {
  flex-direction: row;
  justify-content: space-between;
}
.buttons-row--fixed > * > * {
  margin-bottom: 0;
  margin-right: 0.5em;
  width: auto;
}
.buttons-row--fixed > * > *:last-child {
  margin-right: 0;
}
@media (min-width: 1090px) {
  .buttons-row--col-l {
    flex-direction: row;
    justify-content: space-between;
  }
  .buttons-row--col-l > * > * {
    margin-bottom: 0;
    margin-right: 0.5em;
    width: auto;
  }
  .buttons-row--col-l > * > *:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .buttons-row--col-xl {
    flex-direction: row;
    justify-content: space-between;
  }
  .buttons-row--col-xl > * > * {
    margin-bottom: 0;
    margin-right: 0.5em;
    width: auto;
  }
  .buttons-row--col-xl > * > *:last-child {
    margin-right: 0;
  }
}

.buttons-row-c {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.buttons-row-c > * {
  margin-bottom: 0.5em;
  width: 100%;
}
@media (min-width: 768px) {
  .buttons-row-c {
    flex-direction: row;
    justify-content: center;
  }
  .buttons-row-c > * {
    margin-bottom: 0;
    margin-inline: 0.25em;
    width: auto;
  }
}

.buttons-row--bg {
  background: #ffffff;
  box-shadow: rgba(33, 32, 30, 0.2) 0 0 15px;
  border-radius: 0.15em;
  padding: 1em;
}

/**********************************
TABLES
**********************************/
.table-fixed {
  table-layout: fixed;
}

.min-content {
  width: -moz-min-content;
  width: min-content;
}
@media (min-width: 768px) {
  .min-content {
    width: 1px;
    white-space: nowrap;
  }
}

.table1 {
  width: 100%;
}

.table1 td,
.table1 th {
  padding: 0.4em 0.8em;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #eeeeee;
  flex: 0 1 auto;
  background-color: rgba(33, 32, 30, 0.025);
}

.table1 tr:last-child td,
.table1 tr:last-child th {
  border: none;
}

.table1 thead th {
  background-color: #c0bcb3;
}

.table-overflow {
  overflow: auto;
  max-width: 100%;
}

/**********************************
OTHERS
**********************************/
.blok {
  background-color: rgba(33, 32, 30, 0.05);
  padding: 1em;
}
@media (min-width: 1090px) {
  .blok {
    padding: 1.5em;
  }
}
@media (min-width: 1280px) {
  .blok {
    padding: 2em;
  }
}

.line {
  height: 0;
  line-height: 0;
  font-size: 1em;
  border-bottom: 1px solid #eeeeee;
}

.section-buttons {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .section-buttons {
    margin-top: 3em;
  }
}
@media (min-width: 1090px) {
  .section-buttons {
    margin-top: 4em;
  }
}
@media (min-width: 1280px) {
  .section-buttons {
    margin-top: 5em;
  }
}

/**********************************
SLIDER
**********************************/
.swiper-slide img {
  display: block;
  margin: 0;
  width: 100%;
}

.slider-arrows a {
  display: none;
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 1.5em;
  height: 1.5em;
  border-width: 0 0 0.2em 0.2em;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1090px) {
  .slider-arrows a {
    display: block;
    width: 2.5em;
    height: 2.5em;
  }
}
.slider-arrows a:hover {
  border-color: rgb(255, 255, 255);
}

.slider-arrows--left {
  left: 1em;
  transform: translateY(-100%) rotate(45deg);
}
@media (min-width: 1090px) {
  .slider-arrows--left {
    left: 3em;
  }
}
@media (min-width: 1280px) {
  .slider-arrows--left {
    left: 4em;
  }
}
@media (min-width: 1920px) {
  .slider-arrows--left {
    left: 5em;
  }
}

.slider-arrows--right {
  right: 1em;
  transform: translateY(-100%) rotate(-135deg);
}
@media (min-width: 1090px) {
  .slider-arrows--right {
    right: 3em;
  }
}
@media (min-width: 1280px) {
  .slider-arrows--right {
    right: 4em;
  }
}
@media (min-width: 1920px) {
  .slider-arrows--right {
    right: 5em;
  }
}

/*** headslider ***/
.headslider {
  position: relative;
}

.headslider .swiper-wrapper {
  overflow: hidden;
  max-height: 100vh;
}

.headslider .swiper-wrapper {
  min-height: 330px;
}
@media (min-width: 400px) {
  .headslider .swiper-wrapper {
    min-height: 450px;
  }
}
@media (min-width: 768px) {
  .headslider .swiper-wrapper {
    min-height: 430px;
  }
}
@media (min-width: 1090px) {
  .headslider .swiper-wrapper {
    min-height: 600px;
  }
}
@media (min-width: 1280px) {
  .headslider .swiper-wrapper {
    min-height: 700px;
  }
}
@media (min-width: 1920px) {
  .headslider .swiper-wrapper {
    min-height: 900px;
  }
}

/**********************************
POPUP
**********************************/
#canvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10999;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
  background: rgba(33, 32, 30, 0.9);
}

#canvas.act {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
  display: block;
}

#popup {
  padding: 1em;
  background-color: #ffffff;
  color: #21201e;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 11000;
  border-radius: 0.15em;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  #popup {
    top: 1%;
    width: 98%;
    height: auto;
    position: absolute;
    overflow-y: visible;
  }
}
@media (min-width: 1920px) {
  #popup {
    padding: 2em;
    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: #21201e;
}
@media (min-width: 1090px) {
  .popup-close {
    right: 1.5rem;
    top: 1.5rem;
  }
}

/**********************************
TEXTURES
**********************************/
.texture-section {
  position: relative;
  z-index: 5;
  margin-top: -70px;
}
@media (min-width: 1090px) {
  .texture-section {
    margin-top: -92px;
  }
}
@media (min-width: 1280px) {
  .texture-section {
    margin-top: -114px;
  }
}
@media (min-width: 1920px) {
  .texture-section {
    margin-top: -137px;
  }
}

.texture-section-top {
  height: 70px;
}
@media (min-width: 1090px) {
  .texture-section-top {
    height: 92px;
  }
}
@media (min-width: 1280px) {
  .texture-section-top {
    height: 114px;
  }
}
@media (min-width: 1920px) {
  .texture-section-top {
    height: 137px;
  }
}

.texture-bg .texture-section-top {
  background-position: center top;
  background-size: 1600px auto;
}
.texture-bg .texture-section-in {
  background-size: 1600px auto;
  background-position: center top -70px;
}
.texture-bg .texture-section--before {
  padding-bottom: 70px;
}
@media (min-width: 1090px) {
  .texture-bg .texture-section-top {
    background-size: 2100px auto;
  }
  .texture-bg .texture-section-in {
    background-size: 2100px auto;
    background-position: center top -92px;
  }
  .texture-bg .texture-section--before {
    padding-bottom: 92px;
  }
}
@media (min-width: 1280px) {
  .texture-bg .texture-section-top {
    background-size: 2600px auto;
  }
  .texture-bg .texture-section-in {
    background-size: 2600px auto;
    background-position: center top -114px;
  }
  .texture-bg .texture-section--before {
    padding-bottom: 114px;
  }
}
@media (min-width: 1920px) {
  .texture-bg .texture-section-top {
    background-size: auto auto;
  }
  .texture-bg .texture-section-in {
    background-size: auto auto;
    background-position: center top -137px;
  }
  .texture-bg .texture-section--before {
    padding-bottom: 137px;
  }
}
.texture-bg--white .texture-section-top {
  background-image: url(../img/bg/white_top.png);
}
.texture-bg--white .texture-section-in {
  background-image: url(../img/bg/white.jpg);
}
.texture-bg--dark .texture-section-top {
  background-image: url(../img/bg/dark_top.png);
}
.texture-bg--dark .texture-section-in {
  background-image: url(../img/bg/dark.jpg);
  color: #c0bcb3;
}

.section-w-gallery .texture-section-in {
  padding-bottom: 96%;
}
@media (min-width: 576px) {
  .section-w-gallery .texture-section-in {
    padding-bottom: 22%;
  }
}
@media (min-width: 768px) {
  .section-w-gallery .texture-section-in {
    padding-bottom: 21.5%;
  }
}
@media (min-width: 1090px) {
  .section-w-gallery .texture-section-in {
    padding-bottom: 20.5%;
  }
}
@media (min-width: 1280px) {
  .section-w-gallery .texture-section-in {
    padding-bottom: 19.5%;
  }
}
@media (min-width: 1920px) {
  .section-w-gallery .texture-section-in {
    padding-bottom: 18.5%;
  }
}

/**********************************
ARTICLE
**********************************/
.article {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1090px) {
  .article {
    flex-direction: row;
    justify-content: space-between;
  }
}
.article > * {
  margin-bottom: 3rem;
}
.article > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1090px) {
  .article > * {
    margin-bottom: 0;
  }
}

.article-perex {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1090px) {
  .article-perex {
    width: 40%;
  }
}
.article-perex > * {
  margin-bottom: 2rem;
}
.article-perex > *:last-child {
  margin-bottom: 0;
}

.article-motto {
  font-size: 1.5em;
  line-height: 1.4;
  color: #caa167;
  width: 70%;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 1090px) {
  .article-motto {
    font-size: 2em;
  }
}

.article-txt {
  text-align: justify;
  width: 100%;
}
@media (min-width: 1090px) {
  .article-txt {
    width: 56%;
  }
}

.article-txt .article-button {
  margin-top: 2em;
}

.article-gallery {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  width: 100%;
}
@media (max-width: 1090px) {
  .article-gallery {
    order: 3;
    margin-top: 2em;
  }
}

.article-gallery-item {
  padding-top: 40%;
  width: 40%;
  background-size: cover;
  background-position: center center;
}
.article-gallery-item:nth-child(2) {
  margin: 10% 0 0 -5%;
}

/**********************************
SECTION GALLERY
**********************************/
.section-gallery {
  display: grid;
  grid-gap: 2%;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 6;
  margin-inline: 2%;
  margin-top: -90%;
  transform: translateY(1em);
}
@media (min-width: 576px) {
  .section-gallery {
    margin-inline: 3%;
    grid-template-columns: repeat(4, 1fr);
    margin-top: -22%;
  }
}
@media (min-width: 768px) {
  .section-gallery {
    margin-inline: 4%;
    margin-top: -21.5%;
  }
}
@media (min-width: 1090px) {
  .section-gallery {
    margin-inline: 6%;
    margin-top: -20.5%;
  }
}
@media (min-width: 1280px) {
  .section-gallery {
    margin-inline: 8%;
    margin-top: -19.5%;
  }
}
@media (min-width: 1920px) {
  .section-gallery {
    margin-inline: 10%;
    margin-top: -18.5%;
  }
}

.section-gallery-item {
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
}

/**********************************
GALLERY
**********************************/
.gallery {
  display: grid;
  grid-gap: 0.7em;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}
@media (min-width: 768px) {
  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }
}
@media (min-width: 1090px) {
  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }
}
@media (min-width: 1280px) {
  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}
@media (min-width: 1920px) {
  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.gallery--s {
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}
@media (min-width: 1090px) {
  .gallery--s {
    grid-template-columns: repeat(auto-fit, minmax(85px, 1fr));
  }
}
@media (min-width: 1280px) {
  .gallery--s {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  }
}
@media (min-width: 1920px) {
  .gallery--s {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}

.gallery-item {
  padding-top: 100%;
  background-position: center center;
  background-size: cover;
}

/**********************************
KONTAKT
**********************************/
.kontakt-form {
  background: url(../img/grafika/obalka.png) no-repeat bottom left;
  padding: 0 0 1em 0;
  background-size: 50% auto;
}
@media (min-width: 576px) {
  .kontakt-form {
    padding: 0 5em 2em 5em;
  }
}
@media (min-width: 768px) {
  .kontakt-form {
    background-size: auto;
  }
}

.mapa {
  display: block;
  height: 300px;
  background-image: url(../pics/mapa.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .mapa {
    height: 400px;
  }
}
@media (min-width: 1090px) {
  .mapa {
    height: 500px;
  }
}
@media (min-width: 1280px) {
  .mapa {
    height: 600px;
  }
}
@media (min-width: 1920px) {
  .mapa {
    height: 700px;
  }
}

/**********************************
ENDCLASSES
**********************************/
.hidden, .submithidden {
  display: none;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}/*# sourceMappingURL=style.css.map */