.container{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
body{
    background-image: none;
}
.modal_div .modal_close {
    right: 15px

}
.wrapper{
    max-width: none;
}
.menu-wrapper{
    font-family: 'Alegreya', serif;
}
.menu__link {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 25px;
    color: #ddccc9;
    font-size: 20px;
    position:relative;
    transition: all 0.3s ease;
}
.menu__link:after {
    display: block;
    content: "";
    background-color: #ffa500;
    height: 1px;
    width: 0%;
    bottom: 10px;
    left: 50%;
    position: absolute;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}
.menu__link:hover:after{
    width: 75%;
   transition: all 0.3s ease;
   
}
.menu__link:hover {
    color: #ffa500;
}
.header{
    position: relative;
   justify-content: space-around;
   height: 620px;
   padding-bottom: 50px;
}
.user-enter {
    transition: all 0.3s ease;
    cursor: pointer;
    background: none;
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-align: center;
    border: none;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    justify-content: center;
    width: 214px;
    height: 55px;
    background-image: url(/images/button.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    
    overflow: visible;
}
.user-enter:hover{
    background-color: rgba(255, 255, 255, 0);
    background-image: url(/images/button.svg);
    background-repeat: no-repeat;
}
.user-enter:before {
    opacity: 0.3;
    animation: glow 1s ease-in infinite; 
    background: #ffa500;
    border-radius: inherit;
    content: '';
    filter: blur(10px);
    position: absolute;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
.user-enter:hover:before{
    filter: blur(20px);
    opacity: 0.5; 
    animation: glow 0s ease-in infinite; 
}
@keyframes glow {
    0% {
      background: #ffa600b8;
    }
    25% {
      background: #ffa6008e;
    }
    100% {
      background: #ffa600b3;
    }
  }
.user-reg {
    transition: all 0.3s ease;
    cursor: pointer;
    background: none;
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-align: center;
    border: none;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    justify-content: center;
    width: 214px;
    height: 55px;
    background-image: url(/images/button-silver.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 20px;
}
.user-reg:hover{
    background-color: rgba(255, 255, 255, 0);
    background-image: url(/images/button-silver.svg);
    background-repeat: no-repeat;
}
.user-reg:before {
    opacity: 0.1;
    background: #fffefb;
    border-radius: inherit;
    content: '';
    filter: blur(10px);
    position: absolute;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
.user-reg:hover:before{
    filter: blur(20px);
    opacity: 0.5; 
    animation: glow 0s ease-in infinite; 
}
.button-play {
    transition: all 0.3s ease;
    cursor: pointer;
    background: none;
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-align: center;
    border: none;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    text-transform: uppercase;
    justify-content: center;
    width: 200px;
    height: 60px;
    padding-bottom: 10px;
    background-image: url(/images/button-play.svg);
    background-repeat: no-repeat;
    background-size: contain;
   
}
.button-play:hover{
    background-color: rgba(255, 255, 255, 0);
    background-image: url(/images/button-play.svg);
    background-repeat: no-repeat;
}
.button-play:before {
    opacity: 0.1;
    background: #f3db90;
    border-radius: inherit;
    content: '';
    filter: blur(10px);
    position: absolute;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 80%;
    top: 0;
    right: 0;
    z-index: -1;
}
.button-play:hover:before{
    filter: blur(20px);
    opacity: 0.2; 
    
}
.navigation__logo.logo{
    max-width: 500px;
    z-index: 0;
}
.topPanel{
    z-index: 2;
    position: relative;
}
.bg-top{
    background-image: url(/images/bg-top.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.bg-top-color{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #151316d4;
}
.bg-top::before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 150px;
    width: 100%;
    height: 150px;
    transform: translate(0px, -100%);
    background: linear-gradient(0deg, rgba(216, 186, 250, 0) 10%, #151316f1 60%);
    z-index: 1;
}
.bg-top::after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: -200px;
    width: 100%;
    height: 150px;
    transform: translate(0px, -100%);
    background: linear-gradient(180deg, rgba(216, 186, 250, 0) 10%, #151316f1 60%);
    z-index: 1;
}
.bg-main{
    background-image: url(/images/bg-main.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    
}
.bg-main-color{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #151316e9;
}
.bg-main::before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 150px;
    width: 100%;
    height: 150px;
    transform: translate(0px, -100%);
    background: linear-gradient(0deg, rgba(216, 186, 250, 0) 10%, #151316f1 60%);
    z-index: 1;
}
.bg-main::after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: -150px;
    width: 100%;
    height: 150px;
    transform: translate(0px, -100%);
    background: linear-gradient(180deg, rgba(216, 186, 250, 0) 10%, #151316f1 90%);
    z-index: 1;
}
.images-parallax{
    position: absolute;
    left: 0;
    bottom: 0;
}
.images-parallax__item {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}

.images-parallax__elipce,
.images-parallax__rock,
.images-parallax__rock2 {
position: absolute;
width: 100%;
height: 100%;
}

.images-parallax__rock {
background: url("/images/rock.svg") top/contain no-repeat;
top: -550px;
left: 0px;
width: 979px;
height: 246px;
z-index: -1;
}

.images-parallax__rock2 {
background: url("/images/rock2.svg") top/auto no-repeat;
bottom: 0px;
left: -200px;
z-index: -1;
width: 830px;
height: 427px;
}

.headerInfo-text {
    font-family: 'Alegreya', serif;
    line-height: 1.4;
    margin-bottom: 25px;
    color: #f3e9d8;
}
.headerInfo-text p{
    color: #fff;
}
.headerInfo-title{
    font-family: 'Alegreya', serif;
}
.main{
    padding-top: 220px;
    border-bottom: none;
}
.news-title{
    font-weight: 900;
}
.newsBlock-text{
    font-family: 'Alegreya', serif;
    font-weight: 600;
}
.newsBlock-text a{
    font-size: 25px;
}
.item-text a{
    padding-left: 10px;
}
.item-text {
    display: block;
    padding: 15px 10px 15px 50px;
    font-size: 16px;
    background:  #24243088 url(/images/list.png) no-repeat center left 18px;
    border-radius: 10px;
}
.newsBlockFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 570px;
}
.newsBlock{
    background-color: #24243088;
    padding: 30px 40px 30px 40px;
    height: auto;
}
.newsBlock p{
    font-family: 'Alegreya', serif;
}
.newsBlock-text {
   letter-spacing: 0.3px;
   font-weight: 600;
    line-height: 1.4;
    max-width: none;
    margin-bottom: 0px;
    color: rgb(251, 237, 223);
}
.newsBlock-mes{
    margin-top: 35px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 5px;
}
.newsBlock-text li{
    list-style: disc;
    margin-left: 20px;
}
.newsBlock-text ul{
    margin-bottom: 15px;
}
.show-more{
    border: 1px solid #ffa500;
    background: none;
    border-radius: 10px;
    color: #ffa500;
}
.show-more:hover{
    background-color: #f3da9037;
}
.news {
    width: calc(100% - 820px - 50px);
    margin-left: 0px;
}
.langBlock-dropdown{
    z-index: 9999;
}
.button-silver svg{
    margin-left: 10px;
}
.button-silver {
    transition: all 0.3s ease;
    cursor: pointer;
    background: none;
    color: #ffffff;
    position: relative;
    z-index: 1;
    text-align: center;
    border: none;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    justify-content: center;
    width: 280px;
    height: 70px;
    background-image: url(/images/button-silver.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 20px;
}
.button-silver:hover{
    background-color: rgba(255, 255, 255, 0);
    background-image: url(/images/button.svg);
    background-repeat: no-repeat;
}
.button-silver:hover svg{
    color: #ffa500;
}
.button-silver:before {
    opacity: 0;
    background: #fffefb;
    border-radius: inherit;
    content: '';
    filter: blur(10px);
    position: absolute;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
.button-silver:hover:before{
    filter: blur(20px);
    opacity: 0.2; 
     
}
.download__text{
    color:#fbd181;
    font-size: 30px; 
}
.footer{
    display: block;
    background: linear-gradient(0deg, rgba(216, 186, 250, 0) 0%, #151316f1 90%);
    z-index: 1;
    padding: 20px 0;
}
.footer__content{
    padding: 80px 0px;
    display: flex;
    color: #5a5864;
}
.dec-line {
    height: 9px;
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-top: 3px solid rgba(193, 180, 159, 0.3);
    border-bottom: 3px solid rgba(193, 180, 159, 0.3);
}
.menu-wrapper {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 120px;
    max-width: 700px;
    width: 100%;
}
.smoke{
    z-index: 1;
}
.button{
    border: none;
}
.button:hover{
    color: #f3db90;
    background: none;
}
.headerInfo {
    
    z-index: 1;
}
.btn-mobile {
    left: 15px;
    
}
.footer__content{
    padding-left: 15px;
    padding-right: 15px;
}
@media(max-width: 1600px){
    .main{
        padding-left: 15px;
        padding-right: 15px;
    }
    .news {
        width: calc(100% - 600px - 50px);
        margin-left: 0px;
    }
}
@media(max-width: 1440px){
    .wrapper {
        padding: 0px 0px;
    }
    .bg-main{
        background-position: center;
    }
    .news {
        width: auto;
        margin-left: 0px;
    }
}
@media(max-width: 1150px){
    .topPanel-right{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        padding: 20px 0;
    }
    .user-enter{
        margin-right: 0;
    }
    .bg-top::before{
        top: 300px;
        height: 300px;
    }
}
@media(max-width: 1100px){
    .main{
        flex-direction: column;
        justify-content: center;
    }
    .sidebar{
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .newsBlock-title{
        max-width: none;
        font-size: 48px;
    }
    .newsBlock-title a{
        font-size: 48px;
    }
    .download{
        text-align: center;
    }
    .news{
        margin-left: auto;
        margin-right: auto;
    }
    .news-title{
        text-align: center;
    }
    .newsBlockFlex{
        justify-content: center;
    }
}
@media(max-width: 993px){
    .topPanel-right{
        padding: 0px 0;
        flex-direction: row;
        justify-content: end;
    }
    .headerInfo {
        padding: 0 15px;
        z-index: 1;
    }
    .main{
        position: relative;
        z-index: 1;
    }
}
@media(max-width: 768px){
    .footer__content{
        flex-direction: column;
    }
    .footerRight{
        width: 100%;
    }
    
}

@media(max-width: 600px){
    .footer__content {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    .main{
        padding-bottom: 30px;
    }
    .topPanel-right{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        padding: 20px 0;
        max-width: max-content;
        height: auto;
    }
    .topPanel {
        z-index: 2;
        position: relative;
        justify-content: flex-end;
    }
    .navigation__logo{
        padding: 0 15px;
    }
}
@media(max-width: 450px){
    .main{
        padding-top: 100px;
    }
    .discordBlock iframe{
        width: 100%;
    }
    .newsBlock-title{
        font-size: 28px;
    }
    .newsBlock-title a{
        font-size: 30px;
    }
    .news-title{
        font-size: 28px;
    }
    .newsBlock {
        padding: 30px 20px 30px 20px;
    }
    .show-more{
        font-size: 20px!important;
    }
    .bg-top{
        background-position: right;
    }
    .topPanel-right{
        gap: 15px;
    }
    .user-enter{
        font-size: 15px;
        padding: 10px 50px;
        width: 180px;
         height: 45px;
    }
    .user-reg{
        width: 180px;
        height: 45px;
        font-size: 15px;
        padding: 10px 20px;
    }
    .bg-top::before{
        top: 200px;
        height: 200px;
    }
}
@media(max-width: 400px){
    .newsBlock-title{
        font-size: 34px;
    }
    .news-title{
        font-size: 24px;
        margin-bottom: 0;
    }
    .show-more{
        font-size: 16px!important;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .button-silver{
        font-size: 18px!important;
    }
}