.reset-styles * {
    width: unset;
    height: unset;
    position: unset;
    top: unset;
    right: unset;
    left: unset;
    text-shadow: unset;
    bottom: unset;
    font-weight: unset;
    color: unset;
    letter-spacing: unset;
    background: unset;
    padding: 0;
    margin: 0
}

@keyframes super-rotation {
    70% {
        transform: rotate(1640deg)
    }

    100% {
        transform: rotate(1620deg)
    }
}

.order-form-spinner .spinner-information, .order-form-spinner .spinner-title {
    margin: 0 0 15px
}

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

.order-form-spinner * {
    background: unset;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.order-form-spinner {
    padding: 25px 0
}

.order-form-spinner .wheel-img-numbers {
    position: absolute;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    user-select: none
}

.order-form-spinner .spinner-title {
    color: #ff3d00;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    margin: 0 0 15px
}

.order-form-spinner .spinner-information {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 15px
}

.order-form-spinner .wheel-img-number {
    color: #fff;
    font-weight: 700;
    font-family: sans-serif;
    position: absolute;
    font-size: 30px;
    line-height: 1;
    text-shadow: 0 0 2px #000
}

.order-form-spinner .wheel-img-number:nth-child(1) {
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.order-form-spinner .wheel-img-number:nth-child(2) {
    top: 25%;
    left: 75%;
    transform: translate(-50%, -50%) rotateZ(45deg)
}

.order-form-spinner .wheel-img-number:nth-child(3) {
    top: 50%;
    left: 85%;
    transform: translate(-50%, -50%) rotateZ(90deg)
}

.order-form-spinner .wheel-img-number:nth-child(4) {
    top: 75%;
    left: 75%;
    transform: translate(-50%, -50%) rotateZ(135deg)
}

.order-form-spinner .wheel-img-number:nth-child(5) {
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(180deg)
}

.order-form-spinner .wheel-img-number:nth-child(6) {
    top: 75%;
    left: 25%;
    transform: translate(-50%, -50%) rotateZ(225deg)
}

.order-form-spinner .wheel-img-number:nth-child(7) {
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%) rotateZ(270deg)
}

.order-form-spinner .wheel-img-number:nth-child(8) {
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%) rotateZ(315deg)
}

.order-form-spinner .spin-wrapper {
    border: 3px solid red;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    max-width: unset
}

.order-form-spinner .wheel {
    width: 380px;
    height: 380px;
    margin: 0 auto;
    position: relative
}

.order-form-spinner .wheel img {
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0
}

.order-form-spinner .wheel-img {
    position: relative;
    user-select: none;
    max-width: 100%;
    background: unset;
    max-height: 100%;
    transition: 4s
}

.order-form-spinner .wheel-cursor {
    position: absolute;
    user-select: none;
    width: 35%;
    height: 35%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.order-form-spinner .cursor {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 50%;
    height: 50%;
    font-size: 14px;
    line-height: 12px;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc;
    top: 50%;
    left: 50%;
    user-select: none;
    transform: translate(-50%, -50%);
    box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    background: #ccc radial-gradient(ellipse at center, #fff 0, #eaeaea 100%);
    display: flex;
    justify-content: center;
    align-items: center
}

.order-form-spinner .spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center
}

.order-form-spinner .wheel-cursor-text {
    color: #252525;
    font-weight: 500
}

.order-form-spinner .cursor:active {
    box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset
}

@media all and (max-width:520px) {
    .order-form-spinner .wheel {
        width: 300px;
        height: 300px
    }

    .order-form-spinner .wheel-cursor-text {
        line-height: 50px;
        font-size: 14px
    }
}

@media only screen and (max-width:576px) {
    .order-form-spinner .wheel-img-number {
        font-size: 1.95em
    }

    .order-form-spinner .wheel-img-number:before {
        top: 100%
    }
}

@media screen and (max-width:520px) and (max-width:345px) {
    .order-form-spinner .wheel {
        width: 250px;
        height: 250px
    }

    .order-form-spinner .cursor {
        line-height: 40px;
        font-size: 11px
    }
}

.order-form * {
    padding: 0;
    margin: 0;
    width: unset;
    height: unset;
    background: unset;
    font-family: sans-serif;
}

.order-form .has-error .order-form-field-label {
    color: #d32f2f
}

