@charset "UTF-8";
/* CSS Document */

.project__slider-nav.short .slick-list::before,
.project__slider-nav.short .slick-list::after {
    display: none;
}

.content .header img {
    object-fit: cover;
}
.project__slider-nav img {
    aspect-ratio: 185/110;
    object-fit: cover;
}


@media (max-width: 1650px) {
    .project .donate__container {
        position: fixed;
        bottom: 0;
        top: inherit;
        right: 40px;
    }
}

@media (max-width: 1460px) {
    .project .donate__button {
        transform: none;
        position: static;
    }
}

.content .header h1 {
    font-size: 28px;
    line-height: normal;
}

/* style.css | https://euroslob.tauroot.com/css/style.css */

.card .name {
    /* -webkit-line-clamp: 2; */
    -webkit-line-clamp: 3;
}

.pic > img {
    width: 100%;
    object-fit: cover;
}


@media (max-width: 650px) {
    .partners__block .reports {
        grid-template-columns: repeat(1, 1fr);
    }
}



@media (max-width: 1520px) {
    .contact {
        display: flex;
        grid-gap: 0;
        flex-wrap: wrap;
    }
    .contact .head {
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .contact .pic {
        width: 270px;
        margin: 0 auto 50px;
    }

    .contact {
        justify-content: space-between;
    }

    .contact .map {
        width: 100%;
        margin-top: 50px;
    }
}


header .nav li {
  position: relative;
  width: 100%;
  padding-right: 33px;
  margin-bottom: clamp(20px, 3.4vh, 30px);
}