.popmake-title{
    display: none;
}


.popup-module__icon{
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 12px;
}
.popup-module__icon-symbol>img,
img.popup-module__icon
{
    display: block;
    height: 40px;
    width: 40px ;
}

.popup-module__icon-symbol>img.emoji{
    display: block!important;
    height: 40px!important;
    width: 40px !important;
}
p.popup-module__text,
.popup-module__colored-text>p,
h3.popup-module__heading,
.popup-module__colored-text,
.popup-module__text_close
{
    text-align: center;
}

h3.popup-module__heading{
    color: #69699b;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

h3.popup-module__heading{
    margin-bottom: 8px;
    margin-top: 0;
}


a.popup-module.orange-btn p,
.popup-module__colored-text>p{
    margin-bottom: 0;
}

p.popup-module__text{
    margin-bottom: 24px;

    line-height: 1.625;
    font-size: 17px;
}



.popup-module__btn.orange-btn{
    background-color: #ed731d;
    box-shadow: 0 0 16px 0 #ed731d66;
    border-radius: 12px;
    padding: 10px 24px;

    width: 100%;
    margin-bottom: 12px;
}

.popup-module__btn.orange-btn>p{
    margin-bottom: 0;
}

a.popup-module__btn:hover{
    text-decoration: none;
}
.popup-module__colored-text>p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;}
.popup-module__colored-text svg circle,
.popup-module__colored-text svg polyline,
.popup-module__colored-text>p{
    color: #ed731d;
}
.popup-module__colored-text svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.popup-module__colored-text{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    justify-content: center;
}

.popup-module__text_close{
    cursor: pointer;
}
.popup-module__text_close,
button.pum-close.popmake-close{
    transition: all 0.3s ease;
}
.popup-module__text_close:hover{
   color: #333333;
}
button.pum-close.popmake-close:hover{
    background: #ccccdb;

}
.popup-module__wrapper{
    padding: 32px;
}
@media screen and (min-width: 1024px){
    h3.popup-module__heading,
    p.popup-module__text{
        max-width: 382px;
    }

}

@media screen and (max-width: 1023.98px){
    .pum-theme-lightbox .pum-container{
        margin: 0 20px;
    }
}


