a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

[hidden] {
    display: none
}

body {
    line-height: 1;
    margin: 0;
    padding: 0;
    font-family: Play, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #101113
}

menu,
ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    line-height: 140%;
    font-size: 16px;
    color: #fff;
    height: 100%;
    scroll-behavior: smooth
}

main {
    overflow: hidden
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 1.25rem;
    max-width: 1264px
}

b {
    color: #06f
}

a {
    color: #fff;
    text-decoration: none
}

.btn {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.btn.primary {
    background-color: #06f
}

.btn.neutral {
    background-color: #4b6279
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: .625rem 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 10
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.header .logo {
    max-width: 17.5rem
}

.header .logo img {
    width: 100%
}

.header .btn {
    text-shadow: 0 0 32px rgba(0, 163, 255, .5), 0 0 16px rgba(0, 163, 255, .6), 0 0 2px rgba(0, 163, 255, .6)
}
.buttons {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
 .beta {
    cursor: pointer;
    -webkit-animation: 5s infinite opacityBeta;
    animation: 5s infinite opacityBeta;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-shadow: 0 0 12px rgba(51, 243, 255, .4);
}

 header .rul {
    margin-left: auto;
    margin-right: 1rem;
}

 .beta i {
    position: absolute;
    width: 13px;
    height: 13px;
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

 .beta i:nth-child(1) {
    top: 0;
    left: 0;
    border-left: 1px solid #33f3ff;
    border-top: 1px solid #33f3ff
}

 .beta i:nth-child(2) {
    top: 0;
    right: 0;
    border-right: 1px solid #33f3ff;
    border-top: 1px solid #33f3ff
}

 .beta i:nth-child(3) {
    bottom: 0;
    left: 0;
    border-left: 1px solid #33f3ff;
    border-bottom: 1px solid #33f3ff
}

 .beta i:nth-child(4) {
    bottom: 0;
    right: 0;
    border-right: 1px solid #33f3ff;
    border-bottom: 1px solid #33f3ff
}

 .beta span {
    position: relative;
    height: 3rem;
    width: 8.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #33f3ff
}

 .beta:hover {
    -webkit-box-shadow: 0 0 30px rgba(51, 243, 255, .25);
    box-shadow: 0 0 30px rgba(51, 243, 255, .25);
    opacity: 1
}

 .beta:hover i {
    width: 50%;
    height: 50%
}

.main {
    padding-top: 7.5rem;
    padding-bottom: 5rem
}

.main .title {
    font-weight: 700;
    font-size: 3.4375rem;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: .5rem;
    text-shadow: 0 0 64px rgba(255, 255, 255, .5), 0 0 24px rgba(255, 255, 255, .4), 0 0 4px rgba(255, 255, 255, .6)
}

.main .video {
    height: 28.75rem;
    margin: 3.75rem 0;
    -webkit-box-shadow: 0 0 32px rgba(254, 236, 17, .5), 0 0 16px rgba(254, 236, 17, .6), 0 0 2px rgba(254, 236, 17, .6);
    box-shadow: 0 0 32px rgba(254, 236, 17, .5), 0 0 16px rgba(254, 236, 17, .6), 0 0 2px rgba(254, 236, 17, .6);
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto
}

.main .descr {
    font-size: 2.25rem;
    color: #06f;
    text-shadow: 0 0 32px rgba(0, 163, 255, .5), 0 0 16px rgba(0, 163, 255, .6), 0 0 2px rgba(0, 163, 255, .6);
    margin-bottom: 2rem;
    text-align: center;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto
}

.main .wrap {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5rem
}

.main .wrap .head {
    line-height: 140%;
    width: 100%;
    font-size: 2.125rem;
    padding: .625rem 1rem;
    background: url(../img/main/tab-1.png) center center;
    background-size: 100% 100%;
    border: 1px solid rgba(255, 255, 255, .1);
    text-shadow: 0 0 32px rgba(254, 247, 206, .5), 0 0 16px rgba(254, 247, 206, .6), 0 0 2px rgba(254, 247, 206, .6);
    font-weight: 700
}

.main .wrap .des {
    font-size: 1.125rem;
    line-height: 140%;
    padding: 1rem 1.5rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, .1);
    background: -o-radial-gradient(0 0, 100% 100%, rgba(0, 102, 255, .12) 0, rgba(0, 102, 255, 0) 100%);
    background: radial-gradient(100% 100% at 0 0, rgba(0, 102, 255, .12) 0, rgba(0, 102, 255, 0) 100%)
}

.main .wrap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(255, 255, 255, .1);
    background: -o-radial-gradient(0 0, 100% 100%, rgba(0, 102, 255, .12) 0, rgba(0, 102, 255, 0) 100%);
    background: radial-gradient(100% 100% at 0 0, rgba(0, 102, 255, .12) 0, rgba(0, 102, 255, 0) 100%)
}

.main .wrap .row ul {
    padding: 1rem 1.5rem;
    text-align: left;
    width: 50%
}

.main .wrap .img {
    width: 50%
}

.main .wrap .img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.main .date {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.5rem
}

.main .date strong {
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 0 0 32px rgba(254, 63, 255, .5), 0 0 16px rgba(254, 63, 255, .6), 0 0 2px rgba(254, 63, 255, .6);
    margin-bottom: .5rem
}

.main .date span {
    font-size: 1.5rem
}

.main .block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.625rem 3rem 3.875rem;
    background: url(../img/main/block-bg.svg) top left no-repeat;
    gap: 1rem
}

.main .block:not(:last-child) {
    margin-bottom: 1.5rem
}

.main .name .step {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 120%;
    width: 17.75rem
}

.main .name.green {
    text-shadow: 0 0 32px rgba(139, 255, 98, .5), 0 0 16px rgba(139, 255, 98, .6), 0 0 2px rgba(139, 255, 98, .6)
}

.main .name.blue {
    text-shadow: 0 0 32px rgba(0, 163, 255, .5), 0 0 16px rgba(0, 163, 255, .6), 0 0 2px rgba(0, 163, 255, .6)
}

.main .name.leg {
    text-shadow: 0 0 32px rgba(254, 236, 17, .5), 0 0 16px rgba(254, 236, 17, .6), 0 0 2px rgba(254, 236, 17, .6)
}

.main ul {
    width: 100%;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 160%
}

.main li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    padding-left: .75rem
}

