.promo-first-screen {
    width: 100%;
    margin: 0 0 40px;
    box-sizing: border-box;
    font-family: inherit;
}

.promo-first-screen__inner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
     135deg,
     #eef4ff 0%,
     #e2ecff 55%,
     #d8e6ff 100%
    );
    border: 1px solid #d4e0f7;
    border-radius: 0;
    box-shadow: 0 12px 35px rgba(63, 94, 155, 0.12);
}

.promo-first-screen__inner::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(
     circle,
     rgba(77, 118, 196, 0.18) 0%,
     rgba(77, 118, 196, 0) 70%
    );
    pointer-events: none;
}

.promo-first-screen__badge {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 28px 32px 0;
    padding: 9px 17px;

    background: #4b73bd;
    color: #fff;

    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.promo-first-screen__content {
    position: relative;
    z-index: 2;
    padding: 24px 32px 34px;
}

.promo-first-screen__title {
    margin: 0 0 15px;
    color: #273653;

    font-size: 32px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.promo-first-screen__price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 20px;

    margin: 0 0 22px;
}

.promo-first-screen__old-price {
    position: relative;
    color: #7a8497;

    font-size: 22px;
    font-weight: 500;
    line-height: 1;
}

.promo-first-screen__old-price::after {
    content: "";
    position: absolute;
    left: -3px;
    right: -3px;
    top: 50%;

    height: 2px;
    background: #65728b;
    transform: rotate(-5deg);
}

.promo-first-screen__new-price {
    color: #355fae;

    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
}

.promo-first-screen__zones {
    max-width: 850px;
    margin: 0 0 26px;

    color: #4e5c74;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.promo-first-screen__zones strong {
    display: inline;
    color: #315da9;
    font-weight: 600;
}

.promo-first-screen__bonus {
    position: relative;
    margin: 0 0 22px;
    padding: 22px 24px;

    background: rgba(255, 255, 255, 0.65);
    border-left: 4px solid #4b73bd;
}

.promo-first-screen__bonus-title {
    margin: 0 0 8px;

    color: #263550;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.promo-first-screen__bonus-text {
    color: #4a5870;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.promo-first-screen__bonus-text strong {
    display: inline-block;
    margin: 0 4px;

    color: #315eae;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.promo-first-screen__conditions {
    margin-top: 4px;
    color: #6a7486;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.promo-first-screen__conditions p {
    margin: 5px 0;
}

.promo-first-screen__conditions strong {
    color: #52617a;
    font-weight: 700;
}

.promo-first-screen__footer {
    position: relative;
    z-index: 2;

    padding: 16px 32px;

    background: linear-gradient(
     90deg,
     #547dcc 0%,
     #4269b4 100%
    );

    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
}


@media (max-width: 900px) {

    .promo-first-screen__title {
     font-size: 32px;
    }

    .promo-first-screen__new-price {
     font-size: 37px;
    }

    .promo-first-screen__zones,
    .promo-first-screen__bonus-text {
     font-size: 18px;
    }
}

@media (max-width: 640px) {

    .promo-first-screen {
     margin-bottom: 28px;
    }

    .promo-first-screen__badge {
     margin: 18px 18px 0;
     padding: 8px 13px;
     font-size: 11px;
    }

    .promo-first-screen__content {
     padding: 19px 18px 24px;
    }

    .promo-first-screen__title {
     margin-bottom: 15px;
     font-size: 27px;
     line-height: 1.15;
    }

    .promo-first-screen__price {
     gap: 10px 14px;
     margin-bottom: 20px;
    }

    .promo-first-screen__old-price {
     font-size: 20px;
    }

    .promo-first-screen__new-price {
     font-size: 34px;
    }

    .promo-first-screen__zones {
     margin-bottom: 22px;
     font-size: 16px;
     line-height: 1.45;
    }

    .promo-first-screen__bonus {
     margin-bottom: 22px;
     padding: 18px 16px;
     border-left-width: 4px;
    }

    .promo-first-screen__bonus-title {
     font-size: 17px;
    }

    .promo-first-screen__bonus-text {
     font-size: 16px;
    }

    .promo-first-screen__bonus-text strong {
     font-size: 26px;
    }

    .promo-first-screen__conditions {
     font-size: 12px;
     line-height: 1.4;
    }

    .promo-first-screen__footer {
     padding: 15px 18px;
     font-size: 17px;
    }
}
