/******************************************/
/***************   Derhava   **************/
/******************************************/

@font-face {
   font-family: Kramola;
   src:  url('../fonts/Kramola.ttf') format("truetype");
}

@font-face {
    font-family: "Uncage";
    src:  url(../fonts/Uncage.woff) format("woff");
}

@font-face {
    font-family: "SourceSansPro-SemiBold";
    src:  url(../fonts/SourceSansPro-SemiBold.woff) format("woff");
}

@font-face {
    font-family: "SourceSansPro-Regular";
    src:  url(../fonts/SourceSansPro-Regular.woff) format("woff");
}

@font-face {
    font-family: "Mont-Light";
    src:  url(../fonts/Mont-Light.woff) format("woff");
}

@font-face {
   font-family: "SourceSansPro-Bold";
   src:  url(../fonts/SourceSansPro-Bold.ttf) format("truetype");
}

/**********************************************************************************************/
/**********************************  Main blocks  *********************************************/

body{
   font-family: "Uncage";
   background:#111;
   background-image: url(../img/bg_history.png);
   background-size: 100% 100%;
   background-attachment: fixed;
   margin:0;
   width:100%;
   }

body + div[is-visible] {
  display: none !important;
}

#landscape_alert{
  position:fixed;
  width:100vw;
  height:100vh;
  background:#000;
  top:0;
  left:0;
  z-index:999999;
  display:none;
}

.rotated{
  display:block;
  position:absolute;
  width:150px;
  color:#aaa;
  height:48px;
  top:50%;
  left:50%;
  margin-left:-75px;
  margin-top:-50px;
  text-align:center;
  font-size:12px;
}

.rotated svg{
  position: absolute;
  margin-left:-30px;
  margin-top:-40px;
}

.fp-watermark{
   display:none;
}



/***************** Pop-Up ***********************/

#pop_up_window {
   width:100vw;
   height:100vh;
   background: rgba(40, 37, 38, .5);
   position:fixed;
   top:0;
   left:0;
   z-index:99999;
   backdrop-filter: blur(8px);
   display:none;
}

#pop_up_window h5 {
  display:block;
  color:#fff;
  width:50%;
  text-align:center;
  margin:20% auto;
  font-size:38px;
  font-weight:100;
}

.reg_form {
    width: 600px;
    height: 700px;
    background: #181516;
    position: absolute;
    top: 45%;
    left: 50%;
    margin: -350px 0 0 -300px;
    z-index: 9;
    border-radius: 22px;
}

.reg_form.sup{
      height: 800px;
}


.block_body h3 {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding:15px 0 10px 0;
    text-transform: uppercase;
    font-size:24px;
}

.form_btn {
    border: solid 2px #6d6d6d;
    color: #6d6d6d;
    padding: 10px 0;
    text-align: center;
    border-radius: 22px;
    cursor: pointer;
    transition: .5s;
    margin-bottom: 10px;
}

.form_btn:hover {
    border: solid 2px #fff;
    color: #fff;
    background:#6d6d6d;
}

.block_body {
    width: 90%;
    height: 90%;
    margin: 5% auto;
}

.form_btn.bottom {
    margin-bottom: 20px;
}

.reg_form input {
    display: block;
    border: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 10px;
    border-radius: 14px;
    background: #3d3a3b;
    color: #6d6d6d;
    font-size: 16px;
    outline: none;
}

#fullpage,.fp-overflow{
  outline: none;
}

.reg_form input {
    display: block;
    border: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 10px;
    border-radius: 14px;
    background: #3d3a3b;
    color: #6d6d6d;
    font-size: 16px;
    outline: none;
    border:solid 2px #3d3a3b;
}

.reg_form textarea {
    display: block;
    border: none;
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
    padding: 15px 10px;
    border-radius: 14px;
    background: #3d3a3b;
    color: #6d6d6d;
    font-size: 16px;
    resize: none;
    outline: none;
    border:solid 2px #3d3a3b;
    font-family: Arial;
}

#alert{
    color:#cd2020;
    font-weight:bold;
}

.reg_form p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #6d6d6d;
    font-weight: 100;
}

.reg_form a {
    text-decoration: none;
    color: #4285F4;
}

.reg_form .btn{
   margin-top:20px;
   width:100%;
   background: url('../img/btn-p.png') no-repeat;
   height:48px;
   padding:30px 0 0 0;
}

.reg_form .btn:hover{
  background:url('../img/btn-p.png') no-repeat  0px -84px;

}



.close_svg{
   display:block;
   position:absolute;
   right:0px;
   top:-40px;
   cursor:pointer;
   transition:.5s;
}


.close_svg:hover{
   transform: rotate(360deg);
}

.close_svg.full{
  top:20px;
  right:20px;
}

