.ct__popup {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
}


.ct__popup-content {
    max-width: 400px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 20px;
    margin: 20px !important;
    border-radius: 15px;
    overflow: hidden;
}

.ct__popup-buton {
    width: 100%;
    position: absolute;
    top: -40px;
    right: -40px;
    width: 100px;
    height: 100px;
    background-color: #f90000;
    border-radius: 50%;
    cursor: pointer;
}

.ct__popup-buton-icon{
    width: 20px;
    position: absolute;
    top: 55px;
    left: 25px;
}

.ct__popup-image{
    width: 100%;
}