/*:root {*/
  /*--color: blue;*/
  /*}*/
  /** {*/
  /*margin: 0;*/
  /*padding: 0;*/
  /*box-sizing: border-box;*/
  /*}*/
  /* Card */
  .card {
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}
  .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_dark.png');
    background-size: cover;
    padding: 0;
    margin: 0;
    background-color: #F7F8FA;
    position: relative;
    flex: 1 0 auto;
    min-height: 140px;
    position: relative;
}
  .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%;
}
  .card__desc {
    padding: 16px;
    box-sizing: border-box;
}
  .card-header--title h3,
.card-header--title .h3 {
    margin-bottom: 8px;
    text-align: center;
}
  @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-header--rating {
    display: flex;
    flex-direction: row;
    padding-top: 5px;
}
  .star--main {
    fill: #E94141 !important;
}
  .rating-star {
    fill: #2d3142;
}
  .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;
}
  .cta-btn {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  background-color: #F7F8FA;
  text-decoration: none;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 2rem;
  width: 100%

}
  .cta-btn .cta-btn__item {
    flex-basis: 100%
  }
  @media (min-width: 1025px) {
  .cta-btn .cta-btn__item {
      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;
      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;
}
  .payment-systems,
.providers {
  margin-top: 3rem;
}
  .payment-systems > .payment-systems__wrapper ,
.providers  >.providers__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1rem;
  margin-right: -1rem;
}
  .payment-systems .payment-systems__item,
