.rank-hero .hero-man {
    top: 0;
}

.hero-light {
    background-color: #F9FAFB;
}

.rank-hero .hero-10a {
    background: url('/theme/rankomat/lp/files/lp10/1.png') right bottom no-repeat;
    background-size: 450px;
}

.rank-hero .hero-10b {
    background: url('/theme/rankomat/lp/files/lp10/2.png') right bottom no-repeat;
    background-size: 450px;
}

.rank-hero .hero-10c {
    background: url('/theme/rankomat/lp/files/lp10/aktualizacja KV1.webp') right bottom no-repeat;
    background-size: 450px;
}

.rank-hero .hero-10d {
    background: url('/theme/rankomat/lp/files/lp10/3a.png') right bottom no-repeat;
    background-size: 550px;
}

.rank-hero .hero-10e {
    background: url('/theme/rankomat/lp/files/lp10/3b.png') right bottom no-repeat;
    background-size: 550px;
}

.rank-hero .hero-10f {
    background: url('/theme/rankomat/lp/files/lp10/4.png') right bottom no-repeat;
    background-size: 550px;
}

.slogan-color {
    color: #20a3dd;
    text-decoration: underline;
}

.oc-buttons {
    margin-bottom: 24px;
}

.oc-buttons .heading {
    margin-bottom: 24px;
}

.oc-buttons .btn-success:not(:last-child) {
    margin-right: 10px;
}

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

@media (max-width: 1200px) {
    .rank-hero .hero-10a {
        background-size: 400px !important;
    }
    .rank-hero .hero-10b {
        background-size: 400px !important;
    }
    .rank-hero .hero-10c {
        background-size: 400px !important;
    }
}

@media (max-width: 1199px) {
    .rank-hero .hero-10e {
        background-size: 400px !important;
    }
}

@media (max-width: 991px) {
    .rank-hero .hero-man {
        margin-top: 0;
    }
    .rank-hero .hero-10a {
        background-size: 280px !important;
    }
    .rank-hero .hero-10b {
        background-size: 280px !important;
    }
    .rank-hero .hero-10c {
        background-size: 350px !important;
    }
    .rank-hero .hero-10d {
        background-size: 300px !important;
    }
    .rank-hero .hero-10e {
        background-size: 280px !important;
    }
    .rank-hero .hero-10f {
        background-size: 350px !important;
    }
}

@media (max-width: 767px) {
    .rank-hero .hero-10a {
        background: none;
    }
    .rank-hero .hero-10b {
        background: none;
    }
    .rank-hero .hero-10c {
        background-size: 280px !important;
    }
    .rank-hero .hero-10d {
        background: none;
    }
    .rank-hero .hero-10e {
        background: none;
    }
    .rank-hero .hero-10f {
        background-size: 250px !important;
    }
}

@media (max-width: 600px) {
    .rank-hero .hero-man {
        position: relative;
    }
    .rank-hero .hero-10a {
        height: auto;
        display: none;
    }
    .rank-hero .hero-10b {
        height: auto;
        display: none;
    }
    .rank-hero .hero-10c {
        height: 200px;
    }
    .rank-hero .hero-10d {
        height: auto;
        display: none;
    }
    .rank-hero .hero-10e {
        height: auto;
        display: none;
    }
    .rank-hero .hero-10f {
        height: 180px;
    }

    .rank-hero h1 {
        line-height: 1.2em;
    }

    .oc-buttons .btn-success {
        position: relative !important;
        width: auto;
        bottom: auto;
    }
    .oc-buttons .btn-success:hover {
        position: relative !important;
    }
}

@media (max-width: 436px) {
    .oc-buttons .btn-success {
        width: 60%;
        margin: 10px auto !important;
        display: flex;
        justify-content: center;
    }
}