@textColor: #fff;

@WrapBg: #f5f7fa;

.montserrat {
  font-family: 'Montserrat', sans-serif;
}

.opensans {
  font-family: 'Open Sans', sans-serif;
}

.poppins {
  font-family: 'Poppins', sans-serif;
}

.nunitosans {
  font-family: 'Nunito Sans', sans-serif;
}

.helveticaneuecyr {
  font-family: 'HelveticaNeueCyr', sans-serif;
}

@font-face {
  font-family: 'HelveticaNeueCyr', sans-serif;
  font-display: swap;
  src: url("../fonts/HelveticaNeueCyr-Medium.ttf");
}

@font-face {
  font-family: 'PFDinTextCompPro-BoldItal';
  font-display: swap;
  src: url("../fonts/PFDinTextCompPro-BoldItalic.woff");
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: bold;
  font-size: 14px;
  color: #5B6378;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: bold;
  font-size: 14px;
  color: #5B6378;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-weight: bold;
  font-size: 14px;
  color: #5B6378;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 20px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 20px auto 20px auto;
}

.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}

a img.alignnone {
  margin: 20px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 20px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 20px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 20px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
//.screen-reader-text {
//  border: 0;
//  clip: rect(1px, 1px, 1px, 1px);
//  clip-path: inset(50%);
//  height: 1px;
//  margin: -1px;
//  overflow: hidden;
//  padding: 0;
//  position: absolute !important;
//  width: 1px;
//  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
//}
//
//.screen-reader-text:focus {
//  background-color: #eee;
//  clip: auto !important;
//  clip-path: none;
//  color: #444;
//  display: block;
//  font-size: 1em;
//  height: auto;
//  left: 5px;
//  line-height: normal;
//  padding: 15px 23px 14px;
//  text-decoration: none;
//  top: 5px;
//  width: auto;
//  z-index: 100000;
//  /* Above WP toolbar. */
//}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.4;
  font-size: 14px;
  color: @textColor;
  background: @WrapBg;
  position: relative;
  height: 100%;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  @media (max-width: 530px) {
    padding-bottom: 64px;
  }
}

.casino-online-footer {
  flex: 0 0 auto;
}

a {
  color: #e00000;
  text-decoration: none;
}

.casino-online-content a:not(.btn) {
  color: #215EFE;
}

.casino-online-content a:not(.btn):hover {
  color: #04BC85;
  text-decoration: underline;
}

.casino-online-content a:not(.btn):visited {
  color: #AC099C;
  text-decoration: underline;
}

.casino-online-content a:not(.btn):visited:hover {
  color: #04BC85;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 24px;
  color: @textColor;
}

h2 {
  font-size: 22px;
  color: @textColor;
}

h3 {
  font-size: 18px;
  color: @textColor;
}

h4 {
  font-size: 16px;
  color: @textColor;
}

h5 {
  font-size: 14px;
  color: @textColor;
}


.social-block {
  position: fixed;
  top: 300px;
  z-index: 999;

  &.left {
    left: 0;

    a {
      border-radius: 0 6px 6px 0;
      width: 70px;
      left: -20px;
      transition: all 0.4s;

      &:hover {
        left: 0;
      }

      div {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;

        img {
          height: 100%;
          width: auto;
        }
      }
    }
  }

  &.right {
    right: 0;

    a {
      border-radius: 6px 0 0 6px;
      width: 70px;
      right: -20px;
      transition: all 0.4s;

      &:hover {
        right: 0;
      }

      div {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;

        img {
          height: 100%;
          width: auto;
        }
      }
    }
  }

  a {
    display: flex;
    height: 50px;
    margin-bottom: 10px;
    position: relative;

    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(159, 186, 229, 0.5);

    span {
      display: none;
    }
  }
}

.a2a_default_style a {
  float: none !important;
}

.modif_date {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #5B6378;
}

/*---BREADCRUMBS---*/
.casino-online-breadcrumbs {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.casino-online-breadcrumbs__item {
  list-style: none;
  margin-right: 7px;
}

.casino-online-breadcrumbs__link {
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  margin-right: 5px;
}

/*---BREADCRUMBS---*/

.casino-online-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}


/*---HEADER---*/

