#modals{display:flex;justify-content:center;align-items:center;top:0;left:0;height:100%;height:100dvh;width:100%;z-index:100;position:fixed;pointer-events:none}#modals .modal_form{top:0;left:0;width:100%;height:100%;margin:auto!important;pointer-events:none;background:0 0;display:flex;justify-content:center;align-items:center;padding:0 50px;position:relative;z-index:101;opacity:0;background:var(--soft)}#modals .modal_form .modal_inner{background:rgba(255,255,255,0);height:auto;border-radius:16px;padding:30px 30px 37px;max-height:100%;height:100%;display:flex;flex-direction:column}#modals .modal_form .content{height:100%;overflow:auto}#modals .modal_form.visible{opacity:1}#modals .modal_form.visible .modal-close{cursor:pointer}#modals .modal_form.visible .modal-close,#modals .modal_form.visible .modal_inner{pointer-events:all}.modal_overlay{position:fixed;z-index:100;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,1);pointer-events:none;opacity:0}#modals .modal_overlay.visible{pointer-events:all;opacity:1}.firefox #modals .modal_form .modal_inner>.content{scrollbar-width:thin;scrollbar-color:var(--scrollbar-foreground) var(--scrollbar-background)}#modals .modal_form .modal_inner>.content{--scrollbar-foreground:#adadad;--scrollbar-background:rgba(255,255,255,0);--scrollbar-fake-background:#f3f4f5;--scrollbar-size:5px;--scroll-thumb-start:0px;--scroll-thumb-end:0px;--scrollbar-radius:20px;padding-right:5px;margin-right:-5px}#modals .modal_form .modal_inner>.content::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size);border-radius:var(--scrollbar-radius)}#modals .modal_form .modal_inner>.content::-webkit-scrollbar-thumb{background:var(--scrollbar-foreground);border-radius:var(--scrollbar-radius)}#modals .modal_form .modal_inner>.content::-webkit-scrollbar-track{background:var(--scrollbar-background)}#modals .modal_form .modal_inner>.content::-webkit-scrollbar-track-piece:end{background:rgba(255,255,255,0);margin-bottom:var(--scroll-thumb-end)}#modals .modal_form .modal_inner>.content::-webkit-scrollbar-track-piece:start{background:rgba(255,255,255,0);margin-top:var(--scroll-thumb-start)}#modals .modal_form[id^=universal] .modal_inner{max-width:100%;width:1230px;position:relative;left:46px;padding-top:50px}.modal_form .modal-header{display:flex;justify-content:center;align-content:center;position:fixed;top:0;left:0;width:100%;z-index:1;padding:6px 0 7px;background:var(--accent-bg)}.admin-bar .modal_form .modal-header{top:32px}.modal_form .modal-header .modal-close{position:absolute;height:38px;font-size:0;line-height:0;width:96px;background:var(--sprt) 48% -485px/auto no-repeat;filter:invert(1);left:50%;margin-left:-688px}.modal_form .modal-header .modal-logo{position:relative;width:77px;height:37px}.modal_form .modal-header .modal-logo img{width:100%;height:100%;object-fit:contain}.modal_form .content .inner{display:flex;justify-content:space-between}.modal_form .content .cf{max-width:570px;padding-right:40px}.modal_form .cf .ex-h2{font-weight:400;font-size:64px;line-height:1;margin-bottom:57px}.modal_form .content .img{max-width:437px;max-height:100%}.modal_form .content img{max-height:642px}@media (max-width:1560px){#modals .modal_form .modal_inner>.content{margin-top:64px}}@media (max-width:1528px){.modal_form .modal-header .modal-close{left:68px;margin-left:unset}}@media (max-width:967px){#modals .modal_form{padding:0 var(--cnt-horizontal-padding)}.modal_form .modal-header .modal-close{left:40px}}