.rnHead {
    text-align: center;
}

.rnHead h1 {
    margin: 0;
}

.rnHead .subhead {
    font-size: 18px;
    margin-top: 0.4rem;
    margin-bottom: 2rem;
}

ranking {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

@media(max-width: 1190px) {
    ranking {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 790px) {
    ranking {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

ranking oferta {
    box-shadow: 0 0.75rem 1.5rem rgba(114, 122, 137, .15);
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 5px;
    position: relative;
}

a.imgUrl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 50px;
}

.offers-container a.imgUrl { width: 140px; }

a.imgUrl img {
    height: inherit;
    object-fit: contain;
    object-position: center;
}

.of_row1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.2rem 1rem;
    border-bottom: 1px solid var(--dp-fifth-color);
}

.offers-container .of_row1 { justify-content: space-between; }

.logo_offer {
    border-right: 1px solid var(--dp-fifth-color);
    padding: 1.5rem 2rem;
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.offers-container .logo_offer { padding: 0 1rem 1rem 1rem; margin-top: 0; margin-bottom: 0; }

.orderOf {
    color: var(--dp-tertiary-color);
    position: absolute;
    font-weight: bold;
    font-size: 55px;
    bottom: -14px;
    opacity: 0.3;
    left: 2px;
    line-height: normal;
}

.infoCol {
    padding: 0 1.5rem;
}

.infoCol.buttonOffer {
    padding: 0 0.8rem;
}

span.Infolabel {
    display: block;
    color: var(--dp-tertiary-color);
    font-size: 0.85rem;
    text-align: center;
}

span.infoValue {
    font-weight: bold;
    font-size: 1.3rem;
    display: block;
    text-align: center;
}

.grafChance {
    position: relative;
    width: 50px;
}

.grafChance img {
    width: 50px;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
}

.grafChance span {
    position: relative;
    font-size: 17px;
    margin: auto;
    display: block;
    text-align: center;
    padding-top: 0.7rem;
}

.infoCol.chanceSec span.infoValue {
    display: flex;
    align-items: center;
}

.infoCol.chanceSec span.infoValue span.Infolabel {
    margin: 0;
    font-weight: normal;
}

span.chanceValue {
    font-size: 1rem;
    display: block;
    line-height: 1rem;
}

.chanceInfo {
    display: inline-block;
    padding-left: 0.6rem;
}

.infoCol.chanceSec {
    padding-top: 0.3rem;
}

span.chanceValue i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/wp-content/uploads/information.svg);
    background-size: cover;
    cursor: pointer;
    transition: 0.5s all ease;
}

span.chanceValue i:hover {
    opacity: 0.6;
}

.chanceCon {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: 0.5s all ease;
    opacity: 0;
    visibility: hidden;
}

.chanceCon.showChance {
    opacity: 1;
    visibility: visible;
}

.chanceOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--dp-primary-color);
    z-index: -1;
    opacity: 0.2;
}

.chanceInfoDetails {
    width: 600px;
    background: #fff;
    padding: 2rem;
    overflow-y: auto;
    max-width: 100%;
    height: fit-content;
    position: relative;
    border-radius: 10px;
}

.chanceIntro {
    background: var(--dp-fourth-color);
    border-radius: 10px;
    padding: 2rem;
}

.chanItemImg {
    display: flex;
}

.chanceValuesExamples {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.chanItemImg>div {
    position: relative;
    width: 50px;
    margin: 0 0.5rem;
}

.chanItemImg img {
    width: 50px;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
}

.chanceItem {
    margin-right: 1rem;
}

.chanItemVal {
    margin-top: 1.2rem;
}

.chanItemImg span {
    position: relative;
    font-size: 12px;
    margin: auto;
    display: block;
    text-align: center;
    padding-top: 1rem;
}

.chanItemVal {
    display: block;
    text-align: center;
}

.closeInfo {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--dp-primary-color);
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: 0.5s all ease;
    right: 10px;
    top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.closeInfo:hover {
    background: var(--dp-secondary-color);
}

.logo_offer {
    width: 15%;
}

.infoCol.amountSec {
    width: 20%;
}

.infoCol.periodSec {
    width: 20%;
}

.infoCol.chanceSec {
    width: 25%;
}

.infoCol.buttonOffer {
    width: 20%;
}

.offers-container .infoCol.buttonOffer { width: 25%; }

a.buttonUrl {
    font-size: 16px;
    background: var(--dp-secondary-color);
    color: #fff;
    border: none;
    padding: 0.85rem 3.2rem;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
    transition: 0.5s all ease;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-top: 0.5rem;
}

a.buttonUrl:hover {
    background: var(--dp-primary-color);
}

a.buttonUrl:active {
    transform: scale(.9);
}

.rrso_info {
    padding: 1rem 2rem;
    font-size: 0.85rem;
    color: var(--dp-tertiary-color);
}

.orderOf {
    bottom: inherit;
    top: -15px;
    left: -9px;
    font-size: 80px;
    opacity: 0.2;
    letter-spacing: -10px;
}

.featuredAdvantage {
    background: var(--dp-secondary-color);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    z-index: 1;
    position: relative;
    display: block;
    padding: 0.2rem 1rem;
    border-radius: 5px;
    margin: auto;
    margin-bottom: -0.7rem;
    width: fit-content;
}

oferta.ftOffer {
    outline: 3px solid var(--dp-secondary-color);
}

.wyr_txt {
    background: #5eb3e421;
    color: var(--dp-secondary-color);
    font-size: 13px;
    padding: 0.2rem 1rem;
    margin-top: 0.2rem;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 5px;
}


    a.buttonUrl {
        padding: 0.7rem;
    }
    span.infoValue {
        font-size: 1.2rem;
    }
    .rnHead h1 {
        font-size: 1.4rem;
        line-height: normal;
    }
    .rnHead .subhead {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 1.5rem;
    }
    .infoCol {
        padding: 0 0.7rem;
    }
    .logo_offer {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 1rem 1.5rem 1rem 1.5rem;
        width: 100%;
        border: none;
    }
    .infoCol.amountSec {
        width: 50%;
        padding-left: 0;
    }
    .infoCol.periodSec {
        width: 50%;
        padding-right: 0;
    }
    .infoCol.chanceSec {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1rem;
        padding-left: 0;
        padding-right: 0;
    }
    .infoCol.buttonOffer {
        width: 100%;
        margin-top: 1rem;
    }
    .offers-container .infoCol.buttonOffer { width: 100%; }
    .rrso_info {
        font-size: 0.7rem;
        text-align: center;
        padding: 0.5rem 1rem;
    }
    .featuredAdvantage {
        font-size: 14px;
    }


.featuredContent { width: 100%; margin-top: -10px; }