* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 0 40px 0;
  background-color: #0F0B27;
  color: rgb(255, 255, 255);
  position: relative;
  overflow-x: hidden;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.container {
  margin: 0 auto;
  max-width: 1360px;
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    padding: 15px;
  }
}

.burger {
  display: none;
}

@media screen and (max-width: 768px) {
  .burger {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 0 0 0 8px;
    position: relative;
    width: 40px;
  }
}

@media screen and (max-width: 620px) {
  .burger {
    height: 32px;
    width: 32px;
  }
}

.btn {
  align-items: center;
  border-radius: 12px;
  color: rgb(255, 255, 255);
  display: flex;
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: normal;
  padding: 11px 16px;
  text-decoration: none;
  transition: 0.3s all linear;
}

@media screen and (max-width: 620px) {
  .btn {
    border-radius: 10px;
    font-size: 14px;
    padding: 7.5px;
  }
}

.btn.border {
  border: 1px solid rgb(224, 179, 218);
}

.btn.border:hover {
  background: rgb(224, 179, 218);
}

.btn.color {
  background: linear-gradient(90deg, rgb(209.8845977783, 68.2124633789, 202.8009796143), rgb(146.0803527832, 24.9633789063, 252.0576934814) 100%);
}

.btn.color:hover {
  filter: brightness(70%);
}

header {
  left: 0;
  margin: 40px 0 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  header {
    margin: 0;
  }
}

header nav {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(6, 5, 12, 0.1);
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  position: relative;
}

@media screen and (max-width: 620px) {
  header nav {
    padding: 8px;
  }
}

