* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    min-height: 100%
}

body {
    position: relative;
    min-height: 100%;
    overflow: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    line-height: 1.3;
}

figcaption, figure, footer, header, main {
    display: block
}

video {
    display: inline-block
}

/*span {*/
/*    display: inline-block;*/
/*    vertical-align: baseline*/
/*}*/

a, button, fieldset, figure, input, legend, optgroup, select, textarea {
    font: inherit;
    color: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-shadow: inherit;
    border: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 0
}

[type=button], [type=submit], a, button {
    -webkit-transition: color .25s, background .25s, opacity .25s;
    -o-transition: color .25s, background .25s, opacity .25s;
    transition: color .25s, background .25s, opacity .25s
}

a {
    cursor: pointer;
    -webkit-text-decoration-skip: none
}

button {
    overflow: visible;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit
}

p {
    margin: 0;
    overflow: hidden
}

b {
    font-weight: 700
}

img, object, svg, video {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border: 0
}

img {
    display: inline-block;
    image-rendering: optimizeQuality
}

svg {
    color: inherit
}

svg:not(:root) {
    overflow: hidden
}

progress {
    vertical-align: baseline
}

h1, h2 {
    text-rendering: optimizeLegibility;
    font: inherit;
    color: inherit;
    margin: 0
}

ul {
    margin: 0;
    padding: 0
}

a > *, button, button > *, input, select {
    display: inline-block;
    vertical-align: baseline
}

[type=button], [type=checkbox], [type=radio], [type=reset], [type=submit], button, select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

[type=button], [type=radio], [type=search], [type=submit] {
    -webkit-appearance: none
}

[type=radio] {
    -webkit-appearance: radio
}

[type=number] {
    -moz-appearance: textfield
}

input, textarea {
    width: 100%
}

input {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

textarea {
    overflow: auto;
    resize: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0;
    text-align: center
}

html {
    font-family: Arial;
    color: #222;
    font-weight: 300;
    font-size: 16px
}

@media (min-width: 320px) {
    html {
        font-size: 16px;
        font-size: calc(.001754386 * 100vw + 15.4385964912px)
    }
}

@media (min-width: 1460px) {
    html {
        font-size: 18px
    }
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrapper {
    position: relative;
    min-width: 320px;
    min-height: 100vh;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px
}

a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #ff7426
}

p {
    /*padding-bottom: .8em;*/
    margin-bottom: 20px;
}

p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

p a {
    display: inline;
    vertical-align: baseline
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.row.jcs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.accent {
    color: #ff7426
}

.accent3 {
    padding-bottom: 0
}

.accent2 {
    color: #59c12d
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, .68);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .05);
    z-index: 100
}

.logo {
    color: #fff;
    font-weight: 600;
    font-size: 30px
}

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

.logo img {
    display: block
}

@media (max-width: 500px) {
    .comments__body {
        margin-left: 15px!important;
    }
    .logo {
        font-size: 20px
    }
}

.main {
    margin-top: 85px
}

.content, .interview {
    padding-bottom: 2em;
    border-bottom: 2px solid #1d1c1c;
    margin-bottom: 1em
}

.lead__title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (min-width: 320px) {
    .lead__title {
        font-size: 32px;
        line-height: 1.3;
        /*font-size: calc(.0087719298 * 100vw + 23.1929824561px)*/
    }
}

/*@media (min-width: 1024px) {*/
/*    .lead__title {*/
/*        font-size: 35px*/
/*    }*/
/*}*/

/*@media (min-width: 1460px) {*/
/*    .lead__title {*/
/*        font-size: 36px*/
/*    }*/
/*}*/

.bottom-link {
    font-size: 24px;
    padding: .5em 1em .6em 1em;
    margin-bottom: 1.5em;
    border-radius: 5px;
    color: #fff;
    background-color: #ff7426;
    text-decoration: none
}

@media (max-width: 500px) {
    .bottom-link {
        font-size: 18px;
        margin-bottom: 2em
    }
}

.content ul {
    list-style: initial;
    margin-left: 20px
}

.lead__pic {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    max-width: 500px;
    margin-bottom: 20px;
    text-align: center
}

