/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: Abel;
  font-display: swap;
  src: url("../no-casino-games__fonts/no-casino-games__Abel-Regular.woff2") format("woff2"), url("../no-casino-games__fonts/no-casino-games__Abel-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: LexendExa;
  font-display: swap;
  src: url("../no-casino-games__fonts/no-casino-games__LexendExa-Medium.woff2") format("woff2"), url("../no-casino-games__fonts/no-casino-games__LexendExa-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: LexendExa;
  font-display: swap;
  src: url("../no-casino-games__fonts/no-casino-games__LexendExa-Bold.woff2") format("woff2"), url("../no-casino-games__fonts/no-casino-games__LexendExa-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --background: #141414;
  --font-color: #FFF;
  --font-size: 14px;
  --font-family: Abel, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

h1,
.no-casino-games__h1,
h2,
.no-casino-games__h2,
h3,
.no-casino-games__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  font-family: LexendExa;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
}

h1,
.no-casino-games__h1 {
  font-size: clamp(1.375rem, 0.5528846154rem + 3.6538461538vw, 3.75rem);
}

h2,
.no-casino-games__h2 {
  font-size: clamp(1.5rem, 1.1971153846rem + 1.3461538462vw, 2.375rem);
}

h3,
.no-casino-games__h3 {
  font-size: clamp(1rem, 0.9567307692rem + 0.1923076923vw, 1.125rem);
}

.no-casino-games__h4 {
  color: #FF6C00;
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  margin-bottom: -8px;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: inherit;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.no-casino-games__no-scroll {
  overflow: hidden;
}

.no-casino-games__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.no-casino-games__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-casino-games__items .no-casino-games__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.no-casino-games__terms .no-casino-games__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.no-casino-games__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
  margin: 80px 0;
}

.no-casino-games__btn,
.no-casino-games__btn:focus {
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  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;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 12px 20px;
  border-radius: 10px;
  background: #FFF;
  color: #141414 !important;
  font-size: clamp(0.75rem, 0.6634615385rem + 0.3846153846vw, 1rem);
  font-weight: 500;
  font-family: LexendExa;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.no-casino-games__btn-active,
.no-casino-games__btn:hover,
.no-casino-games__btn:active {
  background: #FF6C00;
  -webkit-tap-highlight-color: transparent;
}

.no-casino-games__btn-active:hover {
  background: #FFF;
}

.no-casino-games__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.no-casino-games__container-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 80px;
}

.no-casino-games__container-grid .no-casino-games__img {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 200px;
}

.no-casino-games__container-grid .no-casino-games__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.no-casino-games__iframe {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: none;
}

.no-casino-games__iframe iframe {
  background: #000;
  background-image: url("./../no-casino-games__img/no-casino-games__loading.gif");
  background-position: center center;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  max-width: 800px;
  width: 100%;
  height: 500px;
  margin-top: 50px;
}

.no-casino-games__close_iframe {
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 22px;
}

.no-casino-games__popup {
  color: #FFF;
  background: #000;
  padding: 40px 20px;
  max-width: 500px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.no-casino-games__popup__title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.no-casino-games__modal {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
}

.no-casino-games__modal.no-casino-games__show {
  opacity: 1;
}

.no-casino-games__modal__popup {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #DF3C5C;
  font-size: 14px;
}

.no-casino-games__modal-login {
  padding: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.no-casino-games__modal-login .no-casino-games__modal-content {
  position: relative;
  border-radius: 20px;
  border: 1px solid #FF6C00;
  background-color: #141414;
  padding: 20px;
  width: 100%;
  max-width: 400px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  z-index: 1;
}

.no-casino-games__modal-login .no-casino-games__hidden,
.no-casino-games__modal-login .no-casino-games__finish {
  display: none;
}

.no-casino-games__modal-login .no-casino-games__finish p {
  margin-bottom: 20px;
  text-align: center;
}

.no-casino-games__modal-login form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

.no-casino-games__modal-login a {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.no-casino-games__modal-login a:hover {
  opacity: 0.6;
}

.no-casino-games__modal-login h2 {
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}

.no-casino-games__modal-login .no-casino-games__close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  line-height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next:active,
.swiper-button-next {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FF6C00;
  background-image: url("./../no-casino-games__img/no-casino-games__arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  -webkit-tap-highlight-color: transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-button-prev {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 0px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #000;
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Blocks */

.no-casino-games__banner .no-casino-games__h4 {
  text-transform: uppercase;
}

.no-casino-games__banner .no-casino-games__btn {
  width: 100%;
  max-width: 246px;
}

.no-casino-games__banner .no-casino-games__btn-active {
  margin-bottom: 10px;
}

.no-casino-games__banner .no-casino-games__counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  margin-inline: auto;
  width: 100%;
}

.no-casino-games__banner .no-casino-games__counters li {
  border-radius: 10px;
  background: #FF6C00;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 270px;
  width: 100%;
}

.no-casino-games__banner .no-casino-games__counters li::before {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.no-casino-games__banner .no-casino-games__counters li:nth-child(1)::before {
  background-image: url("./../no-casino-games__img/no-casino-games__icon-elite-gamers.svg");
}

.no-casino-games__banner .no-casino-games__counters li:nth-child(2)::before {
  background-image: url("./../no-casino-games__img/no-casino-games__icon-happy-clients.svg");
}

.no-casino-games__banner .no-casino-games__counters li:nth-child(3)::before {
  background-image: url("./../no-casino-games__img/no-casino-games__icon-elite-level.svg");
}

.no-casino-games__banner .no-casino-games__counters li:nth-child(4)::before {
  background-image: url("./../no-casino-games__img/no-casino-games__icon-ultimate-winners.svg");
}

.no-casino-games__banner .no-casino-games__count {
  font-size: 30px;
  font-family: LexendExa;
  text-transform: uppercase;
  font-weight: 700;
}

.no-casino-games__banner .no-casino-games__h3 {
  font-family: Abel;
  color: #141414;
}

.no-casino-games__contacts .no-casino-games__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  border-radius: 20px;
  border: 1px solid #FF6C00;
  padding: 40px;
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}

.no-casino-games__contacts .no-casino-games__form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.no-casino-games__contacts .no-casino-games__form label {
  color: #FF6C00;
}

.no-casino-games__contacts .no-casino-games__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #FF6C00;
}

.no-casino-games__contacts .no-casino-games__info::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url("./../no-casino-games__img/no-casino-games__icon-email.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.no-casino-games__contacts .no-casino-games__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 6px;
}

input,
textarea {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  padding: 10px 20px;
  color: #141414;
}

input:focus,
textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

::-ms-input-placeholder {
  color: #999999;
}

::placeholder {
  color: #999999;
}

.no-casino-games__warning {
  text-align: center;
  display: none;
}

.no-casino-games__elite {
  text-align: center;
}

.no-casino-games__elite .no-casino-games__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}

.no-casino-games__elite .no-casino-games__progress li {
  display: grid;
  grid-template-columns: 20% calc(68% - 32px) 12%;
  gap: min;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background: #FF6C00;
  padding: 16px;
  gap: 16px;
  color: #141414;
  font-size: clamp(0.75rem, 0.5769230769rem + 0.7692307692vw, 1.25rem);
}

.no-casino-games__elite .no-casino-games__progress p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 16px;
  text-transform: uppercase;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-wrap: nowrap;
}

.no-casino-games__elite .no-casino-games__progress p::before {
  content: "";
  width: clamp(1.375rem, 0.9855769231rem + 1.7307692308vw, 2.5rem);
  aspect-ratio: 1/1;
  background-image: url("./../no-casino-games__img/no-casino-games__crown.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.no-casino-games__elite .no-casino-games__progress-bar {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  height: 14px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.no-casino-games__elite .no-casino-games__progress-fill {
  background-color: #fff;
  height: 100%;
  width: 0%;
  border-radius: 12px;
  -webkit-transition: width 1.2s ease;
  transition: width 1.2s ease;
}

.no-casino-games__elite .no-casino-games__score {
  font-size: clamp(1rem, 0.6538461538rem + 1.5384615385vw, 2rem);
  font-family: LexendExa;
  font-weight: 700;
}

.no-casino-games__footer {
  margin-top: auto;
  background: #FFF;
  color: #141414;
  padding-block: 40px;
}

.no-casino-games__footer a:hover {
  opacity: 0.6;
}

.no-casino-games__footer .no-casino-games__logo {
  margin-inline: auto;
  margin-bottom: 8px;
}

.no-casino-games__footer h2 {
  font-size: 16px;
  color: #FF6C00;
  text-transform: none;
}

.no-casino-games__footer .no-casino-games__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  color: #FF6C00;
  font-weight: 700;
  font-family: LexendExa;
}

.no-casino-games__footer .no-casino-games__age {
  border: 2px solid #F1F1F1;
  width: 40px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.no-casino-games__footer .no-casino-games__copyright {
  font-weight: 700;
  font-family: LexendExa;
  text-align: center;
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.875rem);
}

.no-casino-games__game {
  text-align: center;
}

.no-casino-games__game .no-casino-games__articles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 380px));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px 50px;
  cursor: default;
}

