body {
  position: relative;
  font-family: "Urbanist", sans-serif;
  color: #bfdbe0;
  background-image: url("../img/banner.jpeg");
  height: 100%;
  background-position-x: right;
  background-position-y: -50px;
  background-size: 870px;
  background-repeat: no-repeat;
  background-color: #003554;
}

a {
  text-decoration: none;
}

a:hover {
  color: #1d68a7;
  text-decoration: none;
}

.header-title {
  font-size: 45px;
  margin-bottom: 35px;
}

.header-description {
  font-size: 20px;
  /* min-height: 250px; */
}

.lang-block {
  position: absolute;
  right: 0;
  top: -75px;
  cursor: pointer;
}

.section-info {
  position: relative;
  display: flex;
  flex-direction: column;
}

.info-block {
  width: 70%;
  padding: 30px 70px 30px 0px;
  /* min-height: 450px; */
}

.header-lang {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 13px;
  border-radius: 25px;
  color: #9fc0f5;
}

.header-lang-name {
  font-weight: bold;
  font-size: 17px;
}

.header-lang-flag {
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-left: 10px;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
  transition: 0.8s;
}

.header-lang-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* lang */

.header-lang-name {
  text-transform: uppercase;
}

.section-advantage {
  display: flex;
}

.advantage {
  display: flex;
  align-items: center;
  margin-left: 10px;
  max-width: 40%;
}

.advantage.secure {
  margin-left: 0;
}

.advantage:before {
  content: "";
  min-width: 50px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.secure:before {
  background-image: url("../img/advantage/secure.png");
}

.expert:before {
  background-image: url("../img/advantage/expert.png");
}

.legal:before {
  background-image: url("../img/advantage/legal.png");
}

.cashouts:before {
  background-image: url("../img/advantage/cashouts.png");
}

.advantage-back {
  background-color: rgb(0 0 0 / 25%);
  margin-bottom: 50px;
  backdrop-filter: blur(5px);
}

.section-advantage {
  display: flex;
  justify-content: space-between;
  padding: 25px 15px;
}

/* footer */

.footer {
  position: relative;
  margin: 15px 0 0px 0;
}

.footer-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
}

.copyright-block {
  text-align: center;
  margin: 10px 0;
}

.footer-bacground {
  position: absolute;
  width: 100%;
  height: 85%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.footer-bacground img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: contain;
}

.footer-bacground .left {
  position: absolute;
  height: 100%;
  width: 50%;
  right: auto;
  left: 0;
  background-repeat-y: no-repeat;
  background-image: url("../img/footer-left.jpg");
  background-size: contain;
  background-position: bottom;
  bottom: 0;
  z-index: -1;
}

.footer-bacground .right {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  left: auto;
  background-repeat-y: no-repeat;
  background-image: url("../img/footer-right.jpg");
  background-size: contain;
  background-position: bottom;
  bottom: 0;
  z-index: -1;
}

.footer-info {
  display: flex;
  justify-content: center;
  background-color: rgb(0 0 0 / 17%);
  padding: 20px;
}

.footer-info img {
  max-height: 30px;
  margin: 10px;
}

/* Item style */

.casino-item-header {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(255 255 255 / 9%);
  padding: 10px 25px;
  border-radius: 0px 17px 0px 30px;
  width: calc(100% - 21%);
}

.header-item.header-ps {
  width: 32%;
}

.header-item.header-fee {
  width: 22%;
  display: flex;
  justify-content: space-between;
}

.header-item.header-info {
  width: 40%;
}

.item-pay {
  margin-top: 35px;
}

.item-bonus,
.item-info {
  margin-top: 10px;
}

.item-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.casino-item {
  display: flex;
  position: relative;
  width: 100%;
  padding: 40px 20px 25px 20px;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
}

.item-base-logo {
  width: 155px;
  height: 130px;
  overflow: hidden;
  border-radius: 15px;
}

.item-base-logo {
  position: relative;
  width: 100%;
  height: 125px;
  overflow: hidden;
  border-radius: 15px 35px 15px 35px;
  padding: 25px;
  margin-bottom: 15px;
  background-color: rgb(255 255 255 / 9%);
}

.item-base-name {
  text-align: center;
  font-size: 20px;
}

