@charset "UTF-8";
body {
  background: #FFF;
  color: #263A53;
}

.header {
  background: #263A53;
  color: #fff;
}

h1,
h2,
h3 {
  line-height: 100%;
}

img {
  border-radius: 6px;
}

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

body .header .header-nav {
  gap: 70px;
}

.header .sign p {
  color: #A1B6D1;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

/*aussiesteplotto-banner-SDAGS*/
.aussiesteplotto-banner-SDAGS .wrapper {
  display: flex;
  gap: 40px;
  border-radius: 30px;
  border: 1px solid rgba(207, 216, 224, 0.36);
  background: #263A53;
  padding: 40px;
}
@media (max-width: 991px) {
  .aussiesteplotto-banner-SDAGS .wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 24px;
  }
}
@media (max-width: 600px) {
  .aussiesteplotto-banner-SDAGS .wrapper {
    padding: 20px 16px;
  }
}
.aussiesteplotto-banner-SDAGS .wrapper div {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  text-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .aussiesteplotto-banner-SDAGS .wrapper div {
    text-align: left;
    align-items: start;
  }
}
.aussiesteplotto-banner-SDAGS .wrapper div h1 {
  color: #FE0;
}
.aussiesteplotto-banner-SDAGS .wrapper div p {
  color: #fff;
}

/*aussiesteplotto-games-SDAGS*/
.aussiesteplotto-games-SDAGS .wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1220px) {
  .aussiesteplotto-games-SDAGS .wrapper {
    flex-direction: column;
  }
}
.aussiesteplotto-games-SDAGS .wrapper .game-item {
  display: flex;
  gap: 24px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
  padding: 24px;
  flex: 1 48%;
}
.aussiesteplotto-games-SDAGS .wrapper .game-item div {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 600px) {
  .aussiesteplotto-games-SDAGS .wrapper .game-item div {
    gap: 8px;
  }
}
.aussiesteplotto-games-SDAGS .wrapper .game-item div p {
  line-height: 150%;
  color: #626262;
}
.aussiesteplotto-games-SDAGS .wrapper .game-item img {
  width: 100%;
  max-width: 240px;
}
@media (max-width: 600px) {
  .aussiesteplotto-games-SDAGS .wrapper .game-item img {
    max-width: 140px;
  }
}

@media (max-width: 600px) {
  .aussiesteplotto-games-SDAGS .play-now {
    display: none;
  }
}

.aussiesteplotto-games-SDAGS .pn-mobile {
  display: none;
}
@media (max-width: 600px) {
  .aussiesteplotto-games-SDAGS .pn-mobile {
    display: block;
    text-align: center;
    width: 100%;
    max-width: unset;
    margin-top: 8px;
  }
}

/*aussiesteplotto-reviews-SDAGS*/
.aussiesteplotto-reviews-SDAGS h2 {
  margin-bottom: 40px;
}
.aussiesteplotto-reviews-SDAGS .wrapper {
  border-radius: 30px;
  border: 1px solid rgba(207, 216, 224, 0.36);
  background: #263A53;
  display: flex;
  padding: 40px;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
@media (max-width: 991px) {
  .aussiesteplotto-reviews-SDAGS .wrapper {
    flex-direction: column;
    padding: 20px 24px;
  }
}
@media (max-width: 600px) {
  .aussiesteplotto-reviews-SDAGS .wrapper {
    padding: 20px 16px;
  }
}
.aussiesteplotto-reviews-SDAGS .wrapper .li {
  text-align: center;
}
.aussiesteplotto-reviews-SDAGS .wrapper h3 {
  color: #FE0;
}
.aussiesteplotto-reviews-SDAGS .wrapper p {
  color: #fff;
}

/*footer*/
.footer {
  background: #263A53;
  padding: 40px 0;
  color: #fff;
}
.footer img {
  width: max-content;
}
.footer .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  .footer .container {
    gap: 16px;
  }
}
.footer .container .disclaimer {
  border-radius: 20px;
  background: #FFF;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  color: #263A53;
}
@media (max-width: 600px) {
  .footer .container .disclaimer {
    padding: 16px;
  }
}
.footer .container .disclaimer h3 {
  font-size: 14px;
}
.footer .container .disclaimer p {
  line-height: 150%;
  font-size: 14px;
}
.footer .container .contact-info a {
  font-size: 16px;
  margin: 3px 0;
}
.footer .container .footer-info {
  display: flex;
  gap: 40px;
}
.footer .container .footer-info h3 {
  margin-bottom: 10px;
}
@media (max-width: 778px) {
  .footer .container .footer-info {
    flex-direction: column;
    gap: 16px;
  }
}
.footer .container .external-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 778px) {
  .footer .container .external-links {
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    max-width: 328px;
    margin: 0 auto;
  }
}
.footer .container .nav .ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 778px) {
  .footer .container .nav .ul {
    flex-direction: column;
    gap: 16px;
  }
}

.faq .wrapper div {
  gap: unset;
  text-align: left;
}
.faq .wrapper div h2 {
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  width: 100%;
  margin: 24px 0 16px 0;
}
.faq .wrapper div p {
  width: 100%;
}

.aussiesteplotto-banner-SDAGS form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  align-items: center;
}
.aussiesteplotto-banner-SDAGS form input,
.aussiesteplotto-banner-SDAGS form textarea {
  border-radius: 1000px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}

.aussiesteplotto-politics-SDAGS .wrapper {
  border-radius: 30px;
  background: #263A53;
  padding: 40px;
  color: #fff;
}
.aussiesteplotto-politics-SDAGS .wrapper h1 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}
.aussiesteplotto-politics-SDAGS .wrapper p,
.aussiesteplotto-politics-SDAGS .wrapper .li {
  line-height: 150%;
}

.sign-mobile {
  display: none;
}

/*********************************/
@media (max-width: 1200px) {
  .aussiesteplotto-banner-SDAGS.faq .wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 24px;
  }
}
@media (max-width: 991px) {
  img {
    width: 100%;
  }
  .sign {
    display: none;
  }
  body .ptm40 {
    padding: 20px 0;
  }
  .sign-mobile {
    color: #A1B6D1;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
  }
  body .menu-wrap .hamburger {
    top: 37px;
  }
  body .aussiesteplotto-game-SDAGS .wrapper {
    height: unset;
  }
}
@media (max-width: 778px) {
  .copyright {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .aussiesteplotto-games-SDAGS .wrapper .game-item {
    flex-wrap: wrap;
    gap: 8px;
  }
  .aussiesteplotto-games-SDAGS .wrapper .game-item img,
  .aussiesteplotto-games-SDAGS .wrapper .game-item div {
    flex: 1;
  }
  .aussiesteplotto-games-SDAGS .wrapper .game-item div p {
    font-size: 14px;
  }
  body .menu-wrap .hamburger {
    top: 47px;
  }
}
.aussiesteplotto-game-SDAGS {
  background: url("/joyrino-img/joyrino-bg-banner-for-slot.webp") no-repeat;
  background-size: cover;
  padding: 40px 0;
}
.aussiesteplotto-game-SDAGS .wrapper {
  height: 700px;
  overflow: hidden;
  border-radius: 30px;
}

/* Смотрим тут */
.qeq {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

.container {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
}

/*# sourceMappingURL=aussiesteplotto-main-SDAGS.css.map */
