

/* Start:/local/templates/bikecenter_main/components/bikecenter/pomoshch/bonuses/style.css?174599520611579*/
.content {
    background-color: #fff;
    overflow: hidden;
}

.page_header{
    display: none;
}

.bonuses__main {
    min-height: 715px;
    display: flex;
    align-items: center;
    margin: 0 calc(var(--offset-from-window)* -1);
    padding: 0 calc(var(--offset-from-window));
    background-color: #1d082f;
    background-image: url('/local/templates/bikecenter_main/components/bikecenter/pomoshch/bonuses/img/02_banner_1920.jpg');
    background-repeat: no-repeat;
    background-position: top 0 center;
}

.bonuses__container {
    box-sizing: border-box;
    width: 100%;
}

.bonuses__app .bonuses__container {
    position: relative;
}

.bonuses__main-title {
    font-weight: 700;
    font-size: 52px;
    line-height: 56px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.bonuses__main-desc {
    margin-bottom: 70px;
}

.bonuses__main-desc li {
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    max-width: 430px;
}

.bonuses__main-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #ff8c00;
    position: relative;
}

.bonuses__main-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ff8c00;
    transform: scaleX(1);
    transition: .3s;
}

.bonuses__main-link:hover::after,
.bonuses__main-link:focus::after {
    transform: scaleX(0);
    transition: .3s;
}

.bonuses__main-mobile-link {
    display: none;
}

.bonuses__promo {
    padding: 90px 0;
}

.bonuses__promo .bonuses__container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    column-gap: 34px;
}

.bonuses__promo-item {
    width: 25%;
    max-width: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bonuses__promo-item:first-of-type {
    justify-content: flex-start;
}

.bonuses__promo-wrap {
    max-width: 250px;
}

.bonuses__item-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: 0.02em;
    color: #9900FF;
    margin-bottom: 17px;
}

.bonuses__item-desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #333333;
    margin-bottom: 17px;
}

.bonuses__item-desc--purple {
    color: #9900FF;
}

.bonuses__app-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.02em;
    color: #333333;
    margin-bottom: 12px;
    max-width: 380px;
}

.bonuses__app-link-wrap {
    display: flex;
    align-items: center;
}

.bonuses__app-desc {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: #333333;
    max-width: 580px;
    margin-bottom: 60px;
}

.bonuses__app-qr {
    margin-right: 16px;
    width: 128px;
    height: 128px;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #333333;
    border-radius: 7px;
    box-sizing: border-box;
}

.bonuses__app-qr img {
    width: 100%;
    height: 100%;
}

.bonuses__app-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    border-radius: 7px;
    width: 236px;
    height: 56px;
    margin-bottom: 15px;
}

.bonuses__app-links a:last-of-type {
    margin: 0;
}

.bonuses__app {
    padding-top: 36px;
    background-color: #fff;
    position: relative;
    margin-bottom: 60px;
}

.bonuses__app-bg {
    background: #F2F2F2;
    margin: 0 calc(var(--offset-from-window)* -1);
    padding: 60px calc(var(--offset-from-window));
}

.bonuses__mockUp {
    display: block;
    position: absolute;
    top: -100px;
    right: -300px;
    z-index: 1;
}

.bunuses__level {
    margin-bottom: 130px;
}

.bonuses__level-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: 0.02em;
    color: #333333;
    margin-bottom: 130px;
}

.bonuses__level-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    position: relative;
    overflow: hidden;
}

.bonuses__level-wrap::before {
    content: "";
    position: absolute;
    top: 53%;
    left: 125px;
    right: 125px;
    background: #E0E0E0;
    border-radius: 10px;
    height: 4px;
}

.bonuses__level-item {
    max-width: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.bonuses__level-item::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #9900FF;
}

.bonuses__item-top {
    margin-bottom: 90px;
}

.bunuses__level .bonuses__item-title,
.bunuses__level .bonuses__item-desc {
    margin-bottom: 10px;
    text-align: center;
}

.bunuses__level .bonuses__item-desc--purple {
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.02em;
}

.bonuses__info {
    background: #0C1111;
    margin: 0 calc(var(--offset-from-window)* -1);
    padding: 70px calc(var(--offset-from-window)) ;
}

.bonuses__info-wrap {
    margin-bottom: 70px;
    padding-left: 55px;
}

.bonuses__info-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 65px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 70px;
}

.bonuses__subtitle-wrap {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-end;
}

.bonuses__subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.02em;
    color: #FF8C00;
    margin-right: 58px;
}

.bonuses__subtitle--purple {
    color: #9900FF;
}