.no-casino-games__game .no-casino-games__articles li {
  border-radius: 10px;
  border: 1px solid #5B0091;
  background: #FF6C00;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.no-casino-games__game .no-casino-games__articles a:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  color: #141414;
}

.no-casino-games__game .no-casino-games__articles .no-casino-games__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}

.no-casino-games__game .no-casino-games__articles img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 87/100;
  -o-object-fit: cover;
  object-fit: cover;
}

.no-casino-games__game .no-casino-games__articles h3 {
  text-transform: none;
  color: #141414;
  letter-spacing: -1.8px;
}

iframe {
  width: 100%;
  height: 650px;
  margin-inline: auto;
  background-color: #000;
  background-image: url("./../no-casino-games__img/no-casino-games__loading.gif");
  background-position: center center;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  border-radius: 20px;
  border: 1px solid #FF6C00;
}

.no-casino-games__header {
  padding-block: 20px;
  background: #FF6C00;
  color: #141414;
}

.no-casino-games__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-casino-games__header .no-casino-games__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.no-casino-games__header a:hover {
  opacity: 0.7;
}

.no-casino-games__header .no-casino-games__signin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.no-casino-games__header .no-casino-games__signin button {
  border-radius: 10px;
  border: 2px solid #FFF;
  padding: 10px 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: LexendExa;
}

