:root {
  --main-theme-color: var(--primary);
  --color-theme-main: var(--primary);
  --color-theme-main-dark: #292a2b;
  --color-theme-main-light: #292a2b;
  --color-theme-main-inverse: #292a2b;
  --swiper-theme-color: var(--main-theme-color) !important;
  --swiper-navigation-size: 48px !important;
}

@font-face {
  font-family: Graphik Web;
  src: url(/font/Graphik-Regular-Web.woff2) format("woff2"), url(/font/Graphik-Regular-Web.woff) format("woff");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Graphik Web;
  src: url(/font/Graphik-Medium-Web.woff2) format("woff2"), url(/font/Graphik-Medium-Web.woff) format("woff");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Graphik Web;
  src: url(/font/Graphik-Semibold-Web.woff2) format("woff2"), url(/font/Graphik-Semibold-Web.woff) format("woff");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Graphik Web;
  src: url(/font/Graphik-Bold-Web.woff2) format("woff2"), url(/font/Graphik-Bold-Web.woff) format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Joe182;
  src: url(/font/Joe182-regular.woff2) format("woff2"), url(/font/Joe182-regular.woff) format("woff");
  font-weight: 400;
  font-display: swap;
}

/* Cookie Consent */
#c-bns button:first-child,
#s-bns button:first-child {
  background-color: var(--main-theme-color) !important;
}

/* Sticky footer */

/* Firefox only custom scrollbar */
html {
  scrollbar-color: #888 #f1f1f1;
}

html {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

body {
  flex-grow: 1;
  font-family: Graphik Web, sans-serif;
}

code[class*="language-"],
pre[class*="language-"] {
  scrollbar-width: thin;
}

/* Webkit only custom scrollbar */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

::selection {
  background: var(--primary);
  color: #fff;
  -webkit-text-fill-color: #ffffff;
}

body.afe {
  padding-top: 3rem;
}

@media (min-width: 768px) {
  body.afe {
    padding-top: 6rem;
  }
}

body.afe.hp:not(.IsArticle),
body.afe.tc11:not(.IsArticle),
body.afe.tc12:not(.IsArticle),
body.afe.tc13:not(.IsArticle),
body.afe.tc14:not(.IsArticle) {
  padding-top: 0;
}

.text-color-theme {
  color: var(--main-theme-color);
}

.bg-cover {
  background-color: var(--main-theme-color);
}

.bg-silver {
  background-color: var(--main-theme-color);
}

.bg-cta {
  background-color: var(--main-theme-color);
  border-color: var(--main-theme-color);
}

.bg-cta-inverse {
  background-color: #fff;
  border-color: #fff;
}

.bg-pattern {
  background: url(/images/pattern.png);
}

.header-fullscreen .navbar .nav-item.active>a,
.header-fullscreen .navbar .nav-item:hover>a {
  color: var(--primary);
}

.header-fullscreen:not(.IsArticle) .site-header--inverted .navbar .nav-item.active>a {
  color: var(--secondary) !important;
}

.header-fullscreen #site-header .dropdown .dropdown-item.active {
  color: #e30613 !important;
  background-color: transparent;
}

.header-fullscreen #site-header .dropdown .dropdown-item:hover {
  color: #6c757d !important;
  background-color: transparent;
}

.header-fullscreen #site-header:not(.site-header--hide) .navbar .nav-item a::after {
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: calc(1rem + 23px);
  position: absolute;
}

.header-fullscreen #site-header:not(.site-header--inverted) .navbar .nav-item.active>a::after {
  border-bottom: .25rem solid var(--primary);
}

/*.header-fullscreen .navbar .nav-item-sub:hover::before {
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid var(--primary);
  position: absolute;
  top: 53px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}*/

.header-fullscreen .navbar a {
  font-size: 14px;
  font-weight: bold;
  color: var(--secondary);
}

@media (min-width: 1440px) {
  .header-fullscreen .navbar a {
    font-size: 16px;
  }
}

.header-fullscreen .navbar a:hover {
  text-decoration: none;
  color: var(--primary);
}

.header-fullscreen .navbar .navbar-nav-secondary a {
  color: #808080;
  text-transform: none;
}

.header-fullscreen>.navbar {
  background-color: #fff;
}

#site-header {
  height: 3rem;
}

#site-header .navbar-brand img {
  height: 1.75rem;
}

