.download-btn {
    padding: 6px 10px !important;
    margin: 5px 0 !important;
}

.download-btn:hover, .download-btn:active, .download-btn:visited {
    background-color: #03c34a !important;
}

.pro-modal .modal{
    background-color: rgba(255,255,255,0.8);
}

.pro-modal .modal-content{
    border-radius: 0;
    border:none;
    display: block;
    position: relative;
    width: 690px;
    z-index: 12;
    margin: 0 auto;
    padding-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.2);
    box-shadow: 0 0 30px rgba(0,0,0,.2);
}

.pro-modal .modal-header{
    border-bottom: none;
}

.pro-modal .close{
    font-weight: normal;
}

.pro-modal .modal-body{
    display: block;
    width: 615px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #e3e3e4;
    -webkit-box-shadow: 0 0 0 1px #bfbfc0;
    box-shadow: 0 0 0 1px #bfbfc0;
    padding: 0;
    margin-bottom:25px;
}

.wait-15 {
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

.text-center{
    text-align: center;
}

.exit-popup__title {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    line-height: 40px;
    padding-top: 45px;
    font-size: 28px;
}

.exit-popup__text {
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 400;
    font-size: 18px;
    color:gray;
    padding: 5px 0;
}

.exit-popup__text li{
    list-style: none;
}

.pro-modal .modal .btn {
    width: 340px;
    height: 66px;
    -webkit-box-shadow: inset 0 -8px 0 -4px #d18104;
    box-shadow: inset 0 -8px 0 -4px #d18104;
    margin: 20px auto 60px auto;
    font-family: "Source Sans Pro",sans-serif;
}

.btn__orange {
    background-color: #feb300;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    border-color: #e79623;
    font-size: 20px;
    line-height: 36px;
    color: #25272c;
    padding: 14px 0 13px;
    width: 100%;
    cursor: pointer;
    font-family: "Source Sans Pro",sans-serif;
}

.transp{
    background-color: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}