@charset "utf-8";#blc-popup,#blc-popup img{height:auto;display:block;position:relative}#ctn-popup{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.9);z-index:4;display:none;cursor:pointer}#blc-popup{z-index:4;width:600px;margin-left:-300px;margin-top:-300px;top:50%;left:50%;transform:scale(1);padding:10px;box-sizing:border-box}#btn-close,#close-popup{background:url("img/btn_popup.png") center center/cover no-repeat #000;border-radius:45px;cursor:pointer;height:35px;position:absolute;right:20px;top:20px;width:35px;z-index:3;border:2px solid #000;box-sizing:border-box}#blc-popup img{width:100%;border-radius:15px}#btn-promo:hover{background-color:#fff;color:#575756}@keyframes popupanim{0%,10%,90%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(.2)}}@-webkit-keyframes popupanim{0%,10%{opacity:1}90%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(1.8)}}@media screen and (max-width:650px){#blc-popup{width:400px;margin-left:-200px;margin-top:-200px}}@media screen and (max-width:400px) and (min-height:400px){#blc-popup{width:100%;margin:0 auto;top:25%;left:0;right:0}}@media screen and (max-height:650px) and (min-width:650px){#blc-popup{width:400px;margin-left:-200px;margin-top:-200px}}@media screen and (max-height:400px) and (min-width:400px){#blc-popup{width:200px;margin-left:-100px;margin-top:-100px}}