.location-popup{display:none;position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;overflow-y:auto;z-index:200;background-color:#f89600}.location-popup .location-popup__container{-webkit-animation:justMe .3s ease-in-out;animation:justMe .3s ease-in-out;padding:121px 16px 40px 37px;position:relative;max-width:526px;margin-left:auto;margin-right:auto;box-sizing:content-box}.location-popup .location-popup__close{overflow:hidden;font-size:0;position:absolute;right:13px;top:34px;width:44px;height:44px;z-index:10;cursor:pointer}.location-popup .location-popup__close__item{height:3px}.location-popup .location-popup__close__item:first-child{-webkit-transform:translate3d(0,0,0) rotate3d(0,0,1,45deg);transform:translate3d(0,0,0) rotate3d(0,0,1,45deg);position:relative;top:-4px;right:0}.location-popup .location-popup__close__item:last-child{-webkit-transform:translate3d(0,0,0) rotate3d(0,0,1,-45deg);transform:translate3d(0,0,0) rotate3d(0,0,1,-45deg);position:relative;top:18px;right:25px}.location-popup .location-popup__close__item::after,.location-popup .location-popup__close__item::before{content:'';left:50%;top:18px;width:80%;height:3px;background:#fff;position:absolute;-webkit-transition:opacity .2s cubic-bezier(0.19,1,0.22,1) .08s,-webkit-transform .6s cubic-bezier(0.19,1,0.22,1) .1s;transition:opacity .2s cubic-bezier(0.19,1,0.22,1) .08s,-webkit-transform .6s cubic-bezier(0.19,1,0.22,1) .1s;-o-transition:transform .6s cubic-bezier(0.19,1,0.22,1) .1s,opacity .2s cubic-bezier(0.19,1,0.22,1) .08s;transition:transform .6s cubic-bezier(0.19,1,0.22,1) .1s,opacity .2s cubic-bezier(0.19,1,0.22,1) .08s;transition:transform .6s cubic-bezier(0.19,1,0.22,1) .1s,opacity .2s cubic-bezier(0.19,1,0.22,1) .08s,-webkit-transform .6s cubic-bezier(0.19,1,0.22,1) .1s}.location-popup .location-popup__close__item::after{opacity:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-animation:locationCloseOut .6s;animation:locationCloseOut .6s}.location-popup .location-popup__close__item::before{background:#fff;-webkit-animation:locationCloseIn .6s;animation:locationCloseIn .6s}.location-popup p{position:relative;font-family:'PT Sans';font-size:21px;line-height:27px;color:#000;margin:0}.location-popup p+p{margin-top:9px}.location-popup p+hr{margin-top:81px;opacity:0;height:0;border:0;background:0;padding:1px}.location-popup .location-popup__container::before{content:'';position:absolute;left:-90px;top:17px;width:473px;height:643px;background-size:contain;background-repeat:no-repeat;opacity:.1;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation:locIcon 100000ms ease infinite;animation:locIcon 100000ms ease infinite;-webkit-filter:drop-shadow(2px 2px 0px rgba(0,0,0,0.1));filter:drop-shadow(2px 2px 0px rgba(0,0,0,0.1));pointer-events:none}.location-popup_active{display:block}@-webkit-keyframes justMe{from{opacity:0;-webkit-transform:scale(0.8);transform:scale(0.8)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes justMe{from{opacity:0;-webkit-transform:scale(0.8);transform:scale(0.8)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes locIcon{0%{-webkit-transform:rotate(0);transform:rotate(0)}33%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}66%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes locIcon{0%{-webkit-transform:rotate(0);transform:rotate(0)}33%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}66%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}