@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes spinAround {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spinAround {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes textShine {
    0%,
    to {
        text-shadow: 0 0 1.25em #fff;
    }
    50% {
        text-shadow: 0 0 0 #fff;
    }
}
@keyframes textShine {
    0%,
    to {
        text-shadow: 0 0 1.25em #fff;
    }
    50% {
        text-shadow: 0 0 0 #fff;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes DoYoyWantSomeMounatinDew {
    0%,
    to {
        border-color: #86d0c0;
        -webkit-box-shadow: 0 0 18px 10px rgba(75, 185, 161, 0.4);
        box-shadow: 0 0 18px 10px rgba(75, 185, 161, 0.4);
    }
    50% {
        border-color: #215449;
        -webkit-box-shadow: 0 0 4px 0 rgba(75, 185, 161, 0.3);
        box-shadow: 0 0 4px 0 rgba(75, 185, 161, 0.3);
    }
}
@keyframes DoYoyWantSomeMounatinDew {
    0%,
    to {
        border-color: #86d0c0;
        -webkit-box-shadow: 0 0 18px 10px rgba(75, 185, 161, 0.4);
        box-shadow: 0 0 18px 10px rgba(75, 185, 161, 0.4);
    }
    50% {
        border-color: #215449;
        -webkit-box-shadow: 0 0 4px 0 rgba(75, 185, 161, 0.3);
        box-shadow: 0 0 4px 0 rgba(75, 185, 161, 0.3);
    }
}
@-webkit-keyframes navArrow {
    0%,
    to {
        right: 10px;
    }
    50% {
        right: -100%;
    }
    51% {
        right: 100%;
    }
}
@keyframes navArrow {
    0%,
    to {
        right: 10px;
    }
    50% {
        right: -100%;
    }
    51% {
        right: 100%;
    }
}
@-webkit-keyframes arrowanimate {
    0%,
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes arrowanimate {
    0%,
    to {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes arrowShining {
    0% {
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
    }
    to {
        border-top: 2px solid #3fc9af;
        border-left: 2px solid #3fc9af;
    }
}
@-webkit-keyframes coins-blink {
    0%,
    32.9% {
/*        background-image: url(https://www.pin-up561.com/asset/img/assets/bonus-page/blind1.png);
*/        background-position: 50% -6%;
    }
    33%,
    65.9% {
/*        background-image: url(https://www.pin-up561.com/asset/img/assets/bonus-page/blind2.png);
*/        background-position: 50% -6%;
    }
    66%,
    to {
/*        background-image: url(https://www.pin-up561.com/asset/img/assets/bonus-page/blind3.png);
*/        background-position: 50% 14%;
    }
}
@keyframes coins-blink {
    0%,
    32.9% {
/*        background-image: url(https://www.pin-up561.com/asset/img/assets/bonus-page/blind1.png);
*/        background-position: 50% -6%;
    }
    33%,
    65.9% {
/*        background-image: url(https://www.pin-up561.com/asset/img/assets/bonus-page/blind2.png);
*/        background-position: 50% -6%;
    }
    66%,
    to {
/*        background-image: url(https://www.pin-up561.com/asset/img/assets/bonus-page/blind3.png);
*/        background-position: 50% 14%;
    }
}
@-webkit-keyframes persent-incline {
    0% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }
}
@keyframes persent-incline {
    0% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
    }
}
@-webkit-keyframes ball-jumping {
    0% {
        -webkit-transform: translateY(0) scale(1, 0.85);
        transform: translateY(0) scale(1, 0.85);
    }
    to {
        -webkit-transform: translateY(-4em);
        transform: translateY(-4em);
    }
}
@keyframes ball-jumping {
    0% {
        -webkit-transform: translateY(0) scale(1, 0.85);
        transform: translateY(0) scale(1, 0.85);
    }
    to {
        -webkit-transform: translateY(-4em);
        transform: translateY(-4em);
    }
}
@-webkit-keyframes roulette-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes roulette-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes chart-point {
    0% {
        opacity: 1;
        top: 52%;
        left: -1%;
    }
    12% {
        top: 76%;
        left: 14%;
    }
    20% {
        top: 58%;
        left: 23%;
    }
    27% {
        top: 80%;
        left: 36%;
    }
    42% {
        top: 46%;
        left: 52%;
    }
    47% {
        top: 54%;
        left: 57%;
    }
    54% {
        top: 38%;
        left: 67%;
    }
    70% {
        top: 85%;
        left: 77.5%;
    }
    95% {
        top: -3%;
        left: 95%;
    }
    to {
        opacity: 1;
        top: -3%;
        left: 95%;
    }
}
@keyframes chart-point {
    0% {
        opacity: 1;
        top: 52%;
        left: -1%;
    }
    12% {
        top: 76%;
        left: 14%;
    }
    20% {
        top: 58%;
        left: 23%;
    }
    27% {
        top: 80%;
        left: 36%;
    }
    42% {
        top: 46%;
        left: 52%;
    }
    47% {
        top: 54%;
        left: 57%;
    }
    54% {
        top: 38%;
        left: 67%;
    }
    70% {
        top: 85%;
        left: 77.5%;
    }
    95% {
        top: -3%;
        left: 95%;
    }
    to {
        opacity: 1;
        top: -3%;
        left: 95%;
    }
}
@-webkit-keyframes chart-line {
    0% {
        opacity: 1;
        stroke-dashoffset: 350;
    }
    to {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}
@keyframes chart-line {
    0% {
        opacity: 1;
        stroke-dashoffset: 350;
    }
    to {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes chart-arrow-up {
    0%,
    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    50% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }
}
@keyframes chart-arrow-up {
    0%,
    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
    50% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }
}
@-webkit-keyframes chart-arrow-down {
    0%,
    to {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }
    50% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
}
@keyframes chart-arrow-down {
    0%,
    to {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
    }
    50% {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
}
@-webkit-keyframes slot-handle {
    0%,
    15.1%,
    5%,
    to {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
    15%,
    5.1% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }
}
@keyframes slot-handle {
    0%,
    15.1%,
    5%,
    to {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
    15%,
    5.1% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }
}
@-webkit-keyframes blur-seven-1 {
    0%,
    40%,
    6%,
    to {
        visibility: hidden;
    }
    7% {
        visibility: visible;
    }
}
@keyframes blur-seven-1 {
    0%,
    40%,
    6%,
    to {
        visibility: hidden;
    }
    7% {
        visibility: visible;
    }
}
@-webkit-keyframes blur-seven-2 {
    0%,
    53%,
    6%,
    to {
        visibility: hidden;
    }
    7% {
        visibility: visible;
    }
}
@keyframes blur-seven-2 {
    0%,
    53%,
    6%,
    to {
        visibility: hidden;
    }
    7% {
        visibility: visible;
    }
}
@-webkit-keyframes blur-seven-3 {
    0%,
    6%,
    66%,
    to {
        visibility: hidden;
    }
    7% {
        visibility: visible;
    }
}
@keyframes blur-seven-3 {
    0%,
    6%,
    66%,
    to {
        visibility: hidden;
    }
    7% {
        visibility: visible;
    }
}
@-webkit-keyframes preloader-circle-1 {
    0%,
    45%,
    to {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
}
@keyframes preloader-circle-1 {
    0%,
    45%,
    to {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
}
@-webkit-keyframes preloader-circle-2 {
    0%,
    20%,
    65%,
    to {
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
}
@keyframes preloader-circle-2 {
    0%,
    20%,
    65%,
    to {
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
}
@-webkit-keyframes preloader-circle-3 {
    0%,
    20%,
    40%,
    85%,
    to {
        opacity: 0;
    }
    65% {
        opacity: 1;
    }
}
@keyframes preloader-circle-3 {
    0%,
    20%,
    40%,
    85%,
    to {
        opacity: 0;
    }
    65% {
        opacity: 1;
    }
}
@-webkit-keyframes rotateInf {
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes rotateInf {
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@-webkit-keyframes NoticeIntDesktop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-2%);
        transform: translateX(-2%);
    }
}
@keyframes NoticeIntDesktop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-2%);
        transform: translateX(-2%);
    }
}
@-webkit-keyframes NoticeIntMobile {
    0% {
        -webkit-transform: translateX(125%);
        transform: translateX(125%);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@keyframes NoticeIntMobile {
    0% {
        -webkit-transform: translateX(125%);
        transform: translateX(125%);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@-webkit-keyframes TutorialGirlLeftLeg {
    0%,
    to {
        -webkit-transform: rotate(6deg) translateX(-50%) translateY(-50%);
        transform: rotate(6deg) translateX(-50%) translateY(-50%);
    }
    50% {
        -webkit-transform: rotate(-6deg) translateX(-50%) translateY(-50%);
        transform: rotate(-6deg) translateX(-50%) translateY(-50%);
    }
}
@keyframes TutorialGirlLeftLeg {
    0%,
    to {
        -webkit-transform: rotate(6deg) translateX(-50%) translateY(-50%);
        transform: rotate(6deg) translateX(-50%) translateY(-50%);
    }
    50% {
        -webkit-transform: rotate(-6deg) translateX(-50%) translateY(-50%);
        transform: rotate(-6deg) translateX(-50%) translateY(-50%);
    }
}
@-webkit-keyframes TutorialGirlRightLeg {
    0%,
    to {
        -webkit-transform: rotate(41deg) translateX(-50%);
        transform: rotate(41deg) translateX(-50%);
    }
    50% {
        -webkit-transform: rotate(62deg) translateX(-50%);
        transform: rotate(62deg) translateX(-50%);
    }
}
@keyframes TutorialGirlRightLeg {
    0%,
    to {
        -webkit-transform: rotate(41deg) translateX(-50%);
        transform: rotate(41deg) translateX(-50%);
    }
    50% {
        -webkit-transform: rotate(62deg) translateX(-50%);
        transform: rotate(62deg) translateX(-50%);
    }
}
@keyframes arrowShining {
    0% {
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
    }
    to {
        border-top: 2px solid #3fc9af;
        border-left: 2px solid #3fc9af;
    }
}
@-webkit-keyframes arrowMenu {
    0%,
    to {
        right: calc(50% - 16px);
    }
    50% {
        right: -336px;
    }
    51% {
        z-index: -20;
        right: 336px;
    }
}
@keyframes arrowMenu {
    0%,
    to {
        right: calc(50% - 16px);
    }
    50% {
        right: -336px;
    }
    51% {
        z-index: -20;
        right: 336px;
    }
}
@-webkit-keyframes rolette-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rolette-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes ten-percent-slide {
    0% {
        -webkit-transform: translateY(-50%) translateX(-350px);
        transform: translateY(-50%) translateX(-350px);
    }
    to {
        -webkit-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0);
    }
}
@keyframes ten-percent-slide {
    0% {
        -webkit-transform: translateY(-50%) translateX(-350px);
        transform: translateY(-50%) translateX(-350px);
    }
    to {
        -webkit-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0);
    }
}
@-webkit-keyframes cashback-slide {
    0% {
        -webkit-transform: translateY(-50%) translateX(350px);
        transform: translateY(-50%) translateX(350px);
    }
    to {
        -webkit-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0);
    }
}
@keyframes cashback-slide {
    0% {
        -webkit-transform: translateY(-50%) translateX(350px);
        transform: translateY(-50%) translateX(350px);
    }
    to {
        -webkit-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0);
    }
}
@-webkit-keyframes welcome-star-1 {
    0%,
    23%,
    to {
        opacity: 0;
    }
    12.5% {
        opacity: 1;
    }
}
@keyframes welcome-star-1 {
    0%,
    23%,
    to {
        opacity: 0;
    }
    12.5% {
        opacity: 1;
    }
}
@-webkit-keyframes welcome-star-2 {
    0%,
    12.5%,
    35.5%,
    to {
        opacity: 0;
    }
    23% {
        opacity: 1;
    }
}
@keyframes welcome-star-2 {
    0%,
    12.5%,
    35.5%,
    to {
        opacity: 0;
    }
    23% {
        opacity: 1;
    }
}
@-webkit-keyframes welcome-star-3 {
    0%,
    23%,
    48%,
    to {
        opacity: 0;
    }
    35.5% {
        opacity: 1;
    }
}
@keyframes welcome-star-3 {
    0%,
    23%,
    48%,
    to {
        opacity: 0;
    }
    35.5% {
        opacity: 1;
    }
}
@-webkit-keyframes welcome-star-4 {
    0%,
    35.5%,
    60.5%,
    to {
        opacity: 0;
    }
    48% {
        opacity: 1;
    }
}
@keyframes welcome-star-4 {
    0%,
    35.5%,
    60.5%,
    to {
        opacity: 0;
    }
    48% {
        opacity: 1;
    }
}
@-webkit-keyframes welcome-star-5 {
    0%,
    48%,
    73%,
    to {
        opacity: 0;
    }
    60.5% {
        opacity: 1;
    }
}
@keyframes welcome-star-5 {
    0%,
    48%,
    73%,
    to {
        opacity: 0;
    }
    60.5% {
        opacity: 1;
    }
}
@-webkit-keyframes welcome-star-6 {
    0%,
    23%,
    47%,
    60.5%,
    85.5%,
    to {
        opacity: 0;
    }
    10.5%,
    35%,
    72.5% {
        opacity: 1;
    }
}
@keyframes welcome-star-6 {
    0%,
    23%,
    47%,
    60.5%,
    85.5%,
    to {
        opacity: 0;
    }
    10.5%,
    35%,
    72.5% {
        opacity: 1;
    }
}
@-webkit-keyframes welcome-star-7 {
    0%,
    19%,
    47%,
    72.5%,
    97.5%,
    to {
        opacity: 0;
    }
    35%,
    60.5%,
    8.5%,
    85.5% {
        opacity: 1;
    }
}
@keyframes welcome-star-7 {
    0%,
    19%,
    47%,
    72.5%,
    97.5%,
    to {
        opacity: 0;
    }
    35%,
    60.5%,
    8.5%,
    85.5% {
        opacity: 1;
    }
}
@-webkit-keyframes welcome-star-8 {
    0%,
    23%,
    47%,
    72%,
    97.5%,
    to {
        opacity: 0;
    }
    12.5%,
    35%,
    60%,
    84% {
        opacity: 1;
    }
}
@keyframes welcome-star-8 {
    0%,
    23%,
    47%,
    72%,
    97.5%,
    to {
        opacity: 0;
    }
    12.5%,
    35%,
    60%,
    84% {
        opacity: 1;
    }
}
@-webkit-keyframes ProgressBar {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes ProgressBar {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes LoadAnimation {
    to {
        -webkit-transform: skewX(-35deg) translateX(300px);
        transform: skewX(-35deg) translateX(300px);
    }
}
@keyframes LoadAnimation {
    to {
        -webkit-transform: skewX(-35deg) translateX(300px);
        transform: skewX(-35deg) translateX(300px);
    }
}
@-webkit-keyframes CoinSpawn {
    0% {
        -webkit-transform: translateX(-240%) translateY(-50%) skewX(-65deg);
        transform: translateX(-240%) translateY(-50%) skewX(-65deg);
    }
    to {
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}
@keyframes CoinSpawn {
    0% {
        -webkit-transform: translateX(-240%) translateY(-50%) skewX(-65deg);
        transform: translateX(-240%) translateY(-50%) skewX(-65deg);
    }
    to {
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}
@-webkit-keyframes PriseSpawn {
    0% {
        -webkit-transform: translateX(310%) translateY(-50%) skewX(65deg);
        transform: translateX(310%) translateY(-50%) skewX(65deg);
    }
    to {
        -webkit-transform: translateX(50%) translateY(-50%);
        transform: translateX(50%) translateY(-50%);
    }
}
@keyframes PriseSpawn {
    0% {
        -webkit-transform: translateX(310%) translateY(-50%) skewX(65deg);
        transform: translateX(310%) translateY(-50%) skewX(65deg);
    }
    to {
        -webkit-transform: translateX(50%) translateY(-50%);
        transform: translateX(50%) translateY(-50%);
    }
}
@-webkit-keyframes percentPulsing {
    0% {
        text-shadow: 0 0 0 #a11, 0 0 0 #4dab99;
    }
    to {
        text-shadow: 1px 1px 2px #a11, 0 0 1em #4dab99;
    }
}
@keyframes percentPulsing {
    0% {
        text-shadow: 0 0 0 #a11, 0 0 0 #4dab99;
    }
    to {
        text-shadow: 1px 1px 2px #a11, 0 0 1em #4dab99;
    }
}
@-webkit-keyframes shiningRed {
    0% {
        opacity: 0;
    }
    to {
        opacity: 0.9;
    }
}
@keyframes shiningRed {
    0% {
        opacity: 0;
    }
    to {
        opacity: 0.9;
    }
}
@-webkit-keyframes cashbox-bonus-arrow-1 {
    0%,
    50%,
    to {
        fill: #fff;
    }
    20% {
        fill: #24bb9d;
    }
}
@keyframes cashbox-bonus-arrow-1 {
    0%,
    50%,
    to {
        fill: #fff;
    }
    20% {
        fill: #24bb9d;
    }
}
@-webkit-keyframes cashbox-bonus-arrow-2 {
    0%,
    10%,
    70%,
    to {
        fill: #fff;
    }
    40% {
        fill: #24bb9d;
    }
}
@keyframes cashbox-bonus-arrow-2 {
    0%,
    10%,
    70%,
    to {
        fill: #fff;
    }
    40% {
        fill: #24bb9d;
    }
}
@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes favorite-games-sprite-animation {
    0%,
    3.569% {
        background-position: 0;
    }
    3.57%,
    7.139% {
        background-position: -50px;
    }
    10.709%,
    7.14% {
        background-position: -100px;
    }
    10.71%,
    14.279% {
        background-position: -150px;
    }
    14.28%,
    17.849% {
        background-position: -200px;
    }
    17.85%,
    21.419% {
        background-position: -250px;
    }
    21.42%,
    24.989% {
        background-position: -300px;
    }
    24.99%,
    28.559% {
        background-position: -350px;
    }
    28.56%,
    32.129% {
        background-position: -400px;
    }
    32.13%,
    35.699% {
        background-position: -450px;
    }
    35.7%,
    39.269% {
        background-position: -500px;
    }
    39.27%,
    42.839% {
        background-position: -550px;
    }
    42.84%,
    46.409% {
        background-position: -600px;
    }
    46.41%,
    49.979% {
        background-position: -650px;
    }
    49.98%,
    53.549% {
        background-position: -700px;
    }
    53.55%,
    57.119% {
        background-position: -750px;
    }
    57.12%,
    60.689% {
        background-position: -800px;
    }
    60.69%,
    64.259% {
        background-position: -850px;
    }
    64.26%,
    67.829% {
        background-position: -900px;
    }
    67.83%,
    71.399% {
        background-position: -950px;
    }
    71.4%,
    74.969% {
        background-position: -1000px;
    }
    74.97%,
    78.539% {
        background-position: -1050px;
    }
    78.54%,
    82.109% {
        background-position: -1100px;
    }
    82.11%,
    85.679% {
        background-position: -1150px;
    }
    85.68%,
    89.249% {
        background-position: -1200px;
    }
    89.25%,
    92.819% {
        background-position: -1250px;
    }
    92.82%,
    96.389% {
        background-position: -1300px;
    }
    96.39%,
    99.999% {
        background-position: -1350px;
    }
    to {
        background-position: -1400px;
    }
}
@keyframes favorite-games-sprite-animation {
    0%,
    3.569% {
        background-position: 0;
    }
    3.57%,
    7.139% {
        background-position: -50px;
    }
    10.709%,
    7.14% {
        background-position: -100px;
    }
    10.71%,
    14.279% {
        background-position: -150px;
    }
    14.28%,
    17.849% {
        background-position: -200px;
    }
    17.85%,
    21.419% {
        background-position: -250px;
    }
    21.42%,
    24.989% {
        background-position: -300px;
    }
    24.99%,
    28.559% {
        background-position: -350px;
    }
    28.56%,
    32.129% {
        background-position: -400px;
    }
    32.13%,
    35.699% {
        background-position: -450px;
    }
    35.7%,
    39.269% {
        background-position: -500px;
    }
    39.27%,
    42.839% {
        background-position: -550px;
    }
    42.84%,
    46.409% {
        background-position: -600px;
    }
    46.41%,
    49.979% {
        background-position: -650px;
    }
    49.98%,
    53.549% {
        background-position: -700px;
    }
    53.55%,
    57.119% {
        background-position: -750px;
    }
    57.12%,
    60.689% {
        background-position: -800px;
    }
    60.69%,
    64.259% {
        background-position: -850px;
    }
    64.26%,
    67.829% {
        background-position: -900px;
    }
    67.83%,
    71.399% {
        background-position: -950px;
    }
    71.4%,
    74.969% {
        background-position: -1000px;
    }
    74.97%,
    78.539% {
        background-position: -1050px;
    }
    78.54%,
    82.109% {
        background-position: -1100px;
    }
    82.11%,
    85.679% {
        background-position: -1150px;
    }
    85.68%,
    89.249% {
        background-position: -1200px;
    }
    89.25%,
    92.819% {
        background-position: -1250px;
    }
    92.82%,
    96.389% {
        background-position: -1300px;
    }
    96.39%,
    99.999% {
        background-position: -1350px;
    }
    to {
        background-position: -1400px;
    }
}
@-webkit-keyframes border-radius-animation {
    0% {
        border-radius: 0;
    }
    to {
        border-radius: 4px;
    }
}
@keyframes border-radius-animation {
    0% {
        border-radius: 0;
    }
    to {
        border-radius: 4px;
    }
}
@-webkit-keyframes button-arroww-animate {
    0%,
    to {
        right: calc(50% - 24px);
    }
    25% {
        right: 0;
    }
    26% {
        z-index: -20;
        right: 80%;
    }
}
@keyframes button-arroww-animate {
    0%,
    to {
        right: calc(50% - 24px);
    }
    25% {
        right: 0;
    }
    26% {
        z-index: -20;
        right: 80%;
    }
}
@-webkit-keyframes popup-notif {
    0%,
    to {
        right: -500px;
    }
    10%,
    90% {
        right: 5px;
    }
}
@keyframes popup-notif {
    0%,
    to {
        right: -500px;
    }
    10%,
    90% {
        right: 5px;
    }
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@-webkit-keyframes randomgame {
    0% {
        -webkit-transform: translateY(-50%) rotateY(0deg);
        transform: translateY(-50%) rotateY(0deg);
    }
    to {
        -webkit-transform: translateY(-50%) rotateY(360deg);
        transform: translateY(-50%) rotateY(360deg);
    }
}
@keyframes randomgame {
    0% {
        -webkit-transform: translateY(-50%) rotateY(0deg);
        transform: translateY(-50%) rotateY(0deg);
    }
    to {
        -webkit-transform: translateY(-50%) rotateY(360deg);
        transform: translateY(-50%) rotateY(360deg);
    }
}
@-webkit-keyframes btnanimate-grey {
    0%,
    to {
        right: calc(50% - 16px);
    }
    50% {
        right: 336px;
    }
    51% {
        z-index: -20;
        right: -336px;
    }
}
@keyframes btnanimate-grey {
    0%,
    to {
        right: calc(50% - 16px);
    }
    50% {
        right: 336px;
    }
    51% {
        z-index: -20;
        right: -336px;
    }
}
@-webkit-keyframes btnanimate {
    0%,
    to {
        right: calc(50% - 16px);
    }
    50% {
        right: -336px;
    }
    51% {
        z-index: -20;
        right: 336px;
    }
}
@keyframes btnanimate {
    0%,
    to {
        right: calc(50% - 16px);
    }
    50% {
        right: -336px;
    }
    51% {
        z-index: -20;
        right: 336px;
    }
}
@-webkit-keyframes border-to-red {
    0% {
        border-color: #a9a9a9;
    }
    to {
        border-color: red;
    }
}
@keyframes border-to-red {
    0% {
        border-color: #a9a9a9;
    }
    to {
        border-color: red;
    }
}
@-webkit-keyframes faqShow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
}
@keyframes faqShow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
}
@-webkit-keyframes openTicket {
    0%,
    to {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }
}
@keyframes openTicket {
    0%,
    to {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none !important;
    visibility: hidden;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
.article_rules .lk-table li,
blockquote,
figure {
    margin: 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
legend {
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
legend,
td,
th {
    padding: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
@media only screen and (max-width: 768px) {
    .owl-dots {
        display: none;
        visibility: hidden;
    }
}
.closed-tournaments .owl-dot span,
.current-tournaments .owl-dot span,
.upcoming-tournaments .owl-dot span {
    display: block;
    width: 60px;
    height: 4px;
    margin: 10px 5px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.4);
}
.closed-tournaments .owl-dot.active span,
.current-tournaments .owl-dot.active span,
.upcoming-tournaments .owl-dot.active span {
    background-color: #fff;
}
a {
    text-decoration: none!important;
}
@font-face {
   font-family: "pt_sansbold";
   src: url("PTSans-Bold.ttf") format("truetype");
   font-weight: 400;
   font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: "pt_sansregular";
    src: url("PTSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
html::-webkit-scrollbar {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    position: fixed;
    background-color: #1a1a1a;
    width: 0;
    height: 0;
    background: 0 0;
    display: none;
}
.page {
    padding-top: 80px;
    font-family: "pt_sansregular", Helvetica, Arial, sans-serif;
    background: -webkit-gradient(linear, left top, left bottom, from(#0c0c11), color-stop(90%, #262634), to(#2e2e3e));
    background: -webkit-linear-gradient(top, #0c0c11 0%, #262634 90%, #2e2e3e 100%);
    background: linear-gradient(to bottom, #0c0c11 0%, #262634 90%, #2e2e3e 100%);
    background-color: #0c0c11;
}
.page--popup,
.page_disable {
    overflow: hidden;
}
.page--popup {
    position: relative;
}
.page--popup::after,
.page_shadow--cashbox-popup::after,
.page_shadow::after,
.page_shadow_login::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: static;
    top: 0;
    left: 0;
    z-index: 5011;
    background-color: rgba(0, 0, 0, 0.7);
}
.page_shadow,
.page_shadow--cashbox-popup {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}
.page_shadow--cashbox-popup::after,
.page_shadow::after,
.page_shadow_login::after {
    position: absolute;
    z-index: 5010 !important;
}
.page_shadow--cashbox-popup {
    overflow: hidden !important;
}
.page_shadow_login {
    overflow: unset;
    position: fixed;
    height: 100%;
    width: 100%;
}
.page__wrapper {
    min-height: 100%;
    margin-bottom: -50px;
}
#betSlip {
    z-index: 20;
}
.page_error {
    padding: 0;
    background-color: #262634;
}
* html .page__wrapper {
    height: 100%;
}
.page__buffer {
    height: 50px;
}
.currency_disable {
    color: #858585 !important;
}
.invisible-scroll {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.invisible-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: 0 0;
    display: none;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
@media screen and (min-width: 1280px) {
    .blackfriday-bkg,
    .common-girls,
    .common-girls5,
    .feb-14,
    .feb-23,
    .girls,
    .girls-cards,
    .halloween,
    .kamchatka,
    .march-8,
    .may-9,
    .money-girls,
    .ny-bkg,
    .ny-bkg-2,
    .page--9may,
    .page--com-1,
    .page--com-2,
    .page--com-3,
    .page--com-4,
    .page--vegas,
    .pinup-slot,
    .vegas-magic {
        position: relative;
    }
    .blackfriday-bkg::after,
    .blackfriday-bkg::before,
    .common-girls5::after,
    .common-girls5::before,
    .common-girls::after,
    .common-girls::before,
    .feb-14::after,
    .feb-14::before,
    .feb-23::after,
    .feb-23::before,
    .girls-cards::after,
    .girls-cards::before,
    .girls::after,
    .girls::before,
    .halloween::after,
    .halloween::before,
    .kamchatka::after,
    .kamchatka::before,
    .march-8::after,
    .march-8::before,
    .may-9::after,
    .may-9::before,
    .money-girls::after,
    .money-girls::before,
    .ny-bkg-2::after,
    .ny-bkg-2::before,
    .ny-bkg::after,
    .ny-bkg::before,
    .page--9may::after,
    .page--9may::before,
    .page--com-1::after,
    .page--com-1::before,
    .page--com-2::after,
    .page--com-2::before,
    .page--com-3::after,
    .page--com-3::before,
    .page--com-4::after,
    .page--com-4::before,
    .page--vegas::after,
    .page--vegas::before,
    .pinup-slot::after,
    .pinup-slot::before,
    .vegas-magic::after,
    .vegas-magic::before {
        content: "";
        display: block;
        width: 319px;
        height: 100%;
        position: fixed;
        top: 56px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .page--com-1::before {
/*        background-image: url(https://www.pin-up561.com/asset/img/general/backgrounds/common/left-1.jpg);
*/    }
    .blackfriday-bkg::before,
    .common-girls5::before,
    .common-girls::before,
    .feb-14::before,
    .feb-23::before,
    .girls-cards::before,
    .girls::before,
    .halloween::before,
    .kamchatka::before,
    .march-8::before,
    .may-9::before,
    .money-girls::before,
    .ny-bkg-2::before,
    .ny-bkg::before,
    .page--9may::before,
    .page--com-1::before,
    .page--com-2::before,
    .page--com-3::before,
    .page--com-4::before,
    .page--vegas::before,
    .pinup-slot::before,
    .vegas-magic::before {
        left: calc(50% - 959px);
    }
    .page--com-1::after {
/*        background-image: url(https://www.pin-up561.com/asset/img/general/backgrounds/common/right-1.jpg);
*/    }
    .blackfriday-bkg::after,
    .common-girls5::after,
    .common-girls::after,
    .feb-14::after,
    .feb-23::after,
    .girls-cards::after,
    .girls::after,
    .halloween::after,
    .kamchatka::after,
    .march-8::after,
    .may-9::after,
    .money-girls::after,
    .ny-bkg-2::after,
    .ny-bkg::after,
    .page--9may::after,
    .page--com-1::after,
    .page--com-2::after,
    .page--com-3::after,
    .page--com-4::after,
    .page--vegas::after,
    .pinup-slot::after,
    .vegas-magic::after {
        left: calc(50% + 639px);
    }
}
@media screen and (min-width: 1280px) {
.girls-cards::after {
    background-image: url(../img/girls-cards-right.jpg);
}
}
@media screen and (min-width: 1280px) {
.girls-cards::before {
    background-image: url(../img/girls-cards-left.jpg);
}
}
@media screen and (min-width: 1930px) {
    .blackfriday-bkg::after,
    .blackfriday-bkg::before,
    .common-girls5::after,
    .common-girls5::before,
    .common-girls::after,
    .common-girls::before,
    .feb-14::after,
    .feb-14::before,
    .feb-23::after,
    .feb-23::before,
    .girls-cards::after,
    .girls-cards::before,
    .girls::after,
    .girls::before,
    .halloween::after,
    .halloween::before,
    .kamchatka::after,
    .kamchatka::before,
    .march-8::after,
    .march-8::before,
    .may-9::after,
    .may-9::before,
    .money-girls::after,
    .money-girls::before,
    .ny-bkg-2::after,
    .ny-bkg-2::before,
    .ny-bkg::after,
    .ny-bkg::before,
    .page--vegas::after,
    .page--vegas::before,
    .pinup-slot::after,
    .pinup-slot::before,
    .vegas-magic::after,
    .vegas-magic::before {
        content: "";
        width: calc((100% - 1280px) / 2);
        top: 56px;
    }
    .blackfriday-bkg::before,
    .common-girls5::before,
    .common-girls::before,
    .feb-14::before,
    .feb-23::before,
    .girls-cards::before,
    .girls::before,
    .halloween::before,
    .kamchatka::before,
    .march-8::before,
    .may-9::before,
    .money-girls::before,
    .ny-bkg-2::before,
    .ny-bkg::before,
    .page--vegas::before,
    .pinup-slot::before,
    .vegas-magic::before {
        left: 0;
    }
    .blackfriday-bkg::after,
    .common-girls5::after,
    .common-girls::after,
    .feb-14::after,
    .feb-23::after,
    .girls-cards::after,
    .girls::after,
    .halloween::after,
    .kamchatka::after,
    .march-8::after,
    .may-9::after,
    .money-girls::after,
    .ny-bkg-2::after,
    .ny-bkg::after,
    .page--vegas::after,
    .pinup-slot::after,
    .vegas-magic::after {
        left: calc(50% + 639px);
    }
}
@media only screen and (max-width: 1024px) {
    .page {
        padding-top: 45px;
    }
    .page--alarm {
        padding-top: 44px;
    }
    .page_error {
        padding: 0;
    }
}
.link_accent {
    color: #24bb9d;
    text-decoration: none;
}
@media only screen and (max-width: 969px) {
    .page--alarm {
        padding-top: 60px !important;
    }
}
@media only screen and (max-width: 768px) {
    .page--alarm {
        padding-top: 0 !important;
    }
    .page {
        padding-top: 46px;
    }
}
@media only screen and (max-width: 460px) {
    input {
        font-size: 17px !important;
    }
}
.layout,
.layout .main {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.layout {
    max-width: 1280px;
    margin: auto;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #262634;
}
.layout .main {
    width: 80%;
    outline: 0;
}
@media screen and (max-width: 1260px) {
    .layout .main {
        padding: 5px 15px;
    }
}
@media screen and (max-width: 770px) {
    .layout .main {
        padding: 5px;
    }
}
.layout .aside {
    width: 20%;
    padding: 5px;
}
.layout--tournament > section,
.layout--tournaments > section,
.test__image {
    width: 100%;
}
.alarm--line-iframe {
    padding-top: 125px !important;
}
.layout--tournament,
.layout--tournaments {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    max-width: 1280px;
}
@media screen and (max-width: 1023px) {
    .layout--tournament,
    .layout--tournaments {
        padding: 0;
    }
}
.layout--tournament > section .slider__item,
.layout--tournaments > section .slider__item {
    height: 220px;
}
@media screen and (max-width: 576px) {
    .layout--tournament > section .slider__item,
    .layout--tournaments > section .slider__item {
        height: 44vw;
    }
}
@media screen and (max-width: 500px) {
    .layout--tournament > section .slider__item,
    .layout--tournaments > section .slider__item {
        height: 52vw;
    }
}
@media screen and (max-width: 360px) {
    .layout--tournament > section .slider__item,
    .layout--tournaments > section .slider__item {
        height: 54vw;
    }
}
.layout--tournament .slider__item > div,
.layout--tournaments .slider__item > div {
    border-radius: 0 0 4px 4px;
}
.layout .aside,
.layout--tournament > section,
.layout--tournaments > section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
    .layout--tournament > section,
    .layout--tournaments > section {
        width: 100%;
    }
}
.layout.layout--tournament,
.layout.layout--tournaments,
.layout.layout--tournaments > section {
    padding: 0;
}
@media screen and (max-width: 1279px) {
    .layout.layout--tournaments > section {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1285px) {
    .layout.layout--tournament {
        padding: 0 7px;
    }
}
.layout.layout--tournament .slider__item .button,
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.tournaments__wrapper {
    max-width: 100%;
    margin: 0 auto;
    background-color: #262634;
}
.tournaments__wrapper .slider__item {
    max-width: 1280px;
    margin: 0 auto;
}
.tournaments__wrapper .tournament-open_btn {
    padding: 0 20px;
    margin: 20px auto;
    display: block;
}
@media screen and (max-width: 768px) {
    .tournaments__wrapper .tournament-open_btn {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
}
.tournament_btn-left {
    margin-left: auto;
    margin-right: 5px;
}
.tournament_btn-right {
    margin-right: auto;
    margin-left: 5px;
}
.layout--promo .main {
    width: 60%;
}
.layout--promo .aside {
    width: 20%;
}
.btn-flex-width {
    width: initial !important;
}
@media only screen and (max-width: 1240px) {
    .layout .main {
        width: 75%;
    }
    .layout .aside {
        width: 25%;
    }
}
@media only screen and (max-width: 1024px) {
    .alarm--line-iframe {
        padding-top: 86px !important;
    }
}
@media only screen and (max-width: 980px) {
    .layout .main {
        width: 100%;
    }
    .layout .aside {
        display: none;
    }
    .layout--lk .aside--lk {
        width: 100%;
        display: block !important;
    }
    .alarm--line-iframe {
        padding-top: 100px !important;
    }
}
@media only screen and (max-width: 768px) {
    .layout {
        padding-top: 0;
    }
    .alarm--line-iframe {
        padding-top: 45px !important;
    }
}
@media only screen and (max-width: 576px) {
    .layout {
        overflow-x: hidden;
    }
    .layout,
    .layout .main,
    .layout .row {
        display: block;
    }
    .layout .aside {
        display: none;
    }
}
.footer {
    max-width: 1280px;
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0%, #343434 100%);
    background: linear-gradient(to bottom, #424242 0%, #343434 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 6px;
    color: #fff;
}
.footer_fullscreen {
    max-width: 100%;
    border-radius: 0;
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    width: 100%;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.slider.owl-carousel .owl-dots {
    display: block;
    position: absolute;
    height: 13px;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    text-align: center;
}
.slider.owl-carousel .owl-dot {
    display: inline-block;
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    width: 10px;
    height: 10px;
    background-color: #3d3737;
    border: 3px solid #3d3737;
    border-radius: 50%;
    position: relative;
    margin: 0 6px;
    text-align: center;
    opacity: 0.35;
}
.slider.owl-carousel .owl-dot.active {
    opacity: 0.95;
    background-color: #24bb9d;
}
@media only screen and (max-width: 768px) {
    .owl-dots {
        display: none;
        visibility: hidden;
    }
}
.closed-tournaments .owl-dots,
.current-tournaments .owl-dots,
.upcoming-tournaments .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: visible;
}
.gamepage .rail2__list .owl-nav {
    display: none;
}
.pointer-events-off {
    pointer-events: none;
}
.text__paragraph {
    color: #fff;
    font-style: normal !important;
}
.text-block__link {
    color: #40c4ab;
}
.page__paragraph {
    color: #fff;
    font-style: normal !important;
}
.page__num-item {
    color: #fff;
}
.text_size_big {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 22px;
}
.text_size_small {
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 26px;
}
.text_weight_regular {
    font-family: "pt_sansregular";
}
.text_weight_bold {
    font-family: "pt_sansbold";
}
.text_align_left {
    text-align: left !important;
}
.text_align_right {
    text-align: right !important;
}
.text_align_center {
    text-align: center !important;
}
.text_uppercase {
    text-transform: uppercase;
}
.text_color_green {
    color: #59cdb5;
}
.text_color_orange {
    color: #e03d22;
}
.text_color_white {
    color: #fff;
}
.text_style_italic {
    font-style: italic;
}
.button_achivments-cashbox {
    top: 80px;
    width: 90%;
    max-width: 210px;
}
.button.button_achivments-bot {
    width: 200px;
    top: -30px;
    display: block;
    margin: 0 auto;
}
.aside__nav {
    margin-bottom: 10px;
}
.aside__nav-list {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
}
.aside__nav-item {
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0%, #343434 100%);
    background: linear-gradient(to bottom, #424242 0%, #343434 100%);
    position: relative;
    border-bottom: 1px solid #656565;
    cursor: pointer;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
}
.aside__nav-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 32px;
    overflow: hidden;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.aside__nav-item:hover::after {
    -webkit-animation-name: arrowMenu;
    animation-name: arrowMenu;
}
.aside__nav-item.new {
    overflow: visible;
}
.aside__nav-item.new::after {
    display: none;
}
.aside__nav-item.new::before {
    content: "";
/*    background: url(https://www.pin-up561.com/asset/img/general/ribbon-new-menu.svg) no-repeat center;
*/    position: absolute;
    width: 55px;
    height: 29px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: -33px;
    top: 43%;
    pointer-events: none;
}
.aside__nav-item:first-child {
    border-radius: 6px 6px 0 0;
}
.aside__nav-item:last-child {
    border-radius: 0 0 6px 6px;
    border-bottom: none;
}
.aside__nav-item--animate {
    overflow: hidden;
}
.aside__nav-item--animate::after {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-name: navArrow;
    animation-name: navArrow;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.aside__nav-item--active {
    background: -webkit-gradient(linear, left top, left bottom, from(#50c5ac), color-stop(50%, #3fa18d), to(#2e7f70));
    background: -webkit-linear-gradient(top, #50c5ac 0%, #3fa18d 50%, #2e7f70 100%);
    background: linear-gradient(to bottom, #50c5ac 0%, #3fa18d 50%, #2e7f70 100%);
    border-color: #2e7f70;
}
.aside__nav-link {
    padding: 17.5px 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0;
    white-space: nowrap;
}
.aside__nav-link::-moz-selection {
    background-color: transparent;
}
.aside__nav-link::selection {
    background-color: transparent;
}
.aside__nav--games .aside__nav-item:first-child {
    border-bottom: none;
    margin-bottom: 10px;
    border-radius: 6px;
}
.aside__nav--games .aside__nav-item:nth-child(2) {
    border-radius: 6px 6px 0 0;
}
.aside__nav--events .aside__nav-item {
    background: -webkit-gradient(linear, left top, left bottom, from(#de3c21), to(#b41b0f));
    background: -webkit-linear-gradient(top, #de3c21 0%, #b41b0f 100%);
    background: linear-gradient(to bottom, #de3c21 0%, #b41b0f 100%);
    border-color: #b41b0f;
}
.aside__nav--events .aside__nav-item:last-child {
    border-radius: 6px;
}
.aside__nav--events .aside__nav-item:nth-child(4) {
    margin-bottom: 10px;
    border-radius: 0 0 6px 6px;
    border-bottom: none;
}
.aside__nav-item.search-input::after {
    display: none;
}
.aside__nav-item.search-input {
    position: relative;
    line-height: 35px;
    height: 35px;
}
.aside__nav-item.search-input .aside__nav-item--search {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 90%;
    height: 70%;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-left: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTMuOSAxNC4yIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMy45IDE0LjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojMjEyMTIxO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02LjYsMi4zYy0xLjQsMS40LTEuNCwzLjYsMCw1YzEuNCwxLjQsMy42LDEuNCw1LDBjMS40LTEuNCwxLjQtMy42LDAtNUMxMC4yLDEsOCwxLDYuNiwyLjN6IE0xMi41LDguM0MxMC45LDkuOSw4LjQsMTAuMSw2LjYsOWwtNS4yLDUuMkwwLDEyLjhsNS4xLTUuMUMzLjgsNS44LDQsMy4xLDUuNywxLjRjMS45LTEuOSw1LTEuOSw2LjksMEMxNC40LDMuMywxNC40LDYuNCwxMi41LDguM3oiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 3px 50%;
    background-size: 15px 15px;
    font-size: 14px;
    border: 0;
    outline: 0;
}
.aside__nav-item.promo-button {
    position: relative;
    overflow: visible;
}
.aside__nav--games.has-tournament .aside__nav-item.tournament:hover:after,
.aside__nav-item.promo-button:hover::after {
    -webkit-animation: none;
    animation: none;
}
.aside__nav-item.promo-button .lightbalb {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ddd;
    z-index: 400;
}
.aside__nav-item.promo-button .lightbalb:nth-child(1) {
    top: -14%;
    left: 5%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(2) {
    top: -14%;
    left: 11.4%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(3) {
    top: -14%;
    left: 17.8%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(4) {
    top: -14%;
    left: 24.2%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(5) {
    top: -14%;
    left: 30.6%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(6) {
    top: -14%;
    left: 37%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(7) {
    top: -14%;
    left: 43.4%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(8) {
    top: -14%;
    left: 49.8%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(9) {
    top: -14%;
    left: 56.2%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(10) {
    top: -14%;
    left: 62.6%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(11) {
    top: -14%;
    left: 69%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(12) {
    top: -14%;
    left: 75.4%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(13) {
    top: -14%;
    left: 81.8%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(14) {
    top: -14%;
    left: 88.2%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(15) {
    top: -14%;
    left: 94.2%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(16) {
    top: -4%;
    left: 100.9%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(17) {
    top: 47%;
    left: 101.7%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(18) {
    top: 105%;
    left: 100.9%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(19) {
    top: 114%;
    left: 94.6%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(20) {
    top: 114%;
    left: 88.2%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(21) {
    top: 114%;
    left: 81.8%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(22) {
    top: 114%;
    left: 75.4%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(23) {
    top: 114%;
    left: 69%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(24) {
    top: 114%;
    left: 62.6%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(25) {
    top: 114%;
    left: 56.2%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(26) {
    top: 114%;
    left: 49.8%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(27) {
    top: 114%;
    left: 43.3%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(28) {
    top: 114%;
    left: 37%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(29) {
    top: 114%;
    left: 30.6%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(30) {
    top: 114%;
    left: 24.2%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(31) {
    top: 114%;
    left: 17.8%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(32) {
    top: 114%;
    left: 11.4%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(33) {
    top: 114%;
    left: 5%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(34) {
    top: 107%;
    left: -0.5%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(35) {
    top: 49%;
    left: -1.8%;
}
.aside__nav-item.promo-button .lightbalb:nth-child(36) {
    top: -4%;
    left: -1.8px;
}
.aside__nav-item.promo-button.odd .lightbalb:nth-child(even) {
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 7px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 12px 7px rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.aside__nav-item.promo-button.all .lightbalb {
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 7px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 12px 7px rgba(255, 255, 255, 0.5);
    opacity: 1;
}
@media only screen and (max-width: 980px) {
    .userbar__change {
        width: 28px !important;
        height: 28px !important;
        left: 2px !important;
    }
    .aside__nav {
        width: calc(100% + 16px);
        margin: 0 -8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }
    .aside__nav::before {
        display: block;
        content: "";
        position: absolute;
        height: calc(100% - 2px);
        width: 40px;
        z-index: 33;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
/*        background-image: url(https://www.pin-up561.com/asset/img/general/arrow.png);
*/        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .aside__nav-item--active::before,
    .aside__nav::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .aside__nav::after {
        height: calc(100% - 2px);
        z-index: 33;
/*        background-image: url(https://www.pin-up561.com/asset/img/general/arrow.png);
*/        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 40px;
        right: 0;
    }
    .aside__nav-list {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 16px;
        background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
        background: -webkit-linear-gradient(top, #424242 0%, #343434 100%);
        background: linear-gradient(to bottom, #424242 0%, #343434 100%);
        overflow: scroll;
    }
    .aside__nav-link {
        min-width: 94px;
        margin-left: 34px;
    }
    .aside__nav-item {
        border: 0;
        background: inherit;
        text-align: center;
        border-bottom: none;
        overflow-x: visible;
        overflow-y: initial;
    }
    .aside__nav-item:hover {
        overflow: visible;
    }
    .aside__nav-item--active {
        background: inherit;
        border-color: #656565;
    }
    .aside__nav-item--active::before {
        width: 10px;
        height: 10px;
        background-color: #24bb9d;
        right: 100%;
        border-radius: 50%;
    }
    .aside__nav-item::after {
        display: none;
    }
    .aside__nav-item:first-child {
        border-radius: 6px 0 0 6px;
    }
    .aside__nav-item:last-child {
        border-radius: 0 6px 6px 0;
    }
}
@media only screen and (max-width: 576px) {
    .aside__nav-item--active {
        background: inherit;
        border-color: #656565;
    }
    .aside__nav-item--active::before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background-color: #24bb9d;
        position: absolute;
        left: 24px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
    }
}
.aside__nav--games.has-tournament .aside__nav-item:first-child {
    border-bottom: 1px solid #656565;
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
}
.aside__nav--games.has-tournament .aside__nav-item.tournament {
    margin-bottom: 10px;
    border-radius: 0 0 6px 6px;
    border-bottom: 0;
    overflow: visible;
}
.aside__nav--games.has-tournament .aside__nav-item.tournament .tournament__timer {
    float: right;
    margin-right: 45px;
}
.aside__nav--games.has-tournament .aside__nav-item.tournament:after {
    height: 28px;
    width: 55px;
    background: url(../img/aside_tournament.svg) no-repeat center;
    right: -5px;
}
.aside__nav--games.has-tournament .aside__nav-item:nth-child(3) {
    border-radius: 6px 6px 0 0;
}
.anchor {
    display: none;
    position: fixed;
    height: 46px;
    width: 46px;
    right: 15px;
    bottom: 71px;
    background-color: #424242;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 3000;
    border: 1px solid #fff;
    border-radius: 3px;
    opacity: 0.7;
}
.anchor:hover {
    background-color: #616161;
}
.anchor::before {
    content: "";
    display: block;
    top: 23%;
    width: 28px;
    height: 28px;
    background-image: url(../img/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
anchor::after, .anchor::before {
    position: absolute;
    left: 20%;
    transform: rotate(-90deg);
}
.start__logo::after {
    position: absolute;
    left: 39%;
}
.anchor::after {
    content: attr(data-anchor-text);
    color: #fff;
    font-size: 0.6em;
    text-transform: uppercase;
    top: 70%;
}
.start {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 2px;
    height: 214px;
}
.start__logo {
    width: calc(100% - 8px);
    height: 175px;
    background-image: url(../img/frame.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: arrowanimate;
    animation-name: arrowanimate;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    max-width: 250px;
    margin: 0 auto;
}
.start__logo__header {
    width: 100%;
    font-family: "pt_sansbold", sans-serif;
    text-align: center;
    font-weight: 700;
    padding-top: 25px;
    font-size: 22px;
}
.start__logo__header__up {
    display: block;
    font-family: "pt_sansregular", sans-serif;
    color: #5f5;
    text-shadow: 0 0 10px #0f0, 0 0 20px #0f0;
}
.start__logo__header__up--long-text {
    font-size: 21px;
}
.start__logo__header__down {
    color: #f55;
    text-shadow: 0 0 10px red, 0 0 20px red;
}
.start__logo::after {
    content: "";
    display: block;
    width: 20%;
    height: 32.57142857142857%;
    top: 50%;
    background-image: url(../img/arrow-flur.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.start__button {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 80.62015503875969%;
}
.js-bonus-switcher > * {
    display: none;
}
.promo-bonus-added {
    height: 48px;
    width: 85px;
    position: fixed;
    right: 15px;
    bottom: 128px;
    background-color: #424242;
    border: 2px solid #a9a9a9;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    overflow: visible;
    z-index: 655;
    border-radius: 4px;
}
.promo-bonus-added__wrapper {
    position: relative;
}
.promo-bonus-added-gift {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 45px;
}
.promo-bonus-added-content {
    position: absolute;
    width: 250px;
    right: auto;
    top: 0;
    opacity: 0;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
}
.promo-bonus-added-close {
    display: none;
}
.promo-bonus-added-close--open {
    display: block;
    top: 20px !important;
    right: auto;
    left: 10px;
}
.promo-bonus-added-controlBtn {
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 50px;
    cursor: pointer;
    top: 0;
    right: 0;
}
.promo-bonus-added-controlBtn::before {
    content: "";
    position: absolute;
    height: 35px;
    border: 1px solid #a9a9a9;
    top: 6px;
    right: 46px;
}
.promo-bonus-added-controlBtn-ar {
    position: absolute;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 5px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transition: border 0.2s linear;
    transition: border 0.2s linear;
    -webkit-animation-name: arrowShining;
    animation-name: arrowShining;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}
.promo-bonus-added-controlBtn-ar2 {
    left: 15px;
}
.promo-bonus-added.it-open .promo_image-bonusV1-circle {
    display: block;
    position: absolute;
    width: 80px;
    left: -22px;
    top: -22px;
}
.promo-bonus-added.it-open {
    overflow: hidden;
    position: fixed;
    width: 400px;
    height: 180px;
    left: 886px;
    top: 85px;
    border-color: #3fc9af;
    -webkit-box-shadow: 0 0 8px 2px #2e7f70, inset 0 0 8px 2px #2e7f70;
    box-shadow: 0 0 8px 2px #2e7f70, inset 0 0 8px 2px #2e7f70;
    border-radius: 6px;
}
.promo-bonus-added.it-open .promo-bonus-added-gift {
    top: 50%;
    left: 28px;
}
.promo-bonus-added.it-open .promo-bonus-added-content {
    position: absolute;
    display: block;
    right: 60px;
    top: 0;
    opacity: 1;
    width: 250px;
    height: 110px;
    text-align: center;
    color: #fff;
}
.popUp_bonusV1-content--open h4,
.promo-bonus-added.it-open .promo-bonus-added-content h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.popUp_bonusV1-content--open p,
.promo-bonus-added.it-open .promo-bonus-added-content p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 0.9em;
}
.promo-bonus-added.it-open .promo-bonus-added-controlBtn {
    right: -39px;
    top: 2px;
}
.promo-bonus-added.it-open .promo-bonus-added-controlBtn::before {
    top: 6px;
    right: 88px;
}
.promo-bonus-added.it-open .promo-bonus-added-controlBtn-ar1,
.promo-bonus-added.it-open .promo-bonus-added-controlBtn-ar2 {
    -webkit-animation: none;
    animation: none;
    border-color: #3fc9af;
}
.promo-bonus-added.it-open .promo-bonus-added-close {
    display: block;
    top: 20px !important;
    right: auto;
    left: 10px;
}
.promo-bonus-added.it-open .promo-bonus-added-gift .gift__line {
    border-color: #ff0084;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media screen and (max-width: 1360px) {
    .promo-bonus-added.it-open {
        left: 754px;
    }
}
@media screen and (max-width: 1024px) {
    .promo-bonus-added-controlBtn-ar {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        left: 48px;
    }
    .promo-bonus-added-controlBtn-ar2 {
        left: 56px;
    }
    .promo-bonus-added-controlBtn::before {
        right: 37px;
    }
    .promo-bonus-added-gift {
        left: 5px;
    }
    .page-modal_shadow {
        overflow: hidden;
        position: relative;
    }
    .page-modal_shadow::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 650 !important;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .promo-bonus-added,
    .promo-bonus-added.it-open {
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
    .promo-bonus-added {
        position: fixed;
        top: 35%;
        z-index: 655 !important;
        -webkit-transition: none;
        transition: none;
        right: auto;
        left: -24px;
    }
    .promo-bonus-added.it-open {
        max-width: 400px;
        height: 235px;
        right: 50%;
        left: auto;
        top: calc(35% + 80px);
    }
    .promo-bonus-added.it-open .promo-bonus-added-content {
        width: 100%;
        right: 0;
    }
    .promo-bonus-added.it-open .promo-bonus-added-gift {
        left: 46%;
        width: 30px;
        top: 35%;
        background-repeat: no-repeat;
    }
    .promo-bonus-added.it-open .promo-bonus-added-gift img {
        width: 65px;
        left: -18px;
        top: -18px;
    }
    .promo-bonus-added.it-open .promo-bonus-added-content h4 {
        margin-bottom: 60px;
    }
    .promo-bonus-added.it-open .promo-bonus-added-controlBtn {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        right: -38px;
        top: 1px;
    }
    .promo-bonus-added.it-open .promo-bonus-added-gift .gift__wrapper {
        width: 48px !important;
        height: 44px !important;
    }
    .promo-bonus-added.it-open .promo-bonus-added-gift .gift__line {
        border-color: #ff0084;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .promo-bonus-added.it-open .promo-bonus-added-controlBtn::before {
        right: -5px;
    }
}
@media screen and (max-width: 425px) {
    .promo-bonus-added {
        position: fixed;
        right: auto;
        left: -30px;
    }
    .promo-bonus-added.it-open {
        width: 95%;
        right: 50%;
        left: auto;
    }
}
@media screen and (min-width: 1024px) {
    .promo-bonus-added.it-open.promo-bonus-added-alarmline {
        top: 127px;
    }
}
:root {
    --bonus-pres-color: #db3a20;
}
.footer {
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
}
.footer-wrapper {
    max-width: 1280px;
}
.footer__accent {
    padding-left: 92px;
}
.footer__link {
    text-decoration: none;
    color: #fff;
    font-size: 0.75em;
}
.footer__logo {
    width: 46%;
    height: 90px;
    padding: 0 0 0 92px;
    display: block;
}
.footer__logo-wrapper {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer__list {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}
.footer__list-item {
    font-size: 0.875em;
}
.footer__label {
    font-size: 1em;
    font-family: "pt_sansbold";
}
.footer h1 {
    font-size: 18px;
}
.footer__top,
.footer__top-wrapper {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer__top {
    width: 100%;
    border-bottom: 1px solid #777;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}
.footer__top-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 0;
}
.footer__top-label {
    width: 100%;
    margin: 0 0 8px;
    font-family: "pt_sansbold";
}
.footer__middle {
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #777;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.footer__middle .footer__middle-wrapper {
    width: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
}
.footer__middle .footer__middle-wrapper:last-child {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
.footer__middle-wrapper {
    padding-left: 0;
    padding-right: 0;
}
.footer__middle-text {
    font-size: 0.75em;
    color: #a9a9a9;
}
.footer__middle-list-item {
    position: relative;
    padding-left: 92px;
    font-size: 0.75em;
}
.footer__middle-list-item::before {
    position: absolute;
    left: 76px;
    top: 6px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 8px;
    margin-right: 6px;
/*    background-image: url(https://www.pin-up561.com/asset/img/general/min-svg/checked.svg);
*/    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.footer__league {
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
}
.footer__league-item {
    width: 60px;
    height: 28px;
    display: block;
}
.footer__league__link {
    position: relative;
}
.footer__league__link-image {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.footer__league__link:hover .footer__league__link-image:first-child {
    opacity: 1;
}
.footer__league__link:hover .footer__league__link-image:last-child {
    opacity: 0;
}
.footer__comercial {
    background-color: #212121;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% + 20px);
    margin: 0 -10px;
}
.footer__comercial .footer-wrapper {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer__comercial-item {
    padding: 0 1px;
    height: 28px;
    margin: 4px 0;
}
.footer__comercial-item.eighteen {
    width: 36px;
    height: 36px;
}
.footer__comercial-item.cirasao {
    width: 32px;
    height: 36px;
/*    background: url(https://www.pin-up561.com/asset/img/assets/footer/cira-2.png) no-repeat 50%;
*/    background-size: contain;
    position: relative;
}
.footer__comercial-item.hovercolor {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: -webkit-filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}
.footer__comercial-item.hovercolor:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.footer__comercial-item:nth-child(6) {
    width: 100px;
}
.footer__comercial .footer-wrapper {
    margin: auto;
}
.footer__copyright {
    width: 100%;
    padding: 10px 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}
.footer__copyright-label {
    text-align: center;
    font-size: 0.625em;
    color: #a9a9a9;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.footer__copyright-label a {
    color: #a9a9a9 !important;
}
.footer__copyright-logo {
    display: none;
}
.footer__copyright-tn {
    margin-left: 60px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.footer__icons {
    margin-bottom: 7px;
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    display: block;
    width: 100%;
}
.footer #trustwaveSealImage {
    width: 62px;
    display: block;
    margin: 0 auto;
}
.footer__icon,
.games .button.button_gray::after {
    display: none;
}
@media only screen and (max-width: 1024px) {
    .footer__middle-wrapper:last-child {
        display: none;
    }
    .footer__middle .footer__mob__visible {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        text-align: center;
        margin-top: -15px;
        margin-bottom: 15px;
    }
    .footer__middle-wrapper:first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        text-align: center;
    }
    .footer__league,
    .footer__top {
        display: none;
    }
    .footer__middle {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__copyright-logo {
        display: block;
        height: 30px;
        width: 115px;
    }
    .footer__copyright-tn {
        display: none;
    }
    .footer__comercial .footer-wrapper {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media only screen and (max-width: 576px) {
    .footer {
        display: block;
        padding-bottom: 35px;
    }
    .footer #trustwaveSealImage {
        display: inline-block;
        margin-right: 7px;
    }
    .footer__comercial {
        display: block;
        font-size: 0;
        text-align: center;
    }
    .footer__comercial-item {
        font-size: 16px;
        display: inline-block;
        width: calc(100% / 4);
        padding: 0 10px;
    }
    .footer__copyright {
        display: block;
        text-align: left;
    }
    .footer__copyright-logo {
        float: left;
        margin-top: 10px;
        margin-right: 10px;
    }
    .footer__icon {
        display: inline-block;
    }
    .footer__icon#footer__icon-app {
        margin-right: 7px;
    }
    .footer__icon.icon__hidden {
        display: none;
    }
}
.grecaptcha-badge {
    visibility: hidden;
}
.game-preloader {
    z-index: 20000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #424242;
    -webkit-transition-property: opacity, z-index;
    transition-property: opacity, z-index;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    opacity: 1;
}
.game-preloader.hidden {
    opacity: 0;
    z-index: -1;
}
.game-preloader__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px;
}
.preloader-anim {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.preloader-anim__circle {
    margin-right: 5px;
    border-radius: 50%;
    background-color: #24bb9d;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.preloader-anim__circle:nth-child(1) {
    width: 10px;
    height: 10px;
    -webkit-animation-name: preloader-circle-1;
    animation-name: preloader-circle-1;
}
.preloader-anim__circle:nth-child(2) {
    width: 13px;
    height: 13px;
    -webkit-animation-name: preloader-circle-2;
    animation-name: preloader-circle-2;
}
.preloader-anim__circle:nth-child(3) {
    width: 16px;
    height: 16px;
    margin-right: 0;
    -webkit-animation-name: preloader-circle-3;
    animation-name: preloader-circle-3;
}
.games__list {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.games__list-item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    padding-right: 10px;
    margin-bottom: 10px;
}
.games__list-item:nth-child(5n) {
    padding-right: 0;
}
.games__item {
    position: relative;
}
.games__item:focus {
    outline: 0;
}
.games__item-pic {
    overflow: hidden;
}
.games__item-content,
.games__item-pic {
    position: relative;
}
.games__item-title {
    display: block;
    color: #fff;
}
.games__item-image {
    display: block;
    width: 100%;
    height: 143px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.games__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, 0, 0.43, 0.92);
    transition: transform 0.5s cubic-bezier(0.68, 0, 0.43, 0.92);
    transition: transform 0.5s cubic-bezier(0.68, 0, 0.43, 0.92), -webkit-transform 0.5s cubic-bezier(0.68, 0, 0.43, 0.92);
}
.games__item-title {
    position: relative;
    text-overflow: ellipsis;
    overflow-x: hidden;
    padding: 0.25em 19px 0.25em 0;
    white-space: nowrap;
}
.games__item-control {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: none;
}
.games__item-control-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.games__item-control .button,
.games__item-control-link {
    display: block;
    color: #fff;
    text-align: center;
    margin: auto;
    width: 65%;
    min-width: 105px;
}
.games__item-control-link {
    -webkit-transition: color 0.1s ease-out;
    transition: color 0.1s ease-out;
    margin: 0.5em auto auto;
    text-decoration: none;
}
.games__item-control-link:hover {
    text-decoration: underline;
    color: #f2f2f2;
}
.games__item:hover .games__item-control {
    display: block;
}
.games__item:hover .games__item-image img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.games__list-item.has-tournament .games__item:hover .games__item-control {
    z-index: 1;
}
.games__item-favorite {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    overflow: visible;
}
.games__item-favorite span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-image: url(../img/sprite_star.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 2900%;
}
.button--disable::after, .button::after, .button_grey::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: calc(50% - 16px);
    background-image: url(../img/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    width: 31px;
}
.games__item-favorite:focus span,
.games__item-favorite:hover span {
    background-position: 3.571428571428571%;
}
.games__item-favorite.active span {
    background-position: right;
}
.games .button.button_gray {
    display: block;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#de3c21), to(#b41b0f));
    background: -webkit-linear-gradient(top, #de3c21 0%, #b41b0f 100%);
    background: linear-gradient(to bottom, #de3c21 0%, #b41b0f 100%);
    border: 1px solid #bc2502;
}
.r-free::before,
.r-hot::before,
.r-new::before {
    pointer-events: none;
    content: "";
    position: absolute;
    left: -5px;
    top: 3px;
    height: 30px;
    width: 100%;
    z-index: 1;
    background-position: left;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
    .games__list-item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .games__list-item:nth-child(5n) {
        padding-right: 10px;
    }
    .games__list-item:nth-child(4n) {
        padding-right: 0;
    }
    .games__item-title {
        white-space: nowrap;
        overflow-x: hidden;
        text-overflow: ellipsis;
        width: 100%;
        display: block;
        max-width: calc(100% - 19px);
    }
}
@media only screen and (max-width: 1023px) {
    .focuswithin .games__item:hover .games__item-control {
        display: none;
    }
    .focuswithin .games__item:hover .games__item-image img {
        -webkit-transform: none;
        transform: none;
    }
    .focuswithin .games__item:focus-within {
        outline: 0;
    }
    .focuswithin .games__item:focus-within .games__item-control {
        display: block;
    }
    .focuswithin .games__item:focus-within .games__item-image img {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
}
@media only screen and (max-width: 576px) {
    .games__item-title {
        margin-top: 5px;
    }
    .games__list-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .games__list-item:nth-child(4n) {
        padding-right: 10px;
    }
    .games__list-item:nth-child(2n) {
        padding-right: 0;
    }
    .games__list-item:nth-child(even) .games__item-favorite {
        right: 5px;
    }
}
@media only screen and (max-width: 340px) {
    .games__item-image {
        height: 120px;
    }
}
.games__list-item.has-tournament::after {
/*    background: url(https://www.pin-up561.com/asset/img/assets/banner/banner--vegas/tournament.png) no-repeat center;
*/    background-size: contain;
    width: 59px;
    height: 92px;
    left: 1rem;
    top: 0;
}
.header,
.header__bottom,
.header__row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header {
    top: 0;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0%, #343434 100%);
    background: linear-gradient(to bottom, #424242 0%, #343434 100%);
    padding: 0 4px;
    -webkit-box-shadow: 0 0 18px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 18px 16px rgba(0, 0, 0, 0.15);
    z-index: 3000;
    position: fixed;
}
.header.heder--23-feb {
/*    background-image: url(https://www.pin-up561.com/asset/img/assets/header/23-feb-header.jpg);
*/}
.games__list-item.has-tournament::after,
.header::before,
.header__row::after {
    content: "";
    display: block;
    position: absolute;
}
.header::before {
    left: 0;
    width: 10%;
    z-index: 47;
    top: 0;
    height: 100%;
}
.header__bottom,
.header__row {
    position: relative;
}
.header__row::after {
    width: calc(100% - 250px);
    height: 1px;
    background-color: #656565;
    top: 100%;
    right: 0;
}
.header__row .userbar .button {
    padding: 0 32px;
}
.header__row .gestbar,
.header__row .userbar {
    text-align: right;
    margin-left: auto;
}
.header__bottom {
    z-index: 49;
}
.header__bottom--hidden {
    display: none;
}
.header .logo {
    display: block;
    width: 180px;
    height: 75%;
    margin-left: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain !important;
    background: url(../img/logo_casino.svg) no-repeat center;
    z-index: 48;
}
@media (min-width: 1024px) {
    .header .logo {
        margin-left: 0;
    }
}
@media (min-width: 1501px) {
    .header .logo {
        margin-left: 25px;
    }
}
@media (max-width: 1500px) {
    .header .logo {
        height: 55%;
    }
}
.header .logo img {
    width: 100%;
    height: 100%;
    display: block;
}
.header .burger {
    display: none;
    visibility: hidden;
}
.header.trade .logo {
    background-size: contain;
/*    background-image: url(https://www.pin-up561.com/asset/img/assets/header/logo_trade.svg);
*/}
.currency_disable .js--currentCurrency {
    color: #777 !important;
}
.header.fifa__2018 {
/*    background: url(https://www.pin-up561.com/asset/img/minified-svg/fifa-bkg.svg), -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
*//*    background: url(https://www.pin-up561.com/asset/img/minified-svg/fifa-bkg.svg), -webkit-linear-gradient(top, #424242 0%, #343434 100%);
*//*    background: url(https://www.pin-up561.com/asset/img/minified-svg/fifa-bkg.svg), linear-gradient(to bottom, #424242 0%, #343434 100%);
*/}
@media (max-width: 1500px) {
    .header .logo {
        top: 40%;
    }
}
@media only screen and (max-width: 1240px) {
    .header__row::after {
        width: calc(100% - 190px);
    }
}
@media only screen and (max-width: 1024px) {
    .header {
        border-bottom: 1px solid #6a6a6a;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .header .logo {
/*        background: url(https://www.pin-up561.com/asset/img/assets/header/pinup.svg) no-repeat center !important;
*/        background-size: contain !important;
        top: 50%;
        margin-left: initial;
    }
    .header .logo img {
        position: relative;
        top: 2px;
    }
    .header .userbar .button {
        padding: 0 16px !important;
    }
    .header__bottom {
        display: none;
        visibility: hidden;
    }
    .header__row {
        text-align: right;
        border: 0;
    }
    .header .userbar {
        display: inline-block;
        max-width: none !important;
        margin-left: auto;
    }
    .header .userbar__item {
        display: none;
        padding: 0;
    }
    .header .userbar__item--mobile {
        display: inline-block !important;
        margin-right: 8px;
    }
    .header .userbar__item--all {
        display: inline-block !important;
        text-align: right;
    }
    .header .gestbar__item {
        visibility: hidden;
        padding: 0;
    }
    .header .gestbar__item .gestbar__form,
    .header .gestbar__item .social,
    .header::before {
        display: none;
    }
    .header .gestbar__item .gestbar__auth .button {
        margin-right: 6px;
    }
    .header .gestbar__item .button {
        display: inline-block;
        visibility: visible;
        padding: 0 10px;
    }
    .header .logo {
        width: 80px !important;
        left: 44px;
    }
    .header .burger {
        display: inline-block !important;
        visibility: visible !important;
        position: absolute;
        left: 4px;
        top: 50%;
        width: 35px;
        height: 35px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .header.fifa__2018 {
        background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
        background: -webkit-linear-gradient(top, #424242 0%, #343434 100%);
        background: linear-gradient(to bottom, #424242 0%, #343434 100%);
    }
}
.information__title {
    font-size: 1.25em;
    font-family: "pt_sansbold", sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0 0 15px;
}
.article nav ul,
.information__list {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
}
.information__item {
    display: block;
    margin-bottom: 3px;
}
.information__link {
    color: #fff;
    font-family: "pt_sansregular", sans-serif;
    font-size: 1em;
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0%, #343434 100%);
    background: linear-gradient(to bottom, #424242 0%, #343434 100%);
    border-radius: 10px;
    text-decoration: none;
}
.gestbar__list {
    height: inherit;
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    display: block;
}
.gestbar__form,
.gestbar__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.gestbar__item {
    position: relative;
    padding: 0 4px;
}
.gestbar__form {
    line-height: 35px;
    padding: 0 10px;
    border-radius: 6px;
    border: 0;
    width: 200px;
    height: 35px;
}
.gestbar__form--secure {
    font-family: "secure-disc";
}
.gestbar__form::-webkit-input-placeholder {
    color: #a9a9a9;
}
.gestbar__form::-moz-placeholder {
    color: #a9a9a9;
}
.gestbar__form:-ms-input-placeholder,
.gestbar__form::-ms-input-placeholder {
    color: #a9a9a9;
}
.gestbar__form::placeholder {
    color: #a9a9a9;
}
.gestbar__form:focus {
    outline: 0;
    -webkit-box-shadow: inset 2px 2px 8px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 2px 2px 8px 2px rgba(0, 0, 0, 0.25);
}
.gestbar__change {
    display: inline-block;
    color: #fff;
    background-color: #24bb9d;
    font-weight: 600;
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 380px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.gestbar__change:focus {
    outline: 0;
}
.gestbar__auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 406px;
}
.gestbar {
    line-height: 45px;
}
.gestbar__list {
    font-size: 0;
}
.gestbar__item {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    line-height: 1em;
}
@media screen and (max-width: 1024px) {
    .gestbar__auth {
        width: 50%;
    }
}
.gamepage__aside .jackpot {
    height: 225px;
}
.gamepage__aside .jackpot__figure {
    top: 43%;
}
.language-select {
    color: #fff;
    width: 70px;
    text-align: right;
    right: 0;
    top: 45px;
    position: fixed;
    z-index: 5005;
    margin-left: auto;
}
@media all and (max-width: 1024px) {
    .language-select {
        background: -webkit-linear-gradient(top, #424242 0, #343434 56px);
        background: linear-gradient(to bottom, #424242 0, #343434 56px);
        top: 44px;
    }
}
.language-select-current {
    font-size: 0.6em;
    padding-right: 1em;
    line-height: 54px;
    background-position: 1em center;
    background-size: 26px;
    background-repeat: no-repeat;
    position: relative;
    height: 35px;
}
@media all and (min-width: 1024px) {
    .language-select-current {
        line-height: 35px;
    }
}
@media all and (max-width: 1024px) {
    .language-select-current {
        line-height: 57px;
        height: 57px;
        background-image: none;
    }
}
.language-select-current::before {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
    top: 14px;
    right: 12px;
    border-bottom: 5px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    height: 0;
    width: 0;
}
@media all and (max-width: 1024px) {
    .language-select-current::before {
        top: 25px;
    }
}
.language-select-list {
    display: none;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0%, #343434 100%);
    background: linear-gradient(to bottom, #424242 0%, #343434 100%);
}
.language-select-list a {
    color: #fff;
    text-decoration: none;
}
.language-select-list_item {
    text-transform: uppercase;
    line-height: 45px;
    border-bottom: 1px solid #0f0f0f;
    padding-right: 0.5em;
    background-position: 0.5em center;
    background-size: 26px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.language-select-list_item:hover {
    color: #24bb9d;
}
@media (hover: hover) {
    .language-select:hover .language-select-current {
        color: #24bb9d;
    }
}
.language-select.language-select--opened .language-select-list {
    display: block;
}
.language-select.language-select--opened .language-select-current::before {
    border-bottom: 5px solid #24bb9d;
    border-top: 5px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 8px;
}
@media all and (max-width: 1024px) {
    .language-select.language-select--opened .language-select-current::before {
        top: 18px;
    }
}
[data-language="en"] {
    background-image: url(../img/en.svg);
}
[data-language="gb"] {
    background-image: url(../img/gb.svg);
}
[data-language="fr"] {
    background-image: url(../img/fr.svg);
}
[data-language="de"] {
    background-image: url(../img/de.svg);
}
/*[data-language="ru"] {*/
/*    background-image: url(../img/ru.svg);*/
/*}*/
[data-language="ua"] {
    background-image: url(../img/ua.svg);
}
[data-language="tr"] {
    background-image: url(../img/tr.svg);
}
[data-language="pt"] {
    background-image: url(../img/pt.svg);
}
[data-language="br"] {
    background-image: url(../img/br.svg);
}
[data-language="es"] {
    background-image: url(../img/es.svg);
}
@media screen and (max-width: 1024px) {
    .sidebar.sidebar--hidden + .language-select {
        display: none;
    }
    .language-select {
        width: 71px;
        position: fixed;
        height: 57px;
        right: 0;
        top: 46px;
    }
}
.button.button_red.button_lottery-info {
    display: block;
    margin: 50px auto 0;
    width: 250px;
}
.popup__btn_style_enter.lottery {
    margin-top: 3em;
}
.main__section--winrs {
    display: none;
}
.layout {
    position: relative;
}
@media only screen and (min-width: 680px) {
    .main__section--winrs {
        display: block;
    }
}
.main__header {
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0%, #343434 100%);
    background: linear-gradient(to bottom, #424242 0%, #343434 100%);
    border-radius: 6px;
    font-size: 1.25em;
    line-height: 35px;
    margin-bottom: 10px;
}
.main__header--games,
.main__header--winrs {
    display: none;
}
.main__header--games .main__header-list,
.main__header--winrs .main__header-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
}
.main__header--games .main__header-item,
.main__header--winrs .main__header-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.main__header--games .main__header-link,
.main__header--winrs .main__header-link {
    color: #fff;
    text-decoration: none;
    position: relative;
}
.main__header--games .main__header-link--active,
.main__header--winrs .main__header-link--active {
    outline: 0;
    font-family: "pt_sansbold";
    font-weight: 400;
    color: #fff;
}
.main__header--games .main__header-link--active::before,
.main__header--winrs .main__header-link--active::before,
.nav__link--active::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #24bb9d;
    border-radius: 50%;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main__header--games .main__header-link:focus,
.main__header--winrs .main__header-link:focus {
    outline: 0;
    color: #fff;
    font-family: "pt_sansbold";
    font-weight: 400;
}
.main__header--games .main__header-link:focus::before,
.main__header--winrs .main__header-link:focus::before,
.nav__link:focus::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #24bb9d;
    border-radius: 50%;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (min-width: 680px) {
    .main__header--games,
    .main__header--winrs {
        display: block;
    }
}
.row {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5px;
}
.row__aside {
    width: calc(20% - 10px);
    margin-right: 10px;
}
.row__slider {
    width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 220px;
}
@media only screen and (max-width: 1240px) {
    .row__slider {
        width: 75%;
    }
    .row__aside {
        width: calc(25% - 10px);
        margin-right: 10px;
    }
}
@media only screen and (max-width: 980px) {
    .row__slider {
        width: 100%;
    }
    .row__aside {
        display: none !important;
        visibility: hidden !important;
    }
}
@media only screen and (max-width: 576px) {
    .row {
        display: block;
    }
    .row__slider {
        width: 100%;
        height: 44vw;
        min-height: 145px !important;
    }
}
@media only screen and (max-width: 500px) {
    .row__slider {
        height: 52vw;
    }
}
@media only screen and (max-width: 360px) {
    .row__slider {
        height: 54vw;
    }
}
.nav {
    max-width: 1100px;
    margin: auto;
}
.nav__list {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    font-size: 20px;
}
.nav__item {
    line-height: 34px;
    text-align: center;
}
.nav__link {
    text-decoration: none;
    color: #a9a9a9;
    position: relative;
}
.nav__link--active {
    color: #fff;
    font-family: "pt_sansbold", sans-serif;
    font-weight: 400;
}
.nav__link:focus {
    outline: 0;
    color: #fff;
    font-family: "pt_sansbold", sans-serif;
    font-weight: 400;
}
.nav__new {
    position: relative;
}
.nav__new:after {
/*    background: url(https://www.pin-up561.com/asset/img/general/sidebar/new_forTV.svg) no-repeat center;
*/    height: 17px;
    content: "";
    width: 42px;
    position: absolute;
    display: block;
    top: 0;
    right: -37px;
}
.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-dropdown {
    display: none;
    color: #a9a9a9;
}
@media screen and (max-width: 1500px) {
    .nav {
        max-width: 85vw;
        margin-right: 5vw;
    }
}
@media screen and (max-width: 1280px) {
    .nav {
        max-width: 88vw;
        margin-right: 6vw;
    }
    .nav__item,
    .nav__list {
        font-size: 19px;
    }
}
@media screen and (max-width: 1240px) {
    .nav {
        max-width: 90vw;
    }
    .nav__item.hide-1240 {
        display: none;
    }
    .nav-dropdown {
        display: block;
        position: relative;
        padding-bottom: 20px;
        top: 10px;
    }
    .nav-dropdown__list {
        margin: 0;
        text-indent: 0;
        list-style: none;
        list-style-position: outside;
        background-color: #424242;
        left: 50%;
        top: 34px;
        width: 200px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: center;
        position: absolute;
        padding: 5px 0 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        display: none;
        opacity: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .nav-dropdown__item {
        margin: 0 7px 7px;
        padding-bottom: 7px;
        border-bottom: 1px solid #777;
    }
    .nav-dropdown__item:hover .nav__link {
        color: #fff;
    }
    .nav-dropdown__item:last-child {
        border: 0;
    }
    .nav-dropdown:hover {
        color: #fff;
    }
    .nav-dropdown:hover .nav-dropdown__list,
    .nav-dropdown__list:hover {
        display: block;
        opacity: 1;
    }
}
@media screen and (max-width: 1080px) {
    .nav__item,
    .nav__list {
        font-size: 18px;
    }
}
.cashbox__close {
    position: absolute;
    top: 3px;
    right: 7px;
    width: 30px;
    height: 30px;
/*    background-image: url(https://www.pin-up561.com/asset/img/general/min-svg/cross.svg);
*/    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.popup-cashbox {
    position: fixed;
    top: 81px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    background-color: #61605c;
    border-radius: 10px;
    overflow-x: hidden;
    z-index: 5032;
    width: 960px;
    height: 100%;
    max-height: 80%;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: 0 0 1em 0.5em rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1em 0.5em rgba(0, 0, 0, 0.4);
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.popup-cashbox .cashbox__list::-webkit-scrollbar,
.popup-cashbox::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: 0 0;
    display: none;
}
.popup-cashbox .cashbox__title {
    border-radius: 10px 10px 0 0;
}
.popup-cashbox .cashbox__nav {
    border-radius: 0;
    margin: 0;
}
.popup-cashbox .cashbox__list {
    -webkit-overflow-scrolling: touch;
    padding: 10px 10px 5px;
    height: 100%;
    max-height: calc(100% - 85px);
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.popup-cashbox .cashbox-allinputs__field .select .input-text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 40px;
}
.cashbox--margin,
.cashbox-allinputs__field {
    margin: 0 2px;
}
.popup-sticky {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5100;
}
.popup-sticky .popup-cashbox {
    position: -webkit-sticky;
    position: sticky;
    height: 80vh;
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
@media only screen and (min-height: 1180px) {
    .popup-cashbox {
        max-height: 950px;
    }
}
@media only screen and (max-height: 639px) {
    .popup-cashbox.bonus-height {
        max-height: calc(100% - 23px);
    }
    .popup-cashbox {
        height: calc(100% - 20px);
        top: 10px;
        overflow-x: hidden;
        -webkit-transform: translateX(-50%) translateZ(0);
        transform: translateX(-50%) translateZ(0);
        width: 90%;
    }
    .popup-cashbox .cashbox__item {
        background-size: 60%;
    }
}
@media only screen and (max-width: 1024px) {
    .popup-cashbox {
        width: 95%;
        top: 10px;
        -webkit-transform: translateX(-50%) translateZ(0);
        transform: translateX(-50%) translateZ(0);
    }
    .popup-cashbox,
    .popup-cashbox__list {
        overflow-x: hidden;
    }
}
@media only screen and (max-width: 567px) {
    .popup-cashbox {
        height: calc(100% - 20px);
        top: 10px;
        overflow-x: hidden;
        -webkit-transform: translateX(-50%) translateZ(0);
        transform: translateX(-50%) translateZ(0);
        width: 90%;
    }
    .popup-cashbox .cashbox__item {
        background-size: 60%;
    }
    .popup-cashbox .cashbox__list {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@media only screen and (max-width: 380px) {
    .popup-cashbox {
        height: calc(100% - 20px);
        top: 10px;
        width: 98%;
    }
    .popup-cashbox .cashbox__item {
        background-size: 75%;
    }
}
.cashbox__close__kasa {
    top: 8px;
}
.button_privilage {
    display: block;
    margin: 0 auto;
}
.promo_image-bonusV1-circle {
    display: none;
}
.popUp_bonusV1-gift-open {
    left: 30px;
}
.promo_image-bonusV1-circle--open {
    display: block;
    position: absolute;
    width: 80px;
    left: -22px;
    top: -22px;
}
@media screen and (max-width: 1024px) {
    .page-modal_shadow {
        overflow: hidden;
        position: relative;
    }
    .page-modal_shadow::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 650 !important;
        background-color: rgba(0, 0, 0, 0.7);
    }
}
.sidebar {
    background-color: #000;
    position: fixed;
    top: 46px;
    left: 0;
    height: 100%;
    width: calc(100vw - 71px);
    max-width: 553px;
    -webkit-transition: all 0.3s linear;
    z-index: 4000;
    overflow: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(0%) translateZ(50px);
    transform: translateX(0%) translateZ(50px);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.sidebar .sidebar__link {
    padding-right: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sidebar--hidden {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.sidebar--auth .sidebar__list {
    height: calc(45px * 15 + 20px);
}
.sidebar--auth .mobile__header {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 45px;
    padding: 6px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0%, #343434 100%);
    background: linear-gradient(to bottom, #424242 0%, #343434 100%);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 676;
}
.sidebar--auth .mobile__header-name {
    color: #fff;
}
.sidebar--auth .mobile__header-coins {
    color: #24bb9d;
}
.sidebar__list {
    margin: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    height: 100%;
    padding: 0 0 47px;
}
.sidebar .new-in-sidebar a:after {
    height: 28px;
    width: 55px;
/*    background: url(https://www.pin-up561.com/asset/img/general/ribbon-new-menu.svg) no-repeat center;
*/    right: -5.2px;
    top: 45%;
}
.sidebar__item {
    display: block;
    margin-bottom: 1px;
}
.sidebar__item--agreement a::before,
.sidebar__item--casino a::before,
.sidebar__item--contacts a::before,
.sidebar__item--exit a::before,
.sidebar__item--fav a::before,
.sidebar__item--help a::before,
.sidebar__item--history a::before,
.sidebar__item--info a::before,
.sidebar__item--license a::before,
.sidebar__item--live a::before,
.sidebar__item--live-dillers a::before,
.sidebar__item--lottery a::before,
.sidebar__item--lotto a::before,
.sidebar__item--pincoins a::before,
.sidebar__item--politics a::before,
.sidebar__item--privilegies a::before,
.sidebar__item--profile a::before,
.sidebar__item--promo a::before,
.sidebar__item--promo-red a::before,
.sidebar__item--respon a::before,
.sidebar__item--results a::before,
.sidebar__item--sport a::before,
.sidebar__item--statistic a::before,
.sidebar__item--us a::before,
.sidebar__item--v-sport a::before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    position: relative;
    top: 50%;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 5px;
}
.sidebar__item--tournament a::before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    top: 50%;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 5px;
}
.sidebar__item--android a::before,
.sidebar__item--apple a::before,
.sidebar__item--e-sports a::before,
.sidebar__item--news a::before,
.sidebar__item--superLive a::before,
.sidebar__item--tv-games a::before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
    position: relative;
    top: 50%;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-right: 5px;
}
.sidebar__item--tournament {
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sidebar__item--tournament a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sidebar__item--tournament a::before {
    position: static;
/*    background: url(https://www.pin-up561.com/asset/img/general/sidebar/tournament.svg) no-repeat center;
*/}
.sidebar__item--tournament .sidebar_tournamets__span {
    max-width: calc(100% - 114px);
    overflow-x: hidden;
    text-overflow: ellipsis;
    display: block;
    overflow-y: hidden;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.sidebar__item--tournament a:hover:after,
.touch-promo-header.open svg path {
    -webkit-animation: none;
    animation: none;
}
.sidebar__item--tournament a:after {
    height: 28px;
    width: 55px;
/*    background: url(/asset/img/general/sidebar/aside_tournament.svg) no-repeat center;
*/    right: -5.2px;
    top: 45%;
}
.sidebar__item--tournament .tournament-timer {
    color: #e03d22;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: 54px;
}
.sidebar__link {
    background-color: #ddd;
    text-decoration: none;
    color: #000;
    font-size: 1.25em;
    white-space: nowrap;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 45px;
    position: relative;
}
.sidebar__link .lottery__tickets-counter {
    display: inline-block;
    background-color: red;
    color: #fff;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    line-height: 27px;
    position: relative;
    left: 6px;
    top: -1px;
}
.sidebar__link--common {
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#cfcfcf));
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #cfcfcf 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%, #cfcfcf 100%);
}
.sidebar__link--top {
    background: -webkit-gradient(linear, left top, left bottom, from(#50c5ac), color-stop(50%, #3fa18d), to(#2e7f70));
    background: -webkit-linear-gradient(top, #50c5ac 0%, #3fa18d 50%, #2e7f70 100%);
    background: linear-gradient(to bottom, #50c5ac 0%, #3fa18d 50%, #2e7f70 100%);
    color: #fff !important;
}
.sidebar__link .red__text {
    color: #e03d22;
}
.sidebar__link::after {
    content: "";
    display: block;
    width: 42px;
    height: 36px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
/*    background-image: url(https://www.pin-up561.com/asset/img/general/arrow_grey.png);
*/    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.sidebar__link:hover::after {
    -webkit-animation-name: arrowMenu;
    animation-name: arrowMenu;
}
.sidebar__link--common .mobile-text {
    display: none;
}
.sidebar .mobile__header-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0%, #343434 100%);
    background: linear-gradient(to bottom, #424242 0%, #343434 100%);
}
.mobile__header-promo {
    padding: 8px 0 5px;
    display: block;
    width: 100%;
    font-weight: 700;
    text-align: center;
    font-size: 19px;
    line-height: 22px;
    color: #fff;
    margin: 0;
    text-decoration: none;
}
.mobile__header-promo .text__red {
    color: red;
}
@media screen and (max-width: 1024px) {
    .sidebar {
        background-color: transparent;
    }
    .page_shadow.page--sidebar .popup {
        z-index: 5500;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(55px);
        transform: translateX(-50%) translateY(-50%) translateZ(55px);
    }
    .page_shadow.page--sidebar .popup-cashbox {
        -webkit-transform: translateX(-50%) translateZ(53px);
        transform: translateX(-50%) translateZ(53px);
    }
    .page_shadow.page--sidebar::after {
        z-index: 5400;
        -webkit-transform: translateZ(51px);
        transform: translateZ(51px);
    }
    .page_shadow.page--sidebar .popup--reg {
        top: 50% !important;
    }
}
@media only screen and (min-width: 1025px) {
    .sidebar {
        visibility: hidden !important;
        display: none !important;
    }
}
@media only screen and (max-width: 460px) {
    .sidebar__link--common .full-text {
        display: none;
    }
    .sidebar__link--common .mobile-text {
        display: inline;
    }
}
@media only screen and (max-width: 400px) {
    .sidebar__item-stat {
        font-size: 14px;
    }
}
@media only screen and (max-width: 350px) {
    .sidebar__item-stat {
        font-size: 12px;
    }
}
@media only screen and (max-width: 600px) {
    .sidebar {
        overflow: hidden;
    }
    .sidebar .mobile__header-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3000;
    }
    .sidebar .scroll-block {
        background: 0 0;
        position: absolute;
        top: 0;
        left: 0;
        overflow: scroll;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
        width: 100%;
        padding-top: 56px;
    }
    @-moz-document url-prefix() {
        .sidebar .scroll-block {
            padding-bottom: 47px;
        }
    }
    .sidebar .sidebar__list {
        overflow: scroll;
        height: 100%;
        background: 0 0;
        padding-bottom: 47px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 736px) and (max-height: 414px) {
    .sidebar {
        overflow: scroll;
        max-width: 750px;
    }
    .sidebar .mobile__header-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3000;
    }
    .sidebar .scroll-block {
        background: 0 0;
        position: absolute;
        top: 0;
        left: 0;
        overflow: scroll;
        padding-top: 56px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
        width: 100%;
    }
    @-moz-document url-prefix() {
        .sidebar .scroll-block {
            padding-bottom: 47px;
        }
    }
    .sidebar .sidebar__list {
        height: 100%;
        overflow: scroll;
        background: #000;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 812px) and (max-height: 375px) {
    .sidebar {
        overflow: scroll;
        max-width: 750px;
    }
    .sidebar .mobile__header-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3000;
    }
    .sidebar .scroll-block {
        background: 0 0;
        position: absolute;
        top: 0;
        left: 0;
        overflow: scroll;
        padding-top: 56px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
        width: 100%;
    }
    @-moz-document url-prefix() {
        .sidebar .scroll-block {
            padding-bottom: 47px;
        }
    }
    .sidebar .sidebar__list {
        height: 100%;
        overflow: scroll;
        background: #000;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 360px) {
    .mobile__header-promo.mobile__header-promo--pt {
        font-size: 16px;
    }
}
.slider {
    border-radius: 6px;
    position: relative;
}
.slider .owl-stage-outer {
    border-radius: 6px;
    height: 100%;
}
.slider .owl-stage-outer .owl-stage,
.slider .owl-stage-outer .owl-stage .owl-item,
.slider__item {
    height: inherit;
}
.slider__item {
    position: relative;
}
.slider__item .button {
    position: absolute;
    cursor: pointer;
    z-index: 84;
    line-height: 34px;
    width: auto;
    right: 30px;
    bottom: 20px;
    padding: 0 24px;
    -webkit-transform: translate(0);
    transform: translate(0);
}
.slider.owl-carousel .owl-dots {
    width: 50%;
}
@media only screen and (max-width: 585px) {
    .slider__item .button {
        width: 100%;
        line-height: 34px;
        padding: 0 12px;
        font-size: 14px;
        right: 0;
        bottom: 0;
        border-radius: 0;
        background: #55a399;
        border: 1px solid #55a399;
    }
}
.winners {
    margin-bottom: 10px;
}
.winners__item {
    height: 107px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
/*    background: url(https://www.pin-up561.com/asset/img/general/win-bg-ny.png) no-repeat center;
*/    background-size: contain;
}
.winners__item-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 56px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 6px;
    object-fit: cover;
}
.winners__item-game {
    color: #fff;
    display: block;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.winners__item-player {
    position: absolute;
    color: #24bb9d;
    left: 20px;
    bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 82px;
}
.winners__item-won {
    color: #d4351d;
    position: absolute;
    right: 30%;
    bottom: 5px;
}
.winners__item-ctrl {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.winners__item-ctrl-wrp {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.winners__item-ctrl-wrp .button {
    width: 120px;
}
.main__section--winrs.winrs-top .winners__item-player,
.main__section--winrs.winrs-top .winners__item-won {
    display: none;
}
.main__section--winrs.winrs-top .winners__item-image {
    margin-top: 5px;
}
.main__section--winrs.winrs-top .winners__item {
/*    background-image: url(https://www.pin-up561.com/asset/img/general/win-bg-ny-light.png);
*/}
.winners__item:hover .winners__item-ctrl {
    display: block;
}
@media screen and (max-width: 1180px) {
    .winners__item-player {
        max-width: 69px;
    }
}
@media screen and (max-width: 980px) {
    .winners__item-player {
        max-width: 90px;
    }
}
@media screen and (max-width: 880px) {
    .winners__item-player {
        max-width: 70px;
    }
}
@media screen and (max-width: 780px) {
    .winners__item-player {
        max-width: 52px;
    }
}
.banner--day-off,
.banner--day-off__main,
.banner--day-off__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}
.banner--day-off {
    position: relative;
    top: 0;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Pinup-Black-It, sans-serif;
}
.banner--day-off__main,
.banner--day-off__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.banner--day-off__main {
    position: absolute;
    color: #fff;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 9;
}
.banner--day-off__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 34px 0 0 5%;
    z-index: 2;
}
.banner--day-off__h2,
.banner--day-off__h3 {
    font-size: 30px;
    width: 100%;
    margin: 0 0 0 80px;
    text-transform: uppercase;
    text-shadow: 6px 2px 3px rgba(35, 10, 6, 0.83);
    line-height: 1;
    font-weight: bold;
}
.banner--day-off__h3 {
    font-size: 48px;
    margin: 0 0 8px;
    color: #f8d00b;
}
.banner--day-off__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.banner--day-off__h4 {
    font-size: 30px;
    margin: 0 8px 0 0;
    text-transform: uppercase;
    text-shadow: 6px 2px 3px rgba(35, 10, 6, 0.83);
    line-height: 1;
    font-weight: bold;
}
.banner--day-off__h5,
.banner--day-off__h5-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-weight: bold;
}
.banner--day-off__h5 {
    font-size: 84px;
    font-family: Pinup-Bold-It, sans-serif;
    margin: 0;
    text-transform: uppercase;
    text-shadow: 6px 2px 3px rgba(35, 10, 6, 0.83);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    position: relative;
    z-index: 2;
}
.banner--day-off__h5 span {
    z-index: 3;
}
.banner--day-off__h5::after,
.banner--day-off__h5::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
}
.banner--day-off__h5::before {
/*    background: url(https://www.pin-up561.com/asset/img/assets/banner/banner--day-off/line.png) no-repeat center;
*/    width: 195px;
    height: 16px;
    left: 10px;
    bottom: 5px;
}
.banner--day-off__h5::after {
    width: 43px;
    height: 38px;
    left: -55px;
    bottom: -12px;
/*    background: url(https://www.pin-up561.com/asset/img/assets/banner/banner--day-off/cherry-bottom.png) no-repeat center;
*/}
.banner--day-off__currency {
    font-size: 40px;
    font-family: Pinup-Black-It, sans-serif;
    margin: 0 0 0 8px;
}
.banner--day-off__girl {
    position: absolute;
    left: 555px;
    top: -10px;
}
.banner--day-off__cloud {
    position: absolute;
    left: 816px;
}
.banner--day-off__777-left {
    position: absolute;
    left: 485px;
}
.banner--day-off__777-right {
    position: absolute;
    right: 5px;
    top: 100px;
}
.banner--day-off__lemon {
    position: absolute;
    left: 336px;
    top: -7px;
}
.banner--day-off__cherry-top {
    position: absolute;
    left: 8px;
    top: 0;
}
.banner--day-off__cherry-bottom {
    position: absolute;
    left: 158px;
    bottom: 5px;
    display: none;
}
.banner--day-off__cloud-mb {
    display: none;
}
.banner--day-off-en .banner--day-off__h3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
}
.banner--day-off-en .banner--day-off__h2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 16px 60px;
}
.banner--day-off-en .banner--day-off__text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.banner--day-off-en .banner--day-off__cherry-top {
    left: -18px;
    top: -29px;
}
.banner--day-off-en .banner--day-off__h4 {
    margin: 0 24px 0 0;
}
.banner--day-off-en .banner--day-off__lemon {
    top: 40px;
}
.banner--day-off-en .banner--day-off__h5::after {
    right: -84px;
    bottom: -5px;
    left: inherit;
}
.banner--day-off-en .banner--day-off__777-right {
    right: 80px;
}
.banner--day-off-en.banner--day-off-br .banner--day-off__h2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 0 60px;
}
.banner--day-off-en.banner--day-off-br .banner--day-off__lemon {
    top: 4px;
}
.banner--day-off-en.banner--day-off-br .banner--day-off__h3 {
    margin: 0 0 16px;
}
@media screen and (max-width: 1240px) {
    .banner--day-off__wrapper {
        margin: 34px 0 0 3%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .banner--day-off__777-left {
        left: 460px;
    }
    .banner--day-off__girl {
        left: 440px;
        width: 35%;
    }
    .banner--day-off__cloud {
        left: 690px;
        width: 13%;
    }
    .banner--day-off__h3 {
        font-size: 45px;
    }
    .banner--day-off__h4 {
        font-size: 25px;
    }
    .banner--day-off__h5 {
        font-size: 78px;
    }
    .banner--day-off__currency {
        font-size: 37px;
    }
    .banner--day-off__cherry-bottom {
        left: 114px;
        bottom: 10px;
    }
}
@media screen and (max-width: 1085px) {
    .banner--day-off__girl {
        left: 413px;
        width: 38%;
    }
    .banner--day-off__cloud {
        left: 645px;
        width: 13%;
    }
    .banner--day-off__h2 {
        font-size: 27px;
        margin: 0 0 0 72px;
    }
    .banner--day-off__h3 {
        font-size: 42px;
    }
    .banner--day-off__h4 {
        font-size: 22px;
    }
    .banner--day-off__h5 {
        font-size: 67px;
    }
    .banner--day-off__h5::before {
        width: 160px;
    }
    .banner--day-off__h5::after {
        left: -48px;
    }
    .banner--day-off__currency {
        font-size: 35px;
    }
    .banner--day-off__cherry-bottom {
        left: 92px;
        bottom: 24px;
    }
    .banner--day-off__777-left {
        left: 420px;
    }
    .banner--day-off__lemon {
        width: 9%;
    }
    .banner--day-off-en .banner--day-off__777-right {
        right: 5px;
    }
    .banner--day-off-en .banner--day-off__h5::after {
        right: -70px;
    }
    .banner--day-off-en .banner--day-off__wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .banner--day-off-en .banner--day-off__h2 {
        margin: 0 0 16px 55px;
    }
}
@media screen and (max-width: 980px) {
    .banner--day-off__777-left {
        left: 460px;
    }
    .banner--day-off__girl {
        left: 510px;
        width: 35%;
    }
    .banner--day-off__cloud {
        left: 776px;
        width: 13%;
    }
    .banner--day-off__h3 {
        font-size: 45px;
    }
    .banner--day-off__h4 {
        font-size: 25px;
    }
    .banner--day-off__h5 {
        font-size: 78px;
    }
    .banner--day-off__currency {
        font-size: 37px;
    }
    .banner--day-off__cherry-bottom {
        left: 114px;
        bottom: 10px;
    }
}
@media screen and (max-width: 880px) {
    .banner--day-off__girl {
        left: inherit;
        width: 39%;
        right: 49px;
    }
    .banner--day-off__cloud {
        left: inherit;
        width: 13%;
        right: 10px;
    }
    .banner--day-off__777-left {
        left: 410px;
        width: 18%;
    }
    .banner--day-off__h2 {
        font-size: 27px;
        margin: 0 0 0 72px;
    }
    .banner--day-off__h3 {
        font-size: 42px;
    }
    .banner--day-off__h4 {
        font-size: 23px;
    }
    .banner--day-off__h5 {
        font-size: 69px;
    }
    .banner--day-off__currency {
        font-size: 37px;
    }
    .banner--day-off__cherry-bottom {
        left: 98px;
        bottom: 24px;
    }
    .banner--day-off__lemon {
        left: 280px;
        width: 9%;
    }
    .banner--day-off-en.banner--day-off-tr .banner--day-off__lemon {
        left: 305px;
    }
}
@media screen and (max-width: 730px) {
    .banner--day-off__h2 {
        font-size: 25px;
        margin: 0 0 0 62px;
    }
    .banner--day-off__h3 {
        font-size: 34px;
    }
    .banner--day-off__h4 {
        font-size: 18px;
    }
    .banner--day-off__h5 {
        font-size: 58px;
    }
    .banner--day-off__h5::before {
        width: 138px;
        bottom: 0;
    }
    .banner--day-off__h5::after {
        left: -48px;
        bottom: -20px;
    }
    .banner--day-off__currency {
        font-size: 28px;
    }
    .banner--day-off__cherry-bottom {
        left: 80px;
        bottom: 38px;
    }
    .banner--day-off__lemon {
        left: 210px;
    }
    .banner--day-off__777-left {
        left: 350px;
    }
    .banner--day-off__girl {
        width: 42%;
        right: 30px;
    }
    .banner--day-off-en .banner--day-off__lemon,
    .banner--day-off-en.banner--day-off-tr .banner--day-off__lemon {
        left: 260px;
    }
    .banner--day-off-en .banner--day-off__h2 {
        margin: 0 0 16px 40px;
    }
    .banner--day-off-en.banner--day-off-br .banner--day-off__h2 {
        margin: 0 0 0 50px;
    }
}
@media screen and (max-width: 600px) {
    .banner--day-off__777-left {
        left: 315px;
    }
}
@media screen and (max-width: 585px) {
    .banner--day-off {
/*        background: url(https://www.pin-up561.com/asset/img/assets/banner/banner--day-off/bg-mb.jpg) no-repeat center;
*/        background-size: cover;
    }
    .banner--day-off__wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .banner--day-off__main {
        bottom: 36px;
        height: calc(100% - 36px);
    }
    .banner--day-off__girl {
        width: 49%;
        right: -38px;
        z-index: 2;
    }
    .banner--day-off .skip,
    .banner--day-off__cloud,
    .banner--day-off__h5::after {
        display: none;
    }
    .banner--day-off__cloud-mb {
        display: block;
        position: absolute;
        right: 68px;
    }
    .banner--day-off__777-left {
        left: 190px;
    }
    .banner--day-off__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .banner--day-off__lemon {
        top: inherit;
        bottom: -12px;
        width: 11%;
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    .banner--day-off__777-right {
        right: inherit;
        bottom: -2px;
        top: inherit;
        width: 16%;
    }
    .banner--day-off__cherry-bottom {
        display: block;
        width: 8%;
        left: inherit;
        bottom: 6px;
        right: 185px;
    }
    .banner--day-off__cherry-top {
        width: 8%;
    }
    .banner--day-off-en .banner--day-off__cherry-top {
        left: -6px;
        top: -11px;
        width: 7%;
    }
    .banner--day-off-en .banner--day-off__lemon {
        left: 190px;
        bottom: 10px;
        width: 9%;
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
        top: inherit;
    }
    .banner--day-off-en .banner--day-off__777-right {
        right: inherit;
        bottom: -2px;
        top: inherit;
        width: 16%;
    }
    .banner--day-off-en .banner--day-off__wrapper {
        margin: 24px 0 0 3%;
    }
    .banner--day-off-en .banner--day-off__cherry-bottom {
        bottom: 25px;
    }
    .banner--day-off-en.banner--day-off-tr .banner--day-off__777-left {
        top: -14px;
        width: 18%;
        left: 205px;
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }
    .banner--day-off-en.banner--day-off-tr .banner--day-off__lemon {
        left: 190px;
        bottom: 10px;
        width: 9%;
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
        top: inherit;
    }
    .banner--day-off-en.banner--day-off-br .banner--day-off__lemon {
        top: inherit;
    }
    .banner--day-off-en.banner--day-off-br .banner--day-off__h3 {
        margin: 0 0 8px;
    }
}
@media screen and (max-width: 510px) {
    .banner--day-off__wrapper {
        margin: 28px 0 0 3%;
    }
    .banner--day-off__girl {
        width: 56%;
        right: -29px;
    }
    .banner--day-off__cloud-mb {
        right: 58px;
    }
    .banner--day-off__h2 {
        font-size: 18px;
        margin: 0 0 0 33px;
    }
    .banner--day-off__h3 {
        font-size: 25px;
    }
    .banner--day-off__h4 {
        font-size: 18px;
    }
    .banner--day-off__h5 {
        font-size: 45px;
    }
    .banner--day-off__h5::before {
        width: 105px;
        bottom: -2px;
    }
    .banner--day-off__currency {
        font-size: 22px;
        margin: 0 0 0 4px;
    }
    .banner--day-off-en.banner--day-off-tr .banner--day-off__777-left,
    .banner--day-off__777-left {
        left: 140px;
    }
    .banner--day-off__lemon {
        left: 115px;
    }
    .banner--day-off__cherry-bottom {
        right: 200px;
    }
    .banner--day-off-en .banner--day-off__lemon,
    .banner--day-off-en.banner--day-off-tr .banner--day-off__lemon {
        left: 130px;
    }
    .banner--day-off-en .banner--day-off__h2 {
        margin: 0 0 16px 30px;
    }
    .banner--day-off-en.banner--day-off-br .banner--day-off__h2 {
        margin: 0 0 0 35px;
    }
}
@media screen and (max-width: 460px) {
    .banner--day-off__cherry-bottom {
        right: 160px;
    }
    .banner--day-off-en.banner--day-off-tr .banner--day-off__777-left {
        top: -7px;
        left: 150px;
    }
}
@media screen and (max-width: 400px) {
    .banner--day-off__cherry-bottom {
        right: 140px;
    }
    .banner--day-off__cloud-mb {
        right: 45px;
    }
    .banner--day-off__h2 {
        font-size: 15px;
        margin: 0 0 0 33px;
    }
    .banner--day-off__h3 {
        font-size: 22px;
    }
    .banner--day-off__h4 {
        font-size: 15px;
    }
    .banner--day-off__h5 {
        font-size: 40px;
    }
    .banner--day-off__h5::before {
        width: 92px;
        bottom: -3px;
    }
    .banner--day-off__currency {
        font-size: 20px;
    }
    .banner--day-off-en .banner--day-off__h2 {
        margin: 0 0 16px 25px;
    }
    .banner--day-off-en .banner--day-off__lemon,
    .banner--day-off-en.banner--day-off-tr .banner--day-off__lemon {
        left: 100px;
        bottom: 7px;
    }
    .banner--day-off-en.banner--day-off-tr .banner--day-off__777-left {
        top: -3px;
        left: 140px;
    }
}
@media screen and (max-width: 360px) {
    .banner--day-off__wrapper {
        margin: 20px 0 0 3%;
    }
    .banner--day-off__cherry-bottom {
        right: 115px;
    }
    .banner--day-off__cloud-mb {
        right: 30px;
    }
    .banner--day-off__h2 {
        font-size: 14px;
        margin: 0 0 0 26px;
    }
    .banner--day-off__h3 {
        font-size: 18px;
    }
    .banner--day-off__h4 {
        font-size: 14px;
    }
    .banner--day-off__h5 {
        font-size: 36px;
    }
    .banner--day-off__h5::before {
        width: 80px;
        bottom: -3px;
    }
    .banner--day-off__currency {
        font-size: 16px;
    }
    .banner--day-off__777-left {
        left: 100px;
    }
    .banner--day-off-en .banner--day-off__h2 {
        margin: 0 0 12px 20px;
    }
    .banner--day-off-en.banner--day-off-tr .banner--day-off__777-left {
        left: 105px;
        top: -1px;
    }
    .banner--day-off-en.banner--day-off-br .banner--day-off__h2 {
        margin: 0 0 0 25px;
    }
}
.banner--isoftbet-adventures {
    position: relative;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
/*    background: url(https://www.pin-up561.com/asset/img/assets/banner/banner--isoftbet-adventures/bg.jpg) no-repeat center;
*/    background-size: cover;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Pinup-Bold-It, sans-serif;
}
.banner--isoftbet-adventures__main,
.banner--isoftbet-adventures__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.banner--isoftbet-adventures__main {
    position: absolute;
    color: #fff;
    z-index: 9;
}
.banner--isoftbet-adventures__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 30px 0 0 5%;
    z-index: 2;
}
.banner--isoftbet-adventures__h2 {
    margin: 0;
    line-height: 1;
    font-size: 16px;
    font-family: pt_sansregular, sans-serif;
    font-weight: 400;
    font-style: italic;
}
.banner--isoftbet-adventures__h3 {
    font-size: 42px;
    margin: 0 0 26px;
    line-height: 0.9;
    font-weight: bold;
}
.banner--isoftbet-adventures__h4 {
    margin: 0 0 8px;
    line-height: 1;
    font-size: 16px;
    font-family: pt_sansregular, sans-serif;
    font-weight: 400;
    font-style: italic;
}
.banner--isoftbet-adventures__h5 {
    font-size: 42px;
    margin: 0 0 26px;
    line-height: 0.9;
    font-weight: bold;
}
.banner--isoftbet-adventures__logo {
    position: absolute;
    right: 30px;
    top: 40px;
}
.banner--isoftbet-adventures__left {
    position: absolute;
    left: 0;
    top: -12px;
}
.banner--isoftbet-adventures__animals {
    position: absolute;
    left: 28%;
}
@media screen and (max-width: 1240px) {
    .banner--isoftbet-adventures__logo {
        width: 15%;
        top: 30px;
    }
    .banner--isoftbet-adventures__animals {
        left: 24%;
    }
}
@media screen and (max-width: 730px) {
    .banner--isoftbet-adventures__animals {
        width: 75%;
        top: 7%;
    }
    .banner--isoftbet-adventures__h3,
    .banner--isoftbet-adventures__h5 {
        font-size: 38px;
    }
}
@media screen and (max-width: 585px) {
    .banner--isoftbet-adventures {
/*        background: url(https://www.pin-up561.com/asset/img/assets/banner/banner--isoftbet-adventures/bg-mb.jpg) no-repeat center;
*/        background-size: cover;
    }
    .banner--isoftbet-adventures__wrapper {
        margin: 22px 0 0 8%;
    }
    .banner--isoftbet-adventures__main {
        bottom: 36px;
        height: calc(100% - 36px);
    }
    .banner--isoftbet-adventures__logo {
        top: 22px;
        right: 15px;
    }
    .banner--isoftbet-adventures__h2 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .banner--isoftbet-adventures__h3 {
        font-size: 36px;
        margin: 0 0 10px;
    }
    .banner--isoftbet-adventures__h4 {
        margin: 0 0 5px;
        font-size: 14px;
    }
    .banner--isoftbet-adventures__h5 {
        font-size: 36px;
    }
    .banner--isoftbet-adventures__animals {
        left: 34%;
        top: inherit;
        bottom: -62px;
    }
}
@media screen and (max-width: 580px) {
    .banner--isoftbet-adventures__animals {
        bottom: -30px;
    }
}
@media screen and (max-width: 460px) {
    .banner--isoftbet-adventures__h3,
    .banner--isoftbet-adventures__h5 {
        font-size: 28px;
    }
    .banner--isoftbet-adventures__left {
        top: 20px;
        width: 10%;
    }
}
@media screen and (max-width: 400px) {
    .banner--isoftbet-adventures__wrapper {
        margin: 22px 0 0 6%;
    }
    .banner--isoftbet-adventures__h3,
    .banner--isoftbet-adventures__h5 {
        font-size: 25px;
    }
    .banner--isoftbet-adventures__animals {
        bottom: -20px;
    }
    .banner--isoftbet-adventures__left {
        top: 10px;
        width: 10%;
    }
}
@media screen and (max-width: 360px) {
    .banner--isoftbet-adventures__h3 {
        font-size: 22px;
        margin: 0 0 7px;
    }
    .banner--isoftbet-adventures__h5 {
        font-size: 22px;
    }
    .banner--isoftbet-adventures__left {
        top: 14px;
    }
}
.banner--monday,
.banner--monday__main,
.banner--monday__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}
.banner--monday {
    position: relative;
    top: 0;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/monday.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Pinup-Bold-It, sans-serif;
}
.banner--monday__main,
.banner--monday__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.banner--monday__main {
    position: absolute;
    color: #fff;
    z-index: 9;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.banner--monday__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 34px 0 0 5%;
    z-index: 2;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.banner--monday__h2 {
    font-size: 42px;
    margin: 0 0 16px;
    line-height: 1;
    font-weight: bold;
}
.banner--monday__h3 {
    margin: 0;
    line-height: 1;
    font-size: 16px;
    font-family: pt_sansregular, sans-serif;
    font-weight: 400;
}
.banner--monday__girl {
    position: absolute;
    left: 346px;
    top: -20px;
}
img.banner--monday__10 {
    left: 40%;
    top: 20%;
    width: 200px;
}

.banner--monday__10, .banner--monday__girl-mb, .banner--monday__girl-money {
    display: block;
    position: absolute;
}
img.banner--monday__girl-money {
    left: 50%;
}
@media screen and (max-width: 1040px) {
    .banner--monday__girl {
        width: 61%;
    }
}
@media screen and (max-width: 980px) {
    .banner--monday__girl {
        width: auto;
    }
}
@media screen and (max-width: 830px) {
    .banner--monday__wrapper {
        margin: 34px 0 0 3%;
    }
    .banner--monday__girl {
        width: 61%;
    }
    .banner--monday__h2 {
        font-size: 38px;
    }
}
@media screen and (max-width: 770px) {
    .banner--monday__wrapper {
        margin: 34px 0 0 3%;
    }
    .banner--monday__h2 {
        font-size: 38px;
    }
    .banner--monday__girl {
        width: 61%;
        right: 0;
        left: inherit;
        top: inherit;
        bottom: -24px;
    }
}
@media screen and (max-width: 585px) {
    .banner--monday__wrapper {
        margin: 22px 0 0 3%;
    }
    .banner--monday__h2 {
        font-size: 32px;
        margin: 0 0 8px;
    }
    .banner--monday__h3 {
        font-size: 14px;
    }
    .banner--monday__girl {
        display: none;
    }
    .banner--monday__girl-money {
        display: none;
        position: absolute;
        right: 0;
        width: 47%;
        bottom: -14px;
        z-index: 2;
    }
    .banner--monday__10 {
       left: 62%!important;
    top: 40%!important;
    width: 34%!important;
        display: block;
        position: absolute;
        right: 35.5%;
        bottom: -14px;
    }
    .banner--monday__main {
        bottom: 36px;
        height: calc(100% - 36px);
    }
}
@media screen and (max-width: 500px) {
    .banner--monday__girl-mb {
        display: block;
        position: absolute;
        right: 0;
        bottom: -50px;
    }
    .banner--monday__h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 400px) {
    .banner--monday__wrapper {
        margin: 16px 0 0 3%;
    }
    .banner--monday__h2 {
        font-size: 26px;
        margin: 0 0 4px;
    }
    .banner--monday__h3 {
        font-size: 13px;
    }
}
@media screen and (max-width: 360px) {
    .banner--monday__girl-mb {
        width: 78%;
    }
    .banner--monday__h2 {
        font-size: 24px;
        margin: 0 0 4px;
    }
    .banner--monday__h3 {
        font-size: 13px;
    }
}
.banner--pin-up-bet {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/background-bet.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner--pin-up-bet__text {
    position: absolute;
    right: 10%;
    top: 5%;
}
.banner--pin-up-bet__text-h2 {
    padding: 0;
    color: #fff;
    letter-spacing: 1.4px;
    margin: 0 0 10px;
    font-weight:bold;
}
.banner--pin-up-bet__text .pin-up-bet {
    width: 281px;
    margin: 0 0 4px auto;
    display: block;
}
.banner--pin-up-bet__text .victory,
.banner--pin-up-bet__text-h2 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    text-align: right;
    font-weight: bold;
}
.banner--pin-up-bet__text .victory .white {
    color: #fff;
}
.banner--pin-up-bet__text .victory .red {
    color: #ff3a1a;
}
.banner--pin-up-bet__text .victory .green {
    color: #03a98f;
}
.banner--pin-up-bet .girl {
    position: absolute;
    left: 3%;
    width: 383px;
}
.banner--pin-up-bet .girl__mob {
    display: none;
}
@media screen and (max-width: 1240px) {
    .banner--pin-up-bet__text {
        right: 6.2%;
    }
    .banner--pin-up-bet .girl {
        width: 387px;
        left: -1%;
    }
}
@media screen and (max-width: 980px) {
    .banner--pin-up-bet__text {
        right: 6.7%;
    }
}
@media screen and (max-width: 740px) {
    .banner--pin-up-bet__text {
        right: 3.7%;
        top: 15%;
    }
    .banner--pin-up-bet__text .pin-up-bet {
        width: 225px;
    }
    .banner--pin-up-bet__text .victory,
    .banner--pin-up-bet__text h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 640px) {
    .banner--pin-up-bet .girl {
        width: 409px;
        left: -18%;
    }
}
@media screen and (max-width: 585px) {
    .banner--pin-up-bet__text {
        bottom: 36px;
        height: calc(100% - 36px);
    }
    .banner--pin-up-bet .girl {
        bottom: -28.4%;
    }
}
@media screen and (max-width: 570px) {
    .banner--pin-up-bet .girl {
        display: block;
        position: absolute;
        left: -69%;
        bottom: -36.4%;
        width: 121vw;
    }
    .banner--pin-up-bet__text {
        right: 10px;
        top: 0;
        -webkit-transform: translate(0%, 18%);
        transform: translate(0%, 18%);
    }
    .banner--pin-up-bet__text h2 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .banner--pin-up-bet__text .pin-up-bet {
        width: 176px;
    }
    .banner--pin-up-bet__text .victory {
        font-size: 18px;
    }
}
@media screen and (max-width: 420px) {
    .banner--pin-up-bet .girl {
        left: -81%;
        bottom: -27.4%;
        width: 121vw;
    }
}
@media screen and (max-width: 360px) and (max-height: 640px) {
    .banner--pin-up-bet {
        background-size: auto 150%;
        background-position: 29% -1%;
    }
    .banner--pin-up-bet__text {
        -webkit-transform: translate(0%, 6%);
        transform: translate(0%, 6%);
    }
    .banner--pin-up-bet__text h2 {
        margin-bottom: 5px;
    }
    .banner--pin-up-bet__text .pin-up-bet {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 350px) {
    .banner--pin-up-bet__text {
        -webkit-transform: translate(0%, 8%);
        transform: translate(0%, 8%);
    }
    .banner--pin-up-bet__text h2 {
        margin-bottom: 7px;
    }
    .banner--pin-up-bet__text .pin-up-bet {
        margin-bottom: 1px;
    }
}
@media screen and (max-width: 340px) {
    .banner--pin-up-bet .girl {
        left: -89%;
    }
}
.banner--streambet,
.banner--streambet__main,
.banner--streambet__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}
.banner--streambet {
    position: relative;
    top: 0;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
/*    background: url(https://www.pin-up561.com/asset/img/assets/banner/banner--streambet/bg.jpg) no-repeat center;
*/    background-size: cover;
    overflow: hidden;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Pinup-Bold-It, sans-serif;
}
.banner--streambet__main,
.banner--streambet__wrapper {
    -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;
}
.banner--streambet__main {
    position: absolute;
    color: #fff;
    z-index: 9;
}
.banner--streambet__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 40px 0 0 5%;
    z-index: 2;
}
.banner--streambet__h2 {
    font-size: 42px;
    margin: 0 0 16px;
    line-height: 0.9;
    font-weight: bold;
}
.banner--streambet__h3 {
    margin: 0;
    line-height: 1;
    font-size: 16px;
    font-family: pt_sansregular, sans-serif;
    font-weight: 400;
}
.banner--streambet__logo {
    position: absolute;
    right: 30px;
    top: 20px;
}
@media screen and (max-width: 1240px) {
    .banner--streambet__h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 730px) {
    .banner--streambet__h2 {
        font-size: 34px;
    }
}
@media screen and (max-width: 585px) {
    .banner--streambet {
        background-position: 62%;
    }
    .banner--streambet__wrapper {
        margin: 26px 0 0 3%;
    }
    .banner--streambet__main {
        bottom: 36px;
        height: calc(100% - 36px);
    }
    .banner--streambet__logo {
        right: inherit;
        left: 3%;
        bottom: 16px;
        top: inherit;
    }
    .banner--streambet__h2 {
        font-size: 28px;
        margin: 0 0 8px;
    }
    .banner--streambet__h3 {
        font-size: 14px;
    }
}
@media screen and (max-width: 400px) {
    .banner--streambet__wrapper {
        margin: 16px 0 0 3%;
    }
    .banner--streambet__h2 {
        font-size: 25px;
    }
    .banner--streambet__logo {
        width: 32%;
    }
}
@media screen and (max-width: 360px) {
    .banner--streambet__h2 {
        font-size: 22px;
    }
    .banner--streambet__h3 {
        font-size: 13px;
    }
}
.banner-welcome--bon {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, from(#11141e), color-stop(25%, #131a27), color-stop(50%, #131d2f), color-stop(75%, #132032), to(#11263a));
    background: -webkit-linear-gradient(bottom, #11141e 0%, #131a27 25%, #131d2f 50%, #132032 75%, #11263a 100%);
    background: linear-gradient(to top, #11141e 0%, #131a27 25%, #131d2f 50%, #132032 75%, #11263a 100%);
    overflow: hidden;
    font-size: 16px;
}
.banner-welcome--bon__envelope {
    left: 2%;
    bottom: 0;
    width: 55%;
    height: 100%;
    position: absolute;
    background: url(../img/envlope.png) no-repeat center bottom;
    background-size: contain;
}
.banner-welcome--bon__envelope--text {
    position: absolute;
    right: 8%;
    color: #fff;
    text-transform: uppercase;
    max-width: 10em;
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
    top: 51%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-welcome--bon__chip {
    right: -7%;
    bottom: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    background: url(../img/right-chip.png) no-repeat center bottom;
    background-size: contain;
}
.welcome--bon__chip-wrap {
    position: absolute;
    width: 15em;
    right: 14%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.welcome--bon__chip-textup {
    display: block;
    color: #24bb9d;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 700;
}
.welcome--bon__chip-textdown {
    font-weight: 700;
    font-size: 1.2em;
    margin-top: 0.4em;
    display: block;
    color: #fff;
    margin-bottom: 30%;
}
.banner-welcome--stars {
    top: 10%;
    position: absolute;
    height: 70%;
    left: 3%;
    width: 50%;
}
.banner-welcome--star {
    position: absolute;
    background: url(../img/star.png) no-repeat center bottom;
    background-size: contain;
    width: 40px;
    height: 40px;
}
.owl-item .banner-welcome--star {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.banner-welcome--star:nth-child(1) {
    top: 36%;
    left: 38%;
    -webkit-animation-name: welcome-star-1;
    animation-name: welcome-star-1;
}
.banner-welcome--star:nth-child(2) {
    width: 50px;
    height: 50px;
    top: -7%;
    left: 35%;
    -webkit-animation-name: welcome-star-2;
    animation-name: welcome-star-2;
}
.banner-welcome--star:nth-child(3) {
    width: 50px;
    height: 50px;
    top: -18%;
    left: 42%;
    -webkit-animation-name: welcome-star-3;
    animation-name: welcome-star-3;
}
.banner-welcome--star:nth-child(4) {
    top: 46%;
    left: -5%;
    -webkit-animation-name: welcome-star-4;
    animation-name: welcome-star-4;
}
.banner-welcome--star:nth-child(5) {
    top: 3%;
    left: 12%;
    -webkit-animation-name: welcome-star-5;
    animation-name: welcome-star-5;
}
.banner-welcome--star:nth-child(6) {
    width: 50px;
    height: 50px;
    top: 69%;
    left: 57%;
    -webkit-animation-name: welcome-star-6;
    animation-name: welcome-star-6;
}
.banner-welcome--star:nth-child(7) {
    width: 50px;
    height: 50px;
    top: 16%;
    left: 82%;
    -webkit-animation-name: welcome-star-7;
    animation-name: welcome-star-7;
}
.banner-welcome--star:nth-child(8) {
    top: 34%;
    left: 13%;
    -webkit-animation-name: welcome-star-8;
    animation-name: welcome-star-8;
}
@media screen and (max-width: 1280px) {
    .banner-welcome--bon__envelope {
        width: 566px;
    }
}
@media screen and (max-width: 1180px) {
    .banner-welcome--bon__envelope {
        width: 498px;
        left: -4%;
    }
    .banner-welcome--bon__envelope--text {
        top: 57%;
    }
    .banner-welcome--bon__chip {
        width: 460px;
    }
    .welcome--bon__chip-wrap {
        right: 13%;
    }
}
@media screen and (max-width: 1030px) {
    .banner-welcome--bon__chip {
        right: -8%;
    }
}
@media screen and (max-width: 980px) {
    .banner-welcome--bon__chip {
        background-size: auto;
        width: 46%;
        right: -4.7%;
    }
    .welcome--bon__chip-wrap {
        right: 10%;
    }
    .banner-welcome--bon__envelope {
        left: 0;
    }
}
@media screen and (max-width: 860px) {
    .banner-welcome--bon__chip {
        right: -2.7%;
    }
    .welcome--bon__chip-wrap {
        right: 6%;
    }
}
@media screen and (max-width: 800px) {
    .banner-welcome--bon__chip {
        width: 49%;
        background-size: cover;
    }
}
@media screen and (max-width: 444px) {
.welcome--bon__chip-wrap {
    right: 38%;
}
}
@media screen and (max-width: 444px) {
.welcome--bon__chip-wrap {
    top: 4vw;
}
.banner-welcome--bon__envelope {
    display:none;
}
}
@media screen and (max-width: 768px) {
    .banner-welcome--bon__chip {
        background: 0 0;
    }
    .banner-welcome--bon__envelope--text {
        top: 58%;
        right: 7%;
    }
}
@media screen and (max-width: 700px) {
    .banner-welcome--bon__envelope--text,
    .banner-welcome--stars {
        display: none;
    }
    .banner-welcome--bon__envelope {
/*        background-image: url(https://www.pin-up561.com/asset/img/assets/banner/banner-welcome--bon/enevlope-mob.png);
*/        width: 55%;
    }
}
@media screen and (max-width: 480px) {
    .banner-welcome--bon__envelope {
        width: 50%;
        background-size: 81%;
    }
}
@media screen and (max-width: 400px) {
    .banner-welcome--bon {
        font-size: 14px;
    }
}
@media screen and (max-width: 350px) {
    .banner-welcome--bon {
        font-size: 13px;
    }
    .banner-welcome--bon__envelope {
        background-size: 100%;
        background-position: -12px 100%;
        width: 50%;
    }
}
.games-promo,
.games-promo__content {
    width: 100%;
    height: 100%;
}
.games-promo__content {
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: url(../img/games-banner.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}
.games-promo__text {
    color: #fff;
    font-size: 40px;
    padding-left: 23%;
    margin-top: 40px;
    text-shadow: 3px 3px #000;
    font-weight: bold;
}
@media screen and (max-width: 900px) {
    .games-promo__content {
        background-position: right center;
    }
    .games-promo__text {
        padding-left: 10%;
    }
}
@media screen and (max-width: 600px) {
    .games-promo {
        background-color: #000;
    }
    .games-promo__content {
        /*background-color: #000;*/
        /*background-image: none;*/
        /*background-size: 103%;*/
        /*background-position: 50% 3%;*/
    }
    .games-promo__text {
        position: absolute;
        top: 0;
        right: 7vw;
        font-size: 6vw;
        margin: 0;
        padding: 0;
    }
}
.button_green.bonus__button.bonus-2plus2__btn {
    width: 90%;
}
.hourBonusLine {
    margin-bottom: 5px;
}
.button.button_green.bonus__button.bonus-timer__btn {
    width: 90%;
    margin-top: 30px;
}
.bannerBonusCounter .button.button_green.bonus__button.bonus-timer__btn {
    margin-top: 17px;
}
.startBonus:not(.start) {
    margin-top: 10px;
}
.popup-emailverif__text {
    color: #fff;
    text-align: center;
    width: 80%;
    display: inline-block;
}
.popup-emailverif__glowtext {
    font-size: 20px;
    width: 70%;
    display: inline-block;
    text-shadow: 1px 1px 2px #dd3b20, 0 0 1em #dd3b20;
/*    background: url(https://www.pin-up561.com/asset/img/transpernt_gits.png) no-repeat center;
*/    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.popup-activebonus__glowtext b,
.popup-emailverif__glowtext b {
    font-size: 22px;
}
.popup-emailverif-btn {
    display: inline-block;
    width: 200px;
    margin-bottom: 10px;
    font-size: 18px;
    height: 40px;
    padding-top: 5px;
}
.button--cashbox {
    width: 144px;
    margin-bottom: 8px;
}
.popup-cashbox .cashbox-allinputs .select__main {
    background-color: #61605c;
    outline: 0;
}
.popup-cashbox .cashbox-allinputs .select__form {
    background-color: #61605c;
    color: #fff;
    outline: 0;
}
.popup-cashbox .cashbox-allinputs .select__list {
    background-color: #61605c;
    color: #fff;
}
.popup-cashbox .cashbox-allinputs .input--text {
    margin: 5px 0 10px !important;
}
.popup-cashbox .cashbox-allinputs .input--text::-webkit-input-placeholder {
    color: #ddd;
}
.popup-cashbox .cashbox-allinputs .input--text::-moz-placeholder {
    color: #ddd;
}
.popup-cashbox .cashbox-allinputs .input--text:-ms-input-placeholder,
.popup-cashbox .cashbox-allinputs .input--text::-ms-input-placeholder {
    color: #ddd;
}
.popup-cashbox .cashbox-allinputs .input--text::placeholder {
    color: #ddd;
}
.popup-cashbox .cashbox-allinputs .select .select__item:hover {
    background-color: #24bb9d;
}
.popup-cashbox .cashbox-allinputs .select .select__item:focus {
    background-color: #24bb9d;
}
@media screen and (max-width: 1024px) {
    .mobile-handle {
        top: 2px;
        border: 1px solid #fff;
        -webkit-box-shadow: 0 -0.2em 1.5em rgba(0, 0, 0, 0.6);
        box-shadow: 0 -0.2em 1.5em rgba(0, 0, 0, 0.6);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: -1;
    }
    .mob-cashbox-bonuses.single .cashbox-bonus.is-active {
        display: block;
    }
    .mob-cashbox-bonuses.close .chashbox-arrow-1,
    .mob-cashbox-bonuses.close .chashbox-arrow-2 {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    .mob-cashbox-bonuses.close .chashbox-arrow-2 {
        -webkit-animation-name: cashbox-bonus-arrow-1;
        animation-name: cashbox-bonus-arrow-1;
    }
    .mob-cashbox-bonuses.close .chashbox-arrow-1 {
        -webkit-animation-name: cashbox-bonus-arrow-2;
        animation-name: cashbox-bonus-arrow-2;
    }
    .mob-cashbox-bonuses.open .chashbox-arrows {
        -webkit-transform: rotate(180deg) translateX(50%);
        transform: rotate(180deg) translateX(50%);
    }
    .mob-cashbox-bonuses.open .cashbox-bonus {
        display: block !important;
    }
}
.lk-cashbox .cashbox.no-scroll {
    position: relative;
}
.main--lk .cashbox__nav--inner {
    margin-top: -15px;
}
.max-summ-cashbox .cashbox-in__submit {
    width: 100%;
    margin-bottom: 12px;
    margin-top: 12px;
}
.max-summ-cashbox .cashbox-sum__country {
    margin-left: auto;
}
.max-summ-cashbox .cashbox-in__radios {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 620px) {
    .max-summ-cashbox .cashbox-in__radios {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .max-summ-cashbox .cashbox-in__radios .cashbox-radio {
        width: 30% !important;
    }
}
@media only screen and (max-width: 340px) {
    .max-summ-cashbox .cashbox-in__radios .cashbox-radio .cashbox-radio__label {
        font-size: 14px !important;
    }
}
.withdraw-ticket {
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0%, #343434 100%);
    background: linear-gradient(to bottom, #424242 0%, #343434 100%);
    width: 100%;
    border-radius: 6px;
    padding: 0.5em;
    margin: -10px 0 5px;
}
.withdraw-ticket__list {
    color: #c4c4c4;
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
}
.withdraw-ticket__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.5em;
    border-bottom: 1px solid #c4c4c4;
    text-overflow: ellipsis;
}
.withdraw-ticket__reject {
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 5px;
    text-decoration: underline;
}
@media only screen and (max-width: 430px) {
    .withdraw-ticket {
        font-size: 15px;
        padding: 7px;
    }
}
.select--country-input .select__form::-moz-placeholder {
    color: #bbb;
}
.select--country-input .select__form::-webkit-input-placeholder {
    color: #bbb;
}
.select--country-input .select__form:-ms-input-placeholder,
.select--country-input .select__form::-ms-input-placeholder {
    color: #bbb;
}
.select--country-input .select__form::placeholder {
    color: #bbb;
}
.select {
    display: block;
    position: relative;
    width: 100%;
    cursor: pointer;
    margin: 5px 0 10px;
}
.select ::-moz-selection {
    background-color: transparent;
    z-index: -1;
}
.select ::selection {
    background-color: transparent;
    z-index: -1;
}
.select__main {
    padding: 0;
    display: block;
    background-color: #262634;
    position: relative;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.select__main:focus {
    outline-color: #24bb9d;
}
.select__main::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 100%;
    border-left: 1px solid #c4c4c4;
/*    background-image: url(https://www.pin-up561.com/asset/img/assets/form/select/down-arrow.svg);
*/    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
}
.select__form,
.select__list {
    width: 100%;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.select__form {
    background-color: #262634;
    line-height: 29px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #c4c4c4;
    padding: 2px 10px;
}
.select__list {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    margin: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    background-color: rgba(38, 38, 52, 0.97);
    border: 1px solid #fff;
    z-index: 16000;
    padding: 5px;
    -webkit-box-shadow: 0 10px 12px 1px rgba(0, 0, 0, 0.32);
    box-shadow: 0 10px 12px 1px rgba(0, 0, 0, 0.32);
    max-height: 187px;
    overflow-x: hidden;
}
.select__list::-webkit-scrollbar {
    display: none;
    width: 0;
}
.select__list--hidden {
    visibility: hidden;
    display: none;
}
.select__item {
    padding: 5px;
    margin-bottom: 4px;
    border-radius: 2px;
    color: #ddd;
}
.select__item--active,
.select__item:hover {
    color: #fff;
}
.select__item:focus {
    outline: 0;
    background-color: rgba(36, 187, 157, 0.7);
    color: #fff;
}
.input_disabled .select__main::after {
    border: 0;
    background: 0 0;
}
.input--text {
    background-color: transparent;
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    line-height: 29px;
    padding: 2px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    margin: 5px 0 10px;
}
.input--text:focus {
    outline: 0;
}
.wrong-date_text {
    display: none;
    position: absolute;
    z-index: 300;
}
.input--text.wrong-birthdate {
    border-color: red;
}
.input--text.wrong-birthdate + .wrong-date_text {
    display: block;
}
.fullreg__field-birthdate {
    position: relative;
}
.fullreg__field-birthdate .wrong-date_text {
    margin: 0;
    font-size: 12px;
    top: 36px;
    right: 10px;
    color: red;
}
.lk-profile__item .wrong-date_text {
    top: 10px;
}
.select--phone {
    margin-bottom: 1em;
    text-align: left;
}
.select--phone .select__main {
    background-color: transparent;
    position: relative;
    cursor: pointer;
}
.select--phone .select__main::after {
    display: none;
}
.select--phone .select__main-logo {
    display: block;
    background-color: #ddd;
    position: absolute;
    left: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.select--phone .select__form {
    padding-left: 40px;
    cursor: text;
}
.select--phone .select__form::-moz-selection {
    background-color: #24bb9d;
    z-index: auto;
}
.select--phone .select__form::selection {
    background-color: #24bb9d;
    z-index: auto;
}
.select--phone .select__form,
.select--phone .select__list {
    background-color: #fff;
    color: #222;
}
.select--phone .select__form:focus,
.select--phone .select__item--search input:focus,
.select--phone .select__list:focus {
    outline: 0;
}
.select--phone .select__list {
    display: none;
}
.select--phone .select__list::-webkit-scrollbar {
    display: block;
    width: 6px;
}
.select--phone .select__list::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}
.select--phone .select__item {
    color: #222;
    position: relative;
    z-index: 16;
}
.select--phone .select__item:hover {
    background-color: #f7f7f7;
    color: #222;
    position: relative;
}
.select--phone .select__item-logo {
    display: inline-block;
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
    cursor: default;
}
.select--phone .select__item-logo,
.select--phone .select__item-text {
    position: relative;
    z-index: -1;
    pointer-events: none;
}
.select--phone .select__item:hover .select__item-logo,
.select--phone .select__item:hover .select__item-text {
    z-index: auto;
}
.select--phone .select__item:focus .select__item-logo,
.select--phone .select__item:focus .select__item-text {
    z-index: auto;
}
.select--phone .select__item--search {
    border-bottom: 1px solid #afafaf;
    position: relative;
}
.select--phone .select__item--search input {
    border: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
}
.select--phone .select__item--search::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
/*    background-image: url(https://www.pin-up561.com/asset/img/assets/form/select--phone/search.svg);
*/    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popup-cashbox .select--phone .select__item {
    color: #fff;
}
.popup-cashbox .select--phone .select__item:hover {
    background-color: #24bb9d;
}
.fullreg .select--phone .select__item:focus,
.popup-cashbox .select--phone .select__item:focus {
    background-color: #24bb9d;
}
.fullreg .select--phone .select__form {
    background-color: inherit;
    color: #fff;
}
.fullreg .select--phone {
    margin-bottom: 4px;
}
.fullreg .select--phone .select__list {
    background-color: #262634;
    color: #fff;
}
.fullreg .select--phone .select__item,
.lk-cashbox .select--phone .select__item,
.lk-cashbox .select--phone .select__list {
    color: #fff;
}
.fullreg .select--phone .select__item:hover {
    background-color: #24bb9d;
}
.lk-cashbox .select--phone .select__item:focus {
    background-color: #24bb9d;
}
.lk-cashbox .select--phone .select__item:hover {
    background-color: #24bb9d;
}
.select--phone > .select__list {
    display: none;
}
.select--phone[data-open="true"] > .select__list {
    display: block;
}
.lk-cas .select__list {
    background-color: #262634;
}
.lk-cas .select__list .select__item {
    color: #fff;
}
.lk-cas .select--phone .select__item:hover {
    color: #fff;
    background-color: #24bb9d;
}
.popup-promo {
    width: calc(100% - 20px);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 9000;
    background: #62605c;
    color: #fff !important;
    border-radius: 5px;
}
.input-password > .input-material__input {
    font-family: "secure-disc", sans-serif;
}
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 5033;
    color: #fff;
    min-width: 300px;
    max-width: 450px;
    width: 100%;
    border-radius: 6px;
    display: block;
    background-color: #62605c;
    max-height: 98%;
    border: 1px solid #d5d5d5;
    -webkit-box-shadow: 0 0 1em 0.5em rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1em 0.5em rgba(0, 0, 0, 0.4);
}
.popup--hidden {
    display: none;
    visibility: hidden;
}
.popup__wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 13px;
}
.popup__link {
    color: #41c9af;
    text-decoration: underline;
}
.popup__link--dotted {
    margin-bottom: 10px;
    text-decoration: none;
    border-bottom: 1px dotted #41c9af;
}
.popup__article {
    font-family: "pt_sansregular", sans-serif;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    margin: 0 0 10px;
}
.popup__balance {
    display: block;
    font-size: 1.25em;
    font-family: "pt_sansbold", sans-serif;
    color: #bc2502;
    text-align: center;
    margin-bottom: 10px;
}
.popup__button--single,
.popup__ctrl {
    width: 72%;
    margin-bottom: 10px;
}
.popup__ctrl {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup__ctrl .button {
    width: calc(50% - 8px);
}
.popup__ctrl--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 576px) {
    .popup {
        width: calc(100% - 20px) !important;
        overflow-x: hidden;
    }
}
.popup__ctrl--flex button.is-text {
    background: 0 0;
    border: 0;
    text-decoration: underline;
    margin: 1em 0;
}
.popup--auth {
    text-align: center;
    border: 1px solid #d5d5d5;
    overflow-x: hidden;
}
.popup--auth .button.button_green.popup-button--reg {
    display: block;
    text-align: center;
    margin: auto;
}
.popup--auth .popup__header {
    margin-bottom: 20px;
}
.popup--auth .popup-form--auth {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 0 10px;
}
.popup--auth__title {
    margin: 0 0 10px;
    font-family: "pt_sansregular", sans-serif;
    font-size: 1.25em;
    font-weight: 400;
}
.popup--auth__text {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 10px;
}
@media only screen and (max-width: 576px) {
    .popup--auth {
        width: calc(100% - 20px) !important;
    }
}
.popup--bank {
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
}
.popup--bank__form {
    max-width: 300px;
    margin: 0 auto;
    padding: 15px 0 10px;
}
.popup--bank .select {
    margin: 0 0 10px;
}
.popup--bank .input--text,
.popup--bank .select__form {
    background-color: #fff;
    border-radius: 3px;
    padding: 10px;
    color: #000;
    font-size: 1em;
    line-height: normal;
}
.popup--bank .select .select__list {
    background-color: #fff;
    border-radius: 0;
}
.popup--bank .select .select__list .select__item {
    color: #000;
}
.popup--bank .input--text {
    margin: 0 0 10px;
}
.popup--bank .wrong-date_text {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popup--bank .popup-button--reg {
    display: block;
    margin: 0 auto;
}
.popup--bank .popup-button--reg::after,
.popup-bank-wie .popup-button--reg::after,
.popup-bank-wie-2 .popup-button--reg::after,
.popup-cepbank .popup-button--reg::after {
    right: calc(50% - 26px);
}
@-moz-document url-prefix() {
    .popup--bank .select__list {
        border-radius: 0;
    }
}
.popup_bank-overlay {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 30000;
    position: fixed;
    left: 0;
    min-height: 600px;
    top: 0;
}
.popup_bank-overlay.hide {
    display: none !important;
    visibility: hidden;
}
.popup_bank-label {
    margin: -7px 0 3px;
}
.fullreg__field-choosebank {
    position: relative;
}
.fullreg__field-choosebank .wrong_text {
    display: none;
    pointer-events: none;
}
.fullreg__field-choosebank.alert .wrong_text {
    display: block;
    color: red;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 45px;
    height: 45px;
    width: 100%;
    text-align: center;
}
.fullreg__field-choosebank.alert .fullreg__input-choosebank {
    border: 1px solid red;
}
.popup--bank.hide {
    display: none;
    visibility: hidden;
}
@media screen and (max-width: 375px) {
    .popup--bank__form {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-height: 470px) {
    .popup--bank {
        height: 100%;
        top: 0 !important;
        overflow: scroll !important;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.popup-block-confirmation {
    overflow-y: scroll;
}
.popup-block-confirmation::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.popup-block-confirmation__main {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0 30px 0;
    padding-top: 15px !important;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.popup-block-confirmation__main::-webkit-scrollbar {
    width: 0 !important;
}
.popup-block-confirmation .cup_bet_win {
    width: 80px;
    margin: 10px 0;
}
.popup-block-confirmation__p {
    text-align: center;
    color: #fff;
    margin: 6px 0 10px;
}
.popup-block-confirmation__link {
    color: #fff;
}
.popup-block-confirmation__button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}
.popup-block-confirmation__button-wrap button {
    width: 150px;
    margin: 12px !important;
    padding: 0 !important;
}
.popup-block-confirmation .popup__header-close {
    display: none;
}
@media only screen and (max-width: 480px) {
    .popup-block-confirmation__button-wrap {
        width: 100%;
    }
}
@media only screen and (max-width: 450px) {
    .popup-block-confirmation {
        padding: 0;
        width: 93.33333333333333%;
    }
    .popup-block-confirmation__main {
        padding: 0 16px 20px;
    }
    .popup-block-confirmation__button-wrap button {
        margin: 12px 8px !important;
    }
}
@media only screen and (max-width: 350px) {
    .popup-block-confirmation__main {
        padding: 0 10px 20px;
    }
}
.popup-cashbox-warning {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.popup-cashbox-warning::-webkit-scrollbar {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    width: 0;
    height: 0;
    background: 0 0;
    display: none;
}
.popup-cashbox-warning .popup__header {
    width: 100%;
    height: 50px;
}
.popup-cashbox-warning__main {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0 30px 0;
    padding-top: 25px !important;
    text-align: center;
    overflow: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.popup-cashbox-warning__main::-webkit-scrollbar {
    width: 0 !important;
}
.popup-cashbox-warning .cup_bet_win {
    width: 80px;
    margin: 10px 0;
}
.popup-cashbox-warning__p {
    text-align: center;
    color: #fff;
    margin: 6px 0 20px;
}
.popup-cashbox-warning__link {
    color: #fff;
}
.popup-cashbox-warning button,
.popup-deposit-limitations button,
.popup-favorite-games button {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
    padding: 0 40px !important;
}
.popup-cashbox-warning__close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
/*    background-image: url(https://www.pin-up561.com/asset/img/general/popup/cross-dark.svg);
*/    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 44;
}
@media only screen and (max-width: 450px) {
    .popup-cashbox-warning {
        padding: 0;
        width: 93.33333333333333%;
    }
    .popup-cashbox-warning__main {
        padding: 0 40px 20px;
    }
}
@media only screen and (max-width: 350px) {
    .popup-cashbox-warning__main {
        padding: 0 16px 20px;
    }
}
.border-radius-animation {
    -webkit-animation: border-radius-animation 0.01s ease 1;
    animation: border-radius-animation 0.01s ease 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.popup-for-cypix {
    text-align: center;
}
.popup-for-cypix .popup__header-text {
    text-shadow: -1px 0 0 rgba(0, 0, 0, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-height: 420px) {
    .popup-for-cypix {
        overflow: scroll;
    }
}
@media (width: 768px) and (height: 1024px) {
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    }
}
.checklist__step {
    width: 100% !important;
}
.countrt__step {
    width: 100%;
    margin-top: 7px;
}
.phone__step .select--phone .select__form {
    background: 0 0;
    color: #fff;
}
.first-of-steps .step-two__container__text {
    margin-top: 60px;
}
.first-of-steps .step-two__container__text .fullreg__submit {
    margin: 20px 0 0;
}
.hidden {
    display: none;
}
.password_hidden {
    -webkit-text-security: disc;
}
.wrong-input {
    border-color: red !important;
}
.two-of-steps--br .input-material__wrapper .input-material__input {
    min-height: 34px;
    max-height: 34px;
}
.two-of-steps--br .input-material__wrapper .input-material__placeholder {
    font-size: 12px;
}
.two-of-steps--br .popup-button--reg {
    line-height: 42px !important;
    margin-bottom: 8px;
    margin-top: 12px;
}
@media screen and (max-width: 930px) {
    .two-of-steps--br .input-material__input {
        margin-top: 17px;
    }
    .two-of-steps--br .input-material__wrapper .input-material__placeholder {
        font-size: 12px;
        -webkit-transform: translate(12px, 27px);
        transform: translate(12px, 27px);
    }
    .two-of-steps--br .input-material__wrapper.focus .input-material__placeholder,
    .two-of-steps--br .input-material__wrapper.touched .input-material__placeholder {
        -webkit-transform: translate(7px, 9px) !important;
        transform: translate(7px, 9px) !important;
    }
    .second-of-steps .step-two__container__text .fullreg__submit {
        margin: -14px auto -9px;
    }
    .second-of-steps .step-two__container__text .cashbox-allinputs__field:nth-child(2) {
        margin: 0 0 8px;
    }
    .second-of-steps .step-two__container__img {
        margin-top: 16px;
        margin-bottom: 20px;
    }
}
.popup-regcellphone {
    text-align: center;
}
.popup-regcellphone .popup__header {
    margin-bottom: 3px;
}
.popup-regcellphone__form {
    margin: auto;
    text-align: center;
}
.input--phone__label {
    font-size: 15px;
    margin-top: -5px;
    margin-bottom: 10px;
}
.select-phone-reg {
    margin-bottom: 12px;
}
.select-phone-reg .select__main {
    background: #fff;
    border-radius: 3px;
}
.select-phone-reg .select__main .select__form {
    border-radius: 3px;
    color: #000;
    line-height: 37px;
}
.select-phone-reg .select__list {
    background-color: #fff;
}
.popup--replacement {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.popup--replacement__title {
    margin: 0 0 10px;
    font-family: "pt_sansregular", sans-serif;
    font-size: 1.25em;
    font-weight: 400;
}
.popup--replacement__text {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 10px;
}
.popup-social {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.popup-social__title {
    margin: 0 0 10px;
    font-family: "pt_sansregular", sans-serif;
    font-size: 1.25em;
    font-weight: 400;
}
.popup-social__text {
    width: 100%;
    display: block;
    margin: 0 0 10px;
    text-align: center;
}
@media only screen and (max-width: 576px) {
    .popup--auth {
        width: calc(100% - 20px) !important;
    }
}
.popup-template {
    text-align: center;
}
.popup-template .popup__header-text {
    text-shadow: -1px 0 0 rgba(0, 0, 0, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.3), 1px 0 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3);
}
.input_disabled {
    pointer-events: none;
}
.input_disabled .select--currency__main::after {
    border: 0;
    background: 0 0;
}
.item__icon--rub {
/*    background: url(https://www.pin-up561.com/asset/img/general/min-svg/symbol-RUB.svg) no-repeat center;
*/    background-size: 80%;
}
.item__icon--usd {
/*    background: url(https://www.pin-up561.com/asset/img/general/min-svg/symbol-USD.svg) no-repeat center;
*/    background-size: 100%;
}
.item__icon--aud {
/*    background: url(https://www.pin-up561.com/asset/img/general/min-svg/symbol-AUD.svg) no-repeat center;
*/    background-size: 100%;
}
.item__icon--eur {
/*    background: url(https://www.pin-up561.com/asset/img/general/min-svg/symbol-EUR.svg) no-repeat center;
*/    background-size: 80%;
}
.item__icon--uah {
/*    background: url(https://www.pin-up561.com/asset/img/general/min-svg/symbol-UAH.svg) no-repeat center;
*/    background-size: 60%;
}
.item__icon--try {
/*    background: url(https://www.pin-up561.com/asset/img/general/min-svg/symbol-try.svg) no-repeat center;
*/    background-size: 60%;
}
.item__icon--kzt {
/*    background: url(https://www.pin-up561.com/asset/img/general/min-svg/symbol-kzt.svg) no-repeat center;
*/    background-size: 70%;
}
.item__icon--brl {
/*    background: url(https://www.pin-up561.com/asset/img/general/symbol-brl.svg) no-repeat center;
*/    background-size: 85%;
}
.item__icon--ars,
.item__icon--cop {
/*    background: url(https://www.pin-up561.com/asset/img/general/min-svg/symbol-USD.svg) no-repeat center;
*/    background-size: 100%;
}
.item__icon--idr {
/*    background: url(https://www.pin-up561.com/asset/img/minified-svg/symbol-idr.svg) no-repeat center;
*/    background-size: 95%;
}
.item__icon--azn {
/*    background: url(https://www.pin-up561.com/asset/img/general/symbol-azn.svg) no-repeat center;
*/    background-size: 100%;
}
.item__icon--bgn {
/*    background: url(https://www.pin-up561.com/asset/img/general/symbol-bgn.svg) no-repeat center;
*/    background-size: 100%;
}
.item__icon--mdl {
/*    background: url(https://www.pin-up561.com/asset/img/general/symbol-mdl.svg) no-repeat center;
*/    background-size: 100%;
}
.item__icon--pln {
/*    background: url(https://www.pin-up561.com/asset/img/general/symbol-pln.svg) no-repeat center;
*/    background-size: 100%;
}
.item__icon--uzs {
/*    background: url(https://www.pin-up561.com/asset/img/general/symbol-uzs.svg) no-repeat center;
*/    background-size: 100%;
}
.item__icon--inr {
/*    background: url(https://www.pin-up561.com/asset/img/general/symbol-inr.svg) no-repeat center;
*/    background-size: 78%;
}
.select--currency__list .select--currency--item__icon {
    margin-left: -5px;
}
.select--currency__item--active {
    background-color: #24bb9d;
}
.popup__header {
    display: block;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0%, #343434 100%);
    background: linear-gradient(to bottom, #424242 0%, #343434 100%);
    width: 100%;
    border-radius: 6px 6px 0 0;
    position: relative;
    padding: 0;
}
.popup__header-text {
    font-size: 1.25em;
    font-family: "pt_sansregular", sans-serif;
    white-space: nowrap;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
}
.popup__header--reg {
    line-height: 50px;
}
.popup__header-close {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
/*    background-image: url(https://www.pin-up561.com/asset/img/general/min-svg/cross.svg);
*/    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 44;
}
@media screen and (max-width: 575px) {
    .popup__header-close {
        height: 20px;
        width: 20px;
    }
}
@media screen and (max-width: 425px) {
    .popup__header-text--mob-br {
        font-size: 1em;
    }
}
.popup-input {
    border: 1px solid #afafaf;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 10px;
    color: #000;
    font-size: 1em;
    margin-bottom: 10px;
}
.popup-input::-webkit-input-placeholder {
    color: #afafaf;
}
.popup-input::-moz-placeholder {
    color: #afafaf;
}
.popup-input:-ms-input-placeholder,
.popup-input::-ms-input-placeholder {
    color: #afafaf;
}
.popup-input::placeholder {
    color: #afafaf;
}
.popup-input:focus {
    outline: 0;
    -webkit-box-shadow: inset 2px 2px 8px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 2px 2px 8px 2px rgba(0, 0, 0, 0.25);
}
.popup__nav {
    margin-bottom: 1em;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.popup__nav-list {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    font-size: 0;
}
.popup__nav-text {
    display: inline-block;
    position: relative;
    color: #a9a9a9;
}
.popup__nav-item {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    line-height: 2em;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0%, #343434 100%);
    background: linear-gradient(to bottom, #424242 0%, #343434 100%);
}
.popup__nav-item--active {
    background: -webkit-gradient(linear, left top, left bottom, from(#313131), to(#232222));
    background: -webkit-linear-gradient(top, #313131 0%, #232222 100%);
    background: linear-gradient(to bottom, #313131 0%, #232222 100%);
}
.popup__nav-item--active .popup__nav-text {
    color: #fff;
}
.popup__nav-item--active .popup__nav-text::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: -14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #24bb9d;
    border-radius: 50%;
}
.no__active__future__slider,
.no__active__last__slider {
    opacity: 0.3;
}
.no__active__future__slider .button {
    display: none;
}
.glide__slide {
    outline: 0;
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.winners-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.has-text-green {
    color: #24bb9d;
}
.button {
    color: #fff;
    font-size: 16px;
    padding: 0 12px;
    text-align: center;
    line-height: 35px;
    white-space: nowrap;
    border: 0;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    font-family: "pt_sansregular";
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    z-index: 4;
    display: inline-block;
}
.button a {
    color: #fff;
}
.button::-moz-selection {
    background-color: transparent;
}
.button::selection {
    background-color: transparent;
}
.burger:focus,
.burger__item:focus,
.button:focus {
    outline: 0;
}
.button::after {
    overflow: hidden;
}
.button_red {
    background: -webkit-gradient(linear, left top, left bottom, from(#de3c21), to(#b41b0f));
    background: -webkit-linear-gradient(top, #de3c21 0%, #b41b0f 100%);
    background: linear-gradient(to bottom, #de3c21 0%, #b41b0f 100%);
    border: 1px solid #bc2502;
}
.button_green {
    background: -webkit-gradient(linear, left top, left bottom, from(#50c5ac), color-stop(50%, #3fa18d), to(#2e7f70));
    background: -webkit-linear-gradient(top, #50c5ac 0%, #3fa18d 50%, #2e7f70 100%);
    background: linear-gradient(to bottom, #50c5ac 0%, #3fa18d 50%, #2e7f70 100%);
    border: 1px solid #55a399;
}
.button--disable,
.button_grey {
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#343434));
    background: -webkit-linear-gradient(top, #424242 0%, #343434 100%);
    background: linear-gradient(to bottom, #424242 0%, #343434 100%);
    border: 1px solid #787878;
}
.button--disable::after,
.button::after,
.button_grey::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: calc(50% - 16px);
/*    background-image: url(https://www.pin-up561.com/asset/img/general/arrow.png);
*/    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    width: 31px;
}
.button_grey::after {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}
.button--disable {
    cursor: default;
}
.button--disable::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-name: none !important;
    animation-name: none !important;
}
.button--animate::after {
    -webkit-animation-name: btnanimate;
    animation-name: btnanimate;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.burger {
    width: 36px;
    height: 36px;
    background-color: inherit;
    border: 2px solid #e03d22;
    border-radius: 3px;
    padding: 4px 2px;
    cursor: pointer;
    margin: 0 8px 0 0;
    z-index: 878889;
}
.burger_active .burger__item:first-child {
    -webkit-transform: translateY(2px) rotate(135deg);
    transform: translateY(2px) rotate(135deg);
}
.burger_active .burger__item:nth-child(2) {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
    display: none;
}
.burger_active .burger__item:last-child {
    -webkit-transform: translateY(-2px) rotate(45deg);
    transform: translateY(-2px) rotate(45deg);
}
.burger__item {
    display: block;
    background-color: #a9a9a9;
    height: 4px;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.burger__item:first-child {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.burger__item:nth-child(2) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.burger__item:last-child {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}
@media screen and (max-width: 768px) {
    .aside__nav-item--search {
        padding-right: 25px;
        background-size: 15px !important;
    }
    .aside__nav-item--form__close {
        display: none;
        width: 30px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
/*        background: url(https://www.pin-up561.com/asset/img/general/min-svg/cross.svg) no-repeat center;
*/        z-index: 200;
        background-size: 50%;
        border: 0;
    }
    .aside__nav-item--form__close:focus,
    .game-search__vendors.hidden .burger__vendors--line:focus {
        outline: 0;
    }
    .search-input-mob {
        -ms-flex-preferred-size: calc(50%);
        flex-basis: calc(50%);
        width: calc(50%);
        height: 35px;
        margin-bottom: 10px;
    }
    .search-input-mob .aside__nav-item--form {
        height: 45px;
        width: 100%;
    }
    .search-input-mob .aside__nav-item--form .aside__nav-item--search {
        width: 100%;
        line-height: 25px;
        height: 35px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 16px;
        background-size: 20px;
        background-position: 6px 50%;
        padding-left: 30px;
    }

    .footer__middle nav {
        display: none;
    }
}
@media screen and (max-width: 460px) {
    .aside__nav-item--search {
        font-size: 14px !important;
        padding: 2px 21px 2px 25px !important;
        text-overflow: ellipsis;
    }
}
.mobile__header.with-balance-dropdown {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    min-width: 123px;
    padding-left: 5px;
    font-size: 16px !important;
}
.mobile__header.with-balance-dropdown .dropdown-balance__list {
    right: -4px;
    top: 44px;
}
.mobile__header.with-balance-dropdown .dropdown-balance__list .dropdown-balance__list__item {
    padding-left: 40px;
}
.popup-tournament-finish-name .popup-alert__win .popup-alert__bold-word {
    font-weight: 400;
}
.popup-tournament-finish-name .popup-alert__green-word {
    color: #fff;
}
.popup-tournament-start-name .popup-alert__fund,
.popup-tournament-start-name .popup-alert__mark,
.popup-tournament-start-name .popup-alert__position,
.popup-tournament-start-name .popup-alert__position_congratulations,
.popup-tournament-start-name .popup-alert__section-name,
.popup-tournament-start-name .popup-alert__term,
.popup-tournament-start-name .popup-alert__win {
    display: none;
}
.popup-tournament-start-name .popup-alert__text-header {
    padding-bottom: 5px;
}
.popup-tournament-started-name .popup-alert__mark,
.popup-tournament-started-name .popup-alert__position,
.popup-tournament-started-name .popup-alert__position_congratulations,
.popup-tournament-started-name .popup-alert__section-name,
.popup-tournament-started-name .popup-alert__start,
.popup-tournament-started-name .popup-alert__win {
    display: none;
}
.popup-tournament-started-name .popup-alert__img-wrap {
    width: 25%;
}
.popup-tournament-started-name .popup-alert__text {
    width: 75%;
}
@media screen and (min-width: 980px) {
    article.faq {
        padding-left: 10px;
    }

}
@media only screen and (max-width: 576px) {
    .faq__content {
        padding-left: 0;
    }
}
.tournament-card .ny-one-tour-card {
    height: 100%;
    width: 100%;
/*    background: url(https://www.pin-up561.com/asset/img/general/banners/tournametns/ny-one/nyy-bawl.png), url(https://www.pin-up561.com/asset/img/general/banners/tournametns/ny-one/satan.png), url(https://www.pin-up561.com/asset/img/general/banners/tournametns/ny-one/snow-and-piper.png),
*//*    url(https://www.pin-up561.com/asset/img/general/banners/tournametns/ny-one/background-tournametns-ny.jpg);
*/    background-size: auto, 174px 234px, cover, cover;
    background-repeat: no-repeat;
    background-position: center, 20% 50%, 50% 7px, center;
}
@media screen and (max-width: 1024px) {
    .tournament-card .ny-one-tour-card {
/*        background: url(https://www.pin-up561.com/asset/img/general/banners/tournametns/ny-one/satan.png), url(https://www.pin-up561.com/asset/img/general/banners/tournametns/ny-one/snow-and-piper.png), url(https://www.pin-up561.com/asset/img/general/banners/tournametns/ny-one/background-tournametns-ny.jpg);
*/        background-size: 115px 152px, cover, cover;
        background-position: 30% 50%, 90% 7px, center;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 370px) {
    .tournament-card .ny-one-tour-card {
/*        background: url(https://www.pin-up561.com/asset/img/general/banners/tournametns/ny-one/snow-and-piper.png), url(https://www.pin-up561.com/asset/img/general/banners/tournametns/ny-one/background-tournametns-ny.jpg);
*/        background-size: cover, cover;
        background-position: 90% 7px, center;
        background-repeat: no-repeat;
    }
}
@media print {
    .page {
        padding: 0;
    }
    .header {
        display: none !important;
    }
    .article nav,
    .aside,
    .row {
        display: none;
    }
    .article * {
        color: #000 !important;
    }
    .article li {
        margin-left: 0 !important;
    }
    .article .lk-table__item {
        border: 1px solid #000;
    }
    .article .button,
    .footer {
        display: none;
    }
}

/*
article ol {
    padding-left: 0;
}

article ol {
  margin: 0;
  padding: 0;
  position: relative;
  counter-increment: num;
}
article ol::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -20px;
  text-align: center;
  content: counter(num);
}*/
