/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
    overflow: visible;
}
progress,
sub,
sup {
    vertical-align: baseline;
}
[type="checkbox"],
[type="radio"],
legend {
    box-sizing: border-box;
    padding: 0;
}
.popup_reward__tooltip,
.popup_reward__wrapper {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
a {
    text-decoration: none;
    background-color: transparent;
}
details,
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
.popup_reward {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
}
.popup_reward__wrapper {
    transform: scale(0.5) translateY(-50%);
}
.popup_reward.active {
    background: rgba(0, 0, 0, 0.78);
}
.popup_reward.active .popup_reward__wrapper {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0);
    pointer-events: all;
}
.popup_reward__close {
    display: block;
    position: absolute;
    transform: translateX(50%);
    bottom: -120px;
    right: 50%;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    transition: 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
}
.popup_reward__close:after,
.popup_reward__close:before {
    content: "";
    display: block;
    width: 23px;
    height: 2px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}
.popup_reward__close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.popup_reward__close:hover {
    width: 80px;
    height: 80px;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.32);
}
.popup_reward__close:hover:after,
.popup_reward__close:hover:before {
    width: 30px;
    background: #fff;
}
.popup_reward__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup_reward__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup_reward__effect {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.popup_reward__effect:before {
    position: absolute;
    width: 1000px;
    height: 1000px;
    left: 50%;
    top: 50%;
    content: "";
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
    pointer-events: none;
    animation: 6s infinite rotateGradient;
    transform-origin: top left;
}
@keyframes rotateGradient {
    0% {
        transform: rotate(0) translateX(-50%) translateY(-50%);
    }
    100% {
        transform: rotate(360deg) translateX(-50%) translateY(-50%);
    }
}
.popup_reward__code {
    position: absolute;
    top: 95px;
    left: 170px;
    width: 360px;
    height: 36px;
}
.popup_reward__input {
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    cursor: pointer;
}
.popup_reward__input:focus {
    outline: 0;
}
.popup_reward__tooltip {
    position: absolute;
    top: 85px;
    left: 560px;
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    line-height: 1;
    font-size: 14px;
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.2);
    transform: scale(0.5) translateX(-50%);
}
.popup_reward__tooltip:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #fff;
    transform: translateY(-50%);
}
.popup_reward__tooltip.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateX(0);
}
body[data-device-type="desktop"] .popup_reward__content,
body[data-device-type="desktop"] .popup_reward__wrapper,
body[data-device-type="mobile"] .popup_reward__content,
body[data-device-type="mobile"] .popup_reward__wrapper {
    width: 700px;
    height: 400px;
}
body {
    margin: 0;
    font-family: "Be+Vietnam+Pro", sans-serif;
    background: #404040;
}