.content__pic-caption, .lead__caption {
    padding: 10px;
    text-align: center;
    font-style: oblique;
    background-color: #eee
}

.lead__text {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: .8em;
    line-height: 1.5
}

.content__pic {
    max-width: 400px;
    margin: 20px auto;
    text-align: center
}

.comments__title {
    margin-bottom: .9em;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center
}

.comments__list {
    margin-bottom: 2em
}

.comments__item:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.comments__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #333;
}

.comments__item.answer {
    margin-left: 100px;
    /*display: none*/
}

.comments__item.visible {
    padding: .5em;
    margin: -.5em -.5em 1em -.5em;
    opacity: 0;
    background-color: #fff;
    -webkit-animation: load 3s ease-in-out 1.5s forwards;
    animation: load 3s ease-in-out 1.5s forwards
}

.comments__item.load {
    max-height: 0;
    overflow: hidden
}

@keyframes load {
    0% {
        opacity: 0;
        max-height: 0;
        background-color: #fff
    }
    50% {
        opacity: .8;
        max-height: 350px;
        background-color: #add8e6
    }
    100% {
        opacity: 1;
        max-height: 350px;
        background-color: #fff
    }
}

.comments__avatar {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #838383
}

@media (max-width: 500px) {
    .main {
        margin-top: 75px;
    }

    .comments__avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60px;
        flex: 0 1 60px;
        height: 60px
    }
}

.comments__body {
    width: 100%;
    margin-left: 20px
}

.comments__body img {
    max-width: 350px;
    width: 100%
}

.comments__body img:last-of-type, .comments__body img:only-of-type {
    margin-right: 0
}

@media (max-width: 500px) {
    .comments__body {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 80px);
        flex: 1 1 calc(100% - 80px)
    }

    .comments__body img {
        max-width: 98%;
        margin: 10px auto
    }
}

.comments__info {
    margin-bottom: 5px
}

.comments__name {
    font-weight: 700
}

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

.comments__date {
    margin-left: .5em;
    font-size: .8em;
    color: #a9a9a9
}

footer {
    text-align: center;
    padding: 1.5em 0;
    background-color: #4f9bf1
}

.video-wrap {
    position: relative;
    padding-bottom: 435px;
    margin-bottom: 20px
}

.video-cover, .video-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.video-cover {
    z-index: 1;
    overflow: hidden
}

.video-cover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.video-cover .img-cover {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 0
}

.video-cover .play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 55%;
    width: auto;
    margin-right: 0;
    z-index: 1;
    opacity: .5
}

.video-cover .video-text {
    position: absolute;
    top: 1.1em;
    left: 0;
    width: 100%;
    padding: 0 40px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    z-index: 2
}

@media (max-width: 700px) {
    .video-cover .video-text {
        font-size: 18px;
        padding: 0 10px
    }
}

.wheel {
    text-align: center
}

.wheel__title {
    margin-bottom: .8em;
    font-size: 1.4em;
    font-weight: 700;
    hyphens: none
}

.wheel__wrapper {
    display: block;
    padding: 1.5em;
    border: 2px solid #ff7426;
    margin: 2em 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .05)
}

.order__title {
    font-size: 1.1em;
    font-weight: 700
}

.wheel__pic {
    position: relative
}

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

.wheel__cursor {
    width: 158px;
    height: 158px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

@media (max-width: 500px) {
    .wheel__cursor {
        width: 130px;
        height: 130px
    }
}

.wheel__cursor-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 49%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 45%;
    height: 45%;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    text-transform: uppercase;
    font-weight: 700
}

.spin {
    -webkit-animation: spin 7s ease-in-out forwards;
    animation: spin 7s ease-in-out forwards
}

@keyframes spin {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg)
    }
    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg)
    }
}

.order {
    display: none
}

.order__product {
    position: relative;
    text-align: center
}

.sale {
    position: absolute;
    width: 3.5em;
    height: 3.5em;
    line-height: 3.5em;
    top: -20px;
    left: -40px;
    font-size: 29px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    z-index: 1
}

@media (max-width: 500px) {
    .sale {
        font-size: 18px;
        letter-spacing: 1px
    }
}

.bottom-teaser .sale {
    display: none
}

.bottom-teaser .sale.shown {
    display: block
}

