.pop-up{position:fixed;top:0;left:0;translate:-150% 0;width:100dvw;height:100dvh;z-index:999999;opacity:0;transition:opacity .3s ease-in-out}.pop-up.active{opacity:1;translate:0 0}.pop-up.active .pop-up__overlay{opacity:.8}.pop-up.active .pop-up__content{opacity:1}.pop-up .pop-up__close{width:40px;height:40px;border-radius:50%;background-color:#e5e4dd;display:flex;align-items:center;justify-content:center;position:absolute;right:20px;top:20px;z-index:2;cursor:pointer;transition:background-color .3s ease-in-out}@media(max-width: 1199.98px){.pop-up .pop-up__close{right:16px;top:16px}}@media(max-width: 575.98px){.pop-up .pop-up__close{width:40px;height:40px}}.pop-up .pop-up__close:hover{background-color:rgba(239,238,233,.6)}.pop-up__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#212024;transition:opacity .2s ease;opacity:0}.pop-up__wrapper{position:relative;width:100%;height:100%}.pop-up__content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;max-width:1168px;max-height:90dvh;width:100%;aspect-ratio:1168/657;padding:0;background-color:rgba(0,0,0,0);opacity:0;transition:opacity .7s ease}@media screen and (max-width: 1199px){.pop-up__content{max-height:74dvh}}@media(max-width: 1199.98px){.pop-up__content{max-width:calc(100% - 32px);min-height:300px;width:100%;min-width:200px;display:flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center}}.pop-up__content video{background-color:#000}@media(max-width: 1199.98px){.pop-up__content video{width:calc(100vw - 32px) !important}}