/* Reset and base styles  */

@import url(https://fonts.googleapis.com/css?family=Istok+Web:regular,italic,700,700italic);

* {
  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;
}

:root {
  --container-width: 1440px;
  --container-padding: 122px;
  --container-padding-tablet: 12px;
  --background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%), url(./../img/bg.webp) #080f07 top center/cover no-repeat;
  --font-color: #F1F1F1;
  --font-size: clamp(0.75rem, 0.6634615385rem + 0.3846153846vw, 1rem);
  --font-family: "Istok Web", sans-serif;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

h1,
h2,
h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  line-height: 120%;
  font-weight: 700;
  color: #FFF0B8;
}

h1 {
  font-size: clamp(1.25rem, 0.7307692308rem + 2.3076923077vw, 2.75rem);
  text-transform: uppercase;
}

h2 {
  font-size: clamp(1rem, 0.8269230769rem + 0.7692307692vw, 1.5rem);
  text-transform: uppercase;
}

h3 {
  font-size: clamp(0.9375rem, 0.9158653846rem + 0.0961538462vw, 1rem);
}

p {
  line-height: 120%;
}

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;
}

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

.bestisocialgames__no-scroll {
  overflow: hidden;
}

.bestisocialgames__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;
}

.bestisocialgames__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;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bestisocialgames__items .bestisocialgames__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: 20px;
  width: 100%;
}

.bestisocialgames__terms .bestisocialgames__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;
}

.bestisocialgames__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: 60px;
  margin: 60px 0;
}

.bestisocialgames__btn,
.bestisocialgames__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;
  line-height: 100%;
  padding: 9px 36px;
  border-radius: 20px;
  background: #427800;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(243, 143, 13, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(243, 143, 13, 0.5);
  color: #FFF0B8 !important;
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bestisocialgames__btn-active,
.bestisocialgames__btn:hover,
.bestisocialgames__btn:active {
  background: #000;
  color: #fff !important;
}

.bestisocialgames__lazyload {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.bestisocialgames__lazyload-load {
  opacity: 1;
}

.bestisocialgames__wrapper {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  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: 40px;
}

.bestisocialgames__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%;
}

.bestisocialgames__iframe {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  display: none;
  z-index: 3;
}

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

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

.bestisocialgames__popup {
  color: #FFF;
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(./../img/bg.webp) lightgray 0px -382.895px/100% 348.198% no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(./../../img/bg.webp) lightgray 0px -382.895px/100% 348.198% no-repeat;
  padding: 20px;
  max-width: 529px;
  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: 20px;
  text-align: center;
}				.bestisocialgames__webp .bestisocialgames__popup {					background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(./../../img/bg.webp) lightgray 0px -382.895px/100% 348.198% no-repeat				}							.webp .popup {					background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(./../../img/bg.webp) lightgray 0px -382.895px/100% 348.198% no-repeat				}			

.bestisocialgames__popup__title {
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.25);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(1.25rem, 0.9903846154rem + 1.1538461538vw, 2rem);
  color: #FFF0B8;
}

.bestisocialgames__popup .bestisocialgames__btn {
  text-transform: none;
}

.bestisocialgames__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;
}

.bestisocialgames__modal.bestisocialgames__show {
  opacity: 1;
}

.bestisocialgames__modal__popup {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bestisocialgames__cookie__popup {
  position: fixed;
  right: 0;
  z-index: 10;
  bottom: -100%;
  -webkit-transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  z-index: 10000;
}

.bestisocialgames__cookie__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 86px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bestisocialgames__cookie.bestisocialgames__hidden {
  display: none;
}

.bestisocialgames__cookie .bestisocialgames__btn {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.bestisocialgames__cookie img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
}

.bestisocialgames__cookie .bestisocialgames__show {
  bottom: 0;
}

.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%;
}

.bestisocialgames__prev,
.bestisocialgames__next:active,
.bestisocialgames__next {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #A5C187;
  background-image: url("./../img/arrow.svg");
  background-position: left 16px center;
  background-repeat: no-repeat;
  border-radius: 50%;
  right: 5px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.bestisocialgames__prev {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 4;
}

.bestisocialgames__prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bestisocialgames__next:hover,
.bestisocialgames__prev:hover {
  opacity: 0.5;
}

.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, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #427800);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

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: #F38F0D;
  width: 17px;
  height: 17px;
  translate: 0 2px;
}

