.project_items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.project_items .project_slide__img{
    width: 100%;
}
.project_items .project_slide{
    margin-left: 0;
    padding-right: 0;
    margin-bottom: 70px;
    width: calc(33% - 26.666px);
}

.projects-page{
    margin-top: 50px;
}

.blog-items{
    margin-top: 50px;
    margin-bottom: 200px;
}
.blog-item{
    display: flex;
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #686868;
}
.blog-item:first-child{
    border-top: 1px solid #686868;
}
.blog-item__right{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}
.blog-item > img{
    width: 428px;
    height: 248px;
    margin-right: 196px;    
}
.date{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    color: #686868;
    margin-bottom: auto;
}
.blog-item__title h2{
    font-family: Syncopate;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #F3F3F3;
}
.blog-item__title{
    margin-bottom: 15px;
}
.blog-item__text p{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    color: #F3F3F3;
}
.blog-item__title, .blog-item__text p{
    max-width: 540px;
}
.blog-item__text .view{
    float: right;
}
.acticle_content__right a{
    margin-top: 55px;
}
.project-left .subtext{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #686868;
}
.project-left .number{
    font-family: Syncopate;
    font-style: normal;
    font-weight: normal;
    font-size: 54px;
    line-height: 63px;
    color: #F4BC63;
    margin-bottom: 28px;
}
.project-left .year{
    font-family: Syncopate;
    font-style: normal;
    font-weight: normal;
    font-size: 54px;
    line-height: 63px;
    color: #F3F3F3;
}
.project{
    margin-bottom: 200px;
}
.project-gallery{
    display: flex;
}
.project-gallery-left img{
    width: 1052px;
    height: 623px;
    object-fit: cover;
}
.project-gallery-right img{
    width: 312px;
    height: 310px;
}
.view-photos{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 312px;
    height: 310px;
}
.view-photos:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    cursor: pointer;
}
.view-photos > img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.view-photos-wrap{
    z-index: 5;
    display: flex;
    cursor: pointer;
}
.view-photos-wrap p{ 
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #FFCB85;
    display: flex;
}
.view-photos-wrap img{
    width: 40px;
    height: auto !important;
    margin-left: 10px;
}
.project-gallery-popup{
  
    
}