/* https://novo-torg.com/wp-content/uploads/wp-less/novotorg/less/popups-f810bb6f35.css */
.popup-overlay{position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(193,195,207,0.4);filter:blur(15px);backdrop-filter:drop-shadow(2px 4px 6px #ffffff);z-index:888}.popup-window{position:fixed;display:flex;flex-direction:column;left:calc(50% - 220px);top:calc(50% - 200px);width:440px;height:auto;padding:20px 25px;background:#fff;box-shadow:0px 2px 8px rgba(0,0,0,0.1);border-radius:4px;z-index:999}.popup-window__close{position:absolute;right:0;top:-52px;width:42px;height:42px;background-image:url(/wp-content/themes/novotorg/less/../images/x.svg);background-size:contain;background-position:center;background-repeat:no-repeat;cursor:pointer}.popup-window__errors{display:flex;flex-direction:column;background:#b82323;color:#fff;padding:5px 10px;border-radius:4px;margin-bottom:15px;margin-top:-5px}.popup-window__errors p{margin:5px 0;font-size:13px;line-height:120%}.popup-window__header{margin-bottom:20px;font-size:24px;font-weight:700}.popup-window__body{display:flex;flex-direction:column}.popup-window__group{margin-bottom:15px}.popup-window__group:last-child{margin-bottom:0}.popup-window__group p{margin:0 0 10px;font-size:14px;color:#343434}.popup-window__input{width:100%;height:46px;padding:0 15px;border:solid 1px #DDD}.popup-window__button{width:100%}.popup-window .fs-checkbox{display:none!important}.popup-window__confidential{margin-top:0;font-size:13px;line-height:18px;color:#666}.popup-window__confidential a{color:#29156f;text-decoration:underline}@media (max-width:470px){.popup-window{width:calc(100% - 30px);left:15px}}