@-webkit-keyframes rotateLightInnerStart {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0.5);
    transform: translate(-50%, -50%) rotate(0deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(1);
    transform: translate(-50%, -50%) rotate(180deg) scale(1);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(0.5);
    transform: translate(-50%, -50%) rotate(360deg) scale(0.5);
  }
}

@keyframes rotateLightInnerStart {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0.5);
    transform: translate(-50%, -50%) rotate(0deg) scale(0.5);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(1);
    transform: translate(-50%, -50%) rotate(180deg) scale(1);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(0.5);
    transform: translate(-50%, -50%) rotate(360deg) scale(0.5);
  }
}

@-webkit-keyframes rotateLightInner {
  0%,
  50%,
  to {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }

  33%,
  43%,
  83%,
  93% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  38%,
  88% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes rotateLightInner {
  0%,
  50%,
  to {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }

  33%,
  43%,
  83%,
  93% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  38%,
  88% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@-webkit-keyframes rotateHelix {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  48% {
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
    transform: translate(-50%, -50%) rotate(270deg);
  }

  52% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotateHelix {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  48% {
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
    transform: translate(-50%, -50%) rotate(270deg);
  }

  52% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes rotateGlass {
  0%,
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  50% {
    -webkit-transform: rotateY(35deg);
    transform: rotateY(35deg);
  }
}

@keyframes rotateGlass {
  0%,
  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  50% {
    -webkit-transform: rotateY(35deg);
    transform: rotateY(35deg);
  }
}

@-webkit-keyframes rotateLight {
  0% {
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }

  30% {
    -webkit-transform: rotate(115deg) scale(1);
    transform: rotate(115deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
  }

  to {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

@keyframes rotateLight {
  0% {
    -webkit-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
  }

  30% {
    -webkit-transform: rotate(115deg) scale(1);
    transform: rotate(115deg) scale(1);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
  }

  to {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

@-webkit-keyframes circle {
  0% {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }

  to {
    -webkit-clip-path: circle(280px);
    clip-path: circle(280px);
  }
}

@keyframes circle {
  0% {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }

  to {
    -webkit-clip-path: circle(280px);
    clip-path: circle(280px);
  }
}

@-webkit-keyframes circleOuter {
  0% {
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
  }

  to {
    -webkit-clip-path: circle(0);
    clip-path: circle(0);
  }
}

@keyframes circleOuter {
  0% {
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
  }

  to {
    -webkit-clip-path: circle(0);
    clip-path: circle(0);
  }
}

@-webkit-keyframes opacityText {
  0% {
    opacity: 1;
    -webkit-clip-path: circle(280px);
    clip-path: circle(280px);
  }

  to {
    opacity: 0;
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }
}

@keyframes opacityText {
  0% {
    opacity: 1;
    -webkit-clip-path: circle(280px);
    clip-path: circle(280px);
  }

  to {
    opacity: 0;
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }
}

@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.icon-clock {
  width: 0.85em;
  height: 1em;
  fill: #666;
}

.icon-comments--dark {
  width: 0.93em;
  height: 1em;
  fill: #333;
}

.icon-comments,
.icon-facebook {
  width: 0.93em;
  height: 1em;
  fill: #fff;
}

.icon-facebook {
  width: 0.5em;
}

.icon-filter-button-arrow--blue {
  width: 1.5em;
  height: 1em;
  fill: #0078dc;
}

.icon-filter-button-arrow {
  width: 1.5em;
  height: 1em;
  fill: #00944a;
}

.icon-googlePlus,
.icon-instagram {
  width: 1.67em;
  height: 1em;
  fill: #fff;
}

.icon-instagram {
  width: 1em;
}

.icon-like--dark {
  width: 1.08em;
  height: 1em;
  fill: #666;
}

.icon-like--red {
  width: 1.05em;
  height: 1em;
  fill: #e64545;
}

.icon-like {
  width: 1.08em;
  height: 1em;
  fill: #fff;
}

.icon-logo {
  /*width: 13.2em;
  height: 1em;
  fill: #0078dc;*/
}

.icon-logout {
  width: 1em;
  height: 1em;
  fill: #8cccf7;
}

.icon-navArrow {
  width: 1.5em;
  height: 1em;
  fill: #0078dc;
}

.icon-ok,
.icon-project-logo {
  width: 0.6em;
  height: 1em;
  fill: #fff;
}

.icon-project-logo {
  width: 1.64em;
}

.icon-search,
.icon-tg,
.icon-twitter {
  width: 1em;
  height: 1em;
  fill: #fff;
}

.icon-twitter {
  width: 1.25em;
}

.icon-unipro,
.icon-user,
.icon-vk {
  width: 1.67em;
  height: 1em;
  fill: #fff;
}

.icon-user,
.icon-vk {
  width: 0.96em;
}

.icon-vk {
  width: 1.88em;
}

@font-face {
  font-family: "plumbmedium";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(../fonts/plumb.woff) format("woff"),
    url(../fonts/plumb.ttf) format("truetype"),
    url(../fonts/plumb.svg#plumbmedium) format("svg");
}

.prediction {
  overflow: hidden;
  width: 100%;
  position: relative;
  max-width: 902px;
}

/* .prediction::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(./img/prediction/snow.png);
} */

.prediction__container {
  background: url(../img/prediction/ball_back.jpg) no-repeat 50% 100%;
  padding-bottom: 55px;
  padding-top: 48px;
  background-size: cover;
  background-position: top;
}

.prediction__ball {
  width: 354px;
  height: 413px;
  position: relative;
  margin: 0 auto;
}

.prediction__ball-wrap,
.prediction__ball:after {
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
  position: absolute;
}

.prediction__ball:after {
  content: "";
  margin-top: -82px;
  margin-left: 74px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/prediction/ball_shadow.png);
  width: 651px;
  height: 174px;
  left: 50%;
  top: 100%;
  display: none;
}

.prediction__ball-wrap {
  background-image: url(../img/prediction/ball_stand.png);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.prediction__ball-glass {
  width: 371px;
  height: 414px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.prediction__ball-glass-inner:before,
.prediction__ball-glass:after {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.prediction__ball-glass:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: url(../img/prediction/ball_glass.png);
  width: 100%;
  height: 100%;
}

.prediction__ball-glass-inner {
  width: 164px;
  height: 38px;
  -webkit-clip-path: ellipse(76px 13px);
  clip-path: ellipse(76px 13px);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 116px;
  margin-left: -82px;
  -webkit-animation: 10s linear infinite rotateGlass;
  animation: 10s linear infinite rotateGlass;
}

.prediction__ball-glass-inner:before {
  background-image: url(../img/prediction/ball_helix_blur.png);
  width: 155px;
  height: 41px;
}

.prediction__ball-glass-inner:after,
.prediction__ball-glass-inner:before,
.prediction__ball-light:after,
.prediction__ball.mask-out .prediction__ball-text:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.prediction__ball-glass-inner:after {
  background: #3288ce;
  -webkit-clip-path: ellipse(76px 13px);
  clip-path: ellipse(76px 13px);
  mix-blend-mode: overlay;
  -webkit-filter: blur(18px);
  filter: blur(18px);
  width: 160px;
  height: 34px;
}

.prediction__ball-light {
  width: 430px;
  height: 430px;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -215px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.prediction__ball.is-active .prediction__ball-light,
.prediction__ball.is-start .prediction__ball-light {
  -webkit-animation-name: rotateLight;
  animation-name: rotateLight;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.prediction__ball-light:after,
.prediction__ball.mask-out .prediction__ball-text:before {
  background-color: #fff;
  border-radius: 50%;
  width: 310px;
  height: 310px;
  -webkit-filter: blur(21px);
  filter: blur(21px);
}

.prediction__ball-helix,
.prediction__ball-light-inner {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
}

.prediction__ball-light-inner {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  background-image: url(../img/prediction/ball_light.png);
  width: 430px;
  height: 430px;
}

.prediction__ball.is-start .prediction__ball-light-inner {
  -webkit-animation-name: rotateLightInnerStart;
  animation-name: rotateLightInnerStart;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}

.prediction__ball.is-active .prediction__ball-light-inner {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotateLightInner;
  animation-name: rotateLightInner;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.prediction__ball-helix {
  background-image: url(../img/prediction/ball_helix.png);
  width: 368px;
  height: 368px;
  margin-top: -24px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: 15s linear infinite rotateHelix;
  animation: 15s linear infinite rotateHelix;
}

.prediction__ball-text {
  width: 280px;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
  position: absolute;
  left: 50%;
  top: 44px;
  margin-left: -140px;
  -webkit-clip-path: circle(0%);
  clip-path: circle(0%);
  font-family: "plumbmedium", Arial, Helvetica, sans-serif;
}

.prediction__ball.is-start .prediction__ball-text {
  -webkit-animation-name: circle;
  animation-name: circle;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.prediction__ball.is-active .prediction__ball-text,
.prediction__ball.mask-out .prediction__ball-text {
  -webkit-clip-path: circle(100%);
  clip-path: circle(100%);
}

.prediction__ball.mask-out .prediction__ball-text:before {
  width: 110%;
  height: 110%;
  -webkit-animation-name: circleOuter;
  animation-name: circleOuter;
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 1;
  pointer-events: none;
}

.prediction__ball.bounce-in .prediction__ball-text {
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.prediction__ball.zoom-in .prediction__ball-text {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.prediction__ball.is-loading .prediction__ball-text {
  -webkit-animation-name: opacityText;
  animation-name: opacityText;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.prediction__ball-action {
  width: 368px;
  height: 368px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  cursor: pointer;
}

.prediction__ball.is-loading .prediction__ball-action,
.prediction__ball.is-start .prediction__ball-action {
  pointer-events: none;
}

.prediction__logo {
  background-color: #fff;
  width: 230px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 43px;
}

.prediction__logo:before {
  background: url(../img/prediction/logo.svg) no-repeat 0 0;
  background-size: contain;
  width: 166px;
  height: 43px;
  content: "";
  display: block;
}

@media (max-width: 576px) {
  .prediction__container {
    padding-top: 20px;
  }
}

/* @media (min-width: 321px) and (max-width: 768px) {
  .prediction__container {
    background-size: calc(620px + (920 - 620) * ((100vw - 321px) / (768 - 321)))
      auto;
    padding-bottom: calc(60px + (97 - 60) * ((100vw - 321px) / (768 - 321)));
  }

  .prediction__ball {
    width: calc(250px + (368 - 250) * ((100vw - 321px) / (768 - 321)));
    height: calc(288px + (422 - 288) * ((100vw - 321px) / (768 - 321)));
  }

  .prediction__ball:after {
    width: calc(460px + (651 - 460) * ((100vw - 321px) / (768 - 321)));
    height: calc(123px + (174 - 123) * ((100vw - 321px) / (768 - 321)));
    margin-top: calc(-60px + (-82 + 60) * ((100vw - 321px) / (768 - 321)));
  }

  .prediction__ball-glass {
    width: calc(250px + (371 - 250) * ((100vw - 321px) / (768 - 321)));
    height: calc(280px + (414 - 280) * ((100vw - 321px) / (768 - 321)));
  }

  .prediction__ball-glass-inner {
    width: calc(120px + (164 - 120) * ((100vw - 321px) / (768 - 321)));
    height: calc(20px + (38 - 20) * ((100vw - 321px) / (768 - 321)));
    margin-top: calc(76px + (116 - 76) * ((100vw - 321px) / (768 - 321)));
    margin-left: calc(-60px + (-82 + 60) * ((100vw - 321px) / (768 - 321)));
  }

  .prediction__ball-light {
    top: calc(-34px + (-30 + 34) * ((100vw - 321px) / (768 - 321)));
    margin-left: calc(-150px + (-215 + 150) * ((100vw - 321px) / (768 - 321)));
  }

  .prediction__ball-light:after {
    width: calc(250px + (310 - 250) * ((100vw - 321px) / (768 - 321)));
    height: calc(250px + (310 - 250) * ((100vw - 321px) / (768 - 321)));
  }

  .prediction__ball-light,
  .prediction__ball-light-inner {
    width: calc(300px + (430 - 300) * ((100vw - 321px) / (768 - 321)));
    height: calc(300px + (430 - 300) * ((100vw - 321px) / (768 - 321)));
  }

  .prediction__ball-helix {
    width: calc(240px + (368 - 240) * ((100vw - 321px) / (768 - 321)));
    height: calc(240px + (368 - 240) * ((100vw - 321px) / (768 - 321)));
    margin-top: calc(-18px + (-24 + 18) * ((100vw - 321px) / (768 - 321)));
  }

  .prediction__ball-text {
    width: calc(260px + (280 - 260) * ((100vw - 321px) / (768 - 321)));
    height: calc(260px + (280 - 260) * ((100vw - 321px) / (768 - 321)));
    top: calc(-8px + (44 + 8) * ((100vw - 321px) / (768 - 321)));
    margin-left: calc(-130px + (-140 + 130) * ((100vw - 321px) / (768 - 321)));
  }

  .prediction__ball-action {
    width: calc(250px + (368 - 250) * ((100vw - 321px) / (768 - 321)));
    height: calc(250px + (368 - 250) * ((100vw - 321px) / (768 - 321)));
  }
}

@media only screen and (max-width: 969px) {
  .prediction__logo {
    width: 180px;
    height: 64px;
  }

  .prediction__logo:before {
    width: 130px;
    height: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .prediction {
    overflow: hidden;
  }

  .prediction__ball-text {
    font-size: 18px;
  }

  .prediction__logo {
    display: none;
  }
}

@media (max-width: 320px) {
  .prediction__container {
    background-size: 620px auto;
    padding-bottom: 60px;
  }

  .prediction__ball {
    width: 250px;
    height: 288px;
  }

  .prediction__ball:after {
    width: 460px;
    height: 123px;
    margin-top: -60px;
  }

  .prediction__ball-glass {
    width: 250px;
    height: 280px;
  }

  .prediction__ball-glass-inner {
    width: 120px;
    height: 20px;
    margin-top: 76px;
    margin-left: -60px;
    -webkit-clip-path: ellipse(48px 6px);
    clip-path: ellipse(48px 6px);
  }

  .prediction__ball-light {
    top: -34px;
    margin-left: -150px;
  }

  .prediction__ball-light:after {
    width: 250px;
    height: 250px;
  }

  .prediction__ball-light,
  .prediction__ball-light-inner {
    width: 300px;
    height: 300px;
  }

  .prediction__ball-helix {
    width: 240px;
    height: 240px;
    margin-top: -18px;
  }

  .prediction__ball-text {
    width: 260px;
    height: 260px;
    top: -8px;
    margin-left: -130px;
  }

  .prediction__ball-action {
    width: 250px;
    height: 250px;
  }
} */
