.main-page__slider {
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 992px) {
    .main-page__slider {
        height: 650px;
    }
    .main-page__slider-img{
        max-height: 250px;
    }
}

.swiper-pagination-bullet-active{
    background: var(--main-yellow);
}
.swiper-slide {
    height: auto;
}

/****************MAIN SLIDER*****************/
.main-page__slider{
    max-width: 97vw;
}
.main-page__slider-slide{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 64px;
    text-align: start;
}
.main-page__slider-text{
    max-width: 38vw;
}
.main-page__slider-text pre{
    text-wrap: wrap;
}
.main-page__slider-img:not(:empty){
    width: 50vw;
    overflow: hidden;
}
.main-page__slider-img{
    height: 100%;
    position: relative;
    display: flex;
}
.main-page__slider-img>img{
    object-fit: cover;
    object-position: center;
}
.main-page__slider-text > .sub-button{
    margin-top: 32px;
}
.main-page__slider-text > .h2{
    margin-bottom: 24px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,0px);
    left: auto;
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 0px);
}
/*******************PROJECT SLIDER*****************/
.project-slider__slide{
    padding: 24px 24px 18px 24px;
    border-radius: 3px;
    border: 1px solid #EEF5F9;
    display: grid;
    gap: 15px;
    position: relative;
    max-width: 430px;
    background: var(--white);
    grid-template-rows: 220px 1px auto 50px;
}
.project-slider__slide:hover{
    border: 1px solid var(--main-blue, #589BC6);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.20);
}
.project-slider__slide .btn-row{
    justify-content: space-between;
}
.project-slider__slide:hover .main-button{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.project-info__progress{
    display: grid;
    gap: 20px;
    margin-top: 16px;
}
.project-info__progress-information{
    display: flex;
    justify-content: space-between;
}
.project-slide_photo{
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 3px;
}
.project-slide_photo img{
    object-fit: cover;
    object-position: center;
}
.project-slide_info__text{
    font-size: 16px;
}
.project-slide_info{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.project-slide_info .project-info__progress{
    margin-top: auto;
}
.progress-information__colected>p{
    font-weight: 700;
}
.collected-header{
    font-weight: 700;
    font-size: 14px;
}
.collected-sum{
    font-weight: 700;
    font-size: 24px;
}

.project-slide_info a{
    color: var(--text-color);
}
.project-slide_info a:hover{
    color: var(--main-blue);
}
/*******************PROGRESS BAR APPEARENCE******************/
progress {
    width: 100%;
    height: 9px;
    border-radius: 10px;
    appearance: none;
}
progress::-webkit-progress-value {
    background-color: #589BC6;
    border-radius: 10px;
}
progress::-moz-progress-bar {
    background-color: #589BC6;
    border-radius: 10px;
}

progress::-webkit-progress-bar {
    background-color: rgba(88, 155, 198, 0.20);
    border-radius: 10px;
}
progress::-moz-progress-bar {
    background-color: rgba(88, 155, 198, 0.20);
    border-radius: 10px;
}

.partner-slider__slide{
    padding: 24px 40px;
    border-radius: 3px;
    background: var(--white);
    display: grid;
    justify-items: center;
    align-items: center;
    width: fit-content;
    transition: 0.3s;
}

.partner-slider_img{
    width: 60px;
    height: 60px;
    margin-bottom: 14px;
}

/********************SUPPORTED BY SLIDER*******************/
.supportedby-pagination{
    top: 100%;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--main-yellow,var(--lightblue));
}

.supportedby_slider_item{
    border-radius: 3px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 54px;
}
.supportedby_slider-text{
    display: flex;
    gap: 20px;
    flex-direction: column;
    height: 100%;
}
.supportedby_slider-text .link_more{
    margin-top: auto;
    font-size: 14px;
}

.supportedby_slider-text svg{
    height: 14px;
    width: 12px;
}

.supportedby_slider-text
.supportedby_slider-text__plusinfo{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
}


.supportedby_slider-text__maininfo>b{
    transition: 0.3s;
}
.supportedby_slider-text__maininfo .link::after {
     border-bottom: none;
}
.swiper-pagination.supportedby-pagination{
    width: 96vw;
    max-width: 1600px;
    left: 0;
    top: 98%;
    height: 14px;
}
.supportedby_slider-text__link{
    color: var(--text-color);
}
/*.supportedby_slider-text__link h2 {*/
/*    cursor: pointer !important;*/
/*}*/
a h2 {
    cursor: pointer !important ;
}
.supportedby_slider_item:hover .supportedby_slider-text__maininfo>b,
.supportedby_slider_item:hover .supportedby_slider-text>.supportedby_slider-text__link{
    color: var(--main-blue);
}

.slider-slide__last{
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-slider, .supportedby_slider{
    overflow: visible;
}


@media screen and (max-width: 576px){
    .supportedby_slider-text .link_more{
        font-size: 12px;
    }
}

.swiper-button-next.main-page__slider-next::after{
    display: none;
}
.swiper-button-prev.main-page__slider-prev::after{
    display: none;
}
.main-page__slider-next, .main-page__slider-prev{
    font-size: 50px;
    opacity: 0;
}

.main-page__slider-next:hover svg>path,
.main-page__slider-prev:hover svg>path{
    stroke: var(--main-yellow)
}
@media screen and (max-width: 1420px) {
    .main-page__slider-text {
        max-width: 37vw;
    }
}
@media screen and (max-width: 1200px) {
    .main-page__slider-slide {
        gap: 32px;
        padding: 0 0 40px 0;
    }
    .main-page__slider {
        max-width: 90vw;
    }
    .main-page__slider-next,
    .main-page__slider-prev{
        opacity: 0.8;
    }
}
@media screen and (max-width: 992px) {
    .main-page__slider-slide{
        flex-direction: column;
        padding: 0 40px;
    }
    .main-page__slider-img:not(:empty){
        width: auto;
        max-width: 100%;
    }
    .main-page__slider-text {
        max-width: 100%;
    }
    .main-page__slider {
        max-width: 90vw;
        padding-bottom: 30px;
    }
    .project-slide_info__text{
        font-size: 14px;
    }
}

@media screen and (max-width: 768px){
    .project-slide_info__text {
        font-size: 14px;
    }
    .collected-header{
        font-size: 12px;
    }
    .collected-sum{
        font-size: 20px;
    }
    .supportedby_slider-photo>img, .main-page__slider-img>img{
        max-width: 100%;
    }
}


@media screen and (max-width: 576px) {

    .project-slide_info__text{
        font-size: 12px;
    }
    .project-slider__slide, .supportedby_slider_item{
        max-width: 320px;
    }
    .main-page__slider {
        padding-bottom: 50px;
    }
    .supportedby_slider_item{
        gap: 10px;
        margin-bottom: 30px;
    }
    .supportedby_slider-text {
        gap: 8px;
    }
    .project-slide_photo {
        height: 154px;
    }
    .project-slider__slide {
        grid-template-rows: 140px 10px auto 60px;
    }
}

.fund-directions-btn-wrapper {
    margin: 0 auto;
    padding: 32px 0;
    text-align: center;
}