.download {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    clear: both;
    padding: 15px;
}

.download:before {
    background-color: #2f8f41;
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
}

.download__figure {
    position: absolute;
    min-width: 215px;
    bottom: 0;
    left: 15px;
    height: 100%;
    margin: 0;
    display: block;
    min-height: 100px;
    z-index: 1;
}

.download__img {
    position: absolute;
    width: 215px;
    height: 140px;
    bottom: 0;
    left: 0;
}

.download__text {
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.download__gp {
    display: block;
    min-width: 136px;
    height: 41px;
    background-position: center;
    position: absolute;
    right: 15px;
}

#footer {
    position: relative;
    color: #636363;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 50px;
}

#footer:before {
    background-color: #121212;
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
}

#footer a {
    color: #818181;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .footer__menu {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #636363;
}

.footer__menu > li {
    flex: 1 0 25%;
    flex-grow: 0;
    margin-bottom: 30px;
}

.footer__submenu a {
    line-height: 28px;
}

.caption {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
}

ul.footer__sitemap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #636363;
    padding-top: 30px;
}


.footer__sitemap li {
    padding: 0 10px;
    line-height: 16px;
    font-size: 14px;
    white-space: nowrap;
    border-left: solid #636363 1px;
}

.footer__sitemap .first {
    border-left: 0;
}

.footer__faq {
    width: 100%;
    margin: 20px auto;
    padding: 0 15px;
    text-align: center;
}

.footer__copyright {
    width: 100%;
    text-align: center;
    padding: 15px;
    position: relative;
}

.footer__copyright:before {
    background-color: #0e0e0e;
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
}

.footer__logo {
    font-weight: 900;
    font-size: 39px;
    line-height: 50px;
    letter-spacing: .02em;
    color: #636363;
}

.social {
    display: flex;
    flex-direction: row;
}

.footer .social {
    margin: 0 -7.5px;
}

.social a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #818181;
    text-decoration: none;
    margin: 0 7.5px;
}

.social svg {
    width: 15px;
    height: 15px;
    fill: #818181;
}

.social a:hover {
    background: #818181;
}

.social a:hover svg {
    fill: #fff;
}

.footer__social--text {
    font-weight: 500;
    display: block;
    letter-spacing: .02em;
    color: #636363;
    margin: 0 0 10px;
    width: 100%;
    text-align: left;
}

.footer__info {
    font-size: 12px;
    line-height: 18px;
    color: #636363;
    text-align: left;
    width: 33.333%;
}

.user_age {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.footer__logo,
.footer__social,
.footer__info {
    flex: 1 0 33.33%;
    padding: 7.5px 0;
}

@media (max-width: 1024px) {
    ul.footer__sitemap {
        flex-wrap: wrap;
    }

    ul.footer__sitemap li {
        margin: 10px 0;
    }
}

@media (max-width: 1000px) and (min-width: 768.9px) {
    .download {
        padding: 15px 165px 16px 245px;
        margin-top: 40px;
    }

    .download__text {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .download {
        flex-direction: column;
        padding: 30px 15px 90px;
        margin-top: 30px;
    }

    .download__figure {
        width: 109.54px;
        height: 72px;
        order: 3;
        left: inherit;
    }

    .download__img {
        width: 109.54px;
        height: 72px;
        left: calc(50% - 55px);
    }

    .download__text {
        order: 1;

        margin-bottom: 20px;
    }

    .download__gp {
        order: 2;
        position: static;
    }

    .footer__info {
        margin-top: 15px
    }

    .footer__menu > li {
        flex: 1 0 50%;
        padding: 0 5px;
    }

    .footer__logo,
    .footer__social,
    .footer__info {
        flex: 1 0 100%;

    }

}

@media (max-width: 350px) {
    .footer__menu > li {
        flex: 1 0 100%;
        padding: 0px;
    }
}

.load-more[data-ids="[]"] {
    display: none;
}


.progress-b {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 4px;
    background-clip: padding-box;
    border-radius: 2px;
    background-color: #00a046;
    z-index: 32;
    position: fixed;
    top: 0;
}

.indeterminate {
    background-color: #a1d8b6;
}

.indeterminate:after,
.indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite;
}

.indeterminate:after {
    animation: indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
    animation-delay: 1.15s;
}

@media (min-width: 1025px) {

    .filtration.opacity {
        opacity: .4;
        position: relative;
    }

    .filtration.opacity:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60%,
    to {
        left: 100%;
        right: -90%
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60%,
    to {
        left: 100%;
        right: -90%
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60%,
    to {
        left: 107%;
        right: -8%
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }

    60%,
    to {
        left: 107%;
        right: -8%
    }
}

/*
#iam18 {
    margin-top: 32px;
}

#iam18 .btn {
    max-width: 200px;
    margin: 60px auto 0;
    position: relative;
    z-index: 1;
}
*/
.pointer {
    cursor: pointer;
}


.newsletter-popup {
    position: fixed;
    z-index: 100;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 1140px;
    background: rgba(0, 0, 0, 0.87);
    border-radius: 4px 4px 0px 0px;
    height: auto;
    padding: 25px 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}

.newsletter-popup__form {
    width: 490px;
}

#newsletter__subscription-popup .newsletter__subscription-fields {
    display: flex;
    flex-direction: row;
}

#newsletter__subscription-popup .newsletter__subscription-submit {
    margin: 0 0 0 15px;
}

#newsletter__subscription-popup .newsletter__subscription-email {
    background: #333333;
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 4px;
    height: 42px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    width: 320px;
}

