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

a {
  background-color: transparent;
}

.layout {
  min-height: 100vh;
}

.layout,
.layout .layout__main {
  display: flex;
  flex-direction: column;
}
.layout .layout__main {
  flex: 1;
  padding-bottom: 40px;
  /* padding-top: 50px; */
  overflow-x: hidden;
}

html,
body {
  font-family: Nunito Sans, sans-serif;
}

img {
  border: none;
  border-style: none;
}

.image--hidden {
  display: none !important;
}

.link {
  text-decoration: none;
}

.btn:before,
.link-btn:before {
  background: #67d67c linear-gradient(1turn, #67d67c, #278f56);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.btn:not(:disabled),
.link-btn:not(:disabled) {
  cursor: pointer;
}

.btn,
.link-btn {
  align-items: center;
  background: #278f56 linear-gradient(180deg, #67d67c -1.79%, #278f56);
  border: none;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 17px;
  font-style: normal;
  font-weight: 900;
  justify-content: center;
  line-height: 1.2;
  margin: 0;
  min-height: 40px;
  min-width: 100px;
  outline: none;
  overflow: hidden;
  padding: 5px 12px;
  position: relative;
  text-decoration: none;
  text-shadow: none;
  text-transform: capitalize;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease, box-shadow 0.3s ease;
  vertical-align: middle;
  /* width: 100%; */
}

.header-left-desktop__logo {
  height: 60px;
  width: 86px;
}

.desktop__block {
  padding: 12px 0;
  position: relative;
}

.logo {
  display: inline-block;
  vertical-align: top;
}

.logo .image {
  border: none;
  display: inline-block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
  width: 100%;
}

.link-btns {
  text-decoration: none;
}

.btn--secondary,
.link-btn--secondary {
  background: #2e364a linear-gradient(93.92deg, #2e364a, #181f2c 99.52%);
  border: 1px solid #2e364a;
  color: #fff;
  font-weight: 700;
}

.bar-controller .bar-controller__btn {
  align-items: center;
  color: #afb4bf;
  display: flex;
  font-size: 40px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  transition: color 0.3s ease;
  width: 24px;
}
.font-icons--bar:before {
  content: "";
}
.header__left .fas.fa-bars {
  width: 23.98px;
  height: 41px;
}

.text-btn {
  background: transparent none;
  border: none;
  box-shadow: none;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 0;
  transition: color 0.3s ease;
  vertical-align: top;
}
.text-btn--primary {
  color: #afb4bf;
}
.text-btn:not(:disabled) {
  cursor: pointer;
}
.text-btn:active,
.text-btn:focus,
.text-btn:hover {
  background: transparent none;
  color: #afb4bf;
  outline: none;
}

.font-icons {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: font-icons !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

.layout__main {
  background-color: #141414;
  color: #afb4bf;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.2;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  text-align: left;
  transition: background-color 0.3s ease;
}

@media screen and (orientation: landscape) {
  /* .layout .layout__main {
    padding-left: 54px;
  } */
}

.main_component {
  overflow-x: hidden;
  /* overflow-y: auto; */
}

.home-slider {
  position: relative;
}

.home-slider-main.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.home-slider-main.slick-slider:hover .slick-next,
.home-slider-main.slick-slider:hover .slick-prev {
  opacity: 1;
}
.home-slider-main.slick-slider .slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.home-slider-main.slick-slider .slick-list:focus {
  outline: none;
}
.home-slider-main.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.home-slider-main.slick-slider .slick-list,
.home-slider-main.slick-slider .slick-track {
  transform: translateZ(0);
  transition-delay: 10ms;
}
.home-slider-main.slick-slider .slick-track {
  display: flex !important;
  left: 0;
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.home-slider-main.slick-slider .slick-track:after,
.home-slider-main.slick-slider .slick-track:before {
  content: "";
  display: table;
}
.home-slider-main.slick-slider .slick-track:after {
  clear: both;
}
.slick-loading .home-slider-main.slick-slider .slick-track {
  visibility: hidden;
}
.home-slider-main.slick-slider .slick-slide {
  float: left;
  height: inherit !important;
  min-height: 300px;
}

@media (max-width: 767px) {
  .header-left-desktop__logo {
    display: none;
  }

  .select-language-icons-with-name {
    display: none;
  }
}

.select-language-icons-with-name__container-down {
  display: none;
  flex-direction: column;
  position: fixed;
  background-color: #1b2536;
  border: 1px solid #2e364a;
  width: 160px;
  left: 10px;
  z-index: 99999999;
  bottom: 50px;
  padding-top: 10px;
}

@media (max-width: 1248px) {
  .select-language-icons-with-name__button-inner-down {
    display: none;
  }
}

.select-language-icons-with-name__container-up {
  display: none;
  flex-direction: column;
  position: fixed;
  background-color: #1b2536;
  border: 1px solid #2e364a;
  width: 160px;
  right: 10px;
  z-index: 99999999;
  top: 60px;
  padding-top: 10px;
}

.select-language-icons-with-name__item {
  list-style-type: none;
}

@media (max-width: 1248px) {
  .select-language-icons-with-name__container-down {
    display: none !important;
  }
}
.option-link__content {
  display: flex;
  align-items: center;
}

.select-language-icons-with-name__icon > img {
  border-radius: 50%;
  width: 25px;
}

.select-language-icons-with-name__link:hover
  .select-language-icons-with-name__name {
  color: #1ab5ff;
}

.select-language-icons-with-name__name-selected {
  color: #1ab5ff;
}

.caret-translation-down {
  font-size: 12px;
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .home-slider-main.slick-slider .slick-slide {
    min-height: 390px;
  }
}
[dir="rtl"] .home-slider-main.slick-slider .slick-slide {
  float: right;
}
.home-slider-main.slick-slider .slick-slide img {
  display: block;
}
.home-slider-main.slick-slider .slick-slide.slick-loading img {
  display: none;
}
.home-slider-main.slick-slider .slick-slide.dragging img {
  pointer-events: none;
}
.home-slider-main.slick-slider .slick-slide > div {
  height: 100%;
  width: 100%;
}
.home-slider-main.slick-slider.slick-initialized .slick-slide {
  display: block;
}
.home-slider-main.slick-slider.slick-loading .slick-slide {
  visibility: hidden;
}
.home-slider-main.slick-slider.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.home-slider-main.slick-slider .slick-arrow.slick-hidden {
  display: none;
}
.home-slider-main.slick-slider .slick-next,
.home-slider-main.slick-slider .slick-prev {
  background: rgba(177, 189, 221, 0.2);
  border-radius: unset;
  color: #afb4bf;
  display: block;
  font-size: 18px;
  height: 46px;
  line-height: 1;
  opacity: 0;
  padding-bottom: 14px;
  padding-top: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease, opacity 0.3s ease;
  width: 28px;
  z-index: 1;
}
.home-slider-main.slick-slider .slick-next:hover,
.home-slider-main.slick-slider .slick-prev:hover {
  background-color: #1e2432;
}
.home-slider-main.slick-slider .slick-prev {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  left: 0;
  padding-left: 4px;
  padding-right: 6px;
}
.home-slider-main.slick-slider .slick-next {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  padding-left: 6px;
  padding-right: 4px;
  right: 0;
}
@media (min-width: 1249px) {
  .home-slider-main.slick-slider .slick-next {
    right: 15px;
  }
}

.home-slider-main.slick-slider.slick-dotted {
  margin-bottom: 30px;
}
.home-slider-main.slick-slider .slick-dots {
  bottom: 36px;
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .home-slider-main.slick-slider .slick-dots {
    bottom: 46px;
  }
}
.home-slider-main.slick-slider .slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 4px;
  padding: 0;
  position: relative;
}
.home-slider-main.slick-slider .slick-dots li button {
  background-color: rgba(26, 181, 255, 0.3);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 8px;
  line-height: 0px;
  outline: none;
  padding: 0;
  position: relative;
  transition: background-color 0.3s ease;
  width: 8px;
}
@media (min-width: 1248px) {
  .home-slider-main.slick-slider .slick-dots li button:hover {
    background-color: #fff;
    outline: none;
  }
}
.home-slider-main.slick-slider .slick-dots li.slick-active button {
  background-color: #fff;
  height: 8px;
  width: 8px;
}

/* Styles for header */
.header {
  align-items: center;
  background: #252931;
  display: flex;
  justify-content: space-between;
  left: 0;
  min-height: 70px;

  padding: 10px 12px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1060;
}

.mobile-header {
  background: #252931;
  position: fixed;
  top: 0;
  height: 50px;
  width: 100vw;
  z-index: 99999;
  display: none;
}

.mobile-header__logo {
  height: 35px;
}

.mobile-header__link-container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.mobile-header__link-underline {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 15%;
  background-color: #1ab5ff;
}

.mobile-header__link-active {
  text-decoration: none;
  color: #1ab5ff;
  font-weight: 600;
}

.mobile-header__link {
  color: #afb4bf;
  font-weight: 600;
  text-decoration: none;
}

@media (max-width: 765px) {
  .header {
    flex-direction: row-reverse;
  }

  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
}

.header__left,
.header__right {
  align-items: center;
  display: flex;
  height: 100%;
}

@media (max-width: 768px) {
  .header__right {
    flex-direction: row-reverse;
    gap: 5px;
  }
}

.header__bar {
  margin: 0 20px 0 0;
  padding: 0;
}

.header .header__logo {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 50px;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.header .header__logo .image {
  width: auto;
}

.header .header__button {
  min-width: 132px;
}

.header .header__button--sign-in {
  margin-left: 8px;
}

.header .header__locales {
  margin-left: 20px;
}

.header__notification-center {
  margin-right: 20px;
}

.dashboard__layout {
  display: flex;
}

/* Styles for sidebar modal */
.sidebar-modal {
  position: fixed;
  left: -180px;
  width: 180px;
  height: 100vh;
  background-color: #252931;
  z-index: 999;
  padding: 20px 20px 0 0;
  transition: 300ms;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  align-items: stretch;
}

.sidebar-backdrop {
  /* background-color: #0e121a; */
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 5;
  opacity: 0.9;
  backdrop-filter: blur(5px);
  display: none;
  /* transition: 3000ms; */
}

.sidebar-backdrop.active {
  display: block;
}

@media screen and (min-width: 768px) {
  .header {
    top: 0;
    bottom: auto;
  }

  .layout__main {
    margin-top: 30px;
  }

  .sidebar-logo {
    display: none;
  }

  .sidebar-modal {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1250px) {
  .sidebar-modal {
    left: 0;
    position: fixed;
    padding-top: 0px;
  }

  .header {
    display: none;
  }

  .layout__main {
    margin-top: 0px;
    width: calc(100vw - 180px);
    margin-left: 180px;
  }

  .sidebar-logo {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header {
    top: auto;
    bottom: 0px;
  }
}

.sidebar-modal.active {
  left: 0;
}
.sidebar-modal ul {
  list-style-type: none;
  padding: 0;
}

/* Add padding to the top of the main content when sidebar is active */
.sidebar-modal.active + .layout__main {
  padding-top: 60px; /* Adjust this value according to your header height */
}

/* Styles for close button */
.close-btn {
  display: none;
  background-color: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
  margin-left: 10px;
}

.header-left-desktop__top {
  overflow-y: auto;
}

.header-left-desktop__top {
  scrollbar-color: rgba(26, 181, 255, 0.5);
  scrollbar-width: thin;
}

/* Show the close button when sidebar is active */
/* .sidebar-modal.active + .header .close-btn {
  display: block;
} */

.left-header-menu {
  display: block;
  list-style: none;
}

.left-header-menu,
.left-header-menu__item {
  margin: 0;
  padding: 0;
  width: 100%;
}

.left-header-menu__item--christmas-calendar .left-header-menu__icon,
.left-header-menu__item--christmas-calendar .left-header-menu__name,
.left-header-menu__item--halloween .left-header-menu__icon,
.left-header-menu__item--halloween .left-header-menu__name,
.left-header-menu__item--lootwheel-landing .left-header-menu__icon,
.left-header-menu__item--lootwheel-landing .left-header-menu__name,
.left-header-menu__item--lucky-hearts .left-header-menu__icon,
.left-header-menu__item--lucky-hearts .left-header-menu__name,
.left-header-menu__item--luckywheel .left-header-menu__icon,
.left-header-menu__item--luckywheel .left-header-menu__name {
  position: relative;
  z-index: 5;
}

.left-header-menu__link {
  align-items: center;
  color: #afb4bf;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  min-height: 40px;
  outline: none;
  padding: 0 16px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: color 0.3s ease;
  width: 100%;
}

.left-header-menu__link:before {
  background: #1ab5ff;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  content: "";
  display: none;
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s ease, height 0.3s ease, top 0.3s ease;
  width: 2px;
}

@media (min-width: 768px) {
  .left-header-menu__link:before {
    display: block;
  }
}

.left-header-menu__item--christmas-calendar .left-header-menu__link,
.left-header-menu__item--halloween .left-header-menu__link,
.left-header-menu__item--lootwheel-landing .left-header-menu__link,
.left-header-menu__item--lucky-hearts .left-header-menu__link,
.left-header-menu__item--luckywheel .left-header-menu__link {
  transition: color 0.5s ease-in-out;
}

.left-header-menu__item--christmas-calendar .left-header-menu__link:before,
.left-header-menu__item--halloween .left-header-menu__link:before,
.left-header-menu__item--lootwheel-landing .left-header-menu__link:before,
.left-header-menu__item--lucky-hearts .left-header-menu__link:before,
.left-header-menu__item--luckywheel .left-header-menu__link:before {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  height: 100%;
  opacity: 1;
  top: 0;
  transition: width 0.5s ease-in-out;
  width: 0;
}

.left-header-menu__item--halloween .left-header-menu__link:before {
  background: linear-gradient(267deg, #ff5c00, rgba(255, 138, 40, 0));
}

.left-header-menu__item--christmas-calendar .left-header-menu__link:before {
  background: linear-gradient(
    267deg,
    rgba(0, 178, 255, 0.82),
    rgba(0, 178, 255, 0)
  );
}

.left-header-menu__item--lootwheel-landing .left-header-menu__link:before {
  background: linear-gradient(267deg, #eb00ff, rgba(235, 0, 255, 0));
}

.left-header-menu__item--luckywheel .left-header-menu__link:before {
  background: linear-gradient(267deg, #00e0ff, rgba(0, 54, 195, 0));
}

.left-header-menu__item--lucky-hearts .left-header-menu__link:before {
  background: linear-gradient(
    267deg,
    rgba(255, 0, 46, 0.74),
    rgba(255, 0, 0, 0)
  );
}

.left-header-menu__link:active,
.left-header-menu__link:focus {
  color: #afb4bf;
  outline: none;
  text-decoration: none;
}

.left-header-menu__link--current,
.left-header-menu__link--current:active,
.left-header-menu__link--current:focus,
.left-header-menu__link--current:hover,
.left-header-menu__link:hover,
.left-header-menu__link:hover:active,
.left-header-menu__link:hover:focus,
.left-header-menu__link:hover:hover {
  color: #fff;
}

.left-header-menu__link--current .left-header-menu__icon,
.left-header-menu__link--current:active .left-header-menu__icon,
.left-header-menu__link--current:focus .left-header-menu__icon,
.left-header-menu__link--current:hover .left-header-menu__icon,
.left-header-menu__link:hover .left-header-menu__icon,
.left-header-menu__link:hover:active .left-header-menu__icon,
.left-header-menu__link:hover:focus .left-header-menu__icon,
.left-header-menu__link:hover:hover .left-header-menu__icon {
  color: #1ab5ff;
  opacity: 1;
}

.left-header-menu__item--christmas-calendar
  .left-header-menu__link--current:active:before,
.left-header-menu__item--christmas-calendar
  .left-header-menu__link--current:before,
.left-header-menu__item--christmas-calendar
  .left-header-menu__link--current:focus:before,
.left-header-menu__item--christmas-calendar
  .left-header-menu__link--current:hover:before,
.left-header-menu__item--christmas-calendar
  .left-header-menu__link:hover:active:before,
.left-header-menu__item--christmas-calendar
  .left-header-menu__link:hover:before,
.left-header-menu__item--christmas-calendar
  .left-header-menu__link:hover:focus:before,
.left-header-menu__item--christmas-calendar
  .left-header-menu__link:hover:hover:before,
.left-header-menu__item--halloween
  .left-header-menu__link--current:active:before,
.left-header-menu__item--halloween .left-header-menu__link--current:before,
.left-header-menu__item--halloween
  .left-header-menu__link--current:focus:before,
.left-header-menu__item--halloween
  .left-header-menu__link--current:hover:before,
.left-header-menu__item--halloween .left-header-menu__link:hover:active:before,
.left-header-menu__item--halloween .left-header-menu__link:hover:before,
.left-header-menu__item--halloween .left-header-menu__link:hover:focus:before,
.left-header-menu__item--halloween .left-header-menu__link:hover:hover:before,
.left-header-menu__item--lootwheel-landing
  .left-header-menu__link--current:active:before,
.left-header-menu__item--lootwheel-landing
  .left-header-menu__link--current:before,
.left-header-menu__item--lootwheel-landing
  .left-header-menu__link--current:focus:before,
.left-header-menu__item--lootwheel-landing
  .left-header-menu__link--current:hover:before,
.left-header-menu__item--lootwheel-landing
  .left-header-menu__link:hover:active:before,
.left-header-menu__item--lootwheel-landing .left-header-menu__link:hover:before,
.left-header-menu__item--lootwheel-landing
  .left-header-menu__link:hover:focus:before,
.left-header-menu__item--lootwheel-landing
  .left-header-menu__link:hover:hover:before,
.left-header-menu__item--lucky-hearts
  .left-header-menu__link--current:active:before,
.left-header-menu__item--lucky-hearts .left-header-menu__link--current:before,
.left-header-menu__item--lucky-hearts
  .left-header-menu__link--current:focus:before,
.left-header-menu__item--lucky-hearts
  .left-header-menu__link--current:hover:before,
.left-header-menu__item--lucky-hearts
  .left-header-menu__link:hover:active:before,
.left-header-menu__item--lucky-hearts .left-header-menu__link:hover:before,
.left-header-menu__item--lucky-hearts
  .left-header-menu__link:hover:focus:before,
.left-header-menu__item--lucky-hearts
  .left-header-menu__link:hover:hover:before,
.left-header-menu__item--luckywheel
  .left-header-menu__link--current:active:before,
.left-header-menu__item--luckywheel .left-header-menu__link--current:before,
.left-header-menu__item--luckywheel
  .left-header-menu__link--current:focus:before,
.left-header-menu__item--luckywheel
  .left-header-menu__link--current:hover:before,
.left-header-menu__item--luckywheel .left-header-menu__link:hover:active:before,
.left-header-menu__item--luckywheel .left-header-menu__link:hover:before,
.left-header-menu__item--luckywheel .left-header-menu__link:hover:focus:before,
.left-header-menu__item--luckywheel .left-header-menu__link:hover:hover:before {
  width: calc(100% - 12px);
}

.left-header-menu__link--current:before {
  height: 100%;
  opacity: 1;
  top: 0;
}

.left-header-menu__link--bottom,
.left-header-menu__link--bottom:active,
.left-header-menu__link--bottom:focus {
  color: #55637e;
}

.left-header-menu__link--bottom.left-header-menu__link--current,
.left-header-menu__link--bottom.left-header-menu__link--current:active,
.left-header-menu__link--bottom.left-header-menu__link--current:focus,
.left-header-menu__link--bottom.left-header-menu__link--current:hover,
.left-header-menu__link--bottom:hover,
.left-header-menu__link--bottom:hover:active,
.left-header-menu__link--bottom:hover:focus,
.left-header-menu__link--bottom:hover:hover {
  color: #1ab5ff;
}

@media (min-width: 768px) {
  .left-header-menu__link--bottom {
    color: #b1bddd;
    font-size: 14px;
    font-weight: 600;
    min-height: 36px;
  }
}

.left-header-menu__icon {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  opacity: 0.4;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.left-header-menu__item--christmas-calendar .left-header-menu__icon,
.left-header-menu__item--halloween .left-header-menu__icon,
.left-header-menu__item--lootwheel-landing .left-header-menu__icon,
.left-header-menu__item--lucky-hearts .left-header-menu__icon,
.left-header-menu__item--luckywheel .left-header-menu__icon {
  opacity: 1;
}

.left-header-menu__name {
  padding-left: 8px;
}

.bar-modal__button.deposit-button.link-btn.link-btn--primary {
  margin-bottom: 12px;
}

.bar-modal__block {
  padding: 12px 0;
  position: relative;
}

.bar-modal__block:after {
  background-color: rgba(14, 18, 26, 0.5);
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 12px;
  position: absolute;
  right: 12px;
}

.bar-modal__block:last-child:after {
  display: none;
}

.bar-modal__buttons {
  /* padding: 0 12px 24px; */
  padding: 34px 16px 28px;
  position: relative;
}

.bar-modal__buttons:after {
  background-color: rgba(14, 18, 26, 0.5);
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  left: 12px;
  position: absolute;
  right: 12px;
}

.bar-modal__button {
  font-weight: 800;
  width: 100%;
}

.bar-modal .bar-modal__button:not(:last-child) {
  margin-bottom: 12px;
}

/* Styles for games  */
.games-filter-page {
  padding: 0 10px 78px;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  z-index: 100;
}
@media (min-width: 768px) {
  .games-filter-page {
    padding: 0 20px;
  }
}
.games-filter-page__grid {
  display: grid;
  gap: 16px 8px;
  grid-template-columns: 38px 1fr;
  left: 10px;
  margin: 0;
  position: absolute;
  right: 10px;
  top: -25px;
}
@media (min-width: 768px) {
  .games-filter-page__grid {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(24, 31, 44, 0.8);
    border: 1px solid #2e364a;
    border-radius: 14px;
    grid-template-columns: 1fr 30px 200px;
    height: 58px;
    padding: 0 10px;
    width: auto;
  }
}
@media (min-width: 1248px) {
  .games-filter-page__grid {
    left: 48px;
    right: 48px;
  }
}
.games-filter-page__categories {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: rgba(24, 31, 44, 0.8);
  border: 1px solid #2e364a;
  border-radius: 14px;
  grid-column: span 2;
  height: 58px;
  overflow-x: hidden;
  padding: 0 10px 0 16px;
}
@media (min-width: 768px) {
  .games-filter-page__categories {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    grid-column: auto;
    height: 100%;
    padding: 0;
  }
}
.games-filter-page__search {
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .games-filter-page__search {
    width: 38px;
  }
  .games-filter-page__providers {
    margin-left: 8px;
  }
}

.game-categories__list {
  -ms-overflow-style: none;
  scrollbar-color: transparent;
  scrollbar-width: none;
}
.game-categories__list::-webkit-scrollbar {
  background: transparent;
  display: none;
  height: 0;
  width: 0;
}
.game-categories__list ::-webkit-scrollbar:horizontal {
  background: transparent;
  height: 0;
  width: 0;
}
.game-categories__list::-webkit-scrollbar-track {
  background: transparent;
}
.game-categories__list::-webkit-scrollbar-thumb {
  background: transparent;
  margin: 0;
}
.game-categories__list::-webkit-scrollbar-thumb:hover,
.game-categories__list:hover::-webkit-scrollbar-thumb {
  background: transparent;
}
.game-categories__list {
  align-items: center;
  display: flex;
  gap: 26px;
  height: 100%;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .game-categories__list {
    gap: 30px;
    padding: 0 6px;
  }
}
.game-categories__link {
  align-items: center;
  align-self: stretch;
  color: #b1bddd;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  line-height: 1.3;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
}
.game-categories__link:after {
  background-color: #1ab5ff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transition: left 0.3s ease, width 0.3s ease, opacity 0.3s ease;
  width: 0;
}
.game-categories__link:hover {
  color: #fff;
}
.game-categories__link:hover .game-categories__icon {
  color: #1ab5ff;
  opacity: 1;
}
.game-categories__link--active {
  color: #fff;
}
.game-categories__link--active .game-categories__icon {
  color: #1ab5ff;
  opacity: 1;
}
.game-categories__link--active:after {
  left: 0;
  opacity: 1;
  width: 100%;
}
.game-categories__icon {
  color: #b1bddd;
  font-size: 18px;
  opacity: 0.4;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.game-categories__name {
  padding-left: 10px;
}
.search-filter__button {
  align-items: center;
  align-self: center;
  background: #1e2432;
  border: 1px solid rgba(14, 18, 26, 0.5);
  border-radius: 8px;
  color: #b1bddd;
  display: flex;
  font-size: 16px;
  height: 38px;
  justify-content: center;
  padding: 11px;
  transition: color 0.3s ease, border-color 0.3s ease;
  width: 100%;
}
.search-filter__button:hover {
  border-color: rgba(26, 181, 255, 0.2);
  color: #1ab5ff;
}

.menu-providers-select__list {
  -moz-column-gap: 12px;
  column-gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  max-height: 364px;
  overflow-y: auto;
  padding: 4px 18px;
  width: 100%;
}
.menu-providers-select__list {
  scrollbar-color: rgba(26, 181, 255, 0.5);
  scrollbar-width: thin;
}
.menu-providers-select__list::-webkit-scrollbar {
  height: 2px;
  width: 2px;
}
.menu-providers-select__list::-webkit-scrollbar-track {
  background: rgba(26, 181, 255, 0.1);
  border-radius: 2px;
}
.menu-providers-select__list::-webkit-scrollbar-thumb {
  background: rgba(26, 181, 255, 0.5);
  border-radius: 2px;
  margin: 0;
}
.menu-providers-select__list::-webkit-scrollbar-thumb:hover,
.menu-providers-select__list:hover::-webkit-scrollbar-thumb {
  background: rgba(26, 181, 255, 0.5);
}
.menu-providers-select {
  align-items: center;
  align-self: stretch;
  color: #b1bddd;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.3;
  min-width: 200px;
  text-transform: capitalize;
  width: 100%;
}
.menu-providers-select__button {
  align-items: center;
  align-self: center;
  background: #1e2432;
  border: 1px solid rgba(14, 18, 26, 0.5);
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  height: 38px;
  justify-content: space-between;
  margin: 0;
  padding: 10px 12px;
  transition: border-color 0.3s ease, color 0.3s ease;
  width: 100%;
}
.menu-providers-select--open .menu-providers-select__button,
.menu-providers-select__button:hover {
  border-color: rgba(26, 181, 255, 0.2);
  color: #1ab5ff;
}
.menu-providers-select__caret {
  align-items: center;
  color: #b1bddd;
  display: inline-flex;
  font-size: 18px;
  justify-content: center;
  margin: 0 0 0 5px;
  transition: transform 0.3s ease;
  width: auto;
}
.menu-providers-select--open .menu-providers-select__caret {
  transform: rotate(180deg);
}
.menu-providers-select__content {
  background-color: #181f2c;
  border: 1px solid rgba(26, 181, 255, 0.2);
  border-radius: 6px;
  display: none;
  left: 14px;
  padding-right: 4px;
  position: absolute;
  right: 14px;
  top: calc(100% + 6px);
  z-index: 20;
}
@media (min-width: 768px) {
  .menu-providers-select__content {
    left: 10px;
    right: 10px;
    top: calc(100% - 4px);
  }
}
.menu-providers-select--open .menu-providers-select__content {
  display: block;
}
.menu-providers-select__list {
  -moz-column-gap: 12px;
  column-gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  max-height: 364px;
  overflow-y: auto;
  padding: 4px 18px;
  width: 100%;
}
@media (min-width: 768px) {
  .menu-providers-select__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 960px) {
  .menu-providers-select__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1632px) {
  .menu-providers-select__list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1920px) {
  .menu-providers-select__list {
    grid-template-columns: repeat(8, 1fr);
  }
}
.menu-providers-select__item {
  align-items: center;
  display: inline-flex;
  line-height: 1;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: auto;
}
.menu-providers-select__icon {
  margin-right: 12px;
  max-height: 32px;
  max-width: 32px;
}
.menu-providers-select__link {
  align-items: center;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 100%;
  letter-spacing: -0.01em;
  min-height: 56px;
  opacity: 0.6;
  padding: 12px 6px;
  transition: opacity 0.3s ease;
  width: 100%;
  text-decoration: none;
}
.menu-providers-select__link:active,
.menu-providers-select__link:focus,
.menu-providers-select__link:hover {
  cursor: pointer;
  opacity: 1;
  outline: none;
  text-decoration: none;
}
.menu-providers-select__item--current .menu-providers-select__link,
.menu-providers-select__link:hover {
  background-color: #181f2c;
}
.filter-item {
  display: block;
  line-height: 1;
  margin: 0;
  padding: 8px 0;
  width: 100%;
}
.filter-item:first-child {
  padding-top: 0;
}
.filter-item__name {
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
  width: 100%;
}
.filter-item__link {
  align-items: center;
  color: #afb4bf;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 14px;
  font-weight: 600;
  justify-content: flex-start;
  letter-spacing: 0.12px;
  line-height: 1.2;
  margin: 0;
  max-width: 100%;
  min-height: 16px;
  padding: 0 5px 0 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
  width: auto;
}
.filter-item__link:active,
.filter-item__link:focus,
.filter-item__link:hover {
  color: #afb4bf;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.filter-item--checked .filter-item__link,
.filter-item__link:hover {
  color: #fff;
}

.game__header {
  line-height: 0;
  position: inherit;
}
.game__img {
  border: none;
  border-radius: 8px;
  height: 100%;
  width: 100%;
}

.game__action {
  align-items: center;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  background: rgba(34, 37, 56, 0.7);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: center;
  left: 0;
  line-height: 1;
  opacity: 0;
  overflow: hidden;
  padding: 16px;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
}

@media (min-width: 1248px) {
  .game:hover .game__action {
    opacity: 1;
  }
}

/* Styles for game slider */

.container {
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (min-width: 1248px) {
  .container {
    padding: 0 48px;
  }
}

.container--right {
  padding-right: 0;
}
.game__jackpot {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(25, 26, 30, 0.7);
  border-radius: 6px;
  bottom: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  left: 4px;
  letter-spacing: -0.02em;
  line-height: 16px;
  max-width: calc(100% - 8px);
  padding: 4px 10px;
  position: absolute;
  right: 4px;
  text-align: center;
  transition: opacity 0.3s ease;
}
.game:hover .game__jackpot {
  opacity: 0;
}
.game--user .game__button--demo {
  display: none;
}
@media (min-width: 1248px) {
  .game--user .game__button--demo {
    display: block;
  }
}
.game--large .game__title {
  font-size: 15px;
  font-weight: 700;
}
.game-slider.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.game-slider.slick-slider .slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.game-slider.slick-slider .slick-list:focus {
  outline: none;
}
.game-slider.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.game-slider.slick-slider .slick-list,
.game-slider.slick-slider .slick-track {
  transform: translateZ(0);
}
.game-slider.slick-slider .slick-track {
  display: flex;
  left: 0;
  position: relative;
  top: 0;
}
.game-slider.slick-slider .slick-track:after,
.game-slider.slick-slider .slick-track:before {
  content: "";
  display: table;
}
.game-slider.slick-slider .slick-track:after {
  clear: both;
}
.slick-loading .game-slider.slick-slider .slick-track {
  visibility: hidden;
}
.game-slider.slick-slider .slick-slide {
  display: none;
  float: left;
  margin-left: 10px;
  min-height: 1px;
}
@media (min-width: 768px) {
  .game-slider.slick-slider .slick-slide {
    margin-left: 12px;
  }
}
.game-slider.slick-slider .slick-slide:first-child {
  margin-left: 0;
}
[dir="rtl"] .game-slider.slick-slider .slick-slide {
  float: right;
}
.game-slider.slick-slider .slick-slide img:not(.image--hidden) {
  display: block;
}
.game-slider.slick-slider .slick-slide.slick-loading img {
  display: none;
}
.game-slider.slick-slider .slick-slide.dragging img {
  pointer-events: none;
}
.game-slider.slick-slider.slick-initialized .slick-slide {
  display: block;
  position: relative;
}
.game-slider.slick-slider.slick-loading .slick-slide {
  visibility: hidden;
}
.game-slider.slick-slider.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.game-slider.slick-slider .slick-arrow.slick-hidden {
  display: none;
}
.game-slider.slick-slider .slick-next,
.game-slider.slick-slider .slick-prev {
  align-items: center;
  background: none;
  border: 1px solid #2e364a;
  border-radius: 8px;
  color: #afb4bf;
  display: none;
  font-size: 11px;
  height: 32px;
  position: absolute;
  top: -16px;
  transition: border-color 0.3s ease, color 0.3s ease;
  width: 32px;
  z-index: 1;
}

@media (min-width: 768px) {
  .game-slider.slick-slider .slick-next,
  .game-slider.slick-slider .slick-prev {
    display: flex;
  }
}
.game-slider.slick-slider .slick-next:hover,
.game-slider.slick-slider .slick-prev:hover {
  border-color: #1ab5ff;
  color: #1ab5ff;
}
.game-slider.slick-slider .slick-prev {
  right: 36px;
}
.game-slider.slick-slider .slick-next {
  right: 0;
}
@media (min-width: 768px) {
  .game-slider.slick-slider .slick-slide {
    min-width: calc(25vw - 19px);
    width: calc(25vw - 19px);
  }
}
@media (min-width: 960px) {
  .game-slider.slick-slider .slick-slide {
    min-width: calc(25vw - 19px);
    width: calc(25vw - 19px);
  }
}
@media (min-width: 1248px) {
  .game-slider.slick-slider .slick-slide {
    min-width: calc(16.66667vw - 56px);
    width: calc(16.66667vw - 56px);
  }
}
@media (min-width: 768px) {
  .game-slider-block--large .game-slider.slick-slider .slick-slide {
    min-width: calc(50vw - 26px);
    width: calc(50vw - 26px);
  }
}
@media (min-width: 960px) {
  .game-slider-block--large .game-slider.slick-slider .slick-slide {
    min-width: calc(50vw - 26px);
    width: calc(50vw - 26px);
  }
}
@media (min-width: 1248px) {
  .game-slider-block--large .game-slider.slick-slider .slick-slide {
    min-width: calc(25vw - 78px);
    width: calc(25vw - 78px);
  }
}
.game-slider-block__scroll {
  -ms-overflow-style: none;
  scrollbar-color: transparent;
  scrollbar-width: none;
}
.game-slider-block__scroll::-webkit-scrollbar {
  background: transparent;
  display: none;
  height: 0;
  width: 0;
}
.game-slider-block__scroll ::-webkit-scrollbar:horizontal {
  background: transparent;
  height: 0;
  width: 0;
}
.game-slider-block__scroll::-webkit-scrollbar-track {
  background: transparent;
}
.game-slider-block__scroll::-webkit-scrollbar-thumb {
  background: transparent;
  margin: 0;
}
.game-slider-block__scroll::-webkit-scrollbar-thumb:hover,
.game-slider-block__scroll:hover::-webkit-scrollbar-thumb {
  background: transparent;
}

.game-slider-block {
  min-height: 182px;
}

@media (min-width: 768px) {
  .game-slider-block {
    min-height: 196px;
  }
}
@media (min-width: 960px) {
  .game-slider-block {
    min-height: 244px;
  }
}
@media (min-width: 1248px) {
  .game-slider-block {
    min-height: 176px;
  }
}
@media (min-width: 1632px) {
  .game-slider-block {
    min-height: 240px;
  }
}

.game-slider-block__scroll {
  display: flex;
  gap: 10px;
  overflow-y: auto;
  position: relative;
  width: 100%;
}
.game-slider-block__scroll-wrap {
  position: relative;
}
.game-slider-block__scroll-wrap:after,
.game-slider-block__scroll-wrap:before,
.game-slider-block__slider:after,
.game-slider-block__slider:before {
  border-radius: 6px;
  content: "";
  display: none;
  height: calc(100% - 26px);
  opacity: 0.8;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 71px;
}
.game-slider-block__scroll-wrap:after,
.game-slider-block__slider:after {
  background: linear-gradient(270deg, #151c29, rgba(14, 18, 26, 0));
  display: block;
  right: -1px;
}
.game-slider-block__scroll-wrap:before,
.game-slider-block__slider:before {
  background: linear-gradient(90deg, #151c29, rgba(14, 18, 26, 0));
  left: -1px;
}
@media (min-width: 768px) {
  .game-slider-block__scroll-wrap.game-slider--infinite:before,
  .game-slider-block__slider.game-slider--infinite:before {
    display: block;
  }
}
@media (min-width: 1248px) {
  .game-slider-block__scroll-wrap.game-slider--full:after,
  .game-slider-block__scroll-wrap.game-slider--full:before,
  .game-slider-block__slider.game-slider--full:after,
  .game-slider-block__slider.game-slider--full:before {
    display: none;
  }
}

.game-slider-block__item {
  min-width: 165px;
  width: 165px;
}

@media (min-width: 768px) {
  .game-slider-block__item {
    min-width: auto;
    width: 100%;
  }
}
.game-slider-block--large .game-slider-block__item {
  min-width: 100%;
  width: 100%;
}
.game-slider-block .game-slider-block__home-item {
  flex: 1;
  width: 100%;
}
.game__label-list {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  left: 6px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 6px;
  transition: opacity 0.3s ease;
  width: auto;
}
@media (min-width: 1248px) {
  .game:hover .game__label-list {
    opacity: 0;
  }
}

.game__label {
  align-items: center;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  flex-direction: row;
  font-size: 11px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.1px;
  line-height: 1;
  min-height: 24px;
  min-width: 30px;
  padding: 0 3px;
  text-align: center;
  text-transform: capitalize;
  width: auto;
}
.game__label--new {
  background-color: #0fa2f4;
}
.game__label--top {
  background-color: #f40f7b;
}
.game__label.game__label--with-img {
  height: 26px;
  min-height: 0;
  min-width: 0;
  padding: 0;
  width: 26px;
}
.game__label.game__label--with-img > img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.game__label + .game__label {
  margin-left: 2px;
}

.game__label--jackpot {
  background-color: #ba3cf6;
  min-width: 20px;
}

.game__label.game__label--with-img {
  height: 20px;
  min-height: 0;
  min-width: 0;
  padding: 0;
  width: 20px;
}

.game__label.game__label--with-img > img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.game__footer {
  margin-top: 8px;
}
.game__title {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.3;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  width: 100%;
}
.game__title--footer {
  color: #55637e;
  font-size: 14px;
  text-align: left;
}
.game__provider {
  color: #afb4bf;
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 4px 0 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
  width: 100%;
}
.game__provider--footer {
  color: #b1bddd;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.game__buttons {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 14% 0 0;
  max-width: 124px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.game .game__button--demo,
.game .game__button--play {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-transform: capitalize;
  top: 0;
  width: 100%;
}
@media (min-width: 1248px) {
  .game .game__button--demo,
  .game .game__button--play {
    position: relative;
    width: auto;
  }
  .game .game__button--play {
    align-self: stretch;
    min-height: 40px;
  }
  .game .game__button--demo {
    background: rgba(25, 26, 30, 0.7);
    border-radius: 8px;
    color: #fff;
    margin-top: 8px;
    min-height: 24px;
    min-width: 48px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .game .game__button--demo:hover {
    background-color: #1e2432;
  }
}
/* Styles for footer */
.footer {
  background-color: #141c29;
  margin: 0;
  padding: 0 16px 64px;
  width: 100%;
  /* overflow: hidden; */
}

@media screen and (orientation: landscape) {
  .footer {
    padding-left: 70px;
  }
}

@media (min-width: 768px) {
  .footer {
    padding: 0 20px 24px;
  }
}

@media (min-width: 1248px) {
  .footer {
    padding-left: 220px;
    padding-right: 48px;
  }
}

.footer__section,
.footer__top {
  padding: 24px 0;
}

.footer__top {
  align-items: center;
  border-bottom: 1px solid rgba(14, 18, 26, 0.5);
  display: flex;
  justify-content: space-between;
}

.footer__logo {
  width: 72px;
}

.footer__menu-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 6px;
  justify-content: space-between;
}

.footer__menu {
  max-width: 220px;
  width: calc(50% - 3px);
}

.footer__logos {
  border-bottom: 1px solid rgba(14, 18, 26, 0.5);
  border-top: 1px solid rgba(14, 18, 26, 0.5);
}

.footer-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-menu__item {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .footer-menu__item {
    margin-bottom: 12px;
  }
}

.footer-menu__item:last-child {
  margin-bottom: 0;
}

.footer-menu__link {
  color: #afb4bf;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
  white-space: nowrap;
  width: 100%;
}

.footer-menu__link,
.footer-menu__link:active,
.footer-menu__link:focus {
  outline: none;
  text-decoration: none;
}

.footer-menu__link--current,
.footer-menu__link:hover {
  color: #1ab5ff;
}

.footer-logos {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.footer-logos__item {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5px 0;
  opacity: 1;
  padding: 0;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: auto;
}

.footer-logos__item:hover {
  opacity: 0.8;
}

.footer-logos__list .footer-logos__item {
  opacity: 0.7;
}

.footer-logos__list .footer-logos__item:hover {
  opacity: 1;
}

.footer-logos__image {
  display: inline-block;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
  width: auto;
}

@media (min-width: 768px) {
  .footer-logos__image {
    height: 28px;
  }
}

.footer-logos__list .footer-logos__image {
  height: 28px;
}

@media (min-width: 768px) {
  .footer-logos__list .footer-logos__image {
    height: 40px;
  }
}

.footer-logos__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.footer-slider.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.footer-slider.slick-slider .slick-list {
  display: block;
  margin: 0 60px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

@media (min-width: 768px) {
  .footer-slider.slick-slider .slick-list {
    margin: 0 70px;
  }
}

.footer-slider.slick-slider .slick-list:focus {
  outline: none;
}

.footer-slider.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.footer-slider.slick-slider .slick-list,
.footer-slider.slick-slider .slick-track {
  transform: translateZ(0);
}

.footer-slider.slick-slider .slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.footer-slider.slick-slider .slick-track:after,
.footer-slider.slick-slider .slick-track:before {
  content: "";
  display: table;
}

.footer-slider.slick-slider .slick-track:after {
  clear: both;
}

.slick-loading .footer-slider.slick-slider .slick-track {
  visibility: hidden;
}

.footer-slider.slick-slider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  margin-left: 24px;
  min-height: 1px;
}

.footer-slider.slick-slider .slick-slide:first-child {
  margin-left: 0;
}

[dir="rtl"] .footer-slider.slick-slider .slick-slide {
  float: right;
}

.footer-slider.slick-slider .slick-slide img:not(.image--hidden) {
  display: block;
}

.footer-slider.slick-slider .slick-slide.slick-loading img {
  display: none;
}

.footer-slider.slick-slider .slick-slide.dragging img {
  pointer-events: none;
}

.footer-slider.slick-slider.slick-initialized .slick-slide {
  display: block;
}

.footer-slider.slick-slider.slick-loading .slick-slide {
  visibility: hidden;
}

.footer-slider.slick-slider.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.footer-slider.slick-slider .slick-arrow.slick-hidden {
  display: none;
}

.footer-slider.slick-slider .slick-next,
.footer-slider.slick-slider .slick-prev {
  background: transparent;
  border: 1px solid #55637e;
  border-radius: 6px;
  color: #55637e;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 26px;
  line-height: 0px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s ease, border-color 0.3s ease;
  width: 26px;
}

.footer-slider.slick-slider .slick-next:focus,
.footer-slider.slick-slider .slick-next:hover,
.footer-slider.slick-slider .slick-prev:focus,
.footer-slider.slick-slider .slick-prev:hover {
  background: transparent;
  border-color: #1ab5ff;
  color: #1ab5ff;
  outline: none;
}

.footer-slider.slick-slider .slick-prev {
  left: 0;
}

.footer-slider.slick-slider .slick-next {
  right: 0;
}

.footer-slider.slick-slider .slick-list {
  display: block;
  margin: 0 60px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

@media (min-width: 768px) {
  .footer-slider.slick-slider .slick-list {
    margin: 0 70px;
  }
}

.footer-slider.slick-slider .slick-list:focus {
  outline: none;
}

.footer-slider.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.footer-slider.slick-slider .slick-list,
.footer-slider.slick-slider .slick-track {
  transform: translateZ(0);
}

.footer-slider.slick-slider .slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.footer-slider.slick-slider .slick-track:after,
.footer-slider.slick-slider .slick-track:before {
  content: "";
  display: table;
}

.footer-slider.slick-slider .slick-track:after {
  clear: both;
}

.slick-loading .footer-slider.slick-slider .slick-track {
  visibility: hidden;
}

.footer-slider.slick-slider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  margin-left: 24px;
  min-height: 1px;
}

.footer-slider.slick-slider .slick-slide:first-child {
  margin-left: 0;
}

[dir="rtl"] .footer-slider.slick-slider .slick-slide {
  float: right;
}

.footer-slider.slick-slider .slick-slide img:not(.image--hidden) {
  display: block;
}

.footer-slider.slick-slider .slick-slide.slick-loading img {
  display: none;
}

.footer-slider.slick-slider .slick-slide.dragging img {
  pointer-events: none;
}

.footer-slider.slick-slider.slick-initialized .slick-slide {
  display: block;
}

.footer-slider.slick-slider.slick-loading .slick-slide {
  visibility: hidden;
}

.footer-slider.slick-slider.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.footer-slider.slick-slider .slick-arrow.slick-hidden {
  display: none;
}

.footer-slider.slick-slider .slick-next,
.footer-slider.slick-slider .slick-prev {
  background: transparent;
  border: 1px solid #55637e;
  border-radius: 6px;
  color: #55637e;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 26px;
  line-height: 0px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s ease, border-color 0.3s ease;
  width: 26px;
}

.footer-slider.slick-slider .slick-next:focus,
.footer-slider.slick-slider .slick-next:hover,
.footer-slider.slick-slider .slick-prev:focus,
.footer-slider.slick-slider .slick-prev:hover {
  background: transparent;
  border-color: #1ab5ff;
  color: #1ab5ff;
  outline: none;
}

.footer-slider.slick-slider .slick-prev {
  left: 0;
}

.footer-slider.slick-slider .slick-next {
  right: 0;
}

.footer-licence .link {
  display: block;
  width: 100%;
}

.footer-licence .image {
  max-width: 100%;
}

.footer-licence-info {
  align-items: center;
  color: rgba(85, 99, 126, 0.5);
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 600;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

textarea {
  overflow: auto;
}

.textarea {
  scrollbar-color: rgba(26, 181, 255, 0.5);
  scrollbar-width: thin;
}

.textarea {
  background: #1e2432;
  border: 1px solid #1e2432;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 186px;
  letter-spacing: normal;
  line-height: 1.2;
  outline: none;
  overflow: hidden;
  overflow-y: auto;
  padding: 12px 11px;
  resize: vertical;
  text-align: left;
  text-transform: none;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  /* vertical-align: middle; */
  white-space: normal;
  width: 100%;
}

.textarea--empty {
  background: #1e2432 none;
  border-color: #1e2432;
  color: #afb4bf;
}
