#comebacker_main_div {
    display: none!important;
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px)
    }

    30% {
        transform: translateY(100px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

    to {
        -webkit-transform: rotate(1874deg);
        transform: rotate(1874deg)
    }
}

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

    to {
        -webkit-transform: rotate(1874deg);
        transform: rotate(1874deg)
    }
}

.spin-wrapper {
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    border: 3px solid red;
    padding: 20px 10px;
    border-radius: 10px;
    margin-bottom: 20px
}

.order_block h2,.spin-wrapper,.spin-wrapper p {
    text-align: center
}

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

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

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

.cursor-text {
    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%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -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%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1);
    font-size: 11px
}

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

.order_block form {
    display: block;
    margin: 0 auto;
    text-align: center
}

p.prix {
  position: relative;
  right: -73px;
  bottom: -56px;  
  color: rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
  width: 148px;
  height: 98px;
  font-size: 18px;
  font-weight: bold;
  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: rgb(255, 255, 255);
  border-radius: 19%;
  padding: 8px;
}
.prix span {
  display: block;
  font-size: 19px;
}
.prix .old_price {
  
}
.prix .old_price span {
  display: inline-block;
  font-weight: normal;
}
.prix .new_price {
  border-bottom: 2px solid #f00;
  margin: 0 auto;
  /* width: 100%; */
  margin-right: auto;
  margin-left: auto;
  color: red;
  display: inline-flex;
  font-weight: bold;
}

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

.countdown-time ul {
    padding: 0;
    display: inline-block
}

.countdown-time li {
    list-style-type: none;
    float: left;
    text-align: center;
    height: 28px
}

.countdown-time li.item {
    width: 25px
}

.countdown-time li.blank {
    line-height: 27px;
    width: 15px;
    color: #000;
    font-size: 20px
}

.countdown-time i {
    font-style: normal;
    display: block;
    line-height: 30px;
    font-size: 19px;
    margin: auto
}

.countdown-time span {
    display: none
}

#clock span,.countdown-time i {
    color: red;
    font-weight: 700
}

.countdown-time,.form_btn,.order_block label {
    display: block;
    text-align: center
}

.order_block label {
    font-weight: 400;
    margin: 10px auto;
    font-size: 18px
}

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

.form_btn {
    margin: 20px auto;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    background-color: #de0606;
    color: #fff!important;
    border-radius: 4px;
    border: 0;
    cursor: pointer
}

.form_btn:hover {
    opacity: .8
}

.order_block h2 {
    font-size: 22px;
    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(../images/cross.svg);
    background-size: 100%;
    top: -32px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: 2px;
    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-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 0% 0%;
    text-align: center;
    padding: 70px 10px 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

.pop-up-window::after,.pop-up-window::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}

.pop-up-window::before {
    background-color: #71c341;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    top: -55px;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
    width: 50px;
    height: 20px;
    top: -20px;
    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
}

