@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@100..900&display=swap");

* {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif !important;
}

:root {
  --black-clr: #000;
  --white-clr: #fff;
  --grey-clr: #131313;
  --dark-grey-clr: #090909;
  --dark-grey-clr: #090909;
  --gray-clr: #242424;
  --yellow-clr: #fbb217;
}

body {
  height: 100%;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
  background-color: var(--grey-clr);
}

body.noscroll {
  overflow-y: hidden;
  height: 100svh;
}

input:focus {
  outline: none !important;
}

.spltscrn-cont .swipe-icon-btn {
  display: none;
}

/* maintance block */

.maintance_info {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  display: none;
}

.maintance_info * {
  font-size: 1.05rem;
}

.maintance_info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--grey-clr);
  opacity: 0.5;
}

.maintance_info .info_cont {
  background-color: var(--grey-clr);
  color: var(--white-clr);
  width: 95%;
  max-width: 500px;
  padding: 2em;
  position: relative;
  z-index: 2;
  border: 1px var(--black-clr) solid;
}

.maintance_info .info_cont .mail_fail {
}

.maintance_info .info_cont.success {
}

.maintance_info .info_cont .icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.maintance_info .info_cont .icons a {
  display: flex;
  margin: 0;
}

.maintance_info .info_cont .icons img {
  height: 70px;
  width: auto;
}

.maintance_info .info_cont span.app-title {
  color: var(--yellow-clr);
  font-size: 2rem;
  padding-left: 120px;
  display: block;
}

.maintance_info .info_cont span.app-title.success {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
}

.maintance_info .info_cont .mail_fail span.app-title,
.maintance_info .info_cont .packeta span.app-title {
  background: url(../images/error.webp) left center no-repeat;
  background-size: 104px;
}

.maintance_info .info_cont .mail_sent span.app-title {
  background: url(../images/raketa.webp) left center no-repeat;
  background-size: 104px;
}

.maintance_info .info_cont p {
  line-height: 1.5;
  margin: 2rem auto;
}

/* /miantance info */

.animation.fasterAnimation * {
  animation-delay: 0.2s !important;
}

.price {
  position: relative;
}

br.mobile {
  display: none;
}

.not-mobile {
  width: 0.5rem;
  margin: 0;
}

.price::after {
  content: " Kč";
}

#document-container {
  width: 100%;
  overflow: hidden;
}

#document-container * {
  font-family: "Barlow", sans-serif !important;
}

.loading_animation.lukaacademy {
  user-select: none;
  background-image: url("../images/loading-animation.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px;
}

.loading_animation.lukaacademy img {
  width: 100%;
  height: 100%;
  min-width: 100px;
  min-height: 100px;
  max-width: 550px;
  max-height: 550px;
  animation: rollover 2s ease-in-out infinite;
  opacity: 0.5;
  user-select: none;
}

.unable {
  opacity: 0.45 !important;
  pointer-events: none !important;
}

.disabled {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
}

.btnborder {
  display: block;
  border: 1px var(--yellow-clr) solid !important;
}

.swipe-icon-btn {
  display: none;
}

@keyframes rollover {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

article.temp-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--grey-clr);
  flex-wrap: wrap;
  font-family: "Barlow", sans-serif !important;
}

article.temp-container h1 {
  color: var(--white-clr);
  letter-spacing: 1px;
  text-align: center;
}

article.temp-container ul {
  color: var(--white-clr);
  width: 100%;
  text-align: center;
  margin: 1rem 0;
}

article.temp-container ul li {
  color: var(--white-clr);
  list-style-type: none;
}

article.temp-container ul li img {
  max-width: 250px;
  margin: 2rem auto;
}

.content_width {
  max-width: 1680px;
  width: 100%;
  padding: 0 2.5%;
}

h1,
h2 {
  letter-spacing: -2px;
  line-height: 1;
}

h2 {
  font-size: 4rem;
}

@keyframes popload {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

* b {
  font-size: inherit;
  color: inherit;
  background-color: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  font-weight: bold;
  letter-spacing: inherit;
}

header.document_header {
  width: 100%;
  min-height: auto;
  background: var(--grey-clr);
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate(0, -10%);
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: var(--white-clr);
  z-index: 6;
}

/* slider */

.slider {
  position: relative;
  width: 100%;
}

.slider button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 19;
  transition: 0.25s;
  user-select: none;
  color: transparent;
  overflow: hidden;
  background: var(--green-clr);
  border-radius: 50%;

  display: none;
}

.slider button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-top: 2px var(--white-clr) solid;
  border-left: 2px var(--white-clr) solid;
}

.slider button:last-of-type::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.slider button.unable {
  pointer-events: none;
}

.slider button:last-of-type {
  left: unset;
  right: 0;
  transform: translate(50%, -50%);
}

.slider .sld-cont {
  overflow: hidden;
}

.slider .sld-scr {
  display: grid;
}

/* SplitScreen */

.spltscrn-cont {
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.spltscrn-cont > .content_width {
  /*
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8rem;
*/
}

.spltscrn-cont .card {
  padding: 1rem;
}

.spltscrn-cont .card > .cnt {
  border-radius: 10px;
  background: var(--dark-grey-clr);
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  height: 60vh;
  min-height: 700px;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 80px 0 180px 0;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.57);
  -moz-box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.57);
  box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.12);
  transition: 0.25s;
}

.spltscrn-cont .card > .cnt:hover {
  transform: translate(0, -10px);
  -webkit-box-shadow: 0px 0px 13px 0px rgba(251, 178, 23, 1);
  -moz-box-shadow: 0px 0px 13px 0px rgba(251, 178, 23, 1);
  box-shadow: 0px 0px 13px 0px rgba(251, 178, 23, 1);
}

.spltscrn-cont a.carda {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.spltscrn-cont .card .card-cont {
  width: 100%;
  padding: 0 3rem;
}

.spltscrn-cont .card .card-cont figure {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  transition: 0.5s;
}

.spltscrn-cont .card:hover .card-cont figure {
  transform: translate(0, -10px);
}

.spltscrn-cont .card .card-cont figure img {
  width: 100%;
}

.spltscrn-cont .card.web .card-cont figure img {
  width: 65%;
}

.spltscrn-cont .card .card-cont h1 {
  color: var(--white-clr);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 3vw;
  padding: 4rem 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.75s;
}

/*.spltscrn-cont .card:hover .card-cont h1 {
    transform: translate(0, -10px);
}*/

/*SplitScreen*/

#kosik-lista {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  max-width: 100vw;
  transform: translate(10%, 0);
  background-color: var(--grey-clr);
  padding: 1rem;
  border-radius: 5px;
  color: var(--black-clr);
  text-align: center;
  font-size: 1.05rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  z-index: 9;
  -webkit-box-shadow: -3px 0px 29px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -3px 0px 29px -3px rgba(0, 0, 0, 0.75);
  box-shadow: -3px 0px 29px -3px rgba(0, 0, 0, 0.75);
}

#kosik-lista table[data-kosiktable] tr {
  margin-bottom: 0;
}

#kosik-lista.active {
  pointer-events: all;
  opacity: 1;
  transform: translate(0, 0);
}

#kosik-lista * {
  color: inherit;
  font-size: inherit;
}

#kosik-lista .empty {
  color: var(--white-clr);
  text-align: center;
  position: absolute;
  z-index: 2;
  background-color: var(--grey-clr);
  width: 100%;
  max-width: 100vw;
  left: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  user-select: none;
}

#kosik-lista .empty .btn {
  margin-top: 1rem;
}

#kosik-lista .empty span {
  display: block;
  padding-top: 150px;
  background: url("../images/nakupni-kosik-prazdny.svg") center center no-repeat;
  background-size: 100px;
  pointer-events: none;
}

#kosik-lista.active .empty.visible {
  pointer-events: all;
}

#kosik-lista table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  max-width: 600px;
  min-width: 600px;
}

#kosik-lista table tr {
  border-bottom: 1rem var(--black-clr) solid;
}

#kosik-lista table tr:last-of-type {
  border-bottom: none;
}

#kosik-lista table th {
  text-transform: uppercase;
  padding: 1rem 0.75rem;
  color: var(--white-clr);
  font-weight: normal;
}

#kosik-lista table td.pocetks {
  max-width: 50px;
  min-width: 50px;
  width: 50px;
}

#kosik-lista table td:first-letter {
  text-transform: uppercase;
}

.emptyCart {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  user-select: none;
}

.emptyCart.visible {
  position: relative;
  opacity: 1;
  pointer-events: all;
  user-select: all;
}

article.kosik-main {
}

article.kosik-main .emptyCart {
  text-align: center;
  display: block;
  transform: translate(0px, 45px);
  background-color: var(--grey-clr);
  z-index: 2;
}

article.kosik-main .emptyCart::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  background-color: var(--grey-clr);
  transform: translate(0, 100%);
}

article.kosik-main .souhrn .emptyCart {
  transform: translate(0, 0);
}

article.kosik-main .souhrn .emptyCart::after {
  display: none;
}

article.kosik-main .emptyCart span.title {
  color: var(--white-clr);
  max-width: 450px;
  display: block;
  margin-bottom: 1rem;
  background: url("../images/nakupni-kosik-prazdny.svg") top center no-repeat;
  padding-top: 150px;
  background-size: 120px;
}

article.kosik-main .emptyCart span a {
  color: inherit;
  text-decoration: underline;
}

article.kosik-main .emptyCart a.btn {
  font-size: 1.05rem;
}

table[data-kosiktable] {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1em;
  table-layout: fixed;
  max-width: 600px;
  min-width: 600px;
}

table[data-kosiktable] tr {
  color: var(--black-clr);
  margin-bottom: 2rem;
  background: var(--yellow-clr);
}

table[data-kosiktable] thead tr {
  background: transparent;
}

table[data-kosiktable] tr th {
  background-color: transparent;
  text-align: center;
  color: var(--white-clr);
  font-size: 1.5rem;
  padding-bottom: 1rem;
  width: 100%;
  white-space: nowrap;
  font-weight: normal;
}

table[data-kosiktable] tr td {
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.5rem;
  white-space: nowrap;
}

table[data-kosiktable] tr th:last-of-type,
table[data-kosiktable] tr td:last-of-type {
  width: 90px;
  max-width: 90px;
  min-width: 90px;
}

table[data-kosiktable] tr td:first-of-type {
  min-width: 120px;
}

table[data-kosiktable] .pocetks {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  max-width: 90px;
  min-width: 90px;
}

table[data-kosiktable] .pocetks::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(3px, 0);
  height: 100%;
  width: 20px;
  background-color: var(--yellow-clr);
  z-index: 1;
  display: none;
}

table[data-kosiktable] .pocetks button {
  position: absolute;
  border: none;
  background: var(--white-clr);
  color: transparent !important;
  padding: 0;
  border-radius: 0;
  text-align: center;
  width: 25px;
  height: 25px;
  left: 0;
  z-index: 2;
}

table[data-kosiktable] label.dot {
  display: block;
  padding: 0.25rem 0.5rem 0.25rem 30px;
  background-color: var(--grey-clr);
  position: relative;
  font-size: 1.25rem !important;
  margin: 0 0.5rem 0 0;
}

table[data-kosiktable] label.dot span {
  font-size: inherit;
  color: var(--white-clr) !important;
}

table[data-kosiktable] label.dot span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(6px, -50%);
  width: 16px;
  height: 16px;
  background: var(--yellow-clr);
}

table[data-kosiktable] label.dot.white span::before {
  background: var(--white-clr);
}

table[data-kosiktable] label.dot input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  display: none;
}

table[data-kosiktable] .pocetks button::before,
table[data-kosiktable] .pocetks button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background: var(--grey-clr);
}

table[data-kosiktable] .pocetks button:first-of-type {
  left: unset;
  right: 0;
}

table[data-kosiktable] .pocetks button:first-of-type::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

table[data-kosiktable] .remove {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  border: none;
  box-shadow: none;
  cursor: pointer;
  background: var(--black-clr);
  border-radius: 50%;
  transform: rotate(45deg);
  color: transparent;
  user-select: none;
}

table[data-kosiktable] .remove::before,
table[data-kosiktable] .remove::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 3px;
  background: var(--yellow-clr);
  transition: 0.3s;
}

table[data-kosiktable] .remove::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

table[data-kosiktable] .remove:hover::before,
table[data-kosiktable] .remove:hover::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

table[data-kosiktable] input[type="number"] {
  padding: 0.5rem;
  font-weight: 500;
  background-color: transparent;
  border: none;
  max-width: 40px;
  display: block;
  text-align: center;
  transform: translate(6px, 0);
}

.kosik-main table[data-kosiktable] {
  max-width: 100%;
}

#kosik-lista span.footer {
  width: 100%;
  display: grid;
  text-align: center;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

#kosik-lista span.footer a.btn {
  color: var(--white-clr);
  font-weight: normal;
  width: 100%;
}

#kosik-lista span.footer a.btn:hover {
  color: var(--black-clr);
}

section.header .logo.animation {
  user-select: none;
  margin-top: 1rem;
  width: 100%;
  height: 100vh;
  text-align: center;
  max-width: 1110px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.bedna img {
  width: 75%;
}

#open-cont {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--grey-clr);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

#open-cont video {
  width: 100%;
  height: auto;
}

.animation #open-cont {
  animation: invisible 0.2s linear;
  animation-fill-mode: forwards;
  /*    animation-delay: 4s;*/
  animation-delay: 1s;
}

@keyframes invisible {
  from {
    opacity: 1;
    pointer-events: all;
  }

  to {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes dissapear {
  from {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
  }

  to {
    opacity: 0;
    transform: scale(0.1);
    pointer-events: none;
  }
}

header.document_header nav.main_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 0.5rem;
  width: 100%;
  z-index: 4;
}

header.document_header nav.main_nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--grey-clr);
  z-index: -1;
  opacity: 0.9;
}

header.document_header.toggle {
  animation: popload 0.3s ease-in;
  animation-fill-mode: forwards;
}

header.document_header nav.main_nav span#kosik-count {
  position: absolute;
  background-color: var(--yellow-clr);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
  border-radius: 50%;
  color: var(--black-clr);
  font-weight: 600;
  padding: 0.2rem;
}

div[data-kosikclose] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  background-color: transparent;
  z-index: 5;
  pointer-events: none;
  opacity: 0.55;
}

div[data-kosikclose].active {
  pointer-events: all;
}

header.document_header nav.main_nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  top: 0;
  right: 0;
  position: relative;
  z-index: 4;
}

header.document_header nav.main_nav > ul li {
  display: inline-block;
  transition: 0.2s;
  /*font-weight: 500;*/
  font-size: 14px;
  position: relative;
}

header.document_header nav.main_nav ul li.dropdown {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
}

header.document_header nav.main_nav ul li.dropdown span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  user-select: none;
}

header.document_header nav.main_nav ul li.dropdown span img {
  width: 25px;
}

header.document_header nav.main_nav ul li.dropdown ul {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 50%;
  white-space: nowrap;
  max-width: 200px;
  transition: 0.2s;
  display: flex;
  transform: translate(-75%, -50%);
}

header.document_header nav.main_nav ul li.dropdown ul li {
  margin: 0 0.5rem 0 0;
}

header.document_header nav.main_nav ul li.dropdown:hover ul {
  opacity: 1;
  pointer-events: all;
  transform: translate(-100%, -50%);
}

header.document_header nav.main_nav ul li a {
  color: inherit;
  text-decoration: none;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0.25rem;
  cursor: pointer;
  font-size: 1.5rem;
  transition: 0.2s;
}

header.document_header nav.main_nav ul li a.active,
header.document_header nav.main_nav ul li a:hover {
  color: var(--yellow-clr);
}

header.document_header nav.main_nav ul li a img {
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  transition: 0.2s;
}

header.document_header nav.main_nav ul li a.icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  transition: 0.2s;
  user-select: none;
}

header.document_header nav.main_nav ul li a.icon.linkedin {
  background-image: url("../images/linkedin-logo-yellow.svg");
}

header.document_header nav.main_nav ul li a.icon.instagram {
  background-image: url("../images/instagram-zluty.svg");
}

header.document_header nav.main_nav ul li a.icon.facebook {
  background-image: url("../images/facebook-yellow.svg");
}

header.document_header nav.main_nav ul li a.icon.herohero {
  background-image: url("../images/soc-icon-hh-yellow.svg");
}

header.document_header nav.main_nav ul li a.icon:hover {
  background-position: right -35px center;
}

header.document_header nav.main_nav ul li a.icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
  width: 25px;
  height: 25px;
  background-size: 25px;
  transition: 0.2s;
  opacity: 0;
}

header.document_header nav.main_nav ul li a.icon.linkedin::before {
  background: url("../images/linkedin-logo.svg") center center no-repeat;
  background-size: contain;
}

header.document_header nav.main_nav ul li a.icon.instagram::before {
  background: url("../images/instagram.svg") center center no-repeat;
}

header.document_header nav.main_nav ul li a.icon.facebook::before {
  background: url("../images/facebook-colored.svg") center center no-repeat;
}

header.document_header nav.main_nav ul li a.icon.herohero::before {
  background-image: url("../images/soc-icon-hh.svg");
}

header.document_header nav.main_nav ul li a.icon:hover::before {
  transform: translate(-50%, -50%);
  opacity: 1;
}

button#main-menu-toggle {
  position: relative;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  height: 40px;
  width: 30px;
  margin-left: 1rem;
}

