html,
body {
    margin: 0;
    padding: 0
}

body {
    font-family: sans-serif;
    color: rgb(68, 68, 68);
    line-height: 22px;
    padding-top: 15px;
    background: url(../img/b5.jpg);
    background-size: cover;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

header img {
    max-width: 100%
}

section {
    padding: 0 10px
}

h1,
h2 {
    margin: 0
}

a {
    color: #09F;
    text-decoration: underline;
    cursor: pointer
}

img {
    max-width: 100%
}

h1 {
    text-align: center;
    font-size: 23px;
    line-height: 32px;
    color: #000
}

h2 {
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #000;
    line-height: 27px
}

#sec1 h2:after {
    content: "";
    margin-top: 12px;
    border-bottom: 4px solid rgb(22, 141, 226);
    display: block
}

.red {
    color: red
}

.author_date {
    margin-bottom: 15px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    margin-top: 10px;
    color: #126a96;
    font-size: 12px
}

.wrapper {
    max-width: 600px;
    min-width: 320px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .75)
}

.content_wrapp {
    background-color: rgb(226, 226, 226);
    padding: 10px
}

.content_wrapp:after {
    content: "";
    display: block;
    clear: both
}

.content_image {
    display: block;
    float: left;
    width: 50%;
    margin-right: 10px
}

.content_image img {
    width: 100%
}

.img_wrapper img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.question {
    background-color: #f5f7fa;
    border-radius: 10px;
    padding: 7px;
    overflow: hidden
}

.question:before {
    content: "";
    background: rgba(0, 0, 0, 0) url(../img/sidebar_news.png) no-repeat scroll 0% 0% / 100% auto;
    float: left;
    padding: 47px;
    margin-right: 10px
}

.question .name::before {
    content: "Berita Dunia 24: ";
    color: rgb(243, 32, 11);
    font-weight: 700
}

.answer {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 7px;
    overflow: hidden
}

.answer:before {
    content: "";
    background: rgba(0, 0, 0, 0) url(../img/sidebar_face2.png) no-repeat scroll 0% 0% / 100% auto;
    float: left;
    padding: 47px;
    margin-right: 10px
}

.answer .name::before {
    content: "Prof. Sarah Widiyanti: ";
    color: rgb(243, 32, 11);
    font-weight: 700
}

.vote-block {
    width: auto;
    display: block;
    background: rgb(238, 239, 241) none repeat scroll 0% 0%;
    border-radius: 3px
}

.vote-block-head {
    display: block;
    text-align: left;
    width: auto;
    padding: 15px 20px
}

.vote-block-content {
    display: block;
    width: auto;
    border: 1px solid rgb(238, 239, 241);
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 0 20px;
    font-size: 14px !important
}

.vote-block-head h2 {
    color: rgb(143, 0, 1);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4em;
    margin-top: 0
}

.vote-block-content-container {
    display: block;
    width: auto;
    margin-bottom: 20px
}

.vote-block-content-container:first-child {
    margin-top: 30px
}

.vote-block-content-text {
    float: left;
    display: block;
    width: 40%;
    text-align: left
}

.vote-block-content-stat {
    display: block;
    float: right;
    width: 60%;
    position: relative;
    background: rgb(238, 239, 241) none repeat scroll 0% 0%;
    height: 25px;
    line-height: 16px
}

.vote-block-content-stat-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background: rgb(102, 160, 29) none repeat scroll 0% 0%;
    text-align: right
}

.line-1 {
    width: 23%;
    background: rgb(102, 160, 29) none repeat scroll 0% 0%
}

.vote-block-content-stat-line h6 {
    font-size: 12px;
    color: rgb(238, 239, 241);
    margin-left: 121%;
    margin-top: 4px
}

.vote-block-content-container::after {
    content: "";
    display: block;
    clear: both
}

.line-1 h6 {
    color: rgb(102, 160, 29)
}