.pop-up-heading {
    font-size: 37px;
    margin-bottom: 20px;
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center
}

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

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

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

    p.pricec {
        right: 0;
        bottom: -50px;
        line-height: 20px;
        width: 135px;
        height: 80px;
        margin: -125px auto 30px
    }

    .pricec span {
        font-size: 16px
    }

    .cursor-text,.wheel-cursor {
        width: 50%!important;
        height: 50%
    }

    .cursor-text {
        line-height: 57px;
        font-size: 9px
    }

    .wheel-cursor {
        position: absolute
    }

    .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
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body {
  font-family: 'Lato', sans-serif;
  color: #222;
  background: #333333;
}
.limit {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 24px;
  padding-top: 20px;
  position: relative;
}
.limit2 {
  width: 100%;
  border-bottom: 1px solid #333;
  margin: 0 auto;
  position: relative;
}
.logo {
  font-family: 'Montserrat', sans-serif;
}
header {
  display: block;
  background: #d35151;
  margin-bottom: 49px;
}
header .menu {
  padding: 10px 0;
}
header .menu .logo {
  margin-right: 8px;
}
header .menu li {
  display: inline-block;
  vertical-align: middle;
}
header .menu li a {
  color: white;
  display: block;
  padding: 3px;
  font-size: 15px;
  font-weight: 400;
}
header .menu li a:hover {
  color: black;
}
header .menu li a span {
  font-size: 30px;
}
header .menu li a .icon-down-dir {
  font-size: 12px;
}
header .menu li a .icon-menu {
  position: relative;
  bottom: 2px;
}
header .menu .search {
  float: right;
  position: relative;
  right: 100px;
  bottom: 2px;

}
header .menu li a .icon-search {
  color: white;
}
header .menu li a .icon-search:hover {
  color: black;
}
header .menu .logo a {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: -1px;
}
header .menu .logo a span {
  font-weight: 500;
  font-size: 30px;
}
main {
  display: block;
  font-size: 0;
  background: #fff;
  margin: -54px auto;
}
main .content {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  font-size: 16px;
}
main .content .author {
  font-size: 14px;
  margin: 20px auto 0;
  width: 100%;
}
main .content h2 {
  margin: 40px auto 10px;
}
main .content p {
 font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: sans-serif;
}
main .content a {
  color: #0293ce;
}
main .content a.btn {
  display: block;
  border: 1px solid #eb0254;
  color: #eb0254;
  max-width: 600px;
  width: 100%;
  margin: 20px auto;
  padding: 10px;
  border-radius: 7px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
main .content a.btn:hover {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background: #eb0254;
  color: white;
}
main .content img.center {
  display: block;
  max-width: 600px;
  width: 100%;
  margin: 15px auto 20px;
}

main .content .title {
  width: 100%;
  position: relative;
  margin: 30px auto 30px;
  font-size: 40px;
  font-family: sans-serif;
}
main .content .title span {
  display: inline-block;
  position: absolute;
  padding: 2px 10px;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  left: 0;
  top: -20px;
  font-weight: bold;
  background: #eb0254;
}
main .content .social {
  text-align: center;
}
main .content .social li {
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
  width: 18%;
  margin: 0 5px;
  border-radius: 3px;
  font-size: 12px;
  color: wheat;
  text-transform: uppercase;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
main .content .social li:hover {
  opacity: 0.7;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
main .content .social li .icon-twitter,
main .content .social li .icon-mail,
main .content .social li .icon-commenting-o {
  position: relative;
  bottom: 1px;
}
main .content .social li a {
  color: white;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 5px 7px;
}
main .content .social li:nth-of-type(1) {
  background: #3e64ad;
  border: 1px solid #3e64ad;
}
main .content .social li:nth-of-type(2) {
  background: #6aadd1;
  border: 1px solid #6aadd1;
}
main .content .social li:nth-of-type(3) {
  background: #de010d;
  border: 1px solid #de010d;
}
main .content .social li:nth-of-type(4) {
  background: #aaaaaa;
  border: 1px solid #aaaaaa;
}
main .content .social li:nth-of-type(5) {
  background: white;
  border: 1px solid #bbbbbb;
}
main .content .social li:nth-of-type(5) a {
  color: #bbbbbb;
}
main .content .social li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: -5px;
}
#facebook {
  padding: 20px;
  box-sizing: border-box;
  background: #f6f7f9;
  margin-top: 20px;
}
#facebook .avatar {
  width: 32px;
  height: 32px;
  margin-top: 3px;
  float: left;
}
#facebook .writeComment {
    box-sizing: border-box;
    padding: 0px 0px 10px 0px;
}

#facebook .writeComment:before,
#facebook .writeComment:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
}
#facebook .writeComment .form {
  box-sizing: border-box;
  padding-left: 40px;
}
#facebook .writeComment .form input {
  display: block;
  padding: 7px 5px;
  border: 1px solid #9a9a9a;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