.item-base-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.item-bonus {
  display: flex;
  position: relative;
  width: 35%;
  height: 100%;
  align-items: center;
  justify-content: space-around;
}

.item-deposit {
  width: 95%;
  margin-left: 20px;
  margin-top: 15px;
  font-size: 12px;
  text-transform: lowercase;
}

.list-item-bonuses .icon,
.item-bonus .icon {
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0px auto 10px auto;
}

.delimiter {
  display: block;
  width: 1px;
  height: 60px;
  background: #c0dce1;
}

.middle {
  width: 53%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.bonus,
.fspins {
  text-align: center;
}

.item-base {
  width: 20%;
}

.item-pay {
  width: 25%;
  margin-left: 15px;
}

.item-info {
  margin-left: 20px;
  width: 58%;
}

.payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: rgb(255 255 255 / 9%);
  min-height: 100px;
  border-radius: 15px;
  margin-bottom: 15px;
  padding: 10px;
  overflow: hidden;
}

.item-link {
  display: block !important;
  width: 100%;
  color: #bfdbe0;
  border-radius: 10px;
  background-color: rgb(16 251 78 / 47%);
  padding: 5px 0px;
  text-align: center;
  font-size: 20px;
  transition: 0.8s;
  text-transform: uppercase;
  line-height: 1.5;
  border: none;
}

.item-link:hover {
  background-color: rgb(20 87 135 / 70%);
  box-shadow: 0px 0px 5px 2px rgb(3 140 232 / 41%);
  color: #bfdbe0;
}

.item-info .description {
  text-transform: uppercase;
}

.payment-items {
  max-width: 29%;
  text-align: center;
  margin: 2%;
  min-width: 22%;
}

.payment-items img {
  width: 100%;
  height: 35px;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
}

