@font-face {
  font-family: "Magistral";
  src: url("/fonts/Magistral-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MagistralMedium";
  src: url("/fonts/Magistral-Book.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MagistralBold";
  src: url("/fonts/Magistral-Book.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MagistralExtraBold";
  src: url("/fonts/Magistral-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
html, html *, html *:before, html *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 28.8px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

html {
  background-color: #0E0D29;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 60px;
  line-height: 108px;
  color: #E8F6FF;
  font-family: "MagistralBold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 30px;
    line-height: 54px;
    color: #E8F6FF;
    font-family: "MagistralBold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
  }
}

h2 {
  font-size: 30px;
  line-height: 54px;
  color: #E8F6FF;
  font-family: "MagistralBold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 25px;
    line-height: 45px;
    color: #E8F6FF;
    font-family: "MagistralBold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
  }
}

h3 {
  font-size: 25px;
  line-height: 45px;
  color: #E8F6FF;
  font-family: "MagistralMedium", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  h3 {
    font-size: 20px;
    line-height: 36px;
    color: #E8F6FF;
    font-family: "MagistralMedium", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
  }
}

h4 {
  font-size: 20px;
  line-height: 36px;
  color: #E8F6FF;
  font-family: "MagistralBold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  h4 {
    font-size: 16px;
    line-height: 28.8px;
    color: #E8F6FF;
    font-family: "MagistralBold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
  }
}

p, span {
  font-size: 16px;
  line-height: 28.8px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  p, span {
    font-size: 14px;
    line-height: 25.2px;
    color: #E8F6FF;
    font-family: "Magistral", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
  }
}

a, button {
  font-size: 16px;
  line-height: 16px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  a, button {
    font-size: 14px;
    line-height: 14px;
    color: #E8F6FF;
    font-family: "Magistral", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.invisible {
  visibility: hidden;
}

.social-item .social-item-link {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.social-item .social-item-link .social-item-icon {
  width: 40px;
  height: 40px;
  fill: #E8F6FF;
}
.social-item .social-item-link:hover .social-item-icon {
  fill: #259AE9;
}

.hidden-checkbox, .hidden-checkbox:checked, .hidden-checkbox:not(:checked) {
  position: absolute;
  left: -9999px;
}

.showed-label {
  display: flex;
  height: 26px;
  align-items: center;
  position: relative;
  padding-left: 41px;
  cursor: pointer;
  font-size: 16px;
  line-height: 28.8px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.showed-label.available {
  font-size: 20px;
  line-height: 24px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}
.showed-label.disabled {
  font-size: 20px;
  line-height: 24px;
  color: rgba(232, 246, 255, 0.3);
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}
.showed-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border: 2px solid #259AE9;
  background-color: transparent;
  border-radius: 3px;
}
.showed-label.disabled:before {
  border: 2px solid #1B3469;
}

.hidden-checkbox:checked + .showed-label:after {
  content: url("/img/icons/checked.svg");
  position: absolute;
  left: 4px;
  top: -2px;
}

.glide__slides {
  width: 50000px;
}

.glide__slide {
  display: none;
}

.glide__arrows {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.glide__arrow, .glide__bullets {
  position: static !important;
  transform: none !important;
}

.glide__arrow {
  border: none !important;
}
@media (max-width: 449.99px) {
  .glide__arrow {
    margin: 0 20px !important;
  }
}

.glide__bullets {
  padding: 0 50px !important;
  align-items: center;
}
@media (max-width: 449.99px) {
  .glide__bullets {
    display: none !important;
  }
}
.glide__bullets .glide__bullet {
  background-color: rgba(232, 246, 255, 0.5) !important;
  width: 12px !important;
  height: 12px !important;
}
.glide__bullets .glide__bullet.glide__bullet--active {
  width: 20px !important;
  height: 20px !important;
  background-color: #5F44FF !important;
}

.arrow.prev {
  transform: scale(-1, 1);
}

header {
  position: fixed;
  top: 0;
  width: 100vw;
  background-color: rgba(43, 39, 83, 0.48);
  z-index: 1000;
}
header.scrolled {
  background-color: rgb(43, 39, 83);
}

.header-flex {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-flex .left-side {
  display: flex;
  align-items: center;
}
.header-flex .left-side .lang {
  padding-left: 30px;
  color: #FFFFFF;
}
@media (max-width: 575.98px) {
  .header-flex .left-side .lang {
    display: none;
  }
}
.header-flex .main-navigation {
  display: flex;
  align-items: center;
}
.header-flex .main-navigation .nav-link {
  padding: 0 25px;
  font-size: 14px;
  line-height: 25.2px;
  color: #FFFFFF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.header-flex .main-navigation .nav-link.btn-style {
  width: 184px;
  height: 50px;
  cursor: pointer;
  display: flex;
  outline: none;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  filter: drop-shadow(0 4px 20px rgba(95, 68, 255, 0.3));
  background-color: #259AE9;
  color: #0F0D28;
  border: none;
}
.header-flex .main-navigation .nav-link.btn-style:hover {
  border: none;
  background: linear-gradient(180deg, #259AE9 0%, #6738FF 121%);
  color: #0F0D28;
}
@media (max-width: 575.98px) {
  .header-flex .main-navigation {
    display: none;
  }
}
.header-flex .nav-toggle-btn {
  display: none;
  outline: none;
  border: none;
  background: transparent;
}
.header-flex .nav-toggle-btn svg {
  fill: #E8F6FF;
  width: 40px;
  height: 40px;
}
@media (max-width: 575.98px) {
  .header-flex .nav-toggle-btn {
    display: block;
  }
}
.header-flex .mobile-navigation {
  display: none;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #0F0D28;
  left: 0;
  padding: 85px 0;
  transform: translateX(100%);
  transition: all 400ms ease-in;
}
.header-flex .mobile-navigation.opened {
  transform: translateX(0);
}
.header-flex .mobile-navigation .space-trick {
  width: 100%;
  height: 1px;
}
.header-flex .mobile-navigation .links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-flex .mobile-navigation .nav-link {
  padding: 15px;
  color: #FFFFFF;
}
.header-flex .mobile-navigation .nav-link.btn-style {
  width: 184px;
  height: 50px;
  cursor: pointer;
  display: flex;
  outline: none;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  filter: drop-shadow(0 4px 20px rgba(95, 68, 255, 0.3));
  background-color: #259AE9;
  color: #0F0D28;
  border: none;
}
.header-flex .mobile-navigation .nav-link.btn-style:hover {
  border: none;
  background: linear-gradient(180deg, #259AE9 0%, #6738FF 121%);
  color: #0F0D28;
}
.header-flex .mobile-navigation .lang-block {
  padding-bottom: 20px;
}
.header-flex .mobile-navigation .lang {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .header-flex .mobile-navigation {
    display: flex;
  }
}

.banner {
  background-image: url("/img/discount-banner-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner .banner-flex {
  display: flex;
  justify-content: flex-end;
  min-height: 100vh;
}
.banner .banner-flex .banner-column-flex {
  max-width: 450px;
  padding-top: 20vh;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-content: flex-start;
  gap: 15px;
}
@media (max-width: 575.98px) {
  .banner .banner-flex .banner-column-flex {
    align-content: center;
    margin-right: 0;
  }
}
.banner .banner-flex .banner-column-flex .logo {
  min-width: 330px;
  padding-bottom: 15px;
}
@media (max-width: 575.98px) {
  .banner .banner-flex .banner-column-flex .logo {
    min-width: 280px;
  }
}
.banner .banner-flex .banner-column-flex .discount-btn {
  flex: 1 1 auto;
  max-width: 450px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  outline: none;
  border: none;
  cursor: pointer;
  background: linear-gradient(234.42deg, #CDE056 -23.18%, #FD695A 100.18%);
  box-shadow: 0 4px 39px rgba(188, 0, 135, 0.42);
  font-size: 56px;
  color: #000;
  font-weight: 700;
  font-family: "MagistralBold", sans-serif;
  text-transform: uppercase;
  padding-top: 12px;
}
@media (max-width: 575.98px) {
  .banner .banner-flex .banner-column-flex .discount-btn {
    font-size: 40px;
  }
}
.banner .banner-flex .banner-column-flex .discount-description {
  font-weight: 800;
  font-size: 22px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.68);
  font-family: "MagistralExtraBold", sans-serif;
  -webkit-text-stroke: 1px #0F0D28;
  text-align: center;
}
@media (max-width: 575.98px) {
  .banner .banner-flex .banner-column-flex .discount-description {
    font-size: 18px;
    line-height: 22px;
  }
}

.intro {
  background-image: url("/img/intro-bg.webp");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}
.intro .intro-flex {
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background-image: url("/img/intro-right-side.webp");
  background-repeat: no-repeat;
  background-position-x: 126%;
  background-position-y: 100%;
}
@media (max-width: 575.98px) {
  .intro .intro-flex {
    background: none;
  }
}
.intro .intro-flex .left-side {
  flex: 1 1 60%;
}
.intro .intro-flex .left-side .main-title {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 585px;
}
.intro .intro-flex .left-side .main-title .text {
  font-size: 60px;
  line-height: 60px;
  color: #E8F6FF;
  font-family: "MagistralBold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.intro .intro-flex .left-side .main-title .pb10 {
  padding-bottom: 10px;
}
.intro .intro-flex .left-side .intro-description {
  max-width: 60%;
  padding-top: 29px;
  padding-bottom: 50px;
}
@media (max-width: 575.98px) {
  .intro .intro-flex .left-side .intro-description {
    max-width: 100%;
  }
}
.intro .intro-flex .left-side .gradient-btn {
  width: 241px;
  height: 50px;
  cursor: pointer;
  display: flex;
  outline: none;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  filter: drop-shadow(0 4px 20px rgba(95, 68, 255, 0.3));
  background: linear-gradient(180deg, #259AE9 0%, #6738FF 121%);
  border: none;
  color: #0F0D28;
}
@media (max-width: 575.98px) {
  .intro .intro-flex .left-side .gradient-btn {
    margin: 0 auto;
  }
}

.immersion {
  padding-top: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.immersion.visible {
  background-image: url("/img/immersion.webp");
}
.immersion .immersion-flex {
  min-height: calc(100vh - 70px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.immersion .immersion-flex .section-title {
  padding-bottom: 20px;
  text-align: center;
}
.immersion .immersion-flex .immersion-text {
  text-align: center;
}
.immersion .immersion-flex .immersion-text.first-p {
  padding-bottom: 20px;
}
.immersion .immersion-flex .gradient-btn {
  width: 241px;
  height: 50px;
  cursor: pointer;
  display: flex;
  outline: none;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  filter: drop-shadow(0 4px 20px rgba(95, 68, 255, 0.3));
  background: linear-gradient(180deg, #259AE9 0%, #6738FF 121%);
  border: none;
  color: #0F0D28;
  margin-bottom: 70px;
}

.advantages {
  padding-top: 30px;
}
.advantages .section-title {
  text-align: center;
  padding-bottom: 40px;
}
.advantages .advantages-flex {
  margin: -2px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.advantages .advantages-flex .advantage-item-wrapper {
  padding: 5px 2px;
  flex: 1 1 50%;
  min-width: 345px;
}
@media (max-width: 575.98px) {
  .advantages .advantages-flex .advantage-item-wrapper {
    min-width: 250px;
  }
}
.advantages .advantages-flex .advantage-item-wrapper .advantage-item {
  min-height: 178px;
  height: 100%;
  border-radius: 5.1px;
  background-color: #1C193D;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .advantages .advantages-flex .advantage-item-wrapper .advantage-item {
    flex-direction: column;
    padding: 15px;
    flex-wrap: nowrap;
  }
}
.advantages .advantages-flex .advantage-item-wrapper .advantage-item .left-side {
  flex-basis: 23%;
  padding: 0 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .advantages .advantages-flex .advantage-item-wrapper .advantage-item .left-side {
    padding-bottom: 30px;
  }
}
.advantages .advantages-flex .advantage-item-wrapper .advantage-item .right-side {
  flex: 1 1 77%;
  align-self: stretch;
  min-width: 220px;
  padding-left: 20px;
}
@media (max-width: 575.98px) {
  .advantages .advantages-flex .advantage-item-wrapper .advantage-item .right-side {
    padding-left: 0;
  }
}
.advantages .advantages-flex .advantage-item-wrapper .advantage-item .right-side .advantage-title {
  padding-bottom: 5px;
}
.advantages .advantages-flex .advantage-item-wrapper .advantage-item .right-side .advantage-text {
  font-size: 14px;
  line-height: 32.2px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.advantages .advantages-flex .advantage-item-wrapper .advantage-item .right-side .advantage-notes {
  padding-top: 8px;
  font-size: 12px;
  line-height: 21.6px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

.rules {
  max-width: 1300px;
  margin: 0 auto;
  background-position-x: 17px;
  background-position-y: 80px;
  background-repeat: no-repeat;
  padding-top: 70px;
}
.rules.visible {
  background-image: url("/img/grid_for_bg.webp");
}
.rules .rules-flex {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .rules .rules-flex {
    flex-direction: column;
  }
}
.rules .rules-flex .left-side {
  flex: 1 1 55%;
}
.rules .rules-flex .right-side {
  flex: 1 1 45%;
}
.rules .rules-flex .right-side .section-title {
  padding-bottom: 9px;
}
@media (max-width: 575.98px) {
  .rules .rules-flex .right-side .section-title {
    text-align: center;
  }
}
.rules .rules-flex .right-side .rule-item {
  padding: 9px 0;
  display: flex;
  align-items: center;
  min-height: 96px;
}
@media (max-width: 575.98px) {
  .rules .rules-flex .right-side .rule-item {
    flex-direction: column;
    padding: 15px 0;
  }
}
.rules .rules-flex .right-side .rule-item .left-side {
  flex: 0 0 80px;
  min-width: 80px;
  max-width: 80px;
}
@media (max-width: 575.98px) {
  .rules .rules-flex .right-side .rule-item .left-side {
    padding-bottom: 30px;
  }
}
.rules .rules-flex .right-side .rule-item .right-side {
  flex: 1 1 auto;
  padding-left: 34px;
}
@media (max-width: 575.98px) {
  .rules .rules-flex .right-side .rule-item .right-side {
    padding-left: 0;
  }
}
.rules .rules-flex .right-side .rule-item .right-side .rule-title {
  padding-bottom: 5px;
}
.rules .rules-flex .right-side .rule-item .right-side .rule-description {
  font-size: 14px;
  line-height: 25.2px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

.games {
  padding: 70px 0;
  max-width: 1300px;
  margin: 0 auto;
  background-repeat: no-repeat;
}
.games.visible {
  background-image: url("/img/games-bg.webp");
}
.games .section-title {
  text-align: center;
}
.games .section-subtitle {
  text-align: center;
  padding: 20px 0;
}
.games .sliders-toggle {
  padding-bottom: 30px;
}
.games .top-slider-toggle-btn {
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  padding-right: 40px;
  font-size: 20px;
  line-height: 36px;
  color: #5F44FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.games .top-slider-toggle-btn.active-slider {
  color: #E8F6FF;
}
.games .sliders-container {
  position: relative;
}
.games .sliders-container .games-slider.visible, .games .sliders-container .game-slider.visible {
  width: auto;
  height: auto;
  min-height: 280px;
  position: static;
}
.games .sliders-container .games-slider.hidden, .games .sliders-container .game-slider.hidden {
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.games .sliders-container .games-slider .slide, .games .sliders-container .game-slider .slide {
  cursor: pointer;
}
.games .go-to-all-wrapper {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.games .go-to-all-wrapper .slider-toggle-btn {
  width: 184px;
  height: 50px;
  cursor: pointer;
  display: flex;
  outline: none;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  filter: drop-shadow(0 4px 20px rgba(95, 68, 255, 0.3));
  border: 1px solid #259AE9;
  background: transparent;
  color: #259AE9;
}
.games .go-to-all-wrapper .slider-toggle-btn:hover {
  border: none;
  background: linear-gradient(180deg, #259AE9 0%, #6738FF 121%);
  color: #0F0D28;
}

.prices-and-booking {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.prices-and-booking.visible {
  background-image: url("/img/pricing-and-booking.webp");
}

.prices .section-title {
  text-align: center;
}
.prices .section-title .gray {
  font-size: 30px;
  line-height: 54px;
  color: #939BAC;
  font-family: "MagistralExtraBold", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}
.prices .section-subtitle {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  color: #F129F8;
  font-family: "MagistralExtraBold", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}
.prices .prices-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .prices .prices-flex {
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.prices .prices-flex .price-block {
  border-radius: 5.1px;
  padding: 40px 35px;
  width: calc(50% - 15px);
  min-width: 345px;
  background-color: rgba(28, 25, 61, 0.79);
}
@media (max-width: 575.98px) {
  .prices .prices-flex .price-block {
    min-width: 250px;
    width: 100%;
    padding: 20px 19px;
    margin-bottom: 20px;
  }
}
.prices .prices-flex .price-block .price-block-title {
  text-align: center;
  max-width: 353px;
  margin: 0 auto;
  min-height: 112px;
  padding-bottom: 22px;
  font-size: 25px;
  line-height: 45px;
  color: #E8F6FF;
  font-family: "MagistralBold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .prices .prices-flex .price-block .price-block-title {
    font-size: 20px;
    line-height: 36px;
    color: #E8F6FF;
    font-family: "MagistralBold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    min-height: auto;
  }
}
.prices .prices-flex .price-block .price-block-title.subtitle {
  font-size: 21px;
  min-height: 30px;
  line-height: 20px;
  padding: 10px 0;
}
.prices .prices-flex .price-block .prices-values-flex {
  display: flex;
  flex-flow: row wrap;
  place-content: space-between;
}
.prices .prices-flex .price-block .prices-values-flex > :nth-child(odd) {
  order: 1;
}
@media (max-width: 575.98px) {
  .prices .prices-flex .price-block .prices-values-flex > :nth-child(odd) {
    order: 0;
  }
}
.prices .prices-flex .price-block .prices-values-flex > :nth-child(even) {
  order: 2;
}
@media (max-width: 575.98px) {
  .prices .prices-flex .price-block .prices-values-flex > :nth-child(even) {
    order: 0;
  }
}
.prices .prices-flex .price-block .prices-values-flex .price-value {
  height: 64px;
  display: flex;
  align-items: center;
  min-width: 225px;
  font-size: 18px;
  line-height: 32.4px;
  color: #E8F6FF;
  font-family: "MagistralBold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.prices .prices-flex .price-block .prices-values-flex .price-value .value {
  font-size: 18px;
  line-height: 32.4px;
  color: #259AE9;
  font-family: "MagistralExtraBold", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}
.prices .prices-flex .price-block .prices-values-flex .price-value .value .usual-price {
  font-size: 20px;
  line-height: 36px;
  color: rgba(37, 154, 233, 0.7);
  font-family: "MagistralExtraBold", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  line-height: 14px;
}
.prices .prices-flex .price-block .prices-values-flex .price-value .value .usual-price span {
  line-height: 18px;
}
.prices .prices-flex .price-block .prices-values-flex .price-value .value .sale-price {
  font-size: 20px;
  line-height: 36px;
  color: #F129F8;
  font-family: "MagistralExtraBold", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 14px;
  display: none;
}
.prices .prices-flex .price-block .prices-values-flex .price-value .value .usual-price .price, .prices .prices-flex .price-block .prices-values-flex .price-value .value .sale-price .price {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media (max-width: 575.98px) {
  .prices .prices-flex .price-block .prices-values-flex .time-period, .prices .prices-flex .price-block .prices-values-flex .value .sale-price {
    font-size: 16px;
  }
}
.prices .prices-flex .price-block .prices-values-flex.promo {
  max-height: 160px;
}
.prices .prices-flex .price-block .prices-values-flex.promo .price-value {
  align-items: center;
}
.prices .prices-flex .price-block .prices-values-flex.promo .price-value .sale-price {
  display: block;
}
.prices .prices-flex .price-block .prices-values-flex.promo .price-value .sale-price + .usual-price:before {
  content: "";
  position: absolute;
  top: calc((100% - 1px) / 2);
  width: 100%;
  background-color: #259AE9;
  height: 1px;
}
.prices .prices-flex .price-block .prices-values-flex.promo .price-value .time-period {
  min-width: 100px;
  font-size: 20px;
  line-height: 36px;
  color: #E8F6FF;
  font-family: "MagistralBold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .prices .prices-flex .price-block .prices-values-flex.promo {
    max-height: none;
    align-items: center;
  }
  .prices .prices-flex .price-block .prices-values-flex.promo .price-value .value {
    display: flex;
    gap: 6px;
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse;
    place-content: flex-end;
  }
  .prices .prices-flex .price-block .prices-values-flex.promo .price-value .value .sale-price, .prices .prices-flex .price-block .prices-values-flex.promo .price-value .value .usual-price {
    min-width: 73px;
  }
  .prices .prices-flex .price-block .prices-values-flex.promo .price-value .time-period, .prices .prices-flex .price-block .prices-values-flex.promo .price-value .value .sale-price {
    font-size: 16px;
    line-height: 36px;
  }
}
.prices .prices-flex .price-block .notes {
  text-align: center;
  opacity: 0.5;
  padding-top: 8px;
  padding-bottom: 26px;
  text-transform: none;
}
.prices .prices-flex .price-block .reservation-btn {
  margin: 0 auto;
  width: 241px;
  height: 50px;
  cursor: pointer;
  display: flex;
  outline: none;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  filter: drop-shadow(0 4px 20px rgba(95, 68, 255, 0.3));
  border: 1px solid #259AE9;
  background: transparent;
  color: #259AE9;
}
.prices .prices-flex .price-block .reservation-btn:hover {
  border: none;
  background: linear-gradient(180deg, #259AE9 0%, #6738FF 121%);
  color: #0F0D28;
}
.booking {
  padding: 60px 0;
}
.booking .section-title {
  text-align: center;
  padding-bottom: 40px;
}
.booking .booking-flex {
  display: flex;
}
@media (max-width: 575.98px) {
  .booking .booking-flex {
    flex-direction: column;
  }
}
.booking .booking-flex .calendar-part, .booking .booking-flex .form-part {
  flex-basis: 50%;
}
.booking .booking-flex .calendar-part .calendar-container {
  max-width: 514px;
}
.booking .booking-flex .calendar-part .calendar-container .month-switcher {
  display: flex;
  justify-content: space-evenly;
}
.booking .booking-flex .calendar-part .calendar-container .month-name:hover {
  cursor: pointer;
}
.booking .booking-flex .calendar-part .calendar-container .month-name.selected {
  font-weight: bold;
  font-size: larger;
}
.booking .booking-flex .calendar-part .calendar-container .calendar-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.booking .booking-flex .calendar-part .calendar-container .calendar-grid .day-name {
  flex: 1 1 calc((100% - 24px) / 7);
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 28.8px;
  color: #259AE9;
  font-family: "MagistralBold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.booking .booking-flex .calendar-part .calendar-container .calendar-grid .cell-container {
  flex: 1 1 calc((100% - 24px) / 7);
  height: 70px;
  min-width: 38px;
  border: 3px solid #1C193D;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 4px 8px;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 575.98px) {
  .booking .booking-flex .calendar-part .calendar-container .calendar-grid .cell-container {
    height: 38px;
    border: 1px solid transparent;
  }
}
.booking .booking-flex .calendar-part .calendar-container .calendar-grid .cell-container .cell-date-part {
  align-self: flex-end;
  font-size: 20px;
  line-height: 24px;
  color: #259AE9;
  font-family: "MagistralBold", sans-serif;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .booking .booking-flex .calendar-part .calendar-container .calendar-grid .cell-container .cell-date-part {
    align-self: center;
  }
}
.booking .booking-flex .calendar-part .calendar-container .calendar-grid .cell-container.disabled:hover {
  border: 3px solid #1C193D;
  box-shadow: none;
}
.booking .booking-flex .calendar-part .calendar-container .calendar-grid .cell-container.disabled .cell-date-part {
  color: #154b6f;
}
.booking .booking-flex .calendar-part .calendar-container .calendar-grid .cell-container .cell-places-part {
  align-self: flex-start;
  line-height: 14px;
}
.booking .booking-flex .calendar-part .calendar-container .calendar-grid .cell-container .cell-places-part .places {
  font-size: 14px;
  line-height: 16.8px;
  color: rgba(232, 246, 255, 0.5);
  font-family: "MagistralMedium", sans-serif;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
.booking .booking-flex .calendar-part .calendar-container .calendar-grid .cell-container .cell-places-part .value {
  font-size: 16px;
  line-height: 19.2px;
  color: rgba(232, 246, 255, 0.5);
  font-family: "MagistralMedium", sans-serif;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .booking .booking-flex .calendar-part .calendar-container .calendar-grid .cell-container .cell-places-part {
    position: absolute;
    bottom: -4px;
    right: 3px;
    line-height: 6px;
  }
  .booking .booking-flex .calendar-part .calendar-container .calendar-grid .cell-container .cell-places-part .value {
    font-size: xx-small;
    font-weight: normal;
  }
  .booking .booking-flex .calendar-part .calendar-container .calendar-grid .cell-container .cell-places-part .places {
    font-size: xx-small;
    font-weight: normal;
  }
}
@media (max-width: 575.98px) {
  .booking .booking-flex .calendar-part .calendar-container .calendar-grid .cell-container .cell-places-part.hide-in-mobile {
    display: none;
  }
}
.booking .booking-flex .calendar-part .calendar-container .calendar-grid .cell-container.current-month {
  background: rgba(28, 25, 61, 0.79);
}
.booking .booking-flex .calendar-part .calendar-container .calendar-grid .cell-container.selected, .booking .booking-flex .calendar-part .calendar-container .calendar-grid .cell-container:hover {
  border: 1px solid #E8F6FF;
  box-shadow: 0 0 20px rgba(95, 68, 255, 0.3);
}
.booking .booking-flex .form-part .booking-widget-container {
  padding-left: 18px;
  position: relative;
}
@media (max-width: 575.98px) {
  .booking .booking-flex .form-part .booking-widget-container {
    margin-top: 20px;
    padding-left: 0;
  }
}
.booking .booking-flex .form-part .booking-widget-container .selected-date {
  text-align: center;
  font-size: larger;
  font-weight: bold;
}
.booking .booking-flex .form-part .booking-widget-container .time-table {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .booking .booking-flex .form-part .booking-widget-container .time-table {
    padding-left: 5px;
  }
}
.booking .booking-flex .form-part .booking-widget-container .time-table .row {
  padding: 10px 0;
  flex: 50%;
  min-width: 215px;
  position: relative;
}
.booking .booking-flex .form-part .booking-widget-container .time-table .row .showed-label .available {
  font-size: small;
}
.booking .booking-flex .form-part .booking-widget-container .time-table .row .showed-label > span {
  margin-top: 2px;
}
.booking .booking-flex .form-part .booking-widget-container .time-table .row.overflowed .showed-label > span {
  color: red;
}
.booking .booking-flex .form-part .booking-widget-container .time-table .row.disable .showed-label:before {
  border: 2px solid #1B3469;
}
.booking .booking-flex .form-part .booking-widget-container .time-table .row.disable .showed-label > span {
  color: rgba(232, 246, 255, 0.3);
}
.booking .booking-flex .form-part .booking-widget-container .time-table .row .indicators {
  width: 10px;
  height: calc(100% - 25px);
  position: absolute;
  left: -15px;
  top: 11px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.booking .booking-flex .form-part .booking-widget-container .time-table .row .indicators .indicator {
  width: 4px;
  background-color: #1B3469;
  height: 4px;
  margin-bottom: 2.5px;
  border-radius: 4px;
}
.booking .booking-flex .form-part .booking-widget-container .time-table .row .indicators .indicator.available {
  background-color: #259AE9;
}
.booking .booking-flex .form-part .booking-widget-container .time-table .row .indicators.six {
  top: 12px;
}
.booking .booking-flex .form-part .booking-widget-container .time-table .row .indicators.six .indicator {
  margin-bottom: 5px;
}
.booking .booking-flex .form-part .booking-widget-container .time-table-error {
  position: absolute;
  width: 100%;
}
.booking .booking-flex .form-part .booking-widget-container .time-table-error .message {
  color: red;
  line-height: 17px;
  padding-top: 5px;
  text-transform: none;
  font-size: 13px;
}
.booking .booking-flex .form-part .booking-widget-container .additional-options {
  display: flex;
  padding-top: 30px;
}
@media (max-width: 575.98px) {
  .booking .booking-flex .form-part .booking-widget-container .additional-options {
    flex-direction: column;
  }
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .session-type {
  width: 50%;
}
@media (max-width: 575.98px) {
  .booking .booking-flex .form-part .booking-widget-container .additional-options .session-type {
    width: 100%;
  }
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .session-type .switch {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 38px;
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .session-type .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .session-type .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 2px solid #1B3469;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .session-type .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 92px;
  left: 4px;
  bottom: 4px;
  border: 2px solid #259AE9;
  background-color: #1C193D;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .session-type input:checked + .slider {
  background-color: transparent;
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .session-type input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .session-type input:checked + .slider:before {
  -webkit-transform: translateX(96px);
  -ms-transform: translateX(96px);
  transform: translateX(96px);
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .session-type input ~ .quest {
  color: gray;
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .session-type input ~ .game, .booking .booking-flex .form-part .booking-widget-container .additional-options .session-type input:checked ~ .quest {
  font-weight: bold;
  color: #E8F6FF;
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .session-type input:checked ~ .game {
  font-weight: normal;
  color: gray;
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .session-type .slider.round {
  border-radius: 34px;
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .session-type .slider.round:before {
  border-radius: 13px;
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .session-type .type-name {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  background: none;
  text-align: center;
  line-height: 42px;
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .session-type .type-name.game {
  left: 0;
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .session-type .type-name.quest {
  right: 0;
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .birthday-block {
  width: 50%;
}
@media (max-width: 575.98px) {
  .booking .booking-flex .form-part .booking-widget-container .additional-options .birthday-block {
    width: 100%;
    margin-top: 12px;
  }
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .birthday-block .showed-label {
  display: block;
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .birthday-block .showed-label .available {
  font-size: small;
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .birthday-block .showed-label > span {
  margin-top: 2px;
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .birthday-block .showed-label .birthday-label {
  text-transform: none;
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .birthday-block .disclaimer {
  color: red;
  text-transform: none;
  line-height: 0.7;
  font-size: 13px;
}
.booking .booking-flex .form-part .booking-widget-container .additional-options .birthday-block .disclaimer.hidden {
  display: none;
}
.booking .booking-flex .form-part .booking-widget-container .form .hidden {
  display: none !important;
}
.booking .booking-flex .form-part .book-button {
  margin-top: 30px;
  width: 184px;
  height: 50px;
  cursor: pointer;
  display: flex;
  outline: none;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  filter: drop-shadow(0 4px 20px rgba(95, 68, 255, 0.3));
  background-color: #259AE9;
  color: #0F0D28;
  border: none;
}
.booking .booking-flex .form-part .book-button:hover {
  border: none;
  background: linear-gradient(180deg, #259AE9 0%, #6738FF 121%);
  color: #0F0D28;
}
.booking .booking-flex .form-part .book-button:disabled {
  background-color: #154A69;
  color: grey;
  cursor: not-allowed;
  filter: none;
}
.booking .booking-flex .form-part .book-button:disabled:hover {
  background: #154A69;
  color: grey;
  cursor: not-allowed;
  filter: none;
}
.booking .booking-flex .form-part .inputs-flex {
  padding-top: 30px;
  margin: -5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.booking .booking-flex .form-part .inputs-flex > div {
  padding: 4px;
  flex: 1 1 50%;
}
@media (max-width: 575.98px) {
  .booking .booking-flex .form-part .inputs-flex > div {
    flex-basis: 100%;
  }
}
.booking .booking-flex .form-part .inputs-flex > div.comment {
  flex-basis: 100%;
  margin-bottom: 10px;
}
.booking .booking-flex .form-part .inputs-flex .form-field {
  position: relative;
  margin-bottom: 20px;
}
.booking .booking-flex .form-part .inputs-flex .form-field input, .booking .booking-flex .form-part .inputs-flex .form-field textarea {
  text-transform: none;
}
.booking .booking-flex .form-part .inputs-flex .form-field .error {
  position: absolute;
  width: calc(100% - 10px);
}
.booking .booking-flex .form-part .inputs-flex .form-field .error .marker {
  width: 100%;
  height: 3px;
  background: red;
  position: absolute;
  top: -3px;
}
.booking .booking-flex .form-part .inputs-flex .form-field .error .message {
  color: red;
  line-height: 17px;
  padding-top: 5px;
  text-transform: none;
  font-size: 13px;
}
.booking .booking-flex .form-part .inputs-flex .amount {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.booking .booking-flex .form-part .inputs-flex .amount .sum .regular-price {
  text-decoration: line-through;
  font-size: smaller;
}
.booking .booking-flex .form-part .inputs-flex .amount .sum .discounted-price {
  font-weight: bold;
}
.booking .booking-flex .form-part .inputs-flex .booking-input {
  background-color: #1C193D;
  height: 50px;
  border-radius: 5.1px;
  border: none;
  outline: none;
  padding: 0 20px;
  color: #259AE9;
  width: 280px;
}
@media (max-width: 575.98px) {
  .booking .booking-flex .form-part .inputs-flex .booking-input {
    width: 100%;
  }
}
.booking .booking-flex .form-part .inputs-flex .booking-input.comment-field {
  background-color: #1C193D;
  height: 50px;
  border-radius: 5.1px;
  border: none;
  outline: none;
  padding: 0 20px;
  color: #259AE9;
  width: 100%;
  height: auto;
  resize: none;
}
.booking .booking-flex .form-part .controls-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  background-color: rgba(255, 255, 255, 0.7);
  justify-content: center;
  align-items: center;
  padding: 35px;
}
.modal-container .modal-window {
  padding: 25px;
  background-color: #0E0D29;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-container .modal-window .btn {
  margin-top: 30px;
  width: 184px;
  height: 50px;
  cursor: pointer;
  display: flex;
  outline: none;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  filter: drop-shadow(0 4px 20px rgba(95, 68, 255, 0.3));
  background-color: #259AE9;
  color: #0F0D28;
  border: none;
}
.modal-container .modal-window .btn:hover {
  border: none;
  background: linear-gradient(180deg, #259AE9 0%, #6738FF 121%);
  color: #0F0D28;
}
.modal-container .modal-window.error {
  background-color: #71013a;
}
.modal-container .modal-window.error .btn {
  background-color: #f39898;
  filter: none;
}
.modal-container .modal-window.error .btn:hover {
  background: linear-gradient(180deg, #f39898 0%, #ab1b64 121%);
}

.atmosphere {
  padding: 70px 0;
  max-width: 1300px;
  margin: 0 auto;
  background-image: url("/img/atmosphere.png");
  background-repeat: no-repeat;
}
.atmosphere .section-title {
  text-align: center;
}

.birthday {
  max-width: 1440px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: bottom 0 right 0;
}
.birthday.visible {
  background-image: url("/img/birthday-bg.webp");
}
.birthday .section-title {
  text-align: center;
}
.birthday .left-side {
  max-width: 500px;
}
.birthday .left-side .birthday-text {
  padding: 40px 0;
}
@media (max-width: 1199.98px) {
  .birthday .left-side .birthday-text {
    text-shadow: 0 0 6px black, 1px 1px 2px black, 1px -1px 2px black, -1px 1px 2px black, -1px -2px 2px black;
  }
}
.birthday .left-side .colored-btn {
  width: 241px;
  height: 50px;
  cursor: pointer;
  display: flex;
  outline: none;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  filter: drop-shadow(0 4px 20px rgba(95, 68, 255, 0.3));
  background-color: #259AE9;
  color: #0F0D28;
  border: none;
}
.birthday .left-side .colored-btn:hover {
  border: none;
  background: linear-gradient(180deg, #259AE9 0%, #6738FF 121%);
  color: #0F0D28;
}
@media (max-width: 575.98px) {
  .birthday .left-side .colored-btn {
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .birthday {
    background: none;
  }
}

.contacts {
  padding: 60px 0;
  max-width: 1300px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top 50px right 0;
}
.contacts.visible {
  background-image: url("/img/long_grid_for_bg.webp");
}
@media (max-width: 575.98px) {
  .contacts {
    padding-bottom: 0;
  }
}
.contacts .section-title {
  text-align: center;
  padding-bottom: 30px;
}
.contacts .contacts-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .contacts .contacts-flex {
    flex-direction: column-reverse;
  }
}
.contacts .contacts-flex .left-side {
  width: 40%;
  padding-top: 27px;
}
@media (max-width: 575.98px) {
  .contacts .contacts-flex .left-side {
    width: 100%;
  }
}
.contacts .contacts-flex .left-side .contact-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 50px;
}
.contacts .contacts-flex .left-side .contact-item .icon {
  width: 40px;
  min-width: 40px;
}
.contacts .contacts-flex .left-side .contact-item .contact-val {
  text-transform: none;
}
@media (max-width: 575.98px) {
  .contacts .contacts-flex .left-side .contact-item {
    padding-bottom: 25px;
  }
}
.contacts .contacts-flex .left-side .contact-item.social-icons {
  justify-content: center;
}
.contacts .contacts-flex .right-side {
  width: 100%;
  border-radius: 20px;
  box-shadow: 4px 4px 12px rgba(0, 0, 130, 0.8), -4px -4px 12px rgba(0, 0, 130, 0.8), -4px 4px 12px rgba(0, 0, 130, 0.8), 4px -4px 12px rgba(0, 0, 130, 0.8);
  overflow: hidden;
}
.contacts .contacts-flex .right-side .map {
  width: 100%;
  height: 100%;
  filter: grayscale(0.3);
}
@media (max-width: 575.98px) {
  .contacts .contacts-flex .right-side .map {
    height: 50vh;
    margin-bottom: -10px;
  }
}

.game, .quest {
  background-repeat: no-repeat;
  background-size: cover;
}
.game.game, .quest.game {
  background-image: url("/img/single-game-bg.jpg");
  background-position: right 0;
}
.game.quest, .quest.quest {
  background-image: url("/img/single-quest-bg.jpg");
  background-position: center bottom;
}
.game .game-flex, .quest .game-flex {
  padding: 150px 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  place-content: center;
  gap: 30px;
}
.game .game-flex .game-image, .quest .game-flex .game-image {
  flex: 0 0 270px;
}
.game .game-flex .game-info, .quest .game-flex .game-info {
  flex: 1 1 calc(100% - 300px);
}
@media (max-width: 575.98px) {
  .game .game-flex .game-info, .quest .game-flex .game-info {
    padding: 0 15px;
  }
}
.game .game-flex .game-info .game-title, .quest .game-flex .game-info .game-title {
  font-size: 30px;
  line-height: 54px;
  color: #E8F6FF;
  font-family: "MagistralBold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 20px;
}
.game .game-flex .game-info .game-features, .quest .game-flex .game-info .game-features {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-right: 35px;
}
.game .game-flex .game-info .game-features .feature, .quest .game-flex .game-info .game-features .feature {
  display: flex;
  align-items: center;
}
.game .game-flex .game-info .game-features .feature .name-or-icon, .quest .game-flex .game-info .game-features .feature .name-or-icon {
  font-size: 20px;
  line-height: 36px;
  color: #259AE9;
  font-family: "MagistralBold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 5px;
}
.game .game-flex .game-info .game-features .feature .value, .quest .game-flex .game-info .game-features .feature .value {
  margin: 0 8px 0 4px;
  font-size: 20px;
  line-height: 36px;
  color: #E8F6FF;
  font-family: "MagistralBold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.game .game-flex .game-info .game-features .feature .value.keys-flex, .quest .game-flex .game-info .game-features .feature .value.keys-flex {
  display: flex;
  gap: 5px;
  flex-wrap: nowrap;
  align-items: center;
  place-content: flex-start;
  padding-bottom: 4px;
}
.game .game-flex .game-info .game-features .feature .helm-icon, .quest .game-flex .game-info .game-features .feature .helm-icon {
  margin: 0 0 5px 5px;
}
.game .game-flex .game-info .game-features .feature.genre ul, .quest .game-flex .game-info .game-features .feature.genre ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.game .game-flex .game-info .game-features .feature.genre ul li, .quest .game-flex .game-info .game-features .feature.genre ul li {
  font-size: 18px;
  background: rgba(37, 154, 233, 0.2);
  border: 1px solid #259AE9;
  border-radius: 20px;
  padding: 3px 10px 1px;
}
.game .game-flex .game-info .game-description, .quest .game-flex .game-info .game-description {
  font-size: 18px;
  line-height: 32.4px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 30px;
}
.game .game-flex .game-info .go-to-reservation, .quest .game-flex .game-info .go-to-reservation {
  width: 184px;
  height: 50px;
  cursor: pointer;
  display: flex;
  outline: none;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  filter: drop-shadow(0 4px 20px rgba(95, 68, 255, 0.3));
  background-color: #259AE9;
  color: #0F0D28;
  border: none;
}
.game .game-flex .game-info .go-to-reservation:hover, .quest .game-flex .game-info .go-to-reservation:hover {
  border: none;
  background: linear-gradient(180deg, #259AE9 0%, #6738FF 121%);
  color: #0F0D28;
}
.game .game-flex .game-review, .quest .game-flex .game-review {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  cursor: pointer;
}
.game .game-flex .game-review .text, .quest .game-flex .game-review .text {
  font-size: 20px;
  line-height: 35px;
  color: #E8F6FF;
  font-family: "MagistralBold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.quest .game-flex {
  padding-bottom: 30px;
}
.quest .game-flex .feature.players .value {
  text-transform: none !important;
}

.all-games {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.all-games.visible {
  background-image: url("/img/all-games-bg.jpg");
}
.all-games .container .page-title {
  padding-bottom: 20px;
}
.all-games .container .page-description {
  padding-bottom: 20px;
}
.all-games .container .games-categories {
  padding-bottom: 40px;
}
.all-games .container .games-genres {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.all-games .container .games-genres .slider-title {
  font-size: 20px;
  line-height: 36px;
  color: #259AE9;
  font-family: "MagistralBold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 30px;
}
.all-games .container .games-genres .slide-flex {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
.all-games .container .games-genres .slide-flex .slide-image {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.game-list {
  padding: 110px 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.game-list.visible {
  background-image: url("/img/all-games-bg.jpg");
}
.game-list .section-title {
  text-align: center;
}
.game-list .container .collection-flex {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 575.98px) {
  .game-list .container .collection-flex {
    justify-content: center;
  }
}
.game-list .container .collection-flex .collection-item {
  flex: 0 0 270px;
}
.game-list .container .collection-flex .collection-item .item-title {
  font-size: 20px;
  line-height: 36px;
  color: #259AE9;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 10px;
  padding-left: 2px;
}
@media (max-width: 575.98px) {
  .game-list .container .collection-flex .collection-item .item-title {
    text-align: center;
  }
}
.game-list .container .collection-flex .collection-item .item-image {
  border-radius: 5.1px;
  filter: drop-shadow(0px 0px 30px rgba(95, 68, 255, 0.2));
}

.game-filters {
  padding: 40px 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .game-filters {
    flex-direction: column;
    gap: 30px;
  }
}
.game-filters .filter-section .filter-title {
  font-size: 20px;
  line-height: 36px;
  color: #259AE9;
  font-family: "MagistralBold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 15px;
  text-transform: none;
}
.game-filters .filter-section .filter-title #player-count {
  font-size: 20px;
  line-height: 36px;
  color: #E8F6FF;
  font-family: "MagistralBold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.game-filters .genre-filter {
  flex: 1 1 auto;
}
.game-filters .player-filter {
  flex: 0 0 auto;
  min-width: 300px;
}
@media (max-width: 767.98px) {
  .game-filters .player-filter {
    min-width: 100%;
  }
}
.game-filters .genre-filter .genre-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.game-filters .genre-filter .genre-badges .genre-badge {
  font-size: 18px;
  background: rgba(37, 154, 233, 0.2);
  border: 1px solid #259AE9;
  border-radius: 20px;
  padding: 6px 16px 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #E8F6FF;
  text-transform: none;
}
.game-filters .genre-filter .genre-badges .genre-badge:hover {
  background: rgba(37, 154, 233, 0.3);
  transform: translateY(-2px);
}
.game-filters .genre-filter .genre-badges .genre-badge.active {
  background: #259AE9;
  color: #0F0D28;
  font-weight: 700;
}
.game-filters .genre-filter .genre-badges .genre-badge[data-genre=all] {
  text-transform: uppercase;
}
.game-filters .genre-filter .genre-badges .genre-badge[data-genre=all].active {
  cursor: default;
}
.game-filters .genre-filter .genre-badges .genre-badge[data-genre=all].active:hover {
  transform: none;
}
.game-filters .player-filter .range-slider-container {
  position: relative;
  padding: 0 0 10px;
}
.game-filters .player-filter .range-slider-container .range-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 300px;
  height: 20px;
  background: transparent;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.game-filters .player-filter .range-slider-container .range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #259AE9;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: -7px;
}
.game-filters .player-filter .range-slider-container .range-slider::-webkit-slider-thumb:hover {
  transform: scale(1.2);
  background: rgb(83.325, 175.4625, 237.675);
}
.game-filters .player-filter .range-slider-container .range-slider::-webkit-slider-thumb:active {
  transform: scale(1.1);
}
.game-filters .player-filter .range-slider-container .range-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #259AE9;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}
.game-filters .player-filter .range-slider-container .range-slider::-moz-range-thumb:hover {
  transform: scale(1.2);
  background: rgb(83.325, 175.4625, 237.675);
}
.game-filters .player-filter .range-slider-container .range-slider::-moz-range-thumb:active {
  transform: scale(1.1);
}
.game-filters .player-filter .range-slider-container .range-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: rgba(37, 154, 233, 0.2);
  border-radius: 5px;
}
.game-filters .player-filter .range-slider-container .range-slider::-moz-range-track {
  width: 100%;
  height: 6px;
  background: rgba(37, 154, 233, 0.2);
  border-radius: 5px;
}
.game-filters .player-filter .range-slider-container .range-labels {
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  margin-top: -5px;
  padding: 0 5px;
  margin-left: 4px;
}
.game-filters .player-filter .range-slider-container .range-labels span {
  font-size: 14px;
  line-height: 25.2px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-transform: none;
}
@media (max-width: 575.98px) {
  .game-filters {
    padding: 30px 0 15px;
  }
  .game-filters .filter-section {
    margin-bottom: 0;
  }
  .game-filters .filter-section .filter-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .game-filters .filter-section .filter-title #player-count {
    font-size: 16px;
  }
  .game-filters .genre-filter .genre-badges .genre-badge {
    font-size: 16px;
    padding: 5px 12px 3px;
  }
  .game-filters .player-filter .range-slider-container .range-slider,
  .game-filters .player-filter .range-slider-container .range-labels {
    max-width: 100%;
  }
}

.games-counter {
  text-transform: none;
  margin-top: -40px;
}
.games-counter #filtered-count {
  font-size: 18px;
  color: #259AE9;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 575.98px) {
  .games-counter {
    font-size: 16px;
    padding: 15px 0 5px;
  }
  .games-counter #filtered-count {
    font-size: 16px;
  }
}

.quests-description .quests-container {
  padding: 50px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.quests-description .quests-container .section-description {
  font-size: 22px;
  line-height: 39.6px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  text-align: center;
}
.quests-description .quests-container .quest-advantages-flex {
  display: flex;
  flex-flow: row wrap;
  place-content: space-evenly;
  align-items: flex-start;
  padding: 30px 0;
  width: 100%;
  gap: 30px;
}
.quests-description .quests-container .quest-advantages-flex .quest-advantage-item {
  flex: 0 0 140px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 24px;
}
.quests-description .quests-container .quest-advantages-flex .quest-advantage-item .advantage-title {
  font-size: 14px;
  line-height: 25.2px;
  color: #FFFFFF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.quests-description .quests-container .reservation-btn {
  width: 241px;
  height: 50px;
  cursor: pointer;
  display: flex;
  outline: none;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  filter: drop-shadow(0 4px 20px rgba(95, 68, 255, 0.3));
  background-color: #259AE9;
  color: #0F0D28;
  border: none;
}
.quests-description .quests-container .reservation-btn:hover {
  border: none;
  background: linear-gradient(180deg, #259AE9 0%, #6738FF 121%);
  color: #0F0D28;
}

.quest-types {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: left;
}
@media (max-width: 575.98px) {
  .quest-types {
    background-position-y: 33%;
    background-size: 75%;
    background-position-x: right;
    padding: 0;
  }
}
.quest-types.visible {
  background-image: url("/img/quests/quest-types-and-select.webp");
}
.quest-types .quest-types-container {
  padding: 50px 15px;
}
@media (max-width: 575.98px) {
  .quest-types .quest-types-container {
    padding: 0 15px;
  }
}
.quest-types .quest-types-container {
  display: flex;
  flex-wrap: wrap;
}
.quest-types .quest-types-container .sides {
  flex: 1 1 50%;
}
.quest-types .quest-types-container .sides.right-side {
  min-width: 320px;
}
.quest-types .quest-types-container .sides.right-side .side-subtitle {
  font-size: 20px;
  line-height: 36px;
  color: #259AE9;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.quest-types .quest-types-container .sides.right-side .types-flex {
  padding: 20px 0 30px 18px;
  display: flex;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}
.quest-types .quest-types-container .sides.right-side .types-flex .type-item {
  font-size: 18px;
  line-height: 32.4px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .quest-types .quest-types-container .sides.right-side .types-flex {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 25px;
  }
}
@media (max-width: 575.98px) {
  .quest-types .quest-types-container .sides.right-side .responsive-hack {
    min-height: 85px;
    width: 100%;
  }
}
.quest-types .quest-types-container .sides.right-side .tips-flex {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.quest-types .quest-types-container .sides.right-side .tips-flex .select-tip-item {
  display: flex;
  gap: 24px;
  align-items: center;
}
.quest-types .quest-types-container .sides.right-side .tips-flex .select-tip-item .tip-number {
  flex: 0 0 68px;
}
.quest-types .quest-types-container .sides.right-side .tips-flex .select-tip-item .tip-text {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 32.4px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.quest-types .quest-types-container .sides.right-side .tips-flex .select-tip-item .tip-text .second-row {
  font-size: 14px;
  line-height: 25.2px;
  color: #F129F8;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}

.quest-collection {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.quest-collection.visible {
  background-image: url("/img/quests/quest-collection.webp");
}
.quest-collection .section-title {
  text-align: center;
}
.quest-collection .collection-flex {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 575.98px) {
  .quest-collection .collection-flex {
    justify-content: center;
  }
}
.quest-collection .collection-flex .collection-item {
  flex: 0 0 270px;
}
.quest-collection .collection-flex .collection-item .item-title {
  font-size: 20px;
  line-height: 36px;
  color: #259AE9;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 10px;
  padding-left: 2px;
}
@media (max-width: 575.98px) {
  .quest-collection .collection-flex .collection-item .item-title {
    text-align: center;
  }
}
.quest-collection .collection-flex .collection-item .item-image {
  border-radius: 5.1px;
  filter: drop-shadow(0px 0px 30px rgba(95, 68, 255, 0.2));
}

.quests-slider .quests-slider-container {
  padding-top: 85px;
}
.quests-slider .quests-slider-container .quest-list-slider {
  position: relative;
  cursor: pointer;
}
.quests-slider .quests-slider-container .quest-list-slider .glide__track .glide__slides .glide__slide .slide .slide-image {
  display: flex;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.quests-slider .quests-slider-container .quest-list-slider .glide__track .glide__slides .glide__slide .slide .slide-image img {
  width: 100%;
}
.quests-slider .quests-slider-container .quest-list-slider .controls {
  position: absolute;
  bottom: -48px;
  left: calc((100vw - 1200px) / 2);
}
@media (max-width: 1199.98px) {
  .quests-slider .quests-slider-container .quest-list-slider .controls {
    left: 0;
  }
}
@media (max-width: 575.98px) {
  .quests-slider .quests-slider-container .quest-list-slider .controls {
    display: none;
  }
}
@media (max-width: 449.99px) {
  .quests-slider .quests-slider-container .quest-list-slider .controls {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .quests-slider .quests-slider-container .quest-list-slider .controls {
    display: none;
  }
}
.quests-slider .quests-slider-container .quest-list-slider .controls .counter {
  padding: 0 35px;
}
.quests-slider .quests-slider-container .quest-list-slider .controls .counter .current-slide-index {
  font-size: 25px;
  line-height: 45px;
  color: #FFFFFF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.quests-slider .quests-slider-container .quest-list-slider .controls .counter .delimiter, .quests-slider .quests-slider-container .quest-list-slider .controls .counter .slider-length {
  font-size: 18px;
  line-height: 32.4px;
  color: #FFFFFF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.5;
}

.birthday-page-main-screen {
  padding-top: 85px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("/img/birthday-page-main-bg.webp");
}
@media (max-width: 575.98px) {
  .birthday-page-main-screen {
    background-image: url("/img/birthday-page-main-mobile-bg.webp");
  }
}
.birthday-page-main-screen .birthday-page-main-screen-container {
  display: flex;
  flex-flow: column nowrap;
  place-content: center;
  height: 100%;
}
.birthday-page-main-screen .birthday-page-main-screen-container .page-title {
  font-size: 30px;
  line-height: 54px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 30px;
}
@media (max-width: 449.99px) {
  .birthday-page-main-screen .birthday-page-main-screen-container .page-title {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 449.99px) {
  .birthday-page-main-screen .birthday-page-main-screen-container .logo {
    display: flex;
    place-content: center;
  }
}
.birthday-page-main-screen .birthday-page-main-screen-container .page-slogan {
  font-size: 18px;
  line-height: 32.4px;
  color: #259AE9;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 30px;
}
@media (max-width: 449.99px) {
  .birthday-page-main-screen .birthday-page-main-screen-container .page-slogan {
    text-align: center;
  }
}
.birthday-page-main-screen .birthday-page-main-screen-container .main-requirements {
  width: min(100%, 500px);
  display: flex;
  flex-wrap: wrap;
  place-content: space-between;
  padding-top: 50px;
  align-items: flex-start;
  gap: clamp(35px, 10%, 100px);
}
@media (max-width: 449.99px) {
  .birthday-page-main-screen .birthday-page-main-screen-container .main-requirements {
    flex-direction: column;
    align-items: center;
    place-content: space-around;
  }
}
.birthday-page-main-screen .birthday-page-main-screen-container .main-requirements .requirement-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}
.birthday-page-main-screen .birthday-page-main-screen-container .main-requirements .requirement-item .requirement-description {
  font-size: 14px;
  line-height: 25.2px;
  color: #FFFFFF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.birthday-page-main-screen .birthday-page-main-screen-container .main-requirements .requirement-item .requirement-icon {
  width: 60px;
  height: 60px;
}

.birthday-page-main-description {
  padding-top: 29px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
}
.birthday-page-main-description.visible {
  background-image: url("/img/birthday-description-bottom-bg.webp");
}
.birthday-page-main-description .birthday-page-main-description-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.birthday-page-main-description .birthday-page-main-description-container .side {
  flex: 1 1 calc(50% - 15px);
  min-width: 300px;
}
@media (max-width: 449.99px) {
  .birthday-page-main-description .birthday-page-main-description-container .side.image-side .desktop-img {
    display: none;
  }
}
.birthday-page-main-description .birthday-page-main-description-container .side.image-side .mobile-img {
  display: none;
}
@media (max-width: 449.99px) {
  .birthday-page-main-description .birthday-page-main-description-container .side.image-side .mobile-img {
    display: block;
  }
}
.birthday-page-main-description .birthday-page-main-description-container .side .description {
  font-size: 16px;
  line-height: 28.8px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding: 30px 0 40px 0;
}
.birthday-page-main-description .birthday-page-main-description-container .side .start-game-btn {
  width: 241px;
  height: 50px;
  cursor: pointer;
  display: flex;
  outline: none;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  filter: drop-shadow(0 4px 20px rgba(95, 68, 255, 0.3));
  background: linear-gradient(180deg, #259AE9 0%, #6738FF 121%);
  border: none;
  color: #0F0D28;
}
@media (max-width: 575.98px) {
  .birthday-page-main-description .birthday-page-main-description-container .side .start-game-btn {
    margin: 0 auto;
  }
}
.birthday-page-main-description .birthday-page-main-answers-container {
  padding-top: 70px;
}
.birthday-page-main-description .birthday-page-main-answers-container .answers-block-title {
  width: min(100%, 805px);
  font-size: 30px;
  line-height: 54px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}
.birthday-page-main-description .birthday-page-main-answers-container .answers-list {
  padding-left: 15px;
  padding-bottom: 30px;
}
.birthday-page-main-description .birthday-page-main-answers-container .answer-text {
  padding-bottom: 20px;
}
.birthday-page-main-description .birthday-page-main-answers-container .recommendation {
  font-size: 18px;
  line-height: 32.4px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 40px;
}
.birthday-page-main-description .birthday-page-main-answers-container .recommendation span {
  font-size: 25px;
  line-height: 45px;
  color: #259AE9;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}

.birthday-advantages {
  padding-top: 30px;
  padding-bottom: 30px;
}
.birthday-advantages .birthday-advantages-container {
  display: flex;
  flex-wrap: wrap;
}
.birthday-advantages .birthday-advantages-container .side {
  flex: 1 1 50%;
}
.birthday-advantages .birthday-advantages-container .side.advantage-side {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
  min-width: 300px;
}
@media (max-width: 449.99px) {
  .birthday-advantages .birthday-advantages-container .side.advantage-side {
    padding-top: 20px;
  }
}
.birthday-advantages .birthday-advantages-container .side.advantage-side .advantage-item {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
@media (max-width: 449.99px) {
  .birthday-advantages .birthday-advantages-container .side.advantage-side .advantage-item {
    flex-wrap: wrap;
  }
}
.birthday-advantages .birthday-advantages-container .side.advantage-side .advantage-item .advantage-number {
  flex: 0 0 68px;
}
@media (max-width: 575.98px) {
  .birthday-advantages .birthday-advantages-container .side.advantage-side .advantage-item .advantage-number {
    margin: 0 auto;
  }
}
.birthday-advantages .birthday-advantages-container .side.advantage-side .advantage-item .advantage-description .advantage-title {
  font-size: 20px;
  line-height: 36px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 18px;
}
@media (max-width: 575.98px) {
  .birthday-advantages .birthday-advantages-container .side.advantage-side .advantage-item .advantage-description .advantage-title {
    text-align: center;
  }
}
.birthday-advantages .birthday-advantages-container .side.advantage-side .advantage-item .advantage-description .advantage-title span {
  font-size: 16px;
  line-height: 28.8px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.birthday-advantages .birthday-advantages-container .side.advantage-side .advantage-item .advantage-description .advantage-text {
  font-size: 14px;
  line-height: 25.2px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .birthday-advantages .birthday-advantages-container .side.advantage-side .advantage-item .advantage-description .advantage-text {
    text-align: center;
  }
}

.birthday-proposition {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.birthday-proposition.visible {
  background-image: url("/img/birthday-proposition-bg.webp");
}
.birthday-proposition .birthday-proposition-container .section-title {
  font-size: 30px;
  line-height: 54px;
  color: #E8F6FF;
  font-family: "MagistralBold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding-bottom: 20px;
}
.birthday-proposition .birthday-proposition-container .sections-subtitle {
  font-size: 20px;
  line-height: 36px;
  color: #259AE9;
  font-family: "MagistralBold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.birthday-proposition .birthday-proposition-container .discounts {
  text-transform: none;
  text-align: center;
}
.birthday-proposition .birthday-proposition-container .discounts span.note {
  text-transform: none;
  color: #ffbf00;
}
.birthday-proposition .birthday-proposition-container .proposition-requirements {
  font-size: 16px;
  line-height: 28.8px;
  color: #259AE9;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 27px;
  text-align: center;
}
.birthday-proposition .birthday-proposition-container .proposition-text {
  font-size: 16px;
  line-height: 28.8px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.birthday-proposition .birthday-proposition-container .proposition-flex {
  padding-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.birthday-proposition .birthday-proposition-container .proposition-flex .proposition-item {
  background-color: rgba(28, 25, 61, 0.79);
  border-radius: 5.1px;
  padding: 40px 33px;
  flex: 0 0 min(100%, 370px);
}
.birthday-proposition .birthday-proposition-container .proposition-flex .proposition-item .item-title {
  font-size: 18px;
  line-height: 32.4px;
  color: #E8F6FF;
  font-family: "MagistralBold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding-bottom: 8px;
  min-height: 64px;
}
.birthday-proposition .birthday-proposition-container .proposition-flex .proposition-item .time-and-players {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 15px;
}
.birthday-proposition .birthday-proposition-container .proposition-flex .proposition-item .time-and-players div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.birthday-proposition .birthday-proposition-container .proposition-flex .proposition-item .time-and-players div .val {
  font-size: 16px;
  line-height: 28.8px;
  color: #E8F6FF;
  font-family: "MagistralExtraBold", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}
.birthday-proposition .birthday-proposition-container .proposition-flex .proposition-item .time-and-players div .text {
  font-size: 16px;
  line-height: 28.8px;
  color: #E8F6FF;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.birthday-proposition .birthday-proposition-container .proposition-flex .proposition-item .old-price {
  font-size: 25px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "MagistralExtraBold", sans-serif;
  font-weight: 800;
  text-transform: none;
  text-decoration: line-through;
  text-align: center;
}
.birthday-proposition .birthday-proposition-container .proposition-flex .proposition-item .notes {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 28.8px;
  color: #259AE9;
  font-family: "Magistral", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.birthday-proposition .birthday-proposition-container .proposition-flex .proposition-item .small-notes {
  text-align: center;
  opacity: 0.5;
  text-transform: none;
}
@media (max-width: 575.98px) {
  .birthday-proposition .birthday-proposition-container .proposition-flex .proposition-item .small-notes {
    padding: 0 35px;
    line-height: 1.3;
  }
}
.birthday-proposition .birthday-proposition-container .proposition-flex .proposition-item .new-price {
  font-size: 30px;
  line-height: 30px;
  color: #259AE9;
  font-family: "MagistralExtraBold", sans-serif;
  font-weight: 800;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  padding-bottom: 15px;
}
.birthday-proposition .birthday-proposition-container .proposition-flex .proposition-item .book-btn {
  margin: 15px auto 0;
  width: 184px;
  height: 50px;
  cursor: pointer;
  display: flex;
  outline: none;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  filter: drop-shadow(0 4px 20px rgba(95, 68, 255, 0.3));
  border: 1px solid #259AE9;
  background: transparent;
  color: #259AE9;
}
.birthday-proposition .birthday-proposition-container .proposition-flex .proposition-item .book-btn:hover {
  border: none;
  background: linear-gradient(180deg, #259AE9 0%, #6738FF 121%);
  color: #0F0D28;
}

html body #bingc-phone-button svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
  fill: #259AE9 !important;
}
html body #bingc-phone-button:hover svg.bingc-phone-button-circle circle.bingc-phone-button-circle-inside {
  fill: #259AE9 !important;
}
html body #bingc-phone-button div.bingc-phone-button-tooltip {
  background: #259AE9 !important;
}
html body #bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline {
  fill: #259AE9 !important;
}

.switch-lang {
  width: 44px;
  text-align: left;
  cursor: pointer;
  position: relative;
  margin-left: 25px;
  margin-top: 4px;
}
.switch-lang:hover .lang-dropdown {
  display: block;
  position: absolute;
}
.switch-lang .current-lang {
  background: #34495e;
  padding: 3px 5px 0px 5px;
  border-radius: 5px;
}
.switch-lang .lang-flag {
  width: 20px;
  display: inline-block;
}
.switch-lang .lang-text {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 2px;
  line-height: 25px;
}
.switch-lang .lang-dropdown {
  display: none;
  width: 100%;
}
.switch-lang .lang-dropdown .selecting-lang {
  padding: 3px 5px 0 5px;
  cursor: pointer;
  background: #34495e;
  border-radius: 5px;
  margin-top: 5px;
}
.switch-lang .lang-dropdown .selecting-lang:hover {
  background: #22313f;
}

.not-found-page {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
.not-found-page .not-found-container {
  text-align: center;
}
.not-found-page .not-found-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575.98px) {
  .not-found-page .not-found-content {
    gap: 20px;
  }
}
.not-found-page .error-code {
  font-size: 120px;
  font-weight: 700;
  color: #E8F6FF;
  line-height: 1;
  margin: 0;
  text-shadow: 0 0 20px rgba(95, 68, 255, 0.5);
}
@media (max-width: 991.98px) {
  .not-found-page .error-code {
    font-size: 100px;
  }
}
@media (max-width: 575.98px) {
  .not-found-page .error-code {
    font-size: 80px;
  }
}
.not-found-page .error-title {
  font-size: 30px;
  font-weight: 700;
  color: #E8F6FF;
  margin: 0;
}
@media (max-width: 575.98px) {
  .not-found-page .error-title {
    font-size: 25px;
  }
}
.not-found-page .error-description {
  font-size: 16px;
  color: #E8F6FF;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
@media (max-width: 575.98px) {
  .not-found-page .error-description {
    font-size: 14px;
    max-width: 90%;
  }
}
.not-found-page .error-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .not-found-page .error-actions {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 300px;
  }
}
.not-found-page .error-actions .home-btn {
  width: 184px;
  height: 50px;
  cursor: pointer;
  display: flex;
  outline: none;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  filter: drop-shadow(0 4px 20px rgba(95, 68, 255, 0.3));
  background-color: #259AE9;
  color: #0F0D28;
  border: none;
}
.not-found-page .error-actions .home-btn:hover {
  border: none;
  background: linear-gradient(180deg, #259AE9 0%, #6738FF 121%);
  color: #0F0D28;
}
.not-found-page .error-actions .home-btn {
  font-size: 25px;
  font-weight: 700;
  width: inherit;
  height: inherit;
  padding: 23px;
  letter-spacing: 3px;
  color: rgba(43, 39, 83, 0.48);
}