@font-face {
  font-family: "Cera Pro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cera-pro-400.woff2") format("woff2");
}
@font-face {
  font-family: "Cera Pro";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cera-pro-500.woff2") format("woff2");
}
@font-face {
  font-family: "Cera Pro";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cera-pro-700.woff2") format("woff2");
}
@font-face {
  font-family: "Cera Pro";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cera-pro-900.woff2") format("woff2");
}
@keyframes show-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide-opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes running-line1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes running-line2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  font-size: max(0.96px, 0.2666666667vw);
}
@media (min-width: 1024px) {
  html {
    font-size: 0.0520833333vw;
  }
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 360px;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Cera Pro", sans-serif;
  font-size: 16rem;
  line-height: 22rem;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  overflow-wrap: break-word;
  background-color: #000000;
}

main {
  flex-grow: 1;
  flex-shrink: 0;
}

picture {
  flex-shrink: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  height: auto;
  max-width: 100%;
}

button {
  font: inherit;
  color: inherit;
}
button:not([disabled]) {
  cursor: pointer;
}

[hidden] {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
}

.backside {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.overlay {
  scrollbar-width: none;
}
.overlay::-webkit-scrollbar {
  display: none;
}
.overlay {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  padding: 30rem 5rem;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.overlay.show {
  animation-name: show-opacity;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}
.overlay.hide {
  animation-name: hide-opacity;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.scroll-lock {
  overflow: hidden;
}

/* stylelint-disable property-no-deprecated */
.visually-hidden:not(:focus, :active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden,
input[type=file].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

.b-feebet__top {
  position: relative;
  font-size: 63rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.b-feebet__top img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 263rem;
  max-width: none;
  transform: translate(-50%, -50%);
}
.b-feebet__top span {
  position: relative;
}
@media (min-width: 1024px) {
  .b-feebet__top {
    font-size: 116rem;
  }
  .b-feebet__top img {
    width: 480rem;
  }
}

.b-feebet__middle {
  width: 331rem;
  margin: 10rem auto 0 auto;
}
.b-feebet__middle img {
  width: 100%;
}
@media (min-width: 1024px) {
  .b-feebet__middle {
    width: 605rem;
    margin-top: 18rem;
  }
}

.b-feebet__bottom {
  position: relative;
  margin-top: 16rem;
  font-size: 25rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.b-feebet__bottom img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 338rem;
  max-width: none;
  transform: translate(-50%, -50%);
}
.b-feebet__bottom span {
  position: relative;
}
@media (min-width: 1024px) {
  .b-feebet__bottom {
    margin-top: 28rem;
    font-size: 46rem;
  }
  .b-feebet__bottom img {
    width: 615rem;
  }
}

.btn-app {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: color, background-color;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 16rem 20rem 16rem 20rem;
  font-family: "Cera Pro", sans-serif;
  font-size: 12rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background-color: transparent;
  border: 1rem solid #ffffff;
  border-radius: 46rem;
}
.btn-app .btn-app__icons {
  display: none;
}
.btn-app:hover, .btn-app:focus-visible {
  color: #e80024;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .btn-app {
    gap: 14rem;
    min-width: 296rem;
    padding: 11rem 28rem 10rem 28rem;
    font-size: 13rem;
    line-height: 16rem;
    border-width: 2rem;
    border-radius: 49rem;
  }
  .btn-app .btn-app__icons {
    display: flex;
    flex-shrink: 0;
    gap: 9rem;
  }
  .btn-app svg {
    width: 24rem;
    height: 24rem;
    fill: currentcolor;
  }
}

.btn-close {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: color;
  display: grid;
  place-items: center;
  width: 32rem;
  height: 32rem;
  margin: 0;
  padding: 0;
  color: #ffffff;
  background-color: transparent;
  border: 0;
}
.btn-close svg {
  width: 100%;
  height: 100%;
  fill: currentcolor;
  stroke: currentcolor;
}
.btn-close:hover, .btn-close:focus-visible {
  color: #151b22;
}
.btn-close.black {
  color: #151b22;
}
.btn-close.black:hover, .btn-close.black:focus-visible {
  color: #e80024;
}
@media (min-width: 1024px) {
  .btn-close {
    width: 56rem;
    height: 56rem;
  }
}

.btn-text {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: background-color;
  display: block;
  width: 100%;
  margin: 0;
  padding: 16rem 20rem 15rem 20rem;
  font-family: "Cera Pro", sans-serif;
  font-size: 15rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #e80024;
  border: 0;
  border-radius: 46rem;
}
.btn-text:hover, .btn-text:focus-visible {
  background-color: #c8001f;
}
@media (min-width: 1024px) {
  .btn-text {
    padding: 30rem 36rem 29rem 36rem;
    font-size: 29rem;
    border-radius: 88rem;
  }
}

.m-app {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 530rem;
  margin: auto;
  overflow: hidden;
  color: #ffffff;
  background-color: #e80024;
  border-radius: 10rem;
}
@media (min-width: 1024px) {
  .m-app {
    border-radius: 15rem;
  }
}

.m-app__close {
  position: absolute;
  top: 10rem;
  right: 10rem;
  z-index: 1;
  color: #e80024;
}
@media (min-width: 1024px) {
  .m-app__close {
    top: 20rem;
    right: 20rem;
  }
}

.m-app__content {
  padding: 45rem 24rem 24rem 24rem;
}
@media (min-width: 1024px) {
  .m-app__content {
    padding: 80rem 45rem 45rem 45rem;
  }
}

.m-app__freebet {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  font-size: 17rem;
  line-height: 1;
  font-weight: 900;
  text-align: left;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .m-app__freebet {
    font-size: 28rem;
  }
}

.m-app__freebet-price {
  font-size: 55rem;
}
@media (min-width: 1024px) {
  .m-app__freebet-price {
    font-size: 94rem;
  }
}

.m-app__qr {
  display: none;
}
@media (min-width: 1024px) {
  .m-app__qr {
    display: block;
    width: 220rem;
    height: 220rem;
    margin: 40rem auto 0 auto;
    padding: 20rem;
    background-color: #ffffff;
    border-radius: 10rem;
  }
}

.m-app__info {
  display: none;
}
@media (min-width: 1024px) {
  .m-app__info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    width: 354rem;
    margin: 40rem auto 0 auto;
    font-size: 20rem;
    line-height: 26rem;
    font-weight: 400;
    text-transform: none;
  }
  .m-app__info svg {
    flex-shrink: 0;
    width: 91rem;
    height: 117rem;
    fill: currentcolor;
  }
}

.m-app__submit {
  margin-top: 20rem;
}
@media (min-width: 1024px) {
  .m-app__submit {
    max-width: 350rem;
    margin: 50rem auto 0 auto;
  }
}

.m-app__btn {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: background-color, color;
  display: block;
  width: 100%;
  margin: 0;
  padding: 13rem 20rem 11rem 20rem;
  font: "Cera Pro", sans-serif;
  font-size: 16rem;
  line-height: 20rem;
  font-weight: 700;
  text-align: center;
  color: #151b22;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 0;
  border-radius: 44rem;
}
.m-app__btn:hover, .m-app__btn:focus-visible {
  color: #ffffff;
  background-color: #151b22;
}
.m-app__btn.desktop {
  display: none;
}
@media (min-width: 1024px) {
  .m-app__btn {
    max-width: 350rem;
    padding: 19rem 30rem 17rem 30rem;
    font-size: 22rem;
    line-height: 26rem;
    border-radius: 62rem;
  }
  .m-app__btn.mobile {
    display: none;
  }
  .m-app__btn.desktop {
    display: block;
  }
}

.p-main {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}

.p-main__backside img {
  width: 100%;
}

.p-main__bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/bg.webp");
  background-size: 100% auto;
}
@media (min-width: 1024px) {
  .p-main__bg {
    background-image: url("../img/bg-desktop.webp");
    background-size: 100% auto;
  }
}

.p-main__light {
  position: absolute;
}
.p-main__light svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-main__light.first {
  top: 373rem;
  left: -217rem;
  width: 460rem;
  height: 460rem;
}
.p-main__light.second {
  top: 508rem;
  right: -192rem;
  width: 366rem;
  height: 366rem;
}
.p-main__light.third {
  display: none;
}
@media (min-width: 1024px) {
  .p-main__light.first {
    top: 50%;
    left: -244rem;
    width: 814rem;
    height: 814rem;
    transform: translate(0, -50%);
  }
}

.p-main__line {
  position: absolute;
  top: 311rem;
  left: -100rem;
  width: 758rem;
}
@media (min-width: 1024px) {
  .p-main__line {
    top: calc(50% + 251rem);
    left: -498rem;
    width: 3343rem;
    transform: translate(0, -50%);
  }
}

.p-main__cup {
  position: absolute;
  top: 486rem;
  left: 43rem;
  z-index: 1;
  width: 316rem;
}
@media (min-width: 1024px) {
  .p-main__cup {
    top: calc(50% + 285rem);
    right: 0;
    left: auto;
    width: 668rem;
    transform: translate(0, -50%);
  }
}

.p-main__helmet {
  position: absolute;
  top: 587rem;
  left: 16rem;
  width: 169rem;
  rotate: 15deg;
}
@media (min-width: 1024px) {
  .p-main__helmet {
    top: calc(50% - 13rem);
    left: 61rem;
    width: 351rem;
    transform: scale(-1, 1) translate(0, -50%);
    rotate: -21deg;
  }
}

.p-main__puck {
  display: none;
}
@media (min-width: 1024px) {
  .p-main__puck {
    position: absolute;
    top: calc(50% + 123rem);
    left: 294rem;
    display: block;
    width: 293rem;
    transform: translate(0, -50%);
    rotate: 24deg;
  }
}

.p-main__ball {
  position: absolute;
  top: 523rem;
  right: -3rem;
  width: 137rem;
  rotate: -12deg;
}
@media (min-width: 1024px) {
  .p-main__ball {
    top: calc(50% + 356rem);
    right: auto;
    left: 68rem;
    width: 420rem;
    transform: translate(0, -50%);
  }
}

.p-main__table-racket {
  display: none;
}
@media (min-width: 1024px) {
  .p-main__table-racket {
    position: absolute;
    top: calc(50% + 329rem);
    right: -170rem;
    display: block;
    width: 621rem;
    transform: translate(0, -50%);
  }
}

.p-main__tennis-racket {
  display: none;
}
@media (min-width: 1024px) {
  .p-main__tennis-racket {
    position: absolute;
    top: calc(50% + 172rem);
    right: -110rem;
    display: block;
    width: 846rem;
    transform: translate(0, -50%);
    rotate: 3deg;
  }
}

.p-main__frontside {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 36rem 10rem 400rem 10rem;
}
@media (min-width: 1024px) {
  .p-main__frontside {
    padding: 60rem;
  }
}

@media (min-width: 1024px) {
  .p-main__content {
    margin: auto 0;
    padding-top: 53rem;
  }
}

.p-main__logo {
  display: block;
  width: 163rem;
  height: 30rem;
  margin: 0 auto;
  color: #ffffff;
}
.p-main__logo svg {
  width: 100%;
  height: 100%;
  fill: currentcolor;
}
@media (min-width: 1024px) {
  .p-main__logo {
    width: 328rem;
    height: 60rem;
  }
}

.p-main__feebet {
  margin-top: 30rem;
}
@media (min-width: 1024px) {
  .p-main__feebet {
    margin-top: 171rem;
  }
}
@media (aspect-ratio >= 1.8/1) {
  .p-main__feebet {
    margin-top: 100rem;
  }
}

.p-main__controls {
  display: flex;
  flex-direction: column;
  gap: 31rem;
  width: 253rem;
  margin: 34rem auto 0 auto;
}
@media (min-width: 1024px) {
  .p-main__controls {
    width: 480rem;
    margin-top: 155rem;
  }
}
@media (aspect-ratio >= 1.8/1) {
  .p-main__controls {
    margin-top: 100rem;
  }
}

@media (min-width: 1024px) {
  .p-main__btn-app {
    position: absolute;
    top: calc(50% - 455rem);
    right: 60rem;
    transform: translate(0, -50%);
  }
}
@media (aspect-ratio >= 1.8/1) {
  .p-main__btn-app {
    top: 60rem;
    transform: none;
  }
}

.s-footer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10rem;
  padding-left: 10rem;
}

.s-header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10rem;
  padding-left: 10rem;
}
/*# sourceMappingURL=style.css.map */