.no-casino-games__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
  text-transform: uppercase;
  font-weight: 700;
  font-family: LexendExa;
}

.no-casino-games__logo img {
  width: 30px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.no-casino-games__icons-wrapper {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.no-casino-games__icon {
  fill: transparent;
  stroke: transparent;
  width: 62px;
  height: 62px;
}

.no-casino-games__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.no-casino-games__mobile-nav--open {
  top: 0;
}

.no-casino-games__mobile-nav a {
  color: #fff;
}

.no-casino-games__mobile-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  row-gap: 20px;
  font-size: 28px;
}

.no-casino-games__mobile-nav__list .no-casino-games__active {
  opacity: 0.5;
}

/* Nav Icon */

.no-casino-games__mobile-nav-btn {
  --time: 0.1s;
  --width: 24px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 4px;
  --color: #141414;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 2 + var(--spacing) * 5);
  width: var(--width);
  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;
}

.no-casino-games__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.no-casino-games__nav-icon::before,
.no-casino-games__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
}

.no-casino-games__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.no-casino-games__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.no-casino-games__nav-icon.no-casino-games__nav-icon--active {
  background-color: transparent;
}

.no-casino-games__nav-icon.no-casino-games__nav-icon--active::before,
.no-casino-games__nav-icon.no-casino-games__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time);
  background-color: #fff;
}

.no-casino-games__nav-icon.no-casino-games__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.no-casino-games__nav-icon.no-casino-games__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.no-casino-games__mobile-nav-btn {
  z-index: 999;
  display: none;
}

.no-casino-games__rev .no-casino-games__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-casino-games__rev .no-casino-games__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.no-casino-games__rev .swiper-slide {
  border-radius: 10px;
  background: #FFF;
  color: #141414;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.no-casino-games__rev .no-casino-games__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.no-casino-games__rev .no-casino-games__rating img {
  width: 20px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.no-casino-games__rev h3 {
  color: #FF6C00;
  text-transform: none;
  margin-top: 6px;
}

.no-casino-games__rev .no-casino-games__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media (max-width: 1340px) {
  .no-casino-games__banner .no-casino-games__counters {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1000px;
  }
}

@media (max-width: 1220px) {
  .no-casino-games__main {
    gap: 40px;
    margin: 40px 0;
  }

  .no-casino-games__container {
    padding: 0 var(--container-padding-tablet);
    gap: 10px;
  }

  .no-casino-games__header__nav {
    display: none;
  }

  .no-casino-games__mobile-nav-btn {
    display: block;
  }
}

@media (max-width: 820px) {
  .no-casino-games__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .no-casino-games__container-grid {
    grid-template-columns: 100%;
    text-align: center;
  }

  .no-casino-games__container-grid .no-casino-games__img--invert {
    grid-row-start: 2;
  }

  .no-casino-games__banner .no-casino-games__btn {
    margin-inline: auto;
    max-width: 350px;
  }

  .no-casino-games__banner .no-casino-games__counters li {
    max-width: 250px;
    padding: 16px 20px;
  }

  .no-casino-games__contacts .no-casino-games__form {
    padding: 0;
    border: none;
  }

  .no-casino-games__contacts .no-casino-games__btn {
    width: 100%;
  }

  .no-casino-games__elite .no-casino-games__progress li {
    padding: 8px;
    gap: 12px;
    grid-template-columns: 20% calc(65% - 24px) 15%;
  }

  .no-casino-games__footer {
    padding-block: 24px;
  }

  .no-casino-games__footer .no-casino-games__nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .no-casino-games__game .no-casino-games__articles {
    gap: 16px;
    grid-template-columns: minmax(290px, 380px);
  }

  iframe {
    height: auto;
    aspect-ratio: 1.5/1;
  }

  .no-casino-games__header {
    padding-block: 12px;
  }

  .no-casino-games__header .no-casino-games__signin {
    display: none;
  }

  .no-casino-games__logo img {
    width: 24px;
  }

  .no-casino-games__rev .no-casino-games__wrapper {
    text-align: center;
  }

  .no-casino-games__rev .no-casino-games__titles {
    gap: 10px;
  }

  .no-casino-games__rev .no-casino-games__buttons {
    display: none;
  }
}

@media (hover: hover) {
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 0.7;
  }

  .no-casino-games__game .no-casino-games__articles li:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background: #ffbb99;
  }

  .no-casino-games__game .no-casino-games__articles a:first-child:hover {
    text-decoration: underline;
  }
}