*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  -webkit-text-size-adjust: 100%;
}

a {
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

body {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 1;
}

.wrapper {
  overflow: hidden;
}

.container {
  width: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.container__inner {
  padding: 0 15px;
}

header {}

.header__wrap {
  display: table;
  width: 100%;
  padding: 10px 15px;
}

.header__cell {
  display: table-cell;
  vertical-align: middle;
}

.logo {
  display: block;
  position: relative;
  padding-left: 45px;
  text-decoration: none;
}

.logo:before {
  content: '';
  width: 36px;
  height: 38px;
  background: url("../images/logo.png") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -19px;
}

.logo__text {
  color: #30343A;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.logo__text span {
  display: block;
}

.menu__item:not(.menu__item_mobile) {
  display: none;
}

.menu_mobile {
  display: block;
  width: 40px;
  height: 40px;
  background: #04C4D0;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
}

.menu_mobile:before,
.menu_mobile:after,
.menu_mobile span {
  content: '';
  width: 20px;
  height: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
}

.menu_mobile:before {
  margin-top: -6px;
}

.menu_mobile:after {
  margin-top: 4px;
}

.menu_mobile span {
  margin-top: -1px;
}

.header__content {
  background: url("../images/header_mobile_bg.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 75px 0;
}

.header__content:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
}

.header__title {
  padding: 0 15px;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
}

.info {
  border-bottom: 1px solid #DDE2EA;
  padding: 20px 0;
}

.info__name {
  font-weight: bold;
  padding: 10px 0;
}

.info__name:before {
  content: '';
  width: 46px;
  height: 46px;
  -webkit-box-shadow: 0 0 0 6px rgba(4, 196, 208, 0.2);
  -moz-box-shadow: 0 0 0 6px rgba(4, 196, 208, 0.2);
  box-shadow: 0 0 0 6px rgba(4, 196, 208, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url("../images/author_ava.jpg") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  float: left;
  margin-right: 30px;
}

.info__item {
  position: relative;
  font-size: 14px;
  color: #727B89;
  padding: 5px 0 5px 30px;
  display: inline-block;
}

.info__item_date:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/date_icon.svg") center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.info__item_views,
.info__item_likes {
  display: none;
}

.info__button {
  display: none;
}

.content__text {
  color: #586271;
  line-height: 1.5;
  padding: 20px 0 5px;
}

.content__text a,
.content__list a {
  color: #04C4D0;
}

.content__photo {
  text-align: center;
  padding: 10px 0 0;
}

.content__photo img {
  display: inline-block;
}

.content__photo img+img {
  margin-top: 20px;
}

.content__subtitle {
  font-size: 12px;
  font-style: italic;
  color: #A7ACB5;
  padding: 10px 0 0;
}

.content__list {
  padding: 15px 0 10px;
  line-height: 1.5;
}

.button__wrap {
  text-align: center;
  padding: 20px 0;
}

.button {
  display: inline-block;
  padding: 20px 30px;
  min-width: 280px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  background: #04C4D0;
  cursor: pointer;
  -webkit-transition: box-shadow .3s, text-shadow .2s;
  -moz-transition: box-shadow .3s, text-shadow .2s;
  -ms-transition: box-shadow .3s, text-shadow .2s;
  -o-transition: box-shadow .3s, text-shadow .2s;
  transition: box-shadow .3s, text-shadow .2s;
}

.button:hover {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #04C4D0, 0 0 0 6px #fff, 0 0 2px 8px #04C4D0;
  -moz-box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #04C4D0, 0 0 0 6px #fff, 0 0 2px 8px #04C4D0;
  box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #04C4D0, 0 0 0 6px #fff, 0 0 2px 8px #04C4D0;
  text-shadow: 2px 2px 0 #04C4D0, -2px -2px 0 #04C4D0, -2px 2px 0 #04C4D0, 2px -2px 0 #04C4D0,
    5px 5px 5px #fff, -5px -5px 5px #fff, -5px 5px 5px #fff, 5px -5px 5px #fff;
}

.comment {
  background: rgba(167, 172, 181, 0.17);
  border: 1px solid #DDE2EA;
  padding: 35px 0 30px;
  margin-bottom: 50px;
}

.comment__title {
  color: #30343A;
  text-transform: uppercase;
  padding: 0 0 15px;
}

.comment__field {
  max-width: 430px;
  padding: 0 0 10px;
}

.comment__field label {
  font-size: 12px;
  text-transform: uppercase;
  color: #727B89;
}

.comment__field input,
.comment__field textarea {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #DDE2EA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  resize: none;
  margin: 5px 0 0;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
}

.comment__button {
  padding: 10px 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #04C4D0;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 15px 0;
  display: table;
  cursor: pointer;
  -webkit-transition: box-shadow .3s;
  -moz-transition: box-shadow .3s;
  -ms-transition: box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
}

.comment__button:hover {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #04C4D0, 0 0 0 6px #fff, 0 0 2px 8px #04C4D0;
  -moz-box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #04C4D0, 0 0 0 6px #fff, 0 0 2px 8px #04C4D0;
  box-shadow: 0 0 0 2px #fff, 0 0 2px 4px #04C4D0, 0 0 0 6px #fff, 0 0 2px 8px #04C4D0;
}

.container__notification {
  padding: 20px 30px;
  border: 1px solid #04C4D0;
  display: none;
}

aside,
footer {
  display: none;
}





.countdown-block {
  text-align: center;
  background: #ed1b24;
  color: #fff;
  padding: 10px 10px 20px;
  box-shadow: 0 0 black;
}

.countdown-block>h3 {
  font-weight: 800;
  font-size: 39px;
  padding-top: 5px;
  margin: 0;
  line-height: 1;
  padding-bottom: 10px;
}

.countdown-container {
  max-width: 320px;
  background: #ed1b24;
  border: 5px solid #fffd07;
  text-align: center;
  margin: 0 auto;
}

.countdown-container h3 {
  color: #fffd07;
  margin: 0 auto;
  margin-top: -10px;
  background: #ed1b24;
  width: 90%;
  text-transform: uppercase;
  font-weight: 700;
}

.countdown {
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 39px;
  line-height: 1;
}

.countdown-item {
  color: #fff;
  width: 80px;
  font-weight: bold;
  text-align: center;
}

.countdown-divider {
  color: #fff;
  width: 1rem;
}

.countdown-text {
  margin: 0 auto;
  margin-bottom: -8px;
  background: #ed1b24;
  width: 90%;
  color: #fffd07;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.countdown-text span {
  /*width: 4rem;
margin-right: 2rem;*/
  text-align: center;
  width: 33%;
}

.best-form {
  font: 16px/1.2 "Roboto", sans-serif;
  padding: 1rem;
  padding-bottom: 40px;
  color: #fff;
  background-color: #fa0;
}

form {
  max-width: 320px;
  margin: 0 auto;
}

.product {
  max-width: 320px;
  margin: 0 auto;
  display: flex;
}

.product .left {
  width: 50%;
}

.product .right {
  width: 50%;
  text-align: center;
}

.product .price-old {
  line-height: 1;
}

.product .price-old span {
  display: inline-block;
  padding: 0 1rem;
  font-size: 35px;
  color: #000;
  position: relative;
}

.product .price-old span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 5px solid #ed1b24;
  transform: rotate(-10deg);
}

.product .discount-text {
  margin-top: 1rem;
  color: #000;
  font-size: 18px;
}

.product .price {
  color: #ed1b24;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 1;
}

.product .price span {
  font-weight: 300;
  font-size: 50%;
  margin-left: 5px;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.country-input,
.name-input,
.phone-input {
  color: #000;
  background: #fff;
  border: 0;
  width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  transition: all 0.15s ease-in-out;
}

.name-input label,
.phone-input label {
  align-self: center;
  padding-left: 15px;
  width: 60px;
  font-weight: 700;
}

.name-input input,
.phone-input input,
.country-input select {
  flex: 1 1 auto;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  min-width: 0;
  padding: 10px 15px;
  border-radius: 6px;
}

input::placeholder {
  text-decoration: underline dotted;
  font-family: sans-serif;
  color: grey !important;
}

.button-submit {
  text-align: center;
  display: flex;
  box-sizing: border-box !important;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  border-radius: 6px;
  border: 0;
  padding: 14px 0;
  background-image: linear-gradient(to top, #137c09, #16ac0c);
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  font: 18px/1.4 "Roboto", sans-serif;
  font-weight: 400;
}

.button-submit-text {
  color: #fff;
  flex: 1 1 auto;
  font: inherit;
  font-weight: 400;
}

.button-submit-arrow {
  width: 0;
  height: 0;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 1rem solid #fff;
  margin-right: 1rem;
}

#only-mob {
  display: none;
}

@media screen and (max-width: 759px) {
  .product {
    display: block;
  }

  .product .left,
  .product .right {
    width: 100%;
  }

  #not-on-mob {
    display: none;
  }

  #only-mob {
    display: block;
    text-align: center;
  }
}

.btnbtn {
  animation: shadow-pulse2 1s infinite;
}

@keyframes shadow-pulse2 {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 128, 0, 0.9);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

.btnbtn {
  text-decoration: none;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  color: rgb(255, 255, 255) !important;
  background-color: #008000;
  display: inline-block;
  padding: 10px 20px;
  margin: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  animation: shadow-pulse2 1s infinite;
  font-weight: 700;
  white-space: normal;
}

.pulse {
  background-color: rgba(0, 113, 227, 1);
  animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 113, 227, 0.9);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 113, 227, 0.9);
  }

  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}

