* {
  font-family: "Raleway", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: inherit;
}

body {
  font-family: "Raleway", sans-serif;
  max-width: 1920px;
  background: url("../images/bg-desc.webp") no-repeat;
  background-size: cover;
  background-color: #13101b;
}

header img {
  max-width: 630px;
  margin-top: 30px;
}

.header {
  position: relative;
  padding-top: 50px;
}

.header__text {
  top: 140px;
  font-size: 62px;
  max-width: 900px;
  text-align: left;
  color: #ffa800;
  text-transform: uppercase;
  font-weight: bold;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1220px;
  padding: 50px 20px;
  margin: 0 auto;
}

.footer-logos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 80px;
  min-width: 100%;
}

.footer-logos a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logos img {
  max-height: 50px;
  width: auto;
}

.logo-wrapper {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}

.logo-wrapper a {
  display: flex;
  justify-content: center;
}

@media (max-width: 714px) {
  body {
    background-image: url("../images/bg-mob2.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    background-color: #000;
  }

  header img {
    max-width: 230px;
    margin-top: 10px;
  }

  .header {
    padding-top: 0;
  }

  .container {
    padding: 32px 20px;
  }

  .footer-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    justify-content: center;
  }

  .header__text {
    font-size: 32px;
    max-width: 300px;
    text-align: left;

    top: 20px;
  }
}

