@charset "UTF-8";
.o_main_nav img {
  color: white !important;
}

.o_header_is_scrolled .o_main_nav img {
  color: #2C3943 !important;
}

header.o_header_standard nav {
  padding: 30px 0px !important;
}

header.o_header_is_scrolled nav {
  padding: 8px 0px !important;
}

.s_card figure span.fa {
  margin: 20px 0px 0px;
}

.header_tab,
.bg_blur {
  backdrop-filter: blur(5px);
}

.no_lines {
  border-width: 0 !important;
}
.no_lines tr, .no_lines td {
  border-width: 0 !important;
}

.flex {
  display: flex;
}

.bg_white {
  background-color: white;
}

.bg_brand {
  background-color: rgba(221, 110, 127, 0.2392156863);
}

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

.header_icons img {
  margin-bottom: 10px;
}

.materials .s_card, .documents .s_card {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* jemný výchozí stín */
  transition: box-shadow 0.3s ease, transform 0.3s ease; /* animace změny stínu a mírného posunu */
  width: 100%;
}
.materials .s_card:hover, .documents .s_card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25); /* silnější stín při hover */
  transform: translateY(-3px); /* jemně zvedne dlaždici */
}
.materials .s_card img, .documents .s_card img {
  margin-bottom: 10px;
}

.process figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.process figure img {
  max-width: 40%;
  height: auto;
}

.gallery .container .row div {
  display: flex;
  height: 264px;
}

.zasklejto_ul {
  list-style: none;
  padding: 0;
}
.zasklejto_ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.zasklejto_ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("/assets/img/piktogram_modra_cervena_F01.svg");
}

.check_ul {
  list-style: none;
  padding: 0;
}
.check_ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.check_ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("/assets/img/square-check-big.svg");
}

.color_variant {
  padding-right: 10px;
  -webkit-text-stroke: 1px #d1d1d1;
}

.flip_bg_y {
  transform: scaleY(-1);
}

.flip_bg_x {
  transform: scaleX(-1);
}

.flip_x {
  transform: rotateX(180deg);
}

.flip_y {
  transform: rotateY(180deg);
}

/*# sourceMappingURL=style.css.map */
