@charset "UTF-8";

._fnctWrap {line-height:1.5;}

.wrap-popups {position:relative; z-index:90; margin-top: 50px;}
.wrap-popups li img{width: 100%;}

.wrap-popups .control{position: absolute; right: 20px; bottom: 16px;}
.wrap-popups .control .paging{float: left;}
.wrap-popups .control::after{content:"";display: table;clear: both;}
.wrap-popups .slick-dots::after{content:"";display: table;clear: both;}
.wrap-popups .slick-dots li{float: left; width: 15px; height: 15px; border-radius: 50%; background-color: rgba(255,255,255,0.5); display: block;text-indent: -9999px; margin-right: 5px;}
.wrap-popups .slick-dots li.slick-active{background-color: #0aa0dc;}
.wrap-popups .slick-dots li:last-child{margin-right: 0;}
.wrap-popups .control .playstop{float: left; margin-left: 10px;}
.wrap-popups .control .playstop button{display: none; text-indent: -9999px; width: 9px; height: 15px;}
.wrap-popups .control .playstop button.stop{background: url(../images/slider-stop.png);}
.wrap-popups .control .playstop button.play{background: url(../images/slider-play.png);}
.wrap-popups .control .playstop button.on{display: block;}

@media all and (max-width: 768px) {
.wrap-popups {margin-top: 10px;}
}