html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
}

header {
    order: -2;
}

nav {
    order: -1;
}

iframe {
    max-width: 100% !important;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    text-align: left;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a, input, button {
    outline: none;
}

a:focus, input:focus, button:focus {
    outline: none;
}

a {
    color: #4644C7;
}

a:hover, a:focus {
    text-decoration: none;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

td {
    padding: 0;
}

img {
    vertical-align: middle;
}

html *, html ::after, html ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 0;
    margin-bottom: 34px;
    margin-top: 25px;
    text-transform: uppercase;
}

h2, .ash2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 17px;
    text-transform: uppercase;
    text-align: left;
    display: block;
}

h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px 0;
    color: #7047D1;
    text-align: left;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.43;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 320px;
    min-height: 100vh;
    padding: 0;
    color: #370D54;
    background-color: #fafafa;
}

a.backtotop {
    display: none;
    width: 45px;
    height: 49px;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.dv_mobile.withbanner a.backtotop {
    bottom: 90px;
}

#siteid_gr a.backtotop {
    background: url(../img/others/gr_backtotop.png)
}

#siteid_cb a.backtotop {
    background: url(../img/others/cb_backtotop.png)
}

#siteid_coc a.backtotop {
    background: url(../img/others/coc_backtotop.png)
}

#siteid_csch a.backtotop {
    background: url(../img/others/csch_backtotop.png)
}

#siteid_lce a.backtotop {
    background: url(../img/others/lce_backtotop.png)
}

#siteid_szc a.backtotop {
    background: url(../img/others/szc_backtotop.png)
}

#siteid_x389 a.backtotop {
    background: url(../img/others/x389_backtotop.png)
}

div.imgintxt {
    display: block;
    max-width: 100%;
    clear: both;
}

div.imgintxt img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

div.imgintxt div {
    float: none;
    text-align: center;
    border: 1px #ccc solid;
    padding: 5px;
    margin: 5px auto 0;
    box-sizing: border-box;
}

div.floatleft {
    float: left;
    margin: 8px 10px 0 0;
}

div.floatright {
    float: right;
    margin: 8px 0 0 10px;
}

div.floatnone, div.forcefloatnone {
    float: none;
    margin: 5px auto 10px;
}

div.forcefloatnone img {
    height: auto !important;
}

.forcefloatnone.fullonmobile img {
    width: 100% !important;
}

.forcefloatnone.fullonmobile div {
    width: 100%;
    max-width: none !important;
}

#breadcrumb {
    background-color: #fff;
    border-bottom: 1px solid #e3ebed;
    padding: 5px;
    margin-bottom: 20px;
}

#breadcrumb ol {
    margin: 0;
    padding: 0;
}

#breadcrumb li {
    display: inline-block;
    background: url(/img/breadcrumb.png) 0 7px no-repeat;
    padding-left: 5px;
}

#breadcrumb ol li:first-child {
    background: url(/img/home1.png) 0 5px no-repeat;
    padding-left: 15px;
}

#breadcrumb a {
    padding: 3px 5px;
    display: inline-block;
    background-position: center right;
    background-repeat: no-repeat;
    font-size: 11px;
    color: #666666;
}

#breadcrumb a:hover {
    color: #333333;
}

#breadcrumb a:last-child {
    background-image: none;
}

#breadcrumb a.current {
    font-weight: bold;
    color: #444444;
}

#breadcrumb a i {
    margin-right: 5px;
    opacity: .6;
}

#breadcrumb a:hover i {
    margin-right: 5px;
    opacity: .8;
}

.secondary-title--decorated {
    display: block;
    text-align: center;
}

.button {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    display: inline-block;
    width: 180px;
    padding: 14px 0;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: none;
    border-radius: 6px;
    background: #636363;
    -webkit-box-shadow: 0 5px 0 0 #3f3f3f;
    box-shadow: 0 5px 0 0 #3f3f3f;
    max-width: 100%;
}

.button:hover, .button:focus {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.button--primary {
    border: 1px solid #BE63FF;
    background-color: #8B48BB;
    -webkit-box-shadow: 0 5px 0 0 #370d54;
    box-shadow: 0 5px 0 0 #370d54;
}

.button--secondary {
    border: 1px solid #BE63FF;
    background-color: #8B48BB;
    -webkit-box-shadow: 0 5px 0 0 #370d54;
    box-shadow: 0 5px 0 0 #370d54;
}

.subscribe-form__button .button--secondary {
    border: 1px solid #BE63FF;
    background-color: #A371C7;
    -webkit-box-shadow: 0 5px 0 0 #8b48bb;
    box-shadow: 0 5px 0 0 #8b48bb;
}

.text-normal {
    text-transform: none;
}

div.tablecon {
    width: 100%;
    overflow: auto;
    padding: 0;
}

div.tablecon table {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
}

.text-block {
    margin-right: auto;
    margin-left: auto;
    letter-spacing: .02em;
    word-wrap: break-word;
    max-width: 840px;
}

.text-block img {
    max-width: 100%;
}

.text-block + .text-block {
    margin-top: 38px;
}

.bonus-list .text-block {
    max-width: none;
}

.text-block__img {
    float: left;
    width: 170px;
    margin: 18px 10px 22px -35px;
    text-align: center;
}

.text-block__list {
    margin: 0;
    padding: 0 0 0 16px;
    list-style-type: none;
}

.text-block__list li {
    position: relative;
    padding-left: 9px;
}

.text-block__list li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 50%;
    background-color: #8B48BB;
}

.text--primary {
    color: #8B48BB;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
    background-color: #fafafa;
}

.header__content {
    padding: 20px 0 10px 0;
}

.logo {
    text-align: center;
}

.logo__img {
    max-width: 100%;
    height: 169px;
}

.logo__img.smallscreen {
    display: none;
}

.logo__link {
    display: inline-block;
}

#newmenu {
    background-color: #8B48BB;
    order: -1;
    height: 60px;
    display: grid;
    align-items: center;
    padding: 0 10px;
    line-height: 1.1;
}

#newmenu ul {
    padding: 0;
    list-style: none;
}

#newmenu ul a {
    color: #fff;
    text-decoration: none;
}

#newmenu .container {
    background: none;
    height: 100%;
}

#newmenu .container div:not(.level1) {
    position: absolute;
    visibility: hidden;
    z-index: 300;
    opacity: 0;
    transition: opacity 0.4s ease-in;
}

#newmenu .container div:not(.level1) ul {
    border: none;
    width: 200px;
    word-break: break-word;
}

#newmenu .container div.level2 ul {
    background: #A371C7;
}

#newmenu .container div.level2 ul > li:hover > a {
    background: #8B48BB;
}

#newmenu .container div.level3 ul {
    background: #370D54;
}

#newmenu .container div.level3 ul > li > a:hover {
    background: #636363;
}

#newmenu .container div:not(.level1) a {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #fafafa;
    padding: 12px 20px;
    display: block;
    text-align: center;
}

#newmenu .container div:not(.level1) li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#newmenu div.level1 {
    height: 100%;
}

#newmenu div.level1 > ul {
    display: flex;
    margin: 0;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
}

#newmenu div.level1 > ul > li {
    position: relative;
    padding: 0;
}

#newmenu div.level1 > ul > li::before, #newmenu div.level1 > ul > li::after {
    content: '';
    position: absolute;
    left: 50%;
    z-index: 200;
    width: 100%;
    min-width: 100px;
    opacity: 0;
    visibility: hidden;
    height: 5px;
    transform: translateX(-50%);
    transition: opacity 0.4s ease-in;
    background: transparent;
    background: #A371C7;
}

#newmenu div.level1 > ul > li:hover::before, #newmenu div.level1 > ul > li:hover::after {
    visibility: visible;
    opacity: 1;
}

#newmenu div.level1 > ul > li.hassub > a > span {
    display: block;
    text-align: center;
    position: relative;
}

#newmenu div.level1 > ul > li.hassub > a > span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -17px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
}

#newmenu div.level1 > ul > li.hassub::before {
    width: 200px;
}

#newmenu div.level1 > ul > li.hassub::after {
    background: none;
}

