a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline
}

ol, ul {
    list-style: none
}
table {
    border-collapse: separate;
    border-spacing: 0
}
caption, table, td, th {
    vertical-align: middle
}
caption, td, th {
    text-align: left;
    font-weight: 400
}
a img {
    border: none
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

body, html {
    height: 100%
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #090a31;
}

.main__container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow-x: hidden
}

.main {
    min-height: 100%;
    flex: 1 0 auto;
    background: url(../images/bg-page.jpg) no-repeat 50% 0;
    background-size: cover;
}

.main,
.main_top {
    position: relative
}

.container {
    width: 1517px;
    margin: auto;
    position: relative
}

.header {
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    background-color: rgba(9, 10, 49, 0.3);
    position: relative;
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    min-height: 140px;
}

.header h1 {
    font-size: 60px;
    font-style: italic;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.logo {
    position: absolute;
    left: 36px;
    top: 8px;
    width: 300px;
}

.logo img {
    width: 100%;
}

.wheel {
    position: relative;
    padding: 38px 0 64px;
}

.smoke {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 2560px;
}

.smoke img {
    -webkit-animation: a 20s ease-in-out alternate infinite;
    animation: a 20s ease-in-out alternate infinite;
}

.wheel_block {
    max-width: 968px;
    width: 100%;
    margin: auto;
}

.wheel_block,
.wheel_img {
    position: relative;
}

.wheel_img {
    -webkit-filter: drop-shadow(0 4px 18px rgba(168, 255, 192, 0.34));
    filter: drop-shadow(0 4px 18px rgba(168, 255, 192, 0.34));
    border-radius: 50%;
    overflow: hidden;
    padding-bottom: 100%;
}

.wheel_img:before {
    content: '';
    position: absolute;
    left: 1%;
    top: 1%;
    bottom: 1%;
    right: 1%;
    border-radius: 50%;
    background-color: #5708ae;
}

.wheel_img img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.wheel_inside {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 95%;
    transform: translate(-50%, -50%);
}
.wheel_inside img {
    transition: all 3s ease;
    animation: 2s b ease-in-out infinite;
    border-radius: 50%;
}

.first .wheel_inside img {
    -webkit-animation: 3s c ease-in-out;
    animation: 3s c ease-in-out
}

.second .wheel_inside img {
    -webkit-animation: 3s d ease-in-out forwards;
    animation: 3s d ease-in-out forwards;
}

.wheel_light {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.wheel_arrow, .wheel_light {
    position: absolute;
    left: 50%
}

.wheel_arrow {
    top: 0;
    -webkit-transform: translate(-50%, -3%);
    transform: translate(-50%, -3%);
    width: 40%
}

.wheel_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 28%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}


.wheel_btn.btn-dis {
    pointer-events: none
}
.wheel_btn p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    padding: 13px 52px 21px;
    color: #0e4709;
    font-size: 40px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: -0.4px;
    text-shadow: 1px -1px 0 #ffffff;

}
.wheel_btn__img img {
    margin: auto
}
.wheel_text__block {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0
}

