body {
  background: #080A0E;
  color: #fff;
}

.header {
  background: linear-gradient(180deg, #080A0E 0%, #1C1829 100%);
}

h1,
h2,
h3 {
  line-height: 100%;
  font-weight: normal !important;
}

img {
  border-radius: 6px;
}

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

.section {
  margin-bottom: 70px;
}

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;
}

/*yourslots-games-banner*/
.yourslots-games-banner .wrapper {
  background: url("/yourslots-games-bannerqwer.webp") lightgray 50%/cover no-repeat;
  border-radius: 40px;
  border: 1px solid var(--stroke, #5D537C);
  padding: 100px 24px;
  margin-top: 16px;
}
.yourslots-games-banner .wrapper h1 {
  text-transform: capitalize;
}
.yourslots-games-banner .wrapper a {
  border-radius: 14px;
  background: #8263E8;
  font-size: 18px;
  width: 100%;
  max-width: 540px;
  height: 58px;
  line-height: 58px;
  text-align: center;
}
.yourslots-games-banner .wrapper div {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.yourslots-games-banner .wrapper div p {
  font-size: 16px;
}

/*yourslots-games-about-us*/
.yourslots-games-about-us.inner {
  margin-top: 70px;
}

.yourslots-games-about-us h2 {
  text-align: center;
}
.yourslots-games-about-us .wrapper {
  display: flex;
  gap: 20px;
}
.yourslots-games-about-us .wrapper img {
  border-radius: 21px;
}
.yourslots-games-about-us .wrapper div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.yourslots-games-about-us .wrapper div h3 {
  text-transform: uppercase;
}
.yourslots-games-about-us .wrapper div p {
  color: #B1B1B1;
}

/*yourslots-games-games*/
.yourslots-games-games h2 {
  text-align: center;
}
.yourslots-games-games .wrapper {
  display: flex;
  gap: 24px;
}
.yourslots-games-games .wrapper .game-item {
  padding: 16px;
  border-radius: 22px;
  border: 1px solid var(--stroke, #5D537C);
  background: linear-gradient(180deg, #080A0E 0%, #1C1829 100%);
}
.yourslots-games-games .wrapper .game-item img {
  max-width: 260px;
  height: 278px;
  border-radius: 12px;
  object-fit: unset;
}
.yourslots-games-games .wrapper .game-item div {
  display: flex;
  justify-content: space-between;
  margin: 16px 0 24px 0;
  font-weight: 600;
}
.yourslots-games-games .wrapper .game-item div span {
  display: flex;
  gap: 8px;
  align-items: center;
}
.yourslots-games-games .wrapper .game-item div span:after {
  content: url("/yourslots-games-icon-star.png");
}

.withbg {
  background: url("/yourslots-games-bg-hallouin.webp") no-repeat;
  background-size: cover;
  padding: 70px 0;
  margin: unset;
}

/*yourslots-games-contact-form*/
.yourslots-games-contact-form .wrapper {
  background-size: cover;
  padding: 30px 0;
  border-radius: 30px;
  border: 1px solid var(--stroke, #5D537C);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0.47) 100%), url("/yourslots-games-bg-formasdf.webp") lightgray 0px -212.384px/100% 205.664% no-repeat;
  text-align: center;
}
.yourslots-games-contact-form .wrapper form {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.yourslots-games-contact-form .wrapper form button {
  margin-top: 16px;
}

/*yourslots-games-disclaimer*/
.yourslots-games-disclaimer .wrapper {
  border-radius: 22px;
  border: 1px solid #5D537C;
  background: var(--card, linear-gradient(180deg, #080A0E 0%, #1C1829 100%));
  display: flex;
  padding: 24px 60px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  color: #E5E5E5;
}

/*yourslots-games-advantages*/
.yourslots-games-advantages .ul {
  display: flex;
  gap: 24px;
}
.yourslots-games-advantages .ul .li {
  border-radius: 12px;
  border: 1px solid #5D537C;
  background: linear-gradient(180deg, #080A0E 0%, #1C1829 100%);
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  text-align: center;
}
.yourslots-games-advantages .ul .li h3 {
  font-size: 18px;
}

.yourslots-games-contact-form.other .wrapper {
  border-radius: 30px;
  border: 1px solid #5D537C;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.43) 0%, rgba(0, 0, 0, 0.43) 100%), url("/yourslots-games-contactsasdf.webp") lightgray 50%/cover no-repeat;
}

/*footer*/
.footer {
  display: flex;
  flex-direction: column;
  gap: 25px;
  background: linear-gradient(180deg, #080A0E 0%, #1C1829 100%);
}
.footer svg {
  width: 90px;
}
.footer .ul {
  display: flex;
  gap: 75px;
  justify-content: space-between;
  width: 100%;
}
.footer .ul .li {
  text-align: center;
  color: #B1B1B1;
  width: 100%;
  max-width: 362px;
  text-align: center;
  justify-content: center;
}
.footer .ul h3 {
  font-size: 18px;
  margin-bottom: 16px;
}
.footer .ul p {
  color: #B1B1B1;
  font-size: 16px;
}
.footer .footer-info .li {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 16px;
}
.footer .nav .ul {
  gap: 50px;
  justify-content: center !important;
}
.footer .nav .ul .li {
  width: unset;
  color: #8263E8;
}

/*terms*/
.block-terms {
  margin-top: 70px;
}
.block-terms h1,
.block-terms h2 {
  font-size: 20px;
}
.block-terms ul .li {
  font-size: 16px;
  margin: 3px 0;
  line-height: 22px;
  color: #C1C1C1;
}
.block-terms p {
  color: #C1C1C1;
}

/*# sourceMappingURL=yourslots-games-mainasdf.css.map */