#newmenu div.level1 > ul > li::before {
    top: -5px;
    border-radius: 5px 5px 0 0;
}

#newmenu div.level1 > ul > li::after {
    bottom: -5px;
    border-radius: 0 0 5px 5px;
}

#newmenu div.level1 > ul > li > a {
    display: inline-block;
    padding: 22px 10px;
    position: relative;
    line-height: 1;
}

#newmenu div.level1 > ul > li > span {
    display: inline-block;
    padding: 22px 10px;
    position: relative;
    line-height: 1;
}

#newmenu div.level1 > ul > li > a::before, #newmenu div.level1 > ul > li > a::after {
    visibility: hidden;
    opacity: 0;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    transition: opacity 0.4s ease-in;
}

#newmenu div.level1 > ul > li > a::before {
    top: 0;
    border-width: 4px 3px 0 3px;
    border-color: #A371C7 transparent transparent transparent;
}

#newmenu div.level1 > ul > li > a::after {
    bottom: 0;
    border-width: 0 3px 4px 3px;
    border-color: transparent transparent #A371C7 transparent;
}

#newmenu div.level1 > ul > li:hover > a::before, #newmenu div.level1 > ul > li:hover > a::after {
    visibility: visible;
    opacity: 1;
}

#newmenu div.level2 {
    left: 50%;
    transform: translateX(-50%);
}

#newmenu div.level2 > ul {
    border-radius: 0 0 5px 5px;
}

#newmenu div.level2 > ul > li:last-child, #newmenu div.level2 > ul > li:last-child:hover > a {
    border-radius: 0 0 5px 5px;
}

#newmenu div.level2 > ul > li > a {
    position: relative;
}

#newmenu div.level2 > ul > li.hassub > a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #fafafa;
}

#newmenu div.level2 > ul > li.hassub:hover > a::after {
    border-width: 5px 4px 0 4px;
    border-color: #fafafa transparent transparent transparent;
}

#newmenu div.level3 {
    left: calc(100% - 1px);
    top: 0;
    padding-left: 2px;
}

#newmenu div.level3 > ul, #newmenu div.level3 > ul > li:only-child > a {
    border-radius: 0 5px 5px 0;
}

#newmenu div.level3 > ul > li:last-child > a {
    border-radius: 0 0 5px 0;
}

#newmenu div.level3 > ul > li:first-child > a {
    border-radius: 0 5px 0 0;
}

#newmenu li.hassub {
    position: relative;
}

#newmenu li.hassub:hover > div {
    visibility: visible;
    opacity: 1;
}

.new-casinos__section {
    margin-top: 65px;
}

.new-casinos__section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.new-casinos__section-title span {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.new_casinos-container {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(211px, 1fr));
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    padding: 0;
}

.new_casinos-card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}

.new_casinos-card div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new_casinos-card .new_casinos__number {
    width: 100%;
    align-items: flex-start;
}

.new_casinos__number span {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    margin: -10px 5px -15px;
    text-decoration: none;
}

.new_casinos__logo {
    width: 100%;
    padding: 10px 0 10px;
}

.new_casinos__logo a {
    width: 100%;
    display: flex;
    padding: 10px;
    justify-content: center;
}

.new-casinos__content {
    height: 168px;
    justify-content: space-evenly;
}

.new-casinos__content .new-casinos__bonus-section {
    display: none;
}

.new-casinos__content .new_casinos__review-button {
    margin: 0;
}

.new-casinos__bonus-section {
    margin: 10px 0 0;
    max-height: 100px;
    min-height: 65px;
}

.new-casinos__bonus-section .new-casinos__bonus-title {
    color: #565656;
    font-size: 16px;
    font-weight: 600;
}

.new-casinos__bonus-section .new-casinos__bonus, .new-casinos__bonus-section .new-casinos__freespin {
    color: #370D54;
    font-size: 15px;
    font-weight: 600;
}

.new-casinos__bonus-section .new-casinos__freespin {
    font-size: 13px;
}

.new_casinos-card .rating {
    margin: 15px 0 15px;
}

.new_casinos-card .bonus-table__button {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0;
}

.new_casinos-card .bonus-table__button .button {
    padding: 8px 0;
    width: 80%;
}

.new_casinos__review-button {
    margin: 10px 0 10px;
}

.new_casinos__review-button a {
    color: #4744C7;
    font-weight: 600;
    text-decoration: none;
}

.about__content {
    padding: 0;
}

.about__title {
    margin-bottom: 33px;
}

.toplist .button {
    width: 98%;
}

.toplist .bonus-table__button {
    padding-right: 20px;
    padding-bottom: 20px;
}

.toplist .bonus-table__logo {
    text-align: center;
    padding-left: 20px;
    z-index: 2;
}

.toplist .bonus-table__number {
    padding: 0;
    z-index: 1;
}

.bonus-table, .toplist {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 21px;
}

.bonus-table {
    width: 100%;
    border-collapse: collapse;
}

.bonus-table td, .toplist td {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 16px 0;
}

.bonus-table td {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 96px;
    border-bottom: 1px solid #636363;
    padding: 3px 0;
}

.toplist tr {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 150px;
}

.toplist .bonus-table__number {
    width: 0;
    height: 0;
    border-top: 126px solid #ffcc00;
    border-bottom: 150px solid transparent;
    border-right: 125px solid transparent;
    position: absolute;
    left: 0;
}

.bonus-table .bonus-table__number {
    width: 60px;
    padding: 0 21px 0 3px;
}

#cb td.bonus-table__group {
    padding-top: 30px;
}

#gr .bonus-table__number {
    border-top: 126px solid #909090;
}

#lce .bonus-table__number {
    border-top: 126px solid #370D54;
}

#cb .bonus-table__number {
    border-top: 126px solid #909090;
}

#x389 .bonus-table__number {
    border-top: 126px solid #73CA85;
}

#coc .bonus-table__number {
    border-top: 126px solid #5c757a;
}

#szc .bonus-table__number {
    border-top: 126px solid #909090;
}

#csch .bonus-table__number {
    border-top: 126px solid #909090;
}

#gr .top-casino-number .bonus-table__number {
    border-top: 126px solid #23A86D;
}

#lce .top-casino-number .bonus-table__number {
    border-top: 126px solid #ffcc00;
}

#cb .top-casino-number .bonus-table__number {
    border-top: 126px solid #ED553B;
}

#x389 .top-casino-number .bonus-table__number {
    border-top: 126px solid #5483ee;
}

#coc .top-casino-number .bonus-table__number {
    border-top: 126px solid #E8424F;
}

#szc .top-casino-number .bonus-table__number {
    border-top: 126px solid #D0393D;
}

#csch .top-casino-number .bonus-table__number {
    border-top: 126px solid #D0393D;
}

.toplist .bonus-table__number-value {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: -59px;
    width: 100px;
    left: -32px;
    text-align: center;
    font-family: arial;
    display: block;
}

.bonus-table .bonus-table__number-value {
    color: #ffffff;
    font-size: 25px;
    font-weight: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    text-align: center;
    background: url(../img/table_number.svg) center no-repeat;
}

.about__content .toplist {
    margin-left: -66px;
}

.bonus-list .bonus-table__logo {
    width: auto;
    min-width: 130px;
    margin-left: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bonus-list .bonus-table__logo-link {
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 5px;
}

.toplist .bonus-page__table .bonus-table__logo {
    width: auto;
    min-width: 170px;
    margin-left: 21px;
}

.bonus-page__table .bonus-table__logo-link {
    display: inline-block;
}

.bonus-table__bonus-size {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    width: 300px;
}

.toplist img {
    width: auto;
    height: 100px;
}

.toplist .belge-license img {
    height: 60px
}

.bonus-table img {
    border-radius: 10%;
}

.bonus-value {
    font-size: 17px;
    color: #4644C7;
    display: block;
}

.freespin-bonus {
    min-width: 200px;
}

.bonus-value span {
    display: block;
    font-size: 17px;
    line-height: 15px;
    text-transform: none;
}

.bonus-table__link {
    text-align: center;
    width: auto;
    min-width: 150px;
}

.toplist .bonus-table__link {
    min-width: 100px;
}

.bonus-container {
    display: none;
}

.bonus-table__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
}