.timer-in-button {
  margin: 10px;
  display: block;
  white-space: nowrap;
}

.timer-in-button span {
  margin: 0 7px;
  background: white;
  color: red;
  padding: 5px;
  border-radius: 3px;
}

.prod-pulse {
  margin-bottom: 15px;
  border-radius: 20px;
  animation: prod-shadow-pulse 1s infinite;
}

@keyframes prod-shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.9);
    /*крассный*/
    /*box-shadow: 0 0 0 0px rgba(227, 133, 0, 0.9); */
    /*темно-крассный*/
    /*box-shadow: 0 0 0 0px rgba(255, 255, 0, 0.9);*/
    /*желтый*/
    /*box-shadow: 0 0 0 0px rgba(255, 215, 0, 0.9);*/
    /*золотой*/
    /*box-shadow: 0 0 0 0px rgba(255, 160, 122, 0.9);*/
    /*кораловый*/
    /*box-shadow: 0 0 0 0px rgba(255, 140, 0, 0.9);*/
    /*оранжевый*/
    /*box-shadow: 0 0 0 0px rgba(255, 105, 180, 0.9);*/
    /*розовый*/
    /*box-shadow: 0 0 0 0px rgba(238, 130, 238, 0.9);*/
    /*фиолетовый*/
    /*box-shadow: 0 0 0 0px rgba(138, 43, 226, 0.9);*/
    /*темно-фиолетовый*/
    /*box-shadow: 0 0 0 0px rgba(0, 255, 0, 0.9);*/
    /*лайм*/
    /*box-shadow: 0 0 0 0px rgba(50, 205, 50, 0.9);*/
    /*светло-зеленый*/
    /*box-shadow: 0 0 0 0px rgba(0, 128, 0, 0.9);*/
    /*зеленый*/
    /*box-shadow: 0 0 0 0px rgba(0, 255, 255, 0.9);*/
    /*берюзовый*/
    /*box-shadow: 0 0 0 0px rgba(0, 206, 209, 0.9);*/
    /*темно-берюзовый*/
    /*box-shadow: 0 0 0 0px rgba(173, 216, 230, 0.9);*/
    /*голубой*/
    /*box-shadow: 0 0 0 0px rgba(30, 70, 255, 0.9);*/
    /*синий*/
  }

  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}

