.section-catalog {
    background-color: #F7F7F7;
}

.project-card {
    margin-top: 1rem;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 1rem;
    position: relative;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}

.project-card-image {
    display: block;
    border-bottom: none !important;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 112% auto;
    transition: all 250ms;
}

.project-card:hover .project-card-image {
    background-size: 120% auto;
}

.project-card-title {
    display: block;
    text-decoration: none;
    border-bottom: none !important;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    padding: 12px 14px 0 0;
    color: #444 !important;
}

.project-card-price {
    font-size: 14px;
    font-weight: 300;
    color: #707070;
    padding-right: 14px;
    text-align: left;
}
.project-card-price-old {
    font-size: 14px;
    color: #707070;
    padding-left:16px;
    display: inline-block;
    position: relative;
}
.project-card-price-old::after {
    content: '';
    display: block;
    height: 1px;
    width: 93%;
    background-color: #a32829;
    position: absolute;
    top: 10px;
    left: 11px;
    transform: skew(0, 5deg);
}

.project-card-description {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    opacity: 0.8;
    padding-top: 13px;
    padding-left: 14px;
}

.project-bedrooms .fa,
.project-cwrooms .fa {
    font-size: 17px !important;
}

.project-card-description>div {
    margin-right: 16px;
}

.project-card .favorite-btn {
    position: absolute;
    right: 16px;
    top: 16px;
    display: block;
    display: none;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.4rem;
    background-color: #fff;
    color: #c6c6c6;
    border-radius: 50%;
    text-align: center;
}

.project-card .favorite-btn:hover {
    color: #ff0000;
}

.catalog-projects {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.project-card {
    max-width: 450px;
    width: 100%;
}

.project-card-image {
    height: 200px;
}

.fix_catalog_form{
    width: 100%;
    max-width: 725px;
    margin-left: 0;
    margin-right: 0;
}

#project-plans{
    flex-wrap: wrap;
}
#project-plans>div{
    width: 46%;
}
@media screen and (min-width:576px) {
    .catalog-projects {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .catalog-projects .project-card {
        max-width: 325px;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .project-card-image {
        height: 150px;
    }

    .project-card-title {
        font-size: 15px;
        padding: 12px 12px 0;
    }

    .project-card-price {
        font-size: 13px;
        padding-right: 12px;
    }

    .project-card-description {
        font-size: 14px;
    }

    .project-card-description>div {
        margin-right: 10px;
    }

}

@media screen and (min-width:768px) {
    .catalog-projects {
        margin-left: -1%;
        margin-right: -1%;
    }

    .catalog-projects .project-card{
        width: 48%;
        max-width: 725px;
        margin-left: 1%;
        margin-right: 1%;
    }

    .project-card-image {
        height: 220px;
    }

    .project-card-title {
        font-size: 17px;
        padding: 12px 14px 0;
    }

    .project-card-price {
        font-size: 16px;
        padding-right: 14px;
    }

    .project-card-description {
        font-size: 22px;
    }
}

@media screen and (min-width: 992px) {
    .project-card-image {
        height: 300px;
    }
    .fix_catalog_form{
        height: 377px;
    }
    .fix_catalog_form{
        width: 48%;
        max-width: 725px;
        margin-left: 1%;
        margin-right: 1%;
    }
    .fix_catalog_form .sec-title h2{
        font-size: 1.6rem !important;
    }
}

@media screen and (min-width:1200px) {
    .project-card-image {
        height: 350px;
    }
    .fix_catalog_form{
        height: 427px;
    }
    .fix_catalog_form{
        width: 48%;
        max-width: 725px;
        margin-left: 1%;
        margin-right: 1%;
    }
}