.bc-sp {
    margin-bottom: 32px;
}

.litres-promocode {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 288px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(268.41deg, #52BBFA 2.93%, #3E99ED 101.7%);
    background: url('/img/skins/ll2019/litres-promocode-bg_mobile.svg') no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    cursor: pointer;
}

.litres-promocode::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 119px;
    height: 128px;
    background-image: url('/img/skins/ll2019/litres-promocode.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.litres-promocode__about {
    display: flex;
    flex-direction: column;
    padding: 24px 24px 50px 136px;
    box-sizing: border-box;
}

.litres-promocode__title {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: var(--white, #FFFFFF);
}

.litres-promocode__text {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-wrap: balance;
    color: rgba(255, 255, 255, 0.7);
}

.litres-promocode__accent {
    color: var(--white, #FFFFFF);
}

.litres-promocode__promocode {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 32px 16px 24px;
    box-sizing: border-box;
}

.litres-promocode__mask {
    display: grid;
    grid-template-areas: "promocode-stack";
    max-width: 250px;
    width: 100%;
}

.litres-promocode__key {
    grid-area: promocode-stack;
    z-index: 1;
    max-width: calc(100% - 30px);
    padding: 8px 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: var(--white, #FFFFFF);
    background: linear-gradient(85.01deg, #FB607D 0%, #8D69EC 53.83%, #3E99ED 100%);
    background-image: url('/img/skins/ll2019/litres-promocode-mask_wide.svg');
    background-repeat: no-repeat;
    border-radius: 24px 12px 12px 24px;
    box-sizing: border-box;
}

.litres-promocode__value {
    grid-area: promocode-stack;
    padding: 8px 16px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: right;
    color: var(--white, #FFFFFF);
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    box-sizing: border-box;
}

.litres-promocode__terms {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: rgba(237, 240, 247, 1);
}
