html, body {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400; 
  line-height: 1.4;
  background: #e0f7fa; /* Light cyan background */
  color: #263238; /* Dark grey text */
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 5px;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

iframe {
  display: block;
  border-radius: 5px;
}

input {
  appearance: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  color: #004d40; /* Teal color */
}


.menu {
  background: #004d40; /* Teal background */
  position: relative;
  width: 100%;
  z-index: 19;
  top: 0;
}

.menu__buttons {
  display: flex;
}

.menu__logo-name {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 27px;
}

.menu__logo-name a {
  color: red; /* Light green text */
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
}
.menu .container {
  padding: 20px 0px;
}
.menu .menu__button {
  margin-top: 12px;
}
.menu__button a {
  font-size: 20px;
  color: #e0f7fa; /* Light cyan text */
}
.menu__button_border {
  margin-top: 25px;
}
.menu__button_border a {
  background: red; /* Dark teal background */
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 700;
  border: 2px solid #a5d6a7; /* Light green border */
  color: #e0f7fa; /* Light cyan text */
  text-transform: uppercase;
}

.menu__item a {
  color: #e0f7fa; /* Light cyan text */
  padding: 0px 15px;
  font-size: 20px;
}
.wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  flex-direction: column;
}
.hero {
	height: 100vh;
  background: #e2e2e2;
  background-image: url(../images/hero.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.hero__overlay {
	background: #1a252bab;
	height: 100vh;
}
.hero__title {
	font-size: 30px;
}
.hero__register {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.hero_input {
	padding: 15px;
  outline: none;
  border: 0;
  border-radius: 10px;
  margin: 5px;
}
.hero_submit {
	background: #ffeb3b;
  padding: 15px;
  border: none;
  border-radius: 10px;
  font-weight: 800;
  margin: 5px;
  color: #3d3b3b;
}
.hero__form h3 {
	padding: 0px 0px 5px 10px;
  margin: 0;
  color: #fff;
}
.hero__text {
	padding: 5px 0px 0px 10px;
  color: #fff;
  margin: 0;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px;
}
.container__row, .menu__list {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.container__row_2 {
	width: 49%;
	margin: 20px 0px;
	position: relative;
}
.container__row_3 {
	width: 32%;
	margin: 20px 0px;
}
.container_center {
	height: 100vh;
}
.games__wrapper {
 width: 46%;
 border: 1px solid grey;
 padding: 20px;
 border-radius: 5px;
 box-shadow: 5px 5px 19px #9E9E9E;
} 
.game-name {
  font-size: 45px;
  text-transform: uppercase;
  margin: 10px;
}
.hero__header {
	color: #fff;
	font-size: 60px;
	font-weight: 800;
	text-transform: uppercase;
}
.hero_color {
	color: red;
}
.header {
	color: grey;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 20px;
}
.header_yellow {
  color: #f9ff07;
}
.about h2 {
	font-size: 28px;
  text-transform: uppercase;
  font-weight: 400;
} 
.games__title {
  color: #ff0097;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 0px;
}
.footer {
	background: #181818;
	color: #fff;
}
.footer__item:first-child {
	text-align: left;
}
.footer__item {
	text-align: center;
}
.footer__item:last-child {
	text-align: right;
}
.footer__payment-icon {
	width: 80px;
  margin: 20px;
  border-radius: 0px;
  background: #fff;
  padding: 10px;
  height: 50px;
  border-radius: 3px;
}
.container__row_nowrap {
	flex-wrap: nowrap;
  padding-bottom: 20px;
}
.footer__item a {
	color: #fff;
}
.faq__list li {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10px
}
.faq__list li.active .answer {
  max-height: 275px !important;
  padding-bottom: 25px;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq__List li.active .question {
  color: #808080;
  transition: color 0.5s ease;
}
.faq__list .answer {
  font-size: 18px;
  line-height: 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.faq__list .plus-minus-toggle {
  cursor: pointer;
  height: 21px;
  position: absolute;
  width: 21px;
  left: -40px;
  top: 50%;
  z-index: 2;
}
.faq__list .plus-minus-toggle:before, 
.faq__list .plus-minus-toggle:after {
  background: #ff0097;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 21px;
  transition: transform 500ms ease;
}
.faq__list .plus-minus-toggle:after {
  transform-origin: center;
}
.faq__list .plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}
.faq__list .plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}
.faq__list .question {
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  padding: 20px 0;
  transition: color 0.5s ease;
  border-bottom: 1px solid #0a0a0a;
}
.swiper-slide {
  border: 1px solid #fff;
  padding: 15px;
}
.slider-reviews {
  background: #121212;
  color: #fff;
}
.slider-reviews > .container {
  overflow: hidden;
}
.reviews__name {
  font-size: 28px;
  padding: 10px 0px;
  text-align: center;
}
.reviews__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.swiper-slide p {
  text-align: center;
}
footer {
	background: #161616;
  font-size: 13px;
  text-align: center;
  padding: 10px;
  color: #fff;
}
.policy-block a {
	color: #00bcd4;
	text-decoration: underline;
}
.form-block, .policy-block {
	padding: 50px 0px;
}
.form__label {
	margin: 10px;
	font-size: 35px;
	text-align: center;
	text-transform: uppercase;
}
.form input, .form select, .form textarea {
	width: 46%;
  padding: 15px;
  margin: 10px;
  color: grey;
  outline: none;
  border-radius: 5px;
  border: 1px solid grey;
}
.form textarea {
	width: 96%!important;
}
.form_submit {
	background: red;
  color: #fff!important;
  text-transform: uppercase;
  border: none!important;
  cursor: pointer;
  font-weight: 800;
  font-size: 16px;
}
.cookies-eu-banner {
  background: #000;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.cookies-eu-banner button {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}
.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}
.hidden {
  display: none;
}
.check-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.checkbox {
  width: 10px!important;
  height: 10px;
}
.check-form input[type=checkbox] {
  display: none;
}
.check-form input[type=checkbox] + label:before {
  content: '\2713';
  font-family: FontAwesome;
  color: transparent;
  display: inline-block; 
  line-height: 22px;
  margin: -5px 10px 0 0;
  height: 20px;
  width: 20px;
  text-align: center;
  vertical-align: middle;
  transition: color ease .3s;
  border-radius: 3px;
  background: #fff;
  font-style: normal;
  background: #FFFFFF;
  border: 0.5px solid #141414
}
.check-form>label {
  font-family: Roboto;
  font-style: italic;
  font-weight: normal;
  font-size: 16px!important;
  line-height: 22px;
  margin: 10px;
}
.check-form input[type=checkbox]:checked + label:before {
  color: #fff;
  background: #181817;
  border: 1px solid #353535;
}
.block-thanks {
  background-image: url(../images/thanks.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
/* Popup Container Styles */
.popup {
  display: none; /* Скрыт по умолчанию */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* Полупрозрачный фон */
  align-items: center;
  justify-content: center;
  z-index: 1000; /* Высокий z-index */
}

/* Popup Content Box */
.popup-content {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  text-align: center;
  max-width: 400px;
  width: 80%;
  animation: fadeIn 0.4s ease;
}

/* Heading Styles */
.popup-content h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
}

/* Close Button Styles */
.popup-button {
  padding: 12px 24px;
  background-color: #4caf50; /* Зеленая кнопка */
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  transition: background-color 0.3s, transform 0.2s;
}

.popup-button:hover {
  background-color: #388e3c; /* Темно-зеленая на наведение */
  transform: scale(1.05);
}

/* Animation for Popup */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.menu {
		position: relative;
	}
  .container__row, .menu__list {
    justify-content: center!important;
  }
  .main-game-block, .wheel-block,
  .main-game-block-vegas {
    margin-top: 50px!important;
  }
  .menu__item a {
    font-size: 16px;
  }
  .menu__logo-name {
    margin: 0 auto;
  }
  .menu__button a:first-child {
    font-size: 17px;
  }
  .menu__buttons {
    width: 100%;
    justify-content: space-between;
    margin-top: 25px;
    align-items: center;
  }
  .menu > .container {
    max-width: 100%;
  }
  .hero__wrapper {
    padding: 0px 20px;
    border-radius: 0px 0px 20px 20px;
  }
  .hero__header {
    font-size: 35px;
  }
  .container__row_nowrap {
    flex-wrap: wrap;
  }
  .container__row_reverse {
    flex-direction: row;
  } 
  .footer__item:first-child,
  .footer__item:last-child {
    text-align: center;
  }
  .container__row_2, .container__row_3 {
    width: 100%;
  }
  .policy-block, .form-block {
   padding: 0;
 }
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
	.container {
		max-width: 90%;
	}
	.hero, .hero__overlay, .container_center {
		height: 100%;
  }

  .wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }

  .hero {
    height: 100vh;
    background: #81d4fa; /* Light blue background */
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero__overlay {
    background: rgba(0, 77, 64, 0.7); /* Semi-transparent teal */
    height: 100vh;
  }

  .hero__header {
    color: #e0f7fa; /* Light cyan text */
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .hero_color {
    color: #a5d6a7; /* Light green */
  }

  .header {
    color: #004d40; /* Teal color */
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
  }

  .games__wrapper {
    width: 46%;
    border: 2px solid #00796b; /* Dark teal border */
    padding: 20px;
    border-radius: 5px;
    box-shadow: 5px 5px 15px rgba(0, 77, 64, 0.5); /* Teal shadow */
  }

  .games__title {
    color: #004d40; /* Teal color */
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 0px;
  }
}
 
  .footer__item a {
    color: #a5d6a7; /* Light green text */
  }

  .slider-reviews {
    background: #004d40; /* Teal background */
    color: #e0f7fa; /* Light cyan text */
  }

  .reviews__name {
    font-size: 24px;
    padding: 10px 0;
    text-align: center;
    color: #a5d6a7; /* Light green */
  }

  .reviews__title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }

  .policy-block a {
    color: #81c784; /* Medium green links */
    text-decoration: underline;
  }

  .form_submit {
    background: #00796b; /* Dark teal button */
    color: #e0f7fa; /* Light cyan text */
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
  }

  .cookies-eu-banner {
    background: #004d40; /* Teal background */
    color: #e0f7fa; /* Light cyan text */
  }

  .cookies-eu-banner button {
    background: #81d4fa; /* Light blue */
    color: #004d40; /* Teal text */
  }

  .cookies-eu-banner button:hover {
    background: #004d40; /* Teal background */
    color: #e0f7fa; /* Light cyan text */
  }
.popup-age {
    display: flex; /* Показываем попап */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8); /* Полупрозрачный черный фон */
    z-index: 9999;
    animation: fadeIn 0.5s ease; /* Анимация появления */
}
.hidden {
  display: none;
}


/* Анимация плавного появления попапа */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Анимация плавного увеличения содержимого */
@keyframes scaleIn {
    from { transform: scale(0.8); }
    to { transform: scale(1); }
}

/* Стиль изображения в попапе */
.popup-image {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    border-radius: 50%; /* Закругление изображения */
    background: #f1f1f1;
    padding: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Тень под изображением */
}

/* Заголовок попапа */
.popup h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #333; /* Темный текст */
}

/* Подзаголовок и текст */
.popup p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #555; /* Серый текст */
}

/* Ссылки на сайты */
.popup a {
    color: #e91e63; /* Ярко-розовый */
    text-decoration: underline;
    font-weight: bold;
}

/* Кнопки в попапе */
.popup button {
    display: inline-block;
    margin: 10px 5px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: none;
    border-radius: 25px; /* Закругленные кнопки */
    cursor: pointer;
    transition: background 0.3s, transform 0.2s; /* Плавные переходы */
}

/* Кнопка "Yes" */
#yes-button {
  cursor: pointer;
  background-color: #4caf50;
    box-shadow: 0 4px 10px rgba(76, 175, 80, 0.4);
    padding: 10px;
    border-radius: 10px;
    font-size: 17px;
    color: #fff;
    background-color: #4caf50; /* Зеленый */
    box-shadow: 0 4px 10px rgba(76, 175, 80, 0.4); /* Зеленая тень */
}

#yes-button:hover {
    background-color: #388e3c; /* Темно-зеленый при наведении */
    transform: scale(1.05); /* Увеличение при наведении */
}
.popup-age button {
  padding: 10px;
}
/* Кнопка "No" */
#no-button {
  cursor: pointer;
  background-color: #4caf50;
    box-shadow: 0 4px 10px rgba(76, 175, 80, 0.4);
    padding: 10px;
    border-radius: 10px;
    font-size: 17px;
    color: #fff;
    background-color: #f44336; /* Красный */
    box-shadow: 0 4px 10px rgba(244, 67, 54, 0.4); /* Красная тень */
}

#no-button:hover {
    background-color: #d32f2f; /* Темно-красный при наведении */
    transform: scale(1.05); /* Увеличение при наведении */
}

.popup-content {
    background-color: #fff;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    max-width: 400px;
}
#age-popup {
  display: flex; /* Попап виден по умолчанию */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* Полупрозрачный черный фон */
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.5s ease; /* Анимация плавного появления */
}

.popup-content {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  text-align: center;
  max-width: 500px;
  width: 80%;
}