/*:root {*/
  /*--color: blue;*/
  /*}*/
  /** {*/
  /*margin: 0;*/
  /*padding: 0;*/
  /*box-sizing: border-box;*/
  /*}*/
  /* Card */
  .card {
  background-color: #fff;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border: 6px solid #fff;
  box-sizing: border-box;
}
  .card--with-link {
  display: block;
}
  .card--link {
  color: inherit;
  text-decoration: none;
  display: block;
}
  .card--link:hover {
  color: inherit;
}
  .card--link:hover .card__pic {
  opacity: 0.8;
}
  .card__pic {
  background-image: url('/img/pattern_blue.jpg');
  background-size: cover;
  padding: 0;
  margin: 0;
  background-color: #fff;
  position: relative;
  padding-bottom: 50%;
}
  .card__pic::after {
  content: 'NO IMAGE';
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  letter-spacing: 1px;
  font-size: 2.6rem;
  position: absolute;
}
  .card__pic img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
  .card__pic--logo {
  background-image: none;
  background-color: #fff;
  border: 1px solid rgba(204,204,204,0.25882);
  box-shadow: -2px 10px 33px -13px rgba(0,0,0,0.25);
  height: 115px;
  padding: 2rem;
  box-sizing: border-box;
}
  .card__pic--logo img {
  max-width: 145px;
  margin: 0 auto;
  position: relative;
  object-fit: contain;
}
  .card__desc {
  margin-top: 6px;
  padding: 16px;
  box-sizing: border-box;
}
  .card__desc .btn__inline .btn {
  margin-bottom: 0;
}
  .card-header--title h3,
.card-header--title .h3 {
  margin-bottom: 8px;
  text-align: center;
}
  .card-bonuses {
  font-size: 13px;
  font-weight: bold;
  min-height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: -8px;
  margin-bottom: 8px;
}
  .card-bonus-registration {
  margin-top: 8px;
}
  .card-bonus-deposit {
  color: #2fc86e;
}
  @media (min-width: 1024px) {
  .card-header--title {
    margin: 0 auto;
    box-sizing: border-box;
  }
  .card-header--title h3,
  .card-header--title .h3 {
    margin-bottom: 0;
  }

  .card-special {
    -webkit-transition: box-shadow 0.4s ease, -webkit-transform 0.4s ease;
    transition: box-shadow 0.4s ease, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transition: transform 0.4s ease, box-shadow 0.4s ease, -webkit-transform 0.4s ease;
    z-index: 1;
  }

  .card-special:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    box-shadow: 0 6px 30px 0 rgba(0,0,0, 0.3);
  }

  .card-special:hover .btn--default:not([disabled]) {
    background-color: #2fc86e;
    color: #fff;
  }
}
  .card-header__category a {
  color: #000;
}
  .card-header__category {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  align-content: flex-end;
  overflow: hidden;
  flex-wrap: wrap;
  line-height: normal;
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-family: 'Oswald';
  height: 1.4em;
}
  .card-header__category span:not(:first-of-type)::before {
  content: '/';
  margin: 0 3px;
  color: #bbb;
}
  .card-header__category--news {
  text-transform: uppercase;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin-bottom: 1em;
}
  .card-header__category--small {
  text-transform: uppercase;
  font-size: 1.2rem;
  height: 2.7em;
}
  .card-header__category--center {
  align-content: center;
}
  .card-header--rating {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding-top: 5px;
}
  .star--main {
  fill: #e94141 !important;
}
  .rating-star {
  fill: #000;
}
  .card-small {
  display: block;
  color: inherit;
  text-decoration: inherit;
}
  .card-small small {
  color: rgba(45, 49, 66, 0.64);
}
  .card-small p {
  margin-top: 8px;
}
  .card-small h5,
