.popup{padding:30px 0;position:fixed;top:0px;left:0;width:100%;height:100%;transition:visibility 0.8s ease 0s;visibility:hidden;z-index:999}@media (max-width:767px){.popup{padding:0}}.popup::before{content:"";background:rgba(0, 0, 0, 0.1);backdrop-filter:blur(5px);position:fixed;width:100%;height:100%;top:0;left:0;opacity:0;transition:opacity 0.8s ease 0s}.popup.show{visibility:visible;overflow:auto}.popup.show::before{opacity:1}.popup.show .popup__body{transform:scale(1)}.popup.show::-webkit-scrollbar{background:transparent !important;width:0px !important}.popup.show::-webkit-scrollbar-track{background:transparent !important;width:0px !important}.popup.show::-webkit-scrollbar-thumb{background-color:transparent !important;opacity:0 !important;width:0px !important}.popup._active{overflow:auto;visibility:visible}.popup._active::-webkit-scrollbar{background:transparent !important;width:0px !important}.popup._active::-webkit-scrollbar-track{background:transparent !important;width:0px !important}.popup._active::-webkit-scrollbar-thumb{background-color:transparent !important;opacity:0 !important;width:0px !important}.popup._active::before{opacity:1}.popup._active .popup__body{transition:all 0.3s ease 0.2s;transform:scale(1)}.popup__content{display:flex;flex-direction:column;align-items:center;min-height:100%;flex:1 1 auto;width:100%;display:flex;justify-content:center;align-items:center;padding:16px}.popup__content.popup-search{justify-content:flex-start;position:fixed;left:0}.popup__body{transform:scale(0);transition:all 0.3s ease 0s;background:#fff;padding:70px 30px;width:100%;max-width:730px;border-radius:20px;position:relative}.popup__close{width:24px;height:24px;position:absolute;top:30px;right:30px;cursor:pointer;z-index:30}