<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body,p,a,h1,h2,h3,h4,h5,h6,ul,ol,li,img,blockquote,form,input,textarea,select,button {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    text-decoration: none;
    font-size: 1em;
    background: none;
}
/* -------------------- 1. General -------------------- */

@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeue-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Harmonia";
    src: url("../fonts/HarmoniaSansProCyr-Regular.otf");
}
@font-face {
    font-family: "MuseoSans";
    src: url("../fonts/MuseoSansCyrl500.otf");
}
html {
    width: 100%;
    scroll-behavior: smooth;
    font-size: 16px;
}
body {
    width: 100%;
    background-color: #E1F4FF;
    color: #454545;
    font-size: 1em;
    overflow-x: hidden;
    font-family: "Harmonia", sans-serif;
}
.container {
    width: 96%;
    max-width: 1920px;
    margin: 0 auto;
}
h1,h2,h3,h4,h5,h6{
    font-family: "BebasNeue",sans-serif;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 28px;
}
img {
    max-width: 100%;
    height: auto;
}
.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.quote {
    box-sizing: border-box;
    font-family: Harmonia, sans-serif;
    border-left: 5px solid #24E5FF;
    padding-left: 10px;
    color: #fff;
    margin-top: 25px;
}
.btn-tocasino {
    cursor: pointer;
}
.fa {
    font-family: 'FontAwesome';
    display:inline-block;
    font-size:inherit;
    font-style: normal;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.fa-chevron-down:before{content:"\f078"}
.fa-chevron-up:before{content:"\f077"}
/* -------------------- 2. Header -------------------- */

header {
    padding: 5px 0 0 0;
    position: relative;
    background-image: linear-gradient(to bottom right, rgba(1,197,251,1), rgba(26,104,222,1));
    overflow: hidden;
}
header .background {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url("../img/bg-circles-1.svg");
    background-repeat: no-repeat;
    background-position: 100% 0;

}
header &gt; .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /*max-width: 96%;*/
    position: relative;
    z-index: 2;
}
header .logo-container .logo {
    height: 50px;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
header .logo-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
header .logo-container .title {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
    font-family: BebasNeue,sans-serif;
    display: flex;
    align-items: center;
    height: 50px;
    line-height: 50px;
}
header #navToggle {
    color: #fff;
    font-weight: bold;
    width: 35px;
    height: 35px;
    display: block;
    background-image: url("../img/toggle.svg");
    background-size: 100% 100%;
    background-position: 50% 50%;
}
header .menu-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*align-items: center;*/
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #02C1F9, #0F92EB);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 2;
}
header .menu-container.active {
    left: 0;
}
.menu-container #closeMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 50px;
    height: 50px;
    font-size: 6em;
    color: #fff;
    cursor: pointer;
    margin-top: 25px;
    margin-right: 25px;
}
.menu-container .menus {
    flex: 1 1 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: scroll;
    /*padding-top: 28px;*/
}
.menu-container .menus a {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 35px;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
}
header .menu-container.active nav{
    margin-top: 25px;
}
.menu-container .menus .langs {
    margin-top: auto;
    align-self: center;
    margin-bottom: 25px;
    margin-left: 64px;
}
.menu-container nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -25%;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 150%;
    z-index: 1;
}
.menu-container nav li:hover &gt; .sub-menu {
    display: block;
}
.menu-container nav .sub-menu li {
    display: block;
}
.langs img {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}
@media all and (min-width: 1024px) {

    header .logo-container .logo {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    header .logo-container .logo img {
        display: block;
        margin: 0 auto;
    }
    header .logo-container .title {
        width: 100%;
        text-align: center;
    }
    header .logo-container .title p {
        width: 100%;
        text-align: center;
    }
    header #navToggle,
    .menu-container #closeMenu {
        display: none;
    }
    header .menu-container {
        position: relative;
        left: 0;
        background: none;
    }
    .menu-container .menus {
        flex: auto;
        flex-direction: row;
        overflow-y: visible;
        justify-content: space-between;
        align-items: center;
    }
    .menu-container nav li {
        display: inline-block;
        position: relative;
    }
    .menu-container .current-menu-item {
        /*background-image: linear-gradient(to left,#33BCF6,#34B5F4);*/
        background: #45CCF4;
        border-radius: 50px;
    }
    .menu-container li:hover {
        background: #45CCF4;
        border-radius: 50px;
    }
    .menu-container .menus a {
        padding: 10px 25px;
    }
    .menu-container nav .sub-menu li {
        display: block;
        background: #45CCF4;
    }
    .menu-container .langs li:hover {
        background: #0F92EB;
        border-radius: 0;
    }
    .menu-container .langs li a {
        padding: 10px;
    }
    .menu-container .menus .langs {
        margin: 0;
        display: flex;
        align-items: center;
    }

}
@media all and (min-width: 1600px) {

    header .logo-container {
        flex-direction: row;
        flex-wrap: nowrap;
        width: 20%;
        justify-content: flex-start;
    }
    header .logo-container .logo {
        width: auto;
        margin-right: 15px;
    }
    header .logo-container .title {
        width: auto;
    }
    header .menu-container {
        width: 80%;
    }
}
@media all and (min-width: 2300px) {
	header .background {
			background-size: cover;
			background-position: 100% 25%;
	}
}
/* -------------------- 3. Footer -------------------- */
footer {
    background: #BDE5FD;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    font-family: "BebasNeue", sans-serif;
    margin-top: 50px;
}
.footer-logo img {
    display: inline-block;
    width: 50px;
    height: auto;
}
.footer-logo p {
    display: inline-block;
    color: #22A1EE;
    font-size: 40px;
    font-weight: bold;
}
.socials-container {
    margin-top: 30px;
}
.socials-container p {
    color: #1A9DEE;
    font-size: 32px;
    font-weight: bold;
}
.socials-container ul {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.socials-container ul li {
    margin: 0 10px;
}
footer .copyright{
    font-family: "Harmonia",sans-serif;
    color: #446286;
    margin-top: 35px;
}
/* -------------------- # 3. Footer -------------------- */

/* -------------------- 4. Front page -------------------- */
/* ---------- 4.1. Section 1 ---------- */
.s1 {
    font-family: BebasNeue,sans-serif;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}
.s1 .flex .left{
    width: 100%;
}
.s1 h1 {
    color: #87D4F8;
    font-size: 24px;
    text-align: center;
    margin-top: 40px;
    display: none;
}
.s1 h2 {
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-top: 10px;
    display: none;
}
.s1 ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 32px auto 0 auto;
    width: 100%;
}
.s1 ul li {
    width: 33%;
    text-align: center;
}
.s1 ul .thumb {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
}
.s1 ul img {
    display: block;
    width: 30px;
    height: 30px;
}
.s1 ul p {
    color: #fff;
    margin-top: 15px;
    font-weight: bold;
}
.s1 .f2 {
    display: none;
}
.s1 .quote {
    margin-top: 25px;
    width: 100%;
    font-weight: lighter;
    line-height: 1.5em;
}
.s1 .wheel {
    display: none;
}
.s1 .bonuses-container {
    width: 100%;
}
.s1 .bonuses-container h2 {
    font-size: 24px;
    margin-top: 25px;
}
.bonus, .bonus-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 25px;
    position: relative;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.bonus .price,