/**************** END POP UP *******************/

/****************   Hmenu    **************/

#download_mobile_header{
  display:none;
}

.h_navi {
    width: 100%;
    position: fixed;
    top: 10px;
    left: 0;
    height: 95px;
    z-index: 99;
}

.navi_body {
    width: 1400px;
    height: 82px;
    margin: 0 auto;
    background: rgba(0, 0, 0, .95);
    background-image: url('../img/header.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    border-radius: 24px;
    position: relative;
    font-family: "Uncage";
}

.logo {
    position: absolute;
    margin:10px;
    z-index:9;
}

.navi_body ul {
    position: absolute;
    margin: -5px 0 0 40px;
    width: 1200px;
}

ul {
    list-style: none;
}

.navi_body ul li {
    float: left;
}

.navi_body ul a {
    color: #aaa;
    text-decoration: none;
    font-size: 18px;
    margin-left: 20px;
    display: block;
    cursor: pointer;
    padding:38px 0;
    text-transform:uppercase;
}

.navi_body ul a:hover {
    color: #fff;
}

.logo.mobile,.s_menu,.no_pc{
   display:none;
}

.btn {
    width: 250px;
    height: 40px;
    padding: 23px 0 0 0;
    color: #aaa;
    text-shadow: #000 1px 1px 1px;

    border-radius: 12px;
    background: #C2121A;
    text-align: center;
    background:url('../img/btn.png') no-repeat;
    background-size: 100% auto;
    transition:.5s;
    cursor: pointer;
    text-transform:uppercase;
    font-family: "Uncage";
}

.btn:hover {
  color:#fff;
}



.btn_download{
  width: 300px;
  height: 83px;
  padding: 22px 0 0 0;
  color: #fff;
  border-radius: 12px;
  background:url('../img/ebtn.png');
  background-size: 100% auto;
  cursor: pointer;
  transition:.5s;
  float:left;
  margin: 0 5px;
  position:relative;
  font-size:20px;
  opacity:0.8;
}

.btn_download:hover{
  background-size: 100% auto;
  margin-top:-20px;
  color:#fff;
  opacity:1;
}

.btn_download img{
  display:block;
  position:absolute;
  left:60px;
}

.btn_download_corr{
    left:50px !important;
}

.btn_download span{
  display:block;
  position:absolute;
  margin: 8px 0 0 130px;
}

.logo-bo{
  display:block;
  position:absolute;
  z-index:99;
  width:600px;
  top:40%;
  left:50%;
  margin-left:-325px;
  margin-top:-101px;
}

.al {
    position: absolute;
    right: 10px;
    top: 10px;
}

.lng{
    position:absolute;
    top:32px;
    margin-left:30px;
}

.lng img{
   display:block;
   float:left;
   margin-right:10px;
   cursor:pointer;
   transition:.3s;
   width:30px;
}

.lng img:hover{
   margin-top:-3px;
}


.login_menu{
    position:absolute;
    top:0;
    margin-left:100px;
}

.login_menu a{
   color:#ccc;
   font-size:21px;
   text-decoration:none;
}

.login_menu a:hover{
   color:#fff;
}

#ul_navi ul li ul {
  display:none;
  width:auto;
  position:absolute;
  background: rgba(0, 0, 0, .8);
  border-radius: 8px;
  backdrop-filter: blur(8px);
  margin-left:13px;
  margin-top:-9px;
  padding:10px 0;
  transition:.5s;
  padding: 10px 30px 10px 10px;
}




#ul_navi ul li ul li{
  float:none;
}
#ul_navi ul li:hover ul{
  display:block;
}

#ul_navi ul li ul li a{
  font-size:14px;
  padding:5px 0;
  margin-left:15px;

}

/*****************End Hmenu****************/

/**************** Video Player *****************/
/*/////// NEW /////////////*/

#player_box{
  position:fixed;
  z-index:9999;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(0,0,0,.5);
  display:none;
}

.body_player{
   position:absolute;
   width:1400px;
   height:900px;
   top:40%;
   left:50%;
   margin-top:-10%;
   margin-left:-700px;
}

.body_player video{
  width:1400px;
  height:787px;
}


.close{
  display:block;
  width:50px;
  height:50px;
  position:absolute;
  right:0;
  top:-70px;
  background:url("../img/closen.png") no-repeat;
  cursor:pointer;
  opacity:.8;
  transition:.5s;
}

.close:hover {
  opacity:1;
}

.player_icons{
  width:280px;
  height:70px;
  position:absolute;
  bottom:20px;
  left:50%;
  margin-left:-140px;
  background:url('../img/player/controls.png') no-repeat;

  padding:10px 10px 25px 10px;

}

