.background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: top;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(/new_main/assets/img/bg-static.png);
    background-repeat: no-repeat;
    background-size: auto
}

@media(min-width: 2560px), (min-height: 1440px) {
    .background {
        background-size: cover
    }
}

.dragons {
    width: 720px;
    height: 470px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%)
}

.dragons-video {
    display: none;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 0px;
    left: 45px
}

@media(min-width: 960px) {
    .dragons-video {
        width: 100%;
        height: 100%;
        top: -92px;
        left: -40px
    }
}

@media(min-width: 1280px) {
    .dragons-video {
        width: 90%;
        height: 90%;
        top: -60px;
        left: 30px
    }
}

@media(min-width: 1920px) {
    .dragons-video {
        width: 100%;
        height: 100%;
        top: -110px;
        left: -30px
    }
}

@media(min-width: 2560px) {
    .dragons-video {
        width: 73%;
        height: 73%;
        top: 30px;
        left: 240px
    }
}

.dragons img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute
}

@media(min-width: 960px) {
    .dragons {
        width: 960px;
        height: 832px;
        top: -30px
    }
}

@media(min-width: 1280px) {
    .dragons {
        width: 1280px;
        height: 992px;
        top: -35px
    }
}

@media(min-width: 1920px) {
    .dragons {
        width: 1148px
    }
}

@media(min-width: 2560px) {
    .dragons {
        width: 2040px;
        height: 1326px;
        top: -25px
    }
}

.cloud {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    bottom: 0
}

.cloud img {
    width: 100%;
    height: 1664px;
    position: absolute;
    object-fit: cover;
    object-position: bottom;
    bottom: 0
}

.ellipse {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0
}

.ellipse div {
    width: 823px;
    height: 823px;
    background: #7f4031;
    position: absolute;
    bottom: -411.5px;
    opacity: 80%;
    filter: blur(300px);
    border-radius: 100%;
    left: 50%;
    transform: translate(-50%)
}

.logo {
    width: 240px;
    height: 240px;
    margin: 0 auto
}

@media(min-width: 960px) {
    .logo {
        width: 340px;
        height: 340px;
        margin: 20px auto 0 auto
    }
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    clip-path: polygon(22.53% 17.09%, 51.55% 4.88%, 80.49% 17.3%, 96.04% 44.69%, 100% 56.13%, 100% 74.93%, 92.62% 89.03%, 51.69% 89.03%, 7.35% 89.03%, 3.48% 74.93%, 0.08% 56.08%, 7.35% 44.69%);
}

