.tg-subs-popup {
    background: #e5dada;
    border-radius: 12px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 29px 64px 34px 30px;
    max-width: 675px;
    width: 100%;
    position: fixed;
    top: 90px;
    left: 30px;
    z-index: 99999;
    display: none;
}

.tg-subs-popup-close {
    background-size: contain;
    background-repeat: no-repeat;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 99999;
    cursor: pointer;
}

.tg-subs-popup-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 12px;
    color: #48474b;
}
.tg-subs-popup-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 25px;
    color: #000;
}

.tg-subs-popup-btns {
    display: flex;
    gap: 20px;
}
.tg-subs-popup-btn-no {
    padding: 16px 25px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #48474b;
    text-align: center;
    background: #F6F6FA;
    border-radius: 12px;
    cursor: pointer;
}
.tg-subs-popup-btns a {
    border-radius: 12px;
    background: rgb(229, 9, 127);
    width: 40%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.tg-subs-popup-btns a:hover{
    color: white;
}
.tg-subs-popup img {
    position: absolute;
    bottom: 0;
    max-width: 280px;
    right: 20px;
}

@media (max-width: 780px) {
    .tg-subs-popup {
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 20px;
        width: 95%;
    }
    .tg-subs-popup-close {
        display: none;
    }
    .tg-subs-popup-title {
        font-size: 18px;
    }
    .tg-subs-popup-text {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    .tg-subs-popup-btn-no, .tg-subs-popup-btns a {
        font-size: 14px;
    }
}

@media (max-width: 645px) {
    .tg-subs-popup img{
        display: none;
    }
}