.button2 {
    margin-top: 10px;
    display: inline-block;
    padding-top: 2px;
    box-sizing: border-box;
    line-height: 68px;
    background: url("../ruletka_files/sprite-button.png") 0 0;
    width: 311px;
    height: 70px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 31px;
    font-weight: 900;
    color: #270000;
    border: 0;
    box-shadow: 0 5px 10px rgba(40, 0, 0, 1);
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.button2:hover {
    background-position: 0 73px;
}

.button2:active {
    background-position: 0 146px
}

@media (max-width: 530px) {
    .button2 {
        width: 270px;
    }
}

.wheel {
    position: relative;
    width: 550px;
    height: 550px;
}

@media (max-width: 767px) {
    .wheel {
        width: 320px;
        height: 320px
    }
}

.wheel__spinner {
    width: 100%;
    max-width: 550px;
    border-radius: 50%;
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.5)
}

.wheel__frame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url("../ruletka_files/sector-frame.png") 50% 0 no-repeat;
    width: 107px;
    height: 288px;
    -ms-transform-origin: 50% 275px;
    transform-origin: 50% 275px;
    background-size: auto 100%;
}

@media (max-width: 767px) {
    .wheel__frame {
        -ms-transform-origin: 50% 160px;
        transform-origin: 50% 160px;
        background-size: auto 100%;
        height: 170px;
        width: 63px
    }
}

.wheel__frame_bg {
    background-image: url("../ruletka_files/sector-frame-inner.png");
    mix-blend-mode: overlay
}

.wheel__button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 6px 0 0 0;
    margin: auto;
    width: 170px;
    height: 170px;
    background: url("../ruletka_files/sprite-circle-button.png") 50% 0 no-repeat;
    border-radius: 50%;
    font-family: 'Roboto', sans-serif;
    font-size: 39px;
    font-weight: 900;
    color: #270000;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    box-shadow: 0 9px 18px rgba(78, 0, 0, 0.85);
    text-shadow: 0 1px 0 #ffe600;
    outline: none;
}

.wheel__button:hover {
    background-position: 0 -170px;
}

@media (max-width: 767px) {
    .wheel__button:hover {
        background-position: 0 -100px
    }
}

.wheel__button:active {
    background-position: 0 -340px;
}

@media (max-width: 767px) {
    .wheel__button:active {
        background-position: 0 -200px
    }
}

.wheel__button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 65px 3px #ff8400, 0 0 65px 3px #ff8400;
    animation: 1.2s blink step-end infinite
}

.wheel__button[disabled]:after {
    display: none
}

@media (max-width: 767px) {
    .wheel__button {
        font-size: 26px;
        letter-spacing: -.01em;
        width: 100px;
        height: 100px;
        background-size: 100% auto
    }
}

.achievements_hidden {
    display: none
}

.achievements__item {
    margin-bottom: 20px;
    width: 215px;
    text-align: left;
    font-size: 20px;
}

@media (max-width: 969px) {
    .achievements__item {
        width: 162px
    }
}

@media (max-width: 767px) {
    .achievements__item {
        width: 155px;
        font-size: 15px
    }
}

.achievements__item_animated {
    animation: .25s pop-in forwards
}

.counter {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .counter {
        position: relative;
        font-size: 12px;
        line-height: 15px;
        max-width: 85px;
        text-align: left
    }
}

.counter__value {
    font-size: 35px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .counter__value {
        position: absolute;
        right: -20px;
        top: -3px;
        line-height: 1
    }
}

@keyframes blink {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes pop-in {
    0% {
        transform: scale(.4)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

.fewmodal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.6)
}

.fewmodal__body {
    display: none;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.fewmodal__content {
    position: relative;
    margin: auto;
}

.fewmodal__close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.popup {
    position: relative;
    background: url("../ruletka_files/popup-bg.png") no-repeat center;
    width: 583px;
    height: 583px;
    color: #fff;
    z-index: 1;
}

#level-2 .popup:before {
    content: "";
    background: url("../ruletka_files/chips.png")no-repeat center;
    width: 754px;
    height: 625px;
    position: absolute;
    left: -75px;
    top: -60px;
    z-index: -1;
}

#level-1 .popup:before {
    content: "";
    background: url("../ruletka_files/chips.png")no-repeat center;
    width: 754px;
    height: 625px;
    position: absolute;
    left: -75px;
    top: -60px;
    z-index: -1;
}

.bonus20 {
    margin: 10px auto;
}

.bonus20-mob {
    display: none;
}

@media (max-width: 767px) {
    .popup:before {
        display: none;
    }
}

@media (max-width: 530px) {
    .popup {
        background: url("../ruletka_files/popup-bg-mob.png")no-repeat center;
        width: 403px;
        height: 583px;
    }
    .bonus20 {
        display: none;
    }
    .bonus20-mob {
        display: block;
        margin: 10px auto;
    }
}

.popup__footer {
    margin-top: 10px
}

.popup__logo {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 128px
}

.popup__title {
    padding-top: 90px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 34px;
    font-family: GothamPro-Black, sans-serif;
}

.popup__text {
    font-size: 24px;
    font-family: GothamPro-Bold, sans-serif;
}

.popup__text-yellow {
    color: #ffe0a1;
    font-weight: normal;
    padding: 5px 0;
    font-family: GothamPro-Medium, sans-serif;
    font-size: 20px;
}

@media screen and (max-width: 530px){
    .popup__title {
        font-size: 30px;
    }
    .popup__text {
        font-size: 20px;
    }
}

.popup__accent {
    font-size: 25px;
    font-weight: 900;
    color: #00fcff
}

