.popup.general_popup {
    width: auto;
    min-width: 480px;
    background-image: url('/upload/template/image/illustrations/cube1.svg');
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: calc(100% - 30px) calc(100% - 10px)
}

.general_popup .popup_content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    text-align: center;
    padding: 30px 0 0;
    font-size: calc(0px + 30 * var(--scale));
    font-weight: 600;
    color: #2e2e2e7f;
}

.thanks_close {
    margin: 30px auto 0;
}

@media (max-width: 767px) {
    .popup.general_popup {
        width: 60%;
        min-width: unset;

        background-size: 60px;
    }

    .general_popup .popup_content {
        font-size: calc(0px + 50 * var(--scale));
    }
}