.order__afisha {
    display: inline-block;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    margin-bottom: 1.5em
}

.order__info {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotateZ(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotateZ(-7deg);
    padding: .8em;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: #ff7426;
    -webkit-box-shadow: rgba(0, 0, 0, .5) 0 3px 20px;
    box-shadow: rgba(0, 0, 0, .5) 0 3px 20px;
    font-weight: 700
}

@media (max-width: 500px) {
    .order__info {
        right: 0
    }

    .order__afisha {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }

    .order__product {
        margin-right: 0
    }
}

.order__lead {
    letter-spacing: 2px
}

.order__price {
    display: inline-block
}

.order__price.old {
    text-decoration: line-through
}

.order__price.new {
    font-size: 2em;
    color: #fff;
    border-bottom: 2px solid #59c12d
}

.timer {
    font-size: 1.5em;
    margin: .5em 0;
    font-weight: 700
}

.pack {
    font-size: 1.3em;
    font-weight: 700
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 200
}

.popup {
    position: absolute;
    top: -100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 500px;
    padding: 2.9em .5em 1em .5em;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-animation: toUp 1s ease .2s forwards;
    animation: toUp 1s ease .2s forwards
}

@media (min-width: 320px) {
    .popup {
        font-size: 16px;
        font-size: calc(.0070175439 * 100vw + 15.7543859649px)
    }
}

@media (min-width: 1460px) {
    .popup {
        font-size: 26px
    }
}

@media (max-width: 700px) {
    .popup {
        max-width: 350px;
        width: 100%
    }
}

@keyframes toUp {
    100% {
        top: 50%
    }
}

.popup__title {
    font-size: 1.5em;
    margin-bottom: .5em
}

.popup__text {
    padding-bottom: 1em
}

.popup__icon {
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4.2em;
    height: 4.2em;
    border-radius: 100%;
    color: #fff
}

.popup__icon.prize {
    background-color: #4f9bf1
}

.popup__icon.prize:before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 2.2em;
    height: 1.1em;
    border-left: 3px solid;
    border-bottom: 3px solid
}

.popup__icon.false {
    background-color: #ff7426
}

.popup__icon.false:after, .popup__icon.false:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2.2em;
    height: 2px;
    background-color: #fff
}

.popup__icon.false:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.popup__icon.false:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.float {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 260px;
    font-size: 14px;
    -webkit-transition: left 2s ease-in-out;
    -o-transition: left 2s ease-in-out;
    transition: left 2s ease-in-out;
    z-index: 10
}

.float.visible {
    left: 1%
}

.float__name, .float__sale {
    font-weight: 700;
    color: rgba(1, 3, 10, .68)
}

@media (max-width: 500px) {
    .float {
        width: 190px;
        font-size: 12px
    }
}

.overlay-policy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 100
}

.overlay-policy {
    overflow: auto
}

.policy-close {
    position: absolute;
    right: -20px;
    bottom: 100%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer
}

.policy-close {
    left: 100%;
    bottom: 100%
}

@media (max-width: 600px) {
    .policy-close {
        left: 90%
    }
}

.order__form {
    max-width: 420px;
    margin: 0 auto
}

.calc__form-row, .order__form-row {
    margin-bottom: 1.1em
}

.calc__form-row label, .order__form-row label {
    display: block;
    margin-bottom: 10px
}

.calc__form-row select, .order__form-row input, .order__form-row textarea {
    display: block;
    padding: 0 10px;
    border: 1px solid #838383;
    border-radius: 5px;
    text-align: left;
    height: 40px
}

.calc__form-row select {
    width: 100%;
    border: 1px solid #838383
}

.formResult {
    padding: 10px;
    margin: 10px 0;
    margin-bottom: 20px
}

.calc {
    max-width: 500px;
    margin: 0 auto
}

.btn {
    display: inline-block;
    font-size: 1em;
    color: #fff;
    padding: .5em 1em;
    border: 2px solid transparent;
    border-radius: 5px;
    background-color: #ff7426;
    -webkit-transition: all .3s cubic-bezier(.95, .05, .795, .035);
    -o-transition: all .3s cubic-bezier(.95, .05, .795, .035);
    transition: all .3s cubic-bezier(.95, .05, .795, .035);
    cursor: pointer;
    text-decoration: none
}

