/*
@font-face {
    font-family: 'Gotham Pro';
    src: url(../fonts/GothamPro.eot);
    src: local('Gotham Pro'), local('GothamPro'), url(../fonts/GothamPro.eot?#iefix) format('embedded-opentype'), url(../fonts/GothamPro.woff) format('woff'), url(../fonts/GothamPro.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url(../fonts/GothamPro-Medium.eot);
    src: local('Gotham Pro Medium'), local('GothamPro-Medium'), url(../fonts/GothamPro-Medium.eot?#iefix) format('embedded-opentype'), url(../fonts/GothamPro-Medium.woff) format('woff'), url(../fonts/GothamPro-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url(../fonts/GothamPro-Bold.eot);
    src: local('Gotham Pro Bold'), local('GothamPro-Bold'), url(../fonts/GothamPro-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/GothamPro-Bold.woff) format('woff'), url(../fonts/GothamPro-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url(../fonts/GothamPro-Black.eot);
    src: local('Gotham Pro Black'), local('GothamPro-Black'), url(../fonts/GothamPro-Black.eot?#iefix) format('embedded-opentype'), url(../fonts/GothamPro-Black.woff) format('woff'), url(../fonts/GothamPro-Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
	font-display: swap;
}
*/
* {
    margin: 0;
    padding: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
html {
    height: 100%}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    font: 16px/28px 'Roboto', Arial, sans-serif;
    width: 100%;
    height: 100%;
    color: #505050;
    background: #f7f7f7;
    font-weight: 300;
}
img {
    display: block;
    height: inherit;
    text-indent: -9999px;
}
p {
    margin-bottom: 20px;
    text-align: justify;
}
a {
    color: #f5c245;
    font-weight: 500;
}
a:hover {
    color: #fba837;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
    text-transform: uppercase;
}
h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 28px;
    color: #272831;
    margin-top: 25px;
}
h2 {
    font-weight: 900;
    margin-top: 30px;
    font-size: 20px;
    color: #4c4c4c;
}
h3 {
    font-weight: 700;
    font-size: 22px;
    color: #4c4c4c;
    margin-top: 30px;
}
h4 {
    font-weight: 700;
    font-size: 20px;
}
h5 {
    font-weight: 700;
    font-size: 18px;
}
h6 {
    font-weight: 700;
    font-size: 16px;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto!important;
    height: 100%}
