.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .8);z-index:99999;display:none;backdrop-filter:blur(5px)}.popup-container{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:85vw;height:90dvh;background-color:#fff;border-radius:12px;-webkit-box-shadow:0 20px 60px rgb(0 0 0 / .3);box-shadow:0 20px 60px rgb(0 0 0 / .3);overflow:hidden;-webkit-animation:popupSlideIn .3s ease-out;animation:popupSlideIn .3s ease-out}.popup-header{position:relative;padding:24px 24px 0 64px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.popup-close{background:0 0;border:none;font-size:32px;color:#666;cursor:pointer;padding:0;width:40px;height:40px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .2s ease;transition:all .2s ease}.popup-close:hover{background-color:#fff0;color:#333;-webkit-transform:scale(1.1);transform:scale(1.1)}.popup-close:active{-webkit-transform:scale(.95);transform:scale(.95)}.popup-body{padding:0 64px 64px;max-height:calc(90vh - 100px);overflow-y:auto}.popup-content{display:none;line-height:1.6;color:#333}.popup-loader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:60px 20px;text-align:center}.popup-loader p{margin-top:20px;font-size:16px;color:#666;font-weight:500}.loader-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #007cba;border-radius:50%;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}body.popup-open{overflow:hidden}@-webkit-keyframes popupSlideIn{from{opacity:0;-webkit-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}to{opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@keyframes popupSlideIn{from{opacity:0;-webkit-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}to{opacity:1;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@media (max-width:768px){.popup-container{width:95%;max-height:95vh}.popup-header{padding:15px 20px 0}.popup-body{padding:0 20px 20px;max-height:calc(95vh - 80px)}.popup-close{font-size:28px;width:35px;height:35px}.loader-spinner{width:40px;height:40px}}@media (max-width:480px){.popup-container{width:98%;border-radius:8px}.popup-header{padding:10px 15px 0}.popup-body{padding:0 15px 15px}.popup-loader{padding:40px 15px}}.popup-page-content .popup-content-inner{display:grid;grid-template-columns:1fr 236px;gap:24px}@media (max-width:768px){.popup-page-content .popup-content-inner{grid-template-columns:1fr}}.popup-page-content .popup-main-section-heading{font-size:38px;font-family:Anton,sans-serif;font-weight:400;line-height:1.2;color:#3e3e3e}.popup-page-content .popup-main-section-heading *{margin:0;padding:0}.popup-page-content .popup-main-section{width:100%;height:100%}.popup-page-content .popup-main-section .popup-main-section-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;height:100%;width:100%;overflow-y:auto}.popup-page-content .popup-main-section-content{font-size:16px;font-family:Inter,sans-serif}.popup-page-content .popup-datetime-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;border-radius:8px;margin-bottom:24px}.popup-page-content .popup-datetime-date{background-color:#3e3e3e;color:#fff;width:60px;height:60px;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}.popup-page-content .popup-datetime-day{font-size:24px;font-weight:700;line-height:1;margin-bottom:2px}.popup-page-content .popup-datetime-month{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.popup-page-content .popup-datetime-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.popup-page-content .popup-datetime-weekday{font-size:16px;font-weight:500;color:#666;line-height:1.2}.popup-page-content .popup-datetime-time{font-size:14px;font-weight:400;color:#666;line-height:1.2}.popup-page-content .popup-sidebar-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.popup-page-content .popup-sidebar-buttons .popup-sidebar-button{width:100%;font-size:14px;font-weight:500;line-height:100%;padding:12px;border-radius:20px;text-align:center}.popup-page-content .popup-sidebar-buttons .popup-sidebar-button:hover{opacity:.7}.popup-page-content .popup-sidebar-buttons .popup-sidebar-button-solid{background-color:#ea663e;color:#fff}.popup-page-content .popup-sidebar-buttons .popup-sidebar-button-outline{background-color:#fff;outline:2px solid #ea663e;color:#000}.popup-page-content .popup-sidebar-buttons .popup-sidebar-button-outline:hover{outline:2px solid #ea663e!important}.popup-page-content .popup-sidebar-sections{margin-top:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.popup-page-content .popup-sidebar-sections .popup-sidebar-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;font-size:13px;line-height:100%;font-family:Inter,sans-serif}.popup-page-content .popup-sidebar-sections .popup-sidebar-section-default .popup-sidebar-section-heading{line-height:160%;font-weight:600;padding:8px 12px;background-color:#ecf0f0;border-radius:4px;color:#616161}.popup-page-content .popup-sidebar-sections .popup-sidebar-section-default .popup-sidebar-section-heading *{margin:0}.popup-page-content .popup-sidebar-sections .popup-sidebar-section-default .popup-sidebar-section-content{line-height:160%;font-weight:400;color:#616161}.popup-page-content .popup-sidebar-sections .popup-sidebar-section-default .popup-sidebar-section-content *{margin:0}