#push-comments #push_pwjqgx9 {
  /* background-color: #f0f0f0; */
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: Arial, serif;
  padding: 3rem 2rem;
  transition: all 0.15s ease-in-out;
  width: 100%;
}

#push-comments #push_pwjqgx9__form {
  box-sizing: border-box;
  margin: auto;
  max-width: 710px;
}

#push-comments #push_pwjqgx9__title {
  color: #2b587a;
  border-bottom: 0 solid;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 16px;
}

#push-comments #push_pwjqgx9__message,
#push-comments .reviews-form__name {
  border: 1px solid #2b587a;
  box-shadow: 0 2px 4px -3px #237a27;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 20px;
  width: 100%;
}

#push-comments #push_pwjqgx9__message {
  height: 120px;
  /* color: #000; */
  resize: none;
  -ms-overflow-style: none;
}

#push-comments #push_pwjqgx9__submit {
  background: #2b587a;
  border: none;
  box-shadow: 0 2px 4px -3px #000;
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
  display: table;
  margin: 20px 0 0;
  height: 50px;
  transition: all 0.1s ease-in-out;
  text-align: center;
  text-shadow: 0 0 1px #237a27;
  font-size: 18px;
  max-width: 200px;
  width: 100%;
}

#push-comments #push_pwjqgx9__submit:hover {
  background: #237a27;
  text-shadow: none;
  box-shadow: none;
}

.visibility-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  visibility: hidden;
}

.file-label {
  width: 230px;
  cursor: pointer;
  flex-shrink: 0;
  display: block !important;
}

.pust-comments__file-text {
  display: block !important;
  width: 230px !important;
  padding-left: 55px;
  position: relative;
  text-align: left;
}

.pust-comments__file-text::before {
  content: "";
  position: absolute;
  left: 15px;
  top: -4px;
  width: 32px;
  height: 32px;
  background: url(../images/clip.png) center center no-repeat;
  background-size: contain;
}

.pust-comments__file-text.loaded::before {
  background: url(../images/check.png) center center no-repeat;
  background-size: contain;
}

.reviews-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.reviews-form__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#push-comments .reviews-form__name {
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 663px) {
  .reviews-form textarea {
    order: 0;
  }

  .reviews-form .file-label {
    order: 1;
  }

  .reviews-form input[type="submit"] {
    order: 2;
  }
}

@media (max-width: 540px) {
  .reviews-form__wrapper {
    width: 100%;
    flex-direction: column-reverse;
  }

  .reviews-form__name {
    width: 100%;
  }

  .file-label {
    align-self: flex-start;
  }

  .pust-comments__file-text {
    margin-right: 38px;
    margin-bottom: 22px;
    padding-left: 38px;
  }

  .pust-comments__file-text::before {
    left: 0;
  }

  #push-comments #push_pwjqgx9__title {
    display: block;
    text-align: center;
    box-shadow: none;
  }

  #push-comments #push_pwjqgx9__submit {
    margin-left: auto;
    margin-right: auto;
  }

  .file-label {
    width: 220px;
  }
}

@media (max-width: 479px) {
  #push-comments #push_pwjqgx9 {
    padding: 30px 15px;
  }

  #push-comments #push_pwjqgx9__title {
    line-height: 1.2;
    font-size: 22px;
  }
}

#push_pwjqgx9 input,
#push_pwjqgx9 textarea {
  font-family: sans-serif !important;
  font-size: 18px !important;
  border-radius: 5px;
}

.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 .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, 0.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 0px;
  border: 2px solid rgb(204, 0, 0);
  padding: 10px;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
}

.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, 0.1);
  box-shadow: 0 4px 25px 0 rgba(129, 150, 160, 0.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 0.3s;
  cursor: pointer;
  text-decoration: none;
}

.btn3:hover,
.btn3:focus {
  background-color: #c30000;
  text-decoration: none;
  color: #fff;
}

button {
  cursor: pointer;
}

input:invalid {
  outline: none;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  main .content .social li:nth-of-type(1) {
    display: none;
  }

  main .content .social li {
    width: calc(100% / 4 - 10px) !important;
  }

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

  main .content .social li:nth-of-type(3) {
    display: none;
  }

  main .content .social li {
    width: calc(100% / 2 - 10px) !important;
  }

  .btn3 {
    padding: 15px 10px;
  }
}

input::-ms-clear {
  display: none;
}

input:invalid {
  outline: none;
  box-shadow: none;
}

* {
  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;
  line-height: 1.3;
  background: #ffffff;
}

.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 {
  position: relative;
  padding-left: 15px;
}

header .menu .logo {
  margin-right: 30px;
}

header .menu li {
  display: inline-block;
  vertical-align: middle;
}

header .menu li a {
  color: white;
  display: block;
  padding: 26px 5px;
  font-size: 14px;
  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 {
  padding: 0;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-weight: 500;
}

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: 0px auto 15px;
}

.live {
  margin: 5px 0;
  display: block;
  max-width: 100%;
}

main .content p {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: justify;
}

main .content a {
  color: #0293ce;
}

main .content a.btn {
  display: block;
  border: 1px solid #eb0254;
  max-width: 320px;
  width: 100%;
  margin: 20px auto;
  padding: 15px;
  border-radius: 7px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background: red;
  color: white;
}

main .content a.btn:hover {
  text-decoration: underline;
  background-color: #c30000;
}

main .content img.center {
  display: block;
  max-width: 600px;
  width: 100%;
  margin: 0 auto 20px;
}