#site-header .navbar-brand svg {
  width: 7.5rem;
  height: auto;
}

@media (min-width: 768px) {
  #site-header .navbar-brand svg {
    width: 10rem;
  }
}

.navbar-primary {
  height: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.navbar-secondary {
  height: 2rem;
}

.navbar-secondary .nav-item .nav-link:focus,
.navbar-secondary .nav-item .nav-link:hover {
  text-decoration: underline;
  color: #161717 !important;
}

.navbar .navbar-light .navbar-nav .nav-link {
  color: var(--primary);
}

.navbar .navbar-light .navbar-nav .nav-link:hover,
.navbar .navbar-light .navbar-nav .nav-link:active {
  color: var(--primary);
}

.header-fullscreen:not(.IsArticle) .site-header--inverted {
  box-shadow: none !important;
}

.header-fullscreen:not(.IsArticle) .site-header--inverted .navbar {
  background-color: transparent !important;
  border-bottom: 1px solid transparent;
}

.header-fullscreen:not(.IsArticle) #site-header:not(.site-header--inverted) #logo svg path {
  fill: var(--secondary) !important;
}

.header-fullscreen:not(.IsArticle) .site-header--inverted .navbar .navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.header-fullscreen:not(.IsArticle) .site-header--inverted .navbar .navbar-light .navbar-nav .nav-link:hover,
.header-fullscreen:not(.IsArticle) .site-header--inverted .navbar .navbar-light .navbar-nav .nav-link:active {
  color: var(--light);
}

.header-fullscreen:not(.IsArticle) .site-header--inverted .logo--shrinked .navbar a {
  color: #000;
}

.header-fullscreen:not(.IsArticle) .site-header--inverted .navbar-cta {
  color: #fff;
}

.header-fullscreen:not(.IsArticle) .site-header--inverted.navbar-cta a,
.header-fullscreen:not(.IsArticle) .site-header--inverted .navbar-cta:hover,
.header-fullscreen:not(.IsArticle) .site-header--inverted .navbar-cta:active {
  color: #fff !important;
}

.header-fullscreen:not(.IsArticle) .site-header--inverted .logo--shrinked .navbar-cta {
  color: #000;
}

.header-fullscreen:not(.IsArticle) .site-header--inverted .logo--shrinked .navbar-cta a,
.header-fullscreen:not(.IsArticle) .site-header--inverted .logo--shrinked .navbar-cta:hover,
.header-fullscreen:not(.IsArticle) .site-header--inverted .logo--shrinked .navbar-cta:active {
  color: #000 !important;
}

.header-fullscreen:not(.IsArticle) .site-header--inverted .hc-nav-trigger span,
.header-fullscreen:not(.IsArticle) .site-header--inverted .hc-nav-trigger span::after,
.header-fullscreen:not(.IsArticle) .site-header--inverted .hc-nav-trigger span::before {
  background: #fff;
}

.header-fullscreen:not(.IsArticle) .site-header--inverted .collapse-search-wrapper {
  background-color: transparent !important;
  border-bottom: 1px solid transparent;
}

.header-fullscreen:not(.IsArticle) .site-header--menu-open {
  box-shadow: 0 .125rem .25rem #00000013 !important;
}

.header-fullscreen:not(.IsArticle) .site-header--menu-open #logo svg path {
  fill: var(--secondary) !important;
}

.header-fullscreen:not(.IsArticle) .site-header--menu-open .navbar {
  background-color: var(--light) !important;
  border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}

#collapseSearch .btn svg {
  width: 1.25rem;
  height: 1.25rem;
}

#collapseSearch .btn svg path {
  fill: #fff;
}

#SearchHintResults {
  position: static;
  box-shadow: none;
}

.collapse-search-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-top: -1px;
}

.dropdown-lang img {
  width: 1.5rem;
  height: 1.5rem;
}

.lang.cz .navbar-cta a[title="cz"],
.lang.tc8 .navbar-cta a[title="cz"],
.lang.en .navbar-cta a[title="en"] {
  color: #e30613;
}

.navbar-cta svg {
  width: 1.25rem;
  height: 1.25rem;
}

.navbar-cta .dropdown svg {
  width: 40px;
  height: 40px;
}

#site-header .btn {
  font-size: 0.75rem;
}

#site-header .dropdown-toggle::after {
  display: none;
}

#site-header .dropdown-menu {
  min-width: 18rem;
  font-size: 1.25rem;
}