button#main-menu-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 2px;
  background: var(--yellow-clr);
  transition: 0.2s;
}

button#main-menu-toggle span::before,
button#main-menu-toggle span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: inherit;
  width: 100%;
  background: inherit;
  transition: inherit;
}

button#main-menu-toggle span::before {
  transform: translate(-50%, 500%);
}

button#main-menu-toggle span::after {
  transform: translate(-50%, -500%);
}

button#main-menu-toggle.active span {
  background: transparent;
}

button#main-menu-toggle.active span::before {
  transform: translate(-50%, 0) rotate(45deg);
  background: var(--yellow-clr);
}

button#main-menu-toggle.active span::after {
  transform: translate(-50%, 0) rotate(-45deg);
  background: var(--yellow-clr);
}

section[data-mainmenu] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  transition: 0.2s;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}

section[data-mainmenu].active {
  pointer-events: all;
  opacity: 1;
}

section[data-mainmenu] .closemenu {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--grey-clr);
  opacity: 0.75;
  z-index: 1;
}

section[data-mainmenu] nav.menu {
  position: relative;
  z-index: 2;
  max-width: 50%;
  margin-right: 0;
  margin-top: 10vh;
}

section[data-mainmenu] nav.menu ul {
  text-align: right;
  max-height: 80vh;
  overflow-y: scroll;
  transform: translate(20px, 0);
}

section[data-mainmenu] nav.menu ul li {
  list-style-type: none;
  margin-bottom: 1rem;
}

section[data-mainmenu] nav.menu ul li:last-of-type {
  margin-bottom: 0;
}

section[data-mainmenu] nav.menu ul li a {
  display: inline-block;
  color: var(--white-clr);
  text-decoration: none;
  font-weight: bold;
  font-size: 4rem;
  padding: 0.5rem;
  padding-right: 100px;
  position: relative;
  cursor: pointer;
}

section[data-mainmenu] nav.menu ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-40px, -50%) rotate(-90deg);
  border-left: 15px transparent solid;
  border-right: 15px transparent solid;
  border-bottom: 15px var(--yellow-clr) solid;
  border-radius: 5px;
  transition: 0.2s;
  opacity: 0;
}

section[data-mainmenu] nav.menu ul li a:hover::after {
  opacity: 1;
  right: 0;
}

section.header .logo.animation .bedna {
  opacity: 0;
  width: 50vw;
  max-width: 965px;
  height: 55vh;
  object-fit: contain;
  min-width: 100%;
}

.animation section.header .logo.animation .bedna {
  animation: showBedna 0.75s ease;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes showBedna {
  from {
    transform: scale(0.3);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes transformBox {
  from {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  to {
    left: 0;
    transform: translate(0, -50%);
  }
}

section.header {
  position: relative;
}

section.header .logo.animation img[src*="logo-text"] {
  width: 59%;
  animation: logotxt 0.55s linear;
  animation-fill-mode: forwards;
  animation-delay: 3.55s;
  opacity: 0;
  margin-right: 0;

  display: none;
}

@keyframes logotxt {
  from {
    opacity: 0;
    transform: translate(-10%, 0);
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

section.header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
}

.animation section.header .overlay {
  animation: showNet 0.5s linear;
  animation-fill-mode: forwards;
  /*    animation-delay: 6s;*/
  animation-delay: 2s;
}

@keyframes showNet {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

section.header .overlay::before,
section.header .overlay::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 2;
  background: url("../images/header-bg.jpg") center center repeat;
  background-size: cover;
}

section.header > * {
  position: relative;
  z-index: 3;
}

section.header section.bedna_header {
  user-select: none;
  opacity: 1;
  position: relative;
}

section.header section.bedna_header .animace {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-51.25%, -6%);
  opacity: 0;
}

section.header section.bedna_header .animace.animace-mobil {
  display: none;
}

section.header section.bedna_header::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 880px;
  height: 100%;
  background-image: url(../images/portal.png);
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate(-50%, -10%);
  background-size: contain;
  z-index: 1;
  opacity: 0;
}

.animation section.header section.bedna_header img {
  animation: loadBox 1s ease;
  animation-fill-mode: forwards;
  animation-delay: 3.75s;
  opacity: 0;
  transform: translate(0, 10%);
  z-index: 2;
}

.animation section.header section.bedna_header .animace {
  animation: loadPort 0.5s ease;
  animation-fill-mode: forwards;
}

.animation section.header section.bedna_header.blink::after {
  animation: blink 3.55s ease infinite;
  /*    animation-delay: 2s;*/
}

@keyframes blink {
  0% {
    opacity: 0.25;
  }

  33.333% {
    opacity: 0.75;
  }

  100% {
    opacity: 0.25;
  }
}

@keyframes loadBox {
  from {
    opacity: 0;
    transform: translate(0, 15%);
  }

  to {
    opacity: 1;
    transform: translate(0, 10%);
  }
}

@keyframes loadPort {
  from {
    opacity: 0;
    transform: translate(-51.25%, -10%) scale(0.3);
  }

  to {
    opacity: 0.25;
    transform: translate(-51.25%, -7%) scale(1);
  }
}

section.header > article {
  text-align: center;
}

section.header > article .grid-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

section.header > article .grid-header .bedna_header {
  width: 50%;
  margin-right: 0;
}

section.header > article .grid-header h1 {
  width: 50%;
  margin-left: 0;
  text-align: left;
}

section.header > article .grid-header p {
  width: 100%;
  margin-top: 5rem;
}

section.header > article section.bedna_header img {
  max-width: 470px;
  width: 90%;
  transform: translate(0, 2%);
  position: relative;
  z-index: 2;
}

.animation section.header section.bedna_header img.floating {
  animation: levitate 3.5s linear infinite;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes levitate {
  0% {
    transform: translate(0, 12%);
  }

  66.666% {
    transform: translate(0, 10%);
  }

  100% {
    transform: translate(0, 12%);
  }
}

section.header .overlay::before {
  background-image: url("../images/header-bg-pulse.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}

.animation section.header .overlay::after {
  animation: pulse 3.5s ease infinite;
  z-index: 2;
}

.animation section.header .overlay::before {
  animation: pulseEnergy 3.5s ease infinite;
  z-index: 1;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  33.333% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes pulseEnergy {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  33.333% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

section.header > article h1 {
  text-align: center;
  font-weight: normal;
  font-size: 2.55rem;
  max-width: 38%;
  text-transform: uppercase;
  opacity: 0;
  margin: 0 auto 80px auto;
  letter-spacing: 1px;
  padding: 1rem 2rem;
  color: var(--white-clr);
}

.animation section.header > article h1 {
  animation: loadH1 0.3s ease-in;
  animation-fill-mode: forwards;
  /*    animation-delay: 4.25s;*/
  animation-delay: 2.25s;
}

section.header > article section.cert {
  transform: translate(0, 80%);
  opacity: 0;
  margin: 9.5rem auto 2rem auto;
  max-width: 60%;
}

section.header > article section.cert p {
  font-size: 1.05rem;
  letter-spacing: 1px;
  font-weight: normal;
  color: var(--white-clr);
  line-height: 1.5;
  margin-bottom: 1rem;
}

section.header > article section.cert p:last-of-type {
  margin-bottom: 0;
}

.animation section.header > article section.cert {
  animation: loadH1 0.3s ease-in;
  animation-fill-mode: forwards;
  /*    animation-delay: 5.75s;*/
}

@keyframes loadH1 {
  from {
    transform: translate(0, 30%);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

section.header > article section.blocks {
  display: flex;
  transform: translate(0, 20%);
  border-radius: 5px;
  position: relative;
  flex-wrap: nowrap;
  opacity: 1;
  background-color: var(--yellow-clr);
}

section.header > article section.blocks h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  position: relative;
  text-transform: uppercase;
  color: var(--black-clr);
  line-height: 1;
  letter-spacing: 0.025rem;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

section.header > article section.blocks h2::after {
  content: "";
  position: absolute;
  background-color: var(--black-clr);
  width: 90px;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.2s;
}

section.header > article section.blocks .block {
  padding: 2rem;
  position: relative;
  background-color: var(--yellow-clr);
  width: 25%;
}

section.header > article section.blocks .block:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

section.header > article section.blocks .block:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

section.header > article section.blocks .block.pop {
  opacity: 0;
  transform: translate(0, 50%);
}

section.header > article section.blocks .block::before,
section.header > article section.blocks .block::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: var(--yellow-clr);
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.3s;
  z-index: 2;
}

section.header > article section.blocks .block::after {
  height: 40px;
  width: 40px;
  background-color: var(--grey-clr);
  transition: 0.3s;
  z-index: 1;
}

section.header > article section.blocks .block p {
  color: var(--black-clr);
  font-size: 1.05rem;
  line-height: 1.5;
}

section.header > article section.blocks .block ul li {
  margin-bottom: 1rem;
  list-style-type: none;
  font-size: 1.05rem;
  position: relative;
}

section.header > article section.blocks .block ul li:last-of-type {
  margin-bottom: 0;
}

section.header > article section.blocks .block ul li:last-of-type::before {
  display: none;
}

.video_cont {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--grey-clr);
  position: relative;
  z-index: 2;
}

.video_cont .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--yellow-clr);
  z-index: 3;
}

.video_cont .playbtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  border-bottom: 10px var(--black-clr) solid;
  border-left: 10px transparent solid;
  border-right: 10px transparent solid;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.video_cont .container {
  width: 100%;
  height: 100%;
  position: relative;
}

.video_cont .container::beforer {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 13%;
  background-color: var(--grey-clr);
  z-index: 3;
}

.video_cont video {
  width: 100%;
  max-height: 100vh;
}

.video_cont .mutebtn {
  position: absolute;
  top: 16%;
  right: 3%;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: var(--yellow-clr);
  background-image: url(../images/video-mute.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 55%;
  z-index: 5;

  display: none;
}

.video_cont .mutebtn.unmuted {
  background-image: url(../images/video-sound.svg);
}

.video_cont #lukavideo::-webkit-media-controls-start-playback-button,
.video_cont #lukavideo::-moz-media-controls-play-button {
  display: none;
}

section.main_content {
  background-color: var(--grey-clr);
  color: var(--white-clr);
  font-size: 1.05rem;
  position: relative;
  padding-bottom: 4rem;
  z-index: 2;
}

section.main_content.load::before {
  transform: translate(0, -40%) rotate(0);
}

section.main_content.load.spoluprace::before {
  transform: translate(0, 0) rotate(0);
}

section.main_content .socmedia {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: var(--grey-clr);
  padding-bottom: 2rem;
}

section.main_content .socmedia article.block {
  text-align: center;
  max-width: 25%;
  position: relative;
  z-index: 2;
}

section.main_content .socmedia article.block.pop > * {
  transform: translate(0, 50%);
  opacity: 0;
}

section.main_content .socmedia article.block > * {
  transform: translate(0, 0);
  opacity: 1;
}

section.main_content .socmedia article.block img {
  width: 180px;
  transition: 0.5s;
}

section.main_content .socmedia article.block span {
  display: inline-block;
  position: relative;
  user-select: none;
}

section.main_content .socmedia article.block span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("../images/soc-icon-fb-hv.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.2s;
}

section.main_content .socmedia article.block.instagram span::before {
  background-image: url("../images/soc-icon-ig-hv.png");
}

section.main_content .socmedia article.block.facebook span::before {
  background-image: url("../images/soc-icon-fb-hv.webp");
}

section.main_content .socmedia article.block.linkedin span::before {
  background-image: url("../images/soc-icon-in-hv.png");
}

section.main_content .socmedia article.block.herohero span::before {
  background-image: url("../images/soc-icon-hh-hv.webp");
}

section.main_content .socmedia article.block span:hover::before {
  opacity: 1;
}

section.main_content .socmedia article.block h2 {
  font-size: 2rem;
  letter-spacing: normal;
  display: block;
  margin: 2rem 0;
  transition: 0.75s;
}

section.main_content .socmedia article.block p {
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 200;
  max-width: 100%;
  transition: 1s;
}

section.main_content article.content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

section.main_content.spoluprace article.content {
  justify-content: center;
}

section.main_content article.content p {
  max-width: 80%;
  margin-left: 0;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  font-size: 1.05rem;
  font-weight: 200;
  letter-spacing: 1px;
}

section.main_content.spoluprace article.content p {
  line-height: 1.75;
}

section.spoluprace h2,
section.main_content article.content .title-h-tag,
section.main_content article.content h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
  font-weight: normal;
  text-transform: uppercase;
}

section.main_content article.content .title-h-tag b {
  font-weight: bold;
}

section.main_content.spoluprace article.content .title-h-tag {
  line-height: 1.25;
}

section.main_content.spoluprace h1,
section.main_content.spoluprace h2,
section.main_content.spoluprace h3,
section.main_content.spoluprace h4,
section.main_content.spoluprace h5,
section.main_content.spoluprace h6 {
  line-height: 1.25 !important;
  letter-spacing: 1px;
}

section.main_content.spoluprace p {
  font-weight: lighter !important;
  line-height: 1.75 !important;
}

section.main_content article.content figure {
  width: 50%;
  margin-right: 0;
  text-align: right;
  user-select: none;
  transform: translate(-10%, 0);
  opacity: 0;
  transition: 0.5s;
}

section.main_content article.content figure.loaded {
  transform: translate(0, 0);
  opacity: 1;
}

section.main_content article.content figure img {
  width: 100%;
  max-width: 550px;
  opacity: 0.8;
}

/* section.main_content.spoluprace article.content figure img {
  opacity: 1;
} */

section.main_content article.content figure::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: rgb(19, 19, 19);
  background: -moz-linear-gradient(0deg, rgba(19, 19, 19, 1) 12%, rgba(19, 19, 19, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(19, 19, 19, 1) 12%, rgba(19, 19, 19, 0) 100%);
  background: linear-gradient(0deg, rgba(19, 19, 19, 1) 12%, rgba(19, 19, 19, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131313", endColorstr="#131313", GradientType=1);
}

section.main_content article.content section.text {
  position: relative;
  padding-left: 2rem;
  width: 50%;
  margin-left: 0;
  opacity: 1;
  transform: translate(10%, 0);
  transition: 0.5s;
  z-index: 3;
}

section.main_content article.content section.text.loaded {
  opacity: 1;
  transform: translate(0, 0);
}

section.main_content article.content section.text.loaded .btn {
  margin-top: 2rem;
}

section.main_content article.content section.text > * {
  opacity: 0;
  transform: translate(20%, 0);
  transition: 0.5s;
}

section.main_content article.content section.text.loaded > * {
  opacity: 1;
  transform: translate(0, 0);
}

section.index-form {
  padding: 100px 0 5rem 0;
  position: relative;
  z-index: 3;
  background: var(--grey-clr);
}

section.index-form.subpage {
  padding: 100px 2.5% 5rem 2.5%;
}

section.index-form h2 {
  font-weight: normal;
  max-width: 100%;
  margin: 0 auto;
  font-size: 3rem;
  margin-bottom: 5rem;
  color: var(--white-clr);
  line-height: 1.1;
}

section.index-form h1 {
  max-width: 60%;
}

section.index-form.index {
  text-align: center;
  padding: 5rem 0;
}

section.index-form.index form {
  width: 1180px;
}

form.form {
  color: var(--white-clr);
  text-align: left;
  font-size: 1.05rem;
  position: relative;
}

#login_article_container form.form {
  font-size: 1rem;
}

#doobjednatonline form.form {
  font-size: 1rem;
}

#doobjednatonline form.form a {
  color: inherit;
  text-decoration: underline;
}

form.form label {
  position: relative;
  display: inline-block;
}

form.form.game fieldset.checkbox label {
  cursor: pointer;
}

form.form.game fieldset.checkbox label span {
  position: relative;
  display: block;
  padding: 11px 59px;
  text-transform: uppercase;
  font-style: italic;
}

form.form.game fieldset.checkbox label span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("../game/img/btn-light.png") center center no-repeat;
  background-size: cover;
  opacity: 0.25;
  transition: 0.25s;
}

form.form.game fieldset.checkbox label.active span::before {
  opacity: 1;
}

form.form.game fieldset.checkbox label span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("../images/form-check-btn.png") center center no-repeat;
  background-size: contain;
  opacity: 0.25;
  transition: 0.25s;
}

form.form.game fieldset.checkbox label.active span::after {
  opacity: 1;
}

form.form.game fieldset.checkbox label:hover span::after {
  opacity: 0.75;
}

form.form label input {
  position: absolute;
  opacity: 0;
}

form.form label span.check {
  display: inline-block;
  width: 40px;
  min-width: 40px;
  height: 15px;
  background: var(--gray-clr);
  border-radius: 20px;
  margin-right: 1rem;
  position: relative;
  overflow: hidden;
  margin: 0 0.5rem 0 0;
}

form.form .dropcnt label span.check {
  margin: 0 0 0 auto;
}

form.form label span.text {
  margin: 0;
  text-align: left;
}

form.form label span.check::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: var(--white-clr);
  transition: 0.2s;
  -webkit-box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.55);
}

form.form label span.check::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1100%;
  height: 100%;
  background-color: transparent;
  transition: 0.2s;
}

form.form label input:checked + span.check::before {
  background-color: var(--yellow-clr);
}

form.form label input:checked + span.check::after {
  left: 100%;
  transform: translate(-100%, -50%);
  background-color: var(--white-clr);
}

form.form fieldset.inputs {
  border: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.75rem;
}

form.form.game fieldset.inputs {
  grid-template-columns: repeat(1, 1fr);
}