.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 */

.bestisocialgames__banner {
  background: -webkit-gradient(linear, left top, right top, color-stop(64.42%, rgba(0, 0, 0, 0.7)), color-stop(87.74%, rgba(0, 0, 0, 0))), url(./../img/banner.webp) center/cover no-repeat;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 64.42%, rgba(0, 0, 0, 0) 87.74%), url(./../../img/banner.webp) center/cover no-repeat;
  background-attachment: fixed;
  padding: 110px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}				.bestisocialgames__webp .bestisocialgames__banner {					background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 64.42%, rgba(0, 0, 0, 0) 87.74%), url(./../../img/banner.webp) center/cover no-repeat				}							.webp .banner {					background: -webkit-gradient(linear, left top, right top, color-stop(64.42%, rgba(0, 0, 0, 0.7)), color-stop(87.74%, rgba(0, 0, 0, 0))), url(./../../img/banner.webp) center/cover no-repeat				}			

.bestisocialgames__banner h1 {
  max-width: 923px;
}

.bestisocialgames__banner p {
  max-width: 639px;
}

.bestisocialgames__casino .bestisocialgames__wrapper {
  gap: 20px;
}

.bestisocialgames__faq .bestisocialgames__wrapper {
  gap: 20px;
}

.bestisocialgames__faq img {
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.bestisocialgames__faq h3,
.bestisocialgames__faq span {
  border-radius: 20px;
  background: #427800;
  padding: 5px 10px;
  color: #FFF;
}

.bestisocialgames__faq h3 {
  margin-bottom: -10px;
}

.bestisocialgames__faq span {
  background: #000;
  line-height: 120%;
}

.bestisocialgames__footer {
  margin-top: auto;
  background: #060606;
  padding: 50px 0;
  font-size: 14px;
}

.bestisocialgames__footer a {
  color: #FFF0B8;
}

.bestisocialgames__footer a:hover {
  opacity: 0.6;
}

.bestisocialgames__footer .bestisocialgames__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bestisocialgames__footer .bestisocialgames__title {
  color: #FFF0B8;
  font-weight: 700;
  font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
}

.bestisocialgames__footer .bestisocialgames__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  color: #FFF0B8;
  font-weight: 700;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bestisocialgames__footer .bestisocialgames__btn {
  max-width: 192px;
}

.bestisocialgames__footer .bestisocialgames__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin-inline: auto;
  margin-top: 10px;
}

.bestisocialgames__footer .bestisocialgames__logos img {
  width: auto;
  max-height: 46px;
  max-width: 180px;
}

.bestisocialgames__game .bestisocialgames__item:last-child {
  -webkit-box-flex: 0.22;
  -ms-flex: 0.22;
  flex: 0.22;
}

.bestisocialgames__game .bestisocialgames__item:last-child img {
  max-height: 173px;
  -o-object-fit: contain;
  object-fit: contain;
}

.bestisocialgames__game h3 {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bestisocialgames__game__img {
  border-radius: 20px;
  border: 1px solid #FFF0B8;
  width: 100%;
  max-width: 266px;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  aspect-ratio: 266/190;
}

.bestisocialgames__game__stars {
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
}

.bestisocialgames__game .swiper {
  margin-top: 20px;
}

.bestisocialgames__game .swiper-slide {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bestisocialgames__game .swiper-slide strong {
  margin-bottom: -5px;
}

.bestisocialgames__game .bestisocialgames__btn {
  width: 100%;
  max-width: 196px;
}

.bestisocialgames__game .bestisocialgames__btn-active {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 156px;
}

.bestisocialgames__header {
  padding: 20px 0;
  background: #060606;
  position: sticky;
  top: 0;
  z-index: 1;
}

.bestisocialgames__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;
}

.bestisocialgames__header .bestisocialgames__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.bestisocialgames__header a {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.bestisocialgames__header a:hover {
  opacity: 0.6;
}

.bestisocialgames__header .bestisocialgames__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  line-height: 16px;
  color: #FFF0B8;
}

.bestisocialgames__header .bestisocialgames__logo img {
  width: 22px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.bestisocialgames__icon {
  fill: transparent;
  stroke: transparent;
  width: 62px;
  height: 62px;
}

.bestisocialgames__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;
}

.bestisocialgames__mobile-nav--open {
  top: 0;
}

.bestisocialgames__mobile-nav a {
  color: #fff;
}

.bestisocialgames__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;
}

