.promo-container {
    width: 100%;
    padding: 70px 0 120px;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    color: var(--text-main);
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
}

.main-swiper {
    width: 100%;
}

.promo-card {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    height: 590px;
    display: flex;
    padding: 60px 54px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 45.19%, #D3D3D3 100%);
}

.promo-card.sound-theme {
    padding: 60px 0 60px 54px;
}

.card-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.mac-theme .card-content-items {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.sound-theme .card-content-items {
    max-width: 418px;
}

.sound-theme .item-image {
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: contain;
}

/* Текстовые стили */
.text-subtitle {
    color: var(--text-main);
    /*font-family: 'Poppins';*/
    font-weight: 500;
    font-size: 64px;
    line-height: 120%;
    text-align: right;
    vertical-align: middle;
}

.text-title {
    color: var(--filter-price-range);
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
}

.sound-theme .text-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    color: #474646;
}

.brand-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mac-theme .button-area {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.inner-swiper {
    position: absolute !important;
    bottom: 0;
    left: -10%;
    width: 100%;
    height: 105%;
    z-index: 2;
}

.mac-theme .item-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    float: right;
    pointer-events: none;
}

/* Кнопка */
.btn-action {
    display: inline-block;
    color: var(--red-color);
    border-radius: 9999px;
    text-decoration: none;
    width: fit-content;
    transition: all var(--transition-base);
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
    gap: 8px;
    padding: 21px 32px;
    background: #F2F2F2;

}

.btn-action:hover {
    background-color: var(--filter-price-range);
}

/*.btn-action[href="javascript:void(0)"]:hover {*/
/*    color: #fff;*/
/*}*/

/* Кастомная пагинация */
.custom-pagination {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-top: 22px;
    margin-bottom: -33px;
}

.swiper-pagination-bullet {
    height: 10.5px !important;
    width: 10.5px !important;
    background: #0000004D !important;
    opacity: 1 !important;
    border-radius: 50% !important;
    margin: 0 !important;
    transition: all 0.3s !important;
}

.swiper-pagination-bullet-active {
    width: 53.25px !important;
    background: var(--white) !important;
    border-radius: 75px !important;

}

/* Темы карточек */
.dark-theme {
    background: #18181b;
    color: #ffffff;
}

.dark-theme .text-title {
    color: #ffffff;
}

.dark-theme .text-subtitle {
    color: #a1a1aa;
}

.static-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 100%;
    object-fit: contain;
    padding: 1rem;
}

@media (max-width: 1600px) {
    .promo-container {
        padding: 30px 0 80px;
    }

    .section-title {
        font-size: 32px;
    }

    .promo-card {
        height: 425px;
        padding: 43px 38px;
    }

    .mac-theme .card-content-items {
        gap: 5px;
    }

    .text-title {
        font-size: 20px;
    }

    .text-subtitle {
        font-size: 32px;
    }

    .brand-box img {
        width: 92px;
    }

    .btn-action {
        font-size: 17.32px;
        line-height: 15.87px;
        padding: 15px 25px;
    }

    .promo-card.sound-theme {
        padding: 38px 0 38px 38px;
    }

    .sound-theme .text-title {
        font-size: 24px;
    }

    .inner-swiper {
        left: -7%;
        height: 110%;
    }

    .sound-theme .card-content-items {
        max-width: 300px;
    }
}

@media (max-width: 1443px) {
    .inner-swiper {
        left: -5%;
        height: 110%;
    }
}

@media (max-width: 1365px) {
    .inner-swiper {
        left: -3%;
        height: 105%;
    }
}

@media (max-width: 1279px) {
    .promo-container {
        padding: 56px 0 80px;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 28px;
    }

    .inner-swiper {
        left: -17%;
        height: 125%;
    }

    .sound-theme .card-content-items {
        max-width: 100%;
    }

    .sound-theme .item-image {
        width: 48%;
    }

}

@media (max-width: 1023px) {
    .promo-container {
        padding: 20px 0 40px;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 26px;
    }

    .promo-card {
        height: 401px;
        padding: 40px;
        border-radius: 28.86px;
    }

    .inner-swiper {
        left: -17%;
        height: 100%;
        bottom: 12%;
    }

    .custom-pagination {
        margin-bottom: 0;
    }

    .sound-theme .item-image {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .promo-container {
        padding: 32px 0 32px;
    }

    .section-title {
        font-size: 20px;
        margin-bottom: 16px;
        text-align: left;
    }

    .promo-card {
        height: 341px;
        padding: 20px;
        border-radius: 16px;
    }

    .mac-theme .card-content-items {
        gap: 16px;
    }

    .text-title {
        font-size: 14px;
    }

    .text-subtitle {
        font-size: 24px;
    }

    .brand-box img {
        width: 51px;
    }

    .btn-action {
        font-size: 14px;
        line-height: 22px;
        padding: 9px 15px;
    }

    .inner-swiper {
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .mac-theme .item-image {
        width: 100%;
    }

    .promo-card.sound-theme {
        padding: 20px 0 20px 20px;
    }

    .promo-card.sound-theme .item-image {
        width: 90%;
    }
    .custom-pagination {
        margin-top: 35px;
        margin-bottom: -5px;
    }
}

@media (max-width: 374px) {
    .promo-container {
        padding: 22px 0 48px;
    }

    .section-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .mac-theme .card-content-items {
        gap: 6px;
    }

    .text-title {
        text-align: center;
    }

    .text-subtitle {
        width: 100%;
    }

    .sound-theme .text-title {
        font-size: 20px;
    }

    .custom-pagination {
        margin-top: 50px;
        margin-bottom: -5px;
    }
}