.february23-container {
    position: relative;
    background: repeating-linear-gradient(231deg, rgb(217, 46, 60) 9.24%, rgb(239, 169, 29) 18.49%, rgb(211, 28, 41) 60.5%, rgb(214, 47, 62) 93.28%);
    border: 1px solid color(display-p3 0.9844 0.9331 0.604);
    border-radius: 35px;
    width: 100%;
    padding: 20px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.february23-container:hover {
    cursor: pointer;
    transform: translateY(-2px);

    /* Мягкая белая рамка с glow */
    /* border-color: #ffffff;
                        box-shadow: 0 0 25px rgb(248 208 138); */

}

.february23-img {
    width: 55%;
    position: absolute;
    top: -62px;
    right: -15px;
    rotate: 44deg;
}

.cyberweek-link:hover {
    text-decoration: none;
    color: #444;
}

.cyberweek-block-picture {
    margin: 0 0 15px 0;
}

.guarantee-video-bn {
    border-radius: 10%;
    width: 210px;
}

.plus20-container {
    position: relative;
    background-color: #f6f2fb;
    border: 6px solid #444;
    border-radius: 30px;
    width: 100%;
    padding: 20px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.cyberweek-container:hover {
    cursor: pointer;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.cyberweek-link:hover {
    text-decoration: none;
    color: #444;
}

.cyberweek-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    justify-items: center;
}

.february23-block-title {
    width: 120px;
    color: rgba(255, 255, 255, 1);
    font-size: 29px;
    font-weight: 800;
    line-height: 30px;
    /* text-shadow: 4px 3px 4px #000004; */
}

.february23-block-text {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin: 10px 0 0 0;
}

.cyberweek-block-text-footer {
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    margin: 10px 0 0 0;
}

.cyberweek-block-picture {
    min-width: 165px;
}

.february23-container:hover .cyberweek-block-picture {}

@media (max-width: 1024.98px) {
    .cyberweek-grid {
        grid-template-columns: 2fr 1fr;
    }
}

@media (max-width: 768.98px) {
    .cyberweek-grid {
        grid-template-columns: 1fr 1fr;
    }

    .february23-block-text {
        margin: 10px 0 0 0;
    }

    .cyberweek-block-picture {
        min-width: 175px;
    }


    .february23-img {
        width: 68%;
        position: absolute;
        top: -110px;
        right: -37px;
        rotate: 17deg;
    }
}

@media (max-width: 430.98px) {

    .cyberweek-block {
        grid-template-columns: 1fr;
        gap: 10px;
        width: 65%;
    }

    .cyberweek-block-picture {
        min-width: 195px;
    }

    .february23-img {
        width: 40%;
        position: absolute;
        top: -37px;
        right: -5px;
        rotate: 34deg;
    }

    .february23-block-title {
        width: 100%;
    }

    .cyberweek-block {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 392.98px) {
    .cyberweek-block-picture {
        min-width: 175px;
    }

    .february23-img {
        width: 49%;
        position: absolute;
        top: -28px;
        right: -6px;
        rotate: 32deg;
    }

}

@media (max-width: 375.98px) {
    .cyberweek-block-picture {
        min-width: 170px;
    }

    .cyberweek-block {
        grid-template-columns: 1fr;
    }

    .february23-img {
        width: 51%;
        position: absolute;
        top: -27px;
        right: -26px;
        rotate: 36deg;
    }

    .february23-block-title {
        font-size: 27px;
    }
}

.sticker-snsales {
    position: fixed;
    left: 32px;
    bottom: 200px;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
}

.leadmagnet-snsales-main {
    display: grid;
    /* position: relative; */
    width: 100%;
    height: 175px;
    cursor: pointer;
    transition: transform 0.2s;
    justify-items: left;
    align-items: center;
    grid-template-rows: 1fr 1fr;
}

.leadmagnet-snsales-main:hover {
    transform: scale(1.05);
}

.leadmagnet-snsales-date {
    position: absolute;
    display: inline-block;
    background-color: #3a2b20;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding: 7px 8px;
    width: 96px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    left: -6px;
    bottom: -5px;
    transform: rotate(-5deg);
    z-index: 1;
}

.leadmagnet-snsales-title {
    display: inline-block;
    /* background-color: aliceblue; */
    color: #160a28;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    padding: 7px 15px;
    width: 95%;
    /* height: 125px; */
    border-radius: 6px;
}

.leadmagnet-snsales-main-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
}

.leadmagnet-snsales-main-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
}

.leadmagnet-snsales-main-button-feature {
    width: 55px;
    height: 100%;
    border: 0.2px solid #6c6cda5c;
    border-radius: 5px;
    background-color: #c1c2dd4f;
    padding: 2px 11px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.leadmagnet-main-button-feature:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.close-btn {
    position: absolute;
    top: -19px;
    left: -9px;
    background: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #2c2628;
    font-size: 27px;
    font-weight: 500;
    font-size: 23px;
    text-align: center;
    cursor: pointer;
    z-index: 1001;
}

.section-snsales {
    background-color: #ffbc04;
    margin: 100px 0 0 0;
}

.snsales-container {
    margin-top: -100px;
}

.snsales-card-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 25px 0;
}

.snsales-card {
    position: relative;
    background-color: #fff;
    border-radius: 30px;
    width: 100%;
    padding: 30px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.snsales-card-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
}

.snsales-card-description {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 20px;
}

.snsales-text {
    color: #fff;
    font-weight: 600;
    line-height: 25px;
}

.snsales-link {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    text-decoration: underline;
}

.snsales-link:hover {
    color: #ffffff;
    text-shadow: 0 0 16px rgba(255, 255, 255, 1);
    text-decoration: underline;
}

.snsales-card-blocks {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 20px 0;
    justify-items: start;
}

.snsales-card-blocks a:hover {
    color: #fb5c5c;
}

.snsales-card-block {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 15px;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

.snsales-card-block:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.snsales-card-block-2 {
    display: grid;
    grid-template-columns: 5fr;
    gap: 15px;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

.snsales-card-block-2:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.snsales-card-block-title {
    font-size: 19px;
    font-weight: 400;
    line-height: 35px;
}

.snsales-footer {
    font-size: 15px;
    font-weight: 100;
}

.snsales-card-block-icon-2 {
    margin: 20px 0 15px 0;
    width: 200px;
}

.snsales-card-block-icon-1 {
    width: 190px;
    margin-left: -8px;
}

.snsales-card-wrap {}

@media (max-width: 768.98px) {
    .snsales-card-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 430.98px) {
    .snsales-container {
        margin-top: 0;
    }

    .snsales-card-container {
        grid-template-columns: 1fr;
    }

    .leadmagnet-snsales-title {
        width: 73%;
    }
}

@media (max-width: 360.98px) {

    .leadmagnet-snsales-title {
        width: 80%;
    }
}

.faq-acc {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 30px;
}

.faq-acc-item {
    background: #fff;
    border-radius: 20px;
    border: 1.5px solid #f0ecfd;
    overflow: hidden;
    transition: box-shadow .2s;
}

.faq-acc-item.open {
    box-shadow: 0 4px 20px rgba(114, 86, 213, .13);
    border-color: #c5b8f5;
}

.faq-acc-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 16px;
}

.faq-acc-q {
    font-size: 17px;
    font-weight: 700;
    color: #444;
    line-height: 1.4;
}

.faq-acc-item.open .faq-acc-q {
    color: #7256d5;
}

.faq-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f0ecfd;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .2s, transform .3s;
}

.faq-acc-item.open .faq-icon {
    background: #7256d5;
    transform: rotate(45deg);
}

.faq-icon-svg {
    width: 14px;
    height: 14px;
    stroke: #7256d5;
    stroke-width: 2.5;
    fill: none;
    transition: stroke .2s;
}

.faq-acc-item.open .faq-icon-svg {
    stroke: #fff;
}

.faq-acc-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .25s;
    padding: 0 24px;
}