.bonuses__info-desc {
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.bonuses__info-list,
.bonuses__info-sub-list {
    margin: 0;
}

.bonuses__info-list {
    list-style: disc;
    padding-left: 40px;
}

@media (max-width: 1200px) {


    .bonuses__promo .bonuses__container {
        flex-wrap: wrap;
        row-gap: 34px;
    }

    .bonuses__promo-item {
        min-width: 235px;
    }

    .bonuses__mockUp {
        width: 400px;
        height: auto;
        right: -150px;
    }

    .bonuses__app-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        color: #333333;
    }

    .bonuses__app-desc {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.02em;
        color: #333333;
        max-width: 400px;
    }

    .bonuses__app-qr {
        width: 100px;
        height: 100px;
        margin-right: 26px;
    }

    .bonuses__level-wrap {
        padding: 0 20px;
    }

    .bonuses__info-wrap {
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .bunuses__level .bonuses__item-desc {
        font-size: 14px;
    }

    .bunuses__level .bonuses__item-desc--purple {
        font-size: 20px;
    }

    .bonuses__level-wrap::before {
        left: 100px;
        right: 100px;
    }

    .bunuses__level .bonuses__item-title,
    .bunuses__level .bonuses__item-desc {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .bonuses__main {
        height: 315px;
        min-height: auto;
        margin-bottom: 25px;
        background-size: cover;
        background-position: top 0 right -180px;
    }

    .bonuses__main-title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 30px;
        max-width: 150px;
    }

    .bonuses__main-desc {
        margin-bottom: 0;
    }

    .bonuses__main-desc li {
        font-size: 18px;
        line-height: 22px;
        max-width: 200px;
    }

    .bonuses__main-link {
        display: none;
    }

    .bonuses__main-mobile-link {
        width: auto;
        height: 40px;
        background: #333333;
        border-radius: 10px;
        margin: 0 auto;
        padding: 4px 16px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
    }

    .bonuses__main-mobile-link:active {
        opacity: .6;
    }

    .bonuses__promo {
        padding: 0;
    }

    .bonuses__promo .bonuses__container {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 0;
    }

    .bonuses__promo-item {
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        padding: 36px 0;
    }

    .bonuses__promo-item:not(:last-child) {
        border-bottom: 1px solid #9900FF;
    }

    .bonuses__app-qr {
        display: none;
    }

    .bonuses__app .bonuses__container {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        box-sizing: border-box;
    }

    .bonuses__mockUp {
        width: 309px;
        height: 362px;
        position: relative;
        top: 0;
        right: 0;
        left: 50px;
        order: 3;
        align-self: center;
    }

    .bonuses__app-title {
        max-width: none;
        order: 1;
    }

    .bonuses__app-desc {
        max-width: none;
        order: 2;
    }

    .bonuses__app-link-wrap {
        order: 4;
    }

    .bonuses__app-links {
        width: 100%;
    }

    .bonuses__app-links a {
        width: 100%;
    }

    .bonuses__level-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 33px;
        letter-spacing: 0.02em;
        color: #333333;
        margin-bottom: 40px;
    }

    .bonuses__level-wrap {
        flex-direction: column;
    }

    .bunuses__level .bonuses__item-title,
    .bunuses__level .bonuses__item-desc {
        text-align: start;
    }

    .bonuses__item-top {
        width: 100%;
    }

    .bonuses__item-bottom {
        width: 100%;
    }

    .bonuses__level-item {
        padding-left: 120px;
        margin-bottom: 50px;
    }

    .bonuses__level-item::before {
        top: 10px;
        left: 10px;
        transform: translate(0, 0);
    }

    .bonuses__level-wrap::before {
        left: 46px;
        top: 15px;
        right: auto;
        width: 4px;
        height: auto;
        bottom: 150px;
        transform: translateY(0);
    }

    .bonuses__item-top {
        margin-bottom: 0;

    }

    .bonuses__info-title {
        font-weight: 700;
        font-size: 26px;
        line-height: 26px;
        color: #FFFFFF;
        margin-bottom: 40px;
    }

    .bonuses__info-wrap {
        padding: 0;
    }

    .bonuses__info-list {
        padding-left: 15px;
    }

    .bonuses__subtitle-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .bonuses__subtitle {
        order: 2;
    }

    .bunuses__level {
        margin: 0;
    }

    .bonuses__app {
        margin-bottom: 40px;
    }
}

/* End */
/* /local/templates/bikecenter_main/components/bikecenter/pomoshch/bonuses/style.css?174599520611579 */
