@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?z1hlrn');
  src:  url('../fonts/icomoon.eot?z1hlrn#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?z1hlrn') format('truetype'),
  url('../fonts/icomoon.woff?z1hlrn') format('woff'),
  url('../fonts/icomoon.svg?z1hlrn#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clear:before {
  content: "\e900";
}

.g_preload_image{

  background-image: url(../images/preload.svg);
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80px;
  height: 80px;
  background-size: cover;
  z-index: 998;
}
body.is-active-preload{
  overflow: hidden;
}

body.active_popup{
 overflow: hidden;
}
body.is-active-preload:after{
  content: "";
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0,0.5);
  z-index: 99;
}
.b25-wrap-info{
 height: 100%;
}
.b25-popup{
 max-width: 768px;
 margin: 0 auto;
 background-color: white;
 height: 450px;
 box-sizing: border-box;
}
.b25-wrap-info{
 display: flex;
}
.b25-figure{
 margin: 0px;
 width: 50%;
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center center;
}

.b25-popup-info h1{
  margin: 0px;
  margin-bottom: 15px;
}

.b25-popup-info{
  padding-top: 24px;
  padding: 20px;
  box-sizing: border-box;
  width: 50%;
  overflow-y: auto;
}
.boxlight {
  opacity: 0;
  position: relative;
  display: none;
  z-index: 1002;
}

.boxlight-overflow {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
.box-overlay {
  position: fixed;
  top: -500%;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 1000;
  transition: opacity 0.3s linear;
  z-index: 1002;
}
.box-overlay.active {
  top: 0;
  opacity: 0.5;
}
.wrap-boxlight-youtube {
  max-width: 853px;
  margin: auto;
  background-color: #000;
  position: relative;
  z-index: 1002;
}
.youtube-inner {
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.boxlight-youtube {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapp-box {
  position: fixed;
  display: table;
  width: 100%;
  height: 100%;
  top: -500%;
  left: 0;
  transition: opacity 0.3s linear;
  opacity: 0;
  z-index: 1001;
}
.wrapp-box.boxlight-h {
  display: block;
  overflow: hidden;
}
.wrapp-box.boxlight-h .wrapp-box-inner {
  display: block;
  overflow-Y: auto;
}
.wrapp-box.active {
  opacity: 1;
  top: 0;
}
.wrapp-box.active .boxlight {
  opacity: 1;
  display: block;
}
.wrapp-box-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.close-boxlight {
  border: 1px solid #000;
  position: absolute;
  top: 5px;
  display: block;
  right: -58px;
  width: 35px;
  height: 35px;
  line-height: 28px;
  text-align: center;
  background-color: black;
  border-radius: 100%;
  color: #000;
  font-size: 30px;
  cursor: pointer;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;

}
.close-boxlight:after {
  font-family: 'icomoon' !important;
  content: "\e900";
  font-weight: 300;
  font-style: unset;
  font-size: 22px;
  line-height: 1;
  color: white;
  top: -2px;
  position: relative;
  left: 1px;
}

@media screen and (max-width: 840px){
  .b25-popup{
    width: 81%;
  }
  .b25-figure, .b25-popup-info{
    width: 100%
  }
  .b25-wrap-info{
        flex-flow: row wrap;
  }
  .b25-popup-info{
    order: 1;

  }
  .close-boxlight{
    right: -40px
  }
  .b25-wrap-info{
    overflow-y: scroll;
  }
  .b25-figure{
    height: 280px;
    order: 2;
  }
}