body {
  background: #198C8D;
}

header {
  border-bottom: 1px solid #F2B84C;
  background: #198C8D;
}
header nav {
  padding: 30px 0px;
}
header a {
  color: #fff;
}

h2,
h3 {
  line-height: 100%;
  color: #010101;
  text-transform: unset;
}

img {
  border-radius: 6px;
}

p {
  line-height: 120%;
  font-size: 16px;
}

body .header .header-nav {
  gap: 30px;
}
body .header .header-nav .li {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
body .header .header-nav .li a {
  color: #8263E8;
}

.top-rtyqw {
  background: #F2B84C;
  padding: 4px 16px;
  color: #010101;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.top-rtyqw::before {
  content: "18+";
  color: #010101;
  font-family: "Source Sans 3";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-rtyqw p {
  font-size: 14px;
  text-align: left;
}

.top-ewwqwe {
  font-size: 14px;
  display: flex;
  gap: 6px;
  align-items: center;
  color: #fff;
  justify-content: center;
}
.top-ewwqwe::before {
  content: "18+";
  color: #F3ECD8;
  font-family: "Source Sans 3";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/*novajackpotfun-banner-rtyqw*/
.novajackpotfun-banner-rtyqw {
  background: url("/novajackpotfun-bg-banner-rtyqw.webp") no-repeat;
  background-size: cover;
}
.novajackpotfun-banner-rtyqw .container {
  padding: 180px 0;
}
.novajackpotfun-banner-rtyqw h1 {
  color: #010101;
}

/*novajackpotfun-demo-rtyqw*/
.novajackpotfun-demo-rtyqw {
  background: #198C8D;
  text-align: center;
}
.novajackpotfun-demo-rtyqw .play-now {
  margin: 0 auto;
}

/*novajackpotfun-arena-rtyqw*/
.novajackpotfun-arena-rtyqw .wrapper {
  border-radius: 20px;
  border: 1px solid #F9F9F9;
  background: #F2B84C;
  padding: 40px;
  display: flex;
  gap: 80px;
  align-items: center;
  max-height: 450px;
}
.novajackpotfun-arena-rtyqw .wrapper img {
  position: relative;
  top: -40px;
}

/*novajackpotfun-choose-rtyqw*/
.novajackpotfun-choose-rtyqw .container {
  text-align: center;
}
.novajackpotfun-choose-rtyqw .wrapper {
  display: flex;
  gap: 24px;
}
.novajackpotfun-choose-rtyqw .wrapper li {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.novajackpotfun-choose-rtyqw .wrapper li::before {
  content: url("/novajackpotfun-gif-rtyqw.gif");
  width: 60px;
  height: 60px;
  display: block;
}
.novajackpotfun-choose-rtyqw .wrapper li div {
  border-radius: 10px;
  border: 1px solid #010101;
  background: #F2B84C;
  padding: 16px;
}
.novajackpotfun-choose-rtyqw .wrapper li div h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: left;
}
.novajackpotfun-choose-rtyqw .wrapper li div p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

/*novajackpotfun-sign-rtyqw*/
.novajackpotfun-sign-rtyqw .wrapper {
  border-radius: 20px;
  border: 1px solid #010101;
  background: #F2B84C;
  padding: 24px;
  text-align: center;
}
.novajackpotfun-sign-rtyqw h2 {
  text-transform: uppercase;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.novajackpotfun-sign-rtyqw h2::before {
  content: url("/novajackpotfun-clever-rtyqw.webp");
}
.novajackpotfun-sign-rtyqw p {
  text-transform: uppercase;
}

/*footer*/
footer {
  background: #F2B84C;
  padding: 40px 0;
  margin-top: 40px;
}
footer h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
footer p {
  line-height: normal;
  font-size: 14px;
}
footer .wrapper {
  display: flex;
  gap: 30px;
}
footer .wrapper li {
  flex: 1 48%;
}
footer nav ul {
  width: 100%;
  justify-content: space-between;
}
footer nav ul li a {
  text-decoration: underline;
}
footer nav ul li a:hover {
  text-decoration: unset;
}

.novajackpotfun-contact-rtyqw {
  text-align: center;
}
.novajackpotfun-contact-rtyqw .mail {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.novajackpotfun-contact-rtyqw .mail:before {
  content: url("/novajackpotfun-mail-rtyqw.webp");
}
.novajackpotfun-contact-rtyqw form {
  max-width: 800px;
  margin: 0 auto;
}
.novajackpotfun-contact-rtyqw form input {
  border-radius: 10px;
  border: 1px solid #F2B84C;
  background: rgba(255, 255, 255, 0.7);
  margin-top: 8px;
  height: 52px;
}
.novajackpotfun-contact-rtyqw form textarea {
  height: 100px;
  border-radius: 10px;
  border: 1px solid #F2B84C;
  background: rgba(255, 255, 255, 0.7);
  margin-top: 8px;
}
.novajackpotfun-contact-rtyqw form .play-now {
  margin: 0 auto;
}
.novajackpotfun-contact-rtyqw form label {
  display: block;
  text-align: left;
  margin: 16px 0 8px 0;
}

/*novajackpotfun-politics-rtyqw*/
.novajackpotfun-politics-rtyqw h1 {
  text-transform: unset;
  text-align: center;
  font-size: 32px;
}
.novajackpotfun-politics-rtyqw p {
  margin-bottom: 16px;
  font-size: 16px;
}
.novajackpotfun-politics-rtyqw h2 {
  margin-bottom: 8px;
  line-height: normal;
  font-size: 24px;
}
.novajackpotfun-politics-rtyqw ul {
  margin-bottom: 16px;
}
.novajackpotfun-politics-rtyqw ul li {
  font-size: 16px;
  line-height: normal;
  list-style: disc;
  margin-left: 20px;
}

.qeq {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

canvas {
  width: 100% !important;
}

.link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  min-width: 200px;
  padding: 10px;
  min-height: 40px;
  text-align: center;
  background-color: orange;
}

/*popup*/
.popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 111;
  display: none;
}
.popup svg {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.popup .wrapper {
  padding: 30px;
  background: #010101;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  max-width: 500px;
}

.popup .wrapper div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.popup .wrapper div span {
  font-size: 20px;
  font-weight: bold;
}

.popup .wrapper button {
  width: 100%;
}

.popup .wrapper .play-now::after {
  content: unset;
}

.popup .wrapper .exit {
  border-radius: 4px;
  border: 1px solid #F9F9F9;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  height: 48px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
  font-family: "Source Sans 3", sans-serif;
}
.popup .wrapper .exit:hover {
  background: linear-gradient(151deg, #FFE501 57.07%, #E94B35 90.67%);
  color: #010101;
}

.popup .wrapper p {
  margin: 20px 0;
  color: #fff;
}

/*# sourceMappingURL=novajackpotfun-main-rtyqw.css.map */
