﻿.popUpFirst{width:100%;height:100%;position:fixed;z-index:99999;top:0;left:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;opacity:0;pointer-events:none;transition:.5s;}.popUpFirst.active{opacity:1;pointer-events:auto;}.popUpFirst .bg{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);}.popUpFirst .popUpContent{display:table;position:absolute;top:50%;transform:translateY(-50%);max-width:1200px;}@media(max-width:767px){.popUpFirst .popUpContent{max-width:calc(100% - 30px);}}.popUpFirst .popUpContent .closePopUp{width:28px;height:28px;position:absolute;right:-12px;top:-14px;line-height:24px;text-align:center;font-size:18px;background-color:var(--bs-primary);color:#fff;border-radius:50%;}.popUpFirst .popUpContent .closePopUp:hover{-webkit-filter:brightness(120%);filter:brightness(120%);-ms-filter:brightness(120%);-moz-filter:brightness(120%);}