.popup{display:none;position:fixed;-ms-touch-action:inherit;touch-action:inherit;left:0;top:0;right:0;bottom:0;z-index:1010;background:rgba(16,32,55,.1490196078);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.popup.active{display:block}.popup.active .popup__wrapper{-webkit-animation:scroll .2s forwards;animation:scroll .2s forwards}.popup__wrapper{-ms-touch-action:auto;touch-action:auto;padding:30px 20px;position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:360px;min-width:300px;left:50%;top:150%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:#fff;-webkit-box-shadow:8px 8px 16px #dae7f4;box-shadow:8px 8px 16px #dae7f4;border-radius:24px;-webkit-box-sizing:border-box;box-sizing:border-box}@media(min-width: 360px){.popup__wrapper{padding:40px 30px;min-width:350px}}@media(min-width: 768px){.popup__wrapper{padding:50px 30px;width:100%;max-width:700px}}.popup__cross{padding:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:25px;height:25px;position:absolute;top:10px;right:10px;font:20px;line-height:100%;cursor:pointer}@media(min-width: 992px){.popup__cross{top:15px;right:15px}}.popup__title{margin-bottom:20px;text-align:center;font-weight:900;font-size:24px;line-height:30px}@media(min-width: 992px){.popup__title{font-size:24px;line-height:30px}}.popup__description{margin-bottom:20px}.popup__description p{text-align:center;font-weight:300;font-size:14px;line-height:22px}@media(min-width: 992px){.popup__description p{font-size:16px;line-height:24px}}.popup__description p:not(:last-child){margin-bottom:20px}.popup__description a{text-decoration:underline}.popup__btn{margin:0 auto;padding:20px;width:200px;max-width:200px;font-weight:600;font-size:16px;line-height:100%;color:#fff;background:#000;border-radius:14px;text-align:center;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}@-webkit-keyframes scroll{to{top:50%}}@keyframes scroll{to{top:50%}}
/*# sourceMappingURL=popup.css.map */
