.logo-block {
    font-size: 0;
    line-height: 1;
}

.logo-block img {
    max-height: 34px;
    width: auto;
}

@media (min-width: 1240px) {
    .logo-block img {
        max-height: 38px;
    }
}

.header {
    min-height: 60px;
}

.header-fix {
    background: var(--accent-color);
    padding: 10px 0 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /*max-width: 375px;*/
}

.header-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    min-height: 40px;
    display: flex;
    align-items: center;
}

.header-toogle {
}

.header-nav {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 10px;
    display: none;
}

.nav-open .header-nav {
    display: block;
}

.menutoggle {
    font-size: 0;
    line-height: 1;
}

.menutoggle-close {
    display: none;
}

.nav-open .menutoggle-close {
    display: block;
}

.nav-open .menutoggle-burger {
    display: none;
}

.navigation {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 79px);
    margin: 0 -16px;
    padding: 0 16px;
}

.menu {
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    /* 20.4px */
    border-bottom: 1px solid #595959;
    font-family: var(--third-font);
}

.menu>li {
    border-top: 1px solid #fff;
}

.menu .sub-menu {
    display: none;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 16px 0;
    margin: 0;
}

.menu .submenu-open .sub-menu {
    display: block;
}

.linkblock {
    position: relative;
}

.linkblock__toggle {
    font-size: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    right: -11px;
    height: 100%;
    padding: 0 10px;
    transition: all 0.3s ease 0s;
    display: none;
}

.menu-item-has-children > .linkblock .linkblock__toggle {
    display: block;
}

.submenu-open > .linkblock .linkblock__toggle {
    transform: rotate(180deg);
}

.linkblock a {
    display: block;
    padding-top: 22px;
    padding-bottom: 20px;
}

.linkblock a:visited {
    color: inherit;
}

.linkblock a:hover, .linkblock a:focus {
    color: inherit;
}

.menu .sub-menu .linkblock a {
    padding: 13px 0 18px 16px;
}

