@charset "UTF-8";
:root {
  --app-height: 100%;
}
@font-face {
  font-family: Nunito;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Nunito/Nunito-Regular.ttf) format("truetype")
}

@font-face {
  font-family: Nunito;
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/Nunito/Nunito-SemiBold.ttf) format("truetype")
}

@font-face {
  font-family: Nunito;
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/Nunito/Nunito-Bold.ttf) format("truetype")
}

@font-face {
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/Montserrat/Montserrat-Light.ttf) format("truetype")
}

@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Montserrat/Montserrat-Light.ttf) format("truetype")
}

@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype")
}

@font-face {
  font-family: Montserrat;
  font-weight: 900;
  font-style: normal;
  src: url(../fonts/Montserrat/Montserrat-ExtraBold.ttf) format("truetype")
}




@-ms-viewport {
  width: device-width;
  initial-scale: 1;
}
@-moz-viewport {
  width: device-width;
  initial-scale: 1;
}
@-webkit-viewport {
  width: device-width;
  initial-scale: 1;
}
*,
:before,
:after {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  overflow: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  text-decoration-skip: objects;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-color: black;
}
span {
  display: inline-block;
}
a,
input,
button,
textarea,
optgroup,
select,
fieldset,
figure,
legend,
address {
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-shadow: inherit;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
a,
button,
[type='button'],
[type='submit'] {
  transition: color 0.25s, background 0.25s, opacity 0.25s;
}
a > *,
button > *,
[type='button'] > *,
[type='submit'] > * {
  pointer-events: none;
}
a {
  cursor: pointer;
  text-decoration: none;
  -webkit-text-decoration-skip: none;
}
button {
  overflow: visible;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
}
p {
  margin: 0;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
}
b,
strong {
  font-weight: 700;
}
audio,
canvas {
  display: inline-block;
}
img,
svg,
embed,
object,
iframe,
video,
audio,
canvas {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
img,
embed,
object,
iframe,
video {
  display: block;
  margin: auto;
}
img {
  image-rendering: optimizeQuality;
}
svg {
  color: inherit;
}
svg:not(:root) {
  overflow: hidden;
}
progress {
  vertical-align: baseline;
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font: inherit;
  color: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
input,
select,
button,
button > * {
  display: inline-block;
  vertical-align: middle;
}
button,
label,
select,
summary,
[type='button'],
[type='submit'],
[type='reset'],
[type='checkbox'],
[type='radio'],
[type='range'] {
  user-select: none;
  cursor: pointer;
}
select,
[type='button'],
[type='submit'],
[type='search'],
[type="radio"],
[type='range'],
::-webkit-search-cancel-button,
::-webkit-search-decoration,
::-webkit-outer-spin-button,
::-webkit-inner-spin-button,
::-webkit-slider-thumb {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::-webkit-contacts-auto-fill-button,
::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff;
}
::marker {
  display: none;
}
[type="radio"] {
  -webkit-appearance: radio;
}
[type='number'] {
  -moz-appearance: textfield;
}
::-ms-clear,
::-ms-reveal {
  display: none;
}
input,
textarea {
  width: 100%;
}
input {
  text-overflow: ellipsis;
}
textarea {
  overflow: auto;
  resize: none;
}
:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}
:disabled {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-text-fill-color: initial;
}
::-moz-focus-outer,
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
::placeholder {
  opacity: 1;
  color: inherit;
}
::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
  text-align: center;
}
body{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.base-block{
  min-height: 100vh;
  min-height: var(--app-height);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 65px;
  background-image: var(--bg-main--d);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.block-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container{
  width: 90%;
  max-width: 438px;
}
.terms{
  margin-bottom: max(1vw, 15px);
  margin-top: 5px;
}
.logo{
  margin-top: auto;
  margin-bottom: 24px;
  display: inline-block;
  margin-top: 5px;
}
.logo.mob{
  display: none;
}
.h1-text{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 42px;
  line-height: 1.1;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
}
.h1-text.big{
  font-size: 62px;
}
.h1-text span {
  font-size: calc(102 / 1920 * 100vw);
  display: block;
}
.copy__desc{
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.copy__bonus{
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F6F52B;
  -webkit-filter: drop-shadow(0 0 9px #f6f52b);
  filter: drop-shadow(0 0 9px #f6f52b);
  margin-bottom: 24px;
  cursor: pointer;
}
.play-btn{
  width: 374px;
  height: 76px;
  background: #04D800;
  box-shadow: 0px 34px 20px -20px rgba(0, 0, 0, 0.35);
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 auto;
  transition: all 0.2s;
}
.copy-block{
  background: rgba(81, 19, 83, .5);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-radius: 20px;
  border: 1px solid #786375;
  padding: 24px;
  margin-top: 12px;
}
.copy-block__subtitle{
  margin-top: 8px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgba(81, 19, 83, .5);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-radius: 20px;
  border: 1px solid #786375;
  padding: 18px 65px;
}
.terms__btn{
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  border-radius: 60px;
  margin: 0 auto;
  cursor: pointer;
}
.terms__btn.active .terms__btn-t{
  display: none;
}
.terms__btn.active .terms__btn-x{
  display: block;
}
.terms__btn-t{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.terms__btn-x{
  display: none;
}
.terms__desc{
  background: rgba(81, 19, 83, .5);
  border: 1px solid #786375;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-radius: 20px;
  padding: 24px 30px;
  color: #fff;
  margin-top: 12px;
}
.terms__desc-title{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.terms__desc-desc{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.terms__desc-brands{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.copyright{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1024px) and (orientation:portrait), (max-width:1023px) {
  .base-block{
    padding-left: 0;
    align-items: center;
    background-image: var(--bg-main--t);
  }
  .logo{
    display: none;
  }
  .logo.mob{
    display: block;
    margin-top: 24px;
    margin-bottom: 100px;
  }
  .h1-text span {
    font-size: calc(130 / 1024 * 100vw);
  }
  .fix{
    display: none;
  }
  .block-wrapper{
    margin-top: auto;
  }
  .terms{
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  .base-block{
    background-image: var(--bg-main--m);
  }
  .terms__desc{
    padding: 24px 10px;
  }
  .terms__desc-desc{
    padding: 0 5px;
  }
  .terms__desc-brands{
    max-width: 100%;
    gap: 0;
  }
  .container{
    width: 95%;
    max-width: 328px;
  }
  .h1-text{
    font-size: 30px;
  }
  .h1-text.big{
    font-size: 30px;
  }
  .h1-text span {
    font-size: calc(90 / 480 * 100vw);
  }
  .copy-block__subtitle{
    font-size: 13px;
    line-height: 16px;
  }
  .copy-block__subtitle{
    width: 216px;
    padding: 0;
    margin: 5px auto 0 auto;
    background: none;
    backdrop-filter: none;
    border: none;
    -webkit-backdrop-filter: none;
  }
  .copy-block{
    background: none;
    backdrop-filter: none;
    border: none;
    -webkit-backdrop-filter: none;
    padding: 0;
    margin-top: 20px;
    position: relative;
  }
  .copy-block:after{
    position: absolute;
    content: '';
    display: block;
    top: -10px;
    left: 50%;
    height: 2px;
    width: 74px;
    background-color: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, 0);
  }
  .copy__bonus{
    margin-bottom: 16px;
  }
  .play-btn{
    width: 91%;
    height: 48px;
    border-radius: 16px;
    font-size: 16px;
  }
  .terms__btn{
    display: none;
  }
  .block-wrapper{
    background: rgba(81, 19, 83, .5);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    border-radius: 20px;
    border: 1px solid #786375;
    padding: 21px 0;
  }
}
@media (hover:hover) {
  .play-btn:hover{
    background: #E91E63;
  }
}
