.popup-window{font:14px 'Roboto',sans-serif;border-radius:var(--card__border-radius)}.popup-window-with-titlebar .popup-window-content{margin-right:10px;margin-left:20px;padding:0 10px 0 0;background-color:#fff}.popup-window.popup-window-with-titlebar{padding:0 0 20px}.popup-window-titlebar,.ui-message-box .popup-window-titlebar{display:flex;align-items:center;justify-content:space-between;height:55px;margin-bottom:20px;padding-left:20px;border-bottom:1px solid #f2f3f6}.popup-window-titlebar-text,.ui-message-box .popup-window-titlebar-text{font-size:20px;font-weight:500;line-height:50px;margin-right:70px;padding:0;text-transform:uppercase;color:#242424}.popup-window-close-icon{position:absolute;top:0;right:0;width:56px;height:56px;opacity:1}.popup-window-close-icon:hover:after,.popup-window-close-icon:hover:before{background-color:var(--link__color)}.popup-window-close-icon:after,.popup-window-close-icon:before{position:absolute;top:12px;left:28px;width:2px;height:32px;content:' ';-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background-color:#898a8e}.popup-window-close-icon:before{transform:rotate(45deg)}.popup-window-close-icon:after{transform:rotate(-45deg)}.popup-window-content::-webkit-scrollbar-button{width:5px;height:0;background-image:none;background-repeat:no-repeat}.popup-window-content::-webkit-scrollbar-track{-webkit-border-radius:6px;border-radius:6px;background-color:var(--scroll__background-color)}.popup-window-content::-webkit-scrollbar-thumb{-webkit-border-radius:6px;border-radius:6px;background-color:var(--scroll_active___background-color)}.popup-window-content::-webkit-scrollbar-thumb:hover{background-color:var(--scroll_hover___background-color)}.popup-window-content::-webkit-resizer{width:4px;height:0;background-image:none;background-repeat:no-repeat}.popup-window-content::-webkit-scrollbar{width:6px;height:6px;padding-right:5px}.popup-window .popup-window-buttons{display:flex;justify-content:center;margin-right:20px;margin-left:20px;padding-bottom:0}.popup-window .popup-window-button{font-family:unset;font-weight:400;line-height:unset;margin:unset;-o-transition:unset;-webkit-transition:unset;transition:border-color .2s,color .2s,background-color .2s;vertical-align:unset;white-space:nowrap;text-decoration:unset;text-transform:unset;outline:unset;-webkit-box-shadow:none;box-shadow:none;text-shadow:none;-webkit-font-smoothing:unset;margin-right:20px}.popup-window .popup-window-button:hover{color:var(--button__color)}.popup-window .popup-window-button:last-child{margin-right:0}