:root{--timer-animate: 500ms}body{position:relative}.popup.popup-hide{display:none}.popup{display:flex;justify-content:center;position:absolute;left:0;top:0;height:100%;width:100%;z-index:1000;background-color:rgba(38,38,38,.5)}.popup .popup-wrapper{flex-direction:column;background-color:#fff;position:fixed;width:80%;max-width:900px;height:auto;min-height:500px;max-height:80%;overflow:auto;top:50%;transform:translateY(-50%);border-radius:16px;padding:50px 16px 16px 16px;background:#f4f4f4;gap:32px}@media(max-width: 1024px){.popup .popup-wrapper{width:90%;min-height:300px}}@media(max-width: 768px){.popup .popup-wrapper{flex-direction:column}}.popup .popup-wrapper .wrapper__content{height:100%;justify-content:center}.popup .popup-wrapper .wrapper__content iframe{width:100%}.popup .popup-wrapper .icon-close-wrapper svg{width:30px;height:30px;position:absolute;right:10px;top:10px;cursor:pointer;transition-duration:var(--timer-animate);z-index:1;border-radius:6px}.popup .popup-wrapper .icon-close-wrapper:hover{transition:all .3s;opacity:.8}.popup .popup-wrapper video{max-height:71vh}.popup.text-mode .video-iframe{display:none}.popup.text-mode .popup__content{padding-left:34px}.popup.text-mode .popup__content *{color:#262615;margin:0}.popup.text-mode .popup__content .popup__title{font-size:18px;margin-bottom:12px}@media(max-width: 576px){.popup.text-mode .popup__content .popup__title{font-size:14px}}.popup.text-mode .popup__content .popup__text h3{font-size:36px;margin-bottom:12px}@media(max-width: 576px){.popup.text-mode .popup__content .popup__text h3{font-size:28px}}@media(max-width: 576px){.popup.text-mode .popup-wrapper{background:#fff}}