form.form section.tri {
  border: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.75rem;
  grid-column: 1/-1;
  width: 100%;
}

form.form fieldset .row {
  width: 100%;
  position: relative;
  user-select: none;
  font-size: 1.05rem;
  min-height: 60px;
  max-height: 60px;
}

form.form.game fieldset .row {
  min-height: 60px;
  max-height: unset;
}

form.form.game fieldset.inputs .row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: calc(100% - 2rem);
  height: 5px;
  background: url("../images/form-dash.svg") left center repeat-x;
  opacity: 0.55;
}

form.form fieldset.inputs .row:last-of-type {
  grid-column: 1/-1;
}

.kosik-main form.form fieldset.inputs .row:last-of-type {
  grid-column: unset;
}

.index-form form.form fieldset.inputs .row:last-of-type {
  grid-column: unset;
  margin-bottom: 2rem;
}

.index-form.index form.form fieldset.inputs .row:last-of-type {
  grid-column: 1/-1;
}

.index-form form.form fieldset.inputs:first-of-type {
}

form.form .row.textarea label,
form.form fieldset.inputs .row label {
  position: absolute;
  display: block;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  padding: 1rem;
  opacity: 0.5;
  pointer-events: none;
  font-size: inherit;
  font-weight: normal;
  transition: 0.2s;
}

form.form fieldset .row input:focus {
  -webkit-box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.75);
  outline: none;
}

form.form fieldset.inputs input:focus + label,
form.form .row.textarea textarea:focus + label,
form.form .row.textarea label.focused,
form.form fieldset.inputs label.focused {
  opacity: 1;
  transform: translate(0, -100%);
  color: var(--yellow-clr);
}

input.send {
  background-color: transparent;
  border-radius: 5px;
  color: var(--white-clr);
  font-weight: normal;
  padding: 1rem 1rem 1rem 60px !important;
  background-image: url(../images/odeslat-btn.svg);
  background-repeat: no-repeat;
  background-position: left -30px center;
  background-size: 25px;
  transition: 0.2s;
  text-transform: uppercase;
  cursor: pointer;
}

input.send:hover {
  background-color: var(--yellow-clr);
  background-position: left 15px center;
  color: var(--grey-clr);
}

form.form .row span.input-like,
form.form input[type="text"],
form.form input[type="number"],
form.form input[type="email"],
form.form textarea {
  padding: 1rem;
  width: 100%;
  -webkit-box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.55);
  border: none;
  background-color: var(--gray-clr);
  color: inherit;
  user-select: all;
  font-size: inherit;
  display: block;
  height: 100%;
  appearance: textfield;
}

form.form.game .row span.input-like,
form.form.game input[type="text"],
form.form.game input[type="number"],
form.form.game input[type="email"],
form.form.game textarea {
  font-weight: lighter;
  letter-spacing: 1px;
}

form.form .row span#obj-fa-stat::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-1rem, -50%) rotate(180deg);
  border-left: 8px transparent solid;
  border-right: 8px transparent solid;
  border-bottom: 10px var(--yellow-clr) solid;
}

form.form .row span.input-like > span {
  opacity: 0.5;
  user-select: none;
  cursor: pointer;
}

form.form ul.full-dropdown {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translate(0, 100%);
  background: var(--gray-clr);
  -webkit-box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}

form.form ul.full-dropdown.show {
  opacity: 1;
  pointer-events: all;
}

form.form ul.full-dropdown li {
  color: va(--white-clr);
  padding: 1rem;
  opacity: 0.5;
  list-style-type: none;
}

form.form ul.full-dropdown li span {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

form.form ul.full-dropdown li span::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 0px;
  height: 1px;
  background: var(--yellow-clr);
  transition: 0.2s;
}

form.form ul.full-dropdown li span:hover::after {
  width: 100%;
}

form.form input.telcislo {
  padding-left: 90px;
}

form.form .row label.telcislo {
  left: 80px !important;
}

form.form .row ul.phone_dropdown {
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 9;
  width: 100px;
}

form.form .row ul.phone_dropdown:hover ul {
  pointer-events: all;
  opacity: 1;
}

form.form .row ul.phone_dropdown li.selected {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}

form.form .row ul.phone_dropdown ul {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translate(0, 100%);
  opacity: 0;
  pointer-events: none;
  background-color: var(--white-clr);
  transition: 0.2s;
}

form.form .row ul.phone_dropdown ul::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 5px;
  background-color: inherit;
  pointer-events: none;
}

form.form .row ul.phone_dropdown ul li {
  list-style-type: none;
  color: var(--black-clr);
  cursor: pointer;
}

form.form .row ul.phone_dropdown li {
  padding: 0.5rem 1rem 0.5rem 35px;
  background-size: 20px;
  background-position: left 10px center;
  background-repeat: no-repeat;
}

form.form .row ul.phone_dropdown li.cz {
  background-image: url("../images/cz-flag.svg");
}

form.form .row ul.phone_dropdown li.sk {
  background-image: url("../images/sk-flag.svg");
}

form.form .row.textarea {
  width: 100%;
  position: relative;
  margin: 1.75rem 0;
  font-size: 1.05rem;
}

form.form .row.textarea label {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  font-size: inherit;
}

form.form .row.textarea textarea:focus + label,
form.form .row.textarea label.focused {
  transform: translate(0, -50%);
}

form.form textarea {
  height: 300px;
  min-width: 100%;
  max-width: 100%;
}

form.form textarea {
  height: 300px;
  min-width: 100%;
  max-width: 100%;
}

form.form fieldset.footer {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 2.3rem;
  font-size: 1.05rem;
}

form.form.game fieldset.footer {
  flex-wrap: wrap;
}

form.form fieldset.footer .emptyCart {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110%;
  width: 100%;
  background-color: var(--grey-clr);
  z-index: 3;
}

form.form fieldset.footer .emptyCart::after {
  content: "";
  position: absolute;
  left: -10%;
  bottom: 0;
  width: 125%;
  height: 100%;
  background-color: var(--grey-clr);
  transform: translate(0, 0);
  z-index: -1;
}

form.form fieldset.footer .emptyCart span {
  margin-left: 0;
}

form.form fieldset.footer .emptyCart a {
  margin-right: 0;
}

form.form fieldset.footer * {
  font-size: inherit;
}

form.form fieldset.footer fieldset {
  margin: auto 1rem auto 0;
  border: none;
  position: relative;
}

form.form.game fieldset.footer fieldset {
  margin: 0 auto;
  width: 100%;
}

form.form fieldset.footer fieldset label {
  margin: auto auto auto 0;
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0.5rem;
}

form.form.game fieldset.footer fieldset label {
  justify-content: center;
}

form.form.game fieldset.footer .text {
  padding-bottom: 0;
}

form.form fieldset.footer a {
  color: inherit;
}

form.form fieldset.footer fieldset input[type="checkbox"] {
  margin: 0 0 0 0.5rem;
}

form.form fieldset.footer a.ig {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0.5rem 50px 0.5rem 0.5rem;
  background: url(../images/instagram.svg) right center no-repeat;
  background-size: 30px;
  margin: 0 0 0 auto;
}

form.form fieldset.footer input.send {
  margin-right: 0;
}

form.form.game fieldset.footer input.send {
  margin-right: auto;
  margin-top: 1rem;
}

form.game {
}

form.game fieldset {
  border: none;
  margin: 1rem 0;
}

form.game fieldset [data-activedropli] {
  display: block;
  width: 100%;
  padding: 1rem;
  background-color: #0d0d0d;
  list-style-type: none;
  position: relative;
  font-weight: lighter;
  letter-spacing: 1px;
}

form.game fieldset [data-activedropli]::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%) rotate(180deg);
  border-bottom: 10px var(--white-clr) solid;
  border-left: 6px transparent solid;
  border-right: 6px transparent solid;
}

form.game fieldset.selection .row > ul ul {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 150%);
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
  z-index: 3;
  background: var(--grey-clr);
}

form.game fieldset.selection .row > ul ul li {
  list-style-type: none;
  padding: 0.5rem 1rem;
  margin-bottom: 0.25rem;
  cursor: pointer;
  transition: 0.25s;
}

form.game fieldset.selection .row > ul ul li:hover {
  color: var(--yellow-clr);
}

form.game fieldset.selection .row > ul.active ul {
  transform: translate(0, 100%);
  width: 100%;
  opacity: 1;
  pointer-events: all;
}

form.game .field-title,
form.game .field-text,
form.game .select-title,
form.game fieldset.inputs .row label {
  font-size: 2rem;
  font-weight: lighter;
  display: block;
  width: 100%;
  padding: 1rem;
  color: var(--white-clr);
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}

form.game .field-text {
  letter-spacing: 1px;
  font-size: 1.25rem !important;
  line-height: 1.5;
}

form.game input[type="text"],
form.game input[type="number"] {
  box-shadow: none;
  background: transparent;
}

form.game fieldset .row input[type="text"]:focus {
  box-shadow: none;
}

section.main_content.spoluprace article.content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: rgb(19, 19, 19);
  background: -moz-linear-gradient(0deg, rgba(19, 19, 19, 1) 12%, rgba(19, 19, 19, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(19, 19, 19, 1) 12%, rgba(19, 19, 19, 0) 100%);
  background: linear-gradient(0deg, rgba(19, 19, 19, 1) 12%, rgba(19, 19, 19, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131313", endColorstr="#131313", GradientType=1);
  z-index: 3;
}

section.main_content.spoluprace article.content figure::after {
  height: 100%;
  width: 25%;
  right: 0;
  left: unset;
  background: rgb(19, 19, 19);
  background: -moz-linear-gradient(90deg, rgba(19, 19, 19, 0) 0%, rgb(19, 19, 19) 100%);
  background: -webkit-linear-gradient(90deg, rgba(19, 19, 19, 0) 0%, rgba(19, 19, 19, 1) 100%);
  background: linear-gradient(90deg, rgba(19, 19, 19, 0) 0%, rgb(19, 19, 19) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131313", endColorstr="#131313", GradientType=1);
}

section.spoluprace {
  padding: 5vh 0;
  overflow: hidden;
}

section.spoluprace > * {
  position: relative;
  z-index: 3;
}

section.spoluprace > .content > figure {
  position: relative;
  z-index: 2;
}

section.spoluprace::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../game/img/bg-light.png") center center no-repeat;
  background-size: cover;
  z-index: 1;
  display: none;
}

section.spoluprace .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../game/img/bg-mask.png") top center no-repeat;
  background-size: 200%;
  z-index: 0;
  display: none;
}

.spoluprace-form-fig {
  width: 100%;
  position: relative;
  margin: 3rem 0 1rem 0;
}

.spoluprace-form-fig::after {
  bottom: unset;
  top: 0;
  transform: rotate(180deg);
}

.spoluprace-form-fig img {
  width: 100%;
  height: auto;
}

.spoluprace-form-fig figcaption {
  font-family: "Big Shoulders Stencil Display", sans-serif !important;
  font-optical-sizing: auto;
  display: block;
  position: absolute;
  top: 15%;
  left: 5%;
  font-size: 2.5rem;
  color: var(--black-clr);
}

.spoluprace section.formular {
  max-width: 980px;
  padding-top: 3.5rem;
}

.spoluprace .heading {
  padding: 2rem 0 2rem 1rem;
}

.spoluprace .heading.center {
  text-align: center;
}

.spoluprace .produkt {
  text-align: center;
  padding: 7rem 0 0 0;
}

.spoluprace .produkt img {
  width: 90%;
  max-width: 780px;
}

.spoluprace .flex-two {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;

  margin-top: 4rem;
}

.spoluprace .flex-two::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 40%;
  width: 100%;
  height: 20%;
  background: rgb(19, 19, 19);
  background: -moz-linear-gradient(0deg, rgba(19, 19, 19, 1) 0%, rgba(19, 19, 19, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(19, 19, 19, 1) 0%, rgba(19, 19, 19, 0) 100%);
  background: linear-gradient(0deg, rgba(19, 19, 19, 1) 0%, rgba(19, 19, 19, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131313", endColorstr="#131313", GradientType=1);
  z-index: -1;
  transform: rotate(180deg);
}

.spoluprace .flex-two::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  background: var(--grey-clr);
  z-index: -1;
  transform: rotate(180deg);
}

.spoluprace .flex-two > .godmode-luka {
  width: 50%;
  margin: 0;
  overflow: hidden;
  /* -webkit-box-shadow: 3px 20px 25px 1px rgba(0, 0, 0, .4);
  -moz-box-shadow: 3px 20px 25px 1px rgba(0, 0, 0, .4);
  box-shadow: 3px 20px 25px 1px rgba(0, 0, 0, .4); */
}

.spoluprace .flex-two > .godmode-luka::after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 20%;
  background: rgb(19, 19, 19);
  background: -moz-linear-gradient(0deg, rgba(19, 19, 19, 1) 0%, rgba(19, 19, 19, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(19, 19, 19, 1) 0%, rgba(19, 19, 19, 0) 100%);
  background: linear-gradient(0deg, rgba(19, 19, 19, 1) 0%, rgba(19, 19, 19, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131313", endColorstr="#131313", GradientType=1);
  z-index: 2;
  transform: rotate(180deg);
}

.spoluprace .flex-two > .godmode-luka::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7%;
  background: rgb(19, 19, 19);
  background: -moz-linear-gradient(0deg, rgba(19, 19, 19, 1) 0%, rgba(19, 19, 19, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(19, 19, 19, 1) 0%, rgba(19, 19, 19, 0) 100%);
  background: linear-gradient(0deg, rgba(19, 19, 19, 1) 0%, rgba(19, 19, 19, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131313", endColorstr="#131313", GradientType=1);
  z-index: 2;
  transform: rotate(0deg);
}

.spoluprace .flex-two > .godmode-luka img {
  width: 100%;
}

.spoluprace .flex-two > .produkt {
  width: 100%;
}

.spoluprace .flex-two > .produkt > figure {
  margin-bottom: 2rem;
}

.spoluprace .flex-two section.text {
  padding: 0 5%;
  width: 50%;
}

.spoluprace .flex-two section.text p {
  margin-bottom: 2rem;
}

.spoluprace .flex-two section.text p:last-of-type {
  margin-bottom: 0;
}

.spoluprace .popup-cnt .text {
  margin-bottom: 3rem;
}

.godmode-luka {
  width: 100%;
  position: relative;
}

.godmode-luka img {
  width: 100%;
}

section.eshop {
  width: 100%;
  background-color: var(--grey-clr);
  padding: 0;
  position: relative;
  z-index: 3;
  touch-action: manipulation;
}

section.eshop.new {
  margin-top: 5vh;
}

section.eshop h2 {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-bottom: 3rem;
  font-weight: normal;
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: url("../images/exkluzivni.svg") bottom 8px center no-repeat;
  background-size: auto;
  background-size: 40%;
}

section.eshop.new h2 {
  padding-bottom: 5.25rem;
}

section.eshop .scroll {
  position: relative;
  z-index: 3;
}

section.eshop .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  width: 1180px;
}

section.eshop.new .cards {
  grid-template-columns: repeat(1, 1fr);
}

section.eshop .item {
  width: 100%;
  background-color: var(--gray-clr);
  border-radius: 10px;
  color: var(--white-clr);
  position: relative;
  z-index: 3;
  font-size: 1.8rem;
  transition: 0.5s;
  max-height: 665px;
  min-height: 665px;
}

section.eshop.new .item {
  width: 100%;
  max-height: unset;
  max-width: 740px;
}

section.eshop .item .content {
  padding: 3rem;
  padding-bottom: 2rem;
  border-radius: inherit;
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

section.eshop .item .content::after {
  content: "test";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  bottom: 0;
  height: 300%;
  background-color: var(--white-clr);
  user-select: none;
  z-index: 2;
  opacity: 0.25;
  transform: translate(-250%, -50%) rotate(-25deg);
  transition: 0.35s;
  pointer-events: none;
}

section.eshop .item:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -webkit-box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.54);
  backface-visibility: hidden;
  will-change: transform;
}

section.eshop .item:hover > .content::after {
  left: 100%;
  opacity: 0;
  transform: translate(-100%, -50%) rotate(-25deg);
}

section.eshop .item:last-of-type {
  margin-bottom: 0;
}

section.eshop .item * {
  font-size: inherit;
}

section.eshop .item header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

section.eshop .item header > * {
  margin-left: 0;
  margin-right: 1rem;
}

section.eshop .item header > span {
  margin-right: 0;
  opacity: 0;
  user-select: none;
  pointer-events: none;
}

section.eshop .item span.title {
  display: block;
  line-height: 1.25;
  color: var(--yellow-clr);
  font-size: 1.25rem;
  padding-top: 0.75rem;
}

section.eshop .item span.premium {
  position: absolute;
  background-color: var(--yellow-clr);
  font-size: 1rem;
  top: 0;
  left: 0;
  transform: translate(-7%, -6%);
  background: url("../images/premium.svg") center center no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  user-select: none;
  color: transparent;
  transition: 1s;
}

section.eshop .item figure {
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
  width: 100%;
}

section.eshop .item figure img {
  min-width: 100%;
  max-width: 100%;
}

section.eshop .item figure img.logo {
  position: absolute;
  min-width: 27%;
  max-width: 27%;
  top: 43%;
  left: 21%;
  opacity: 0;
  transform: translate(0, -50%);
  transition: 0.2s;
}

section.eshop .item.bedna20 figure img.logo {
  top: 48.5%;
}

section.eshop .item figure img.logo.active {
  opacity: 1;
  transform: translate(0, 0) rotate(-5deg);
}

section.eshop .item.bedna20 figure img.logo.active {
  opacity: 1;
  transform: translate(0, 0) rotate(0);
}

section.eshop .item .cont {
  width: 100%;
}

section.eshop .item h3 {
  text-transform: uppercase;
  font-size: 2.3rem;
}

section.eshop .item form.custom {
  margin: 1rem 0;
}

section.eshop .item form.custom .row {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  position: relative;
}

section.eshop .item form.custom .row:first-of-type label {
  margin-right: 1rem;
  margin-left: 0;
}

section.eshop .item form.custom .row:first-of-type input[type="number"] {
  max-width: 35px;
  background-color: transparent;
  border: none;
  font-size: inherit;
  color: inherit;
  font-weight: bold;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  position: relative;
  transform: translate(9px, 0);
  pointer-events: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

section.eshop .item form.custom .row:first-of-type input[type="number"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  height: 20px;
  width: 20px;
}

section.eshop .item form.custom .row:first-of-type .num {
  position: relative;
  margin-left: 0;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.eshop .item form.custom .row:first-of-type .num .pohar-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 41px;
  height: 55px;
  background: url("../images/poharek-za-vic-jak-dve-sikme-bedny.webp") center center no-repeat;
  background-size: auto;
  z-index: 2;
  background-size: 100%;
}

section.eshop .item form.custom .row:first-of-type .num::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background-color: var(--gray-clr);
  z-index: 2;
}

section.eshop .item form.custom .row:first-of-type input[type="number"]::-webkit-outer-spin-button,
section.eshop .item form.custom .row:first-of-type input[type="number"]:hover::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

section.eshop .item form.custom .row:first-of-type button[type="button"] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 2px;
  padding: 0;
  width: 25px;
  height: 25px;
  border: none;
  background: var(--white-clr);
  color: transparent;
  z-index: 2;
  cursor: pointer;
}

section.eshop .item form.custom .row:first-of-type button[type="button"]:first-of-type {
  right: 0;
  left: unset;
}

section.eshop .item form.custom .row:first-of-type button[type="button"].active::before,
section.eshop .item form.custom .row:first-of-type button[type="button"].active::after {
  pointer-events: none;
  cursor: auto;
  opacity: 0.5;
}

section.eshop .item form.custom .row:first-of-type button[type="button"]::before,
section.eshop .item form.custom .row:first-of-type button[type="button"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 2px;
  background-color: var(--grey-clr);
}

section.eshop .item form.custom .row:first-of-type button[type="button"]::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

section.eshop .item form.custom .row:first-of-type button[type="button"]:last-of-type::after {
  display: none;
}

section.eshop .item form.custom .row:last-of-type > span {
  margin-right: 0.75rem;
  margin-left: 0;
}

section.eshop .item form.custom .row:last-of-type {
  margin-bottom: 0;
}

section.eshop .item article.info {
  position: absolute;
  transform: translate(8%, -40%);
  background: var(--yellow-clr);
  padding: 1rem;
  border-radius: 3px;
  color: var(--black-clr);
  font-size: 1.05rem;
  max-width: 350px;
  line-height: 1.5;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.62);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.62);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.62);
}

