.close-popup,
.cursor-text {
  cursor: pointer;
  position: absolute;
}

.cursor-text,
.pop-up-window,
.spin-result-wrapper,
.spin-wrapper,
.wheel-wrapper {
  text-align: center;
}

.spin-wrapper {
  padding: 40px 10px;
  box-sizing: border-box;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: 4px solid #0d7ee7;
  background: #f2f8ff;
}

.spin-wrapper p {
  text-align: center !important;
  font-size: 18px;
  line-height: 1.3em;
  text-indent: 0;
  padding: 0;
  margin-bottom: 40px;
}

.spin-wrapper .spin-title {
  font-size: 24px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 15px;
}

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

.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 {
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #262626;
  z-index: 2;
  display: inline-block;
  /* font-size: 13px; */
  width: 63px !important;
  height: 63px;
  line-height: 63px;
  border-radius: 50%;
  vertical-align: middle;
  top: 53px;
  left: 57px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  background: linear-gradient(180deg, #ffe68c 0%, #e9b80d 100%);
  animation-name: scale;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes scale {
  0% {
    transform: scale(100%);
  }
  100% {
    transform: scale(110%);
  }
}

@keyframes scale2 {
  0% {
    transform: translate(-50%, -50%) scale(100%);
  }
  100% {
    transform: translate(-50%, -50%) scale(110%);
  }
}

.wheel-img {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}

.close-popup {
  width: 30px;
  height: 30px;
  background-image: url("../img/cross.svg");
  background-size: 100%;
  top: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: 10px;
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}

.spin-result-wrapper {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 2;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
}

.pop-up-layer {
  position: fixed !important;
  top: 0 !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: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto !important;
  background: #fff;
  padding: 70px 10px 20px !important;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
  background-image: url(../img/bg-prise.png);
  background-position: center;
  background-size: cover;
}

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

.pop-up-window::before {
  width: 110px;
  height: 110px;
  top: -55px;
  background: linear-gradient(180deg, #2aa6eb 21.15%, #006aa5 100%);
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: url(../img/med.svg);
  width: 84px;
  height: 67px;
  top: -32px;
  /* 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: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

.spin-wrapper::after,
.spin-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.spin-wrapper::before {
  width: 90px;
  height: 90px;
  top: -55px;
  background: linear-gradient(180deg, #2aa6eb 21.15%, #006aa5 100%);
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.spin-wrapper::after {
  display: block;
  content: url(../img/med.svg);
  width: 65px;
  height: 56px;
  top: -38px;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  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(-50%);
  }
}

@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 !important;
  margin-bottom: 20px !important;
}

p.pop-up-text {
  margin: 20px auto 25px !important;
  font-size: 24px !important;
  line-height: 30px !important;
  text-align: center !important;
  text-indent: 0;
  color: #414141 !important;
  font-weight: 400;
}

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

.pop-up-button {
  text-transform: uppercase !important;
  padding: 10px 20% !important;
  font-size: 20px !important;
  border-radius: 5px !important;
  background-color: #2aa6eb !important;
  border: none !important;
  cursor: pointer !important;
  outline: 0 !important;
  border-radius: 50px !important;
}

.cursor-wheel {
  position: absolute;
  bottom: 38px;
  left: 38px;
}

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

.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(1783deg);
    transform: rotate(1783deg);
  }
  100% {
    -webkit-transform: rotate(1774deg);
    transform: rotate(1774deg);
  }
}

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

.rotate-min {
  animation-name: rotation-min;
  animation-duration: 200s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotation-min {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.time_pxains span {
  font-size: 1.1em;
  color: red;
  font-weight: 700;
}

.time_pxains_title {
  padding-top: 15px;
  text-align: center;
  font-size: 22px;
}

.order_block {
  padding: 0 10px;
  margin-top: 50px;
}

.priceс br {
  display: none;
}

@media all and (max-width: 1000px) {
  .page-wrap {
    padding: 0 5px;
  }
  .article {
    padding: 15px 5px;
    width: 100%;
    box-sizing: border-box;
  }
  .article__text img {
    display: block;
    margin-bottom: 10px;
  }
}

.loading2 {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 506px;
  height: 506px;
  border-radius: 100%;
}

.loading2 > div {
  background-color: #ffffff;
  height: 14px;
  position: absolute;
  width: 14px;
  /* css3 radius */
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  /* css3 animation */
  -webkit-animation-name: loading2;
  -webkit-animation-duration: 1.04s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -moz-animation-name: loading2;
  -moz-animation-duration: 1.04s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -o-animation-name: loading2;
  -o-animation-duration: 1.04s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
}

.loading2 > div:nth-child(1) {
  left: 246px;
  top: 5px;
  /* css3 animation */
  -webkit-animation-delay: 0.39s;
  -moz-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
}

.loading2 > div:nth-child(2) {
  left: 328px;
  top: 20px;
  /* css3 animation */
  -webkit-animation-delay: 0.52s;
  -moz-animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
}

.loading2 > div:nth-child(3) {
  left: 400px;
  top: 61px;
  /* css3 animation */
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
}

.loading2 > div:nth-child(4) {
  left: 455px;
  top: 131px;
  /* css3 animation */
  -webkit-animation-delay: 0.78s;
  -moz-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
}

.loading2 > div:nth-child(5) {
  left: 482px;
  top: 208px;
  /* css3 animation */
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
}

.loading2 > div:nth-child(6) {
  top: 285px;
  left: 482px;
  /* css3 animation */
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
}

.loading2 > div:nth-child(7) {
  top: 362px;
  left: 452px;
  /* css3 animation */
  -webkit-animation-delay: 1.17s;
  -moz-animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
}

.loading2 > div:nth-child(8) {
  top: 426px;
  left: 400px;
  /* css3 animation */
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
}

.loading2 > div:nth-child(9) {
  top: 472px;
  left: 323px;
  /* css3 animation */
  -webkit-animation-delay: 0.39s;
  -moz-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
}

.loading2 > div:nth-child(10) {
  top: 487px;
  left: 248px;
  /* css3 animation */
  -webkit-animation-delay: 0.52s;
  -moz-animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
}

.loading2 > div:nth-child(11) {
  top: 471px;
  left: 157px;
  /* css3 animation */
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
}

.loading2 > div:nth-child(12) {
  top: 426px;
  left: 87px;
  /* css3 animation */
  -webkit-animation-delay: 0.78s;
  -moz-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
}

.loading2 > div:nth-child(13) {
  top: 362px;
  left: 35px;
  /* css3 animation */
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
}

.loading2 > div:nth-child(14) {
  top: 287px;
  left: 9px;
  /* css3 animation */
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
}

.loading2 > div:nth-child(15) {
  top: 200px;
  left: 9px;
  /* css3 animation */
  -webkit-animation-delay: 1.17s;
  -moz-animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
}

.loading2 > div:nth-child(16) {
  top: 125px;
  left: 35px;
  /* css3 animation */
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
}

.loading2 > div:nth-child(17) {
  top: 60px;
  left: 89px;
  /* css3 animation */
  -webkit-animation-delay: 1.17s;
  -moz-animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
}

.loading2 > div:nth-child(18) {
  top: 20px;
  left: 163px;
  /* css3 animation */
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
}

/* css3 keyframes - loading2 */

@-webkit-keyframes loading2 {
  0% {
    background-color: #2c3a86;
    opacity: 0;
  }
  100% {
    background-color: #ffffff;
    opacity: 1;
  }
}

@-moz-keyframes loading2 {
  0% {
    background-color: #2c3a86;
    opacity: 0;
  }
  100% {
    background-color: #ffffff;
    opacity: 1;
  }
}

@-o-keyframes loading2 {
  0% {
    background-color: #2c3a86;
    opacity: 0;
  }
  100% {
    background-color: #ffffff;
    opacity: 1;
  }
}

@media all and (max-width: 998px) {
  .wheel {
    width: 100% !important;
  }
  .pop-up-heading {
    font-size: 33px !important;
  }
  .pop-up-text {
    margin-bottom: 15px !important;
  }
  .cursor-text {
    width: 48% !important;
    height: 48% !important;
    top: calc(50% + 3px);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    line-height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: scale2;
  }
  .cursor-wheel {
    width: 70%;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 100%;
    top: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: 10px;
    cursor: pointer;
  }
  .loading2 {
    width: 100%;
    height: 100%;
    /* background-color: black; */
  }
  .loading2 > div {
    width: 7px;
    height: 7px;
  }
  .loading2 > div:nth-child(1) {
    top: 2%;
    left: 50%;
  }
  .loading2 > div:nth-child(2) {
    top: 5%;
    left: 66%;
  }
  .loading2 > div:nth-child(3) {
    left: 81%;
    top: 14%;
  }
  .loading2 > div:nth-child(4) {
    left: 91%;
    top: 26%;
  }
  .loading2 > div:nth-child(5) {
    left: 97%;
    top: 46%;
  }
  .loading2 > div:nth-child(6) {
    top: 62%;
    left: 95%;
  }
  .loading2 > div:nth-child(7) {
    top: 77%;
    left: 87%;
  }
  .loading2 > div:nth-child(8) {
    top: 87%;
    left: 77%;
  }
  .loading2 > div:nth-child(9) {
    top: 93%;
    left: 66%;
  }
  .loading2 > div:nth-child(10) {
    top: 96%;
    left: 50%;
  }
  .loading2 > div:nth-child(11) {
    top: 93%;
    left: 33%;
  }
  .loading2 > div:nth-child(12) {
    top: 84%;
    left: 18%;
  }
  .loading2 > div:nth-child(13) {
    top: 72%;
    left: 8%;
  }
  .loading2 > div:nth-child(14) {
    top: 58%;
    left: 3%;
  }
  .loading2 > div:nth-child(15) {
    top: 40%;
    left: 3%;
  }
  .loading2 > div:nth-child(16) {
    top: 25%;
    left: 9%;
  }
  .loading2 > div:nth-child(17) {
    top: 13%;
    left: 20%;
  }
  .loading2 > div:nth-child(18) {
    top: 5%;
    left: 34%;
  }
  /* .loading2 > div:nth-child(1) {
    top: 2.57px;
    left: 126.4px;
  }
  .loading2 > div:nth-child(2) {
    top: 10.28px;
    left: 168.54px;
  }
  .loading2 > div:nth-child(3) {
    top: 31.34px;
    left: 205.53px;
  }
  .loading2 > div:nth-child(4) {
    top: 67.31px;
    left: 233.79px;
  }
  .loading2 > div:nth-child(5) {
    top: 106.88px;
    left: 247.67px;
  }
  .loading2 > div:nth-child(6) {
    top: 146.44px;
    left: 247.67px;
  }
  .loading2 > div:nth-child(7) {
    top: 186px;
    left: 232.25px;
  }
  .loading2 > div:nth-child(8) {
    top: 218.89px;
    left: 205.53px;
  }
  .loading2 > div:nth-child(9) {
    top: 242.53px;
    left: 165.97px;
  }
  .loading2 > div:nth-child(10) {
    top: 250.24px;
    left: 127.43px;
  }
  .loading2 > div:nth-child(11) {
    top: 242px;
    left: 80.67px;
  }
  .loading2 > div:nth-child(12) {
    top: 218.89px;
    left: 44.7px;
  }
  .loading2 > div:nth-child(13) {
    top: 186.01px;
    left: 17.98px;
  }
  .loading2 > div:nth-child(14) {
    top: 147.47px;
    left: 4.62px;
  }
  .loading2 > div:nth-child(15) {
    top: 102.77px;
    left: 4.62px;
  }
  .loading2 > div:nth-child(16) {
    top: 64.23px;
    left: 17.98px;
  }
  .loading2 > div:nth-child(17) {
    top: 30.83px;
    left: 45.73px;
  }
  .loading2 > div:nth-child(18) {
    top: 10.28px;
    left: 83.75px;
  } */
}

@media (max-width: 767px) {
  .wheel-wrapper {
    max-width: 506px;
    margin: 0 auto;
  }
  .cursor-text {
    width: 48% !important;
    height: 48% !important;
    top: calc(50% + 3px);
  }
}

@media (max-width: 480px) {
  .cursor-text {
    width: 48% !important;
    height: 48% !important;
    top: calc(50% + 3px);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    line-height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .loading2 > div {
    width: 4px;
    height: 4px;
  }
}

@media(max-width:359px) {
  .cursor-text {
    font-size: 10px;
  }
}