.order_block {
    font-family: arial, sans-serif;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    font-size: initial;
    font-weight: initial;
    text-align: center;
}
.order_block h3 {
    font-family: roboto, arial, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    color: inherit !important;
    margin-bottom: 0 !important;
    padding: 0;
    background: 0 0;
}
.order_block h3:before {
    display: none;
}
.prod_img_wrapper {
    max-width: 500px;
    margin: 15px auto;
    position: relative;
    text-align: center;
}
.prod_img_wrapper img {
    width: 90%;
    margin: 0 auto;
}
.priceс {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    font-family: arial, sans-serif;
    right: 0;
    bottom: 0;
    color: #000;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 3px 30px;
    box-shadow: rgba(0, 0, 0, 0.8) 0 3px 30px;
    width: 165px;
    height: 110px;
    text-align: center !important;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    -webkit-transform: rotateZ(-7deg);
    transform: rotateZ(-7deg);
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, right top, from(rgb(238, 165, 19)), to(rgb(253, 237, 19)));
    background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    -o-border-image: initial;
    border-image: initial;
    border-radius: 19%;
}
span.discountс {
    display: block;
    font-size: 18px;
    padding: 0 10px;
    text-align: center;
}
.price_main {
    border-bottom: 2px solid #d31812;
    font-size: 24px;
    margin: 0 auto;
    color: red;
}
.js_old_price {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.wheel_input {
    display: block;
    margin: 0 auto 20px !important;
    padding: 10px !important;
    width: 100% !important;
    border: 2px solid grey !important;
    border-radius: 5px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.data_label {
    line-height: 30px;
}
.order_form {
    max-width: 480px;
    width: 100%;
    display: block !important;
    margin: 20px auto 0 !important;
    text-align: center !important;
}
.order_form > div {
    text-align: center;
}
.main-link {
    display: block;
    margin: 40px auto;
    padding: 15px;
    font-size: 18px;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
.main-link:hover {
    opacity: 0.8;
}
.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700;
}
.time_remains_title {
    padding-top: 15px;
    text-align: center;
    font-size: 22px !important;
    line-height: 1.2 !important;
    margin: 10px 0 0;
    padding: 0;
    color: inherit;
    border: none;
    text-transform: inherit !important;
}
.prod-wrapper {
    padding-top: 20px;
    max-width: 350px;
    width: 100%;
    margin: 10px auto;
    text-align: center;
    position: relative;
}
.prod-wrapper .price-cost {
    background: url() no-repeat;
    width: 233px;
    height: 226px;
    position: absolute;
    top: 0;
    right: 0;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.prod-wrapper .price-cost .al-cost-promo {
    font-family: serif;
    font-size: 25px;
    font-weight: 900;
    color: #c00;
    text-decoration: line-through;
}
.prod-wrapper .price-cost .al-cost {
    font-family: serif;
    font-size: 45px;
    font-weight: 900;
    color: red;
}
.order_block-med {
    text-align: center;
}
.order_block-dir {
    direction: rtl;
    text-align: center;
}
.order_block-dir input {
    direction: ltr;
    text-align: right;
}
.order_block-med a {
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.order_block-med .order_form {
    background: #f2f3f6 none repeat scroll 0% 0%;
    background-image: url();
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    max-width: 600px;
    font-family: Arial;
    margin: 20px;
    padding-bottom: 55px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.order_block-med .order_form img {
    max-width: 100px;
    width: 100%;
    margin: 0 auto;
}
.order_block-med .order_form .blue {
    color: blue;
    font-size: 14px;
    line-height: 27px;
    background: 0 0;
}
.order_block-med .order_form h2 {
    margin: 25px 0 0;
}
.order_block-med .oldprice .order_block-med .newprice {
    font-size: 16px;
    line-height: 27px;
}
.order_block-med .newprice .al-cost {
    color: red;
}
.order_block-med .newprice a {
    color: blue;
}
.order_block-med .al-cost-promo {
    font-size: 20px;
    color: #000;
    text-decoration: line-through;
    margin: 0 5px;
}
.order_block-med .price .al-cost {
    font-size: 30px;
    font-weight: 700;
    color: #0299ff;
    margin: 0 5px;
}
.order_block-med .frame {
    margin: 15px 10px;
    border: 2px solid #0299ff;
    padding: 10px;
    font-size: 14px;
    line-height: 1.4;
}
.order_block-med .frame a {
    color: blue;
}
.order_block-med input,
.order_block-med select {
    width: 100%;
    font-size: 21px;
    padding: 0 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    height: 45px;
    font-size: 17px !important;
    font-weight: 400 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.order_block-med .input-wrapper label {
    display: none;
    pointer-events: none;
}
.order_block-med .input-container {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}
.order_block-med .input-wrapper {
    position: relative;
    margin-bottom: 20px;
}
.order_block-med .input-wrapper .error {
    border: 1px solid red !important;
    padding-top: 6px !important;
}
.order_block-med .input-wrapper .error + label {
    width: 100%;
    height: 100%;
    color: red;
    display: block !important;
    font-size: 11px;
    line-height: 17px;
    position: absolute;
    top: 0;
    left: 10px;
    text-align: left;
}
.order_block-med .input-wrapper .error + label:before,
.order_block-med .input-wrapper .error + label:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 3px;
    height: 21px;
    background-color: red;
}
.order_block-med .input-wrapper .error + label:before {
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg);
}
.order_block-med .input-wrapper .error + label:after {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}
.order_block-med .input-container {
    padding: 5px 0;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}
.order_block-med .main-link {
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    -webkit-box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    border-radius: 5px;
    background-color: #0299ff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin: 10px 0 20px;
    font-family: sans-serif;
}
.order_block-med .main-link:hover {
    background-color: #017acc;
}
.order_block-med .main-link:after {
    content: "*";
    display: inline-block;
    font-size: 75%;
    vertical-align: top;
}
.order_block-med .timelimit {
    font-size: 14px;
    line-height: 1.4;
}
.order_block-med .additional {
    font-size: 12px;
    line-height: 1.4;
}
.order_block-med .timer {
    display: inline-block;
    margin-bottom: 5px;
    background: url() no-repeat;
    padding-left: 14px;
    color: red;
    height: 15px;
    vertical-align: middle;
}
.phone__code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
input[name="areacode"] {
    max-width: 55px;
    margin-right: 10px !important;
    padding: 5px !important;
    text-align: center;
}
@media screen and (max-width: 400px) {
    .priceс {
        width: 130px;
        height: 90px;
    }
}
@media screen and (max-width: 340px) {
    .priceс {
        width: 120px;
        height: 85px;
    }
    span.discountс {
        font-size: 17px;
    }
}
.best-form {
    font: 16px/1.2 Arial;
    padding: 16px;
    background-image: linear-gradient(to top, #d1f0ff, #e9f8ff);
    margin-left: -10px;
    margin-right: -10px;
}

.product {
    display: flex;
    margin-bottom: 15px;
}

.product .left {
    width: 50%;
}

.product .right {
    width: 50%;
    text-align: center;
    font-family: Roboto;
}

.product .discount {
    background-image: linear-gradient(to right, #ff0, #ffeb3b);
    color: red;
    border-radius: 10px;
    transform: skew(-15deg);
    font-size: 3.5rem;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    width: 85%;
    height: 5rem;
    line-height: 5rem;
    letter-spacing: -3px;
    margin-top: -0.3rem;
}

.product .discount div {
    transform: skew(15deg);
}

.product .price {
    color: #ed1b24;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
}

.product .discount-text {
    margin-top: 1rem;
    color: #000;
    font-size: 18px;
}

.product .price span {
    font-weight: 300;
    font-size: 50%;
    display: inline-block;
}

.product .price-old {
    line-height: 1;
}

.product .price-old span {
    display: inline-block;
    padding: 0 1rem;
    font-size: 25px;
    color: #000;
    position: relative;
    font-weight: 700;
}

.country-input,
.name-input,
.phone-input {
    position: relative;
    color: #000;
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    margin-bottom: 10px;
}

.form-control {
    border: 0;
    font: inherit;
    color: #000;
    box-sizing: border-box;
    min-width: 0;
    padding: 10px 15px;
    border-radius: 6px;
    width: 100%;
    padding-left: 35px;
    transition: all 0.15s ease-in-out;
    background-color: rgb(232, 240, 254);
}

.phone-input::before {
    position: absolute;
    content: "";
    width: 21px;
    height: 24px;
    background-image: url();
    background-repeat: no-repeat;
    top: 35px;
    left: 10px;
}

.name-input::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 23px;
    background-image: url();
    background-repeat: no-repeat;
    top: 35px;
    left: 10px;
}

.button-submit:focus,
input:focus-within {
    outline: 0;
    box-shadow: 0 0 0 4px #bdab3c;
}

.name-input:focus-within input,
.phone-input:focus-within input {
    outline: 0;
}

.name-input .country {
    border-radius: 3px;
    vertical-align: -2px;
}

.name-input label,
.phone-input label {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.button-submit {
    text-align: center;
    display: flex;
    box-sizing: border-box !important;
    width: 100%;
    margin: 15px auto;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    color: #544c4c;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    border: 0;
    padding: 14px 0;
    background-image: linear-gradient(to top, #d8b81b, #fff080);
    cursor: pointer;
    font: 24px/1.4 "Open Sans", sans-serif;
    font-weight: 400;
}

.button-submit:hover {
    transform: scale(1.1);
}

.button-submit-text {
    color: #544c4c;
    flex: 1 1 auto;
    font: inherit;
    font-weight: 700;
    line-height: 1;
}

.button-submit-arrow {
    width: 0;
    height: 0;
    border-top: 0.6rem solid transparent;
    border-bottom: 0.6rem solid transparent;
    border-left: 1rem solid #fff;
    margin-right: 1rem;
}

.ord_button {
    background-color: #5d9d52;
    color: #fff !important;
    display: inline-block;
    padding: 10px 30px;
    font-size: 25px !important;
    box-shadow: 2px 3px 8px #999;
    text-decoration: none !important;
    border-radius: 8px;
    border: 3px solid #fff;
    margin: 20px 0 30px;
    line-height: 27px;
    text-transform: uppercase;
    transition: all 0.3s ease-in 0s;
}

.ord_button:hover {
    background-color: #5d9d52;
    box-shadow: 2px 3px 3px #999;
    text-decoration: none !important;
    transform: scale(1.1);
}

.prod-price {
    display: flex;
    max-width: 300px;
    margin: 0 auto 20px;
    line-height: 1;
}

.pop-old-price {
    font-size: 24px;
    color: gray;
    text-decoration: line-through;
}

.pop-new-price {
    font-size: 32px;
    color: #544c4c;
    font-weight: bold;
    text-shadow: 0 0 4px #e3c72e;
}

.pop-price::before {
    position: absolute;
    left: 16px;
    top: -60px;
    content: " ";
    background: url() no-repeat;
    width: 120px;
    height: 65px;
    background-size: 120px;
}

.price-bottom {
    position: absolute;
    width: 100%;
}

.best-form {
    font: 16px/1.2 "Roboto", sans-serif;
    padding: 1rem 1rem 40px;
}

.best-form > .wrap {
    max-width: 320px;
    margin: 0px auto;
    padding-top: 10px;
}

.product {
    display: flex;
}

.product .left {
    width: 50%;
}

.product .right {
    width: 50%;
    text-align: center;
}

.product .price-old {
    line-height: 1;
}

.product .price-old span {
    display: inline-block;
    padding: 0px 1rem;
    font-size: 2rem;
    color: rgb(0, 0, 0);
    position: relative;
}

.product .price-old span::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 45%;
    right: 0px;
    border-top: 5px solid rgb(237, 27, 36);
    transform: rotate(-25deg);
    width: 90%;
}

.product .price-old span::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 45%;
    right: 0px;
    border-top: 5px solid rgb(237, 27, 36);
    transform: rotate(25deg);
    width: 90%;
}

@media (max-width: 759px) {
    .product .price-old span::before {
        width: 60%;
        transform: rotate(-25deg) translate(-50%, -50%);
        left: 50%;
        transform-origin: left;
    }

    .product .price-old span::after {
        width: 60%;
        transform: rotate(25deg) translate(-50%, -50%);
        left: 50%;
        right: auto;
        transform-origin: left;
    }
}

.product .discount-text {
    margin-top: 1rem;
    color: rgb(0, 0, 0);
    font-size: 18px;
}

.product .price {
    color: rgb(237, 27, 36);
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
}

.product .price span {
    font-weight: 300;
    font-size: 50%;
    margin-left: 5px;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.country-input,
.name-input,
.phone-input {
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 0px none;
    width: 100%;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 20px;
    margin-bottom: 10px;
    display: flex;
    transition: all 0.15s ease-in-out 0s;
}

.name-input label,
.phone-input label {
    align-self: center;
    padding-left: 15px;
    width: 60px;
    font-weight: 700;
}

.name-input input,
.phone-input input {
    flex: 1 1 auto;
    border: 0px none;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
    min-width: 0px;
    padding: 10px 15px 10px 0px;
    border-radius: 6px;
}

select {
    flex: 1 1 auto;
    border: 0px none;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
    min-width: 0px;
    padding: 10px 15px 10px 0px;
    border-radius: 6px;
}

.pop-prod,
.pop-price {
    position: relative;
    flex: 1 50%;
    text-align: center;
    margin: auto;
}

.order_block {
    display: none;
}

.spin-result-wrapper {
    display: none;
}

.best-form * {
    box-sizing: border-box;
}

@media (max-width: 360px) {
    .best-form {
        padding: 0;
        background: none;
    }

    .price_main {
        border-bottom: none;
    }
}

.wheel {
    overflow: hidden;
}

.product .price-old span::before,
.product .price-old span::after {
    display: none;
}

.product .price-old span {
    text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-thickness: 3px;
}

@media (max-width: 360px) {
    .wheel {
        width: 100% !important;
    }

    .name-input input,
    .phone-input input {
        background-color: #fff080;
        border: 1px solid #777;
    }

    .time_remains_title {
        font-size: 18px !important;
    }
}

body .order_block img {
    width: 100%;
}

body .product .left {
    width: 70%;
}

.right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