.btn:hover {
    background-color: #fff;
    color: #ff7426;
    border-color: currentColor
}

.btn--submit {
    background-color: #4f9bf1;
    font-size: 1.2em
}

.prize__item {
    position: relative;
    width: 24%;
    margin: 20px 0;
    z-index: 1;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.prize__item img {
    width: 100%
}

@media (max-width: 600px) {
    .prize__item {
        width: 32%
    }
}

.prize__item:hover {
    -webkit-animation: tremor .82s cubic-bezier(.36, .07, .19, .97) both;
    animation: tremor .82s cubic-bezier(.36, .07, .19, .97) both
}

@keyframes tremor {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }
    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

.prize__dig {
    font-size: 2.5em;
    color: red;
    font-weight: 700
}

@media (max-width: 600px) {
    .prize__dig {
        font-size: 1.5em
    }
}

blockquote {
    padding: .5em 0 .5em 1.1em;
    margin: 0 0 20px .9em;
    border-left: 3px solid #9a9a9a;
    font-size: 1.1em;
    font-style: italic
}

form .input-wrapper label {
    display: none;
    pointer-events: none
}

form .input-wrapper {
    position: relative;
    margin-bottom: 20px
}

form .input-wrapper .error {
    border-color: red !important;
    padding-top: 6px !important
}

form .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 !important
}

form .input-wrapper .error + label:after, form .input-wrapper .error + label:before {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 3px;
    height: 21px;
    background-color: red
}

form .input-wrapper .error + label:before {
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg)
}

form .input-wrapper .error + label:after {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
}

.inL_888013 {
    display: none
}

.inL_754513 {
    display: block;
    width: 100%;
    max-width: 350px
}

.inL_520135 {
    display: block
}

.inL_252117 {
    background: url(../images/sale.png) center center/cover no-repeat
}

.inL_735716 {
    max-width: 250px
}

.inL_786440 {
    margin: 15px 0 25px 0;
    padding-bottom: 0;
    font-size: 1.5em
}

.inL_314743 {
    position: relative
}

.inL_790252 {
    display: none
}

.inL_882626 {
    background: url(../images/sale.png) center center/cover no-repeat
}

.inL_507268 {
    max-width: 250px
}

.order-wrap {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.prod-img {
    width: 270px;
    margin-right: 80px;
    display: block
}

#form-block {
    max-width: 450px
}

.lead-form-box {
    box-sizing: border-box !important;
    background: #fff;
    border: 1px solid #dacec6;
    padding: 20px;
    max-width: 370px;
    font-family: Arial;
    box-shadow: 0 4px 15px 0 rgb(129 150 160 / 15%)
}

.lead-form-box p {
    text-align: center
}

.lead-form-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700
}

.lead-form-subtitle {
    font-size: 14px
}

.prices {
    display: block;
    width: 100%
}

.form__price-wrapper {
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto 15px
}

.form__price {
    font-size: 18px;
    text-align: center
}

.form__price-title {
    margin-bottom: 5px !important
}

.form__price-value {
    font-size: 30px !important;
    line-height: 1.2;
    position: relative
}

.form__price-old .form__price-value::after, .form__price-old .form__price-value::before {
    content: '';
    width: 110%;
    height: 2px;
    background-color: red;
    display: block;
    position: absolute;
    top: 50%;
    left: -5%
}

.form__price-old .form__price-value::before {
    transform: rotate(-20deg) translateY(-50%)
}

.form__price-old .form__price-value::after {
    transform: rotate(20deg) translateY(-50%)
}

/*.x_currency {*/
/*    font-size: 16px !important*/
/*}*/

.form__price-new .form__price-value, .form__price-new .x_currency {
    font-weight: 700
}

.lead-form-warn {
    margin: 20px 0;
    border: 2px solid #c00;
    padding: 10px;
    font-weight: 700;
    text-align: center;
    font-size: 14px
}

.nowrap {
    white-space: nowrap
}

.fields-box {
    margin: auto;
    width: 100%
}

.lead-form-note {
    margin-bottom: 0;
    font-size: 14px
}

