.popup{position:fixed;opacity:0;transition:opacity .3s;z-index:999;height:0;width:100%;left:0;top:0;overflow:auto;overscroll-behavior:contain}.popup.active,.popup[open]{height:100%;opacity:1}.popup[open]{max-height:100%;max-width:100%;margin:0;padding:0;border:none;background-color:rgba(0,0,0,0)}.popup .popup_modal{position:absolute;height:100%;width:100%;top:0;left:0;background-color:#242424;opacity:.7}.popup .popup_box{top:0;left:20px;right:20px}.popup.active .popup_box,.popup[open] .popup_box{top:20px}.popup .popup_box{position:absolute;background-color:#fff;transition:.3s;overflow:auto;max-height:85%;border-radius:15px}.cookie_buttons{display:flex;flex-direction:column-reverse}.full_width_mobile{width:100%;margin-bottom:10px}@media screen and (min-width: 768px){.popup .popup_box{width:360px;left:calc(50% - 180px)}.popup.active .popup_box{max-height:85%;overflow:auto}}@media screen and (min-width: 1020px){.popup .popup_box{width:720px;left:calc(50% - 360px)}}@media screen and (min-width: 1440px){.full_width_mobile{width:auto;margin-top:20px}.cookie_buttons{flex-direction:unset;gap:16px;align-items:stretch}.cookie_buttons>*{flex:1 1 0}}.text_center{text-align:center}.m_0{margin:0}.mt_0{margin-top:0}.p_24{padding:1.5rem}