.order-form .has-success .order-form-field-label {
    color: #2e7d32
}

.order-form .order-form-sec {
    margin: 10px 0 0;
    height: 25px;
    background-image: url(../images/sec2.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center
}

.order-form .order-form-field-label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    padding: 0;
    line-height: 20px;
    margin: 0 0 .25em;
    color: #212121;
    transition: .25s;
    font-style: normal
}

.order-form .phone-help {
    font-size: 10px;
    line-height: 10px;
    color: #999
}

.order-form .order-form-old-price {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 10px;
    font-style: normal;
    text-align: center;
    text-decoration: line-through;
    text-shadow: 0 0 2px #000
}

.order-form .order-form-footnote {
    color: #9e9e9e;
    font-size: 12px;
    line-height: 16px;
    margin: 15px 0 0;
    padding: 0;
    text-indent: 0;
    text-align: left
}

.order-form .order-form-wrapper {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .5);
    opacity: 100;
    position: relative;
    padding: 25px;
    border: 1px solid #dee2e6
}

.order-form .order-condition {
    font-size: 12px;
    line-height: 20px
}

.order-form .order-form-header {
    margin: 0 0 25px;
    position: relative;
    opacity: 1
}

.order-form .order-form-field-wrapper {
    margin-bottom: 15px
}

.order-form .order-form-product-price-wrapper:after {
    content: '';
    position: absolute;
    right: 0;
    top: -5px;
    border-right: 10px solid #ffffff00;
    border-bottom: 5px solid #b16869
}

.order-form .order-form-product-price-wrapper:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    border-right: 10px solid #ffffff00;
    border-top: 5px solid #b16869
}

.order-form .order-form-product-price {
    display: block;
    position: relative;
    border-radius: 5px 0 0 5px;
    font-weight: 700;
    font-size: 20px;
    color: #fe0;
    text-align: center;
    text-transform: none;
    line-height: 25px;
    text-shadow: 0 0 2px #000
}

.order-form .order-form-product-price-wrapper {
    display: block;
    padding: 10px 15px;
    text-align: center;
    background: #e6373a;
    position: absolute;
    top: 0;
    right: -35px;
    border-radius: 5px 0 0 5px
}

.order-form .order-form-product-image-section {
    position: relative;
    max-width: 400px;
    margin: 0 auto
}

.order-form .order-form-discount {
    font-style: italic;
    font-weight: 500;
    line-height: 10px;
    color: #d7d7d7;
    font-size: 16px;
    text-align: right
}

.order-form .order-form-field-wrapper .order-form-field {
    transition: .25s;
    outline: none;
    display: block;
    width: 100%;
    background-color: #fff;
    color: #212121;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 5px;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    margin: 0;
    border: 2px solid #ddd;
    line-height: 1em;
    text-indent: unset;
    height: unset;
    appearance: auto;
    max-width: unset;
    font-weight: 400;
    cursor: text
}

.order-form .order-form-field-wrapper, .order-form .order-form-field::placeholder {
    font-weight: 400
}

.order-form .order-form-field::placeholder {
    opacity: unset;
    color: #c6c6c6;
    font-size: 14px;
    font-weight: 400;
    text-transform: none
}

.order-form .order-form-field-wrapper.has-error .order-form-field:focus, .order-form .order-form-field-wrapper.has-error .order-form-field {
    border-color: #d32f2f;
    background-color: #fbebeb;
    color: #d32f2f
}

.order-form .order-form-field-wrapper.has-error .order-form-field::placeholder {
    color: #b29090
}

.order-form .order-form-field-wrapper.has-success .order-form-field {
    border-color: #2e7d32;
    color: #2e7d32;
    background-color: #eefdee
}

.order-form .order-form-field-wrapper .order-form-field:focus, .order-form .order-form-field-wrapper.has-success .order-form-field:focus {
    border-color: #ababab
}

.order-form .order-form-product-image {
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 200px;
    margin: 0 auto
}

.order-form .order-form-product-image-wrapper {
    text-align: center
}

.order-form .order-form-field-wrapper.has-error .help-block {
    color: #d32f2f
}

.order-form .order-form-field-wrapper .help-block {
    font-size: 12px;
    line-height: 12px;
    text-align: left
}

