@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@400;700&family=Ubuntu:wght@400;700&display=swap');
/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

:focus,
:active {
	/*outline: none;*/
}

a:focus,
a:active {
	/* outline: none;*/
}

/* Links */

a, a:link, a:visited  {
    /* color: inherit; */
    text-decoration: none;
    /* display: inline-block; */
}

a:hover  {
    /* color: inherit; */
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
	display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */

input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}

html {
    display: block;
    height: 100%;
    position: relative;
}

*,
::after,
::before {
    box-sizing: border-box;
}

body {
    font-family: 'Alegreya Sans', sans-serif;
    color: #FFFFFF;
    font-size: 40px;
    display: block;
    height: 100%;
    min-height: 100%;
    margin: 0;
    line-height: 1em;
}

a,
a:hover {
    text-decoration: none;
}

.main {
    overflow: hidden;
    position: relative;
    height: calc(var(--vh, 1vh) * 100);
    min-height: 100%;
}
.webp .main_bg {background: url(/images/bg.webp) 50% 50%/cover no-repeat;background-position: 50% 0%;}
.main_bg {
    background: url(/images/bg.png) 50% 50%/cover no-repeat;
    position: absolute;
    width: 102%;
    height: 102%;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 0.1s ease;
}

.left_block {
    background: rgba(35, 35, 35, 0.35);
    backdrop-filter: blur(33px);
    border-radius: 50px;
    width: fit-content;
    padding: 35px;
    max-width: 492px;
    /* background: #ddd; */
    max-height: 856px;
    display: block;
    position: relative;
}

.left_block_body {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
}

.container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 84px 3.7%;
}

.text_center {
    text-align: center;
}

img {
    max-width: 100%;
    flex-shrink: 0;
    max-height: 100%;
}

.logo_img {
    height: auto;
    max-width: 413px;
    margin-bottom: 50px;
    display: block;
}

.lead {
    font-weight: 700;
    font-size: 40px;
    line-height: 92%;
}

.qr_block {
    margin: 30px 0;
    margin-top: 15px;
    font-weight: 400;
    font-size: 26px;
    line-height: 95%;
    display: block;
    text-align: center;
}

.qr_block span {
    display: block;
    margin: 20px auto 0;
    max-width: 390px;
}

.qr_img {
    display: inline-block;
    max-width: 200px;
    padding: 2%;
    background-color: #FFFFFF;
}

.btn_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 24px;
}

.btn_play {
    background: linear-gradient(180deg, #FFEC00 0%, #FFC400 100%);
    border: 3.48935px solid #F2F2F2;
    box-shadow: 0px 2.79148px 2.79148px rgba(0, 0, 0, 0.25);
    border-radius: 13.9574px;
    margin: 0px auto;
    height: 68px;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    display: none;
    position: relative;
    overflow: hidden;
}

.btn_play span {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 88%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: -0 -1px 0 rgba(173, 0, 0, 0.3),
        0 -1px 0 rgba(173, 0, 0, 0.3),
        -0 1px 0 rgba(173, 0, 0, 0.3),
        0 1px 0 rgba(173, 0, 0, 0.3),
        -1px -0 0 rgba(173, 0, 0, 0.3),
        1px -0 0 rgba(173, 0, 0, 0.3),
        -1px 0 0 rgba(173, 0, 0, 0.3),
        1px 0 0 rgba(173, 0, 0, 0.3),
        -1px -1px 0 rgba(173, 0, 0, 0.3),
        1px -1px 0 rgba(173, 0, 0, 0.3),
        -1px 1px 0 rgba(173, 0, 0, 0.3),
        1px 1px 0 rgba(173, 0, 0, 0.3),
        -1px -1px 0 rgba(173, 0, 0, 0.3),
        1px -1px 0 rgba(173, 0, 0, 0.3),
        -1px 1px 0 rgba(173, 0, 0, 0.3),
        1px 1px 0 rgba(173, 0, 0, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.15), 0px 0px 12px rgba(173, 0, 0, 0.25);
}

.app {
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_play:after {
    content: "";
    display: block;
    width: 20px;
    height: 86px;
    margin-left: 50px;
    background: #fff;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.7) 0%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 0.7) 100%);
    left: -40px;
    top: -26px;
    filter: blur(12px);
    -webkit-filter: blur(12px);
    z-index: 1;
    transform: rotate(45deg);
    position: absolute;
    animation: movingFlare 3s ease-in-out 0.5s infinite;
}

@keyframes movingFlare {
    0% {
        left: -30px;
        margin-left: 0px;
    }

    30% {
        left: 110%;
        margin-left: 80px;
    }

    100% {
        left: 110%;
        margin-left: 80px;
    }
}

