@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

@font-face {
    font-family: 'Furore';
    font-style: normal;
    font-weight: normal;
    src: local('Furore'), url('Furore.woff') format('woff');
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    background: #202125;
    line-height: 1.55;
    overflow-x: hidden;
}


body.active {
    overflow: hidden;
}

* {
    outline: none !important
}

.store {
    z-index: 1;
    position: relative;

}

.store a {
    border: 1px solid #00E3FF;
    display: inline-flex;
    width: 200px;
}



.store a img {
    margin: auto;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s
}

.store a:hover img {
    transform: scale(1.2)
}

.center {
    text-align: center;
}

.title {
    line-height: 1.4;
}

.sec .title {
    font-weight: 400;
    font-family: 'Furore';
    color: #7BEB2D
}

picture {
    display: inline-block;
}

picture img,
picture source {
    width: 100%;
    vertical-align: top;
}

/*header*/
.header {
    transition: all 0.5s;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo1 {
    display: inline-flex;
}

.logo1 img {
    height: 36px;
}


/*sec0*/
.sec0 {
    text-align: center;
    display: flex;
    align-items: center;
}

h2 {
    font-weight: 400;
}

.sec0 .title {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-family: 'Furore';
    font-size: 28px;
    color: #fff;
}

.iframe {
    position: relative;
    display: inline-block;

}

.iframe .frame {
    overflow: hidden;
    z-index: 1;
    position: relative;

    padding: 5px;
    background: linear-gradient(45deg, #00E3FF, #0073CD, #00E3FF);
}

.iframe .earth {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1);
    transform: translate(40%, -20%);
    animation: move 10s infinite ease-in-out
}

.iframe .earth img {
    width: 100%;
}

@keyframes move {
    0% {
        transform: translate(40%, -20%);
    }

    50% {
        transform: translate(40%, -21%);
    }
}

.iframe:before {
    z-index: 0;
    content: "";
    position: absolute;
    left: -16px;
    top: 0;
    bottom: 0;
    width: 13px;
    background: url(../img/videoleft.png) 100% 0 no-repeat;
    background-size: contain;
}

.iframe:after {
    z-index: 1;
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    bottom: 0;
    width: 13px;
    background: url(../img/videoright.png) 0 0 no-repeat;
    background-size: contain;
}

.iframe .over {
    z-index: 1;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    background: url(../img/video.jpg) 50% 0 no-repeat;
    background-size: cover;
}

.iframe .robot {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 180px;
    width: 25%;
    z-index: 1;
    transform: translate(-60%, 30%)
}

.iframe .play {
    width: 20%;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #202125;
    transition: all 0.5s
}

.iframe .play:hover {
    fill: #ff0000;
}


.sec0 .title {
    position: relative;
    z-index: 1;
}


/*sec1*/
.sec1 {}

.people {
    position: relative;
    width: 100%;
    display: inline-block;
}



/*sec2*/
.logo2 {
    display: block;
    margin: auto;
    height: 1.4em;
}

.s2p {
    width: 100%;

    padding: 40px;
    text-align: left;
    height: 100%;
}

.s2p .name {
    font-size: 22px;
    font-family: 'Furore';
}

/*sec5*/
.s5p {
    width: 100%;
}

.s5p .name {
    font-weight: 700;
    color: #00E3FF;
    min-height: 4.5em
}

.s5p .more {
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px solid;
    transition: all 0.5s
}

.s5p .more:hover {
    color: #00E3FF;
}

/*sec6*/
.form {}

.formname {
    font-family: 'Furore';
    font-size: 24px;
}

.form input {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Furore';
    user-select: none;
    padding: 13px;
    width: 100%;
}

.form button,
.btn {
    font-family: 'Furore';
    width: 100%;
    font-size: 14px;
    color: #000;
    background-color: #00e3ff;
    font-weight: 600;
    font-size: 14px;
    padding: 15px;
    transition: background-color 0.5s;
}

.form button:hover,
.btn:hover {

    background-color: #00b6cc;
}

.form button:active,
.btn:active {
    transform: scale(0.95)
}

.form .agree {
    font-size: 13px;
    color: #dbdbdb
}

.form .agree a {
    color: #dbdbdb;
    text-decoration: underline;
}

.discord {
    text-align: center;
    display: inline-block;
    border: 1px solid #00E3FF;
    padding: 10px 0;
    width: 180px;
}

.discord img {
    margin: auto;
    overflow: hidden;
    transition: 0.5s all
}

.discord:hover img {
    transform: scale(1.05)
}

/*sec6*/
.sec6 {
    position: relative;
    z-index: 1;
}

/*footer*/
.footer {
    position: relative;
    background: #fff;
    text-align: center;
}

.footer-page {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.menu2 {
    font-size: 10px;
    font-weight: 600;
}



.menu2 a,
.menu2 span {
    color: #000;

}

.menu2 a:hover {
    opacity: 0.5
}

.monster {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    left: 50%;
}




/*pravicy*/
.pravicy .top {
    display: flex;
    align-items: center;
    min-height: 650px;
    background: linear-gradient(17.73deg, #010101 5.95%, #C4C4C4 261.33%);
}

.pravicy .middle {
    background: #fff;
}

.pravicy .content {
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 760px;
}

.pravicy .bottom {
    background: #F0F0F0;
    color: #000;
}

.pravicy .text {
    opacity: 0.7
}


/*.ews*/
.news {
    width: 100%;
    max-width: 560px;
    padding: 40px;
    text-align: center;
    background: #202125;
}

.news .title {
    color: #00e3ff;
    font-family: 'Furore';
    font-size: 30px;
}

.news .text {
    color: #fff;
    text-align: left;
}
.news ul {
    list-style: square outside;
}
.news a {
    color: #dbdbdb;
    text-decoration: underline;
}

.white-link {
    color: #fff;
    border-bottom: 1px solid;
    padding-bottom: 1px;
    transition: all 0.5s
}
.white-link:hover {
    color: #00E3FF;
}