section.eshop .item article.info::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 10px;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  z-index: 2;
}

section.eshop .item article.info::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background: inherit;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  box-shadow: inherit;
}

section.eshop .item article.info.fromLeft {
  transform: translate(-100%, -40%);
}

section.eshop .item article.info.fromLeft::after {
  left: 100%;
}

section.eshop .item article.info.fromLeft::before {
  left: 100%;
  transform: translate(-100%, 0);
}

section.eshop .item form.custom label.dot {
  display: flex;
  margin: 0;
  cursor: pointer;
  position: relative;
  user-select: none;
  font-size: 1.05rem;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.75rem 0.3rem 2rem;
  margin-right: 1rem;
}

section.eshop .item form.custom label.dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--grey-clr);
  z-index: -1;
  opacity: 0;
  transition: 0.2s;
}

section.eshop .item form.custom label.dot span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(8px, -50%);
  width: 16px;
  height: 16px;
  background-color: var(--yellow-clr);
}

section.eshop .item form.custom label.dot.white span::after {
  background-color: var(--white-clr);
}

section.eshop .item form.custom label.dot.active::before {
  opacity: 1;
}

section.eshop .item form.custom label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

section.eshop .item footer {
  display: flex;
  justify-content: space-between;
  position: relative;
}

section.eshop .item footer span.cena {
  margin-left: 0;
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--yellow-clr);
}

section.eshop .item footer span.dph {
  position: absolute;
  top: 100%;
  font-size: 1rem;
  font-weight: normal;
  color: var(--white-clr);
}

section.eshop .item footer span.dph > span {
  color: var(--yellow-clr);
}

section.eshop .item footer button {
  margin-right: 0;
  color: var(--white-clr);
  background-color: transparent;
  border: none;
  padding-left: 50px;
  background-image: url(../images/nakupni-kosik.svg);
  background-position: left -30px top 15px;
  background-repeat: no-repeat;
  background-size: 30px;
  cursor: pointer;
  transition: 0.35s;
  text-transform: uppercase;
}

section.eshop.vyvoj .item footer button {
  /*    transform: translate(0, 30px);*/
}

section.eshop .item footer button:hover {
  /*    background-color: var(--yellow-clr);*/
  background-position: left 10px center;
}

section.eshop::before,
section.eshop::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: var(--yellow-clr);
  z-index: 1;
}

section.eshop::before {
  background-color: var(--grey-clr);
  max-width: 700px;
  width: 80%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, 2px);
}

section.eshop article.top-info {
  position: relative;
  z-index: 3;
  background-color: var(--grey-clr);
  text-align: center;
  max-width: 700px;
  width: 80%;
  padding: 3rem 50px 3em 50px;
  top: 0;
  color: var(--white-clr);
  line-height: 1.5;
  font-size: 1.05rem;
}

section.eshop article.top-info::before,
section.eshop article.top-info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/wall.svg") top left no-repeat;
  height: 100%;
  width: 50px;
}

section.eshop article.top-info::after {
  left: unset;
  right: 0;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  /*IE*/
  filter: fliph;
  /*IE*/
}

section.eshop article.top-info p {
  margin: 2.5rem auto;
  max-width: 350px;
  width: 90%;
}

section.eshop article.top-info .title {
  text-transform: uppercase;
}

section.eshop article.top-info a {
  color: inherit;
  background: url("../images/kontakty-icon.svg") right 10px center no-repeat;
  background-size: auto;
  background-size: 38px;
  padding-right: 65px;
}

section.showroom {
  position: relative;
  z-index: 2;
  text-align: center;
  background-color: var(--grey-clr);
}

section.showroom h2 {
  font-weight: normal;
  max-width: 100%;
  margin: 0 auto;
  font-size: 3rem;
  color: var(--white-clr);
}

section.showroom p {
  text-align: inherit;
  max-width: 750px;
  width: 80%;
  color: var(--white-clr);
  margin: 3rem auto 5rem auto;
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 200;
}

section.showroom p a {
  color: var(--yellow-clr);
  text-decoration: none;
  cursor: pointer;
  font-size: inherit;
}

section.showroom .cont {
  width: 1180px;
}

section.showroom iframe {
  height: 450px;
  border: none;
  width: 100%;
}

footer.document_footer {
  width: 100%;
  background-color: var(--grey-clr);
  color: var(--white-clr);
  font-size: 1.05rem;
  position: relative;
  z-index: 3;
}

.no-ftr footer.document_footer {
  display: none;
}

footer.document_footer * {
  font-size: 1.05rem;
}

footer.document_footer > article {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  flex-wrap: wrap;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 100px 0;
}

footer.document_footer > article h2 {
  width: 100%;
  text-align: center;
  grid-column: 1/-1;
  font-size: 3rem;
  padding-bottom: 2rem;
}

footer.document_footer > article > section {
  text-align: center;
}

footer.document_footer > article > section li,
footer.document_footer > article > section p {
  list-style-type: none;
  margin-bottom: 1rem;
}

footer.document_footer > article > section li a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}

footer.document_footer > article > section li a:hover {
  color: var(--yellow-clr);
}

footer.document_footer > article > section span.title {
  font-weight: bold;
  text-transform: uppercase;
}

footer.document_footer iframe {
  width: 100%;
  height: 450px;
}

article.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--grey-clr);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  z-index: 9;
  transition: 0.2s;
  opacity: 1;
  pointer-events: all;

  display: none;
}

article.cookies.hidden {
  pointer-events: none;
  opacity: 0;
  transform: translate(0, -25%);
}

article.cookies .cont {
  max-width: 680px;
  width: 100%;
  line-height: 2rem;
  font-size: 1rem;
  color: var(--white-clr);
  font-weight: 300;
  padding: 0.75rem;
}

article.cookies .cont * {
  font-size: inherit;
}

article.cookies .btns {
  margin: 0;
}

article.cookies .btns .btn {
  width: 100%;
  text-align: center;
}

article.cookies .cont img {
  user-select: none;
  max-width: 15rem;
  width: 90%;
}

article.cookies .cont p:first-of-type {
  margin-bottom: 0.75rem;
  color: var(--white-clr);
}

article.cookies .cont p a {
  display: inline-block;
  color: var(--yellow-clr);
  text-decoration: none;
  position: relative;
}

article.cookies .cont p a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: var(--yellow-clr);
  transition: 0.2s;
}

article.cookies .cont p a:hover::after {
  width: 100%;
}

article.cookies .cont p span {
  color: var(--yellow-clr);
}

article.cookies .form {
  text-align: center;
}

span.icon {
  display: inline-block;
  padding: 0.5rem 50px 0.5rem 0.5rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 30px;
}

span.icon.phone {
  background-image: url("../images/phone-icon.svg");
  background-size: 20px;
}

span.icon.email {
  background-image: url("../images/email-icon.svg");
}

article.gdpr_article {
  color: var(--white-clr);
  line-height: 1.5;
  width: 55%;
  position: relative;
  z-index: 2;
  padding-top: 140px;
}

article.gdpr_article * {
  font-size: 1.05rem;
}

article.gdpr_article h1 {
  font-size: 2.75rem;
  margin-bottom: 2.5rem;
}

article.gdpr_article h2 {
  font-size: 2rem;
}

article.gdpr_article.cookies_article h2 {
  font-size: 1.05rem;
  color: var(--yellow-clr);
  font-weight: 500;
  margin: 2rem 0 1rem 0;
  letter-spacing: 0.015rem;
}

article.gdpr_article ol,
article.gdpr_article ul {
  padding-left: 20px;
  margin: 1rem 0;
}

article.gdpr_article li {
  margin: 1rem 0;
}

article.gdpr_article ul li {
  margin: 0.25rem 0;
}

article.gdpr_article p {
}

article.gdpr_article .button-cont {
  display: block;
  text-align: center;
  margin: 9rem auto 2rem auto;
}

.btn.back {
  padding-left: 35px;
}

.btn.back::before,
.btn.back::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%) rotate(-135deg);
  width: 7px;
  height: 7px;
  border-top: 2px transparent solid;
  border-right: 2px transparent solid;
  transition: 0.2s;
}

.btn.back::after {
  left: 30px;
  transition: 0.4s;
}

.btn.back:hover::before {
  border-color: var(--black-clr) !important;
  left: 10px;
}

.btn.back:hover::after {
  border-color: var(--black-clr) !important;
  left: 20px;
}

/* Manuály */

section.manualy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 4rem;
}

section.manualy article.card {
  padding: 3rem;
  border-radius: 10px;
  background-color: var(--dark-grey-clr);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: 0.2s;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.54);
}

section.manualy article.card:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -webkit-box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 10px 17px 0px rgba(0, 0, 0, 0.54);
  backface-visibility: hidden;
  will-change: transform;
}

section.manualy article.card .cont {
  background-position: top 1rem center;
  background-size: 95%;
  background-repeat: no-repeat;
  padding-top: 280px;
}

article.card[data-manual="sikma-bedna"] .cont {
  background-image: url("../images/sikma-bedna-luka-academy.svg");
}

section.manualy article.card h2 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}

section.manualy article.card a.pdf {
  color: inherit;
  font-size: 1.8rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 0.5rem 0.5rem 55px;
  background: url("../images/pdf-icon.svg") no-repeat;
  background-position: left center;
  background-size: 28px;
  transition: 0.2s;
}

section.manualy article.card a.pdf:hover {
  background-position: left 7px center;
}

/*košík page*/

article.subpage {
  position: relative;
  z-index: 2;
  color: var(--white-clr);
  width: 80%;
  padding-top: 140px;
}

article.kosik-main.subpage {
  width: 80%;
  padding-top: 100px;
}

header.subpage-header {
  position: relative;
  margin-bottom: 4rem;
  color: var(--white-clr);
}

header.subpage-header a.btn {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

header.subpage-header.cnt a.btn {
  top: 50%;
  transform: translate(0, -50%);
}

header.subpage-header h1 {
  text-align: center;
  color: inherit;
  font-size: 2rem;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  line-height: 1.15;
}

article.kosik-main * {
  font-size: 1.05rem;
}

article.kosik-main h1 {
  font-size: 2rem;
}

article.kosik-main h2 {
  text-align: center;
  color: inherit;
  font-size: 2rem;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}

article.kosik-main section.osobniudaje {
  margin-top: 4rem;
}

article.kosik-main section.dopravazdarma {
  width: 100%;
  padding: 0.5rem;
  color: var(--black-clr);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white-clr);
  margin-bottom: 5rem;
}

article.kosik-main section.dopravazdarma span {
  padding-left: 50px;
  background: url("../images/doprava-icon.svg") left center no-repeat;
  background-size: 30px;
}

article.kosik-main section.osobniudaje form.form {
  position: relative;
}

article.kosik-main section.osobniudaje form.form fieldset.general {
  border: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  margin: 5rem 0;
}

article.kosik-main section.osobniudaje form.form fieldset.general.nafirmu {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: 0.2s;
  transform: translate(0, 10%);
  width: 100%;
  left: 0;
  margin-bottom: 0;
  z-index: 4;
}

article.kosik-main section.osobniudaje form.form fieldset.general.nafirmu.active {
  position: relative;
  pointer-events: all;
  opacity: 1;
  transform: translate(0, 0);
}

article.kosik-main section.osobniudaje form.form section.fullwidth {
  grid-column: 1/-1;
  display: block;
  width: 100%;
}

article.kosik-main section.osobniudaje form.form section.fullwidth .row {
  margin-bottom: 2rem;
}

article.kosik-main section.osobniudaje form.form section.fullwidth .row:last-of-type {
  margin-bottom: 0;
}

article.kosik-main section.zasilkovna {
  padding-top: 8rem;
}

article.kosik-main section.zasilkovna p.highlighted {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 3rem auto;
  text-align: center;
  line-height: 1.5;
}

article.kosik-main section.zasilkovna p.highlighted::before,
article.kosik-main section.zasilkovna p.highlighted::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -69%);
  width: 250px;
  height: 250px;
  background: url(../images/yellow-!-2.png) center center no-repeat;
  animation: blinker 1s linear infinite;
  z-index: -1;
  background-size: cover;
}

article.kosik-main section.zasilkovna p.highlighted::after {
  left: 100%;
  transform: translate(30%, -69%);
  display: none;
}

@keyframes blinker {
  0% {
    opacity: 0.75;
  }

  50% {
    opacity: 0.35;
  }

  100% {
    opacity: 0.75;
  }
}

article.kosik-main section.zasilkovna .selector {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  text-align: left;
  font-size: 3rem;
  margin-bottom: 2rem;
}

article.kosik-main section.zasilkovna .selector .card {
  padding: 1rem;
  padding-left: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: var(--white-clr);
  border: 2px var(--yellow-clr) solid;
  width: 100%;
  cursor: pointer;
  position: relative;
}

article.kosik-main section.zasilkovna .selector .card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 60px;
  width: 60px;
  transform: translate(100%, -50%);
  background-image: url("../images/zasilkovna-icon-bila.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

article.kosik-main section.zasilkovna .selector .card[data-doprava="osobniodber"]::before {
  background-image: url("../images/osobni-odber-icon.svg");
}

article.kosik-main section.zasilkovna .selector .card.active {
  background-color: var(--yellow-clr);
  color: var(--black-clr);
}

article.kosik-main section.zasilkovna .selector .card[data-doprava="osobniodber"].active::before {
  background-image: url("../images/osobni-odber-icon-black.svg");
}

article.kosik-main section.zasilkovna .selector .card[data-doprava="zasilkovna"].active {
  background-color: #ba1b02;
  border-color: #ba1b02;
  color: var(--white-color);
}

article.kosik-main section.zasilkovna .selector .card.active {
  background-color: var(--yellow-clr);
  color: var(--black-clr);
}

article.kosik-main section.zasilkovna .selector .card .cont {
  width: 100%;
}

article.kosik-main section.zasilkovna .dopravalock {
  font-size: 3rem;
  width: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  transform: translate(0, -10%);
  pointer-events: none;
  transition: 0.2s;
  padding-top: 1rem;
}

article.kosik-main section.zasilkovna .dopravalock.active {
  position: relative;
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: all;
}

article.kosik-main section.zasilkovna .dopravalock#osobniodber {
  flex-wrap: wrap;
  background: transparent;
  color: var(--white-clr);
  height: auto;
}

