.app_download_popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 3000;
    top: 0;
    overflow-y: auto;
}

.app_download_popup .block_download {
    position: relative;
    width: 700px;
    height: 450px;
    margin: 95px auto;
    background: #fff;
    border-radius: 20px;
    z-index: 3002
}

.app_download_popup .close {
    border: none;
    position: absolute;
    width: 32px;
    height: 32px;
    padding: 0;
    z-index: 3001;
    text-align: center;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, .75);
    cursor: pointer;
    opacity: .75;
    top: -30px;
    right: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.app_download_popup .close:hover {
    background-color: #fff
}

.app_download_popup .close_button {
    width: 15px;
    opacity: .75
}

.app_download_popup .mobile_slider {
    position: absolute;
    width: 185px;
    top: 40px;
    right: 50px
}

.app_download_popup .text1_block_download {
    position: absolute;
    font-weight: 700;
    font-size: 25px;
    top: 40px;
    left: 50px;
    color: #318bda;
    width: 420px
}

.app_download_popup .qr_code {
    position: absolute;
    width: 170px;
    left: 45px;
    top: 147px
}

.app_download_popup .text2_block_download {
    position: absolute;
    font-weight: 500;
    font-size: 18px;
    top: 370px;
    left: 50px;
    color: #333;
    opacity: .5
}

.app_download_popup .apple_block_download {
    position: absolute;
    width: 150px;
    bottom: 230px;
    left: 250px
}

.app_download_popup .google_block_download {
    position: absolute;
    width: 150px;
    bottom: 160px;
    left: 250px
}

@media (max-width: 750px) {
    .app_download_popup .block_download {
        position: relative;
        width: 300px;
        height: 630px;
        margin: 80px auto;
        background: #fff;
        border-radius: 20px;
        z-index: 3002
    }

    .app_download_popup .close {
        position: absolute;
        width: 45px;
        height: 45px;
        top: -70px;
        left: 50%;
        z-index: 3001;
        text-align: center;
        border-radius: 100px;
        background: #fff;
        cursor: pointer;
        opacity: .75;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .app_download_popup .close:hover {
        opacity: 1
    }

    .app_download_popup .close_button {
        width: 25px;
        opacity: .75
    }

    .app_download_popup .mobile_slider {
        position: absolute;
        width: 210px;
        top: 170px;
        right: 45px
    }

    .app_download_popup .text1_block_download {
        position: absolute;
        font-weight: 700;
        font-size: 19px;
        top: 25px;
        left: 0;
        text-align: center;
        width: 100%;
        color: #318bda
    }

    .app_download_popup .qr_code {
        display: none;
        position: absolute;
        width: 200px;
        left: 18px;
        top: 130px
    }

    .app_download_popup .text2_block_download {
        display: none;
        position: absolute;
        font-weight: 500;
        font-size: 14px;
        top: 170px;
        left: 224px;
        color: #318bda
    }

    .app_download_popup .apple_block_download {
        position: absolute;
        width: 130px;
        bottom: 495px;
        left: 12px
    }

    .app_download_popup .google_block_download {
        position: absolute;
        width: 130px;
        bottom: 495px;
        left: 158px
    }
}