#site-header .dropdown-menu .dropdown-item:hover,
#site-header .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
}

@media (min-width: 768px) {
  #site-header {
    height: 6rem;
  }

  #site-header .navbar-brand img {
    height: 2rem;
  }

  #site-header .btn {
    font-size: .95rem;
  }

  .navbar-primary {
    height: 6rem;
  }
}

#site-header {
  transition: top 0.15s ease;
}

.site-header--hide {
  top: -6rem !important;
}

.site-header--hide .lvl2 {
  display: none !important;
  cursor: default;
}

.site-header-visible {
  top: -2rem;
}

.head-main .head-call-us .divider {
  border-left-width: 2px !important;
  height: 1.75em;
}

.head-main .head-call-us .btn:focus {
  box-shadow: none !important;
}

/*.section-divider:before{
content:"<--SectionDivider-->";
display:block;
text-align:center;
padding:4px;
}   */

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}

a[href^="tel"],
a[href^="mailto"] {
  color: inherit;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

#head {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 30%;
}

@media (min-width: 576px) {
  #head {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 50%;
  }
}

.navbar-nav .nav-item {
  position: relative;
}

.lvl2 {
  position: absolute !important;
  z-index: 200;
  margin-top: calc(.5rem + 23px);
  padding: 0;
  background: var(--primary);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 4px 0px,
    rgba(0, 0, 0, 0.08) 0px 8px 16px 0px;
  display: none;
  list-style: none;
  width: 20rem;
}

li:hover .lvl2 {
  display: flex;
}

.lvl2 li {
  position: relative;
}

.lvl2 li.is-hovered a {
  color: #6c757d !important;
}

.lvl2 li.is-hovered svg {
  fill: #6c757d;
}

.lvl2 li a {
  text-shadow: none;
  font-size: 95% !important;
  padding: 0.5rem 0;
  border-bottom: 0 !important;
  border-color: transparent !important;
  color: #fff !important;
}

.lvl2 li a:hover,
.lvl2 li:hover>a {
  border-bottom: 0 !important;
  border-color: transparent !important;
}

.lvl2 svg {
  width: 48px;
  height: 48px;
  margin-right: 1rem;
}

#tm15 .lvl2 {
  width: 16rem;
}

#tm15 .lvl2 li {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

#tm15 .lvl2 li:after {
  display: none;
}

#tm15 .lvl2>.col,
#tm15 .lvl2>[class*=col-] {
  flex: 0 0 100%;
  max-width: 100%;
}

.hc-offcanvas-nav.hc-nav-1 .navbar-nav .nav-item {
  display: block !important;
}

.hc-offcanvas-nav.hc-nav-1 .lvl2 {
  position: relative !important;
  box-shadow: none;
  left: 0;
  transform: translate(0);
  min-width: auto;
}

.hc-offcanvas-nav.hc-nav-1 .lvl2 li {
  text-align: left;
}

.hc-offcanvas-nav.hc-nav-1 .lvl2 li a:hover,
.hc-offcanvas-nav.hc-nav-1 .lvl2 li:hover>a {
  color: #fff !important;
}

.hc-offcanvas-nav .nav-item-link svg,
.hc-offcanvas-nav .nav-item-link .lvl2-link-popis {
  display: none !important;
}

.hc-offcanvas-nav .nav-back a,
.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a {
  padding: 14px 22px !important;
  border-bottom: 1px solid transparent;
  font-size: 1.20rem;
  font-weight: normal !important;
}

.hc-offcanvas-nav a.nav-next {
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.hc-offcanvas-nav .nav-content>h2,
.hc-offcanvas-nav .nav-content>h3,
.hc-offcanvas-nav .nav-content>h4,
.hc-offcanvas-nav .nav-content>h5,
.hc-offcanvas-nav .nav-content>h6 {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 0;
  padding: 14px 22px;
}

.hc-offcanvas-nav li:not(.custom-content) a {
  font-weight: normal !important;
  color: #ffffff;
}

.hc-offcanvas-nav ul.bottom-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.hc-offcanvas-nav ul.bottom-nav .nav-item {
  padding: 0;
}

.hc-offcanvas-nav ul.bottom-nav li {
  flex: auto;
}

.hc-offcanvas-nav ul.bottom-nav li a {
  padding: 0 !important;
  text-align: center;
  height: 100%;
  border-bottom: none;
}

.hc-offcanvas-nav ul.bottom-nav li svg {
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
}

.hc-offcanvas-nav ul.bottom-nav li.github svg {
  width: 17px;
  height: 17px;
}

.hc-offcanvas-nav ul.bottom-nav li.ko-fi svg {
  width: 21px;
  height: 21px;
}

.hc-offcanvas-nav ul.bottom-nav li.email svg {
  width: 19px;
  height: 19px;
}

.main-nav-toggle-wrapper {
  position: relative;
}

.main-nav-toggle-wrapper svg path {
  fill: var(--primary);
}

.site-header--inverted .main-nav-toggle-wrapper svg path {
  fill: var(--light);
}

.main-nav-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  width: 1em;
  height: 1em;
}

