.popup-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    top: 0;
    left: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, .6) !important;
    backdrop-filter: blur(10px);
    overflow-x: hidden;
    overflow-y: hidden;
}
.popup-container {
    max-width: 100vw;
    width: 100vw;
    margin: auto !important;
    height: 100%;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.popup-content {
    background: #fff;
    padding: 30px;
    width: 800px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.35);
    color: #47B4E5;
    position: relative;
}
.popup-content p {
    font-size: 18px;
    line-height: 1.3;
}
.close-btn {
    float: right;
    font-size: 24px;
    cursor: pointer;
}
.popup-title {
    font-size: 40px;
    color: #2D4D5B;
    font-family: 'Noto Serif', serif;
    line-height: 1.2;
}
.popup-title span {
    font-weight: 800;
}
.popup-content .columns {
    display: flex;
    align-items: center;
}
.close-popup {
    position: absolute;
    top: 8px;
    right: 12px;
    z-index: 10;
    cursor: pointer !important;
    pointer-events: auto;
}
.close-popup img {
    width: 14px;
    height: 14px;
    filter: grayscale(100%) opacity(20%);
    -webkit-filter: grayscale(100%) opacity(20%);
    transition: all .5s ease;
    vertical-align: baseline !important;
}
.close-popup img:hover {
    filter: none;
    -webkit-filter: none;
}
@media only screen and (max-width: 1024px) {
    .popup-content .row-20 {
        margin-left: -10px;
        margin-right: -10px;
    }
    .popup-content .col-20 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .popup-content {
        padding: 22px 25px;
        width: 650px;
    }
    .popup-title {
        font-size: 35px;
    }
}
@media only screen and (max-width: 769px) {
    .popup-content .col-20 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .popup-content .row-20 {
        margin-left: -5px;
        margin-right: -5px;
    }
    .popup-title {
        font-size: 24px;
    }
    .popup-content {
        width: 550px;
        padding: 25px 15px;
    }
    .popup-content p {
        font-size: 16px;
    }
    .close-popup {
        top: 5px;
        right: 8px;
    }
    .close-popup img {
        width: 12px;
        height: 12px;
    }
    .popup-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 550px) {
    .popup-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .popup-title br {
        display: none;
    }
    .popup-content .ledra-buttons {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 450px) {
    .popup-title {
        font-size: 18px;
    }
    .popup-content p {
        font-size: 15px;
    }
}
@media only screen and (max-width: 375px) {
    .popup-img {
        display: none;
    }
}