@-webkit-keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg)
    }
    to {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg)
    }
}

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1600deg)
    }
    to {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1590deg)
    }
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px)
    }
    30% {
        transform: translateY(100px)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

#order_form {
    background: #fff;
    max-width: 530px;
    font-family: Arial;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    padding: 20px 20px 30px;
    background-position: center
}

#order_form div {
    background: 0 0!important
}

#order_form h2 {
    margin: 25px 0 0;
    padding: 0;
    line-height: 32px;
    border: 0
}

#order_form label {
    width: auto;
    display: block;
    padding: 5px 0;
    font-weight: 700;
    font-size: 16px
}

#order_form label.vertical,
.order_info h2 {
    border: 0!important
}

.device_info {
    font-size: 14px;
    color: green;
    display: block;
    margin: 10px 20px
}

#order_form .order_form_pole {
    padding: 10px;
    margin: 10px;
    text-align: center
}

#order_form input,
#order_form select {
    position: relative;
    box-sizing: border-box;
    font-size: 21px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%
}

#order_form span {
    font-size: 12px
}

#order_form .center {
    display: block;
    margin: 0 auto;
    text-align: center
}

#order_form button,
.obutton,
.t-text-btn a {
    font-size: 20px;
    cursor: pointer;
    display: block
}

#order_form button,
.obutton {
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .45);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: 0;
    margin: 20px auto 0
}

.bl_image {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box
}

.bl_image img {
    width: 100%;
    box-sizing: border-box
}

.block__images_wrap {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box
}

#order_form button:hover,
.obutton:hover {
    background-color: #017acc
}

#order_form button:active {
    position: relative;
    top: 1px
}

.order_info h2 {
    color: red!important
}

.left_count {
    background: red;
    padding: 23px;
    margin: 12px 0;
    width: 178px;
    color: #fff;
    text-shadow: 0 -1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 32px!important;
    border-radius: 5px
}

.left_count .prod_left_val {
    font-size: 52px!important
}

#order_form_success {
    position: relative
}

@media screen and (max-width:540px) {
    #order_form {
        margin: 0 -13px;
        padding: 30px 15px 15px
    }
    #order_form h2 {
        margin: 5px 0 0
    }
    .form_block {
        margin: 25px 10px 15px!important
    }
    #order_form .order_form_pole {
        margin: 0
    }
}

@media screen and (max-width:480px) {
    #order_form label {
        font-size: 14px
    }
    #order_form button {
        font-size: 16px
    }
    #order_form {
        padding: 10px
    }
    #order_form .order_form_pole {
        padding: 0;
        margin: 2px
    }
}

@media screen and (max-width:459px) {
    #order_form input,
    #order_form select {
        width: 80%;
        font-size: 16px;
        padding: 10px
    }
    #order_form {
        margin: 0 -13px;
        padding: 30px 15px 15px;
        background-size: 100% 606px
    }
    #order_form h2 {
        font-size: 16px
    }
    .form_block {
        margin: 15px 10px 5px!important
    }
    #order_form .order_form_pole {
        margin: 0
    }
    #order_form button,
    .obutton {
        padding: 10px 20px;
        margin: 15px auto 5px!important
    }
    .form_bottom {
        margin-bottom: 0!important
    }
}

@media screen and (max-width:349px) {
    #order_form input,
    #order_form select {
        font-size: 17px
    }
    #order_form button {
        margin-left: 0
    }
}

.page__figcaption b {
    font-size: 15px
}

.t-text-wrapper {
    display: flex
}

.t-text-wrapper-left {
    border: 1px solid #000;
    max-width: 35%;
    box-sizing: border-box;
    padding: 0 10px 10px
}

.t-text-wrapper-left b {
    font-size: 13px
}

.t-text_table {
    line-height: 16px;
    text-align: center
}

.t-text-wrapper-left p {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 120%
}

.t-text-wrapper-right {
    border: 1px solid #000;
    border-left: 1px solid transparent;
    max-width: 65%;
    box-sizing: border-box;
    padding: 10px 15px
}

.t-text-wrapper-right b {
    font-size: 16px;
    text-align: center
}

.t-text-wrapper-right .t-text_md {
    font-size: 16px;
    text-align: justify
}

.t-text-wrapper-right p {
    font-size: 16px;
    text-align: right
}

.page__picture-luck {
    width: 60%;
    margin: 0 auto
}

.t-text-luck {
    text-align: center
}

.t-text-span {
    display: flex
}

.t-text-span span {
    display: block;
    margin-right: 10px
}

.t-text-btn {
    text-align: center;
    margin: 60px 0
}

.t-text-btn a {
    border: 1px solid #000;
    outline: 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 0;
    color: #fff!important;
    background-color: #ff3b97
}

.t-text-btn button span {
    display: block
}