.faq-acc-item.open .faq-acc-body {
    max-height: 300px;
    padding: 0 24px 20px;
}

.faq-acc-a {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

.programme-container-faq {
    padding-bottom: 50px;
}

@media (max-width: 768.98px) {
    .faq-acc-q {
        font-size: 16px;
    }

    .faq-acc-btn {
        padding: 18px 20px;
    }

    .faq-acc-item.open .faq-acc-body {
        padding: 0 20px 18px;
    }
}

@media (max-width: 430.98px) {
    .faq-acc-q {
        font-size: 15px;
    }

    .faq-acc-btn {
        padding: 16px 16px;
        gap: 12px;
    }

    .faq-acc-a {
        font-size: 14px;
    }

    .faq-acc-item.open .faq-acc-body {
        padding: 0 16px 16px;
    }
}

/* Весеннее Колесо */

.sticker-wheel {
    position: fixed;
    left: 30px;
    bottom: 0;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
}

.sticker-wheel img {
    width: 165px;
    height: auto;
    cursor: pointer;
}

.close-btn-wheel {
    position: absolute;
    top: -9px;
    left: -9px;
    background: #fcf2eb;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #7448d7;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    z-index: 1001;
}

/* Стили для всплывающей формы */
.form-popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    z-index: 1002;
}

