.programs-slider__section {
    padding-bottom: 25px;
}
.programs-slider__item {
    padding: 20px;
    color: #fff;
    border-radius: 15px;
    overflow: hidden;
    height: auto;
}

.programs-slider__background {
    position: absolute;
    inset: calc(.25rem * 0);
    overflow: hidden;
}

.programs-slider__background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border-radius: 15px;
    filter: brightness(0.5);
}

.programs-slider__background--wrap {
    position: absolute;
    inset: 0;
    opacity: 1;
    background-image: linear-gradient(to top,
            color-mix(in srgb, oklch(0.623 0.214 259.815) 20%, transparent),
            color-mix(in srgb, oklch(0.715 0.143 215.221) 20%, transparent));
    border-radius: 15px;
}

.programs-slider__content {
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    height: 100%;
}

.programs-slider__header {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.programs-slider__title {
    font-family: "Comfortaa", cursive;
    font-weight: 700;
    font-size: 20px;
}

.programs-slider__subtitle {
    font-family: "Comfortaa", cursive;
    font-weight: 400;
    font-size: 16px;
}

.programs-slider__cost {
    font-size: 30px;
    font-weight: 700;
}

.programs-slider__badge {
    display: flex;
    align-items: center;
    gap: 10px;
}

.programs-slider__badge span {
    background-color: #fff3;
    border: 1px solid #ffffff4d;
    padding: 2px 7px 2px 7px;
    border-radius: 8px;
}

.programs-slider__short-content ul {
    list-style: disc;
    margin: 0 0 30px 15px;
}

.programs-slider__short-content ul li {
    color: #fff;
    margin: 0;
    padding: 0;
}

.programs-slider__short-content ul li:before {
    content: none;
}

.programs-slider__short-content ul li::marker {
    color: #fff;
}
.programs-slider__button{
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #fff3;
    border-radius: 8px;
    padding: 5px;
        margin-top: auto;
}
.programs-slider__button a{
    color: #fff;
    text-decoration: none;
}
.swiper-pagination.main-slider__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    height: 25px;
    gap: 10px;
}
.main-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #20367e;
    scale: 125%;
}
.main-slider__pagination .swiper-pagination-bullet {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
        transition: all 0.3s ease;
}