.b-container--cahsback {
    max-width: 1058px;
    width: 100%;
}

.breadcrumbsWrap--cashback {
    margin: 0;
    border: none;
    padding: 5px 0 0;
}

.breadcrumbsList--cahsback {
    padding-left: 26px;
}


@media (max-width: 767px) {

    .breadcrumbsList--cahsback {
        padding-left: 0;
    }

    .breadcrumbsWrap--cashback {
        padding: 13px 0 10px;
    }
}

/* Баннер */

.b-banner-cash {
    padding: 142px 129px 207px;
}

.b-banner-cash__top,
.b-banner-cash__bottom {
    max-width: 630px;
}

.b-banner-cash__top {
    margin: 0 0 38px;
}

.b-banner-cash__title {
    margin: 0 0 8px;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'MontBold';
}

.b-banner-cash__text {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
}

.b-banner-cash__bonus {
    margin: 13px 0 0;
font-family: 'MontBold';
    font-size: 40px;
    line-height: 32px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FAA500;
}


@media (max-width: 1279px) {

    .b-banner-cash {
        padding: 100px 20px;
    }
}

@media (max-width: 1023px) {
    
    .b-banner-cash {
        padding: 130px 0 25px;
    }

    .b-banner-cash__title {
        font-size: 24px;
        line-height: 32px;
    }

    .b-banner-cash__text {
        font-size: 19px;
        line-height: 24px;
    }

    .b-banner-cash__top,
    .b-banner-cash__bottom {
        max-width: 400px;
    }

    .b-banner-cash__top {
        margin: 0 0 16px;
    }

    .b-banner-cash__bonus {
        margin: 0;
        font-size: 20px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {

    .b-banner-cash {
        padding: 330px 0 23px;
    }  
}

/* Блок с инструкцией */

.b-cashback__content {
    padding: 40px 0 65px;
    background: #F7F7F5;
}

.b-steps {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 28px;
    background: #FFFFFF;
    margin: 0 0 32px;
}

.b-steps:last-child {
    margin: 0;
}

.b-steps:nth-child(2) {
    padding: 15px 15px 45px;
    margin: 0 0 40px;
}

.b-steps__top {
    display: flex;
    align-items: flex-start;
    margin: 0 0 36px;
}

.b-steps__content {
    padding: 25px 10px;
    margin-right: 10px;
    max-width: 530px;
    flex-shrink: 0;
}

.b-steps__content--pad {
    padding: 16px;
}

.b-steps__count {
    font-family: 'CoreRhino65Bold', sans-serif;
    font-size: 56px;
    line-height: 30px;
    color: #440099;
}

.b-steps__content--pad .b-steps__count {
    margin-right: 9px;
}

.b-steps__title {
    margin: 10px 0 0;
 font-family: 'MontBold';
    font-size: 24px;
    line-height: 30px;
    color: #000000;
}

.b-steps__list {
    padding-left: 50px;
}

.b-steps__link {
    color: #000000;
}

.b-steps__item {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 24px;
}

.b-steps__marker {
    margin-right: 5px;
    font-family: 'CoreRhino65Bold', sans-serif;
}

.b-steps--sm {
    margin: 0 0 40px;
}

.b-steps--sm .b-steps__inner {
    padding: 27px 0 0;
}

.b-steps--sm .b-steps__top {
    margin: 0 0 18px;
}

.b-steps--sm .b-steps__content {
    padding: 23px 16px 28px;
}

.b-steps--sm .b-steps__count {
    margin-right: 2px;
}

.b-steps--sm .b-steps__list {
    max-width: 390px;
    padding-left: 43px;
    margin: 0 0 25px;
}

.b-steps__item-inner {
    display: flex;
}

.b-steps--sm .b-steps__item {
    margin: 0 0 10px;
}

.b-steps--sm .b-steps__marker {
    margin-right: 18px;
}

.b-steps__text {
    padding: 0 40px;
    font-size: 16px;
    line-height: 24px;
}

.b-steps__link--bold {
    font-family: 'CoreRhino65Bold', sans-serif;
    text-decoration: none;
    color: #000000;
}

.b-steps__image-wrap {
    display: block;
    max-width: 438px;
    width: 100%;
}

.b-steps__image-wrap--mobile {
    display: none;
}

.b-steps__image {
    max-width: 100%;
}

@media (max-width: 1279px) {
    
    .b-steps__content {
        margin-right: 0;
    }
}

@media (max-width: 1023px) {

    .b-steps {
        flex-direction: column;
        padding: 15px 8px 18px;
        margin: 0 0 24px;
    }

    .b-cashback__content {
        padding: 16px 0 47px;
    }

    .b-steps__inner {
        display: none;
    }

    .b-steps__content {
        max-width: none;
        margin-right: 0;
        padding: 0;
    }

    .b-steps__image-wrap {
        max-width: 269px;
        margin: 0 auto;
    }

    .b-steps__image-wrap--mobile {
        display: block;
        margin: 0 auto;
    }

    .b-steps__count {
        font-size: 40px;
        line-height: 30px;
        margin-right: 5px;
    }

    .b-steps__title {
        margin: 13px 0 0;
        font-size: 19px;
        line-height: 24px;
    }

    .b-steps__top {
        margin: 0 0 13px;
    }

    .b-steps__list {
        padding-left: 0;
    }

    .b-steps__item {
        font-size: 13px;
        line-height: 16px;
    }

    .b-steps__item-inner {
        padding-left: 38px;
        margin: 0 0 10px;
    }

    .b-steps:nth-child(2) {
        padding: 15px 8px 18px;
        margin: 0 0 26px;
    }

    .b-steps__content--pad .b-steps__count {
        margin-right: 4px;
    }

    .b-steps__content--pad .b-steps__top {
        margin: 0 0 22px;
    }

    .b-steps__item {
        margin: 0 0 30px;
    }

    .b-steps__item:last-child {
        margin: 0;
    }

    .b-steps__text {
        padding: 0;
        font-size: 13px;
        line-height: 16px;
        margin: 0 0 18px;
    }

    .b-steps--sm .b-steps__content {
        padding: 0;
    }

    .b-steps--sm .b-steps__count {
        margin-right: 4px;
    }

    .b-steps--sm .b-steps__title {
        margin: 11px 0 0;
    }

    .b-steps--sm .b-steps__list {
        padding-left: 0;
        margin: 0 0 24px;
    }

    .b-steps--sm .b-steps__top {
        margin: 0 0 15px;
    }

    .b-steps--sm .b-steps__marker {
        margin-right: 6px;
    }

    .b-steps--sm .b-steps__item {
        margin: 0 0 16px;
    }

    .b-steps--sm .b-steps__item:last-child {
        margin: 0;
    }
}

@media (max-width: 767px) {

    .b-steps__item-inner {
        padding-left: 5px;
    }
}

/* Нижний баннер */

.b-bottom-banner {
    background: #FFFFFF;
    padding: 54px 54px 48px;
    text-align: center;
}

.b-bottom-banner__title {
    margin: 0 0 14px;
    font-family: 'CoreRhino65Bold', sans-serif;
    font-size: 32px;
    line-height: 30px;
    text-transform: uppercase;
}

.b-bottom-banner__subtitle {
    margin: 0 0 31px;
    font-family: 'CoreRhino65Bold', sans-serif;
    font-size: 20px;
    line-height: 22px;
}

.b-bottom-banner__btn {
    display: block;
    max-width: 296px;
    height: 40px;
    margin: 0 auto 10px;
    background-color: #4783F5;
    color: #fff;
    font-family: 'MontBold';
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    border: none;
    outline: 0 !important;
    outline-offset: 0;
    padding: 14px;
    position: relative;
}

.b-bottom-banner__btn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    background: url('/img/lk/arrow-white.svg') no-repeat center / contain;
    width: 12px;
    height: 12px;
}

.b-bottom-banner__btn:hover {
    background-color:#4783F5;
}

.b-bottom-banner__link {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    color: #000000;
    position: relative;
}

.b-bottom-banner__link::after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000000;
}

@media (max-width: 1023px) {

    .b-bottom-banner {
        padding: 24px 10px;
    }
    
    .b-bottom-banner__title {
        margin: 0 0 15px;
        font-size: 24px;
        line-height: 32px;
    }

    .b-bottom-banner__subtitle {
        margin: 0 0 24px;
    }

    .b-bottom-banner__link {
        font-size: 11px;
    }

    .b-bottom-banner__btn {
        margin: 0 auto 13px;
    }

    .b-bottom-banner__btn::after {
        right: 12px;
    }
}