* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: roboto,sans-serif
}

.shadow {
    position: absolute;
    bottom: -18px;
    left: 0
}

h1 {
    color: #333;
    font-size: 38px;
    font-weight: 300
}

.date {
    font-style: italic;
    color: #4d4d4d;
    font-size: 14px
}

.breadcrumbs,h1,p {
    margin-bottom: 20px
}

.content__img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto 20px
}

.tftable {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%
}

tr,td {
    border: 1px solid #d6d6d6;
    padding: 5px 10px
}

.product {
    display: block;
    margin: 0px auto 20px;
    text-align: center
}

.btn {
    display: block;
    margin: 0 auto 20px;
    color: #fff;
    background: red;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 5px;
    width: 400px;
    max-width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.btn:hover {
    background: #c11f1f
}

.action span {
    font-size: 11px;
    color: #999
}

.action a {
    color: #0a78c2;
    font-size: 11px;
    text-decoration: none
}

.time {
    background-color: #66badc;
    font-size: 14px;
    color: #fff;
    padding: 0 3px;
    display: inline-block;
    margin-bottom: 5px
}

.text {
    font-size: 14px;
    font-weight: 400
}

@media all and (max-width: 1023px) {
    .haed, aside, header ul li, .menu--bottom ul li, .shadow, .menu--bottom, header {
        display:none
    }

    .content {
        margin: 0;
        width: 100%;
        margin-top: 20px;
        padding: 10px
    }

    header ul {
        font-size: 0;
        padding: 0 10px
    }

    .burger {
        display: inline-block;
        vertical-align: middle;
        width: 50%
    }

    h1 {
        font-size: 27px
    }
}

@media all and (max-width: 600px) {
    .breadcrumbs ul {
        display:block;
        width: 100%;
        text-align: left;
        padding: 0;
        margin-top: 15px
    }

    .spin-wrapper {
        margin-bottom: 20px
    }
}

* {
    outline: none
}

.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-bottom: 50px
}

.wheel {
    width: 380px!important;
    margin: 0 auto;
    position: relative
}

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

.wheel-cursor {
    position: absolute;
    width: 40%!important;
    height: 40%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.cursor-text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 10px;
    line-height: 1;
    z-index: 1;
    width: 45%!important;
    height: 45%;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 55%;
    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
}

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

.content .product img {
    width: 700px;
    max-width: 100%;
    display: block;
    margin: 0 auto 20px
}

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

p.priceÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â {
    position: relative;
    right: -50px;
    bottom: -50px;
    color: #000;
    box-shadow: rgba(0,0,0,.8) 0 3px 30px;
    width: 180px;
    height: 105px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    transform: rotateZ(-16deg);
    text-align: center!important;
    margin: -160px auto 30px;
    background: linear-gradient(to right,rgb(238,165,19) 0%,rgb(253,237,19) 100%);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-radius: 19%;
    padding: 5px
}

.priceÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â span {
    display: block;
    font-size: 22px
}

.priceÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â .old_price {
    text-decoration: line-through
}

.priceÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â .old_price span {
    display: inline-block;
    font-weight: 400
}

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

.timer {
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
    text-align: center;
    color: red;
    font-weight: bold;
}

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

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

.form_group,.x_order_form input {
    padding: 10px;
    display: block;
    margin: 10px auto;
    border: 2px solid grey;
    border-radius: 5px;
    width: 460px;
    max-width: 100%
}

.form_btn,.submit-form {
    display: block;
    margin: 20px auto;
    padding: 18px 75px;
    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;
    margin-bottom: 50px;
    padding: 5px 10px;
    color: #fff;
    display: block;
    width: 100%;
    background: #0a78c2
}

.red {
    color: red
}

.wheel-img {
    margin: 0!important;
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/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
}

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

.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(0px)
    }
}

@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: 14px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff;
    border: medium;
    cursor: pointer;
    outline: medium
}

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

.wheel img {
    max-width: 100%
}

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

    .spin-wrapper {
        margin-bottom: 20px
    }

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

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

    100% {
        -webkit-transform: rotate(1982deg);
        transform: rotate(1982deg)
    }
}

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

    100% {
       -webkit-transform: rotate(1982deg);
        transform: rotate(1982deg)
    }
}