.arrow-link span:before,
.arrow-link i:before {
  transition: transform 0.3s ease-out;
  margin-right: 0;
}

.arrow-link:hover span:before,
.arrow-link:hover i:before {
  transform: translateX(0.25rem);
}

.arrow-link:hover .text-secondary:before,
.arrow-link:hover .text-secondary:before {
  color: #3e3eef;
}

.transform {
  transition: transform 0.2s ease-in;
}

.transform>g>rect {
  transition: fill 0.2s ease-in;
}

.header-fullscreen #topmenu .nav-item:hover .transform {
  transform: rotate(180deg);
}

.divider hr {
  visibility: visible;
  height: 1px;
  border: 0;
  background-color: #f3f3f3;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  #hero-transparent {
    background-image: url(/img/introbg.webp);
    background-size: cover;
    background-position: center center;
  }
}

.hero {
  display: flex;
  align-items: center;
}

.hero {
  overflow: hidden;
}

.hero .container .col-11 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .hero .container .col-11 {
    padding-top: 10rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .hero .container .col-11 {
    padding-top: 14rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 576px) {
  .hero-countup h2 {
    font-size: 1rem;
  }
}

#logged #site-header {
  top: 45px;
}

.gallery-item {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .gallery-item {
    margin-bottom: 30px;
  }
}

#dropdownMenuButton:focus {
  outline: none !important;
  box-shadow: none;
}

#usp svg {
  width: 2rem;
  height: 2rem;
}

@media (min-width: 992px) {
  #usp svg {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.mapa>div {
  display: flex;
}

.tc14.id6 .container.article>h1 {
  display: none;
}

.sluzby:not(.par1.id6.sluzby) .article,
.tc14:not(.par10.id6.tc14) .article {
  max-width: 1140px;
  padding: 3rem;
  margin: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 1px solid #dee2e6;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.sluzby .article h1,
.tc14 .article h1 {
  text-align: center;
}

.par10.id6.sluzby h1,
.par10.id6.tc14 h1 {
  display: none;
}

.par10.id6.sluzby .article,
.par10.id6.tc14 .article {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

footer .list-unstyled a:hover {
  text-decoration: underline !important;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-2x1 {
  --bs-aspect-ratio: calc(1 / 2 * 100%);
}

.ratio-4x2 {
  --bs-aspect-ratio: calc(2 / 4 * 100%);
}

.ratio-4x5 {
  --bs-aspect-ratio: calc(5 / 4 * 100%);
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-3x1 {
  --bs-aspect-ratio: calc(1 / 3 * 100%);
}

.ratio-3x2 {
  --bs-aspect-ratio: calc(2 / 3 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-2x1 {
  --bs-aspect-ratio: 50%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.ratio-32x9 {
  --bs-aspect-ratio: 28.125%;
}

.introSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0 !important;
  margin: 0 .35rem;
}

@media (max-width: 767.97px) {
  .introSwiper .ratio-32x9 {
    --bs-aspect-ratio: 56.25% !important;
  }
}

@media (max-width: 1199.97px) {
  .introSwiper .ratio-32x9 {
    --bs-aspect-ratio: calc(2 / 3 * 100%) !important;
  }
}

.nav-overlay::after {
  display: block;
  content: "";
  height: 100%;
  width: 2.75rem;
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(0 0 0 / 0%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.7539390756302521) 40%, rgba(255, 255, 255, 1) 100%);
}

.nav-overlay .nav-link:last-child {
  z-index: 1;
}

.nav-overlay .nav.nav-tabs .nav-link::before {
  left: 0;
  right: 0;
  bottom: -1px !important;
}

.nav-overlay .nav-link {
  color: #6c757d;
}

.nav-overlay .nav-link.active {
  color: inherit;
}

.nav-overlay .nav-link.active::before {
  content: "";
  position: absolute;
  left: .75rem;
  right: .75rem;
  bottom: .25rem;
  border-top: 2px solid #292a2b;
}

.nav-overlay .nav-overflow {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 1px;
}

.nav-overflow::-webkit-scrollbar {
  display: none;
}

.nav-overflow .nav-link {
  white-space: nowrap;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.bg-primary .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #f8c300;
  background-color: #292a2b;
}

#showFotoSwiperNext {
  right: -2.25rem;
}

#showFotoSwiperPrev {
  left: -2.25rem;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  color: #212529;
  text-align: left;
  background-color: var(--secondary);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion-button:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
  font-size: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--main-theme-color);
  background-color: #ca3200;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #bd2f00;
  outline: 0;
  box-shadow: 0 0 0 .2rem #f2592680;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.accordion-dark {
  color: #A5AAB9;
}

.accordion-dark .accordion-button,
.accordion-dark .accordion-item {
  background-color: #13151D;
}

.accordion-dark .accordion-button {
  color: #DCE5FF;
}

.accordion-dark .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cline x1='2' y1='8' x2='14' y2='8' stroke='%23DCE5FF' stroke-width='2'/%3e%3c/svg%3e");
}

.accordion-dark .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cline x1='8' y1='2' x2='8' y2='14' stroke='%23DCE5FF' stroke-width='2'/%3e%3cline x1='2' y1='8' x2='14' y2='8' stroke='%23DCE5FF' stroke-width='2'/%3e%3c/svg%3e");
}

