.comebacker.header {
    font-family: 'Montserrat', sans-serif;
    position: fixed;
    z-index: 200;
    display: none;
    background: #ffffff;
    width: 320px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.comebacker.active {
    display: block;
}
.comebacker-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}
.comebacker-overlay.active {
    display: block;
}
.comebacker .discount {
    left: 7px;
}
.close-popup {
    position: absolute;
    display: block;
    top: 20px;
    right: 15px;
    cursor: pointer;
}
.comebacker .prices {
    padding-left: 100px;
    margin-top: 20px;
}
.comebacker .old-price {
    margin-right: 12px;
}
.comebacker .old-price p {
    color: rgba(154, 154, 154, 0.69);
}
.comebacker .new-price p {
    color: #8B5DFF;
}
.comebacker .price-title {
    font-size: 8px;
    line-height: 10px;
}
.comebacker .price-digits {
    font-size: 25px;
    line-height: 30px;
}
.comebacker .old-price::after {
    bottom: 14px;
    background: rgba(154, 154, 154, 0.69);
}
.comebacker .subtitle-lower .white {
    color: #8B5DFF;
}
.comebacker .product {
    width: 90%;
}
.comebacker .form-order-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 45px;
    width: auto;
    text-decoration: none;
}
.cm-top, .cm-bottom {
    display: block;
    position: absolute;
}
.cm-top {
    top: 250px;
    left: 0;
}
.cm-bottom {
    bottom: 50px;
    right: 0;
}

@media (min-width: 768px) {
    .only-mobile {
        display: none;
    }
    .comebacker.header {
        width: 740px;
        height: 440px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .comebacker .discount {
        left: auto;
        right: 71px;
        top: -16px;
    }
    .close-popup {
        top: 24px;
        right: 30px;
    }
    .comebacker .product {
        position: absolute;
        width: 344px;
        top: 0;
        left: 0;
    }
    .comebacker .prices {
        margin-top: 69px; 
        padding-left: 0;
    }
    .comebacker .price-title {
        font-size: 10px;
        line-height: 12px;
    }
    .comebacker .price-digits {
        font-size: 50px;
        line-height: 61px;
    }
    .comebacker .old-price::after {
        bottom: 28px;
    }
    .cb-content {
        padding-left: 45%;
    }
    .comebacker .form-order-btn {
        width: 346px;
    }
    .comebacker .form-order-btn {
        margin: 30px 0 0 0;
    }
}

@media (min-width: 1200px) {
    .comebacker.header {
        width: 940px;
        height: 565px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .cb-content {
        padding-left: 54%;
        padding-right: 80px;
    }
    .comebacker .prices {
        margin-bottom: 63px;
    }
    .comebacker .subtitle-lower,
    .comebacker .subtitle-upper {
        font-size: 16px;
        line-height: 28px;
    }
    .comebacker .timer-date {
        margin-bottom: 30px;
    }
    .cm-bottom {
        bottom: 0;
    }
    .comebacker .product {
        width: 480px;
        bottom: 0;
        top: auto;
        left: 0;
    }
}