.wheel_text {
    position: absolute;
    top: 50%;
    text-transform: uppercase;
    background: url(../images/text_bg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    width: 770px;
    flex-shrink: 0;
    font-style: italic;
}

.wheel_text h3 {
    font-size: 45px;
    font-weight: 600;
}

.wheel_text-sm {
    font-size: 58px;
    font-weight: 700;
    display: block;
}

.wheel_text--left {
    padding: 50px 385px 60px 0;
    text-align: right;
    left: 0;
    -webkit-transform: translate(-55%, -50%);
    transform: translate(-55%, -50%)
}
.wheel_text--right {
    padding: 50px 0 60px 385px;
    right: 0;
    -webkit-transform: translate(55%, -50%);
    transform: translate(55%, -50%)
}
.item {
    position: absolute
}
.item img {
    -webkit-animation: e 3s ease-in-out infinite alternate;
    animation: e 3s ease-in-out infinite alternate
}

[class*="item-coin"] {
    /*pointer-events: none;*/
}

.item-coin1 {
    left: 0;
    top: 0;
    transform: translate(73%, -4%);
    width: 14%
}

.item-coin2 {
    left: 0;
    bottom: 0;
    transform: translate(-62%, -50%);
    width: 39%
}

.item-money1 {
    right: 0;
    top: 0;
    transform: translate(163%, -6%);
    width: 31%
}

.item-coin3 {
    right: 0;
    top: 0;
    transform: translate(204%, -5%);
    width: 19%
}

.item-coin4 {
    right: 0;
    bottom: 0;
    transform: translate(9%, -35%);
    width: 23%;
    z-index: 5;
}

.item-coin5 {
    left: 0;
    top: 0;
    transform: translate(-326%, 48%);
    width: 12%
}

.item-coin6 {
    right: 0;
    top: 0;
    transform: translate(-61%, -13%);
    width: 9%;
    opacity: .5;
}

.item-coin7 {
    right: 0;
    top: 0;
    transform: translate(65%, 400%);
    width: 9%;
    opacity: .9;
}

.item-money3 {
    right: 0;
    bottom: 0;
    -webkit-transform: translate(-8%, -81%);
    transform: translate(-8%, -81%);
    width: 22%
}

.try_block {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 3px 0 rgba(0, 0, 0, .5);
    -webkit-transform: translate(141%, -32%);
    transform: translate(141%, -32%)
}
.try_block p {
    text-shadow: 0 2px 8px #001a32;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
}

.try_block .bold {
    font-weight: 700;
}

.try_count {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 78px;
    font-style: italic;
    line-height: 1;
    margin: 0 auto 24px;
    border-radius: 50%;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.25);
    background-color: #3f39b2;
}

.main_bottom {
    position: relative;
}