.popup__3k-rub {
    margin: 10px auto;
    max-width: 225px;
    vertical-align: top
}

.popup__200-spin {
    margin: 5px;
}

.popup__200-spin:after {
    content: 'спинов';
    display: block;
    font-size: 20px;
    font-weight: bold
}

.popup__form {
    margin: 0 auto 15px;
    width: 100%;
    max-width: 300px
}

.popup__input {
    font-family: GothamPro-Medium, sans-serif;
    display: inline-block;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 0 15px;
    height: 44px;
    width: 266px;
    border-radius: 10px;
    border: 1px solid #ffa455;
    background-color: transparent;
    color: #b4743c;
    font-size: 16px;
    outline: none;
}

input[type="email"]::-webkit-input-placeholder,
input[type="email"]::-moz-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="email"]:-moz-placeholder
{
    font-size: 17px;
    color: #b4743c;
}

.popup__error {
    margin-bottom: .5em;
    color: #d13f19
}

.popup__site-link {
    font-family: GothamPro-Medium, sans-serif;
    color: #ffca4c;
    font-size: 16px;
}

.popup__line {
    display: block;
    margin: 10px auto;
    border: 0;
    background: url("../ruletka_files/popup_separator_line.png") no-repeat center;
    width: 245px;
    height: 36px;
}

.popup__text-level-2 {
    font-size: 18px;
    font-family: GothamPro-Medium, sans-serif;
    padding: 5px 0;
}

@media screen and (max-width: 530px) {
    .popup__text-level-2 {
        width: 300px;
        display: inline-block;
    }
}

.popup__achievements {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px auto;
}

.popup__achievement {
    max-width: 172px;
}

.popup__achievement + .popup__achievement {
    margin-left: 12px
}

@media (max-width: 767px) {
    .popup__achievement {
        max-width: 148px
    }

    .popup__achievement + .popup__achievement {
        margin-left: 4px
    }
}

html {
    height: auto;
    min-height: 100%
}

.page {
    padding: 15px 0;
    background: url("../img/bg.jpg") no-repeat center;
    font-family: 'GothamPro-Medium', sans-serif;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 969px) {
    .page {
        padding: 15px 15px;
        overflow-x: hidden
    }
}

@media (max-width: 767px) {
    .page {
        padding: 15px 0
    }
}

.page__wrap {
    position: relative;
    max-width: 1000px;
    margin: auto;
}

@media (max-width: 969px) {
    .page__wrap {
        max-width: 768px
    }
}

@media (max-width: 767px) {
    .page__wrap {
        max-width: 320px;
        padding-top: 90px
    }
}

@media (max-width: 767px) {
    .page__logo {
        position: absolute;
        right: 0px;
        top: 0
    }
}

.page__title {
    position: absolute;
    right: 0;
    top: 40px;
}

@media (max-width: 1200px) {
    .page__title {
        top: 70px;
    }
}

@media (max-width: 767px) {
    .page__title {
        top: 510px;
        text-align: center;
        left: 0;
        right: 0
    }
}

.page__counter {
    position: absolute;
    left: 0;
    top: 40px;
}

@media (max-width: 767px) {
    .page__counter {
        top: 0;
        left: 0px
    }
}

.page__achievements {
    position: absolute;
    left: 0;
    top: 90px;
}

@media (max-width: 767px) {
    .page__achievements {
        top: 90px;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
}

.page__wheel {
    margin: 0 auto 60px;
}

@media (max-width: 767px) {
    .page__wheel {
        margin: 80px auto 160px
    }
}

.page__payments {
    margin: 0 auto;
    background: url("../img/payments-1row.png") 50% 0 no-repeat;
    width: 100%;
    max-width: 711px;
    height: 40px;
}

@media (max-width: 767px) {
    .page__payments {
        background: url("../img/payments-2row.png") 50% 0 no-repeat;
        max-width: 203px;
        height: 58px
    }
}

.page__strawberry {
    position: absolute;
    left: 140px;
    bottom: 10px;
    background: url("./ruletka_files/klub.png") 0 0 no-repeat;
    width: 144px;
    height: 298px;
}

@media (max-width: 969px) {
    .page__strawberry {
        left: -40px
    }
}

@media (max-width: 767px) {
    .page__strawberry {
        display: none
    }
}

.page__monkey {
    position: absolute;
    right: 80px;
    bottom: 50px;
    background: url("https://spin777land.com/vulkanfortune/img/monkey.png") 0 0 no-repeat;
    width: 273px;
    height: 258px;
}

@media (max-width: 969px) {
    .page__monkey {
        right: -50px
    }
}

@media (max-width: 767px) {
    .page__monkey {
        display: none
    }
}

.page__sound-control {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 65px;
    height: 62px;
    background: url("../img/sprite-sound-icon.png") 0 0 no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    opacity: .8;
}

.page__sound-control:hover {
    opacity: 1
}

@media (max-width: 767px) {
    .page__sound-control {
        display: none
    }
}

.page__sound-control_off {
    background-position: 0 -61px
}

.fewmodal {
    background-color: rgba(0, 0, 18, 0.8)
}

/*.coins {*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*display: none;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-image: url("../img/chips.png");*/
    /*background-position: 50% 50%;*/
    /*background-repeat: no-repeat*/
/*}*/

/*.coins_animated {*/
    /*display: block;*/
    /*animation: .2s coins ease-in-out forwards*/
/*}*/

/*@keyframes coins {*/
    /*0% {*/
        /*transform: scale(.4)*/
    /*}*/
    /*100% {*/
        /*transform: scale(1)*/
    /*}*/
/*}*/