.player_icons div{
  width:64px;
  height:64px;
  border-radius:50%;
  float:left;
  margin:0 3px;
}

.prev {
  background:url('../img/player/prevbtn.png');
  cursor:pointer;
  width:50px;
  height:100px;
  top:50%;
  opacity:1;
  position:absolute;
  left:-60px;
  margin-top:-100px;
  transition:.5s;
}

.prev_no_active {
  background:url('../img/player/prevbtn.png');
  cursor:auto;
  opacity:.3;
  width:50px;
  height:100px;
  position:absolute;
  top:50%;
  left:-60px;
  margin-top:-100px;
}
.prev:hover {
  left:-65px;
}

.female {
  background:url('../img/player/icons.png') -74px -82px;
  cursor:pointer;
}

.female:hover {
  background:url('../img/player/icons.png') -74px -151px;
}

.female_active {
  background:url('../img/player/icons.png') -74px -151px;
  cursor:auto ;
}



.play {
  background:url('../img/player/icons.png') -148px -81px;
  cursor:pointer;
}

.play:hover {
  background:url('../img/player/icons.png') -148px -149px;
}


.pause {
  background:url('../img/player/icons.png') -446px -80px;
  cursor:pointer;
}

.pause:hover {
  background:url('../img/player/icons.png') -446px -147px;
}



.male {
  background:url('../img/player/icons.png') -222px -80px;
}

.male:hover {
  background:url('../img/player/icons.png') -220px -150px;
  cursor:pointer;
}

.male_active {
  background:url('../img/player/icons.png') -220px -150px;
  cursor:auto !important;
}

.mute {
  background:url('../img/player/icons.png') -295px -79px;
  cursor:pointer;
}

.mute:hover {
  background:url('../img/player/icons.png') -292px -149px;
}

.sound {
  background:url('../img/player/icons.png') -515px -79px;
  cursor:pointer;
}

.sound:hover {
  background:url('../img/player/icons.png') -515px -146px;
}

.next {
  background:url('../img/player/nextbtn.png');
  cursor:pointer;
  width:50px;
  height:100px;
  opacity:1;
  position:absolute;
  top:50%;
  right:-60px;
  margin-top:-100px;
  transition:.5s;
}

.next:hover {
  right:-65px;
}

.next_no_active {
  background:url('../img/player/nextbtn.png');
  cursor:auto;
  width:50px;
  height:100px;
  opacity:.3;
  position:absolute;
  top:50%;
  right:-60px;
  margin-top:-100px;
  transition:.5s;
}


/*//////////////// END PLAYER NEW ////////////////////*/
.video_controll{
  position:absolute;
  bottom:100px;
  left:50%;
  width:120px;
  height:50px;
  z-index:99;
  margin-left:-55px;
}

.video_player {
   width:420px;
   height:70px;
   background:rgb(20,20,20,.8);
   position:absolute;
   bottom:20px;
   left:50%;
   margin: 0 0 0 -175px;
   border-radius:30px;
   z-index:99;
}

.player_btn {
   width:60px;
   height:60px;
   border-radius:50%;
   background:rgb(256,256,256,.05);
   margin:5px;
   float:left;
   cursor:pointer;
   transition:.5s;
   position:relative;
}

.player_btn.st{
   border-radius:50%;
   background:rgb(256,256,256,.2);
}

.player_btn:hover {
   background:rgb(256,256,256,.5);
}

.player_btn svg{
   display:block;
   position:absolute;
   top:16px;
   left:16px;
}

.player_btn.st.right svg{
   top:17px;
   left:18px;

}

.player_btn span{
  display:block;
  position:absolute;
  color:#fff;
  font-size:26px;
  top:16px;
  left:17px;
  font-weight:100;
}

#splash_player_2{
  display:none;
}

/************************************************************/

#load_video{
  display:none;
   margin:-44px 0 0 -24px;
}

.closemobile{
  display:none;
}

/******************** End Videoplayer ***********************/


/************* Footer *********************/

.section.footer {
  background:#111;
  background-image: url(../img/bg_history.png);
  background-size: cover;
}

#pagination_body{
  margin:0 auto;
  width:auto;
  overflow:hidden;
  position:absolute;
  top:18px;
  left:50%;
}

#pagination_body div{
  width:20px;
  height:40px;
  border-radius:50%;
  float:left;
  margin-left:5px;
  color:#555;
  cursor:pointer;
  transition:.5s;
  position:relative;
  font-size:26px;
  font-family: "Uncage";
}

#pagination_body div span{
  display:block;
  padding-top: 10px;
  width:100%;
  text-align:center;
}


#pagination_body div:hover{
   color:#999;
}
.p_btn.active{
  font-size:26px;
  color:#999 !important;
  font-family: "Uncage";
}