.card-small .h5 {
  margin-top: 8px;
  margin-bottom: 0;
}
  .card-small:hover {
  color: rgba(45, 49, 66, 0.64);
}
  .card-small:hover .card__pic {
  opacity: 0.8;
}
  .card-casino-logo {
  position: relative;
  z-index: 1;
  margin-top: -22px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  justify-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
  .card-casino-logo img {
  box-sizing: border-box;
  display: block;
  height: 40px;
  background: #fff;
  object-fit: contain;
  margin: 0 auto;
  padding: 4px 18px;
  border-radius: 18px;
  border: 2px solid #eee;
}
  .cta-btn {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  -webkit-box-align: center;
          align-items: center;
  background-color: #f7f8fa;
  text-decoration: none;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 2rem;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease

}
  .cta-btn .cta-btn__item {
    flex-basis: 100%
  }
  @media (min-width: 1025px) {
  .cta-btn .cta-btn__item {
      -webkit-box-flex: 1;
              flex: 1
  }
    }
  .cta-btn .cta-btn__item--description {
    text-align: center;
    margin: 2rem 0
  }
  @media (min-width: 1025px) {
  .cta-btn .cta-btn__item--description {
      margin: 0 2rem;
      -webkit-box-flex: 3;
              flex: 3
  }
    }
  .cta-btn .cta-btn__img {
    min-height: 56px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .cta-btn .cta-btn__play-btn {
    padding: 1rem;
    height: auto;
    text-transform: uppercase;
    font-size: 1.6rem
  }
  @media (min-width: 1025px) {
  .cta-btn .cta-btn__play-btn {
      margin-right: 2rem
  }
    }
  .cta-btn .cta-btn__bonus-1 {
    color: #626570;
    text-transform: uppercase;
    font-weight: bold;
  }
  .cta-btn .cta-btn__bonus-2 {
    display: block;
    background: #10BE7A;
    color: #fff;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .cta-btn:hover {
  text-decoration: inherit;
  color: inherit;
}
  @media (min-width: 1025px) {
  .cta-btn:hover {
    -webkit-transform: scale(1.05) translateY(-5px);
            transform: scale(1.05) translateY(-5px);
    box-shadow: 0 10px 21px 0px rgba(0, 0, 0, .4);
    z-index: 1;
  }
}
  .payment-systems,
.providers {
  margin-top: 3rem;
}
  .payment-systems > .payment-systems__wrapper ,
.providers  >.providers__wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  margin-left: -1rem;
  margin-right: -1rem;
}
  .payment-systems .payment-systems__item,
.providers .providers__item {
  margin: 0 1rem;
  -webkit-box-flex: 1;
          flex: 1;
  min-width: 80px;
  max-width: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
}
  /* Countdown */
  .countdown {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
}
  .countdown__group {
  margin-right: 16px;
  -webkit-box-flex: 1;
  flex: 1;
}
  .countdown__group:last-child {
  margin-right: 0;
}
  @media (min-width: 768px) {
  .countdown__group {
    -webkit-box-flex: 0;
    flex: none;
  }
}
  .countdown__nums {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
  .countdown--digit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  flex: 1;
  height: 64px;
  background-color: #4d8cea;
  color: #fff;
  font-family: 'Roboto';
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -1px;
  border-radius: 4px;
  text-align: center;
  margin-right: 2px;
  position: relative;
  overflow: hidden;
}
  .countdown--digit:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 52%;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
}
  @media (min-width: 768px) {
  .countdown--digit {
    width: 64px;
    -webkit-box-flex: 0;
    flex: none;
  }
}
  .countdown--name {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 4px;
  box-sizing: border-box;
  font-family: 'Roboto';
  font-size: 1.4rem;
}
  .intro-block__title {
    text-align: center;
}
  .intro-block__title--text {
    text-align: left;
}
  @media (min-width: 769px) {
    .intro-block::after {
        content: "";
        display: table;
        clear: both;
    }

    .intro-block__title {
        text-align: left;
        float: left;
        margin-left: 1rem;
        margin-right: 1rem;
        max-width: 400px;
    }
    .intro-block__title--right {
        float: right;
        text-align: right;
    }

    .intro-block__title--text {
        float: none;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }
}
  .read-more-wrap {

  margin-bottom: 16px
}
  .read-more-wrap h1,
  .read-more-wrap h2,
  .read-more-wrap h3,
  .read-more-wrap h4,
  .read-more-wrap h5,
  .read-more-wrap h6 {
    display: block !important;
  }
  .read-more-wrap .read-more-state,
  .read-more-wrap .read-more-target {
    display: none;
  }
  .read-more-wrap > *:not(.read-more-state):not(.read-more-target):not(.read-more-trigger):last-of-type::before {
    display: block;
    content: "";
    margin-top: 16px;
  }
  .read-more-wrap > *:not(.read-more-state):not(.read-more-target):not(.read-more-trigger):last-of-type {
    display: inline;
  }
  .read-more-wrap>p::after {
    content: '\00a0';
  }
  .read-more-wrap .read-more-state:checked~.read-more-target {
    display: block;
  }
  .read-more-wrap .read-more-state~.read-more-trigger:before {
    content: 'Näita rohkem';
  }
  .read-more-wrap .read-more-state:checked~.read-more-trigger:before {
    content: 'Näita vähem';
  }
  .read-more-wrap .read-more-state:checked ~ *:not(.read-more-state):not(.read-more-target):not(.read-more-trigger):last-of-type {
    display: block;
  }
  .read-more-wrap .read-more-trigger {
    cursor: pointer;
    text-decoration: underline;
    display: inline-block;
    color: #000;
    font-size: 1.4rem;
  }
  .read-more-wrap--intro-block > *:not(.read-more-state):not(.read-more-target):not(.read-more-trigger):last-of-type,
  .read-more-wrap--intro-block > *:not(.read-more-state):not(.read-more-target):not(.read-more-trigger):last-of-type::before {
    margin-top: 0;
  }
  .exclusive-bonus {

    width: 100%;
    text-align: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#008421), to(#08d53b));
    background: linear-gradient(to top, #008421, #08d53b);
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    line-height: 1;

}
  .exclusive-bonus__inner {

}
  .exclusive-bonus__text {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3.2rem;
    text-anchor: middle;
    text-shadow: 0 0 5px rgb(0, 0, 0), 
                 0 0 5px rgba(0,0,0, 0.5),
                 0 1px 2px rgba(0,0,0, 1);
}
  .top-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 2;
    margin-bottom: 16px;
}
  .top-list:after {
    content: "";
    position: absolute;
    left: 32px;
    top: 0;
    width: calc(100% - 64px);
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    z-index: -2;
}
  .top-list__wrap {
    color: inherit;
    text-decoration: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    box-sizing: border-box;
    background: #fff;
}
  .top-list__wrap:hover {
    color: inherit;
}
  @media (min-width: 768px) {
    .top-list__wrap {
        -webkit-box-pack: justify;
                justify-content: space-between;
        padding-top: 0;
        padding-bottom: 0;
    }
}
  .top-list--is_exclusive {
    position: relative;
}
  .top-list--exclusive {
    position: absolute;
    top: -1.8rem;
    background: red;
    padding: 0.4rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
  .top-list__item {
    -webkit-transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease;
    counter-increment: step-counter;
}
  .top-list__item:not(:last-child) {
    margin-bottom: 4px;
}
  .top-list__item:nth-of-type(even) .top-list__wrap {
    background-color: #e5e5e5;
}
  .top-list__item:nth-last-of-type(even) .top-list__wrap:before {
    background-color: #b7b7b7;
}
  .top_list_brief-wrapper {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    margin-left: -64px;
    position: relative;
    z-index: 2;
}
  .top-list-brief-trigger {
    display: none;
}
  .top-list-brief-trigger:checked + .top-list__item {
    margin-top: 20px;
    box-shadow: 0 4px 15px 5px rgba(0, 0, 0, .5);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
}
  .top-list-brief-trigger:checked + .top-list__item .top_list_brief-wrapper {
    opacity: 1;
    visibility: visible;
    height: 210px;
    margin-top: 0px;
    margin-bottom: 20px;
}
  .top_list_brief {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3rem;
    -webkit-box-align: center;
            align-items: center;
    background: #fff;
    padding: 5px 20px 5px 50px;
    display: none;
}
  .top_list_brief {
    display: grid;
}
  .brief-providers .payment-systems,
.brief-providers .providers {
    margin-top: 0;
}
  .brief-providers .payment-systems > .payment-systems__wrapper, 
.brief-providers .providers >.providers__wrapper {
    -webkit-box-pack: start;
            justify-content: flex-start;
}
  .brief-info--title {
    margin-bottom: 1em;
}
  @media (min-width: 1025px) {
  .brief-info--title {
        margin-top: -1em;
}
    }
  .brief-info--title {
    font-weight: 600;
}
  .brief-info .default-list--item {
    margin-bottom: 8px;
}
  .top_list_brief .payment-systems .payment-systems__item, 
.top_list_brief .providers .providers__item {
    height: 40px;
}
  .top_list_brief .hr {
    margin: 0.5rem 0;
    opacity: 0.3;
}
  .brief-rating {
    position: absolute;
    top: 16px;
    left: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    width: 44px;
    height: 44px;
    background: red;
    border-radius: 50%;
}
  .brief-rating span {
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 18px;
}
  @media (min-width: 768px) {
    .top-list__item {
        position: relative;
        padding-left: 64px;
    }
    .top-list__item:before {
        content: counter(step-counter);
        color: #fff;
        font-weight: bold;
        font-size: 2.4rem;
        width: 64px;
        height: 64px;
        background-color: #cccccc;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
    }
}
  .top-list__whois {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}
  @media (min-width: 768px) {
    .top-list__whois {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-flex: 1;
                flex: 1;
        padding-right: 0;
    }
}
  .top-list--brand {
    padding: 0;
    margin: 0;
    min-width: 64px;
    width: 102px;
    height: 64px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin-left: 16px;
    flex-shrink: 0;
}
  .top-list--brand img {
    display: block;
    object-fit: contain;
    padding: 0.3rem;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
  .top-list--name {
    padding: 0;
    margin: 0;
    color: #999999;
}
  @media (min-width: 768px) {
    .top-list--name {
        display: -webkit-box;
        display: flex;
        -webkit-box-flex: 0.6;
        flex: 0.6;
    }
}
  .top-list--desc {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-align: start;
            align-items: flex-start;
}
  @media (min-width: 768px) {
    .top-list--desc {
        padding-left: 16px;
        padding-right: 16px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-flex: 2;
                flex: 2;
    }
}
  .top-list--bonus {
    font-family: 'Oswald';
    font-weight: normal;
    display: block;
    margin-bottom: 4px;
}
  @media (min-width: 768px) {
    .top-list--bonus {
        margin-bottom: 0;
        margin-left: 8px;
    }
}
  .top-list--btn {
    display: none;
}
  .top-list--go-btn.btn {
    display: none
}
  @media (min-width: 1025px) {
  .top-list--go-btn.btn {
      display: -webkit-box;
      display: flex;
      margin-right: 16px
}
    }
  @media (min-width: 1025px) {
    .top-list--btn {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
        background-color: #2fc86e;
        font-family: 'Oswald', sans-serif;
        font-size: 1.8rem;
        color: #fff;
        text-decoration: none;
        -webkit-box-flex: 0.4;
                flex: 0.4;
        margin-right: 12px;
        padding: 12px;
    }
}
  @media (max-width: 1024px) {
    .top-list-brief-trigger:checked + .top_list_brief-wrapper {
        height: auto;
    }

    .top_list_brief {
        grid-template-columns: 1fr;
    }

    .top_list_brief .brief-image img {
        display: block;
        margin: 0 auto;
    }

    .top-list-brief-trigger:checked + .top-list__item .top_list_brief-wrapper {
        height: auto;
    }

}
  @media (max-width: 768px) {
    .top_list_brief-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}
  .side-wrap {
    margin-left: -16px;
    margin-right: -16px;
}
  @media (min-width: 768px) {
    .side-wrap {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
}
  .side-wrap.side-wrap--mobile-reverse {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse
}
  @media (min-width: 768px) {
  .side-wrap.side-wrap--mobile-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row
}
    }
  .side-wrap--inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
  .side-wrap--sticky {
    -webkit-box-align: start;
            align-items: flex-start;
}
  .side-wrap--text-left .side__header {
        text-align: center
    }
  .side-wrap--text-left .side__header .title-line::after {
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%)
        }
  .side-wrap--text-left .side__desc {
        -webkit-box-ordinal-group: 0;
                order: -1;
    }
  .side__header {
    -webkit-box-flex: 1;
            flex: 1 0 40%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}
  @media (min-width: 1025px) {
    .side__header {
        -webkit-box-flex: 1;
                flex: 1 0 30%;
        min-width: 350px;
    }
}
  .side__desc {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    -webkit-box-flex: 2;
            flex: 2 1 70%;
}
  .side__desc p:first-of-type {
    margin-top: 0;
}
  /* Columns */
  .row {
    margin-left: -16px;
    margin-right: -16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: -32px;
}
  @media (min-width: 768px) {
    .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        flex-wrap: wrap;
    }
}
  @media (min-width: 768px) {
  .tablet--col2 {
        max-width: 50%
}
    }
  .col2 {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    margin-bottom: 32px;
}
  @media (min-width: 768px) {
    .col2 {
        -webkit-box-flex: 1;
        flex: 1 0 50%;
        min-width: 50%;
    }
}
  .col3 {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    margin-bottom: 32px;
}
  @media (min-width: 768px) {
    .col3 {
        -webkit-box-flex: 1;
        flex: 1 0 33.333%;
        max-width: 33.333%;
    }
}
  .col4 {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    margin-bottom: 32px;
}
  @media (min-width: 568px) {
    .col4 {
        -webkit-box-flex: 1;
        flex: 1 0 50%;
    }
}
  @media (min-width: 1025px) {
    .col4 {
        -webkit-box-flex: 1;
        flex: 1 0 25%;
        max-width: 25%;
    }
}
  /* Title Action */
  .title-action {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 32px;
}
  @media (min-width: 568px) {
    .title-action {
        -webkit-box-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -webkit-box-align: center;
                align-items: center;
    }
}
  @media (min-width: 568px) {
    .title-action--head h2,
    .title-action--head .h2 {
        margin-bottom: 0;
    }
}
  /* List */
  .default-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
  .default-list--item {
    position: relative;
    padding-left: 16px;
    box-sizing: border-box;
    margin-top: 4px;
    margin-bottom: 4px;
}
  .default-list--item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #E94141;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 100%;
}
  .default-list.pros > .default-list--item:after {
    background-color: #10BE7A;
}
  .line-list {
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid rgba(45, 49, 66, 0.08);
}
  .line-list--item {
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(45, 49, 66, 0.08);
}
  .line-list__rating {
    height: 7px;
    margin-top: 10px;
    background: #eee;
    position: relative
}
  .line-list__rating > span {
        position: absolute;
        height: 100%;
        background: #ffc600;
    }
  .list--light {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
  .list--light .line-list--item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
  .times {
  width: 26px;
  height: 26px;
  display: block;
  background: url(/img/icon_times.svg) 0 0 no-repeat;
  position: absolute;
  right: 19px;
  top: 20px; }
  .burger-menu {
    display: block;
    width: 32px;
    height: 24px;
    background: url(/img/icon_burger.svg) 0 0 no-repeat;
}
  @media (min-width: 1025px) {
    .burger-menu {
        display: none;
    }
}
  /* Main Nav */
  .menu--toggle-checkbox {
    display: none;
}
  .menu--toggle-label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3em;
}
  .menu--toggle-label:nth-of-type(2) {
    left: auto;
    right: 0;
    height: 54px;
}
  .menu--toggle-label:nth-of-type(2)::after {
    content: '◂';
}
  .menu--toggle-label::after {
    display: -webkit-box;
    display: flex;
    top: 0;
    height: 54px;
    position: absolute;
    content: '▸';
    width: 100%;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}
  .menu--toggle-checkbox:checked ~ .menu--toggle-label::after {
    content: '▾';
}
  .menu--toggle-checkbox:checked ~ .main-nav__submenu {
    display: block;
}
  @media (max-width: 1024px) {
    .main-nav__submenu .menu--item a::before {
        content: '' !important;
    }
    .main-nav__submenu .menu--item {
        padding: 0 !important;
    }
}
  .main-nav {
    width: 100%;
    height: 64px;
    background-color: #0f2b74;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
  .main-nav__menu {
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}
  @media (max-width: 1280px) {
        .main-nav__menu > .menu--item:first-child > .main-nav__submenu {
            left: 0;
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }
        .main-nav__menu>.menu--item:last-child>.main-nav__submenu {
            left: auto;
            right: 0;
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }
    }
  @media (min-width: 1025px) {
    .menu--item:first-child {
        border-left: 2px solid #153b9e;
    }

    .main-nav:not(.mobile) {
        display: -webkit-box !important;
        display: flex !important;
    }
    .main-nav__menu {
        -webkit-box-pack: justify;
                justify-content: space-between;
        padding-bottom: 0;
    }
    .main-nav.mobile {
        display: none;
    }
}
  .menu--item {
    position: relative;
    -webkit-box-flex: 1;
            flex: 1;
    text-align: center;
    border-right: 2px solid #153b9e;
}
  @media (min-width: 1025px) {
  .main-nav__menu > .menu--item > a {
        padding: 20px 0
}
    }
  .menu--item a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
}
  .menu--item .main-nav__submenu a:hover {
    color: rgba(255, 255, 255, 0.4);
}
  .menu--item > a:hover {
    color: #fff;
}
  .menu--active a {
    color: rgba(255, 255, 255, 0.4);
}
  .main-nav__submenu {
    padding-top: 0.5rem;
    padding-left: 0;
    display: none;
    min-width: 100%;
    list-style: none;
    background: #0f2b74
}
  @media (min-width: 1025px) {
  .main-nav__submenu {
        text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        visibility: hidden;
        position: absolute;
        display: block;
        top: 100%
}
    }
  .main-nav__submenu .menu--item {
        margin-right: 0;
        text-align: center
    }
  @media (max-width: 1024px) {
            .main-nav__submenu .menu--item a::before {
                content: '- '
            }
        }
  .main-nav__submenu .menu--item a {
            padding: 1rem;
        }
  .main-nav__menu>.menu--item:hover {
    background: #153b9e;
}
  @media (min-width: 1025px) {
  .main-nav__menu>.menu--item:hover .main-nav__submenu {
        visibility: visible
}
    }
  @media (max-width: 1024px) {
    html.menu-open {
        overflow-y: hidden;
    }
    .main-nav {
        position: fixed;
        z-index: 11;
        height: calc(100vh - 65px);
        display: none;
        overflow: auto;
    }
    .main-nav .container {
        padding-left: 0;
        padding-right: 0;
    }
    .main-nav__menu {
        display: block;
    }
    .menu--item a {
        display: block;
        width: 100%;
        padding: 16px;
        box-sizing: border-box;
        border-bottom: solid 1px rgba(255, 255, 255, .08);
    }
    .menu--item {
        margin-right: 0;
    }
    .main-nav:not(.mobile) {
        display: none !important;
    }
}
  .header__search {
    display: none;
    position: fixed;
    left: 16px;
    top: 64px;
    z-index: 11;
    width: calc(100% - 32px);
}
  @media (min-width: 1025px) {
    .header__search {
        display: block !important;
        position: static;
        width: auto;
    }
}
  .search-field {
    font-family: 'Roboto';
    color: #000;
    font-size: 1.6rem;
    width: 100%;
    height: 32px;
    padding: 0;
    padding-left: 33px;
    padding-right: 8px;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    outline: none;
    border-radius: 4px;
    background: url(/img/icon_search.svg) center left 8px no-repeat #fff;
}
  .menu__language-switcher {
  -webkit-box-flex: 0;
          flex: none;
  border: none;
}
  .language-switcher {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  width: 70px;
}
  .language-switcher:hover .language-switcher__other {
  opacity: 1;
  visibility: visible;
}
  .language-switcher__current img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  display: block;
}
  .language-switcher__other {
  border-radius: 6px;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  top: calc(100% - 3px);
  background: #0f2b74;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(0, 48px));
  max-height: 192px;
  grid-auto-flow: column

}
  @media(max-width:1600px) {
  .language-switcher__other {
    right: 5px;
    -webkit-transform: translateX(0);
            transform: translateX(0)

}
  }
  @media(max-width:1024px) {
  .language-switcher__other {
      top: calc(100% + 12px)

}
  }
  .language-switcher__lang {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 16px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
  .language-switcher__lang:hover {
  background: #0c225a;
  color: #fff;
}
  .language-switcher__lang img {
  width: 28px;
  height: 28px;
  max-width: none;
}
  .language-switcher__lang > * + * {
  margin-left: 20px;
}
  .language-switcher__lang > *:first-child:last-child {
  margin: auto;
}
  @media (min-width: 1025px) {
  .hidden-desktop {
        display:none
}
    }
  .casino-filters {
    margin-bottom: 32px;
}
  .casino-filters__form>*:not(:last-child) {
    margin-bottom: 1rem;
}
  .casino-filters select,
.casino-filters input,
.slots-filters-wrapper select {
    padding: 1rem;
    border-radius: 4px;
    display: block;
    max-width: 100%;
    background: #fff;
    box-sizing: border-box;
    color: #000;
    border: 0;
    height: 35px;
    box-shadow: inset 0 0 0 1px #999;
    font-size: 1.6rem;
}
  .slots-filters-wrapper {
    margin-bottom: 32px;
}
  .slots-filters-wrapper select {
    width: 100%;
    height: auto;
}
  .casino-filters input[type='checkbox'] {
    display: none;
}
  .casino-filters label[for='deposit-bonus'] {
    margin-bottom: 0;
    cursor: pointer;
    text-align: center;
    height: 35px;
    padding: 1rem;
    line-height: 1em;
    box-sizing: border-box;
    background: #fff;
    color: #808080;
    box-shadow: inset 0 0 0 1px #999;
    border-radius: 5px;
    font-weight: bold;
}
  .casino-filters input[type='checkbox']:checked+label[for='deposit-bonus'] {
    background: green;
    color: #fff;
}
  .casino-filters select {
    width: 100%;
}
  .casino-filters select>option:first-child,
.selectr-option.disabled {
    display: none;
}
  .selectr-clear,
.selectr-input-clear,
.selectr-tag-remove {
    z-index: 12;
}
  .selectr-option {
    display: -webkit-box;
    display: flex;
}
  .casino-filters input[type="submit"] {
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}
  .casino-filters__title {
    margin-bottom: 16px;
}
  .casino-filters__form label {
    display: block;
    margin-bottom: 4px;
}
  .casino-filters__logo,
.casino-filters__select-title {
    display: inline-block;
    vertical-align: middle;
}
  .casino-filters__select-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
  .casino-filters__logo {
    flex-shrink: 0;
    width: 50px;
    background-repeat: no-repeat;
    height: 20px;
    top: 50%;
    position: relative;
    margin-right: 1rem;
    background-size: contain;
    background-position: center;
}
  #casino-filters-preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
  .casino-filters__inner {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 1;
    max-width: 700px;
    width: 90%;
    left: 50%;
    top: 50%;
    max-height: 100vh;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.99);
    border: 2px solid #f9f9f9;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.3);
}
  #casino-filters-preloader::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(47, 200, 110, 0.95);
    z-index: -1;
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
  #casino-filters-preloader .casino-filters__inner>h3 {
    padding-top: 3rem;
    text-transform: uppercase;
}
  #casino-filters-preloader .casino-filters__inner>img {
    width: 150px;
    height: 150px;
    display: block;
    margin: auto;
}
  #casino-filters-preloader.hidden .casino-filters__inner {
    -webkit-transform: translate(-50%, -75%);
            transform: translate(-50%, -75%);
}
  #casino-filters-preloader.hidden,