.bonus-table__rating {
    padding-right: 0;
    padding-left: 0;
    align-self: center;
    margin-right: 35px;
    margin-top: 11px;
}

.bonus-table__rating .rating {
    width: 140px;
    height: 58px;
    flex-direction: column;
    display: flex;
}

.bonus-table__rating .rating__actual {
    background-size: auto 27px;
}

.bonus-table__button {
    width: 160px;
    padding-right: 11px;
}

.rating {
    position: relative;
    width: 160px;
    height: 31px;
    text-align: left;
    background: url('/img/stars_empty.svg') 0 0 no-repeat;
    background-size: contain;
}

.rating__actual {
    position: absolute;
    height: 100%;
    text-align: left;
    background: url('/img/stars_full.svg') 0 0 no-repeat;
}

.rating__number {
    padding-top: 30px;
    justify-content: center;
    display: flex;
}

.subscribe-caption {
    padding-top: 58px;
    padding-bottom: 36px;
}

.subscribe__content {
    background-color: #370D54;
}

.subscribe__content .container {
    background-color: transparent;
}

.subscribe-form {
    min-height: 160px;
    padding: 49px 11px 0 25px;
}

.subscribe-form__input {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 44px;
    padding-left: 68px;
    -webkit-transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    color: #636363;
    border: none;
    border-radius: 6px;
}

.subscribe-form__input:focus {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .65);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .65);
}

.name-label, .email-label {
    position: absolute;
    top: 50%;
    left: 0;
    height: 36px;
    margin-top: -18px;
    border-right: 2px solid #370D54;
}

.name-label::before, .email-label::before {
    display: block;
    height: 100%;
    content: '';
}

.name-label::before {
    width: 49px;
    background: url('../img/name_label_icon.svg') 50% 50% no-repeat;
}

.email-label::before {
    width: 52px;
    background: url('../img/email_label_icon.svg') 50% 50% no-repeat;
}

.subscribe-form__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.subscribe-form__block {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 300px;
    margin-top: 4px;
}

.subscribe-form__block + .subscribe-form__block {
    margin-left: 52px;
}

.subscribe-form__field {
    position: relative;
}

.subscribe-form__checkbox {
    font-size: 12px;
    margin-top: 28px;
    padding-left: 2px;
    color: #fff;
}

.subscribe-form__checkbox a {
    color: inherit;
}

.subscribe-form__checkbox input[type='checkbox'] {
    width: 13px;
    height: 13px;
    margin-right: 7px;
    -webkit-transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    vertical-align: middle;
}

.subscribe-form__checkbox input[type='checkbox']:focus {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .45);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .45);
}

.checkbox-label {
    line-height: 14px;
    vertical-align: middle;
    white-space: nowrap;
}

.subscribe-form__link {
    color: #fff;
}

.subscribe-form__button {
    margin-top: 2px;
    margin-left: auto;
}

.free-games {
    margin: 0 0 20px;
}

.free-games__title {
    margin-bottom: 0;
}

.games-list {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(209px, 1fr));
    padding: 0;
    margin: 0;
    gap: 20px 10px;
    list-style-type: none;
}

.free-games__list {
    margin-bottom: 0px;
}

.games-list__item {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.games-list__img {
    margin-bottom: 10px;
}

.games-list__img img {
    border-radius: 15%;
    width: 100%;
    height: auto;
    max-width: 226px;
}

.games-list__title {
    font-weight: 700;
    margin-bottom: 10px;
    flex-grow: 1;
}

.games-list__button {
    height: 49px;
}

.rules__content {
    padding-bottom: 29px;
}

.rules__title {
    margin-bottom: 47px;
}

.strategy .text-block__img {
    margin-top: -2px;
    margin-right: 0;
}

.strategy__content {
    padding-bottom: 143px;
}

.strategy__title {
    margin-bottom: 27px;
}

footer {
    padding: 30px 0;
    text-align: center;
    background-color: #8B48BB;
    margin: 20px 0px;
}

footer .container {
    background-color: transparent;
}

#footers {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footers a {
    margin: 0 8px;
}

.footer-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 13px 0;
    padding-left: 0;
    list-style-type: none;
}

.footer-nav__item:not(:last-child)::after {
    display: inline-block;
    width: 1px;
    height: 16px;
    margin: -2px 9px 0 6px;
    content: '';
    vertical-align: middle;
    background-color: #fff;
}

.footer-nav__link {
    font-size: 13px;
    color: #fff;
}

.copyright {
    margin: 0;
}

.copyright__link {
    font-size: 13px;
    text-decoration: none;
    color: #fff;
}

.copyright__link:hover {
    text-decoration: underline;
}

.inner-page {
    padding-top: 39px;
    padding-bottom: 45px;
}

.casino {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 64px;
}

.casino__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 28px;
}

.casino__images img {
    margin: 10px 0 0 0;
}

.casino__logo {
    max-width: 174px;
    margin-bottom: 16px;
    margin-left: 34px;
}

.casino__screen {
    max-width: 301px;
}

.casino__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    padding: 0;
}

.casino__description {
    font-size: 20px;
    font-style: italic;
    line-height: 24px;
    max-width: 100%;
    margin-bottom: 42px;
    padding-left: 5px;
}

.casino__bonus {
    max-width: 100%;
    margin-bottom: 30px;
}

.bonus {
    font-size: 17px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
}

.bonus__text {
    width: 100%;
    color: #d25f5c;
    text-align: left;
}

.bonus__text a {
    color: inherit;
}

.bonus__title {
    text-transform: uppercase;
    color: #666;
}

.bonus__title::before {
    position: relative;
    bottom: 2px;
    display: inline-block;
    width: 23px;
    height: 21px;
    margin-right: 7px;
    content: '';
    vertical-align: top;
    background: url('../img/bonus_icon.svg') no-repeat;
}

.casino__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.casino__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
    margin-right: 30px;
    align-items: center;
}

.casino__rating .rating {
    margin-bottom: 3px;
}

.rating-title {
    margin-right: 10px;
    text-align: left;
    text-align: right;
    width: 135px;
}

.casino__button--small {
    font-size: 22px;
    line-height: 24px;
    width: 220px;
    padding: 15px 0;
}

.casino-details__title {
    margin-bottom: 52px;
}

.casino-advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 0 20px;
    list-style-type: none;
}

.casino-advantages__item {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    max-width: 22%;
    text-align: center;
}

.casino-advantages__icon {
    margin-bottom: 14px;
}

.casino-advantages__text {
    font-size: 16px;
    line-height: 20px;
}

.casino__button--big {
    font-size: 22px;
    line-height: 24px;
    width: 340px;
    padding: 15px 0;
}

.article {
    padding-top: 17px;
    padding-bottom: 58px;
}

.fgmtitle {
    margin-top: 58px;
    margin-bottom: 36px;
}

.article-content {
    margin-bottom: 41px;
}

.article__main-img {
    float: left;
    margin: 0px 22px 40px 0;
}

.article__img {
    float: left;
    width: 108px;
    margin: 8px 13px 10px 25px;
    text-align: left;
}

table:not(.preset) {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    border: 1px #ccc solid;
}

table:not(.preset) tr th {
    color: #370D54;
    background-color: 8B48BB;
}

table:not(.preset) tr td, table:not(.preset) tr th {
    padding: 10px 3px;
    border: 1px #370D54 solid;
}

table:not(.preset) tbody tr:nth-child(odd) td {
    background-color: #f0f0f0;
}

.article__bonus-table {
    margin: 40px 0 50px 0;
}

.bonus-page__table, div.top3title {
    position: relative;
    margin-bottom: 30px;
}

div.top3title {
    margin: 0 -50px;
}

.bonus-page__table::before, .bonus-page__table::after {
    position: absolute;
    top: 0;
    width: 50px;
    height: 60px;
    content: '';
    background-color: #8B48BB;
}

.bonus-page__table::before {
    left: -50px;
}

.bonus-page__table::after {
    right: -50px;
}

.bonus-page__table .bonus-table__body tr:first-child > td {
    border-top: none;
}

