html {
    scroll-behavior: smooth;
}
/*
.section-title {
    margin-top: 1em;
}
*/
.hh__top__left .page-head__rate {
    margin-bottom: 24px;
}
.hh__top__left .page-head__rate__vote {
    color: #fff;
}
.hh__top .breadcrumbs a {
    color: #fff;
}
.hh__top .breadcrumbs li:not(:last-child):after {
    background-color: #fff;
}

.post-ratings {
    width: auto;
}
.post-ratings img {
    width: 16px;
    height: 16px;
}
.btn-avial {
    background-color: #ccc;
}
/* ----- MAP ----- */
#USMAP {
    max-width: 970px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.st0 {
    fill: #3B3DA1;
    fill-rule: evenodd;
    clip-rule: evenodd;
    stroke: #FFFFFF;
    stroke-width: 0.7;
    stroke-linejoin: round;
}
#USMAP .st0:hover {
    fill: #393b8c;
}
#USMAP .st0.active {
    fill: #6FD4AC;
    transition: fill .2s;
    cursor: pointer;
}
#USMAP .st0.active:hover {
     fill: #40c691;
}
#mapsvg-tooltip {
    position: absolute;
    display: none;
    background: #3b3b3b;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    padding: 4px 10px;
    margin-top: 10px;
}
#header-menu ul.is-dropdown-submenu.first-sub .first-sub {
    left: 100%;
    top: 0;
}
.hh__text a {
    color: #fff;
    font-weight: 500;
}
.section table:not([class]) thead {
    /*color: #3f3f3f;*/
    color: #3B3DA1;
    text-align: left;
}
.section table:not([class]) thead th {
    padding-left: 25px;
}
.casino-list {
    margin-bottom: 48px;
}
.casino-details__table a {
    font-weight: bold;
}
.casino-details__table a:hover {
    text-decoration: underline;
}
.cookies {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 1000;
    background: #504d4f;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}
.cookies > .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: normal;
}
.cookies a {
    color: #fff;
    text-decoration: underline;
}
.cookies button {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    background: #3B3DA1;
    border: 2px solid #3B3DA1;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    outline: none;
    transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
    letter-spacing: normal;
    text-align: center;
    position: relative;
    max-width: 60px;
    padding: 7px;
    line-height: 14px;
    margin: 0px 0px 0px 10px;
    vertical-align: middle;
}
.tabs-container {
    margin-bottom: 30px;
}
.sitemap-list {
    margin: 0;
    padding: 0 0 0 30px;
}
.sitemap-list li {
    position: relative;
    display: inline-block;
    width: 100%;
}
.sitemap-list li:before {
    content: '';
    background: url(../img/chip.svg);
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 5px;
    right: 100%;
    margin-right: 12px;
}
.swiper-button-prev,
.swiper-button-next {
    display: block;
    width: 40px;
    height: 40px;
    border-radius:50%;
    background: whitesmoke;
    position: absolute;
    z-index: 9999;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #cfcfcf;
}
.swiper-button-prev {
    left: 0;
}
.swiper-button-next {
    right: 0;
}
.slot-other__list a {
    white-space: nowrap;
}
.slot-other__title a {
    color: #fff;
}