.pagination_box{
  width:100%;
  height:60px;
  background:rgba(0,0,0,.08);
  position:relative;
  margin:-50px auto 40px auto;
  padding:0 0 20px 0;
  border-bottom:solid 1px #151515;
}


.section.footer {
    height: 200px;
    position: relative;
    padding-top: 50px;
}

.section.footer.pagination {
    height: 300px;
}


.footer_body {
    width: 1370px;
    min-height: 50px;
    margin: 0 auto;
    position: relative;
}

.footer_1 {
    border-bottom: solid 1px #6d6d6d;
    height: 40px;
}

.footer_2 {
    position: relative;
}

.logo.fo_footer {
    position: absolute;
    left: -8px;
    top: 10px;
}

.footer_1 ul {
    padding:0;
}

.footer_1 ul li {
    float: left;
}

.footer_1 ul li a {
    color: #ccc;
    display: block;
    margin-left: 10px;
    text-decoration: none;
    transition:.5s;
    text-transform:uppercase;

}

.footer_1 ul li a:hover {
    color: #fff;
}

.copy {
    position: absolute;
    color: #6d6d6d;
    top: 40px;
    left: 100px;
}

.net_icons {
    position: absolute;
    right: 0;
    top: 30px;
}

.copy span {
    display: block;
    font-weight: 100;
    font-size: 14px;
}

.copy a {
    display: block;
    font-weight: 100;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.footer_1 .lng {
    position: absolute;
    right: 0;
    width: 80px;
    top: -8px;
}

.footer_1 ul li ul {
   display:block;
   width: auto;
   transition:.5s;
   background: #282526;
   z-index: 9;
}

.footer_1 ul li:hover ul {
   display:block;
}

.footer_1 ul li ul li{
  float:left;
  margin-right:5px;
  padding:0;
}


.footer_1 .display_none_pc{
  display:none;
}



/*************END Footer ************************/

/************** SECTIONS ************************/

.section.long{
  height:auto;
}


.section{
   /*height:100vh;*/
   position:relative;
   overflow:hidden;
}

.section.first{
  min-height:75vh !important;
}


.section.bl1,.section.bl2{
  height:100vh;
}

.section.bl1 video,#history{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#download_mobile_start,.logo-bo-smart{
  display:none;
}

.logo-bo{
  display:block;
  position:absolute;
  z-index:99;
  width:600px;
  top:40%;
  left:50%;
  margin-left:-325px;
  margin-top:-101px;
}

#splashб,.ul_navi_title{
  display:none;
}

/*************** END SECTIONS ************************/

/****************  Blocks *****************/

.btn_sound{
  width:50px;
  height:50px;
  cursor:pointer;
  float:left;
  margin-right:10px;
  transition:.5s;
}

.btn_sound:hover,.btn_sound.top:hover{
  margin-top:-5px;
}

.btn_sound.top{
  margin-top:5px;
}

#video_bg{
 position:absolute;
 background:none;
 width:100%;
 height:100%;
}

.patern{
  background:rgba(0,0,0,.5);
  position:absolute;
  z-index:9;
  width:100%;
  height:100%;
}

.patern.dop{
    background:url('../img/patern.pn') no-repeat;

}

.btn_block{
  width:930px;
  height:120px;
  position:absolute;
  bottom:100px;
  z-index:999;
  left:50%;
  margin-left:-465px;
}

.section.bl1 video,#history{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

#splashб,.ul_navi_title{
  display:none;
}

.block1 .content,.block1.fixed{
width:1400px;
min-height:600px;
min-height: 40vh;
margin: 180px auto;
position: relative;
}



.type.faq{
  margin:0;
}

.type li {
  position: relative;
  background: #3D3A3B;
  padding: 20px 0 40px 0;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-left:-40px;
  transition: .5s;
  display: block;
}

.type li .open_ask {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  padding: 3px;
  border-radius: 50%;
  background: rgba(256,256,256,.2);
  transition: .5s;
  z-index: 9;
}

.type li .open_ask {
  cursor: pointer;
}

.close_ask {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  padding: 3px;
  border-radius: 50%;
  background: rgba(206,56,56,.2);
  transition: .5s;
  z-index: 9;
  transform: rotate(44deg);
}

.body_content h2{
   margin:40px 0 0 20px;
}

.body_content a{
   color:#fff;
   text-decoration:none;
   text-transform:uppercase;
}




.type li div {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0 0 0;
  font-weight: bold;
}

.ask.hide {
  height: 0;
  overflow: hidden;
  transition: .5s;
  font-weight: 100;
  color: #aaa;
}

.block2 {
  position: relative;
  width: 50%;
  float: left;
}

.body_content {
  width: ;
  margin: 20px auto;
  font-weight: 100;
  color: #eee;
}