article.kosik-main section.zasilkovna .dopravalock .adresa-popis,
article.kosik-main section.zasilkovna .dopravalock > p {
  max-width: 550px;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.5;
}

article.kosik-main section.zasilkovna .dopravalock p span.adress {
  display: inline-block;
  margin: 3.5rem 0 2.5rem;
  background: url("../images/mapka.webp") left center no-repeat;
  background-size: 50px;
  padding: 1rem 0 1rem 60px;
}

article.kosik-main section.zasilkovna .dopravalock#zasilkovna p span.adress {
  background: url("../images/mapka.webp") left center no-repeat;
  background-size: 50px;
}

article.kosik-main section.zasilkovna .dopravalock button.btn {
  width: 100%;
  border-radius: 0;
  border: 2px #ba1b02 solid;
  color: var(--white-clr);
  font-weight: bold;
}

article.kosik-main section.zasilkovna .dopravalock button.btn:hover {
  background-color: #ba1b02;
  color: var(--white-clr) !important;
}

article.kosik-main section.zasilkovna .dopravalock#osobniodber iframe {
  border: none;
  width: 100%;
  height: 450px;
}

article.kosik-main section.souhrn {
  margin: 4rem auto 0 auto;
  color: var(--white-clr);
}

article.kosik-main section.souhrn h2 {
  margin: 4rem auto;
  background-color: var(--grey-clr);
  position: relative;
  z-index: 2;
  padding: 0 1rem;
  width: 340px;
}

article.kosik-main section.souhrn .cont,
article.kosik-main section.souhrn .cenacelkem-cont {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

article.kosik-main section.souhrn .cont > *,
article.kosik-main section.souhrn .cenacelkem-cont > * {
  margin: 0;
}

article.kosik-main section.souhrn .cenacelkem-cont span[data-cenacelkem] {
  margin-left: 0.2rem;
}

article.kosik-main section.souhrn .cont {
  border: 2px var(--yellow-clr) solid;
  padding: 2rem;
  transform: translate(0px, -78px);
  position: relative;
  z-index: 1;
}

article.kosik-main section.souhrn .cont section.produkty {
  width: 100%;
  position: relative;
  padding-top: 2rem;
}

article.kosik-main section.souhrn .cont section.produkty .emptyCart.visible {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--grey-clr);
}

article.kosik-main section.souhrn .cont section.produkty table {
  width: 99%;
  text-align: center;
  border-collapse: collapse;
  color: inherit;
}

article.kosik-main section.souhrn .cont section.produkty table th {
  border-bottom: 1rem var(--grey-clr) solid;
}

article.kosik-main section.souhrn .cont section.produkty table tr {
  border-bottom: 2px var(--yellow-clr) solid;
}

article.kosik-main section.souhrn .cont section.produkty table tr td {
  padding: 1rem 0;
}

article.kosik-main section.souhrn .cont section.produkty table tr:last-of-type {
  border: none !important;
}

article.kosik-main section.souhrn .cont section.produkty table th:first-of-type,
article.kosik-main section.souhrn .cont section.produkty table td:first-of-type {
  text-align: left;
}

article.kosik-main section.souhrn span.title {
  font-weight: bold;
}

article.kosik-main section.souhrn .cenacelkem-cont {
  background-color: var(--yellow-clr);
  color: var(--black-clr);
  padding: 1rem 1rem 0 1rem;
  transform: translate(0, -22px);
  display: none;
}

article.kosik-main section.souhrn .cenacelkem-cont.cenacelkemcont {
  padding: 1rem;
  display: flex;
}

article.kosik-main form.form fieldset.footer {
  margin-top: 0;
}

article.kosik-main section.darek {
  text-align: center;
}

article.kosik-main section.darek h2 {
  background-color: var(--grey-clr);
  position: relative;
  z-index: 2;
  padding: 1rem 2rem;
  width: fit-content;
  transform: translate(0, 30px);
}

article.kosik-main section.darek .cont {
  border: 2px var(--yellow-clr) solid;
  padding: 2rem;
  padding-top: 4rem;
}

article.kosik-main section.darek p {
  line-height: 1.5;
  margin-bottom: 2rem;
}

article.kosik-main section.darek form {
  margin: 0 auto;
  width: fit-content;
  max-width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

article.kosik-main section.darek form label {
  cursor: pointer;
}

.responzive_table {
  position: relative;
}

article.popup {
  opacity: 0;
  pointer-events: none;
}

article.popup.active {
  opacity: 1;
  pointer-events: all;
}

.popup-cnt {
  opacity: 0;
  pointer-events: none;
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.popup-cnt.active {
  opacity: 1;
  pointer-events: all;
}

.popup-cnt > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--grey-clr);
  opacity: 0.75;
  z-index: 1;
}

.popup-cnt > .cont {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 380px;
  height: 620px;
  max-height: 80vh;
  overflow-x: hidden;
  transform: translate(0, 25%);
  transition: 0.75s;
  background: var(--dark-grey-clr);
  color: var(--white-clr);
  font-size: 1.05rem;
  line-height: 1.5;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 10px 17px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 17px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 17px -7px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  background-size: 250%;
}

.online .popup-cnt > .cont,
.spoluprace .popup-cnt > .cont {
  transform: translate(0, 25%) rotatex(-45deg) rotateY(-45deg);
}

.popup-cnt > .cont article {
  position: relative;
  padding: 12.5%;
  font-weight: lighter;
}

.popup-cnt > .cont article > * {
  position: relative;
  z-index: 3;
}

/* 
.popup-cnt#uvod-card>.cont {
  background-image: url("../images/uvod.jpg");
}

.popup-cnt#pohyb-card>.cont {
  background-image: url("../images/pohyb.jpg");
}

.popup-cnt#modernifitness-card>.cont {
  background-image: url("../images/moderni-fitness.jpg");
}

.popup-cnt#fyzickaodolnost-card>.cont {
  background-image: url("../images/vitalita.jpg");
}

.popup-cnt#klicovebody-card>.cont {
  background-image: url("../images/klicove-body.jpg");
} */

.popup-cnt > .cont p {
  margin-bottom: 1.25rem;
  font-weight: lighter;
  letter-spacing: 1px;
}

.popup-cnt > .cont h1 {
  font-size: 2.7rem;
  margin-bottom: 2rem;
  font-weight: lighter;
  letter-spacing: 2rem;
  text-transform: uppercase;
}

.popup-cnt > .cont h2 {
  font-size: 2rem;
  margin: 1.3rem 0;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 1rem;
  line-height: 1.25;
}

.popup-cnt > .cont ul {
  padding: 0 0 0 20px;
}

.popup-cnt > .cont li {
  padding: 0 0 0 1rem;
  list-style-type: none;
  margin-bottom: 1rem;
  position: relative;
}

.popup-cnt > .cont li::before {
  content: "";
  position: absolute;
  top: 0.85rem;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: var(--white-clr);
  border-radius: 50%;
}

.popup-cnt > .cont li:last-of-type {
  margin-bottom: 0;
}

.popup-cnt > .cont li:first-of-type {
  margin-bottom: 1rem;
}

.popup-cnt.active > .cont {
  transform: translate(0, 0);
}

.online .popup-cnt.active > .cont,
.spoluprace .popup-cnt.active > .cont {
  transform: translate(0, 0) rotatex(0) rotateY(0);
}

.online .popup-cnt .text {
  padding-bottom: 1rem;
}

.online .text .cena {
  margin-bottom: 1rem;
  display: block;
  font-weight: 400;
  font-size: 1.55rem;
}

.closebtn {
}

.closebtn span {
  position: absolute;
  display: block;
}

article#dokoncitobjednavku {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

article#dokoncitobjednavku > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--grey-clr);
  opacity: 0.75;
}

article#dokoncitobjednavku section.content {
  background-color: var(--grey-clr);
  padding: 2rem 2rem 3rem 2rem;
  color: var(--black-clr);
  position: relative;
  z-index: 2;
  max-width: 500px;
  width: 95%;
  border: 1px var(--black-clr) solid;
}

article#dokoncitobjednavku section.content .cont {
  color: var(--white-clr);
  text-align: center;
}

article#dokoncitobjednavku section.content .cont * {
  font-size: 1.05rem;
}

article#dokoncitobjednavku section.content .cont p {
  padding: 2rem 0 0 0;
}

article#dokoncitobjednavku section.content .cont p span.title {
  display: block;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 3.5rem;
  margin-bottom: 2rem;
  color: var(--yellow-clr);
}

article#dokoncitobjednavku section.content .cont section.socmedia {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}

article#dokoncitobjednavku section.content .cont section.socmedia a {
  display: flex;
  cursor: pointer;
  margin: 0 0.5rem;
}

article#dokoncitobjednavku section.content .cont section.socmedia img {
  max-width: 3rem;
  transition: 0.2s;
  width: 50px;
  height: 50px;
}

article#dokoncitobjednavku section.content .cont section.socmedia a:hover img {
  transform: translate(0, -0.25rem);
}

article#dokoncitobjednavku section.content header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--yellow-clr);
  margin-bottom: 2rem;
}

article#dokoncitobjednavku section.content header img {
  max-width: 10rem;
}

article#dokoncitobjednavku section.content header label {
  position: absolute;
  width: 25px;
  height: 25px;
  cursor: pointer;
  right: 10px;
  top: 10px;
}

article#dokoncitobjednavku section.content header label::before,
article#dokoncitobjednavku section.content header label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 3px;
  background-color: var(--yellow-clr);
  border-radius: 3px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.2s;
}

article#dokoncitobjednavku section.content header label::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

article#dokoncitobjednavku section.content header label:hover::before,
article#dokoncitobjednavku section.content header label:hover::after {
  transform: translate(-50%, -50%) rotate(0);
}

article#dokoncitobjednavku section.content header label input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: inherit;
  opacity: 0;
}

article#dokoncitobjednavku section.content h2 {
  color: var(--yellow-clr);
  font-size: 2.5rem;
  margin-left: 0;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

article#dokoncitobjednavku section.content form {
}

article#dokoncitobjednavku section.content form fieldset {
  padding: 1rem 0;
}

article#dokoncitobjednavku section.content form fieldset.inputs {
}

form.form fieldset.inputs p {
  grid-column: 1/-1;
  width: 100%;
  text-align: center;
  color: var(--yellow-clr);
}

form.form.slevovykod-cont {
  transform: translate(0, -50px);
}

form.form fieldset.inputs p#neplatnyslevovykod {
  color: var(--error-bg-clr);
}

form.form fieldset.slevovykod_cont {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 0;
  width: 100%;
  padding-top: 1.5rem;
  transition: 0.2s;
  transform: translate(0, 20px);
}

form.form fieldset.slevovykod_cont.active {
  position: relative;
  opacity: 1;
  pointer-events: all;
  transform: translate(0, 0);
}

article#dokoncitobjednavku section.content form fieldset.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0;
}

article#dokoncitobjednavku section.content form fieldset.footer label {
  width: 100%;
  text-align: center;
}

article#dokoncitobjednavku section.content form fieldset.footer input[type="checkbox"] {
  margin-right: 0.5rem;
}

article#dokoncitobjednavku section.content form fieldset.footer input[type="button"] {
  border: 1px var(--yellow-clr) solid;
  border-radius: 5px;
  cursor: pointer;
  background-color: transparent;
  color: var(--white-clr);
  text-transform: uppercase;
  padding: 1rem;
  cursor: pointer;
  margin-top: 1rem;
}

article#dokoncitobjednavku section.content form fieldset.footer input[type="button"]:hover {
  background-color: var(--yellow-clr);
  color: var(--black-clr);
}

/* Error page 404 */

section.error_404 {
  padding: 250px 0 2rem 0;
  text-align: center;
}

section.error_404 * {
  font-size: 1.05rem;
}

section.error_404 h1 {
  font-size: 3rem;
  color: var(--yellow-clr);
  font-weight: normal;
  letter-spacing: 1px;
}

section.error_404 article.content {
  padding-top: 150px;
  background-image: url("../images/not-found.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 150px;
}

section.error_404 article.content p {
  margin: 2rem auto;
  color: var(--white-clr);
  line-height: 2;
}

section.error_404 article.content span.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 0 0;
}

section.error_404 article.content span.buttons a {
}

article.obchodnipodminky a {
  color: inherit;
}

article.obchodnipodminky p {
  margin-bottom: 1rem;
}

article.obchodnipodminky > ol > li {
  text-transform: uppercase;
  font-weight: bold;
}

.btn {
  display: inline-block;
  color: var(--yellow-clr);
  padding: 1rem 1.5rem;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px var(--yellow-clr) solid;
  transition: 0.3s;
  font-size: 1.25rem;
}

.btn:hover {
  color: var(--black-clr) !important;
  background-color: var(--yellow-clr) !important;
}

.cards-slider {
  padding: 5rem 0;
}

.online .cards-slider {
  padding: 0;
}

.cards-slider .cont {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 2rem 0;
}

.online-body .cards-slider .cont {
  padding: 0;
}

.spoluprace .cards-slider .cont {
  overflow-x: hidden;
}

.cards-slider .cont .scroll {
  display: grid;
  grid-gap: 2rem;
  gap: 2rem;
  padding: 3rem;
  position: relative;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.spoluprace .cards-slider .cont .scroll {
  width: fit-content;
  grid-gap: 4rem;
}

.cards-slider .cont::before,
.cards-slider .cont::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: rgb(19, 19, 19);
  background: -moz-linear-gradient(0deg, rgba(19, 19, 19, 1) 12%, rgba(19, 19, 19, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(19, 19, 19, 1) 12%, rgba(19, 19, 19, 0) 100%);
  background: linear-gradient(0deg, rgba(19, 19, 19, 1) 12%, rgba(19, 19, 19, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131313", endColorstr="#131313", GradientType=1);
  z-index: 1;
}

.online-body .cards-slider .cont::before,
.online-body .cards-slider .cont::after {
  display: none;
}

.cards-slider .cont::after {
  transform: rotate(180deg);
  bottom: unset;
  top: 0;
}

.cards-slider .cont .scroll .card {
  height: 320px;
  background-color: var(--black-clr);
  width: 220px;
  z-index: 3;
  position: relative;
  background-position: left -3px top -3px;
  background-size: 100%;
  scroll-snap-align: start;
  cursor: pointer;
  background-image: url(../game/img/card-bg.png);
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 25px -7px rgba(255, 177, 0, 1);
  -moz-box-shadow: 0px 0px 25px -7px rgba(255, 177, 0, 1);
  box-shadow: 0px 0px 25px -7px rgb(255 177 0 / 100%);
  transition: 0.1s;
}

.cards-slider .cont .scroll .card.inactive {
  -webkit-box-shadow: 0px 0px 25px -7px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 25px -7px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 25px -7px rgb(0 0 0 / 100%);
}

.cards-slider .cont .scroll .card .header {
  width: 140px;
  height: auto;
  margin: 16px auto 20px auto;
  pointer-events: none;
}

.cards-slider .cont .scroll .card .header img {
  width: 100%;
}

.cards-slider .cont .scroll .card .cnt {
  pointer-events: none;
}

.cards-slider .cont .scroll .card:hover {
  transform: translate(0, -8%) rotateX(-15deg) rotateY(18deg);
}

.spoluprace .backbtn {
  position: relative;
  display: block;
  padding: 11px 59px;
  text-transform: uppercase;
  font-style: italic;
  cursor: pointer;
  background: transparent;
  border: none;
  font-size: 1rem;
  color: var(--white-clr);
  letter-spacing: 0.25rem;
  text-decoration: none;
}

.online .backbtn {
  padding: 11px 39px;
}

.spoluprace .backbtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../images/form-check-btn.png) center center no-repeat;
  background-size: contain;
  opacity: 0.25;
  transition: 0.25s;
}

.online .backbtn {
  position: relative;
  display: block;
  padding: 0.5rem;
  text-transform: uppercase;
  font-style: italic;
  cursor: pointer;
  background: transparent;
  border: none;
  font-size: 0.8rem;
  color: var(--black-clr);
  letter-spacing: 0.25rem;
  text-decoration: none;
  width: fit-content;
  font-weight: 500;
  z-index: 1;
  opacity: 0;
}

#doobjednatonline .backbtn,
.online .dropcnt .backbtn,
#workspace_content .online .backbtn {
  opacity: 1;
}

#doobjednatonline .backbtn:first-of-type {
  margin-top: 2rem;
}

.online .backbtn.bold {
  font-weight: bold;
  font-size: 1rem;
}

.animation .online .backbtn {
  transform: translate(0, 10%);
  animation: popload 1.25s ease;
  animation-fill-mode: forwards;
  animation-delay: 2.75s;
}

.animation #login_article_container .online .backbtn {
  animation: none;
  opacity: 1;
}

.animation #login_article_container .online .backbtn:first-of-type {
  margin-bottom: 1rem;
}

.online .backbtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(0deg);
  width: 100%;
  height: 100%;
  background-color: var(--yellow-clr);
  opacity: 1;
  transition: 0.25s;
  z-index: -1;
}

.online .btns .backbtn:first-of-type::after {
  background-size: contain;
}

.online .btns .backbtn:last-of-type {
  font-size: 1.25rem;
  font-weight: bold;
}

.animation .online .btns .backbtn:last-of-type {
  animation-delay: 3.25s;
}

.online .btns .backbtn:last-of-type::after {
  background-size: 195px;
}

