@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@400;500;600;700&display=swap');

:root {
  --qw-1: linear-gradient(40deg, rgba(98, 0, 234, 1) 0%, rgba(0, 204, 255, 1) 50%, rgba(0, 255, 191, 1) 100%);
  --qw-2: linear-gradient(40deg, rgba(0, 128, 55, 1) 0%, rgba(34, 177, 76, 1) 50%, rgba(255, 215, 0, 1) 100%);
  --qw-3: linear-gradient(40deg, rgba(139, 0, 0, 1) 0%, rgba(255, 69, 0, 1) 50%, rgba(255, 215, 0, 1) 100%);
  --qw-4: linear-gradient(40deg, rgba(0, 0, 139, 1) 0%, rgba(0, 191, 255, 1) 50%, rgba(240, 248, 255, 1) 100%);
  --qw-5: linear-gradient(40deg, rgba(48, 25, 52, 1) 0%, rgba(72, 61, 139, 1) 50%, rgba(192, 192, 192, 1) 100%);
}

*{
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body{
  direction: ltr;
  font-family: 'El Messiri', sans-serif !important;
  font-size: clamp(13px, 4vw, 16px);
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
p{
  padding: 0;
  margin: 0;
}

p, li{
  padding: 5px 0;
  line-height: 2.4;
}

li{
  margin: 0 5px;
}

a{
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

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

ul{
  margin: 0;
  padding: 0;
}

.container{
  width: auto;
  padding-right: 22px;
  padding-left: 22px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 480px) {
  .container{
  max-width: 450px;
  }
}
@media screen and (min-width: 575px){
  .container{
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container{
  max-width: 730px;
  }
}
@media screen and (min-width: 992px) {
  .container{
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px){
  .container{
    max-width: 1170px;
    }
}

@media (min-width: 1400px){
  .container{
    max-width: 1274px;
  }
}

.page-privacy-lay{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.page-privacy-lay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(content/bg/opacity_bg-068dce9157971e.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

.page-privacy__box{
  padding: 54px 0;
  overflow: hidden;
  width: 100%;
}

.content-politics{
  font-size: clamp(16px, 4vw, 18px);
  color: #060606;
  text-align: justify;
}

.page-privacy__box a{
  transition: 0.3s ease;
  color: #060606;
}

.page-privacy__box a:hover{
  color: #060606;
  opacity: 0.5;
}

.page-privacy__box li{
  list-style: inside;
}

.header-lay{
  position: absolute;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 19px 0;
}

.header{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
}

.site-header {
  padding: 19px 0;
}

.sticky-header {
  background-color: #060606;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: top 0.3s ease;
}

.logo {
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 20px;
}

.logo:hover{
  transform: scale(1.1);
}

.logo__image img {
  max-height: 40px;
  object-fit: contain;
  width: 45px;
}

.logo a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 19px;
  transition: color 0.3s ease;
}

.logo__title h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(17, 17, 17, 0.688), -1px -1px 1px rgba(17, 17, 17, 0.688), -1px 1px 1px rgba(17, 17, 17, 0.688), 1px -1px 1px rgba(17, 17, 17, 0.688);
}

.nav{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

.nav__link {
  transition: transform 0.3s ease, opacity 0.3s ease;
  color: #fff;
  font-size: clamp(16px, 4vw, 18px);
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(17, 17, 17, 0.688), -1px -1px 1px rgba(17, 17, 17, 0.688), -1px 1px 1px rgba(17, 17, 17, 0.688), 1px -1px 1px rgba(17, 17, 17, 0.688);
}

.nav__link:hover {
  transform: scale(1.1);
}

.nav:hover .nav__link {
  opacity: 0.5;
}

.nav__link:hover {
  opacity: 1 !important;
}

.header-content__lay{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}

.header-content__lay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(content/bg/bg-all-068dce915795fb.jpg);
  background-position: center;
  filter: brightness(0.4);
  background-size: cover;
  animation: backgroundAnimation 10s infinite ease;
  z-index: -1;
}

@keyframes backgroundAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.header-content{
  padding: 106px 0;
  display: flex;
  justify-content: space-between;
  gap: 54px;
  flex-direction: row-reverse;
  min-height: 100vh;
}

.header-content__text{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 30px;
  flex: 1;
}

.header-content__text h5{
  font-size: clamp(22px, 4vw, 30px);
  color: #fff;
}

.header-content__text p{
  padding: 0;
  font-size: clamp(16px, 4vw, 18px);
  color: #fff;
  opacity: 0.8;
}

.btn-game {
  line-height: normal;
  background-color: #fff;
  color: #060606;
  border-radius: 30px;
  font-size: clamp(16px, 4vw, 18px);
  padding: 12px 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: 2px solid #060606;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.3);
}

.btn-game:hover {
  color: #fff;
  background-color: #060606;
  transform: translateY(-4px) translateX(-2px);
  box-shadow: 2px 5px 0 0 rgba(255,255,255,0.3);
}

.btn-game:active {
  transform: translateY(2px) translateX(1px);
  box-shadow: 0 0 0 0 rgba(255,255,255,0.3);
}

.header-content__img{
  flex: 1;
}

.header-content__img img{
  max-height: 80vh;
  animation: floatImage 5s ease-in-out infinite;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes floatImage {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
}

.about-us__lay{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.about-us__lay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(content/bg/opacity_bg-068dce9157971e.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

.about-us{
  width: 70%;
  margin: 0 auto;
  padding: 54px 0;
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.about-us__content{
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 19px;
  align-items: center;
}

.about-us h2{
  -webkit-text-stroke: 2px #060606;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: clamp(30px, 4vw, 50px);
}

.about-us__subtitle{
  color: #060606;
  font-size: clamp(16px, 4vw, 18px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.benefit{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.benefit-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 19px;
}

.benefit-card svg{
  width: 43px;
  height: 43px;
  fill: #060606;
}

.benefit-card h5{
  font-weight: normal;
  font-size: clamp(14px, 4vw, 16px);
  color: #060606;
}

.step-game__lay{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.step-game__lay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(content/bg/bg-all-168dce91579635.jpg);
  background-position: center;
  animation: backgroundAnimation 10s infinite ease;
  filter: brightness(0.4);
  background-size: cover;
  z-index: -1;
}

.step{
  padding: 54px 0;
  display: flex;
  flex-direction: column; 
  gap: 54px;
}

.step h2{
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: clamp(30px, 4vw, 50px);
}

.step-game{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.step-game__box{
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.step-game__img{
  flex: 1;
}

.step-game__img img{
  animation: floatImage 5s ease-in-out infinite;
  width: 100%;
  height: 100%; 
  object-fit: contain;
  max-height: 30vh;
}

.step-game__card{
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 3;
}

.step-game__item{
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 19px;
  border: 2px solid #fff;
  padding: 19px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 19px;
}

.step-game__item h5{
  flex: 1;
  font-weight: normal;
  font-size: clamp(14px, 4vw, 16px);
  color: #fff;
}

.step-game__item svg{
  width: 43px;
  height: 43px;
  fill: #fff;
}

.catalog-lay{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.catalog-lay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(content/bg/opacity_bg-068dce9157971e.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

.catalog{
  padding: 54px 0;
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.catalog h2{
  -webkit-text-stroke: 2px #060606;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: clamp(30px, 4vw, 50px);
}

.catalog-box{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.catalog-card{
  transition: 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 19px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 19px;
}

.catalog-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: var(--qw-3);
  transition: 0.5s ease;
  z-index: 1;
}

.catalog-card:hover::before{
  height: 100%;
}

.catalog-card:hover{
  border-radius: 50%;
}

.catalog-card__img{
  position: relative;
  z-index: 2;
}

.catalog-card__img img{
  border: 2px solid #fff;
  width: 222px;
  height: 222px;
  object-fit: cover;
  border-radius: 50%;
}

.catalog-card__content{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.catalog-card__title{
  transition: 0.3s ease;
  font-size: clamp(18px, 4vw, 22px);
  color: #060606;
}

.catalog-card__title:hover{
  opacity: 0.5;
}

.catalog-card__content p{
  padding: 0;
  opacity: 0.8;
  font-size: clamp(14px, 4vw, 16px);
  color: #060606;
}

.catalog-card:hover .catalog-card__title{
  color: #fff;
}

.catalog-card:hover .catalog-card__content p{
  color: #fff;
}

.game-menu{
  padding: 54px 0;
  display: none;
  flex-direction: column;
  gap: 54px;
}

.game-menu h2{
  -webkit-text-stroke: 2px #060606;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: clamp(30px, 4vw, 50px);
}

.game-menu__box{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.game-menu__card{
  background-color: #fff;
  transition: 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  flex-direction: column;
}

.game-card__img{
  overflow: hidden;
}

.game-card__img img{
  transition: 0.3s ease;
  width: 100%;
  height: 216px;
  object-fit: cover;
}

.game-menu__card:hover .game-card__img img{
  transform: scale(1.1);
}

.game-card__contnet{
  flex: 1;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px;
}

.game-card__contnet a{
  font-size: clamp(18px, 4vw, 22px);
  color: #060606;
  transition: 0.3s ease;
}

.game-card__contnet a:hover{
  opacity: 0.5;
}

.game-card__contnet p{
  color: #060606;
  font-size: clamp(14px, 4vw, 16px);
  padding: 0;
  opacity: 0.8;
  display: -webkit-box;      
  -webkit-box-orient: vertical; 
  overflow: hidden;           
  text-overflow: ellipsis;    
  -webkit-line-clamp: 3;     
  line-clamp: 3; 
}

.faq-lay{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.faq-lay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(content/bg/bg-all-268dce9157966c.jpg);
  background-position: center;
  animation: backgroundAnimation 10s infinite ease;
  filter: brightness(0.4);
  background-size: cover;
  z-index: -1;
}

.faq-wrapper{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
  padding: 54px 0;
}

.faq-img{
  flex: 1;
  width: 100%;
  height: 100%;
}

.faq-img img{
  animation: floatImage 5s ease-in-out infinite;
  width: 100%;
  height: 408px;
  object-fit: contain;
}

.faq {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.faq h2 {
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
  font-size: clamp(30px, 4vw, 50px);
}

.faq-box {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.faq-block {
  border-bottom: 0.1px solid grey;
}

.faq-block h5 {
  margin: 0;
  cursor: pointer;
  font-size: clamp(18px, 4vw, 22px);
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  color: #fff;
  transition: color 0.3s ease;
}

.faq-block svg{
  width: 30px;
  height: 30px;
}

.faq-block.open h5 {
  text-decoration: line-through;
}

.faq-block.open {
  border-bottom: none; 
}

.answer {
  margin-top: 19px;
  color: #fff;
  font-size: clamp(16px, 4vw, 18px);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.reviews-lay {
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.reviews-lay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(content/bg/opacity_bg-068dce9157971e.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

.reviews {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 54px;
  padding: 54px 0;
}

.reviews h2 {
  -webkit-text-stroke: 2px #060606;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: clamp(30px, 4vw, 50px);
}

.reviews-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.reviews-slider {
  position: relative;
  width: 70%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.reviews-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 1s;
}

.reviews-slide-inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 38px;
}

.reviews-avatar img {
  border-radius: 50%;
  width: 222px;
  height: 222px;
  object-fit: cover;
}

.reviews-text {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.reviews-text h1 {
  font-size: clamp(18px, 4vw, 22px);
  color: #060606;
  margin: 0;
}

.reviews-text p {
  padding: 0;
  font-size: clamp(16px, 4vw, 18px);
  color: #060606;
  margin: 0;
  opacity: 0.7;
}

.reviews-slide.active {
  opacity: 1;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  transform: unset;
}

.reviews-dots {
  text-align: center;
  margin-top: 19px;
}

.reviews-dot {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 1px solid transparent;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px;
  background-color: #fff; 
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.6s ease;
}

.reviews-dot.active {
  border: 1px solid #fff;
  background-color: #060606; 
}

.form-lay{
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.form-lay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(content/bg/bg-all-368dce915796a0.jpg);
  background-position: center;
  animation: backgroundAnimation 10s infinite ease;
  filter: brightness(0.4);
  background-size: cover;
  z-index: -1;
}

.form{
  padding: 54px 0;
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.form h2{
  text-align: center;
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
  font-size: clamp(30px, 4vw, 50px);
}

.block-form {
  position: relative;
  display: flex;
  flex-direction: column;
}

.input-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.input-container label{
  text-align: start;
  color: #fff;
}

.input-container .input-main-holder--part, .input-container .textarea-main-holder--part {
  outline: none;
  margin: 5px 0;
}

.input-container .input-main-holder--part {
  text-align: start;
  transition: 0.3s ease;
  color: #060606;
  border-radius: 30px;
  border: 2px solid #060606;
  background-color: #fff;
  padding: 19px; 
  font-size: clamp(14px, 4vw, 16px); 
  line-height: 20px; 
}

.input-container .textarea-main-holder--part {
  text-align: start;
  transition: 0.3s ease;
  color: #060606;
  border-radius: 30px;
  border: 2px solid #060606;
  background-color: #fff;
  padding: 12px; 
  font-size: clamp(14px, 4vw, 16px); 
  line-height: 20px; 
  resize: vertical;
  min-height: 38px;
  max-height: 149px;
}

.input-container .input-main-holder--part::placeholder, .input-container .textarea-main-holder--part::placeholder{
  color: #060606b3;
}

.input-container .input-main-holder--part:hover, .input-container .textarea-main-holder--part:hover, .input-container .input-main-holder--part:focus, .input-container .textarea-main-holder--part:focus{
  transform: scale(1.02);
}

.check{
  transition: 0.3s ease;
  color: #fff;
}

.check:hover{
  opacity: 0.5;
  color: #fff;
}

.form-check {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
  padding: 12px 0;
}

.form-check .form-check-input{
  margin: 0;
}

.block-form button{
  margin: 0 auto;
}

.ui-checkbox {
  --primary-color: #1677ff;
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  --checkmark-size: 1.2;
}

.ui-checkbox,
.ui-checkbox *,
.ui-checkbox *::before,
.ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
}

.ui-checkbox:hover {
  border-color: var(--primary-color);
}

.ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}

.ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}

.footer-lay{
  border-top: 0.2px solid #060606b3;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.footer-lay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(content/bg/opacity_bg-068dce9157971e.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

.footer{
  padding: 30px 0;
  display: flex;
  flex-direction: column;
}

.footer-top{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.logo-footer{
  transition: 0.3s ease;
  margin: 0 auto;
}

.logoImg-footer img{
  max-height: 40px;
  object-fit: contain;
  width: 45px;
}

.logo-footer a{
  color: #060606; 
  display: flex; 
  flex-direction: row;
  align-items: center; 
  gap: 12px;
  transition: 0.3s ease;
}

.logo-footer a:hover{
  transform: scale(1.05);
}

.logoTitle-footer h2{
  text-transform: uppercase;
  font-size: clamp(18px, 4vw, 22px);
  margin: 0;
}

.disclaimer{
  background: var(--qw-3);
  border-radius: 30px;
  gap: 30px;
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px;
}

.disclaimer h2{
  text-transform: uppercase;
  font-size: clamp(18px, 4vw, 22px);
  color: #fff;
}

.disclaimer p{
  padding: 0;
  font-size: clamp(16px, 4vw, 18px);
  color: #fff;
  opacity: 0.8;
}

.privacy ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: row;
  gap: 19px;
}

.privacy ul li a {
  font-size: clamp(16px, 4vw, 18px);
  transition: 0.3s ease;
  text-decoration: none;
  color: #060606;
}

.privacy ul li a:hover{
  color: #060606;
  opacity: 0.5;
}

.footer-bottom{
  flex-wrap: wrap;
  padding: 30px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.footer-bottom p{
  padding: 0;
  color: #060606;
  font-size: clamp(16px, 4vw, 18px);
}

.footer-bottom img{
  max-width: 54px;
}

.gallery{
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 54px 0;
}

.gallery-box-one{
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: space-between;
}

.gallery-box-two{
  display: flex;
  gap: 12px;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.gallery-img{
  flex: 1;
  width: 100%;
}

.gallery-img img{
  transition: 0.5s ease;
  width: 100%;
  height: 336px;
  object-fit: cover;
}

.gallery-img img:hover{
  filter: brightness(0.5);
}

.gallery-img:first-child{
  flex: 2;
}

.container-column {
  padding: 54px 0;
  display: flex;
  gap: 54px;
  flex-direction: column;
}

.game-container {
  width: 100%;
  height: 100vh;
  margin-bottom: 30px;
}

.game-container iframe {
  border: none;
  width: 100%;
  height: 100vh;
}

.info-title {
  padding-top: 54px;
  -webkit-text-stroke: 2px #060606;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: clamp(30px, 4vw, 50px);
}

.info-block {
  overflow: hidden;
  position: relative;
}

.info-image {
  object-fit: contain;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 30px;
  float: left;
  width: 35%;
  margin: 38px;
  margin-top: 0;
  margin-left: 0;
}

.info-text {
  color: #060606;
  font-size: clamp(16px, 4vw, 18px);
}

.info-text ul {
  list-style: inside;
}

.info-text li {
  opacity: 0.9;
}

.contacts-page{
  display: flex;
  flex-direction: column;  
  gap: 54px;
  padding: 54px 0;
}

.kontact-form{
  margin: 0 auto;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kontact-form h2{
  margin-bottom: 30px;
  text-align: center;
  -webkit-text-stroke: 2px #060606;
  -webkit-text-fill-color: transparent;
  font-size: clamp(30px, 4vw, 50px);
}

.input-kontact-form .inputs-kontact, .input-kontact-form .textarea-kontact{
  outline: none;
  margin: 5px 0;
}

.input-position{
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.input-kontact-form .inputs-kontact {
  width: 100%;
  text-align: start;
  transition: 0.3s ease;
  color: #060606;
  border-radius: 30px;
  border: 2px solid #060606;
  background-color: #fff;
  padding: 19px; 
  font-size: clamp(14px, 4vw, 16px); 
  line-height: 20px;
}

.input-kontact-form .textarea-kontact{
  width: 100%;
  text-align: start;
  transition: 0.3s ease;
  color: #060606;
  border-radius: 30px;
  border: 2px solid #060606;
  background-color: #fff;
  padding: 12px; 
  font-size: clamp(14px, 4vw, 16px); 
  line-height: 20px; 
  resize: vertical;
  min-height: 38px;
  max-height: 149px;
}

.input-kontact-form .inputs-kontact::placeholder, .input-kontact-form .textarea-kontact::placeholder{
  color: #060606b3;
}

.input-kontact-form .inputs-kontact:hover, .input-kontact-form .textarea-kontact:hover, .input-kontact-form .inputs-kontact:focus, .input-kontact-form .textarea-kontact:focus{
  transform: scale(1.02);
}

.kontact-form button{
  margin: 0 auto;
}

.contacts-box {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  justify-content: space-around;
  align-items: center;
}

.contacts-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
}

.contacts-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19px;
  border-radius: 50%;
  background-color: #060606;
  color: white;
  text-decoration: none;
  transition: 0.3s ease;
}

.contacts-icon:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #fff;
}

.contacts-icon:hover svg{
  fill: #060606;
}

.contacts-icon svg {
  transition: 0.3s ease;
  width: 43px;
  height: 43px;
  fill: white;
}

.contacts-text {
  text-align: center;
  word-break: break-all;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease, top 0.5s ease;
  font-size: clamp(14px, 3vw, 16px);
  color: #060606;
  white-space: nowrap;
  background-color: #fff;
  padding: 5px;
  border-radius: 19px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.contacts-card:hover .contacts-text {
  top: -100%;
  opacity: 1;
}

.nav-toggle {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 100;
  overflow: hidden;
}

.nav-toggle span {
  width: 19px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: all 0.5s;
}

.nav-toggle span:nth-of-type(2) {
  top: calc(50% - 7px);
}

.nav-toggle span:nth-of-type(3) {
  top: calc(50% + 7px);
}

.nav-toggle.active span:nth-of-type(1) {
  display: none;
}

.nav-toggle.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}

.nav-toggle.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

.nav-panel {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 19px 38px;
  background: #060606;
  transform: translateY(-110%);
  transition: transform 0.5s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.nav-panel.active {
  transform: translateY(0);
}

.nav-panel nav {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100vh;
}

.nav-panel ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 0;
}

.nav-panel li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav-link {
  transition: 0.3s ease;
  font-weight: bold;
  text-align: center;
  font-size: clamp(18px, 4vw, 22px);
  color: #fff;
}

.nav-link:hover {
  opacity: 0.5;
}

@media (max-width: 991px) {
  .nav{
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .header-content__img{
    display: none;
  }

  .about-us{
    width: 100%;
  }

  .catalog-box{
    grid-template-columns: repeat(2, 1fr);
  }

  .game-menu__box{
    grid-template-columns: repeat(2, 1fr);
  }

  .faq-wrapper{
    flex-direction: column;
  }

  .reviews-slider{
    width: 100%;
  }

  .contacts-page{
    align-items: stretch;
  }

  .kontact-form{
    width: 100%;
  }
}

@media (max-width: 767px) {
  .gallery-box-one{
    flex-direction: column;
  }

  .gallery-box-two{
    display: none;
  }

  .benefit{
    grid-template-columns: repeat(1, 1fr);
  }

  .step-game__img{
    display: none;
  }

  .catalog-box{
    grid-template-columns: repeat(1, 1fr);
  }

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

  .info-image {
    width: 100%;
    margin: 0;
    margin-bottom: 38px;
  }

  .input-position{
    flex-direction: column;
    gap: 0;
  }

  .game-container{
    height: 100vh;
  }
}

@media (max-width: 576px){
  .footer-bottom{
    flex-direction: column;
  }

  .contacts-text{
    text-wrap: wrap;
    overflow: auto;
    opacity: 1;
    position: relative;
  }

  .contacts-box{
    overflow: hidden;
    flex-direction: column;
  }
}


.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;

  a img {
    max-height: 50px;
    width: 100%;
    display: block;
    max-width: none;
    transition: 0.3s linear;
    
    &:hover,
    &:hover{
      transform: scale(0.96);
      opacity: 0.8;
    }
  }
}



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