@import "fonts.css";
@import "reset.css";
body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

main {
  flex: 1;
  padding-top: 120px;
}
@media screen and (max-width: 1220px) {
  main {
    padding-top: 90px;
  }
}

[class$=container] {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 1280px) {
  [class$=container] {
    padding: 0 25px;
  }
}
@media screen and (max-width: 767px) {
  [class$=container] {
    padding: 0 15px;
  }
}

.home {
  background: linear-gradient(270deg, #0C2763 0%, #123D9B 50%, #0C2763 100%);
}

.single-review {
  background-color: #fff;
}

.primary-btn, .review-red-link, .secondary-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.47619px;
  transition: all 0.3s ease-in;
}
.primary-btn:focus, .review-red-link:focus, .secondary-btn:focus {
  box-shadow: 0 0 0 3px #6694FF;
}
.primary-btn:disabled, .primary-btn.disable, .review-red-link:disabled, .review-red-link.disable, .secondary-btn:disabled, .secondary-btn.disable {
  opacity: 0.4;
  pointer-events: none;
}

.primary-btn, .secondary-btn {
  border-radius: 30px;
  padding: 19px 21px;
}

.primary-btn {
  min-width: 290px;
  color: #F9FAFB;
  background-color: #F6A627;
}
.primary-btn:hover {
  background-color: #F59A0A;
}

.secondary-btn {
  border: 1px solid #F6A627;
  background-color: #fff;
  color: #F6A627;
}
.secondary-btn:hover {
  color: #F59A0A;
  border-color: #F59A0A;
}

.review-red-link {
  width: fit-content;
  color: #F6A627;
}
.review-red-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #F6A627;
  transition: all 0.3s linear;
}
.review-red-link:hover {
  color: #F59A0A;
}
.review-red-link:hover:before {
  color: #F59A0A;
}
.review-red-link:focus {
  color: #6694FF;
}
.review-red-link:focus:before {
  background-color: #6694FF;
}

.logo, .main-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
margin-left: auto;
margin-right: auto;
}

.menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 25px;
  position: relative;
  z-index: 2;
  color: #fff;
}

/** Filter **/
.container-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  grid-gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .container-filter {
    grid-gap: 10px;
  }
}

.filter-radio {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: fit-content;
  border-radius: 30px;
}
.filter-radio .filter-label img {
  display: block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.filter-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.filter-radio input[type=radio] + .filter-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 25px;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #F9FAFB;
  position: relative;
  border-radius: 30px;
  background: rgba(18, 36, 77, 0.5);
}
.filter-radio input[type=radio]:checked + .filter-label {
  background-color: #FFFFFF;
  color: #19336C;
}
.filter-radio input[type=radio]:focus + .filter-label {
  box-shadow: 0 0 0 0.2rem rgba(25, 51, 108, 0.3);
}
.filter-radio input[type=radio]:disabled + .filter-label {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .filter-radio input[type=radio] + .filter-label {
    padding: 14px 18px;
  }
}
@media screen and (max-width: 767px) {
  .filter-radio input[type=radio] + .filter-label {
    padding: 10px 8px;
    font-size: 0;
  }
  .filter-radio .filter-label:after {
    content: attr(data-content);
    display: block;
    font-size: 14px;
  }
  .filter-radio .filter-label img {
    margin-right: 4px;
    width: 14px;
    height: 14px;
  }
}

