@font-face {
	font-family: 'Desire-Pro';
	src: url('../fonts/desire-pro.otf');
}
@font-face {
	font-family: 'helveticaneuecyr-medium';
	src: url('../fonts/helveticaneuecyr-medium.ttf');
}
@font-face {
	font-family: 'helveticaneuecyr-roman';
	src: url('../fonts/helveticaneuecyr-roman.otf');
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #000;
}
::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 0;
}


*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #000;
    color: #fff;
    font-family: monospace;
}

header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    text-align: center;
}
header .flex{
    display: flex;
    align-items: center;
}
header .h-logo{
    position: absolute;
    left: 50%;
    right: 50%;
}
.h-item:first-child{
    text-align: left;
}
.h-item:last-child{
    text-align: right;
}
a{
    text-decoration: none;
    color: #fff;
}
.button a{
    color: #000;
    line-height: 100%;
}

.h-item{
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
    font-family: 'helveticaneuecyr-roman';
    padding: 10px;
    border-radius: 5px;

    
}
.h-item:hover{
    background-color: rgba(255, 255, 255, 0.1);
}
.h-logo img{
    width: 50px;
}
section{
    width: 100%;
    position: relative;
}
.vh{
    height: 100vh;
}
.vhs{
    height: calc(100vh - 400px);
}
.up{
    text-transform: uppercase;
}
.sc1{
    background-image: url(/assets/images/bg.webp);
    background-size: cover;
    background-position: center;
    z-index: 5;
}
.sc2{
    background-color: #000;
    padding: 200px 0;
    z-index: 2;
}
.sc3{
    background-image: url(/assets/images/bg_about.webp);
    background-size: cover;
    background-position: center;
}
.choose{
    background-color: #000;
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}
.map{
    background-color: #000;
}
.map-content{
    position: relative;
}
.map-content h3{
    text-align: center;
    width: 700px;
    margin: 0 auto;
    margin-top: 40px;
}

.about-mob{
    display: none;
}
.fix{
    padding: 0 3%;
    width: 94%;
}
.fixs{
    padding: 200px 3%;
    width: 94%;
}

.pdl{
    padding-left: 5%;
}
.pdr{
    padding-right: 5%;
}
.tx{
    text-align: center;
}
h1{
    font-size: 84px;
    font-family: 'Desire-Pro';
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.04em;
}
h2{
    font-size: 55px;
    font-family: 'helveticaneuecyr-medium';
    font-weight: 400;
}
h3{
    font-family: 'helveticaneuecyr-roman';
    font-size: 22px;
    font-weight: 400;
}
h4{
    font-family: 'helveticaneuecyr-roman';
    font-size: 18px;
    font-weight: 400;
}

.dp{
    font-family: 'Desire-Pro';
    font-weight: 400;
    letter-spacing: 4px;
}


.awaits-container{
    display: grid;
    grid-template-columns: repeat(4, 24%);
    justify-content: center;
    align-items: center;
    margin: 80px 0;
}
.await-item{
    border: 1px solid #262626;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 36px;
    gap: 20px;
}
.await-item h3{
    line-height: 120%;
    letter-spacing: -0.02em;
    min-height: 55px;
}
.button{
    font-family: 'helveticaneuecyr-medium';
    border-radius: 10px;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    height: 68px;
    text-transform: uppercase;
    transition: .3s;
}
.button:hover{
    opacity: 0.7;
}
.button.telegram{
    width: 375px;
    text-align: center;
}
.button.get-telegram{
    width: 360px;
    gap: 10px;
}
.m-desc{
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 750px;
}
.m-desc h2{
    width: 700px;
    letter-spacing: -0.03em;
}
.m-desc h3{
    display: none;
}
.mg0{
    margin: 0 auto;
}
.choose-item{
    position: relative;
}
.choose-item img{
    border-radius: 18px;
    width: 100%;
}
.choose-item h3{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    line-height: 120%;
    letter-spacing: -0.02em;
}
.choose-container{
    display: grid;
    grid-template-columns: repeat(3, 576px);
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 80px 0;
}
.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 80px 0;
}

