.scroll_block{
  overflow-y:auto !important;
  height:75.5%;
  padding-right:40px;
  scrollbar-width: thin;
  scrollbar-color: #000;
}

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

::-webkit-scrollbar { width: 10px; /* ширина скроллбара */ }.
::-webkit-scrollbar-thumb { background: #555; /* цвет бегунка */ }.
::-webkit-scrollbar-track { background: #f1f1f1; /* цвет дорожки */ }.

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

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

.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;
}




body{
   background:#111;
   margin:0;
   font-family:Arial;

}

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



.button-container,#detach-button-host{
  display: none !important;
}

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


#detach-button-host, {
  display: none !important;
}

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

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


.fp-watermark{
   display:none;
}

li a {
   cursor:pointer;
}

.no_display_pc{
  display:none;
}

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

#download_mobile_header{
  display:none;
}

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

.navi_body {
    width: 1620px;
    height: 95px;
    margin: 0 auto;
    background: rgba(0, 0, 0, .95);
    background-image: url('../img/hmenu.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    border-radius: 24px;
    position: relative;

}

.logo {
    position: absolute;
    margin:8px;
}

.navi_body ul {
    position: absolute;
    margin: 0 0 0 80px;
    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: 22px 0 0 0;
    color: #ccc;
    text-shadow: #000 2px 2px 2px;
    font-weight:bold;
    border-radius: 12px;
    background: #C2121A;
    text-align: center;
    background:url('../img/btn.png') no-repeat;
    background-size: 100% auto;
    /*background: radial-gradient(circle, rgba(194, 18, 26, 1) 0%, rgba(102, 3, 3, 1) 100%);*/
    cursor: pointer;
    text-transform:uppercase;
}

.btn:hover{
  background:url('../img/btn.png') no-repeat  0px -65px;
  background-size: 100% auto;
  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: 20px;
    top: 17px;
}

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

.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:230px;
}

.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:0px;
  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****************/
/****************  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:1600px;
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;

}
/************* Footer *********************/

.section.footer {
  background:#111;
}

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

#pagination_body div{
  width:40px;
  height:40px;
  border-radius:50%;
  background:#111;
  border:solid 2px #eee;
  float:left;
  margin-left:5px;
  color:#eee;
  cursor:pointer;
  transition:.5s;
  position:relative;
}

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


#pagination_body div:hover{
  background: #b30e0e;
  background: radial-gradient(circle,rgba(179, 14, 14, 1) 0%, rgba(43, 3, 9, 1) 100%);
}
.p_btn.active{
  background: #b30e0e !important;
  background: radial-gradient(circle,rgba(179, 14, 14, 1) 0%, rgba(43, 3, 9, 1) 100%) !important;
  color:#fff !important;
}



.pagination_box{
  width:100%;
  height:60px;
  background:#111;
  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: 1590px;
    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 ************************/

/***************** 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 *******************/

/**************** 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:0;
  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 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 ***********************/

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

#load_video{
  border:solid 1px #cd2020;
  border-radius:50%;
  -webkit-box-shadow: 0 4px 8px 0 rgb(34 60 80 / 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgb(34 60 80 / 0.2);
  box-shadow: 0 4px 8px 0 rgb(34 60 80 / 0.2);
}


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

.center_block{
  width:1500px;
  margin:150px auto 50px auto;
  overflow:hidden;
}


.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:1620px;
    margin:0 auto;
    height:100%;
    position:relative;
}

.block_content_body {
  width:65%;
  /*height:calc(100vh - 300px);*/
  height:50vh;
  color:#ddd;
  position:absolute;
  top:25vh;
  font-weight:100;
  display:none;
}


.block_content_body.first {
  top:300px;
}


.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:#fff;
  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;
}

.article_h1 h1{
  color:#fff;
  display:block;
  width:100%;
  text-align:center;
  font-weight:100;
  font-size:48px;
}



.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{
  background:rgba(0,0,0,.6);
  backdrop-filter: blur(3px);
  padding:60px;
  border-radius:28px;
}

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


/*        GALLERY          */

.photo_prev {
  width:620px;
  height:500px;
  overflow:hidden;
  float:left;
  margin:25px;
  position:relative;
  padding:40px;

}

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


.photo_prev div img{
  display:block;
  margin-left:-25%;
}

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

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

.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:80px !important;
  height:80px !important;
  position:absolute;
  top:0;
  left:0;
}

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


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

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