.name-field, .phone-field {
    margin-bottom: 15px;
    text-align: left
}

#lead-form input {
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 5px !important;
    font-size: 17px !important;
    background: #fff !important;
    padding: 10px 15px !important;
    border: 2px solid #e9d7dc;
    font-weight: 400 !important
}

.btn3 {
    display: block;
    width: 100%;
    padding: 15px;
    background: red;
    text-shadow: 1px 3px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 25px 0 rgb(129 150 160 / 45%);
    border-radius: 5px;
    color: #fff;
    border: 0;
    margin: 15px auto;
    text-align: center;
    font-size: 18px;
    font-weight: 700 !important;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
    text-decoration: none
}

.prod {
    max-width: 200px !important
}

@media screen and (min-width: 768px) {
    .comments__text p, .content p {
        text-align: justify
    }

    .pop-up-text {
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .order_img,
    .prod {
        max-width: 180px !important;
    }

    .btn:hover {
        background-color: #ff7426;
        color: #fff;
        border: 2px solid #ff7426
    }

    .lead__text {
        line-height: 1.3
    }

    p {
        line-height: 1.3
    }

    /*.lead__title {*/
    /*    line-height: 1.1*/
    /*}*/

    .order-wrap {
        flex-direction: column
    }

    .prod-img {
        width: 220px;
        margin: 0 0 20px 0
    }

    .lead__title {
        font-size: 27px;
    }

    .comments__item.answer {
        margin-left: 80px;
    }
}

@media (max-width: 479px) {
    .comments__item.answer {
        margin-left: 30px;
    }

    .lead__title {
        font-size: 22px;
    }

    .wheel__title {
        font-size: 20px
    }

    .popup {
        max-width: 350px;
        width: 90%
    }

    blockquote {
        margin-left: 0
    }

    .logo {
        margin-right: 20px
    }

    .video-wrap {
        padding-bottom: 365px
    }

    .row {
        flex-wrap: nowrap
    }

    .header-btn {
        text-align: center;
        width: 100%;
        max-width: 245px;
        padding: 10px
    }
}

.lead__title.accent2 {
    margin-bottom: 20px
}

@media screen and (min-width: 0\0
) {
    .calc__form-row select, .order__form-row input, .order__form-row textarea {
        display: block;
        padding-left: 5px;
        border: 1px solid #838383;
        border-radius: 5px;
        text-align: left;
        height: 40px
    }
}

.spin-wrapper {
    /*padding: 20px 10px;*/
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px
}

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

p.price {
    position: relative;
    right: -58px;
    bottom: 0;
    color: #000;
    box-shadow: rgba(0, 0, 0, .8) 0 3px 30px;
    width: 180px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    transform: rotateZ(-16deg);
    text-align: center !important;
    margin: -58px auto 30px;
    background: linear-gradient(to right, #eea513 0, #fded13 100%);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-radius: 19%;
    padding: 5px
}

.red_btn {
    color: red;
    display: block;
    margin-bottom: 10px;
    text-align: center
}

.price .old_price {
    text-decoration: line-through
}

.new_price {
    border-bottom: 2px solid red;
    margin: 0 auto;
    width: 100px
}

.price span {
    font-size: 22px
}

.cursor-text {
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    line-height: 61px;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 49%;
    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: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    background: #fff;
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #fff), color-stop(100%, #eaeaea));
    background: -webkit-radial-gradient(center, ellipse cover, #fff 0, #eaeaea 100%);
    background: -o-radial-gradient(center, ellipse cover, #fff 0, #eaeaea 100%);
    background: -webkit-radial-gradient(center, ellipse, #fff 0, #eaeaea 100%);
    background: -o-radial-gradient(center, ellipse, #fff 0, #eaeaea 100%);
    background: radial-gradient(ellipse at center, #fff 0, #eaeaea 100%);
    font-size: 14px
}

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

.order_block__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;

}

.order_img {
    max-width: 200px;
    width: 100%;
}

.product img {
    width: 275px;
    max-width: 80%;
    display: block;
    margin: 0 auto
}

form {
    display: block !important;
    /*margin: 0 auto !important;*/
    text-align: center !important
}

.timer {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0;
    text-align: center
}

#clock {
    font-size: 30px;
    margin-top: 20px
}

#clock span {
    color: red;
    font-weight: 700
}

label {
    display: block;
    margin: 10px auto;
    text-align: center;
    font-size: 18px;
    font-weight: 400
}

.form_group {
    padding: 10px;
    display: block;
    margin: 10px auto;
    border: 2px solid grey;
    border-radius: 5px;
    width: 460px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.form_btn {
    display: block;
    margin: 20px 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
}

.form_btn:hover {
    opacity: .8
}

.order_block h2 {
    font-size: 22px;
    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('../fonts/cross.svg');
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: 0;
    opacity: .6;
    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 15px;
    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-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 {
    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;
    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(0)
    }
}

@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-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;
    padding: 10px 0;
    font-size: 26px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff;
    border: medium none;
    cursor: pointer;
    outline: medium none;
    display: block;
    width: 150px;
    text-align: center;
    margin: 0 auto
}

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

.wheel img {
    max-width: 100%
}

@media all and (max-width: 520px) {
    .wheel {
        width: 290px !important
    }

    p.price {
        right: -38px
    }

    .pop-up-window {
        top: 25%
    }

    .cursor-text {
        line-height: 45px;
        font-size: 13px;
    }

    .close-popup {
        position: absolute;
        width: 30px;
        height: 30px;
        background-image: url('../fonts/cross.svg');
        background-size: 100%;
        top: -40px;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 10px #fff;
        box-shadow: 0 0 10px #fff;
        right: 0;
        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
}

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1780deg);
        transform: rotate(1780deg)
    }
    100% {
        -webkit-transform: rotate(1757deg);
        transform: rotate(1757deg)
    }
}

.pop-up-button:hover {
    background-color: #fff;
    color: #ff7426;
    border: 1px solid #ff7426
}

.close-popup:hover {
    opacity: 1;
    transition: opacity .2
}

footer {
    display: block
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

footer {
    padding: 1em 0;
    background: #ffaa7a;
    color: #fff;
    background: -moz-linear-gradient(180deg, #ffaa7a 0, #ff9626 50%, #ff7426 93%);
    background: -webkit-linear-gradient(180deg, #ffaa7a 0, #ff9626 50%, #ff7426 93%);
    background: linear-gradient(180deg, #ffaa7a 0, #ff9626 50%, #ff7426 93%)
}

.order {
    display: none
}

.order__product {
    position: relative;
    text-align: center
}

.sale {
    position: absolute;
    width: 3.5em;
    height: 3.5em;
    top: 17%;
    left: 25%;
    font-size: 29px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -4px;
    text-shadow: 1px 1px 2px #000;
    z-index: 1;
    line-height: 3.5em
}

@media (max-width: 500px) {
    .sale {
        font-size: 18px;
        letter-spacing: 1px;
        top: 0;
        left: 0
    }
}

.bottom-teaser .sale {
    display: none
}

.bottom-teaser .sale.shown {
    display: block
}

.order__afisha {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5em
}

.order__info {
    position: absolute;
    bottom: 0;
    right: 29%;
    -webkit-transform: rotateZ(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotateZ(-7deg);
    padding: .8em;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: #ff7426;
    -webkit-box-shadow: rgba(0, 0, 0, .5) 0 3px 20px;
    box-shadow: rgba(0, 0, 0, .5) 0 3px 20px;
    font-weight: 700
}

@media (max-width: 600px) {
    .order__info {
        right: 0;
        bottom: 0
    }
}

.order__lead {
    letter-spacing: 2px
}

.order__price {
    display: inline-block
}

.order__price.old {
    text-decoration: line-through
}

.order__price.new {
    font-size: 2em;
    color: #fff;
    border-bottom: 2px solid #59c12d
}

.pack {
    font-size: 1.3em;
    font-weight: 700
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 200
}

.float {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 260px;
    font-size: 14px;
    -webkit-transition: left 2s ease-in-out;
    -o-transition: left 2s ease-in-out;
    transition: left 2s ease-in-out;
    z-index: 10
}

.float.visible {
    left: 1%
}

.float__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px 10px 10px;
    color: #fff;
    background: #ff7426
}

.float__wrapper .pack {
    color: rgba(1, 3, 10, .68)
}

.float__wrapper .pack.animate {
    -webkit-animation: blink 2s ease-in-out;
    animation: blink 2s ease-in-out;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3
}

.float__pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80px;
    flex: 0 1 60px;
    margin-right: 10px
}

.float__pic img {
    display: block;
    width: 100%
}

.float__name, .float__sale {
    font-weight: 700;
    color: rgba(1, 3, 10, .68)
}

@media (max-width: 500px) {
    .float {
        width: 190px;
        font-size: 12px
    }

    .float__wrapper {
        padding: 5px 20px 5px 5px
    }
}

.overlay-pic, .overlay-policy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 100
}

.overlay-policy {
    overflow: auto
}

.close-pic, .policy-close {
    position: absolute;
    right: -20px;
    bottom: 100%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer
}

.popup-pic {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center
}

.popup-pic img {
    width: 100%;
    display: block
}

.policy-container {
    position: relative;
    width: 80%;
    padding: 20px;
    margin: 40px auto;
    background: #fff
}

.policy-close {
    left: 100%;
    bottom: 100%
}

@media (max-width: 600px) {
    .policy-close {
        left: 90%
    }
}

.order__form {
    max-width: 500px;
    margin: 0 auto
}

.calc__form-row, .comments__form-row, .order__form-row {
    margin-bottom: 1.1em
}

.calc__form-row label, .comments__form-row label, .order__form-row label {
    display: block;
    margin-bottom: 10px
}

.calc__form-row select, .comments__form-row input, .comments__form-row textarea, .order__form-row input, .order__form-row textarea {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #838383;
    border-radius: 5px;
    text-align: center
}

.calc__form-row select {
    width: 100%;
    border: 1px solid #838383
}

.formResult {
    padding: 10px;
    margin: 10px 0
}

.comments__form {
    max-width: 500px;
    margin: 40px auto
}

.calc {
    max-width: 500px;
    margin: 0 auto
}

.comments__form-row input[type=file] {
    text-align: left
}

.btn {
    display: inline-block;
    font-size: 1em;
    color: #fff;
    padding: .5em 1em;
    border: 2px solid transparent;
    border-radius: 5px;
    background-color: #ff7426;
    -webkit-transition: all .3s cubic-bezier(.95, .05, .795, .035);
    -o-transition: all .3s cubic-bezier(.95, .05, .795, .035);
    transition: all .3s cubic-bezier(.95, .05, .795, .035);
    cursor: pointer;
    text-decoration: none
}

.btn:hover {
    background-color: #fff;
    color: #ff7426;
    border-color: currentColor
}

.btn--submit {
    background-color: #59c12d
}

.btn--submit:hover {
    color: #59c12d
}

@media (max-width: 600px) {
    .btn {
        font-size: 16px
    }
}

.textarea-wrapper {
    font-size: 0;
    margin: 10px 20px
}

.textarea-wrapper .label-for-textarea {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    border: 1px solid #ddd;
    height: 55px;
    width: calc(100% - 40px);
    overflow: hidden
}

.textarea-wrapper .live-chat-textarea {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: 0;
    padding: 0 10px 0 5px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: auto;
    background-color: transparent;
    font-size: 14px;
    font-family: inherit
}

.textarea-wrapper .live-chat-textarea::-webkit-input-placeholder {
    opacity: .5;
    color: inherit
}

.textarea-wrapper .live-chat-textarea:-ms-input-placeholder {
    opacity: .5
}

.textarea-wrapper .live-chat-textarea::-ms-input-placeholder {
    opacity: .5
}

.textarea-wrapper .live-chat-textarea::placeholder {
    opacity: .5;
    color: inherit
}

.textarea-wrapper .live-chat-textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

.textarea-wrapper .live-chat-textarea:focus:-ms-input-placeholder {
    opacity: 0
}

.textarea-wrapper .live-chat-textarea:focus::-ms-input-placeholder {
    opacity: 0
}

.textarea-wrapper .live-chat-textarea:focus::placeholder {
    opacity: 0
}

.textarea-wrapper .btn-sent-message {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 40px;
    height: 40px
}

.textarea-wrapper .btn-sent-message:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 40px;
    margin-left: auto
}

.live-chat__new-message {
    position: absolute;
    top: -14px;
    left: 20px;
    display: block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    line-height: 29px;
    color: #fff;
    background-image: -moz-linear-gradient(0deg, #d03232 0, #ff4545 100%);
    background-image: -webkit-linear-gradient(0deg, #d03232 0, #ff4545 100%);
    background-image: -ms-linear-gradient(0deg, #d03232 0, #ff4545 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d03232), to(#ff4545));
    background-image: -webkit-linear-gradient(bottom, #d03232 0, #ff4545 100%);
    background-image: -o-linear-gradient(bottom, #d03232 0, #ff4545 100%);
    background-image: linear-gradient(0deg, #d03232 0, #ff4545 100%);
    z-index: 2
}

.live-chat__new-message.new {
    animation: tremor 1s cubic-bezier(.36, .07, .19, .97) infinite
}

.btn--close-chat {
    position: relative;
    width: 100%;
    border-radius: 25px;
    line-height: 1;
    z-index: 1
}

.btn--close-chat:hover {
    background-color: #59c12d;
    color: #fff
}

.btn--close-chat .close-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.order_form {
    max-width: 400px
}

@media (max-width: 480px) {
    .sale {
        left: 25%
    }

    .order__info {
        right: 16%;
        bottom: 0
    }
}

#order_form {
    background: #fff;
    background-image: url("../images/formbg.jpg");
    padding: 20px;
    max-width: 550px;
    font-family: Arial;
    margin: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0
}

#order_form div {
    background: 0 0 !important
}

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

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

#order_form label.vertical {
    border: none !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 {
    font-size: 16px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
    outline: 0 !important;
    background-color: #fff
}

#order_form select {
    font-size: 21px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
    background-color: #fff
}

/*#order_form span {*/
/*    font-size: 16px*/
/*}*/

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

#order_form button {
    max-width: 300px;
    width: 100%;
}

#order_form button, .obutton {
    display: block;
    margin: 0 auto;
    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: #59c12d;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px
}

#order_form button:hover, .obutton:hover {
    background-color: #3e9619
}

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

.order_info h2 {
    border: none !important;
    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: 480px) {
    #order_form label {
        font-size: 14px
    }

    #order_form button {
        font-size: 16px;
        /*margin: 10px auto*/
    }

    #order_form {
        padding: 10px 15px 20px 15px
    }

    #order_form .order_form_pole {
        padding: 0;
        margin: 2px
    }
}