.header {
    position: relative;
    background: #3447a5;
    background: -moz-linear-gradient(-45deg, #3447a5 0, #80408c 100%);
    background: -webkit-linear-gradient(-45deg, #3447a5 0, #80408c 100%);
    background: linear-gradient(135deg, #37489e 0, #3b405f 100%);
}
.header-top {
    background: #272831;
    box-shadow: 0 0 18px rgb(0 0 0 / 35%);
    position: relative;
    height: 58px;
}
a.logo {
    display: block;
    width: 180px;
    height: 54px;
}
a.logo img {
    width: 174px;
    height: 56px;
    background: none;
}
.main {
    padding: 15px 0;
}
.box-breadcumb {
    margin: 0;
    padding: 5px 0;
    background: #ececec;
}
.box-white {
    padding: 20px 0 20px;
    background: #fff;
}
.box-gray {
    padding: 20px 0 20px;
    background: #f7f7f7;
}
nav ul {
    list-style: none;
    position: relative;
    margin-right: 125px;
}
nav ul::after {
    content: "";
    position: absolute;
    top: -18px;
    left: 13%;
    border: 8px solid transparent;
    border-bottom-color: #f5c246;
}
nav ul li {
    float: left;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
nav ul li:not(.menu-item):hover>ul {
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
nav ul li {
    float: left;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
nav ul li a {
    display: block;
    padding: 15px 30px;
    color: #fff;
    font-weight: 900;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}
nav ul li a:hover {
    color: #f5c245;
}
nav ul li a img {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -2px;
    top: 19px;
    background: none;
}
nav ul ul {
    display: none;
    color: #272831;
    background: #fff;
    position: absolute;
    border-top: 4px solid #f5c246;
    box-shadow: -3px 3px 10px -2px rgba(0, 0, 0, .1);
    z-index: 100;
    font-weight: 100;
    min-width: 200px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
nav ul ul li {
    float: none;
    position: relative;
    border-bottom: 1px solid rgb(239 239 239);
}
nav ul ul li a {
    padding: 10px 20px;
    font-weight: 300;
    font-size: 14px;
    color: #03041c;
    text-transform: none;
}
nav ul ul li:last-child {
    border-bottom: none;
}
nav ul ul li:hover {
    background: #fff7db;
    background: -moz-linear-gradient(left, #fff7db 0, #fffcf5 100%);
    background: -webkit-linear-gradient(left, #fff7db 0, #fffcf5 100%);
    background: linear-gradient(to right, #fff7db 0, #fffcf5 100%);
}
nav ul ul li a:hover {
    color: #000;
}
nav ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}
.footer {
    background: #2b2d3a;
    background-size: cover;
    width: 100%;
    margin: 0;
    position: relative;
    display: block;
}
.footer-box {
    display: flex;
    padding: 30px 0;
    margin-bottom: 15px;
}
.footer-content {
    width: 280px;
    margin-right: 0;
}
.footer-content p {
    font-size: 13px;
    color: #fff;
}
.footer-content ul {
    display: flex;
}
.footer-content ul li {
    margin-right: 4px;
}
.footer-content ul li img {
    width: 40px;
    height: 40px;
}
.footer-menu {
    display: flex;
}
.footer-links {
    width: 225px;
    padding: 0 15px;
}
.footer-links div {
    margin-bottom: 8px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    color: #fff;
}
.footer-links div::before {
    font-family: FontAwesome;
    content: "\f005";
    position: absolute;
    top: 0;
    color: #f5c245;
    left: -25px;
}
.footer-links ul li {
    padding: 3px 0;
}
.footer-links ul li a {
    font-weight: 300;
    color: #e6e6e6;
    font-size: 14px;
}
.footer-links ul li a:hover {
    font-weight: 300;
    color: #fff;
}
.gambling-title {
    position: relative;
    text-align: center;
}
.gambling-title:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #373948;
}
.gambling-title div {
    background: #373948 url(images/footer-stars.svg) center no-repeat;
    background-size: 40px 40px;
    position: relative;
    display: inline-block;
    color: #717171;
    width: 80px;
    height: 80px;
    background-color: #2b2d3b;
    border: 8px solid #373948;
    font-weight: 300;
    padding: 30px;
    border-radius: 50%}
.container {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}
.flex-between {
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; 
}
.copyright {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
}
.copyright p {
    font-size: 14px;
    color: #83838a;
    margin-bottom: 20px;
    padding: 5px 10px;
    text-align: center;
}
.copyright span {
    font-size: 12px;
    color: #fff;
}
.list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 30px;
}
.list-box {
    background: #fff;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
    margin-bottom: 25px;
    width: 570px;
    position: relative;
}
.list-box .num {
    display: block;
    position: absolute;
    font-weight: 700;
    min-width: 60px;
    height: 36px;
    top: 10px;
    left: -10px;
    font-size: 16px;
    background: #fbd85b;
    text-align: center;
    line-height: 2.3;
    border-radius: 4px 4px 4px 0;
}
.list-box .num::before {
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    border-top: 10px solid #d0b03f;
    border-left: 10px solid transparent;
}
.list-start {
    width: 100%;
    height: 45px;
    padding: 5px 30px;
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 700;
    color: #272b41;
    background: #fff7db;
    background: -moz-linear-gradient(left, #fff7db 0, #fffcf5 100%);
    background: -webkit-linear-gradient(left, #fff7db 0, #fffcf5 100%);
    background: linear-gradient(to right, #fff7db 0, #fffcf5 100%);
}
.list-title h3 {
    margin: 0;
    margin-left: 45px;
    font-size: 20px;
    text-transform: none;
    font-weight: 300;
}
.list-content {
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-logo {
    margin-right: 20px;
}
.list-logo h3 {
    margin: 0;
    font-size: 12px;
    text-align: center;
}
.list-logo img {
    padding: 5px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
}
.list-bonus {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    position: relative;
    margin: 10px 0;
}
.list-bonus table {
    width: 100%;
    border-collapse: collapse;
}
.list-bonus table tr {
    background-color: #fff;
}
.list-bonus table tr:nth-child(2n+2) {
    background-color: #f8f8f8;
}
.list-bonus table th {
    padding: 0 10px 5px 10px;
    width: 50%;
    font-size: 20px;
    font-weight: 700;
    color: #404040;
}
.list-bonus table td {
    padding: 5px 10px;
    font-size: 12px;
    width: 50%;
    }
.list-btn {
    display: flex;
    background: #f8f8f8;
    padding: 10px 30px;
    justify-content: flex-end;
}
.list-btn a.overview {
    color: #272831;
    width: 80px;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
}
.list-btn a.overview:hover {
    color: #74788a;
}
.list-btn a.play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1px 5px 1px 20px;
    height: 40px;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
    color: #1B1F2F;
    background-color: #ffffff;
    border: 1px solid #fbd85b;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.list-btn a.play:after {
    flex-shrink: 0;
    display: block;
    text-align: center;
    width: 28px;
    height: 28px;
    margin-left: 10px;
    background-color: #fbd85b;
    content: '\f105';
    font-family: FontAwesome;
    font-size: 18px;
    border-radius: 50%;
}
.list-btn a.play:hover {
    color: #272b41;
    background: #fbd85b;
}
.yellow-btn {
    display: block;
    padding: 5px 15px;
    height: 42px;
    max-width: 170px;
    width: 150px;
    text-align: center;
    background: #f5c245;
    text-shadow: 1px 1px 2px #ffe122;
    border-bottom: 3px solid #c79823;
    border-radius: 24px;
    color: #272b41;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 900;
    line-height: 2.3;
    text-decoration: none;
}
.yellow-btn:hover {
    color: #272b41;
    background: #fbd85b;
}
.green-btn {
    display: block;
    padding: 5px 15px;
    height: 42px;
    max-width: 170px;
    width: 150px;
    text-align: center;
    background: #74af02;
    text-shadow: 1px 1px 2px #5c8c00;
    border-bottom: 3px solid #537d00;
    border-radius: 24px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 900;
    line-height: 2.3;
    text-decoration: none;
}
.green-btn:hover {
    color: #fff;
    background: #80bf05;
}
.btn-box {
    text-align: center;
}
.btn-box a {
    display: inline-block;
    color: #fff;
    padding: 10px 50px;
    background: #c10000;
    background: -moz-linear-gradient(left, #c10000 0, #f10000 100%);
    background: -webkit-linear-gradient(left, #c10000 0, #f10000 100%);
    background: linear-gradient(to right, #c10000 0, #f10000 100%);
    text-shadow: 1px 1px 2px #b00;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-box a:hover {
    background: #a90000;
}
.ired {
    color: #000;
    width: 20px;
}
.promokod {
    border-radius: 4px;
    min-width: 120px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #0077e0;
    background: -moz-linear-gradient(left,  #0077e0 0%, #59bfdb 100%);
    background: -webkit-linear-gradient(left,  #0077e0 0%,#59bfdb 100%);
    background: linear-gradient(to right,  #0077e0 0%,#59bfdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077e0', endColorstr='#59bfdb',GradientType=1 );
    display: inline-flex;
    justify-content: center;
    position: relative;
    text-align: center;
}

.promokod.active {
    color: #1aa700;
}
.promokod::after {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjg3NSAwLjc1SDEuODc1QzEuMDUgMC43NSAwLjM3NSAxLjQyNSAwLjM3NSAyLjI1VjEyLjc1SDEuODc1VjIuMjVIMTAuODc1VjAuNzVaTTEwLjEyNSAzLjc1TDE0LjYyNSA4LjI1VjE1Ljc1QzE0LjYyNSAxNi41NzUgMTMuOTUgMTcuMjUgMTMuMTI1IDE3LjI1SDQuODY3NUM0LjA0MjUgMTcuMjUgMy4zNzUgMTYuNTc1IDMuMzc1IDE1Ljc1TDMuMzgyNSA1LjI1QzMuMzgyNSA0LjQyNSA0LjA1IDMuNzUgNC44NzUgMy43NUgxMC4xMjVaTTkuMzc1IDlIMTMuNUw5LjM3NSA0Ljg3NVY5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+);
    width: 15px;
    height: 18px;
    margin: 7px 0 0 8px;
}
i.promo {
    
}
.promo-blocks {
    margin: 0 auto;	
    text-align: center;
}
.promo-blocks .promo-kod {
    font-size: 20px;
    padding: 5px;
    background: #ffe9b3;
    background: -moz-linear-gradient(left, #ffe9b3 0, #fffcf5 100%);
    background: -webkit-linear-gradient(left, #ffe9b3 0, #fffcf5 100%);
    background: linear-gradient(to right, #ffe9b3 0, #fffcf5 100%);
}
.promo-btn {
	
padding: 12px 30px 10px 30px;
	
background: #0ac354;
	
text-decoration: none;
	
color: #ffffff;
	
text-shadow: 1px 1px 2px #039c3f;
	
border-bottom: 3px solid #0a9e00;
	
border-radius: 24px;
	
text-transform: uppercase;
	
line-height: 2.3;
}
.promo-btn:hover {

background: #13d661;	
color: #ffffff;
	
}
#slideshow div {
    position: relative;
    height: 250px;
}
#slideshow div img {
    position: absolute;
    right: 0;
    left: -50px;
    top: 0;
    width: 1380px;
}
.design-1 {
    background: url(images/banking-exchange.svg) no-repeat;
    background-position: right top 0;
    background-size: 40%}
.design-2 {
    background: url(images/slot-machine.svg) no-repeat;
    background-position: right top 0;
    background-size: 40%}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.list-pluse {
    list-style: none;
    position: relative;
    display: block;
    padding: 15px 30px;
    margin-bottom: 15px;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
}
ul.list-pluse li {
    padding: 8px 8px 8px 40px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #696969;
}
ul.list-pluse li::before {
    font-family: FontAwesome;
    content: "\f058";
    color: #f5c245;
    position: absolute;
    font-size: 18px;
    top: 8px;
    left: 0;
}
ul.list-minus {
    list-style: none;
    position: relative;
    display: block;
    padding: 15px 15px 25px;
    font-weight: 700;
    color: #5d5d5d;
}
ul.list-minus li {
    padding: 8px 8px 8px 40px;
    position: relative;
    font-size: 16px;
}
ul.list-minus li::before {
    font-family: FontAwesome;
    content: "\f068";
    color: #da0000;
    position: absolute;
    font-size: 28px;
    top: 7px;
    left: 0;
}
ul.list-eercast {
    list-style: none;
    position: relative;
    display: block;
    padding: 15px 15px 25px;
}
ul.list-eercast li {
    padding: 8px 8px 8px 40px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #5d5d5d;
}
ul.list-eercast li::before {
    font-family: FontAwesome;
    content: "\f2da";
    color: #0095ff;
    position: absolute;
    font-size: 22px;
    top: 7px;
    left: 0;
}
.accordion-container .accordion-title {
    position: relative;
    font-weight: 700;
    margin: 2px 0;
    padding: .625em .625em .625em 2em;
    background: #2b2d3a;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    text-transform: none;
}
.accordion-container .accordion-title::after {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 25px;
    height: 25px;
    font-size: 16px;
    color: #fff;
    padding: 0;
    text-align: center;
    line-height: 1.7;
    background: #f5c245;
    border-radius: 50%}
.accordion-container .accordion-title.open::after {
    content: "\f068";
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 25px;
    height: 25px;
    font-size: 16px;
    color: #fff;
    padding: 0;
    text-align: center;
    line-height: 1.7;
    background: #f5c245;
    border-radius: 50%}
.accordion-content {
    padding: 1em 2.3125em;
    background: #fff;
}
.accordion-content p {
    font-size: 15px;
}
.accordion-container {
    margin: 20px auto 20px;
    box-shadow: 0 0 18px rgba(0, 0, 0, .11);
}
.lang-select {
    top: 0;
    right: 0;
    background: #ffffff0a;
    position: absolute;
    display: inline-block;
    padding: 8px 10px;
}
.lang-select-btn {
    padding: 5px;
    cursor: pointer;
}
.lang-select-btn i {
    margin-left: 7px;
    color: #fff;
}
.lang-select-btn {
    padding-left: 25px;
    width: 70px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}
.lang-select-content {
    display: none;
    position: absolute;
    background-color: #fff;
    border-top: 4px solid #f5c246;
    box-shadow: -3px 3px 10px -2px rgb(0 0 0 / 10%);
    width: 90px;
    padding: 5px 10px;
    right: 0;
    top: 58px;
    z-index: 100;
    font-size: 12px;
}
.lang-select-content::after {
    content: "";
    position: absolute;
    top: -18px;
    left: 13%;
    border: 8px solid transparent;
    border-bottom-color: #f5c246;
}
.lang-select-content a {
    color: #03072a;
    padding: 4px 27px;
    font-weight: 500;
    text-decoration: none;
    display: block;
}
.lang-select-content a:hover {
    color: #4859af;
}
.lang-select:hover .lang-select-content {
    display: block;
}
.ru {
    background: url(flags/ru.svg) no-repeat left center;
    background-size: 18px;
}
.ua {
    background: url(flags/ua.svg) no-repeat left center;
    background-size: 18px;
}
.kz {
    background: url(flags/kz.svg) no-repeat left center;
    background-size: 18px;
}
.az {
    background: url(flags/az.svg) no-repeat left center;
    background-size: 18px;
}
.en {
    background: url(flags/us.svg) no-repeat left center;
    background-size: 18px;
}
.pt {
    background: url(flags/pt.svg) no-repeat left center;
    background-size: 18px;
}
.gr {
    background: url(flags/gr.svg) no-repeat left center;
    background-size: 18px;
}
.filter-btn {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 5px 20px;
    background: #f7f7f7;
    background: -moz-linear-gradient(left, #f7f7f7 0, #fbfbfb 100%);
    background: -webkit-linear-gradient(left, #f7f7f7 0, #fbfbfb 100%);
    background: linear-gradient(to right, #f7f7f7 0, #fbfbfb 100%);
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .11);
    cursor: pointer;
}
.filter-btn:hover {
    background: #f7f7f7;
}
.filter-box {
    display: none;
    border-left: 1px solid #de0000;
    padding: 10px 15px;
    margin-bottom: 25px;
    box-shadow: 0 0 18px rgba(0, 0, 0, .11);
}
.filter-box div {
    display: flex;
}
.rad-label {
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: #f7f7f7;
    padding: 2px 15px;
    margin: 0 10px 0 0;
    transition: .3s;
    cursor: pointer;
}
.rad-label:focus-within, .rad-label:hover {
    background: hsla(0, 0%, 80%, .14);
}
.rad-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}
.rad-design {
    width: 15px;
    height: 15px;
    border-radius: 4px;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.rad-design:before {
    content: '';
    display: inline-block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
}
.rad-input:checked+.rad-design:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f046";
    font-size: 18px;
    color: #d00;
    top: -4px;
    left: 1px;
}
.rad-text {
    color: #969696;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    transition: .3s;
}
.rad-input:checked~.rad-text {
    color: #2f2f2f;
}
.btn-img img {
    border-radius: 4px;
    width: 350px;
    height: 126px;
    margin-bottom: 20px;
}
.plus-18 {
    position: absolute;
    right: 0;
    top: 24px;
}
.plus-18 img {
    width: 35px;
    height: 35px;
}
.box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%}
.box-flex.white {
    margin-top: 20px;
    padding: 0 25px;
    background: #fff;
}
ul.breadcumb {
    display: inline-flex;
    font-size: 12px;
    font-weight: 300;
}
ul.breadcumb li a.active {
    font-weight: 300;
    color: #757575;
}
ul.breadcumb li a {
    color: #404040;
    font-weight: 500;
}
ul.breadcumb li a:hover {
    color: #071a71;
}
ul.breadcumb li a img {
    color: #868686;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
}
ul.breadcumb li span {
    margin: 0 10px;
    color: #7b7b7b;
}
.box-welcome {
    width: 50%;
    margin-right: 5%;
    padding: 20px 0 0;
}
.box-welcome h1 {
    text-transform: none;
    margin-top: 0;
}
.box-welcome p {
    font-size: 16px;
}
.box-headlines {
    width: 45%;
    padding: 20px 0 0;
}
.box-headlines .title-headlines {
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #272b41;
    border-left: 5px solid #fbd85b;
    background: #fff7db;
    background: -moz-linear-gradient(left, #fff7db 0, #fffcf5 100%);
    background: -webkit-linear-gradient(left, #fff7db 0, #fffcf5 100%);
    background: linear-gradient(to right, #fff7db 0, #fffcf5 100%);
    text-transform: uppercase;
}
.box-headlines ul {
    padding: 15px 40px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 18px rgb(0 0 0 / 10%);
}
.box-headlines ul::before {
    font-family: FontAwesome;
    content: "\f022";
    position: absolute;
    top: -10px;
    color: #272831;
    font-size: 38px;
    right: 5%;
    }
.box-headlines ul li {
    padding: 5px 10px;
    position: relative;
}
.box-headlines ul li::before {
    font-family: FontAwesome;
    content: "\f0a4";
    position: absolute;
    top: 7px;
    color: #696969;
    left: -4%;
    }
.box-headlines ul li a {
    font-size: 14px;
    color: #696969;
}
.box-headlines ul li a:hover {
    font-size: 14px;
    color: #848484;
}
.chapter {
    color: #4858af;
}
.list-slots-wrapper {
    width: 266.8px;
    background: #fff;
    box-shadow: 0 0 18px rgb(0 0 0 / 11%);
    margin-bottom: 30px;
    transition: .5s;
}
.list-slots-wrapper:hover {
    margin-top: -5px;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.list-slots-poster {
    position: relative;
}
.list-slots-poster img {
    width: 100%;
    min-width: 266.8px;
    height: 184px;
    background: #f7f7f7;
}
.list-slots-info {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 75%;
    white-space: nowrap;
    margin: 0 auto;
    padding: 10px 0;
}
.list-slots-info a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #272831;
}
.list-slots-info span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #afafaf;
    font-weight: 300;
    text-transform: none;
}
.list-slots-rtp {
    position: absolute;
    background: #00b95b;
    line-height: 2.6;
    width: 90px;
    height: 25px;
    text-align: center;
    border-radius: 4px 4px 4px 0;
    color: #fff;
    font-size: 10px;
    left: -7px;
    top: 7px;
}
.list-slots-rtp span {
    font-weight: 900;
}
.list-slots-rtp::before {
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    border-top: 7px solid #008e45;
    border-left: 7px solid transparent;
}
.slots-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
    background: #f7f7f7;
    margin-bottom: -25px;
}
.slots-iframe {
    width: 820px;
    height: 462px;
    background: #272831;
    position: relative;
}
.slots-popular {
    width: 330px;
    padding: 0 10px;
}
.slots-popular span {
    text-align: center;
    padding: 15px 0 10px 0;
    margin: 0;
    font-size: 16px;
    display: block;
    font-weight: 900;
    text-transform: uppercase;
}
a.slots-inner {
    background: #fff;
    margin-top: 13px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    text-decoration: none;
    color: #272831;
    transition: .5s;
    position: relative;
    border-top: 1px solid #f5c245;
}
a.slots-inner:hover {
    color: #272831;
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -o-transform: scale(.95);
}
a.slots-inner img {
    width: 77.5px;
    height: 53.45px;
    }
a.slots-inner span {
    display: block;
    text-align: left;
    width: 70%;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 55%;
    white-space: nowrap;
}
.slots-rtp {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 15px;
    background: #f5c245;
    text-align: center;
    font-size: 8px;
    line-height: 2;
}
.slots-images {
    width: 100%;
    height: 100%}
.slots-images img {
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: .3;
    filter: blur(5px);
}
.slots-start {
    position: absolute;
    top: 35%;
    left: 43%;
    width: 120px;
    height: 120px;
    background: url(images/play.svg) top center no-repeat;
    cursor: pointer;
    transition: .5s;
}
.slots-start:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.slots-panel {
    padding: 0;
    width: 920px;
    margin-top: 10px;
    position: relative;
    display: flex;
}
.slots-panel .reload {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    background: #fff;
    cursor: pointer;
    transition: .5s;
    position: relative;
}
.slots-panel .reload:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.slots-panel .reload:before {
    font-family: FontAwesome;
    content: "\f021";
    position: absolute;
    font-size: 28px;
    top: 10px;
    left: 13px;
    color: #8c8c8c;
}
.slots-panel .error {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    background: #fff;
    cursor: pointer;
    transition: .5s;
    position: relative;
}
.slots-panel .error:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.slots-panel .error:before {
    font-family: FontAwesome;
    content: "\f071";
    position: absolute;
    font-size: 28px;
    top: 10px;
    left: 11px;
    color: #f5c245;
}
.slots-panel .fullscreen {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    background: #fff;
    cursor: pointer;
    transition: .5s;
    position: relative;
}
.slots-panel .fullscreen:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.slots-panel .fullscreen:before {
    font-family: FontAwesome;
    content: "\f0b2";
    position: absolute;
    font-size: 28px;
    top: 10px;
    left: 13px;
    color: #8c8c8c;
}
.slots-panel .feature {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    background: #fff;
    cursor: pointer;
    transition: .5s;
    position: relative;
}
.slots-panel .feature:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.slots-panel .feature:before {
    font-family: FontAwesome;
    content: "\f128";
    position: absolute;
    font-size: 28px;
    top: 10px;
    left: 16px;
    color: #8c8c8c;
}
.slots-panel .chosen {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    background: #fff;
    cursor: pointer;
    transition: .5s;
    position: relative;
}
.slots-panel .chosen:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.slots-panel .chosen:before {
    font-family: FontAwesome;
    content: "\f005";
    position: absolute;
    font-size: 28px;
    top: 10px;
    left: 12px;
    color: #8c8c8c;
}
.slots-loading {
    background: url(images/slots_loading.svg) center no-repeat;
    display: block;
    width: 218px;
    height: 100%;
    background-size: 218px 20px;
    margin: 0 auto 0;
}
.slots-feature {
    width: 330px;
    padding: 0 10px;
    display: none;
}
.slots-feature span {
    text-align: center;
    padding: 15px 0 20px 0;
    margin: 0;
    font-size: 16px;
    display: block;
    font-weight: 900;
    text-transform: uppercase;
}
.slots-feature table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
.slots-feature table tr {
    background-color: #fff;
}
.slots-feature table tr:nth-child(2n+2) {
    background-color: #f8f8f8;
}
.slots-feature table th {
    padding: 0 10px 5px 10px;
    width: 50%;
    font-size: 20px;
    font-weight: 700;
    color: #404040;
}
.slots-feature table td {
    padding: 5px 15px;
    font-size: 12px;
    }
.slots-feature table td i {
    width: 20px;
    color: #f5c245;
}
.btn {
    padding: 20px 50px;
    display: inline-block;
    background: #ef233c;
    color: #fff;
    text-decoration: none;
    transition: .35s ease-in-out;
    font-weight: 700;
}
.btn:hover {
    background: #dc1029;
}
.loading {
    background: url(images/loading.svg) top center no-repeat;
    display: block;
    width: 256px;
    height: 34px;
    background-size: 256px 34px;
}
.form-slot-radio {
    margin-bottom: 10px;
}
.form-slot-radio input[type=radio] {
    display: none;
}
.form-slot-radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 0;
    line-height: 18px;
    user-select: none;
    font-weight: 500;
    font-size: 14px;
}
.form-slot-radio label:before {
    font-family: FontAwesome;
    content: "\f10c";
    color: #c5c5c5;
    display: inline-block;
    font-size: 22px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.form-slot-radio input[type=radio]:checked+label:before {
    font-family: FontAwesome;
    content: "\f192";
    color: #f5c245;
}
.form-slot-radio label:hover:before {
    font-family: FontAwesome;
    content: "\f192";
    color: #c5c5c5;
}
.form-slot-radio input[type=radio]:disabled+label:before {
    filter: grayscale(100%);
}
.slot-error {
    margin-bottom: 30px;
}
.form_textarea {
    height: 70px;
    border: solid 1px #bdbdbd;
    font-size: 16px;
    resize: none;
    width: 100%;
    margin: 13px 0 10px;
    padding: 5px 10px;
    display: none;
    outline: 0;
}
.msg-print {
    margin: 0 auto;
    text-align: center;
}
.msg-print i {
    font-size: 74px;
}
.msg-print i.green {
    color: #52bd00;
}
.msg-print i.red {
    color: 000000;
}
.msg-print i.blue {
    color: #34a1ff;
}
.msg-print i.orange {
    color: 000000;
}
.msg-print h3 {
    margin: 20px 0 10px;
    font-weight: 900;
    font-size: 22px;
}
.panel-heading {
    margin-top: 10px;
}
.panel-heading span {
    background: #2b2d3a;
    color: #ffffff;
    font-weight: 500;
    display: block;
    padding: 10px 45px;
    position: relative;
    cursor: pointer;
    border-radius: 25px;
}
.panel-heading span:hover {
    /*background: #f5f0f0;*/
}
.panel-heading span i {
    font-size: 16px;
    width: 30px;
}

.panel-heading span::after {
    width: 30px;
    height: 30px;
    text-align: center;
    background: #f5c245;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 12px;
    right: 14px;
    transition: .3s;
    color: #272b41;
    border-radius: 50%;
    line-height: 2;
}
.panel-heading.in span::after {
    transform: rotate(180deg);
}
.panel-heading.in span {
    background: #ffffff;
    color: #2b2d3a;
    border-radius: 25px 25px 0 0;
}
.panel-collapse {
    display: none;
}
.panel-body p {
    padding: 15px 45px;
    background: #fff;
    font-size: 15px;
    margin-bottom: 0;
    border-radius: 0 0 25px 25px;
}



.accordion-box {
	
margin-top: 35px;
}
.accordion-box .question {
	
background: #fff;
	
padding: 5px 15px;
	
margin-bottom: 10px;
	
border-radius: 5px;
	
position: relative;
}
.accordion-box .question h3 {
	
margin: 0;
	
display: block;
	
padding: 5px 25px;
	
font-size: 16px;
	
font-weight: 500;
	
background: #fff;
	
border-radius: 5px;
	
cursor: pointer;
}


.accordion-box .question h3::after {
    width: 30px;
    height: 30px;
    text-align: center;
    background: #f5c245;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    right: 14px;
    transition: .3s;
    color: #272b41;
    border-radius: 50%;
    line-height: 2;
}
.accordion-box .question h3.open::after {
    transform: rotate(180deg);
    line-height: 1.9;
}
.accordion-box .question .open {
    background: #ffffff;
    color: #2b2d3a;
    border-radius: 25px 25px 0 0;
    font-weight: 900;
}
.accordion-box .question .answer {
	
display: none;
	
border-top: 1px solid #f7f7f7;
}
.accordion-box .question .answer p {
	
padding: 15px 25px;
	
margin: 0;
}






.wrapper-ul {
    display: flex;
    justify-content: space-around;
}
.wrapper-ul.df {
    justify-content: flex-start;
}
.wrapper-ul ul {
    margin-top: 5px;
    padding-left: 20px;
    list-style-type: none;
}
.wrapper-ul li {
    position: relative;
}
.wrapper-ul li::before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    left: -13px;
    top: 0;
    color: #09afdf;
    transition: .5s;
}
.wrapper-ul li a {
    color: #09afdf;
}
.wrapper-ul li:first-child::before {
    content: ''}
.wrapper-ul li:first-child {
    color: #333;
    font-weight: 500;
}
.wrapper-ul li a:hover {
    color: #097ca6;
}
.wrapper-ul li:hover::before {
    transform: translateX(4px);
    color: #097ca6;
}
.minimized {
    cursor: pointer;
}
#magnify {
    height: auto;
    z-index: 9999;
    max-width: 840px;
    padding: 5px;
    margin-bottom: -10px;
}
#magnify img {
    width: 100%;
    height: 100%
}
#toTop {
    width: 45px;
    height: 45px;
    background: #f5c245;
    text-align:center;
    padding:5px;
    border-radius: 4px;
    position:fixed;
    bottom: 25px;
    right: 25px;
    cursor:pointer;
    display:none;
    color: #272b41;
    font-size:11px;
}
#toTop:hover {
	color: #272b41;
    background: #fbd85b;
}	
#toTop::before {
    content: '\f077';
    font-family: FontAwesome;
    position: absolute;
    font-size: 26px;
    left: 10px;
    top: 5px;
    color: #272b41;
}

.open-menu {
    display: none;
    align-items: center;
    margin-right: 15px;
}

.open-menu__icon {
    min-width: 26px;
    width: 26px;
    margin-right: 16px;
    position: relative;
    height: 3px;
    background: #fff;
}

.open-menu__icon::after, .open-menu__icon::before {
    content: "";
    width: 26px;
    height: 3px;
    background: #fff;
    position: absolute;
    transition: transform .3s;
}

.open-menu__icon::before {
    top: -7px;
}

.open-menu__icon::after {
    bottom: -7px;
}

.open-menu.show .open-menu__icon {
	background: none;
}

.open-menu.show .open-menu__icon::before {
    transform: rotate(45deg);
    top: 0;
}

.open-menu.show .open-menu__icon::after {
    transform: rotate(-45deg);
    top: 0;
}































.main-box {
	
display: flex;
	
justify-content: space-between;
}
.content-box {
	
width: 800px;
}
.sidebar-box {
	
width: 350px;
}

.sidebar-box .sidebar-widget {padding: 0px;margin-bottom: 30px;}


.sidebar-box .widget-dynamic {
	
font-size: 12px;
	
text-align: center;
	
cursor: pointer;
	
background: #f7f7f7;
	
border-bottom: 1px solid #eaeaea;
	
color: #444;
	
font-weight: 900;
	
text-transform: uppercase;
	
padding: 10px 0;
	
position: relative;
}
.sidebar-box .widget-dynamic::before {
    position: absolute;
    top: 11px;
    left: 11px;
    color: #272831;
    content: "\f078";
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 50%;
    background: #fbd85b;
    font: normal normal normal 14px/1 FontAwesome;
	transition: .3s;
}
.sidebar-box .widget-dynamic.open::before {
    transform: rotate(180deg);
}
.sidebar-box .widget-dynamic h3 {
	
margin: 0;
	
color: #444;
	
font-weight: 900;
	
font-size: 12px;
}

.sidebar-box .widget-title {font-size: 12px;text-align: center;background: #f7f7f7;border-bottom: 1px solid #eaeaea;color: #444;font-weight: 900;text-transform: uppercase;padding: 10px 0;position: relative;}
.sidebar-box .widget-title::before {
    position: absolute;
    top: 11px;
    left: 11px;
    color: #272831;
    content: "\f005";
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 50%;
    background: #fbd85b;
    font: normal normal normal 14px/1 FontAwesome;	
}
.sidebar-box .widget-title.cursor {
	cursor: pointer;
}
.sidebar-box .widget-content {
	
background: #f7f7f7;
	
padding: 0px;
}
.sidebar-box .widget-content table {
    width: 100%;
    border-collapse: collapse;
}
.sidebar-box .widget-content table tr {
    background-color: #fff;
}
.sidebar-box .widget-content table tr:nth-child(2n+2) {
    background-color: #f7f7f7;
}
.sidebar-box .widget-content table th {
    padding: 0 10px 5px 10px;
    width: 50%;
    font-size: 20px;
    font-weight: 700;
    color: #404040;
}
.sidebar-box .widget-content table td {
    padding: 5px 15px;
    font-size: 12px;
    }
.sidebar-box .widget-content table td.check {
    position: relative;
}
.sidebar-box .widget-content table td.check::before {
    position: absolute;
    top: 11px;
    left: 11px;
    color: #272831;
    content: "\f046";
    padding: 8px;
    border-radius: 50%;
    background: #fbd85b;
    font: normal normal normal 14px/1 FontAwesome;
}	
.sidebar-box .widget-content table td i {
    width: 20px;
    color: #00c561;
}
.sidebar-box .widget-footer {
	
height: 2px;
	
background: #fbd85b;
}




.casino-box-info {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 10px;
	margin-bottom: 25px;
	background: #ffffff;
	box-shadow: 0 0 18px rgb(0 0 0 / 10%);
	width: 800px;
}
.casino-box-info .place {
    display: block;
    position: absolute;
    font-weight: 700;
    width: 36px;
    height: 26px;
    top: 7%;
    left: -7px;
    font-size: 12px;
    color: #000;
    background: #fbd85b;
    text-align: center;
    line-height: 2.3;
    border-radius: 4px 4px 4px 0;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.casino-box-info .place::before {
    position: absolute;
    top: 100%;
    left: 0px;
    content: "";
    border-top: 7px solid #d0b03f;
    border-left: 7px solid transparent;
}
.casino-box-info .brand {
    display: block;
    font-weight: 700;
    width: 160px;
    height: 32px;
    font-size: 13px;
    color: #000;
    background: #fbd85b;
    text-align: center;
    line-height: 2.6;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.casino-box-info .brand:hover {
	background: #ffe27b;
}
.casino-box-info .overview {
    display: block;
    font-size: 12px;
    color: #385d84;
    text-align: center;
    line-height: 2.4;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.casino-box-info .overview:hover {
	color: #0087d0;
}
.casino-box-info .images {

width: 140px;

padding: 0px 20px;
}
.casino-box-info .images img {
    padding: 5px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.casino-box-info .info {

width: 460px;

padding: 10px;
}
.casino-box-info .info h2 {

font-size: 18px;

font-weight: 900;

margin: 0;

padding: 0;

color: #444;
}
.casino-box-info .info .bonus {

font-size: 12px;

color: #808080;

line-height: 1.6;

padding: 5px 0;

position: relative;
}
.casino-box-info .info .bonus b {

color: #444444;
}
.casino-box-info .info .stars-min {
    display: flex;
}
.casino-box-info .info .stars-min .item {
    color: #e8e8e8;
    margin: 0 4px 0 0;
    line-height: 1.3;
}

.casino-box-info .info .stars-min .item_select {
    color: #fbac5b;
    margin: 0 4px 0 0;
    line-height: 1.3;
}
.casino-box-info .info .stars-min .item_info {
    color: #444444;
    margin: 0 10px;
    font-size: 10px;
    display: block;
    padding: 0 10px;
    height: 20px;
    background: #fff9e2;
    line-height: 2.0;
    border-radius: 4px;
}

.casino-box-info .themain {
    min-width: 150px;
    height: 100%;
    padding: 10px;
    position: relative;
}
.casino-box-info .promocode {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 84px;
    height: 32px;
    padding: 3px 0;
    bottom: 20px;
    right: 20px;
    font-size: 10px;
    background: #ffe9b3;
    background: -moz-linear-gradient(left, #ffe9b3 0, #fffcf5 100%);
    background: -webkit-linear-gradient(left, #ffe9b3 0, #fffcf5 100%);
    background: linear-gradient(to right, #ffe9b3 0, #fffcf5 100%);
    border: 1px dashed #fff;
    text-align: center;
    line-height: 1.2;
    /* border-radius: 4px 0 0 4px; */
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.casino-box-info .promocode span {
    font-weight: 900;
    display: block;
}

.casino-box-menu {
    background: #f7f7f7;
}

.casino-box-menu ul {
    list-style: none;
    margin: 0;
    padding-left: 50px;
    height: 50px;
    position: relative;
}
.casino-box-menu ul::before {
    position: absolute;
    top: 11px;
    left: 11px;
    color: #272831;
    content: "\f0ca";
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 50%;
    background: #fbd85b;
    font: normal normal normal 14px/1 FontAwesome;
}
	
.casino-box-menu a {
    text-decoration: none;
    color: #000;
    padding: 0px 12px;
    line-height: 50px;
    font-size: 12px;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.casino-box-menu a:hover {
    background: #fff8e1;
}
.casino-box-menu span {
    background: #fbd85b;
    padding: 4px 6px;
    border-radius: 4px;
}
.casino-box-menu li {
    float: left; 
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.casino-info {	
    padding: 10px 20px;	
    background: #ffffff;	
    border-left: 1px solid #f0f0f0;	
    border-right: 1px solid #f0f0f0;	
    border-bottom: 1px solid #f0f0f0;
}
.casino-info:nth-child(even) {
    background: #f7f7f7;
}
.casino-info .left {
    width: 155px;	
    min-width: 120px;	
    font-size: 12px;	
    color: #242526;	
    line-height: 21px;	
    font-weight: 700;
}
.casino-info .right {
-webkit-box-flex: 1;	
-ms-flex-positive: 1;	
flex-grow: 1;	
font-size: 12px;	
color: #737373;	
text-align: right;	
line-height: 1.8;
}

.casino-info .right.green {	
color: #00a551;
}






/* Card raiteng row */


.casino-box-card {
	display: block;
	justify-content: space-between;
	position: relative;
	padding: 10px;
	margin-bottom: 25px;
	background: #ffffff;
	box-shadow: 0 0 18px rgb(0 0 0 / 10%);
	width: 270px;
	height: 380px;
}
.casino-box-card .promocode {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 84px;
    height: 32px;
    padding: 3px 0;
    top: 10px;
    right: 0;
    font-size: 10px;
    background: #ffe9b3;
    background: -moz-linear-gradient(left, #ffe9b3 0, #fffcf5 100%);
    background: -webkit-linear-gradient(left, #ffe9b3 0, #fffcf5 100%);
    background: linear-gradient(to right, #ffe9b3 0, #fffcf5 100%);
    border: 1px dashed #fff;
    text-align: center;
    line-height: 1.2;
    /* border-radius: 4px 0 0 4px; */
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.casino-box-card .promocode span {

font-weight: 900;

display: block;
}
.casino-box-card .place {
    display: block;
    position: absolute;
    font-weight: 700;
    width: 36px;
    height: 24px;
    top: 10px;
    left: -7px;
    font-size: 12px;
    color: #0e0c05;
    background: #fbd85b;
    text-align: center;
    line-height: 2.2;
    border-radius: 4px 4px 4px 0;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.casino-box-card .place::before {
    position: absolute;
    top: 100%;
    left: 0px;
    content: "";
    border-top: 7px solid #d8b741;
    border-left: 7px solid transparent;
}
.casino-box-card .brand {
    display: block;
    font-weight: 700;
    height: 32px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #000;
    background: #fbd85b;
    text-align: center;
    line-height: 2.6;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.casino-box-card .brand:hover {
	background: #ffe27b;
}
.casino-box-card .overview {
    display: block;
    font-size: 12px;
    color: #385d84;
    text-align: center;
    line-height: 2.4;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.casino-box-card .overview:hover {
	color: #0087d0;
}
.casino-box-card .images {

width: 100%;

padding: 10px 0;
}

.casino-box-card .images img {
    padding: 5px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background: #f7f7f7;
    margin: 0 auto;
}
.casino-box-card .info {

width: 100%;

height: 140px;

padding: 15px 10px;

text-align: center;
}
.casino-box-card .info h2 {

font-size: 18px;

font-weight: 900;

margin: 0;

padding: 0;

color: #444;
}
.casino-box-card .info .bonus {

font-size: 12px;

color: #808080;

line-height: 1.6;

padding: 5px 0;

position: relative;
}
.casino-box-card .info .bonus b {

color: #444444;
}

.casino-box-card .themain {
    padding: 10px;
    text-align: center;
}




.casino-box-card .info .stars-min {
    display: flex;
    justify-content: center;
}
.casino-box-card .info .stars-min .item {
    color: #e8e8e8;
    margin: 0 4px 0 0;
    line-height: 1.3;
}

.casino-box-card .info .stars-min .item_select {
    color: #fbac5b;
    margin: 0 4px 0 0;
    line-height: 1.3;
}
.casino-box-card .info .stars-min .item_info {
    color: #444444;
    margin: 0 10px;
    font-size: 10px;
    display: block;
    padding: 0 10px;
    height: 20px;
    background: #fff9e2;
    line-height: 2.0;
    border-radius: 4px;
}


.list-bonuses {
	
padding-top: 15px;
}
.list-bonuses .box-bonuses {
	
width: 100%;
	
margin-bottom: 20px;
	
border: 1px solid #f0f0f0;
}
.list-bonuses .header-bonuses {
	
padding: 10px 20px;
	
background: #f7f7f7;
	
color: #000;
	
border-bottom: 1px solid #eaeaea;
	
font-size: 15px;
	
font-weight: 500;
	
display: flex;
}
.list-bonuses .header-bonuses .view {
	
padding: 0px 20px;
	
background: #ffffff;
	
border-left: 3px solid #fbd85b;
	
width: 140px;
	
border-radius: 15px;
	
text-align: center;
	
font-size: 12px;
	
font-weight: 300;
	
color: #000;
	
margin-right: 30px;
}
.list-bonuses .header-bonuses i {
	
background: #fbd85b;
	
color: #272831;
	
display: block;
	
width: 28px;
	
height: 28px;
	
border-radius: 50%;
	
padding: 6px 8px;
	
margin-right: 10px;
}
.list-bonuses .content-bonuses {
	
padding: 10px 20px;
	
justify-content: space-between;
	
display: flex;
}
.list-bonuses .footer-bonuses {
	
padding: 10px 20px;
	
background: #f7f7f7;
}
.list-bonuses .footer-bonuses {
	
padding: 2px 20px;
	
background: #f7f7f7;
}
.list-bonuses .footer-bonuses .info-bonuses {
	
font-size: 14px;
	
margin-top: 10px;
	
display: none;
}
.list-bonuses .details-bonuses {
	
font-size: 12px;
	
color: #008bb5;
	
cursor: pointer;
	
font-weight: 500;
	
display: block;
	
text-decoration: underline;
	
display: inline-block;
}
.list-bonuses .details-bonuses:hover {
color: #32a3c5;    
}
.list-bonuses .single-bonuses {
	
padding: 12px 15px;
	
color: #242526;
	
font-size: 18px;
	
line-height: 18px;
	
font-weight: bold;
	
/* min-width: 50%; */
}
.list-bonuses .single-bonuses .text-bonuses {
	
font-size: 12px;
	
line-height: 16px;
	
color: #242526;
	
display: block;
	
font-weight: normal;
	
margin-bottom: 5px;
}


.overview-images {background: #f7f7f7;padding: 5px;margin-bottom: 20px;}
.overview-images img {
    width: 100%;
    max-height: 479px;
    margin-bottom: 5px;
}
.overview-images p {
	
margin-bottom: 0;
	
text-align: center;
	
font-size: 13px;
	
font-weight: 500;
}
.overview-images a {
	

}
.overview-images a:hover {
	

}
.btn-video {
	
padding: 15px;
	
display: flex;
	
justify-content: center;
	
background: #f7f7f7;
}
.btn-video a {
	
display: block;
	
font-weight: 700;
	
width: 348px;
	
height: 48px;
	
font-size: 18px;
	
color: #000;
	
background: #fbd85b;
	
text-align: center;
	
line-height: 2.6;
	
border-radius: 4px;
	
text-decoration: none;
	
-webkit-transition: all .2s ease-in-out;
	
-moz-transition: all .2s ease-in-out;
	
transition: all .2s ease-in-out;
}
.btn-video a:hover {
background: #ffe27b;
}
.iframe-video {
    width: 560px;
	height: 315px;
}







.copyright-links {
	
width: 100%;
	
display: flex;
	
justify-content: center;
	
align-items: center;
	
height: 50px;
}
.copyright-links a {
	
padding: 10px;
}
























.accordeon,
.accordeon ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.accordeon li {
	margin: 0 0 2px 0;
	padding: 0;
}
.accordeon > li > a {
	background: #FFF;
	color: #333;
	display: block;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
}
.accordeon > li.slide > a,
.accordeon > li.active > a {
	background: #1967c3;
	color: #FFF;
}
.accordeon > li > ul {
	display: none;
	width: 100%;
	background: #FFF;
}
.accordeon > li.active > ul {
	display: block;
}
.accordeon > li > ul > li {
	padding: 5px 30px;
	text-decoration: none;
	display: block;
	color: #333;
}


























@media (max-width: 1200px) {
	.container {
		max-width: 960px;
	}

	.list-box {
		width: calc(50% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}

	.footer-box {
		flex-wrap: wrap;
	}

	.footer-content {
		margin-bottom: 20px;
	}

	.footer-links {
		width: 25%;
	}

	.footer-menu {
		width: 100%;
	}

	.list::after {
		content: "";
		width: 274px;
	}

	.slots-iframe {
		width: 65%;
		height: auto;
	}
	.slots-popular {
		width: 35%;
	}

	.list-slots-poster img {
		width: 100%;
		height: auto;
	}

	.list-slots-wrapper {
		width: calc(33.33333% - 30px);
	}

    .sidebar-box {
        width: 280px;
    }

    .content-box {
        width: calc(100% - 280px);
        padding-right: 20px;
    }

    .casino-box-info {
        width: 100%;
    }

	.casino-box-info .promocode {
    }

    .main-box {
        flex-wrap: wrap;
    }

    .casino-box-menu ul {
        display: flex;
        flex-wrap: wrap;
    }
}



@media (max-width: 960px) {
    .sidebar-box {
        width: 100%;
    }

    .content-box {
        width: 100%;
        padding-right: 0px;
    }

	.container {
		max-width: 720px;
		justify-content: flex-start;
	}

	.header nav {
		position: fixed;
		width: 80%;
		max-width: 250px;
		background: #272831;
		top: 0;
		bottom: 0;
		right: 0;
		overflow: auto;
		z-index: 99;
		padding: 15px;
		padding-top: 0;
		visibility: hidden;
		opacity: 0;
		transform: translateX(100%);
		transition: all .2s;
	}

	.header nav.opened {
		opacity: 1;
		transform: translateX(0);
		visibility: visible;
	}

	nav ul {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin-right: 0;
	}

	nav ul::after {
		display: none;
	}

	nav ul ul {
		position: initial;
		background: none;
		color: #fff;
		border-top: none;
		box-shadow: none;
		transition: initial !important;
	}

	nav ul ul li a {
		color: #fff;
	}
	nav ul ul li {
		border-bottom: none;
	}

	nav ul ul li:hover {
		background: none;
	}

	nav ul ul li:hover a {
		color: #fff;
	}

	.list-box {
		width: 100%;
		margin-left: 0;
		margin-right: auto;
	}

	.list-slots-wrapper {
		width: calc(50% - 30px);
	}

	.open-menu {
		display: inline-flex;
		height: 30px;
	}
	
	.casino-box-card {		
        width: 100%;
	}

    .casino-box-menu ul {
        height: 50px;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
    }

    .iframe-video {
        width: 100%;
        height: auto;
    }
	
	.casino-box-info .promocode {
        top: 10px;
        left: 0;
    }	
}

@media (max-width: 767px) {
	.container {
		max-width: 570px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.box-welcome {
		width: 100%;
		margin-right: 0;
		display: none;
	}

	.box-headlines {
		width: 100%;
		display: none;
	}

	.list-content {
		flex-direction: column;
		padding-left: 0;
		padding-right: 0;
	}

	.list-logo {
		margin-right: 0;
	}

	.list-bonus {
		border: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.list-btn {
		justify-content: center;
	}

	.footer-links {
		width: 100%;
		margin-bottom: 20px;
		margin-left: 10px;
	}

	.footer-menu {
		flex-wrap: wrap;
	}

	.panel-heading span {
		padding-left: 15px;
	}

	a.logo img {
		width: 130px;
	}

	.list-slots-wrapper {
		width: 100%;
	}

	.slots-iframe {
		width: 100%;
		order: 1;
		position: relative;
    	padding-top: 56.2%;
	}

	.slots-iframe iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.slots-panel {
		order: 2;
	}

	.slots-feature {
		order: 3;
		width: 100%;
	}

	.slots-popular {
		width: 100%;
		order: 3;
		margin-top: 10px;
	}

	.arcticmodal-container_i {
		display: block;
		width: 100%;
	}

	.arcticmodal-container_i tbody, .arcticmodal-container_i tr, .arcticmodal-container_i td {
		display: block;
	}

	.box-modal {
		padding: 15px !important;
	}

	ul.breadcumb {
		white-space: nowrap;
		overflow: hidden;
		overflow-x: auto;
		width: 100%;
	}

	#toTop {
		display: none !important;
	}
	
	.casino-box-card {		
        width: 100%;
	}	


    .casino-box-info {
        flex-wrap: wrap;
    }

    .casino-box-info .info {
        width: 100%;
    }

    .casino-box-info .images {
        margin-left: auto;
        margin-right: auto;
    }

    .casino-box-info .themain {
        right: initial;
        margin-left: auto;
        margin-right: auto;
    }

    .casino-box-info .info h2 {
        text-align: center;
    }
	
	.casino-box-info .promocode {
        top: 10px;
        left: 0;
    }
    /*.list-bonuses .header-bonuses {
        flex-wrap: wrap;
    }*/

    .list-bonuses .header-bonuses .view {
        display: none;
    }

    .casino-box-info .info .bonus {
        text-align: center;
    }

    .casino-box-info .info .stars-min {
        justify-content: center;
    }
}
.sp-link {display: none;}