.hidden-exit, #exit_pop{
    display: none;
}
.exit-close {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 14px;
    height: 14px;
    background: url(/local/templates/aspro_optimus/css/../images/close_icons.png) -1px -59px no-repeat;
    background-position: -1px -46px !important;
}
#exit_pop {
    width: 840px;
    max-width: 100%;
    padding: 40px;
    position: relative;
}
.exit-fancy .fancybox-skin {
    border-radius: 20px;
    background: rgb(194, 222, 237);
    background-image: url(/img/exit.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.exit-title{
    color: rgb(62, 62, 62);
    font-family: Unbounded;
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.exit-subtitle{
    color: rgb(62, 62, 62);
    font-family: Unbounded;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 24px;
    width: 400px;
    max-width: 100%;
}
#exit_pop .subscribe{
    background: transparent;
    padding: 0px;
    justify-content: flex-start;
    margin-top: 0px;
}
#exit_pop .subscribe input[type="submit"]{
    margin-left: 15px;
    text-transform: uppercase;
    width: 30%;
}
#exit_pop .subscribe input[type="text"]{
    width: 36%;
}
@media(max-width:767px){
   .exit-title{
       font-size: 24px;
       line-height: 34px;
   }
   .exit-subtitle{
       font-size: 18px;
       line-height: 28px;
   } 
   .exit-fancy .fancybox-skin {
    background-image: none;
   }
   #exit_pop .subscribe{
    width: 100%;
    flex-wrap: wrap;
   }
   #exit_pop .subscribe input[type="text"], #exit_pop .subscribe input[type="submit"]{
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
   }
   #exit_pop {
       padding: 20px;
   }
}

.sucsub{
    min-height: 300px;
    width: 50%;
}