.steps__container {
    padding: 50px 0 58px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.step {
    text-align: center;
    width: 22%;
}

.step_icon {
    width: 190px;
    height: 190px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #373290;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.step_title {
    color: #fff;
    font-size: 22px;
    line-height: 1.15;
    padding: 8px 0 21px;
}

.step_title-txt {
    font-weight: 400;
    color: #abb7e0;
    display: block;
}

.payments {
    background-color: rgba(255,255,255, .05);
    border: solid rgba(255,255,255, .1);
    border-width: 1px 0;
}

.payments__container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.payment_box {
    margin: 0 2.1vw;
}
.payment_box:first-child {
    margin-left: 0
}
.payment_box:last-child {
    margin-right: 0
}

.pop_item {
    position: absolute
}

.pop_item-dice1 {
    left: 0;
    bottom: 0;
    transform: translate(-16%, -33%);
    width: 30%;
    z-index: 5;
}

.pop_item-dice-2 {
    right: 0;
    bottom: 0;
    -webkit-transform: translate(26%, 59%);
    transform: translate(26%, 59%);
    width: 30%
}

.pop_item-money1 {
    right: 0;
    top: 0;
    transform: translate(-24%, -60%);
    width: 14%;
    z-index: 3;
}

.pop_up {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    transition: all .3s ease;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    padding: 13px;

    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.pop_up__box--form .pop_up__img {
    max-width: 45.2%;
    flex: 0 0 45.2%;
}

.pop_up__img {
    flex: 0 0 48.168%;
    max-width: 48.168%;
    position: relative;
}

.pop_up__img img {
    position: absolute;
    left: 0;
    max-width: 100%;
}

.pop_up__box--form .pop_up__img img {
    top: 50%;
    transform: translateY(-50%) translateY(-5px);
}

.pop_up__box--spin .pop_up__img img {
    bottom: 0;
}

.pop_up.pop_up__open {
    opacity: 1;
    visibility: visible
}

.pop_up__block {
    width: 100%;
    max-width: 700px;
    position: relative
}

.pop_up__box {
    color: #fff;
    position: relative;
    padding-right: 50px;
    background: linear-gradient(180deg, #0F113E 0%, #090A34 100%);
    box-shadow: 0 10px 40px rgba(196, 149, 255, 0.3);
    border-radius: 16px;
    font-weight: 400;
    display: none;
}

.pop_up__box a {
    color: #7d77e9;
}

.pop_up__box--form .pop_up__col {
    padding-top: 40px;
}

.pop_up__col {
    padding-top: 45px;
    padding-bottom: 70px;
}

.pop_up__box.active {
    display: flex;
}

.pop_up__box h4 {
    text-shadow: 0 4px 1px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
}

.pop_up__box--form h4 {
    margin-bottom: 21px;
}

.pop_up__box h3 {
    font-size: 48px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .5);
    line-height: 56px;
    margin: 0 auto 25px;
    width: 90%
}

.violet {
    color: #7d77e9;
}

.pop_btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 23px;
    font-weight: 700;
    padding: 5px;
    transition: all .2s ease-in-out;
    border: 0;
    border-radius: 48px;
    background-image: linear-gradient(180deg, #cb41a2 0%, #d34784 100%);
}

.pop_up__box--spin .pop_btn {
    max-width: 253px;
}

.pop_btn:hover {
    -webkit-filter: brightness(1.15);
    filter: brightness(1.15);
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.pop_up__txt {
    text-shadow: 0 4px 1px rgba(0, 0, 0, 0.25);
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 31px;
}

.pop_up__box--spin .pop_up__txt {
    margin-top: 24px;
    margin-bottom: 55px;
}

.pop_up__txt-alt {
    font-weight: 400;
    display: block;
    color: #abb7e0;
    margin-bottom: 7px;
}

.pop_up__txt-sm {
    color: #b6c5c7;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 24px;
}

.pop__note {
    color: #abb7e0;
    font-size: 14px;
    line-height: 21px;
    margin: 23px 0 21px;
}

.form_box {
    margin-bottom: 19px;
    position: relative
}

.form_box .error {
    width: 100%;
    margin-top: 10px;
    color: #d13f19;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}

.form_box label {
    color: #58617E;
    display: inline-flex;
    margin-bottom: 4px;
}

.form_box input {
    width: 100%;
    color: #999;
    font-size: 18px;
    font-weight: 400;
    height: 40px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255, .2);
    background-color: transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    padding: 0;
}
.form_box input::-webkit-input-placeholder {
    opacity: .35;
    color: #abb7e0;
}

.form_box input::-moz-placeholder {
    opacity: .35;
    color: #abb7e0;
}
.form_box input:-ms-input-placeholder {
    opacity: .35;
    color: #abb7e0;
}
.form_box input:-moz-placeholder {
    opacity: .35;
    color: #abb7e0;
}

.form_box.form_box_c {
    margin-top: 11.09375vh;
}

.form_box .form_box__radio input[type=radio] {
    background: none;
    width: auto;
    height: auto;
    border: none;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    z-index: -10
}
.form_box .form_box__radio input[type=radio]:checked ~ .label_radio:before {
    opacity: 1
}
.form_box.form_box_c input[type=checkbox] {
    background: none;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    cursor: pointer;
    width: 19px;
    height: 19px;
    position: absolute;
    visibility: hidden;
}

.form_box.form_box_c a:hover {
    text-decoration: underline
}

.form_box_checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.form_box_checkbox a {
    color: #51a95b;
    font-weight: 600;
}

.label_checkbox_text {
    text-align: left;
    color: #b6c5c7;
    cursor: pointer;
    margin-right: 5px;
    font-weight: 400;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.label_checkbox_text__wrap {
    flex-grow: 1;
}

input[type=checkbox] + .label_checkbox_text:before {
    content: '';
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid rgba(255,255,255, .2);
    margin-right: 9px;
    transition-duration: .27s;
    transform: translate3d(0,0,0);
}

input[type=checkbox]:checked + .label_checkbox_text:before {
    box-shadow: inset 0 0 0 4px #0b0c37;
    background-color: #7d77e9;
}

#password {
    padding-right: 40px
}

.label_img,
.label_pass {
    position: absolute;
    top: 50%;
    width: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.label_img {
    left: 21px
}

.pop_up__box--form .pop_btn {
    margin-top: 28px;
    max-width: 330px;
}

.bottom-text {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    font-size: 12px;
    color: rgba(171,183,224, .6);
    font-weight: 400;
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .payment_box {
        width: 8%
    }
}

@media (max-width: 1920px) {
    .container {
        width: 1137px
    }

    .header__container {
        min-height: 113px;
        padding-bottom: 10px;
    }

    .header h1 {
        font-size: 50px
    }

    .logo {
        width: 246px
    }

    .wheel {
        padding: 27px 0 100px
    }

    .wheel_block {
        max-width: 720px
    }

    .wheel_text {
        width: 577px
    }

    .wheel_text h3 {
        font-size: 35px
    }

    .wheel_text-sm {
        font-size: 48px
    }

    .wheel_text--left {
        padding: 35px 290px 45px 0
    }

    .wheel_text--right {
        padding: 35px 0 45px 290px
    }

    .item-badge {
        width: 17%
    }

    .wheel_btn {
        width: 28%
    }

    .wheel_btn p {
        padding: 9px 35px 12px;
        font-size: 36px
    }

    .try_count {
        width: 100px;
        height: 100px;
        font-size: 70px
    }

    .try_block {
        transform: translate(152%, -5%);
    }

    .try_block p {
        font-size: 22px
    }

    .steps__container {
        padding: 28px 0 48px
    }

    .step_icon {
        width: 150px;
        height: 150px
    }

    .step_icon img {
        max-width: 55%;
        max-height: 55%
    }

    .step_title {
        font-size: 18px;
        padding: 2px 0 15px;
    }

    .payments__container {
        padding-top: 20px;
        padding-bottom: 20px;
        width: auto;
        max-width: 1400px;
    }

    .copy {
        padding: 30px 0 35px
    }

    .copy p {
        font-size: 12px
    }

    .pop_up__box--spin {
        max-width: 638px;
    }

    .pop_up__box--form {
        max-width: 685px;
    }

    .pop_up__box {
        padding-right: 28px;
    }

    .pop_up__col {
        padding-top: 52px;
        padding-bottom: 37px;
    }

    .pop_up__box h4 {
        font-size: 28px;
    }

    .pop_up__txt {
        font-size: 22px;
    }

    .pop_up__box--spin .pop_up__txt {
        margin-top: 12px;
        margin-bottom: 57px;
    }

    .form_box input {
        height: 34px;
        font-size: 16px;
    }

    .label_pass {
        right: 10px;
        width: 20px
    }
}

@media (max-width: 1920px) and (max-height: 750px) {
    .pop_up {
        display: block
    }

    .pop_up__block {
        margin: 50px auto
    }
}

@media (max-width: 1440px) {
    .container {
        width: 700px
    }

    .logo {
        width: 200px;
    }

    .wheel_block {
        max-width: 64.356vw;
    }

    .wheel {
        padding-top: 32px;
        padding-bottom: 136px;
    }

    .wheel_text {
        width: 415px
    }

    .wheel_text h3 {
        font-size: 21px
    }

    .wheel_text-sm {
        font-size: 36px
    }

    .wheel_text--left {
        padding: 25px 205px 34px 0
    }

    .wheel_text--right {
        padding: 25px 0 34px 205px
    }

    .item-coin1 {
        width: 48%
    }

    .item-badge {
        width: 16%
    }

    .wheel_btn {
        width: 28%
    }

    .wheel_btn p {
        padding: 8px 30px 10px;
        font-size: 26px
    }

    .try_count {
        width: 79px;
        height: 79px;
        font-size: 40px;
        margin: 0 auto 7px
    }

    .try_block {
        text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
        -webkit-transform: translate(141%, -20%);
        transform: translate(141%, -20%)
    }

    .try_block p {
        font-size: 19px
    }

    .smoke {
        width: 1920px
    }

    .steps__container {
        padding: 25px 0 30px
    }

    .step_icon {
        width: 120px;
        height: 120px;
        border: 1px solid #000;
        margin: 0 auto 10px
    }

    .step_icon img {
        max-width: 48%;
        max-height: 48%
    }

    .step_title {
        font-size: 14px;
        padding: 9px 0 11px
    }

    .payments__container {
        padding-top: 20px;
        padding-bottom: 23px;
    }

    .pop_up {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .pop_up__block {
        max-width: 600px;
        margin: 0
    }

    .pop_up__box {
        padding-top: 25px;
    }

    .pop_up__col {
        padding-top: 25px;
        padding-bottom: 30px;
    }

    .label_pass {
        right: 10px;
        width: 12px
    }
}

@media (max-width: 1000px) {
    .container {
        width: 480px
    }

    .header h1 {
        font-size: 23px
    }

    .wheel_text__block {
        width: 120%;
        height: auto;
        -webkit-transform: translate(-50%, 90%);
        transform: translate(-50%, 90%);
        left: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: url(../images/text_bg.png) no-repeat;
        background-size: 100% 100%
    }

    .wheel_text {
        width: 50%;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        background: none;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .wheel_text h3 {
        font-size: 19px
    }

    .wheel_text-sm {
        font-size: 32px
    }

    .wheel_text--left {
        padding: 38px 60px 34px 0
    }

    .wheel_text--right {
        padding: 38px 0 34px 60px
    }

    .item-coin1 {
        transform: translate(-17%, -65%);
        width: 16%;
    }

    .item-coin2 {
        width: 14%;
        transform: translate(-104%, -190%);
    }

    .item-coin3 {
        width: 7.5%;
        transform: translate(-196%, -115%);
        opacity: .45;
    }

    .item-coin4 {
        width: 27%;
        transform: translate(15%, -18%);
        z-index: 5;
    }

    .item-coin6 {
        display: none;
    }

    .wheel_btn {
        width: 28%
    }

    .wheel_btn p {
        padding: 8px 30px 10px;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
        font-size: 25px
    }

    .try_block {
        right: 50%;
        -webkit-transform: translate(50%, 62%);
        transform: translate(50%, 62%)
    }

    .try_block p {
        font-size: 16px
    }

    .smoke {
        width: 1440px
    }

    .steps__container {
        padding: 20px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .step {
        width: 49%;
        margin-bottom: 20px
    }

    .step_title {
        font-size: 17px;
        padding: 10px 0 12px
    }

    .payments__container {
        padding-top: 43px;
        padding-bottom: 30px;
        flex-wrap: wrap;
        justify-content: center
    }

    .payment_box {
        max-width: 15%;
        height: 16px;
        display: flex;
        align-items: center;
        margin-bottom: 10px
    }

    .payment_box img {
        max-height: 100%
    }

    .pop_up {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .pop_up__box {
        padding-top: 20px;
    }

    .pop_up__col {
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .pop_up__txt {
        font-size: 21px;
    }
}

@media (max-width: 1000px) and (max-height: 500px) {
    .pop_up {
        display: block
    }

    .pop_up__block {
        margin: 40px auto
    }
}

@media (max-width: 767px) {
    .header__container {
        flex-direction: column;
        justify-content: flex-start;
        min-height: 96px;
    }

    .logo {
        position: static;
        margin-bottom: 9px;
    }

    .wheel_block {
        max-width: none;
    }

    .pop_up__block {
        width: auto;
    }

    .pop_up__img {
        display: none;
    }

    .pop_item-dice1 {
        transform: translate(-52%, 35%);
    }

    .pop_up__box.active {
        display: block;
    }

    .pop_up__box {
        padding-top: 20px;
        padding-left: 17px;
        padding-right: 17px;
    }

    .pop_up__box h4,
    .pop_up__box--spin {
        text-align: center;
    }

    .pop_up__box--spin .pop_btn {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 500px) {
    .main {
        background-size: auto 82%;
    }

    .container {
        width: 340px
    }

    .logo {
        width: 120px;
    }

    .logo img {
        -webkit-filter: drop-shadow(0 1px 0 #000);
        filter: drop-shadow(0 1px 0 #000)
    }

    .wheel_block {
        max-width: 91vw;
    }

    .wheel_img {
        -webkit-filter: drop-shadow(0 4px 10px rgba(168, 255, 192, 0.34));
        filter: drop-shadow(0 4px 10px rgba(168, 255, 192, 0.34));
    }

    .wheel_text__block {
        width: 120%;
        transform: translate(-50%, 98%);
    }

    .wheel_text h3 {
        font-size: 16px
    }

    .wheel_text-sm {
        font-size: 22px
    }

    .wheel_text {
        padding-top: 32px;
        padding-bottom: 30px;
        letter-spacing: 2.72px;
    }

    .wheel_text--left {
        padding-right: 68px;
    }

    .wheel_text--right {
        padding-left: 68px;
    }

    .item-coin2,
    .item-coin1,
    .item-coin3,
    .item-coin4 {
        /*display: none;*/
    }

    .wheel_btn {
        width: 29%
    }

    .wheel_btn p {
        padding: 5px 20px 7px;
        font-size: 20px;
    }

    .try_count {
        width: 63px;
        height: 63px;
        font-size: 38px;
        margin: 0 auto 9px
    }

    .try_block {
        right: 50%;
        transform: translate(50%, 67%)
    }

    .try_block p {
        font-size: 14px;
        margin-bottom: 0
    }

    .smoke {
        width: 1100px
    }

    .steps__container {
        padding: 15px 0;
    }

    .step {
        margin-bottom: 17px
    }

    .step_icon {
        width: 98px;
        height: 98px;
        margin-bottom: 5px
    }

    .step_title {
        font-size: 15px;
        padding: 7px 0 10px
    }

    .payments__container {
        padding-bottom: 16px;
        position: relative;
    }

    .payment_box {
        max-width: 33.333%;
        flex: 0 0 33.333%;
        height: 30px;
        padding: 0 4px;
        margin: 0 0 23px
    }

    .payment_box img {
        margin-left: auto;
        margin-right: auto;
    }

    .pop_up {
        display: flex
    }

    .pop_up__box--form .pop_up__col {
        padding-top: 1.5625vh;
    }

    .pop_up__col {
        padding-bottom: 6.25vh;
    }

    .pop_up__box h4 {
        font-size: 22px;
    }

    .pop_up__txt {
        text-align: center;
    }

    .pop_item-dice1,
    .pop_item-money1 {
        display: none;
    }

    .pop_item-dice-2 {
        transform: translate(-265%, 44%);
    }

    .pop__note br {
        display: none;
    }

    #password {
        padding-right: 23px
    }

    input[type=checkbox] + .label_checkbox_text:after {
        top: 8px;
    }

    .label_radio {
        width: 18px;
        height: 18px
    }

    .label_radio_text {
        font-size: 21px
    }
}

@media (max-width: 500px) and (max-height: 812px) {
    .form_box.form_box_c {
        margin-top: 5vh;
    }

    .pop_up__col {
        padding-bottom: 4vh;
    }

    .pop_btn {
        height: 50px;
        font-size: 21px;
    }

    .pop_up__txt {
        margin-bottom: 3.2vh;
    }
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(10%);
        transform: translateX(10%)
    }
}

@keyframes a {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(10%);
        transform: translateX(10%)
    }
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }
    50% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }
}

@keyframes b {
    0% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }
    50% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }
}

@-webkit-keyframes c {
    to {
        -webkit-transform: rotate(3turn);
        transform: rotate(3turn)
    }
}

@keyframes c {
    to {
        -webkit-transform: rotate(3turn);
        transform: rotate(3turn)
    }
}

@-webkit-keyframes d {
    to {
        -webkit-transform: rotate(1170deg);
        transform: rotate(1170deg)
    }
}

@keyframes d {
    to {
        -webkit-transform: rotate(1170deg);
        transform: rotate(1170deg)
    }
}

@-webkit-keyframes e {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
}

@keyframes e {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
}