/* .cards-slider .cont .scroll .card:hover {
  transform: translate(0, -50px);
}

.cards-slider .card[data-popup="uvod-card"] {
  background-image: url("../images/uvod.jpg");
}

.cards-slider .card[data-popup="pohyb-card"] {
  background-image: url("../images/pohyb.jpg");
}

.cards-slider .card[data-popup="modernifitness-card"] {
  background-image: url("../images/moderni-fitness.jpg");
}

.cards-slider .card[data-popup="fyzickaodolnost-card"] {
  background-image: url("../images/vitalita.jpg");
}

.cards-slider .card[data-popup="klicovebody-card"] {
  background-image: url("../images/klicove-body.jpg");
} */
.spoluprace .popup-cnt > .cont {
  background-image: url(../game/img/bg-mask-bezloga.png);
  background-position: top 20% center;
  background-size: 290%;
}

.cards-slider .cont .scroll .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../game/img/bg-light.png") center center no-repeat;
  background-size: auto;
  background-size: cover;
  z-index: 1;
  opacity: 0.25;
  transition: 0.5s;
}

.cards-slider .cont .scroll .card:hover::before {
  opacity: 1;
}

.cards-slider .cont .scroll .card > * {
  z-index: 2;
  position: relative;
}

.cards-slider .cont .scroll .card h2 {
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: 0.5rem;
  line-height: 1.5;
  margin-bottom: 0;
  transform: translate(5px, 0);
  color: var(--yellow-clr);
  z-index: 2;
  opacity: 1;
  position: relative;
  /* text-shadow: 1px 2px 2px rgba(251, 178, 23, 0.6); */
  text-align: center !important;
  font-family: "Barlow", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.5rem !important;
}

.cards-slider .cont .scroll .card.inactive h2 {
  opacity: 0.55;
}

.cards-slider .cont .scroll .card span.animate {
  display: block;
  transform: translate(0, 50px);
  opacity: 0;
  transition: 0.25s;
}

.cards-slider .cont .scroll .card:hover span.animate {
  transform: translate(0, 0);
  opacity: 1;
}

/* online */
ul.online-ul {
  padding-bottom: 2rem;
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
}

ul.online-ul b {
  text-transform: uppercase;
  display: block;
  font-size: 1.35rem;
}

ul.online-ul li {
  list-style-type: none;
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 60px;
  transform: translate(0, 30%);
  opacity: 0;
  width: 25%;
}

.animation ul.online-ul li {
  animation: popload 1s ease;
  animation-fill-mode: forwards;
  animation-delay: 3.25s;
}

.animation ul.online-ul li:nth-child(2) {
  animation-delay: 3.75s;
}

.animation ul.online-ul li:nth-child(3) {
  animation-delay: 4s;
}

.animation ul.online-ul li:nth-child(4) {
  animation-delay: 4.25s;
}

ul.online-ul li::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../game/img/hexaportal-front.png) top -7px center no-repeat;
  background-size: 54px;
}

.online-body {
  max-width: 960px;
  width: 100%;
}

article#online {
  width: 100vw;
  position: relative;
  color: var(--white-clr);
  padding-bottom: 3rem;
  font-size: 1.05rem;
}

article#online h2 {
  font-size: 1.25rem;
}

article#online .cards-slider .card .subtitle {
  width: 100%;
  display: block;
  color: var(--yellow-clr);
  margin-top: 1rem;
  letter-spacing: 0.15rem !important;
  text-transform: lowercase;
}

article#online .cards-slider .card .num {
  display: block;
  /* color: var(--yellow-clr); */
  margin-top: 1rem;
  letter-spacing: 0.15rem !important;
}

article#online .mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../game/img/bg-mask-bezloga.png) top 0 center no-repeat;
  background-size: 50%;
  min-height: 20vh;
  z-index: 1;
  height: 600px;
  opacity: 0;
  pointer-events: none;
}

article#online .mask.imperial {
  transform: translate(0, 10%);
}

.animation article#online .mask.imperial {
  animation: loadMask 4.75s ease-in;
  animation-fill-mode: forwards;
}

@keyframes loadMask {
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

article#online .mask.bg {
  background: url(../game/img/bg-mask-bezloga.png) top 0% center no-repeat;
  background-size: 230%;
  min-height: 100vh;
  z-index: 1;
  height: 546px;
  opacity: 0.3;
}

.appadmin_login article#online .mask {
  height: 100vh;
}

article#online .light {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../game/img/bg-light.png") center center no-repeat;
  background-size: cover;
  min-height: 100vh;
  pointer-events: none;
}

.animation article#online .light {
  animation: loadlight 1s ease;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 1s;
}

.animation article#online .mask {
  animation: loadlight2 1s ease;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 1.5s;
}

@keyframes loadlight {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes loadlight2 {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.3;
  }
}

article#online > * {
  position: relative;
  z-index: 3;
}

article#online p {
  font-family: "Barlow", sans-serif !important;
  font-size: 1.05rem;
  line-height: 1.5;
}

.online-body .info-article p {
  margin-bottom: 1rem;
  max-width: 90%;
}

article#online h1,
article#online h2,
article#online h3,
article#online h4,
article#online h5,
article#online h6 {
  /* font-family: "Orbitron", sans-serif !important; */
  text-align: left;
  letter-spacing: 2px;
}

article#online h1 {
  font-family: "Barlow", sans-serif !important;
  font-size: 1.65rem;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  line-height: 1.15;
}

article#online h1 .sutitle {
  display: block;
}

article#online .main-title h1,
article#online .main-title h2 {
  font-size: 2.15rem;
  margin-bottom: 1rem;
  margin: 2rem 0;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.25;
}

article#online .main-title h2 {
  font-size: 1.35rem;
  margin-bottom: 0;
}

article#online .btn {
  padding: 0.25rem 0.75rem;
  color: var(--black-clr);
  background-color: var(--yellow-clr);
  font-size: 1.15rem;
  font-family: "Barlow", sans-serif !important;
}

article#online .btns .btn:first-of-type {
  margin-bottom: 1rem;
}

article#online .btns .btn:last-of-type {
  font-size: 1.45rem;
}

article#online .btn .b {
  font-weight: 500;
}

article#online .main-title {
  padding: 0 2.5%;
  transition: 0.25s;
  opacity: 0;
  transform: translate(0, 10%);
  grid-column: 1/-1;
}

.animation article#online .main-title {
  animation: popload 2s ease;
  animation-fill-mode: forwards;
  animation-delay: 3.25s;
}

article#online > header {
  text-align: center;
  padding-bottom: 2rem;
}

article#online > header figure {
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: center;
  position: relative;
  opacity: 0;
}

.animation article#online > header figure {
  animation: loadlight 2s ease;
  animation-fill-mode: forwards;
}

article#online > header figure::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/techeye.png") center center no-repeat;
  background-size: auto;
  background-size: contain;
  z-index: 2;
  opacity: 0.2;
  pointer-events: none;
}

.animation article#online > header figure::before {
  animation: eye 5s ease;
  animation-fill-mode: forwards;
}

article#online > header figure::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  background: url("../images/techeye.png") center center no-repeat;
  background-size: auto;
  background-size: contain;
  z-index: 2;
  opacity: 0.2;
  pointer-events: none;
}

.animation article#online > header figure::after {
  animation: eye2 5s ease;
  animation-fill-mode: forwards;
}

@keyframes eye {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  50% {
    transform: translate(-50%, -50%) rotate(360deg) scale(1.5);
  }

  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes eye2 {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }

  50% {
    transform: translate(-50%, -50%) rotate(-180deg) scale(1.5);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

article#online > header > span {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  margin-top: 1rem;
}

article#online > header img {
  width: 300px;
  opacity: 0;
}

.animation article#online > header img {
  animation: loadlight 1s ease;
  animation-fill-mode: forwards;
}

article#online [data-carousel] {
  margin: 3rem 0;
}

article#online .dropcnt [data-carousel] {
  margin: 0;
  grid-column: 1/-1;
}

article#online .info-article {
  margin: 3rem auto 0 auto;
  display: grid;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

.form_cont fieldset {
  border: none;
}

.form_cont fieldset a {
  color: inherit;
  text-decoration: underline;
}

#login_article_container .form_cont fieldset label {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  margin-bottom: 1rem;
  width: 100%;
}

#login_article_container .form_cont fieldset {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: 0;
}

.online-package {
  padding: 0.75rem;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--grey-clr);
  border-left: 2px var(--yellow-clr) solid;
  margin: 3rem 0 3rem 0;
}

.online-package h2 {
  color: var(--yellow-clr);
  margin-bottom: 1rem;
  font-size: 1.25rem;
  letter-spacing: 1px;
}

[data-carousel] {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  height: auto;
  position: relative;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.scr-bar {
  scrollbar-width: thin;
  /* Pro Firefox - tenký scrollbar */
  scrollbar-color: var(--yellow-clr) transparent;
  /* Barva pro Firefox */
  overflow: auto;
  /* Zajištění scrollování */
}

/* Pro WebKit (Chrome, Edge, Safari) */
.scr-bar::-webkit-scrollbar {
  width: 8px;
  /* Šířka vertikálního scrollbaru */
  height: 8px;
  /* Výška horizontálního scrollbaru */
  background-color: transparent;
  /* Pozadí scrollbarů */
}

.scr-bar::-webkit-scrollbar-thumb {
  background-color: var(--yellow-clr);
  /* Barva posuvníku */
  border-radius: 4px;
  /* Zaoblené rohy */
}

.scr-bar::-webkit-scrollbar-thumb:hover {
  background-color: var(--yellow-clr);
  /* Zvýraznění při najetí */
  opacity: 0.8;
  /* Trochu průhledné při hover */
}

.scr-bar::-webkit-scrollbar-corner {
  background-color: transparent;
  /* Roh scrollbarů (pokud jsou oba zobrazeny) */
}

[data-carousel] .carouselbtn {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  border: none;
  background: transparent;
  background-color: var(--grey-clr);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  min-width: 130px;
}

[data-carousel] .carouselbtn.active {
  opacity: 0.55;
  pointer-events: all;
}

[data-carousel] .scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

[data-carousel] .scroll [data-carouselslide] {
  width: 260px !important;
  min-height: 180px;
  max-height: 180px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  flex: 0 0 auto;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  background: var(--gray-clr);
}

[data-carousel] .scroll [data-carouselslide] video,
[data-carousel] .scroll [data-carouselslide] iframe,
[data-carousel] .scroll [data-carouselslide] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.online .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hodden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px var(--yellow-clr) solid;
  user-select: none;
  color: transparent;
  background: transparent;
}

.online .playbtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-50%, -50%) rotate(90deg);
  border-bottom: 15px var(--yellow-clr) solid;
  border-left: 10px transparent solid;
  border-right: 10px transparent solid;
}

/* Dropdown sekce */

.body-cont {
}

.body-cont h1 {
  margin-bottom: 0 !important;
}

.body-cont > header {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  flex-wrap: wrap;
}

#online .body-cont > header {
  padding: 2rem 1.25rem;
}

#online .lvl {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  left: 0;
  bottom: 0;
  gap: 2rem;
  padding: 2rem;
  width: 100%;
  row-gap: 1.25rem;
  background: var(--black-clr);
  border-radius: 10px;
  margin-top: 1.5rem;
  overflow: hidden;
  transform: translate(0, 0);
  pointer-events: none;
  opacity: 0;
}

#online .lvl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../game/img/bg-mask.png") center center no-repeat;
}

#online .lvl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../game/img/btn-light.png") center center no-repeat;
  background-size: cover;
}

#online .lvl .title {
  display: block;
  width: 100%;
  text-align: -webkit-left;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  z-index: 2;
}

#online .lvl.active {
  position: relative;
  transform: translate(0, 0);
  pointer-events: all;
  opacity: 1;
}

#online .lvl img {
  width: 45px;
}

.body-cont > header .info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}

.animation .body-cont > header {
  animation: blinkload 1s linear;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes blinkload {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.body-cont > header .info img {
  width: 100%;
  max-width: 100px;
  min-width: 50px;
}

.body-cont > header .logout {
  margin-right: 0;
}

.body-cont > header .logout img {
  width: 40px;
}

.body-cont > header .info .name {
  width: 100%;
  max-width: 100%;
  min-width: 50px;
  color: var(--yellow-clr);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.drop-section {
}

#online .drop-section {
  padding: 0 7.5%;
}

#online .info-article .drop-section {
  padding: 0;
}

#online .form_cont .drop-section {
  padding: 0;
}

.drop-section .dropcnt {
  margin-bottom: 1.5rem;
  position: relative;
  opacity: 0;
}

.faq .drop-section .dropcnt {
  margin-bottom: 1.5rem;
  position: relative;
  opacity: 0;
  border-bottom: 1px var(--dark-mode-text-clr) solid;
}

.faq .drop-section .dropcnt:last-of-type {
  border-bottom: none;
}

.animation .drop-section .dropcnt {
  animation: slideload 0.5s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0;
}

@keyframes slideload {
  0% {
    transform: translateX(-25%);
    opacity: 0;
  }

  50% {
    opacity: 0.25;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

#online form.form .drop-section .dropcnt {
  margin-bottom: 2.5rem;
}

.drop-section .dropcnt header {
  position: relative;
  padding: 1.25rem;
  border-radius: 5px;
  background-color: var(--dark-grey-clr);
  cursor: pointer;
  z-index: 2;
}

section.faq {
  max-width: 80%;
}

section.faq > .cont {
  padding: 0 1rem;
  background-color: var(--grey-clr);
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.75);
  max-width: 750px;
}

section.faq .drop-section {
  padding: 0;
  background-color: inherit;
}

.drop-section .dropcnt.active > header {
  box-shadow: 0px 0px 4px 0px rgb(251 178 23);
}

.faq .drop-section .dropcnt.active > header {
  box-shadow: none;
  color: var(--yellow-clr);
}

.faq .drop-section .dropcnt > header {
  padding: 1.25rem 0;
  background-color: transparent;
}

.drop-section .dropcnt > header h1 {
  text-transform: uppercase;
}

.drop-section .dropcnt > header h3 {
  text-transform: none;
  font-weight: normal;
  font-family: "Barlow", sans-serif !important;
  font-size: 1.125rem;
  max-width: calc(100% - 30px);
  margin-left: 0;
}

#online .info-article .drop-section .dropcnt header {
  background-color: transparent;
}

#online .info-article .drop-section .dropcnt header h1 {
  text-transform: none;
}

#online .info-article .drop-section .dropcnt header span {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
}

.drop-section .dropcnt header::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%) rotate(45deg);
  border-bottom: 10px var(--yellow-clr) solid;
  border-left: 6px transparent solid;
  border-right: 6px transparent solid;
  transition: 0.25s;
}

.faq .drop-section .dropcnt header::before {
  width: 5px;
  height: 5px;
  border-bottom: 2px var(--white-clr) solid;
  border-right: 2px var(--white-clr) solid;
  border-left: none;
}

.faq .drop-section .dropcnt header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translate(0, -50%) rotate(90deg);
  border-radius: 50%;
  background: var(--gray-clr);
  width: 25px;
  height: 25px;
  z-index: -1;
}

.appadmin_login .drop-section .dropcnt header::before {
  border-bottom: 10px var(--black-clr) solid;
}

.drop-section .dropcnt.active > header::before {
  transform: translate(0, -50%) rotate(180deg);
}

.drop-section .dropcnt.locked header::before {
  transform: translate(0, -50%) rotate(0deg);
  border-bottom: none;
  border-left: none;
  border-right: none;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: var(--yellow-clr);
}

.drop-section .dropcnt.locked.active header::before {
  transform: translate(0, -50%) rotate(45deg);
}

.drop-section .dropcnt.locked header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.15rem;
  transform: translate(0, -170%) rotate(0deg);
  border-bottom: none;
  border-left: none;
  border-right: none;
  width: 7px;
  height: 7px;
  border-right: 2px var(--yellow-clr) solid;
  border-left: 2px var(--yellow-clr) solid;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top: 2px var(--yellow-clr) solid;
  transition: 0.25s;
}

.drop-section .dropcnt.locked.active header::after {
  transform: translate(0, -170%) rotate(-45deg);
}

.appadmin_login .drop-section .dropcnt header::before {
  border-bottom: 10px var(--black-clr) solid;
}

.drop-section .dropcnt.active > header::before {
  transform: translate(0, -50%) rotate(225deg);
}

.drop-section .dropcnt header h1 {
  font-size: 1.45rem;
}

.drop-section .dropcnt.locked header > * {
  opacity: 0.25;
}

