﻿.popmento-popup{display:none;height:0;z-index:-10000;position:fixed;opacity:0;transition:.5s opacity}.popmento-popup.active{height:100vh;width:100vw;top:0;left:0;z-index:10000;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;animation:fade-in .5s forwards}.popmento-popup.active.left{justify-content:flex-start}.popmento-popup.active.right{justify-content:flex-end}.popmento-popup.active.top{align-items:flex-start}.popmento-popup.active.bottom{align-items:flex-end}.popmento-popup .popmento_popup_content{width:800px;padding:20px;background-color:#fff;position:relative;opacity:0}.popmento-popup .popmento_popup_content.fade{animation:fade-in .5s forwards}.popmento-popup .popmento_popup_content.slide-top{animation:slide-in-top .5s forwards}.popmento-popup .popmento_popup_content.slide-left{animation:slide-in-left .5s forwards}.popmento-popup .popmento_popup_content.slide-bottom{animation:slide-in-bottom .5s forwards}.popmento-popup .popmento_popup_content.slide-right{animation:slide-in-right .5s forwards}.popmento-popup .popmento_popup_close{position:absolute;right:15px;top:15px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f1f1f1;border-radius:50%;font-size:22px;line-height:1;color:#666;text-decoration:none;transition:all .2s ease;z-index:1}.popmento-popup .popmento_popup_close:hover{background:#e0e0e0;color:#333;transform:scale(1.1)}.popmento-popup .popmento_popup_close:after{content:"×"}@keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes slide-in-left{from{transform:translateX(-100%)}to{transform:translateX(0);opacity:1}}@keyframes slide-in-right{from{transform:translateX(100%)}to{transform:translateX(0);opacity:1}}@keyframes slide-in-top{from{transform:translateY(-100%)}to{transform:translateY(0);opacity:1}}@keyframes slide-in-bottom{from{transform:translateY(100%)}to{transform:translateY(0);opacity:1}}@keyframes fade-out{from{opacity:1}to{opacity:0}}.elementor-section-wrap.ui-sortable:not(:empty)+#elementor-add-new-section{display:none}