@media screen and (max-width: 459px) {
    /*#order_form input {*/
    /*    width: 80%*/
    /*}*/
    #order_form select {
        width: 80%;
        height: 53px;
        padding: 0 0 0 15px
    }

    #footer img {
        width: 100%
    }

    .header-btn {
        font-size: 13px;
    }
}

@media screen and (max-width: 349px) {

    .new-price1 {
        font-size: 22px!important;
    }
    .old-price1 {
        font-size: 20px!important;
    }
    #order_form input {
        font-size: 17px
    }
}

form h2 {
    font-size: 30px;
    margin-block-start: 0.83em !important;
    margin-block-end: 0.83em !important
}

form .count {
    display: block;
    margin-bottom: 10px
}

.timelimit {
    margin-bottom: 15px
}

.timelimit b {
    display: inline-block;
    /*padding-left: 14px;*/
    color: red;
    vertical-align: middle;
    background-position-y: 5px;
    margin: 0;
    margin-top: 10px;
}

.prod {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0
}


.prices1 {
    display: flex;
    justify-content: center;
    margin-bottom: 15px !important;
}

.prices__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0 !important;
}

.prices-title {
    margin-bottom: 10px;
}

.prices__item:first-child {
    margin-right: 15px !important;
    padding-right: 15px !important;
    border-right: 1px solid lightgrey;
    padding-bottom: 0;
}

.old-price1 {
    text-decoration: line-through;
    line-height: 1;
    display: inline !important;
    font-size: 24px !important;
}

.new-price1 {
    font-size: 26px;
!important;
    line-height: 1;
    color: red;
    font-weight: 700;
}


.com-img {
    max-width: 250px !important;
    width: 100% !important;
    /*margin-top: 10px;*/
}