.slider-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 60px 0;
}

@media (max-width: 767px) {
    .slider-controls {
        padding-bottom:11px;
        row-gap: 10px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        padding: 0 0 11px 25px
    }
}

.filter-container {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Montserrat,serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    max-width: 100%;
    border-radius: 33px
}

.filter-container .filter-button {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #AC1F24;
    border-radius: 30px;
    background-color: #f0eef1;
    border-color: #f0eef1;
    padding: 16px 40px
}

.filter-container .filter-button.active,.filter-container .filter-button:hover {
    background-color: #AC1F24;
    color: #fff
}

.filter-container .filter-button:focus {
    outline: none
}

@media (max-width: 767px) {
    .filter-container .filter-button {
        gap:5px;
        padding: 15px 20px
    }
}

@media (max-width: 767px) {
    .filter-container {
        gap:5px;
        flex-wrap: wrap
    }
}

.program_slider__nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: -moz-fit-content;
    height: fit-content;
    gap: 10px
}

@media (max-width: 768px) {
    .program_slider__nav {
        gap:12px
    }
}

.program-slider__prev {
    z-index: 1;
    fill: #AC1F24;
    width: 50px;
    height: 50px;
    border: 2px solid #AC1F24;
    border-radius: 30px;
    padding: 9px 15px;
    display: flex;
    align-items: center
}

.program-slider__prev:hover {
    background-color: #AC1F24;
    fill: #fff;
    cursor: pointer
}

@media (max-width: 767px) {
    .program-slider__prev {
        width:46px;
        height: 46px;
        padding: 9px 13px
    }
}

.program-slider__next {
    z-index: 1;
    fill: #AC1F24;
    width: 50px;
    height: 50px;
    border: 2px solid #AC1F24;
    border-radius: 30px;
    padding: 9px 15px;
    display: flex;
    align-items: center
}

.program-slider__next:hover {
    background-color: #AC1F24;
    fill: #fff;
    cursor: pointer
}

@media (max-width: 767px) {
    .program-slider__next {
        width:46px;
        height: 46px;
        padding: 9px 13px
    }
}

.program-slider {
    overflow: hidden;
    height: auto
}

.program-slider__slide {
    height: 428px!important;
    transition: height .5s ease
}

@media (min-width: 480px) and (max-width:767px) {
    .program-slider__slide {
        min-width:300px!important
    }
}

.program-slider__slide:hover {
    cursor: pointer
}

.swiper-wrapper {
    display: flex;
    align-items: center!important;
    overflow: visible!important;
    height: 545px!important
}

.program-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-position: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%!important
}

.program-background-gradient {
    height: 100%;
    border-radius: 0;
}

.program-type-badge {
    position: absolute;
    top: 30px;
    border-radius: 0 20px 20px 0;
    padding: 5px 23px
}

.program-type-badge__text {
    font-family: Montserrat,serif;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 22px
}

.program-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 42px 22px;
    height: 100%
}

.program-content__title-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end
}

.program-content__title-wrapper h3 {
    display: flex;
    flex-direction: column;
    gap: 7px
}

.program-content__title-wrapper__title {
    width: 100%;
    max-width: 305px;
    margin: 0!important
}

@media (max-width: 767px) {
    .program-content__title-wrapper__title .program-content__title {
        font-size:31px;
        line-height: 27px
    }
}

.program-content__title-wrapper__icon {
    width: 20%!important;
    display: flex;
    justify-content: flex-end
}

.program-content__title-wrapper__icon svg {
    width: 24px;
    fill: #fff
}

.program-content__content {
    display: none;
    opacity: 0;
    transition: opacity 0s ease
}

.program-content__button {
    display: none!important;
    opacity: 1;
    background-color: transparent;
    text-align: left;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    color: #fff!important
}

.program-content__button .program-content__button__icon svg path {
    fill: #fff!important
}

.swiper-slide-active,.program-slider__slide {
    transition: height .5s ease;
    height: 485px!important;
}

.swiper-slide-active .program-type-badge {
    border-radius: 0 20px 20px 20px
}

@media (max-width: 480px) {
    .swiper-slide-active {
        padding-left:30px;
        margin-right: 14px!important;
        min-width: 330px!important
    }
}


.swiper-slide-active .program-content,.program-content {
    justify-content: flex-end;
    padding: 100px 22px 20px;
}

.swiper-slide-active .program-content__title-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end
}

.swiper-slide-active .program-content__title-wrapper__title {
    color: #ffc425!important
}

.swiper-slide-active .program-content__title-wrapper__icon {
    display: none
}

.swiper-slide-active .program-content__content, .program-content__content {
    margin: 30px 0 20px!important;
    display: inline!important;
    opacity: 1
}

.swiper-slide-active .program-content__button,.program-content__button {
    display: flex!important;
    align-items: center;
    gap: 5px;
    margin: 0
}

.program-content__button__icon svg {
    width: 1em!important;
    height: 1em;
    display: grid;
    place-items: center;
    fill: #fff
}



/*# sourceMappingURL=style.min.css.map */
