/* BONY */


#bony {
    padding: 100px 5vw;
    position: relative;
    overflow: hidden;
    padding-top: 8vw;
        margin-top: 100px;
}


.bon_emph {
    color: #203673;
}




.bony_info {
    margin-top: 40px;
    margin-bottom: 40px;
}


.bony_info i {
    font-size: 1.1rem;
    background: #203673;
    color: #fff;
    width: 30px;
    padding: 8px 10px;
    margin-top: 10px;
    line-height: 40px;
}

.bony_all {
    display: grid;
    grid-template-columns: repeat(auto-fill, 365px);
    grid-template-rows: repeat(auto-fill, auto);
    gap: 20px;
}



.bon_single {
    background: #093053;
    color: #fff;
    padding: 30px;
    position: relative;
}























.bon_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    z-index: 5;
    position: relative;
}

.bon_logo {
    width: 40%;
    margin-top: -50px;
    margin-right: -15px;
}






.bon_logo img {
    max-width: 100%;
}


.bon_title {
    width: 60%;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 20px;
}





.bon_quote {
    font-size: 2.3rem;
    width: 100%;
    text-align: left;
    text-transform: none;
    position: relative;
}

.bon_quote::after {
    position: absolute;
    font-size: 0.9rem;
    top: -15px;
    left: 0;
    content: 'jednorazowo';
    font-weight: 400;
    letter-spacing: 0px;
}







.bon_vendor {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
}













.bon_info {
    font-size: 1.1rem;
    font-weight: 300;
    text-transform: none;
    margin-top: 2px;
}





.more-content {
    display: none;
    padding: 10px;
    font-size: 0.8rem;
    margin-top: 10px;
    background: #093053;
    position: relative;
    z-index: 10;
}





.more-content a {
    font-weight: 500;
    text-decoration: underline;
}

.bon_single button {
    background: transparent;
    border: 0px solid #fff;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 400;
    border-radius: 1px;
}

.bon_single button:hover {
    text-decoration: underline !important;
}

.read-more-btn {
    z-index: 9;
}















.bon_single::after {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 0px;
    width: 42%;
    height: 70px;
    content: '';
    background: #fff;
}







.more-content {
background: #9f308e;
}


.bon_quote {
    font-size: 3rem;
}


.bon_vendor {
    font-size: 2.4rem;
}




.read-more-btn {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: relative;
}


button.pickcoupon {
    padding: 10px 15px;
}



.coupon_buttons {
    
    margin-top: -35px;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-end;
        z-index: 5;
    position: relative;
}


.coupon_buttons {
    display: flex;
    justify-content: flex-end;

}

.coupon_buttons::after {
    position: absolute;
    content: '';
    z-index: 1;
    width: 33%;
    height: 20px;
    bottom: -10px;
   left: -20px;
    background: #ffe054;
    display: none;
}






.bon_header {
    flex-direction: row-reverse;
    
}



.couponPick {
        position: absolute;
    bottom: 20px;
}



.bon_single button.pickcoupon {
    background: #df1b12;
    border: 1px solid #df1b12;
    color: #fff;
    font-weight: 500;
    width: 154px;
    margin-right: -30px;
    padding: 6px 10px;
}





















.registerKK button {
    color: #1d1d1b;
    padding: 15px;
    font-size: 1.2rem;
    font-weight: 500;
    width: 100%;
    max-width: 400px;
}

.registerKK button:hover {
    color: #fff;
}


.nonkk {
    opacity: 0;
    pointer-events: none;
}






.bon_single {
    background-image: url(../assets/banner/gradient1.webp);
        background-size: 100% 100%;
        min-height: 175px;
}



.bon_single.style1 {
    background-image: url(../assets/banner/gradient1.webp);
     background-size: 100% 100%;
}

.bon_single.style2 {
    background-image: url(../assets/banner/gradient2.webp);
     background-size: 100% 100%;
}

.bon_single.style3 {
    background-image: url(../assets/banner/gradient4.webp);
     background-size: 100% 100%;
}

.bon_single.style4 {
    background-image: url(../assets/banner/gradient3.webp);
     background-size: 100% 100%;
}






.style1 .more-content {
    background: #243a77;
}


.style2 .more-content {
    background: #9f308e;
}


.style3 .more-content {
    background: #545681;
}


.style4 .more-content {
    background: #e49795;
}





/* RESTRICTED */


.restricted_info {
    margin-top: 20px;
    border: 1px solid #be1639;
    padding: 10px;
    font-weight: 500;
    background: #be1639;
    color: #fff;
    font-size: 0.9rem;
}


.unregistered_info {
    background: #be1639;
    color: #fff;
    padding: 40px;
    /* max-width: 600px; */
    margin-top: 50px;
    text-align: left;
    font-size: 1.2rem;
}


.unregistered_info button {
    width: 100%;
    background: #ffe054;
    color: #000;
    border: 1px solid #ffe054;
    border: 0px;
    border-radius: 0px;
    font-size: 1.8rem;
    padding: 20px;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 300px;
    float: right;
    margin-top: -70px;
    margin-right: -80px;
}

.unregistered_info h3 {
    font-size: 1.8rem;
    font-weight: 600;
    background: #093053;
    margin: 0;
    margin-left: -80px;
    margin-bottom: 30px;
    padding: 20px;
    width: fit-content;
    text-transform: uppercase;
    padding-left: 80px;
    padding-right: 60px;
    max-width: 600px;
}




#rejestracja-do-bonow {
    width: auto;
    background: #df1b12;
    color: #fff !important;
    padding: 15px 15px;
    font-weight: 500;
    font-size: 0.9rem;
    border: 0;
    text-transform: uppercase;
    display: flex
;
    justify-content: center;
    align-items: center;
    line-height: 1;
}