#newsletter__subscription-popup .newsletter__subscription-submit:hover {
    background-color: #f60;
}

.newsletter-popup__desc {
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    max-width: 400px;
}

.newsletter-popup__desc .title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 22px;
    color: #FF6600;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.newsletter-popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: 0;
    width: 24px;
    height: 24px;
    padding: 0;

}

.newsletter-popup__close:before,
.newsletter-popup__close:after {
    content: '';
    background: #C4C4C4;
    border-radius: 0.5px;
    width: 24px;
    height: 2px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    transition: all linear .3s;
}

.newsletter-popup__close:before {
    transform: rotate(-45deg);
}

.newsletter-popup__close:after {
    transform: rotate(45deg);
}

.newsletter-popup__close:hover:before,
.newsletter-popup__close:hover:after {
    background-color: #f60;
}

.newsletter-popup__telegram {
    background: linear-gradient(89.52deg, #1E96C8 0%, #37AEE2 100%), #2F8F41;
    box-shadow: 0px -3px 15px rgba(0, 0, 0, 0.35);
}

.newsletter-popup__telegram .newsletter-popup__desc .title {
    color: rgb(255 255 255 / 95%);
}

.newsletter-popup__telegram .short-content {
    color: rgb(255 255 255 / 90%);
    font-size: 16px;
}

.newsletter-popup__telegram .newsletter-popup__desc {
    max-width: 100%;
}

.newsletter-popup__telegram .newsletter-popup__form {
    width: 280px;
}

@media (max-width: 900px) {
    .newsletter-popup {

        flex-direction: column;
        text-align: center;
    }

    .newsletter-popup__desc {
        max-width: 90%;
        margin: 0 auto 10px;
    }
}

@media (max-width: 500px) {
    #newsletter__subscription-popup .newsletter__subscription-fields {

        flex-direction: column;
    }

    .newsletter-popup__form {
        width: 100%;
        padding: 0 15px;
    }

    #newsletter__subscription-popup .newsletter__subscription-email {
        width: 100%;
        margin: 0 0 15px;
    }

    #newsletter__subscription-popup .newsletter__subscription-submit {
        margin: 0;
        width: 100%;
    }

    .newsletter-popup {
        padding: 25px 30px;
    }

    .newsletter-popup__desc .title {
        line-height: 30px;
    }
}

.go-top {
    background-color: #f83030;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    z-index: 3;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #fff;
    visibility: hidden;
    opacity: .5;
    display: flex;
    align-items: center;
    justify-content: center;
}

html.jivosite-loaded body:not(.pf-jivo-hide) .go-top {
    bottom: 40px;
}

@media (max-width: 768px) {
    .go-top {
        left: 10px;
        right: inherit;
    }
}

.go-top:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotateZ(135deg);
    transition: ease-out all .3s;
    margin-top: 2px;
}

.go-top:focus,
.go-top:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1
}

.go-top.is-visible {
    visibility: visible;
    opacity: 1
}


.list-item__hidden {
    display: none;
}

.vip-link {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -57px;
    background: url('/wp-content/themes/casino.ru/assets/images/label-vip-right.png') 0 0 no-repeat;
    width: 43px;
    height: 114px;
    z-index: 3;
}

.vip-link:hover {
    opacity: .9;
}

.vip-link.show {
    display: block;
}

.smartbanner {
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    width: 100%;
    height: 84px;
    background: #f3f3f3;
}

.smartbanner__exit {
    position: absolute;
    top: calc(50% - 6px);
    left: 9px;
    display: block;
    margin: 0;
    width: 12px;
    height: 12px;
    border: 0;
    text-align: center
}

.smartbanner__exit::before,
.smartbanner__exit::after {
    position: absolute;
    width: 1px;
    height: 12px;
    background: #767676;
    content: ' '
}

.smartbanner__exit::before {
    transform: rotate(45deg)
}

.smartbanner__exit::after {
    transform: rotate(-45deg)
}

.smartbanner__icon {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 30px;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background-size: 32px
}

.smartbanner__info {
    position: absolute;
    top: 10px;
    left: 70px;
    display: flex;
    overflow-y: hidden;
    width: 60%;
    height: 64px;
    align-items: center;
    color: #000
}

