header {
  padding: 12px 0;
  background: #059cbd;
}

section .wrapper {
  box-shadow: 0 4px 20px 0 rgba(255, 255, 255, 0.3);
  background: #059cbd;
  padding: 60px 40px;
  border-radius: 30px;
}

.main header .header-nav a[href="/"],
.other-d header .header-nav a[href="/disclamer"] {
  text-decoration: underline;
}

/*auroreels-banner*/

.auroreels-banner {
  margin-top: 40px;
}

.auroreels-banner .container {
  position: relative;
}

.banner-for-mobile {
  display: none;
}

.auroreels-banner .wrapper {
  padding: 140px 40px;
  background: url('/auroreels-img/auroreels-bg-banner-main.webp') no-repeat;
  background-size: cover;
  border-radius: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.auroreels-banner .wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .3);
  border-radius: 30px;
}

.auroreels-banner .wrapper * {
  z-index: 1;
}

.auroreels-banner .other {
  background: url('/auroreels-img/auroreels-bg-banner-other.webp') no-repeat;
  background-size: cover;
}

/*auroreels-game*/

.auroreels-game .wrapper {
  border-radius: 30px;
  text-align: center;
}

.auroreels-game .wrapper * {
  margin-bottom: 24px;
}

.auroreels-game .wrapper img {
  margin: 0 auto;
}

.auroreels-game .wrapper a {
  margin-bottom: unset;
  max-width: 480px;
}

/*auroreels-ultimate*/

.auroreels-ultimate .wrapper {
  text-align: center;
}

.auroreels-ultimate .wrapper div {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 40px 20px;
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
}

.auroreels-ultimate .wrapper div p {
  font-size: 17px;
}

.auroreels-ultimate .wrapper div.other {
  text-align: left;
}

/*auroreels-contact-form*/

.auroreels-contact-form .wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}

.auroreels-contact-form .wrapper a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
}

.auroreels-contact-form .wrapper a:before {
  content: url('/auroreels-img/auroreels-mail.webp');
  display: block;
}

.auroreels-contact-form .wrapper form {
  width: 100%;
  max-width: 800px;
}

.auroreels-contact-form .wrapper img {
  border-radius: 30px;
}

.auroreels-contact-form .wrapper form label {
  display: block;
  text-align: left;
}

.auroreels-contact-form .wrapper form input,
.auroreels-contact-form .wrapper form textarea {
  width: 100%;
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  height: 48px;
  text-indent: 16px;
  background: rgba(255, 255, 255, 0.25);
  margin: 8px 0 16px 0;
  color: #fff;
}

.auroreels-contact-form .wrapper form textarea {
  height: 100px;
  padding-top: 16px;
  text-indent: unset;
}

.auroreels-contact-form .wrapper form input::placeholder,
.auroreels-contact-form .wrapper form textarea::placeholder {
  color: #fff;
}

.auroreels-contact-form .wrapper form button {
  border: 1px solid #f9f9f9;
  border-radius: 10px;
  max-width: 250px;
  height: 52px;
  width: 100%;
  color: #fff;
  margin-top: 8px;
  font-size: 16px;
  font-family: "Spectral", sans-serif;
  text-transform: uppercase;
  transition: 0.3s;
}

.auroreels-contact-form .wrapper form button:hover {
  background: rgba(249, 249, 249, 0.2);
}

/*footer*/

footer {
  background: #059cbd;
  padding: 60px 0;
}

footer .external-links {
  display: flex;
  justify-content: space-between;
}

footer .external-links a {
  font-weight: bold;
  font-size: 24px;
}

footer p {
  font-size: 14px;
  line-height: 150%;
}

footer h3 {
  text-transform: none;
}

.links-polytics {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

body footer .links-polytics a {
  text-decoration: unset;
}

body footer .links-polytics a:hover {
  text-decoration: underline;
}

.copyright {
  text-align: center;
  margin-top: unset;
}