    .fancybox__slide {
        padding: 0!important;
    }
    .fancybox__slide {
    width: 500px!important;
    margin: auto;}
    .fancybox__content {
    flex: 0 1 auto;
    height: auto;
    width: 500px!important;
    padding: 20px!important;
}
.popup-content input {
    width: 100%;
    margin-top: 0.5rem;
    height: 25px;
    border-radius: 0;
    border-width: 1px;
    padding: .5rem 0.2rem;
    border: 1px solid rgba(0, 0, 0, .15);
    font-size: 0.9rem
}
.popup-content input#btn {
    width: 108px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    background-color: #015ba5;
    text-align: center;
    text-transform: uppercase;
    padding: 0px!important;
    margin-top: 1rem;
}
.w-50 {
    width: 38%;
}
.w-58 {
    width: 60%;
}
.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div#divfile {
    text-align: center;
}
div#divfile p {
    font-size: 22px;
}
div#divfile a {
    font-size: 16px;
    background: #ed3237;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    text-decoration: auto;
}
.fancybox__carousel {
    margin: 5px!important;
}