.smartbanner__info__title {
    font-size: 14px
}

.smartbanner__info__author,
.smartbanner__info__price {
    font-size: 12px
}

.smartbanner__button {
    position: absolute;
    top: 32px;
    right: 10px;
    z-index: 1;
    display: block;
    padding: 0 10px;
    min-width: 10%;
    border-radius: 5px;
    background: #f3f3f3;
    color: #1474fc;
    font-size: 18px;
    text-align: center;
    text-decoration: none
}

.smartbanner__button__label {
    text-align: center
}

.smartbanner.smartbanner--android {
    background: #3d3d3d url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7");
    box-shadow: inset 0 4px 0 #88b131
}

.smartbanner.smartbanner--android .smartbanner__exit {
    left: 6px;
    margin-right: 7px;
    width: 17px;
    height: 17px;
    border-radius: 14px;
    background: #1c1e21;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
    color: #b1b1b3;
    font-family: 'ArialRoundedMTBold', Arial;
    font-size: 20px;
    line-height: 17px;
    text-shadow: 0 1px 1px #000
}

.smartbanner.smartbanner--android .smartbanner__exit::before,
.smartbanner.smartbanner--android .smartbanner__exit::after {
    top: 3px;
    left: 8px;
    width: 2px;
    height: 11px;
    background: #b1b1b3
}

.smartbanner.smartbanner--android .smartbanner__exit:active,
.smartbanner.smartbanner--android .smartbanner__exit:hover {
    color: #eee
}

.smartbanner.smartbanner--android .smartbanner__icon {
    background-color: transparent;
    box-shadow: none
}

.smartbanner.smartbanner--android .smartbanner__info {
    color: #ccc;
    text-shadow: 0 1px 2px #000
}

.smartbanner.smartbanner--android .smartbanner__info__title {
    color: #fff;
    font-weight: bold
}

.smartbanner.smartbanner--android .smartbanner__button {
    top: 30px;
    right: 20px;
    padding: 0;
    min-width: 12%;
    border-radius: 0;
    background: none;
    box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
    color: #d1d1d1;
    font-size: 14px;
    font-weight: bold
}

.smartbanner.smartbanner--android .smartbanner__button:active,
.smartbanner.smartbanner--android .smartbanner__button:hover {
    background: none
}

.smartbanner.smartbanner--android .smartbanner__button__label {
    display: block;
    padding: 0 10px;
    box-shadow: none;
    line-height: 24px;
    text-align: center;
    text-shadow: none;
    text-transform: none
}

.smartbanner.smartbanner--android .smartbanner__button__label:active,
.smartbanner.smartbanner--android .smartbanner__button__label:hover {
    background: #0b0b0b;
}

@media (max-width: 350px ) {
    .smartbanner.smartbanner--android .smartbanner__button {
        right: 10px;
    }
}

.auth-popup__form input[type="submit"].auth-popup__submit {
    background-color: #2f8f41;
    border: solid 2px #2f8f41;
    height: 44px;
}

.auth-popup__form .auth-color-back {
    height: 44px;
    padding: 0;
    line-height: 44px;
    color: #fff;
    background-color: #2f8f41;
    border: 0 !important;
    cursor: pointer;
}

.auth-popup__form-row input[type="text"],
.auth-popup__form-row input[name="user_email"],
.auth-popup__form-row input[name="password"] {
    background-position: 6px center;
    padding: 0 23px 0 28px;
}

.auth-popup__form-row input[type="checkbox"] {
    min-height: 15px;
}

.finger-casino {
    right: -15px;
    top: 6px;
}

.dmca-badge {
    display: block;
    margin-top: 5px;
}

.footer__links {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.footer__links img {
    display: block;
}

.footer__links-item {
    margin: 0 5px;
}

html.filtration-showed jdiv,
body.body__fullscreen jdiv,
body.body__fullscreen .pf-button,
body.body__fullscreen .go-top {
    display: none !important;
}

.jw-state-idle .jw-controls {
    background: none !important;
}

.jw-state-idle .jw-display-icon-container .jw-svg-icon-play {
    color: rgba(255, 255, 255, 0) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' version='1.1' viewBox='0 0 68 48' width='100%25'%3E%3Cpath class='ytp-large-play-button-bg' d='M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z' fill='%23f00'%3E%3C/path%3E%3Cpath d='M 45,24 27,14 27,34' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.jw-state-idle .jw-display-icon-container .jw-button-color:hover {
    opacity: 0.8;
}

@media (min-width: 769px) {
    .__jivoMobileButton {
        margin-right: 35px;
    }
}

.sticky__panel > .sticky__container {
    padding-top: 25px;
}

body.sticky-open .pf-button,
body.sticky-open .go-top,
body.sticky-open .__jivoMobileButton,
body.sticky-open jdiv {
    display: none !important;
}

.wprv-footer {
    max-height: initial !important;
    max-width: initial !important;
    z-index: 10;
}