/* slick_themes.css all design */



.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

@font-face {
  font-display: swap;
  font-family: 'slick', "Arial";
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick', "Arial";
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick', "Arial";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}






/* slick.css all design */

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}






/* style.css all design */

body {
  position: relative;
  font-family: "Urbanist", sans-serif;
  color: #bfdbe0;
  background-image: url("./image/banner.jpeg");
  height: 100%;
  background-position-x: right;
  background-position-y: -50px;
  background-size: 870px;
  background-repeat: no-repeat;
  background-color: #020202;

}

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("./image/icon/secure.png");
}

.expert:before {
  background-image: url("./image/icon/expert.png");
}

.legal:before {
  background-image: url("./image/icon/legal.png");
}

.cashouts:before {
  background-image: url("./image/icon/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;
}

.list-item-info_text_ul li {
  height: 20px;
  font-size: 15px;
  line-height: 20px;
  text-transform: lowercase;
}

/* slider marquee */



.logos {
  white-space: nowrap;
  overflow: hidden;
  height: 30px;
  width: 100%;
}

.logos_slide {
  display: inline-flex;
  gap: 5px;
  height: 30px;
  animation: 20s slide infinite linear;
}

.logos_slide img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/* footer */

.footer {
  position: relative;
  margin: 15px 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("./image/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("./image/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("./image/icon/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, #000, #262626);
  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('./image/icon/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);
}

/* country */

.country {
  display: block;
  width: 100%;
  height: 100px;
  position: relative;
  margin-top: 10px;
}

.country .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.sign-flag {
  height: 95px;
  width: 140px;
  overflow: hidden;
  padding: 0;
  animation: flicker 0.5s infinite alternate;
  border: solid 2px #fff;
  border-radius: 0.8rem;
  box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem #f00, 0 0 0.8rem #f00,
    0 0 1rem #f00, inset 0 0 1.3rem #ff0023;
}

.sign-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.8;
}

.sign-logo {
  padding: 5px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

:root {
  --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff,
    0 0 15px #c33131, 0 0 30px #ff0081, 0 0 40px #8d0f0f, 0 0 70px #b400ff,
    0 0 100px #b400ff;
  --flick-small-text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff,
    0 0 11px #ff0018, 0 0 20px #ff00ac, 0 0 30px #f00, 0 0 55px #9f0303,
    0 0 80px #d10505;
}

.sign_word.two {
  font-size: 24px;
  letter-spacing: 3.5px;
  margin: 0;
  padding: 0;
  padding-left: 5px;
  text-transform: uppercase;
  animation: flicker 0.5s infinite alternate;
}

.sign_word.one {
  font-size: 28px;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
  letter-spacing: 1.5px;
  line-height: 20px;
  padding-left: 2px;
}

.neon-text {
  color: #fff;
  text-shadow: var(--flick-small-text-shadow);
}

.header-lang-flag {
  display: none;
}

.header-lang-name {
  animation: flicker 0.5s infinite alternate;
  color: #fff;
  font-weight: 100;
}

.AA .sign_word.one {
  font-size: 20px;
}

.AA .sign_word.two {
  font-size: 25px;
  letter-spacing: 16.5px;
}

.co .sign_word.one {
  font-size: 21px;
}

.al .sign_word.two {
  letter-spacing: 3.5px;
}

.ar .sign-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;
}

.ar .sign_word.two {
  letter-spacing: 3px;
}

.au .sign_word.two {
  letter-spacing: 5.5px;
}

.at-en .sign_word.one {
  font-size: 20px;
}

.at-en .sign_word.two {
  letter-spacing: 5px;
}

.bd .sign_word.one {
  font-size: 17px;
  letter-spacing: 0;
}

.bd .sign_word.two {
  font-size: 25px;
  letter-spacing: 10.5px;
}

.do .sign_word.two {
  font-size: 23px;
  letter-spacing: 1px;
  padding-left: 2px;
}

.fr-be .sign_word.one {
  font-size: 25px;
}

.fr-be .sign_word.two {
  font-size: 25px;
  letter-spacing: 8.5px;
}

.NL-BE .sign_word.two {
  letter-spacing: 11px;
  padding-left: 8px;
}

.NL-BE .sign_word.one {
  font-size: 24px;
  letter-spacing: 1px;
}

.be-en .sign_word.one {
  font-size: 20px;
  letter-spacing: 0.7px;
}

.bg .sign_word.one {
  font-size: 20px;
}

.br .sign_word.one {
  font-size: 20px;
  letter-spacing: 1px;
}

.br .sign_word.two {
  font-size: 25px;
  letter-spacing: 9.5px;
}

.bs .sign_word.two {
  font-size: 20px;
  letter-spacing: 0.5px;
}

.bs .sign_word.one {
  font-size: 24px;
  letter-spacing: 6.5px;
  padding-left: 10px;
}

.ca .sign_word.two {
  font-size: 24px;
  letter-spacing: 6.5px;
  padding-left: 5px;
}

.ca .sign_word.one {
  font-size: 20px;
}

.ch .sign_word.one {
  font-size: 23px;
  letter-spacing: 0.5px;
}

.ch .sign_word.two {
  font-size: 24px;
  letter-spacing: 6.5px;
}

.ch-en .sign_word.two {
  letter-spacing: 1.5px;
}

.cl .sign_word.two {
  font-size: 25px;
  letter-spacing: 10px;
  padding-left: 7px;
}

.cl .sign_word.one {
  font-size: 19px;
  letter-spacing: 1px;
}

.cn .sign_word.one {
  font-size: 19px;
  letter-spacing: 1px;
}

.cn .sign_word.two {
  font-size: 25px;
  letter-spacing: 10px;
}

.cz .sign_word.two {
  font-size: 23px;
  padding-left: 1px;
  letter-spacing: 0.5px;
}

.cz .sign_word.one {
  font-size: 25px;
  letter-spacing: 4.5px;
  padding-left: 5px;
}

.cz-en .sign_word.one {
  font-size: 20px;
  letter-spacing: 0.5px;
}

.de .sign_word.one {
  font-size: 25px;
  letter-spacing: 3px;
  padding-left: 2px;
}

.de .sign_word.two {
  letter-spacing: 1.5px;
  padding-left: 1px;
}

.de-en .sign_word.one {
  font-size: 21px;
}

.dk .sign_word.two {
  padding-left: 1px;
  letter-spacing: 5.5px;
}

.dk .sign_word.one {
  font-size: 23px;
}

.es .sign_word.two {
  font-size: 25px;
  letter-spacing: 9.5px;
}

.es .sign_word.one {
  font-size: 21px;
  letter-spacing: 1.5px;
}

.fi .sign_word.two {
  font-size: 26px;
  letter-spacing: 10px;
}

.fi .sign_word.one {
  font-size: 21px;
  letter-spacing: 0.5px;
}

.fr .sign_word.two {
  font-size: 25px;
  letter-spacing: 7.5px;
}

.fr .sign_word.one {
  font-size: 19px;
  letter-spacing: 0.5px;
}

.ge .sign_word.one {
  font-size: 22px;
  letter-spacing: 0.5px;
}

.ge .sign_word.two {
  padding-left: 5px;
}

.gr .sign_word.two {
  font-size: 26px;
  letter-spacing: 11px;
}

.gr .sign_word.one {
  font-size: 19px;
  letter-spacing: 0.5px;
}

.he .sign_word.two {
  font-size: 25px;
  letter-spacing: 8px;
}

.he .sign_word.one {
  font-size: 20px;
  letter-spacing: 0.5px;
}

.hk .sign_word.one {
  font-size: 20px;
  letter-spacing: 0.5px;
}

.hk .sign_word.two {
  font-size: 30px;
  letter-spacing: 10px;
  padding-left: 5px;
}

.hk .sign_word.one {
  font-size: 18px;
  letter-spacing: 0;
}

.hr .sign_word.two {
  padding-left: 3px;
}

.hu .sign_word.two {
  font-size: 22px;
  letter-spacing: 2px;
  padding-left: 2px;
}

.hu .sign_word.one {
  font-size: 25px;
  letter-spacing: 3px;
  padding-left: 2px;
}

.arm .sign_word.one {
  font-size: 20px;
  letter-spacing: 0.5px;
}

.arm .sign_word.two {
  padding-left: 4px;
  letter-spacing: 4px;
}

.id .sign_word.two {
  font-size: 28px;
  letter-spacing: 2px;
  padding-left: 1px;
}

.id .sign_word.one {
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 15px;
  padding-left: 1px;
}

.ie .sign_word.two {
  font-size: 25px;
  letter-spacing: 5px;
  padding-left: 5px;
}

.ie .sign_word.one {
  font-size: 21px;
  letter-spacing: 0.5px;
}

.in .sign_word.two {
  font-size: 30px;
  letter-spacing: 10px;
  padding-left: 10px;
}

.in .sign_word.one {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 11px;
}

.iq .sign_word.one {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 15px;
}

.iq .sign_word.two {
  font-size: 25px;
  letter-spacing: 7px;
}

.ir .sign_word.one {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 18px;
}

.ir .sign_word.two {
  font-size: 26px;
  letter-spacing: 9px;
}

.it .sign_word.one {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 20px;
}

.it .sign_word.two {
  font-size: 25px;
  letter-spacing: 8px;
  padding-left: 8px;
}

.jp .sign_word.one {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 17px;
  width: 80px;
  text-align: center;
}

.jp .sign_word.two {
  font-size: 26px;
  letter-spacing: 8px;
}

.km .sign_word.two {
  font-size: 28px;
  padding-left: 7px;
  letter-spacing: 7px;
}

.km .sign_word.one {
  font-size: 17px;
  letter-spacing: 0px;
}

.ko .sign_word.one {
  font-size: 20px;
  letter-spacing: 0px;
}

.ko .sign_word.two {
  font-size: 25px;
  letter-spacing: 5px;
}

.kz .sign_word.one {
  font-size: 20px;
  padding-left: 2px;
  letter-spacing: 2px;
}

.lt .sign_word.one {
  font-size: 20px;
  letter-spacing: 0px;
}

.lt .sign_word.two {
  font-size: 26px;
  padding-left: 7px;
  letter-spacing: 7px;
}

.lv .sign_word.one {
  font-size: 20px;
  letter-spacing: 0px;
}

.lv .sign_word.two {
  font-size: 26px;
  padding-left: 8px;
  letter-spacing: 8px;
}

.mn .sign_word.two {
  font-size: 25px;
  letter-spacing: 8px;
}

.mn .sign_word.one {
  font-size: 21px;
  letter-spacing: 1px;
  padding-left: 0px;
}

.my .sign_word.one {
  font-size: 19px;
  letter-spacing: 0px;
  line-height: 15px;
  padding-left: 0px;
}

.my .sign_word.two {
  font-size: 25px;
  letter-spacing: 6px;
}

.mx .sign_word.two {
  font-size: 25px;
  letter-spacing: 7px;
  padding-left: 7px;
}

.mx .sign_word.one {
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 12px;
  padding-left: 1px;
}

.nl .sign_word.one {
  font-size: 25px;
}

.no .sign_word.two {
  font-size: 25px;
  letter-spacing: 7px;
  padding-left: 7px;
}

.no .sign_word.one {
  font-size: 22px;
  letter-spacing: 1.5px;
  line-height: 12px;
}

.sd .sign_word.one {
  font-size: 17px;
  width: 90px;
  text-align: center;
  letter-spacing: 4.5px;
  padding-left: 3px;
}

.sd .sign_word.two {
  font-size: 25px;
  letter-spacing: 9px;
  padding-left: 9px;
}

.nz .sign_word.one {
  font-size: 25px;
  letter-spacing: 4px;
  line-height: 20px;
  padding-left: 4px;
}

.pe .sign_word.one {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 10px;
  padding-left: 0px;
}

.pe .sign_word.two {
  font-size: 25px;
  letter-spacing: 9px;
  padding-left: 9px;
}

.ph .sign_word.one {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 20px;
  padding-left: 1px;
}

.ph .sign_word.two {
  font-size: 25px;
}

.pk .sign_word.one {
  font-size: 20px;
  letter-spacing: 0px;
  padding-left: 0px;
  line-height: 10px;
}

.pk .sign_word.two {
  font-size: 27px;
  letter-spacing: 5px;
}

.pl .sign_word.one {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 20px;
  padding-left: 0px;
}

.pt .sign_word.one {
  font-size: 24px;
}

.ro .sign_word.one {
  font-size: 20px;
  letter-spacing: 0px;
  padding-left: 0px;
}

.sv .sign_word.one {
  font-size: 19px;
  letter-spacing: 1.5px;
  line-height: 11px;
  padding-left: 2px;
}

.sv .sign_word.two {
  font-size: 25px;
  letter-spacing: 5px;
}

.sg .sign_word.two {
  font-size: 25px;
  letter-spacing: 8px;
  padding-left: 8px;
}

.sg .sign_word.one {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 15px;
  padding-left: 0px;
}

.sk .sign_word.one {
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 20px;
  padding-left: 2px;
}

.sl .sign_word.one {
  font-size: 21px;
  letter-spacing: 2px;
  line-height: 12px;
  padding-left: 2px;
}

.sr .sign_word.one {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 15px;
  padding-left: 1px;
}

.sr .sign_word.two {
  font-size: 26px;
  letter-spacing: 6px;
  padding-left: 5px;
}

.sw .sign_word.one {
  font-size: 21px;
}

.th .sign_word.one {
  font-size: 22px;
}

.tj .sign_word.one {
  font-size: 24px;
  letter-spacing: 3px;
  padding-left: 2px;
}

.tr-en .sign_word.one,
.tr .sign_word.one {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 15px;
  padding-left: 0px;
}

.tr-en .sign_word.two,
.tr .sign_word.two {
  font-size: 25px;
  letter-spacing: 8px;
  padding-left: 7px;
}

.tr-en .sign_word.one {
  font-size: 20px;
  letter-spacing: 2px;
}

.tw .sign_word.one {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 20px;
  padding-left: 0px;
}

.tw .sign_word.two {
  font-size: 25px;
  letter-spacing: 7px;
  padding-left: 7px;
}

.ua .sign_word.one {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 15px;
  padding-left: 0px;
}

.ua .sign_word.two {
  font-size: 25px;
  letter-spacing: 5px;
  padding-left: 5px;
}

.uk .sign_word.two {
  font-size: 20px;
  letter-spacing: 2px;
  padding-left: 2px;
}

.uk .sign_word.one {
  font-size: 23px;
  letter-spacing: 5px;
  line-height: 20px;
  padding-left: 5px;
}

.us .sign_word.one {
  font-size: 25px;
  letter-spacing: 6px;
  line-height: 20px;
  padding-left: 6px;
}

.vn .sign_word.one {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 15px;
  padding-left: 0px;
}

.vn .sign_word.two {
  font-size: 25px;
  letter-spacing: 6px;
}

.sw .sign_word.two {
  font-size: 24px;
  letter-spacing: 1.5px;
}

.tz .sign_word.one {
  font-size: 21px;
  letter-spacing: 1.5px;
  line-height: 20px;
  padding-left: 2px;
}

.cm .sign_word.one {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 15px;
  padding-left: 1px;
}

.gh .sign_word.one {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 13px;
  padding-left: 1px;
}

.gh .sign_word.two {
  font-size: 25px;
  letter-spacing: 9px;
  padding-left: 9px;
}

.ml .sign_word.two {
  font-size: 25px;
  letter-spacing: 10px;
  padding-left: 10px;
}

.ml .sign_word.one {
  font-size: 19px;
  letter-spacing: 0px;
  line-height: 10px;
  padding-left: 0px;
}

.mw .sign_word.two {
  font-size: 25px;
  letter-spacing: 7px;
  padding-left: 7px;
}

.mw .sign_word.one {
  font-size: 20px;
}

.ng .sign_word.two {
  font-size: 25px;
  letter-spacing: 10px;
  padding-left: 10px;
}

.ng .sign_word.one {
  font-size: 23px;
  letter-spacing: 2px;
  line-height: 15px;
  padding-left: 2px;
}

.tg .sign_word.two {
  font-size: 25px;
  letter-spacing: 7px;
  padding-left: 7px;
}

.tg .sign_word.one {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 10px;
  padding-left: 0px;
}

.ee .sign_word.one {
  font-size: 17px;
  line-height: 14px;
}

.ee .sign_word.two {
  font-size: 29px;
  letter-spacing: 9.5px;
  padding-left: 7px;
}

.br-en .sign_word.one {
  font-size: 20px;
  letter-spacing: 0;
}

.br-en .sign_word.two {
  font-size: 26px;
  letter-spacing: 5.5px;
}

.es-en .sign_word.two {
  font-size: 30px;
  letter-spacing: 7px;
}

.es-en .sign_word.one {
  font-size: 19px;
  letter-spacing: 0.5px;
  line-height: 7px;
}

.fr-en .sign_word.two {
  font-size: 30px;
  letter-spacing: 2px;
  padding-left: 2px;
}

.fr-en .sign_word.one {
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 10px;
  padding-left: 2px;
}

.gr-en .sign_word.one {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 12px;
  padding-left: 2px;
}

.gr-en .sign_word.two {
  font-size: 28px;
  letter-spacing: 4px;
  padding-left: 4px;
}

.sign_word.one {
  font-size: 24px;
  letter-spacing: 1px;
  padding-left: 1px;
}

.сo .sign_word.two,
.hu-en .sign_word.two {
  font-size: 28px;
  letter-spacing: 4px;
  padding-left: 4px;
}

.hu-en .sign_word.one {
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 15px;
  padding-left: 2px;
}

.it-en .sign_word.two {
  font-size: 30px;
  letter-spacing: 5px;
  padding-left: 5px;
}

.it-en .sign_word.one {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 7px;
  padding-left: 0;
}

.nl-en .sign_word.two {
  font-size: 21px;
  letter-spacing: 4px;
  padding-left: 4px;
}

.nl-en .sign_word.one {
  font-size: 22px;
  letter-spacing: 5px;
  line-height: 15px;
  padding-left: 5px;
}

.pl-en .sign_word.two {
  font-size: 30px;
  letter-spacing: 5px;
  padding-left: 5px;
}

.pl-en .sign_word.one {
  font-size: 23px;
  letter-spacing: 1px;
  line-height: 10px;
  padding-left: 1px;
}

.pt-en .sign_word.one {
  font-size: 23px;
  letter-spacing: 2px;
  line-height: 20px;
  padding-left: 2px;
}

.pt-en .sign_word.two {
  font-size: 24px;
  letter-spacing: 5px;
  padding-left: 5px;
}

.sl-en .sign_word.one,
.sk-en .sign_word.one {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 15px;
  padding-left: 0px;
}

.nl-fr .sign_word.one {
  font-size: 19px;
  letter-spacing: 0.5px;
  padding-left: 0px;
}

.nl-pl .sign_word.one {
  font-size: 22px;
  letter-spacing: 1px;
  padding-left: 1px;
}

.ca-fr .sign_word.one {
  font-size: 18px;
  letter-spacing: 0;
}

.sg-cn .sign_word.one {
  font-size: 20px;
}

.sg-en .sign_word.one {
  font-size: 25px;
}

.bo .sign_word.one {
  font-size: 22px;
  letter-spacing: 1px;
}

.bo .sign_word.two {
  font-size: 30px;
  letter-spacing: 4.5px;
  line-height: 30px;
}

.cu .sign_word.one {
  font-size: 20px;
  letter-spacing: 0px;
}

.cu .sign_word.two {
  font-size: 33px;
  letter-spacing: 10px;
  line-height: 33px;
  padding-left: 10px;
}

.ec .sign_word.one {
  font-size: 22px;
  letter-spacing: 1px;
  padding-left: 2px;
}

.ec .sign_word.two {
  font-size: 27px;
  letter-spacing: 2.5px;
  margin: 0;
  padding: 0;
  padding-left: 3px;
  line-height: 30px;
}

.gt .sign_word.one {
  font-size: 25px;
  letter-spacing: 1.5px;
  padding-left: 1px;
}

.gt .sign_word.two {
  font-size: 25px;
  line-height: 27px;
  letter-spacing: 2px;
  padding-left: 1px;
}

.sign_word.two {
  font-size: 24px;
  letter-spacing: 2px;
  padding-left: 3px;
}

.py .sign_word.two {
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 2px;
  padding-left: 2px;
}

.py .sign_word.one {
  font-size: 21px;
  letter-spacing: 2px;
  padding-left: 1px;
}

.blu-p.sv .sign_word.one {
  font-size: 23px;
  letter-spacing: 2px;
}

.blu-p.sv .sign_word.two {
  font-size: 23px;
  letter-spacing: 1px;
}

.pr .sign_word.two {
  font-size: 24px;
  letter-spacing: 0px;
  padding-left: 0px;
}

.uy .sign_word.two {
  font-size: 26px;
  letter-spacing: 1px;
  padding-left: 1px;
  line-height: 30px;
}

.uy .sign_word.one {
  font-size: 23px;
  letter-spacing: 0px;
  padding-left: 1px;
}

.pa .sign_word.two {
  font-size: 26px;
  letter-spacing: 4px;
  padding-left: 2px;
  line-height: 30px;
}

.pa .sign_word.one {
  font-size: 22px;
  letter-spacing: 0px;
  padding-left: 0px;
}

/* orange */

:root .ml,
:root .mk,
:root .in,
:root .ie {
  --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff,
    0 0 15px #ad5000, 0 0 30px #ee6d00, 0 0 40px #ff7500, 0 0 70px #b92b00,
    0 0 100px #743500;
  --flick-small-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff,
    0 0 15px #b9b59f, 0 0 30px #2f2700, 0 0 40px #ffffff, 0 0 70px #ffdb2d,
    0 0 100px #ccaf24;
}

.ml .header-lang-flag,
.ml .sign-flag,
.ro .header-lang-flag,
.ro .sign-flag,
.in .header-lang-flag,
.in .sign-flag,
.ie .header-lang-flag,
.ie .sign-flag {
  box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem #b95808,
    0 0 0.8rem #a9530a, 0 0 1rem #ff8016, inset 0 0 1.3rem #d96300;
}

/* yellow */

:root .ey-p,
:root .ve,
:root .ec,
:root .co,
:root .ua,
:root .fr-be,
:root .NL-BE {
  --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff,
    0 0 15px #cba800, 0 0 30px #facf00, 0 0 40px #f3c900, 0 0 70px #ffdb2d,
    0 0 100px #ccaf24;
  --flick-small-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff,
    0 0 15px #b9b59f, 0 0 30px #2f2700, 0 0 40px #ffffff, 0 0 70px #ffdb2d,
    0 0 100px #ccaf24;
}

.ey-p span.header-lang-flag,
.ey-p .sign-flag,
.ve .header-lang-flag,
.ve .sign-flag,
.ec .header-lang-flag,
.ec .sign-flag,
.co .header-lang-flag,
.co .sign-flag,
.ua .header-lang-flag,
.ua .sign-flag,
.NL-BE .header-lang-flag,
.NL-BE .sign-flag,
.fr-be .sign-flag,
.fr-be .header-lang-flag {
  box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem #8c760c,
    0 0 0.8rem #ffdb2d, 0 0 1rem #bf7629, inset 0 0 1.3rem #202124;
}

/* green */

:root .green-p,
:root .bo,
:root .br-en,
:root .tg,
:root .ng,
:root .gh,
:root .tz,
:root .uz,
:root .sw,
:root .pt,
:root .pt-en,
:root .pk,
:root .mx,
:root .it,
:root .it-en,
:root .hu,
:root .hu-en,
:root .bd,
:root .br-en,
:root .br {
  --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff,
    0 0 15px #00bb55, 0 0 30px #26754a, 0 0 40px #00a44b, 0 0 70px #04a24d,
    0 0 100px #005326;
  --flick-small-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff,
    0 0 15px #8defba, 0 0 30px #4bff9d, 0 0 40px #00a44b, 0 0 70px #003619,
    0 0 100px #1aff83;
}

.green-p span.header-lang-flag,
.green-p .sign-flag,
.bo .header-lang-flag,
.bo .sign-flag,
.br-en .header-lang-flag,
.br-en .sign-flag,
.tg .header-lang-flag,
.tg .sign-flag,
.ng .header-lang-flag,
.ng .sign-flag,
.gh .header-lang-flag,
.gh .sign-flag,
.tz .header-lang-flag,
.tz .sign-flag,
.uz .header-lang-flag,
.uz .sign-flag,
.sw .header-lang-flag,
.sw .sign-flag,
.pt .header-lang-flag,
.pt .sign-flag,
.pt-en .header-lang-flag,
.pt-en .sign-flag,
.pk .header-lang-flag,
.pk .sign-flag,
.mx .header-lang-flag,
.mx .sign-flag,
.it .header-lang-flag,
.it .sign-flag,
.it-en .header-lang-flag,
.it-en .sign-flag,
.hu .header-lang-flag,
.hu .sign-flag,
.hu-en .header-lang-flag,
.hu-en .sign-flag,
.br .header-lang-flag,
.br .sign-flag,
.br-en .header-lang-flag,
.br-en .sign-flag,
.bd .sign-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;
}

/* blue */

:root .blu-p,
:root .uy,
:root .pr,
:root .ni,
:root .hn,
:root .gt,
:root .cu,
:root .ee,
:root .uk,
:root .tw,
:root .sl,
:root .sl-en,
:root .sv,
:root .nz,
:root .nl,
:root .nl-en,
:root .kz,
:root .km,
:root .he,
:root .gr-en,
:root .gr,
:root .fi,
:root .bs,
:root .ar,
:root .au {
  --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff,
    0 0 15px #0074ce, 0 0 30px #008fff, 0 0 40px #1593f6, 0 0 70px #0a4979,
    0 0 100px #0070c8;
  --flick-small-text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff,
    0 0 11px #45abfb, 0 0 20px #0b548e, 0 0 30px #1498ff, 0 0 55px #2e86ca,
    0 0 80px #0071ca;
}

.blu-p span.header-lang-flag,
.blu-p .sign-flag,
.pr span.header-lang-flag,
.pr .sign-flag,
.uy span.header-lang-flag,
.uy .sign-flag,
.ni span.header-lang-flag,
.ni .sign-flag,
.hn span.header-lang-flag,
.hn .sign-flag,
.gt span.header-lang-flag,
.gt .sign-flag,
.cu span.header-lang-flag,
.cu .sign-flag,
.ee span.header-lang-flag,
.ee .sign-flag,
.uk span.header-lang-flag,
.uk .sign-flag,
.tw span.header-lang-flag,
.tw .sign-flag,
.sl span.header-lang-flag,
.sl .sign-flag,
.sl-en span.header-lang-flag,
.sl-en .sign-flag,
.sv span.header-lang-flag,
.sv .sign-flag,
.nz span.header-lang-flag,
.nz .sign-flag,
.nl span.header-lang-flag,
.nl .sign-flag,
.nl-en span.header-lang-flag,
.nl-en .sign-flag,
.kz span.header-lang-flag,
.kz .sign-flag,
.km span.header-lang-flag,
.km .sign-flag,
.he span.header-lang-flag,
.he .sign-flag,
.gr span.header-lang-flag,
.gr .sign-flag,
.gr-en span.header-lang-flag,
.gr-en .sign-flag,
.fi span.header-lang-flag,
.fi .sign-flag,
.bs span.header-lang-flag,
.au .sign-flag,
.bs .sign-flag {
  box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem #30377f,
    0 0 0.8rem #4352ea, 0 0 1rem #1a259c, inset 0 0 1.3rem #323780;
}

/* white */

:root .white {
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #444444,
    0 0 30px #ffffff, 0 0 40px #747373, 0 0 70px #404040, 0 0 100px #f4f9fd;
  /* --flick-big-text-shadow: 0 0 2px #817575, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #444444, 0 0 30px #ffffff, 0 0 40px #747373, 0 0 70px #404040, 0 0 100px #f4f9fd;
      --flick-small-text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 11px #dddba0, 0 0 20px #efb8d7, 0 0 30px #c3b7df, 0 0 55px #c2e5bd, 0 0 80px #e9e5c9; */
}

/* violet */

:root .violet {
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #6411d1,
    0 0 30px #ffffff, 0 0 40px #650e9b, 0 0 70px #920bab, 0 0 100px #7111cf;
  /* --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #6411d1, 0 0 30px #ffffff, 0 0 40px #650e9b, 0 0 70px #920bab, 0 0 100px #7111cf;
      --flick-small-text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 11px #dda0d3, 0 0 20px #efb8d7, 0 0 30px #8b67df, 0 0 55px #6b03b9, 0 0 80px #5d0097; */
}

/* yellow */

:root .yellow {
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #cba800,
    0 0 30px #facf00, 0 0 40px #f3c900, 0 0 70px #ffdb2d, 0 0 100px #ccaf24;
  /* --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #cba800, 0 0 30px #facf00, 0 0 40px #f3c900, 0 0 70px #ffdb2d, 0 0 100px #ccaf24;
      --flick-small-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #b9b59f, 0 0 30px #2f2700, 0 0 40px #ffffff, 0 0 70px #ffdb2d, 0 0 100px #ccaf24; */
}

/* blue */

:root .blue {
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #0074ce,
    0 0 30px #008fff, 0 0 40px #1593f6, 0 0 70px #0a4979, 0 0 100px #0070c8;
  /* --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #0074ce, 0 0 30px #008fff, 0 0 40px #1593f6, 0 0 70px #0a4979, 0 0 100px #0070c8;
      --flick-small-text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 11px #45abfb, 0 0 20px #0b548e, 0 0 30px #1498ff, 0 0 55px #2e86ca, 0 0 80px #0071ca; */
}

/* green */

:root .green {
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #00bb55,
    0 0 30px #26754a, 0 0 40px #00a44b, 0 0 70px #04a24d, 0 0 100px #005326;
  /* --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #00bb55, 0 0 30px #26754a, 0 0 40px #00a44b, 0 0 70px #04a24d, 0 0 100px #005326;
      --flick-small-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #8defba, 0 0 30px #4bff9d, 0 0 40px #00a44b, 0 0 70px #003619, 0 0 100px #1aff83; */
}

/* orange */

:root .orange {
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #ad5000,
    0 0 30px #ee6d00, 0 0 40px #ff7500, 0 0 70px #b92b00, 0 0 100px #743500;
  /* --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #ad5000, 0 0 30px #ee6d00, 0 0 40px #ff7500, 0 0 70px #b92b00, 0 0 100px #743500;
      --flick-small-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #b9b59f, 0 0 30px #2f2700, 0 0 40px #ffffff, 0 0 70px #ffdb2d, 0 0 100px #ccaf24; */
}

/* red */

:root .red {
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #ff1b1b,
    0 0 30px #7c1414, 0 0 40px #bb1148, 0 0 70px #c90303, 0 0 100px #e90000;
  /* --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #ff1b1b, 0 0 30px #7c1414, 0 0 40px #bb1148, 0 0 70px #c90303, 0 0 100px #e90000;
      --flick-small-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #b9b59f, 0 0 30px #bd0000, 0 0 40px #ffffff, 0 0 70px #bb3030, 0 0 100px #933333; */
}

/* darkblue */

:root .darkblue {
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #4121a5,
    0 0 30px #0080ee, 0 0 40px #3a37cf, 0 0 70px #0b00b9, 0 0 100px #3219bd;
  /* --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #4121a5, 0 0 30px #0080ee, 0 0 40px #3a37cf, 0 0 70px #0b00b9, 0 0 100px #3219bd;
      --flick-small-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #73b4eb, 0 0 30px #1f0cbf, 0 0 40px #ffffff, 0 0 70px #2d5aff, 0 0 100px #3b3d78; */
}

.list-item-info_name.orange {
  /* animation: flicker 5.5s infinite alternate; */
}

.list-item-info_name.white,
.list-item-info_name.green {
  /* animation: flicker 6s infinite alternate; */
}

.list-item-info_name.violet,
.list-item-info_name.blue {
  /* animation: flicker 6.5s infinite alternate; */
}

.list-item-info_name.darkblue,
.list-item-info_name.yellow {
  /* animation: flicker 4.5s infinite alternate; */
}

.list-item-info_name.red {
  /* animation: flicker 4s infinite alternate; */
}

.list-item-bonuses_cash {
  /* animation: flicker 5s infinite alternate; */
  text-align: center;
}

.list-item-bonuses_fs {
  /* animation: flicker 4s infinite alternate; */
  text-align: center;
}


.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;
}

.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;
}