.flex-row {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.casino__item {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-color: #5d1b9d;
  border-radius: 8px;
  border: 1px solid #ff4500;
  color: #fff;
  overflow: hidden;
}

.casino__item-vip {
  background: linear-gradient(to left, #9c0d34, #9933ff);
}
.casino__img {
  max-width: 180px;
  min-width: 120px;
  height: 80px;
  padding: 10px;
  object-fit: contain;
}

.casino__left {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #1b132b;
  padding: 5px 5px 24px 5px;
}

.casino__item-vip .casino__left {
  background: #233c61;
}

.casino__item .casino__label {
  display: flex;
  width: 100%;
  gap: 5px;
}

.casino__item .casino__label .number {
  background: linear-gradient(to left, #0d1f9c, #9933ff);
  border-radius: 8px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  font-weight: bold;
}

.casino__item:nth-child(-n + 4) .casino__label .ribbon {
  background: linear-gradient(to left, #0d1f9c, #9933ff);
  border-radius: 8px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}

.casino__item:first-child .casino__label .number,
.casino__item:first-child .casino__label .ribbon {
  background: linear-gradient(to right, #ff4500, #ff8c00);

  color: #fff;
}

.casino__item:first-child .casino__label .ribbon_text {
  color: #fff;
  font-size: 14px;
}

.casino__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.casino__middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 44px;
}

.casino__right {
  /*width: 30%;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.casino__middle h2 {
  font-weight: 300;
}

.flex-row img {
  max-width: 18px;
}

.flex-row span {
  font-size: 14px;
  margin-left: 5px;
}

.casino__get-bonus {
  /*position: absolute;*/
  /*right: 20px;*/
  /*bottom: 20px;*/

  border: none;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(to right, #ff4500, #ff8c00);

  padding: 16px 70px;
  max-height: 56px;
  font-size: 20px;
  font-weight: 800;
}

.for-mob {
  display: flex;
}

.ribbon_text {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.offers_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0px 20px;
  /*margin: 0 auto;*/
}

.casino__right-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-right: 20px;
  border-left: 1px solid rgba(11, 11, 13, 0.2);
  padding-left: 20px;
}

.casino__right-mob {
  display: none;
}

.casino__get-bonus-mob {
  display: none;
}

.casino__info {
  gap: 7px;
}

.casino__score h3 {
  font-size: 26px;
}

.casino__info p {
  font-size: 13px;
}

@media (max-width: 714px) {
  .offers_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 15px 30px 15px;
    margin-top: 0;
  }

  .casino__item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #0d1f9c;
    border-radius: 8px;
    border: 1px solid #ff4500;
    color: #fff;
    overflow: hidden;
  }

  .casino__item img {
    max-width: 180px;
  }

  .casino__info img {
    max-width: 100px;
  }

  .casino__info p {
    text-align: center;
  }

  .casino__info {
    gap: 0;
    margin-top: 10px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .casino__left {
    width: 100%;
  }

  .logo-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .logo-wrapper img {
    width: 180px;
    height: 100px;
    padding: 10px;
  }

  .group {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 30px;
    width: 100%;
    margin-bottom: 90px;
  }

  .casino__right-mob .flex-row {
    flex-direction: column;
    align-items: center;
  }

  .casino__get-bonus-mob {
    display: block;
    text-wrap: nowrap;
    position: absolute;

    bottom: 20px;
    border: none;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(to right, #ff4500, #ff8c00);

    padding: 16px 0px;
    width: 95%;
    text-align: center;
    max-height: 56px;
    font-size: 20px;
    box-sizing: border-box;

    font-weight: 800;
  }

  .logo-wrapper {
    gap: 5px;
  }

  .casino__score h3 {
    font-size: 22px;
  }

  .casino__info p {
    font-size: 12px;
  }

  .casino__right-desc {
    display: none;
  }

  .casino__right-mob {
    display: flex;
    align-self: end;
  }

  .flex-row.mob {
    flex-direction: column;
  }

  .flex-row span {
    text-align: center;
    text-wrap: nowrap;
  }

  .bonText {
    margin-top: 5px;
  }

  .casino__middle {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .casino__middle h2 {
    font-size: 17px;
  }

  .casino__middle h1 {
    font-size: 21px;
    text-align: center;
  }

  .casino__right {
    width: auto;
  }

  .casino__right span {
    font-size: 14px;
    font-weight: 600;
  }

  .casino__get-bonus {
    margin-bottom: 15px;
  }

  .footer-logos {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer-logos img {
    max-height: 45px;
    width: auto;
  }
}

.footer-disclaimer {
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.footer_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 20px;
}

.footer-menu {
  display: flex;
  color: #fff;
  gap: 40px;
  font-weight: bold;
}

.info {
  width: 100%;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-body {
  display: flex;
  align-items: center;
  background-color: #2d303f;
  padding: 20px;
  border-radius: 8px;
}

.faq-img-wrapper {
  margin-right: 20px;
  min-width: 8%;
}

.faq-text-wrapper .faq-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 15px;
}

.faq-text-wrapper {
  display: flex;
  flex-direction: column;
}

.faq-text-wrapper p {
  font-size: 14px;
}

.faq-text-wrapper {
  color: #fff;
}

@media (max-width: 714px) {
  .faq-body {
    display: block;
  }

  .faq-img-wrapper {
    float: left;
  }

  .faq-body img {
    max-width: 95px;
    margin-right: 20px;
  }

  .faq-text-wrapper {
  }

  .faq-text-wrapper .faq-title {
    color: #fff;
    font-weight: bold;
    font-size: 19px;
  }

  .faq-text-wrapper p {
    color: #fff;
    font-size: 14px;
  }
}

.info h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}

.legacy {
  background: #000;
  color: #fff;
}

.container_header {
  display: flex;
  flex-direction: column;
  gap: 20px;

  margin: 0 auto;
  padding: 50px 20px;
  max-width: 1220px;
  margin: 0 auto;
}

.header_secTitle {
  color: white;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}

.header_desc {
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  text-align: left;
}

.cookie-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 400px;
  background: #fff;
  border: 2px solid #f44336;
  padding: 20px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

@media (max-width: 991px) {
  .cookie-popup {
    padding: 10px;
    left: 0px;
  }

  .container_header {
    padding: 50px 20px 0px;
  }
}

.cookie-content h2 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}

.cookie-content p {
  font-size: 14px;
  margin: 10px 0 20px 0;
  color: #333;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-buttons a {
  padding: 10px 15px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #0056d2;
  border-radius: 4px;
  background-color: white;
  color: #0056d2;
  transition: 0.3s;
}

.cookie-buttons a#accept {
  background-color: #0056d2;
  color: white;
}

.cookie-buttons a:hover {
  opacity: 0.9;
}

.info__section ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  margin-left: 25px;
}

.footer-menu {
  list-style: none;
}

@media (max-width: 991px) {
  .footer-menu {
    flex-direction: column;
    align-items: center;
  }
}

.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 37px;
}

.star {
  width: 18px;
  height: 18px;
  background: url("../images/star.svg") center no-repeat;
  background-size: contain;
  margin-right: 3px;
}

.star-half {
  width: 18px;
  height: 18px;
  background: url("../images/star-empty.svg") center no-repeat;
  background-size: contain;
}