#casino-filters-preloader.hidden::before {
    visibility: hidden;
    opacity: 0;
}
  #casino-list-wrapper {
    position: relative;
    overflow: hidden
}
  #casino-list-wrapper.hidden {
    max-height: 0;
    opacity: 0;
}
  #casino-filters-btn[disabled] {
    cursor: not-allowed;
    box-shadow: inset 0 0 0 1px #e6e6e6;
    color: #abaeba;
}
  @media (min-width: 769px) {
    .casino-filters__form {
        display: -webkit-box;
        display: flex;
        margin-left: -8px;
        margin-right: -8px;
        -webkit-box-align: end;
                align-items: flex-end;
    }
    .casino-filters__form>* {
        padding-left: 8px;
        padding-right: 8px;
    }
    .casino-filters__form>*:not(:last-child) {
        -webkit-box-flex: 1;
                flex-grow: 1;
        margin-bottom: 0;
    }
}
  .casino-filters .casino-filters__control--cb {
    -webkit-box-flex: 0.3;
            flex-grow: 0.3;
}
  /* Promo Card */
  .promo-card {
    background-color: #fff;
    padding: 32px;
    box-sizing: border-box;
    margin-bottom: 32px;
    border-radius: 4px;
}
  .promo-card.promo-card--mini {
    padding-top: 4px;
}
  .promo-card.promo-card--mini figure {
    margin: 0;
    padding: 0;
    margin-bottom: 4px;
    height: 50px;
}
  .promo-card:not(.promo-card--dark) {
    border: 1px solid #eee;
}
  .promo-card-ratingTitle {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
}
  .promo-card-rating {
    background: #000;
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    border-radius: 50%;
    border: 3px solid red;
}
  .promo-timer-status {
    display: block;
    text-align: center;
    color: #fff;
    background: #163573;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
  .promo-timer-status-gray {
    color: #fff;
    background: #ccc;
}
  .promo-timer-status:empty {
    margin-top: 32px;
}
  @media (min-width: 1025px) {
    .promo-card {
        margin-bottom: 0;
    }
}
  .promo-card.is_exclusive {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
  .promo-card__pic {
    width: 100%;
    height: 140px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    padding: 16px;
    margin: 0;
    margin-bottom: 16px;
    box-sizing: border-box;
}
  .promo-card__pic:nth-child(2) {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}
  .promo-card__pic:nth-child(2) img {
    max-width: 50%;
    margin-left: auto;
}
  @media (min-width: 768px) {
    .promo-card__pic {
        -webkit-box-align: center;
                align-items: center;
    }
}
  .promo-card__pic img {
    display: block;
    width: 100%;
    object-fit: contain;
    max-height: 100%;
}
  .promo-card__desc {
    margin: 0;
    padding: 0;
}
  .promo-card__desc .before-list {
    font-size: 1.5rem;
    padding-bottom: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(45, 49, 66, .08);
}
  .promo-card__desc--unique {
    margin: 32px 0;
}
  .promo-card--dark {
    background-color:#0f2b74;
    color: #fff;
}
  .promo-card--dark .h2 {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    padding-bottom: 8px;
    margin-bottom: 8px;
}
  .promo-card__trigger,
.promo-card__trigger-on,
.promo-card__trigger:checked ~ .promo-card__trigger-off,
.promo-card__trigger:not(:checked) ~ .line-list {
    display: none;
}
  .promo-card__trigger ~ .line-list {
    border-top: none;
}
  .promo-card__trigger-off,
.promo-card__trigger-on {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    border-top: 1px solid rgba(255, 255, 255, .08);
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
  .promo-card__trigger-off span,
.promo-card__trigger-on span {
    font-size: 24px;
}
  .promo-card__trigger:not(:checked) ~ .promo-card__trigger-off,
.promo-card__trigger:checked ~ .promo-card__trigger-on {
    display: block;
}
  /* Tabs */
  input[name="slot-tabs-input"],
#new-tab:checked~#all-slots .slot-col:not(.slot-type--new),
#hot-tab:checked~#all-slots .slot-col:not(.slot-type--hot),
#soon-tab:checked~#all-slots .slot-col:not(.slot-type--soon) {
    display: none !important;
}
  .tab {
    padding: 0;
    margin: 0;
    margin-left: -16px;
    margin-right: -16px;
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
  .tab--item {
    padding-left: 16px;
    padding-right: 16px;
}
  .tab--item label {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 1.8rem;
    font-family: 'Oswald';
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: start;
            align-items: flex-start;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}
  #all-tab:checked~#labels-container .tab--item label[for="all-tab"],
#new-tab:checked~#labels-container .tab--item label[for="new-tab"],
#hot-tab:checked~#labels-container .tab--item label[for="hot-tab"],
#soon-tab:checked~#labels-container .tab--item label[for="soon-tab"] {
    color: #E94141;
    box-shadow: inset 0 -6px 0 #E94141;
}
  .youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    cursor: pointer;
}
  .youtube-player__poster {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}
  .youtube-player__btn {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    outline: 0;
    background: rgba(0,0,0,0);
    padding: 0;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    z-index: 1;
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
}
  .youtube-player__btn-bg {
    -webkit-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    fill: #212121;
    fill-opacity: .8;
}
  .youtube-player:hover .youtube-player__btn-bg {
    -webkit-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
    fill: #f00;
    fill-opacity: 1;
}
  .basicLightbox__placeholder>iframe:first-child:last-child {
    pointer-events: auto;
}
  /* Labels */
  .label {
    background-color: #2fc86e;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald';
    font-size: 1.4rem;
    font-weight: bold;
    height: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    line-height: 1;
    padding-left: 16px;
    padding-right: 16px;
    white-space: nowrap;
}
  @media (max-width: 480px) {
    .label {
        height: auto;
        padding: 6px 16px;
        white-space: normal;
        margin: 0.5rem 0 1rem 0;
    }
}
  .label--round {
    font-family: 'Oswald', sans-serif;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    width: 64px;
    height: 64px;
    border-radius: 100%;
    padding: 0;
    position: absolute;
    left: -16px;
    top: -16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    z-index: 2;
    color: #fff;
    box-shadow: 0 16px 32px rgba(45, 49, 66, 0.4);
}
  .label--green {
    background-color: #2FC86E;
}
  .label--red {
    background-color: #ff3600;
    color: #ffde00;
}
  .label--dark {
    background-color: #000;
}
  button,
.btn {
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    outline: none;
    border: 0;
    font-size: 1.8rem;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    border-radius: 4px;
}
  .btn--full {
    width: 100%;
}
  .btn--default {
    background-color: #fff;
    color: #000;
    box-shadow: inset 0 0 0 1px rgba(45, 49, 66, 0.16);
}
  .btn[disabled] {
    opacity: 0.3;
    pointer-events: none;
}
  .btn--default:hover {
    color: #fff !important;
    background-color: #2fc86e;
}
  .btn--primary {
    background-color: #f01433;
    color: #fff;
}
  .btn--primary:hover {
    color: #fff !important;
    background-color: #eb5353;
}
  .btn__inline {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 16px;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -16px;
}
  .btn__inline .btn {
    -webkit-box-flex: 1;
    flex: 1;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 16px;
}
  .btn-green {
    background-color: #2fc86e;
}
  .btn-green:hover {
    background-color: rgba(47, 200, 110, 0.8);
}
  @media (min-width: 568px) {
    .btn__inline {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
}
  .toc {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;
  list-style-type: square;
  margin-bottom: 1em;
}
  .footer-menu {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly
}
  @media screen and (min-width: 415px) {
  .footer-menu {
    display: none
}
  }
  .footer-menu-item {
  text-align: center;
  width: 100%;
  position: relative;
}
  .footer-menu-item img {
  margin-bottom: 20px;
}
  .footer-menu-item a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-decoration: none;
  align-content: center;
  padding: 4px 0;
  height: 100%;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
  .footer-menu-item-title {
  font-size: 14px;
  display: block;
  position: absolute;
  white-space: nowrap;
  bottom: 3px;
  left: 3px;
  right: 3px;
  overflow: hidden;
  color: #000;
}
  /* @font-face {
  font-family: "CircularStd-Book";
  src: url("/fonts/CircularStd-Book.eot?") format("eot"), url("/fonts/CircularStd-Book.woff2") format("woff2"), url("/fonts/CircularStd-Book.woff") format("woff"), url("/fonts/CircularStd-Book.ttf") format("truetype"), url('/fonts/CircularStd-Book.svg#str-replace(CircularStd-Book, " ", "_")') format("svg");
}

@font-face {
  font-family: "CircularStd-Black";
  src: url("/fonts/CircularStd-Black.eot?") format("eot"), url("/fonts/CircularStd-Black.woff2") format("woff2"), url("/fonts/CircularStd-Black.woff") format("woff"), url("/fonts/CircularStd-Black.ttf") format("truetype"), url('/fonts/CircularStd-Black.svg#str-replace(CircularStd-Black, " ", "_")') format("svg");
}

@font-face {
  font-family: "CircularStd-Medium";
  src: url("/fonts/CircularStd-Medium.eot?") format("eot"), url("/fonts/CircularStd-Medium.woff2") format("woff2"), url("/fonts/CircularStd-Medium.woff") format("woff"), url("/fonts/CircularStd-Medium.ttf") format("truetype"), url('/fonts/CircularStd-Medium.svg#str-replace(CircularStd-Medium, " ", "_")') format("svg");
} */
  img {
  max-width: 100%;
  height: auto;
}
  .header {
  background-color: #ffc600;
  color: #fff;
}
  .header--overlay {
  background-color: #ffc600;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: block;
}
  button {
  cursor: pointer;
}
  .header-banner {
  display: none;
}
  @media (min-width: 1025px) {
  .header--overlay {
    display: none;
  }
}
  .logo-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 2;
  flex: 2;
}
  .logo {
  text-decoration: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  z-index: 11;
  margin-right: 3rem;
}
  .logo-symbol {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/img/logo_symbol.svg) 0 0 no-repeat;
}
  .logo-txt {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
  font-family: 'Oswald';
  letter-spacing: -1px;
  line-height: 1;
  margin-left: 8px;
}
  @media (min-width: 568px) {
  .logo-txt {
    font-size: 2.4rem;
  }
}
  @media (min-width: 768px) {
  .logo-txt {
    font-size: 2.8rem;
  }
}
  .header-wrap {
  width: 100%;
  height: 64px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
  @media (min-width: 1025px) {
  .header-wrap {
    height: 100px;
  }
  .logo-wrap {
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .header-banner,
  .header-banner img {
    display: block;
  }
}
  .header__action {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
  .footer {
  text-align: center;
  background-color: #ffc600;
  padding-top: 16px;
  padding-bottom: 16px;
}
  .br-tab {
  display: none;
}
  @media (min-width: 1025px) {
  .br-tab {
    display: block;
  }
}
  .footer--items {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
  .footer__brands {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 16px;
  box-sizing: border-box;
}
  .brands--wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}
  .brand--item {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}
  html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: 'Roboto';
  font-size: 1.6rem;
  color: #000;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
  html {
  font-size: 62.5%;
}
  a {
  color: #0F2B74;
}
  a:hover {
  color: #003acc;
}
  section {
  padding: 0;
  margin: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  box-sizing: border-box;
}
  h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
  h1,
.h1 {
  display: block;
  font-size: 3.5rem;
  font-family: 'Oswald';
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 32px;
}
  h2,
.h2 {
  display: block;
  font-size: 3rem;
  font-family: 'Oswald';
  letter-spacing: -1px;
  line-height: normal;
}
  h3,
.h3 {
  display: block;
  font-size: 2.2rem;
  font-family: 'Oswald';
  letter-spacing: -1px;
  line-height: normal;
  margin-bottom: 16px;
}
  h4,
.h4 {
  display: block;
  font-size: 1.8rem;
  font-family: 'Oswald';
  line-height: normal;
  margin-bottom: 16px;
}
  h5,
.h5 {
  display: block;
  font-size: 1.6rem;
  font-family: 'Oswald';
  line-height: normal;
  font-weight: normal;
  margin-bottom: 16px;
}
  .title-line {
  position: relative;
  padding-top: 16px;
  margin-bottom: 32px;
}
  .title-line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 6px;
  background-color: #ffc600;
}
  .container {
  width: 100%;
  max-width: 1168px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
  p {
  font-weight: 300;
  display: block;
  padding: 0;
  margin: 0;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 1.5;
}
  .hr {
  margin: 1rem 0;
  width: 100%;
  height: 2px;
  margin: 3rem 0;
  background: #ccc;
  border-radius: 3px;
}
  .hr--homepage {
  margin: 15px 0 40px 0;
}
  .txt-center {
  text-align: center;
}
  .txt-grey {
  color: #666666;
}
  .txt-dark {
  color: #000;
}
  .txt-green {
  color: #2FC86E;
}
  .indent {
  margin-bottom: 32px !important;
}
  .half-indent {
  margin-bottom: 16px !important;
}
  .half-indent-top {
  margin-top: 16px !important;
}
  @media (min-width: 768px) {
  .no-indent-top {
    margin-top: 0 !important;
  }
}
  @media (min-width: 768px) {
  .no-indent {
    margin-bottom: 0 !important;
  }
}
  .no-indent-mobile {
  margin-bottom: 0 !important;
}
  @media (min-width: 768px) {
  .no-indent-mobile {
    margin-bottom: 0 !important;
  }
}
  .indent-top-large {
  margin-top: 32px !important;
}
  .indent-bottom-large {
  margin-bottom: 32px !important;
}
  .grey-bg {
  background-color: #fff;
}
  .pattern-white {
  background: url(/img/pattern_white.jpg) #fff;
}
  .pattern-blue {
  background: radial-gradient(20vw at 30%, at 0%, rgba(20, 95, 249, 0.4), rgba(20, 95, 249, 0)), url(/img/pattern_blue.jpg) #0c0c23;
  background: radial-gradient(20vw at 30% 0%, rgba(20, 95, 249, 0.4), rgba(20, 95, 249, 0)), url(/img/pattern_blue.jpg) #0c0c23;
}
  .pattern-blue .title-line,
.pattern-blue h1,
.pattern-blue h2,
.pattern-blue .read-more-wrap .read-more-trigger {
  color: #fff;
}
  .pattern-blue .txt-grey,
.pattern-blue p {
  color: #cccccc;
}
  .pattern-blue .card {
  color: #000;
}
  .pattern-blue--green_card .card:hover .card__desc {
  background-color: rgb(47, 200, 110);
  color: #fff;
}
  .pattern-blue--green_card .card:hover .card__pic {
  opacity: 0.8;
}
  .page-hero {
  padding: 0;
  margin: 0;
}
  .page-hero img {
  width: 100%;
  display: block;
  object-fit: cover;
}
  .text-center {
  text-align: center;
}
  .text-bold {
  font-weight: bold;
}
  .text-regular,
.text-regular p{
  font-weight: 400;
}
  .aligncenter {
  display: block;
  margin: 0 auto;
}
  .btn--show-more-promos {
  margin: 32px auto;
  cursor: pointer;
}
  .show-more-promos-target,
#show-more-promos-trigger,
#show-more-promos-trigger:checked~.btn--show-more-promos {
  display: none;
}
  .show-more-promos-target {
  margin-top: 32px;
}
  #show-more-promos-trigger:checked~.show-more-promos-target {
  display: -webkit-box;
  display: flex;
}
  @media (min-width: 768px) {
  .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
  }
}
  .alert-txt,