.price {
    display: flex;
    align-items: flex-end;
    margin: 0 auto!important;
    max-width: 400px;
    font-size: 33px;
}

.price__item {
    width: 50%
}

.price__old {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 20px;
    border-right: 1px solid #444
}

.price__old .price__item-content {
	color: #000;
}

.price__new {
    padding-left: 20px;
}

.price__item-title {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 4px;
    font-weight: 700;
    display: flex
}

.price__old .price__item-title {
    text-align: right
}

.price__item-content {
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    margin: 0!important;
    color: red;
}

.price__old .price__item-content {
    text-decoration: line-through
}

::-ms-clear {
    display: none
}

:root {
    --width-line: 4px;
    --rotate-line: 15deg;
    --fs-price-title: 18px;
    --fs-price-value: 50px
}

.price-header {
    display: flex;
    align-items: center
}

.price-header>* {
    flex: 0 1 33.333%
}

.price-header__elem {
    display: flex;
    flex-direction: column;
    align-items: center
}

.price-header__elem--title {
    font-weight: 600;
    text-align: center;
    font-size: var(--fs-price-title);
    position: relative;
    z-index: 2
}

.price-header__elem--value {
    font-size: calc(var(--fs-price-value)/2.5);
    font-weight: 700;
    line-height: 100%;
    color: red;
    position: relative;
    display: inline-block
}

.price-header__elem--value._old-price::before,.price-header__elem--value._old-price::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: calc(var(--width-line)/2);
    background-color: red
}

.price-header__elem--value._old-price::before {
    transform: rotate(var(--rotate-line)) translateY(-50%)
}

.price-header__elem--value._old-price::after {
    transform: rotate(calc(var(--rotate-line) - var(--rotate-line) * 2)) translateY(-50%)
}

.price-header__elem--value._old-price {
    color: #000
}

@media(min-width: 768px) {
    .price-header__elem--value {
        font-size:calc(var(--fs-price-value)/1.8)
    }

    .price-header__elem--value._old-price::before,.price-header__elem--value._old-price::after {
        height: var(--width-line)
    }
}

@media(min-width: 992px) {
    .price-header__elem--value {
        font-size:var(--fs-price-value)
    }
}

.price-header__elem--img {
    max-width: 100%;
    object-fit: contain
}

.comeback_layout {
    display: none;
    position: fixed;
    color: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000000;
    background: rgba(0,0,0,.75);
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    font-family: Arial,sans-serif
}

.comeback_layout::-webkit-scrollbar {
    width: 0
}

.comeback_wrapper {
    width: 100%;
    max-width: 550px;
    margin: 0 auto
}

.comeback_container {
    background: #fff;
    padding: 25px;
    margin-top: 2%;
    text-align: center
}

.comeback_container h1 {
    font-size: 23px;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    font-weight: bold;
}

.comeback_container .form-group {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    text-align: left
}

.comeback_container .btn {
    display: block;
    width: 240px;
    color: #fff;
    background: #f82a5e;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 auto;
    text-decoration: none
}

.comeback_img {
    width: 80%;
    margin: 10px auto;
    max-width: 250px
}

.form-horizontal span {
    display: block;
    margin: 20px 0
}

.comeback_close {
    float: right;
    cursor: pointer
}

#comeback p {
    font-size: 16px;
    margin: 10px 50px 0;
    line-height: 25px
}

@media(max-width: 700px) {
    .comeback_container h1 {
        line-height:18px;
        font-size: 16px
    }

    .comeback_img {
        margin: 5px auto
    }

    .comeback_container p {
        line-height: 14px;
        font-size: 15px
    }

    .comeback_container {
        padding: 5px
    }
}


.new-p p {
	margin-bottom: 10px !important;
}

.submit-form,a.button,.comeback_container .btn {
    animation: 1s pulse infinite alternate ease-in-out;
}


@keyframes pulse {
    0% {
        -webkit-transform: scale(1.0);-ms-transform: scale(1.0);transform: scale(1.0);
    }

    100% {
        -webkit-transform: scale(0.95);-ms-transform: scale(0.95);transform: scale(0.95);
    }
}

.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: ''; }
  }

  .name .randdate {
    font-weight: 400;
    font-size: 14px;
  }