@charset "UTF-8";

._fnctWrap {line-height:1.5;}

.wrap-popup{overflow:hidden;}
.wrap-popup .titleWrap{width:400px;float:left;padding:15px 0;}
.wrap-popup .titleWrap .p-title{line-height:1.2;}
.wrap-popup .titleWrap .p-title strong{display:block; font-size:0; font-family:'Noto Bold'; color:#000; /**background:url(./../images/title-popup.png) no-repeat;**/ margin-bottom:20px;}
.wrap-popup .titleWrap .p-title i{display:block;}
.wrap-popup .titleWrap .p-title span{color:#020102;font-size:20px;display: block;margin: 30px 0 30px;line-height: 1.3;}

.wrap-popup {position:relative; max-width:1400px; margin:0 auto;}
.wrap-popup .slider {max-width:960px;float:right;overflow:hidden;margin-bottom: 80px;}
.wrap-popup .slider li{padding:15px; float:left;}
.wrap-popup .slider li a{display:block;}
.wrap-popup .slider li img {border:2px solid transparent; width:100%; transition:ease all .3s;}
.wrap-popup .slider li:hover img{border:2px solid #fff; box-shadow:2px 2px 10px #000;}

.wrap-popup .prevnext{position:absolute; left:0; bottom:80px; display:inline-block;}
.wrap-popup .prevnext:after{content:'';width:1px;height:120px;background-color:rgba(255,255,255,.3);position:absolute;left: 70px;margin-left: 0;bottom:0;display:block;}
.wrap-popup .prevnext button{width:40px;height:120px;text-indent:-9999px;margin-top: -60px;display:inline-block;}
.wrap-popup .prevnext button.prev{background:url(./../images/arr-prev.png) no-repeat; margin-right:50px;}
.wrap-popup .prevnext button.next{background:url(./../images/arr-next.png) no-repeat;left: 100px;}

@media all and (max-width:1200px) {
  .wrap-popup .slider{max-width:100%;}
  .wrap-popup .titleWrap{width:100%; margin-bottom:30px;}
  .wrap-popup .titleWrap .p-title{text-align:center;}
  .wrap-popup .titleWrap .p-title strong > img{width:260px;}
  .wrap-popup .titleWrap .p-title span{font-family: 'Noto Regular';}

  .wrap-popup .prevnext{left:unset;right: 10px;bottom: 0;}
  .wrap-popup .prevnext:after{display: none;}
  .wrap-popup .prevnext button{width:41px; height:9px;}
  .wrap-popup .prevnext button.prev{background:url('./../images/popup-zone-left.png') no-repeat;margin-right: 20px;right: 100px;}
  .wrap-popup .prevnext button.next{background:url('./../images/popup-zone-right.png') no-repeat;right: 0;left: unset;margin-right: 60px;}
}

@media all and (max-width:768px) {
  .wrap-popup{padding:0 10%;}
  .wrap-popup .slider li{box-sizing: border-box;}
  .wrap-popup .slider li img{width: 100%;height: 100%;border:2px solid #fff; box-shadow:2px 2px 10px #000;}
  .wrap-popup .titleWrap .p-title strong > img{width:220px;}
  .wrap-popup .prevnext button.prev{margin-right: 5px;right:80px;}
  .wrap-popup .prevnext button.next{right: 30px;margin-right: 30px;}
  .wrap-popup .titleWrap .p-title span{font-size:15px;}
}
