.popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;background-color:rgba(255, 255, 255, 0.9);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:opacity 350ms ease, visibility 0ms linear 350ms;-o-transition:opacity 350ms ease, visibility 0ms linear 350ms;transition:opacity 350ms ease, visibility 0ms linear 350ms}.popup.active{opacity:1;visibility:visible;pointer-events:auto;-webkit-transition:opacity 350ms ease, visibility 0ms linear;-o-transition:opacity 350ms ease, visibility 0ms linear;transition:opacity 350ms ease, visibility 0ms linear}.popup__center{position:relative;width:90%;max-width:930px;height:calc(90% - 34px)}.popup__container{background-color:#fff;width:100%;height:100%;position:relative;-webkit-box-shadow:0 0 30px rgba(0, 0, 0, 0.2);box-shadow:0 0 30px rgba(0, 0, 0, 0.2);overflow:hidden}.popup__close{position:absolute;top:0;right:0;width:64px;height:64px;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#b1b1b1;font-size:1.5em;-webkit-transition:color 350ms ease;-o-transition:color 350ms ease;transition:color 350ms ease}.popup__close:hover{color:#079EAD}.popup__list{width:100%;height:100%;position:relative;z-index:0}.popup__item{width:100%;height:100%;padding:10px}.popup__inner{overflow:auto;height:100%;scrollbar-width:thin;scrollbar-color:#079EAD #243038;-ms-overflow-style:-ms-autohiding-scrollbar;padding:32px 5vw}.popup__inner::-webkit-scrollbar{width:10px}.popup__inner::-webkit-scrollbar-track{background-color:#243038;border-radius:10px}.popup__inner::-webkit-scrollbar-thumb{border-radius:10px;background-color:#079EAD}.popup__left{position:relative;height:350px;width:260px;margin:25px auto 0}.popup__title{font-size:2.875em;font-weight:900;color:#243038;margin:0}.popup__subtitle{font-size:1.75em;font-weight:800;color:#F29102;letter-spacing:0.02em;display:block;margin:10px 0 25px;line-height:1}.popup__content{margin:25px 0}.popup__content:last-child{margin:25px 0 0}.popup__pager{position:absolute;right:0;bottom:-34px;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.popup__pager span{height:5px;border-radius:2.5px;width:24px;margin-right:10px;opacity:0.3;cursor:pointer;background-color:#079EAD;-webkit-transition:opacity 350ms ease;-o-transition:opacity 350ms ease;transition:opacity 350ms ease}.popup__pager span.cycle-pager-active{opacity:1}.popup__pager span:last-child{margin-right:0}@media (min-width:769px){.popup__center{max-height:500px}.popup__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;padding:0}.popup__left{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;height:100%;width:45%;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0}.popup__right{max-height:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:32px}.popup__content{max-height:180px;overflow:auto;scrollbar-width:thin;scrollbar-color:#079EAD #243038;-ms-overflow-style:-ms-autohiding-scrollbar}.popup__content::-webkit-scrollbar{width:10px}.popup__content::-webkit-scrollbar-track{background-color:#243038;border-radius:10px}.popup__content::-webkit-scrollbar-thumb{border-radius:10px;background-color:#079EAD}.popup__content:last-child{max-height:260px}}@media (min-width:1025px){.popup__right{padding:64px}}
/*# sourceMappingURL=popup.css.map */