body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-default {
  max-width: 1246px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-default.cart.firmy {
  max-width: 100%;
}

.brand {
  padding-left: 0px;
}

.header {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: transparent;
}

.split-content.header-right {
  margin-right: 10px;
}

.header-logo {
  display: block;
  max-width: 100%;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.header-logo:hover {
  -webkit-transform: scale3d(0.94, 0.94, 1.01);
  transform: scale3d(0.94, 0.94, 1.01);
}

.header-logo.cart {
  max-width: 300px;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg {
  position: absolute;
}

.bg.cart_color {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: -1;
  min-height: 750px;
  margin-bottom: 0px;
  background-color: #470f0c;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.bg.cart_color.firmy {
  background-color: #222;
}

.title.neutral-100 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

.title.neutral-100.tickets {
  margin-bottom: 30px;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
}

.section {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.cart {
  padding-top: 80px;
}

.container-medium-736px {
  max-width: 736px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-medium-736px.cartheader {
  margin-top: 60px;
  margin-bottom: 0px;
}

.container-large-1008px {
  max-width: 1008px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-large-1008px.cartcontent {
  display: block;
  margin-top: 30px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #fff;
}

.container-large-1008px.upsell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-large-1008px.cartnav {
  text-align: center;
}

.topbox {
  padding: 20px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

.topbox.cart-cta-text {
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  background-color: #fff;
  font-weight: 400;
}

.kategorie {
  color: #fff;
  font-style: normal;
  letter-spacing: 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.modul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading {
  font-size: 20px;
}

.link-block {
  color: #000;
  text-decoration: none;
}

.link-block:hover {
  opacity: 1;
  color: #e4362e;
}

.mob.cart_upsell {
  display: none;
}

.button {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e4362e;
  background-color: transparent;
  color: #e4362e;
  font-weight: 600;
}

.button:hover {
  opacity: 0.5;
}

.button.soft1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button.cartnav {
  margin-right: 20px;
  border-style: solid;
  border-color: #e4362e;
}

.button.cartnav:hover {
  border-color: #fff;
  color: #fff;
}

.desktop.cart_upsell {
  max-width: 300px;
}

.drobecky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block {
  padding-right: 20px;
  padding-left: 10px;
  color: #fff;
}

.podminky {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.footer-content-bottom {
  margin-bottom: 100px;
  padding-top: 40px;
  border-top: 1px solid #4e4b66;
  color: #fff;
  text-align: center;
}

.container-default-2 {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.footer-text-link {
  border-bottom: 1px solid #a5a5a5;
}

.footer-logo-2 {
  max-width: 80%;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-logo-2:hover {
  -webkit-transform: scale3d(0.94, 0.94, 1.01);
  transform: scale3d(0.94, 0.94, 1.01);
}

.link-3 {
  color: #fff;
}

.footer-2 {
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  padding-top: 150px;
  padding-bottom: 40px;
  background-color: #222;
}

.footer-copy {
  font-size: 16px;
}

.paragraph-5.footer-paragraph {
  max-width: 50%;
  margin: 0px 0px 40px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

.paragraph-5.footer-paragraph.cartfirmy {
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 50px;
}

.link {
  background-color: rgba(8, 15, 52, 0.04);
  color: #ecebff;
}

.footer-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5vw;
  margin-bottom: 5vw;
  margin-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-7 {
  color: #ecebff;
  font-weight: 600;
}

@media screen and (min-width: 1920px) {
  .bold-text-7 {
    font-size: 1.3vw;
    line-height: 1.7em;
  }
}

@media screen and (max-width: 991px) {
  .container-default {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .header {
    position: fixed;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f6f6f6;
  }

  .header.cart {
    background-color: #470f0c;
    text-align: center;
  }

  .header.cart.firmy {
    background-color: #222;
  }

  .split-content.header-right {
    position: relative;
    z-index: 99;
  }

  .split-content.header-right.cart {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .header-wrapper.cart {
    display: block;
  }

  .title.neutral-100.tickets {
    margin-bottom: 25px;
  }

  .section {
    padding-top: 173px;
    padding-bottom: 173px;
  }

  .container-medium-736px.cartheader {
    padding-left: 0px;
  }

  .container-large-1008px.upsell {
    background-color: #fff;
  }

  .link-block {
    background-color: #fff;
  }

  .button.soft1 {
    background-color: #fff;
  }

  .container-default-2 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-logo-container {
    margin-bottom: 20px;
  }

  .footer-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .brand.cart {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .header {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .split-content.header-right {
    max-width: 220px;
  }

  .split-content.header-right.cart {
    position: static;
    max-width: 100%;
    margin-left: auto;
  }

  .header-logo.cart {
    margin-right: auto;
    margin-left: auto;
  }

  .title.neutral-100.tickets {
    margin-bottom: 20px;
  }

  .section {
    padding-top: 138px;
    padding-bottom: 138px;
  }

  .section.cart {
    padding-top: 80px;
  }

  .container-medium-736px.cartheader {
    padding-left: 24px;
    text-align: center;
  }

  .mob.cart_upsell {
    display: block;
  }

  .desktop.cart_upsell {
    display: none;
  }

  .drobecky {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .footer-content-bottom {
    font-size: 17px;
  }

  .footer-2 {
    padding-top: 67px;
  }

  .paragraph-5.footer-paragraph {
    max-width: 90%;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 3vw;
    line-height: 5.5vw;
  }

  .bold-text-7 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 479px) {
  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .header {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .split-content.header-right {
    max-width: 50%;
  }

  .split-content.header-right.cart {
    max-width: 80%;
  }

  .header-logo.cart {
    max-width: 100%;
  }

  .title.neutral-100.tickets {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 110px;
  }

  .container-medium-736px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-medium-736px.cartheader {
    margin-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .container-large-1008px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-large-1008px.cartcontent {
    margin-top: 80px;
  }

  .topbox.cart-cta-text {
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 10px;
  }

  .modul {
    padding: 0px;
  }

  .drobecky {
    font-size: 10px;
  }

  .footer-content-bottom {
    padding-top: 30px;
    font-size: 16px;
  }

  .container-default-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .footer-2 {
    padding-top: 56px;
    padding-bottom: 30px;
  }

  .paragraph-5.footer-paragraph {
    max-width: 400px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .bold-text-7 {
    font-size: 4vw;
  }
}

@font-face {
  font-family: 'Google fonts open sans webfont';
  src: url('../fonts/google_fonts_-_open_sans_bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Google fonts open sans webfont';
  src: url('../fonts/google_fonts_-_open_sans-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}