/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Fotns */
@font-face{
    font-family: "Bebas Neue Cyrillic";
    src: url(fonts/BebasNeueRegular.689eb532.woff2);
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
:root{
    --red: #E91932;
    --text: #ECE7E1;
    --back:#0A0A0A;
    --nav: #0f0f0f;
}
/* CSS Reset */
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .05em;
    color: var(--text);
}
body::-webkit-scrollbar {
    width: 10px;               
  }
  body::-webkit-scrollbar-track {
    background: var(--back);        
  }
  body::-webkit-scrollbar-thumb {
    background-color: var(--text);    
    border-radius: 20px;       
  }
/* Global */



.title{
    letter-spacing: .1em;
    line-height: 120%;
    font-weight: 400;
    font-family: "Bebas Neue Cyrillic";
    font-size: 80px;
    color: var(--text);
}

.subtitle{
    line-height: 120%;
    letter-spacing: .1em;
    font-family: "Bebas Neue Cyrillic";
    font-weight: 400;
    font-size: 56px;
    color: var(--text);
}


.section{
    padding: 150px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.container{
    width: 100%;
    margin: 0 250px;
    z-index: 2;
}

.wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

a{
    letter-spacing: .1em;
    font-family: "Bebas Neue Cyrillic";
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
}

.separator{
    width: 100%;
    position: absolute;
    bottom: -70px;
    background-image: url(images/page-separator.ee7275d1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
    z-index: 4;
}

/* Nav */
.nav__section{
    background-color: var(--nav);
    padding: 20px 0;
    border-bottom: 1px solid rgba(55, 55, 55, .5);
    position: sticky;
    top: 0;
    z-index: 100;
}
.nav__container{
    width: 100%;
}
nav{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.play__link_nav{
    padding: 6px 45px;
    font-size: 22px;
    background-color: var(--red);
    color: var(--text);
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.play__link_nav:hover{
    background-color: white;
    color: black;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.arrow{
    width: 13px;
    height: 13px;
    margin-left: 5px;
}
.nav__link{
    margin-right: 50px;
    font-size: 22px;
    padding: 10px;
    -webkit-transition: background-color, 0.3s;
    -o-transition: background-color, 0.3s;
    transition: background-color, 0.3s;
    border-radius: 5px;
    
}
.nav__link:hover{
    background-color: #181818;
}
.navigation__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.logo{
    margin-right: 50px;
}
.hidden{
    display: none;
}

/* Banner */

.banner__section{
    background-image: url(images/welcome_banner_lg.b0774665.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

.banner__container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;
}

.banner__wrap h1{
    color: var(--text);
    margin-bottom: 20px;
}

.banner__wrap p{
    color: var(--text);
    margin-bottom: 50px;
}

.play__link{
    padding: 10px 75px;
    background-color: var(--red);
    color: var(--text);
    border-radius: 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.play__link:hover{
    background-color: white;
    color: black;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.shadow__block{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(top, rgba(10, 10, 10, 0) 77.63%, #0A0A0A 104.23%), -o-radial-gradient(50% 52.84%, 61.13% 58.87%, rgba(10, 10, 10, 0) 43.89%, #0A0A0A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(77.63%, rgba(10, 10, 10, 0)), color-stop(104.23%, #0A0A0A)), radial-gradient(61.13% 58.87% at 50% 52.84%, rgba(10, 10, 10, 0) 43.89%, #0A0A0A 100%);
    background: linear-gradient(180deg, rgba(10, 10, 10, 0) 77.63%, #0A0A0A 104.23%), radial-gradient(61.13% 58.87% at 50% 52.84%, rgba(10, 10, 10, 0) 43.89%, #0A0A0A 100%);
    z-index: 1;
}

/* Description */

.description__section{
    background-color: var(--back);
}

.description__wrap{
    width: 100%;
}

.description__text__inner{
    width: 50%;
    margin-right: 50px;
}

.description__text__inner h2{
    color: var(--text);
    margin-bottom: 10px;
}

.description__text__inner p{
    color: var(--text);
}

.video__inner{
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.video__inner iframe{
    border: 0;
}

/* Open */

.open__section{
    height: 100vh;
    background-image: url(images/open_world_banner_lg.19145f51.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.open__container{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;

}
.open__text__inner{
    width: 60%;
}
.open__text__inner h2{
    color: var(--text);
    margin-bottom: 25px;
}

.open__text__inner p{
    color: var(--text);
}

.shadow__block_2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-radial-gradient(50% 50%, 64.9% 64.9%, rgba(10, 10, 10, 0) 55.21%, #0A0A0A 100%), -o-linear-gradient(top, rgba(10, 10, 10, 0) 62.63%, #0A0A0A 100%), url(images/open_world_banner_lg.19145f51.webp) no-repeat center / cover;
    background: radial-gradient(64.9% 64.9% at 50% 50%, rgba(10, 10, 10, 0) 55.21%, #0A0A0A 100%), -webkit-gradient(linear, left top, left bottom, color-stop(62.63%, rgba(10, 10, 10, 0)), to(#0A0A0A)), url(images/open_world_banner_lg.19145f51.webp) no-repeat center / cover;
    background: radial-gradient(64.9% 64.9% at 50% 50%, rgba(10, 10, 10, 0) 55.21%, #0A0A0A 100%), linear-gradient(180deg, rgba(10, 10, 10, 0) 62.63%, #0A0A0A 100%), url(images/open_world_banner_lg.19145f51.webp) no-repeat center / cover;
}
#tip1{
    top: 100px;
    left: 180px;
}
#tip2{
    top: 35px;
    left: 430px;
}
#tip3{
    top: 60px;
    right: 180px;
}
.open__tip{
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 3;
}
.open__tip:hover{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.tip:hover :first-child{
    stroke: var(--red);
}

.tip:hover :nth-child(2){
    fill: var(--red);
}
.tip:hover :nth-child(3){
    fill: var(--red);
}
.tippy-box[data-theme~='my-tip']{
    background-color: #222222;
    color: var(--text);
    border-radius: 5px;
    padding: 10px;
    min-width: 500px;
}
.tippy-box[data-theme~='my-tip2']{
    background-color: #222222;
    color: var(--text);
    border-radius: 5px;
    padding: 10px;
    min-width: 450px;
}
.tippy-box[data-theme~='my-tip3']{
    background-color: #222222;
    color: var(--text);
    border-radius: 5px;
    padding: 10px;
    min-width: 00px;
}

/* History */

.history__section{
    height: 100vh;

}

.history__container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
}
.history__text__inner{
    width: 50%;
}
.history__text__inner h2{
    color: var(--text);
    margin-bottom: 20px;
}
.history__text__inner p{
    color: var(--text);
}

.shadow__block_3{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -o-linear-gradient(top, rgba(10, 10, 10, 0) 65.82%, #0A0A0A 115.52%), -o-radial-gradient(50% 50%, 57.72% 64.64%, rgba(10, 10, 10, 0) 63.54%, #0A0A0A 100%), url(images/narrative_banner_lg.4282a45b.webp) no-repeat center / cover;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65.82%, rgba(10, 10, 10, 0)), color-stop(115.52%, #0A0A0A)), radial-gradient(57.72% 64.64% at 50% 50%, rgba(10, 10, 10, 0) 63.54%, #0A0A0A 100%), url(images/narrative_banner_lg.4282a45b.webp) no-repeat center / cover;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0) 65.82%, #0A0A0A 115.52%), radial-gradient(57.72% 64.64% at 50% 50%, rgba(10, 10, 10, 0) 63.54%, #0A0A0A 100%), url(images/narrative_banner_lg.4282a45b.webp) no-repeat center / cover;
}

#tip4{
    left: 490px;
    top: 350px;
}
#tip5{
    left: 500px;
    bottom: 225px;
}
#tip6{
    top: 430px;
    right: 490px;
}

/* PVP */

.pvp__section{
    height: 100vh;
    background: -o-linear-gradient(top, rgba(10, 10, 10, 0) 62.47%, #0A0A0A 103.09%), url(images/pvp_banner_lg.55433044.webp) no-repeat center / cover;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(62.47%, rgba(10, 10, 10, 0)), color-stop(103.09%, #0A0A0A)), url(images/pvp_banner_lg.55433044.webp) no-repeat center / cover;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0) 62.47%, #0A0A0A 103.09%), url(images/pvp_banner_lg.55433044.webp) no-repeat center / cover;;
}
.pvp__container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;
}

.pvp__text__inner{
    width: 40%;
}

.pvp__text__inner h2{
    color: var(--text);
    margin-bottom: 20px;
}
.pvp__text__inner p{
    color: var(--text);
}

#tip7{
    top: 400px;
    left: 450px;
}

#tip8{
    left: 50%;
    bottom: 300px   ;
}

#tip9{
    right: 15%;
    bottom: 325px;
}

/* Faction */
.faction__section{
    height: 110vh;
    background: -o-linear-gradient(top, rgba(10, 10, 10, 0) 64.91%, #0A0A0A 104.22%, #0A0A0A 104.23%), -o-radial-gradient(50% 50%, 62% 65.26%, rgba(10, 10, 10, 0) 48.32%, #0A0A0A 100%), url(images/faction_banner_lg.90ec87b9.webp) no-repeat center / cover;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(64.91%, rgba(10, 10, 10, 0)), color-stop(104.22%, #0A0A0A), color-stop(104.23%, #0A0A0A)), radial-gradient(62% 65.26% at 50% 50%, rgba(10, 10, 10, 0) 48.32%, #0A0A0A 100%), url(images/faction_banner_lg.90ec87b9.webp) no-repeat center / cover;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0) 64.91%, #0A0A0A 104.22%, #0A0A0A 104.23%), radial-gradient(62% 65.26% at 50% 50%, rgba(10, 10, 10, 0) 48.32%, #0A0A0A 100%), url(images/faction_banner_lg.90ec87b9.webp) no-repeat center / cover;;
}

.faction__container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
}

.faction__text__inner{
    width: 50%;
}
.faction__text__inner h2{
    color: var(--text);
    margin-bottom: 20px;
}

.faction__text__inner p{
    color: var(--text);
}

#tip10{
    top: 150px;
    left: 15%;
}

#tip11{
    left: 40%;
    bottom: 380px;
}
#tip12{
    left: 60%;
    top: 420px;
}
#tip13{
    right: 12%;
    top: 280px;
}

/* Beggining */

.beggining__section{
    height: 100vh;
    background: -o-radial-gradient(50% 50%, 61.68% 59.43%, rgba(10, 10, 10, 0) 59.92%, #0A0A0A 100%), -o-linear-gradient(top, rgba(15, 15, 15, 0) 72.78%, #0F0F0F 100%), url(images/beginning_banner_lg.20c152c2.webp) no-repeat center / cover;
    background: radial-gradient(61.68% 59.43% at 50% 50%, rgba(10, 10, 10, 0) 59.92%, #0A0A0A 100%), -webkit-gradient(linear, left top, left bottom, color-stop(72.78%, rgba(15, 15, 15, 0)), to(#0F0F0F)), url(images/beginning_banner_lg.20c152c2.webp) no-repeat center / cover;
    background: radial-gradient(61.68% 59.43% at 50% 50%, rgba(10, 10, 10, 0) 59.92%, #0A0A0A 100%), linear-gradient(180deg, rgba(15, 15, 15, 0) 72.78%, #0F0F0F 100%), url(images/beginning_banner_lg.20c152c2.webp) no-repeat center / cover;;
}

.beggining__container{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.beggining__text__inner{
    width: 40%;
}
.beggining__text__inner h2{
    color: var(--text);
    margin-bottom: 20px;
}

.beggining__text__inner p{
    color: var(--text);
}
#tip14{
    left: 20%;
    top: 480px;
}
#tip15{
    left: 43%;
    top: 400px;
}
#tip16{
    right: 15%;
    top:380px;
    
}
/* Video */
.video__section{
    background-color: var(--back);
}

.video__section h1{
    color: var(--text);
    margin-bottom: 20px;
}
.video__wrap_main{
    width: 100%;
    height: 700px;
    position: relative;
    margin-bottom: 50px;
}
.video__inner__main{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}

.video__inner__main iframe{
    width: 100%;
    height: 100%;
}

.video__wrap_nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.video__inner_nav{
    width: 31%;
    height: 217px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    z-index: 5;
}
.help_wrap{
    position: absolute;
    top: 0;
    left: 0;
    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;
    width: 100%;
    height: 100%;
}
.video__inner_nav_back_1{
    width: 70%;
    height: 0;
    border-radius: 10px;
    border-top: 1px solid var(--red);
    border-bottom: 1px solid var(--red);
    z-index: -1;
}
.video__inner_nav:hover .video__inner_nav_back_1{
    width: 100%;
    height: 100%;
    z-index: 5;
    -webkit-transition: 0.25s width;
    -o-transition: 0.25s width;
    transition: 0.25s width;
}
.video__inner_nav:hover .help_wrap{
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.video__inner_nav_active{
    border:1px solid var(--red);
}
.help_wrap_2{
    position: absolute;
    top: 0;
    left: 0;
    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;
    width: 100%;
    height: 100%;
}
.video__inner_nav_back_2{
    height: 70%;
    width: 0;
    border-radius: 10px;
    border-left: 1px solid var(--red);
    border-right: 1px solid var(--red);
    z-index: -1;
}
.video__inner_nav:hover .video__inner_nav_back_2{
    width: 100%;
    height: 100%;
    z-index: 5;
    -webkit-transition: 0.25s height;
    -o-transition: 0.25s height;
    transition: 0.25s height;
}
.video__inner_nav:hover .help_wrap_2{
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
}

.video__inner_nav img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.video__inner_nav:hover img{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

/* Gallery */

.gallery__section{
    background-color: var(--back);
}
.gallery__section h1{
    margin-bottom: 20px;
}
.gallery__section p{
    margin-bottom: 20px;
}
.gallery__wrap{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.gallery__inner{
    width: 30%;
    height: 200px;
    margin-bottom: 30px;
}

.gallery__inner img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.gallery__inner:hover .gallery__inner img{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.button__gallery__wrap{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.button__gallery__wrap h2{
    color: var(--back);
    background-color: var(--text);
    padding: 10px 70px;
    border-radius: 5px;
    font-size: 24px;
    cursor: pointer;
}
.button__gallery__wrap h2:hover{
    background-color: #7d7a76;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.group_1{
    display: none;
}
.group_2{
    display: none;
}
.active{
    display: block;
}
/* Swiper */
.swiper__section{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #000000e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10000;
}
.swiper__container{
    width: 66%;
    margin: 0px 17vw;
    position: relative;
}
.close__button__wrap{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 20px;
}
.close__button{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    background-color: #0f0f0f;
    border-radius: 5px;
    padding: 2px 15px;
}
.close__button span{
    font-size: 30px;
    color: #555;
}
.close__button:hover{
    background-color: #B1AFAC;
}
.close__button:hover span{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--back);
}

.swiper__wrap{
    width: 100%;
    overflow: hidden;
    height: 60vh;
    margin-bottom: 20px;
}

.button__group{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.download__button h2{
    color: var(--red);
    font-size: 24px;
}

.button__pagination__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.prev__button{
    width: 56px;
    height: 56px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    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;
    background-color: #0f0f0f;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 20px;
}

.prev__button span{
    color: #555;
    font-size: 30px;
}

.prev__button:hover{
    background-color: #B1AFAC;
}
.prev__button:hover .prev__button span{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--back);
}
.next__button{
    width: 56px;
    height: 56px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    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;
    background-color: #0f0f0f;
    border-radius: 5px;
    cursor: pointer;
}

.next__button span{
    color: #555;
    font-size: 30px;
}

.next__button:hover{
    background-color: #B1AFAC;
}
.next__button:hover .next__button span{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--back);
}

.swiper__ribbon{
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1188vw;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.img__swiper__wrap{
    height: 100%;
    width: 66vw;
}
.img__swiper__wrap img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.disabled{
    display: none;
}

.special{
    height: 100vh;
    overflow: hidden;
}
/* Footer */

.footer__section{
    background-image: url(images/legend_fullhd_lg.47df8303.webp);
    background-color: var(--back);
    background-size: cover;
    background-position: center;
}
.footer__container p{
    max-width: 80%;
    margin-bottom: 30px;
}

.footer__container h2{
    font-size: 32px;
}

.footer__section h1{
    font-size: 64px;
    margin-bottom: 15px;
}

/* Adaptive */

@media (max-width: 1480px){
    .container{
        margin: 0 200px;
    }
    .title{
        font-size: 72px;
    }
    .subtitle{
        font-size: 50px;
    }
    .text{
        font-size: 14px;
    }
}
@media (max-width: 1200px){
    .nav__link{
        font-size: 16px;
    }
    .play__link_nav{
        font-size: 16px;
        padding: 4px, 8px;
    }
    .container{
        margin: 0 100px;
    }
    .title{
        font-size: 64px;
    }
    .subtitle{
        font-size: 44px;
    }
    .banner__section, .open__section, .history__section, .pvp__section, .faction__section, .beggining__section{
        height: 80vh;
    }
    #tip4{
        left: 182px;
        top: 251px;
    }
    #tip5{
        left: 199px;
        bottom: 184px;
    }
    #tip6{
        top: 294px;
        right: 207px;
    }
    #tip7{
        top: 199px;
        left: 149px;
    }
}
@media (max-width: 980px){
    .play__link_nav{
        padding: 4px 15px;
    }
    .logo img{
        width: 150px;
        height: 30px;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .navigation__wrap a{
        margin-right: 15px;
    }
    .container{
        margin: 0 50px;
    }
    .title{
        font-size: 68px;
    }
    .subtitle{
        font-size: 46px;
    }
    .text{
        font-size: 14px;
    }
    .description__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .description__text__inner{
        width: 100%;
    }
    .video__inner{
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .video__wrap_main{
        height: 550px;
    }
    .video__inner iframe{
        height: 600px;
        width: 100%;
    }
    .video__wrap_nav{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .video__inner_nav{
        width: 49%;
        margin-bottom: 20px;
    }
    .gallery__inner{
        width: 49%;
    }
    .open__tip{
        display: none;
    }
    .open__text__inner, .history__text__inner, .pvp__text__inner, .faction__text__inner, .beggining__text__inner{
        width: 100%;
    }
}
@media (max-width: 760px){
    .section{
        padding: 75px 0;
    }
    .nav__section{
        padding: 20px 0;
    }
    .navigation__wrap a{
        margin-right: 7px;
    }
    .logo img{
        height: 25px;
        width: 100px;
    }
    .open__section, .history__section, .pvp__section, .faction__section, .beggining__section{
        height: 65vh;
    }
    .title{
        font-size: 60px;
    }
    .subtitle{
        font-size: 40px;
    }
    .video__inner iframe{
        height: 500px;
    } 
    .video__wrap_main{
        height: 450px;
    }
}

@media (max-width: 576px){
    .nav__section{
        display: none;
    }
    .title{
        font-size: 54px;
    }
    .subtitle{
        font-size: 36px;
    }
    .text{
        font-size: 12px;
    }
    .gallery__inner{
        width: 100%;
    }
    .button__gallery__wrap{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .video__inner_nav{
        height: 130px;
    }
    .section{
        padding: 30px 0;
    }
    .video__inner iframe{
        height: 400px;
    }
    .separator{
        bottom: -130px;
    }
    .last{
        display: none;
    }
    .video__wrap_main{
        height: 400px;
    }
}