.ff-container {
    padding: 80px 20px 100px;
}

.ff-title {
    color: #fd3801;
    font-size: 4.85em;
    font-weight: 900;
    line-height: 1em;
    margin-bottom: 1em;
    text-align: center;
}

.search-filters {
    text-align: center;
    margin: -22px 0 60px;
}

.search-filters .sh-item {
    display: inline-block;
    background-color: #e7e7e7;
    margin: 0 6px 15px;
    padding: 10px 34px 10px 24px;
    border-radius: 34px;
    border: 1px solid #d0d0d0;
    position: relative;
    overflow: hidden;
}

.search-filters .sh-item .shi-label {
    display: inline-block;
    font-weight: 500;
}

.search-filters .sh-item .shi-value {
    display: inline-block;
    color: #888888;
    margin-left: 9px;
}

.search-filters .sh-item .shi-remove {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 100%;
    padding-top: 13px;
    font-size: 10px;
    color: #000;
}

.search-filters .sh-item .shi-remove:hover {
    color: #fd3801;
}

.ff-campaigns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: none;
    margin: 0 -20px;
}

.ff-campaigns .campaign-item {
    display: block;
    width: 450px;
    margin: 0 20px 80px;
}

.ff-campaigns .campaign-item span {
    display: block;
}

.ff-campaigns .campaign-item .photo {
    margin-bottom: 20px;
}

.ff-campaigns .campaign-item .photo img {
    width: 100%;
    border-radius: 30px;
}

.ff-campaigns .campaign-item .photo .no-img::after {
    display: block;
    content: '';
    padding-top: 100%;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, .05);
}

.ff-campaigns .campaign-item .cpn-body {
    padding: 0 20px;
}

.ff-campaigns .campaign-item .cpn-body .cpn-name {
    color: #003c46;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0.7em;
}

.ff-campaigns .campaign-item .cpn-body .prgrs-bar-details {
    position: relative;
}

.ff-campaigns .campaign-item .cpn-body .prgrs-bar-details .prgr-prices {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ff-campaigns .campaign-item .cpn-body .prgrs-bar-details .prgr-prices .lprice {
    padding-right: 5px;
    position: relative;
}

.ff-campaigns .campaign-item .cpn-body .prgrs-bar-details .prgr-prices .lprice .prc {
    color: #fd3801;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 700;
    margin-right: 5px;
}

.ff-campaigns .campaign-item .cpn-body .prgrs-bar-details .prgr-prices .lprice .pr-label {
    color: #003c46;
    display: inline-block;
    font-size: 0.99em;
}

.ff-campaigns .campaign-item .cpn-body .prgrs-bar-details .prgr-prices .rprice {
    color: #003c46;
    font-size: 1.5em;
    font-weight: 700;
}

.ff-campaigns .campaign-item .cpn-body .prgrs-bar-details .prgr-bar {
    background-color: #fff;
    border: 1px solid #fd3801;
    border-radius: 50px;
    height: 26px;
    position: relative;
    width: 100%;
}

.ff-campaigns .campaign-item .cpn-body .prgrs-bar-details .prgr-bar .br-growth {
    background-color: #94dcd8;
    border-radius: 50px;
    height: 100%;
    position: relative;
    width: 0;
    min-width: 28px;
}

.ff-campaigns .campaign-item .cpn-body .prgrs-bar-details .prgr-bar .br-growth::before {
    background-color: #fd3801;
    border: 5px solid #003c46;
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

@media only screen and (max-width:1499px) and (min-width:1250px) {
    .ff-campaigns .campaign-item {
        width: calc(33.33% - 40px);
    }
}

@media only screen and (max-width:1249px) and (min-width:680px) {
    .ff-campaigns .campaign-item {
        max-width: 450px;
        width: calc(50% - 40px);
    }
}

@media only screen and (max-width:679px) {
    .ff-title {
        font-size: 3.3em;
    }

    .ff-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ff-campaigns {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .ff-campaigns .campaign-item {
        max-width: 100%;
        width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
}