.line-2 {
    width: 47%;
    background: rgb(102, 160, 29) none repeat scroll 0% 0%
}

.line-2 h6 {
    color: rgb(102, 160, 29);
    margin-left: 108%
}

.line-3 {
    width: 8%;
    background: rgb(102, 160, 29) none repeat scroll 0% 0%
}

.line-3 h6 {
    color: rgb(102, 160, 29)
}

.line-4 {
    width: 17%;
    background: rgb(147, 149, 152) none repeat scroll 0% 0%
}

.line-4 h6 {
    color: rgb(147, 149, 152)
}

.line-5 {
    width: 5%;
    background: rgb(147, 149, 152) none repeat scroll 0% 0%
}

.line-5 h6 {
    color: rgb(147, 149, 152)
}

.content-important {
    display: block;
    width: auto;
    text-align: left;
    font-weight: 700;
    font-style: italic
}

.outline {
    border: 4px double #ef7c7c;
    padding: 2px 10px;
    background: #fff5f5
}

.prod_wrapper {
    text-align: center;
    margin: 20px auto
}

.prod_wrapper img {
    display: block;
    margin: 0 auto
}

.prod_wrapper {
    max-width: 280px
}

.buy-button span {
    font-weight: 700;
    display: block;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    max-width: 350px;
    background: rgb(219, 32, 32) none repeat scroll 0% 0%;
    padding: 20px 20px 14px;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -o-border-image: none;
    border-image: none;
    border-radius: 6px;
    text-decoration: none;
    margin: 10px auto;
    border-bottom: 6px solid transparent;
    -webkit-animation: 1s pulse infinite alternate ease-in-out;
    animation: 1s pulse infinite alternate ease-in-out
}
.buy-button {
    text-decoration: none;
}

.after-form {
    text-align: center;
    margin-bottom: 30px
}

#comment-component-text {
    color: #000;
    line-height: 1.3;
    font-size: 14px;
    font-family: 'Tahoma', sans-serif
}

#comment-component-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#comment-component-text #comment_num {
    border-bottom: 1px dashed #365398;
    color: #365398;
    font-weight: 700
}

#comment-component-text .comment {
    -webkit-transition: height, opacity 1000ms ease-in-out;
    -o-transition: height, opacity 1000ms ease-in-out;
    transition: height, opacity 1000ms ease-in-out;
    overflow: hidden
}

#comment-component-text .comment {
    border-bottom: 1px dashed #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0;
    margin: 0 -10px
}

#comment-component-text img {
    max-width: 100%;
    line-height: 1;
    display: inline-block;
    border-radius: 50%
}

#comment-component-text .comment__image {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0 10px;
    width: 70px;
    height: 50px;
    border-radius: 50%
}

#comment-component-text .comment__content {
    padding: 0 10px;
    width: 100%
}

#comment-component-text .comment__content .comment__name {
    margin-top: 0;
    color: #365398;
    font-size: 14px;
    text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
    font-weight: 700
}

#comment-component-text .comment .comment__text {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.4
}

#comment-component-text .comment__details {
    font-size: 12px;
    color: #365398;
    line-height: 1.4
}

#comment-component-text .comment .comment__text img {
    display: block;
    margin: 8px 0 0;
    border-radius: 0 !important
}

#comment-component-text .reply {
    padding-left: 65px
}

#comment-component-text * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.comment__text a {
    color: red
}

footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    background: rgb(235, 235, 235) none repeat scroll 0% 0%
}

.vote-block-head span {
    font-size: 18px;
    color: rgb(0, 0, 0);
    text-transform: lowercase
}

.footerlinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

@media screen and (max-width:580px) {
    .content_image {
        width: 100%
    }

    .content_wrapp {
        padding: 6px
    }
}

@media screen and (max-width:380px) {
    #comment-component-text .reply {
        padding-left: 35px
    }
}

.author_date {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

#author {
    display: flex;
    align-items: center
}