.up {
  position: fixed;
  display: block;
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url("../img/up-arrow.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.8s;
  backdrop-filter: blur(10px);
  z-index: 10;
}

.up:hover {
  box-shadow: 0px 0px 14px 5px rgb(0 193 210 / 40%);
}

.casino-item-header {
  text-transform: uppercase;
}

.items-subtitle {
  color: #62b2c1;
}

/* animate */

.list-item,
.casino-item {
  background: linear-gradient(0deg, #003554, #007EA8);
  margin-bottom: 50px;
}

.list-item::before,
.list-item::after,
.casino-item::before,
.casino-item::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  background: linear-gradient(
    45deg,
    #580ead,
    #0760a8,
    #00ff00,
    #ffff00,
    #ff0000,
    #ffff00,
    #00ff00,
    #fb0094,
    #0760a8,
    #580ead
  );
  background-size: 300%;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  z-index: -1;
  animation: animate 30s linear infinite;
  border-radius: 17px;
}

.list-item::after,
.casino-item::after {
  filter: blur(4px);
}

.lang-container {
  width: 100%;
  height: 100%;
  z-index: 11;
  position: absolute;
  transition: 0.8s;
  transform: translateY(-180%);
  top: -10px;
}

.lang-container.active {
  background: rgb(0 0 0 / 75%);
  transform: translateY(0);
}

.lang-list {
  display: flex;
  position: relative;
  width: 80%;
  max-width: 860px;
  justify-content: flex-start;
  margin: 35px auto;
  list-style: none;
}

.lang-name {
  color: #fff;
  text-transform: uppercase;
}

.lang-flag {
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 7px;
}

.lang-list-item {
  margin: 10px;
  width: 60px;
}

.lang-list-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lang-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.close-lang {
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(../img/close.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  transition: 0.8s;
  opacity: 0.7;
}

.close-lang:hover {
  transform: rotate(180deg);
}

.header-bonus {
  width: 40%;
  text-align: center;
}

.license {
  display: none;
}

.item-deposit {
  display: none;
}

.header-country {
  height: 80px;
  width: 100%;
  background: linear-gradient(180deg, #000, #262626);
}

body.arabian .type {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

body.arabian .list-item-bottom_games .icon {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

body.arabian .list-item-bottom_games .icon:before {
  margin-right: 0;
  margin-left: 5px;
}

body.arabian .list-item-bottom_games .type b {
  margin-right: 0;
  margin-left: 5px;
}

body.arabian .list-item-base_rating {
  transform: scale(-1, 1);
}

.list-item-bottom_games .type {
  margin-right: 7px;
  margin-bottom: 0;
}

.expert-nico {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.expert-text p {
  margin: 0;
}

.expert-nico:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 1px;
  background: #bfdbe0;
}

.expert-text b {
  color: #54a3f6;
  font-size: 18px;
}

.expert-text {
  line-height: 1.3;
}

.expert-nico img {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.payments {
  position: absolute;
  top: -15px;
  left: 45%;
}

.payments-content {
  display: none;
}

.payments-btn {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  cursor: pointer;
  line-height: 15px;
  background-color: rgb(255 255 255 / 20%);
  border-radius: 5px;
  border: none;
  font-size: 20px;
  color: #fff;
}

.hidden {
  display: none;
}

/* .payments:hover .payments-content {
    position: absolute;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(0deg, #000, #262626);
    width: 350px;
    height: auto;
    overflow: hidden;
    top: -35px;
    left: 100%;
    border-radius: 5px;
    z-index: 50;
} */

.payments-items img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: baseline;
}

/* .payments-btn:before {
  content: "i";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background-color: #0086dd;
  color: #000;
  border-radius: 50%;
} */

@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}

.list-item-bottom_btn:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #03a9f4, #109e67, #ffeb3b, #03a9f4);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
}

.list-item-bottom_btn:hover:before {
  filter: blur(20px);
  opacity: 1;
  animation: animate 8s linear infinite;
}

.list-item-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-item-bottom_games {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item-bottom_games .type {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
  background-color: rgb(255 255 255 / 10%);
}

@media (min-width: 1600px) {
  body {
    background-position-x: 85%;
    background-size: 930px;
  }
}

@media (min-width: 400px) and (max-width: 1199px) {
  .list-item-bottom_games .type {
    margin-right: 7px;
  }

  .list-item-bottom_games .type:last-child {
    margin-right: 0;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .list-item-bottom {
    align-items: center;
  }

  .list-item-bottom_games .type {
    margin-right: 7px;
    margin-bottom: 0;
  }

  .list-item-bottom_games .type:last-child {
    margin-right: 7px;
  }
}

.icon:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  margin-right: 10px;
}

.list-item-bottom_games .value {
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 16px;
  color: #03ff46;
}

.list-item-base_rating {
  display: inline-block;
}

.list-item-base_rating img {
  height: 25px;
}

.list-item-info_text {
  font-size: 20px;
  margin: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.list-item-bottom_games .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

.list-item-bottom_games .icon:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  min-width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.icon.total:before {
  background-image: url("../img/casino.png");
}

.icon.mobile:before {
  background-image: url("../img/mobile.png");
}

.icon.live:before {
  background-image: url("../img/croupier.png");
}

.list-new {
  padding: 0;
}

.list-item-bonuses.mobile {
  display: none;
}

.cryptocurrency:before {
  content: "";
  background-repeat: no-repeat;
  background-size: "";
  background-image: url("../img/crypto.png");
  height: 50px;
  width: auto;
  display: block;
  background-position: center;
  background-size: contain;
}

.list-item-cryptocurrency.type {
  padding: 0;
}

.list-item-cryptocurrency img {
  height: 45px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.list-item-cryptocurrency.type {
  background-color: transparent;
  padding-left: 0;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000000;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #000000;
}

::-webkit-scrollbar-thumb {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.1, rgb(206 34 255)),
    color-stop(0.9, rgb(0 134 221))
  );
}

.list-item-bottom_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25%;
}

.list-item-bottom_left .list-item-bottom_btn {
  width: 100%;
}

.payments {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
  margin-bottom: 10px;
}

.payments-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.payments-items {
  height: 30px;
  width: calc(25% - 10px);
  border-radius: 5px;
  margin: 5px;
  padding: 5px;
  background-color: rgb(255 255 255 / 20%);
}

.payments-items {
  display: none;
}

.payments-items.show {
  display: inline-block;
  padding: 6px;
}

@keyframes flicker {
  0%,
  18%,
  22%,
  25%,
  53%,
  57%,
  100% {
    text-shadow: var(--flick-big-text-shadow);
  }

  20%,
  24%,
  55% {
    text-shadow: var(--flick-small-text-shadow);
  }
}

/* end */

@keyframes animate {
  0%,
  100% {
    background-position: 0 0;
  }

  50% {
    background-position: 300% 0;
  }
}

/* mini item */

.mini .list-item-bonuses {
  padding: 15px;
}

.mini .list-item-base_rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}

.mini .list-item-base_rating small {
  font-size: 11px;
}

.mini .list-item-base_logo {
  height: 110px;
}

.mini .list-item-bonuses .icon,
.item-bonus .icon {
  height: 38px;
}

.mini .list-item-info {
  width: 45%;
  padding: 0px 20px;
}

.mini .list-item-right {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mini .list-item-bonuses {
  width: 100%;
}

.mini .list-item-bottom_btn {
  width: 100%;
}

.mini .payment-itemsmini {
  height: 30px;
  margin: 5px;
}

.mini .payment-slider {
  padding: 0 15px;
}

.payment-itemsmini img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.mini .list-item-info_text {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  margin-bottom: 15px;
  text-transform: lowercase;
}

.mini .slick-arrow {
  height: 50px;
}

.mini .slick-prev {
  left: -7px;
  right: auto;
}

.mini .slick-next {
  right: -7px;
  left: auto;
}

.mini .slick-next:before,
.mini .slick-prev:before {
  content: "";
  display: block;
  height: 50px;
  background: url("../img/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mini .slick-next:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.list-item {
  position: relative;
  padding: 15px;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* color: #00ff1f; */
}

.list-item-base_logo {
  position: relative;
  width: 100%;
  height: 125px;
  overflow: hidden;
  border-radius: 15px 35px 15px 35px;
  padding: 15px 50px;
  margin-bottom: 15px;
  background-color: rgb(255 255 255 / 10%);
  cursor: pointer;
}

.list-item-base_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  image-rendering: -webkit-optimize-contrast;
}

.list-item-base {
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item-info {
  width: 50%;
  padding: 0px 20px;
}

.list-item-bonuses {
  width: 25%;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  overflow: hidden;
  border-radius: 35px 15px 35px 15px;
  padding: 25px;
  margin-bottom: 15px;
  background-color: rgb(255 255 255 / 10%);
  font-size: 20px;
}

.list-item-bottom {
  width: 100%;
}

.list-item-base_rating {
  text-align: center;
}

.list-item-bottom_btn {
  width: 25%;
  height: 50px;
  animation: animate 15s linear infinite;
}
.bonus-tekst{
  height: 60px;
  font-weight: bold;
  font-size: 1.5em;
  padding: 10px;
  border: 1px dashed;
}
.bonus-tekst span{
  filter: blur(2px);
}

.list-item-bottom_btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #03a9f4, #46b10e, #0db129, #03a9f4);
  background-size: 400%;
  z-index: 1;
  top: -70px;
  width: 90% !important;
  margin-left: 10%;
}

.list-item-bottom_btn:hover {
  animation: animate 8s linear infinite;
}

.list-item-bottom_games .type b {
  margin-right: 5px;
}

@media (max-width: 768px) {
  .mini .list-item-base {
    width: 35%;
  }

  .mini .list-item-info {
    width: 65%;
    padding: 0px 20px;
  }

  .mini .list-item-right {
    width: 100%;
    padding-top: 10px;
  }

  .top-pay {
    width: 65px;
    top: -20px;
    left: -7px;
  }

  .mini .list-item-bonuses .icon,
  .item-bonus .icon {
    height: 30px;
  }

  .mini .payment-itemsmini {
    height: 20px;
    margin: 3px;
  }

  .mini .list-item-base_logo {
    height: 95px;
    padding: 10px;
  }

  .mini .list-item-info_text {
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 576px) {
  .mini .list-item-base_rating img {
    height: 22px;
  }

  .mini .list-item-base_rating small {
    font-size: 10px;
  }

  .mini .slick-arrow {
    height: 35px;
  }

  .mini .slick-next:before,
  .mini .slick-prev:before {
    height: 35px;
  }

  .mini .list-item-base_rating img {
    max-width: 100%;
  }

  .country {
    display: block;
    width: 100%;
    height: 80px;
    position: relative;
    margin-top: 0;
  }
}

@media (max-width: 400px) {
  .mini .list-item-base_rating small {
    font-size: 9px;
  }
}

/* mini item end*/

@media (max-width: 1200px) {
  body {
    background-position-x: 150%;
    background-size: 75%;
  }

  .advantage {
    max-width: 25%;
  }

  .footer-info img {
    max-height: 25px;
  }

  .footer-container {
    min-height: 200px;
  }

  .list-item-base_logo {
    padding: 15px 30px;
  }

  .crypt .icon:before {
    display: none;
  }

  .header-title {
    font-size: 40px;
  }

  .header-description {
    font-size: 18px;
  }

  .info-block {
    width: 85%;
  }

  .header-description {
    min-height: auto;
    padding: 15px;
    border-radius: 15px;
    background-color: rgb(36 34 34 / 50%);
    backdrop-filter: blur(2px);
  }

  .header-title {
    display: inline-block;
    background-color: rgb(36 34 34 / 50%);
    min-height: auto;
    padding: 15px;
    border-radius: 15px;
    backdrop-filter: blur(2px);
  }
}

@media (max-width: 992px) {
  body {
    background-position-x: 140px;
    background-size: 100%;
    font-size: 14px;
  }

  .header-title {
    font-size: 30px;
  }

  .header-description {
    font-size: 16px;
  }

  .footer-info {
    flex-wrap: wrap;
  }

  .info-block {
    padding: 0 0px 30px 0px;
  }

  .item-bonus .icon {
    width: 35px;
    height: 35px;
  }

  .header-item.header-fee {
    width: 26%;
    margin-right: 10px;
  }

  .section-advantage {
    flex-wrap: wrap;
    justify-content: start;
  }

  .item-info {
    padding-right: 5px;
  }

  .item-base-logo {
    height: 95px;
  }

  .advantage {
    width: 47%;
    max-width: 47%;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .footer-info img {
    max-height: 20px;
  }

  .sign-flag {
    height: 85px;
    width: 120px;
  }

  .list-item-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-item-bottom_btn {
    width: 100%;
  }

  .list-item-bottom_games {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .list-item-info {
    width: 47%;
  }

  .list-item-bonuses {
    width: 28%;
  }

  .delimiter {
    height: 30px;
    margin-bottom: 30%;
  }

  .list-item-info_text {
    font-size: 16px;
  }

  .list-item-base_logo {
    padding: 15px 15px;
  }

  /* .payments:hover .payments-content {
    width: 80vw;
    top: 36px;
    left: 0;
  } */

  .list-item-bottom_left {
    width: 100%;
  }

  .payments {
    left: 0;
  }

  .payments-items {
    width: calc(14% - 10px);
  }

  .payments-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container,
  .container-md,
  .container-sm {
    max-width: 90%;
  }

  .list-item-bottom_btn {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  body {
    background-position-x: 130px;
    background-position-y: 0px;
    background-size: 100%;
  }

  .casino-item-header {
    display: none;
  }

  .item-base {
    width: 80%;
    height: 150px;
  }

  .item-info {
    margin-left: 0;
    width: 80%;
    text-align: center;
  }

  .item-bonus {
    width: 45%;
  }

  .item-pay {
    width: 80%;
    margin-left: 0;
  }

  .header-item.header-info {
    width: 100%;
    text-align: center;
  }

  .header-item.header-fee {
    width: 100%;
    height: 100px;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    margin-right: 0;
  }

  .header-item.header-ps {
    width: 100%;
    height: 46%;
    text-align: center;
  }

  .header-description {
    font-size: 16px;
    min-height: auto;
    padding: 15px;
    border-radius: 15px;
    background-color: rgb(36 34 34 / 50%);
    backdrop-filter: blur(2px);
  }

  .header-title {
    display: inline-block;
    font-size: 23px;
    background-color: rgb(36 34 34 / 50%);
    min-height: auto;
    padding: 15px;
    border-radius: 15px;
    backdrop-filter: blur(2px);
  }

  .info-block {
    width: 100%;
    min-height: auto;
  }

  .casino-item {
    flex-direction: column;
  }

  .casino-item-header {
    flex-direction: column;
    width: 100px;
    top: 155px;
    border-radius: 30px 0px 15px 0px;
    padding: 10px 10px;
  }

  .up {
    right: 10px;
    bottom: 40px;
    width: 35px;
    height: 35px;
  }

  .lang-list {
    flex-direction: row;
    justify-content: center;
    padding: 20px;
  }

  .middle {
    width: 100%;
    justify-content: center;
  }

  .item-deposit {
    text-align: center;
  }

  .advantage-back {
    display: none;
  }

  .sign-flag {
    display: none;
  }

  .sign-logo {
    padding: 0;
  }

  .header-lang-flag {
    display: block;
    width: 50px;
    height: 35px;
    min-width: 30px;
    margin-left: 10px;
    overflow: hidden;
    transition: 0.8s;
    border: solid 2px #fff;
    border-radius: 7px;
    box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fb6262, 0 0 0.3rem #db0c0c,
      0 0 0.8rem #fd0c0c, 0 0 1rem #ff0000, inset 0 0 1.3rem #fb0022;
    opacity: 0.8;
  }

  .bd .header-lang-flag {
    box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem #00ff75,
      0 0 0.8rem #179752, 0 0 1rem #02a54c, inset 0 0 1.3rem #005326;
  }

  .ar .header-lang-flag,
  .au .header-lang-flag {
    box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem #ffd736,
      0 0 0.8rem #008bf7, 0 0 1rem #008bf7, inset 0 0 1.3rem #008bf7;
  }

  .country.ar .sign-logo {
    max-width: 75%;
  }

  .country.ar .container {
    justify-content: flex-end;
  }

  .lang-block.ar {
    left: 0;
    right: auto;
  }

  .lang-block.ar span.header-lang {
    flex-direction: row-reverse;
  }

  .ar .header-lang-flag {
    margin: 0;
    margin-right: 7px;
  }

  .list-item-base {
    width: 45%;
  }

  .list-item-info {
    width: 55%;
    text-align: center;
  }

  .list-item-base_logo {
    height: 210px;
  }

  .list-item-info_text {
    display: none;
  }

  .list-item-bonuses {
    display: none;
  }

  .list-item-bonuses.mobile {
    display: flex;
    width: 100%;
    background-color: rgb(255 255 255 / 0%);
    padding: 10px 0px;
    justify-content: space-around;
    overflow: inherit;
  }

  .delimiter {
    display: none;
  }

  .list-item-bottom_games .type b {
    display: none;
  }

  body.arabian .list-item-bottom_games .type,
  .list-item-bottom_games .type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 32%;
  }

  body.arabian .list-item-bottom_games .icon,
  .list-item-bottom_games .icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0px;
    text-align: center;
  }

  .list-item-bottom_games .icon:before {
    content: "";
    width: 50px;
    height: 50px;
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .list-item-bottom_games .value {
    font-size: 22px;
  }

  .cryptocurrency-mobile {
    height: 50px;
    width: 100%;
    background-image: url("../img/cryptom.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 15px;
  }

  .list-item-cryptocurrency.type {
    display: none;
    visibility: hidden;
  }

  .list-item-base_logo {
    padding: 35px 10px;
  }

  .list-item-base_logo.crypto {
    height: 130px;
  }

  .list-item-info {
    padding: 0px 20px;
  }

  .list-item {
    padding: 20px 15px;
  }

  .list-item-bottom_games .type {
    padding: 20px 10px;
  }

  .list-item-bottom_games .icon:before {
    content: "";
    display: block;
  }
}

@media (max-width: 576px) {
  body {
    background-position-x: -20px;
    background-position-y: 25px;
    background-size: 135%;
  }

  .advantage {
    width: 100%;
    max-width: 100%;
  }

  .item-bonus {
    width: 80%;
  }

  .bonus,
  .fspins {
    min-width: 60px;
  }

  .footer-bacground img {
    position: absolute;
    margin: auto;
    left: auto;
    right: auto;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .footer-info {
    flex-wrap: wrap;
    border-radius: 15px;
    background-color: rgb(0 0 0 / 0%);
  }

  .footer-container {
    min-height: 230px;
  }

  .footer-bacground {
    margin-bottom: 20px;
    height: 55%;
  }

  .expert-nico {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    background-color: rgb(36 34 34 / 50%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 10px;
  }

  .expert-nico:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
  }

  .header-title {
    margin-bottom: 10px;
  }

  .payments-items {
    width: calc(20% - 10px);
  }
}

@media (max-width: 400px) {
  .list-item-base {
    width: 70%;
    margin: auto;
  }

  .list-item-info {
    width: 100%;
    padding-top: 0;
  }

  .list-item-base_logo {
    height: 170px;
  }

  .list-item-bottom_games {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-item-bottom_games .icon {
    flex-direction: row;
  }

  .list-item-bottom_games .icon:before {
    margin-right: 5px;
    margin-bottom: 0px;
  }

  .list-item-bottom_games .icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 7px;
  }

  .list-item-info {
    padding: 0;
  }

  .list-item-base_rating img {
    height: 35px;
  }

  .list-item-bottom_games .type {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  body.arabian .list-item-bottom_games .icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  body.arabian .list-item-bottom_games .type {
    width: 100%;
    flex-direction: row-reverse;
  }

  body.arabian .list-item-bottom_games {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list-item-bottom_games .icon:before {
    content: "";
    width: 40px;
    height: 40px;
  }

  .list-item-base_logo {
    padding: 35px;
  }

  .list-item-info_name {
    letter-spacing: 5px;
  }

  .list-item-bottom_games .type b {
    display: inline-block;
  }

  .list-item-base_logo {
    padding: 20px 20px;
    border-radius: 25px;
    height: 150px;
  }

  .cryptocurrency-mobile {
    display: none;
  }

  .list-item-cryptocurrency.type {
    display: block;
    visibility: visible;
  }

  .list-item-bottom_games .type {
    padding: 15px 10px;
  }

  .list-item-bottom_games {
    font-size: 20px;
  }

  .list-item-cryptocurrency {
    max-height: 65px;
  }

  .list-item-cryptocurrency.type {
    padding: 0px 10px;
  }

  .list-item-info_name {
    font-size: 30px;
  }

  .payments-items {
    width: calc(28% - 10px);
  }
}

@media (max-width: 350px) {
  .lang-list {
    padding: 10px;
  }

  .lang-list-item {
    margin: 7px;
    width: 57px;
  }

  .header-description {
    font-size: 14px;
  }

  .header-title {
    font-size: 20px;
    margin-bottom: 25px;
  }

  /* .sign_word.two {
        font-size: 17px;
    } */

  /* .sign_word.one {
        font-size: 22px;
    } */

  .bs .sign_word.two {
    font-size: 16px;
    letter-spacing: 0.5px;
  }

  .bs .sign_word.one {
    font-size: 20px;
    letter-spacing: 5.5px;
    padding-left: 11px;
  }

  .sg .sign_word.one {
    font-size: 14px;
  }

  .am .sign_word.two,
  .us .sign_word.one,
  .sw .sign_word.one,
  .arm .sign_word.one {
    font-size: 16px;
  }

  .us .sign_word.two,
  .pt .sign_word.one {
    font-size: 17px;
  }

  .sk .sign_word.two,
  .pl .sign_word.one,
  .nz .sign_word.two,
  .nl .sign_word.two,
  .ne .sign_word.two,
  .ku .sign_word.two,
  .arm .sign_word.two,
  .en .sign_word.two,
  .mk .sign_word.two,
  .hu .sign_word.two,
  .sk .sign_word.one,
  .nz .sign_word.one {
    font-size: 18px;
  }

  .cl .sign_word.one {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 10px;
  }

  .fr-be .sign_word.one,
  .nl .sign_word.one {
    font-size: 19px;
  }

  .tj .sign_word.one,
  .tj .sign_word.two,
  .sw .sign_word.two,
  .sl .sign_word.one,
  .sv .sign_word.one,
  .pt .sign_word.two,
  .cz .sign_word.two,
  .fr-be .sign_word.two,
  .hu .sign_word.one {
    font-size: 20px;
  }

  .tz .sign_word.one,
  .th .sign_word.one,
  .cz .sign_word.one,
  .bg .sign_word.one,
  .NL-BE .sign_word.one,
  .az .sign_word.two {
    font-size: 21px;
  }

  .mk .sign_word.one,
  .sg .sign_word.two {
    font-size: 22px;
  }

  .az .sign_word.one {
    font-size: 25px;
  }
}