.quote:before {
  content: "„";
}

.quote:after {
  content: "“";
}

/*Custom CC*/
#c-bns button:first-child,
#s-bns button:first-child {
  background-color: var(--main-theme-color) !important;
}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc,
.cc_div .c-bn,
.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl,
.cc_div .b-tg .c-tg:after {
  border-radius: 0 !important;
}

.bg-gradient-l {
  background: linear-gradient(180deg, #FFFFFF 4.81%, #E6E6E6 67.31%);
}

.bg-gradient-d {
  background: linear-gradient(180deg, rgba(0, 4, 19, 0) 46.62%, #000413 100%), #03092D;
}

.ff-secondary {
  font-family: "Joe182", serif-serif !important;
}

.lh-1-5 {
  line-height: 1.5 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.rotate-z-15 {
  transform: rotateZ(-15deg);
}

.rotate-z-17 {
  transform: rotateZ(-17deg);
}

.border-3 {
  border-width: .1875rem !important;
}

.bg-top-50-primary {
  background: linear-gradient(
    to bottom,
    var(--primary) 0%,
    var(--primary) 50%,
    #fff 50%,
    #fff 100%
  );
}

.bg-top-50-secondary {
  background: linear-gradient(
    to bottom,
    var(--secondary) 0%,
    var(--secondary) 50%,
    #fff 50%,
    #fff 100%
  );
}

.btn-shadow {
  display: inline-flex;
  position: relative;
  margin-right: .25rem;
  margin-bottom: .25rem;
}

.btn-shadow .btn {
  z-index: 1;
}

.btn-shadow::after {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 50em;
  position: absolute;
  top: .25rem;
  left: .25rem;
}

.btn-shadow-white::after {
  background-color: #fff;
}

.btn-shadow-primary::after {
  background-color: var(--primary);
}

.btn-shadow-secondary::after {
  background-color: var(--secondary);
}

.anim-orange-line {
  background-image: url(/img/orange-line.svg);
}

.anim-white-line {
  background-image: url(/img/white-line.svg);
}

.anim-blue-line {
  background-image: url(/img/blue-line.svg);
}

.line-animation {
  height: 1.875rem;
  width: 100%;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 25rem 3.75rem;
  -webkit-animation: line-animation 15s linear infinite;
  animation: line-animation 15s linear infinite;
}

.line-animation-offset {
  margin-top: -1.875rem;
}

@media (min-width: 768px) {
  .line-animation {
    height: 3.75rem;
  }

  .line-animation-offset {
  margin-top: -3.75rem;
  }
}

@keyframes line-animation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -25rem 0
  }
}

@media (min-width: 1200px) {
  .logo-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}

.mmmaso-hero__img-bg {
  object-fit: cover;
  object-position: bottom;
  max-height: 24rem;
}

@media (min-width: 768px) {
  .mmmaso-hero__img-bg {
    object-position: center;
    max-height: 36rem;
  }
}

@media (min-width: 992px) {
  .mmmaso-hero__img-bg {
    object-position: center;
    max-height: 100%;
  }
}

.box-open-up-section .logo-short-wrapper {
  position: absolute;
  left: 1rem;
  right: 1rem;
  transform: translate(0,75px);
}

.hover-scale-1-1,
.card-img-hover-scale-1-1 .card-img {
  transition: transform .15s ease-out;
}

.hover-scale-1-1:hover,
.card-img-hover-scale-1-1:hover .card-img {
  transform: scale(1.1);
}

.card-img-hover-scale-1-1 {
  overflow: hidden;
}

.mmmaso-places .card .card-img {
  filter: brightness(.6);
}

.mmmaso-places .card:hover .card-img {
  filter: brightness(.8);
}

.section-mmm-usp__icon {
  overflow: hidden;
}

.nutr-section .nutr-label-circle {
  width: 4.125rem;
  height: 4.125rem;
  margin: auto;
}

.g-max-820 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .g-max-820-xl {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
}

.g-max-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.product-info-section__arrow {
  position: absolute;
  display: none;
}

@media (min-width: 1200px) {
  .product-info-section__arrow {
    display: block;
  }
}

.product-info-section__arrow .svg-elem,
.product-info-section__arrow .svg-arrow {
  opacity: 0;
}

.product-info-section__arrow--top-left {
  top: 2rem;
  right: 6.5rem;
}

.product-info-section__arrow--bottom-left {
  bottom: 35%;
  right: 7rem;
}

.product-info-section__arrow--top-right {
  top: 4rem;
  left: 6.5rem;
}

.product-info-section__arrow--bottom-right {
  bottom: 37%;
  left: 7rem;
}

.product-info-section__img-wrapper {
  position: relative;
  width: 5rem;
  margin: auto;
}

.mmmaso-trips__img img {
  max-height: 24rem;
  object-fit: cover;
}

.mmmaso-trips__img-wrapper .bgtrips-icon {
  width: 10rem;
}

@media (min-width: 768px) {
  .mmmaso-trips__img img {
    max-height: 42rem;
    object-position: bottom;
  }
}

@media (min-width: 992px) {
  .mmmaso-trips__img img {
    max-height: 100%;
    object-position: center;
    height: 100%;
  }

  .mmmaso-trips__img-wrapper .bgtrips-icon {
    width: auto;
  }
}

.btn-hover-lines {
  display: inline-flex;
  position: relative;
  margin-bottom: 2rem;
}

.btn-hover-lines img {
  position: absolute;
  top:2rem;
  right: -2rem;
  pointer-events: none;
}

.bgtrips-wrapper {
  position: relative;
}

.bgtrips-icon {
  position: absolute;
  left: 2rem;
  top: 2rem;
}

.img-product-cross-wrapper {
  position: relative;
  display: inline-flex;
}

.img-product-cross-wrapper > img {
  z-index: 1;
}

.img-product-cross-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-product-cross-icon img {
  animation: spin-oposite 60s linear infinite;
}

@keyframes spin-oposite {
  100% {
      transform: rotate(-1turn);
  }
}

.sport-icon-wrapper {
  margin-bottom: -10rem;
}

.sport-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.sport-icon__rotating-text img {
  animation: spin 80s linear infinite;
  position: relative;
  z-index: 1;
}

@keyframes spin {
  100% {
      transform: rotate(-turn);
  }
}

.no-break {
  white-space: nowrap;
}

.page-content .middle {
  overflow: hidden;
}

.fill-secondary {
  fill: var(--secondary);
}

.popover-custom .arrow {
  display: none;
}

.popover-custom .popover-body {
  color: #fff !important;
  font-family: Joe182, sans-serif;
  line-height: 1.2;
  font-size: .85rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

.popover-custom .popover-body a {
  font-family: Graphik Web, sans-serif;
  font-weight: 600;
  font-size: 90%;
}

.lifestyle-section [class*="container"] {
  background-image: url("/img/lifestylebg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10rem;
}

.manufactory-section [class*="container"] {
  background-image: url("/img/manufactorybg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.stories-section {
  background-image: url("/img/storiesbg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 25% bottom;
}

@media (min-width: 992px) {
  .stories-section {
    background-position: center bottom;
  }
}

.mmmaso-hero__product-obal {
  position: relative;
  z-index: 1;
}

.mmmaso-hero__product-obal img {
  transform: translate(260px, 0);
}

.mmmaso-hero__product-tycinka img {
  transform: translate(260px, 0);
}

@media (min-width: 768px) {
  .mmmaso-hero__product-obal img {
    transform: translate(480px, 0);
  }

  .mmmaso-hero__product-tycinka img {
    transform: translate(420px, 0);
  }
}

@media (min-width: 992px) {
  .mmmaso-hero__product-obal img {
    transform: translate(390px, 0);
  }

  .mmmaso-hero__product-tycinka img {
    transform: translate(320px, 0);
  }
}

@media (min-width: 1200px) {
  .mmmaso-hero__product-obal img {
    transform: translate(130px, 0);
  }
}

.mmmaso-hero__product-tycinka {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  text-align: center;
}

.bgcoop-wrapper {
  position: relative;
}

.bgcoop-icon {
  position: absolute;
  right: 4rem;
  bottom: 9rem;
  width: 10rem;
}

.mmmaso-cooperation__img img {
    max-height: 24rem;
    object-fit: cover;
}

@media (min-width: 768px) {
  .mmmaso-cooperation__img img {
    max-height: 36rem;
    object-position: bottom;
  }

  .bgcoop-icon {
    right: 8rem;
    bottom: 24rem;
    width: auto;
  }
}

@media (min-width: 992px) {
  .mmmaso-cooperation__img img {
    max-height: initial;
    height: 100%;
  }

  .bgcoop-icon {
    right: 3rem;
    bottom: 17rem;
  }
}

@media (min-width: 1200px) {
  .bgcoop-icon {
    right: 5rem;
    bottom: 20rem;
  }
}

@media (min-width: 1440px) {
  .bgcoop-icon {
    right: 6rem;
    bottom: 22rem;
  }
}

eml.text-secondary a:hover,
eml.text-secondary a:focus,
tel.text-secondary a:hover,
tel.text-secondary a:focus {
  color: #a42900 !important;
}

.bgrewrads-wrapper {
  position: relative;
}

.bgrewards-icon {
  position: absolute;
  left: 2rem;
  top: 2rem;
}

.mmmaso-rewards__img img {
  object-fit: cover;
  width: 100%;
}

.mmmaso-rewards__img-wrapper .bgrewards-icon {
  width: 10rem;
}

@media (min-width: 768px) {
  .mmmaso-rewards__img img {
    max-height: 42rem;
    object-position: bottom;
  }
}

@media (min-width: 992px) {
  .mmmaso-rewards__img img {
    max-height: initial;
    height: 100%;
  }

  .mmmaso-rewards__img-wrapper .bgrewards-icon {
    width: auto;
  }
}

.mmmaso-hero-vylety {
  background-image: url("/img/introbg-vylety.webp?v=2");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media (min-width: 1680px) {
  .mmmaso-hero-vylety {
    background-position: center 70%;
  }
}


.section-mmm-usp.section-mmm-usp__vylety .section-mmm-usp__svg_elem {
  position: absolute;
  left: 10rem;
  top: 50%;
  transform: translate(0, -50%);
}

.section-mmm-usp.section-mmm-usp__vylety .section-mmm-usp__svg_elem .svg-elem,
.section-mmm-usp.section-mmm-usp__vylety .section-mmm-usp__svg_elem .svg-arrow {
  opacity: 0;
}

#FormLead .col.shadow.rounded {
  box-shadow: none !important;
}

#FormLead .FormSubmit button {
  border-radius: 50rem !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#gotop {
  right: 1rem;
}

.footer-social-icons span[class^="icon-"]::before {
  margin: 0;
}

.footer-arrow .svg-elem {
  height: auto;
  max-width: 100%;
  width: 10rem;
}

.footer-arrow .svg-elem,
.footer-arrow .svg-arrow {
  opacity: 0;
}

@media (min-width: 768px) {
  .footer-arrow .svg-elem {
    width: auto;
  }
}

.tc12 #site-header,
.tc12 .hc-offcanvas-nav.hc-nav-1 {
  display: none !important;
}