.page-template-template-id .section-banner-general .banner-image {
    padding: 0;
}

.page-template-template-id .section-banner-general .banner-text {
    position: relative;
    padding: 95px 0 105px;
}

.page-template-template-id .banner-text .subtext *{
    color: #2A2A2A;
}

.page-template-template-id .banner-text .banner-title{
    color: #2A2A2A;
    margin-bottom: 16px;
}

.page-template-template-id .banner-text .short-description * {
    color: #2A2A2A;
}

.page-id {
    padding-top: 42px;
    max-width: 1920px;
    margin: 0 auto;
}

.page-id .repeater_items {
    background-color: #57D575;
    border-radius: 36px;
    padding: 120px 0;
}

.page-id .repeater_items .item-title {
    font-size: 48px;
    line-height: 120%;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 17px;
    margin-top: 33px;
}

.page-id .repeater_items .items-content {
    flex-wrap: wrap;
    padding-bottom: 45px;
    display: none;
}

.page-id .repeater_items .items-content.active {
    display: flex;
}

.page-id .repeater_items .content-left {
    width: 47%;
    margin-left: 0;
    height: fit-content;
    z-index: 1;
}

.page-id .repeater_items .content-right {
    width: 53%;
    padding-right: 35px;
    padding-left: 85px;
    margin-top: -20px;
}

.page-id .repeater_items .section-inner:before {
    content: "";
    position: absolute;
    width: 86.5%;
    height: 100%;
    border-radius: 0 36px 36px 0;
    background-color: #F8F8F8;
}

.page-id .repeater_items .section-inner {
    position: relative;
}

.page-id .need_support {
    padding: 125px 0 143px;
}

.page-id .need_support .section-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-id .need_support .heading {
    text-align: center;
    margin-bottom: 50px;
}

.page-id .need_support .button-wrapper {
    text-align: center;
}

.page-id .repeater_items .languages-selector {
    position: relative;
    list-style: none;
    display: flex;
    height: auto;
    flex-wrap: wrap;
    padding: 0;
    padding-top: 65px;
}

.page-id .repeater_items .languages-selector.mobile {
    display: none;
}

.page-id .repeater_items .languages-selector .lang-item {
    margin-right: 24px;
    margin-bottom: 10px;
}

.page-id .repeater_items .languages-selector .lang-item:last-child {
    margin: 0;
}

.page-id .repeater_items .languages-selector .lang-item a {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 52px;
    padding: 12px 29px;
    border-radius: 70px;
    border: 1px solid #E1E1E1;
    color: #2A2A2A;
    font-weight: 600;
}

.page-id .repeater_items .languages-selector .lang-item.current-lang a,
.page-id .repeater_items .languages-selector .lang-item a:hover {
    background-color: #57D575;
    border-color: #57D575;
}

.page-id .repeater_items  .item-content {
    padding-right: 30px;
}

.page-id .repeater_items .item-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.page-id .repeater_items .item-content p:not(:first-child) {
    display: none;
}

.page-id .repeater_items .content-left .swiper-pagination {
    text-align: left;
    position: static;
}

.page-id .repeater_items .image-slider .item.content-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
}

.page-id .repeater_items .navigation-wrapper {
    margin-top: 17px;
}

.page-id .repeater_items .item.content-item {
    height: fit-content;
}

.page-id .repeater_items .content-slider.swiper-wrapper {
    height: auto;
}

.page-id .repeater_items .swiper-navigation {
    margin-bottom: 46px;
}

.page-id .repeater_items .image-slider .item.content-item {
    opacity: 0!important;
    position: relative;
    padding-bottom: 100%;
}

.page-id .repeater_items .image-slider .item.content-item.swiper-slide-active {
    opacity: 1!important;
}

.page-id .repeater_items .navigation-wrapper .swiper-button-disabled {
    border-color: #ADADAD;
    pointer-events: none;
}

.page-id .repeater_items .navigation-wrapper .swiper-button-disabled svg path {
    fill: #ADADAD;
}

@media (max-width: 1199px){
    .page-id .repeater_items .content-right {
        padding: 0;
    }
    .page-id .repeater_items .section-inner:before {
        width: 90%;
    }
}

@media (max-width: 767.98px) {
    .page-id {
        padding-top: 23px;
    }
    .page-template-template-id .section-banner-general .banner-text {
        padding: 25px 0 85px;
    }
    .page-template-template-id .section-banner-general .banner-text .subtext {
        margin-bottom: 10px;
    }
    .page-template-template-id .banner-text .banner-title {
        margin-bottom: 20px;
    }
    .page-id .repeater_items {
        border-radius: 50px;
        padding: 95px 0;
        padding-top: 40px;
    }
    .page-id .repeater_items .content-left {
        width: 100%;
    }
    .page-id .repeater_items .section-inner:before {
        width: 96%;
        height: calc(100% - (100vw - 125px));
        bottom: 0;
    }
    .page-id .repeater_items .item-title {
        font-size: 32px;
        padding-right: 20px;
        margin-top: 11px;
        margin-bottom: 15px;
    }
    .page-id .repeater_items .item-content p {
        font-size: 18px;
        line-height: 150%;
    }
    .page-id .repeater_items .items-content {
        flex-direction: column-reverse;
        padding-bottom: 57px;
    }
    .page-id .repeater_items .content-right {
        width: 100%;
        margin-top: 0;
    }
    .page-id .repeater_items .item-content {
        padding-right: 0;
    }
    .page-id .repeater_items .swiper-navigation {
        margin-bottom: 20px;
    }
    .page-id .repeater_items .content-left .swiper-pagination span.swiper-pagination-bullet {
        width: 38px;
        height: 8px;
    }
    .page-id .need_support .title {
        font-size: 24px;
        margin-top: 3px;
        margin-right: 3px;
    }
    .page-id .need_support {
        padding: 80px 0 80px;
    }
    .page-id .need_support .heading {
        margin-bottom: 38px;
    }
    .page-id .repeater_items .image-slider .item.content-item {
        padding-bottom: 98%;
    }
    .page-id .repeater_items .languages-selector {
        padding-top: 23px;
    }
    .page-id .repeater_items .languages-selector.desktop {
        display: none;
    }
    .page-id .repeater_items .languages-selector.mobile {
        display: flex;
    }
    .page-id .repeater_items .languages-selector .lang-item a {
        padding: 12px 23px;
    }
    .page-id .repeater_items .languages-selector .lang-item {
        margin-right: 8px;
    }
}

@media (max-width: 360.98px) {
    .page-id .need_support .button.arrow {
        width: 100%;
    }
    .page-id .need_support .button.arrow .text {
        white-space: nowrap;
        width: calc(100% - 33px);
        overflow: hidden;
        text-overflow: ellipsis;
    }
}