.bl1{
   background:url('../img/bg1.jpg') no-repeat;
   background-size:cover;
   background-position: center;
}

.bl2{
   background:url('../img/bg2b.png') no-repeat;
   background-size:cover;
   background-position: center;
}

.bl3{
   background:#2020cd;
}

.block1{
   width:100%;
   height:100vh;
   position:relative;
}

.circle_icon{
   width:60px;
   height:60px;
   border:solid 3px #232021;
   background: rgba(40, 37, 38, .8);
   position:absolute;
   border-radius:50%;
   right:2px;
   top:50%;
   margin: -30px 0 0 0;
   transition:.5s;
   z-index:99;
}

.circle_icon:hover{
   background: rgba(40, 37, 38, .5);
}


.circle_icon img{
   display:block;
   position:absolute;
   top:10px;
   left:10px;
   cursor:pointer;
}

#block_icons{
   width:62px;
   height:320px;
   position:absolute;
   right:-72px;
   top:50%;
   margin:-160px 0 0 0;
   transition:.5s;
   z-index:99;
}

#block_icons img{
   width:60px;
   height:60px;
   border:solid 3px #232021;
   border-radius:50%;
   margin-bottom:1px;
}

/************** End blocks ****************/

/**************  Icons   ******************/
#splash_body{
   width:830px;
   height:500px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin: -250px 0 0 -415px;
   color:#fff;
   transition:1s;
   display:none;
}

#splash_body h2{
   display:block;
   width:100%;
   text-align:center;
   font-size:38px;
   text-transform: uppercase;
   font-weight:100;
}

#splash_body p{
   display:block;
   width:100%;
   text-align:center;
   font-size:21px;
   text-transform: uppercase;
   margin-bottom:40px;
   font-weight:100;
}

.btn.center{
  margin:20px auto 0 auto;
}

#full_screen{
  display:block;
  width:50px;
  height:50px;
  position:absolute;
  bottom: 120px;
  right: 10px;
  cursor:pointer;
}

#full_screen:hover{
  background:rgba(256,256,256,.1);
  border-radius:6px;
}



.player2_start_box{
  position: absolute;
z-index: 9999;
width: 600px;
height: 700px;
top:50%;
left:50%;
margin:-300px 0 0 -300px;
background:url('../img/play_bg_n.png') 0 50px;
background-size: 100% auto;
}

.derhava-2{
  width:600px;
  margin-left:-20px;
}

.consept{
  width:500px;
  display:block;
  position:absolute;
  bottom:0;
  left:50%;
  margin-left:-240px;
}


.play_start{
  width:150px;
  height:150px;
  cursor:pointer;
  display:block;
  position:absolute;
  top:60%;
  left:50%;
  margin: -75px 0 0 -70px;
  background:url('../img/play_btn.png') no-repeat;
}

.play_start:hover{
  background:url('../img/play_btn.png') no-repeat 0 -160px;
}


.play_start_no_active{
  width:150px;
  height:150px;
  cursor:auto;
  display:block;
  position:absolute;
  top:60%;
  left:50%;
  margin: -75px 0 0 -70px;
  background:url('../img/play_btn.png') no-repeat;
}

.body_player .loader{
  position:absolute;
  top:46%;
  left:50%;
  margin-left:-14px;

}
/******************* End Icons *********************************************/


/********************* Block article *****************************/

.center_block{
  width:1400px;
  margin:150px auto 50px auto;
  overflow:hidden;
  min-height:65vh;
}


.blovk_article h2 {
  color:#fff;
  font-weight:100;
  font-size:28px;
}

.blovk_article p {
  color:#ccc;
  font-weight:100;
  font-size:18px;
}

.block1.fixed h1{
  display:block;
  color:#fff;
  font-weight:100;
  font-size:38px;
}

.block_content {
    width:1400px;
    margin:100px auto 20px auto;
    min-height:75%;
    position:relative;
}

.block_content.first{
  min-height:65%;
}

.block_content_body {
  width:100%;
  /*height:calc(100vh - 300px);*/
  min-height:40vh;
  padding-bottom:100px;
  color:#ddd;
  position:absolute;
  top:25vh;
  font-weight:100;
}


.block_content_body.first {
  top:450px;
}


.block_content_body b{
  font-weight:bold !important;
  color:#fff;
}


.block_content_body p{
 font-size:17px;
 margin:10px 0;
}


.block_content_body.right {
  right:0;
}

.block_content_body.center {
  right:0;
  left:0;
  margin: auto;
}


.block_content_body {
  color:#ddd;
  font-weight:100;
}

.block_content_body h2{
  color:#666;
  font-weight:100;
  font-size:38px;
  margin:0;
}

.block_content_body h2:first-letter{
  color:#cd2020 !important;
}