@media(max-width:520px) {
    .t-text-wrapper-left b {
        font-size: 9px
    }
}

.submit-roulette:hover {
    background: #b00;
    transition: background .3s
}

.submit-roulette:active {
    transform: translateY(2px);
    box-shadow: none
}

.submit-roulette,
input[value="Получить бесплатно"] {
    text-transform: uppercase;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    margin: 5px 0 15px;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background .3s;
    -webkit-appearance: none
}

.input-roulette {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    width: 250px!important
}

.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center!important;
    margin: 15px;
    line-height: 25px;
    font-weight: 700
}

.ruletka-p h2 {
    font-size: 25px
}

.ruletka-a {
    color: #1697ce
}

.spin-wrapper {


    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box
}

.ruletka-p h2,
.spin-wrapper .ruletka-p {
    margin-bottom: 15px
}

.danger-text {
    color: red;
    font-weight: 700
}

.wheel {
    max-width: 410px!important;
    margin: 0 auto;
    position: relative
}

.wheel-img{
    max-width: 100%
}

.wheel img {
    max-width: 100%!important
}

.wheel-img {
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s
}

.wheel-cursor {
    position: absolute;
    width: 35%!important;
    height: 26%;
    top: 50%;
    left: 53%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.wheelcursor{
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;

}
.cursor-text {
    font: 16px Arial!important;
    line-height: 105px!important;
    position: absolute;
    right: 8%;
    top: 0;
    text-align: center;
    width: 100%

}

.order_block {
    display: none;
    text-align: center!important
}

.order_block img {
    width: 20%
}

.order_block h3 {
    font: 700 18px Arial!important;
    background: 0 0
}

#EgipetHils,
#ad1_devtizer,
#ad1_form,
#adbees_form,
#adeptcpa_form,
#aff1_form,
#apilead_form,
#apilead_form_reg4,
#burg_tl_form,
#cpagetti_form,
#crm_form,
#drcash_form,
#drcash_form_thx_reg2,
#everad_form,
#everad_form_thx,
#funcpa_form,
#ha9_form,
#healthinlife_new,
#healthinlife_profitclicks,
#healthinlife_profitclicks_max,
#healthinlife_profitclicks_push,
#hp_form,
#hp_form3,
#kma_form,
#leadbit_form,
#leadgroup_form,
#leadtrade_form,
#leadvertex_cpa1,
#leadvertex_cpa1_reg2,
#leadvertex_cpa3_profitclicks,
#luckyshop_form,
#m_leads,
#monsterleads_form,
#omni_form,
#p_apilead_form,
#p_hp_form,
#p_hp_form_test,
#p_omni_form,
#p_omni_form_thx,
#p_rekl_form,
#papakarlo_form,
#profit_form2,
#pw_hp_form,
#rekl_form,
#rocket_form,
#rocket_form_new,
#scpa_pw_ad1_form,
#scpa_pw_apilead_form,
#scpa_pw_drcash_form,
#scpa_pw_hp_form,
#scpa_pw_leadtrade_form,
#scpa_pw_tl_form,
#shakes_form,
#static_omni_form,
#t_drcash_form,
#tl_form,
#v_m_leads {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: proxima nova, Arial, helvetica neue, sans-serif
}

.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
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer
}

.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px
}

.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
}

.super-rotation {
    -webkit-animation-name: super-rotation;
    animation-name: super-rotation;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

/* .cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
} */

.pop-up-layer {
    position: fixed!important;
    top: 0!important;
    width: 100%!important;
    height: 100%!important;
    background-color: rgba(0, 0, 0, .7)!important;
    z-index: 99!important
}

.pop-up-layer-show {
    display: block
}



.pop-up-window::after,
.pop-up-window::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}

.pop-up-window::before {
    width: 85px;
    height: 85px;
    top: -55px;
    background-color: #71c341;
    border-radius: 50%;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
    width: 50px;
    height: 20px;
    top: -30px;
    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;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

.text_small {
    font-size: .5em!important;
    font-weight: 400!important
}

.pop-up-button:hover {
    color: #fff!important;
    text-decoration: none!important
}

@media all and (max-width:520px) {
    .wheel {
        width: 260px!important
    }
    .cursor-text {
        line-height: 74px!important;
        font-size: 12px!important;
        right: 0%;
        top: 3%;
    }
    .t450__burger_container.t450__small {
        display: none
    }

}
@media screen and (max-width:345px) {
    .wheel {
        width: 250px!important
    }
    .cursor-text {
        line-height: 74px!important;
        font-size: 11px!important
    }
}
@media(max-width:500px) {
    .close-popup {
        right: 0
    }

    .wheel-cursor {
        left: 50%;
        top: 48%;
    }
}

.block__images_wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    box-sizing: border-box;
    margin: 0 auto
}