#download-app-modal {
    z-index: 10000 !important;
}

#download-app-modal+.modal-backdrop {
    z-index: 9999 !important;
}

#download-app-modal .modal-dialog {
    margin:  30px 30px;
}

#download-app-modal .modal-content {
    background: #1366a9;
    background: -moz-linear-gradient(top, #347EBA 0%, #88BAE4 100%);
    background: -webkit-linear-gradient(top, #347EBA 0%,#88BAE4 100%);
    background: linear-gradient(to bottom, #347EBA 0%,#88BAE4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#347EBA', endColorstr='#88BAE4',GradientType=0 );
    color: #ffffff;
    border-radius: 15px;

    -webkit-box-shadow: none;
    box-shadow: none;
}

#download-app-modal .content-bg {
    background: url(/img/download-app-modal-bg-icons.svg) no-repeat center 80%;
    background-size: 90% 90%;
}

#download-app-modal .content-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 240px;
    background: none;
}

#download-app-modal .modal-header {
    border: none;
    padding-bottom: 0;
    background: none;
}

#download-app-modal .modal-body {
    padding-top: 5px;
}

#download-app-modal .modal-content .close {
    color: #ffffff;
    opacity: 1;
}



#download-app-modal .modal-content h3.title{
    margin-top: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
}

#download-app-modal .modal-content p {
    padding: 0 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #9EC9EB;
    margin: 10px 0 30px;
}

#download-app-modal .btn-red {
    width: 100%;
    height: 59px;
    left: 82px;
    top: 304px;

    background: #E60033;
    border-radius: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 43px;

    text-align: center;
    color: white;
}

#download-app-modal .image-wrapper {
    padding-top: 20px;
}

#download-app-modal .image-wrapper img {
    max-width: 80%;
}