@font-face {
  font-family: "Inter";
  src: url("./Inter-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Inter";
  src: url("./Inter-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Inter";
  src: url("./Inter-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Inter";
  src: url("./Inter-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("./Inter-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("./Inter-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("./Inter-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Inter";
  src: url("./Inter-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Inter";
  src: url("./Inter-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 100dvh;
  overflow-x: hidden;
  height: 100%;
  background: linear-gradient(174deg, #15141B 4.82%, #0B0A12 100%);
  display: flex;
  flex-direction: column;
}

.container {
  max-width: 500px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 0 0 auto;
}
.header__top {
  margin-bottom: 17px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.header__search img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .logo {
  max-width: 150px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .close {
  display: none;
  width: 38px;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}

.main {
  flex: 1 0 auto;
  padding-bottom: 20px;
}
.main .loader {
  display: none;
}
.main .content {
  height: -moz-max-content;
  height: max-content;
  max-width: 420px;
  margin: 0 auto;
  position: relative;
}
.main .content .poster {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.main .content .player {
  display: block;
  max-width: 100%;
  width: calc(100% - 10px);
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: 2px;
  left: 5px;
  right: 5px;
}
.main__start {
  display: block;
}
.main__btn {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main__btn .play {
  cursor: pointer;
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  max-width: 285px;
  margin: 0 auto 20px;
  width: 100%;
  border-radius: 360px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  padding: 43px 16px;
}
.main__btn .play.agree {
  display: none;
}
.main__btn .play p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
.main__btn .play p span {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.main__btn .description {
  max-width: 245px;
  width: 100%;
  margin: 0 auto;
  height: 45px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.85);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
}
.main__btn .description .agree {
  display: none;
}

.footer {
  min-height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  flex: 0 0 auto;
}
.footer p {
  max-width: 295px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.footer p a {
  color: inherit;
  text-decoration: underline;
}
.footer__agree {
  display: none;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loaderItem {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 40%;
  border: 3px solid;
  border-color: #FFF #FFF transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loaderItem::after, .loaderItem::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #FF3D00 #FF3D00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loaderItem::before {
  width: 32px;
  height: 32px;
  border-color: #FFF #FFF transparent transparent;
  animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
body.close .header .close {
  display: block;
}
body.agree .main .start {
  display: none;
}
body.agree .main .agree {
  display: flex;
}
body.agree .footer__start {
  display: none;
}
body.agree .footer__agree {
  display: block;
}
body.loader .main .start {
  display: none;
}
body.loader .main .agree {
  display: none;
}
body.loader .main .loader {
  display: flex;
}
body.loader .footer__start {
  display: none;
}
body.loader .footer__agree {
  display: block;
}/*# sourceMappingURL=style.css.map */