
.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center !important;
    margin: 15px;
    line-height: 25px;
    font-weight: 700
}

.order_block {
    text-align: center !important
}

.order_block img {
    width: 20%
}

.order_block h3 {
    font: 700 18px Arial !important;
    background: 0 0
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0% 0%;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium;
    cursor: pointer;
    outline: medium
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0% 0%;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

.pop-up-window::before {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px)
    }
    30% {
        transform: translateY(100px)
    }
    100% {
        transform: translateY(0px)
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important
}


.order_form {
    padding: 20px 20px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    font-family: sans-serif
}

.radio[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.radio[type=radio]:not(:checked) label {
    position: relative;
    padding-left: 23px;
    cursor: pointer
}

.radio[type=radio]:not(:checked) label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .5s;
    transition: all .5s
}

.radio[type=radio]:not(:checked) label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 5px;
    width: 7px;
    height: 7px;
    background: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.radio[type=radio]:not(:checked) label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.radio[type=radio]:disabled:not(:checked) label:before {
    border-color: #bbb;
    background-color: #ddd
}

.radio[type=radio]:not(:checked):focus label:before {
    border-color: #919191
}

.checkbox[type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

.checkbox[type=checkbox]:not(:checked) label {
    position: relative;
    padding-left: 23px;
    cursor: pointer
}

.checkbox[type=checkbox]:not(:checked) label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #b2b2b2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.checkbox[type=checkbox]:not(:checked) label:after {
    content: 'вњ”';
    color: #fd3a13;
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    font-size: 17px;
    line-height: 12px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

.checkbox[type=checkbox]:not(:checked) label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.checkbox[type=checkbox]:disabled:not(:checked) label:before {
    border-color: #bbb;
    background-color: #ddd
}

.checkbox[type=checkbox]:not(:checked):focus label:before {
    border-color: #919191
}

.radio-tp-2[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

.radio-tp-2[type=radio]:not(:checked) label {
    display: block;
    position: relative;
    padding-left: 23px;
    cursor: pointer
}

.radio-tp-2[type=radio]:not(:checked) label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .5s;
    transition: all .5s
}

.radio-tp-2[type=radio]:not(:checked) label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.radio-tp-2[type=radio]:not(:checked) label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.radio-tp-2[type=radio]:disabled:not(:checked) label:before {
    border-color: #bbb;
    background-color: #ddd
}

.radio-tp-2[type=radio]:not(:checked):focus label:before {
    border-color: #919191
}


.order_block,
.order_block * {
    box-sizing: border-box;
    transition: .2s;
    font-family: sans-serif !important
}

.order_block {
    max-width: 650px;
    padding: 20px;
    width: 100%;
    margin: auto;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .12);
    border: 3px dashed #eaeaea;
    border-radius: 0
}

.order_block .order_offer {
    text-align: center
}

.order_block .order_offer img {
    max-width: 100%;
    width: auto
}

.order_pre_form {
    padding: 20px 20px 0
}

.order_form_row {
    margin-bottom: 10px;
    text-align: left
}

.order_form {
    width: 100%;
    max-width: 500px;
    padding: 0 20px 20px
}

.order_header {
    margin: 12px 0 !important;
    padding: 0 !important;
    font-size: 18px
}

.order_form .order_form_row input {
    width: 100% !important;
    padding: 14px;
    border: 2px solid #eaeaea;
    font-size: 15px;
    border-radius: 3px;
    box-shadow: none !important;
    margin: 0 !important
}

.order_form .order_form_row label {
    font-size: 13px;
    text-align: left;
    font-weight: 700
}

.order_form .order_form_row input:active,
.order_form .order_form_row input:focus {
    outline: none;
    border: 2px solid #cecece
}

.order_form .order_form_button {
    box-shadow: 0 1px 0 0 #f5978e inset;
    background: #f24537;
    border-radius: 3px;
    border: 1px solid #d02718;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    padding: 16px 0;
    font-weight: 700;
    font-size: 16px;
    margin-top: 5px;
    text-decoration: none;
    letter-spacing: .6px;
    text-shadow: 0 1px 0 #810e05
}