.bonus-page__table td {
    height: 97px;
    text-align: center;
}

.bonus-page__table td:first-child {
    padding-right: 5px;
    padding-left: 5px;
}

.bonus-page__table .bonus-table__button {
    width: 100px;
    padding: 0;
}

.bonus-page__table .bonus-table__button .button {
    width: 140px;
}

.bonus-table__head {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #8B48BB;
}

.top3title .bonus-table__head {
    font-size: 16px;
    font-weight: 700;
    color: #636363;
    background-color: #fafafa;
}

.bonus-table__head td {
    height: 60px;
    text-align: center;
    border: none;
    line-height: 21px;
    box-sizing: border-box;
    border-top: none !important;
}

.bonus-table__bonus {
    font-size: 20px;
    font-weight: 700;
    width: 145px;
}

.bonus-table__free {
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
    color: #8B48BB;
}

.bonus-page__text {
    margin-top: -11px;
    margin-bottom: 28px;
}

.free-games-page__list {
    margin-bottom: 0px;
}

.free-games-page__list .games-list__button .button {
    width: 180px;
}

.free-games-page__text {
    margin-bottom: 82px;
}

.free-games-page__img {
    float: left;
    margin: 6px 25px 20px -16px;
}

.free-games-page__strategy {
    margin-bottom: 38px;
}

.free-games-page__strategy .strategy__content {
    padding-bottom: 0;
}

.free-games-page__strategy .free-games-page__img {
    margin: -2px 25px 0 0;
}

div.new_articles {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px 15px;
    margin: 0 0 30px;
    padding: 18px 0 21px 0;
}

div.new_articles > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0px 2px 0px 0px rgba(57, 72, 101, 0.3);
    border-radius: 5px;
    padding: 0 0 26px
}

div.new_articles a.na_image {
    width: 100%;
    aspect-ratio: 305 / 116;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

div.new_articles.bksf a.na_image {
    width: 172px;
    height: 116px;
    border-radius: unset;
    aspect-ratio: unset;
    margin: 5px 0 10px;
}

div.new_articles a.na_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

div.new_articles a.button {
    margin: 0;
    width: calc(100% - 40px);
    border: 1px solid #BE63FF;
    background: #A371C7;
    box-shadow: 0 5px 0 0 #8b48bb;
}

div.new_articles a.button:hover {
    transform: translateY(5px);
    box-shadow: none;
}

div.new_articles div.na_text {
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: #2d3751;
    padding: 0 20px;
    margin-bottom: 20px;
    min-height: 30px;
}

div.new_articles a.na_title {
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 5px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

div.new_articles a.na_title:hover {
    text-decoration: underline;
}

.strategies__text {
    margin-bottom: 41px;
}

.strategies-list {
    max-width: 840px;
    margin: 40px auto 10px;
    padding: 0;
    list-style-type: none;
}

.strategies__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
}

.strategies__item:not(:last-child) {
    border-bottom: 1px solid #8B48BB;
}

.strategies__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 174px;
    flex: 0 0 174px;
    width: 174px;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
}

.strategies__icon img {
    max-width: 100%;
    border: 1px #aaa solid;
}

.strategies__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #8B48BB;
}

.strategies__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
}

.strategies__description {
    margin-bottom: 10px;
}

.strategies__button {
    margin-bottom: 7px;
    margin-left: auto;
}

.guide__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 840px;
    margin-right: auto;
    margin-bottom: 23px;
    margin-left: auto;
    padding-top: 18px;
}

.guide__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.guide__rating .rating {
    margin-bottom: 3px;
}

.guide__about-text {
    margin-bottom: 52px;
}

.guide__bonus-list {
    margin-bottom: 55px;
}

.guide__text-list {
    line-height: 25px;
    margin-top: 2px;
    padding-left: 36px;
    color: #8B48BB;
}

.guide__text-list li {
    padding-left: 12px;
}

.guide__text-list li::before {
    top: 11px;
}

.software-images__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 56px 0;
    padding: 41px 0 0 0;
    list-style-type: none;
}

.software-images__item {
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
    max-width: 250px;
}

.guide__free-games {
    margin-bottom: 19px;
}

.game-page__title::after {
    display: none;
}

.game-page__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    margin-bottom: 25px;
    justify-content: center;
}

.game-page__rating .rating {
    margin-bottom: 3px;
}

.game-page__frame {
    position: relative;
    overflow: hidden;
    width: 800px;
    height: 600px;
    margin: 0 auto;
}

.game-page__temporary-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #a1a1a1;
}

.game-page__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px;
    width: 800px;
    margin: 0 auto;
    padding: 0 15px;
    background-color: #8B48BB;
}

.game-page__casino-logo img {
    width: auto;
    height: 60px;
}

.game-page__bonus-text {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding: 0 15px;
    line-height: 25px;
}

.game-page__button {
    margin-top: -4px;
}

.game-page__button .button {
    font-size: 22px;
    width: 280px;
}

div.freegamereview {
    margin: 30px 0;
}

.rate {
    position: relative;
    width: 160px;
    height: 31px;
    text-align: left;
    background: url('/img/stars_empty.svg') center left no-repeat;
    background-size: contain;
}

.rate + .rate {
    margin-top: 20px;
}

.rate:before {
    content: '';
    display: block;
    padding-top: 16.9%;
}

.rate-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    text-align: left;
    background: url('/img/stars_full.svg') center left no-repeat;
    background-size: auto 100%;
    transition: all 120ms;
}

.rate-section {
    position: absolute;
    top: 0;
    height: 100%;
    width: 10%;
    cursor: pointer;
}

.rate-section.rs0 {
    left: 0%;
}

.rate-section.rs1 {
    left: 10%;
}

.rate-section.rs2 {
    left: 20%;
}

.rate-section.rs3 {
    left: 30%;
}

.rate-section.rs4 {
    left: 40%;
}

.rate-section.rs5 {
    left: 50%;
}

.rate-section.rs6 {
    left: 60%;
}

.rate-section.rs7 {
    left: 70%;
}

.rate-section.rs8 {
    left: 80%;
}

.rate-section.rs9 {
    left: 90%;
}

#voteinfo {
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
    display: none;
}

.bonus-rate {
    position: relative;
    width: 125px;
    height: 31px;
    text-align: left;
    background: url('/img/stars_empty.svg') center left no-repeat;
    background-size: contain;
}

.bonus-rate + .bonus-rate {
    margin-top: 20px;
}

.bonus-rate:before {
    content: '';
    display: block;
    padding-top: 16.9%;
}

.bonus-rate-bar {
    position: absolute;
    top: 2px;
    left: 1px;
    height: 80%;
    width: 0%;
    text-align: left;
    background: url('/img/stars_full.svg') center left no-repeat;
    background-size: auto 100%;
    transition: all 320ms;
}

.bonus-rate-section {
    position: absolute;
    top: 0;
    height: 100%;
    width: 10%;
    cursor: pointer;
}

#stkhidden {
    display: none;
}

#stk {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    display: none;
    color: #fff;
    font-weight: 400;
    background: #8B48BB;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 1, .5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 1, .5);
    box-shadow: 0 1px 3px rgba(0, 0, 1, .5);
    border-bottom: none;
    padding: 8px 0 12px;
}

.dv_mobile #stk {
    bottom: 0;
    top: auto;
    padding: 20px 0;
}

#stk .button {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}

#stk span {
    padding: 5px 0;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    vertical-align: bottom;
}

#sistersw {
    font-size: 13px;
    margin: 15px 0;
}

#sistersw p {
    margin-bottom: 10px;
}

#sistersw p:first-of-type {
    font-weight: 700;
}

#sistersw ul {
    padding: 0;
}

#sistersw li {
    display: inline-block;
    margin: 0 15px 5px 0;
}

#sistersw li a {
    text-decoration: none;
}

#sistersw li a:hover {
    text-decoration: underline;
}

#sistersw ul li.h {
    display: none;
}

div.fpts {
    margin-bottom: 50px;
}

.excerpt1 {
    background: #dcdcdc;
    clear: both;
    position: relative;
    padding: 30px;
    border-radius: 15px;
    margin: 15px 0;
    font-size: 19px;
    color: #636363;
    font-style: italic;
    font-weight: 700;
}

