.promo-jubilee {
    max-width: 1440px;
    margin: 0 auto;
    padding: 140px 120px 15px;
    background-color: #020303;
}

.promo-jubilee__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #F4F4F4;
    margin-bottom: 25px;
    margin-top: 0;
    position: relative;
    z-index: 2;
}

.promo-jubilee__title span {
    color: #923FFF;
}

.promo-jubilee__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(90deg, #F4F4F4 0%, #8E8E8E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 64px;
    position: relative;
    z-index: 2;
}

.promo-jubilee__content {
    display: flex;
    gap: 10px;
}

.promo-jubilee__left {
    width: 590px;
}

.promo-jubilee__right {
    width: 590px;
    position: relative;
    top: -100px;
    z-index: 1;
}

.promo-jubilee__list {
    background: rgba(0, 0, 0, 0.004);
    border: 1px solid #923FFF;
    border-radius: 15px;
    padding: 60px 75px 60px 74px;
    margin-bottom: 20px;
    transition: box-shadow 0.2s ease;
}

.promo-jubilee__list:hover {
    box-shadow: 0 0 12px rgba(146, 63, 255, 1.3);
}

.promo-jubilee__list-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #F4F4F4;
    margin-bottom: 15px;
}

.promo-jubilee__items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.promo-jubilee__item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #F4F4F4;

    padding-left: 10px;
    position: relative;
}

.promo-jubilee__item::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #F4F4F4;
}

.promo-jubilee__item:last-child {
    margin-bottom: 0;
}

.promo-jubilee__buttons {
    display: flex;
    gap: 20px;
}

.promo-jubilee__btn {
    width: 285px;
    height: 48px;
    padding: 16px 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.promo-jubilee__btn--primary {
    background: #923FFF;
    border: 2px solid #923FFF;
    color: #F4F4F4;
}

.promo-jubilee__btn--primary:hover {
    background: transparent;
    color: #F4F4F4;
    text-decoration: none;
}

.promo-jubilee__btn--outline {
    background: transparent;
    border: 2px solid #923FFF;
    color: #F4F4F4;
    text-decoration: none;
}

.promo-jubilee__btn--outline:hover {
    background: #923FFF;
    color: #F4F4F4;
    text-decoration: none;
}

.promo-jubilee__image {
    width: 100%;
    height: auto;
    border-radius: 15px;
}


.promo-jubilee__btn:active,
.promo-jubilee__btn:focus,
.promo-jubilee__btn:visited {
    text-decoration: none;
    outline: none;
}

.promo-jubilee__btn--primary:active {
    opacity: 0.5;
    text-decoration: none;
}

.promo-jubilee__btn--outline:active {
    opacity: 0.5;
    text-decoration: none;
}

@media (max-width: 1280px) {
    .promo-jubilee {
        padding: 45px 60px;
    }

    .promo-jubilee__list {
        padding: 40px 50px;
    }
}

@media (max-width: 1024px) {
    .promo-jubilee {
        padding: 40px 40px;
    }

    .promo-jubilee__title {
        font-size: 36px;
    }

    .promo-jubilee__subtitle {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .promo-jubilee__list {
        padding: 30px 40px;
    }

    .promo-jubilee__right {
        top: -50px;
    }
}

@media (max-width: 768px) {
    .promo-jubilee {
        padding: 30px 20px;
    }

    .promo-jubilee__title {
        font-size: 22px;
        margin: 0;
    }

    .promo-jubilee__subtitle {
        font-size: 14px;
        margin-bottom: -35px;
        padding: 15px;
    }

    .promo-jubilee__content {
        flex-direction: column;
        gap: 0;
    }

    .promo-jubilee__left,
    .promo-jubilee__right {
        width: calc(100% - 10px);
    }

    .promo-jubilee__right {
        top: 0;
        order: -1;
        margin-bottom: 20px;
    }

    .promo-jubilee__list {
        padding: 25px;
        margin-bottom: 25px;
    }

    .promo-jubilee__list-title {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .promo-jubilee__item {
        font-size: 14px;
        padding-left: 15px;
    }

    .promo-jubilee__buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .promo-jubilee__btn {
        width: 100%;
        max-width: 335px;
    }
}

@media (max-width: 480px) {
    .promo-jubilee {
        padding: 70px 15px;
    }

    .promo-jubilee__title {
        font-size: 20px;
    }

    .promo-jubilee__subtitle {
        font-size: 16px;
    }

    .promo-jubilee__list-title {
        font-size: 14px;
    }

    .promo-jubilee__item {
        font-size: 12px;
    }

    .promo-jubilee__btn {
        max-width: 100%;
    }
}