.casino-online-header {
  padding-top: 5px;
  width: 100%;
  min-height: 72px;
  background: #011b3c;
  box-shadow: 0 0 10px rgba(35, 74, 133, 0.1);
  @media (max-width: 768px) {
    padding-top: 20px;
  }

  @media (max-width: 1024px) {
    .casino-online-container {
      flex-wrap: wrap;
      align-items: center;

      .casino-online-header__menu {
        max-width: 0;
      }
    }

    .logo {
      margin-left: 15px;
    }
  }

  .logo {
    display: flex;
    justify-content: flex-end;

    img {
      height: 60px;
    }
  }

  &.right {
    .casino-online-container {
      display: flex;
      align-items: center;
    }

    .logo {
      max-height: 60px;
      width: 100%;
      margin-left: 30px;
    }

    .casino-online-header__menu .casino-online-hmenu {
      justify-content: flex-start;
    }
  }

  &.left {
    .casino-online-container {
      display: flex;
      align-items: center;
    }

    .logo {
      justify-content: left;
      max-height: 60px;
      width: 100%;
      margin-right: 30px;
    }

    .casino-online-header__menu .casino-online-hmenu {
      justify-content: flex-end;
    }
  }

  &.center {
    .casino-online-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      @media (max-width: 991px) {
        flex-direction: column;
      }
    }

    .logo {
      max-height: 60px;
      width: 100%;
      max-width: 165px;
      margin-right: 30px;
      margin-left: 30px;
      justify-content: center;
    }

    .casino-online-header__menu.left .casino-online-hmenu {
      justify-content: flex-end;
    }
  }
}

.casino-online-header__menu {
  width: 100%;
  height: 72px;
  position: relative;

  .casino-online-hmenu {
    width: 100%;
    height: 72px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;

    .menu-item {
      padding: 0 10px;
    }

    .menu-item a {
      color: #fff;
      font-weight: bold;
      font-size: 18px;

      &:hover {
        color: #fff;
        padding: 23px 0;
        border-bottom: 2px solid #FBAF16;
      }
    }

    .menu-item span {
      color: #fff;
      padding: 23px 0;
      font-weight: bold;
      font-size: 18px;
      border-bottom: 2px solid #FBAF16;
    }
  }
}

/*---HEADER---*/

/*---MAIN---*/

.casino-online-main {
  margin-top: 0;
  flex: 1 0 auto;
}

.front-page-block {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 30px #E1EAF8;
  margin-bottom: 45px;
  text-align: center;
}

.front-page-block__logo {
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto 25px;
}

.front-page-block__link-wrap {
  text-align: center;
  padding: 40px 0;
}

