 :root {
    --primary: #fff;
    --primary-dark: #2A7DFB;
    --secondary: #F9F9FF;
    --text-color: #1E1F41;
    --pagination-bg: #FF8400;
}
.mt-2, .my-2 {
    margin-top: .5rem !important;
}
.mb-2 {
    margin-bottom: .5rem !important;  
}
.mt-3 {
    margin-top: .75rem!important; 
}
.mt-4 {
    margin-top: 1rem!important;
}
.mb-7 {
    margin-bottom: 5rem!important;
}
.bonus-finder-page {
    display: none;
}
.bonus-finder-page.active {
    display: block;
}
.bonus-finder {
    min-height: 1265px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    /*padding:283px 5px 150px;*/
    /*margin: -290px auto 0 0;*/
    padding: 0 5px 150px;
    margin: 0 auto;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif; 
    color: var(--text-color);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    text-align: left;
    overflow: hidden;
    /*z-index: -1; */
}
.bonus-finder p {
    font-size: 18px;
    line-height: 1.28;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.bonus-finder-inner {
    position: relative;
    max-width: 620px;
    margin-right: auto;
}
.bonus-finder-inner:after {
    content: '';
    background:  url('/wp-content/themes/ministrap-child/bonus-finder/assets/desktop.png') center top no-repeat;
    width: 790px;
    height: 790px;
    display: block;
    position: absolute;
    left: 74%;
    top: -64px;
    z-index: 0;
    background-size: contain;
}
.bonus-finder-header {
    display: flex;
    align-items: center; 
    line-height: 1.04;
    color: var(--primary);
    margin: 0 0 6px;
}
.bonus-finder-header span { 
    display: inline-block;
    vertical-align: middle;
    margin: -11px 0 0 24px;
    letter-spacing: 0.05em;
}
.bonus-finder-header .bf-header-icon {
    vertical-align: middle;
    height: 114px;
    width: 99px;
}
.bonus-finder-body {
    max-width: 620px;
    background: var(--primary);
    border-radius: 5px;
/*     padding: 35px 15px 20px; */
    /* overflow: hidden; */
    position: relative; 
    z-index: 10; 
}
.bonus-finder-page-title {
    font-family: 'Roboto Condensed'; 
    font-weight: 700;
    font-size: 24px;
    padding: 26px 40px;
    margin: 0;
    text-align: left;
    background: var(--primary-dark);
    color: var(--primary); 
    border-radius: 5px 5px 0 0;
    letter-spacing: .05em;
}
.bonus-finder-pagination-title {
    position: absolute;
    bottom: -59px;
    width: 100%;
    max-width: 620px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
    color: var(--primary);
    /* opacity: .35; */
}

.bonus-finder-pagination-title .js-current-page {
    opacity: 1;
}
.bonus-finder-pagination-title .pagitantion-btn  {
    font-size: 18px;
    text-decoration: none;
}
.bonus-finder-pagination-title .pagitantion-btn.disabled,
.count-pages {
    opacity: .35;
}
.bonus-finder-pagination {
    position: absolute;
    bottom: 0;
}
.bonus-finder-page {
    position: relative;
    text-align: center;
}
.bonus-finder-choice {
    position: relative;
    display: flex;
    align-items: center;
    padding: 27px 28px;
    border-bottom: 1px solid #F1F1F1;
    margin: 0;
}
.bonus-finder-choice:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 118px; 
    background: rgba(241, 241, 241, .5); 
}

.bonus-finder-choice input[type="radio"] {
    display: none;
}