.excerpt1 span.l, .excerpt1 span.r {
    display: block;
    width: 51px;
    height: 43px;
    position: absolute;
}

.excerpt1 span.l {
    top: 8px;
    left: -8px;
}

.excerpt1 span.r {
    right: -8px;
    bottom: 8px;
}

.excerpt1 span.l svg path, .excerpt1 span.r svg path {
    fill: #8B48BB;
}

.excerpt1 div.t {
    margin: 0 50px;
}

div.casino-details__button a, div.ctabox a {
    margin: 30px auto 40px;
    width: max-content;
    min-width: 500px;
    max-width: 100%;
    line-height: 25px;
    display: block;
    padding: 10px 40px;
}

div.casino-details__button a {
    margin-bottom: 100px;
}

img.softwarelogo, img.bankinglogo {
    width: 172px;
    height: 116px;
    background: #fff;
    border: 1px #ccc solid;
}

div.bonus-list {
    margin: 20px 0 30px;
}

div.top3title + div.bonus-list {
    margin-top: -1px;
}

center img {
    height: auto !important;
}

.toplist td.cn {
    text-align: left;
    width: 100px;
    display: flex;
    justify-content: center;
    display: none;
    z-index: 2;
}

.bonus-table td.cn {
    text-align: left;
}

.toplist .vertical {
    border-right: 2px solid lightgrey;
    margin: 0px 20px 0px 20px;
    height: 75px
}

.rating-container {
    display: none;
}

.mobile-bonus {
    display: none;
}

.fgdiv {
    display: block;
    width: 20%;
    height: 164px;
    text-align: center;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
}

.fnew {
    display: block;
    width: 95%;
    height: 174px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    line-height: 14px;
}

.fnew img {
    display: block;
    float: right;
    margin: 1% 1% 0 0;
}

.fnew span {
    display: inline-block;
    margin-top: 126px;
    width: 100%;
    text-align: center;
}

.fnew span.nbr {
    margin-top: 133px;
}

.fgix, .fgixd, .fgixm {
    border: 1px #ccc solid;
}

.gmss {
    margin-bottom: 20px;
}

.gmsd:not(.active), .gmsm:not(.active) {
    display: none;
}

div.games {
    margin: 10px;
    display: grid;
    clear: both;
    grid-template-columns:repeat(auto-fill, minmax(172px, 1fr));
    gap: 15px 10px;
}

a.gitem {
    padding-top: calc(66.49% + 8px);
    background-size: contain;
    overflow: hidden;
    box-sizing: content-box;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
    position: relative;
    text-decoration: none;
}

a.gitem:hover {
    text-decoration: underline;
}

a.gitem div.fgx {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgb(0, 0, 0, 0.8);
    aspect-ratio: 376/250;
    display: grid;
    align-items: center;
}

a.gitem .button {
    border: 1px solid #909090;
    background-color: #909090;
    -webkit-box-shadow: 0 5px 0 0 #585858;
    box-shadow: 0 5px 0 0 #585858;
    margin: 0 10%;
    width: auto;
    display: grid;
    align-items: center;
}

div.playname {
    display: none;
}

#articleindex {
    text-align: left;
}

#articleindex a {
    text-decoration: none;
}

#articleindex a:hover {
    text-decoration: underline;
}

#articleindextitle {
    font-weight: 700;
    font-size: 15px;
    margin: 5px 0 10px 5px;
}

#articleindex ul {
    margin: 0 !important;
    width: 100%;
    padding-left: 0;
}

#articleindex li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    background: none;
}

#articleindex > ul span {
    width: 20px;
    min-width: 20px;
    text-align: center;
    font-size: larger;
}

#articleindex > ul > li > a {
    font-weight: 700;
    font-size: 14px;
    margin: 3px 0 0;
    max-width: 90%;
}

#articleindex > ul > li > span {
    margin: 3px 0 0;
}

#articleindex > ul > li > ul {
    margin: 3px 0;
}

#articleindex > ul > li > ul > li > a {
    font-size: 14px;
    margin: 1px 0 1px 15px;
    max-width: 86%;
}

#articleindex > ul > li > ul > li > ul {
    margin: 2px 0;
}

#articleindex > ul > li > ul > li > ul > li > a {
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 0 30px;
    max-width: 82%
}

#articleindex > ul > li > ul > li > ul > li > ul {
    margin: 2px 0;
}

#articleindex > ul > li > ul > li > ul > li > ul > li > a {
    font-size: 12px;
    margin: 0 0 0 45px;
    max-width: 78%;
}

#articleindex li.closed > ul {
    display: none;
}

#articleindex li.closed > span, #articleindex li.opened > span {
    cursor: pointer;
}

div#articleindex {
    margin: 30px 0 0;
}

#articleindextitle {
    font-size: 16px;
}

#rwinfo {
    table-layout: fixed;
    margin: 0 0 20px;
    border-collapse: collapse;
}

#rwinfo tr td:first-child {
    width: 100px;
}

#rwinfo tr td {
    padding: 6px 10px;
}

#rwinfo tr td.mb span {
    margin-left: 5px;
}

body.err404 {
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}

div#err404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    background: #fff;
}

div#err404 .header__logo {
    margin-bottom: 15px;
    width: 200px;
}

div#err404 span.txt {
    font-size: 17px;
    width: 500px;
    max-width: 100%;
    text-align: center;
    line-height: 22px;
    margin-bottom: 10px;
    background: #f1f1f1;
    border-radius: 10px;
    padding: 15px 25px;
    box-sizing: border-box;
}

div#err404 .pic {
    width: 300px;
    margin-bottom: 30px;
    max-width: 90%;
}

.menu-button {
    display: none;
    width: 40px;
    border: none;
    background: none;
    padding: 0;
}

.menu-button > span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.menu-button > span:not(:last-child) {
    margin-bottom: 7px;
}

.mobile-nav {
    display: none;
    position: fixed;
    width: 55%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    left: calc(-100% - 46px);
    z-index: 9999;
    background: #8B48BB;
    transition: all 0.5s ease;
    font-family: 'Montserrat', sans-serif;
}

.m-nav__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.m-nav__close {
    display: block;
    width: 25px;
    height: 26px;
    border: none;
    background: url("../i/mobile_close.png") 0 0 / contain no-repeat;
}

.mobile-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.mobile-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.m-nav__container {
    margin-bottom: 20px;
}

.m-nav__container div:not(.level1) {
    display: none;
}

.mobile-nav a:hover, .mobile-nav a:focus {
    text-decoration: none;
}

.mobile-nav .level1 > ul > li > a {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    padding: 15px 25px 15px 44px;
    text-align: left;
}

.mobile-nav .level1 > ul > li.hassub > a {
    position: relative;
}

.mobile-nav .level1 > ul > li.hassub > a:after {
    content: '';
    top: 50%;
    position: absolute;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    z-index: 200;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
}

.mobile-nav div:not(.level1) > ul > li.hassub > a.active {
    background: #8B48BB;
}

.mobile-nav .level1 > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.mobile-nav div:not(.level1) > ul > li:not(:last-child) {
    border-bottom: 1px solid #8B48BB;
}

.mobile-nav div:not(.level1) > ul > li > a {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
}

.mobile-nav .level2 > ul > li {
    background: #A371C7;
}

.mobile-nav .level2 > ul > li > a {
    padding: 13px 20px 13px 64px;
}

.mobile-nav div:not(.level1) > ul > li.hassub > a {
    position: relative;
}

.mobile-nav div:not(.level1) > ul > li.hassub > a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 200;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
}

.mobile-nav .level2 > ul > li > a:hover, .mobile-nav .level2 > ul > li > a:active, .mobile-nav .level2 > ul > li > a:focus {
    background: #8B48BB;
}

.mobile-nav div.level3 > ul > li:not(:last-child) {
    border-bottom: 1px solid #A371C7;
}

.mobile-nav .level3 > ul > li {
    background: #370D54;
}

