.overlay{position:fixed;inset:0;z-index:110;background:#000;opacity:0;visibility:hidden;transition:opacity .4s ease}.overlay_isVisible{opacity:.3;visibility:visible}.modal{position:fixed;top:50%;left:50%;z-index:130;display:flex;flex-direction:column;overflow-y:auto;width:100%;max-width:500px;height:-moz-fit-content;height:fit-content;max-height:90%;padding:22px;border-radius:14px;background:#fff;opacity:0;pointer-events:none;transition:opacity .25s ease;transform:translate(-50%,-50%)}.modal--is-full-screen{width:100vw;height:100vh;max-width:100vw;max-height:100vh;border-radius:0}@media(max-width:767px){.modal{padding:14px;max-width:calc(100% - 28px);bottom:14px;top:unset;left:14px;right:14px;transform:unset}}.modal_isOpen{opacity:1;pointer-events:all}.modal__title{padding-bottom:18px}.modal__content{flex-grow:1;width:100%;-ms-overflow-style:none;scrollbar-width:none}.modal__cross{position:absolute;top:22px;right:22px;cursor:pointer}@media(max-width:767px){.modal__cross{top:14px;right:14px}}.modal__cross svg{color:#ccd0da}