.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-title {
  margin-bottom: 5px !important
}

.form__price {
  font-size: 18px;
  text-align: center
}

.form__price-value {
  font-size: 30px !important;
  position: relative
}

.form__price-new span, .text-red {
  color: red;
}

.form__price-new .form__price-value,
.form__price-new .x_currency {
  font-weight: 700
}

.x_currency {
  font-size: 16px !important
}

.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::after {
  transform: rotate(20deg) translateY(-50%)
}

.form__price-old .form__price-value::before {
  transform: rotate(-20deg) translateY(-50%)
}

.lead-form-subtitle {
  font-size: 14px
}

#form-block {
  max-width: 450px
}

.prod-img {
  width: 210px;
  margin-right: 80px;
  display: block
}

.lead-form-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700
}

.lead-form-box {
  box-sizing: border-box !important;
  background: #fff;
  border: 1px solid #dacec6;
  padding: 20px;
  max-width: 450px;
  font-family: Arial;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .15)
}

.lead-form-box p {
  text-align: center !important
}

.fields-box {
  margin: auto;
  width: 100%
}

#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
}

.name-field,
.phone-field {
  margin-bottom: 15px;
  text-align: left
}

.lead-form-warn {
  margin: 20px 0;
  border: 2px solid #c00;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}

.lead-form-note {
  margin-bottom: 0 !important;
  font-size: 14px !important
}

.order-wrap {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.btn3 {
  display: block;
  width: 100%;
  padding: 15px;
  background: red;
  text-shadow: 1px 3px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 25px 0 rgba(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
}

.btn3:focus,
.btn3:hover {
  background-color: #c30000;
  text-decoration: none;
  color: #fff
}

button {
  cursor: pointer
}

input:invalid {
  outline: 0;
  box-shadow: none
}

@media screen and (max-width:767px) {
  .order-wrap {
      flex-direction: column
  }
  .prod-img {
      width: 180px;
      margin: 0 0 20px 0
  }
}

@media screen and (max-width:600px) {
  .lead-form-box {
      border-left: 1px solid #dacec6;
      border-right: 1px solid #dacec6
  }
}

@media screen and (max-width:400px) {
  .lead-form-box {
      padding: 10px
  }
  .btn3 {
      padding: 15px 10px
  }
}

input::-ms-clear {
  display: none
}

input:invalid {
  outline: 0;
  box-shadow: none
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

a {
  text-decoration: none
}

li,
ul {
  list-style: none
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

body {
  font-family: Lato, sans-serif;
  color: #222;
  line-height: 1.3;
  background: #fff
}

.limit {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative
}

.logo {
  font-family: Montserrat, sans-serif
}

header {
  display: block;
  background: #d35151;
  margin-bottom: 25px
}

header .menu {
  padding: 10px 0
}

header .menu .logo {
  margin-right: 90px
}

header .menu li {
  display: inline-block;
  vertical-align: middle
}

header .menu li a {
  color: #fff;
  display: block;
  padding: 5px;
  font-size: 14px;
  font-weight: 400
}

header .menu li a:hover {
  color: #000
}

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: #fff
}

header .menu li a .icon-search:hover {
  color: #000
}

header .menu .logo a {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: -2px
}

header .menu .logo a span {
  font-weight: 500;
  font-size: 30px
}

main {
  display: block;
  font-size: 0;
  margin: 20px auto
}

main .content {
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  width: 75%;
  font-size: 16px
}

main .content .author {
  font-size: 14px;
  margin: 20px auto 15px;
  width: 100%
}

main .content h2 {
  margin: 0 auto 15px
}

main .content p {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: justify
}

main .content a {
  color: #3b5998
}

main .content a.btn {
  display: block;
  border: 1px solid red;
  max-width: 600px;
  width: 100%;
  margin: 20px auto;
  padding: 10px;
  border-radius: 7px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all .3s ease;
  background: red;
  color: #fff;
  text-decoration: none;
}
main .content a.btn--end {
  max-width: 270px;
} 

footer {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 15px 10px;
  background: #333;
  color: #777
}

main .content a.btn:hover {
  text-decoration: underline
}

main .content img.center {
  display: block;
  max-width: 600px;
  width: 100%;
  margin: 0 auto 20px
}

main .content .title {
  width: 100%;
  position: relative;
  margin: 30px auto 30px;
  font-size: 37px;
  font-family: sans-serif
}

main .content .title span {
  display: inline-block;
  position: absolute;
  padding: 2px 10px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  left: 0;
  top: -20px;
  font-weight: 700;
  background: #eb0254
}

main .content .social {
  height: 27px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  text-align: center
}

main .content .social li {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  margin: 0 5px;
  border-radius: 3px;
  font-size: 12px;
  color: wheat;
  text-transform: uppercase;
  transition: opacity 1s ease
}

.spin__text {
  padding: 0 20px
}

main .content .social li:hover {
  opacity: .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-commenting-o,
main .content .social li .icon-mail,
main .content .social li .icon-twitter {
  position: relative;
  bottom: 1px
}

main .content .social li a {
  color: #fff;
  font-weight: 700;
  display: block;
  width: 100%;
  padding: 5px 10px
}

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: #aaa;
  border: 1px solid #aaa
}

main .content .social li:nth-of-type(5) {
  background: #fff;
  border: 1px solid #bbb
}

main .content .social li:nth-of-type(5) a {
  color: #bbb
}

main .content .social li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 4px
}

#facebook {
  padding: 20px;
  box-sizing: border-box;
  background: #f6f7f9;
  margin-top: 20px
}

#facebook .avatar {
  width: 45px;
  height: 45px;
  float: left
}

#facebook .writeComment {
  box-sizing: border-box;
  padding: 0 0 10px 0;
  display: none
}