.mobile-nav .level3 > ul > li > a {
    letter-spacing: 0em;
    padding: 13px 10px 13px 90px;
    color: #fff;
}

.mobile-nav .level3 > ul > li > a:hover, .mobile-nav .level3 > ul > li > a:active, .mobile-nav .level3 > ul > li > a:focus {
    background: #636363;
}

.mobile-nav .level2 > ul > li.m-nav__category > a, .mobile-nav .level3 > ul > li.m-nav__category > a {
    font-size: 14px;
}

.mobile-nav div.level3 > ul > li:first-child > a {
    position: relative;
}

.mobile-nav div.level3 > ul > li:first-child > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: url("../i/m_submenu_shadow.png") 0 0 repeat-x;
}

#freegamelist {
    width: 100%;
    margin: 10px 0 20px;
    float: left;
    clear: both;
}

div.fgbar {
    background: #e2e6e9;
    padding: 8px;
    margin: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

select.fgsofsel {
    margin: 8px;
    height: 34px;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
    float: left;
    font-weight: bold;
    font-weight: bold;
}

.fgnav {
    float: none;
    margin: 0;
    text-align: right;
    flex-grow: 1;
}

div.games + .fgnav {
    margin: 0 0 10px;
    background: #ccc;
    padding: 5px 10px;
    display: none;
}

.fgnav > div {
    float: none;
}

.fgnav .fgpagehide {
    display: none;
}

span.pn-status {
    line-height: 0;
}

span.pn-status a {
    color: #363635;
}

span.pn-status span, span.pn-status a {
    display: inline-block;
    font-size: 16px;
    color: #949494;
    text-align: center;
    padding: 0 5px;
    line-height: 34px;
    border-radius: 5px;
    margin: 0 1px;
    min-width: 15px;
    font-weight: 700;
}

span.pn-status span, span.pn-status a:hover {
    background: #636363;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0px 3px 0px #636363;
}

span.pn-status a:hover {
    color: #fff !important;
}

a.pn-arrow-prev, a.pn-arrow-next {
    display: inline-block;
    font-size: 14px;
    color: #fff !important;
    vertical-align: bottom;
    cursor: pointer;
    background: #949494;
    line-height: 34px;
    margin: 0 5px;
    font-weight: 700;
    border-radius: 5px;
    padding: 0 10px;
    box-shadow: 0px 3px 0px #6b6b6b;
}

a.pn-arrow-prev:hover, a.pn-arrow-next:hover {
    text-decoration: none;
}

span.pn-status a {
    cursor: pointer;
}

span.curfilter {
    display: none;
}

span.dot3 {
    color: #363635 !important;
    padding: 0;
    background: none !important;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

    .fnew span.nbr {
        margin-top: 120px;
    }

    .fnew span {
        margin-top: 113px;
    }

    .fgdiv {
        width: 33.333333%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .fnew span.nbr {
        margin-top: 120px;
    }

    .fnew span {
        margin-top: 113px;
    }

    .fgdiv {
        width: 25%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .fnew span.nbr {
        margin-top: 120px;
    }

    .fnew span {
        margin-top: 113px;
    }

    .fgdiv {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1055px;
    }

    .fnew span.nbr {
        margin-top: 133px;
    }

    .fnew span {
        margin-top: 126px;
    }
}

@media (max-width: 1050px) {
    .toplist .bonus-table__rating .rating {
        display: none;
    }

    .toplist .button {
        width: 200px;
    }
}

@media (max-width: 1250px) {
    .toplist .belge-license img {
        height: 60px
    }

    .about__content .toplist {
        margin: 0;
    }

    .m-nav__category {
        font-weight: bold;
    }

    .menu-button {
        display: block;
    }

    #newmenu {
        display: none;
    }

    header {
        background-color: #8B48BB;
    }

    header > .container {
        background: none;
    }

    .header__content {
        padding: 0;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 60px;
    }

    .logo__link {
        display: block;
    }

    .logo__img {
        max-width: none;
        width: auto;
        height: 50px !important;
    }

    .m-nav__m-text {
        display: none;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
    }

    .logo__img.largescreen {
        display: none;
    }

    .logo__img.smallscreen {
        display: block;
        z-index: 1;
    }

    .mobile-nav {
        display: block;
    }

    .mobile-nav.active {
        left: 0;
    }

    body {
        transition: margin-left 0.55s ease;
        position: relative;
    }

    .mobile-menu-active {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    body.mobile-menu-active {
        height: 100vh;
        margin-left: 55%;
    }

    .body-shadow {
        visibility: hidden;
        position: absolute;
        width: 200%;
        height: 100vh;
        z-index: 9000;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.6);
        transition: all 0.55s ease;
    }

    body.mobile-menu-active .body-shadow {
        visibility: visible;
    }
}

@media (max-width: 1199px) {
    body {
        background-color: #fafafa;
    }

    .subscribe-form__block {
        max-width: 250px;
    }

    .subscribe-form__checkbox {
        margin-top: 15px;
    }

    .checkbox-label {
        white-space: normal;
    }

    .casino__options {
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%;
    }

    #mainbt {
        width: 100%;
    }

    .casino__rating {
        margin-top: 20px;
    }

    .bonus-table__group {
        width: 155px;
    }

    .bonus-table__number {
        padding: 0 10px;
    }

    .bonus-table__rating {
        margin-right: 15px;
    }

    .toplist .bonus-table__logo {
        padding: 0;
    }

    .toplist .vertical {
        margin: 0px 5px 0px 5px;
    }

    td.cn {
        width: 50px;
    }

    .bonus-table__bonus-size {
        min-width: 51px;
    }

    .bonus-table__logo {
        min-width: 101px;
        margin-left: 0px;
    }

    .bonus-table__options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: space-around;
        width: auto;
    }

    .toplist .bonus-table__button {
        padding-right: 37px;
    }

    .container {
        max-width: 1032px;
    }
}

