#fancybox-outer {
    border-radius: 12px;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}

#fancybox-wrap {
    position: fixed;
}

.bckg {
    border-width: 10px;
    width: 605px !important;
    height: 280px !important;
    background-image: url(//janshop.pl/theme/img/top.jpg);
    background-repeat: repeat-x;
    border-radius: 12px;
}

.promo-content-mob {
    display: none;
}

.promo-content {
    margin: auto;
    font-size: 20px;
    color: #7f7f7f;
    text-align: right;
    line-height: 20px;
}

.promo-content p {
    margin: 5px 0;
}

.promo-content p:first-of-type {
    font-size: 30px;
    color: #09b6f2;
    margin-bottom: 35px;
    margin-top: 30px;
}

.promo-amount {
    color: #09b6f2;
    font-weight: bolder;
}

.promo-content-img {
    overflow: auto;
    position: relative;
    margin: auto;
}

.btn-grad {
    margin-top: 10px;
    background-image: linear-gradient(to right, #b20c29 0%, #ff0000 100%);
    border-bottom: 3px solid #6a212c;
    border-radius: 12px;
    text-transform: uppercase;
    text-shadow: 1px 1px #373737;
    font-family: Arial, sans-serif;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    font-size: 100%;
}

.btn-grad:hover {
    background-position: right center;
    background-image: linear-gradient(to right, #ff0000 0%, #b20c29 100%);
}

.flexBox {
    margin: 10px 0 15px 0;
}

#fancybox-close {
    background: url("//janshop.pl/img/cls-btn.png") no-repeat 0 0 transparent;
    height: 40px;
    right: -20px;
    top: -20px;
    width: 40px;
}

.promo-content .small {
    font-size: 10px;
    margin: 0;
    line-height: 10px;
}

@media screen and (max-width: 860px) {
    .promo-content p:first-of-type {
        display: none;
    }
    .promo-content-mob {
        display: block;
        font-size: 25px;
        color: #09b6f2;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
    }
    .promo-content-mob p {
        margin-bottom: 10px;
    }
    .promo-content {
        margin-right: 10px;
        font-size: 16px;
    }
    #fancybox-content img {
        width: 90% !important;
    }
    .promo-content .small {
        font-size: 8px;
        margin: 0;
        line-height: 10px;
    }
    .btn-grad {
        margin-top: 25px;
        margin-bottom: 10px;
        padding: 10px;
    }
    .btn-grad:hover, .btn-grad:active {

        padding: 10px;
    }
    .promo-content button {
        font-size: 15px;
        font-weight: bolder;
    }
    .m-top15 {
        margin-top: 15px;
    }
}