.popup-window.popup-window-with-titlebar{
    padding: 48px;
    max-width: 460px;
    width: 100%;
}

.popup-window-buttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popup-window-titlebar,
.popup-window-titlebar-text{
    font-family: "Manege Demo", Apercu Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    color: #242a33;
}

.popup-window-with-titlebar .popup-window-content{
    padding: 0;
}

.bx-catalog-subscribe-form-container-label{
    color: var(--absolute-1000, #242A33);
    -webkit-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Apercu Pro;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}

.bx-catalog-popup-content{
    margin: 24px 0;
}

.bx-catalog-popup-content,
.bx-catalog-popup-content p{
    color: var(--absolute-1000, #242A33);
    -webkit-font-feature-settings: "clig" off, "liga" off;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Apercu Pro;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}

.btn-center{
    margin: auto;
}

.btn:hover{
    cursor: pointer;
}