.block_content_body ul{
  list-style:disc !important;
  margin:0 !important;
  padding: 0 0 0 20px;
}

.block_content_body ul li{
  float:none;
  margin-bottom:10px;
  font-size:18px;
}

.article_h1{
 width:100%;
 margin:150px auto 0 auto;
 position:absolute;
 font-family:ofont.ru_Uncage;
}

.article_h1 h1{
  font-family:Uncage;
  color:#aaa;
  display:block;
  width:100%;
  text-align:center;
  font-weight:100;
  font-size:58px;
  text-transform:uppercase;
}



.page_line {
 width:200px;
 margin:40px auto;
 border-bottom:solid 1px #6d6d6d;
 position:relative;
}

.page_line .col{
  position:absolute;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#cd2020;
  margin-top:-4px;
  margin-left:95px;
}

.article_bg{

}

#history {
  display: none;
  position: absolute;
  width: 100%;
  transition: .5s;
}


/******************* Gallery ***********************************************/

.photo_prev {
  width:642px;
  height:auto;
  overflow:hidden;
  float:left;
  margin:25px;
  position:relative;
  padding:4px;

}

.photo_prev div{
  width:100%;
  overflow:hidden;
}


.photo_prev div img{
  display:block;
}

.gallery_h1 {
  display:block;
  width:100%;
  color:#999;
  font-weight:100;
  text-align:center;
}

.content.about {
  color:#aaa;
  width:1200px;
  margin:150px auto;
  font-size:18px;
  font-family: SourceSansPro-Regular;
}

.content.about  .line{
  width:100%;
  border:solid 1px #999;
  margin:50px 0;
}

.content.about ul{
  list-style:disc;
  display:block;
  position:relative;
}


.content.about strong{
  color:#eee;
}

.content.about a{
  color:#cd2020;
}

.content.about h1{
  display:block;
  width:100%;
  text-align:center;
  font-weight:48px;
  color:#fff;
  padding:30px 0;
  font-weight:100;
}

.r1 {
  background-image: url('../img/r1.png');
  background-size: 100% 100%;
  width:70px !important;
  height:70px !important;
  position:absolute;
  top:0;
  left:0;
  z-index:9;
}

.r2 {
  background-image: url('../img/r2.png');
  background-size: 100% 100%;
  width:70px !important;
  height:70px !important;
  position:absolute;
  top:0;
  right:0;
  z-index:9;
}


.r3 {
  background-image: url('../img/r3.png');
  background-size: 100% 100%;
  width:70px !important;
  height:70px !important;
  position:absolute;
  bottom:0;
  right:0;
  z-index:9;
}

.r4 {
  background-image: url('../img/r4.png');
  background-size: 100% 100%;
  width:70px !important;
  height:70px !important;
  position:absolute;
  bottom:0;
  left:0;
  z-index:9;
}

.saper{
  width:800px;
  margin:50px auto;
}

.saper h2{
  color:#aaa;
  font-weight:100;
  font-size:16px;
  display:block;
  position:absolute;
  margin-top:-20px;
}

.saper img{
  width:100%;
}

.quests_body {

}

/*****************  END GALLERY  *********************************/


/*  Mine  */
.mine {
  width:50px;
  height:50px;
  float:left;
  cursor:pointer;
  color:#eee;
  position:relative;
}


.mine_s{
  display:block;
  margin:5px 8px;
}

#test {
  color:#ff2020;
}

.h_mine{
  color:#cd2020;
}

.mine span{
  display:block;
  width:50px;
  height:36px;
  transition:.5s;
  text-align:center;
  padding-top:14px;
  color:#AB9E7F;
  font-weight:bold;
}


#minesweeper{
  width:800px;
  height:800px;
  margin:50px auto;
  background:url('../img/quest/mine_bg_d.png');
}


.span_mine.onmine {
  background:url('../img/quest/mine.png');
  font-size:0;
}

.mine_btn{
  display:block;
  position:absolute;
}

/*  END Mine  */






/***********************************   Library   *******************************/

.section.first {
    min-height: 75vh !important;
}

.section {
    position: relative;
    overflow: hidden;
}

.article_h1 {
    width: 100%;
    margin: 190px auto 0 auto;
    position: absolute;
    font-family: ofont.ru_Uncage;
}

.article_h1 h1 {
    font-family: Uncage;
    color: #aaa;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 100;
    font-size: 58px;
    text-transform: uppercase;
}

#libh1 {
    display: none;
    margin: 0;
}

.article_h1 h1 {
    font-family: Uncage;
    color: #aaa;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 100;
    font-size: 58px;
    text-transform: uppercase;
}

.block_content {
    width: 1400px;
    margin: 170px auto 20px auto;
    min-height: 82%;
    position: relative;
}

