/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none; }

a:active, a:focus, a:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

button:active, button:focus, button:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

input:focus, textarea:focus {
  outline: none;
  box-shadow: none; }

body {
  font-family: "gordita", sans-serif; }
  body i {
    display: flex;
    align-items: center;
    justify-content: center; }
    body i:before {
      content: "";
      display: inline-block;
      margin-left: 0 !important; }
  body .container {
    max-width: 1350px;
    padding-left: 45px;
    padding-right: 45px; }

.Banner {
  position: relative;
  z-index: 9; }
  .Banner .Banner-right{
    height: 149px;
  }
  .Banner-in {
    position: relative;
    height: 660px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .Banner-text h1 {
    font-size: 77px;
    font-weight: 500;
    letter-spacing: -4.32px;
    color: #32364d;
    line-height: 1; }
.Download-database{
  background: #F4F6F9;
  position: relative;
  padding-bottom: 79px;
}
.Download-database:before {
  content: "";
  display: inline-block;
  transition: 500ms;
  width: 100%;
  height: clamp(400px, 27vw, 850px);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/circle.svg');
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
.Download-database .download-item{  
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #EDEDED;
  filter: drop-shadow(0px 0px 2px rgba(71, 74, 78, 0.2)) drop-shadow(0px 2px 2px rgba(71, 74, 78, 0.2));
  border-radius: 16px;
  overflow:hidden;
}
.Download-database .download-item:hover .download-item-button{
  background: #000000;
  color: #fff;
}
.Download-database .download-item .download-item-button{
  position: absolute;
  top:68%;
  left:50%;
  transform:translate(-50%, -50%);
    background: #FFFFFF;
  border: 1px solid #000000;
  box-shadow: 0px 12.4444px 13.5758px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  width: 167px;
  height: 45px;
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 44px;
  color: #000000;
}
.Download-database .download-item .database-img{
width: 100%;
height: 100%
}
.Download-database .download-link{
  margin: 0 auto;
  margin-top: 48px;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration-line: underline;
  color: #000000;
  font-family: 'Helvetica';
  font-style: normal;
}
.Download-database .download-link:hover{
  text-decoration-line: none
}
.Download-database .download-link img{
  margin-right: 9px;
}
.Download-database .bookmaker-logo{
  position: absolute;
  display: flex;
  width: 16%;
  height: 10%;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #E73341;
  box-shadow: 0px 22px 24px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  top: 10px;
  right: 10px;
}
.Download-database .bookmaker-logo img{
  width: 67%;
  height: 50%;
}
.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 500ms;
  z-index: 1;
  cursor: pointer; }
  .button-black {
    font-family: "galano", sans-serif;
    width: 205px;
    height: 60px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    justify-content: space-evenly;
    border: 2px solid #000000;
    background-color: #000000; }
    .button-black:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      background-color: #ffffff;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: -1;
      width: 0;
      height: 0;
      border-radius: 100%; }
    .button-black:after {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 18px;
      height: 9px;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/icon-red-right.svg); }
    .button-black:hover {
      background-color: white;
      transition: 500ms; }
      .button-black:hover:after {
        transition: 500ms;
        -webkit-transform: translateX(5px);
                transform: translateX(5px); }
      .button-black:hover:before {
        height: 85%;
        border-radius: 20px;
        transition: 500ms;
        width: calc(100% - 12px); }
  .button:hover {
    transition: 500ms; }

.lv_skin canvas {
  opacity: 0 !important; }

.mobile {
  display: none !important; }

.mobile-f {
  display: none !important; }

.desktop {
  display: block; }

.desktop-f {
  display: flex; }

.scroll {
  bottom: 10vh;
  z-index: 99;
  position: absolute;
  left: 40%;
  display: flex;
  align-items: center; }
  .scroll:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 1px;
    height: 56px;
    background-color: #ffffff;
    margin-right: 24px; }
  .scroll span {
    display: block;
    width: 2px;
    left: 38px;
    height: 8px;
    border-radius: 4px;
    background: red;
    border: 1px solid transparent;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
            animation-name: scroll; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(18px);
            transform: translateY(18px); } }

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(18px);
            transform: translateY(18px); } }

