.card_slider_widget .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
}
.card_slider_widget .swiper-slide-content {
    width: 100%;
    max-width: 700px;
}
.card_slider_widget .swiper-slide .loop_card {
    display: flex;
    flex-direction: column;
}
.card_slider_widget .swiper-slide .loop_card .card_item-button-wrapper {
    margin-top: auto;
}
.card_nav_wrapper {
    display: flex;
    flex-direction: row;
    width: auto;
    position: relative;
    justify-content: center;
	margin-top: 40px;
}
.card_pagination {
    width: auto !important;
    padding: 0 40px;
    z-index: 10;
    min-height: var(--swiper-navigation-size);
    display: flex;
    flex-direction: row;
    align-items: center;
    order: 2;
}
.card_slider_widget_prev {
    order: 1;
}
.card_slider_widget_next {
    order: 3;
}
.card_nav {
    position: relative;
    width: 28px;
    height: var(--swiper-navigation-size);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--e-global-color-accent);
}
.swiper-button-disabled {
    opacity: .7;
    cursor: not-allowed;
}
.card_pagination .swiper-pagination-bullet {
    border-bottom: 2px solid transparent;
    transition: background-color .3s ease-in-out;
    background-color: #cbd3dc;
    width: 40px;
    height: 2px;
    border-radius: 0;
    opacity: 1;
}
.card_pagination .swiper-pagination-bullet-active {
    background-color: var(--e-global-color-accent);
}
.card_slider_widget .swiper-slide-content.loop_card > h3,
.card_slider_widget .swiper-slide-content.loop_card > .man_list {
    color: var(--e-global-color-text);
    margin-bottom: 48px;
}
.card_slider_widget .swiper-slide-content.loop_card > .man_list ul {
    margin-bottom: 64px;
}
.card_slider_widget .card_item-button {
    width: 100%;
    padding: 16px;
    border: 1px solid var(--e-global-color-text);
    color: var(--e-global-color-text);
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Man';
    text-transform: uppercase;
    display: block;
    text-align: center;
    transition: background-color .3s ease-in-out;
}
.card_slider_widget .card_item-button:hover {
    background-color: #f2f2f2;
}