.form-popup .close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

/* Контейнер для картинки */
.container-wheel-sticker {
    position: relative;
    display: inline-block;
}

/* Бабл-спич */
.bubble {
    position: absolute;
    bottom: 110%;
    left: 90%;
    transform: translateX(-50%);
    background-color: #f7f1f0;
    color: #444;
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 18px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

/* Хвостик бабл-спича */
.bubble::after {
    content: "";
    position: absolute;
    top: 97%;
    left: 25%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: #f7f1f0 transparent transparent transparent;
}

/* Отображение бабл-спича при наведении */
.container-wheel-sticker:hover .bubble {
    opacity: 1;
    visibility: visible;
}

@keyframes slow-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.slow-rotate {
    animation: slow-spin 30s linear infinite;
}

/* Форма колеса */
.overlay-wheel-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.wheel-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 35px;
    border-radius: 20px;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.wheel-container.show {
    display: block;
    opacity: 1;
}

.wheel-block {
    position: relative;
    width: 780px;
    height: 600px;
    background-color: #ffffff;
    border: 2px solid color(srgb 0.9944 0.7797 0.282);
    border-radius: 17px;
}

.wheel {
    position: absolute;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    overflow: hidden;
    top: -3rem;
    left: -24.3rem;
    transition: transform 4s ease-out;
}

.wheel-choice {
    position: absolute;
    top: 0px;
    right: 401px;
    transform: rotate(-7deg);
    width: 60rem;
    z-index: 1;
}

.wheel-right-block {
    position: absolute;
    right: 0px;
    top: 0rem;
    width: 37.5rem;
    padding: 6rem 4rem;
}

.wheel-text {
    font-size: 20px;
    line-height: 25px;
    color: #444;
    margin: 23px 0 35px 0;
}

.wheel-title {
    font-size: 35px;
    font-weight: 900;
    line-height: 35px;
    color: #7256d5;
    margin: 10px 0;
}

.wheel-button {
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    color: #fff;
    text-align: center;
    width: 187px;
    height: 45px;
    background-color: color(srgb 0.9944 0.7797 0.282);
    border-radius: 30px;
    text-transform: uppercase;
    transition: transform 2s ease-out;
}

.wheel-button:hover {
    transform: scale(1.1);
}

.winner-message {
    position: absolute;
    display: none;
    /* margin-top: 6px; */
    padding: 15px;
    background-color: #ffffff;
    border: 2px solid #7256d5;
    color: #444;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    border-radius: 13px;
    top: 1rem;
    left: 2rem;
    width: 345px;
    height: 507px;
    line-height: 29px;
}

.wheel-form-label {
    font-size: 17px;
    margin: 0px 10px 0 0;
}

.wheel-form-input {
    width: 200px;
    height: 32px;
    font-size: 17px;
    padding: 7px 15px;
    border: 1px solid rgba(136, 136, 136, 0.48);
    border-radius: 30px;
    transition: border-color 0.3s ease;
}

.winner-message-btn {
    font-size: 19px;
    font-weight: 600;
    width: 175px;
    height: 44px;
    line-height: 18px;
    color: #fff;
    background-color: color(srgb 0.9944 0.7797 0.282);
    border-radius: 30px;
    padding: 13px 15px;
    margin: 10px 0 0 0;
}

.winner-message-btn:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.wheel-close {
    position: absolute;
    top: -122px;
    right: -20px;
    font-size: 30px;
    color: #444;
    cursor: pointer;
    background: none;
    border: none;
}

.winner-form {
    display: flex;
    flex-direction: column;
    margin: 5px 0 0 0;
}

.winner-form-input {
    width: 80%;
    border: 1.2px solid #fff;
    border-radius: 30px;
    background-color: #fff;
    padding: 7px 10px;
    margin: 3px 0;
    font-size: 15px;
}

.wheel-form-text-2 {
    position: relative;
    top: -12px;
}

.wheel-form-input-block {
    margin: 10px 0;
}

.wheel-form-subtext {
    position: absolute;
    bottom: -65px;
    left: -2px;
    width: 360px;
    font-size: 13px;
    text-align: left;
    line-height: 14px;
    color: #444;
}

.wheel-formalreadyfill {
    position: absolute;
    display: none;
    /* margin-top: 6px; */
    padding: 15px;
    background-color: #ffffff;
    /* border: 2px solid #7256d5; */
    color: #444;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    border-radius: 13px;
    top: 0rem;
    left: 0rem;
    width: 339px;
    height: 412px;
    line-height: 29px;
}

.wheel-formalreadyfill-text {
    font-size: 20px;
    padding: 36% 30px;
}

.wheel-popup {
    position: absolute;
    display: none;
    /* margin-top: 6px; */
    padding: 15px;
    background-color: #ffffff;
    /* border: 2px solid #7256d5; */
    color: #444;
    border-radius: 13px;
    top: 0rem;
    left: 0rem;
    width: 339px;
    height: 490px;
    line-height: 29px;
}

.wheel-popup-content {
    font-size: 20px;
    padding: 36% 30px;
    text-align: center;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 30px;
    margin: 28px 0;
    cursor: pointer;
    user-select: none;
    font-size: 12px;
    line-height: 14px;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-text {
    background-color: #ffffff91;
}

.checkbox-link {
    text-decoration: underline;
}

.checkmark {
    position: absolute;
    left: 0;
    top: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 4px;
}

.checkbox-container:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox-container input:checked~.checkmark {
    background-color: #ff6072;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.consent-error {
    color: #ff6072;
    font-size: 14px;
    display: none;
    margin-top: 5px;
    background-color: #ffffff91;
}

@media (max-width: 1440.98px) {
    .wheel-container {
        top: 52%;
        left: 57%;
        z-index: 1001;
    }
}

@media (max-width: 1024.98px) {
    .wheel {
        width: 600px;
        height: 600px;
        top: 0rem;
        left: -19rem;
    }

    .wheel-choice {
        top: -2px;
        right: 365px;
    }
}

@media (max-width: 768.98px) {
    .wheel-container {
        top: 50%;
        left: 50%;
        width: 96%;
    }

    .wheel-block {
        width: 100%;
    }

    .wheel-right-block {
        left: 0px;
        top: 0;
        width: 54%;
        padding: 2rem 4rem;
    }

    .wheel-popup {
        width: 96%;
        height: 486px;
        left: 1rem;
    }

    .wheel {
        width: 403px;
        height: 403px;
        top: 9rem;
        left: 31rem;
        z-index: 1;
    }

    .wheel-choice {
        top: 93px;
        left: 314px;
        width: 40rem;
    }

    .winner-message {
        width: 89%;
        height: 504px;
        left: 1rem;
    }

    .wheel-formalreadyfill {
        width: 89%;
        height: 393px;
        left: 1rem;
    }

    .wheel-formalreadyfill-text {
        font-size: 20px;
        padding: 36% 30px;
    }

    .wheel-form-subtext {
        bottom: -67px;
        left: 0px;
        width: 308px;
    }

    .wheel-close {
        top: -25px;
        right: -32.5rem;
    }
}

@media (max-width: 430.98px) {
    .wheel-block {
        width: 110%;
        left: -17px;
        top: -16px;
    }

    .wheel-container {
        top: 41%;
        left: 50%;
        width: 97%;
    }

    .wheel-title {
        font-size: 25px;
        line-height: 26px;
    }

    .wheel-text {
        font-size: 15px;
        line-height: 20px;
        margin: 27px 0 25px 0;
    }

    .wheel-button {
        font-size: 14px;
        width: 163px;
        height: 40px;
    }

    .wheel-popup {
        height: 449px;
    }

    .wheel {
        width: 422px;
        height: 422px;
        top: 40rem;
        left: -23px;
        z-index: 4;
    }

    .wheel-choice {
        top: 420px;
        left: 0px;
        width: 38rem;
        z-index: 6;
    }

    .winner-message {
        width: 95%;
        height: 462px;
        left: 11px;
        top: -17px;
        font-size: 14px;
        line-height: 20px;
    }

    .wheel-formalreadyfill {
        width: 92%;
    }

    .wheel-formalreadyfill-text {
        font-size: 20px;
        padding: 36% 30px;
    }


    .wheel-form-label {
        font-size: 13px;
        margin: 0px 10px 0 0;
    }

    .wheel-form-input {
        height: 27px;
        font-size: 13px;
    }

    .winner-form {
        display: flex;
        flex-direction: column;
        margin: -10px 0 0 0;
    }

    .wheel-right-block {
        width: 99%;
        top: 30px;
        left: 0;
    }

    .winner-message-btn {
        font-size: 14px;
        font-weight: 600;
        width: 126px;
        height: 32px;
        line-height: 2px;
        color: #fff;
        background-color: #7448d7;
        border-radius: 50px;
        padding: 13px 15px;
        margin: 10px 0 7px 0;
    }

    .wheel-form-subtext {
        position: relative;
        bottom: -7px;
        left: -5px;
        width: 330px;
        font-size: 11px;
        line-height: 14px;
        padding: 0px 0px;
    }

    .wheel-close {
        top: -13px;
        right: 18px;
        z-index: 33;
    }

    .checkbox-container {
        display: flex;
        align-items: flex-start;
        position: relative;
        padding-left: 30px;
        margin: 28px 0;
        cursor: pointer;
        user-select: none;
        font-size: 14px;
        line-height: 17px;
    }

    .checkbox-text {
        background-color: #ffffff91;
        font-size: 11px;
        line-height: 14px;
    }
}

@media (max-width: 392.98px) {
    .wheel-container {
        top: 46%;
    }

    .wheel {
        width: 384px;
        height: 384px;
        top: 40rem;
        left: -23px;
        z-index: 4;
    }

    .wheel-choice {
        top: 404px;
        left: -21px;
        width: 38rem;
        z-index: 6;
    }

    .wheel-formalreadyfill {
        width: 96%;
    }

    .wheel-formalreadyfill-text {
        font-size: 17px;
        padding: 36% 30px;
    }

    .wheel-form-subtext {
        position: relative;
        bottom: -7px;
        left: -5px;
        width: 322px;
        font-size: 11px;
        line-height: 14px;
        padding: 0px 0px;
    }
}

@media (max-width: 375.98px) {
    .wheel-container {
        top: 57%;
    }

    .wheel-right-block {
        width: 100%;
        top: 10px;
    }

    .winner-message {
        width: 94%;
        height: 413px;
        top: 0px;
        font-size: 12.5px;
        line-height: 16px;
    }

    .wheel-formalreadyfill {
        width: 92%;
    }

    .wheel-popup {
        width: 92%;
    }

    .wheel-form-label {
        font-size: 11px;
    }

    .wheel-form-input {
        height: 25px;
        font-size: 12px;
    }

    .wheel {
        width: 345px;
        height: 345px;
        top: 35rem;
        left: -11px;
        z-index: 2;
    }

    .wheel-choice {
        top: 370px;
        left: 14px;
        width: 30rem;
        z-index: 6;
    }

    .wheel-form-subtext {
        width: 287px;
        font-size: 10px;
        line-height: 13px;
    }

    .winner-message-btn {
        margin: 5px 0 0px 0;
    }

    .wheel-close {
        top: -24px;
        right: -16px;
    }
}

@media (max-width: 360.98px) {
    .wheel-container {
        top: 50%;
    }

    .wheel {
        width: 354px;
        height: 354px;
        top: 40rem;
        left: -21px;
        z-index: 2;
    }

    .wheel-choice {
        top: 430px;
        left: 8px;
        width: 30rem;
        z-index: 6;
    }

    .wheel-popup {
        width: 96%;
        height: 405px;
    }

    .wheel-formalreadyfill {
        width: 96%;
    }

    .wheel-formalreadyfill-text {
        font-size: 15px;
        padding: 36% 30px;
    }
}

.contents-bar-wrap {
    background: #fff;
    border-bottom: 1.5px solid #f0ecfd;
}

.contents-bar {
    display: flex;
    align-items: center;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.contents-bar::-webkit-scrollbar {
    display: none;
}

.contents-bar-label {
    font-size: 13px;
    font-weight: 700;
    color: #7256d5;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
    padding: 16px 20px 16px 0;
    border-right: 1.5px solid #f0ecfd;
    margin-right: 4px;
    flex-shrink: 0;
}

.contents-bar a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    padding: 16px 16px;
    flex-shrink: 0;
    position: relative;
    transition: color .2s;
}

.contents-bar a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 2px;
    background: #7256d5;
    border-radius: 2px 2px 0 0;
    opacity: 0;
    transition: opacity .2s;
}

.contents-bar a:hover {
    color: #7256d5;
}

.contents-bar a:hover::after {
    opacity: 1;
}

.contents-bar-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f0ecfd;
    color: #7256d5;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
}

@media (max-width: 768.98px) {
    .contents-bar {
        padding: 0 16px;
    }

    .contents-bar a {
        font-size: 14px;
        padding: 14px 12px;
    }

    .contents-bar-label {
        font-size: 12px;
        padding: 14px 14px 14px 0;
    }
}

@media (max-width: 430.98px) {
    .contents-bar a {
        font-size: 13px;
        padding: 12px 10px;
    }

    .contents-bar-num {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }
}