/* ---------- 404 ---------- */
.error404 article {
    background-image: url('../img/bg404.svg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center right;
    padding-bottom: 40px;
}
.error404 section {
    margin-bottom: 0;
}
.error404 .section h1 {
    font-weight: 500;
    font-size: 25px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    margin: 40px auto 16px auto;
}
.error404 .section p {
    text-align: center;
    color: #fff;
    margin-top: 16px;
}
.error404 .back {
    text-align: center;
    margin: 20px auto 20px auto;
}
.error404 .back a {

    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 34px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 4px;
}
.error404 .section img {
    display: block;
    margin: 0 auto;
}

/* ---------- popup casinos ---------- */

.popup-container {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(43,50,55,.95);
    text-align: center;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    padding: 0 24px;
}
.popup-container.active {
    display: flex;
}
.popup-content {
    position: fixed;
    z-index: 101;
    background: #313386;
    padding: 10px 20px;
    /*border: 1px solid #575757;*/
    border-radius: 6px;
    width: 90%;
    top: 25px;
}
.popup-close {
    position: absolute;
    z-index: 102;
    top: -14px;
    right: -14px;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 25px;
    font-size: 28px;
    background: #01b33b;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.popup-content > .h3 {
    display: block;
    margin: 40px auto 30px auto;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 0 30px
}
.popup-content .loop-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.popup-content .loop-container .item {
    position: relative;
    display: block;
    background: #3B3DA1;
    border-radius: 6px;
    width: 46%;
    margin: 0 2% 20px 2%;

}
.popup-content .loop-container .item-inner {
    padding: 5px;
}
.popup-content .loop-container .item img {
    width: 100%;
    height: auto;
    max-height: 180px;
    margin-bottom: 5px;
}
.popup-content .welcome-bonus {
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    margin: 5px auto;
}
.popup-content .btn {
    background: #8CDC23;
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    font-style: italic;
    padding: 6px;
    width: 100%;
    border: none;
}

/* ---------- Authors ---------- */

.author-widget.style-content {
    background: #fff;
    display: flex;
    flex-direction: column;
    -webkit-column-gap: 0;
    column-gap: 0;
    position: relative;
}
.author-widget.style-content .author-widget__left {
    display: flex;
    align-items: flex-end;
}
.author-widget.style-content .author-widget__photo {
    width: 120px;
    height: 120px;
    margin-right: 25px;
}
.author-widget.style-content .author-widget__social {

}
.author-widget.style-content .author-widget__social li a {
    background-color: #E4E5F5;
    border: 1px solid #4D4FBE;
}
.author-widget.style-content .author-widget__social li a svg {
    fill: #4D4FBE;
}
.author-widget.style-content .author-widget__meta {
    position: absolute;
    top: 40px;
    left: 170px;
}
.author-widget.style-content .author-widget__meta__pos {
    color: #000;
}
.author-widget__text {
    margin-top: 40px;
    font-style: normal;
}
@media print, screen and (min-width: 40em) {
    .hh__title {
        margin-bottom: 0;
    }
    .sitemap-list li {
        width: 50%;
    }
    .error404 article {
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
    }
    .error404 .cell {
        display: flex;
        padding: 50px 0;
    }
    .error404 .cell .left,
    .error404 .cell .right {
        width: 50%;
    }
    .error404 .section h1 {
        text-align: left;
        font-size: 52px;
        line-height: 78px;
    }
    .error404 .section p {
        text-align: left;
    }
    .error404 .back {
        text-align: left;
    }
    .error404 .section img {
        margin: 0;
    }
    .popup-content .loop-container .item {
        width: 31.33%;
        padding: 6px;
        margin: 0 1% .5em;
    }
    .author-widget.style-content {
        flex-direction: row;
    }
    .author-widget.style-content .author-widget__photo {
        margin-right: 0;
        margin-bottom: 20px;
        width: 200px;
        height: 200px;
    }
    .author-widget.style-content .author-widget__left {
        flex-direction: column;
        align-items: center;
    }
    .author-widget.style-content .author-widget__right {
        padding-left: 35px;
    }
    .author-widget.style-content .author-widget__meta {
        position: relative;
        top: 0;
        left: 0;
    }
    .author-widget.style-content .author-widget__meta__name {
        font-size: 25px;
    }
    .author-widget.style-content .author-widget__meta__pos {
        font-size: 16px;
        line-height: 24px;
    }
    .author-widget.style-content .author-widget__text {
        margin-top: 15px;
    }
    /*
    .htsm-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .htsm-row .section {
        width: 50%;
    }
    */
}
@media print, screen and (min-width: 62.5em) {
    .section {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .section ol:not([class]) li, .section ul:not([class]) li {
        margin-bottom: 10px;
    }
    .popup-content {
        max-width: 760px;
        top: unset;
    }
    .popup-content .h3,
    .popup-content .welcome-bonus{
        font-size: 24px;
        line-height: 32px;
    }
    .popup-content .btn {
        font-size: 16px;
        line-height: 24px;
    }
}
@media screen and (min-width: 75em) {
    .hh__top {
        padding-top: 20px;
    }
    .section {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .page-head {
        margin: 18px 0 12px 0;
    }
}