.drop-down_container{
    width: 880px;
}
.drop-down{
    width: 100%;
    border-bottom: 1px solid #262626;
    padding: 18px 0;
    cursor: pointer;
    position: relative;
    z-index: 4;
}
.toggle-icon {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
.stick {
    position: absolute;
    background-color: #fff;
    transition: all 0.3s ease;
}

.horizontal {
    width: 100%;
    height: 2px;
    top: 9px;
    left: 0;
}
.vertical {
    width: 2px;
    height: 100%;
    left: 9px;
    top: 0;
}

.drop-down.active .vertical {
    transform: rotate(90deg);
}

.drop-down.active .horizontal {
    width: 120%;
    left: -10%;
}

.drop-down.active .content {
    display: block;
}
.side-content{
    width: 400px;
}
.side-content h2{
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 45px !important;
}
.m-side-content{
    width: 360px;
    backdrop-filter: blur(50px);
    font-size: 48px;
    line-height: 100%;
    padding: 32px;
    background-color: #ffffff15;
    height: fit-content;
    border-radius: 12px;
}
.m-side-content .up{
    letter-spacing: -0.02em;
}
.m-side-content h2{
    margin-bottom: 50px;
    font-size: 55px;
    letter-spacing: 0.04em;
    line-height: 100%;
}
.m-desc{
    gap: 35px;
}
.faq{
    background-color: #000;
    display: flex;
    justify-content: space-between;
}
.faq h1{
    margin-top: 20px;
}
.drop-down_container .button.telegram{
    margin-top: 80px;
}

h1.big{
    font-size: 355px;
    margin-top: -90px;
    margin-bottom: 110px;
}


footer{
    display: flex;
    justify-content: space-between;
    color: #666666;
    padding-bottom: 50px !important;
    padding-top: 50px !important;
    flex-direction: column;
    background-color: #0D0D0D;
}
footer .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .f-logo{
    width: 100%;
    margin: 50px 0 40px 0;
}
.sc3 .desc{
    width: 850px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 100px;
    padding-right: 70px;
    z-index: 2;
}
.sc3 .button.telegram{
    margin-top: 80px;
}
span.gr {
    /*color: #ffffff7a;*/
}

.sc1 .flex-between{
    align-items: flex-start;
    padding-top: 4%;
}
.sc1 .logo{
    position: absolute;
    bottom: -130px;
    width: 94%;
    display: none;
}
.location{
    display: none;
    background-color: #000;
}
.location img{
    width: 100%;
}
.header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-wrapper h3{
    letter-spacing: -0.02em;
    line-height: 120%;
    font-family: 'helveticaneuecyr-medium';
}
.drop-down .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.drop-down.active .content {
    max-height: 100px;
    padding-top: 15px;
}
ul{
    font-family: 'helveticaneuecyr-roman';
}
.faq ul.content, .map ul.content{
    font-size: 16px;
}
.faq ul.content{
    list-style-type: none;
}
.map ul.content{
    list-style-type: disc;
}
.map li{
    margin: 5px 0;
    margin-left: 20px;
}
.faq li{
    margin: 5px;
}
.ms{
    display: none;
}
li{
    text-align: left !important;
}

.btn-container{
    display: flex;
    gap: 12px;
}
.btn-container .btn{
    background-color: #fff;
    border-radius: 5px;
    width: 130px;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    gap: 10px;
    justify-content: center;
}
.btn-flex{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.btn-container .btn{
    cursor: pointer;
    transition: .3s;
}
.btn-container .btn:hover{
    opacity: 0.7;
}
.install .m-side-content{
    display: none;
}
.sc1 video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.7;
	display: none;
}
.planet-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-top: -25%;
}
.planet-shadow{
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.planet-render{
    position: relative;
}
.planet-render video{
    position: relative;
    display: block;
    width: 100%;
}
.planet-content .pls{
    display: none;
    max-width: 425px;
    text-align: center;
    margin-bottom: 50px;
}

.language-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 300px;
    width: 90%;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.popup-content h2 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
}

.lang-dropdown {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    appearance: none;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="%23333"><path d="M7.41 8.59L6 10l-1.41-1.41L5 7.59l1 1 1-1z"/></svg>') no-repeat right 10px center;
    background-size: 12px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.close-btn:hover {
    color: #000;
}
.popup-content h1{
    color: #000;
    margin-bottom: 30px;
    font-size: 35px;
}
.lang-switcher {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 60px;
    text-align: center;
}

.lang-button {
    font-family: 'helveticaneuecyr-medium';
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.lang-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.arrow {
    font-size: 12px;
    margin-left: 5px;
}

.lang-dropdown-menu {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background-color: #111;
    border: 1px solid #262626;
    border-radius: 5px;
    z-index: 999;
    min-width: 60px;
    padding: 10px 0;
}

.lang-dropdown-menu div {
    padding: 10px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.lang-dropdown-menu div:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.lang-switcher.active .lang-dropdown-menu {
    display: block;
}

.mob-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 5%;
    z-index: 998;
    background: linear-gradient(180deg, #000000, transparent);
    transition: .3s;
}
.mob-header.scrolled{

}

.burger-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.burger-btn span {
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mob-header .logo{
    position: relative;   
}
.mob-header .logo img{
    width: 40px;
}

.mob-header.open .burger-btn span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: left;
}
.mob-header.open .burger-btn span:nth-child(2) {
    opacity: 0;
}
.mob-header.open .burger-btn span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: left;
}

.burger-content {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 25px;
    z-index: 997;
    transform: translateX(100%);
    transition: transform 0.4s ease;
}

.burger-content.open {
    transform: translateX(0);
}
.burger-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
}
.burger-content .lang-switcher{
    cursor: pointer;
    width: 400px;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 2px solid #FFFFFF33;
}
.h-item.dp{
    font-size: 55px;
    line-height: 100%;
}
.burger-content .lang-switcher h2{
    margin-bottom: 10px;
    font-size: 25px;
}
.h-item.dp:hover{
    background-color: unset !important;
    opacity: 0.75;
}