.bonus-finder-choice-icon {
    width: 36px;
    height: 34px;
    margin-right: 30px;
    fill: #fff;
}
.icon-bf-selected {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    right: 28px;
    top: 12px; 
    width: 64px;
    height: 64px;
    transition: opacity 0.3s ease-in-out;
    z-index: 10; 
}
.bonus-finder-choice input[type="radio"]:checked + .icon-bf-selected {
    opacity: 1;
    visibility: visible;
}
.btn-back,
.btn-bonus-finder {
    width: 180px;
    border: 1px solid #7D7D8C;
    color: var(--primary-dark);
    text-decoration: none;
    transition: .2s;
}
.btn-back, .btn-result-go {
    margin: 19px 5px;
}
.btn-bonus-finder:hover,
.btn-back:hover {
    opacity: .6;
    color: var(--text-color-secondary);
}
.btn-back.disabled {
    pointer-events: none;
    opacity: 0.4;
}
.bonus-finder-actions {
    position: absolute; 
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 15;
    padding: 19px 25px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    border-top: 1px solid #F1F1F1;
}
.bonus-finder-actions a {
    pointer-events: auto;
}
.bonus-finder .button-transparent {
    background: #fff;
}
.bonus-finder-carousel-result {
    position: relative;
    width: 380px;
    margin: auto;
    padding: 0 41px;
}
.bonus-finder .owl-carousel:after,
.bonus-finder .owl-carousel:before {
    content: '';
    position: absolute; 
    top: 0;
    bottom: 83px;
    background: #F9F9FF;
    width: 121px;
    z-index: 15; 
}
.bonus-finder .owl-carousel:after {
    /* right: 100%; */
    right: 0; 
}
.bonus-finder .owl-carousel:before {
    /* left: 100%; */
    left: 0;
}
.bf-payment-logo {
    width: 200px;
    height: 35px;
    background: #F9F9FF;
    padding: 1px 5px;
    border-radius: 4px;
}
.bonus-finder-logo {
    display: block;
    padding: 24px 0 14px;
}
.bonus-finder .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}
.bonus-finder .owl-nav {
    position: absolute;
    top: 37%;
    left: 46px;
    right: 46px;
    /* transform: translateY(-50%); */
    display: flex;
    justify-content: space-between;
    z-index: 21;
}
.bonus-finder .owl-nav svg {
    width: 21px;
    height: 22px;
}
.bonus-finder .owl-nav .owl-prev,
.bonus-finder .owl-nav .owl-next {
    appearance: none;
    border: none;
    background: transparent;
}
.bonus-finder .owl-prev {
    transform: rotate(180deg) translateY(7px);
}
.bonus-finder .owl-dots {
    position: absolute; 
    bottom: 104px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center; 
}

.bonus-finder .owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid var(--primary-dark);
    background: var(--primary);
    margin: 0 5px;
}
.bonus-finder .owl-dot.active {
    background: var(--primary-dark);
}
#page-4 .bonus-finder-page-title {
    text-align: center; 
}
@media (max-width: 991px ) {
    .bonus-finder {
        margin-top: -283px;
    }

    .bonus-finder-inner {
        margin-left: auto;
    }
    .bonus-finder-inner:after { 
        display: none;
    }
    .bonus-finder-choice:after {
        width: 53px;
    }
    .icon-bf-selected {
        width: 35px;
        height: 35px;
        right: 8px;
        top: 17px; 
    }
    .bonus-finder-choice-icon {
        margin-right: 10px;
    }
    .bonus-finder .owl-carousel:after, .bonus-finder .owl-carousel:before {
        width: 10%;
    }
    .bonus-finder-carousel-result {
        width: 80%; 
        padding: 0 15px;
    }
    .bonus-finder-actions {
        position: static;
        border-top: none;
        display: block;
        padding: 7px 25px 20px; 
    }
    .bonus-finder-actions  a + a{
        margin-top: 7px; 
    }
     .btn-result-go {
        margin: 0; 
     }
     .bonus-finder .owl-dots {
        bottom: 60px;
     }
     .bonus-finder .owl-nav {
        top: 36%; 
        left: -1px;
        right: -1px; 
     }
     .bonus-finder .owl-prev {
        transform: rotate(180deg) translateY(20px);
     }
}

@media (max-width: 450px ) {
    .bonus-finder-choice {
        padding: 17px;
    }
}