.modal{position:fixed;top:0;left:0;bottom:0;right:0;display:none;overflow:auto;background-color:rgba(0,0,0,0.4);z-index:9999;}
.modal h2{font-size:2rem;margin-bottom:15px;}
.modal div.container{padding:0px;}
.modal-window {position:relative;background-color:#fff;width:60%;margin:0% auto;padding:40px;box-sizing:border-box;}
.modal-window.small{width:30%;}
.modal-window.large{width:75%;}
.modal-close{position:absolute;top:5%;right:3%;color:#000;background:#fff;width:50px;height:50px;padding:10px;border-radius:50%;font-size:30px;font-weight:600;line-height:1;text-align:center;cursor:pointer;z-index:+10;border:1px solid #eee;} 
.open{display:flex!important;align-items:center;justify-content:center;}
.open .modal-window{max-height:90%;overflow-y:auto;font-size:15px;line-height:18px;border-radius:var(--border-radius);}

@media screen and (max-width:700px){
	.modal-window{width:90%;margin:0px 20px;}
	.modal-close{top:3%;}
}