.order_form .order_form_button:hover {
    background: #c62d1f
}

.order_form .order_form_button:active {
    position: relative;
    top: 1px
}

.order_timer_block {
    line-height: 1;
    font-weight: 700
}

.order_timer_block p {
    font-size: 18px;
    margin: 10px 0 !important;
    padding: 0 !important
}

.order_timer_block .order_timer {
    font-size: 21px
}

.time_remains {
    color: red
}

._yb_1m38m :focus:not(:focus-visible) {
    outline: 0
}

.ybar-theme-dark ._yb_1m38m :focus:not(:focus-visible) {
    outline: 0
}

._yb_1bumn:focus-visible,
._yb_1eoaz ._yb_1jw5r:focus-visible {
    outline: 4px solid rgb(96 1 210/50%);
    outline: var(--yb-outline)
}

._yb_17k3v:focus-visible {
    outline: 4px solid rgb(96 1 210/50%);
    outline: var(--yb-outline);
    border-radius: 4px
}

._yb_1qw8o ._yb_zqu6u:focus-visible {
    outline: 4px solid rgb(96 1 210/50%);
    outline: var(--yb-outline);
    outline-offset: 11px;
    border-radius: 4px
}

._yb_1eoaz ._yb_dvtu2 ._yb_3tq04:focus-visible,
._yb_1eoaz ._yb_1nf52:focus-visible {
    outline: 4px solid rgb(96 1 210/50%);
    outline: var(--yb-outline);
    border-radius: 4px
}

._yb_1eoaz ._yb_1ozxu:focus-visible {
    outline-offset: 4px;
    border-radius: 1px
}

:root {
    --frame-width: 280px;
    --frame-width-landscape: 403px;
    --frame-width-uh3: 311px
}

.ybar-ytheme-crunch ._yb_romkd:valid~._yb_1bzx5 button._yb_3ak1p:focus-visible {
    top: 8px
}

.ybar-ytheme-crunch ._yb_3ak1p._yb_1qxxp:focus-visible {
    border-radius: 100px;
    height: 24px;
    width: 24px;
    outline: 4px solid rgb(96 1 210/50%);
    outline: var(--yb-outline)
}

.ybar-ytheme-crunch ._yb_1mu0y:focus-visible {
    outline: 4px solid rgb(96 1 210/50%);
    outline: var(--yb-outline)
}

.ybar-ytheme-crunch .typing ._yb_1mfas:focus-visible {
    outline: 0
}

._yb_17ekd a._yb_1bimw:focus-visible,
._yb_17ekd a._yb_1bimw._yb_1qhog:focus-visible,
._yb_17ekd button._yb_1bimw:focus-visible {
    color: #6001d2;
    color: var(--yb-text-hover-color);
    outline: 4px solid rgb(96 1 210/50%);
    outline: var(--yb-outline);
    border-radius: 5px;
    font-weight: 500;
    font-weight: var(--yb-font-medium)
}

._yb_17ekd button._yb_1bimw:focus-visible ._yb_1bkn5,
._yb_17ekd button._yb_1bimw:focus-visible ._yb_wtg18 path {
    color: #6001d2;
    color: var(--yb-text-hover-color);
    fill: #6001d2;
    fill: var(--yb-text-hover-color)
}

._yb_1id0o:focus-visible {
    color: #6001d2;
    color: var(--yb-text-hover-color)
}

._yb_1id0o:focus-visible:after {
    border-bottom-color: #6001d2;
    border-bottom-color: var(--yb-text-hover-color)
}

._yb_1id0o:focus-visible {
    outline: 4px solid rgb(96 1 210/50%);
    outline: var(--yb-outline);
    border-radius: 4px
}

._yb_1id0o:focus-visible ._yb_1c2hi svg path {
    fill: #6001d2;
    fill: var(--yb-text-hover-color)
}

._yb_1id0o:focus-visible ._yb_7ojwx {
    display: flex
}

._yb_j1djq:focus-visible {
    color: #232a31;
    color: var(--yb-text-primary);
    border-bottom-color: transparent;
    outline-color: transparent
}