.bonus-item .price {
    display: inline-block;
    margin: -24px auto 0 auto;
    position: relative;
}
.bonus img,
.bonus-item img {
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    width: 100%;
    height: auto;
}
.bonus p,
.bonus-item p {
    display: inline-block;
    background-image: linear-gradient(to bottom right, #01C5FB, #1a51a5);
    padding: 10px 90px 10px 20px;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    border-radius: 50px;
}
.bonus .play,
.bonus-item .play {

    position: absolute;
    right: 0;
    top: -11px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;

    background-image: url("../img/play.svg"), linear-gradient(to bottom, #FE77D2, #A821E5);
    background-position: 10% 50%,50% 50%;
    background-size: 90% 90%, 100% 100%;
    background-repeat: no-repeat;

    -moz-box-shadow:    0px 3px 10px 1px #714DC4;
    -webkit-box-shadow: 0px 3px 10px 1px #714DC4;
    box-shadow:         0px 3px 10px 1px #714DC4;

}
.bonuses-mob-nav ul li {
    height: 5px;
    background: #50ACE7;
    margin: 0 10px;
}
.bonuses-mob-nav ul li:first-child{
    margin-left: 0;
}
.bonuses-mob-nav ul li:last-child{
    margin-right: 0;
}
.bonuses-mob-nav ul li.active {
    background: #E15AD9;
}
@media all and (min-width: 720px) {

    .s1 .flex .left {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .s1 .flex  .right {
        width: 35%;
    }
    .s1 h1 {
        text-align: left;
        margin-top: 75px;
    }
    .s1 h2 {
        text-align: left;
    }
    .s1 ul {
        margin-left: 0;
    }
    .s1 .flex .right .wheel {
        display: flex;
        padding-left: 15px;
        padding-right: 15px;
    }
    .s1 .flex .right .wheel img {
        align-self: center;
    }
    .s1 .quote {
        width: 50%;
        align-self: flex-start;
        padding-right: 25px;
    }
    .s1 .bonuses-container {
        width: 50%;
    }
    .s1 .bonuses-container .bonuses {
        display: flex;
    }
    .s1 .bonuses-container .bonus-item {
        display: none;
        width: 44%;
        margin-right: 6%;
    }
    .s1 .bonuses-container .bonus-item:nth-child(1),
    .s1 .bonuses-container .bonus-item:nth-child(2){
        display: flex;
    }
    .s1 .bonus-item p {
        padding: 5px 40px 5px 15px;
    }
    .s1 .bonus-item .play {
        width: 45px;
        height: 45px;
        top: -3px;
        right: -15px;
    }
    .bonuses-mob-nav {
        display: none;
    }

}
@media all and (min-width: 1024px) {

    .s1 {
        padding-bottom: 20px
    }
    .s1 .flex .left{
        flex-direction: column;
        justify-content: flex-start;
    }
    .s1 h1,
    .s1 h2,
    .s1 .f2 {
        display: block;
    }
    .s1 h1 {
        margin-top: 5px;
    }
    .s1 .bonuses-container .bonus-item {
        width: 29%;
        margin-right: 4%;
        display: flex;
    }
    .s1 .flex .right img {
        margin-top: -65px;
    }
}
@media all and (min-width: 1280px) {
    .s1 h1 {
        font-size: 24px;
    }
    .s1 h2 {
        font-size: 50px;
    }
    .s1 .quote p {
        max-width: 500px;
    }

}
@media all and (min-width: 1600px) {

    .s1 h1 {
        font-size: 36px;
    }
    .s1 h2 {
        font-size: 72px;
    }
    /*
    .s1 .f2 {
        margin-top: -100px;
    }
    */
    .s1 .bonuses-container {
        margin-top: -50px;
    }
    .s1 ul {
        justify-content: flex-start;
    }
    .s1 ul li {
        width: auto;
        margin-right: 100px;
    }

}
/* ---------- # 4.1. Section 1 ---------- */

/* ---------- 4.2. Section 2 ---------- */

.s2 {
    padding-bottom: 70px;
}
.s2 h2 {
    color: #1A9DEE;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
    padding: 0 20px;
}
.filters-container {
    padding: 0 10px 50px 10px;
}
.filters {
    position: relative;
    margin-top: 15px;
}
.filters ul {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.filters ul li {
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding: .375rem .75rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-left: 1px solid #1A9DEE;
    border-right: 1px solid #1A9DEE;
    border-bottom: none;
    margin-top: -4px;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
}
/*
.filters ul li:hover {
    background-color: #0D94E7;
    color: #fff;
}
*/
@media all and (max-width: 1023.98px) {

    .filters ul.active li {
        display: flex;
    }
    .filters ul li:first-child {
        display: flex;
        position: relative;
        border-radius: 15px;
        border: 1px solid #1A9DEE;
    }
    .filters ul.active li:first-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .filters ul li:last-child {
        position: relative;
        border-radius: 50px;
    }
    .filters ul.active li:last-child {
        border-radius: 15px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border: 1px solid #1A9DEE;
        border-top: none;
    }
    .filters ul li:first-child::after {
        content: 'â€º';
        display: inline-block;
        transform: rotate(90deg);
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: 0;
        height: 5px;
        width: 5px;
    }
}
.filters li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 12px;
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.filters .star {
    background-image: url("../img/icon-star.svg");
}
.filters .heart {
    background-image: url("../img/icon-heart.svg");
}
.filters .dollar {
    background-image: url("../img/icon-dollar.svg");
}
.filters .present {
    background-image: url("../img/icon-present.svg");
}
.filters .new {
    background-image: url("../img/icon-new.svg");
}
.filters li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all .3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}
.table-casinos,
.filters {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.table-casinos {
    padding: 0 10px;
}
.table-casinos .thead {
    display: none;
}
.table-casinos .trow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #fff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    position: relative;
}
.table-casinos .trow .top span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background-image: linear-gradient(to bottom right, #01CAF6,#01ABD1);
    color: #fff;
    padding: 6px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

/* ---------- table var 1 ---------- */

.table-casinos .trow .top {
    position: absolute;
    top: 60px;
    left: -14px;
    z-index: 1;
}
.table-casinos .trow .thumb {
    width: 64%;
    position: relative;
    overflow: hidden;
    height: 145px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.table-casinos .trow .thumb img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.table-casinos .trow .deposit-year {
    box-sizing: border-box;
    width: 30%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px
}
.table-casinos .trow .deposit,
.table-casinos .trow .year {
    width: 100%;
    font-family: MuseoSans,sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #565A5F;
}
.table-casinos .trow .year .value,
.table-casinos .trow .deposit .value {
    font-family: "BebasNeue", sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #1A9DEE;
    display: block;
    font-weight: bold;
}
.table-casinos .trow .list {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 20px;
}
.table-casinos .trow .list li {
    position: relative;
}
.table-casinos .trow .list li::before {
    content: "\2022";
    color: #19A2DD;
    font-weight: bold;
    display: inline-block;
    width: 0.75em;
    margin-left: 0em;
}
.table-casinos .trow .rating {
    width: 40%;
}
.table-casinos .trow .rating ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.table-casinos .trow .rating li {
    flex: 33.33%;
    box-sizing: border-box;
    padding: 5px 2px;
}
.table-casinos .trow .rating li img {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.table-casinos .trow .rating .rating-container {
    padding-left: 10px;
    padding-top: 20px;
}
.table-casinos .trow .rating .legend ,
.table-casinos .trow .list .legend{
    font-family: MuseoSans, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    color: #565A5F;
}
.table-casinos .trow .rating .value {
    display: inline-block;
    font-family: BebasNeue,sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: bold;
    color: #1A9DEE;
}
.table-casinos .trow .rating .stars-voted {
    display: inline-block;
}
.table-casinos .trow .rating .stars {
    color: #FDBD1A;
    display: block;
}
.stars .full {
    color: #FDBD1A;
}
.stars .half {
    position: relative;
    color: #CBD7DE;
}
.stars .half::before {
    content: 'â˜…';
    position: absolute;
    width: 50%;
    overflow: hidden;
    color: #FDBD1A;
}
.stars .empty {
    color: #CBD7DE;
}
.table-casinos .trow .rating .voted {
    display: block;
}
.table-casinos .trow .bonus {
    width: 60%;
    margin-top: 0;
    padding-top: 20px;
}
.table-casinos .trow .bonus .price {
    margin-top: 0;
}
.table-casinos .trow .bonus .price {
    display: inline-block;
    margin: -24px 0 0 auto;
    position: relative;
}
.table-casinos .trow .bonus .price p {
    /*padding-top: 10px;
    padding-bottom: 8px;
    padding-right: 75px;*/
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 75px;
    font-size: 22px;
    text-align: center;
    font-family: BebasNeue,sans-serif;
}
.table-casinos .trow .bonus .price span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-family: MuseoSans,sans-serif;
    white-space: nowrap;
}
.table-casinos .trow .bonus .play {
    width: 60px;
    height: 60px;
    top: -9px;
    -moz-box-shadow:    0px 3px 10px 1px #D89DF4;
    -webkit-box-shadow: 0px 3px 10px 1px #D89DF4;
    box-shadow:         0px 3px 10px 1px #D89DF4;
}
.table-casinos .tfoot {
    text-align: center;
    background: #E1F4FF;
}
.showmore {
    margin-top: 25px;
    padding: 20px 50px;
    background-image: linear-gradient(to bottom,#FE77D1,#A720E5);
    /*background: #fff;*/
    border-radius: 50px;
    color: #fff;
    font-family: BebasNeue, sans-serif;
    letter-spacing: 0.3em;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    text-shadow:0px 0px 0 #E87CE0, -1px -1px 0 #E87CE0, 1px -1px 0 #E87CE0, -1px 1px 0 #E87CE0, 1px 1px 0 #E87CE0;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
/*
.table-casinos .tfoot .bg {
    background-image: url(../img/parallax-6.svg);
    background-repeat: no-repeat;
    background-size: 300px 240px;
    background-position: 50% 50%;
}
*/
/* ---------- # table var 1 ---------- */

/* ---------- table var 2 ---------- */
/* ---------- # table var 2 ---------- */
@media all and (min-width: 720px) {
    /*
    .s2 .table {
        background: #fff;
        padding: 0;
    }
*/
    .s2 .title-container {
        text-align: center;
    }

    .s2 h2 {
        position: relative;
        display: inline-block;
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .s2 h2::after {
        content: '';
        display: block;
        position: absolute;
        top: -50px;
        right: -60px;
        /*padding-top: 50%;*/
        height: 160px;
        width: 160px;
        background-image: url("../img/parallax-1.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: 50% 50%;
        z-index: -1;
    }

    .filters-container,
    .table-casinos {
        padding-left: 0;
        padding-right: 0;
    }
    .table-casinos{
        background: rgb(255,255,255);
        background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(225,244,255,1) 50%);
        background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(225,244,255,1) 50%);
        background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(225,244,255,1) 50%);

    }
    .table-casinos .thead {
        display: flex;
        background-image: linear-gradient(to left,#1A9DEE,#0991E5);
        padding-top: 30px;
        padding-bottom: 30px;
        color: #fff;
        font-weight: bold;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 25px;
        position: relative;
    }
    .table-casinos .thead::before {

    }
    .table-casinos .thead .top {
        width: 6%;
        text-align: center;
    }
    .table-casinos .thead .thumb {
        width: 20%;
        text-align: center;
    }

    .table-casinos .thead .list {
        display: none;
    }
    .table-casinos .thead .year,
    .table-casinos .thead .deposit {
        width: 12.5%;
        text-align: center;
    }
    .table-casinos .thead .rating {
        width: 25%;
        text-align: center;
    }
    .table-casinos .thead .bonus {
        width: 24%;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .table-casinos .trow {
        /*flex-wrap: nowrap;*/
        padding: 10px 0;
        margin-bottom: 0;
        align-items: center;
        border-radius: 0;
    }

    .table-casinos .trow .top {
        position: relative;
        top: 0;
        left: 0;
        width: 6%;
        text-align: center;
    }
    .table-casinos .trow .top span {
        position: relative;
        top: unset;
        left: unset;
        margin: 0 auto;
    }
    .table-casinos .trow .thumb {
        width: 20%;
        height: 100px;
    }

    .table-casinos .trow .deposit-year {
        width: 25%;
        padding: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .table-casinos .trow .deposit,
    .table-casinos .trow .year {
        width: 50%;
        text-align: center;
        margin-bottom: 0;
    }
    .table-casinos .trow .year {
        order: 1;
    }
    .table-casinos .trow .deposit {
        order: 2;
    }
    .table-casinos .trow .list,
    .table-casinos .trow .legend {
        display: none;
    }
    .table-casinos .trow .rating {
        width: 25%;
        text-align: center;
    }
    .table-casinos .trow .rating .rating-container {
        padding-top: 0;
    }
    .table-casinos .trow .bonus {
        width: 24%;
        padding-top: 0;
    }
    .table-casinos .trow .bonus .price {
        margin: 0 auto;
        min-width: 150px;
    }
    /*
    .table-casinos .trow .bonus .price p span {
        display: none;
    }*/
    .table-casinos .trow .bonus .play {
        width: 54px;
        height: 54px;
        top: 50%;
        margin-top: -27px;
    }
}

@media all and (min-width: 1024px) {

    .s2 h2 {
        font-size: 42px;
        margin-top: 35px;
        margin-bottom: 20px;
    }
    .filters ul {
        top: -12px;
    }
    .filters ul li,
    .filters ul li:first-child,
    .filters ul li:last-child {
        width: auto;
        display: inline-flex;
        padding: 5px 10px;
        background: none;
        border: 1px solid rgba(0,0,0,0);
        align-items: center;
    }
    .filters ul li:first-child::after {
        content: '';
    }
    .filters ul li.active {
        background: #fff;
        border: 1px solid #1A9DEE;
        border-radius: 50px;
    }
    /* ----- table ----- */

    .table-casinos .thead .top {
        width: 5%;
        text-align: center;
    }
    .table-casinos .thead .thumb {
        width: 15%;
        text-align: center;
    }
    .table-casinos .thead .list {
        display: block;
        width: 20%;
        text-align: center;
    }
    .table-casinos .thead .year {
        width: 10%;
        text-align: center;
    }
    .table-casinos .thead .deposit {
        width: 10%;
        text-align: center;
    }
    .table-casinos .thead .rating {
        width: 20%;
        text-align: center;
    }
    .table-casinos .thead .bonus {
        width: 20%;
        text-align: center;
    }

    .table-casinos .trow .top {
        width: 5%;
        order: 1;
    }
    .table-casinos .trow .thumb {
        width: 15%;
        order: 2
    }
    .table-casinos .trow .deposit-year {
        width: 20%;
        order: 4;
    }
    .table-casinos .trow .list {
        display: block;
        width: 20%;
        order: 3;
        text-align: center;
        padding-top: 0;
    }
    .table-casinos .trow .list .value {
        font-family: "BebasNeue", sans-serif;
        font-size: 24px;
        line-height: 24px;
        color: #1A9DEE;
        display: block;
        font-weight: bold;
    }
    .table-casinos .trow .rating {
        width: 20%;
        order: 5;
    }
    .table-casinos .trow .bonus {
        width: 20%;
        order: 6;
    }
    .table-casinos .trow .bonus .price{
        min-width: 160px;
        max-width: 100%;
    }

}

@media all and (min-width: 1600px) {
    .s2 h2 {
        font-size: 80px;
        margin-top: 75px;
        margin-bottom: 75px;
    }
    .s2 h2::after {
        content: '';
        display: block;
        position: absolute;
        top: -50px;
        right: -60px;
        height: 180px;
        width: 180px;
        /*
        background-image: url("../img/parallax-1.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: 50% 50%;
        z-index: -1;
        */
    }
    .filters ul {
        text-align: center;
    }
}

/* ---------- # 4.2. Section 2 ---------- */

/* ---------- 4.3. Section 3 ---------- */

.s3 {
    background-image: linear-gradient(to bottom left,#018AE9,#58BBF4);
    padding: 50px 10px 70px 10px;
    position: relative;
}
.s3 &gt; .container {
    position: relative;
}

.s3 .background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../img/bg-circles-2.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
}
.s3 .title {
    font-size: 42px;
    line-height: 45px;
    color: #fff;
    font-family: "BebasNeue", sans-serif;
}
.s3 .img {
    width: 50%;
    /*margin-left: 50%;
    margin-bottom: -45px;*/
    text-align: center;
}
.s3 .text {
    width: 50%
}
.s3 .title {
    width: 100%;
}

@media all and (min-width: 720px) {

    .s3 {
        padding-bottom: 0;
        margin-bottom: 75px;
    }
    .s3 .flex {
        align-items: center;
    }
    .s3 .flex .img {
        width: 50%;
        margin: unset;
        margin-bottom: -50px;
        order: 1;
    }
    .s3 .flex .img img {
        width: 80%;
        display: block;
    }
    .s3 .flex .text {
        order: 2;
    }
    .s3 .flex &gt; div {
        width: 50%;
    }

}
@media all and (min-width: 1024px) {


    .s3 .flex .img img {
        max-height: 450px;
    }

}
@media all and (min-width: 1600px) {

    .s3 .title {
        font-size: 80px;
        line-height: 80px;
    }
    .s3 .quote {
        font-size: 20px;
        line-height: 24px;
        width: 75%;
    }
    .s3 .flex .img img {
        max-height: 550px;
    }

}

/* ---------- # 4.3. Section 3 ---------- */

/* ---------- 4.4. Section 4 ---------- */
.s4 {
    overflow: hidden;
}
.s4 .title-container {
    text-align: center;
}
.s4 h2 {
    color: #1A9DEE;
    font-size: 42px;
    text-align: center;
    margin: 50px auto 20px auto;
    position: relative;
}
.s4 .title-container h2 {
    display: inline-block;
}
.s4 .title-container h2::after {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    right: -60px;
    /*padding-top: 50%;*/
    height: 160px;
    width: 160px;
    background-image: url("../img/parallax-1.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
    z-index: -1;
}
.s4 p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #565A5F;
}
.s4 .ribbon {
    background-image: linear-gradient(to right, #33BAF7,#33BAF7,#33BAF7);
    background-size: auto,100px 100px;
    height: 35px;
    position: relative;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
    overflow: visible;
}
.s4 .ribbon .knot {
    background-image: url("../img/ribbon-knot.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    padding: 0 35px 100px 35px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    margin-top: -35px;
}
.s4 .ribbon .knot img {
    margin: 0 auto;
    height: 100px;
    width: auto;
}
.s4 .reasons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.s4 .reasons .reason {
    /*
    display: flex;
    flex-direction: column;*/
    width: 50%;
    text-align: center;
    margin-bottom: 35px;
}
.s4 .reasons .reason .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
}
.s4 .reasons .reason .thumb::before {
    border-radius: 50%;
    width: 112px;
    height: 112px;
    background: #B7E4FC;
    content: "";
    position: absolute;
    top: 10px;
    z-index: -1;
}
.s4 .reasons .reason .thumb img {
    display: block;
    height: 110px;
    width: auto;
}
.s4 .reasons .reason .info {
    /*margin-top: auto;*/
}
.s4 .reasons .reason .title {
    color: #1A9DEE;
    text-transform: uppercase;
    font-size: 22px;
}

@media all and (min-width: 720px) {
    .s4 {
        padding-bottom: 50px;
    }
    .s4 .reasons .reason {
        width: 25%;
    }
    .s4 .ribbon {
        height: 50px;
        margin-top: 75px;
        margin-bottom: 150px
    }
    .s4 .ribbon .knot {
        padding: 0 60px 150px 60px;
        margin-top: -50px;
    }
    .s4 .ribbon .knot img {
        height: 150px;
    }
}
@media all and (min-width: 1024px) {
    .s4 .ribbon {
        height: 70px;
        margin-top: 100px;
        margin-bottom: 200px
    }
    .s4 .ribbon .knot {
        padding: 0 75px 175px 75px;
    }
    .s4 .ribbon .knot img {
        height: 175px;
    }
    .s4 .c1 {
        max-width: 700px;
    }

}

@media all and (min-width: 1600px) {

    .s4 h2 {
        font-size: 80px;
    }
    .s4 p {
        font-size: 20px;
    }
    .s4 .ribbon {
        height: 100px;
        margin-top: 150px;
        margin-bottom: 300px
    }
    .s4 .ribbon .knot {
        padding: 0 75px 160px 75px;
    }
    .s4 .ribbon .knot img {
        height: 275px;
    }

}
/* ---------- # 4.4. Section 4 ---------- */

/* ---------- 4.5. Section 5 ---------- */
.s5 {
    overflow: hidden;
}
.s5 .top-section {
    background-image: linear-gradient(to bottom left,#0273DC,#1AB2F4);
    padding: 100px 0 170px 0;
}
.s5 .top-section h2 {
    color: #fff;
    font-family: "BebasNeue", sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
}
.s5 .table {
    background: #fff;
    border-radius: 20px;
    margin: -79px auto 0 auto;
    max-width: 1000px;
}
.s5 .table .thead {
    display: none;
    flex-direction: row;
}
.s5 .table .tbody {
    padding-top: 20px;
}
.s5 .table .trow {
    display: flex;
    flex-direction: row;
    padding: 8px 2px;
}
.s5 .table .trow .num {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s5 .trow .num span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background-image: linear-gradient(to bottom right, #01CAF6,#01ABD1);
    color: #fff;
    padding: 6px;
    border-radius: 50%;
}
.s5 .table .trow .mobile-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
}
.s5 .table .trow .name {
    width: 100%;
    font-family: "BebasNeue",sans-serif;
    font-size: 22px;
    color: #1A9DEE;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
}
.s5 .table .trow .deposit {
    width: 50%;
}
.s5 .table .trow .deposit .legend {
    font-family: MuseoSans, sans-serif;
    text-transform: uppercase;
    color: #565A5F;
    font-size: 12px;
    display: block;
}
.s5 .table .trow .deposit .value {
    display: block;
    font-family: "BebasNeue",sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #1A9DEE;
}
.s5 .table .trow .country {
    width: 50%;
}
.s5 .table .trow .country img {
    display: block;
    width: 50px;
    height: 30px;
    background: #777;
	border: 1px solid #ddd;
	border-radius: 2px;
}
.s5 .table .trow .winned {
    width: 35%;
    box-sizing: border-box;
    padding-right: 12px;
}
.s5 .table .trow .winned &gt; div {
    border-radius: 50px;
    background-image: linear-gradient(to right,#00CFFE,#0157DA);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
}
.s5 .table .trow .winned .legend {
    font-size: 12px;
}
.s5 .table .trow .winned .value {
    font-size: 22px;
}

@media all and (min-width: 720px) {

    .s5 .table .thead::before {
        content:'';
        display: block;
        width: 100px;
        height: 100px;
        position: absolute;
        top: -58px;
        left: -50px;
        background-image: url(../img/parallax-6.svg);
        background-repeat: no-repeat;
        background-size: 100px 100px;
        background-position: 50% 50%;
    }
    .s5 .table .thead::after {
        content:'';
        display: block;
        width: 100px;
        height: 100px;
        position: absolute;
        top: 85px;
        right: -70px;
        background-image: url(../img/parallax-star.svg);
        background-repeat: no-repeat;
        background-size: 40px 40px;
        background-position: 50% 50%;
    }
    .s5 .table .thead {
        position: relative;
        display: flex;
        background-image: linear-gradient(to left,#1A9DEE,#0991E5);
        padding-top: 30px;
        padding-bottom: 30px;
        color: #fff;
        font-weight: bold;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .s5 .table .thead .num {
        width: 10%;
        text-align: center;
    }
    .s5 .table .thead .name {
        width: 32.5%;
        text-align: left;
    }
    .s5 .table .thead .deposit {
        width: 16.25%;
        text-align: center;
    }
    .s5 .table .thead .country {
        width: 16.25%;
        text-align: center;
    }
    .s5 .table .thead .winned {
        width: 25%;
        text-align: center;
        padding-right: 12px;
        box-sizing: border-box;
    }
    .s5 .table .trow .num {
        width: 10%;
    }
    .s5 .table .trow .mobile-block {
        align-items: center;
        width: 65%;
    }
    .s5 .table .trow .deposit .legend {
        display: none;
    }
    .s5 .table .trow .name {
        width: 50%;
        margin-bottom: 0;
    }
    .s5 .table .trow .deposit {
        width: 25%;
    }
    .s5 .table .trow .deposit .value {
        text-align: center;
    }
    .s5 .table .trow .country {
        width: 25%;
    }
    .s5 .table .trow .country img {
        display: block;
        margin: 0 auto;
    }
    .s5 .table .trow .winned {
        width: 25%;
    }

}
@media all and (min-width: 1600px) {

    .s5 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-image: linear-gradient(to bottom left,#0273DC,#1AB2F4);
    }
    .s5 .top-section {
        background: none;
        width: 45%;
        max-width: 864px;
    }
    .s5 .top-section h2 {
        /*width: 50%;*/
        margin: 0 auto;
        text-align: left;
        box-sizing: border-box;
        padding-right: 30%;
        padding-left: 10%;
        font-size: 80px;
    }
    .s5 .c2 {
        position: relative;
        width: 55%;
        max-width: 1056px;
        margin: 0;
    }
    .s5 .table {
        width: 90%;
        margin-top: 60px;
		margin-bottom: 30px;
        /*
        top: 50px;
        width: 95%;
        margin-top: -150px;
        */
    }
    .s5 .table .trow .name {
        font-size: 28px;
    }
    .s5 .table .trow .deposit .value {
        font-size: 26px;
    }

}
/* ---------- 4.5. Section 5 ---------- */

/* ---------- 4.6. Section 6 ---------- */
.s6 {
    padding-top: 100px;
}
.s6 h2 {
    text-transform: uppercase;
    color: #1A9DEE;
    font-family: "BebasNeue", sans-serif;
    font-size: 42px;
    text-align: center;
}
.s6 p {
    color: #565A5F;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
    padding: 0 25px;
}
.s6 .guide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.s6 .guide .item {
    width: 50%;
    position: relative;
}
.s6 .guide .item .num {
    color: #CBE4FB;
    font-size: 42px;
    font-family: "BebasNeue",sans-serif;
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: -1;
}
.s6 .guide .item .title {
    font-family: "BebasNeue",sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #1A9DEE;
    padding-left: 15px;
    padding-bottom: 25px;
    padding-top: 30px;
    border-bottom: 2px solid #3C81E3;
    font-weight: bold;
    position: relative;
}
.s6 .guide .item .title::after {
    position: absolute;
    bottom: -15px;
    left: 15px;
    content: '';
    width: 15px;
    height: 15px;
    background: #A620E6;
    border: 6px solid #E1F4FF;
    border-radius: 50%;
}
.s6 .guide .item .text {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
    color: #446286;
}
@media all and (min-width: 720px) {
    .s6 .guide .item {
        width: 33.333%;
    }
}
@media all and (min-width: 1024px) {

    .s6 .guide {
        padding-left: 25px;
        padding-right: 25px;
    }
    .s6 .guide .item {
        width: 16.666%;
    }
    .s6 .guide .item .title {
        height: 30px;
    }
}
@media all and (min-width: 1600px) {
    .s6 {
        padding-top: 250px;
    }
    .s6 h2 {
        font-size: 80px;
    }
    .s6 p {
        font-size: 18px;
        max-width: 700px;
        margin: 25px auto;
    }
    .s6 .guide .item .num {
        font-size: 60px;
        top: -20px;
    }
    .s6 .guide .item .title {
        font-size: 32px;
    }
}
/* ---------- # 4.6. Section 6 ---------- */

/* -------------------- 5. Single -------------------- */
.single h1 {
    color: #1A9DEE;
    text-align: center;
    margin: 15px auto 25px auto;
}

/* -------------------- 6. Top Bonus -------------------- */
.top-bonus {
    background: #fff;
    display: none;
}
.top-bonus.fixed {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
}
.top-bonus .table-casinos .trow .thumb {
    height: 65px
}



@media all and (min-width: 720px) {
    .top-bonus .table-casinos .trow .deposit-year {
        width: 15%;
    }
    .top-bonus .table-casinos .trow .deposit-year .year {
        width: 100%;
    }
    .top-bonus .table-casinos .trow .rating {
        width: 29%;
    }
    .top-bonus .table-casinos .trow .bonus {
        width: 30%;
    }
    .top-bonus .table-casinos .trow {
        justify-content: space-between;
    }
}
@media all and (min-width: 1024px) {
    .top-bonus .table-casinos .trow .rating {
        width: 45%;
    }
    .top-bonus .table-casinos .trow .bonus {
        width: 20%;
    }
}

/* -------------------- Test -------------------- */

.swipe-container {
    width: 400px;
    height: 400px;
    margin: 50px auto;
    /*display: flex;
    flex-direction: row;
    flex-wrap: nowrap;*/
    overflow: hidden;
    border: 3px solid #333;
}
.swipe-item {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.swipe-item .thumb img {
    display: block;
    width: 100%;
    height: auto;
}
.swipe-item .title {
    color: #1A9DEE;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
}
/* -------------------- # Test -------------------- */</pre></body></html>