.popup-btn {
    height: 40px !important;
    color: #fff !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
    -webkit-transition: 0.25s background ease, 0.25s -webkit-box-shadow ease, 0.25s -webkit-transform ease !important;
    transition: 0.25s background ease, 0.25s -webkit-box-shadow ease, 0.25s -webkit-transform ease !important;
    transition: 0.25s background ease, 0.25s box-shadow ease, 0.25s transform ease !important;
    transition: 0.25s background ease, 0.25s box-shadow ease, 0.25s transform ease, 0.25s -webkit-box-shadow ease, 0.25s -webkit-transform ease !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    letter-spacing: -0.05em !important;
    border: 1px solid transparent !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    position: relative !important;
    width: 100%;

    /*position: fixed;*/
    /*bottom: 16px;*/
    /*width: auto;*/
    /*right: 16px;*/
    /*left: 16px;*/
    /*z-index: 10;*/
}
@media (max-width: 625px) {

.popup {
    position: fixed;
    padding-right: 15px;
    z-index: 150;
    width: 0;
    height: 0;
    top: 0;
    left: 53%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(2, 82, 56, 0.5);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: 0.5s opacity, 0.5s visibility, 0s 0.5s height, 0s 0.5s width;
    transition: 0.5s opacity, 0.5s visibility, 0s 0.5s height, 0s 0.5s width;
}
    .popup-btn {
        height: 40px !important;
        color: #fff !important;
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        border-radius: 12px !important;
        -webkit-transition: 0.25s background ease, 0.25s -webkit-box-shadow ease, 0.25s -webkit-transform ease !important;
        transition: 0.25s background ease, 0.25s -webkit-box-shadow ease, 0.25s -webkit-transform ease !important;
        transition: 0.25s background ease, 0.25s box-shadow ease, 0.25s transform ease !important;
        transition: 0.25s background ease, 0.25s box-shadow ease, 0.25s transform ease, 0.25s -webkit-box-shadow ease, 0.25s -webkit-transform ease !important;
        font-weight: 500 !important;
        font-size: 16px !important;
        letter-spacing: -0.05em !important;
        border: 1px solid transparent !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
        /*position: relative !important;*/
        /*width: 100%;*/

        position: fixed !important;
        bottom: 16px;
        width: auto;
        right: 16px;
        left: 16px;
        z-index: 10;
    }
}