.drop-section .dropcnt header h1 .subtitle {
  display: block;
  font-weight: normal;
  font-size: 1.25rem;
  margin-top: 0.25rem;
  color: var(--yellow-clr);
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.drop-section .dropcnt header h1 .subtitle {
  display: block;
  font-weight: 600;
  font-size: 0.95rem;
  margin-top: 0.25rem;
  color: var(--white-clr);
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.drop-section .dropcnt header h1 .subtitle.gold {
  color: var(--yellow-clr);
}

#online form.form .drop-section .dropcnt header h1 .subtitle {
  color: var(--black-clr);
}

#online .info-article .drop-section .dropcnt header h1 .subtitle {
  display: block;
  font-weight: normal;
  font-size: 1.25rem;
  margin-top: 0.25rem;
  color: var(--yellow-clr);
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.appadmin_login .drop-section .dropcnt header {
  background-color: var(--white-clr);
}

.appadmin_login .drop-section .dropcnt header h1 {
  color: var(--black-clr);
  font-size: 1rem !important;
  font-weight: normal;
}

.drop-section .dropcnt .obsah {
  position: absolute;
  opacity: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  background-color: var(--dark-grey-clr);
  overflow: hidden;
  transition: opacity 0.3s ease, height 0.3s ease;
}

.faq .drop-section .dropcnt .obsah {
  padding: 0 0 1.25rem 0;
  background-color: transparent !important;
}

.faq .drop-section .dropcnt .obsah p {
  line-height: 1.5 !important;
  font-size: 1.05rem;
  background-color: transparent;
}

.drop-section .dropcnt .obsah.bezpristupu {
  background-color: transparent;
  padding: 1rem;
}

.drop-section .dropcnt .obsah.bezpristupu .backbtn:first-of-type {
  margin-bottom: 1rem;
}

.drop-section .dropcnt .obsah.bezpristupu .backbtn:last-of-type {
  margin-bottom: 0;
}

.online-banner {
  position: relative;
  padding: 2rem 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.online-banner figure {
  width: 100%;
  text-align: center;
}

.online-banner img {
  width: 100%;
  max-width: 140px;
}

.online-banner.left figure,
.online-banner.left .backbtn {
  width: fit-content;
  margin: 0;
}

.online-banner.right {
  flex-direction: row-reverse;
}

.online-banner.right figure,
.online-banner.right .backbtn {
  width: fit-content;
  margin: 0;
}

.online-banner.mask {
  background-image: url("../game/img/bg-mask-bezloga.png");
  background-position: center center no-repeat;
  background-position: contain;
}

#online .drop-section .dropcnt .obsah {
  background-color: var(--dark-mode-bg-clr);
}

#online form.form .drop-section .dropcnt .obsah {
  background-color: var(--white-clr);
  border-radius: 5px;
}

#online .info-article .drop-section .dropcnt .obsah {
  background-color: transparent;
}

#online form.form .drop-section .dropcnt .obsah label {
  color: var(--black-clr);
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 5px;
}

#online form.form .drop-section .dropcnt .obsah label .title {
  margin-left: 0;
  margin-right: 1rem;
}

#online .drop-section .dropcnt .dropcnt {
  margin-bottom: 0;
}

#online .drop-section .dropcnt .obsah .dropcnt .obsah {
  background-color: transparent;
  color: var(--white-clr);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#online .drop-section .dropcnt .obsah .content {
  padding: 1rem;
  font-size: 1rem;
}

.popup-cnt > .cont article h2,
#online .drop-section .dropcnt .obsah .content h2,
#online .drop-section .dropcnt .obsah .content h3 {
  margin: 1rem 0;
  color: var(--yellow-clr);
  font-weight: normal;
  text-transform: uppercase;
}

#online .drop-section .dropcnt .obsah .content .h3,
#online .drop-section .dropcnt .obsah .content h3 {
  font-size: 1.15rem;
  text-transform: none;
}

#online .popup-cnt > .cont article p,
#online .drop-section .dropcnt .obsah .content p {
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 1rem;
}

#online .popup-cnt > .cont article p.hgl,
#online .drop-section .dropcnt .obsah .content p.hgl {
  color: var(--yellow-clr);
  font-style: italic;
}

.popup-cnt > .cont article ul,
#online .drop-section .dropcnt .obsah .content ul {
  margin-bottom: 2rem;
}

.popup-cnt > .cont article ul li,
#online .drop-section .dropcnt .obsah .content ul li {
  margin-bottom: 1rem;
  list-style-type: none;
  line-height: 1.5;
  position: relative;
  padding-left: 25px;
  font-size: 1rem;
}

#online .popup-cnt > .cont article ul li::before,
#online .drop-section .dropcnt .obsah .content ul li::before {
  content: "";
  position: absolute;
  top: 0.35rem;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../game/img/hexaportal-back.png) center center no-repeat;
  background-size: contain;
  display: block;
}

#online .popup-cnt > .cont article ul li::before {
  top: 0.5rem;
}

.popup-cnt > .cont article ul li:last-of-type,
#online .drop-section .dropcnt .obsah .dropcnt .obsah .content ul li:last-of-type {
  margin-bottom: 0;
}

.popup-cnt > .cont section.cvik,
#online .drop-section .dropcnt .obsah section.cvik {
  padding: 1rem 0;
}

.popup-cnt > .cont section.cvik ul,
#online .drop-section .dropcnt .obsah section.cvik ul {
  margin-bottom: 1rem;
}

.drop-section .dropcnt .obsah .dropcnt:nth-of-type(even) {
  background-color: var(--dark-grey-clr);
}

.drop-section .dropcnt .obsah .dropcnt header {
  background: transparent;
  box-shadow: none;
}

.drop-section .dropcnt .obsah .dropcnt header h1 {
  font-size: 1.05rem !important;
  text-transform: none;
}

.drop-section .dropcnt.active > .obsah {
  position: relative;
  opacity: 1;
  pointer-events: all;
}

.drop-section .dropcnt .obsah > span {
  margin-bottom: 1rem;
  position: relative;
  padding: 0 2rem;
}

#online .info-article .drop-section .dropcnt .obsah p {
  padding: 0;
}

.info-article .drop-section .dropcnt .obsah p:first-of-type::before {
  display: none;
}

.drop-section .dropcnt .obsah .iframe {
  width: 100%;
  display: flex;
  position: relative;
}

.drop-section .dropcnt .obsah .iframe::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  z-index: 2;
  background: transparent;
}

.drop-section .dropcnt .obsah .iframe::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 15%;
  z-index: 2;
  background: transparent;

  display: none;
}

.drop-section .dropcnt .obsah iframe {
  width: 100%;
  height: 310px;
  width: 100%;
}

.registrace-uspesna {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

/*Custom iframe*/
.iframe .controls {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 25;
  padding: 1rem 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.iframe .controls button {
  overflow: hidden;
  color: transparent;
  user-select: none;
  width: 35px;
  height: 35px;
  margin: 0 2rem 0 0;
  background-color: var(--yellow-clr);
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.iframe .controls button.play-pause-btn::after {
  content: "";
  border-left: 20px transparent solid;
  border-right: 20px transparent solid;
  border-bottom: 30px var(--yellow-clr) solid;
  background-color: transparent;
  transform: rotate(90deg);
  border-radius: -13px;
}

section.hodnoceni {
  padding: 0 2rem 2rem 2rem;
}

section.hodnoceni > header {
  padding: 0 0 1rem 0;
  /* margin-bottom: 1rem; */
  font-weight: normal;
  font-size: 2rem;
  display: block;
}

section.hodnoceni > header h1 {
  font-weight: normal;
  font-size: 2rem;
}

section.hodnoceni form.form.game fieldset.selection .row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1rem;
  width: calc(100% - 2rem);
  height: 5px;
  background: url(../images/form-dash.svg) left center repeat-x;
  opacity: 0.55;
}

section.hodnoceni form.game .field-title,
section.hodnoceni form.game .field-text,
section.hodnoceni form.game .select-title,
section.hodnoceni form.game fieldset.inputs .row label {
  font-size: 1.25rem;
  text-transform: none;
  letter-spacing: unset;
}

section.hodnoceni form.game .file label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: url("../images/uploadimg.svg") center center no-repeat;
  background-size: contain;
}

section.hodnoceni form.game .selection .row .field-title {
}

section.hodnoceni form.game fieldset [data-activedropli] {
  background: transparent;
  cursor: pointer;
}

section.hodnoceni form.form .row textarea {
  background-color: transparent;
  height: auto;
  min-height: 180px;
  -webkit-box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.5);
  min-width: 100%;
  border-radius: 10px;
  font-size: 1.05rem;
}

section.hodnoceni form.form fieldset.inputs input:focus + label,
section.hodnoceni form.form .textarea textarea:focus + label,
section.hodnoceni form.form .textarea label.focused,
section.hodnoceni form.form fieldset.inputs label.focused {
  opacity: 1;
  transform: translate(0, -50%);
  color: var(--yellow-clr);
}

section.hodnoceni form.form .inputs.textarea .row::after {
  display: none;
}

section.hodnoceni form.form .textarea .row {
  border-radius: 10px;
}

section.hodnoceni form.form .file .row label {
  pointer-events: all;
}

section.hodnoceni form.form .row textarea::placeholder {
  color: transparent;
}

section.hodnoceni form.form [type="file"] {
  display: none;
}

section.hodnoceni form.form .row label {
  top: 0;
  transform: translate(0, 0);
}

@media screen and (max-width: 1480px) {
  .spltscrn-cont > .content_width {
    column-gap: 5rem;
  }
}

@media screen and (max-width: 1366px) {
  article#online .mask {
    background-size: 70%;
    height: 600px;
  }
}

@media screen and (max-width: 1350px) {
  section.header > article h1 {
    max-width: 50%;
  }

  article.kosik-main {
    width: 90% !important;
  }
}

@media screen and (max-width: 1330px) {
  section.header > article section.blocks .block {
    padding: 2rem 1rem;
  }

  section.main_content article.instagram p {
    max-width: 100%;
  }

  article.gdpr_article {
    width: 75%;
  }
}

@media screen and (max-width: 1280px) {
  #open-cont video {
    width: auto;
    height: 100%;
  }

  .spltscrn-cont .card.web .card-cont figure img {
    width: 85%;
  }
}

@media screen and (max-width: 1260px) {
  .not-mobile {
    width: 0.5rem;
  }

  section.main_content article.content section.text.loaded .btn {
    width: 100%;
  }

  .spoluprace .flex-two section.text {
    width: 100%;
    margin-top: 1rem;
  }

  section.header > article section.cert {
    margin: 7.5rem auto 3rem auto;
  }

  section.main_content.spoluprace article.content p {
    max-width: 60%;
  }

  .animation section.header > article section.blocks {
    width: 95%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    transform: translate(0, 5%) !important;
    background: transparent;
  }

  section.header > article section.blocks .block {
    padding: 2rem;
    width: 100%;
    background-color: var(--yellow-clr);
    height: 100%;
    border-radius: 10px;
  }

  section.header > article section.cert {
    max-width: 65%;
  }

  section.main_content article.content {
    flex-wrap: wrap;
    position: relative;
    margin-top: 50px;
  }

  section.main_content article.content figure {
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.25;
  }

  section.main_content.spoluprace article.content figure {
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.25;
  }

  section.main_content article.content section.text {
    width: 95%;
    margin: 0 auto;
    padding-left: 0;
  }

  section.main_content article.content figure img {
    max-width: 560px;
  }

  section.main_content.spoluprace article.content figure img {
    max-width: 410px !important;
  }

  section.main_content article.content figure.loaded {
    opacity: 0.5;
  }

  section.main_content.spoluprace article.content figure.loaded {
    opacity: 1;
  }

  section.eshop .cards {
    flex-wrap: wrap;
  }

  section.eshop .item:last-of-type {
    margin-bottom: 0;
  }

  section.eshop .item > .cont {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 50%;
  }

  section.eshop .item > .cont > * {
    width: 100%;
    margin: auto auto auto 0;
    padding-left: 5rem;
  }

  .godmode-luka {
    width: 100% !important;
  }

  .spoluprace .flex-two > .produkt {
    width: 100% !important;
    padding: 7rem 1rem 2rem 1rem;
  }

  section.main_content.spoluprace article.content::before {
    opacity: 1;
  }

  section.main_content.spoluprace article.content figure::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0, 0) rotate(0);
    width: 100%;
    height: 53%;
    background: rgb(19, 19, 19);
    background: -moz-linear-gradient(0deg, rgba(19, 19, 19, 1) 12%, rgba(19, 19, 19, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(19, 19, 19, 1) 12%, rgba(19, 19, 19, 0) 100%);
    background: linear-gradient(0deg, rgba(19, 19, 19, 1) 12%, rgba(19, 19, 19, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131313", endColorstr="#131313", GradientType=1);
    z-index: 2;
    opacity: 1;
  }

  section.main_content.spoluprace article.content figure::after {
    display: block;
    height: 7%;
  }
}

@media screen and (max-width: 1180px) {
  section.eshop .cards {
    width: 1080px;
  }

  section.index-form.index form {
    width: 1080px;
  }
}

@media screen and (max-width: 1160px) {
  section.header > article section.cert {
    max-width: 75%;
  }
}

@media screen and (max-width: 1140px) {
  section.index-form h1 {
    max-width: 80%;
  }
}

@media screen and (max-width: 1120px) {
  section.index-form.index form,
  section.eshop .cards {
    width: 960px;
  }
}

@media screen and (max-width: 1090px) {
  section.eshop .item footer button {
    margin: 0 auto;
    background-position: left 10px top 15px;
  }
}

@media screen and (max-width: 1080px) {
  section.header > article h1 {
    max-width: 60%;
  }

  .spltscrn-cont .card > .cnt {
    max-width: unset;
    height: 100%;
    max-height: 650px;
    min-height: 560px;
  }
}

@media screen and (max-width: 1060px) {
  .animation section.header > article section.blocks {
    width: 90%;
  }

  section.main_content article.content section.text {
    width: 85%;
    margin-left: 2.5%;
  }

  section.main_content .socmedia {
    flex-wrap: wrap;
  }

  section.main_content .socmedia article.block a {
    margin-left: 0;
  }
}

@media screen and (max-width: 1040px) {
  section.eshop .item .content {
    padding: 2rem;
  }
}

@media screen and (max-width: 1030px) {
  section.index-form.index form,
  section.eshop .cards {
    width: 920px;
  }
}

@media screen and (max-width: 1020px) {
  section.header .logo.animation {
    width: 100%;
    max-width: 900px;
  }

  .animation section.header > article section.blocks {
    width: 95%;
  }
}

@media screen and (max-width: 995px) {
  section.header > article section.cert {
    max-width: 85%;
  }
}

@media screen and (max-width: 990px) {
  section.header .logo {
    margin-bottom: 3rem;
  }

  section.main_content article.content figure img {
    max-width: 610px;
  }

  form.form fieldset.footer {
    flex-wrap: wrap;
  }

  form.form fieldset.footer input.send {
    width: 100%;
    margin: 2rem 0 0 0;
  }

  form.form.game fieldset.footer input.send {
    padding: 1rem !important;
  }
}

@media screen and (max-width: 980px) {
  form.form fieldset.footer .emptyCart {
    flex-wrap: wrap;
    text-align: center;
  }

  form.form fieldset.footer .emptyCart span {
    margin-left: auto;
  }

  form.form fieldset.footer .emptyCart a {
    margin-right: auto;
  }
}

@media screen and (max-width: 970px) {
  section.index-form.index form,
  section.eshop .cards {
    width: 920px;
  }

  article#online .mask {
    background-size: 110%;
  }
}

@media screen and (max-width: 950px) {
  section.eshop .cards {
    grid-gap: 1.5rem;
  }

  section.eshop .item {
    width: 100%;
  }

  section.eshop .item:hover {
    transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
  }

  section.eshop .item .content {
    padding: 1.5rem;
  }

  section.eshop .item footer button {
    margin: 2rem 0 0 0;
    border: 1px var(--yellow-clr) solid;
    width: 100%;
    padding: 0.75rem 0.5rem;
    border-radius: 5px;
  }

  section.eshop .cards {
    position: relative;
    z-index: 2;
  }

  section.eshop .item form.custom .row:last-of-type > span {
    width: unset;
  }

  section.eshop .item footer span.cena {
    width: unset;
  }

  section.eshop .item figure {
    margin-bottom: 2rem;
  }

  section.index-form.index form section.eshop .cards {
    width: 95%;
  }

  section.eshop .item footer {
    flex-wrap: wrap;
  }

  section.eshop .item footer span.dph {
    top: 50px;
  }
}

