#ajax-spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 123456;
  width: 40px;
  height: 40px;
}
#ajax-spinner .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#ajax-spinner .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
#ajax-spinner .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#ajax-spinner .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
#ajax-spinner .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#ajax-spinner .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
#ajax-spinner .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
#ajax-spinner .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#ajax-spinner .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
#ajax-spinner .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
#ajax-spinner .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#ajax-spinner .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
#ajax-spinner .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
#ajax-spinner .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#ajax-spinner .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#ajax-spinner .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#ajax-spinner .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
#ajax-spinner .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
#ajax-spinner .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
#ajax-spinner .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#ajax-spinner .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
#ajax-spinner .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
#ajax-spinner .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
#ajax-spinner .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.custom-file-label::after {
  content: "Vybrat soubor";
}
.container {
  margin: 0 auto;
}
.container.main {
  max-width: 1920px;
}
.container.s1840 {
  max-width: 1840px;
}
@media (max-width: 1872px) {
  .container.s1840 {
    padding: 0 16px;
  }
}
.container.s1390 {
  max-width: 1390px;
}
@media (max-width: 1422px) {
  .container.s1390 {
    padding: 0 16px;
  }
}
.container.s840 {
  max-width: 840px;
}
@media (max-width: 872px) {
  .container.s840 {
    padding: 0 16px;
  }
}
.container.s1200 {
  max-width: 1200px;
}
@media (max-width: 1232px) {
  .container.s1200 {
    padding: 0 16px;
  }
}
.container.nopad {
  padding: 0;
}
.flash {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-top: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  opacity: 0.9;
}
.msg-notice {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.msg-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.msg-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.msg-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
body {
  color: black;
  background-color: white;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0px;
  font-optical-sizing: auto;
  margin: 0;
}
img,
svg {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
a {
  color: #ce6987;
}
a:hover {
  color: #767976;
}
h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 960px) {
  h1 {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 24px;
    line-height: 26px;
  }
}
h2 {
  font-size: 32px;
  line-height: 110%;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
}
@media (max-width: 650px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  h2 {
    font-size: 20px;
  }
}
@media (max-width: 300px) {
  h2 {
    font-size: 18px;
  }
}
h3 {
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 1.3em;
}
@media (max-width: 650px) {
  h3 {
    font-size: 1.1em;
  }
}
@media (max-width: 450px) {
  h3 {
    font-size: 1em;
  }
}
h4 {
  font-size: 1rem;
}
#counter {
  color: #ce6987;
  font-size: 2.8em;
  line-height: 70%;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 400px) {
  #counter {
    font-size: 2.3em;
  }
}
.ajax-loading {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99;
  display: none;
}
.scrollBtn {
  max-width: 40px;
  cursor: pointer;
}
.menu {
  min-height: 52px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 960px) {
  .menu {
    display: none;
  }
}
.menu .logoZaZ {
  display: flex;
  width: 126px;
  margin-left: 64px;
}
@media (max-width: 1300px) {
  .menu .logoZaZ {
    margin-left: 32px;
  }
}
.menu .logoVR {
  max-width: 178px;
  position: absolute;
  top: 0;
  right: 64px;
  z-index: 99;
}
@media (max-width: 1300px) {
  .menu .logoVR {
    right: 32px;
  }
}
@media (max-width: 1080px) {
  .menu .logoVR {
    max-width: 140px;
  }
}
.opener .logos {
  min-height: 50px;
  position: relative;
  display: flex;
  align-items: center;
}
.opener .logos .logoZaZ {
  display: flex;
  width: 126px;
  height: auto;
  top: 0;
  margin-left: 64px;
}
@media (max-width: 1300px) {
  .opener .logos .logoZaZ {
    margin-left: 32px;
  }
}
.opener .logos h1 {
  margin: 0;
}
.opener .logos h1 span {
  display: none;
}
.opener .logos .flower {
  position: absolute;
  max-width: 530px;
  height: auto;
  top: 0;
  left: 82px;
  mix-blend-mode: multiply;
}
@media (max-width: 1130px) {
  .opener .logos .flower {
    max-width: 300px;
    left: 10vw;
  }
}
@media (max-width: 650px) {
  .opener .logos .flower {
    display: none;
  }
}
.opener .logos .logoVR {
  max-width: 250px;
  position: absolute;
  top: 0;
  right: 64px;
  z-index: 99;
}
@media (max-width: 1300px) {
  .opener .logos .logoVR {
    right: 32px;
  }
}
@media (max-width: 1130px) {
  .opener .logos .logoVR {
    max-width: 140px;
  }
}
@media (max-width: 650px) {
  .opener .logos .logoVR {
    max-width: 80px;
  }
}
.opener .claim {
  margin-bottom: 40px;
  min-height: 730px;
  background-image: url('opener_2026.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1130px) {
  .opener .claim {
    background-image: url('opener_2026_mob.jpg');
  }
}
@media (max-width: 800px) {
  .opener .claim {
    min-height: 550px;
  }
}
.opener .claim h2 {
  font-size: 62px;
  letter-spacing: 0.32em;
  font-weight: normal;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .opener .claim h2 {
    font-size: 42px;
    letter-spacing: 0.2em;
  }
}
@media (max-width: 400px) {
  .opener .claim h2 {
    font-size: 32px;
  }
}
.opener .claim h2 span {
  margin: 0 auto;
  margin-top: 32px;
  width: max-content;
  display: block;
  color: white;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0.06em;
  padding: 12px 90px 12px 90px;
  background-color: #ce6987;
}
@media (max-width: 900px) {
  .opener .claim h2 span {
    width: auto;
    margin: 0 16px;
  }
}
@media (max-width: 800px) {
  .opener .claim h2 span {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  .opener .claim h2 span {
    padding: 12px 16px 12px 16px;
  }
}
@media (max-width: 400px) {
  .opener .claim h2 span {
    font-size: 16px;
  }
}
.header {
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .header {
    margin-bottom: 20px;
  }
}
.header .wheeltext {
  font-weight: 600;
}
.header.desktop {
  display: block;
}
@media (max-width: 850px) {
  .header.desktop {
    display: none;
  }
}
.header.mobile {
  display: none;
}
@media (max-width: 850px) {
  .header.mobile {
    display: block;
    width: 100%;
    height: auto;
  }
}
.categoryHldr {
  padding: 40px 20px;
  text-align: center;
  padding-top: 0;
}
@media (max-width: 650px) {
  .categoryHldr {
    padding: 20px;
  }
}
@media (max-width: 400px) {
  .categoryHldr {
    margin-bottom: 20px;
  }
}
.categoryHldr .category {
  text-align: center;
  display: grid;
  justify-content: center;
  align-content: center;
  justify-items: stretch;
  align-items: stretch;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1042px) {
  .categoryHldr .category {
    grid: auto / 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 650px) {
  .categoryHldr .category {
    gap: 10px;
  }
}
@media (max-width: 500px) {
  .categoryHldr .category {
    grid: auto / 1fr;
  }
}
.categoryHldr .category a {
  --cat-img-circle: 60px;
  border: 4px solid transparent;
  border-style: solid;
  border-radius: calc(90px / 2);
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 17px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  color: #ce6987;
}
@media (max-width: 650px) {
  .categoryHldr .category a {
    --cat-img-circle: 60px;
  }
}
@media (max-width: 650px) {
  .categoryHldr .category a {
    font-size: 16px;
    box-shadow: none;
  }
}
.categoryHldr .category a:hover,
.categoryHldr .category a.active {
  font-weight: bold;
  border: 4px solid #ce6987;
}
.categoryHldr .category a .inner {
  display: grid;
  grid: calc(var(--cat-img-circle) + 20px) / 1fr calc(var(--cat-img-circle) + 10px);
  justify-items: stretch;
  align-items: center;
  border: 1px solid #ce6987;
  border-radius: 50em;
}
@media (max-width: 650px) {
  .categoryHldr .category a .inner {
    grid: calc(var(--cat-img-circle) + 10px) / 1fr calc(var(--cat-img-circle) + 5px);
  }
}
.categoryHldr .category a .inner .title {
  padding: 0 5px;
}
.categoryHldr .category a .inner .circle {
  width: var(--cat-img-circle);
  height: var(--cat-img-circle);
  border-radius: calc(var(--cat-img-circle) / 2);
  background-color: #EFE1D9;
  display: flex;
  align-items: center;
}
.categoryHldr .category a .inner .circle img {
  border-radius: calc(var(--cat-img-circle) / 2);
  width: var(--cat-img-circle);
  height: var(--cat-img-circle);
}
.info {
  margin-bottom: 40px;
  background-color: white;
  text-align: center;
}
@media (max-width: 650px) {
  .info {
    margin-bottom: 20px;
  }
}
.info h2 {
  text-align: center;
  margin: auto;
}
.info h2.porota {
  font-weight: bold;
  text-transform: none;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.info p b {
  color: #505050;
}
.info .porotalidi {
  display: flex;
  justify-content: center;
  justify-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.info .porotalidi .foto {
  min-width: 100px;
  max-width: calc(100% / 8 - 0px);
  box-sizing: border-box;
}
.info .porotalidi .foto .name {
  display: block;
  color: #949494;
  font-weight: bold;
  margin: 10px 0 2px 0;
  font-size: 1em;
}
.info .porotalidi .foto .function {
  font-size: 0.8em;
  font-weight: normal;
  color: #949494;
  margin: 0;
}
.perfumeList {
  padding: 40px 0;
  margin-bottom: 40px;
  background-color: #f6e1b8;
}
@media (max-width: 650px) {
  .perfumeList {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.perfumeList h2 {
  text-align: center;
  margin-bottom: 40px;
}
.perfumeList .galerie {
  max-width: 1748px;
  display: grid;
  margin: 0 auto;
  text-align: center;
  align-items: start;
  justify-items: center;
  justify-content: center;
  align-content: center;
  gap: 20px;
  grid: min-content / repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .perfumeList .galerie {
    grid: min-content / repeat(3, 1fr);
  }
}
@media (max-width: 823px) {
  .perfumeList .galerie {
    grid: min-content / repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .perfumeList .galerie {
    grid: min-content / 1fr;
  }
}
.perfumeList .galerie .item {
  cursor: pointer;
  max-width: 417px;
  color: #ce6987;
  font-size: 18px;
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 0;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .perfumeList .galerie .item {
    font-size: 16px;
  }
}
.perfumeList .galerie .item:hover {
  font-weight: bolder;
}
.perfumeList .galerie .item .selectable {
  background-color: white;
  margin-bottom: 20px;
}
.perfumeList .galerie .item .selectable:before {
  display: none;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 80px;
  height: 80px;
  content: '';
  background-size: cover;
}
.perfumeList .galerie .item .selectable.heard:before {
  display: block;
  background-image: url(heard-light.svg);
}
.perfumeList .galerie .item .selectable.check:before {
  display: block;
  background-image: url(heard.svg);
}
.perfumeList .galerie .item .selectable.heard1:before {
  display: block;
  background-image: url(heard1.svg);
}
.perfumeList .galerie .item .selectable.heard2:before {
  display: block;
  background-image: url(heard2.svg);
}
.perfumeList .galerie .item .selectable.heard3:before {
  display: block;
  background-image: url(heard3.svg);
}
.perfumeList .galerie .item .selectable.jury:after {
  content: 'Cena poroty';
  display: block;
  position: absolute;
  bottom: 20%;
  left: 20%;
  right: 20%;
  color: white;
  background-color: rgba(226, 0, 122, 0.9);
  padding: 10px;
  font-weight: bold;
  border-radius: 15px;
}
.perfumeWinners {
  padding: 40px 0;
  margin-bottom: 40px;
  background-color: #f6e1b8;
}
@media (max-width: 650px) {
  .perfumeWinners {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.perfumeWinners h2 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}
.perfumeWinners .galerie {
  max-width: 1748px;
  display: grid;
  margin: 0 auto;
  text-align: center;
  align-items: start;
  justify-items: center;
  justify-content: center;
  align-content: center;
  gap: 20px;
  grid: min-content / repeat(3, 1fr);
}
@media (max-width: 650px) {
  .perfumeWinners .galerie {
    grid: min-content / 1fr;
  }
}
.perfumeWinners .galerie .item {
  max-width: 417px;
  color: #ce6987;
  font-size: 18px;
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 0;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .perfumeWinners .galerie .item {
    font-size: 16px;
  }
}
.perfumeWinners .galerie .item .selectable {
  background-color: white;
  margin-bottom: 20px;
}
.perfumeWinners .galerie .item .selectable:before {
  display: none;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 80px;
  height: 80px;
  content: '';
  background-size: cover;
}
.perfumeWinners .galerie .item .selectable.heard:before {
  display: block;
  background-image: url(heard-light.svg);
}
.perfumeWinners .galerie .item .selectable.check:before {
  display: block;
  background-image: url(heard.svg);
}
.perfumeWinners .galerie .item .selectable.heard1:before {
  display: block;
  background-image: url(heard1.svg);
}
.perfumeWinners .galerie .item .selectable.heard2:before {
  display: block;
  background-image: url(heard2.svg);
}
.perfumeWinners .galerie .item .selectable.heard3:before {
  display: block;
  background-image: url(heard3.svg);
}
.perfumeWinners .galerie .item .selectable.jury:after {
  content: 'Cena poroty';
  display: block;
  position: absolute;
  bottom: 20%;
  left: 20%;
  right: 20%;
  color: white;
  background-color: rgba(226, 0, 122, 0.9);
  padding: 10px;
  font-weight: bold;
  border-radius: 15px;
}
.form label.website,
.form input[name='website'] {
  display: none;
}
.form label {
  display: block;
}
.form .text-danger {
  display: block;
  color: #C40000;
  font-weight: 400;
  margin-top: 4px;
}
.form .frmError {
  max-width: 800px;
  margin-bottom: 20px;
  text-align: center;
  display: grid;
  grid: auto / 1fr 40px;
  gap: 20px;
  align-items: center;
}
.form .frmError span {
  font-weight: normal;
}
.form .frmError svg {
  fill: #C40000;
}
.form .group {
  margin-bottom: 15px;
  width: 100%;
}
.form .group.btnsg {
  margin-bottom: 0;
}
.form input,
.form select,
.form textarea {
  display: block;
  color: black;
  width: calc(100% - 40px);
  padding: 10px 15px;
  background: #fff;
  border: 1px #999 solid;
  border-radius: 5px;
  font-size: 1em;
}
.form input[type=radio],
.form input[type=checkbox] {
  width: fit-content;
  display: inline;
  margin-right: 5px;
}
.form button,
.form input[type=reset],
.form input[type=submit] {
  width: auto;
  height: auto;
  overflow: hidden;
}
.form input:hover,
.form select:hover,
.form textarea:hover {
  background-color: #f6e1b8;
}
.form .btn {
  padding: 20px 40px;
  margin: auto;
  cursor: pointer;
  font-size: 1.4em;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
  background-color: #f6e1b8;
}
.form .btn:hover {
  color: #ce6987;
  border: 1px solid #ce6987;
}
.form #udaje {
  margin: 0 auto;
  margin-bottom: 40px;
  background-color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.form #udaje h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.form #udaje .formgrid {
  width: 100%;
  display: grid;
  grid: auto / 1fr 1fr;
}
@media (max-width: 650px) {
  .form #udaje .formgrid {
    grid: auto / 1fr;
  }
}
#podekovani {
  padding: 40px;
  background-color: white;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  #podekovani {
    padding: 20px;
    margin-bottom: 20px;
  }
}
#vyhercisouteze {
  background-color: white;
  text-align: center;
  margin-bottom: 40px;
}
#vyhercisouteze h3 {
  text-align: center;
}
#vyhercisouteze .vyherci {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#viteznevune {
  padding: 40px;
  background-color: white;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  #viteznevune {
    padding: 20px;
    margin-bottom: 20px;
  }
}
footer {
  margin-bottom: 20px;
  font-size: 0.75rem;
  text-align: center;
}
footer a {
  cursor: pointer;
  color: black;
  text-decoration: underline;
}
footer a:hover {
  color: #8d8d8d;
}
#finalevideo {
  padding: 40px;
  margin-bottom: 40px;
  background-color: white;
  text-align: center;
}
@media (max-width: 650px) {
  #finalevideo {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.ytvideo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 40px;
  height: 0;
  overflow: hidden;
}
@media (max-width: 650px) {
  .ytvideo {
    padding-top: 20px;
  }
}
.ytvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
video {
  width: 100%;
}
video.loaded {
  cursor: pointer;
}
