@keyframes fadeIn{from{opacity:0}to{opacity:1}}.mp-popups-container{position:fixed;z-index:10000;top:0;left:0;width:100%;height:100%;background:rgba(38, 38, 38, 0.5);background:var(--anthracite-50);display:none}.mp-popups-container.visible{display:flex;align-items:center;justify-content:center;animation:.5s fadeIn;animation-fill-mode:forwards}.mp-popups-container .mp-popup{display:none;position:relative;max-height:90vh;overflow-y:auto;overflow-x:hidden}.mp-popups-container .mp-popup:not(.mp-popup--transparent){background-color:white;background-color:var(--white)}@media(max-width: 767.98px){.mp-popups-container .mp-popup{max-width:90%}}.mp-popups-container .mp-popup__close{position:absolute;z-index:1;top:0;right:0;padding:8px;background-color:#00c5b4;background-color:var(--aqua);color:white;color:var(--white);cursor:pointer}