#facebook .writeComment .form .inscription {
  font-size: 10px;
  color: #ccc;
}
#facebook .commentsList:before,
#facebook .commentsList:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
}
#facebook .commentsList .commentItem {
  box-sizing: border-box;
  margin: 10px 0;
}
#facebook .commentsList .commentItem .commentBody {
  padding-left: 40px;
  font-size: 12px;
  line-height: 16px;
}
#facebook .commentsList .commentItem .commentBody p {
  margin-bottom: 0;
  line-height: normal;
}
#facebook .commentsList .commentItem .commentBody .username {
  color: #3b5998;
  font-weight: 600;
}
#facebook .commentsList .commentItem .commentBody .commentAction a {
  color: #3b5998;
  text-decoration: none;
}
#facebook .commentsList .commentItem .commentBody .commentAction .circle {
  font-size: 7px;
  position: relative;
  top: -2px;
  padding: 0 5px;
}
#facebook .commentsList .commentItem .commentBody .commentAction .likeImage {
  position: relative;
  top: 8px;
  width: 25px;
  height: 25px;
}
#facebook .commentsList .commentItem .commentBody .commentAction .likeCount {
  color: #ccc;
}
#facebook .commentsList .commentItem .commentBody .commentAction .time {
  color: #ccc;
}
main .sidebar {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  font-size: 16px;
  padding-left: 25px;
}
main .sidebar .line {
  height: 3px;
  background: #eeeeee;
}
main .sidebar h3 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
main .sidebar h3:before {
  content: '';
  background: #eb0254;
  display: inline-block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: -4px;
  left: 0;
}
main .sidebar .news {
  margin: 0 auto 20px;
}
main .sidebar .news .news_item {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dddddd;
}
main .sidebar .news .news_item img {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
main .sidebar .news .news_item p {
  min-height: 80px;
}
main .sidebar .news .news_item p a {
  color: #222;
}
main .sidebar .news .news_item p a:hover {
  color: #949494;
}
footer {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  /* border-bottom: 4px solid #333; */
  background: #333333;
  color: #777;
}
@media screen and (max-width: 1450px) {
  main .sidebar {
    width: 25%;
  }
  main .content {
    width: 75%;
  }
}
@media screen and (max-width: 1200px) {
  header .menu .search {
    right: 10px;
  }
}
@media screen and (min-width: 1000px) {
main .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: sans-serif;
    padding-left: 10px;
}
main .content h2 {
    margin: 40px auto 10px;
    padding-left: 9px;
}
#facebook .commentsList .commentItem .commentBody .username {
    color: #3b5998;
    font-weight: 600;
    padding-left: 10px;
}
#facebook .commentsList .commentItem .commentBody .commentAction a {
    color: #3b5998;
    text-decoration: none;
    padding-left: 10px;
}
main .content .title {
    width: 100%;
    position: relative;
    margin: 30px auto 30px;
    padding-left: 10px;
    font-size: 40px;
    font-family: sans-serif;
}}

@media screen and (max-width: 1000px) {
  header .menu .search {
    display: none;
  }
  main {
    display: block;
    font-size: 0;
    /* margin: -15px auto; */
}
  header .menu li:nth-of-type(3n) {
    display: none;
  }
  main .sidebar {
    display: none;
  }
  main .content {
    width: 100%;
    display: block;
    padding: 0 10px;
  }
}



@media screen and (max-width: 700px) {
  header .menu li {
    display: none;
  }
  
main .content .social {
    text-align: center;
    display: none;
}
  header .menu li.logo {
    display: inline-block;
    margin-right: 0;
  }
  header .menu li:nth-of-type(1) {
    display: inline-block;
  }
  main .content .social li {
    font-size: 0;
  }
  main .content .social li {
    margin: 0 1%;
    width: 16%;
  }
  main .content .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  main .content p {
    margin-bottom: 15px;
  }
  main .content img.center {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}


.countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;

}