#top_card_delimiter {
    display: none;
}

.candidate_card {
    max-width: 1196px;
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 2px solid #E0E2E2;
    display: none;
}

.card_intro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
}

.card_img {
    position: relative;
}

.right_card .card_img {
    padding-right: 0;
    width: 60%;
}

.left_card .card_img {
    padding-left: 50px;
    width: 55%;
}

.card_img img {
    position: relative;
    z-index: 7;
    width: auto;
    height: auto;
    max-height: 725px;
}


.card_banner_text_cnt {
    position: relative;
}


.right_card .card_banner_text_cnt {
    width: 40%;
}


.left_card .card_banner_text_cnt {
    width: 45%;
}

.card_banner {
    position: absolute;
    top: -105px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}

.left_card .card_banner {
    width: 650px;
}

.right_card .card_banner {
    width: 760px;
}

.right_card .card_banner {
    left: 0;
    padding: 0 10px 0 55px;
}

.left_card .card_banner {
    right: 0;
    padding: 0 60px 0 10px;
}

.card_name {
    color: #FFF;
    font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.right_card .card_name {
    text-align: left;
}

.left_card .card_name {
    text-align: right;
}

.card_party {
    color: #FFF;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
}

.right_card .card_party {
    text-align: left;
}

.left_card .card_party {
    text-align: right;
}

.right_card .card_text {
    padding-left: 60px;
    padding-right: 20px;
}


.left_card .card_text {
    padding-left: 50px;
}

.card_text p {
    color: #0F0F0F;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


.card_text p:last-of-type {
    margin-block-end: 0;
}

.card_swiper_cnt {
    background-color: #E0E2E2;
    padding: 30px 60px;
}

.swiper_menu {
    height: 30px;
}

.swiper {
    width: 100%;
    height: 100%;
}


.swiper-slide {
    background-color: #E0E2E2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.empty_silde {
    width: 80px;
}

.swiper_btn {
    cursor: pointer;
    border-bottom: 1px solid transparent;
    color: #0F0F0F;
    text-align: center;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}

.swiper_btn:hover {
    border-bottom: 1px solid #0F0F0F;
}

.swiper_btn_active {
    border-bottom: 1px solid #0F0F0F;
}


.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '';
}

.swiper-button-prev {
    top: 25px;
    left: -5px;
    background-image: url(../img/arrow_left.svg) !important;
    background-repeat: no-repeat;
}

.swiper-button-next {
    top: 25px;
    right: -10px;
    background-image: url(../img/arrow_right.svg) !important;
    background-repeat: no-repeat;
}

.swiper-button-prev-bg {
    position: absolute;
    top: 0px;
    left: -5px;
    width: 70px;
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 7;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(224, 226, 226);
    background: linear-gradient(90deg, rgba(224, 226, 226, 1) 0%, rgba(224, 226, 226, 1) 50%, rgba(224, 226, 226, 0) 100%);

}

.swiper-button-next-bg {
    position: absolute;
    top: 0px;
    right: -15px;
    width: 110px;
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 7;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(224, 226, 226);
    background: linear-gradient(90deg, rgba(224, 226, 226, 0) 0%, rgba(224, 226, 226, 1) 50%, rgba(224, 226, 226, 1) 100%)
}


.swiper_text_cnt {
    background-color: #E0E2E2;
    position: relative;
}

.swiper_text {
    padding-top: 30px;
    position: absolute;
    top: 0;
    left: 0;
    color: #0F0F0F;
    text-align: left;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.swiper_text_active {
    opacity: 1;
    z-index: 7;
}

@media only screen and (min-width: 821px) and (max-width: 1030px) {
    .card_name {
        font-size: 40px;
    }

    .right_card .card_img {
        width: 40%;
    }

    .right_card .card_banner_text_cnt {
        width: 60%;
    }


    .left_card .card_img {
        width: 50%;
    }

    .left_card .card_banner_text_cnt {
        width: 50%;
    }

    .card_img img {
        max-height: 600px;
    }
}

@media only screen and (min-width: 481px) {
    .swiper-wrapper {
        margin-left: 80px;
    }

    .swiper_btn {
        width: fit-content !important;
        padding: 0 20px;
    }
}


@media only screen and (max-width: 820px) {
    .card_intro {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .right_card .card_intro {
        flex-direction: column-reverse;
    }

    .card_img {
        width: 100% !important;
    }

    .card_banner {
        width: 100% !important;
        z-index: 8 !important;
        padding: 0 !important;
        align-items: center;
        height: 70px;
    }


    .card_banner_text_cnt {
        width: 100% !important;
        padding: 0 15px !important;
    }

    .card_img {
        width: 100% !important;
    }

    .card_banner {
        top: -70px;
    }


    .card_banner_text_cnt {
        width: 100% !important;
    }

    .card_img img {
        max-height: 330px !important;
    }

    .card_text {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .card_name {
        font-size: 30px;
        text-align: center !important;
    }

    .card_party {
        font-size: 14px;
        text-align: center !important;
    }

    .card_swiper_cnt {
        padding: 30px 20px;
        margin-top: 20px;
    }

    .swiper_btn {
        padding: 0;
    }

    .empty_silde {
        width: 0 !important;
    }

    .swiper-button-prev-bg {
        width: 30px;
    }

    .swiper-button-next-bg {
        width: 60px;
    }
}