header nav::after {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

header nav .logo {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  padding: 13px;
  text-decoration: none;
  width: 170px;
}

@media screen and (max-width: 768px) {
  header nav .logo {
    position: relative;
    width: auto;
    z-index: 2;
  }
}

footer nav .logo {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 13px;
  text-decoration: none;
  width: 170px;
}

@media screen and (max-width: 768px) {
  footer nav .logo {
    order: 0;
    width: auto;
  }
}

header nav .logo img,
footer nav .logo img {
  height: 50px;
  width: inherit;
}

header .rightbar {
  display: flex;
  flex: 1;
  flex-direction: column;
}

header .rightbar .topbar {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

@media screen and (max-width: 1024px) {
  header .rightbar .topbar {
    flex-direction: column;
  }
}

.social {
  display: flex;
  justify-content: center;
}

.social a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  display: flex;
  height: 44px;
  justify-content: center;
  margin: 0 8px 0 0;
  text-decoration: none;
  width: 44px;
}

.social a:last-child,
.rightbar .action .input:first-child,
.content .spoiler ol li:last-child,
.content .showcase-brand-rating img:last-child,
.content .showcase-action-list-item:last-child,
.content .showcase-action-btns .btn:last-child,
.footer-bottom ul li:last-child,
.author .social a:last-child,
footer .social a:last-child,
.content .reviews-data-rating img:last-child {
  margin: 0;
}

.social a img,
.content .showcase-promocode-wrapper img {
  height: 24px;
  width: 24px;
}

.rightbar .action {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .rightbar .action {
    justify-content: flex-end;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .rightbar .action {
    position: relative;
    z-index: 2;
  }
}

.rightbar .action .input {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  margin: 0 12px 0 8px;
  padding: 10px 8px;
  text-decoration: none;
  width: 225px;
}

@media screen and (max-width: 1440px) {
  .rightbar .action .input {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .rightbar .action .input {
    display: none;
  }
}

.rightbar .action .input p {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

.rightbar .action .input img {
  height: 24px;
  margin: 0 12px 0 0;
  width: 24px;
}

.rightbar .action .btn.border {
  margin: 0 32px 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .rightbar .action .btn.border {
    margin: 0 8px 0 0;
  }
}

.rightbar .action .btn.border::after {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 30px;
  position: absolute;
  right: -16.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

@media screen and (max-width: 768px) {
  .rightbar .action .btn.border::after {
    display: none;
  }
}

.rightbar .menu .social {
  display: none;
}

@media screen and (max-width: 1024px) {
  .rightbar .menu .social {
    display: flex;
    padding: 16px;
  }
}

@media screen and (max-width: 768px) {
  .rightbar .menu .social {
    padding: 16px 0 0 0;
  }
}

@media screen and (max-width: 620px) {
  .rightbar .menu .social {
    padding: 10px 0 0 0;
  }
}

.rightbar ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 8px 16px 0 16px;
}

@media screen and (max-width: 768px) {
  .rightbar ul {
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
  }
}

.rightbar ul li {
  border: 1px solid transparent;
  border-radius: 60px;
  color: rgb(255, 255, 255);
  display: flex;
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0 12px 8px 12px;
  transition: 0.3s border linear;
}

@media screen and (max-width: 768px) {
  .rightbar ul li {
    border-radius: 60px;
    font-size: 16px;
    margin: 0 0 18px 0;
  }
}

@media screen and (max-width: 620px) {
  .rightbar ul li {
    font-size: 14px;
    line-height: 16px;
  }
}

.rightbar ul li a.active,
.rightbar ul li:hover,
.footer-menu li a.active,
.footer-menu li:hover {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.rightbar ul li a {
  color: inherit;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: inherit;
}

@media screen and (max-width: 768px) {
  .rightbar ul li a {
    padding: 5px 9px;
  }
}

main {
  position: relative;
  width: 100%;
}

main::before {
  content: "";
  height: 75vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.intro {
  align-items: flex-end;
  display: flex;
  padding: 150px 0;
}

@media screen and (max-width: 768px) {
  .intro {
    padding: 0 0 100px 0;
  }
}

.intro .row {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .intro .row {
    width: 100%;
  }
}

.intro h1 {
  align-self: center;
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 76px;
  margin: 0 0 24px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .intro h1 {
    font-size: 45px;
    line-height: 47px;
    margin: 0 0 8px 0;
  }
}

@media screen and (max-width: 620px) {
  .intro h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 8px 0;
  }
}

.intro p {
  align-self: center;
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .intro p {
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 620px) {
  .intro p {
    font-size: 14px;
    line-height: 16px;
  }
}

.intro .btn {
  align-self: center;
  margin: 32px auto 0 auto;
  padding: 16px 44px;
}

@media screen and (max-width: 768px) {
  .intro .btn {
    margin: 20px auto 0 auto;
    min-width: 150px;
    padding: 12px;
  }
}

@media screen and (max-width: 620px) {
  .intro .btn {
    margin: 12px auto 0 auto;
    min-width: 150px;
    padding: 7.5px;
  }
}

.box img {
  border-radius: 12px;
}

.box .image {
  margin-top: 10px;
  margin-bottom: 0;
}

.snippet-left {
  display: flex;
}

@media (max-width: 750px) {
  .snippet-left {
    flex-direction: column;
  }
}

.snippet-left .snippet-image {
  margin-right: 20px;
  min-width: 380px;
}

@media (max-width: 750px) {
  .snippet-left .snippet-image {
    width: 100%;
    margin-bottom: 10px;
    min-width: 100%;
  }
}

.snippet-left .snippet-image .image {
  max-width: 390px;
  height: auto;
}

@media (max-width: 750px) {
  .snippet-left .snippet-image .image {
    width: 100%;
  }
}

.content {
  display: flex;
  flex-direction: column;
  padding: 111px 0 0 0;
}

.content .box {
  display: flex;
  flex-direction: column;
}

.content h2 {
  align-self: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 60px;
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 80px 0 40px 0;
  padding: 16px 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content h2 {
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0 25px 0;
    padding: 12px 24px;
  }
}

@media screen and (max-width: 620px) {
  .content h2 {
    font-size: 16px;
    line-height: 19px;
    margin: 20px 0 20px 0;
    padding: 8px 16px;
  }
}

.content .spoiler {
  align-self: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  margin: 0 auto 20px auto;
  padding: 8px;
  width: 850px;
}

@media screen and (max-width: 1024px) {
  .content .spoiler {
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .content .spoiler {
    width: 100%;
  }
}

@media screen and (max-width: 620px) {
  .content .spoiler {
    margin: 0 0 10px 0;
  }
}

.content .spoiler ol {
  counter-reset: sitem;
  list-style: none;
  margin: 0;
  max-width: 100%;
  padding: 0;
}

.content .spoiler ol li {
  background: transparent;
  border-radius: 58px;
  color: rgb(255, 255, 255);
  counter-increment: sitem;
  display: flex;
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 0 8px 0;
  padding: 0 0 0 24px;
  position: relative;
  text-align: left;
  transition: 0.4s all linear;
}

@media screen and (max-width: 620px) {
  .content .spoiler ol li {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 2px 0;
  }
}

.content .spoiler ol li::before {
  color: rgb(255, 255, 255);
  content: counter(sitem) ".";
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  left: 16px;
  line-height: 1;
  opacity: 0.9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 620px) {
  .content .spoiler ol li::before {
    font-size: 14px;
    line-height: 18px;
  }
}

.content .spoiler ol li:hover,
.content .spoiler ol li.active {
  background: rgba(255, 255, 255, 0.1);
}

.content .spoiler ol li a {
  color: inherit;
  flex: 1 1 auto;
  padding: 8px 16px;
  text-decoration: none;
  width: 100%;
}

.content h3 {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 12px 0;
  max-width: 70%;
}

@media screen and (max-width: 620px) {
  .content h3 {
    font-size: 15px;
    line-height: 22px;
    max-width: 100%;
  }
}

.content h4 {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 6px 0;
  max-width: 70%;
}

@media screen and (max-width: 620px) {
  .content h4 {
    font-size: 14px;
    line-height: 16px;
    max-width: 100%;
  }
}

.content p {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 15px 0;
  max-width: 70%;
}

@media screen and (max-width: 620px) {
  .content p {
    margin: 0 0 12px 0;
  }
}

.content ul li,
.content ol li {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-width: 100%;
}

.content td,
.content th {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-width: 70%;
}

.content ul,
.content ol {
  margin: 0 0 15px 0;
  max-width: 70%;
  padding: 0 0 0 15px;
}

.content .table-responsive {
  margin: 0 0 15px 0;
  overflow-x: auto;
  width: 100%;
}

@media screen and (max-width: 620px) {
  .content .table-responsive {
    margin: 0 0 12px 0;
  }
}

.table-responsive table {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-collapse: separate;
  border-radius: 16px;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
}

.content .table-responsive thead {
  background: rgba(255, 255, 255, 0.4);
}

.content .table-responsive th {
  font-weight: 600;
  padding: 12px 16px;
  text-align: left;
}

.content .table-responsive td {
  padding: 12px 16px;
  text-align: left;
}

.content .information-table tbody tr>*:nth-child(1) {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
}

.content .information-table tbody tr>*:nth-child(2) {
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.content .information-table tbody tr>* {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.content .image {
  height: auto;
  margin: 0 0 15px 0;
  max-width: 70%;
  width: auto;
}

@media screen and (max-width: 620px) {
  .content .image {
    max-width: 100%;
  }
}

.content .heading-img {
  align-self: center;
  height: 200px;
  margin: 0 0 15px 0;
  width: 200px;
}

.content .heading-img img,
.content .showcase-brand-img img {
  height: inherit;
  width: inherit;
}

.content .showcase {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  .content .showcase {
    margin: 0 0 20px 0;
  }
}

.content .showcase-min {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .content .showcase-min {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 620px) {
  .content .showcase-min {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.content .showcase-item {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
  padding: 16px;
}

@media screen and (max-width: 768px) {
  .content .showcase-item {
    flex-wrap: wrap;
  }
}

.content .showcase-min .showcase-item {
  flex-direction: column;
  width: auto;
}

.content .showcase-brand {
  display: flex;
  flex-direction: column;
  margin: 0 15px 0 0;
  width: 150px;
}

@media screen and (max-width: 620px) {
  .content .showcase-brand {
    align-items: center;
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
}

.content .showcase-min .showcase-brand {
  align-items: center;
  flex-direction: row;
}

.content .showcase-brand-img {
  border-radius: 12px;
  height: 150px;
  width: 150px;
}

@media screen and (max-width: 620px) {
  .content .showcase-brand-img {
    border-radius: 10px;
    height: 90px;
    margin: 0 16px 0 0;
    width: 90px;
  }
}

.content .showcase-min .showcase-brand-img {
  height: 90px;
  margin: 0 16px 0 0;
  width: 90px;
}

a.content .showcase-brand-img {
  display: flex;
  text-decoration: none;
}

.content .showcase-brand-title {
  align-self: center;
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 16px 0 0 0;
  max-width: 100%;
  text-align: center;
}

@media screen and (max-width: 620px) {
  .content .showcase-brand-title {
    align-self: flex-start;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .content .showcase-brand-title {
    font-size: 20px;
    line-height: 26px;
  }
}

.content .showcase-min .showcase-brand-title {
  margin: 0;
  text-align: left;
}

.content .showcase-brand-row,
.content .reviews-data-btm {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.content .showcase-brand-rating {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 620px) {
  .content .showcase-brand-rating {
    margin: 0 11.5px 0 0;
  }
}

.content .showcase-min .showcase-brand-rating {
  margin: 0 5px 0 0;
}

.content .showcase-brand-rating img,
.content .reviews-data-rating img {
  height: 15.83px;
  margin: 0 5px 0 0;
  width: 16.67px;
}

.content .showcase-brand-rate {
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0;
  max-width: 100%;
  text-align: right;
}

.content .showcase-info {
  display: flex;
  flex-direction: column;
  margin: 0 15px 0 0;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .content .showcase-info {
    margin: 0;
    width: 70%;
  }
}

@media screen and (max-width: 620px) {
  .content .showcase-info {
    margin: 8px 0 0 0;
    width: 100%;
  }
}

.content .showcase-info-title {
  color: rgb(105, 210, 162);
  font-family: "Jura", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 10px 0;
  max-width: 100%;
  text-align: left;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .content .showcase-info-title {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 620px) {
  .content .showcase-info-title {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 6px 0;
  }
}

.content .showcase-info-description {
  color: rgba(255, 255, 255, 0.4);
  flex: 1;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  max-width: 100%;
  text-align: left;
}

@media screen and (max-width: 620px) {
  .content .showcase-info-description {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
  }
}

.content .showcase-promocode {
  align-items: center;
  align-self: self-start;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgb(105, 210, 162);
  border-radius: 60px;
  display: flex;
  justify-content: space-between;
  padding: 8px 8px 8px 12px;
}

@media screen and (max-width: 620px) {
  .content .showcase-promocode {
    border-radius: 16px;
    flex-direction: column;
    margin: 16px 0 0 0;
    padding: 8px;
    width: 100%;
  }
}

.content .showcase-promocode-title {
  color: rgb(105, 210, 162);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin: 0 10px 0 0;
  text-align: left;
}

@media screen and (max-width: 620px) {
  .content .showcase-promocode-title {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 4px 0;
  }
}

.content .showcase-promocode-wrapper {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 8px 8px 8px 16px;
}

@media screen and (max-width: 620px) {
  .content .showcase-promocode-wrapper {
    border-radius: 19px;
    flex-direction: row;
    padding: 4.5px 8px;
    width: 100%;
  }
}

.content .showcase-promocode-wrapper p {
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin: 0 8px 0 0;
  max-width: 100%;
  text-align: left;
}

@media screen and (max-width: 620px) {
  .content .showcase-promocode-wrapper p {
    flex: 1;
    text-align: center;
    width: 90%;
  }
}

.content .showcase-action {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 45%;
}

@media screen and (max-width: 1024px) {
  .content .showcase-action {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .content .showcase-action {
    flex-direction: row;
    margin: 25px 0 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 620px) {
  .content .showcase-action {
    flex-direction: column-reverse;
    margin: 16px 0 0 0;
  }
}

.content .showcase-min .showcase-action {
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}

@media screen and (max-width: 620px) {
  .content .showcase-min .showcase-action {
    margin: 8px 0 0 0;
  }
}

.content .showcase-action-list {
  display: flex;
  flex-direction: column;
  margin: 0 16px 0 0;
}

@media screen and (max-width: 1024px) {
  .content .showcase-action-list {
    margin: 0 0 16px 0;
  }
}

@media screen and (max-width: 620px) {
  .content .showcase-action-list {
    margin: 19px 0 0 0;
    width: 100%;
  }
}

.content .showcase-min .showcase-action-list {
  align-self: flex-start;
  margin: 0;
}

@media screen and (max-width: 620px) {
  .content .showcase-min .showcase-action-list {
    margin: 19px 0 0 0;
    order: 1;
  }
}

.content .showcase-action-list-item {
  display: flex;
  margin: 0 0 13px 0;
}

.content .showcase-action-list-item img {
  height: 20px;
  margin: 0 12px 0 0;
  width: 20px;
}

.content .showcase-action-list-item p,
.faq-title h3 {
  margin: 0;
  max-width: 100%;
}

.content .showcase-action-btns {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 620px) {
  .content .showcase-action-btns {
    flex-direction: row-reverse;
    width: 100%;
  }
}

.content .showcase-min .showcase-action-btns {
  flex-direction: row-reverse;
  margin: 16px 0 0 0;
  width: 100%;
}

@media screen and (max-width: 620px) {
  .content .showcase-min .showcase-action-btns {
    margin: 0;
    order: 0;
  }
}

.content .showcase-action-btns .btn {
  margin: 0 0 8px 0;
  min-width: 185px;
  padding: 17px 5px;
}

@media screen and (max-width: 620px) {
  .content .showcase-action-btns .btn {
    margin: 0 0 0 8px;
    min-width: 90px;
    padding: 10.5px 5px;
  }
}

.content .showcase-min .showcase-action-btns .btn.color {
  margin: 0 0 0 8px;
  min-width: auto;
  width: 65%;
}

.content .showcase-min .showcase-action-btns .btn.border {
  min-width: auto;
  width: 35%;
}

.content .showcase-min .showcase-action-payments {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 19px 0 0 0;
}

@media screen and (max-width: 620px) {
  .content .showcase-min .showcase-action-payments {
    order: 2;
  }
}

.content .showcase-min .showcase-action-payments img {
  height: 17.3px;
  margin: 0 8.5px;
  width: 17.3px;
}

.content .showcase-min .showcase-action-payments span {
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin: 0 8.5px;
}

.content .prosCons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .content .prosCons {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 620px) {
  .content .prosCons {
    flex-wrap: wrap;
  }
}

.content .prosCons-item {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 16px;
  width: 49.5%;
}

@media screen and (max-width: 620px) {
  .content .prosCons-item {
    margin: 0 0 20px 0;
    padding: 10px;
    width: 100%;
  }
}

.content .prosCons-title {
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}

@media screen and (max-width: 620px) {
  .content .prosCons-title {
    font-size: 14px;
    line-height: 16px;
  }
}

.content .prosCons-title._pros {
  color: rgb(105, 210, 162);
}

.content .prosCons-title._cons {
  color: rgb(240, 79, 86);
}

.content .prosCons .prosCons-list {
  display: flex;
  flex-direction: row;
  margin: 16px 0 0 0;
}

.content .prosCons img {
  height: 24px;
  margin: 0 10px 0 0;
  width: 24px;
}

.content .prosCons .prosCons-list p {
  max-width: 100%;
}

.faq {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

@media screen and (max-width: 1024px) {
  .faq {
    -moz-column-count: 1;
    column-count: 1;
    margin: 0 0 20px 0;
  }
}

.faq-item {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin: 0 0 8px 0;
  overflow: hidden;
}

.faq-title {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 16px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.faq-title img {
  height: 24px;
  margin: 0 0 0 5px;
  width: 24px;
}

.faq-text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

@media (prefers-reduced-motion: reduce) {
  .faq-text {
    transition: none;
  }
}

.faq-text p {
  margin: 0;
  max-width: 100%;
  padding: 0 16px 16px 16px;
}

.faq-item.open .faq-title::after {
  opacity: 1;
  transform: rotate(180deg);
}

footer {
  padding: 100px 0 40px 0;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 50px 0 15px 0;
  }
}

footer nav {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(6, 5, 12, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}

.footer-top {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 12px 13px;
}

@media screen and (max-width: 768px) {
  .footer-top {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.footer-copyright {
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  padding: 0 0 15px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .footer-menu {
    justify-content: center;
    order: 2;
    width: 100%;
  }
}

.footer-menu li {
  border: 1px solid transparent;
  border-radius: 60px;
  color: rgb(255, 255, 255);
  display: flex;
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0 12px 8px 12px;
  transition: 0.3s border linear;
}

@media screen and (max-width: 620px) {
  .footer-menu li {
    border-radius: 16px;
    font-size: 14px;
    margin: 0 5.5px 5px 5.5px;
  }
}

.footer-menu li a {
  color: inherit;
  padding: 10px 16px;
  text-decoration: none;
  border-radius: inherit;
}

@media screen and (max-width: 768px) {
  .footer-menu li a {
    padding: 5px 9px;
  }
}

.footer-bottom {
  align-items: center;
  display: flex;
  padding: 16px;
}

@media screen and (max-width: 1024px) {
  .footer-bottom {
    flex-direction: column;
  }
}

@media screen and (max-width: 620px) {
  .footer-bottom {
    flex-direction: column-reverse;
  }
}

.footer-bottom ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 620px) {
  .footer-bottom ul {
    justify-content: center;
    margin: 0;
  }
}

.footer-bottom ul li {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Jura", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 24px 0 0;
  text-align: left;
  transition: 0.4s all linear;
}

.footer-bottom ul li:hover {
  color: rgb(255, 255, 255);
}

.footer-bottom ul li a {
  color: inherit;
  text-decoration: none;
}

.footer-bottom .footer-i {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .footer-bottom .footer-i {
    margin: 15px 0 0 0;
  }
}

@media screen and (max-width: 620px) {
  .footer-bottom .footer-i {
    justify-content: center;
    margin: 0 0 15px 0;
    width: 100%;
  }
}

.footer-bottom .footer-i img {
  margin: 0 16px 0 0;
}

@media screen and (max-width: 620px) {
  .footer-bottom .footer-i img {
    height: 13px;
    margin: 0 5px;
    width: auto;
  }
}

@media screen and (max-width: 340px) {
  .footer-bottom .footer-i img {
    height: 10px;
    margin: 0 2.5px;
  }
}

.footer-i .dmca {
  height: 26px;
}

.footer-i .mga {
  height: 22.5px;
}

.footer-i .gamble-aware {
  height: 15.3px;
}

.footer-i .logo18 {
  height: 40px;
}

.footer-i .gamcare {
  height: 22.5px;
}

.author {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
  padding: 16px;
}

@media screen and (max-width: 620px) {
  .author {
    padding: 10px;
  }
}

.author-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 16px 0;
}

@media screen and (max-width: 620px) {
  .author-top {
    margin: 0 0 8px 0;
  }
}

.author-info,
.content .reviews-info {
  align-items: center;
  display: flex;
}

.author-img {
  border-radius: 12px;
  height: 52.68px;
  margin: 0 16px 0 0;
  width: 52.68px;
}

@media screen and (max-width: 620px) {
  .author-img {
    border-radius: 8px;
    height: 40px;
    margin: 0 12px 0 0;
    width: 40px;
  }
}

.author-info-row,
.content .reviews-info-row {
  display: flex;
  flex-direction: column;
}

.content .author-info-title {
  color: rgb(255, 255, 255);
  flex: 1;
  font-family: "Jura", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 6px 0;
  max-width: 100%;
  text-align: left;
}

@media screen and (max-width: 620px) {
  .content .author-info-title {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 6px 0;
  }
}

.content .author-info-subtitle {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  max-width: 100%;
  text-align: left;
}

@media screen and (max-width: 620px) {
  .content .author-info-subtitle {
    font-size: 14px;
    line-height: 16px;
  }
}

.content .author-title {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 0 8px 0;
  max-width: 100%;
  text-align: left;
}

@media screen and (max-width: 620px) {
  .content .author-title {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 6px 0;
  }
}

.content .author-text {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 16px 0;
  max-width: 100%;
  text-align: left;
}

@media screen and (max-width: 620px) {
  .content .author-text {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px 0;
  }
}

.content .reviews {
  margin: 0 0 20px 0;
}

.content .reviews-item {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  margin: 0 0 15px 0;
  padding: 16px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .content .reviews-item {
    margin: 0 0 10px 0;
    padding: 10px;
  }
}

.content .reviews-top {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .content .reviews-top {
    flex-direction: column-reverse;
  }
}

.content .reviews-img {
  border-radius: 12px;
  height: 52.68px;
  margin: 0 16px 0 0;
  width: 52.68px;
}

@media screen and (max-width: 768px) {
  .content .reviews-img {
    border-radius: 6px;
    height: 40px;
    margin: 0 10px 0 0;
    width: 40px;
  }
}

.content .reviews-info-title {
  color: rgb(255, 255, 255);
  flex: 1;
  font-family: "Jura", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 2px 0;
  max-width: 100%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .content .reviews-info-title {
    font-size: 16px;
    line-height: 19px;
  }
}

.content .reviews-info-subtitle {
  align-items: center;
  display: flex;
  margin: 0;
  max-width: 100%;
}

.content .reviews-info-subtitle img {
  height: 24px;
  margin: 0 8px 0 0;
  width: 24px;
}

@media screen and (max-width: 768px) {
  .content .reviews-info-subtitle img {
    height: 13px;
    width: 13px;
  }
}

.content .reviews-info-subtitle span {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  max-width: 100%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .content .reviews-info-subtitle span {
    font-size: 14px;
    line-height: 16px;
  }
}

.content .reviews-date {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0 0 10px;
  max-width: 100%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .content .reviews-date {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 16px;
    align-self: flex-end;
  }
}

.content .reviews-data {
  align-items: center;
  display: flex;
  margin: 16px 0 0 0;
}

@media screen and (max-width: 768px) {
  .content .reviews-data {
    margin: 10px 0 0 0;
  }
}

.content .reviews-data-title {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 25px 0 0;
  max-width: 100%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .content .reviews-data-title {
    display: none;
    font-size: 14px;
    line-height: 16px;
    margin: 0 10px 0 0;
  }
}

.content .reviews-data-rating {
  align-items: center;
  display: flex;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
  .content .reviews-data-rating {
    margin: 0 10px 0 0;
  }
}

.content .reviews-data-rate {
  color: rgb(255, 255, 255);
  font-family: "Jura", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin: 0;
  text-align: right;
}

.content .reviews-data-text {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 16px 0 0 0;
  max-width: 100%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .content .reviews-data-text {
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0 0 0;
  }
}

.content .reviews-data-more {
  color: rgb(224, 179, 218);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-decoration: none;
}

.content .reviews-data-btm-action {
  align-items: center;
  display: flex;
  justify-content: center;
}

.content .reviews-data-btn {
  align-items: center;
  display: flex;
  margin: 0 0 0 22.5px;
  text-decoration: none;
}

.content .reviews-data-btn img {
  height: 24px;
  margin: 0 5px 0 0;
  width: 24px;
}

@media screen and (max-width: 768px) {
  .content .reviews-data-btn img {
    height: 20px;
    width: 20px;
  }
}

.content .reviews-data-btn span {
  color: rgb(105, 210, 162);
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
}

.content .reviews-data-btn:last-child span {
  color: rgba(255, 255, 255, 0.4);
}

.cookies {
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  background: rgba(6, 5, 12, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 750px) {
  .cookies {
    flex-direction: column;
  }
}

.cookies .cookies-block {
  display: flex;
  align-items: center;
}

.cookies .cookies-block img {
  height: 44px;
  width: auto;
  margin: 13px 14px 13px 80px;
}

@media (max-width: 750px) {
  .cookies .cookies-block img {
    margin-left: 10px;
  }
}

.cookies .cookies-block .cookies-text-block .cookies-heading {
  font-weight: 700;
  margin-top: 13px;
  margin-bottom: 6px;
}

.cookies .cookies-block .cookies-text-block .cookies-text {
  line-height: 20px;
  margin-top: 13px;
  margin-bottom: 13px;
}

.cookies .cookies-links {
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 750px) {
  .cookies .cookies-links {
    margin-bottom: 13px;
    white-space: unset;
  }
}

.cookies .cookies-links .cookies-links-policy {
  margin-right: 10px;
}

.cookies .cookies-links .cookies-links-btn {
  cursor: pointer;
  margin-right: 80px;
}

@media (max-width: 750px) {
  .cookies .cookies-links .cookies-links-btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  header .row .logo {
    height: auto;
    width: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .rightbar .social {
    display: none;
    justify-content: flex-start;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

  header .rightbar .topbar,
  header nav .logo {
    border: none;
  }
}

@media screen and (max-width: 768px) {
  header .rightbar .topbar .social {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .rightbar .menu {
    background: #0F0B27;
    display: none;
    flex-direction: column;
    left: calc(50% - 50vw);
    padding: 125px 15px 15px 15px;
    position: absolute;
    top: -16px;
    transition: 0.4s linear;
    width: 100vw;
  }
}

@media screen and (max-width: 620px) {
  .rightbar .menu {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .rightbar .menu.active {
    display: flex;
  }
}

@media screen and (max-width: 768px) {

  header nav .logo img,
  footer nav .logo img {
    height: 32px;
    width: auto;
  }
}

.showcase-promocode-code {
  transition: all 0.2s ease;
}

.content .showcase-promocode-wrapper p.copied {
  color: rgb(105, 210, 162);
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .burger span {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktbGlzdCIgdmlld0JveD0iMCAwIDE2IDE2IiBzdHlsZT0iZmlsbDogI2ZmZjsiPg0KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjUgMTJhLjUuNSAwIDAgMSAuNS0uNWgxMGEuNS41IDAgMCAxIDAgMUgzYS41LjUgMCAwIDEtLjUtLjVtMC00YS41LjUgMCAwIDEgLjUtLjVoMTBhLjUuNSAwIDAgMSAwIDFIM2EuNS41IDAgMCAxLS41LS41bTAtNGEuNS41IDAgMCAxIC41LS41aDEwYS41LjUgMCAwIDEgMCAxSDNhLjUuNSAwIDAgMS0uNS0uNSIvPg0KPC9zdmc+") center/cover no-repeat;
    height: inherit;
    transition: 0.3s all linear;
    width: inherit;
  }
}

@media screen and (max-width: 768px) {
  .burger.active span {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmkteCIgdmlld0JveD0iMCAwIDE2IDE2IiBzdHlsZT0iZmlsbDogI2ZmZjsiPg0KICA8cGF0aCBkPSJNNC42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCA3LjI5M2wyLjY0Ni0yLjY0N2EuNS41IDAgMCAxIC43MDguNzA4TDguNzA3IDhsMi42NDcgMi42NDZhLjUuNSAwIDAgMS0uNzA4LjcwOEw4IDguNzA3bC0yLjY0NiAyLjY0N2EuNS41IDAgMCAxLS43MDgtLjcwOEw3LjI5MyA4IDQuNjQ2IDUuMzU0YS41LjUgMCAwIDEgMC0uNzA4Ii8+DQo8L3N2Zz4=") center/cover no-repeat;
  }
}

@media screen and (max-width: 768px) {

  .content p,
  .content ul,
  .content ol,
  .content td,
  .content th {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  footer .social {
    order: 1;
  }
}

@media screen and (max-width: 340px) {
  footer .social {
    margin: 0 0 10px 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

  .content .reviews-data-more,
  .content .reviews-data-btn span {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width: 620px) {

  header nav .logo,
  header .rightbar .topbar {
    padding: 0;
  }
}

@media screen and (max-width: 620px) {

  .content p,
  .content ul li,
  .content ol li,
  .content td,
  .content th {
    font-size: 14px;
    line-height: 16px;
    max-width: 100%;
  }
}

@media screen and (max-width: 620px) {

  .content ul,
  .content ol {
    margin: 0 0 12px 0;
    max-width: 100%;
    padding: 0 0 0 12px;
  }
}

@media screen and (max-width: 620px) {
  .showcase-brand-btm {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 620px) {
  .content .showcase-action-btns .btn.color {
    width: 60%;
  }
}

@media screen and (max-width: 620px) {
  .content .showcase-action-btns .btn.border {
    width: 40%;
  }
}

@media screen and (max-width: 620px) {
  .content .information-table {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 620px) {
  .content .prosCons-item:last-child {
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-title::after {
    transition: none;
  }
}

.breadcrumbs {
  margin: 0 0 20px 10px;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin: 0 0 10px 5px;
  }
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
}

.breadcrumbs ul li {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

@media screen and (max-width: 620px) {
  .breadcrumbs ul li {
    font-size: 14px;
    line-height: 16px;
  }
}

.breadcrumbs ul a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
}

body {
  background-color: #1D1901;
}

body {
  color: rgba(255, 255, 255, 1);
}

.btn {
  color: rgba(255, 255, 255, 1);
}

.btn.border {
  border-color: #6E4DFF;
}

.btn.border:hover {
  background: #6E4DFF;
}

.btn.color {
  background: linear-gradient(90deg, #FFDA6B 0%, #DD5704 100%);
}

header nav {
  background: rgba(6, 5, 12, 0.1);
}

.rightbar .action .input {
  background: rgba(255, 255, 255, 0.1);
}

.rightbar .action .input p {
  color: rgba(255, 255, 255, 0.4);
}

.rightbar .action .btn.border::after {
  background: rgba(255, 255, 255, 0.1);
}

.rightbar ul li {
  color: rgba(255, 255, 255, 1);
}

.intro h1 {
  color: rgba(255, 255, 255, 1);
}

.intro p {
  color: rgba(255, 255, 255, 1);
}

.content h2 {
  color: rgba(255, 255, 255, 1);
}

.content .spoiler {
  background: rgba(255, 255, 255, 0.1);
}

.content .spoiler ol li {
  color: rgba(255, 255, 255, 1);
}

.content .spoiler ol li::before {
  color: rgba(255, 255, 255, 1);
}

.content .spoiler ol li:hover,
.content .spoiler ol li.active {
  background: rgba(255, 255, 255, 0.1);
}

.content h3 {
  color: rgba(255, 255, 255, 1);
}

.content h4 {
  color: rgba(255, 255, 255, 1);
}

.content p {
  color: rgba(255, 255, 255, 1);
}

.content ul li,
.content ol li {
  color: rgba(255, 255, 255, 1);
}

.content td,
.content th {
  color: rgba(255, 255, 255, 1);
}

.table-responsive table {
  background: rgba(255, 255, 255, 0.1);
}

.content .table-responsive thead {
  background: rgba(255, 255, 255, 0.4);
}

.content .information-table tbody tr>*:nth-child(1) {
  color: rgba(255, 255, 255, 0.4);
}

.content .information-table tbody tr>*:nth-child(2) {
  color: rgba(255, 255, 255, 1);
}

.content .showcase-item {
  background: rgba(255, 255, 255, 0.1);
}

.content .showcase-brand-title {
  color: rgba(255, 255, 255, 1);
}

.content .showcase-brand-rate {
  color: rgba(255, 255, 255, 1);
}

.content .showcase-info-title {
  color: rgba(105, 210, 162, 1);
}

.content .showcase-info-description {
  color: rgba(255, 255, 255, 0.4);
}

.content .showcase-promocode {
  background: rgba(255, 255, 255, 0.1);
}

.content .showcase-promocode-title {
  color: rgba(105, 210, 162, 1);
}

.content .showcase-promocode-wrapper {
  background: rgba(255, 255, 255, 0.1);
}

.content .showcase-promocode-wrapper p {
  color: rgba(255, 255, 255, 1);
}

.content .showcase-min .showcase-action-payments span {
  color: rgba(255, 255, 255, 1);
}

.content .prosCons-item {
  background: rgba(255, 255, 255, 0.1);
}

.content .prosCons-title._pros {
  color: rgba(105, 210, 162, 1);
}

.content .prosCons-title._cons {
  color: rgba(240, 79, 86, 1);
}

.faq-item {
  background: rgba(255, 255, 255, 0.1);
}

footer nav {
  background: rgba(6, 5, 12, 0.1);
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.4);
}

.footer-menu li {
  color: rgba(255, 255, 255, 1);
}

.footer-bottom ul li {
  color: rgba(255, 255, 255, 0.4);
}

.footer-bottom ul li:hover {
  color: rgba(255, 255, 255, 1);
}

.author {
  background: rgba(255, 255, 255, 0.1);
}

.content .author-info-title {
  color: rgba(255, 255, 255, 1);
}

.content .author-info-subtitle {
  color: rgba(255, 255, 255, 0.4);
}

.content .author-title {
  color: rgba(255, 255, 255, 0.4);
}

.content .author-text {
  color: rgba(255, 255, 255, 1);
}

.content .reviews-item {
  background: rgba(255, 255, 255, 0.1);
}

.content .reviews-info-title {
  color: rgba(255, 255, 255, 1);
}

.content .reviews-info-subtitle span {
  color: rgba(255, 255, 255, 0.4);
}

.content .reviews-date {
  color: rgba(255, 255, 255, 0.4);
}

.content .reviews-data-title {
  color: rgba(255, 255, 255, 0.4);
}

.content .reviews-data-rate {
  color: rgba(255, 255, 255, 1);
}

.content .reviews-data-text {
  color: rgba(255, 255, 255, 1);
}

.content .reviews-data-more {
  color: #6E4DFF;
}

.content .reviews-data-btn span {
  color: rgba(105, 210, 162, 1);
}

.content .reviews-data-btn:last-child span {
  color: rgba(255, 255, 255, 0.4);
}

.cookies {
  background: rgba(6, 5, 12, 0.1);
}

.content .showcase-promocode-wrapper p.copied {
  color: rgba(105, 210, 162, 1);
}

@media screen and (max-width: 768px) {
  .burger {
    background: rgba(255, 255, 255, 0.1);
  }

  .rightbar .menu {
    background: #1D1901;
  }
}

figure.table td,
figure.table th {
  padding: 12px 16px;
  text-align: left
}

figure.table {
  margin: 0 0 15px;
  overflow-x: auto;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .1);
  border-collapse: separate;
  border-radius: 16px;
  border-spacing: 0;
  overflow: hidden;
  width: 100%
}

@media screen and (max-width:620px) {
  figure.table {
    margin: 0 0 12px
  }
}

figure.table thead {
  background: rgba(255, 255, 255, .4)
}

figure.table th {
  font-weight: 600
}

main.content::before {
  background: url("/assets/img/banner.webp") center / cover no-repeat;
}

/* add style */
.intro .row>div>a:first-of-type>img,
.intro .row>div>a:last-of-type>span>svg,
a.intro a {
  transition: .3s
}

.intro .row>div {
  display: flex;
  gap: .25rem 1rem;
  min-width: 40vw;
  margin: auto;
  width: 100%
}

.intro .row>div>a {
  min-height: 3rem
}

.intro .row>div>a:first-of-type {
  width: 100%;
  align-self: stretch;
  display: inline-flex;
  padding: 0;
}

.intro .row>div>a:last-of-type {
  width: 100%;
  flex-wrap: wrap;
  gap: .5em;
  background: #eaeaea;
  color: #000;
  padding: 0;
}

.intro a:first-of-type:hover {
  box-shadow: 0 0 16px #ff906b
}

.intro a:last-of-type:hover {
  box-shadow: 0 0 8px #ff906b
}

.intro a:first-of-type>small {
  margin-left: .5em;
  font-size: .75rem
}

.intro .row>div>a:last-of-type>span {
  margin-left: .5em;
  padding: .5em;
  border-radius: .67rem;
  display: inline-flex;
  align-items: center;
  user-select: none;
  background: linear-gradient(90deg, #da6bff 0, #ff906b 100%);
  color: #fff;
  transition: .3s
}

.intro .row>div>a:first-of-type:hover,
.intro .row>div>a:last-of-type:hover>span {
  filter: saturate(1.5) !important;
  text-shadow: 1px 1px 3px #000
}

.intro .row>div>a:first-of-type:hover>img {
  filter: drop-shadow(0 0 4px #fff)
}

.intro .row>div>a:last-of-type:hover>span>svg {
  filter: drop-shadow(1px 1px 1px #000)
}

.intro .row>div>a>img {
  margin-right: .5em
}

.intro .row>div>a>span>svg {
  margin-left: .5em
}

@media screen and (max-width:620px) {
  .intro .row>div {
    gap: .25rem;
    flex-direction: column
  }
}

.intro h1,
.intro p {
  text-shadow: 1px 1px 2px #000
}

/* banners */
.flex5-content {
  width: 100%;
}

/* =========================
   OFFER
========================= */

.flex5-offer-panel {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  min-height: 474px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 40px;
  border-radius: 24px;
  /* background-color: #343434; */
  background-image: url("/assets/img/main/banner1.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex5-offer-brand {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 208px;
  flex: 0 0 208px;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(90deg, #FFDA6B 0%, #DD5704 100%);
}

.flex5-offer-brand-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 12px;
}

.flex5-offer-brand-label span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.flex5-offer-brand-label span::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  clip-path: polygon(50% 0,
      61% 25%,
      88% 12%,
      75% 39%,
      100% 50%,
      75% 61%,
      88% 88%,
      61% 75%,
      50% 100%,
      39% 75%,
      12% 88%,
      25% 61%,
      0 50%,
      25% 39%,
      12% 12%,
      39% 25%);
}

.flex5-offer-brand-label span::after {
  content: "NEW";
  position: absolute;
  left: 3px;
  top: 7px;
  color: var(--color-primary-solid);
  font-size: 5px;
  line-height: 1;
  font-weight: 700;
}

.flex5-offer-brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px 2px;
  min-height: 204px;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(90deg, #FFDA6B 0%, #DD5704 100%);
}

.flex5-offer-brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flex5-offer-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  min-width: 0;
}

.flex5-offer-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  max-width: 520px;
}

.flex5-offer-copy>span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.flex5-offer-copy h2 {
  margin: 0;
  color: #fff;

  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
}

.flex5-offer-copy>p {
  max-width: 450px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.flex5-rating {
  display: flex;
  align-items: center;
  gap: 3px;
}

.flex5-rating span {
  width: 18px;
  height: 18px;
  display: block;
  background: #f7c11f;
  clip-path: polygon(50% 0,
      61% 35%,
      98% 35%,
      68% 57%,
      79% 94%,
      50% 72%,
      21% 94%,
      32% 57%,
      2% 35%,
      39% 35%);
}

.flex5-rating span.is-muted {
  opacity: 0.32;
  filter: grayscale(1);
}

.flex5-offer-bonus {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid #FBBA08;
  border-radius: 12px;
  background: rgba(6, 6, 6, 0.2);
  backdrop-filter: blur(17px);
}

.flex5-offer-bonus-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.flex5-offer-bonus-title img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.flex5-offer-bonus-title p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  white-space: nowrap;
}

.flex5-offer-bonus ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 8px;
  border-radius: 8px;
  background: rgba(6, 6, 6, 0.2);
  list-style: none;
}

.flex5-offer-bonus li {
  position: relative;
  min-height: 24px;
  padding-left: 32px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  white-space: nowrap;
}

.flex5-offer-bonus li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(50, 209, 109, 0.22);
}

.flex5-offer-bonus li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #32d16d;
  border-bottom: 2px solid #32d16d;
  transform: rotate(45deg);
}

.flex5-offer-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}

.flex5-offer-code {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 48px;
  box-sizing: border-box;
  padding: 6px 6px 6px 16px;
  border-radius: 12px;
  background: #fff;
}

.flex5-offer-code span {
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}

.flex5-offer-code a {
  align-self: stretch;
  border: 0;
  border-radius: 8px;
  padding: 10px 16px 12px;
  background: #6E4DFF;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}

.flex5-offer-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 48px;
  box-sizing: border-box;
  padding: 8px 16px 8px 8px;
  border-radius: 12px;
  background: #FBBA08;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}

.flex5-offer-play img {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 6px;
  object-fit: cover;
}

.flex5-offer-play span {
  color: #fff;
}

@media (max-width:600px) {

  .flex5-offer-code,
  .flex5-offer-play {
    width: 100%;
  }

  .flex5-offer-code {
    justify-content: space-between;
  }
}



@media (max-width: 900px) {

  .flex5-offer-panel {
    flex-direction: column;
    min-height: 0;
    padding: 28px 18px;
    border-radius: 18px;
  }

  .flex5-offer-brand {
    flex-basis: auto;
  }

}

@media (max-width: 760px) {

  .flex5-reward-panel {
    min-height: 300px;
    padding: 28px 18px;
    border-radius: 18px;
  }

  .flex5-promo-panel {
    height: auto;
    min-height: 340px;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 24px;
    border-radius: 18px;
  }

  .flex5-promo-shell {
    width: 100%;
    min-width: 0;
  }

  .flex5-promo-action {
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .flex5-promo-code {
    width: 100%;
  }

  .flex5-promo-code span {
    flex: 1;
  }

}

@media (max-width: 560px) {

  .flex5-offer-copy h2 {
    font-size: 28px;
  }

  .flex5-reward-copy h2 {
    font-size: 27px;
  }

  .flex5-reward-copy p {
    font-size: 15px;
  }

}

@media (max-width: 520px) {

  .flex5-offer-brand {
    width: 100%;
  }

  .flex5-offer-bonus-title p {
    white-space: normal;
  }

  .flex5-offer-bonus li {
    white-space: normal;
    line-height: 1.35;
  }

  .flex5-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

}

.actions-banner2 {
  justify-content: center;
}

@media (max-width:600px) {
  .flex5-reward-action {
    width: 100%;
  }
}

/* slots style */
.games-section {
  width: 100%;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 98px 32px;
}


/* =========================
   CARD
========================= */

.game-card {
  position: relative;
  height: 270px;
  overflow: hidden;
  border-radius: 24px;
  background: #111c24;
  isolation: isolate;
}


/* =========================
   IMAGE / PLACEHOLDER
========================= */

.game-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.game-image.placeholder {
  background:
    linear-gradient(135deg,
      #263a48 0%,
      #1b2b37 50%,
      #101a22 100%);
}


/*
    ÐšÐ¾Ð³Ð´Ð° Ð¿Ð¾ÑÐ²ÑÑ‚ÑÑ Ñ€ÐµÐ°Ð»ÑŒÐ½Ñ‹Ðµ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ,
    Ð¿Ñ€Ð¾ÑÑ‚Ð¾ Ð·Ð°Ð¼ÐµÐ½Ð¸ placeholder Ð½Ð°:

    <img class="game-image"
         src="..."
         alt="...">

    Ð˜ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐ¹:
*/

.game-image:not(.placeholder) {
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}


/* =========================
   DARK GRADIENT
========================= */

.game-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;

  background:
    linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 35%,
      rgba(0, 0, 0, 0.15) 50%,
      rgba(0, 0, 0, 0.92) 100%);
}


/* =========================
   CONTENT
========================= */

.game-content {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 18px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}


/* =========================
   TITLE
========================= */

.game-content h3 {
  margin: 0;

  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 21px;
  line-height: 1.1;
  font-weight: 700;

  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.5);
}


/* =========================
   PLAY BUTTON
========================= */

.game-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;

  flex: 0 0 auto;

  min-width: 82px;
  height: 40px;
  padding: 0 16px;

  border-radius: 10px;

  background: #fff;
  color: #111;

  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;

  text-decoration: none;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease;
}

.game-play span {
  font-size: 11px;
}


/* =========================
   HOVER
========================= */

.game-card:hover .game-play {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.game-card:hover .game-image:not(.placeholder) {
  transform: scale(1.05);
}

.game-play:hover {
  background: #FBBA08;
  color: #fff;
}

.flex5-reward-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 266px;
  box-sizing: border-box;
  padding: 40px;
  overflow: hidden;
  border-radius: 24px;
  background-color: #343434;
  background-image: url("/assets/img/main/banner2.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
margin-bottom: 15px;
  text-align: center;
}

.flex5-reward-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(511px, 100%);
}

.flex5-reward-copy span {
  margin-bottom: -8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.flex5-reward-copy h2 {
  margin: 0;
  color: #fff;

  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
}

.flex5-reward-copy p {
  width: min(431px, 100%);
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.flex5-reward-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  box-sizing: border-box;
  padding: 8px 16px 8px 8px;
  border-radius: 12px;
  background: #6E4DFF;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.flex5-reward-action img {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 6px;
  object-fit: cover;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 1200px) {

  .games-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

}

@media (max-width: 900px) {

  .games-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 20px;
  }

  .game-card {
    height: 250px;
  }

}

@media (max-width: 640px) {

  .games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
  }

  .game-card {
    height: 220px;
    border-radius: 18px;
  }

  .game-content {
    left: 12px;
    right: 12px;
    bottom: 14px;
  }

  .game-content h3 {
    font-size: 16px;
  }

  .game-play {
    position: absolute;
    right: 0;
    bottom: 42px;
  }

}

@media (max-width: 400px) {

  .games-grid {
    grid-template-columns: 1fr;
  }

  .game-card {
    height: 260px;
  }

}

.main-img {
  max-width: 100% !important;
  animation: 1s linear infinite alternate animation-image-border;
    width: 100%;
    transition: .3s;
}
@keyframes animation-image-border {
 0% {
    box-shadow: 0 0 1rem 0 #fff;
}

100% {
    box-shadow: 0 0 1rem .34rem #fff;
} 
}

.main-img:hover {
    transform: scale(1.05);
    filter: saturate(1.3);
}
