div[class*="_popup"]{display:flex;justify-content:center;align-items:center;width:100%;height:100%;text-align:center;opacity:0;visibility:hidden;position:fixed;left:0;right:0;top:0;bottom:0;z-index:999;transition:all 400ms ease 0ms}div[class*="_popup"]::before{position:absolute;top:0;left:0;right:0;bottom:-100px;display:block;content:"";background-color:rgba(9,30,46,0.2);z-index:0}div[class*="_popup"] .boxes{overscroll-behavior-y:none}div[class*="_popup"] .close:not(.btn){font-size:0;border:0;padding:0;z-index:999;cursor:pointer;overflow:hidden;background-color:transparent;position:absolute;right:20px;top:20px;width:20px;height:20px;transition:all 400ms ease 0ms}div[class*="_popup"] .close:not(.btn)::before{content:"";opacity:.7;display:block;position:absolute;inset:0;background-color:#091E2E;-webkit-mask-image:url('../../img/close.svg');mask-image:url('../../img/close.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:20px 20px;mask-repeat:no-repeat;mask-position:center center;mask-size:20px 20px;margin:0;transition:all 400ms ease 0ms}.notouch div[class*="_popup"] .close:not(.btn):is(:hover,:focus)::before{transform:rotate(-180deg)}.text_popup .boxes{max-width:480px;width:94%;text-align:center;position:relative;padding:3.5rem 4rem;border-radius:20px;display:inline-block;background-color:#ffffff}.text_popup .warning{margin:0 0 1rem}.text_popup .text{text-align:center;z-index:100;position:relative;margin:0}.text_popup .text .text_box{text-align:left;margin:0 0 2rem}.text_popup .text>p{margin:0}@media screen and (max-width:600px){.text_popup .boxes{padding:2.5rem 2rem;box-sizing:border-box}}.popup_popup{display:none;justify-content:center;align-items:center;width:100%;height:100%;text-align:center;opacity:0;position:fixed;left:0;right:0;top:0;bottom:0;z-index:99998;transition:all 400ms ease 0ms}.popup_popup::before{position:absolute;top:0;left:0;right:0;bottom:-100px;display:block;content:"";background-color:rgba(0,0,0,0.8);z-index:0}.popup_popup .boxes{text-align:center;position:relative;width:calc(100% - 60px);max-width:500px;padding:0;left:0;display:inline-block;background-color:#ffffff}.popup_popup .warning{text-transform:uppercase;display:block;margin:0 0 15px;text-align:center;font-size:20px;line-height:26px;font-weight:600;color:#2B3E50}.popup_popup img{margin:0 auto;display:block;max-width:100%;max-height:600px;height:auto}.popup_popup .text{display:block;z-index:100;position:relative;margin:0;padding:0;text-align:center;overflow-y:auto;max-height:calc(100vh - 120px)}.popup_popup .text .padding{padding:20px}.popup_popup .text .text_box,.popup_popup .text .text_box *{text-align:center}@keyframes ajax_spin{to{transform:rotate(360deg)}}.ajax_loader{position:absolute;left:50%;top:50%;width:50px;height:50px;border:4px solid rgba(0,0,0,0.12);border-top-color:#2B3E50;border-radius:50%;animation:ajax_spin .8s linear infinite}.ajax_loader.top{bottom:initial;top:100px}.ajax_loader.bottom{bottom:100px;top:initial}[class*="_list"] .ajax_container{position:absolute;left:0;right:0;top:50px;bottom:50px;opacity:1 !important;z-index:101;text-align:center}[class*="_list"] .ajax_loader{top:300px;position:sticky;position:-webkit-sticky;left:0;right:0;margin:0 auto;transform:none}.ajax_opacity{user-select:none;position:relative}.ajax_opacity::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;z-index:100}.ajax_opacity>*{opacity:.2 !important;transition:opacity 400ms ease 0ms}.ajax_opacity .ajax_loader{opacity:1 !important}