.pum .video {
    width: 100%;
    max-height: 420px;
    margin-bottom: 24px;
}
@media (max-width: 575.98px) {
    .pum .video {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
}
.pum h5, .pum .h5 {
    font-size: 18px;
}
.pum .pum-close {
    text-shadow: none !important;
    box-shadow: none !important;
    background: url(../img/close.svg) !important;
    background-size: cover !important;
    font-size: 0 !important;
}
@media (max-width: 991.98px) {
    .pum .pum-close {
        width: 30px !important;
        height: 30px !important;
        top: 10px !important;
        right: 10px !important;
    }
}

.pum-active .popmake {
    max-width: 80%;
}
@media (min-width: 992px) {
    .pum-active .popmake {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }
}
@media (max-width: 1199.98px) {
    .pum-active .popmake {
        max-width: 95% !important;
    }
}
@media (max-width: 991.98px) {
    .pum-active .popmake {
        padding: 24px 20px !important;
    }
}
.pum-active .pum-title {
    font-family: SabonLTPro-Roman, sans-serif !important;
}
.pum-active .pum-container {
    border-radius: 0 !important;
}

.pum-container {
    margin: 0 auto !important;
}
.pum-container.not-video {
    padding: 64px 72px !important;
}
@media (max-width: 991.98px) {
    .pum-container.not-video {
        padding: 24px 20px !important;
    }
}
.pum-container.not-video .button {
    margin-top: 16px;
}
.pum-container.not-video .pum-title {
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto 40px;
    padding-bottom: 10px;
}
.pum-container.not-video img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#pum-13870 .pum-title {
    margin-bottom: 32px;
}

.popup-top-line {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1.6px;
}
@media (max-width: 767.98px) {
    .popup-top-line {
        margin-top: 20px;
    }
}

.popup-content h3, .popup-content .h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}
.select-100 .select2-container{
    width: 100% !important;
}
/*.pum-open{*/
/*    padding-right: 16px;*/
/*}*/
/*.pum-open .fixed-top{*/
/*    right: 16px;*/
/*}*/
/*# sourceMappingURL=custom-popup.css.map */