@media screen and (max-width: 940px) {
  form.form fieldset.footer {
    flex-wrap: wrap;
  }

  form.form fieldset.footer fieldset {
    text-align: center;
    width: 100%;
  }

  form.form fieldset.footer fieldset label {
    width: 100%;
  }

  form.form fieldset.footer a.ig {
    margin: 0 auto;
    transform: translate(0, 50%);
  }

  article.kosik-main section.zasilkovna .selector {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 930px) {
  section.header section.bedna_header .animace.animace-mobil {
    display: block;
  }

  section.eshop .item .content::after {
    transform: translate(-300%, -50%) rotate(-25deg);
  }

  section.eshop .item form.custom {
    margin: 2rem 0 1rem 0;
  }

  section.eshop .item form.custom .row {
    flex-wrap: wrap;
  }

  section.eshop .item form.custom .row:last-of-type > span {
    margin-bottom: 1rem;
  }

  section.eshop .item {
    max-height: 685px;
    min-height: 685px;
  }
}

@media screen and (max-width: 920px) {
  section.main_content .socmedia article.block {
    max-width: 50%;
    width: 50%;
    display: block;
  }

  section.main_content .socmedia article.block p {
    margin-left: auto;
    text-align: center;
    width: 90%;
  }
}

@media screen and (max-width: 910px) {
  section.main_content article.instagram {
    max-width: 50%;
  }
}

@media screen and (max-width: 900px) {
  section.header > article h1 {
    max-width: 80%;
  }

  header.document_header nav.main_nav {
    margin-bottom: 0;
  }

  section.header .logo.animation img[src*="logo-text"] {
    width: 58%;
  }
}

@media screen and (max-width: 895px) {
  section.index-form h1 {
    max-width: 65%;
    text-align: left;
    margin-right: 10%;
  }

  .spoluprace-form-fig figcaption {
    position: relative;
    color: var(--white-clr);
    z-index: 3;
    margin-bottom: 1rem;
    top: unset;
    left: 0;
    text-align: center;
    font-size: 2rem;
  }

  .spoluprace-form-fig::before {
    top: 51px;
    transform: rotate(180deg);
  }

  .spoluprace-form-fig {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 880px) {
  section.header > article section.cert {
    max-width: 95%;
  }

  section.main_content article.content {
    padding-top: 0;
    margin-top: 0;
  }

  section.main_content article.content .title-h-tag {
    margin-bottom: 500px;
    text-align: center;
  }

  section.main_content.spoluprace article.content .title-h-tag {
    margin-bottom: 2rem;
    text-align: left;
  }

  section.main_content article.content section.text {
    margin-top: 0;
  }

  section.main_content article.content figure.loaded {
    transform: translate(0, 100px);
  }

  section.main_content.spoluprace article.content figure.loaded {
    transform: translate(0, 0);
  }

  article.kosik-main section.osobniudaje form.form fieldset.general {
    grid-template-columns: repeat(1, 1fr);
  }

  form.form section.tri {
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1/-1;
  }

  form.form section.tri .row:last-of-type {
    grid-column: 1/-1;
  }

  section.header .logo {
    margin-bottom: 0;
  }

  section.main_content article.content section.text {
    margin: 0 auto;
    width: 95%;
    z-index: 3;
  }

  section.main_content.spoluprace article.content section.text {
    margin: 0 auto;
    width: 90%;
    z-index: 3;
    padding-top: 90vh;
  }

  section.main_content article.content p {
    max-width: 100% !important;
  }

  section.main_content article.content figure {
    top: 0;
    text-align: center;
  }

  section.main_content article.content figure img {
    max-width: 80%;
  }

  section.main_content.spoluprace article.content figure img {
    max-width: 100% !important;
  }

  section.main_content article.instagram {
    max-width: 75%;
  }
}

@media screen and (max-width: 860px) {
  article.kosik-main section.souhrn .cont section.produkty table {
    width: 100%;
    min-width: 520px;
  }

  section.index-form h2 {
    max-width: 80%;
  }

  br.mobile {
    display: block;
  }

  .spoluprace .cards-slider .cont {
    overflow-x: scroll;
  }

  .cards-slider .cont .scroll .card:hover {
    transform: translate(0, 0);
  }

  ul.online-ul li {
    width: 50%;
  }

  article#online .mask {
    background-size: 150%;
  }

  #online .drop-section .dropcnt .obsah .dropcnt .obsah {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 850px) {
  .responzive_table {
    max-width: 100vw;
    overflow-y: scroll;
    padding-bottom: 70px;
  }

  #online .drop-section .dropcnt .obsah .dropcnt .obsah {
    grid-template-columns: repeat(1, 1fr);
  }

  .swipe-icon-btn {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -5%);
    width: 50px;
    height: 50px;
    background: url(../images/swipe-icon.gif) center center no-repeat;
    background-size: contain;
  }

  .spltscrn-cont .swipe-icon-btn {
    bottom: 0;
    transform: translate(-50%, -25%);
    display: block;
    opacity: 0.75;
    animation: appearSwipe 1s ease-in-out;
    animation-delay: 2.25s;
    animation-fill-mode: forwards;
  }

  @keyframes appearSwipe {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  #kosik-lista .swipe-icon-btn {
    transform: translate(-50%, -78px);
  }

  article.kosik-main section.souhrn .cont section.produkty .swipe-icon-btn {
    transform: translate(-50%, -80%);
  }

  article.kosik-main .swipe-icon-btn.kosiktable {
    transform: translate(-50%, -70px);
  }

  #kosik-lista .responzive_table {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 840px) {
  .video_cont .mutebtn {
    width: 3rem;
    height: 3rem;
  }
}

@media screen and (max-width: 820px) {
  section.header > article > figure img {
    width: 60%;
  }

  section.main_content .socmedia article.block {
    max-width: 50%;
    width: 50%;
  }

  section.main_content .socmedia {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 800px) {
  section.index-form.index form,
  section.eshop .cards {
    width: 95%;
  }

  section.index-form.index form {
    transform: scale(0.975);
  }
}

@media screen and (max-width: 790px) {
  section.header > article > section.bedna_header img {
    width: 75%;
  }

  section.main_content article.content p:last-of-type {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 768px) {
  section[data-mainmenu] nav.menu ul li a {
    font-size: 3rem;
  }

  section.main_content article.content figure img {
    max-width: 90%;
  }

  section.main_content.spoluprace article.content figure img {
    max-width: 55%;
  }
}

@media screen and (max-width: 760px) {
  section.eshop .item {
    width: 450px;
  }

  section.eshop .item .content {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }

  section.eshop .item .content::after {
    display: none;
  }

  section.eshop .cards {
    grid-gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }

  section.eshop .item span.premium {
    width: 90px;
    height: 90px;
  }

  section.eshop::before {
    width: 50%;
  }

  section.eshop article.top-info {
    width: 58%;
  }
}

@media screen and (max-width: 730px) {
  section.eshop article.top-info {
    width: 60%;
  }

  article.kosik-main section.darek p {
    text-align: left;
  }
}

@media screen and (max-width: 720px) {
  section[data-mainmenu] nav.menu {
    max-width: 100%;
  }

  section.header section.bedna_header .animace {
    transform: translate(-51%, 0%) !important;
  }

  section.header section.bedna_header::before,
  section.header section.bedna_header::after {
    width: 130%;
    background-size: 88%;
  }

  section.header > article h1 {
    margin: 0 auto 50px auto;
  }

  section.header > article section.blocks h2::after {
    display: none;
  }

  section.header > article section.blocks h2 {
    justify-content: flex-start;
    margin-bottom: 0rem;
  }

  section.header > article section.blocks .block > * {
    text-align: left;
  }

  section.header > article section.cert {
    max-width: 100%;
    padding: 0 2rem;
  }

  section.header > article section.cert p {
    text-align: left;
  }

  section.header > article section.blocks h2 {
    height: auto;
  }

  form.form section.tri {
    grid-template-columns: repeat(1, 1fr);
  }

  section.eshop .item figure {
    width: 100%;
    margin-bottom: 2rem;
  }

  section.eshop .item .cont {
    padding-left: 0;
    width: 100%;
  }

  section.eshop .item .content {
    padding: 0 2rem 2rem 2rem;
  }

  section.eshop .item footer span.cena {
    width: fit-content;
  }

  .animation section.header > article section.blocks {
    grid-template-columns: repeat(1, 1fr);
  }

  form.form fieldset.inputs {
    grid-template-columns: repeat(1, 1fr);
  }

  article.kosik-main section.zasilkovna .dopravalock > p {
    text-align: left;
  }

  article.kosik-main .emptyCart {
    transform: translate(0px, 75px);
  }

  article.kosik-main .emptyCart::after {
    height: 170px;
  }

  article.kosik-main section.souhrn .cont section.produkty .emptyCart::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 115%;
    background-color: var(--grey-clr);
    transform: translate(0, 15px);
    z-index: -1;
  }

  section.showroom p {
    width: 90%;
    text-align: left;
  }

  .video_cont {
    padding-top: 2.5rem;
  }

  section.index-form h1 {
    text-align: left;
  }

  section.main_content.spoluprace article.content::after {
    transform: rotate(180deg);
    bottom: 5%;
  }

  section.spoluprace h2,
  section.main_content article.content h2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 700px) {
  section.eshop article.top-info {
    width: 62%;
  }
}

@media screen and (max-width: 680px) {
  section.header section.bedna_header .animace {
    transform: translate(-51%, 4%) !important;
  }

  section.main_content.spoluprace article.content section.text {
    padding-top: 75vh;
  }

  section.header > article h1 {
    max-width: 100%;
    font-size: 1.8rem;
  }

  section.main_content article.content p {
    max-width: 100%;
  }

  section.header section.bedna_header::after {
    min-width: 100%;
  }

  .animation section.header > article section.blocks {
    transform: translate(0, 2%) !important;
  }

  .spltscrn-cont .card .card-cont h1 {
    font-size: 6.5vw;
  }

  .spltscrn-cont .card {
    animation: swipe 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1.75s;
  }

  @keyframes swipe {
    0% {
      transform: translate(0, 0);
    }

    50% {
      transform: translate(-10%, 0);
    }

    100% {
      transform: translate(0, 0);
    }
  }

  /*
    @keyframes swipe {
        0% {transform: translate(0,0);}

        33.33% {transform: translate(-10%,0);}

        66.66% {transform: translate(-25%,0);}

        99.99% {transform: translate(-10%,0);}

        100% {transform: translate(0,0);}
    }
*/

  footer.document_footer > article {
    padding: 140px 0;
    flex-wrap: wrap;
  }

  footer.document_footer > article > section {
    width: 55%;
    transform: translate(-2.5%, 0);
    margin: 0 auto 2rem auto !important;
    margin-bottom: 1rem;
  }

  footer.document_footer > article > section:last-of-type {
    margin-bottom: 0;
  }

  article.gdpr_article {
    width: 90%;
  }

  article.kosik-main h1 {
    text-align: right;
  }

  .animation section.header .overlay {
    display: none !important;
  }

  section.eshop article.top-info {
    width: 64%;
  }
}

@media screen and (max-width: 670px) {
  article.kosik-main.subpage {
    width: 90%;
  }

  article.kosik-main section.darek h2 {
    padding: 1rem;
    width: 80%;
  }
}

@media screen and (max-width: 660px) {
  section.eshop article.top-info {
    width: 66%;
  }
}

@media screen and (max-width: 640px) {
  section.eshop article.top-info {
    width: 68%;
  }
}

@media screen and (max-width: 630px) {
  .cards-slider .cont .scroll {
    padding: 1rem 3rem;
  }

  section.main_content.spoluprace article.content figure img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    margin-right: 0;
  }

  article#online .info-article {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 620px) {
  section.eshop .cards {
    grid-gap: 1rem;
  }

  footer.document_footer > article > section {
    width: 100%;
    transform: translate(0, 0);
    text-align: center !important;
  }

  footer.document_footer span.icon {
    display: inline-block;
    padding: 50px 0.5rem 0.5rem 0.5rem;
    background-position: top center;
  }

  section.index-form h2 {
    max-width: 90%;
  }

  section.eshop article.top-info {
    width: 72%;
  }
}

@media screen and (max-width: 585px) {
  section.eshop article.top-info {
    width: 75%;
  }

  ul.online-ul li {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  header.subpage-header h1 {
    text-align: left;
  }

  header.subpage-header a.btn {
    position: relative;
    left: 0;
    top: unset;
    transform: translate(0, -50%);
  }

  section.index-form h1 {
    max-width: 95%;
  }

  article.subpage {
    width: 90%;
  }

  section.manualy {
    padding: 4rem 0 0 0;
  }

  article.kosik-main header.subpage-header a.btn {
    transform: translate(0, -100%);
  }

  header.subpage-header {
    position: relative;
    margin-bottom: 2rem;
    margin-top: 2.25rem;
  }

  .index-form header.subpage-header {
    margin-top: 3rem;
  }

  section.manualy article.card {
    padding: 2rem;
  }

  section.eshop .item {
    max-width: 100vw;
  }

  section.header > article section.cert {
    margin: 6.5rem auto 4rem auto;
  }

  section.eshop .item article.info,
  section.eshop .item article.info.fromLeft {
    transform: translate(-44%, -100%);
    max-width: 550px;
  }

  section.eshop .item article.info::before,
  section.eshop .item article.info.fromLeft::before {
    top: 100%;
    left: 0;
    width: 100%;
    height: 17px;
    transform: translate(0, -100%);
  }

  section.eshop .item article.info::after,
  section.eshop .item article.info.fromLeft::after {
    top: 100%;
    left: 50%;
  }
}

@media screen and (max-width: 570px) {
  section.main_content.spoluprace article.content section.text {
    padding-top: 640px;
  }
}

@media screen and (max-width: 560px) {
  section.eshop article.top-info {
    width: 77%;
  }
}

@media screen and (max-width: 545px) {
  section.eshop article.top-info {
    width: 80%;
  }

  section.eshop .scroll {
    transform: translate(0, -5px);
  }
}

@media screen and (max-width: 530px) {
  section.eshop article.top-info {
    width: 84%;
  }
}

@media screen and (max-width: 520px) {
  section.main_content article.content .title-h-tag {
    font-size: 2.15rem;
  }

  article#online .mask {
    background: url(../game/img/bg-mask-bezloga.png) top 70% center no-repeat;
    background-size: 230%;
    min-height: 20vh;
    height: 546px;
  }

  .drop-section .dropcnt .obsah iframe {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  section.eshop article.top-info {
    width: 89%;
  }

  section.spoluprace h2,
  section.main_content article.content h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 490px) {
  section.eshop .item {
    width: 100%;
  }

  #kosik-lista span.footer {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
  }

  #kosik-lista span.footer a.btn:last-of-type {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: var(--yellow-clr);
    width: calc(100% - 2rem);
    color: var(--black-clr);
    font-weight: 500;
    background-image: url("../images/nakupni-kosik-objednat.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 30px;
  }

  #kosik-lista {
    min-width: 100vw;
    border-radius: 0;
  }

  .video_cont {
    padding-top: 2rem;
  }

  article.kosik-main section.darek form {
    flex-wrap: wrap;
  }

  article.kosik-main section.darek form label {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  section.eshop article.top-info {
    width: 94%;
  }

  section.main_content .socmedia article.block span,
  section.main_content .socmedia article.block a {
    display: flex;
  }

  section.main_content .socmedia article.block p {
    margin-right: auto;
    margin-left: 0;
    text-align: left;
  }

  section.main_content .socmedia article.block img {
    width: 150px;
  }

  section.showroom p {
    max-width: 90%;
  }
}

@media screen and (max-width: 470px) {
  section.manualy article.card .cont {
    background-position: top 0rem center;
    padding-top: 235px;
  }
}

@media screen and (max-width: 465px) {
  article.kosik-main.subpage {
    width: 90%;
  }

  form.game .field-title,
  form.game .field-text,
  form.game .select-title,
  form.game fieldset.inputs .row label {
    font-size: 1.5rem;
  }

  section.main_content.spoluprace article.content section.text {
    padding-top: 535px;
  }
}

@media screen and (max-width: 450px) {
  section.eshop .item .content {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }

  article.cookies {
    align-items: flex-start;
    overflow: scroll;
  }

  section.eshop article.top-info {
    width: 96%;
  }
}

@media screen and (max-width: 440px) {
  section.eshop article.top-info {
    width: 100%;
    padding: 0;
  }

  .cards-slider .cont .scroll {
    padding: 1rem;
  }

  section.eshop article.top-info::before,
  section.eshop article.top-info::after {
    display: none;
  }

  .spoluprace .cards-slider .cont .scroll {
    grid-gap: 2rem;
  }
}

@media screen and (max-width: 435px) {
  section.manualy article.card a.pdf {
    padding: 3.5rem 1.5rem 7rem 1.5rem;
  }
}

@media screen and (max-width: 420px) {
  section.eshop .item form.custom .row:last-of-type > span {
    width: 100%;
  }

  section.eshop.new .item form.custom .row:last-of-type > span {
    width: fit-content;
  }

  .cards-slider .cont .scroll .card {
    width: 220px;
  }
}

@media screen and (max-width: 410px) {
  section.main_content .socmedia article.block {
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
  }

  section.main_content .socmedia article.block:nth-child(even) p,
  section.main_content .socmedia article.block p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media screen and (max-width: 405px) {
  article.kosik-main.subpage {
    width: 95%;
  }
}

@media screen and (max-width: 400px) {
  section.manualy article.card {
    width: 100%;
  }

  section.manualy article.card a.pdf {
    width: 100%;
    display: block;
    text-align: center;
    border: 1px var(--yellow-clr) solid;
    border-radius: 5px;
    padding: 0.5rem;
    background: none;
  }
}

@media screen and (max-width: 395px) {
  article.kosik-main section.zasilkovna .selector .card::before {
    transform: translate(84%, -50%);
  }
}

@media screen and (max-width: 380px) {
  section.manualy article.card h2 {
    font-size: 1.8rem;
  }

  section.eshop .item article.info,
  section.eshop .item article.info.fromLeft {
    transform: translate(0, -100%);
    left: 0 !important;
  }

  section.manualy article.card .cont {
    padding-top: 200px;
  }

  section.main_content article.content .title-h-tag {
    margin-bottom: 350px;
  }

  section.main_content.spoluprace article.content section.text {
    padding-top: 460px;
  }
}

@media screen and (max-width: 375px) {
  article.kosik-main h2 {
    width: unset !important;
    font-size: 1.75rem;
  }

  .drop-section .dropcnt .obsah iframe {
    height: 200px;
  }
}

@media screen and (max-width: 355px) {
  article.kosik-main section.zasilkovna .selector .card::before {
    transform: translate(84%, -50%);
  }
}

@media screen and (max-width: 335px) {
  article.kosik-main section.zasilkovna .selector .card::before {
    transform: translate(35%, -50%);
  }

  .cards-slider .cont .scroll {
    padding: 1rem;
  }
}

@media screen and (max-width: 310px) {
  section.main_content.spoluprace article.content section.text {
    padding-top: 400px;
  }
}

@media screen and (max-width: 300px) {
  section.manualy article.card {
    padding: 1rem;
  }
}

@media screen and (max-height: 770px) {
  article.cookies {
    align-items: flex-start;
    overflow: scroll;
  }
}