.warning-txt {
  color: #fff;
  padding: 2rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 1.6rem;
}
  .alert-txt {
  background: #b42727;
}
  .warning-txt {
  background: #e6ac00;
}
  .no-deco {
  text-decoration: none;
}
  .special-casino-btn {
  display: block;
  margin-bottom: 16px;
  box-shadow: 0px 2px 20px 0 rgba(0,0,0, 0.2);
}
  .special-casino-btn > * {
  margin: 0;
}
  .special-casino-btn > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #fff;
  font-weight: bold;
}
  .special-casino-btn:hover > .btn {
  background: rgb(47, 200, 110);
  color: #fff;
}
  .basicLightbox--iframe .promoted-casino__inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  bottom: 20px;
  width: 100%;
}
  .basicLightbox--iframe .cta-btn {
  margin: 0;
  border-radius: 5px;
}
  .embed-demo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
  .embed-demo iframe,
.embed-demo object,
.embed-demo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  @media (max-width: 767px) {
  .basicLightbox--iframe .promoted-casino__inner {
    display: none;
  }
}
  @media (min-width: 768px) and (max-width:1024px) {
  .basicLightbox--iframe .promoted-casino__inner  {
    left: 20px;
    bottom: 20px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 2;
    display: block;
  }
  .basicLightbox--iframe .promoted-casino__inner {
    width: auto;
  }
  .basicLightbox--iframe .cta-btn .cta-btn__img {
    width: 80px;
    height: 80px;
  }
  .basicLightbox--iframe .cta-btn__item:not(.cta-btn__img) {
    display: none;
  }
}
  .lang-icon {
  width: 28px;
  height: 18px;
  background: url('/img/flags_sprite.png');
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
  .lang-icon:not(:first-child) {
  margin-left: 10px;
}
  .lang--Lithuanian {
    background-position: -5px -5px;
}
  .lang--Latvian {
    background-position: -43px -5px;
}
  .lang--Estonian {
    background-position: -5px -33px;
}
  .lang--Swedish {
    background-position: -43px -33px;
}
  .lang--Finnish {
    background-position: -81px -5px;
}
  .lang--Russian {
    background-position: -81px -33px;
}
  .lang--English {
    background-position: -5px -61px;
}
  .attention-text {
  background: #0088ff;
  color: #fff;
  padding: 2rem;
  font-size: 2rem;
  border-radius: 5px;
  margin-bottom: 16px;
}
  .attention-text--promo {
  font-size: 1.6rem;
  color: #000;
  background: #ccf3ff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
}
  .attention-text > p {
  margin-bottom: 0;
}
  .slot-provider-logo {
  max-width: 100%;
  width: 128px;
  height: 64px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1rem auto;
}
  .text-nowrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
  @media (max-width: 767px) {
  .show-mobile {
    display: block
}
  }
  @media (min-width: 768px) {
  .show-mobile {
    display: none
}
  }
  .hide-mobile {
  display: none
}
  @media (min-width: 768px) {
  .hide-mobile {
    display: block
}
  }
  @media (max-width: 767px) {
  .show-desktop {
    display: none
}
  }
  .homepage-slots .card {
  border: 1px solid #eee;
  padding-bottom: 16px;
}
  #labels-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
  #labels-container > .slots-filters-wrapper {
 flex-basis: 300px;
 margin-bottom: 0;
}
  @media (min-width: 1024px) {
  #labels-container {
    -webkit-box-align: baseline;
            align-items: baseline;
  }
}
  @media (max-width: 1023px) {
  #labels-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  #labels-container > .slots-filters-wrapper {
    -webkit-box-ordinal-group: 0;
            order: -1;
    flex-basis: auto;
    margin-bottom: 32px;
  }
}
  /*External libs*/
  .basicLightbox{position:fixed;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);opacity:.01;-webkit-transition:opacity .4s ease;transition:opacity .4s ease;z-index:1000;will-change:opacity}
  .basicLightbox--visible{opacity:1}
  .basicLightbox__placeholder{max-width:100%;-webkit-transform:scale(.9);transform:scale(.9);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease, -webkit-transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1;will-change:transform}
  .basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{display:block;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:85%;max-height:85%}
  .basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{width:auto;height:auto}
  .basicLightbox__placeholder>[data-basicLightbox]{display:block!important}
  .basicLightbox--iframe .basicLightbox__placeholder,.basicLightbox--img .basicLightbox__placeholder,.basicLightbox--video .basicLightbox__placeholder{width:100%;height:100%;pointer-events:none}
  .basicLightbox--visible .basicLightbox__placeholder{-webkit-transform:scale(1);transform:scale(1)}
  [data-basicLightbox]{display:none!important}
  /*--*/
  /*reviews*/
  .casinos-reviews-container input[type=checkbox]:checked ~ .reviews__all {
      display: block !important;
  }
  .casinos-reviews-container input[type=checkbox]:checked ~ .reviews__first3 {
      display: none;
  }
  .casinos-reviews-container input[type=checkbox]:checked ~ label {
      display: none;
  }
  .casinos-reviews-container input[type=checkbox]:checked ~ .show-more {
      display: none;
  }
  .reviews {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    width: -webkit-stretch;}
  .reviews li {
    float: left;
    display: block;
    margin-right: 3.4482758621%;
    width: 30.1%;
    margin-bottom: 40px; }
  .reviews li.media-hidden {
    display: none;
}
  .reviews li:last-child {
    margin-right: 0; }
  .reviews li:nth-child(3n) {
    margin-right: 0; }
  .reviews li:nth-child(3n+1) {
    clear: left; }
  @media screen and (max-width: 1024px) {
    .reviews li {
        float: left;
        display: block;
        margin-right: 3.4482758621%;
        width: 48.275862069%; }
    .reviews li:last-child {
        margin-right: 0; }
    .reviews li:nth-child(3n) {
        margin-right: 3.4482758621%; }
    .reviews li:nth-child(3n+1) {
        clear: none; }
    .reviews li:nth-child(2n) {
        margin-right: 0; }
    .reviews li:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 414px) {
    .reviews li {
        float: left;
        display: block;
        margin-right: 11.1111111111%;
        width: 322.222222222%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; }
    .reviews li:last-child {
        margin-right: 0; }
    .reviews li:nth-child(3n) {
        margin-right: 3.4482758621%; }
    .reviews li:nth-child(3n+1) {
        clear: none; }
    .reviews li:nth-child(2n) {
        margin-right: 3.4482758621%; }
    .reviews li:nth-child(2n+1) {
        clear: none; }
    .reviews li:nth-child(1n) {
        margin-right: 0; }
    .reviews li:nth-child(1n+1) {
        clear: left; }
    .reviews li::after {
        clear: both;
        content: "";
        display: block; } }
  .reviews li:hover .reviews--pic {
    opacity: 0.8; }
  /*.reviews a {*/
  /*color: inherit;*/
  /*text-decoration: inherit; }*/
  /*@media screen and (max-width: 414px) {*/
  /*.reviews a {*/
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-orient: horizontal;*/
  /*-webkit-box-direction: normal;*/
  /*-ms-flex-direction: row;*/
  /*flex-direction: row; } }*/
  .reviews--pic {
    padding: 0;
    margin: 0;
    margin-bottom: 15px; }
  .reviews--pic img {
    display: block;
    width: 100%; }
  @media screen and (max-width: 414px) {
    .reviews--pic {
        -webkit-box-flex: 1;
        flex: 1;
        margin-bottom: 0; } }
  .reviews__desc strong {
    margin-bottom: 15px; }
  @media screen and (max-width: 414px) {
    .reviews__desc {
        -webkit-box-flex: 1;
        flex: 1;
        padding-left: 20px; }
    .reviews__desc p {
        display: none; }
    .reviews__desc strong {
        margin-bottom: 0;
        font-size: 1.125rem; } }
  .reviews--date {
    font-size: 0.75rem;
    margin-bottom: 5px;
    display: block; }
  /*news*/
  .casinos-news-container input[type=checkbox]:checked ~ .news__all {
      display: block !important;
  }
  .casinos-news-container input[type=checkbox]:checked ~ .news__first4 {
      display: none;
  }
  .casinos-news-container input[type=checkbox]:checked ~ label {
      display: none;
  }
  .casinos-news-container input[type=checkbox]:checked ~ .show-more {
      display: none;
  }
  @media(max-width: 1024px) {
    .hidden-mobile {
        display: none;
    }
}