.list-item-bottom_btn:hover {
  animation: animate 8s linear infinite;
}

.list-item-bottom_games .type b {
  margin-right: 5px;
}

.lang-flag span {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
  border-radius: 50%;
}

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-items img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: baseline;
}

@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("./image/icon/casino_icon.png");
}

.icon.mobile:before {
  background-image: url("./image/icon/mobile_icon.png");
}

.icon.live:before {
  background-image: url("./image/icon/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;
}

.top-pay {
  display: block;
  height: 40px;
  width: 70px;
  background-color: rgb(93 93 93 / 25%);
  backdrop-filter: blur(5px);
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: -20px;
  left: -20px;
  border: 1px solid rgb(255 255 255 / 25%);
  z-index: 10;
  padding: 7px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
}

.top-pay img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.red-p .top-pay {
  -webkit-box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem rgb(255 0 0 / 60%), 0 0 0.8rem rgb(255 0 0 / 60%), 0 0 1rem rgb(255 0 0 / 60%), inset 0 0 0.5rem rgb(255 0 35 / 60%);
  box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem rgb(255 0 0 / 60%), 0 0 0.8rem rgb(255 0 0 / 60%), 0 0 1rem rgb(255 0 0 / 60%), inset 0 0 0.5rem rgb(255 0 35 / 60%);
}

.blu-p .top-pay {
  -webkit-box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem #30377f, 0 0 0.8rem rgb(78 94 255), 0 0 1rem #1d2dd9, inset 0 0 1.3rem #525dff;
  box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem #30377f, 0 0 0.8rem rgb(78 94 255), 0 0 1rem #1d2dd9, inset 0 0 1.3rem #525dff;
}

.green-p .top-pay {
  -webkit-box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #007d1b, 0 0 0.3rem #00ff75, 0 0 0.8rem #179752, 0 0 1rem #02a54c, inset 0 0 1.3rem #005326;
  box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #007d1b, 0 0 0.3rem #00ff75, 0 0 0.8rem #179752, 0 0 1rem #02a54c, inset 0 0 1.3rem #005326;
}

.ey-p .top-pay {
  -webkit-box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem #8c760c, 0 0 0.8rem rgb(255 219 45 / 70%), 0 0 1rem #bf7629, inset 0 0 1.3rem rgb(239 255 0 / 25%);
  box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem #8c760c, 0 0 0.8rem rgb(255 219 45 / 70%), 0 0 1rem #bf7629, inset 0 0 1.3rem rgb(239 255 0 / 25%)
}

.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;
}

.mini .slick-next {
  right: -7px;
}

.mini .slick-next:before,
.mini .slick-prev:before {
  content: "";
  display: block;
  height: 50px;
  background: url("./image/icon/arrow_svg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.mini .slick-next:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@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;
  }

  .demo-slide {
    height: 20px;
    margin: 3px;
  }

  .logos {
    height: 20px;
  }

  .logos_slide {
    gap: 3px;
    height: 20px;
  }
}

@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_btn_txt {
    font-size: 20px;
    letter-spacing: -0.77px;
  }

  .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;
  }

  .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;
  }
}

@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-info_text_ul {
    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;
  }

  .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;
  }
}


/* from app.css  */