.intec-template .intec-template-layout-content {
    background-color: #020303 !important;
    margin-bottom: -50px;
}

.promo {
    max-width: 1440px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    padding: 45px 120px 26px 120px;
    background-blend-mode: lighten;
}

.promo__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #F4F4F4;
    margin-bottom: 25px;
    margin-top: 0;
}

.promo__title span {
    color: #923FFF;
}

.promo__subtitle strong {
    font-weight: 700;
}

.promo__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: 35px;
}

.promo__block--first {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 45px;
}

.promo__block--second {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding-left: 0;
}

.promo__card--horizontal {
    width: 368px;
    background: rgba(2, 3, 3, 0.25);
    border: 1px solid rgba(242, 242, 242, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 10px 5px 10px 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: box-shadow 0.2s ease;
}

.promo__card--horizontal:hover {
    box-shadow: 0 0 12px rgba(146, 63, 255, 1.3);
}

.promo__card-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(2, 3, 3, 0.25);
    border: 1px solid rgba(242, 242, 242, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    flex-shrink: 0;
}

.promo__card-icon img {
    width: 35px;
    height: 35px;
}

.promo__card--vertical {
    width: 285px;
    height: 136px;
    padding: 33px 0px 33px 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
    transition: box-shadow 0.2s ease;
}

.promo__card--bordered {
    background: rgba(0, 0, 0, 0.004);
    border: 2px solid #923FFF;
}

.promo__card--bordered:hover {
    box-shadow: 0 0 12px rgba(146, 63, 255, 1.3);
}

.promo__card--purple {
    background: #923FFF;
    backdrop-filter: blur(10px);
    margin-left: calc((100% - 1200px) / 2 + 305px);
}

.promo__card--purple:hover {
    box-shadow: 0 0 14px rgba(146, 63, 255, 1.3);
}

.promo__card-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.promo__card-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #F4F4F4;
}

.promo__card-value {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #F4F4F4;
}

.promo__card:nth-child(2) .promo__card-value {
   padding-right: 30px
}


.promo__line {
    width: 1px;
    height: 92px;
    background: linear-gradient(180deg, #8E8E8E 0%, #F4F4F4 100%);
    margin-left: calc((100% - 1200px) / 2 + 445px);
}

.promo__buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 19px;
}

.promo__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: background 0.2s ease, border 0.2s ease, opacity 0.2s ease;
    box-sizing: border-box;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.promo__btn--primary {
    background: #923FFF;
    border: 2px solid #923FFF;
    color: #F4F4F4;
}

.promo__btn:active,
.promo__btn:focus,
.promo__btn:visited {
    text-decoration: none;
    outline: none;
}


.promo__btn--primary:hover {
    background: transparent;
    color: #F4F4F4;
    text-decoration: none;
}

.promo__btn--primary:active {
    opacity: 0.5;
}

.promo__btn--outline {
    background: transparent;
    border: 2px solid #923FFF;
    color: #F4F4F4;
    text-decoration: none;
}

.promo__btn--outline:hover {
    background: #923FFF;
    color: #F4F4F4;
    text-decoration: none;
}

.promo__btn--outline:active {
    opacity: 0.5;
}

.promo__note {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    background: linear-gradient(90deg, #F4F4F4 0%, #8E8E8E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.promo__mobile-first {
    display: none;
}

.promo__mobile-row {
    display: none;
}

@media (max-width: 1280px) {
    .promo {
        padding: 45px 60px 26px 60px;
    }
}

@media (max-width: 1024px) {
    .promo {
        padding: 40px 40px 26px 40px;
    }
    .promo__title {
        font-size: 42px;
    }
    .promo__subtitle {
        font-size: 18px;
    }
    .promo__card--horizontal {
        width: 320px;
    }
}

@media (max-width: 768px) {

    .promo__mobile-row .promo__card--bordered .promo__card-name {
        display: none;
    }

    .promo__mobile-row .promo__card--bordered {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        border: 1px solid rgba(146, 63, 255, 0.6);
    }

    .promo__mobile-row .promo__card--bordered .promo__card-info::before {
        content: "И еще 30 призов";
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        color: #F4F4F4;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }

    .promo {
        padding: 30px 20px 0 20px;
        height: 747px;
        position: relative;
        background-position: 64% center;
        background-size: auto 90%;
        background-color: rgba(255, 255, 255, 0.01);
        background-blend-mode: lighten;
    }

    .promo__title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .promo__subtitle {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .promo__block--first {
        display: none;
    }

    .promo__block--second {
        display: none;
    }

    .promo__group .promo__card--purple {
        display: none;
    }

    .promo__group .promo__line {
        display: none;
    }

    .promo__group .promo__buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }

    .promo__group .promo__btn--outline {
        order: 2;
    }

    .promo__group .promo__btn--primary {
        order: 1;
    }

    .promo__group .promo__btn {
        width: 335px;
    }

    .promo__note {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        font-size: 14px;
        margin-bottom: 0;
    }

    .promo__mobile-row {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-bottom: 268px;
    }

    .promo__mobile-row .promo__card--vertical {
        width: 157px;
        height: 125px;
        padding: 10px;
        margin-left: 0;
    }

    .promo__mobile-row .promo__card--vertical .promo__card-name {
        font-size: 16px;
        text-align: center;
    }

    .promo__mobile-row .promo__card--vertical .promo__card-value {
        font-size: 14px;
        text-align: center;
    }

    .promo__mobile-first {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .promo__card--horizontal-mobile {
        width: 100%;
        max-width: 335px;
    }

    .promo__card-info {
        gap: 10px;
    }

    .promo__card--horizontal-mobile {
        display: flex;
        align-items: center;
        gap: 12px;
        background: rgba(2, 3, 3, 0.25);
        backdrop-filter: blur(10px);
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .promo__card-icon-mobile {
        width: 53px;
        height: 53px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(2, 3, 3, 0.25);
        border: 1px solid rgba(242, 242, 242, 0.5);
        backdrop-filter: blur(10px);
        border-radius: 10px;
        flex-shrink: 0;
    }

    .promo__card-icon-mobile img {
        width: 35px;
        height: 35px;
    }

    .promo__card--horizontal-mobile .promo__card-name {
        font-size: 16px;
    }

    .promo__card--horizontal-mobile .promo__card-value {
        font-size: 14px;
    }
}