.front-page-block__link {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 0 15px;
  border-radius: 8px;
  width: 100%;
  max-width: 660px;

  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #181C20;
  text-align: center;

  background: linear-gradient(356.64deg, #FFA900 27.95%, #FFD325 73.96%);
  box-shadow: 0 4px 8px rgba(255, 169, 0, 0.3);

  &:hover {
    cursor: pointer;
    background: linear-gradient(2.46deg, #FFA900 49.39%, #FFC225 80.34%);
    box-shadow: 0 4px 8px rgba(255, 169, 0, 0.3);
  }
}

.form-block {
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
  background: #E8EFF8;
  border-radius: 8px;
  text-align: center;
  margin-top: 30px;
  padding: 30px 30px 20px 30px;
}

.form-block__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.form-block__img {
  width: 50px;
  height: auto;
  margin-bottom: 25px;
}

.form-block__text {
  max-width: 380px;
  width: 100%;
  margin: 90px auto 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #5B6378;
}

.casino-online-content {
  background: #0f0f14;
  margin-bottom: 35px;
  padding: 30px 35px;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: #fff;

  .content_btn {
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    width: 280px;
    height: 44px;
    line-height: 44px;

    font-weight: 700;
    font-size: 18px;
    text-align: center;

    text-decoration: none !important;
    border-radius: 3px;

    background: linear-gradient(355.19deg, #FFA900 27.95%, #FFD325 73.96%);
    color: #181C20;
    @media (max-width: 420px) {
      width: auto;
    }

    &:hover {
      background: linear-gradient(3.52deg, #FFA900 49.39%, #FFC225 80.34%);
    }
  }

  h1, h2, h3, h4, h5 {
    margin-bottom: 15px;
    text-align: center;
  }

  h1 {
    margin: 15px 0 20px;
  }

  p {
    margin-bottom: 30px;
  }

  blockquote {
    padding-bottom: 30px;
    position: relative;

    &:after, &:before {
      content: '';
      position: absolute;
      width: 26px;
      height: 22px;
      background: url("../img/topquote.svg") 50% 50% no-repeat;
      background-size: 100%;
    }

    &:after {
      top: 45px;
      left: 80px;
    }

    &:before {
      bottom: 15px;
      right: 80px;
      transform: rotate(180deg);
    }
  }

  blockquote > p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #5B6378;
    padding: 45px 35px;
    border: 2px solid #FFDB20;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 0;
  }

  ul, ol {
    padding-left: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 32px;
  }
}

/*---MAIN---*/

/*---PAGE---*/

.page-block {
  margin: 45px auto 55px;
}

.page-block__logo {
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/*---404 PAGE---*/

.img-404-block {
  text-align: center;
}

.img-404 {
  max-width: 540px;
  width: 100%;
  height: auto;
  margin: 15px auto 60px;
}

.text-404 {
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  color: #181C20;
  margin-bottom: 60px;
}

.btn-404 {
  display: block;
  width: 280px;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;

  text-align: center;
  background: linear-gradient(355.19deg, #FFA900 27.95%, #FFD325 73.96%);
  box-shadow: 0 4px 8px rgba(255, 169, 0, 0.3);
  border-radius: 3px;

  color: #181C20;
  font-weight: 700;
  font-size: 18px;

  &:hover {
    background: linear-gradient(3.52deg, #FFA900 49.39%, #FFC225 80.34%);
    box-shadow: 0 4px 8px rgba(255, 169, 0, 0.3);
  }
}

/*---404 PAGE---*/

/*---FOOTER---*/

.casino-online-footer {
  text-align: center;
  padding: 20px 0;
  @media (max-width: 1024px) {
    padding-bottom: 84px;
  }

  &_menu {
    padding: 20px 0;

    ul {
      padding: 0 15px;
      display: flex;
      justify-content: center;
      list-style: none;
      @media (max-width: 768px) {
        display: block;
      }

      li {
        padding: 0 15px;
        text-transform: uppercase;
        font-weight: 700;
        transition: all 0.4s;

        &:hover {
          color: #fbaf16;
        }

        &.current-menu-item {
          color: #fbaf16;
        }

        @media (max-width: 768px) {
          padding: 5px 15px;
        }
      }
    }
  }
}

.footer__link {
  cursor: pointer;
}

.footer__logo {
  width: 120px;
  height: 54px;
}

.to-top {
  z-index: 9999;
  display: none;
  position: fixed;
  right: 150px;
  bottom: 300px;
  cursor: pointer;
}

/*---FOOTER---*/

/************************  MOBILE NAV  ************************/
.casino-online-header {
  position: relative;
}

.mobile-nav {
  position: absolute;
  top: 100%;
  width: 100%;
  color: #fff;
  background: #000;
  list-style: none;
  overflow: hidden;
  height: 0;
  z-index: 999;
  box-sizing: border-box;
}

.mobile-nav .mobile-nav--item:first-child {
  margin-top: 0;
}

.mobile-nav .mobile-nav--item:last-child {
  margin-bottom: 20px;
}

.mobile-nav--item {
  opacity: 0;
  transform: translateY(40px);
}

.mobile-nav a,
.mobile-nav span {
  display: block;
  padding: 20px 15px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: .3s ease-in-out;
}

.mobile-nav span {
  color: #181c20;
  background: linear-gradient(356.64deg, #ffa900 27.95%, #ffd325 73.96%);
  box-shadow: 0 4px 8px rgba(255, 169, 0, 0.3);
}

.mobile-nav--btn {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: #181C20;
  cursor: pointer;
  outline: none;
  transition: .3s ease-in-out;
}

.mobile-nav--btn span {
  display: block;
  position: absolute;
  height: 2px;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 10px;
  right: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.mobile-nav--btn span:nth-child(1) {
  top: 17px;
}

.mobile-nav--btn span:nth-child(2) {
  top: 25px;
}

.mobile-nav--btn span:nth-child(3) {
  top: 33px;
}

.active-nav .mobile-nav--btn span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.active-nav .mobile-nav--btn span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.active-nav .mobile-nav--btn span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 1024px) {
  .active-nav .mobile-nav {
    height: initial;
    z-index: 9999;
  }

  .active-nav .mobile-nav--item {
    transition: .3s ease-in-out;
    transform: translateY(0);
    opacity: 1;
  }

  .casino-online-header__menu .casino-online-hmenu {
    display: none;
  }

  .mobile-nav--btn {
    display: block;
  }

  .table_wrap {
    width: 100%;
    overflow-x: scroll;
  }
}

@media (max-width: 1600px) {
  .to-top {
    right: 50px;
  }
}

@media (max-width: 1440px) {
  .to-top {
    right: 20px;
  }
}

@media (max-width: 1366px) {
  .to-top {
    right: 10px;
  }
}

@media (max-width: 1024px) {
  .casino-online-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .mobile-nav--btn {
    right: 25px;
  }

  .casino-online-main {
    margin-top: 0;
  }

  .social-block {
    position: absolute;
    width: 100%;
    top: 154px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;

    &.right, &.left {
      a {
        border-radius: 6px;
        right: 0;
        left: 0;
        border-radius: 6px;
        width: auto;
      }
    }
  }

  .social-block a {
    margin-left: 0;
    margin: 0 7px;
  }

  .a2a_default_style a {
    float: left !important;
  }

  .front-page-block__content {
    padding-bottom: 0;
  }

  .front-page-block__link {
    font-size: 14px;
    max-width: none;
    height: 50px;
  }

  .form-block {
    border-radius: 0;
  }

  .casino-online-content p {
    margin-bottom: 20px;
  }

  .casino-online-content blockquote {
    padding: 30px 20px 0 20px;

    &:after {
      left: 60px;
    }

    &:before {
      right: 60px;
    }
  }

  .casino-online-content ul, .casino-online-content ol {
    padding: 0 0 0 35px;
    margin-top: 10px;
  }

  .to-top {
    right: 0;
    bottom: 130px;
  }

  .casino-online-footer {
    margin-bottom: 30px;
    text-align: center;
  }

  //.contact-form-block {
  //  width: 100%;
  //  position: relative;
  //}
  //.contact-form-block input, .contact-form-block textarea {
  //  width: 100%;
  //}
  //.contact-form-block .c-form__btn, .contact-form-block .wpcf7-submit {
  //  width: 100%;
  //}
  //.contact-form-block .contact-form-body {
  //  display: block!important;
  //}
  //.contact-form-block .contact-form-header:before {
  //  display: none;
  //}
}

.slider {
  max-height: 360px;
  overflow: hidden;
  @media (max-width: 768px) {
    display: none;
  }
  position: relative;

  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .slider-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;

    .slick-dots {
      bottom: 0;

      li {
        &.slick-active {
          button:before {
            background-color: transparent;
          }
        }

        button:before {
          transition: all 0.4s;
          opacity: 1;
          height: 10px;
          width: 10px;
          border: 1px solid #ffffff;
          content: '';
          background-color: #fff;
          border-radius: 50%;
        }
      }
    }
  }

  .content-slider {
    .item {
      position: relative;
      height: 360px;

      .desc {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        padding: 0 30px 30px;

        p {
          color: #ffffff;
          font-family: 'PFDinTextCompPro-BoldItal', sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 60px;
          line-height: 96px;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          text-align: right;
          background: -webkit-linear-gradient(180deg, #e00000, #FFBA01 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          //text-shadow: 0 0 10px #000000;

          @media (max-width: 1100px) {
            font-size: 60px;
            line-height: 80px;
          }

          span {
            display: inline-block;
            margin-top: -35px;
            padding-right: 20px;
            color: #ffffff;
            font-size: 80px;
            line-height: 192px;
            letter-spacing: 0.01em;
            text-transform: uppercase;
            background: -webkit-linear-gradient(45deg, #FAFAFA, #EAEAEA 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0 0 40px rgba(255, 255, 255, 0.4);

            @media (max-width: 1100px) {
              font-size: 90px;
              line-height: 130px;
            }
          }
        }

        .slider-btn-wrap {
          margin-top: -20px;
          padding-right: 40px;
        }

        .slider-btn {
          display: inline-block;
          cursor: pointer;
          color: #ffffff;
          font-family: 'PFDinTextCompPro-BoldItal', sans-serif;
          font-weight: 700;
          font-style: italic;
          font-size: 30px;
          line-height: 36px;
          letter-spacing: 0.05em;
          text-transform: uppercase;
          text-shadow: 0 0 40px rgba(255, 255, 255, 0.4);
          text-align: center;
          padding: 10px 30px;
          position: relative;
          background: -webkit-linear-gradient(45deg, #FAFAFA, #EAEAEA 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          transition: .2s;

          &::before {
            position: absolute;
            content: '';
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border: 3px solid #e00000;
            box-sizing: border-box;
            box-shadow: inset 0 0 10px #e00000, 0 0 10px #011b3c;
            transform: skewX(-10deg);
            transition: .2s;
          }

          &:hover {
            background: -webkit-linear-gradient(180deg, #FFF055, #FFBA01 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;

            &::before {
              border: 3px solid #FFF055;
            }
          }
        }
      }
    }
  }
}

.branding-wrapp {
  display: flex;
  justify-content: center;
  background: #000;

  .branding {
    &-left {
      width: 100%;
      height: 100vh;
      top: 0;
      position: sticky;
      @media (max-width: 1290px) {
        display: none;
      }

      &-mini {
        display: none;
        width: 100%;
        height: 100vh;
        top: 0;
        position: sticky;
        @media (max-width: 1290px) {
          display: block;
        }
        @media (max-width: 1170px) {
          display: none;
        }
      }
    }

    &-right {
      width: 100%;
      height: 100vh;
      top: 0;
      position: sticky;
      @media (max-width: 1290px) {
        display: none;
      }

      &-mini {
        display: none;
        width: 100%;
        height: 100vh;
        top: 0;
        position: sticky;
        @media (max-width: 1290px) {
          display: block;
        }
        @media (max-width: 1170px) {
          display: none;
        }
      }
    }
  }

  .content {
    min-width: 1170px;
    width: 100%;
    @media (max-width: 1170px) {
      min-width: auto;
    }
  }
}

.mobile-btn {
  display: none;
  @media (max-width: 1024px) {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.61);
    display: flex;
    justify-content: center;
    z-index: 9999;
  }

  .content_btn {
    cursor: pointer;
    display: block;
    width: 280px;
    height: 44px;
    line-height: 44px;

    font-weight: 700;
    font-size: 18px;
    text-align: center;

    text-decoration: none !important;
    border-radius: 3px;

    background: linear-gradient(355.19deg, #FFA900 27.95%, #FFD325 73.96%);
    color: #181C20;

    &:hover {
      background: linear-gradient(3.52deg, #FFA900 49.39%, #FFC225 80.34%);
    }
  }
}

.copyright {
  font-size: 13px;
  margin-top: 10px;
  color: white;
}

#comment-col {
  max-width: 640px;
  margin: 0 auto;

  * {
    box-sizing: border-box;
  }

  form {
    padding: 30px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    @media (max-width: 530px) {
      padding: 15px;
    }
  }

  p {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  ol {
    margin-top: 30px;
    list-style: none;
    padding: 0;

    li {
      border-radius: 6px;
      padding: 15px;
      margin-bottom: 15px;
      background: rgba(255, 255, 255, 0.15);
    }

    p {
      text-align: left;
      margin-bottom: 0;
    }
  }

  input, textarea {
    max-width: 180px;
    width: 100%;
    font-size: 12px;
    color: #000;
    border: none;
    resize: none;
    padding: 10px 15px;
    background: #FFFFFF;
    box-shadow: 0 4px 10px rgba(35, 74, 133, 0.05);
    border-radius: 6px;
    font-weight: 400;
    font-family: inherit;
    @media (max-width: 530px) {
      max-width: 100%;
    }
  }

  textarea {
    max-width: 480px;
    @media (max-width: 530px) {
      max-width: 100%;
    }
  }

  [type="submit"] {
    background: linear-gradient(180deg, #FFCB1E 0%, #FFA900 100%);
    box-shadow: 0 4px 8px rgba(255, 169, 0, 0.3);
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
    color: #181C20;
    max-width: 280px;
    cursor: pointer;
    @media (max-width: 530px) {
      max-width: 100%;
      font-size: 12px;
    }
  }
}

@media (max-width: 530px) {
  .casino-online-content {
    &.comments {
      padding: 0;
    }
  }
}

.header-jackpot {
  max-width: 600px;
  line-height: 41px;
  padding-top: 5px;

  @media (max-width: 768px) {
    text-align: center;
    margin-bottom: 10px;
    order: 3;
  }
}

.header-jackpot .header-jackpot-title {
  height: 41px;
  width: 175px;
}


.header-jackpot .hover-first {
  position: relative;
}


.gradient, .header-jackpot .link_ref {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  text-decoration: none;
  position: relative
}

.header-jackpot .link_ref {
  display: block;
  float: left;
  letter-spacing: -1px;
  color: #929292;
  font-size: 25px;
  cursor: pointer;
  @media (max-width: 768px) {
    display: flex;
    justify-content: center;
  }
  @media (max-width: 374px) {
    font-size: 20px;
  }
}

.header-jackpot .header-jackpot-counter {
  position: relative;
  color: #f8ff13;
  font-size: 26px
}

.header_buttons {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  @media (max-width: 991px) {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  @media (max-width: 768px) {
    width: 100%;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: center;
  }

  .btn_log {
    width: 126px;
    text-transform: uppercase;
    padding: 10px 0;
    background-color: #202124;
    display: block;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    text-align: center;
    height: 36px;
    margin-right: 10px;
    font-size: 12px;
    transform: skew(-20deg);
    transition: all .2s ease-in-out;
    @media (max-width: 768px) {
      width: 100%;
      max-width: 275px;
      margin-right: 0;
      margin-top: 15px;
      margin-bottom: 15px;
    }

    span {
      display: inline-block;
      transform: skew(20deg);
    }

    &:hover {
      background-color: #000;
    }
  }

  .btn_reg {
    width: 126px;
    text-transform: uppercase;
    padding: 10px 0;
    background-color: #e00000;
    color: #000;
    display: block;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    text-align: center;
    height: 36px;
    font-size: 12px;
    transform: skew(-20deg);
    transition: all .2s ease-in-out;
    @media (max-width: 768px) {
      width: 100%;
      max-width: 275px;
    }

    span {
      display: inline-block;
      transform: skew(20deg);
    }

    &:hover {
      background-color: #ffd414;
    }
  }
}

#check_bots {
  width: 100px;
  height: 60px;
  background: linear-gradient(3.52deg, #ffa900 49.39%, #ffc225 80.34%);
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}

#check_bots span {
  transform: rotate(-15deg);
  font-size: 25px;
  letter-spacing: 3px;
}

.casino-online-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  .casino-online-list__item {
    display: block;
    width: 25%;
    margin: 20px 0;

    .casino-online-list__inner {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      flex-direction: column;

      .casino-online-list__thumb {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
      }
    }
  }
}

table {
  margin: 20px 0;

  td,
  th {
    border: 1px solid #FFFF00;
  }
}

.subdir-lang-switcher {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  position: relative;
  margin-right: 40px;

  &:hover {
    li:nth-child(2) {
      display: block;
    }
  }

  li {
    margin: 0 10px;
    display: flex;
    padding: 8px 20px;
    background-color: #202124;
    color: #fff;

    &:hover {
      background-color: #ffd414;

      a,
      span {
        color: #000;
      }
    }

    &:first-child {
      transform: skew(-20deg);
      cursor: default;
    }

    &:nth-child(2) {
      position: absolute;
      top: 36px;
      left: -7px;
      display: none;
      border: 1px solid #FFF;
      border-top: 2px solid #f8ff14;
      z-index: 2;
      cursor: pointer;
    }

    a {
      font-weight: 700;
      color: #d8d8d8;
      transform: skew(20deg);
    }

    span {
      font-weight: 700;
      color: #d8d8d8;
      transform: skew(20deg);
    }
  }
}

@media (max-width: 768px) {
  .subdir-lang-switcher {
    display: flex;
    position: absolute;
    top: 112px;
    flex-direction: row;
    margin-right: 0;
    width: 100%;
    justify-content: center;

    &:hover li:nth-child(2) {
      display: flex;
    }

    li {
      padding: 6px 30px;

      &:first-child {
        border-bottom: 4px solid #f8ff14;
      }

      &:nth-child(2) {
        position: relative;
        display: flex;
        top: 0;
        border: 0;
        transform: skew(-20deg);
      }
    }
  }
}