#facebook .writeComment:after,
#facebook .writeComment:before {
  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:after,
#facebook .commentsList:before {
  content: '';
  display: table;
  clear: both;
  width: 100%
}

#facebook .commentsList .commentItem {
  box-sizing: border-box;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

#facebook .commentsList .commentItem:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#facebook .commentsList .commentItem .commentBody {
  padding-left: 55px;
  font-size: 16px
}

.commentBody img {
  max-width: 100%
}

#facebook .commentsList .commentItem .commentBody p {
  margin-bottom: 0;
  text-align: left;
}

#facebook .commentsList .commentItem .commentBody .username {
  color: #3b5998;
  font-weight: 600
}

#facebook .commentsList .commentItem .commentBody .commentAction a {
  padding-left: 0px;
  position: relative;
  color: #3b5998;
  text-decoration: none
}

/* #facebook .commentsList .commentItem .commentBody .commentAction a::before {
  content: "•";
  color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
} */

#facebook .commentsList .commentItem .commentBody .commentAction a:first-child {
  padding-left: 0
}

#facebook .commentsList .commentItem .commentBody .commentAction a:first-child::before {
  display: none
}

#facebook .commentsList .commentItem .commentBody .commentAction .circle {
  font-size: 7px;
  position: relative;
  top: -2px;
  padding: 0 3px;

}

#facebook .commentsList .commentItem .commentBody .commentAction .likeImage {
  position: relative;
  top: 5px
}

#facebook .commentsList .commentItem .commentBody .commentAction .likeCount {
  color: #6d87ac
}

#facebook .commentsList .commentItem .commentBody .commentAction .date-s {

  position: relative;
  color: #787878;
  font-size: 14px;
}

/* #facebook .commentsList .commentItem .commentBody .commentAction .time::before {
  content: "•";
  color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
} */

main .sidebar {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 15px
}

main .sidebar .line {
  height: 3px;
  background: #eee
}

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: 15px;
  border-bottom: 1px solid #ddd
}

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
}

@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 (max-width:1000px) {
  header .menu .search {
      display: none
  }
  header .menu li:nth-of-type(3n) {
      display: none
  }
  main .sidebar {
      display: none
  }
  main .content {
      width: 100%;
      display: block;
      padding: 0 15px
  }
  header {
      margin-bottom: 40px
  }
  main .content .title {
      font-size: 33px;
      line-height: 1.2
  }
}

@media screen and (max-width:700px) {
  header .menu li {
      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 {
      margin: 0 1%
  }
  main .content .title {
      font-size: 26px;
      margin-bottom: 20px
  }
  main .content p {
      margin-bottom: 15px
  }
  main .content img.center {
      margin-bottom: 15px
  }
}

.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: 20px
}

.spin-wrapper p {
  text-align: center !important
}

.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;
  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
}

.price span {
  font-size: 22px
}

.cursor-text {
  line-height: 61px;
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  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: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
  box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 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, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
  background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
  background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0, rgba(234, 234, 234, 1) 100%);
  font-size: 15px
}

.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 {
  text-align: center;
  display: none
}

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
}

.timer-text {
  font-size: 18px;
}

#clock {
  font-size: 30px;
  margin-top: 5px;
  margin-bottom: 15px;
}

#clock span {
  color: red;
  font-weight: 700
}

.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(../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: -40px;
  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 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 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 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;
  text-align: center !important
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 0;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff !important;
  border: medium none;
  cursor: pointer;
  outline: medium none;
  display: block;
  width: 150px;
  text-align: center;
  margin: 0 auto;
  transition: 0.5s;
}

.pop-up-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #539c29;
}

.wheel img {
  max-width: 100%
}

@media screen and (max-width:767px) {
  main .content p {
      text-align: left
  }
  main .content .social li {
      width: auto
  }
  main .content h2 {
      line-height: 1.2
  }
}

@media all and (max-width:520px) {
  .wheel {
      width: 265px !important
  }
  p.price {
      right: -38px
  }
  .pop-up-window {
      top: 25%
  }
  .cursor-text {
      line-height: 43px;
      font-size: 12px
  }
  .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
  }
}

.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(1883deg);
      transform: rotate(1883deg)
  }
  100% {
      -webkit-transform: rotate(1874deg);
      transform: rotate(1874deg)
  }
}
.otz {
  max-width: 220px!important;
  margin-top: 15px;
}
@media screen and (min-width: 480px) {
  .prod-img, .prod {
    max-width: 180px!important;
  }
}
@media all and (max-width:479px) {
  main .content .social {
      justify-content: center
  }
  main .content .title {
      font-size: 24px
  }
  #facebook .commentsList .commentItem .commentBody .commentAction .time {
      margin-top: 5px;
      display: block
  }
  main .content .order_block h2 {
      font-size: 20px
  }
  .prod-img, .prod {
    max-width: 150px!important;
  }
}

.like-container {
  cursor: pointer;
}

.like-container.liked {
  font-weight: bold;
}

.prod-shadow {
  filter: drop-shadow(0 -1px 1px rgba(0,0,0,.2));
}