.area-popup{align-items:center;background-color:rgba(18,12,12,0.85);display:flex;flex-direction:column;height:100vh;justify-content:center;position:fixed;left:0;top:0;width:100vw;z-index:999;opacity:0;transform:translateX(-200vw);transition:opacity 500ms ease}.area-popup.loaded{opacity:1;transform:translateX(0)}.area-popup.hide{display:none}.area-popup__overlay{display:block;position:absolute;left:0;top:0;height:100vh;width:100vw}.area-popup__card{width:388px;max-width:calc(100% - 30px);height:auto}.area-popup__card-header{border-top:7px solid #D0021B;position:relative}.area-popup__card-image{display:flex;align-items:center;justify-content:center;max-height:190px;overflow:hidden}.area-popup__card-image img{height:auto;width:100%}.area-popup__card-taxonomy{align-items:center;background-color:#D0021B;border-radius:20px;color:#fff;display:flex;font-family:'Exo';font-size:10px;font-weight:700;height:20px;justify-content:center;min-width:90px;padding:0 10px;position:absolute;left:16px;text-align:center;top:8px}.area-popup__close{align-items:center;background-color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;right:0;top:-7px;width:50px}.area-popup__close-icon{background-image:url("../_src/img/i-close.svg");background-position:center;background-repeat:no-repeat;background-size:cover;display:block;height:16px;width:16px}.area-popup__card-body{background-color:#fff;padding:24px 16px;position:relative}@media (max-width: 767px){.area-popup__card-body{padding:16px 12px 20px}}.area-popup__card-title{font-family:'Exo';font-size:24px;font-weight:700;margin-bottom:12px}@media (max-width: 767px){.area-popup__card-title{font-size:18px;margin-bottom:6px}}.area-popup__card-text{font-size:12px;line-height:20px}@media (max-width: 767px){.area-popup__card-text{font-size:10px;line-height:16px}}.area-popup .area-popup__btn{margin-top:28px;text-transform:uppercase;z-index:1000}@media (max-width: 767px){.area-popup .area-popup__btn{margin-top:18px}}
