.h-popup{display:none;position:fixed;top:0;left:0;z-index:99999;height:100vh;width:100vw;margin:0;padding:60px 40px 40px;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.5)));background:linear-gradient(0deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.5) 100%)}.h-popup,.h-popup *,.h-popup :after,.h-popup :before{-webkit-box-sizing:border-box;box-sizing:border-box}.h-popup--open{display:block}.h-popup__close{--h-close-popup-button-size:46px;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:calc(var(--h-close-popup-button-size)*-1);right:calc(var(--h-close-popup-button-size)*-1);z-index:1;width:var(--h-close-popup-button-size);height:var(--h-close-popup-button-size);padding:0;background:url("data:image/svg+xml,%0A%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.86 20.64c.507.47.507 1.29 0 1.758a1.212 1.212 0 0 1-.86.352c-.352 0-.664-.117-.898-.352L16 18.297l-4.14 4.101a1.212 1.212 0 0 1-.86.352c-.352 0-.664-.117-.898-.352a1.204 1.204 0 0 1 0-1.757l4.101-4.141-4.101-4.102a1.204 1.204 0 0 1 0-1.757 1.205 1.205 0 0 1 1.757 0L16 14.742l4.102-4.101a1.205 1.205 0 0 1 1.757 0c.508.468.508 1.289 0 1.757l-4.101 4.141 4.101 4.102z' fill='%23fff'/%3E%3C/svg%3E") center center/100% auto no-repeat;border:0;-webkit-transition:opacity ease-out .1s,-webkit-transform ease-out .1s;transition:opacity ease-out .1s,transform ease-out .1s;transition:opacity ease-out .1s,transform ease-out .1s,-webkit-transform ease-out .1s}.h-popup__close:hover{opacity:.9;-webkit-transform:scale(1.1);transform:scale(1.1);cursor:pointer}.h-popup__popup-container{position:relative;width:100%;height:100%;max-width:1260px;margin-left:auto;margin-right:auto}.h-popup__content{background:#fff;position:relative;width:100%;height:100%;overflow:scroll;padding:0 15px}.h-popup__cookie-table{width:100%;min-width:890px;height:100%}.h-noscroll{overflow:hidden}@media screen and (max-width:520px){.h-popup{padding:60px 15px 40px}.h-popup__close{top:calc(var(--h-close-popup-button-size)*-1);right:-10px}}