.popup-lp {
    position: fixed;
    z-index: 100;
    bottom: 10px;
    left: 15px;
    background-color: rgba(49, 49, 49, 0.9);
    width: 315px;
    height: 70px;
    box-shadow: 0 2px 13px 0 rgba(52, 52, 52, 0.53);
}

.popup-lp .p-img {
    width: 70px;
    float: left;
    height: 70px;
}

.popup-lp .info-block {
    float: left;
    margin-left: 15px;
    font-size: 14px;
    color: #fff;
    width: 230px;
    max-height: 70px;
    overflow: hidden;
}

.popup-lp .info-block .country {
    font-size: 8pt;
    margin-top: 7px;
    color: #a9a9a9;
    overflow: hidden;
}

.popup-lp .info-block .p-title {
    text-emphasis: none;
    font-size: 9pt;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-family: 'PFDinDisplayPro Bold';
}

.popup-lp .close-lp {
    position: absolute;
    right: 0;
    margin-top: 2px;
    margin-right: 2px;
}

.popup-lp .close-lp img {
    padding: 5px;
}

.popup-lp a {
    cursor: pointer;
}