@charset "UTF-8";
@font-face {
  font-family: 'Kufam';
  src: url("../fonts/Kufam-Regular.eot");
  src: local("Kufam Regular"), local("Kufam-Regular"), url("../fonts/Kufam-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Kufam-Regular.woff2") format("woff2"), url("../fonts/Kufam-Regular.woff") format("woff"), url("../fonts/Kufam-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik-Regular.eot");
  src: local("Rubik Regular"), local("Rubik-Regular"), url("../fonts/Rubik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff"), url("../fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html {
  overflow-x: hidden; }

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

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

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

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

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000; }

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Rubik";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  body.lock {
    overflow: hidden; }
    @media (max-width: 767.98px) {
      body.lock {
        width: 100%;
        position: fixed;
        overflow: hidden; } }

input, button, textarea {
  font-family: "Rubik"; }

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

button {
  cursor: pointer; }

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

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

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

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

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #10292C !important; }

body {
  background: #10292C !important;
  overflow-x: hidden !important; }

.container {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1312px) {
    .container {
      max-width: 970px; } }
  @media (max-width: 992.98px) {
    .container {
      max-width: 750px; } }
  @media (max-width: 767.98px) {
    .container {
      max-width: none;
      padding: 0 10px; } }

header {
  padding: 20px 0px 20px 0px;
  height: 60px;
  background: #27445D; }

.header2 {
  position: static;
  padding: 0px 0px; }
  .header2 .menu_kera__link {
    color: #fff; }
  .header2 .header-body {
    background: #10292C;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 15px 0px; }
    @media (max-width: 767.98px) {
      .header2 .header-body {
        height: 60px; } }
  @media (max-width: 992.98px) {
    .header2 .icon-menu_kera {
      display: block;
      position: absolute;
      top: 30px;
      right: 25px !important;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 30px;
      height: 18px;
      cursor: pointer;
      z-index: 5; }
      .header2 .icon-menu_kera span {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        top: 8px;
        left: 0px;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #fff; }
        .header2 .icon-menu_kera span:first-child {
          top: 0px; }
        .header2 .icon-menu_kera span:last-child {
          top: auto;
          bottom: 0px; }
      .header2 .icon-menu_kera.active span {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        background-color: #fff; }
        .header2 .icon-menu_kera.active span:first-child {
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: 8px; }
        .header2 .icon-menu_kera.active span:last-child {
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          bottom: 8px; } }

.menu_kera__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.menu_kera__link {
  line-height: 1.8;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 0px 15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .menu_kera__link:hover {
    text-decoration: underline;
    color: #497D74; }

@media (max-width: 992.98px) {
  .menu_kera__body {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 4;
    background-color: #27445D;
    padding: 80px 0px 20px 0px;
    -webkit-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .menu_kera__body.active {
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px); }
  .menu_kera__list {
    -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; } }
  @media (max-width: 992.98px) and (max-width: 767.98px) {
    .menu_kera__list {
      display: block; } }

@media (max-width: 992.98px) {
    .menu_kera__list li {
      padding: 15px 0px 15px 0px; }
  .menu_kera__link {
    color: #fff;
    font-size: 16px; } }
  @media (max-width: 992.98px) and (max-width: 767.98px) {
    .menu_kera__link {
      font-size: 20px; } }

.menu_kera__link.active {
  color: #000;
  font-weight: bold; }

@media (max-width: 992.98px) {
  .icon-menu_kera {
    display: block;
    position: absolute;
    top: 30px;
    left: 35px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5; }
    .icon-menu_kera span {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      top: 8px;
      left: 0px;
      position: absolute;
      width: 100%;
      height: 2px;
      background-color: #fff; }
      .icon-menu_kera span:first-child {
        top: 0px; }
      .icon-menu_kera span:last-child {
        top: auto;
        bottom: 0px; }
    .icon-menu_kera.active span {
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
      background-color: #fff; }
      .icon-menu_kera.active span:first-child {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 8px; }
      .icon-menu_kera.active span:last-child {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: 8px; } }

@media (max-width: 767.98px) {
  .header__social.active {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 767.98px) {
  .header__lang.active {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 767.98px) {
  .header__auth.active {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 767.98px) {
  .ask.active {
    opacity: 1;
    visibility: visible; } }

.header__bot.sticky {
  position: fixed;
  z-index: 200; }
  @media (max-width: 767.98px) {
    .header__bot.sticky {
      position: fixed; } }

.footer {
  padding: 60px 0px;
  background: #F4F4F4; }
  .footer h5 {
    margin: 0px 0px 15px 0px;
    font-size: 21px;
    font-weight: 700;
    line-height: 29.4px; }
  .footer p {
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left;
    margin: 0px 0px 15px 0px; }

.footer__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .footer__row {
      display: block; } }

.footer__column {
  padding: 0px 15px; }
  .footer__column:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
  .footer__column:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }
  .footer__column span {
    display: block;
    margin: 0px 0px 15px 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left; }
  .footer__column h5 {
    margin: 0px 0px 15px 0px;
    font-size: 21px;
    font-weight: 700;
    line-height: 29.4px; }

.footer__item {
  margin: 0px 0px 10px 0px; }
  .footer__item h6 {
    margin: 0px 0px 10px 0px;
    font-size: 22px;
    font-weight: 400;
    line-height: 30.8px;
    text-align: left;
    color: #3791A3; }

@media (max-width: 767.98px) {
  .footer__left {
    margin: 0px 0px 30px 0px; } }

.footer__left h5 {
  margin: 0px 0px 20px 0px;
  font-size: 31px;
  font-weight: 700;
  line-height: 43.4px;
  text-align: left;
  color: #fff; }

.leftfooter {
  background: #193D42;
  padding: 15px 20px; }

.leftfooter__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -10px; }
  @media (max-width: 767.98px) {
    .leftfooter__row {
      display: block; } }

.leftfooter__col {
  padding: 0px 10px; }
  .leftfooter__col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%; }
  .leftfooter__col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88%;
    flex: 0 0 88%; }
    .leftfooter__col:last-child p {
      color: #fff; }

@media (max-width: 767.98px) {
  .leftfooter__img {
    margin: 0px 0px 15px 0px; } }

.leftfooter__img img {
  max-width: 100%;
  max-height: 100%; }

.footer__right p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left; }

.rightfooter__logos {
  margin: 20px 0px; }

.rightfooter__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
  margin: 0px -7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
background-color: #4444;
padding: 10px 20px;
border-radius: 18px; }

.rightfooter__col {
  padding: 0px 7px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  margin: 0px 0px 14px 0px; }

.rightfooter__img {
  text-align: center; }
  .rightfooter__img img {
    max-width: 100%;
    max-height: 100%; }

.rightfooter__links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0px 0px 0px; }
  @media (max-width: 767.98px) {
    .rightfooter__links {
      -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; } }
  .rightfooter__links a {
    display: inline-block;
    padding: 0px 15px;
    color: #000;
    opacity: 0.5;
    text-decoration: underline;
    font-size: 17px;
    line-height: 1.5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .rightfooter__links a:hover {
      text-decoration: none; }
    @media (max-width: 767.98px) {
      .rightfooter__links a {
        padding: 15px 15px; } }

.paddl {
  max-width: 1200px; }

.bigp {
  font-size: 22px !important;
  font-weight: 400;
  line-height: 30.8px;
  text-align: left; }

.botfoot {
  margin: 15px 0px; }

.botfoot__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .botfoot__row {
      display: block; } }

.botfoot__col {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.infobot {
  margin: 15px 0px; }

.infobot__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .infobot__row {
      display: block; } }

.infobot__col {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  .infobot__col:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

.bun {
  padding: 60px 0px;
  background: linear-gradient(rgba(9, 18, 44, 0.5), rgba(9, 18, 44, 0.8)), url(../img/bg.jpg);
  background-size: cover;
  background-position: center;
 }

.bun__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 0px -15px;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767.98px) {
    .bun__row {
      display: block; } }

.bun__column {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  text-align: center;
  }

@media (max-width: 767.98px) {
  .bun__desc {
    margin: 0px 0px 30px 0px; } }

.bun__desc p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 30.8px;
  text-align: center; }

.bun__desc h1 {
  margin: 15px 0px;
  color: #497D74;
  font-size: 64px;
  font-weight: 700;
  line-height: 82.24px;
  text-align: center; }
  @media (max-width: 767.98px) {
    .bun__desc h1 {
      font-size: 45px;
      line-height: 1.3; } }

.bun__desc span {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: center; }

.bun__img img {
  width: 100%;
  height: 100%; }

.kasinos {
  padding: 60px 0px 60px 0px;
  background: #f1f1f1; }

.kasinos__item {
  background: #27445D;
  position: relative;
  border-radius: 10px;
  padding: 15px 20px;
  margin: 0px 0px 30px 0px;
transition: 0.5s all ease-in-out;}

  .kasinos__item:hover{
    transform: scale(1.1);
  }

.kasinos__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px -10px; }
  @media (max-width: 767.98px) {
    .kasinos__row {
      display: block; } }

.kasinos__column {
  padding: 0px 10px; }
  .kasinos__column:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%; }
  .kasinos__column:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%; }
  .kasinos__column:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    height: 100%;
    padding: 30px 10px; }
    .kasinos__column:nth-child(3) span {
      display: block;
      margin: 5px 0px 0px 0px;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      text-align: center; 
    color: #fff;}
    @media (max-width: 767.98px) {
      .kasinos__column:nth-child(3) {
        padding: 10px 10px;
        border-left: 0px solid #CFCFCF;
        border-right: 0px solid #CFCFCF; } }
  .kasinos__column:nth-child(4) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%; }

.kasraft__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px -10px; }
  @media (max-width: 767.98px) {
    .kasraft__row {
      display: block;
      text-align: center; } }

.kasraft__Col {
  padding: 0px 10px; }
  .kasraft__Col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%; }
  .kasraft__Col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%; }
  .kasraft__Col span {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: center;
    display: block;
    margin: 0px 0px 15px 0px; }
  .kasraft__Col h3 {
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    line-height: 29.4px; }
    @media (max-width: 767.98px) {
      .kasraft__Col h3 {
        margin: 0px 0px 10px 0px; } }

.kasraft__rait {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px; }
  .kasraft__rait img {
    max-width: 100%;
    max-height: 100%;
    margin: 0px 2px; }

.leftkasinos {
  padding: 15px 15px;
  height: 100%; }
  .leftkasinos h5 {
    margin: 0px 0px 15px 0px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 30.8px;
    text-align: left; }

.leftkasinos__logo {
  margin: 0px 0px 30px 0px;
  text-align: center; }
  .leftkasinos__logo img {
    max-width: 100%;
    max-height: 100%; }

.leftkasinos__loc {
  margin: 0px 0px 20px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .leftkasinos__loc img {
    max-width: 100%;
    max-height: 100%; }
  .leftkasinos__loc span {
    color: #fff;
    display: inline-block;
    padding: 0px 0px 0px 10px;
    font-size: 17px;
    font-weight: 400;
    text-align: left; }

.leftkasinos__rait {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .leftkasinos__rait img {
    max-width: 100%;
    max-height: 100%;
    margin: 0px 3px; }
  .leftkasinos__rait span {
    color: #fff;
    display: inline-block;
    padding: 0px 0px 0px 5px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left; }

.leftkasinos__list {
  margin: 15px 0px 0px 0px;
  background: #0E0E0E;
  padding: 10px 10px; }
  .leftkasinos__list ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0px 5px 0px; }
    .leftkasinos__list ul li img {
      max-width: 100%;
      max-height: 100%; }
    .leftkasinos__list ul li span {
      color: #fff;
      display: inline-block;
      padding: 0px 0px 0px 3px;
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      text-align: left; }

.kasinos__center {
  padding: 50px 15px 15px 15px; }
  @media (max-width: 767.98px) {
    .kasinos__center {
      padding: 15px 15px; } }

.centerkasinos h5 {
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  line-height: 43.4px;
  text-align: left; }
  @media (max-width: 767.98px) {
    .centerkasinos h5 {
      font-size: 25px; } }
  .centerkasinos h5 span {
    color: #1AEC2F; }

.kascent {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -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; }
  .kascent p {
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    margin: 0px 0px 15px 0px; }
  .kascent h5 {
    font-size: 22px;
    font-weight: 400;
    line-height: 30.8px;
  color: #fff; }
    @media (max-width: 767.98px) {
      .kascent h5 {
        margin: 15px 0px 0px 0px; } }

.rightkasinos {
  position: relative; }

.rightkasinos__title {
  position: absolute;
  left: 0;
  top: 0; }
  .rightkasinos__title span {
    display: inline-block;
    padding: 10px 29px;
    background: #FFC629;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 32.2px;
    text-align: center; }

.rightkasinos__img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  -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; }
  .rightkasinos__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media (max-width: 767.98px) {
    .rightkasinos__img {
      padding: 20px 0px 0px 0px; } }

.kasinos__btn {
  text-align: center; }
  .kasinos__btn a {
    display: inline-block;
    padding: 10px 26px;
    background: #497D74;
    border-radius: 40px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .kasinos__btn a:hover {
      opacity: 0.5; }

.about {
  padding: 60px 0px;
  background: #27445D;
 }
  .about h2 {
    margin: 0px 0px 30px 0px;
    color: #fff;
    font-size: 53px;
    font-weight: 700;
    line-height: 63.6px;
    text-align: left; }
    @media (max-width: 767.98px) {
      .about h2 {
        font-size: 40px;
        line-height: 1.3; } }

.about__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  font-size: 0;
  margin: 0px -15px; }
  @media (max-width: 767.98px) {
    .about__row {
      display: block; } }

.about__column {
  padding: 0px 15px; }
  .about__column:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; }
  .about__column:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; }

@media (max-width: 767.98px) {
  .about__left {
    margin: 0px 0px 30px 0px; } }

.about__left h5 {
  margin: 0px 0px 20px 0px;
  font-size: 21px;
  font-weight: 700;
  line-height: 29.4px;
  text-align: left;
  color: #497D74; }

.about__left p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.5px;
  text-align: left;
  margin: 0px 0px 15px 0px; }

.about__right h5 {
  margin: 0px 0px 20px 0px;
  font-size: 21px;
  font-weight: 700;
  line-height: 29.4px;
  text-align: left;
  color: #497D74; }

.rightabout__item {
  margin: 0px 0px 15px 0px;
  background: #306671;
  padding: 15px 15px;
  border-radius: 10px; }
  .rightabout__item h6 {
    color: #fff;
    margin: 0px 0px 15px 0px;
    font-size: 22px;
    font-weight: 400;
    line-height: 30.8px;
    text-align: left; }
  .rightabout__item p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left; }


  @media (max-width: 767.98px) {
    .inlinebl {
      display: block; } }

.about__bot {
  margin: 30px 0px 0px 0px; }
  .about__bot h5 {
    margin: 0px 0px 20px 0px;
    font-size: 21px;
    font-weight: 700;
    line-height: 29.4px;
    text-align: left;
    color: #497D74; }
  .about__bot p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left;
    margin: 0px 0px 15px 0px; }

.bigpt {
  font-size: 22px !important; }

.botabout__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0;
  margin: 30px -15px 0px -15px; }
  @media (max-width: 767.98px) {
    .botabout__row {
      display: block; } }

.botabout__col {
  padding: 0px 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%; }

.botabout__item {
  background: #306671;
  border-radius: 10px;
  padding: 15px 15px;
  height: 100%;
  text-align: center; }
  @media (max-width: 767.98px) {
    .botabout__item {
      margin: 0px 0px 20px 0px; } }
  .botabout__item h6 {
    color: #fff;
    margin: 0px 0px 15px 0px;
    font-size: 22px;
    font-weight: 400;
    line-height: 30.8px; }
  .botabout__item p {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: center; }

.privacy {
  padding: 60px 0px; }
  .privacy h2 {
    margin: 0px 0px 30px 0px;
    font-family: 'Kufam';
    font-size: 53px;
    color: #fff;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0em; }
    @media (max-width: 767.98px) {
      .privacy h2 {
        font-size: 35px;
        line-height: 1.5; } }
  .privacy h5 {
    font-family: 'Kufam';
    font-size: 31px;
    font-weight: 400;
    color: #fff;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px 0px 20px 0px; }
  .privacy h3 {
    margin: 0px 0px 25px 0px;
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: 0em; }
  .privacy h4 {
    margin: 0px 0px 20px 0px;
    font-size: 37px;
    font-weight: 700;
    color: #fff;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left; }
  .privacy ul {
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 20px 0px; }
    .privacy ul li {
      list-style-type: disc;
      font-size: 17px;
      font-weight: 400;
      color: #fff;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: left; }
  .privacy p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0px 0px 10px 0px; }

.popup {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }
  @media (max-width: 767.98px) {
    .popup {
      padding: 0px 40px; } }

.popup__body {
  overflow: auto;
  max-width: 670px;
  padding: 100px 50px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  background: #fff; }
  @media (max-width: 767.98px) {
    .popup__body {
      padding: 60px 20px; } }

.popup__form h5 {
  margin: 0px 0px 15px 0px;
  font-size: 40px;
  font-weight: 500;
  color: #3791A3;
  line-height: 60px; }
  @media (max-width: 767.98px) {
    .popup__form h5 {
      font-size: 30px;
      line-height: 1.5; } }

.popup__form p {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  color: #000; }

.fz20 {
  font-size: 22px !important;
  margin: 0px 0px 10px 0px; }

.popup__button {
  margin: 25px 0px 0px 0px;
  display: inline-block;
  background: #497D74;
  padding: 15px 45px;
  border-radius: 30px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .popup__button:hover {
    opacity: 0.5; }

.row:after {
  display: block;
  content: '';
  clear: both; }

.rub:after {
  content: '₽'; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

ol.counter {
  list-style-type: none;
  counter-reset: item; }
  ol.counter li {
    position: relative;
    padding: 0px 0px 0px 45px; }
    ol.counter li:before {
      counter-increment: item;
      content: counter(item);
      position: absolute;
      left: 0;
      top: 0;
      color: #818181;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      line-height: 26px;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      border: 1px solid #4274bb; }

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.table {
  display: table;
  font-size: 0;
  width: 100%; }

.trow {
  display: table-row; }

.cell {
  display: table-cell; }
  .cell.full {
    width: 100%; }

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .ibg img {
    display: none; }

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; }
  .video video, .video iframe, .video object, .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.videobg video, .videobg iframe, .videobg object, .videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

.moretext {
  overflow: hidden; }

.moretext__more {
  cursor: pointer; }
  .moretext__more i {
    font-style: normal; }
    .moretext__more i:first-child {
      display: block; }
    .moretext__more i:last-child {
      display: none; }
  .moretext__more.active i {
    font-style: normal; }
    .moretext__more.active i:first-child {
      display: none; }
    .moretext__more.active i:last-child {
      display: block; }

.graystyle {
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1); }

.graystyleoff {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0); }

.slick-slider {
  position: relative; }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-slider .slick-list {
    position: relative;
    overflow: hidden; }
  .slick-slider .slick-track {
    position: relative; }
  .slick-slider .slick-slide {
    overflow: hidden;
    float: left;
    position: relative; }
  .slick-slider .slick-dots {
    top: 100%;
    right: 73%;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    margin: -40px 0px 0px 0px; }
    @media (max-width: 767.98px) {
      .slick-slider .slick-dots {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        right: 0; } }
  @media (max-width: 767.98px) and (max-width: 767.98px) {
    .slick-slider .slick-dots {
      bottom: 15%; } }
    .slick-slider .slick-dots li {
      list-style: none; }
      .slick-slider .slick-dots li button {
        display: block;
        font-size: 0;
        width: 6px;
        height: 6px;
        margin: 0px 3px;
        border-radius: 50%;
        background: #DBEADE; }
        .slick-slider .slick-dots li button:hover {
          background: #FFFFFF; }
      .slick-slider .slick-dots li.slick-active button {
        background: #FFFFFF;
        height: 8px;
        width: 8px; }

.super .slick-slider {
  position: relative; }
  .super .slick-slider .slick-track, .super .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .super .slick-slider .slick-list {
    position: relative;
    overflow: hidden; }
  .super .slick-slider .slick-track {
    position: relative; }
  .super .slick-slider .slick-slide {
    overflow: hidden;
    float: left;
    position: relative; }
  .super .slick-slider .slick-dots {
    top: -5%;
    right: 7%;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    margin: -40px 0px 0px 0px; }
    @media (max-width: 767.98px) {
      .super .slick-slider .slick-dots {
        position: static;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 30px 0px 0px 0px; } }
    .super .slick-slider .slick-dots li {
      list-style: none; }
      .super .slick-slider .slick-dots li button {
        display: block;
        font-size: 0;
        width: 24px;
        height: 5px;
        margin: 0px 3px;
        border-radius: 25px;
        background: #CCCCCC; }
      .super .slick-slider .slick-dots li.slick-active button {
        background: #000;
        height: 5px;
        width: 45px;
        border-radius: 25px; }

.super2 .slick-slider {
  position: relative; }
  .super2 .slick-slider .slick-track, .super2 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .super2 .slick-slider .slick-list {
    position: relative;
    overflow: hidden; }
  .super2 .slick-slider .slick-track {
    position: relative; }
  .super2 .slick-slider .slick-slide {
    overflow: hidden;
    float: left;
    position: relative; }
  .super2 .slick-slider .slick-dots {
    top: -5%;
    right: 7%;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    margin: -40px 0px 0px 0px; }
    @media (max-width: 767.98px) {
      .super2 .slick-slider .slick-dots {
        position: static;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 30px 0px 0px 0px; } }
    .super2 .slick-slider .slick-dots li {
      list-style: none; }
      .super2 .slick-slider .slick-dots li button {
        display: block;
        font-size: 0;
        width: 24px;
        height: 5px;
        margin: 0px 3px;
        border-radius: 25px;
        background: #383838; }
      .super2 .slick-slider .slick-dots li.slick-active button {
        background: #fff;
        height: 5px;
        width: 45px;
        border-radius: 25px; }

.tab__item {
  display: none; }
  .tab__item.active {
    display: block; }

.mirror {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.nicescroll-rails {
  z-index: 1000 !important; }

.gm-style-iw-t {
  opacity: 0; }

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important; }
  .baloon button {
    display: none !important; }
  .baloon:after {
    display: none !important; }

.baloon-style {
  display: none; }

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important; }
  .baloon-content.gm-style-iw > .gm-style-iw-d {
    overflow: hidden !important;
    max-width: none !important; }
  .baloon-content.gm-style-iw:after {
    display: none !important; }

.baloon-close {
  top: 18px !important; }

.slider {
  position: relative; }

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 0;
  width: 64px;
  height: 64px;
  background-color: transparent; }
  @media (max-width: 767.98px) {
    .slider .slick-arrow {
      display: none; } }

.slider .slick-arrow.slick-prev {
  left: 10px; }
  .slider .slick-arrow.slick-prev:after {
    content: '';
    margin: 0px 0px 0px 10px;
    border: solid #7C7C7C;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 10px;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  .slider .slick-arrow.slick-prev:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .slider .slick-arrow.slick-prev:hover:after {
      content: '';
      margin: 0px 0px 0px 10px;
      border: solid #000;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 10px;
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg); }

.slider .slick-arrow.slick-next {
  right: 10px; }
  .slider .slick-arrow.slick-next:after {
    content: '';
    margin: 0px 8px 0px 0px;
    border: solid #7C7C7C;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 10px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .slider .slick-arrow.slick-next:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .slider .slick-arrow.slick-next:hover:after {
      content: '';
      margin: 0px 8px 0px 0px;
      border: solid #000;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 10px;
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }

.slider .slick-arrow.slick-next {
  left: -20%;
  top: 85%; }
  @media (max-width: 767.98px) {
    .slider .slick-arrow.slick-next {
      right: 31% !important;
      top: 85%; } }
  @media (max-width: 1312px) {
    .slider .slick-arrow.slick-next {
      right: 36%; } }

.slider .slick-arrow.slick-prev {
  left: -45%;
  top: 85%; }
  @media (max-width: 767.98px) {
    .slider .slick-arrow.slick-prev {
      left: 31% !important;
      top: -13%; } }
  @media (max-width: 1312px) {
    .slider .slick-arrow.slick-prev {
      left: 36%; } }

.review .slick-slider {
  position: relative; }
  .review .slick-slider .slick-list {
    overflow: hidden; }
  .review .slick-slider .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .review .slick-slider .slick-dots {
    top: 0;
    right: 7%;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 3;
    margin: -40px 0px 0px 0px; }
    @media (max-width: 767.98px) {
      .review .slick-slider .slick-dots {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: static;
        margin: 30px 0px 0px 0px; } }
    .review .slick-slider .slick-dots li {
      margin: 0px 2px; }
      .review .slick-slider .slick-dots li button {
        display: block;
        font-size: 0;
        width: 6px;
        height: 6px;
        margin: 0px 3px;
        border-radius: 50%;
        background: #DBEADE; }
        .review .slick-slider .slick-dots li button:hover {
          background: #FFFFFF; }
      .review .slick-slider .slick-dots li.slick-active button {
        background: #FFFFFF;
        height: 8px;
        width: 8px; }
    @media (max-width: 1100px) {
      .review .slick-slider .slick-dots {
        padding: 50px 0px 0px 0px; } }
    @media (max-width: 767px) {
      .review .slick-slider .slick-dots {
        padding: 30px 0px 0px 0px; } }


/* === Modern Unique Design Overrides (2025) === */
html, body {
  color: #f5f7fa !important;
  background: linear-gradient(135deg, #10292C 0%, #27445D 100%) !important;
}
body {
  font-family: "Rubik", "Kufam", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}
header, .header2 .header-body {
  background: linear-gradient(90deg, #27445D 60%, #497D74 100%) !important;
  box-shadow: 0 2px 12px rgba(39,68,93,0.12) !important;
  border-bottom: 2px solid #1AEC2F !important;
}
.menu_kera__link {
  font-family: 'Kufam', 'Rubik', sans-serif !important;
  font-size: 17px !important;
  color: #fff !important;
  padding: 0 22px !important;
  border-radius: 8px !important;
  transition: background 0.3s, color 0.3s !important;
}
.menu_kera__link:hover, .menu_kera__link.active {
  background: #1AEC2F !important;
  color: #10292C !important;
  text-decoration: none !important;
  font-weight: bold !important;
}
.kasinos__item, .rightabout__item, .botabout__item {
  background: linear-gradient(120deg, #27445D 70%, #497D74 100%) !important;
  border-radius: 18px !important;
  box-shadow: 0 2px 16px rgba(39,68,93,0.10) !important;
  border: 1px solid #1AEC2F !important;
  transition: transform 0.3s, box-shadow 0.3s !important;
}
.kasinos__item:hover, .rightabout__item:hover, .botabout__item:hover {
  transform: scale(1.04) !important;
  box-shadow: 0 6px 32px rgba(39,68,93,0.18) !important;
}
.kasinos__btn a, .popup__button {
  background: linear-gradient(90deg, #1AEC2F 60%, #497D74 100%) !important;
  color: #10292C !important;
  font-weight: 700 !important;
  border-radius: 40px !important;
  box-shadow: 0 2px 8px rgba(26,236,47,0.12) !important;
  transition: background 0.3s, color 0.3s !important;
}
.kasinos__btn a:hover, .popup__button:hover {
  background: #497D74 !important;
  color: #fff !important;
  opacity: 1 !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Kufam', 'Rubik', sans-serif !important;
  letter-spacing: 0.02em !important;
  color: #1AEC2F !important;
}
.bun {
  background: linear-gradient(120deg, rgba(9,18,44,0.7), rgba(73,125,116,0.7)), url(../img/bg.jpg) !important;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 18px !important;
  box-shadow: 0 2px 24px rgba(9,18,44,0.12) !important;
}
input, button, textarea {
  font-family: "Rubik", "Kufam", sans-serif !important;
  border-radius: 8px !important;
  border: 1px solid #497D74 !important;
  background: #193D42 !important;
  color: #fff !important;
  padding: 10px 14px !important;
  transition: border 0.3s, background 0.3s !important;
}
input:focus, textarea:focus {
  border-color: #1AEC2F !important;
  background: #27445D !important;
}
::-webkit-scrollbar {
  width: 8px !important;
  background: #27445D !important;
}
::-webkit-scrollbar-thumb {
  background: #1AEC2F !important;
  border-radius: 8px !important;
}

/* === Footer Text Visibility Override (2025) === */
.footer, .footer p, .footer h5, .footer__item h6, .footer__left h5, .footer__right p, .rightfooter__links a {
  color: #000 !important;
}
.footer__item h6 {
  color: #FFC629 !important;
}
.rightfooter__links a {
  opacity: 1 !important;
}