.info-modal-shell{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1100;display:none}.info-modal-shell .info-modal-background{position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.7)}.info-modal-shell .info-modal-main{margin:200px auto;position:relative;max-width:1100px;width:100%;border-radius:10px;background:#fff;font-family:Roboto-Regular;color:#000}.info-modal-shell .info-modal-main .info-modal-header{display:flex;align-items:center;justify-content:space-between}.info-modal-shell .info-modal-main .info-modal-header .info-modal-title{padding:40px 30px;font-size:18px;font-weight:bold}.info-modal-shell .info-modal-main .info-modal-header .info-modal-c-btn{position:absolute;top:12px;right:10px}.info-modal-shell .info-modal-main .info-modal-content{padding:40px 30px}.info-modal-shell.visible{display:block}.show-me-info-modal:before{content:url("../images/que.svg");cursor:pointer}.show-me-info-modal span{display:none}