.img-responsive {
  width: 100%;
}

.countdown-container h3 {
  font-size: 1rem;
}

.countdown-text {
  font-size: 0.8rem;
}

.product .price-old span {
  font-size: 35px;
}

.product .price {
  font-size: 40px;
}

@media screen and (max-width: 759px) {
  .img-responsive {
    margin: 0 auto;
    width: 50%;
    display: block;
  }
}


.quantity {
  color: #45688e;
  font-weight: bold;
  padding: 2px 3px 1px;
  background: #dae2e8;
  margin-bottom: 20px;
}

.comment {
  border-bottom: 1px solid #dae1e8;
  padding: 15px;
  margin-bottom: 15px;
}

.content .comment .avatar {
  width: 48px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.comm_text {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% - 65px);
  width: -moz-calc(100% - 65px);
  width: calc(100% - 65px);
}

.comm_text>a {
  text-decoration: none;
}

.content .comm_text .user_name {
  color: #2b587a;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 10px;
}

.content .comm_text .text {
  font-size: 15px;
  line-height: 1.5;
}

.content .comm_text .time {
  color: #999;
  margin-bottom: 0;
}

.content p,
.content img:not(.country),
.content h1,
.content h2 {
  margin-bottom: 16px;
}

.west-side-custom {
  padding: 10px 10px 10px 50px;
}

@media screen and (max-width: 600px) {
  .west-side-custom {
    padding: 10px 5px;
  }
}



/* spin */
.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;
}

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

.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 {
  position: absolute;
  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%;
  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: 18px;
}

.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 {
  display: none;
}

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

.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-layer {
  position: fixed !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 99 !important;
}

.pop-up-layer-show {
  display: block;
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0px;
  left: 0px;
  top: 10%;
  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;
  line-height: 30px;
  text-align: center;
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: rgb(113, 195, 65);
  color: rgb(255, 255, 255);
  border: medium none;
  cursor: pointer;
  outline: medium none;
}

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

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

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

  .cursor-text {
    line-height: 36px;
    font-size: 11px;
  }
}

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

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

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

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


.overflow {
  overflow-x: hidden;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
  background: url("../images/customselect.png") center right 15px no-repeat, #ffffff;
}