main .content .title {
  width: 100%;
  position: relative;
  margin: 40px auto 30px;
  font-size: 40px;
  line-height: 1.2;
  font-family: sans-serif;
}

main .content .title span {
  display: inline-block;
  position: absolute;
  padding: 5px 10px 2px;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  left: 0;
  top: -27px;
  font-weight: bold;
  background: #eb0254;
}

main .content .social {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

main .content .social li {
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
  border-radius: 3px;
  font-size: 12px;
  color: wheat;
  text-transform: uppercase;
  transition: opacity 1s ease;
  width: calc(100% / 5 - 10px);
}

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: 10px;
  line-height: 1;
}

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: 4px;
}

#facebook {
  padding: 20px;
  box-sizing: border-box;
  background: #f6f7f9;
  margin-top: 20px;
  margin-bottom: 40px;
}

#facebook .avatar {
  width: 32px;
  height: 32px;
  float: left;
  position: relative;
  top: 3px;
}

#facebook .writeComment {
  box-sizing: border-box;
  padding: 0px 0px 10px 0px;
  display: none;
}

#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: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

#facebook .commentsList .commentItem:last-child {
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: none;
}

#facebook .commentsList .commentItem .commentBody {
  padding-left: 40px;
  font-size: 16px;
}

#facebook .commentsList .commentItem .commentBody p {
  margin-bottom: 0;
}

#facebook .commentsList .commentItem .commentBody .username {
  color: #3b5998;
  font-weight: 600;
}

#facebook .commentsList .commentItem .commentBody .commentAction a {
  padding-left: 15px;
  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 5px;
  display: none;
}

#facebook .commentsList .commentItem .commentBody .commentAction .likeImage {
  position: relative;
  top: 5px;
}

#facebook .commentsList .commentItem .commentBody .commentAction .likeCount {
  color: #6d87ac;
}

#facebook .commentsList .commentItem .commentBody .commentAction .time {
  margin-left: 5px;
  padding-left: 15px;
  position: relative;
  color: #919191;
}

#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: #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: 15px;
  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;
}

@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: 1024px) {
  header .menu li:nth-of-type(3n) {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  main .content h2 {
    line-height: 1.2;
  }

  main .content .title {
    margin-top: 55px;
    font-size: 33px;
  }

  header .menu .search {
    display: none;
  }

  header .menu .logo {
    margin-right: 10px;
    position: static;
    transform: none;
  }

  main .sidebar {
    display: none;
  }

  main .content {
    width: 100%;
    display: block;
    padding: 0 15px;
  }

  #facebook {
    margin-bottom: 20px;
  }
}

@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;
  }

  header .menu .logo a {
    padding: 10px 0;
  }

  main .content .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  main .content p {
    margin-bottom: 15px;
  }

  main .content img.center {
    margin-bottom: 15px;
  }

  header .menu {
    text-align: center;
  }
}

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

.spin-wrapper p {
  text-align: center !important;
}

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

.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: rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
  width: 180px;
  font-size: 18px;
  font-weight: bold;
  transform: rotateZ(-16deg);
  text-align: center !important;
  margin: -58px 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: 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) 0px -2px 0px inset,
    rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset,
    rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(radial,
      center center,
      0px,
      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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1);
  font-size: 13px;
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 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: normal;
  margin: 20px 0;
  text-align: center;
}

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

#clock span {
  color: #f00;
  font-weight: bold;
}

.order_block h2 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}

.red {
  color: #f00;
}

.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, 0.4) 0px 0px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 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, 0.6);
  text-align: center;
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0px;
  left: 0px;
  top: 40%;
  margin: 0px auto;
  background: #ffffff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  background-color: rgb(113, 195, 65);
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
  -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: 0.5s ease 0.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: 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: rgb(113, 195, 65);
  color: rgb(255, 255, 255) !important;
  border: medium none;
  cursor: pointer;
  outline: medium none;
  display: block;
  width: 150px;
  text-align: center;
  margin: 0 auto;
}

.pop-up-button:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

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

@media screen and (max-width: 767px) {
  main .content p {
    text-align: left;
  }

  header .menu li a {
    padding: 20px 5px;
    font-size: 13px;
  }

  header .menu .logo a span {
    font-size: 24px;
  }

  header .menu .logo a {
    font-size: 24px;
  }

  .img-caption {
    font-size: 16px !important;
    text-align: center !important;
  }
}

@media all and (max-width: 520px) {
  main .content .social li:nth-of-type(2) {
    display: none;
  }

  main .content .social li {
    width: calc(100% / 3 - 10px) !important;
  }

  .wheel {
    width: 265px !important;
  }

  p.price {
    right: -38px;
  }

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

  .cursor-text {
    line-height: 51px;
    font-size: 10px;
  }

  .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: 0px;
    cursor: pointer;
  }

  .wheel-cursor {
    width: 108px !important;
    height: 108px;
  }

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

.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% {
    transform: rotate(1883deg);
  }

  100% {
    transform: rotate(1868deg);
  }
}

@media all and (max-width: 479px) {
  main .content h2 {
    font-size: 20px;
  }

  main .content .social li {
    margin: 0;
    margin-right: 10px;
  }

  main .content .title {
    margin-top: 55px;
    font-size: 21px;
  }

  main .content .title span {
    top: -27px;
  }

  #facebook .commentsList .commentItem .commentBody .commentAction .time {
    padding-left: 0;
  }

  #facebook .commentsList .commentItem .commentBody .commentAction .time::before {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  main .content .social li:nth-of-type(3) {
    display: none;
  }

  main .content .social li {
    width: calc(100% / 2 - 10px) !important;
  }
}