#project .typeContorl {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #7d7d7d;
    margin-top: 0px;
    transition: all .3s;
}

#project .typeContorl .building {
    width: 80px;
    margin-top: -40px;



}

#project .typeContorl .building img {
    width: 100%;
    height: auto;
}

#project .typeContorl .buildingMobile {
    width: 40px;
    margin-top: -20px;
    font-size: 12px;
}

#project .typeContorl .buildingMobile .name {
    /* transform: scaleX(.5); */
    font-size: 12px;
}

#project .typeContorl .prve,
#project .typeContorl .next {
    width: 30px;
    height: 30px;
    background: #fff;
    margin-top: -15px;
}

#project .typeContorl .prve img,
#project .typeContorl .next img {
    width: 100%;
    height: 100%;
}

#project .typeContorl .building {
    text-align: center;
    font-size: 18px;
    color: #3c3c3c;

}









#project .projectList {
    /* margin-top: 50px; */
    /* height: auto; */

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: space-between;
}

#project .projectList .projectItem {
    padding-bottom: 20px;
    width: 48%;
    /* height: 48%; */
    height: auto;
    margin-top: 25px;
    border: 1px solid #f2f2f2;
}

#project .projectList .projectItem .img {
    /* position: relative; */
    width: 100%;
    height: 78%;
}

#project .projectList .projectItem .img img {
    /* position: absolute; */
    height: 100%;
    width: 100%;
}

#project .projectList .projectItem .info {
    /* height: 50px; */
    padding: 20px 15px 0;
}

#project .projectList .projectItem .info .projectName {
    display: flex;
    justify-content: space-between;
    height: 10%;
    font-size: 16px;
    font-weight: bold;

}

#project .projectList .projectItem .info .projectName .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#project .projectList .projectItem .info .projectName .more {
    min-width: 34px;
    font-size: 12px;
    margin-top: 4px;
}

.typeList {
    display: flex;
}

.typeList .typeItem {
    padding: 5px 10px;
    font-size: 12px;
    border: 1px solid #d59736;
    border-radius: 5px;
    margin-right: 15px;
    /* background: #d59736; */
    /* color: #fff; */
}

.typeList .selected {
    background: #d59736;
    color: #fff;
}