.modal-block{position:fixed;z-index:50;top:0;left:0;height:100%;width:100%;display:flex;justify-content:center;align-items:center}.modal-block__overlay{position:absolute;width:100vw;height:100vh;background:rgba(0,0,0,.5);left:0;top:0;cursor:pointer;opacity:0;pointer-events:none}.modal-block__modal{width:1100px;border-radius:30px;background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.25);padding:30px;opacity:0;position:relative;pointer-events:none}@media only screen and (max-width:1024px){.modal-block__modal{width:calc(100% - 160px)}}@media only screen and (max-width:912px){.modal-block__modal{width:calc(100% - 80px)}}@media only screen and (min-width:320px)and (max-width:767px){.modal-block__modal{border-radius:0;width:100%;height:100%;overflow-y:scroll;padding:20px}}.modal-block__modal-button{position:absolute;right:30px;top:30px;background:none;border:none;outline:none;z-index:10;cursor:pointer}.modal-block__modal-button svg{width:23px;height:23px}body,html{width:100%;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f0f0f0;font-size:16px}body.hide-body{overflow:hidden}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}a,button,input,select,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none}