#libh2 {
    display: none;
    background-image: linear-gradient(to top, #222, #aaa);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 68px;
    font-weight: bold;
    margin: -15px 0 0 0;
}

.block_content_body {
    width: 100%;
    min-height: 40vh;
    padding-bottom: 100px;
    color: #ddd;
    position: absolute;
    top: 25vh;
    font-weight: 100;
}

.article_bg {
    width: 44%;
    float: left;
    margin: 0 40px;
    overflow: hidden;
    padding: 20px 0;
}

#start_article_h2 {
    font-family: "Uncage";
    font-size: 45px;
    font-weight: 150;
    color: #aaa;
    margin: 0;
    display: none;
}

#start_article_h22 {
    font-family: Uncage;
    font-size: 25px;
    font-weight: 100;
    color: #777;
    font-transform: uppercase;
    margin: 10px 0 0 5px;
    display: none;
    text-transform: uppercase;
}

.par_1 {
    margin-top: 50px;
    width: 550px;
    color: #777;
    font-size: 22px;
    font-family: SourceSansPro-Regular;
    display:none;
}

.par_2 {
    margin-top: 40px;
    width: 430px;
    color: #777;
    font-size: 22px;
    font-family: SourceSansPro-Regular;
    display:none;
}

.article_bg img {
    width: 100%;
    opacity: 55%;
}

.start_pic1 {
    display: none;
    margin-left: 800px;
}

.section.long {
    height: auto;
}

.block_content.small {
    min-height: 390px;
}

.left_line {
    overflow: hidden;
    margin-top: 40px;
    width:100%;
}

.grad_line {
    width: 35%;
    height: 50px;
    margin-right: 40px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(126, 20, 20, .5));
    float: left;
}

.bb {
    margin-left: 150px;
}
.bbb {
    margin-left: 100px;
}
.bbbb {
    margin-left: 50px;
}
.bbbbb {
    margin-left: 0px;
}

.read_more {
    width: 240px;
    text-align: left;
    margin: 50px auto;
    color: #555;
    text-decoration: underline;
    cursor: pointer;
    display: none;
    font-family: "SourceSansPro-Regular";
}
#read_more1 {
    width: 335px;
}

.grad_text {
    font-family: "SourceSansPro-SemiBold";
    font-size: 17px;
    color: #666;
    float: left;
    width: 690px;
}

.more_bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #1c1817;
    top: 0;
    left: 0;
    z-index: 91;
    display: none;
}

#article_1, #article_2, #article_3 {
    font-family: "SourceSansPro-SemiBold";
    color: #888;
    background-image: url(../img/bg_history.png);
    width: 1200px;
    height: 70vh;
    margin: 15vh auto;
    border-radius: 10px;
    padding: 0px;
    transition: 1s;
    padding: 40px;
    position: relative;
    border: solid 1px #333;
    -webkit-box-shadow: 0px 0px 22px 21px rgba(00, 00, 00, 0.2);
    -moz-box-shadow: 0px 0px 22px 21px rgba(00, 00, 00, 0.2);
    box-shadow: 0px 0px 22px 21px rgba(00, 00, 00, 0.2);
}

#article_1, #article_2, #article_3 {
    margin: 60vh auto 0 auto;
}

.close_svg {
    display: block;
    position: absolute;
    right: 0px;
    top: -40px;
    cursor: pointer;
    transition: .5s;
}

.close_svg {
    display: block;
    top: 20px;
    right: 20px;
}



#article_1 h3, #article_2 h3, #article_3 h3 {
    color: #aaa;
    font-family: "Uncage";
    font-size: 22px;
}

.article_overflow {
    height: 90%;
    overflow-y: auto;
    padding: 0 40px 0 0;
}

html {
    overflow-y: scroll;
    scrollbar-color: #222 rgba(0, 0, 0, .3);
    border-radius: 10px;
}

.block_content_body.normal{
  position:relative;
  top:0;
}

#head3 {
    font-family: "Uncage";
    display: none;
    font-size: 28px;
    color: #aaa;
    margin: 20px 0 0 0px;
}

#grad_text6 {
    font-family: Uncage;
    font-size: 38px;
    font-weight: 100;
    color: #aaa;
    font-transform: uppercase;
    margin: 0px 0 0 0px;
    text-transform: uppercase;
    display: none;
}

#grad_text7 {
    display: none;
    font-family: "Uncage";
    font-size: 28px;
}

.grad_text {
    display: none;
}


.block_23 {
    width: 64%;
    float: left;
    height: 60px;
    position: relative;
    color: #999;
}

#grad_text9,#grad_text10,#grad_text11,#grad_text12{
  display:none;
  font-family: SourceSansPro-Regular;
}

