.simple-modal-window{background-color:#00000080;bottom:0;display:none;height:100%;left:0;max-height:100%;max-width:100%;overflow:hidden;position:fixed;right:0;top:0;width:100%;z-index:1000}.simple-modal-window_opened{align-items:center;display:flex;flex-direction:row;justify-content:center}.simple-modal-window_closed{display:none}.simple-modal-window__window{background-color:#efefef;border-radius:10px;box-shadow:0 10px 7px -2px #00000080;box-sizing:border-box;margin:4%;max-width:700px;padding:2%;position:relative}.simple-modal-window__window-content{max-height:78vh;overflow-y:auto}.simple-modal-window__window-close{background:50% 50% url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23404042' d='M1 15 15 1M1 1l14 14'/%3E%3C/svg%3E") no-repeat;background-color:#efefefb3;border-radius:5px;cursor:pointer;height:35px;position:absolute;right:0;top:0;width:35px;z-index:100}