@-webkit-keyframes red {
  0% {
    opacity: 0.2; }
  100% {
    opacity: 1;
    background-color: #ff0038; } }

@keyframes red {
  0% {
    opacity: 0.2; }
  100% {
    opacity: 1;
    background-color: #ff0038; } }

@-webkit-keyframes led1 {
  0% {
    background-color: #000000; }
  16.6% {
    opacity: 0.5;
    background-color: #ff0038; }
  33.2% {
    background-color: #000000; }
  49.8% {
    background-color: #000000; }
  66.4% {
    background-color: #000000; }
  83% {
    background-color: #000000; }
  100% {
    background-color: #000000; } }

@keyframes led1 {
  0% {
    background-color: #000000; }
  16.6% {
    opacity: 0.5;
    background-color: #ff0038; }
  33.2% {
    background-color: #000000; }
  49.8% {
    background-color: #000000; }
  66.4% {
    background-color: #000000; }
  83% {
    background-color: #000000; }
  100% {
    background-color: #000000; } }

@-webkit-keyframes led2 {
  0% {
    background-color: #000000; }
  16.6% {
    background-color: #000000; }
  33.2% {
    background-color: #000000; }
  49.8% {
    opacity: 0.5;
    background-color: #ff0038; }
  66.4% {
    background-color: #000000; }
  83% {
    background-color: #000000; }
  100% {
    background-color: #000000; } }

@keyframes led2 {
  0% {
    background-color: #000000; }
  16.6% {
    background-color: #000000; }
  33.2% {
    background-color: #000000; }
  49.8% {
    opacity: 0.5;
    background-color: #ff0038; }
  66.4% {
    background-color: #000000; }
  83% {
    background-color: #000000; }
  100% {
    background-color: #000000; } }

@-webkit-keyframes led3 {
  0% {
    background-color: #000000; }
  16.6% {
    background-color: #000000; }
  33.2% {
    background-color: #000000; }
  49.8% {
    background-color: #000000; }
  66.4% {
    background-color: #000000; }
  83% {
    opacity: 0.5;
    background-color: #ff0038; }
  100% {
    background-color: #000000; } }

@keyframes led3 {
  0% {
    background-color: #000000; }
  16.6% {
    background-color: #000000; }
  33.2% {
    background-color: #000000; }
  49.8% {
    background-color: #000000; }
  66.4% {
    background-color: #000000; }
  83% {
    opacity: 0.5;
    background-color: #ff0038; }
  100% {
    background-color: #000000; } }

.global_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0; }

@font-face {
  font-family: 'gordita';
  src: url(../font/gordita/Gordita-Light.otf);
  font-weight: 300; }

@font-face {
  font-family: 'gordita';
  src: url(../font/gordita/Gordita-Regular.otf);
  font-weight: normal; }

@font-face {
  font-family: 'gordita';
  src: url(../font/gordita/Gordita-Medium.otf);
  font-weight: 500; }

@font-face {
  font-family: 'gordita';
  src: url(../font/gordita/Gordita-Bold.otf);
  font-weight: 700; }

@font-face {
  font-family: 'galano';
  src: url(https://erisigaming.com/font/gordita/GalanoGrotesque-Light.otf);
  font-weight: 300; }

@font-face {
  font-family: 'galano';
  src: url(https://erisigaming.com/font/gordita/GalanoGrotesque-regular.otf);
  font-weight: normal; }

@font-face {
  font-family: 'galano';
  src: url(https://erisigaming.com/font/gordita/GalanoGrotesque-Medium.otf);
  font-weight: 500; }

@font-face {
  font-family: 'galano';
  src: url(https://erisigaming.com/font/gordita/GalanoGrotesque-SemiBold.otf);
  font-weight: 600; }

@font-face {
  font-family: 'galano';
  src: url(https://erisigaming.com/font/gordita/GalanoGrotesque-Bold.otf);
  font-weight: bold; }

@font-face {
  font-family: 'galano';
  src: url(https://erisigaming.com/font/gordita/GalanoGrotesque-ExtraBold.otf);
  font-weight: 800; }

@font-face {
  font-family: 'galano';
  src: url(https://erisigaming.com/font/gordita/GalanoGrotesque-Black.otf);
  font-weight: 900; }
  @font-face {
    font-family: 'Helvetica';
    src: url('../font/helvetica/HelveticaBold.woff') format('woff')
    url('../font/helvetica/HelveticaBold.ttf') format('truetype'); }
.Navtop {
  width: 100%;
  z-index: 9999;
  position: absolute;
  transition: 500ms;
  padding-top: 3vh;
  padding-bottom: 3vh; }
  .Navtop .navbar-brand {
    margin-top: 0; }
    .Navtop .navbar-brand img {
      -o-object-fit: contain;
      object-fit: contain;
      width: 370px;
    }
  .Navtop .navbar {
    position: relative;
    z-index: 99; }
    .Navtop .navbar-nav {
      transition: 400ms; }
    .Navtop .navbar-collapse .nav-item {
      margin-left: 25px;
      position: relative;
      align-items: center;
      display: flex;
      justify-content: center; }
      .Navtop .navbar-collapse .nav-item .nav-link {
        text-align: center;
        padding: 0px 5px;
        font-size: 15px;
        font-weight: 500;
        color: #32364d;
        position: relative;
        transition: 500ms;
        display: flex;
        align-items: center; }
        .Navtop .navbar-collapse .nav-item .nav-link img {
          margin-top: -3px;
          margin-left: 10px;
          width: 16px;
          height: 11px;
          -o-object-fit: contain;
             object-fit: contain; }
        .Navtop .navbar-collapse .nav-item .nav-link:hover {
          color: #0065a4;
          transition: 500ms; }
    .Navtop .navbar-collapse .active .nav-link {
      color: #000; }

.Navbottom {
  position: relative;
  z-index: 2;
  background-color: #f3f6f9;
  padding-bottom: clamp(40px, 7vw, 120px); }
  .Navbottom-in {
    border-radius: 40px;
    background-color: #fff; }
  .Navbottom-content {
    padding-top: clamp(100px, 15vw, 200px);
    padding-bottom: clamp(40px, 5vw, 80px);
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    .Navbottom-content-text {
      max-width: 540px; }
      .Navbottom-content-text h4 {
        font-family: "galano", sans-serif;
        font-size: clamp(36px, 3.4vw, 48px);
        font-weight: bold;
        line-height: 1.33;
        color: #000000; }
    .Navbottom-content-request {
      width: 95px;
      height: 95px;
      border-radius: 20px;
      background-color: #001dff;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding-left: 15px;
      font-size: 16px;
      font-weight: 600;
      line-height: normal;
      color: #fff;
      transition: 500ms; }
      .Navbottom-content-request:after {
        margin-top: 7px;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 16px;
        height: 9px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/icon-red-right.svg); }
      .Navbottom-content-request:hover {
        background-color: #3de37d;
        transition: 500ms;
        color: #000000; }
        .Navbottom-content-request:hover:after {
          transition: 500ms;
          -webkit-transform: translateX(20px);
                  transform: translateX(20px); }
    .Navbottom-content:after {
      content: " ";
      display: inline-block;
      transition: 500ms;
      width: 239px;
      border: solid 2px #dedede;
      position: absolute;
      bottom: 0;
      left: 5%; }
  .Navbottom-menu {
    padding-top: clamp(40px, 5vw, 80px);
    padding-bottom: clamp(40px, 5vw, 80px);
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Navbottom-menu-in {
      display: flex;
      align-items: center; }
    .Navbottom-menu-item {
      margin-left: 40px;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.44;
      color: #000000;
      transition: 500ms;
      display: flex;
      align-items: center; }
      .Navbottom-menu-item img {
        margin-top: 2px;
        margin-left: 7px; }
      .Navbottom-menu-item:hover {
        color: #3de37d;
        transition: 500ms; }

.icon-menu {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
  background-color: transparent; }
  .icon-menu:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 30px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/menu-dark.svg);
    background-position: center; }
  .icon-menu-active:before {
    background-image: url(../images/close.svg); }

.Main {
  overflow: hidden; }

.Banner {
  padding-top: 100px; }
  .Banner-in {
    height: clamp(300px, 25vw, 340px);
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .Banner-left {
    max-width: clamp(350px, 45vw, 510px); }
    .Banner-left h2 {
      font-size: clamp(40px, 5vw, 72px);
      font-weight: bold;
      line-height: 1.3;
      color: #000000;
      position: relative;
      font-family: "galano", sans-serif; }
      .Banner-left h2 b{
        position: relative;
      }
      .Banner-left h2 b::after{
        position: absolute;
        background: url('../images/line.svg');
        background-size: 100%;
        height: 4px;
        width: 100%;
        bottom: 6px;
        content: '';
        left: 0;
        z-index: -1;
      }
      .Banner-left h2 span {
        color: #ff0038;
        font-family: "gordita", sans-serif; }
  .Banner-right p {
    max-width: 580px;
    font-weight: 400;
    font-size: 19px;
    line-height: 141%;
    color: #000000; 
    padding: 7px 10px 5px 10px;
    background: #FEB92B;
    border-radius: 10px;
  }
  .Banner-right p b span{
    color: #8B0000;
  }
  .Banner-right .button {
    margin-top: 18px; }
  .Banner-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    .Banner-text h2 {
      margin-bottom: clamp(10px, 2vw, 25px);
      font-size: clamp(44px, 5vw, 72px);
      font-weight: bold;
      line-height: 1.3;
      color: #000000;
      position: relative;
      font-family: "galano", sans-serif; }
    .Banner-text p {
      font-size: 16px;
      line-height: 1.44;
      color: #000000; }

.Slider {
  background-color: #f3f6f9;
  position: relative;
  z-index: 1; }
  .Slider .container {
    max-width: 1430px; }
  .Slider .swiper-container {
    padding-left: 45px;
    padding-right: 45px; }
    .Slider .swiper-container .swiper-button-prev, .Slider .swiper-container .swiper-button-next {
      background-color: transparent;
      position: relative;
      width: 50%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-transform: none;
              transform: none;
      top: auto;
      bottom: auto;
      margin-top: 0;
      left: auto;
      right: auto;
      border: none;
      transition: 500ms; }
      .Slider .swiper-container .swiper-button-prev:after, .Slider .swiper-container .swiper-button-next:after {
        color: white;
        font-size: 16px; }
      .Slider .swiper-container .swiper-button-prev:hover, .Slider .swiper-container .swiper-button-next:hover {
        background-color: #ff0038;
        transition: 500ms; }
      .Slider .swiper-container .swiper-button-prev:focus, .Slider .swiper-container .swiper-button-next:focus {
        border: none;
        box-shadow: none;
        outline: none; }
    .Slider .swiper-container .swiper-button-prev {
      border-top-left-radius: 18px;
      border-bottom-left-radius: 18px; }
    .Slider .swiper-container .swiper-button-next {
      border-top-right-radius: 18px;
      border-bottom-right-radius: 18px; }
    .Slider .swiper-container .swiper-slide {
      position: relative;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover; }
  .Slider-navigation {
    z-index: 9;
    position: absolute;
    left: 80px;
    top: 45px;
    display: flex;
    align-items: center;
    width: clamp(120px, 10vw, 140px);
    height: clamp(50px, 4.8vw, 70px);
    border-radius: 20px;
    background-color: #000000;
    border: 2px solid #000; }
  .Slider-match {
    position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Slider-match-item {
      display: flex;
      align-items: center;
      height: 69px;
      border-radius: 34.5px;
      box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.21);
      background-color: #fff;
      padding-left: 15px;
      padding-right: 30px;
      width: 180px; }
      .Slider-match-item:first-child {
        margin-top: 150px; }
      .Slider-match-item:last-child {
        margin-top: -150px; }
      .Slider-match-item span {
        margin-right: 10px;
        border-radius: 100%;
        width: 46px;
        height: 46px;
        background-color: #50b5e4;
        display: flex;
        align-items: center;
        justify-content: center; }
      .Slider-match-item h6 {
        margin-left: auto;
        font-size: 22px;
        font-weight: bold;
        line-height: normal;
        color: #000000; }
  .Slider-banner {
    position: relative;
    z-index: 9; }
    .Slider-banner img {
      border-radius: 40px; }

.Head h3 {
  font-size: clamp(36px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.33;
  color: #000000;
  font-family: "galano", sans-serif; }

.Head p {
  opacity: 0.5;
  font-size: 16px;
  line-height: 1.5;
  color: #000000; }

.Head.red h3 span {
  background-color: #ff0038 !important; }

.Head.green h3 span {
  background-color: #00D67A !important; }

.Head.black h3 span {
  background-color: #d8d8d8 !important; }

.Platform {
  background-color: #f3f6f9;
  padding-top: clamp(40px, 5vw, 70px);
  padding-bottom: clamp(40px, 6vw, 90px);
  position: relative;
  z-index: 9; }
  .Platform-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -30px;
    padding-top: clamp(30px, 4vw, 60px); }
  .Platform-item {
    cursor: -webkit-grab;
    cursor: grab;
    max-width: 310px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc(33.33% - 30px);
    border-radius: 20px;
    padding-left: clamp(15px, 2.5vw, 40px);
    padding-right: clamp(15px, 2.5vw, 40px);
    height: clamp(200px, 20vw, 290px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: 500ms; }
    .Platform-item img {
      margin-bottom: clamp(15px, 2vw, 30px); }
    .Platform-item h6 {
      font-size: 20px;
      font-weight: bold;
      line-height: normal;
      color: #000000; }
    .Platform-item p {
      max-width: 240px;
      opacity: 0.5;
      font-size: 14px;
      font-style: normal;
      line-height: 1.64;
      color: #000000; }
    .Platform-item:hover {
      box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.05);
      background-color: white;
      transition: 500ms; }
  .Platform-all {
    padding-left: clamp(15px, 2.5vw, 40px);
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    color: #000000;
    font-family: "galano", sans-serif;
    transition: 500ms; }
    .Platform-all:hover {
      color: #ff0038;
      transition: 500ms; }
  .Platform-content {
    margin-top: clamp(40px, 6vw, 90px);
    border-radius: 40px;
    position: relative;
    height: clamp(450px, 36vw, 630px); }
    .Platform-content-text {
      position: absolute;
      top: 50%;
      left: 60%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .Platform-content-text h6 {
        font-size: clamp(16px, 2vw, 22px);
        font-weight: 500;
        line-height: normal;
        color: #000000;
        opacity: 0.5;
        font-family: "galano", sans-serif; }
      .Platform-content-text h3 {
        margin-top: 10px;
        margin-bottom: clamp(15px, 2vw, 30px);
        font-size: clamp(24px, 3.5vw, 48px);
        font-weight: bold;
        line-height: 1.33;
        color: #000000;
        font-family: "galano", sans-serif; }
      .Platform-content-text p {
        max-width: 440px;
        opacity: 0.5;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.5;
        color: #000000; }
  .Platform-icon {
    position: absolute;
    z-index: 999; }
    .Platform-icon:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: center; }

.icon {
  display: flex;
  align-items: center;
  justify-content: center; }
  .icon:before {
    content: "";
    display: inline-block;
    transition: 500ms; }
  .icon-leon {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }
    .icon-leon:before {
      width: 180px;
      height: 180px;
      background-image: url(../images/leon.png); }
  .icon-ball {
    top: 6%;
    left: 13%; }
    .icon-ball:before {
      width: 160px;
      height: 160px;
      background-image: url(../images/ball.png); }
  .icon-basketball {
    bottom: 5%;
    left: 15%; }
    .icon-basketball:before {
      width: 220px;
      height: 220px;
      background-image: url(../images/basketball.png); }
  .icon-minigame {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateY(50%) translateX(-50%);
            transform: translateY(50%) translateX(-50%); }
    .icon-minigame:before {
      width: 50px;
      height: 50px;
      background-image: url(../images/mini-game.png); }
  .icon-fish {
    top: 9%;
    right: 3%; }
    .icon-fish:before {
      width: 150px;
      height: 130px;
      background-image: url(../images/fish.png); }
  .icon-plus {
    right: 0;
    bottom: -24%;
    -webkit-transform: translateY(-50%) translateX(40%);
            transform: translateY(-50%) translateX(40%); }
    .icon-plus:before {
      width: 200px;
      height: 200px;
      background-image: url(../images/plus.png); }
  .icon-base20 {
    left: 45%;
    top: 18%;
    -webkit-transform: translateX(40%);
            transform: translateX(40%); }
    .icon-base20:before {
      width: 80px;
      height: 80px;
      background-image: url(../images/icon-bas2020.png); }
  .icon-fifa {
    right: 31%;
    top: 0;
    -webkit-transform: translateY(-50%) translateX(40%);
            transform: translateY(-50%) translateX(40%); }
    .icon-fifa:before {
      width: 100px;
      height: 100px;
      background-image: url(../images/icon-fifa.png); }
  .icon-csgo {
    right: 15%;
    bottom: 0;
    -webkit-transform: translateX(40%);
            transform: translateX(40%); }
    .icon-csgo:before {
      width: 135px;
      height: 100px;
      background-image: url(../images/icon-csgo.png); }

.Sports {
  padding-top: clamp(40px, 8vw, 180px); }
  .Sports-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .Sports-head img {
      max-width: 100%;
      margin-bottom: clamp(30px, 3vw, 50px); }
    .Sports-head h6 {
      max-width: 450px;
      font-size: 24px;
      font-weight: 600;
      line-height: 1.42;
      color: #000000; }
  .Sports-in {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: clamp(40px, 5.5vw, 90px);
    margin-bottom: -100px; }
  .Sports-left {
    width: 50%; }
    .Sports-left-text span {
      opacity: 0.5;
      font-size: 20px;
      font-weight: 500;
      line-height: normal;
      color: #000000;
      font-family: "galano", sans-serif; }
    .Sports-left-text h3 {
      margin-bottom: 10px;
      font-size: clamp(36px, 3.5vw, 48px);
      line-height: 1.33;
      color: #070e15; }
    .Sports-left-text p {
      max-width: 450px;
      opacity: 0.5;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.5;
      color: #000000; }
    .Sports-left-in {
      margin-top: clamp(20px, 2.5vw, 50px);
      display: flex;
      margin-right: 15px; }
    .Sports-left-item {
      margin-right: 15px;
      margin-bottom: 15px;
      width: calc(50% - 15px);
      height: 160px;
      border-radius: 20px;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding-left: 35px;
      padding-right: 30px;
      opacity: 0.5;
      transition: 500ms;
      cursor: -webkit-grab;
      cursor: grab;
      padding-top: 20px; }
      .Sports-left-item:hover {
        opacity: 1;
        transition: 500ms;
        box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.05); }
      .Sports-left-item img {
        margin-bottom: 10px; }
      .Sports-left-item h6 {
        font-size: 20px;
        font-weight: bold;
        line-height: normal;
        color: #000000; }
      .Sports-left-item p {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.5;
        color: #000000;
        opacity: 0.5; }
  .Sports-right {
    width: 44%; }
  .Sports-live {
    z-index: 1;
    position: relative;
    margin-top: -150px;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    margin-bottom: -150px; }
    .Sports-live .Head {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .Sports-live .Head h3 {
        margin-bottom: 15px; }
      .Sports-live .Head p {
        max-width: 550px; }
    .Sports-live-in {
      position: absolute;
      top: 48%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%; }
    .Sports-live-inner {
      margin-top: clamp(30px, 3.5vw, 70px);
      display: flex;
      justify-content: center; }
    .Sports-live-item {
      max-width: 270px;
      margin-left: 30px;
      margin-right: 20px; }
      .Sports-live-item-head {
        display: flex;
        align-items: center;
        margin-bottom: 12px; }
        .Sports-live-item-head img {
          margin-right: 10px; }
        .Sports-live-item-head h6 {
          font-family: "galano", sans-serif;
          font-size: 20px;
          font-weight: bold;
          line-height: normal;
          color: #000000; }
      .Sports-live-item p {
        opacity: 0.5;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.64;
        color: #000000; }

.mouse {
  margin-top: 45px;
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .mouse img {
    margin-top: 20px; }
  .mouse span {
    width: 5px;
    height: 5px;
    opacity: 0.2;
    background-color: #000000;
    display: block;
    margin-bottom: 10px;
    border-radius: 100%;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; }
    .mouse span:nth-of-type(1) {
      -webkit-animation-name: led1;
              animation-name: led1; }
    .mouse span:nth-of-type(2) {
      -webkit-animation-name: led2;
              animation-name: led2; }
    .mouse span:nth-of-type(3) {
      -webkit-animation-name: led3;
              animation-name: led3; }

.H_crm {
  background-color: #dee4e9;
  margin-top: clamp(40px, 12vw, 200px);
  padding-top: clamp(40px, 10vw, 140px); }
  .H_crm-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .H_crm-text h3 {
      margin-bottom: 15px; }
    .H_crm-text p {
      max-width: 730px; }
    .H_crm-text a {
      width: 194px;
      height: 60px;
      margin-top: 45px; }
      .H_crm-text a:after {
        width: 23px;
        height: 21px;
        background-image: url(../images/icon-message.svg); }
  .H_crm-image {
    margin-top: 50px;
    max-width: 100%; }

.Game {
  padding-top: clamp(40px, 10vw, 160px); }
  .Game-head {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .Game-head img {
      margin-bottom: 30px; }
  .Game-in {
    margin-top: clamp(30px, 6vw, 100px);
    justify-content: space-between;
    display: flex; }
  .Game-item {
    width: 31%;
    max-width: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .Game-item img {
      margin-bottom: 25px; }
    .Game-item h6 {
      font-size: 22px;
      font-weight: bold;
      line-height: normal;
      color: #000000;
      font-family: "galano", sans-serif; }
    .Game-item p {
      opacity: 0.5;
      font-size: 14px;
      line-height: 1.64;
      color: #000000; }
  .Game-image {
    margin-top: clamp(30px, 3.5vw, 70px);
    display: flex;
    align-items: center;
    justify-content: center; }

.Product {
  background-color: #f3f6f9;
  padding-top: clamp(20px, 6vw, 100px);
  padding-bottom: clamp(20px, 6vw, 100px); }
  .Product-item {
    margin-bottom: clamp(30px, 7vw, 120px);
    height: clamp(450px, 32vw, 630px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 60px; }
    .Product-item:first-child {
      margin-bottom: 0; }
    .Product-item-image {
      width: 50%; }
      .Product-item-image img {
        max-width: 100%; }
    .Product-item-text {
      padding-left: clamp(20px, 5vw, 70px);
      padding-right: 20px;
      width: 50%; }
      .Product-item-text-in {
        margin-top: clamp(20px, 3vw, 60px);
        display: flex;
        max-width: 550px; }
      .Product-item-text-item {
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center; }
      .Product-item-text span {
        opacity: 0.5;
        font-family: "galano", sans-serif;
        font-size: 20px;
        font-weight: 600;
        font-stretch: normal;
        line-height: normal;
        color: #000000; }
      .Product-item-text h3 {
        margin-bottom: 15px; }
      .Product-item-text p {
        max-width: 520px;
        margin-bottom: 15px;
        opacity: 0.5;
        font-size: 14px;
        line-height: 1.71;
        color: #000000; }
    .Product-item.casino .Product-item-text {
      padding-left: 0; }
      .Product-item.casino .Product-item-text p {
        max-width: 440px; }
    .Product-item.casino .Product-item-image img {
      -webkit-transform: translateX(-40px);
              transform: translateX(-40px); }
    .Product-item.e_spor .Product-item-text p {
      max-width: 440px; }
    .Product-item.e_spor .Product-item-image {
      margin-top: auto; }
    .Product-item.theme {
      background-color: #fff;
      padding-bottom: 120px; }
      .Product-item.theme .Product-item-image {
        padding-right: clamp(20px, 6vw, 100px); }
        .Product-item.theme .Product-item-image .button {
          margin-left: auto; }
    .Product-item .icon {
      position: absolute; }

.Theme {
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px); }
  .Theme .swiper-container {
    max-width: 1600px; }
  .Theme .swiper-slide {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    border-radius: 38.3px; }
  .Theme-item {
    height: clamp(240px, 22vw, 400px);
    box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.05);
    padding-left: clamp(20px, 3vw, 60px);
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .Theme-item-head {
      margin-top: clamp(20px, 3vw, 60px);
      font-family: "galano", sans-serif; }
      .Theme-item-head h6 {
        font-size: 36px;
        font-weight: bold;
        line-height: 1.78;
        color: #fff; }
      .Theme-item-head-in {
        display: flex;
        align-items: center; }
        .Theme-item-head-in span {
          font-size: 14px;
          font-weight: 500;
          color: #fff;
          display: flex;
          align-items: center;
          line-height: 1;
          margin-right: 10px; }
          .Theme-item-head-in span:after {
            margin-left: 10px;
            margin-top: 2px;
            content: " ";
            display: inline-block;
            transition: 500ms;
            width: 4px;
            height: 4px;
            background-color: white; }
          .Theme-item-head-in span:last-child:after {
            display: none; }
          .Theme-item-head-in span img {
            margin-right: 5px; }
    .Theme-item .button {
      margin-bottom: clamp(20px, 3vw, 60px);
      width: 192px;
      height: 60px; }

.Payment {
  padding-top: clamp(40px, 6vw, 100px);
  padding-bottom: clamp(40px, 7vw, 120px);
  background-color: #dee4e9; }
  .Payment .Head {
    text-align: center;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: clamp(20px, 4vw, 80px); }
    .Payment .Head h3 {
      margin-bottom: clamp(10px, 2vw, 30px); }
  .Payment-in {
    display: flex;
    justify-content: center;
    padding-top: clamp(30px, 7vw, 120px); }
    .Payment-in img {
      width: 110%; }
  .Payment-inner {
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
    justify-content: space-between; }
  .Payment-item img {
    max-width: 95%;
    max-height: 95%; }

.References {
  position: relative;
  z-index: 9;
  padding-top: clamp(40px, 7vw, 120px);
  background-color: #f3f6f9; }
  .References-in {
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .References-text {
    max-width: 400px;
    width: 40%; }
  .References-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 55%;
    max-width: 540px; }
  .References-item {
    margin-right: clamp(15px, 3vw, 50px);
    margin-bottom: clamp(15px, 3vw, 50px);
    width: calc(33.33% - clamp(15px, 3vw, 50px));
    height: clamp(110px, 9vw, 128px);
    border-radius: 15px;
    box-shadow: 0 22px 24px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .References-item img {
      max-width: 90%;
      max-height: 90%; }
  .References-video {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-left: 4%;
    position: relative; }
    .References-video-in {
      position: absolute;
      left: 5%;
      bottom: 0;
      -webkit-transform: translateY(30%);
              transform: translateY(30%);
      display: flex;
      align-items: center;
      justify-content: center;
      width: clamp(450px, 40vw, 662px);
      height: clamp(300px, 30vw, 430px);
      border-radius: 40px;
      -webkit-backdrop-filter: blur(10.9px);
              backdrop-filter: blur(10.9px);
      background-color: rgba(215, 215, 215, 0.79); }
      .References-video-in:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 36px;
        height: 36px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/icon-play.svg); }

.fancybox-container {
  z-index: 9999999999 !important; }

.Crm {
  background-color: #f3f6f9;
  padding-top: clamp(50px, 10vw, 180px); }
  .Crm-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: calc((100vw - 1350px) / 2); }
    .Crm-item-left {
      width: 425px;
      padding-left: 45px; }
      .Crm-item-left .Head {
        margin-bottom: clamp(20px, 3vw, 50px); }
        .Crm-item-left .Head h6 {
          opacity: 0.5;
          font-family: "galano", sans-serif;
          font-size: 13px;
          font-weight: 600;
          line-height: 1.98;
          color: #070e15; }
        .Crm-item-left .Head h3 {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          margin-bottom: 25px; }
          .Crm-item-left .Head h3:after {
            margin-top: 10px;
            content: " ";
            display: inline-block;
            transition: 500ms;
            width: 104px;
            height: 3px;
            background-color: #3de37d; }
      .Crm-item-left span {
        display: block;
        opacity: 0.5;
        font-family: "galano", sans-serif;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.98;
        color: #070e15;
        margin-bottom: 10px; }
    .Crm-item-right {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      width: calc(95% - 425px); }
      .Crm-item-right img {
        max-width: 100%; }

.Themes {
  overflow: hidden; }
  .Themes-inner {
    height: 100vh;
    display: flex;
    justify-content: space-between; }
  .Themes-left {
    width: 50%;
    padding-top: clamp(100px, 8vw, 180px); }
    .Themes-left-content {
      height: 100%;
      overflow-y: scroll; }
      .Themes-left-content::-webkit-scrollbar {
        display: none; }
    .Themes-left-in {
      min-height: 900px; }
    .Themes-left-image {
      margin-left: auto;
      margin-top: 30px;
      -webkit-transform: translateX(-80px);
              transform: translateX(-80px);
      width: calc(100% + 80px);
      max-width: 950px; }
      .Themes-left-image img {
        border-radius: 40px; }
    .Themes-left .Slider-navigation {
      left: auto;
      top: auto;
      right: 0;
      bottom: 0; }
    .Themes-left .swiper-button-prev, .Themes-left .swiper-button-next {
      background-color: transparent;
      position: relative;
      width: 50%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-transform: none;
              transform: none;
      top: auto;
      bottom: auto;
      margin-top: 0;
      left: auto;
      right: auto;
      border: none;
      transition: 500ms; }
      .Themes-left .swiper-button-prev:after, .Themes-left .swiper-button-next:after {
        color: white;
        font-size: 16px; }
      .Themes-left .swiper-button-prev:hover, .Themes-left .swiper-button-next:hover {
        background-color: #ff0038;
        transition: 500ms; }
      .Themes-left .swiper-button-prev:focus, .Themes-left .swiper-button-next:focus {
        border: none;
        box-shadow: none;
        outline: none; }
    .Themes-left .swiper-button-prev {
      border-top-left-radius: 18px;
      border-bottom-left-radius: 18px; }
    .Themes-left .swiper-button-next {
      border-top-right-radius: 18px;
      border-bottom-right-radius: 18px; }
    .Themes-left .Head {
      padding-left: calc((100vw - 1350px) / 2); }
      .Themes-left .Head h3 {
        font-size: clamp(40px, 5vw, 72px); }
        .Themes-left .Head h3 span {
          width: 12px;
          height: 12px;
          background-color: #000000;
          border-radius: 100%;
          display: inline-block; }
    .Themes-left-item {
      padding-left: 45px; }
    .Themes-left-text {
      margin-top: 35px;
      padding-left: calc((100vw - 1350px) / 2); }
      .Themes-left-text-info {
        display: flex;
        align-items: center; }
        .Themes-left-text-info span {
          font-family: "galano", sans-serif;
          font-size: 14px;
          font-weight: 600;
          line-height: normal;
          color: #000000;
          display: flex;
          margin-right: 10px;
          align-items: center; }
          .Themes-left-text-info span:after {
            margin-left: 10px;
            content: " ";
            display: inline-block;
            transition: 500ms;
            width: 4px;
            height: 4px;
            background-color: #000000; }
          .Themes-left-text-info span img {
            margin-right: 5px;
            width: 16px;
            height: 16px;
            -o-object-fit: cover;
               object-fit: cover; }
          .Themes-left-text-info span:last-child:after {
            display: none; }
      .Themes-left-text-in {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .Themes-left-text-in-left {
          padding-right: clamp(20px, 3vw, 50px);
          max-width: 440px; }
          .Themes-left-text-in-left p {
            opacity: 0.5;
            font-size: 12px;
            line-height: 1.75;
            color: #000000; }
        .Themes-left-text-in-right .button {
          width: 192px;
          height: 60px; }
  .Themes-right {
    padding-right: calc((100vw - 1350px) / 2);
    padding-left: 3%;
    width: 47%;
    background-color: #f3f6f9;
    padding-top: clamp(100px, 10vw, 220px); }
    .Themes-right-content {
      overflow-y: scroll;
      height: 100%; }
      .Themes-right-content::-webkit-scrollbar {
        display: none; }
    .Themes-right-in {
      padding-right: 45px;
      min-height: 900px; }
  .Themes-filter {
    display: flex;
    align-items: center; }
    .Themes-filter-item {
      text-align: center;
      margin-right: clamp(15px, 2vw, 30px);
      font-size: 13px;
      line-height: 1.3;
      font-weight: 600;
      color: #979797;
      transition: 500ms; }
    .Themes-filter .current {
      color: #000000; }
    .Themes-filter-search {
      margin-left: auto;
      display: flex;
      align-items: center;
      position: relative; }
      .Themes-filter-search input {
        height: 35px;
        padding-right: 30px;
        border: none;
        width: 130px;
        background-color: #ffffff80; }
        .Themes-filter-search input:focus {
          background-color: #ffffff80;
          box-shadow: none; }
      .Themes-filter-search:after {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/icon-search.svg); }
  .Themes-content {
    margin-top: clamp(30px, 3vw, 40px);
    overflow: hidden; }
    .Themes-content .swiper-container {
      height: 640px;
      padding-bottom: 40px; }
    .Themes-content .swiper-container-vertical > .swiper-pagination-bullets {
      background-color: #f3f6f9;
      top: auto;
      left: 0;
      right: 0;
      bottom: -15px; }
      .Themes-content .swiper-container-vertical > .swiper-pagination-bullets span {
        width: 6px;
        height: 6px;
        margin: 0 4px;
        display: inline-block; }
    .Themes-content .swiper-pagination-bullet-active {
      background-color: #ff0038; }
  .Themes-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 140px;
    border-radius: 20px;
    transition: 500ms;
    background-color: #fff;
    padding: 20px;
    padding-left: 35px; }
    .Themes-item .Head h3 {
      margin-bottom: 7px;
      font-size: 26px; }
    .Themes-item .Head p {
      font-size: 12px; }
    .Themes-item-text {
      width: 50%; }
    .Themes-item-image {
      width: 43%; }
      .Themes-item-image img {
        border-radius: 20px;
        height: 100px; }

@media (min-width: 991px) and (max-height: 1000px) {
  .Themes-left {
    padding-top: 80px; }
    .Themes-left-image {
      margin-top: 20px; }
    .Themes-left .Head h3 {
      font-size: 50px; }
  .Themes-right {
    padding-top: 80px; }
  .Themes-content .swiper-container {
    height: 560px; }
  .Themes-item {
    height: 120px;
    padding-left: 30px; } }

@media (max-width: 991px) {
  .Download-database .download-item .download-item-button{
    top: 50%;
    width: 155px;
    height: 41px;
    line-height: 40px;
  }
  .Banner-left h2 b::after{
    bottom: 2px;
  }
  .Download-database .bookmaker-logo{
    width: 36%;
    height: 25%;
  }
  .mobile {
    display: block !important; }
  .mobile-f {
    display: flex !important; }
  .desktop {
    display: none !important; }
  .container {
    padding-left: 12px !important;
    padding-right: 12px !important; }
  .Navtop {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 2px 0px 3px -1px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding-left: 15px; }
    .Banner-left h2{
      line-height: 1.15
    }
    .Navtop .navbar {
      margin-left: -10px;
      padding: 0px; }
      .Navtop .navbar-brand {
        padding: 0;
        margin-bottom: 0px; }
        .Navtop .navbar-brand img{
          width: 220px;
        }
        .Navtop .navbar-brand:before {
          width: 130px;
          height: 56px; }
      .Navtop .navbar-nav {
        margin-right: auto; }
      .Navtop .navbar-collapse {
        position: fixed;
        left: 0;
        right: 0;
        top: 70px;
        bottom: 0;
        display: flex;
        align-items: flex-start;
        transition: 300ms;
        opacity: 0;
        pointer-events: none;
        padding-top: 10vh;
        -webkit-transform: translateY(50px);
                transform: translateY(50px); }
        .Navtop .navbar-collapse:before {
          content: "";
          display: inline-block;
          transition: 500ms;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #f3f6f9;
          opacity: 0.98; }
        .Navtop .navbar-collapse-active {
          pointer-events: none;
          transition: 300ms;
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
        .Navtop .navbar-collapse .nav-item {
          margin-left: 0;
          line-height: 3.5; }
          .Navtop .navbar-collapse .nav-item .nav-link {
            padding: 0px 5px;
            font-size: 20px;
            color: #000000; }
            .Navtop .navbar-collapse .nav-item .nav-link:hover {
              transition: 500ms; }
  .Download-database{
    background: #fff;
  }
  .Banner {
    padding-top: 100px; }
    .Banner-in {
      height: auto;
      align-items: flex-start;
      flex-direction: column; }
    .Banner .container {
      max-width: 1250px; 
    }
    .Banner-left {
      max-width: clamp(350px, 35vw, 500px); }
    .Download-database:before{
      display: none;
    }
    .Download-database{
      padding-bottom: 25px;
    }
    .Download-database .download-link{
      display: block;
      font-weight: 700;
      font-size: 18px;
      line-height: 21px;
      margin-top: 16px;
    }
    .Download-database .download-link img{
      width: 20px;
      height: 20px;
    }
    .Banner-right {
      margin-top: 15px; 
    height: 197px !important;}
      .Banner-right p {
        font-size: 16px; }
      .Banner-right .button {
        margin-top: -10px;
        -webkit-transform: translateY(50%);
                transform: translateY(50%); }
    .Banner-text {
      align-items: flex-start;
      text-align: left; }
      .Banner-text h2 {
        margin-bottom: clamp(10px, 2vw, 25px);
        max-width: 300px; }
      .Banner-text p {
        max-width: 350px; }
  .Slider:before {
    display: none; }
  .Slider .container {
    padding: 0 !important; }
  .Slider .swiper-container {
    padding-left: 0;
    padding-right: 0; }
    .Slider .swiper-container .swiper-button-prev {
      padding-left: 12px;
      border-bottom-left-radius: 0; }
    .Slider .swiper-container .swiper-button-next {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      padding-right: 12px; }
  .Slider-navigation {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    width: 130px;
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .Slider-match {
    display: none; }
  .Slider-banner {
    margin-top: 30px; }
    .Slider-banner img {
      border-radius: 0; }
  .Head p {
    font-size: 15px; }
  .Platform {
    overflow: hidden;
    padding-bottom: 75px; }
    .Platform-in {
      flex-wrap: nowrap;
      margin-right: 0;
      overflow-x: scroll; }
    .Platform .container {
      padding-right: 0 !important; }
    .Platform-item {
      min-width: 280px;
      margin-right: 20px;
      padding-left: 30px;
      margin-bottom: 0;
      height: 230px;
      background-color: white;
      box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.05); }
      .Platform-item img {
        margin-bottom: 25px; }
    .Platform-all {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 40px;
      padding-left: 0; }
    .Platform-content {
      height: auto;
      padding-right: 20px;
      background-image: none !important; }
      .Platform-content-text {
        border-radius: 20px;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
                transform: none;
        padding: 65px 30px;
        padding-left: 50px;
        background-color: white; }
        .Platform-content-text h6 {
          font-size: 20px; }
        .Platform-content-text h3 {
          margin-top: 10px;
          font-size: 36px;
          max-width: 250px;
          margin-bottom: 60px; }
        .Platform-content-text p {
          max-width: 280px; }
  .icon-leon {
    top: 65%; }
    .icon-leon:before {
      width: 180px;
      height: 180px; }
  .icon-ball {
    top: 15%;
    left: auto;
    right: 0;
    -webkit-transform: translateX(25%);
            transform: translateX(25%); }
    .icon-ball:before {
      width: 220px;
      height: 220px; }
  .icon-basketball {
    bottom: 0;
    left: auto;
    right: -30px; }
    .icon-basketball:before {
      width: 160px;
      height: 160px; }
  .icon-minigame {
    bottom: auto;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-25%) translateX(-25%);
            transform: translateY(-25%) translateX(-25%); }
  .icon-fish {
    display: none; }
  .icon-plus {
    right: 65%;
    bottom: -33%;
    -webkit-transform: translateY(-50%) translateX(40%);
            transform: translateY(-50%) translateX(40%); }
    .icon-plus:before {
      width: 130px;
      height: 130px;
      background-image: url(../images/plus.png); }
  .icon-base20 {
    left: 45%;
    top: 18%;
    -webkit-transform: translateX(40%);
            transform: translateX(40%); }
    .icon-base20:before {
      width: 80px;
      height: 80px;
      background-image: url(../images/icon-bas2020.png); }
  .icon-fifa {
    right: 31%;
    top: 0;
    -webkit-transform: translateY(-50%) translateX(40%);
            transform: translateY(-50%) translateX(40%); }
    .icon-fifa:before {
      width: 100px;
      height: 100px;
      background-image: url(../images/icon-fifa.png); }
  .icon-csgo {
    right: 15%;
    bottom: 0;
    -webkit-transform: translateX(40%);
            transform: translateX(40%); }
    .icon-csgo:before {
      width: 135px;
      height: 100px;
      background-image: url(../images/icon-csgo.png); }
  .mouse {
    display: none; }
  .Sports-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .Sports-head img {
      max-width: 75%; }
    .Sports-head h6 {
      font-size: 18px;
      max-width: 350px; }
  .Sports-in {
    flex-direction: column;
    padding-top: 0;
    margin-bottom: 0; }
  .Sports-left {
    width: 100%;
    margin-bottom: 40px; }
    .Sports-left-text {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-left: auto;
      margin-right: auto; }
      .Sports-left-text span {
        display: none; }
      .Sports-left-text p {
        max-width: 300px; }
    .Sports-left-in {
      margin-top: clamp(20px, 2.5vw, 50px);
      display: flex;
      margin-right: 15px; }
    .Sports-left-item {
      margin-right: 15px;
      margin-bottom: 15px;
      width: calc(50% - 15px);
      height: 160px;
      border-radius: 20px;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding-left: 35px;
      padding-right: 30px;
      opacity: 0.5;
      transition: 500ms;
      cursor: -webkit-grab;
      cursor: grab;
      padding-top: 20px; }
      .Sports-left-item:hover {
        opacity: 1;
        transition: 500ms;
        box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.05); }
      .Sports-left-item img {
        margin-bottom: 10px; }
      .Sports-left-item h6 {
        font-size: 20px;
        font-weight: bold;
        line-height: normal;
        color: #000000; }
      .Sports-left-item p {
        font-size: 16px;
        font-weight: normal;
        line-height: 1.5;
        color: #000000;
        opacity: 0.5; }
  .Sports-right {
    width: 120%; }
  .Sports-live {
    z-index: 1;
    position: relative;
    margin-top: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    margin-bottom: 200px; }
    .Sports-live .Head p {
      max-width: 300px; }
    .Sports-live-in {
      top: 40%; }
    .Sports-live-inner {
      display: flex;
      overflow-x: scroll;
      justify-content: flex-start;
      position: absolute;
      left: 0;
      right: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      top: 15px;
      padding-top: 50px;
      padding-bottom: 50px;
      margin-left: -25px;
      margin-right: -25px;
      padding-right: 30px; }
    .Sports-live-item {
      max-width: none;
      min-width: 290px;
      margin-left: 30px;
      margin-right: 0;
      background-color: white;
      height: 177px;
      border-radius: 20px;
      box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.08);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding-left: 30px;
      padding-right: 30px; }
      .Sports-live-item p {
        max-width: 240px; }
  .H_crm-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: 380px; }
    .H_crm-text h3 {
      margin-bottom: 30px; }
  .H_crm-image {
    display: flex;
    justify-content: flex-end; }
    .H_crm-image img {
      margin-right: -25px; }
  .Game {
    padding-top: clamp(40px, 10vw, 160px);
    position: relative; }
    .Game .container {
      padding: 0 !important; }
    .Game-head img {
      max-width: 75%;
      margin-bottom: 20px; }
    .Game-in {
      position: absolute;
      padding-top: 40px;
      margin-top: 0;
      overflow-x: scroll;
      bottom: 0;
      left: 0;
      right: 0;
      padding-left: 30px;
      padding-right: 30px; }
    .Game-item {
      border-radius: 20px;
      box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.08);
      background-color: #fff;
      min-width: 290px;
      max-width: none;
      margin-right: 20px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
      height: 300px;
      padding-left: 30px;
      padding-right: 30px; }
      .Game-item img {
        margin-bottom: 25px; }
      .Game-item h6 {
        height: 60px;
        margin-bottom: 15px;
        max-width: 200px; }
    .Game-image {
      margin-top: clamp(30px, 3.5vw, 70px); }
      .Game-image img {
        width: 100%; }
  .Product {
    background-color: #f3f6f9;
    padding-top: clamp(20px, 6vw, 100px);
    padding-bottom: clamp(20px, 6vw, 100px); }
    .Product .container {
      padding: 0 !important; }
    .Product-item {
      height: auto;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      flex-direction: column-reverse;
      border-radius: 60px;
      background-image: none !important; }
      .Product-item:first-child {
        margin-bottom: 30px; }
      .Product-item-image {
        width: 100%;
        margin-top: 30px; }
      .Product-item-text {
        padding-left: clamp(20px, 5vw, 70px);
        padding-right: 20px;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .Product-item-text-in {
          display: flex;
          overflow-x: scroll;
          max-width: none;
          padding-left: 25px;
          padding-right: 25px;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0; }
        .Product-item-text-item {
          min-width: 180px; }
        .Product-item-text p {
          max-width: 400px;
          margin-bottom: 15px;
          font-size: 16px; }
      .Product-item.casino .Product-item-text {
        padding-left: 0; }
      .Product-item.casino .Product-item-image img {
        width: 100%;
        -webkit-transform: none;
                transform: none; }
      .Product-item.e_spor {
        flex-direction: column; }
        .Product-item.e_spor .Product-item-text p {
          max-width: 400px; }
        .Product-item.e_spor .Product-item-image {
          margin-top: 30px; }
          .Product-item.e_spor .Product-item-image img {
            width: 100%; }
      .Product-item.theme {
        background-color: transparent;
        padding-bottom: 0; }
        .Product-item.theme .Product-item-text {
          text-align: left;
          align-items: flex-start; }
        .Product-item.theme .Product-item-image {
          padding-right: clamp(20px, 6vw, 100px); }
          .Product-item.theme .Product-item-image .button {
            margin-left: auto;
            position: absolute;
            left: 25px;
            -webkit-transform: translateY(100%);
                    transform: translateY(100%);
            bottom: -270px; }
      .Product-item .icon {
        display: none; }
  .Theme {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    padding-bottom: 120px;
    padding-left: 30px; }
    .Theme .swiper-slide {
      border-radius: 20px; }
    .Theme-item {
      height: 200px;
      padding-left: 25px; }
      .Theme-item-head {
        margin-top: 10px; }
        .Theme-item-head h6 {
          font-size: 24px; }
        .Theme-item-head-in span {
          font-size: 13px;
          margin-right: 7px; }
          .Theme-item-head-in span:after {
            margin-left: 7px;
            width: 3px;
            height: 3px; }
          .Theme-item-head-in span img {
            margin-right: 5px; }
      .Theme-item .button {
        width: 140px;
        height: 45px;
        font-size: 12px; }
  .Payment {
    padding-top: clamp(40px, 6vw, 100px);
    padding-bottom: clamp(40px, 7vw, 120px);
    background-color: #dee4e9; }
    .Payment .container {
      padding-right: 0 !important; }
    .Payment .Head {
      text-align: left;
      max-width: 830px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: clamp(20px, 4vw, 80px); }
      .Payment .Head p {
        display: none; }
    .Payment-in {
      display: block;
      justify-content: flex-start; }
      .Payment-in-content {
        margin-top: 10px;
        overflow-x: scroll; }
      .Payment-in .Head {
        margin-top: 30px; }
        .Payment-in .Head p {
          display: block; }
      .Payment-in-item {
        margin-right: 25px;
        min-width: 240px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .Payment-in-item h6 {
          font-size: 22px;
          font-weight: bold;
          line-height: normal;
          text-align: center;
          color: #000000;
          margin-bottom: 15px; }
        .Payment-in-item img {
          width: 100%;
          border-radius: 20px; }
    .Payment-inner {
      padding-left: 0;
      margin-top: 20px;
      overflow-x: scroll; }
    .Payment-item {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: white;
      border-radius: 10px;
      box-shadow: 0 40px 60px 0 rgba(0, 0, 0, 0.08);
      min-width: 135px;
      height: 68px;
      margin-right: 25px; }
  .References {
    position: relative;
    z-index: 9;
    padding-top: clamp(40px, 7vw, 120px);
    background-color: #f3f6f9; }
    .References-in {
      padding-left: 0;
      padding-right: 0;
      flex-direction: column; }
    .References-text {
      text-align: center;
      width: 100%;
      max-width: 340px; }
      .References-text h3 {
        margin-bottom: 15px; }
    .References-inner {
      margin-top: 40px;
      width: 100%;
      max-width: none; }
    .References-item {
      margin-right: 15px;
      margin-bottom: 15px;
      width: calc(33.33% - 15px);
      height: clamp(110px, 9vw, 128px); }
    .References-video {
      height: 350px;
      padding-left: 4%;
      position: relative;
      background-size: cover;
      background-position: left; }
      .References-video-in {
        -webkit-transform: translateY(20%);
                transform: translateY(20%);
        width: 362px;
        right: -25px;
        left: auto;
        border-radius: 30px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
  .Navbottom {
    padding-bottom: 0; }
    .Navbottom .container {
      padding-right: 0 !important;
      padding-left: 40px !important; }
    .Navbottom-in {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .Navbottom-content {
      padding-top: clamp(100px, 15vw, 200px);
      padding-bottom: clamp(40px, 5vw, 80px);
      flex-direction: column;
      align-items: flex-start;
      padding-left: 35px; }
      .Navbottom-content-text {
        max-width: 340px; }
      .Navbottom-content:after {
        left: auto;
        width: calc(100% - 40px); }
      .Navbottom-content-request {
        margin-top: 20px;
        font-weight: 500; }
    .Navbottom-menu {
      padding-left: 40px;
      padding-right: 5%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .Navbottom-menu-in {
        display: none; }
      .Navbottom-menu-item {
        margin-left: 40px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.44;
        color: #000000;
        transition: 500ms; }
        .Navbottom-menu-item:hover {
          color: #3de37d;
          transition: 500ms; }
  .Crm-item {
    flex-direction: column;
    margin-top: 20px; }
    .Crm-item-left {
      width: 100%;
      padding-left: 25px;
      padding-right: 25px;
      max-width: 360px; }
      .Crm-item-left .Head h6 {
        display: none; }
      .Crm-item-left span {
        display: none; }
    .Crm-item-right {
      margin-top: 20px;
      width: 100%; }
      .Crm-item-right img {
        max-width: 100%; }
  .Themes-inner {
    height: auto;
    flex-direction: column; }
  .Themes-left {
    width: 100%; }
    .Themes-left-content {
      overflow-y: hidden; }
      .Themes-left-content::-webkit-scrollbar {
        display: none; }
    .Themes-left-in {
      min-height: auto; }
    .Themes-left-image {
      margin-right: auto;
      margin-top: 25px;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      width: 100%;
      max-width: none; }
      .Themes-left-image img {
        border-radius: 0; }
    .Themes-left .Head {
      padding-left: 25px; }
    .Themes-left-item {
      padding-left: 0; }
    .Themes-left-text {
      margin-top: 35px;
      padding-left: 25px; }
      .Themes-left-text-in {
        flex-direction: column;
        align-items: flex-start; }
        .Themes-left-text-in-left {
          padding-right: clamp(20px, 3vw, 50px);
          max-width: 440px; }
          .Themes-left-text-in-left p {
            opacity: 0.5;
            font-size: 12px;
            line-height: 1.75;
            color: #000000; }
        .Themes-left-text-in-right .button {
          margin-top: 25px; }
  .Themes-right {
    padding-bottom: 40px;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
    padding-top: 40px;
    margin-top: 40px; }
    .Themes-right-content {
      overflow-y: scroll;
      height: 100%; }
      .Themes-right-content::-webkit-scrollbar {
        display: none; }
    .Themes-right-in {
      padding-right: 0;
      min-height: auto; }
  .Themes-content .swiper-container {
    height: 550px; }
  .Themes-item {
    height: 120px; }
    .Themes-item-text {
      width: 48%; }
      .Themes-item-text .Head h3 {
        font-size: 16px; }
    .Themes-item-image {
      width: 48%; }
      .Themes-item-image img {
        border-radius: 20px;
        height: auto; } }
        @media (max-width: 348px){
          .Banner-right{
            height: 220px !important;
          }
        }