@media (max-width: 767px) {
    select.fgsofsel {
        width: 100%;
        margin: 6px !important;
        margin-bottom: 15px !important;
    }

    .next-button {
        float: right !important;
    }

    .pn-status {
        padding-left: 15%;
    }

    .fgnav {
        text-align: left !important;
    }

    div.new_articles {
        grid-template-columns:100%;
    }

    div.new_articles a.na_title {
        display: block;
        height: auto;
        margin-bottom: 10px;
    }

    #stk span {
        display: none;
    }

    .rating-title {
        text-align: center;
        margin-right: 0;
    }

    .game-page__frame, .game-page__options {
        margin: 0 -15px !important;
    }

    .game-page__frame {
        height: 405px !important;
    }

    .toplist .bonus-table__link {
        min-width: 79px;
    }

    .bonus-page__table .bonus-table td:nth-child(4), .bonus-page__table .bonus-table td:nth-child(5), .bonus-page__table .bonus-table td:nth-child(6) {
        display: none;
    }

    #stk banner {
        display: none;
        padding: 10px 0 14px;
    }

    #stk .button {
        width: 90%;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    h1 {
        display: block;
    }

    h1::after {
        display: none;
    }

    .secondary-title--decorated {
        display: block;
    }

    .secondary-title--decorated::after {
        display: none;
    }

    .subscribe-form {
        padding: 50px 10px 30px 10px;
    }

    .subscribe-form__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .subscribe-form__block {
        -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
        max-width: 47%;
    }

    .subscribe-form__button {
        margin-right: auto;
        padding-top: 20px;
    }

    .subscribe-form__block + .subscribe-form__block {
        margin-left: 0;
    }

    .casino__content {
        padding-right: 0;
    }

    .casino__rating {
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0;
    }

    .casino__rating .rating-title {
        margin-bottom: 10px;
    }

    .software-images__item {
        -ms-flex-preferred-size: 30%;
        flex-basis: 33%;
    }

    .bonus-table tbody td {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .bonus-table .bonus-table__number {
        display: none;
    }

    .bonus-table__group {
        width: auto;
    }

    .bonus-table__options {
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-right: 4px;
    }

    .bonus-table__rating {
        margin-bottom: 10px;
        padding: 0;
    }

    .bonus-table__button {
        width: 125px;
        padding-right: 0;
    }

    .bonus-table__button .button {
        width: 125px;
    }

    .bonus-page__table .bonus-table__bonus-size {
        padding: 0 5px;
    }

    .bonus-table__head {
        font-size: 14px;
    }

    .bonus-table__link {
        line-height: 1.2;
    }

    .bonus-table__free {
        margin-top: 5px;
    }

    .bonus-table__bonus-size {
        line-height: 1.1;
    }

    .strategies__description {
        margin-bottom: 10px;
    }

    .game-page__options {
        padding: 0 20px;
    }

    .game-page__bonus-text {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 991px) {
    .bonus__text {
        text-align: center;
    }

    h1 {
        margin-bottom: 20px;
    }

    .game-page__frame, .game-page__options {
        width: auto;
        margin: 0 -50px;
    }

    .game-page__frame {
        height: 540px;
    }

    .toplist .bonus-table__button {
    }

    .bonus-page__table .bonus-table td:nth-child(4), .bonus-page__table .bonus-table td:nth-child(5) {
        display: none;
    }

    .bonus-page__table .bonus-table__button {
        width: auto;
    }

    .bonus-page__table .bonus-table__button .button {
        width: 100px;
        padding: 10px 15px;
    }

    .toplist .bonus-table__button .button {
        width: 100px;
        padding: 10px 15px;
    }

    .bonus-table__link {
        min-width: 80px;
        padding: 0 10px;
    }

    .bonus-table td {
        width: auto !important;
    }

    .bonus-page__text {
        margin-bottom: 20px;
    }

    .inner-page {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 10px;
    }

    .lock-screen {
        position: relative;
        overflow: hidden;
        height: 100%;
    }

    .bonus-page__table::before, .bonus-page__table::after {
        display: none;
    }

    .guide__about {
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .guide__logo {
        margin-bottom: 10px;
    }

    .casino {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .casino__description {
        margin-bottom: 20px;
    }

    .casino__images {
        width: 100%;
        text-align: center;
    }

    .casino__bonus {
        margin-bottom: 0;
    }

    .casino-advantages {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .casino-advantages__item {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        max-width: 45%;
        margin-bottom: 30px;
    }

    .casino__content {
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        text-align: center;
    }

    .casino__options {
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        order: -1;
        margin: -10px 0 20px;
    }

    .casino__rating {
        text-align: center;
        margin-right: 0;
    }

    .casino__rating .rating-title {
        width: 100%;
    }

    .strategy__content {
        padding-bottom: 50px;
    }

    .bonus-table__rating {
        display: none;
    }

    .game-page__casino-logo {
        display: none;
    }

    .game-page__bonus-text {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding-right: 30px;
    }

    .game-page__button {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .game-page__button .button {
        width: 100%;
    }
}

@media (max-width: 609px) {
    div.top3title {
        margin: 0;
    }

    .game-page__frame, .game-page__options {
        width: 100%;
        margin: 0 auto !important;
    }
}

@media (max-width: 575px) {
    .new_casinos-container {
        display: flex;
        flex-direction: column;
    }

    .new_casinos-card {
        overflow: hidden;
        margin: 0 0 10px;
    }

    .new_casinos__number span {
        right: 255px;
        top: 8px;
    }

    .new_casinos__logo-link {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .new_casinos__logo img {
        width: auto;
    }

    .toplist .bonus-table__logo {
        z-index: 1;
    }

    .toplist .bonus-table__number {
        z-index: 2;
    }

    .toplist tr {
        box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
        border-radius: 5px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
    }

    .toplist td {
        padding: 10px 0;
    }

    .toplist .vertical {
        display: none;
    }

    .freespin-bonus {
        min-width: 0px;
    }

    .about__content .toplist {
        margin: 0;
    }

    .toplist .bonus-table__number {
        border-top: 73px solid #ffcc00;
        border-bottom: 233px solid transparent;
        border-right: 73px solid transparent;
        position: absolute;
        left: 0;
        top: 0;
    }

    #gr .bonus-table__number {
        border-top: 73px solid #909090;
    }

    #lce .bonus-table__number {
        border-top: 73px solid #8B48BB;
    }

    #cb .bonus-table__number {
        border-top: 73px solid #909090;
    }

    #x389 .bonus-table__number {
        border-top: 73px solid #73CA85;
    }

    #coc .bonus-table__number {
        border-top: 73px solid #5c757a;
    }

    #szc .bonus-table__number {
        border-top: 73px solid #909090;
    }

    #csch .bonus-table__number {
        border-top: 73px solid #909090;
    }

    #gr .top-casino-number .bonus-table__number {
        border-top: 73px solid #23A86D;
    }

    #lce .top-casino-number .bonus-table__number {
        border-top: 73px solid #ffcc00;
    }

    #cb .top-casino-number .bonus-table__number {
        border-top: 73px solid #ED553B;
    }

    #x389 .top-casino-number .bonus-table__number {
        border-top: 73px solid #5483ee;
    }

    #coc .top-casino-number .bonus-table__number {
        border-top: 73px solid #E8424F;
    }

    #szc .top-casino-number .bonus-table__number {
        border-top: 73px solid #D0393D;
    }

    #csch .top-casino-number .bonus-table__number {
        border-top: 73px solid #D0393D;
    }

    .toplist .bonus-table__logo {
        width: 100%;
        height: 95px;
        margin: 0;
        padding: 0;
    }

    .bonus-table__logo .casino-name-desktop {
        display: none;
    }

    .toplist .bonus-table__logo-link img {
        margin-right: 0;
        height: auto;
        width: auto;
        border-radius: unset;
        max-width: 100% !important;
    }

    .bonus-table__logo-link {
        width: 100%;
        overflow: hidden;
        height: 100%;
        border-radius: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .toplist .bonus-table__logo-link {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        overflow: hidden;
        align-items: center;
        border-radius: 0%;
        margin-bottom: 5px;
    }

    .bonus-table__bonus-size {
        display: none;
    }

    .bonus-text {
        display: none;
    }

    .toplist td.cn {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .toplist td.cn a {
        color: #4d4d4d;
        font-weight: 700;
        font-size: 17px;
        text-decoration: none;
    }

    .mobile-bonus {
        padding-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .no-bonus {
        justify-content: space-evenly;
        width: 100%;
    }

    .mobile-bonus .bonus-value {
        margin-right: 5px;
        font-weight: bold;
    }

    .mobile-bonus .bonus-value span {
        font-weight: bold;
        font-size: 18px;
    }

    .toplist .bonus-table__button {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .toplist .bonus-table__button .button {
        width: 300px;
    }

    .rating-container {
        display: flex;
    }

    .rating-container {
        display: flex;
    }

    .rating-container .rating__number {
        padding-top: 5px;
        justify-content: center;
        display: flex;
        margin-left: 5px;
        font-weight: bold;
        font-size: 16px;
    }

    .mobile-bonus-container {
        width: 90%;
    }

    .bonus-container {
        background-color: #f6f6f6;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px 0px;
        border-radius: 5px;
    }

    .bonus-container a {
        color: #3aadce;
    }

    td.bonus-table__group {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 11px;
    }

    .bonus-table__options {
        display: block;
    }

    .toplist img:first-of-type {
        width: auto;
        height: 100px;
    }

    .bonus-table td {
        height: 80px;
    }

    div.casino-details__button a, div.ctabox a {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin: 20px auto 30px;
    }
    
    .ctabox{
    border:none !important;
    }

    div.casino-details__button a {
        margin: 15px auto 50px;
    }

    div.excerpt1 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .fnew span.nbr {
        margin-top: 122px;
    }

    .fnew span {
        margin-top: 115px;
    }

    .fgdiv {
        width: 33.333333%;
    }

    .toplist .bonus-table__link {
        display: none;
    }

    .toplist .bonus-table__logo {
        min-width: 0;
        padding-right: 0;
    }

    .subscribe-form__content {
        margin: 0 20px;
    }

    .bonus-table__head td {
        height: auto;
        padding: 10px 0;
    }

    .bonus-table__bonus-size {
        min-width: 80px;
    }

    h2, .ash2 {
        font-size: 15px !important;
        line-height: normal !important;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    p {
        margin-bottom: 10px;
    }

    .about__title {
        margin-bottom: 10px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hidden-mobile {
        display: none;
        color: inherit;
    }

    h1 {
        font-size: 20px;
        margin-top: 5px;
    }

    h2 {
        font-size: 18px;
        line-height: 1.3;
    }

    .table-responsive {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
    }

    .table-responsive table {
        width: 600px;
    }

    .bonus-table__logo {
        width: 120px;
        min-width: 120px;
    }

    .bonus-page__table td:first-child {
        padding-left: 0;
        padding-right: 0;
    }

    .subscribe-caption {
        padding: 20px 0 0;
    }

    .subscribe-form {
        padding-right: 0;
        padding-left: 0;
    }

    .subscribe-form__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .subscribe-form__block {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        max-width: none;
        margin-bottom: 15px;
    }

    .subscribe-form__button {
        padding-top: 10px;
    }

    .name-label::before, .email-label::before {
        width: 50px;
    }

    .free-games__title {
        margin-bottom: 25px;
    }

    .rules__title {
        margin-bottom: 25px;
    }

    .text-block__img, .strategy .text-block__img {
        width: auto;
        margin: 0 20px 10px 0;
    }

    footer {
        padding: 30px 0;
    }

    .strategies__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .strategies__icon, .strategies__content {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        max-width: none;
    }

    .strategies__icon {
        margin-bottom: 20px;
    }

    .strategies__button {
        margin-right: auto;
    }

    .strategies__description {
        margin-bottom: 15px;
    }

    .strategies-list {
        margin-bottom: 0;
    }

    .strategies__item {
        padding-top: 30px;
    }

    .bonus-page__table {
        margin-bottom: 40px;
    }

    .free-games-page__text {
        margin-bottom: 40px;
    }

    .free-games-page__list, .free-games-page__strategy {
        margin-bottom: 0;
    }

    .free-games-page__img {
        max-width: 50%;
        margin-bottom: 0;
        margin-left: 0;
    }

    .guide__about {
        padding-top: 0;
    }

    .guide__logo {
        margin-bottom: 25px;
    }

    .guide__rating {
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .guide__rating .rating-title {
        margin-bottom: 10px;
    }

    .guide__text-list, .text-block__list {
        padding-left: 15px;
    }

    .guide__text-list li:not(:last-child), .text-block__list li:not(:last-child) {
        margin-bottom: 10px;
    }

    .software-images__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
        padding: 0;
    }

    .software-images__item {
        vertical-align: middle;
        -webkit-box-flex: 0;
        margin-left: auto;
        margin-right: auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
    }

    .software-images__item:not(:last-child) {
        margin-bottom: 20px;
    }

    .guide__text-list {
        line-height: 22px;
    }

    .article {
        padding: 0;
    }

    .article__main-img {
        max-width: 150px;
        margin-top: 0;
    }

    .article__img {
        margin-left: 0;
    }

    .casino__button--big {
        width: 100%;
        max-width: 340px;
    }

    .casino-advantages {
        padding-right: 0;
        padding-left: 0;
    }

    .casino-details__title {
        margin-bottom: 25px;
    }

    .casino__images {
        margin-right: 0;
    }

    .casino__logo {
        margin-bottom: 25px;
        margin-left: 0;
    }

    .casino__content {
        padding-top: 0;
    }

    .bonus-table__logo {
        width: 80px;
        padding-right: 10px;
    }

    .bonus-table .bonus-table__logo img {
        max-width: 120px;
        margin-right: 5px;
    }

    .bonus-table__bonus-size {
        font-size: 12px;
    }

    .bonus-table__link {
        padding-right: 10px;
        padding-left: 10px;
    }

    .bonus-table__button .button {
        font-size: 14px;
        padding: 5px 7px;
    }

    .bonus-page__table .bonus-table__button .button {
    }

    .bonus-page__table .bonus-table__link {
        font-size: 12px;
        padding: 0 5px;
    }

    .bonus-page__table .bonus-table__free {
        font-size: 12px;
        white-space: nowrap;
    }

    .bonus-page__table .bonus-table__logo {
        padding-right: 0;
    }

    .bonus-value {
        display: block;
    }

    .game-page__bonus-text {
        display: none;
    }

    .game-page__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .game-page__rating {
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .game-page__rating .rating-title {
        margin-bottom: 5px;
    }

    .toplist .bonus-table__button .button {
        padding: 10px 5px;
    }

    .m-nav__logo .logo__img {
        display: none;
    }

    .m-nav__m-text {
        display: block;
    }

    .mobile-nav .level1 > ul > li > a {
        font-size: 16px;
        padding-left: 20px;
    }

    .mobile-nav .level2 > ul > li > a {
        padding-left: 35px;
    }

    .mobile-nav .level3 > ul > li > a {
        letter-spacing: 0em;
        padding-left: 50px;
    }

    .mobile-nav .level2 > ul > li.m-nav__category > a, .mobile-nav .level3 > ul > li.m-nav__category > a {
        font-size: 13px;
    }

    .mobile-nav {
        width: 70%;
    }

    body.mobile-menu-active {
        margin-left: 70%;
    }

    div.new_articles {
        padding: 0 0 7px;
    }
}

@media (max-width: 410px) {
    .bonus-table__number-value {
        width: 40px;
    }

    .bonus-page__table td:first-child {
        padding-right: 8px;
        padding-left: 0;
    }

    .bonus-table__logo {
        min-width: 110px;
    }

    .bonus-table__number-value {
        left: 0;
    }
}

@media (max-width: 359px) {
    .button {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .bonus-table__head td {
        padding: 5px 0;
    }

    .bonus-page__table .bonus-table__button .button {
        width: 64px;
    }

    .bonus-table__bonus-size {
        min-width: 60px;
    }

    .bonus-value {
        font-size: 18px;
    }
}

@media (max-width: 550px) {
    .fnew span.nbr {
        margin-top: 118px;
    }

    .fnew span {
        margin-top: 111px;
    }
}

@media (max-width: 510px) {
    .fnew span.nbr {
        margin-top: 108px;
    }

    .fnew span {
        margin-top: 101px;
    }

    div.games {
        margin: 10px;
        display: grid;
        clear: both;
        grid-template-columns:1fr 1fr;
        gap: 15px 10px;
    }
}

@media (max-width: 480px) {
    .fnew span.nbr {
        margin-top: 150px;
    }

    .fnew span {
        margin-top: 143px;
    }

    .fgdiv {
        width: 50%;
        height: 180px;
    }
}

@media (max-width: 440px) {
    .games-list {
        grid-template-columns:repeat(auto-fit, minmax(166px, 1fr));
    }

    .fnew span.nbr {
        margin-top: 140px;
    }

    .fnew span {
        margin-top: 133px;
    }
}

@media (max-width: 414px) {
    select.fgsofsel {
        width: 100%;
        margin: 6px !important;
        margin-bottom: 15px !important;
    }

    .next-button {
        float: right !important;
    }

    .pn-status {
        padding-left: 10%;
    }

    .fgnav {
        text-align: left !important;
    }

    .fnew span.nbr {
        margin-top: 130px;
    }

    .fnew span {
        margin-top: 123px;
    }

    .fgdiv {
        width: 50%;
        height: 170px;
    }

    .bonus-value span {
        font-weight: normal;
    }

    .bonus-value {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .fnew span.nbr {
        margin-top: 120px;
    }

    .fnew span {
        margin-top: 113px;
    }

    .fgdiv {
        height: 160px;
    }
}

@media (max-width: 360px) {
    .fnew span.nbr {
        margin-top: 113px;
        font-size: 12px;
    }

    .fnew span {
        margin-top: 106px;
        font-size: 12px;
    }

    .fgdiv {
        height: 150px;
    }
}

@media (max-width: 359px) {
    .toplist .bonus-table__logo img {
        max-width: 60px;
    }
}

@media (max-width: 330px) {
    .fnew span.nbr {
        margin-top: 103px;
        font-size: 11px;
    }

    .fnew span {
        margin-top: 96px;
        font-size: 11px;
    }

    .fgdiv {
        height: 130px;
    }
}