.breadcrumbs {
    font-size: 14px;
    font-weight: 400;
    line-height: 115%;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs li {
}

.breadcrumbs li:after {
    content: '/';
    margin-left: 11px;
    margin-right: 10px;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.text-show {
}

.text-show:after {
    content: '...';
}

.text-hide {
    display: none;
}

.show-text {
    text-decoration: underline;
    margin-left: 3px;
}

.--expand-text > .show-text {
}

.--expand-text > .text-hide {
    display: inline;
}

.--expand-text > .text-show: after {
    display: none;
}

.hero {
    color: #001C3C;
    background: var(--secondary-color);
}

.hero-main {
    padding-top: 59px;
}

.hero-breadcrumbs {
    padding-bottom: 27px;
}

.hero-title {
    color: #001C3C;
    font-family: var(--font-secondary);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
}

.hero-description {
    font-size: 14px;
    line-height: 1.56;
    padding-top: 19px;
}

.hero-description p:first-child {
    margin-top: 0;
}

.hero-description p:last-child {
    margin-bottom: 0;
}

.hero-updated {
    display: none;
    background-image: url(../img/clock.svg);
    background-repeat: no-repeat;
    background-position: 2px 2px;
    font-size: 16px;
    line-height: 150%;
    padding-left: 32px;
    margin-top: 16px;
}

.hero-updated b {
    font-weight: inherit;
}

.hero-picture {
    overflow: hidden;
    text-align: center;
}

.hero-picture img {
    max-width: 160px;
}

.badges {
    color: #000;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    line-height: 115%;
    /* 11.5px */
    border-radius: 5px 0px 6px 0;
    background: #FFB607;
    text-transform: uppercase;
    padding: 3px 15px 4px 15px;
}

.badges-item {
    display: inline;
}

.badges-item:after {
    content: ', ';
}

.badges-item:last-child:after {
    display: none;
}

.rating {
    display: flex;
    line-height: 1;
    justify-content: center;
}

.rating-stars {
    width: 89px;
    height: 18px;
    position: relative;
    background-image: url(../img/star-bg.svg), url(../img/star-bg.svg), url(../img/star-bg.svg), url(../img/star-bg.svg), url(../img/star-bg.svg);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 18px 18px, 18px 18px, 18px 18px, 18px 18px, 18px 18px;
    background-position: 0 0, 18px 0, 36px 0, 54px 0, 72px 0;
}

.rating-stars:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 100%;
    background-image: url(../img/star.svg), url(../img/star.svg), url(../img/star.svg), url(../img/star.svg), url(../img/star.svg);
    background-repeat: inherit;
    background-size: inherit;
    background-position: inherit;
    max-width: var(--percent);
}

.reviews {
    margin-top: -22px;
    position: relative;
    z-index: 1;
}

.reviews-main {
}

.reviews-title {
    display: none;
    color: #001C3C;
    font-family: var(--font-secondary);
    font-size: 20px;
    font-weight: 600;
    line-height: 115%;
    /* 23px */
    margin-bottom: 15px;
}

.reviews-list {
}

.review-badges {
    position: absolute;
    top: 0;
    left: 0;
}

.review-badges:after {
    content: '';
    display: table;
    clear: both;
}

.review-badges .badges {
    float: left;
}

.reviews-item {
    padding: 4px 0;
}

.review {
    border-radius: 6px;
    border: 1px solid #CBD6E2;
    background: #FFF;
    box-shadow: 0px 16px 32px -4px rgba(0, 28, 60, 0.10), 0px 4px 4px -4px rgba(0, 28, 60, 0.05);
    height: 72px;
    position: relative;
}

.review--highlight {
    border-color: #ffb607;
    height: 75px;
}

.review-main {
    padding: 1px 7px 0 11px;
    height: 100%;
}

@media (max-width: 374.98px) {
    .review-main {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.review-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100%;
    margin: 0 -5px;
}

.review-col {
    height: auto;
    padding: 0 5px;
}

.review-col--lg {
    display: none;
}

.review-col--rating {
}

.review-num {
    color: #5F6265;
    text-align: center;
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 600;
    line-height: 115%;
    border-radius: 4px;
    background: #F3F3F3;
    min-width: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0 0px 0;
}

.review--highlight .review-num {
    background: none;
    color: #00A4FF;
}

.review-picture {
    height: 100%;
    max-width: 84px;
}

.review-picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.review-rating {
}

.review-bonus {
}

.review-options {
    color: #50535B;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.14;
}

.review-options li {
    background-image: url(../img/checkmark.svg);
    background-repeat: no-repeat;
    background-position: 1px -3px;
    margin: 16px 0;
    padding-left: 37px;
}

.review-control {
}

.review-button {
    border-radius: 4px;
    background: #001C3C;
    border: 1px solid #001C3C;
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 25px 12px 26px;
    transition: all 0.3s ease 0s;
}

.review-button:hover, .review-button:focus {
    color: #001C3C;
    background: none;
}

.page-content {
    padding-top: 53px;
}

.page-content--games {
    padding-top: 20px;
}

.page-template-page-games {
    background: #fff;
}

.entry-content {
    font-size: 16px;
    line-height: 26px;
}

.entry-content>p>img, .entry-content>img {
}

.entry-content h2 {
    color: #001C3C;
    font-family: var(--font-secondary);
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 25px;
    margin-top: 25px;
}

.entry-content>h2:first-child {
    margin-top: 0;
}

.entry-content p {
    margin: 19px 0 26px;
}

.entry-content--review p {
}

.entry-content .table-layout {
    overflow: auto;
    margin: 0 0 0 -16px;
    padding-left: 16px;
}

.entry-content table {
    border-collapse: collapse;
    border: none;
    min-width: 100%;
}

.entry-content table tr {
}

.entry-content table th, .entry-content table td {
    border: 1px solid #CDCDCD;
    padding-left: 15px;
    padding-right: 24px;
}

.entry-content table th {
    text-align: left;
    font-weight: 600;
    color: #292B34;
    border: none;
    padding-bottom: 11px;
}

.entry-content table td {
    padding-top: 6px;
    padding-bottom: 7px;
}

.entry-content ul, .entry-content ol {
    margin: 26px 0;
}

.entry-content ul {
    list-style: disc;
    padding-left: 24px;
}

.entry-content ol {
}

.entry-content ul li, .entry-content ol li {
    margin-bottom: 26px;
}

.toc {
    margin-bottom: 52px;
}

.toc-header {
}

.entry-content h2.toc-title, .toc-title {
    color: #001C3C;
    font-family: var(--font-secondary);
    font-size: 24px;
    font-weight: 600;
    line-height: 115%;
    margin: 0;
}

.toc-divider {
}

.toc-description {
    color: #50535B;
    font-weight: 500;
    padding-top: 16px;
    line-height: 24px;
}

.toc-description p:first-child {
    margin-top: 0;
}

.toc-description p:last-child {
    margin-bottom: 0;
}

.toc-content {
    padding-top: 36px;
}

.entry-content ul.kamatoc, .kamatoc {
    color: #001C3C;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.entry-content ul.kamatoc li, .kamatoc li {
    padding: 4px 0;
    margin: 0;
}

.kamatoc a {
    display: block;
    border: 2px solid #F6F0E5;
    background-color: #F6F0E5;
    background-image: url(../img/toc.svg);
    background-repeat: no-repeat;
    background-position: 14px 50%;
    background-size: 24px 24px;
    border-radius: 8px;
    padding: 6px 10px 6px 54px;
    transition: all 0.3s ease 0s;
}

.kamatoc a:hover, .kamatoc a:focus {
    background-color: transparent;
}

.kamatoc__top {
}

.faq {
    margin-top: 57px;
    margin-bottom: 30px;
}

.faq-header {
    padding-bottom: 36px;
}

.entry-content h2.faq-title, .faq-title {
    color: #001C3C;
    font-family: var(--font-secondary);
    font-size: 24px;
    font-weight: 600;
    line-height: 115%;
    margin: 0;
}

.faq-divider {
}

.faq-description {
    color: #50535B;
    padding-top: 16px;
    line-height: 150%;
}

.faq-description p:first-child {
    margin-top: 0;
}

.faq-description p:last-child {
    margin-bottom: 0;
}

.faq-content {
}

.faq-list {
}

.faq-item {
    padding: 4px 0;
}

.faqblock {
    border-radius: 8px;
    background: #F6F0E5;
}

.faqblock-title {
    position: relative;
    padding: 8px 35px 8px 16px;
    font-family: var(--font-secondary);
    font-weight: 500;
    line-height: 150%;
    cursor: pointer;
}

.faqblock-title:before {
    content: '';
    display: block;
    height: 3px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    top: 18px;
    right: 14px;
    width: 12px;
    z-index: 1;
    opacity: 0;
}

.faqblock-title:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: #0DA454;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 8px;
    background-image: url(../img/faq-icon.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.open > .faqblock-title:after {
    background-image: none;
}

.open > .faqblock-title:before {
    opacity: 1;
}

.faqblock-content {
    display: none;
    font-size: 14px;
    line-height: 150%;
}

.faqblock-text {
    padding: 9px 16px 15px 16px;
}

.faqblock-text p:first-child, .faqblock-text ul:first-child {
    margin-top: 0;
}

.faqblock-text p:last-child, .faqblock-text ul:last-child {
    margin-bottom: 0;
}

.backblock {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 52px;
    margin-bottom: 16px;
}

.backblock-main {
}

.backblock-button {
}

.scrollbutton {
    display: flex;
    align-items: center;
}

.scrollbutton-iconblock {
    border-radius: 22px;
    border: 1px solid #FFF;
    background: #292B34;
    backdrop-filter: blur(4px);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.scrollbutton-text {
    color: #292B34;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.restrictions-list {
    font-size: 0;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -16px;
    align-items: center;
}

.restrictions-item {
    padding: 17px 16px 17px;
}

.restriction {
}

.restriction img {
}

.socials {
}

.socials a {
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.socials-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -4px;
}

.socials-item {
    padding: 4px;
}

.footer {
    background: var(--accent-color);
    color: #F0F0F0;
}

.footer-main {
    padding-top: 48px;
    padding-bottom: 16px;
}

.footer-top {
}

.footer-logo {
}

.footer-logo img {
    max-height: 38px;
}

.footer-description {
    font-size: 14px;
    line-height: 25px;
    padding-top: 25px;
}

.footer-description p:first-child {
    margin-top: 0;
}

.footer-description p:last-child {
    margin-bottom: 0;
}

.footer-navigation {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    justify-content: space-between;
    padding-top: 40px;
    color: #F0F0F0;
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 24px;
}

.footer-nav {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 5px 5px;
}

.footer-nav-title {
    font-weight: 600;
}

.footer-menu {
    padding-top: 8px;
}

.footer-menu li {
    padding: 6px 0;
}

.footer-restrictions {
    padding: 13px 8px 10px;
}

.footer-bottom {
    border-top: 1px solid #F2F2F2;
    margin-top: 5px;
}

.footer-copyright {
    color: #F2F2F2;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    /* 171.429% */
    padding-top: 28px;
}

.footer-socials {
    padding-top: 12px;
}

@media (min-width: 1240px) {
    .header {
        min-height: 63px;
    }

    .header-fix {
        padding: 10px 0 10px 0;
        box-shadow: 0 0 5px 0 var(--accent-color);
    }

    .header-main {
        /* align-items: start; */
    }

    .header-logo {
    }

    .header-toogle {
        display: none;
    }

    .header-nav {
        display: block;
        width: auto;
        padding: 2px 4px 0 0;
    }

    .nav-open .header-nav {
    }

    .menutoggle {
    }

    .menutoggle-close {
    }

    .nav-open .menutoggle-close {
    }

    .nav-open .menutoggle-burger {
    }

    .navigation {
        overflow: visible;
        max-height: none;
        margin: 0;
        padding: 0;
    }

    .menu {
        border: none;
        display: flex;
        align-items: center;
        font-style: normal;
        line-height: 120%;
    }

    .menu>li {
        border: none;
        margin-left: 29px;
        position: relative;
    }

    .menu>li:first-child {
        margin-left: 0;
    }

    .menu .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 12px;
        border: 2px solid var(--accent-color);
        background: var(--accent-color);
        padding: 9px 0 9px 0;
        min-width: 100%;
        width: auto;
        font-size: 17px;
        line-height: 1;
        font-weight: 500;
        min-width: 150px;
        margin-left: -3px;
        white-space: nowrap;
    }

    .menu .submenu-open .sub-menu {
        display: none;
    }

    .menu .menu-item-has-children:hover .sub-menu {
        display: block;
    }

    .menu .submenu-open .sub-menu {
    }

    .linkblock {
    }

    .menu-item-has-children > .linkblock {
    }

    .menu-item-has-children > .linkblock a {
        padding-right: 32px;
    }

    .linkblock__toggle {
        padding: 0;
    }

    .menu-item-has-children > .linkblock .linkblock__toggle {
        right: 4px;
    }

    .submenu-open > .linkblock .linkblock__toggle {
        transform: rotate(0deg);
    }

    .linkblock a {
        padding: 11px 0;
    }

    .linkblock a:visited {
    }

    .linkblock a:hover, .linkblock a:focus {
    }

    .menu .sub-menu .linkblock a {
        padding: 15px 21px 14px 21px;
    }

    .breadcrumbs {
    }

    .breadcrumbs li {
    }

    .breadcrumbs li:after {
    }

    .breadcrumbs li:last-child:after {
    }

    .text-show {
    }

    .text-show:after {
        display: none;
    }

    .text-hide {
        display: inline;
    }

    .show-text {
        display: none;
    }

    .hero {
    }

    .hero-main {
        padding-top: 51px;
        padding-bottom: 110px;
        position: relative;
        min-height: 418px;
    }

    .home .hero-main {
        padding-top: 51px;
    }

    .hero-breadcrumbs {
        padding-left: 45px;
        padding-bottom: 72px;
    }

    .hero-title {
        font-size: 40px;
        line-height: 115%;
        max-width: 930px;
    }

    .home .hero-title {
    }

    .hero-description {
        color: #001C3C;
        font-size: 16px;
        padding-top: 24px;
        max-width: 850px;
        line-height: 1.5;
    }

    .hero-description p:first-child {
    }

    .hero-description p:last-child {
    }

    .hero-updated {
        display: block;
    }

    .hero-updated b {
    }

    .hero-picture {
        position: absolute;
        bottom: var(--lg-pos-bottom, 0px);
        right: var(--lg-pos-right, 0px);
        padding: 0;
    }

    .hero-picture img {
        margin: 0;
        max-width: none;
    }

    .badges {
        font-size: 16px;
        padding: 2px 16px 4px 15px;
        border-radius: 5px 0px 8px 0;
    }

    .badges-item {
    }

    .badges-item:after {
    }

    .badges-item:last-child:after {
    }

    .rating {
    }

    .rating-stars {
        background-size: 24px 24px, 24px 24px, 24px 24px, 24px 24px, 24px 24px;
        background-position: 0 0, 28px 0, 56px 0, 84px 0, 112px 0;
        height: 24px;
        width: 136px;
    }

    .rating-stars:before {
    }

    .reviews {
        margin-top: -126px;
    }

    .reviews-main {
    }

    .reviews-title {
        display: block;
        margin-bottom: 16px;
    }

    .reviews-list {
    }

    .review-badges {
    }

    .review-badges:after {
    }

    .review-badges .badges {
    }

    .reviews-item {
        padding: 8px 0;
    }

    .review {
        border-radius: 8px;
        border-width: 2px;
        min-height: 140px;
        height: auto;
    }

    .review--highlight {
        min-height: 150px;
        padding-top: 10px;
    }

    .review-main {
        padding: 9px 21px 8px 22px;
    }

    .review-row {
    }

    .review-col {
    }

    .review-col--lg {
        display: block;
    }

    .review-col--rating {
    }

    .review-num {
        border-radius: 6px;
        color: #484A4C;
        font-size: 24px;
        /* 27.6px */
        min-width: 44px;
        min-height: 44px;
    }

    .review--highlight .review-num {
        background: #00A4FF;
        color: #fff;
        min-width: 44px;
        min-height: 44px;
    }

    .review-picture {
        max-width: 138px;
    }

    .review-picture img {
    }

    .review-rating {
    }

    .review-bonus {
        color: #001C3C;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        line-height: 150%;
        width: 190px;
    }

    .review-options {
        max-width: 330px;
    }

    .review-options li {
    }

    .review-control {
    }

    .review-button {
        font-size: 16px;
        padding: 13px 27px 13px 26px;
        border-radius: 6px;
    }

    .review-button:hover, .review-button:focus {
    }

    .page-content {
        padding-top: 80px;
        padding-bottom: 74px;
    }

    .page-content--games {
        padding-top: 30px;
    }

    .entry-content {
    }

    .entry-content--review {
        font-size: 18px;
    }

    .entry-content>p>img, .entry-content>img {
        margin-bottom: 5px;
    }

    .entry-content h2 {
        margin-bottom: 19px;
        margin-top: 48px;
    }

    .entry-content--review h2 {
        font-size: 32px;
    }

    .entry-content--review .proscons + h2 {
        margin-top: 49px;
        margin-bottom: 0px;
    }

    .entry-content--review>h2:first-child {
        margin-bottom: 19px;
    }

    .entry-content p {
    }

    .entry-content--review h2:first-child + p {
        margin-top: 19px;
    }

    .entry-content .table-layout {
    }

    .entry-content table {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .entry-content table tr {
    }

    .entry-content table th, .entry-content table td {
        padding-left: 24px;
        padding-right: 15px;
    }

    .entry-content table th {
        padding-bottom: 18px;
    }

    .entry-content table td {
        padding-top: 13px;
        padding-bottom: 14px;
    }

    .entry-content ul, .entry-content ol {
    }

    .entry-content ul {
    }

    .entry-content ol {
    }

    .entry-content ul li, .entry-content ol li {
    }

    .toc {
        margin-bottom: 80px;
    }

    .toc-header {
        display: flex;
        align-items: center;
    }

    .entry-content h2.toc-title, .toc-title {
        font-size: 40px;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .toc-divider {
        height: 2px;
        background: #001C3C;
        width: 100%;
        position: relative;
        margin: 0 44px;
    }

    .toc-divider:before, .toc-divider:after {
        content: '';
        width: 8px;
        height: 8px;
        display: block;
        background: #001C3C;
        position: absolute;
        top: -3px;
        transform: rotate(45deg);
    }

    .toc-divider:before {
        left: 1px;
    }

    .toc-divider:after {
        right: 1px;
    }

    .toc-description {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        max-width: 410px;
        padding: 0;
        line-height: 1.55;
    }

    .toc-description p:first-child {
    }

    .toc-description p:last-child {
    }

    .toc-content {
    }

    .entry-content ul.kamatoc, .kamatoc {
        font-size: 20px;
        line-height: 115%;
    }

    .entry-content ul.kamatoc li, .kamatoc li {
    }

    .kamatoc a {
        padding: 15px 0 14px 71px;
        background-position: 22px 50%;
    }

    .kamatoc a:hover, .kamatoc a:focus {
    }

    .kamatoc__top {
    }

    .faq {
        margin-top: 101px;
    }

    .faq-header {
        padding-bottom: 37px;
    }

    .faq-headline {
        display: flex;
        align-items: center;
    }

    .entry-content h2.faq-title, .faq-title {
        font-size: 40px;
        /* 46px */
        Content; flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .faq-divider {
    }

    .faq-divider {
        height: 2px;
        background: #001C3C;
        width: 100%;
        position: relative;
        margin: 0 44px 0 44px;
    }

    .faq-divider:before, .faq-divider:after {
        content: '';
        width: 8px;
        height: 8px;
        display: block;
        background: #001C3C;
        position: absolute;
        top: -3px;
        transform: rotate(45deg);
    }

    .faq-divider:before {
        left: 1px;
    }

    .faq-divider:after {
        right: 1px;
    }

    .faq-description {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .faq-description p:first-child {
    }

    .faq-description p:last-child {
    }

    .faq-content {
    }

    .faq-list {
    }

    .faq-item {
    }

    .faqblock {
    }

    .faqblock-title {
        font-size: 20px;
        line-height: 115%;
        padding: 17px 75px 16px 25px;
    }

    .faqblock-title:before {
        top: 27px;
        right: 54px;
    }

    .faqblock-title:after {
        top: 16px;
        right: 48px;
    }

    .open > .faqblock-title:after {
    }

    .open > .faqblock-title:before {
    }

    .faqblock-content {
        font-size: 16px;
        line-height: 26px;
    }

    .faqblock-text {
        padding: 14px 130px 32px 25px;
    }

    .faqblock-text p:first-child, .faqblock-text ul:first-child {
    }

    .faqblock-text p:last-child, .faqblock-text ul:last-child {
    }

    .backblock {
        display: none;
    }

    .backblock-main {
    }

    .backblock-button {
    }

    .scrollbutton {
    }

    .scrollbutton-iconblock {
    }

    .scrollbutton-text {
    }

    .restrictions-list {
    }

    .restrictions-item {
        padding: 18px;
    }

    .restrictions-item--ssl {
        order: 1;
    }

    .restriction {
    }

    .restriction img {
        width: auto;
    }

    .socials {
    }

    .socials a {
    }

    .socials-list {
    }

    .socials-item {
    }

    .footer {
    }

    .footer-main {
        padding-top: 62px;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 14px;
    }

    .footer-top {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        max-width: 510px;
        margin-right: auto;
        padding-top: 2px;
    }

    .footer-logo {
    }

    .footer-logo img {
    }

    .footer-description {
        font-size: 16px;
        font-weight: 500;
        padding-top: 32px;
    }

    .footer-description p:first-child {
    }

    .footer-description p:last-child {
    }

    .footer-navigation {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        padding: 0;
        font-weight: 500;
        margin: 0 -16px;
    }

    .footer-nav {
        padding: 0 16px;
        min-width: 192px;
    }

    .footer-nav-title {
        font-size: 18px;
    }

    .footer-menu {
    }

    .footer-menu li {
    }

    .footer-restrictions {
        width: 100%;
        padding-top: 43px;
    }

    .footer-bottom {
        width: 100%;
        margin-top: 7px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 0 0 0px;
    }

    .footer-copyright {
        font-size: 16px;
        padding-top: 26px;
    }

    .footer-socials {
    }
}

.block-title {
    color: var(--title-color);
    font-family: var(--font-secondary);
    font-size: 24px;
    font-weight: 600;
    line-height: 115%;
}

.slick-slider {
    overflow: visible;
}

.slick-list {
    overflow: visible;
}

.slick-arrow {
    font-size: 0;
    line-height: 1;
    width: 40px;
    height: 40px;
    border: 1px solid #CCC;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.slick-arrow:hover, .slick-arrow:focus {
}

.slick-arrow:hover svg *, .slick-arrow:focus svg * {
}

.slick-disabled {
    opacity: 0;
}

.slick-prev {
    left: -12px;
}

.slick-next {
    right: -12px;
}

.slick-dots {
    font-size: 0;
    line-height: 1;
    text-align: center;
    border: 1px solid #F0F0F0;
    border-radius: 100px;
    display: inline-block;
    margin-top: 12px;
    padding: 3px 11px 3px 11px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots li {
    display: inline-block;
    padding: 4px;
}

.slick-dots li.slick-active {
}

.slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #7A7A7A;
}

.single-review .hero-picture {
    top: 35px;
    bottom: auto;
    right: 32px;
}

.reviewpage {
    position: relative;
    z-index: 1;
}

.reviewpage-main {
    display: flex;
    flex-wrap: wrap;
}

.reviewpage-content {
    padding-top: 29px;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
}

.reviewpage-sidebar {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-left: 80px;
    padding-top: 10px;
    display: none;
}

.sidebar-nav {
}

.sidebar-menu {
    color: #50535B;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.57;
}

.sidebar-menu li {
}

.sidebar-menu-subtitle {
    color: #001C3C;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

.reviewbrief {
    margin-top: -115px;
}

.reviewbrief-main {
    border-radius: 6px;
    border: 1px solid #CBD6E2;
    background: #FFF;
    box-shadow: 0px 16px 32px -4px rgba(0, 28, 60, 0.10), 0px 4px 4px -4px rgba(0, 28, 60, 0.05);
    padding: 15px 7px 15px;
}

.reviewbrief-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 100%;
    margin: 0 -5px;
}

.reviewbrief-col {
    height: auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 5px;
}

.reviewbrief-col--picture {
    width: 34%;
}

.reviewbrief-col--bonus {
    width: 66%;
}

.reviewbrief-col--button {
    width: 100%;
}

.reviewbrief-picture {
    text-align: center;
}

.reviewbrief-picture img {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.reviewbrief-bonus {
    background-image: url(../img/bonus.svg);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    color: var(--title-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    display: flex;
    align-items: center;
    min-height: 40px;
    padding-left: 56px;
    padding-right: 15px;
}

.reviewbrief-options {
}

.reviewbrief-control {
    padding-top: 32px;
}

.reviewbrief-button {
}

.reviewinfos {
    margin-top: 10px;
}

.reviewinfos-row {
}

.reviewinfos-col {
    padding: 8px 0;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
}

.reviewinfos-col--payout {
}

.reviewinfos-col--ratings {
}

.reviewinfos-col--options {
}

.reviewinfos-block {
    border-radius: 8px;
    border: 1px solid #CCC;
    height: 100%;
}

.payout {
    line-height: 150%;
    text-align: center;
    padding: 7px 0 7px 0;
}

.payout-row {
    display: flex;
    flex-wrap: wrap;
}

.payout-col {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    border-left: 1px solid rgba(204, 204, 204, 0.80);
    padding: 0 5px 7px;
}

.payout-col:first-child {
    border-left-color: transparent;
}

.payout-title {
    color: #4F4F4F;
    font-size: 14px;
}

.payout-text {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    padding-top: 4px;
}

.reviewratings {
    color: #00234B;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 9px 15px 9px 15px;
}

.reviewratings-header {
    font-weight: 700;
}

.reviewratings-list {
    border-top: 1px solid rgba(204, 204, 204, 0.80);
    padding-top: 10px;
    margin-top: 9px;
}

.reviewratings-item {
}

.reviewrating {
    display: flex;
    justify-content: space-between;
    padding: 6px 5px 6px 0;
}

.reviewrating-title {
}

.reviewrating-stars {
    margin-left: auto;
    padding-top: 1px;
}

.reviewrating-value {
    min-width: 33px;
    color: var(--title-color);
    text-align: right;
}

.reviewoptions {
    padding: 6px 40px 7px 14px;
    font-weight: 400;
    line-height: 1.6;
}

.reviewoptions li {
    background-size: 21px 21px;
    background-position: 1px 1px;
    padding-left: 33px;
    margin: 7px 0 7px;
}

.glance {
    padding-top: 47px;
}

.glance-title {
    padding-bottom: 23px;
}

.glance-content {
    background: rgba(237, 243, 249, 0.50);
    border: 1px solid #CCC;
    border-radius: 8px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
}

.glance-row {
}

.glance-col {
}

.glance-content .glance-table {
    border-collapse: collapse;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.glance-content .glance-tr {
    display: flex;
    border-top: 1px solid #CCC;
}

.glance-content .glance-tr:first-child {
    border-top: none;
}

.glance-content .glance-tr:nth-child(2n) {
    order: 1;
}

.glance-content .glance-tr:first-child .glance-th, .glance-content .glance-tr:first-child .glance-td {
    border-top: none;
}

.glance-content .glance-th:first-child, .glance-content .glance-td:first-child {
    border-left: none;
}

.glance-content .glance-th:last-child, .glance-content .glance-td:last-child {
    border-right: none;
}

.glance-content .glance-col:last-child .glance-tr:last-child .glance-th, .glance-content .glance-col:last-child .glance-tr:last-child .glance-td {
    border-bottom: none;
}

.glance-content .glance-th, .glance-content .glance-td {
    /* border: 1px solid #CCC; */
    min-height: 36px;
    padding: 8px 15px 7px 15px;
    vertical-align: top;
}

.glance-content .glance-th {
    background: #EDF3F9;
    color: #00234B;
    font-weight: 600;
    text-align: left;
    border-right: 1px solid #CCC;
}

.glance-content .glance-td {
    padding-left: 16px;
}

.glanceblock-title {
    width: 148px;
}

.glanceblock-value {
}

.revgallery {
    margin-top: 54px;
}

.revgallery-title {
    padding-bottom: 19px;
}

.revgallery-content {
}

.revgallery-listwrap {
    position: relative;
    padding-bottom: 36px;
}

.revgallery-listwrap:before, .revgallery-listwrap:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 5000px;
    background: #F8F8F8;
    top: 0;
    z-index: 1;
}

.revgallery-listwrap:before {
    right: 100%;
}

.revgallery-listwrap:after {
    left: 100%;
}

.revgallery-list {
    font-size: 0;
    line-height: 1;
    margin: 0 -4px;
    white-space: nowrap;
    text-align: center;
}

.revgallery-item {
    padding: 4px;
    display: inline-block;
    vertical-align: top;
}

.revgallery-photo {
}

.revgallery-photo a {
    display: block;
}

.revgallery-photo img {
    height: 160px;
    width: auto;
}

.proscons {
    color: #50535B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.61;
}

.proscons-main {
    border-radius: 12px;
    border: 1px solid #CCC;
    padding: 5px 10px 2px 15px;
}

.proscons-row {
}

.proscons-col {
    padding: 14px 0 13px 0;
}

.proscons-block {
}

.proscons-title {
    color: var(--title-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
}

.proscons-content {
    padding-top: 0px;
}

.entry-content ul.proscons-list, .proscons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.entry-content ul.proscons-list li, .proscons-list li {
    margin: 0;
    position: relative;
    padding-left: 40px;
    margin-top: 1.025em;
}

.proscons-list li:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(13, 164, 84, 0.20);
    background-image: url(../img/check.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.proscons-list--pros {
}

.proscons-list--cons {
}

.entry-content ul.proscons-list--cons li:before, .proscons-list--cons li:before {
    background-image: url(../img/cross.svg);
    background-color: rgba(236, 116, 56, 0.20);
}

.checklist {
    color: #50535B;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.61;
}

.checklist-main {
    border-radius: 12px;
    border: 1px solid #CCC;
    padding: 3px 10px 2px 15px;
}

.checklist-row {
}

.checklist-col {
}

.checklist-block {
}

.checklist-content {
}

.entry-content ul.checklist-list, .checklist-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.entry-content ul.checklist-list li, .checklist-list li {
    margin: 0;
    position: relative;
    padding-left: 40px;
    margin-top: 0.77em;
    margin-bottom: 0.77em;
}

.checklist-list li:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(5, 165, 254, 0.20);
    background-image: url(../img/check-blue.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1239.98px) {
    .single-review .hero-main {
        padding-bottom: 143px;
    }

    .single-review .hero-picture {
        display: none;
    }
}

@media (min-width: 1240px) {
    .single-review .hero-breadcrumbs {
        padding-bottom: 26px;
    }

    .single-review .hero-main {
        min-height: 242px;
        padding-bottom: 74px;
        padding-top: 51px;
    }

    .single-review .hero-updated {
        display: none;
    }

    .block-title {
        font-size: 32px;
    }

    .reviewpage {
    }

    .reviewpage-main {
        padding-bottom: 53px;
    }

    .reviewpage-content {
        padding-top: 41px;
    }

    .reviewpage-sidebar {
        padding-top: 28px;
        display: block;
    }

    .sidebar-nav {
        min-width: 255px;
    }

    .sidebar-menu {
    }

    .sidebar-menu .linkblock a {
        padding: 7px 0 6px;
        display: inline-block;
    }

    .sidebar-menu-subtitle {
        padding-bottom: 18px;
        padding-top: 18px;
    }

    .sidebar-menu .submenu-open > .linkblock .linkblock__toggle {
        transform: rotate(180deg);
    }

    .sidebar-menu .sub-menu {
        padding: 4px 0 7px 32px;
        display: none;
    }

    .sidebar-menu .submenu-open .sub-menu {
        display: block;
    }

    .reviewbrief {
        margin-top: -51px;
    }

    .reviewbrief-main {
        border-radius: 8px;
        padding: 23px 47px 24px 47px;
    }

    .reviewbrief-row {
    }

    .reviewbrief-col {
    }

    .reviewbrief-col--picture {
        width: 21%;
    }

    .reviewbrief-col--bonus {
        width: auto;
    }

    .reviewbrief-col--button {
        width: 23%;
    }

    .reviewbrief-picture {
    }

    .reviewbrief-picture img {
        height: 83px;
    }

    .reviewbrief-bonus {
        font-size: 20px;
        background-size: 48px 49px;
        min-height: 48px;
        padding-right: 0;
        padding-left: 72px;
    }

    .reviewbrief-options {
    }

    .reviewbrief-control {
        padding: 0;
    }

    .reviewbrief-button {
    }

    .reviewinfos {
        margin-top: 9px;
    }

    .reviewinfos-row {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px;
    }

    .reviewinfos-col {
        padding: 12px;
        flex: 1 0 0%;
        width: 100%;
        max-width: 100%;
    }

    .reviewinfos-col--payout {
        order: 1;
    }

    .reviewinfos-col--ratings {
    }

    .reviewinfos-col--options {
    }

    .reviewinfos-block {
        border-radius: 12px;
    }

    .payout {
        padding: 0px 24px 0;
        height: 100%;
    }

    .payout-row {
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

    .payout-col {
        border: none;
        border-top: 1px solid rgba(204, 204, 204, 0.80);
        padding: 24px 0 34px;
        flex-grow: 0;
    }

    .payout-col:first-child {
        border-top-color: transparent;
    }

    .payout-title {
        font-size: 16px;
    }

    .payout-text {
        font-size: 32px;
        padding-top: 13px;
    }

    .reviewratings {
        padding: 21px 23px 20px 24px;
    }

    .reviewratings-header {
        font-size: 18px;
    }

    .reviewratings-list {
        margin-top: 10px;
    }

    .reviewratings-item {
    }

    .reviewrating {
    }

    .reviewrating-title {
    }

    .reviewrating-stars {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .reviewrating-value {
        min-width: 36px;
    }

    .reviewoptions {
        padding: 12px 85px 12px 22px;
        line-height: 1.58;
        font-weight: 500;
        max-width: none;
    }

    .reviewoptions li {
        background-size: auto auto;
        background-position: 0px -1px;
        margin: 11px 0 11px 0;
        padding-left: 36px;
    }

    .glance {
        padding-top: 43px;
    }

    .glance-title {
    }

    .glance-content {
        border-radius: 12px;
        font-size: 16px;
    }

    .glance-row {
        display: flex;
        flex-wrap: wrap;
    }

    .glance-col {
        flex: 1 0 0%;
        width: 100%;
        max-width: 100%;
    }

    .glance-content .glance-table {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .glance-content .glance-tr {
        width: 50%;
    }

    .glance-content .glance-tr:nth-child(2) {
        border-top: 0;
        order: initial;
    }

    .glance-content .glance-tr:nth-child(2n) {
        order: initial;
        border-left: 1px solid #ccc;
    }

    .glance-content .glance-tr:first-child .glance-th, .glance-content .glance-tr:first-child .glance-td {
    }

    .glance-content .glance-th:first-child, .glance-content .glance-td:first-child {
    }

    .glance-content .glance-th:last-child, .glance-content .glance-td:last-child {
    }

    .glance-content .glance-col:last-child .glance-tr:last-child .glance-th, .glance-content .glance-col:last-child .glance-tr:last-child .glance-td {
    }

    .glance-content .glance-th, .glance-content .glance-td {
        padding: 15px 20px 16px 24px;
    }

    .glance-content .glance-th {
    }

    .glance-content .glance-td {
    }

    .glanceblock-title {
        width: 158px;
    }

    .glanceblock-value {
    }

    .revgallery {
    }

    .revgallery-title {
        padding-bottom: 15px;
    }

    .revgallery-content {
    }

    .revgallery-listwrap {
        padding-bottom: 0;
    }

    .revgallery-listwrap:before, .revgallery-listwrap:after {
    }

    .revgallery-listwrap:before {
    }

    .revgallery-listwrap:after {
    }

    .revgallery-list {
        margin: 0 -8px;
    }

    .revgallery-list .slick-dots {
        display: none !important;
        !i;!; }

    .revgallery-item {
        padding: 8px;
    }

    .revgallery-photo {
    }

    .revgallery-photo a {
    }

    .revgallery-photo img {
        height: 363px;
    }

    .proscons {
        margin-top: 31px;
    }

    .proscons-main {
        padding: 17px 13px 12px 13px;
    }

    .proscons-row {
        display: flex;
        flex-wrap: wrap;
    }

    .proscons-col {
        flex: 1 0 0%;
        width: 100%;
        max-width: 100%;
        padding: 10px;
    }

    .proscons-block {
        max-width: 430px;
    }

    .proscons-title {
        font-size: 20px;
        padding-bottom: 1px;
    }

    .proscons-content {
    }

    .entry-content ul.proscons-list, .proscons-list {
    }

    .entry-content ul.proscons-list li, .proscons-list li {
    }

    .proscons-list li:before {
    }

    .proscons-list--pros {
    }

    .proscons-list--cons {
    }

    .entry-content ul.proscons-list--cons li:before, .proscons-list--cons:before {
    }

    .checklist {
        margin: 31px 0 33px 0;
    }

    .checklist-main {
        padding: 7px 0px 1px 13px;
    }

    .checklist-row {
        display: flex;
        flex-wrap: wrap;
    }

    .checklist-col {
        flex: 1 0 0%;
        width: 100%;
        max-width: 100%;
        padding: 5px 10px;
    }

    .checklist-block {
    }

    .checklist-content {
    }

    .entry-content ul.checklist-list, .checklist-list {
    }

    .entry-content ul.checklist-list li, .checklist-list li {
        margin-bottom: 1.01em;
    }

    .checklist-list li:before {
    }
}

.gamespage {
    margin-top: -126px;
    position: relative;
}

.gamespage-main {
}

.gamespage-filter {
    padding: 0 0 18px 0;
}

.gamespage-list {
    margin: 0 -8px;
}

.gamespage-empty {
    padding-bottom: 70px;
    font-size: 1.3em;
}

.gamespage-control {
    padding-top: 30px;
    text-align: center;
}

.gamespage-button {
    margin-left: auto;
    margin-right: auto;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.gamespage-button.js-loading {
    position: relative;
    overflow: hidden;
}

.gamespage-button.js-loading:before {
    content: '';
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: progress-bar-stripes 2s linear infinite;
}

.gamespage-pagination {
    display: none;
}

.gameslist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.gameslist-item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 8px;
}

@media (min-width: 576px) {
    .gameslist-item {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .gameslist-item {
        width: 33.33333333%;
    }
}

@media (min-width: 992px) {
    .gameslist-item {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .gameslist-item {
        width: 20%;
    }
}

@media (min-width: 1400px) {
    .gameslist-item {
    }
}

.gameblock {
    position: relative;
}

.gameblock-picture {
    border-radius: 13.474px;
    overflow: hidden;
    width: 100%;
}

.gameblock-picture img {
    width: 100%;
}

.gameblock-title {
    color: #3E3E3E;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 115%;
    padding-top: 12px;
}

.gameblock-modalbutton {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    font-size: 0;
    line-height: 1;
}

.filter {
}

.filter-header {
    padding-bottom: 18px;
}

.filter-toggle {
    /* 160% */
    /* Shadow/xs */
    font-family: var(--font-secondary);
    text-align: left;
    color: #001C3C;
    font-size: 20px;
    font-weight: 600;
    line-height: 115%;
    /* 23px */
}

.filter-toggle img {
    vertical-align: top;
    margin: 1px 4px 0 0px;
}

.filter-toggle:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000;
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    margin-top: 0;
}

.filter-toggle.collapsed:after {
    border-bottom: none;
    border-top: 5px solid #000;
}

.filter-content {
    max-width: 1188px;
}

.filter-list {
    margin-left: -6px;
    margin-right: -6px;
    display: flex;
    flex-wrap: wrap;
}

.filter-list.collapse {
    display: none;
}

.filter-list.in {
    display: flex;
}

.filter-item {
    padding: 6px;
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
}

.filter-submit {
    height: 40px;
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 8px;
    min-width: 170px;
}

.filter-dropdown {
    width: 100%;
    min-width: 170px;
    font-family: var(--font-primary);
    background: none;
}

.filter-button {
    display: block;
    height: 40px;
    padding: 0 45px 0 16px;
    text-align: left;
    position: relative;
    width: 100%;
    white-space: nowrap;
    border-radius: 8px;
    border: 1px solid rgba(167, 166, 166, 0.80);
    background: #ffffff;
    color: #50535B;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    font-family: inherit;
    user-select: none;
}

.filter-button svg {
    position: absolute;
    top: 16px;
    right: 19px;
}

.open .filter-button svg {
    transform: rotate(180deg);
}

.open .filter-button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
}

.filter-dropdown .dropdown-menu {
    /* min-width: 203px; */
    border-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid rgba(167, 166, 166, 0.80);
    border-top: none;
    background: #FFF;
    box-shadow: none;
    padding: 0px 10px 10px 10px;
    color: #50535B;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    min-width: 100%;
    max-height: 150px;
    overflow: auto;
    margin: 0;
}

.filter-dropdown .dropdown-menu>li {
    padding: 10px 0;
}

.filter-dropdown .dropdown-menu>li {
}

.dropdown-menu-title {
    color: #4A5B68;
    font-size: 16px;
    line-height: 1;
    font-family: var(--font-secondary);
    position: sticky;
    top: 0;
    left: 0;
    background: #fff;
    display: block;
    z-index: 1;
}

input[type="checkbox"] {
    border: 1px solid #50535B;
    width: 16px;
    height: 16px;
}

.checklabel {
    user-select: none;
    display: block;
    position: relative;
    line-height: 1;
    padding-left: 25px;
}

.checklabel input[type="checkbox"] {
    display: none;
}

.checkmark {
    border: 1px solid #50535B;
    width: 16px;
    height: 16px;
    display: block;
    vertical-align: top;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.checkmark:before {
    content: '';
    display: block;
    background: var(--accent-color);
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

input:checked ~ .checkmark:before {
    opacity: 1;
}

.postsearch {
    min-width: 170px;
}

.postsearch--games {
}

.postsearch-main {
    position: relative;
}

.postsearch-field {
    color: #535862;
    width: 100%;
    height: 40px;
    padding: 0px 10px 0px 41px;
    display: block;
    border-radius: 8px;
    border: 1px solid rgba(167, 166, 166, 0.80);
    background: #ffffff;
    color: #50535B;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.postsearch-field--outline {
}

.postsearch-field::-webkit-input-placeholder {
    color: #535862;
    opacity: 1;
}

.postsearch-field::-moz-placeholder {
    color: #535862;
    opacity: 1;
}

.postsearch-field:-ms-input-placeholder {
    color: #535862;
    opacity: 1;
}

.postsearch-field::-ms-input-placeholder {
    color: #535862;
    opacity: 1;
}

.postsearch-field::placeholder {
    color: #535862;
    opacity: 1;
}

.postsearch-field:placeholder {
    color: #535862;
    opacity: 1;
}

.postsearch-submit {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    background: no-repeat;
    padding: 0 0 1px 19px;
    font-size: 0;
    line-height: 1;
}

.postsearch--games .postsearch-submit {
}

.wp-pagenavi {
    padding-top: 30px;
    text-align: center;
    font-size: 0;
    line-height: 1;
    color: #50535B;
}

.wp-pagenavi > span, .wp-pagenavi > a {
    display: inline-block;
    font-size: 16px;
    padding: 11px 14px;
    border-radius: 8px;
    border: 1px solid rgba(167, 166, 166, 0.80);
    background: #ffffff;
    color: inherit;
    min-width: 40px;
    margin: 0 5px;
    transition: all 0.3s ease 0s;
}

.wp-pagenavi > a:hover, .wp-pagenavi > a:focus {
    background: #001C3C;
    border-color: #001C3C;
    color: #fff;
}

.wp-pagenavi > span.current {
    background: #001C3C;
    border-color: #001C3C;
    color: #fff;
}

.gamemodal {
}

.gamemodal .modal-dialog {
    width: auto;
    max-width: 1200px;
}

.gamemodal .modal-content {
    border-radius: 24px;
    border: none;
    background: #fff;
}

.playgame {
}

.playgame-controls {
    position: absolute;
    top: 15px;
    right: 12px;
    font-size: 0;
    line-height: 1;
}

.playgame-ctrlbutton {
}

.playgame-ctrlbutton:first-child {
}

.playgame-ctrlbutton--fullscreen {
}

.playgame-ctrlbutton--close {
    display: none;
}

.playgame-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 13px 45px 13px 15px;
}

.playgame-title {
    color: #001C3C;
    font-family: var(--font-secondary);
    font-size: 16px;
    padding-right: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 16px;
    font-weight: 600;
    line-height: 115%;
    text-transform: uppercase;
}

.playgame-provider {
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    padding: 4px 0 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #3E3E3E;
    font-weight: 600;
    /* 23px */
}

.playgame-provider-icon {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    font-size: 0;
    line-height: 1;
    padding-right: 16px;
}

.playgame-provider-title {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
}

.playgame-getbonus {
    padding: 10px 0;
    margin-top: 1px;
    margin-left: auto;
}

.playgame-button {
    width: 250px;
    padding: 10px;
    height: 46px;
    font-size: 16px;
}

.playgame-content {
    height: 472px;
}

.playgame-embed {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.playgame-embed iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.playgame-footer {
}

.playgame-review {
}

.gamereview {
    display: flex;
    padding: 16px 15px 15px 15px;
    align-items: center;
    flex-wrap: wrap;
}

.gamereview-picture {
    width: 96px;
    height: 32px;
    border-radius: 3.879px;
    background: #ebebeb;
    overflow: hidden;
    margin-right: 16px;
}

.gamereview-picture a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.gamereview-picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gamereview-header {
    display: flex;
    padding: 6px 0 5px;
    margin-right: 15px;
}

.gamereview-title {
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 1;
    color: #001C3C;
    font-weight: 600;
    text-transform: uppercase;
}

.gamereview-rating {
}

.gamereview-title a:hover, .gamereview-title a:focus {
    color: #fff;
}

.gamereview-rating {
    color: #001C3C;
    font-family: var(--font-secondary);
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
}

.gamereview-rating img, .gamereview-rating svg {
    width: 32px;
    height: auto;
    margin-right: 8px;
    margin-bottom: -5px;
}

.gamereview-bonus {
    margin: 16px 0 0 0;
    padding-top: 11px;
    padding-bottom: 9px;
    width: 100%;
    order: 1;
    position: relative;
}

.gamereview-bonus .bonusinfo-subtitle {
    color: #535862;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 12px;
}

.gamereview-bonus .bonusinfo-title {
    color: #181D27;
    text-align: center;
    font-family: var(--font-secondary);
    font-size: 14px;
    line-height: 1;
}

.gamereview-bonus:before {
    left: -25px;
}

.gamereview-control {
    margin-left: auto;
    padding: 10px 0;
}

.gamereview-button {
    padding: 7px 22px 7px 22px;
}

.gamereview-button:hover, .gamereview-button:focus {
    color: #001C3C;
}

.modal-fullscreen .gamemodal {
    overflow: hidden;
    padding-right: 0 !important;
}

.modal-fullscreen .gamemodal .modal-dialog {
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: none;
}

.modal-fullscreen .gamemodal .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.modal-fullscreen .playgame {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.modal-fullscreen .playgame-content {
    flex-grow: 1;
}

@media (min-width: 1248px) {
    .gamemodal {
    }

    .gamemodal .modal-dialog {
    }

    .gamemodal .modal-content {
    }

    .playgame {
    }

    .playgame-controls {
        display: flex;
        top: 22px;
        right: 22px;
    }

    .playgame-ctrlbutton {
        background: no-repeat;
        border: none;
        padding: 2px;
    }

    .playgame-ctrlbutton:first-child {
    }

    .playgame-ctrlbutton--fullscreen {
    }

    .playgame-ctrlbutton--close {
        display: block;
    }

    .playgame-header {
        padding: 20px 120px 20px 24px;
    }

    .playgame-title {
        margin-right: 25px;
        font-size: 28px;
        /* 32.2px */
    }

    .playgame-provider {
        font-size: 20px;
        align-items: center;
    }

    .playgame-provider:before {
        height: 32px;
        top: -3px;
        left: -24px;
    }

    .playgame-getbonus {
    }

    .playgame-button {
    }

    .playgame-content {
        height: 600px;
    }

    .playgame-embed {
    }

    .playgame-embed iframe {
    }

    .playgame-footer {
    }

    .playgame-review {
    }

    .gamereview {
        padding: 14px 24px 14px 24px;
        align-items: center;
        justify-content: space-between;
    }

    .gamereview-picture {
        width: 120px;
        height: 60px;
        border-radius: 8px;
        margin-right: 24px;
    }

    .gamereview-picture a {
    }

    .gamereview-picture img {
    }

    .gamereview-header {
        margin-right: 61px;
    }

    .gamereview-title {
        font-size: 28px;
    }

    .gamereview-title a:hover, .gamereview-title a:focus {
    }

    .gamereview-rating {
        margin-right: auto;
    }

    .gamereview-rating img, .gamereview-rating svg {
    }

    .gamereview-bonus {
        order: 0;
        width: auto;
        padding: 15px 10px 13px 10px;
        margin: 0 26px;
        min-width: 311px;
    }

    .gamereview-bonus:before, .gamereview-bonus:after {
        content: '';
        height: 32px;
        display: block;
        width: 1px;
        position: absolute;
        top: 16px;
        background: #86B4D8;
    }

    .gamereview-bonus:before {
        left: -25px;
    }

    .gamereview-bonus:after {
        right: -26px;
    }

    .gamereview-bonus .bonusinfo-subtitle {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .gamereview-bonus .bonusinfo-title {
    }

    .gamereview-control {
        margin-left: 0;
    }

    .gamereview-button {
        font-size: 16px;
        padding: 13px 48px 13px 47px;
        width: 264px;
    }

    .gamereview-button:hover, .gamereview-button:focus {
    }

    .modal-fullscreen .gamemodal {
    }

    .modal-fullscreen .gamemodal .modal-dialog {
    }

    .modal-fullscreen .gamemodal .modal-content {
    }

    .modal-fullscreen .playgame {
    }

    .modal-fullscreen .playgame-content {
    }
}

.modalrating {
    display: flex;
    align-items: center;
}

.modalrating-stars {
    padding-right: 12px;
}

.modalrating-value {
    padding: 2px 0 0 0;
}

.cuberating {
    font-size: 0;
    line-height: 1;
    position: relative;
    white-space: nowrap;
}

.cuberating svg {
    margin: 0 0 0 8px;
    width: auto;
    height: auto;
}

.cuberating svg:first-child {
    margin-left: 0;
}

.cuberating>svg {
    opacity: 0.1;
}

.cuberating-stars {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: var(--percent);
}

.cuberating-stars>svg {
}

@media (max-width: 768px) {
    .cuberating svg:nth-child(n+2) {
        display: none;
    }
}
