body {
    font-family: Quicksand, sans-serif;
}

.counter-item {
    margin-bottom: 15px;
}

/* #home .slick-list.draggable {
    height: 600px !important;
} */

#home picture > img{
    /* height: 700px; */
    object-fit: fill;
}

#causes .icon-item__img img {
    height: 126px;
}

.promo-pannel{
    opacity: 0.8;
}

.pagination__item--link {
    text-decoration: none;
    line-height: 46px;
    color: black;
}

.pagination__item--disabled {
    border: 2px solid #efc940;
}

.header-logo__link img,
.footer-logo__link img {
    max-height: 100px !important;
}

.promo-slider__title span {
    font-size: 45px !important;
    line-height: 1.4 !important;
}

.promo-slider .align-container {
    padding-bottom: 90px !important;
}

.form__field{
    border-radius: 9px;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    border: 1px solid #a43142;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    font-weight: 800;
    list-style-type: none;
    font-size: 1em;
    line-height: 0.9em;
    opacity: 0;
    color: #B94A48;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

.form__field.parsley-error{
    margin-bottom: 5px !important;
}

#project .causes-item__top{
    min-height: 367px;
}

#event .event-item__content{
    min-height: 230px;
}

@media only screen and (min-width: 1200px) {
    .counter-item__lower {
        font-size: 45px;
    }
}

@media only screen and (min-width: 1367px) {
    .donors::before {
        width: calc(100% - 0px);
    }
}

@media only screen and (min-width: 768px) {
    .promo-slider .align-container {
        height: 700px;
        padding: 0;
    }
}