#author>img {
    height: 45px
}

#author>div {
    text-indent: .3em
}

#date {
    display: flex;
    align-items: center
}

@media(max-width:450px) {
    div#author img {
        height: 30px !important
    }

    #date {
        padding: 2px 0 !important
    }
}

@media(max-width:391px) {
    div#author img {
        height: 25px !important
    }

    .author_date {
        font-size: 10px
    }
}

/* Spinner */
.spin-wrapper {
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    border: 3px solid red;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    margin: 25px 0;
    font-size: 15px
}

.wheel {
    width: 380px !important;
    margin: 0 auto;
    position: relative
}

.content .wheel img {
    max-width: 100%
}

.wheel-cursor {
    position: absolute;
    width: 35% !important;
    height: 35%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cursor-text {
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    line-height: 61px;
    cursor: pointer;
    color: #000 !important;
    font-weight: 400 !important;
    ;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 50%;
    left: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    background: rgb(255, 255, 255);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1);
    font-size: 18px
}

.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
}

.order_block {
    display: none;
    margin: 0;
    max-height: 100% !important;
    position: relative
}

.order_block .product img {
    display: block;
    margin: 0 auto
}

.overlay2 {
    position: absolute;
    width: 100%;
    opacity: 0;
    height: 100%
}

.order_block {
    font-family: 'Arial', sans-serif
}

.prod_img_wrapper {
    max-width: 300px;
    margin: 15px auto;
    position: relative
}

.prod_img {
    width: 100%;
    max-width: 300px
}

.priceÑ {
    position: absolute;
    font-family: 'Arial', sans-serif;
    right: 0;
    bottom: 0;
    color: #000;
    -webkit-box-shadow: rgba(0, 0, 0, .8) 0 3px 30px;
    box-shadow: rgba(0, 0, 0, .8) 0 3px 30px;
    width: 165px;
    height: 98px;
    text-align: center !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    -webkit-transform: rotateZ(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotateZ(-7deg);
    margin: 0 auto 0;
    background: -webkit-gradient(linear, left top, right top, from(rgb(238, 165, 19)), to(rgb(253, 237, 19)));
    background: -o-linear-gradient(left, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
    background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    -o-border-image: initial;
    border-image: initial;
    border-radius: 19%
}

span.discountÑ {
    display: block;
    margin-top: 9px;
    font-size: 18px
}

.price_main {
    border-bottom: 2px solid #d31812;
    font-size: 21px;
    line-height: 0;
    margin: 0 auto
}

.js_old_price {
    display: block;
    margin: 0 auto
}

.wheel_input {
    padding: 10px !important;
    display: block !important;
    margin: 0 auto 20px !important;
    padding: 10px !important;
    width: 50% !important;
    border: 2px solid grey !important;
    border-radius: 5px !important
}

.data_label {
    line-height: 30px
}

.country_select {
    display: none !important;
    width: 52% !important
}

.order_form {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important
}

@media screen and (max-width:480px) {
    .wheel_input {
        width: 90% !important
    }

    .country_select {
        width: 96% !important
    }
}

.main-link {
    display: block;
    margin: 40px auto;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    cursor: pointer
}

.main-link:hover {
    opacity: .8
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700
}

.time_remains_title {
    padding-top: 15px;
    text-align: center;
    font-size: 22px
}

.blocktimer {
    font-size: 18px;
    font-weight: 400;
    margin: 125px auto 20px;
    max-width: 400px;
    text-align: center
}

.whatsapp {
    max-width: 400px;
    text-align: center;
    border: 2px solid #80DE1C;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    margin: 0 auto
}

#clock span {
    color: red;
    font-weight: 700
}

label {
    display: block;
    margin: 10px auto;
    text-align: center;
    font-size: 18px;
    font-weight: 400
}

#toForm {
    margin: 20px 0
}

#buyForm {
    max-width: 460px;
    width: 100%;
    margin: 0 auto
}