._yb_kii29 ._yb_1ybtx:focus-visible {
    background-color: #f5f8fa;
    background-color: var(--yb-selected-item-background)
}

._yb_kii29 ._yb_1ybtx:focus-visible {
    outline: 4px solid rgb(96 1 210/50%);
    outline: var(--yb-outline)
}

._yb_kii29 ._yb_1ybtx:focus-visible,
._yb_kii29 ._yb_1ybtx:focus-visible ._yb_od4kr {
    color: #6001d2;
    color: var(--yb-text-hover-color)
}


.ybar-ytheme-crunch ._yb_r3try a._yb_1505y:focus-visible {
    color: #6001d2;
    color: var(--yb-profile-panel-hover-text);
    outline: 4px solid rgb(96 1 210/50%);
    outline: var(--yb-outline);
    border: 1px solid transparent
}

.ybar-ytheme-crunch ._yb_r3try a._yb_1505y:focus-visible ._yb_1bqiq svg path {
    fill: #6001d2;
    fill: var(--yb-text-hover-color)
}

._yb_4rmkt:focus:not(:focus-visible),
.ybar-ytheme-crunch ._yb_uivne:focus-visible,
._yb_4rmkt>label:focus:not(:focus-visible) {
    outline: 0
}

.ybar-ytheme-crunch ._yb_4rmkt:focus-visible {
    outline: 4px solid rgb(96 1 210/50%);
    outline: var(--yb-outline);
    border-radius: 25px
}

._yb_4rmkt:focus-visible ._yb_bbzsh {
    color: #6001d2;
    color: var(--yb-profile-panel-hover-text);
    background: #fff;
    background: var(--yb-background-color)
}

._yb_ypcl7 ._yb_11ifv:focus-visible,
._yb_ypcl7 ._yb_t89jk:focus-visible,
._yb_ypcl7 ._yb_16oob:focus-visible {
    outline: 4px solid rgb(96 1 210/50%);
    outline: var(--yb-outline);
    border-radius: 4px;
    width: 100%
}

.typing .ybar-ytheme-crunch ._yb_oe136 ._yb_1rygz:focus-visible {
    border: 0;
    outline: 0
}

.ybar-ytheme-crunch ._yb_oe136 ._yb_1rygz:focus-visible {
    outline: 4px solid rgb(96 1 210/50%);
    outline: var(--yb-outline);
    border-radius: 100px;
    outline-offset: 0;
    background: #f5f8fa;
    background: var(--yb-sidenav-close-btn-background);
    opacity: 1
}

.ybar-ytheme-crunch ._yb_oe136 ._yb_1rygz:focus-visible ._yb_1o4fe {
    color: #6001d2;
    color: var(--yb-text-hover-color)
}

.ybar-ytheme-crunch ._yb_oe136 ._yb_1rygz:focus-visible svg path {
    stroke: #6001d2;
    stroke: var(--yb-text-hover-color)
}

.ybar-ytheme-crunch ._yb_oe136._yb_kln5d ._yb_1rygz:focus-visible {
    border-radius: 4px;
    outline: 4px solid rgb(96 1 210/50%);
    outline: var(--yb-outline);
    background: #f5f8fa;
    background: var(--yb-selected-item-background)
}

/*!rtl:ignore*/

.ybar-ytheme-crunch ._yb_t83u0:focus-visible {
    outline: 4px solid rgb(96 1 210/50%);
    outline: var(--yb-outline);
    border-radius: 4px
}

.ybar-ytheme-crunch ._yb_1q527 ._yb_nf086 ._yb_t83u0:focus-visible {
    background-color: #f5f8fa;
    background-color: var(--yb-selected-item-background);
    color: #6001d2;
    color: var(--yb-text-hover-color);
    text-shadow: unset;
    border-radius: 4px
}

.ybar-ytheme-crunch ._yb_jdemj ._yb_1q527 ._yb_nf086 ._yb_t83u0:focus-visible {
    background-color: #e6e6e6;
    color: #000;
    color: var(--yb-black);
    text-shadow: .8px 0 0 #000;
    text-shadow: .8px 0 0 var(--yb-black)
}