.btn-play {
    width: 100%;
    max-width: 360px;
    height: 74px;
    background-image: url(/new_main/assets/img/btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0);
    background-position: center;
    margin: 44px auto 0 auto;
    color: #fff;
    font-size: 9vw;
    text-align: center;
    transition: filter .25s;
    cursor: pointer;
    text-transform: uppercase;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-login {
    width: 100%;
    max-width: 360px;
    height: 45px;
    background-image: url(/new_main/assets/img/btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(0, 0, 0, 0);
    background-position: center;
    margin: 44px auto 0 auto;
    color: #fff;
    font-size: 9vw;
    text-align: center;
    transition: filter .25s;
    cursor: pointer;
    text-transform: uppercase;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-play:hover {
    filter: brightness(1.15)
}

@media(min-width: 360px) {
    .btn-play {
        font-size: 30px
    }
}

@media(min-width: 960px) {
    .btn-play {
        margin: 29px auto 0 auto
    }
}

@media(min-width: 1280px) {
    .btn-play {
        margin: 35px auto 0 auto
    }
}

.content {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: -10% auto;
}

.content::before {
    width: 100%;
    height: 0;
    content: "";
    margin-top: 181px
}

@media(min-width: 960px) {
    .content::before {
        margin-top: 161px
    }
}

@media(min-width: 1280px) {
    .content::before {
        margin-top: 184px
    }
}

@media(min-width: 1920px) {
    .content::before {
        margin-top: 243px
    }
}

@media(min-width: 2560px) {
    .content::before {
        margin-top: 554px
    }
}

.content-text {
    color: #fff;
    text-align: center
}

.content-text:nth-of-type(1) {
    font-size: 26px
}

@media(min-width: 960px) {
    .content-text:nth-of-type(1) {
        margin-top: -16px
    }
}

@media(min-width: 1280px) {
    .content-text:nth-of-type(1) {
        font-size: 30px
    }
}

@media(min-width: 2560px) {
    .content-text:nth-of-type(1) {
        margin-top: 25px
    }
}

.content-text:nth-of-type(2) {
    font-size: 20px;
    margin: 26px 33px 0
}

@media(min-width: 960px) {
    .content-text:nth-of-type(2) {
        margin: 14px 0 0
    }
}

@media(min-width: 1280px) {
    .content-text:nth-of-type(2) {
        font-size: 24px
    }
}

@media(min-width: 2560px) {
    .content-text:nth-of-type(2) {
        margin: 9px 0 0
    }
}

.content-text:nth-of-type(3) {
    font-size: 16px;
    margin: 36px 20px
}

@media(min-width: 960px) {
    .content-text:nth-of-type(3) {
        margin: 25px 0 0
    }
}

@media(min-width: 1280px) {
    .content-text:nth-of-type(3) {
        margin: 32px 0 0
    }
}

.content-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 37px;
    column-gap: 33px;
    row-gap: 36px
}

@media(min-width: 960px) {
    .content-items {
        margin-top: 23px
    }
}

@media(min-width: 1280px) {
    .content-items {
        margin-top: 32px
    }
}

@media(min-width: 1920px) {
    .content-items {
        margin-top: 32px
    }
}

.content-item {
    width: 106px;
    height: 106px
}

.content-item img {
    width: 100%;
    height: 100%;
    transition: filter .2s linear
}

.tooltip {
    touch-action: none;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s linear, visibility .2s linear;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: calc(100% - 20px);
    max-width: 256px;
    border: 1px solid #674738;
    box-shadow: 0 0 8px 0px rgba(96, 81, 62, .6196078431);
    background: #fbd4a4;
    top: -235%;
    left: -68%;
    border-radius: 3px;
    z-index: 5
}

@media(min-wdth: 360px) {
    .tooltip {
        width: max-content
    }
}

.tooltip_1 {
    top: -210%
}

.tooltip_2 {
    top: -238%
}

.tooltip_3 {
    top: -207%
}

.tooltip_4 {
    top: -198%
}

.tooltip_5 {
    top: -170%
}

.tooltip_cube {
    position: absolute;
    bottom: -9px;
    left: 46.5%;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    transform: rotate(45deg);
    border: 1px solid #674738;
    box-shadow: 0 0 8px 0px rgba(96, 81, 62, .6196078431);
    background: #fbd4a4;
    display: none
}

@media(min-width: 960px) {
    .tooltip_cube {
        display: block
    }
}

.tooltip_cubeh {
    position: absolute;
    left: 43.5%;
    bottom: 0;
    background: #fbd4a4;
    width: 35px;
    height: 35px
}

@media(min-width: 960px) {
    .tooltip_cubeh {
        display: block
    }
}

.tooltip-text {
    padding: 6px;
    position: relative;
    font-size: 16px;
    font-family: "RobotoCondensed";
    color: #000;
    text-align: left
}

.tooltip-text_header {
    color: #9a1818;
    font-weight: bold;
    text-decoration: underline
}

.tooltip-text_desc {
    font-size: 12px;
    line-height: 12px;
    margin-top: 4px
}

.tooltip-text_contain {
    margin-top: 10px
}

.tooltip-text_item {
    font-size: 14px;
    line-height: 15px
}

.tooltip_inv {
    width: 100%;
    position: absolute;
    height: 15px;
    bottom: -15px
}

@media(min-width: 960px) {
    .tooltip_inv {
        height: 30px;
        bottom: -30px
    }
}

.tooltip_close {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: none;
    border: none;
    outline: none
}

.tooltip_close:before,
.tooltip_close:after {
    content: "";
    width: 20px;
    height: 5px;
    position: absolute;
    background: #674738;
    cursor: pointer;
    top: 8px;
    left: 0
}

.tooltip_close:before {
    transform: rotate(45deg)
}

.tooltip_close:after {
    transform: rotate(-45deg)
}

@media(min-width: 960px) {
    .tooltip_close {
        display: none
    }
}

.tooltipShow {
    touch-action: auto;
    pointer-events: all;
    visibility: visible;
    opacity: 1
}

.footer {
    width: 100%;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    justify-content: flex-end;
    flex-grow: 1
}

@media(min-width: 960px) {
    .footer {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end
    }
}

.footer-logo {
    width: 120px;
    height: 48px;
    flex-shrink: 0;
    background: url(/info/pictures/image/logo-astrum-w.png) 100% / contain no-repeat;
}

.footer-logo a {
    width: 100%;
    height: 100%;
    display: block
}

@media(min-width: 960px) {
    .footer-logo {
        margin-left: 30px
    }
}

.footer-rights {
    margin-top: 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.footer-rights a:hover {
    text-decoration: underline
}

@media(min-width: 960px) {
    .footer-rights {
        margin-top: 0;
        margin-left: -65px
    }
}

.footer-age {
    margin-top: 31px;
    width: 34px;
    height: 34px;
    flex-shrink: 0
}

@media(min-width: 960px) {
    .footer-age {
        margin-right: 30px;
        margin-top: 0
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html,
body {
    width: 100%;
    min-height: 100vh
}

body {
    background-color: #000;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    position: relative
}

body,
a,
button {
    color: #fff
}

button,
a {
    border: none;
    outline: none;
    text-decoration: none
}

header {
    background-color: #000;
    width: 100%;
    height: 3vw;
    display: flex;
    justify-content: space-around;
    align-items: center
}

@media(max-width: 640px) {
    header {
        height: 50px
    }
}

header div {
    display: flex;
    gap: 8px;
    flex-direction: column;
    text-align: center
}

@media(min-width: 640px) {
    header div {
        gap: 22px;
        flex-direction: row
    }
}

audio {
    display: none
}

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

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

.font-roboto_bold {
    font-family: "RobotoCondensedBold", sans-serif, "Regular";
    font-style: normal;
    font-weight: 400
}

.font-roboto {
    font-family: "RobotoCondensed", sans-serif, "Regular";
    font-style: normal;
    font-weight: 400
}