.providers .providers__item {
  margin: 0 1rem;
  flex: 1;
  min-width: 80px;
  max-width: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
}
  /* Countdown */
  .countdown {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
  .countdown__group {
  margin-right: 16px;
  flex: 1;
}
  .countdown__group:last-child {
  margin-right: 0;
}
  @media (min-width: 768px) {
  .countdown__group {
    flex: none;
  }
}
  .countdown__nums {
  display: flex;
  flex-direction: row;
}
  .countdown--digit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 64px;
  background-color: #2D3142;
  color: #fff;
  font-family: CircularStd-Book;
  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;
    flex: none;
  }
}
  .countdown--name {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 4px;
  box-sizing: border-box;
  font-family: CircularStd-Book;
  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: '\A0';
  }
  .read-more-wrap .read-more-state:checked~.read-more-target {
    display: block;
  }
  .read-more-wrap .read-more-state~.read-more-trigger:before {
    content: 'Vis mer';
  }
  .read-more-wrap .read-more-state:checked~.read-more-trigger:before {
    content: 'Vis mindre';
  }
  .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;
    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: 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;
}
  .top-list:after {
    content: "";
    position: absolute;
    left: 32px;
    top: 0;
    width: calc(100% - 64px);
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 24px 48px 0 rgba(45, 49, 66, 0.4);
    z-index: -2;
}
  .top-list__wrap {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    box-sizing: border-box;
}
  .top-list__wrap:hover {
    color: inherit;
}
  @media (min-width: 768px) {
    .top-list__wrap {
        justify-content: space-between;
        padding-top: 0;
        padding-bottom: 0;
    }
}
  .top-list__item {
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    background-color: #fff;
    counter-increment: step-counter;
}
  .top-list__item:nth-child(even) {
    background-color: #F7F8FA;
}
  .top-list__item:nth-child(even) .top-list--btn {
    background-color: #e51c1c;
}
  .top-list__item:nth-child(even):before {
    background-color: #580c43;
}
  @media (min-width: 768px) {
    .top-list__item {
        height: 64px;
        position: relative;
        padding-left: 64px;
    }
    .top-list__item:before {
        content: counter(step-counter);
        color: rgba(255, 255, 255, 0.32);
        font-size: 2.4rem;
        width: 64px;
        height: 64px;
        background-color: #7c2964;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
    }
}
  @media (min-width: 1025px) {
    .top-list__item:hover {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
        outline: 2px solid #e51c1c;
        z-index: 1;
    }
}
  .top-list__whois {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}
  @media (min-width: 768px) {
    .top-list__whois {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex: 1;
        padding-right: 0;
    }
}
  .top-list--brand {
    padding: 0;
    margin: 0;
    min-width: 64px;
    width: 80px;
    height: 64px;
    display: flex;
    align-items: center;
    margin-left: 16px;
}
  .top-list--brand img {
    display: block;
    object-fit: contain;
    padding: 0.3rem;
    box-sizing: border-box;
    width: 100%;
}
  .top-list--name {
    padding: 0;
    margin: 0;
    color: rgba(45, 49, 66, 0.64);
}
  @media (min-width: 768px) {
    .top-list--name {
        display: flex;
        flex: 0.6;
    }
}
  .top-list--desc {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}
  @media (min-width: 768px) {
    .top-list--desc {
        padding-left: 16px;
        padding-right: 16px;
        flex-direction: row;
        align-items: center;
        flex: 2;
    }
}
  .top-list--bonus {
    font-family: CircularStd-Bold;
    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;
}
  @media (min-width: 1025px) {
    .top-list--btn {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #E94141;
        font-family: CircularStd-Book, 'Times New Roman', Times, serif;
        font-size: 1.8rem;
        color: #fff;
        text-decoration: none;
        flex: 0.4;
        height: 64px;
    }
}
  .side-wrap {
    margin-left: -16px;
    margin-right: -16px;
}
  @media (min-width: 768px) {
    .side-wrap {
        display: flex;
        flex-direction: column;
    }
}
  .side-wrap--inline {
    flex-direction: row;
}
  .side-wrap--sticky {
    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 {
        order: -1;
    }
  .side__header {
    flex: 1 0 40%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}
  @media (min-width: 1025px) {
    .side__header {
        flex: 1 0 30%;
        min-width: 350px;
    }
}
  .side__desc {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    flex: 2 1 70%;
}
  .side__desc p:first-of-type {
    margin-top: 0;
}
  /* Columns */
  .row {
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
    flex-direction: column;
    margin-bottom: -32px;
}
  @media (min-width: 768px) {
    .row {
        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 {
        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 {
        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 {
        flex: 1 0 50%;
    }
}
  @media (min-width: 1025px) {
    .col4 {
        flex: 1 0 25%;
        max-width: 25%;
    }
}
  /* Title Action */
  .title-action {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}
  @media (min-width: 568px) {
    .title-action {
        justify-content: space-between;
        flex-direction: row;
        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%;
}
  .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);
}
  .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 */
  .main-nav {
    width: 100%;
    height: 64px;
    background-color: #580c43;
    display: flex;
    align-items: center;
}
  .main-nav__menu {
    position: relative;
    z-index: 9;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 60px;
    display: flex;
    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) {
    .main-nav:not(.mobile) {
        display: flex !important;
    }
    .main-nav__menu {
        justify-content: space-between;
        padding-bottom: 0;
    }
    .main-nav.mobile {
        display: none;
    }
}
  .menu--item {
    position: relative;
    margin-right: 32px;
}
  .menu--item a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
}
  .menu--item a:hover {
    color: rgba(255, 255, 255, 0.4);
}
  .menu--item:last-child {
    margin-right: 0;
}
  .menu--active a {
    color: rgba(255, 255, 255, 0.4);
}
  .main-nav__submenu {
    padding-top: 0.5rem;
    padding-left: 0;
    display: none;
    list-style: none;
    background: #535a79
}
  @media (min-width: 1025px) {
  .main-nav__submenu {
        text-align: center;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        visibility: hidden;
        position: absolute;
        background: #580c43;
        display: block
}
    }
  .main-nav__submenu .menu--item {
        margin-right: 0;
        padding: 1rem;
        text-align: center
    }
  @media (max-width: 1024px) {
            .main-nav__submenu .menu--item a::before {
                content: '- '
            }
        }
  @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: CircularStd-Book;
    color: #2D3142;
    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;
}
  .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: #2D3142;
    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: #580c43;
    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;
}
  .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__logo {
    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;
    transition: 0.5s ease;
}
  .casino-filters__inner {
    position: absolute;
    display: flex;
    flex-direction: column;
    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;
    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: flex;
        margin-left: -8px;
        margin-right: -8px;
        align-items: flex-end;
    }
    .casino-filters__form>* {
        padding-left: 8px;
        padding-right: 8px;
    }
    .casino-filters__form>*:not(:last-child) {
        flex-grow: 1;
        margin-bottom: 0;
    }
}
  .casino-filters .casino-filters__control--cb {
    flex-grow: 0.3;
}
  /* Promo Card */
  .promo-card {
    background-color: #F7F8FA;
    padding: 32px;
    box-sizing: border-box;
    margin-bottom: 32px;
    border-radius: 4px;
}
  @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: flex;
    justify-content: center;
    padding: 16px;
    margin: 0;
    margin-bottom: 16px;
    box-sizing: border-box;
}
  @media (min-width: 768px) {
    .promo-card__pic {
        align-items: center;
    }
}
  .promo-card__pic img {
    display: block;
    width: auto;
    object-fit: contain;
    max-height: 100%;
}
  .promo-card__desc {
    margin: 0;
    padding: 0;
}
  .promo-card__desc--unique {
    margin: 32px 0;
}
  .promo-card--dark {
    background-color: #580c43;
    color: #fff;
}
  /* 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: flex;
    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: #2D3142;
    text-decoration: none;
    font-size: 1.8rem;
    font-family: CircularStd-Black;
    height: 40px;
    display: flex;
    justify-content: center;
    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;
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
}
  .youtube-player__btn-bg {
    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 {
    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 {
    border-radius: 4px;
    background-color: rgba(47, 200, 110, 0.16);
    color: #2FC86E;
    text-transform: uppercase;
    font-family: CircularStd-Bold;
    font-size: 1.4rem;
    height: 24px;
    display: flex;
    align-items: 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: CircularStd-Black;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    padding: 0;
    position: absolute;
    left: -16px;
    top: -16px;
    font-size: 1.2rem;
    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: #E94141;
    color: yellow;
}
  .label--dark {
    background-color: #2D3142;
}
  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: CircularStd-Book, 'Times New Roman', Times, serif;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
  .btn--full {
    width: 100%;
}
  .btn--default {
    background-color: #fff;
    color: #2D3142;
    box-shadow: inset 0 0 0 1px rgba(45, 49, 66, 0.16);
}
  .btn--default:hover {
    color: #2D3142 !important;
    box-shadow: inset 0 0 0 1px rgba(45, 49, 66, 0.5);
    font-weight: bold;
}
  .btn--primary {
    background-color: #E94141;
    color: #fff;
}
  .btn--primary:hover {
    color: #fff !important;
    background-color: #eb5353;
}
  .btn__inline {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -16px;
}
  .btn__inline .btn {
    flex: 1;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 16px;
}
  @media (min-width: 568px) {
    .btn__inline {
        flex-direction: row;
    }
}
  @font-face {
  font-family: "CircularStd-Book";
  src: url("../fonts/CircularStd-Book.eot") format("eot"), url("../fonts/CircularStd-Book.woff") format("woff2"), url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.ttf") format("truetype"), url('../fonts/CircularStd-Book.svg")') format("svg");
}
  @font-face {
  font-family: "CircularStd-Black";
  src: url("../fonts/CircularStd-Black.eot") format("eot"), url("../fonts/CircularStd-Black.woff") format("woff2"), url("../fonts/CircularStd-Black.woff") format("woff"), url("../fonts/CircularStd-Black.ttf") format("truetype"), url('../fonts/CircularStd-Black.svg")') format("svg");
}
  @font-face {
  font-family: "CircularStd-Medium";
  src: url("../fonts/CircularStd-Medium.eot") format("eot"), url("../fonts/CircularStd-Medium.woff") format("woff2"), url("../fonts/CircularStd-Medium.woff") format("woff"), url("../fonts/CircularStd-Medium.ttf") format("truetype"), url('../fonts/CircularStd-Medium.svg")') format("svg");
}
  img {
  max-width: 100%;
  height: auto;
}
  .header {
  background-color: #7c2964;
  color: #fff;
}
  .header--overlay {
  background-color: #580c43;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: block;
}
  button {
  cursor: pointer;
}
  @media (min-width: 1025px) {
  .header--overlay {
    display: none;
  }
}
  .logo-wrap {
  display: flex;
  flex: 2;
  width: 100%;
  height: 100%;
}
  .logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 11;
  background: center left no-repeat url("../img/logo.png");
  background-size: contain;
  width: 100%;
  height: 100%
}
  @media (min-width: 1025px) {
  .logo {
    background-position: center center
}
  }
  @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: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
  .header__action {
  display: flex;
  justify-content: flex-end;
}
  .footer {
  text-align: center;
  background-color: #F7F8FA;
  padding-top: 32px;
  padding-bottom: 32px;
  color: rgba(45, 49, 66, 0.64);
}
  .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: flex;
  justify-content: 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: CircularStd-Book;
  font-size: 1.6rem;
  color: #2D3142;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
  html {
  font-size: 62.5%;
}
  a {
  color: #E94141;
}
  a:hover {
  color: #f18a8a;
}
  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: CircularStd-Black;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 32px;
}
  h2,
.h2 {
  display: block;
  font-size: 3rem;
  font-family: CircularStd-Black;
  letter-spacing: -1px;
  line-height: normal;
}
  h3,
.h3 {
  display: block;
  font-size: 2.2rem;
  font-family: CircularStd-Medium;
  letter-spacing: -1px;
  line-height: normal;
  margin-bottom: 16px;
}
  h4,
.h4 {
  display: block;
  font-size: 1.8rem;
  font-family: CircularStd-Medium;
  line-height: normal;
  margin-bottom: 16px;
}
  h5,
.h5 {
  display: block;
  font-size: 1.6rem;
  font-family: CircularStd-Medium;
  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: #E94141;
}
  .container {
  width: 100%;
  max-width: 1168px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}
  p {
  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: rgba(45, 49, 66, 0.64);
}
  .txt-dark {
  color: #2D3142;
}
  .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: #F7F8FA;
}
  .pattern-light {
  background: url(../img/pattern_light.png) left top #F7F8FA;
}
  .pattern-dark {
  background: url(../img/pattern_dark.png) left top #2D3142;
  color: #fff;
}
  .pattern-dark .card {
  color: #2D3142;
}
  .pattern-dark--green_card .card:hover .card__desc {
  background-color: rgb(47, 200, 110);
  color: #fff;
}
  .pattern-dark--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;
}
  .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: 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;
}
  @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;
}
  .lang-icon:not(:first-child) {
  margin-left: 10px;
}
  .lang--NOR {
  background-position: -43px -5px;
}
  .lang--ENG {
  background-position: -5px -33px;
}
  .lang--GER {
  background-position: -81px -5px;
}
  .lang--FIN {
  background-position: -43px -33px;
}
  .lang--SWE {
  background-position: -5px -5px;
}
  .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: #2D3142;
  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;
}
  #labels-container {
  display: flex;
  justify-content: space-between;
}
  #labels-container > .slots-filters-wrapper {
 flex-basis: 300px;
 margin-bottom: 0;
}
  @media (min-width: 1024px) {
  #labels-container {
    align-items: baseline;
  }
}
  @media (max-width: 1023px) {
  #labels-container {
    flex-direction: column;
  }
  #labels-container > .slots-filters-wrapper {
    order: -1;
    flex-basis: auto;
    margin-bottom: 32px;
  }
}
  /*External libs*/
  .basicLightbox{position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);opacity:.01;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);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: 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 {
        flex: 1;
        margin-bottom: 0; } }
  .reviews__desc strong {
    margin-bottom: 15px; }
  @media screen and (max-width: 414px) {
    .reviews__desc {
        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;
  }