.popup{position:absolute;top:0;left:0;z-index:2;-webkit-filter:drop-shadow(0 0 10px rgba(0, 0, 0, .2));filter:drop-shadow(0 0 10px rgba(0, 0, 0, .2))}.popup-inner{width:auto;padding:18px 18px 27px;background:#fff;-webkit-clip-path:polygon(0 0,0 100%,calc(100% - 35px) 100%,100% calc(100% - 35px),100% 0,0 0);clip-path:polygon(0 0,0 100%,calc(100% - 35px) 100%,100% calc(100% - 35px),100% 0,0 0);-webkit-animation:.4s forwards popUp;animation:.4s forwards popUp;-webkit-transform-origin:left top;transform-origin:left top}@media only screen and (min-width:722px){.popup-inner{-webkit-clip-path:polygon(0 0,0 100%,calc(100% - 46px) 100%,100% calc(100% - 46px),100% 0,0 0);clip-path:polygon(0 0,0 100%,calc(100% - 46px) 100%,100% calc(100% - 46px),100% 0,0 0)}}@media (min-width:1200px){.popup-inner{padding:23px 23px 46px}}.popup--title{font-size:24px;font-weight:400}.popup--content{margin:11px 0;font-size:16px}.popup--link{display:inline-block;text-decoration:none}.popup--link svg{width:17px;fill:#e5097c}.popup--link-list{list-style:none;padding:0}.popup--link-list li+li{margin-top:5px}.popup--image{margin:5px 0}.popup svg{width:17px;margin-right:5px}.popup--close{display:flex;align-items:center;background:0 0;border:none;margin-left:auto;margin-top:17px;font-weight:300;color:#090909}.popup--close svg{fill:#090909}.popup--close:hover{color:#00e2b0}.popup--close:hover svg{fill:#00e2b0}.popup--close:active{color:#deec29}.popup--close:active svg{fill:#deec29}@media (min-width:1200px){.popup--close{margin-top:35px}}.popup:not(:focus-within) .popup-inner{width:0;height:0;padding:0;-webkit-animation:1s 1s forwards closePopup;animation:1s 1s forwards closePopup}@-webkit-keyframes closePopup{from{display:block}to{display:none}}@keyframes closePopup{from{display:block}to{display:none}}@-webkit-keyframes popUp{from{opacity:0;-webkit-transform:scale(0);transform:scale(0);top:50%}to{opacity:1;-webkit-transform:scale(1);transform:scale(1);top:0}}@keyframes popUp{from{opacity:0;-webkit-transform:scale(0);transform:scale(0);top:50%}to{opacity:1;-webkit-transform:scale(1);transform:scale(1);top:0}}