.lf-contest-new-year-section {
    padding: 0 20px;
    height: 100%;
}

.lf-contest-new-year {
    max-width: 1390px;
    min-height: 281px;
    margin: 0 auto 100px;
    display: flex;
    align-items: center;
    padding: 30px 20px 29px;
    border-radius: 8px;
    background: #181623 url('../images/new-year-2026.jpg') no-repeat scroll 50% 0;
    background-size: cover;
}

.lf-contest-new-year__container {
    max-width: 590px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 1;
}

.lf-contest-new-year__title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 64px;
    text-transform: uppercase;
    line-height: 109%;
    min-height: 140px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: rgba(243, 243, 243, 1);
    margin: 0 0 22px;
}

.lf-contest-new-year__btn {
    display: flex;
    justify-content: center;
}

.lf-contest-new-year__btn-wrapper {
    display: inline-block;
    padding: 2px;
    border-radius: 4px;
    background: linear-gradient(30deg, rgba(180, 180, 190, 0.3) 75%, rgba(255, 255, 255, 0.5) 100%)
}

.lf-contest-new-year__btn-contest {
    display: inline-block;
    text-align: center;
    padding: 11px 20px;
    background: #2F2E38;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.25s ease;
    min-width: 268px;
    border-radius: 4px;
    border: none;
}

.lf-contest-new-year__btn-contest:hover {
    background: #44424D;
}

.lf-contest-new-year__gradient {
    display: none;
}

.new-main .lf-contest-new-year__btn-link.btn-lf-full-fill {
    background: #ffffff !important;
    color: rgba(0, 0, 0, 1) !important;
    outline: none !important;
}

@media (max-width: 1200px) {
    .lf-contest-new-year {
        background-position: 80% 0;
    }
}

@media (max-width: 780px) {
    .lf-contest-new-year {
        min-height: 185px;
        background: #1C1A26;
        position: relative;
        padding: 40px 25px 16px;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
    }

    .lf-contest-new-year__gradient {
        display: block;
        content: "";
        position: absolute;
        width: 350px;
        height: 350px;
        right: -150px;
        top: 50%;
        transform: translateY(-50%);
        background: radial-gradient(
            circle,
            rgba(255, 90, 120, 0.45) 0%,
            rgba(80, 0, 40, 0.25) 40%,
            rgba(0, 0, 0, 0) 75%
        );
        pointer-events: none;
        z-index: 0;
        opacity: .8;
    }

    .lf-contest-new-year:before {
        background: url('../images/tree-christmas.png?1') no-repeat scroll 0 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 131px;
        height: 302px;
        content: "";
    }

    .lf-contest-new-year:after {
        background: url('../images/gifts-new-year.png?1') no-repeat scroll 0 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 362px;
        height: 282px;
        content: "";
    }

    .lf-contest-new-year__title {
        font-size: 20px;
        line-height: 26px;
        max-width: 180px;
        margin: 0 auto 25px;
        min-height: auto;
    }

    .new-main .lf-contest-new-year__btn-link.btn-lf-full-fill {
        font-size: 15px;
        padding: 12px 40px 12px;
    }
}

@media (max-width: 500px) {
    .lf-contest-new-year__btn-wrapper {
        width: 100%;
    }

    .lf-contest-new-year__btn-contest {
        min-width: 100%;
        background: rgba(24, 22, 35, 0.55);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.10);
    }

    .new-main .lf-contest-new-year__btn-link.btn-lf-full-fill {
        padding-left: 25px;
        padding-right: 25px;
    }
}


