.lnsprof_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lnsprof_popup.opened {
    display: flex;
}

.lnsprof_popup .lnsprof_popup_bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6
}

a.lnsprof_close_popup {
    position: absolute;
    z-index: 3;
    top: 20px;
    right: 30px;
}

a.lnsprof_close_popup svg {
    width: 30px;
    height: 30px;
}

a.lnsprof_close_popup svg * {
    fill: #fff
}

a.lnsprof_close_popup {
    color: white;
    padding: 8px;
}

.lnsprof_popup .lnsprof_popup_content {
    display: flex;
    z-index: 1;
    margin: 0 auto;
    position: initial;
    width: 100%;
    max-height: 100%;
    max-width: 720px;
}

@media (max-width:1024px) {
    a.lnsprof_close_popup {
        top: 0;
        right: 0;
    }
}