.block_13 div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    border: solid 2px #992020;
    right: 50px;
    top: 0px;
    display: none;
    background: radial-gradient(#662020, #aa2020);
    box-shadow: 0 0 10px #cd2020;
}

.block_13 {
    width: 25%;
    float: left;
    height: 60px;
    position: relative;
}

.block_1 {
    width: 1250px;
    margin: 30px auto;
    height: 60px;
}

#read_more2 {
    display: none;
    color: #555;
    text-decoration: underline;
    cursor: pointer;
    font-family: SourceSansPro-Regular;
}

.block_1.big {
    width: 1400px;
    height:auto;
    margin: 30px auto;
}

.h23 {
    position: absolute;
    margin: 50px;
    z-index: 5;
}

#grad_text14 {
    font-family: "Uncage";
    font-size: 58px;
    font-weight: 150;
    color: #aaa;
    margin: 0;
    opacity: 1 !important;
    display: none;
}

#grad_text15 {
    font-family: Uncage;
    font-size: 38px;
    font-weight: 100;
    color: #777;
    margin: 0px 0 0 180px;
    font-size: 44px;
    display: none;
}

.block_23.big img {
    width: 100%;
    opacity: 55%;
}

#grad_text16, #grad_text17 {
    display: block;
    position: relative;
    height: auto;
    margin-left: 40px;
    display: none;
}

.block_23.big {
    height: auto;
    display: block;
}

.block_13 {
    width: 25%;
    float: left;
    height: 60px;
    position: relative;
}

.block_13.long div {
    border: none;
    background: none;
    box-shadow: none;
    width: auto;
    right: 0;
}

.block_1.topper {
    margin-top: 100px;
    height: 600px;
}

.grad_line_2.aaa {
    width: 400px !important;
    margin-top: 100px;
    right: 10px;
}

.grad_line_2 {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    height: 60px !important;
    margin-right: 200px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(126, 20, 20, .5)) !important;
    float: left;
    transition: .2s;
}

.grad_line_2.aaaa {
    width: 350px !important;
    margin-top: 190px;
    right: 10px;
}

.grad_line_2.aaaaa {
    width: 300px !important;
    margin-top: 280px;
    right: 10px;
}

.grad_line_2.aaaaaa {
    width: 250px !important;
    margin-top: 370px;
    right: 10px;
}

.block_cont {
    overflow: hidden;
    margin-top: 100px;
}

#head4 {
    font-family: "Uncage";
    font-size: 28px;
    color: #999;
    margin: 20px 0 0 20px;
    display:none;
    height:62px;
}

.end_block {
    display: none;
    margin: 20px 0 0 20px !important;
    margin-left: 20px !important;
    height: 68px;
    font-family: "SourceSansPro-Regular";
}

.end_block.ddd {
    margin: 24px 0 0 20px !important;
    font-family: "SourceSansPro-Regular";
}

.lh {
    width: 1100px;
    margin: 0 auto;
    font-family: "Uncage";
    font-size: 28px;
    color: #888;
    display: none;
}

.block12.lage {
    width: 50%;
    float: left;
    height: 380px;
}

.red_block_left {
    width: 100%;
    height: 150px;
    margin-top: 40px;
    position: relative;
    background: linear-gradient(to right, rgba(100, 20, 20, .5), rgba(0, 0, 0, 0)) !important;
    display:none;
}

.red_block_right {
    width: 100%;
    height: 150px;
    margin-top: 40px;
    position: relative;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(100, 20, 20, .5)) !important;
}

.red_block_cont span {
    font-family: "Uncage";
    font-size: 212px;
    height: 150px;
    color: #441010;
    margin-left: 40px;
}

.smb {
    color: #888;
    position: absolute;
    top: 50px;
    left: 190px;
    width: 70%;
    min-height: 90%;
    display: none;
    font-family: SourceSansPro-Regular;
}

.sl {
    margin-left: 60px !important;
}

.red_block_right, .red_block_left {
    display: none;
}

.red_block_cont {
    margin-top: -19px;
}

.red_block_cont {
    position: absolute;
    right: 0;
    width: 700px;
}

.red_block_cont.right {
    right: auto;
    left: 0;
}

#read_more3 {
    width: 1090px;
    margin: 40px auto;
    color: #555;
    text-decoration: underline;
    cursor: pointer;
    display: none;
    font-family: SourceSansPro-Regular;
}

#picture3{
  display:none;
}

.date_news{
    font-family: SourceSansPro-Regular;
    color:#555;
    display:none;
}

#full_width_h{
  font-family: "Uncage";
    width:100%;
    text-align:center;
    font-size: 28px;
    color: #aaa;
    display:none;
    margin-top:-50px;
}
/***********************************   End Library   ***************************/
