body {
  background-color: #001A20;
  color: #FFF;
}

header {
  background: #0A3A46;
}

/*your-bonus-banner-EDCVF*/

.your-bonus-banner-EDCVF .wrapper {
  border-radius: 30px;
  border: 2px solid #FFF;
  background: url('/yoyr-bonus-bg-banner-EDCVF.webp') lightgray 50% / cover no-repeat;
  padding: 30px;
  border-radius: 16px;
  display: flex;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.your-bonus-banner-EDCVF .wrapper * {
  z-index: 1;
}

.your-bonus-banner-EDCVF .wrapper::after {

  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  /* Затемнение на изображении */
  mix-blend-mode: multiply;
  /* Добавляем магию смешивания ✨ */

}

.your-bonus-banner-EDCVF.about-banner .wrapper {
  border-radius: 30px;
  border: 2px solid #FFF;
  background: url('/yoyr-bonus-bg-banner-about-EDCVF.webp') lightgray 50% / cover no-repeat;
}

.your-bonus-banner-EDCVF .wrapper div h1 {
  margin-bottom: 10px;
}

/**/

.your-bonus-about-EDCVF .wrapper {
  display: flex;
  gap: 30px;
}

.your-bonus-about-EDCVF .wrapper p {
  margin-bottom: 15px;
}

.your-bonus-about-EDCVF.about-banner .wrapper p {
  margin-bottom: unset;
}

.your-bonus-about-EDCVF .wrapper .play-now {
  width: 100%;
  max-width: 270px;
}

/*your-bonus-top-rated-game-EDCVF*/

.your-bonus-top-rated-game-EDCVF {
  background-color: #193136;
}

.your-bonus-top-rated-game-EDCVF h2 {
  text-align: center;
}

.your-bonus-top-rated-game-EDCVF .wrapper {
  padding: 30px;
  border: 1px solid #fff;
  border-radius: 16px;
  width: max-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/*your-bonus-popular-games-EDCVF*/

.your-bonus-popular-games-EDCVF .wrapper {
  display: flex;
  gap: 13px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.your-bonus-popular-games-EDCVF .wrapper .games-item {
  padding: 20px 25px;
  border: 1px solid #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 300px;
}

.your-bonus-popular-games-EDCVF .wrapper .games-item h3 {
  margin: 10px 0 15px 0;
}

.your-bonus-popular-games-EDCVF .wrapper .games-item p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 100%;
}

/*your-bonus-contact-form-EDCVF*/

.your-bonus-contact-form-EDCVF .wrapper {
  padding: 40px 60px;
  background-color: #193136;
  border-radius: 16px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.your-bonus-contact-form-EDCVF .wrapper h2 {
  margin-bottom: 10px;
}

.your-bonus-contact-form-EDCVF .wrapper form {
  margin-top: 24px;
}

.your-bonus-contact-form-EDCVF .wrapper form .play-now {
  width: 100%;
  height: 55px;
}

.your-bonus-contact-form-EDCVF .wrapper input,
.your-bonus-contact-form-EDCVF .wrapper textarea {
  margin: 8px 0 16px 0;
}

.your-bonus-contact-form-EDCVF .wrapper form div {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.your-bonus-contact-form-EDCVF .wrapper form div p {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.your-bonus-banner-contacts-EDCVF .wrapper {
  background: url('/yoyr-bonus-bg-banner-contact-EDCVF.png.webp') lightgray 50% / cover no-repeat;
}

.your-bonus-banner-games-EDCVF .wrapper {
  background: url('/yoyr-bonus-bg-banner-games-EDCVF.webp') lightgray 50% / cover no-repeat;
}

/*footer*/

footer {
  background-color: #000000;
  padding: 40px 0;
}

footer .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

footer .container .wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

footer .container .wrapper span {
  font-size: 28px;
  font-weight: bold;
}

footer .container .wrapper nav ul {
  display: flex;
  gap: 40px;
}

footer .container .wrapper nav ul {
  display: flex;
  gap: 40px;
}

footer .footer-info {
  display: flex;
  flex-wrap: wrap;
  gap: 34px 24px;
  justify-content: space-between;
}

footer .footer-info li {
  flex: 1 48%;
}

footer .footer-info li h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

footer .footer-info li p {
  font-size: 16px;
  line-height: 150%;
}

footer .links-politics {
  width: 100%;
}

footer .links-politics ul {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

footer .links-politics ul li a {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
}

footer .copyright {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

/*politics*/

.your-bonus-politics-block-EDCVF .wrapper {
  padding: 30px;
  border-radius: 16px;
  border: 2px solid #fff;
  display: flex;
  gap: 40px;
  align-items: center;
}

.your-bonus-politics-block-EDCVF .wrapper h1 {
  margin-bottom: 15px;
}

.your-bonus-cookies-block-EDCVF p {
  font-size: 16px;
}