.breadcrumbs {
  position: relative;
  width: 100%;
  padding: 8px 0;
  background: linear-gradient(270deg, #0C2763 0%, #123D9B 50%, #0C2763 100%);
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-align: right;
  color: #B8C0D1;
}
.breadcrumbs li:not(:last-child):after {
  content: "/";
  display: inline-flex;
  margin: 0 4px;
  position: relative;
}
.breadcrumbs a:hover {
  color: #F6A627;
}

.content-block > * {
  margin-bottom: 40px;
}
.content-block p {
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}

.content-block b {color: #F6A627;}


.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6 {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #fff;
}
.content-block h2 {
  font-size: 27px;
}
.content-block ul, .content-block ol {
  display: grid;
  row-gap: 10px;
}
.content-block li {
  font-family: "Cabin", "sans-serif";
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}

.content-block li strong {  color: #fff; text-decoration: underline #F6A627;}


.content-block li:before {
  position: absolute;
  left: 0;
  color: #F6A627;
  text-align: center;
  display: inline-block;
}
.content-block ul li {
  padding-left: 16px;
}
.content-block ul li:before {
  content: "";
  background-color: #F6A627;
  top: 8px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.content-block ol {
  list-style: none;
  counter-reset: item;
}
.content-block ol li {
  counter-increment: item;
  padding-left: 28px;
}
.content-block ol li:before {
  content: counter(item) ".";
  --size: 18px;
  left: calc(-1 * var(--size) + 18px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
}
@media screen and (max-width: 1024px) {
  .content-block > * {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .content-block h2 {
    margin-bottom: 15px;
  }
}

/** Header **/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 31px 0 21px;
  background-color: transparent;
  transition: all 0.1s ease-in-out;
  z-index: 22;
}
.header.sticky {
  background: linear-gradient(270deg, #0C2763 0%, #123D9B 50%, #0C2763 100%);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  padding: 11px 0;
  transition: all 0.1s linear;
}
.header__container {
  padding: 0 25px;
  max-width: 1820px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  max-width: clamp(10.75rem, 3.25rem + 10.547vw, 14.5rem);
}
@media screen and (min-width: 1220px) {
  .header__menu-btn {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 11px 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 11px 0;
  }
  .header__container {
    padding: 0 25px;
  }
}

.header-white {
  background: #FFFFFF;
}
.header-white .menu-btn {
  color: #19336C;
}
.header-white .main-logo {
  color: #19336C;
}
.header-white.sticky {
  background: #fff;
}
.header-white li a {
  color: #19336C;
}
@media screen and (max-width: 1220px) {
  .header-white .responsive-menu li a {
    color: #E8EBF0;
  }
  .header-white .responsive-menu .menu-btn {
    color: #fff;
  }
}

.page-navi {
  background-color: #F3F4F6;
  font-family: "Cabin", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #0C2763;
  /*@media screen and (max-width: 1024px) {
    &__list, &__content {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }
    &__title {
      cursor: pointer;
      pointer-events: all;
      margin: 0;
    }
    &__title:after {
      content: '';
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 13px;
      width: 24px;
      height: 24px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 70%;
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1.85596L5 5.85596L1 1.85596' stroke='%230C2763' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      transition: all .3s linear;
    }
    &__title.active:after {
      transform: rotate(180deg);
    }
    &__list {
      width: 100%;
      overflow-x: auto;
      padding: 20px 0;
      li {
        text-align: center;
        width: 100%;
        position: relative;
      }
      li:not(:last-child) {
        margin: 0 0 15px
      }
      li:not(:last-child):before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: $color-dark-blue;
      }
    }
    a {
      font-size: 18px;
    }
    .navi-toggle-block {
      display: none;
    }
  }*/
}
.page-navi .navi-toggle-block {
  width: 100%;
}
.page-navi a {
  display: flex;
  align-items: center;
}
.page-navi a img {
  display: block;
  margin-right: 5px;
  width: 17px;
  height: 17px;
}
.page-navi a:hover, .page-navi a.active {
  color: #F6A627;
}
.page-navi__content {
  padding: 20px 12px 13px;
}
.page-navi__content, .page-navi__list {
  display: flex;
  align-items: center;
  width: 100%;
}
.page-navi__title {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 0;
  padding-bottom: 7px;
  margin-right: clamp(0.625rem, -1.071rem + 4.524vw, 3rem);
  pointer-events: none;
  font-size: 13px;
}
.page-navi__title:after {
  content: ":";
  display: inline-block;
  margin-left: 4px;
}
.page-navi li {
  flex-shrink: 0;
}
.page-navi__list {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 7px;
}
.page-navi__list li:not(:last-child) {
  margin-right: clamp(0.625rem, -1.071rem + 4.524vw, 3rem);
}
@media screen and (min-width: 1024px) {
  .page-navi .navi-toggle-block {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .page-navi {
    /* position: sticky;
     top: 90px;
     width: 100%;
     z-index: 10;*/
    /*&__title {
      display: none;
    }*/
  }
  .page-navi__content {
    padding-left: 0;
    padding-right: 0;
  }
  .page-navi .navi-toggle-block {
    width: calc(100% - 90px);
  }
}

/** Responsive menu (Menu) **/
.responsive-menu {
  transition: all 0.3s linear;
}
.responsive-menu a {
  display: flex;
  align-items: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.responsive-menu .icon {
  display: none;
}
.responsive-menu a:hover {
  color: #F6A627;
}
.responsive-menu__head {
  display: none;
}
.responsive-menu__list {
  display: flex;
  align-items: center;
}
.responsive-menu li:not(:last-child) {
  margin-right: clamp(0.938rem, -2.688rem + 5.098vw, 2.75rem);
}
@media screen and (max-width: 1220px) {
  .responsive-menu {
    position: relative;
    right: 0;
    top: 0;
    background-color: #0C2763;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    max-width: 80%;
    min-width: 360px;
    margin-left: auto;
    width: 100%;
    height: 100dvh;
    transform: translateX(100%);
    z-index: 10;
  }
  .responsive-menu a {
    text-transform: capitalize;
    font-family: "Cabin", sans-serif;
    font-weight: 700;
    font-size: 23px;
    letter-spacing: 0.02em;
    color: #E8EBF0;
  }
  .responsive-menu .icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .responsive-menu-js {
    background-color: rgba(15, 23, 42, 0.8);
    position: fixed;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100dvh;
    right: 0;
    top: 0;
    z-index: 20;
    transition: all 0.3s linear;
  }
  .responsive-menu .logo {
    width: 60px;
  }
  .responsive-menu__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #475C89;
  }
  .responsive-menu__head, .responsive-menu__nav {
    padding: 25px 20px;
    width: 100%;
  }
  .responsive-menu__nav {
    padding-top: 70px;
    position: relative;
  }
  .responsive-menu__nav:before {
    content: attr(data-info);
    display: block;
    width: fit-content;
    margin-bottom: 45px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    font-size: 23px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  .responsive-menu__list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: calc(100dvh - 280px);
    overflow: hidden;
    overflow-y: auto;
  }
  .responsive-menu li:not(:last-child) {
    margin: 0 0 45px;
  }
}

.show-menu {
  overflow: hidden;
}
.show-menu .responsive-menu {
  transform: translateX(0);
  transition: all 0.3s linear;
}
.show-menu .responsive-menu-js {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s linear;
}

/** Hero Section **/
.s-hero__content {
  display: flex;
  align-items: center;

}
.s-hero__info {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;

}
.s-hero__title {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: clamp(2.313rem, 1.261rem + 2.803vw, 4.625rem);
}
.s-hero__text {
  font-family: "Cabin", sans-serif;
  font-size: clamp(1.25rem, 1.051rem + 0.53vw, 1.688rem);
  font-weight: 700;

  color: rgba(255, 255, 255, 0.7);
}
.s-hero__title span {
  color: #F6A627;
}
.s-hero__decor {
  max-width: 498px;
}
@media screen and (max-width: 1024px) {
  .s-hero {
    padding: 20px 0;
  }
  .s-hero__title {
    margin-bottom: 16px;
  }
  .s-hero__decor {
    max-width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .s-hero__title {
    margin-bottom: 10px;
  }
  .s-hero__decor, .s-hero__text {
    display: none;
  }
}

/** Casino Card **/
.s-cards {
  padding: 45px 0 45px;
}
@media screen and (max-width: 767px) {
  .s-cards .container-filter {
    grid-gap: 4px;
    margin-bottom: 20px;
  }
  .s-cards__container {
    padding: 0 10px;
  }
}

.casino-cards {
  display: grid;
  row-gap: 20px;
  counter-reset: my-awesome-counter;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .casino-cards {
    row-gap: 32px;
  }
}
.casino-cards .casino-card:first-child .toggle-btn-js {
  display: none;
}
.casino-cards .casino-card:first-child .toggle-card-js {
  display: block;
}

.casino-card {
  counter-increment: my-awesome-counter;
  position: relative;
  display: grid;
  grid-template-columns: minmax(200px, 260px) minmax(440px, 1fr);
  padding: 0;
  background-color: #FFFFFF;
  /*box-shadow: 0 0 15px rgba(18, 36, 77, 0.2);*/
  box-shadow: 0 0 0 0.2rem transparent;
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.casino-card:hover {
  box-shadow: 0 0 0 0.2rem #F6A627;
}
.casino-card::before {
  content: counter(my-awesome-counter);
  position: absolute;
  top: 17px;
  left: 15px;
  color: #19336C;
  font-size: 0.83em;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  --size: 30px;
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  background-color: #F9FAFB;
  border-radius: 50%;
  text-align: center;
  z-index: 3;
}
.casino-card__thumbnail, .casino-card__content {
  position: relative;
  z-index: 2;
}
.casino-card__thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 154px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.casino-card__thumbnail img {
  position: absolute;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.casino-card__content {
  padding: 20px 25px 20px 20px;
}
.casino-card__content, .casino-card .casino-card-wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  grid-auto-flow: dense;
  grid-gap: 17px;
}
.casino-card__head {
  position: relative;
}
.casino-card__head .toggle-btn-js {
  display: none;
}
.casino-card__title, .casino-card__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 800;
}
.casino-card__subtitle {
  font-size: 14px;
  color: #95A1BB;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.casino-card__title {
  font-size: 24px;
  color: #19336C;
  margin-bottom: 8px;
}
.casino-card__action {
  display: grid;
  align-items: center;
  grid-gap: 15px;
  justify-self: flex-end;
  width: 84%;
}
.casino-card .review-red-link {
  justify-self: center;
}
.casino-card__responsive {
  grid-column: 1/-1;
}
.casino-card .casino-card-wrapper {
  grid-template-columns: 57% 41%;
}
.casino-card .characters {
  grid-column: 1/-1;
  grid-row: 2;
}
.casino-card .payments-method__items {
  justify-content: flex-end;
}
@media screen and (max-width: 1220px) {
  .casino-card__content, .casino-card .casino-card-wrapper {
    grid-template-columns: 1fr;
  }
  .casino-card .payments-method__items {
    justify-content: flex-start;
  }
  .casino-card__action {
    grid-row: 3;
  }
}
@media screen and (max-width: 1024px) {
  .casino-card {
    grid-template-columns: auto;
  }
  .casino-card::before {
    top: 10px;
    left: 10px;
  }
  .casino-card__head {
    margin-bottom: 15px;
    padding-right: 38px;
  }
  .casino-card__thumbnail {
    height: 160px;
  }
  .casino-card__thumbnail img {
    position: relative;
    width: auto;
  }
  .casino-card__content {
    row-gap: 0;
    padding: 17px 15px;
  }
  .casino-card .casino-card-wrapper {
    margin-bottom: 15px;
    row-gap: 20px;
  }
  .casino-card__action {
    grid-template-columns: 1fr;
    justify-self: stretch;
  }
  .casino-card .review-red-link {
    grid-row: 2;
  }
}
@media screen and (max-width: 767px) {
  .casino-card__thumbnail {
    height: 130px;
  }
  .casino-card__thumbnail img {
    height: auto;
    width: 180px;
  }
  .casino-card__responsive, .casino-card .characters {
    display: none;
  }
  .casino-card__head .toggle-btn-js {
    display: flex;
  }
}

.toggle-btn-js {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  padding: 0;
  background-color: #19336C;
  border-radius: 5px;
  cursor: pointer;
}
.toggle-btn-js svg {
  transform: rotate(0deg);
  transition: all 0.3s linear;
}
.toggle-btn-js.active svg {
  transform: rotate(-180deg);
}

.characters {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  width: 100%;
}
.characters-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 9px 10px;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  border: 0.95px solid #E8EBF0;
  border-radius: 5px;
}
.characters-item__attr {
  display: flex;
  align-items: center;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #95A1BB;
    margin-left: auto;
    margin-right: auto;
}
.characters-item__value {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #1F2937;
}
.characters-item img {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 7px;
}
@media screen and (max-width: 1220px) {
  .characters {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* rating */
.tc-block {
  position: relative;
  z-index: 2;
  margin-left: 15px;
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #95A1BB;
}

.rating-block,
.star-rating {
  display: flex;
  align-items: center;
}

.star-rating {
  display: flex;
  align-items: center;
}
.star-rating .icon-star:not(:last-child) {
  margin-right: 4px;
}
.star-rating .icon-star {
  width: 18px;
  height: 18px;
}

.list {
  display: grid;
  row-gap: 6px;
}
.list li {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #1F2937;
  padding-left: 26px;
}
.list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.3526' width='18' height='18' rx='9' fill='%2310BD2C'/%3E%3Cpath d='M14 6.39119L7.14286 13.1026L4 10.0265L4.80571 9.23795L7.14286 11.5198L13.1943 5.6026L14 6.39119Z' fill='%23F3F4F6'/%3E%3C/svg%3E%0A");
}

.payments-method__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 16px;
}
.payments-method__title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #8A8A8A;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .payments-method__title {
    color: #95A1BB;
  }
}

.payment-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 70px;
  transition: all 0.3s linear;
}
.payment-item img {
  width: auto;
}
.payment-item.hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .payment-item {
    width: 60px;
  }
}

.payment-more {
  width: 35px;
  height: 35px;
  background-color: #F3F4F6;
  border-radius: 3px;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #19336C;
  cursor: pointer;
  flex-shrink: 0;
}

/** Footer **/
.footer {
  background: linear-gradient(270deg, #0C2763 0%, #123D9B 50%, #0C2763 100%);
  padding: 38px 0;
}
.footer__content {
  display: grid;
  justify-content: center;
  text-align: center;
  row-gap: 30px;
}
.footer__top {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.footer__text {
  margin: 0 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #B8C0D1;
}
.footer__text span, .footer__text a:hover {
  color: #F6A627;
}
.footer__text a:hover {
  text-decoration: underline;
}
.footer .flag-icon {
  width: 30px;
  height: auto;
}
.footer__logo {
  margin: 0 auto;
}

.footer__logo span {height: 58px;}

.footer__logo img {padding: 10px;     height: revert-layer;}

@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 0;
  }
  .footer__text {
    max-width: 300px;
    margin: 0 auto;
    font-size: 12px;
  }
  .footer__text span {
    color: #B8C0D1;
  }
  .footer__content {
    row-gap: 15px;
  }
  .footer .flag-icon {
    display: none;
  }
}

/**** Casino page ****/
.casino-review-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.casino-review .subtitle {
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  color: #fff;
}
.casino-review-title {
  color: #F6A627;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  font-size: clamp(1.688rem, 1.375rem + 0.833vw, 2.125rem);
}
.casino-review-text {
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.casino-review-stars {
  text-align: center;
  max-width: fit-content;
}
.casino-review-stars .casino-review-subtitle {
  margin-bottom: 15px;
}
.casino-review-name .casino-review-subtitle {
  margin-bottom: 10px;
}
.casino-review-btn {
  max-width: 290px;
  min-width: auto;
}
.casino-review .icon-star:not(:last-child) {
  margin-right: 8px;
}
.casino-review .icon-star {
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 1024px) {
  .casino-review .icon-star {
    width: 20px;
    height: 20px;
  }
  .casino-review-btn {
    margin: 0 auto;
  }
}

/* Hero */
.casino-hero {
  background-color: #0C2763;
  padding: 30px 0;
}
.casino-hero__container {
  position: relative;
}
.casino-hero__content {
  display: grid;
  grid-template-columns: 310px 1fr;
  grid-gap: 45px;
}
.casino-hero__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.casino-hero__logo {
  margin-bottom: 15px;
}
.casino-hero__title {
  margin-bottom: 10px;
}
.casino-hero__text {
  margin-bottom: 25px;
}
.casino-hero .prev-page, .casino-hero .next-page {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
}
.casino-hero .prev-page {
  left: -66px;
}
.casino-hero .next-page {
  right: -66px;
}
@media screen and (max-width: 1440px) {
  .casino-hero__content {
    width: calc(100% - 72px);
    margin: 0 auto;
    grid-gap: 30px;
  }
  .casino-hero .prev-page, .casino-hero .next-page {
    width: 36px;
    height: 36px;
  }
  .casino-hero .prev-page {
    left: 0;
  }
  .casino-hero .next-page {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .casino-hero__content {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .casino-hero .prev-page, .casino-hero .next-page {
    top: 50px;
    transform: none;
  }
  .casino-hero .prev-page {
    left: 20px;
  }
  .casino-hero .next-page {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .casino-hero__logo {
    max-width: 253px;
    margin: 0 auto 20px;
    width: calc(100% - 76px);
  }
  .casino-hero__head .casino-review-subtitle {
    display: none;
  }
  .casino-hero .casino-review-subtitle {
    font-size: 16px;
  }
  .casino-hero__text {
    font-size: 13px;
  }
}

.casino-attr {
  position: relative;
}
.casino-attr__title {
  position: relative;
  background-color: #0C2763;
  padding: 10px 15px;
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
}
.casino-attr__responsive {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.casino-attr__list {
  display: grid;
  row-gap: 12px;
  padding: 20px 17px;
  background-color: #F9FAFB;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.casino-attr__item {
  position: relative;
  padding-left: 23px;
}
.casino-attr__item:before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 13px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 2.38722L4.14286 9.09863L1 6.02257L1.80571 5.23398L4.14286 7.51586L10.1943 1.59863L11 2.38722Z' fill='%23111827' stroke='%2310BD2C'/%3E%3C/svg%3E%0A");
  top: 0;
  left: 0;
}
.casino-attr .attribute {
  display: inline;
  color: #95A1BB;
  width: fit-content;
}
.casino-attr .value {
  font-weight: 800;
  margin-left: 6px;
  display: inline;
}

/* review-content */
.review-content {
  background-color: #fff;
  padding: 40px 0 0;
  color: #1F2937;
}
.review-content__grid {
  display: grid;
  grid-template-columns: minmax(300px, 325px) minmax(340px, 915px);
  grid-gap: clamp(1.25rem, -0.357rem + 4.286vw, 3.5rem);
}
@media screen and (max-width: 1220px) {
  .review-content__grid {
    grid-template-columns: 1fr;
    grid-auto-flow: dense;
  }
  .review-content .sidebar {
    grid-row: 2;
  }
}
@media screen and (max-width: 767px) {
  .review-content {
    padding: 25px 0 30px;
  }
  .review-content__grid {
    grid-gap: 0;
  }
}

.rating-content {
  max-width: 610px;
}
.rating-content ul {
  width: 100%;
  display: grid;
  row-gap: 36px;
}
.rating-content ul .rating-item {
  display: grid;
  grid-template-columns: minmax(120px, 122px) 1fr;
  grid-gap: 15px;
  align-items: center;
  padding: 0;
}
.rating-content ul .rating-item:before {
  display: none;
}
.rating-content .rating-item--graph {
  display: flex;
  align-items: center;
  height: 13.24px;
  position: relative;
  width: 100%;
}
.rating-content .rating-item--title,
.rating-content .progressbar-text {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #1F2937;
}
.rating-content .progressbar-text {
  margin-left: 15px;
}
.rating-content .progressbar-line {
  border-radius: 6px;
  display: inline-block;
  height: 13.24px;
  width: 100%;
  background-color: #F3F4F6;
}
.rating-content .progressbar-line i {
  background: #fbb001;
  border-radius: 6px;
  display: block;
  height: 13.24px;
  width: 0;
}
@media screen and (max-width: 1024px) {
  .rating-content ul .rating-item {
    grid-template-columns: minmax(58px, 62px) 1fr;
    grid-gap: 10px;
  }
  .rating-content .rating-item--title span {
    display: none;
  }
}

/*Deposit table */
.deposit-table {
  grid-template-columns: 140px 1fr;
}
.deposit-table__body, .deposit-table, .deposit-table__head, .deposit-table__row {
  display: grid;
}
.deposit-table__head, .deposit-table__row {
  grid-template-rows: repeat(3, 53px);
  grid-auto-flow: dense;
  align-items: center;
}
.deposit-table__row > div, .deposit-table__head .title, .deposit-table__head:before {
  border-bottom: 1px solid #E5E7EB;
}
.deposit-table__head {
  position: relative;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
.deposit-table__head:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.deposit-table__head .title {
  display: flex;
  align-items: center;
  height: 100%;
}
.deposit-table__body {
  grid-template-columns: repeat(auto-fit, minmax(76px, 1fr));
}
.deposit-table .item, .deposit-table .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.deposit-table .logo img {
  width: 50px;
  height: 25px;
}
.deposit-table .item i {
  display: none;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.53859L4.14286 8.25L1 5.17394L1.80571 4.38535L4.14286 6.66723L10.1943 0.75L11 1.53859Z' fill='%23111827' stroke='%23F6A627'/%3E%3C/svg%3E");
}
.deposit-table .available i {
  display: block;
}
@media screen and (max-width: 767px) {
  .deposit-table, .deposit-table__body {
    grid-template-columns: 1fr;
  }
  .deposit-table__row > div, .deposit-table__row .logo, .deposit-table__head .title, .deposit-table__head:before {
    height: 53px;
  }
  .deposit-table__head, .deposit-table__row {
    grid-template-rows: auto;
    grid-template-columns: 35% 31% 31%;
  }
  .deposit-table .item {
    padding-left: 25px;
  }
  .deposit-table .item, .deposit-table .logo {
    justify-content: flex-start;
  }
}

/* Featured card */
.feature-card {
  grid-template-columns: repeat(auto-fit, minmax(79px, 1fr));
  align-items: center;
}
.feature-card, .feature-card__item {
  display: grid;
}
.feature-card__item {
  grid-template-rows: 56px 75px 38px;
  grid-template-columns: 1fr;
  justify-content: center;
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #111827;
}
.feature-card .title, .feature-card .thumbnail, .feature-card .value {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.feature-card .title {
  align-items: flex-start;
}
.feature-card .thumbnail {
  align-items: center;
  border-bottom: 1px solid #E5E7EB;
  border-top: 1px solid #E5E7EB;
}
.feature-card .thumbnail img {
  width: 35px;
  height: 35px;
}
.feature-card .value {
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .feature-card {
    grid-template-columns: 1fr;
  }
  .feature-card__item {
    padding: 11px 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    border-bottom: 1px solid #E5E7EB;
  }
  .feature-card .thumbnail {
    align-items: center;
    border: none;
  }
  .feature-card .title, .feature-card .value {
    align-items: center;
    max-width: 100px;
    font-size: 17px;
  }
}

/*** Sidebar ***/
.sidebar {
  width: 100%;
  top: 0;
  left: 0;
  display: grid;
  align-content: flex-start;
  grid-gap: 20px;
}

/** Sidebar offer **/
.sidebar-offer {
  padding: 35px 30px;
  background-color: #12244D;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: fit-content;
}
.sidebar-offer__logo {
  max-width: 280px;
  margin: 0 auto 20px;
}
.sidebar-offer__title {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #F6A627;
  margin-bottom: 10px;
}
.sidebar-offer__text {
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 25px;
}

/** Sticking Block **/
.sticking-block {
  position: fixed;
  bottom: 0;
  width: calc(100% - 20px);
  max-width: 1330px;
  transform: translateY(100%) translateX(-50%);
  left: 50%;
  background: linear-gradient(270deg, #0C2763 0%, #123D9B 50%, #0C2763 100%);
  border-radius: 10px;
  z-index: 20;
  transition: all 0.3s linear;
}
.sticking-block__content {
  padding: 30px;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(164px, 173px) minmax(160px, 184px) minmax(236px, 541px) minmax(120px, 1fr);
  column-gap: 25px;
}
.sticking-block .casino-review-title {
  font-size: 28px;
}
.sticking-block .casino-review-btn {
  min-width: auto;
  margin: 0 0 0 auto;
  width: 100%;
}
.sticking-block.sticky {
  box-shadow: 0 0 15px rgba(18, 36, 77, 0.2);
  transform: translateY(-10px) translateX(-50%);
  transition: all 0.3s linear;
}
.sticking-block.hide {
  transform: translateY(100%) translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .sticking-block__content {
    grid-template-columns: minmax(164px, 173px) minmax(160px, 184px) minmax(120px, 1fr);
  }
  .sticking-block__name {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sticking-block__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
  }
  .sticking-block__logo {
    max-width: 164px;
  }
  .sticking-block .casino-review-btn {
    max-width: 132px;
  }
  .sticking-block__stars {
    display: none;
  }
}

/** button top */
#returntop {
  position: fixed;
  bottom: 180px;
  right: 12px;
  width: fit-content;
  height: auto;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  #returntop {
    bottom: 140px;
  }
}

.back-to-top-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  background: linear-gradient(270deg, #0C2763 0%, #123D9B 50%, #0C2763 100%);
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px 0, rgba(0, 0, 0, 0.06) 0 1px 2px 0;
}
.back-to-top-btn svg {
  width: 32px;
  height: auto;
}
.back-to-top-btn svg path {
  stroke: #F6A627;
}

.home #returntop {
  right: 25px;
  bottom: 50px;
}
.home .back-to-top-btn {
  background: #F6A627;
}
.home .back-to-top-btn svg path {
  stroke: #fff;
}

/*# sourceMappingURL=style.css.map */


/* Container for all items */
.special-box {
  margin: 0 auto;
  counter-reset: item-counter;
}

/* Each item row */
.special-box .item {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 33px 36px rgba(207, 211, 222, 0.2), 0 1px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
  overflow: hidden;
}

/* Left side content */
.special-box .item .content {
  flex: 1;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Right side image */
.special-box .item .image {
  width: 150px;
  background-color: #18233d;
  display: flex;
  align-items: center;
  justify-content: center;
 padding: 10px;
}

/* Responsive image */
.special-box .item .image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* Title styling */
.special-box .item .content h3.title {
  position: relative;
  padding-left: 45px; /* space for number box */
  margin-bottom: 10px;
  font-size: 20px;
  color: #121c35;
  font-weight: 600;
}

.special-box .item .content h3.title::before {
  counter-increment: item-counter;
  content: counter(item-counter);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: var(--primery-color, #c90838); /* fallback red */
  color: white;
  font-weight: 700;
  font-size: 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  user-select: none;
}

/* Paragraph styling */
.special-box .item p {
  margin: 0;
  font-size: 15px;
  color: #5e636f;
  line-height: 1.8;
}

/* Responsive layout */
@media (max-width: 768px) {
  .special-box .item {
    flex-direction: column;
  }

  .special-box .item .image {
    width: 100%;
    height: 180px;
  }
}



/* Base layout: 5 columns */
.info-card {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px; 
  padding: 10px;
}

.card {
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: 0.3s;
  text-align: center;
}

.card img {
  width: 50%;
  height: auto;
}

.card .container {
  padding: 10px;
}

/* Responsive: 2 columns below 600px */
@media screen and (max-width: 600px) {
  .info-card {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Responsive: 1 column below 400px */
@media screen and (max-width: 400px) {
  .info-card {
    grid-template-columns: 1fr;
  }
}
