.template_container{position:fixed;top:0;right:0;width:100%;height:100%;z-index:50;display:none;justify-content:center;align-items:center}.template_container.active{display:flex}.template_popup_background_dark{position:absolute;top:0;right:0;background:rgba(0,0,0,.5);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);width:100%;height:100%;z-index:50}.template_popup{width:95%;max-width:450px;max-height:95%;overflow:auto;padding:25px;position:relative;display:flex;flex-direction:column;align-items:center;background-color:#fff;border-radius:16px;z-index:55}.template_popup_logo{width:100%;max-width:150px;margin-bottom:30px}.comment_popup_butten{width:100%;background-color:#3e55b7;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:10px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:18px;line-height:2em;margin-top:25px}.title_popup{font-size:16px;color:#607d8b;text-align:center;line-height:1.9em;margin-bottom:20px;font-weight:500}.input_container textarea{min-height:170px;padding:10px;background:#f9faff;border-radius:8px;border:1px solid #eceff1;width:100%;margin-bottom:8px;outline:none}.form_popup{width:100%}.template_popup_close{position:absolute;top:9px;left:11px;width:25px;height:auto}.popup_Error{display:none;width:fit-content;color:red;margin-bottom:18px;font-size:14px;background-color:#f5f5f5;padding:5px;margin-top:-7px;border-radius:5px}.popup_Error.active{display:block}.all_popups{display:none;width:100%}.all_popups.active{display:block}.template_popup_logo{width:50%;height:auto}@media (max-width:991px){.input_container textarea{min-height:120px}}