.ybar-ytheme-crunch ._yb_16o91._yb_1xqmv:focus-visible {
    outline: 4px solid rgb(96 1 210/50%);
    outline: var(--yb-outline);
    border-radius: 25px;
    outline-offset: 2px
}

.order_block img {
    width: 100% !important;
    max-width: 280px !important;
}

.order_timer_block p,
.order_timer {
    text-align: center;
}

@media screen and (max-width: 600px) {
    .spin-result-wrapper {
        padding: 0 16px;
    }
}

@media screen and (max-width: 336px) {
    .door {
        width: 88px;
        height: 185px;
    }
}

.input-roulette {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    width: 250px !important;
    border: 1px solid rgba(4, 15, 29, .81)
}

.order_block {
    text-align: center !important
}

.order_block img {
    width: 55%;
    margin: 20px auto !important
}

.order_block h3 {
    font: 700 18px Arial !important;
    background: 0 0
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700
}

@media screen and (max-width:600px) {
    .order_block img {
        width: 60%
    }
}

@media screen and (max-width:400px) {
    .order_block img {
        width: 80%
    }
}

.order_block h3 {
    text-align: center;
    font-size: 20px
}

.input-roulette {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    height: 42px;
    padding: 0 10px;
    font-size: 16px;
    border: 2px solid #e9d7dc;
    box-sizing: border-box;
    outline: none
}

.order_block,
.order_block * {
    box-sizing: border-box;
    transition: .2s;
    font-family: sans-serif !important
}

.order_block {
    max-width: 430px;
    width: 100%;
    margin: auto;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .12);
    border: 3px dashed #eaeaea;
    border-radius: 0
}

.order_block .order_offer {
    text-align: center
}

.order_block .order_offer img {
    max-width: 100%;
    width: auto
}

.order_pre_form {
    padding: 20px 20px 0
}

.order_form_row {
    margin-bottom: 10px;
    text-align: left
}

.order_form {
    width: 100%;
    max-width: 500px;
    padding: 0 20px 20px
}

.order_header {
    margin: 12px 0 !important;
    padding: 0 !important;
    font-size: 18px
}

.order_form .order_form_row input {
    width: 100% !important;
    padding: 14px;
    border: 2px solid #eaeaea;
    font-size: 15px;
    border-radius: 3px;
    box-shadow: none !important;
    margin: 0 !important
}

.order_form .order_form_row label {
    font-size: 13px;
    text-align: left;
    font-weight: 700
}

.order_form .order_form_row input:active,
.order_form .order_form_row input:focus {
    outline: none;
    border: 2px solid #cecece
}

.order_form .order_form_button {
    box-shadow: 0 1px 0 0 #f5978e inset;
    background: #f24537;
    border-radius: 3px;
    border: 1px solid #d02718;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    padding: 16px 0;
    font-weight: 700;
    font-size: 16px;
    margin-top: 5px;
    text-decoration: none;
    letter-spacing: .6px;
    text-shadow: 0 1px 0 #810e05
}

.order_form .order_form_button:hover {
    background: #c62d1f
}

.order_form .order_form_button:active {
    position: relative;
    top: 1px
}

.order_timer_block {
    line-height: 1;
    font-weight: 700
}

.order_timer_block p {
    font-size: 18px;
    margin: 10px 0 !important;
    padding: 0 !important
}

.order_timer_block .order_timer {
    font-size: 21px
}

.time_remains {
    color: red
}

@media(max-width:480px) {
    .order_form_button {
        font-size: 13px
    }
}

.order_block {
    text-align: center !important
}

.order_block img {
    width: 80%;
    max-width: 303px
}

.order_block h3 {
    font: 700 18px Arial !important;
    background: 0 0
}

p.door__sales {
    left: 0 !important
}

.popup-title{
    font-size: 22px !important;
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium;
    cursor: pointer;
    outline: medium
}

.danger-text {
    color: red !important
}

@media(max-width:767px) {
    .door__sales {
        font-size: 20px !important
    }
    p.door__sales {
        padding: 10px !important
    }
}