.form_group,
.form-control {
    padding: 11px 10px;
    display: block;
    margin: 10px auto;
    border: 2px solid grey;
    border-radius: 5px;
    max-width: 460px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form_btn,
.submit-form {
    display: block;
    margin: 20px auto;
    padding: 20px;
    max-width: 100%;
    width: 300px;
    font-size: 22px;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff !important;
    border: none;
    cursor: pointer;
}

.form_btn:hover,
.submit-form:hover {
    opacity: .8
}

.order_block h2 {
    font-size: 17px;
    text-align: center;
    font-weight: 700
}

.red {
    color: red
}

.wheel-img {
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../img/cross.svg);
    background-size: 100%;
    top: 3px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: 3px;
    cursor: pointer
}

.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
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pop-up-layer {
    position: fixed !important;
    top: 0px !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 {
    line-height: 1;
    box-sizing: border-box;
    color: #000;
    font-family: sans-serif;
    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;
    -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
    animation: 0.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: rgb(113, 195, 65);
    border-radius: 50%;
    -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
    animation: 0.5s ease 0.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 rgb(255, 255, 255) rgb(255, 255, 255);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -o-border-image: none;
    border-image: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: opacity 1s ease 0s;
    -o-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;
    -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after
}

@-webkit-keyframes pop-up-appear {
    0% {
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    30% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes pop-up-appear {
    0% {
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    30% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes pop-up-appear-before {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pop-up-appear-before {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px;
    color: #000
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 19px;
    font-family: Tahoma;
    line-height: 30px;
    color: #000
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: rgb(113, 195, 65);
    color: rgb(255, 255, 255) !important;
    border: medium none;
    cursor: pointer;
    outline: medium none;
    text-decoration: none !important
}

.pop-up-button:hover {
    color: rgb(255, 255, 255);
    text-decoration: none
}

.wheel img {
    width: 100%;
    margin-bottom: 0 !important
}

@media all and (max-width:650px) {
    #toForm.active {
        position: relative;
        top: 230px
    }
}

@media all and (max-width:520px) {
    .wheel {
        width: 260px !important
    }

    .cursor-text {
        line-height: 43px;
        font-size: 13px;
        top: 50%
    }

    p.priceÑ {
        right: -60px
    }

    .close-popup {
        position: absolute;
        width: 30px;
        height: 30px;
        background-image: url(../img/cross.svg);
        background-size: 100%;
        top: 3px;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 10px #fff;
        box-shadow: 0 0 10px #fff;
        right: 3px;
        cursor: pointer
    }
}

.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
}

@-webkit-keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg)
    }

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg)
    }
}

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg)
    }

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg)
    }
}

.submit-form,
.order_button,
.comeback-btn {
    -webkit-animation: 1s pulse infinite alternate ease-in-out;
    animation: 1s pulse infinite alternate ease-in-out
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }
}

.order_block {
    display: none;
    margin: 20px auto;
    font-family: 'Inter', sans-serif;
    width: 100%;
    max-width: 400px
}

.prod-img {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 20px auto;
    margin-bottom: 0 !important
}

.prices .old {
    display: block;
    text-align: center;
    font-size: 17px;
    color: #000;
    font-family: 'Inter', sans-serif;
    margin-bottom: 5px
}

.prices .new {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #f72210;
    font-weight: 700;
    font-family: 'Inter', sans-serif
}

.rate {
    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;
    text-align: center;
    margin: 20px auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 300px;
    font-family: serif;
}

.stars {
    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
}

.stars p {
    margin-right: 5px
}

.rate p {
    font-size: 14px !important;
    line-height: 16px !important;
    margin-bottom: 0
}

.stars img {
    max-width: 90px;
    margin-bottom: 0 !important;
    margin-top: 11px;
}

