.popup-close {position: absolute; top: 10px; right: 15px; cursor: pointer;}
.popup-close .fa {font-size:20px;}
.popup-overlay {background-color:rgba(0,0,0,0.3); position:fixed; top:0; left:0; right:0; bottom:0; z-index:99999; transition:all 0.2s ease-in-out 0s;}
.popup-block {position: fixed; top: 0; z-index: 999999; background-color: #FFF; margin: 0 auto; left: 0; right: 0; bottom:0; height:400px; border: 0px solid #000; transition:all 0.2s ease-in-out 3s; padding:100px 60px;}
.popup-mini-block {cursor:pointer; position: fixed; z-index: 999999; background-color: #000; right: 20px; bottom:20px; height:50px; width:50px; border: 0px solid #000; transition:all 0.2s ease-in-out 3s; padding:0px; border-radius:50%; overflow:hidden; border:1px solid #333; transform: scale(1);}
.popup-mini-block:hover {transform: scale(1.2);}
.popup-mini-block img {width:100%;}

@media (max-width: 767px) {
.popup-block {width:100%!important; top:60px!important;}
}