.main li::before {
    position: absolute;
    content: "";
    top: .75rem;
    left: 0;
    width: .375rem;
    height: .375rem;
    background-color: #fff;
    border-radius: 100%
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    z-index: 10;
    background-color: rgba(0, 0, 0, .5);
}

.popup.rul {
    font-size: 1.5rem;
    line-height: 120%;
}
.popup.rul a{
    color: #06f;
    text-decoration: underline;
}
.popup.rul .popup-content{
    max-width: 34rem;
}
.popup.rul *:not(:last-child){
   margin-bottom: 1rem;
}
.popup.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.popup-content {
    padding: 2rem 1.5rem;
    position: absolute;
    max-width: 25rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .9)
}

.popup-content .title {
    text-align: center;
    font-size: 2rem;
    line-height: 120%;
    text-shadow: 0 0 32px rgba(254, 247, 206, .5), 0 0 16px rgba(254, 247, 206, .6), 0 0 2px rgba(254, 247, 206, .6);
    margin-bottom: 1.25rem
}

.popup.form p {
    text-align: center;
}

.popup form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.popup input {
    color: #fff;
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .9);
    border: 1px solid rgba(255, 255, 255, .2);
    font-size: 1.125rem;
    width: 100%;
    margin-bottom: .5rem;
    -webkit-transition: outline .5s;
    -o-transition: outline .5s;
    transition: outline .5s
}

.popup textarea {
    font-family: 'Play', sans-serif;
    color: #fff;
    padding: .5rem 1rem;
    height: 150px;
    background-color: rgba(0, 0, 0, .9);
    border: 1px solid rgba(255, 255, 255, .2);
    font-size: 1.125rem;
    width: 100%;
    margin-bottom: .5rem;
    -webkit-transition: outline .5s;
    -o-transition: outline .5s;
    transition: outline .5s
}

.popup button {
    cursor: pointer;
    height: 2.5rem;
    width: 100%;
    color: #fff;
    background: #06f;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, .6), inset -1px 1px 2px rgba(255, 255, 255, .4), inset 1px 1px 2px rgba(255, 255, 255, .4);
    box-shadow: 0 0 2px rgba(255, 255, 255, .6), inset -1px 1px 2px rgba(255, 255, 255, .4), inset 1px 1px 2px rgba(255, 255, 255, .4);
    font-weight: 700;
    font-size: 1.125rem;
    margin-top: .625rem;
    text-transform: uppercase
}

@media screen and (min-width:1400px) {
    html {
        font-size: 18px
    }

    .container {
        max-width: 1400px
    }
}

@media screen and (max-width:1264px) {
    html {
        font-size: 15px
    }

    .container {
        max-width: 1040px
    }
}

@media screen and (max-width:1040px) {
    .container {
        max-width: 992px
    }
}

@media screen and (max-width:992px) {
    .container {
        max-width: 768px
    }
}

@media (max-width:992px) {
    .main .block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main .name .step {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    html {
        font-size: 14px
    }

    .container {
        max-width: 100%
    }
}

@media (max-width:570px) {
    .header .logo {
        max-width: 12.5rem;
        margin-right: 20px;
        order: 2;
    }
    .header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header .rul {
        margin-left: 0;
    }
    .beta {
        font-size: 12px;
    }
    .beta span{
        width: 6.5rem;
    }
    .beta.rul{
        order: 1;
    }
    .beta.form{
        order: 3;
    }
    .main .title {
        font-size: 32px
    }

    .main .video {
        height: 50vw
    }

    .main .descr,
    .main .wrap .head {
        font-size: 28px
    }

    .main .wrap .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .main .wrap .row .img,
    .main .wrap .row ul {
        width: 100%
    }

    .main .block {
        padding: 2rem
    }

    .main .block:not(:last-child) {
        margin-bottom: 1rem
    }
}