.formbox {
    background-color: rgb(242, 242, 242);
    border-style: solid;
    border-color: rgb(228, 228, 228);
    border-width: 1px;
    border-radius: 10px;
    padding: 20px 10px;
    font-family: 'Inter', sans-serif;
    font-size: 18px
}

.formbox-header {
    text-align: center;
    color: rgb(36, 36, 36);
    font-weight: 700;
    line-height: 18px;
}

.timer {
    text-align: center;
    color: #f72210;
    font-weight: 700;
    margin: 10px 0;
    display: block;
    font-size: 23px;
    line-height: 26px
}

form {
    margin: 25px auto
}

form input {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
    border: 1px solid rgb(132, 132, 132);
    background: rgb(248, 249, 249) none repeat scroll 0% 0%;
    border-radius: 100px;
    font-size: 16px;
    color: #000;
    padding-left: 15px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

.formbox p {
    color: rgb(36, 36, 36);
    font-size: 14px !important;
    text-align: center;
    line-height: 1.4 !important;
    font-weight: 600;
    margin-bottom: 0;
    font-family: Tahoma
}

p.afterform {
    text-decoration: underline;
    color: rgb(0, 0, 0);
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    margin: 10px 0 0;
    font-size: 19px;
    font-family: Tahoma;
    line-height: 30px
}

@media (max-width:650px) {
    #toForm.active {
        position: relative;
        top: 280px
    }
}

.spin-wrapper p {
    font-size: 17px;
    font-family: Tahoma;
    line-height: 30px;
    color: #000
}

.priceс {
    position: absolute;
    font-family: Arial, sans-serif;
    right: 0;
    bottom: 0;
    color: rgb(0, 0, 0);
    width: 165px;
    height: 98px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    -webkit-transform: rotateZ(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotateZ(-7deg);
    text-align: center !important;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, right top, from(rgb(238, 165, 19)), to(rgb(253, 237, 19)));
    background: -o-linear-gradient(left, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
    background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    -o-border-image: initial;
    border-image: initial;
    border-radius: 19%
}

span.discountс {
    display: block;
    margin-top: 9px;
    font-size: 18px
}

.js_old_price {
    display: block;
    margin: 0 auto
}

.price_main {
    border-bottom: 2px solid #d31812;
    font-size: 21px;
    line-height: 0;
    margin: 0 auto
}

h3 {
    margin: 2px 0 10px;
    font-size: 20px;
    font-weight: 400
}

#buyForm {
    max-width: 460px;
    width: 100%;
    margin: 0 auto
}

label {
    display: block;
    margin: 10px auto;
    text-align: center;
    font-size: 18px;
    font-weight: 400
}

.form_group,
.form-control {
    padding: 11px 10px;
    display: block;
    margin: 10px auto;
    border: 2px solid grey;
    border-radius: 5px;
    max-width: 460px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.submit-form {
    -webkit-animation: 1s pulse infinite alternate ease-in-out;
    animation: 1s pulse infinite alternate ease-in-out
}

.order_block h2 {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    background: #62a645;
}

.red {
    color: red
}

.scroll_to_form h3 {
    font-size: 19px
}

.stars p b,
.country p b {
    font-size: 14px;
    font-family: serif;
}

.submit-form:after {
    display: inline-block;
    -webkit-animation: dotty steps(1, end) 1.5s infinite;
    animation: dotty steps(1, end) 1.5s infinite;
    content: '';
    position: absolute;
    margin-left: 10px;
}

@-webkit-keyframes dotty {
    0% {
        content: ''
    }

    25% {
        content: '>'
    }

    50% {
        content: '>>'
    }

    75% {
        content: '>>>'
    }

    100% {
        content: ''
    }
}

@keyframes dotty {
    0% {
        content: ''
    }

    25% {
        content: '>'
    }

    50% {
        content: '>>'
    }

    75% {
        content: '>>>'
    }

    100% {
        content: ''
    }
}

.bio {
    margin-bottom: -15px;
    font-weight: 600;
    font-size: 18px
}