.bestisocialgames__mobile-nav__list .bestisocialgames__active {
  opacity: 0.5;
}

/* Nav Icon */

.bestisocialgames__mobile-nav-btn {
  --time: 0.1s;
  --width: 34px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #ffffff;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 0 + var(--spacing) * 1);
  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;
}

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

.bestisocialgames__nav-icon::before,
.bestisocialgames__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;
}

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

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

.bestisocialgames__nav-icon.bestisocialgames__nav-icon--active {
  background-color: transparent;
}

.bestisocialgames__nav-icon.bestisocialgames__nav-icon--active::before,
.bestisocialgames__nav-icon.bestisocialgames__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;
}

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

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

/* Layout */

.bestisocialgames__mobile-nav-btn {
  z-index: 999;
  display: none;
}

.bestisocialgames__page .bestisocialgames__game-iframe {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  height: clamp(18.75rem, 12.2596153846rem + 28.8461538462vw, 37.5rem);
}

.bestisocialgames__page .bestisocialgames__game-iframe iframe {
  height: clamp(18.75rem, 12.2596153846rem + 28.8461538462vw, 37.5rem);
  width: 100%;
  background-image: url("./../img/loading.gif");
  background-position: center center;
  background-size: 60px 60px;
  background-repeat: no-repeat;
}

.bestisocialgames__page .bestisocialgames__game-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.bestisocialgames__page .bestisocialgames__play-demo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: clamp(12.5rem, 10.3365384615rem + 9.6153846154vw, 18.75rem);
}

.bestisocialgames__page .bestisocialgames__item:last-child {
  -webkit-box-flex: 0.3;
  -ms-flex: 0.3;
  flex: 0.3;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bestisocialgames__page .bestisocialgames__item:last-child img {
  border-radius: 20px;
  border: 1px solid #FFF0B8;
  width: 100%;
  max-width: 266px;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  aspect-ratio: 266/190;
}

@media (min-width: 1220px) {
  .bestisocialgames__banner {
    min-height: 481px;
  }
}

@media (max-width: 1220px) {
  .bestisocialgames__items {
    gap: 10px;
  }

  .bestisocialgames__main {
    gap: 30px;
    margin: 30px 0;
  }

  .bestisocialgames__container {
    padding: 0 var(--container-padding-tablet);
    gap: 14px;
  }

  .bestisocialgames__header__nav {
    display: none;
  }

  .bestisocialgames__mobile-nav-btn {
    display: block;
  }
}

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

  .bestisocialgames__items .bestisocialgames__item {
    gap: 10px;
  }

  .bestisocialgames__wrapper {
    gap: 20px;
    padding: 10px;
    text-align: center;
  }

  .bestisocialgames__popup {
    padding: 16px;
    gap: 10px;
    line-height: 120%;
  }

  .bestisocialgames__cookie__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .swiper {
    padding-bottom: 34px;
  }

  .bestisocialgames__casino .bestisocialgames__wrapper {
    gap: 10px;
  }

  .bestisocialgames__faq .bestisocialgames__wrapper {
    gap: 10px;
  }

  .bestisocialgames__faq h3 {
    margin-bottom: -5px;
  }

  .bestisocialgames__footer {
    padding: 30px 0;
    text-align: center;
  }

  .bestisocialgames__footer .bestisocialgames__info {
    -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;
    margin-top: 10px;
  }

  .bestisocialgames__footer .bestisocialgames__btn {
    margin-inline: auto;
  }

  .bestisocialgames__footer .bestisocialgames__logos img {
    max-height: 40px;
    max-width: 115px;
  }

  .bestisocialgames__game .swiper {
    margin-top: 10px;
  }

  .bestisocialgames__header {
    padding: 16px 0;
  }
}

@media (hover: hover) {
  .bestisocialgames__game .swiper-slide:has(.bestisocialgames__btn-active:hover) .bestisocialgames__game__img {
    -webkit-transform: perspective(30em) rotateX(-20deg) rotateY(1deg) scale(0.9) translateY(30px);
    transform: perspective(30em) rotateX(-20deg) rotateY(1deg) scale(0.9) translateY(30px);
    border-color: #f38f0d;
    -webkit-box-shadow: 0px -26px 18px -10px #427800;
    box-shadow: 0px -26px 18px -10px #427800;
  }
}