@font-face {
  font-family: "Poppins";
  src: url("../czechkaleidoscope-fonts/czechkaleidoscope-poppins-regular.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../czechkaleidoscope-fonts/czechkaleidoscope-poppins-bold.woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../czechkaleidoscope-fonts/czechkaleidoscope-lato-bold.woff2");
  font-weight: 700;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

* {
  outline: none !important;
  transition: 0.4s ease;
}

.ovh {
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.w100 {
  min-width: 0;
  width: 100%;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
}

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

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

:root {
  --font-family: "Roboto", sans-serif;
  --second-family: "Abhaya Libre", sans-serif;
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-table: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --max-width: 1220px;
  --tablet-width: 991px;
  --mobile-width: 600px;
  --main-color: #C9DBFF;
  --black: #000;
  --white: #fff;
}

.ovh {
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.brr-15 {
  border-radius: 15px;
}

.brr-20 {
  border-radius: 20px;
}

.color-white {
  color: var(--white);
}

.color-blue {
  color: #C9DBFF;
}

.tx-16-14 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 600px) {
  .tx-16-14 {
    font-size: 14px;
  }
}

.tx-18-16 {
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 600px) {
  .tx-18-16 {
    font-size: 16px;
  }
}

.tx-20-18 {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 600px) {
  .tx-20-18 {
    font-size: 18px;
  }
}

.tx-22-20 {
  font-size: 22px;
  line-height: 150%;
}
@media (max-width: 600px) {
  .tx-22-20 {
    font-size: 20px;
  }
}

.tx-36-26 {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
}
@media (max-width: 991px) {
  .tx-36-26 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .tx-36-26 {
    font-size: 26px;
  }
}

.tx-52-34 {
  font-family: var(--second-family);
  font-size: 52px;
  line-height: 120%;
}
@media (max-width: 991px) {
  .tx-52-34 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .tx-52-34 {
    font-size: 34px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-20-14 {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .mb-20-14 {
    margin-bottom: 14px;
  }
}

.mb-24-14 {
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .mb-24-14 {
    margin-bottom: 14px;
  }
}

.mb-40-20 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .mb-40-20 {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .mb-40-20 {
    margin-bottom: 20px;
  }
}

.mb-80-40 {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .mb-80-40 {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .mb-80-40 {
    margin-bottom: 40px;
  }
}

.p-20 {
  padding: 20px;
}

.p-40-16 {
  padding: 40px;
}
@media (max-width: 991px) {
  .p-40-16 {
    padding: 24px;
  }
}
@media (max-width: 600px) {
  .p-40-16 {
    padding: 16px;
  }
}

.pt-60 {
  padding-top: 60px;
}

.ptb-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.ptb-40-20 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .ptb-40-20 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .ptb-40-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.ptb-80-40 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .ptb-80-40 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .ptb-80-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.ptb-140-40 {
  padding-top: 140px;
  padding-bottom: 184px;
}
@media (max-width: 991px) {
  .ptb-140-40 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .ptb-140-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.gap-20 {
  gap: 20px;
}

a {
  color: #4D5059;
  text-decoration: underline;
}
a:not(.czechkaleidoscope-button):hover {
  text-decoration: none;
}

body {
  background-color: var(--main-color);
  color: #565b74;
  font: normal 16px/1.5 "Roboto", sans-serif;
  padding-top: 72px;
}

b, strong {
  font-weight: bold;
}

p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--second-family);
  margin-top: 0;
}

a, button {
  cursor: pointer;
}

fieldset {
  border: none;
}

.w100 {
  width: 100% !important;
}

header * {
  transition: 0.1s ease;
}

header,
footer {
  transition: 0.1s ease;
}

img {
  max-width: 100%;
}

main {
  position: relative;
  overflow: hidden;
}

section {
  position: relative;
}

.czechkaleidoscope-container {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .czechkaleidoscope-container {
    width: calc(100% - 32px);
  }
}
.czechkaleidoscope-button {
  background: #504dff;
  box-shadow: inset 0 0 10px 0 #85b1ff, 0 4px 10px 0 rgba(0, 1, 14, 0.2);
  border-radius: 30px;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto;
  padding: 12px 24px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 600px) {
  .czechkaleidoscope-button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.czechkaleidoscope-button:hover {
  background: #3b1dff;
  box-shadow: inset 0 0 10px 0 #85b1ff, 0 0 14px 0 #28d8ff;
}
.czechkaleidoscope-button:hover:active {
  background: #2920cb;
  box-shadow: inset 0 0 10px 0 #85b1ff, 0 4px 10px 0 rgba(0, 1, 14, 0.2);
  top: 1px;
  right: -1px;
}
.czechkaleidoscope-header {
  backdrop-filter: blur(10px);
  background: rgba(80, 77, 255, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.czechkaleidoscope-header__logo {
  display: inline-flex;
  align-items: center;
}
.czechkaleidoscope-hero-content {
  width: 52%;
}
@media (max-width: 600px) {
  .czechkaleidoscope-hero-content {
    text-align: center;
    width: 100%;
  }
}
.czechkaleidoscope-hero__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1220px) {
  .czechkaleidoscope-hero__back {
    left: 0;
    right: 0;
    width: 100%;
  }
}
.czechkaleidoscope-hero__back-image {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
}
.czechkaleidoscope-hero__back-image source, .czechkaleidoscope-hero__back-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.czechkaleidoscope-options__list {
  list-style: none;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 600px) {
  .czechkaleidoscope-options__list {
    flex-direction: column;
  }
}
.czechkaleidoscope-options__list-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  box-shadow: 0 4px 10px 0 rgba(0, 1, 14, 0.1);
  background: #fff;
}
.czechkaleidoscope-options__list-item__title {
  margin-bottom: 0;
}
.czechkaleidoscope-options__list-item__text {
  margin: 0;
}
.czechkaleidoscope-game__content {
  box-shadow: 0 4px 10px 0 rgba(0, 1, 14, 0.1);
  background: #fff;
  display: flex;
  gap: 40px;
}
@media (max-width: 600px) {
  .czechkaleidoscope-game__content {
    gap: 14px;
    flex-direction: column;
  }
}
.czechkaleidoscope-game__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.czechkaleidoscope-contact__content {
  display: flex;
  gap: 40px;
}
@media (max-width: 600px) {
  .czechkaleidoscope-contact__content {
    flex-direction: column;
    gap: normal;
  }
}
.czechkaleidoscope-contact__text-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 600px) {
  .czechkaleidoscope-contact__text-link {
    font-size: 14px;
  }
}
.czechkaleidoscope-contact__text-link__icon {
  display: inline-block;
  width: 24px;
  height: 18px;
  fill: #fff;
  margin-right: 12px;
}
.czechkaleidoscope-contact__media {
  width: 54%;
}
@media (max-width: 600px) {
  .czechkaleidoscope-contact__media {
    width: 100%;
  }
}
.czechkaleidoscope-contact__form {
  width: 46%;
}
@media (max-width: 600px) {
  .czechkaleidoscope-contact__form {
    width: 100%;
  }
  .czechkaleidoscope-contact__form fieldset {
    padding-left: 0;
    padding-right: 0;
  }
}
.czechkaleidoscope-contact__form fieldset {
  padding: 0;
  margin-bottom: 14px;
}
.czechkaleidoscope-contact__form fieldset:last-child {
  height: 0;
  margin: 0;
}
.czechkaleidoscope-contact__form textarea {
  background: rgba(246, 255, 147, 0.2);
  resize: vertical;
}
.czechkaleidoscope-contact__form textarea::placeholder {
  color: var(--white);
}
.czechkaleidoscope-contact__form-label {
  display: block;
  font-size: 16px;
  text-align: left;
}
@media (max-width: 600px) {
  .czechkaleidoscope-contact__form-label {
    font-size: 14px;
  }
}
.czechkaleidoscope-contact__form-input {
  background: rgba(246, 255, 147, 0.2);
  border: none;
  border-radius: 10px;
  padding: 14px 16px;
  display: block;
  font-size: 16px;
  margin-top: 8px;
  width: 100%;
}
.czechkaleidoscope-contact__form-input::placeholder {
  color: var(--white);
}
.czechkaleidoscope-contact__form .czechkaleidoscope-button {
  margin-top: 6px;
}
.czechkaleidoscope-contact__form-message {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 12px;
  width: auto;
  background: #fff;
  padding: 16px;
  color: #000;
  right: auto;
  transform: translateX(-50%);
  transition: all 0.4s ease;
  max-height: 0;
  opacity: 0;
}
.czechkaleidoscope-contact__form .form {
  position: relative;
}
.czechkaleidoscope-contact__form .form.active .czechkaleidoscope-contact__form-message {
  max-height: max-content;
  opacity: 1;
}
@media (max-width: 600px) {
  .czechkaleidoscope-contact__form .form.active .czechkaleidoscope-contact__form-message {
    width: 100%;
  }
}
.czechkaleidoscope-contact .czechkaleidoscope-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .czechkaleidoscope-contact .czechkaleidoscope-container {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .czechkaleidoscope-contact .czechkaleidoscope-container {
    margin-bottom: 20px;
  }
}
.czechkaleidoscope-footer .czechkaleidoscope-container {
  display: block;
}
.czechkaleidoscope-footer__policy {
  text-align: center;
}
.czechkaleidoscope-footer__policy-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 600px) {
  .czechkaleidoscope-footer__policy-list {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 20px;
  }
}
.czechkaleidoscope-footer__policy-list__item {
  flex: 0 1 calc(50% - 20px);
}
@media (max-width: 600px) {
  .czechkaleidoscope-footer__policy-list__item {
    width: 100%;
    flex: 0 1 100%;
  }
}
.czechkaleidoscope-footer__policy-list__item:first-child {
  flex: 0 1 100%;
}
.czechkaleidoscope-footer__policy-text {
  clear: both;
  display: block;
  width: 100%;
  margin: 0;
}
.czechkaleidoscope-footer__policy-text img {
  float: left;
  margin-right: 24px;
}
@media (max-width: 600px) {
  .czechkaleidoscope-footer__policy-text img {
    float: none;
    display: block;
    margin: 0 auto 12px;
    text-align: center;
  }
}
.czechkaleidoscope-footer__list {
  justify-content: right;
  margin-top: 0;
}
@media (max-width: 600px) {
  .czechkaleidoscope-footer__list {
    flex-direction: column;
    padding-left: 0;
    text-align: center;
  }
}
.czechkaleidoscope-footer__list-item {
  list-style: none;
  padding: 0;
}
.czechkaleidoscope-footer__list-item__link {
  text-decoration: none;
}

footer {
  background: #080B50;
}