.order-form .order-form-submit-button {
    cursor: pointer;
    text-shadow: 0 0 2px #000;
    display: block;
    width: 100%;
    background: #e6373a;
    color: #fff;
    border: none;
    padding: 15px 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px;
    line-height: 20px;
    box-sizing: border-box;
    height: unset;
    transition: .25s
}

.order-form .order-form-submit-button:hover {
    background: #cf3134
}

.order-form .order-form-submit-button:active {
    background: #9d292b;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .5)
}

.order-form form {
    background: 0 0
}

.order-form {
    background: unset;
    max-width: unset;
    padding: 25px 0;
    margin: 0;
    letter-spacing: 0;
    word-wrap: break-word;
    font-size: 1em;
    line-height: 2rem
}

.order-form .order-form-text {
    text-align: center;
    border-bottom: 2px solid #eee;
    padding: 0 0 10px;
    font-size: 22px
}

.order-form .order-form-footer-link {
    font-size: 14px
}

.order-form-footer-link-wrapper {
    text-align: center;
    margin: 15px 0 0
}

.order-form .order-form-conditions {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 20px
}

.order-form .product-counter-info {
    font-size: 14px;
    text-align: center;
    margin: 15px 0
}

.order-form .product-counter {
    color: #e6373a;
    font-weight: 600
}

.order-form .order-form-info {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0
}

.order-form .timer {
    color: #dc3545
}

.order-form .help-block {
    font-weight: 600;
    font-style: normal
}

.order-form .order-form-deadline {
    color: #464646;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: 0 0 15px
}

.order-form .order-form-timer {
    font-weight: 700;
    margin: 5px 0 0;
    font-size: 14px
}

.order-form .time_remains {
    color: #e6373a;
    font-size: 14px
}

.order-form .order-form-body {
    box-shadow: unset
}

.order-form .order-form-information {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: 0 0 15px;
    padding: 0;
    color: #555
}

.order-form .has-error:not(.validating) .order-form-field {
    animation: .5s ease trambling-animation
}

@keyframes trambling-animation {
    0%, 50%, 100% {
        transform: rotate(0deg)
    }

    10%, 30% {
        transform: rotate(-1deg)
    }

    20%, 40% {
        transform: rotate(1deg)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1.025)
    }

    100% {
        transform: scale(.975);
        box-shadow: none
    }
}

.cta-button .cta-button-wrapper {
    text-align: center
}

.cta-button .cta-button-link {
    text-shadow: 0 0 2px #000;
    display: inline-block;
    background: #fa3d3d;
    line-height: 50px;
    padding: 0 25px;
    color: #fff;
    border-radius: 20px;
    border: 0;
    box-shadow: none;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    font-family: sans-serif;
}

.cta-button .cta-button-link:hover {
    background: #cf3134;
    color: #fff
}

.cta-button .cta-button-link:active {
    background: #9d292b;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .5)
}

.cta-button {
    width: 100%;
    clear: both;
    margin: 25px 0
}

#cookie-layout {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .75);
    backdrop-filter: blur(3px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    align-items: center;
    z-index: 99999999
}

#cookie-modal {
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center
}

#cookie-body {
    padding: 0 25px 25px
}

#cookie-close-container {
    align-self: flex-end;
    padding: 5px 5px 0 0
}

#cookie-close svg {
    height: 20px;
    width: 20px
}

#cookie-close {
    cursor: pointer;
    margin-left: auto;
    border: 0;
    outline: 0;
    background: 0 0
}

#cookie-text {
    text-align: center;
    font-size: 18px;
    margin: 0 0 25px
}

#cookie-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px
}

#cookie-agree, #cookie-decline {
    background-color: #4caf50;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    transition: background-color .3s ease
}

#cookie-agree:hover {
    background-color: #45a049
}

#cookie-decline {
    background-color: #f44336
}

#cookie-decline:hover {
    background-color: #e53935
}

@keyframes front-rotation {
    from {
        transform: rotateY(0deg)
    }

    to {
        transform: rotateY(360deg)
    }
}

@keyframes back-rotation {
    from {
        transform: rotateY(180deg)
    }

    to {
        transform: rotateY(540deg)
    }
}

@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .5)
    }

    100% {
        box-shadow: 0 0 0 40px transparent
    }
}