#latest_projects {
    padding: 120px 0 163px;
}
#latest_projects .head {
    padding: 0 0 58px;
    width: 762px;
}
#latest_projects .head .block_title {
    font-weight: 900;
    font-size: 85px;
    line-height: 98px;
    color: #292929;
    padding: 0 0;
    margin: 0 0 58px;
}
#latest_projects .head .filters_list {
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    -webkit-display: flex;
    -webkit-align-items: flex-start;
    -webkit-justify-content: space-between;
}
#latest_projects .head .filters_list a {
    display: block;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    text-transform: uppercase;
    color: #B4B4B4;
}
#latest_projects .head .filters_list a:hover,
#latest_projects .head .filters_list a.active {
    color: #292929;
}
#latest_projects .latest_list {
    margin:0 -50px;
    display: block;
}
#latest_projects .latest_list .l_item_wrap {
    padding:0 50px;
    margin:0 0 100px;
    width: 50%;
    float: left;
    display: block;
}
#latest_projects .latest_list .l_item_wrap .l_item .img {
    height: 504px;
    margin:0 0 47px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#latest_projects .latest_list .l_item_wrap .l_item .data {
    padding-right: 50px;
    background-position: right -15px center;
    background-size: 65px;
    background-repeat: no-repeat;
    background-image: url("../images/arrow_tr_black.svg");
}
#latest_projects .latest_list .l_item_wrap .l_item .data .title {
    display: block;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    color: #292929;
    margin: 0 0 15px;
}
#latest_projects .latest_list .l_item_wrap .l_item .data .tag {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #292929;
}


#latest_projects .latest_list .l_item_wrap:nth-child(2) {
    margin-top: -247px;
}
#latest_projects .latest_list .l_item_wrap:nth-child(3) {
    clear: both;
}
#latest_projects .latest_list .l_item_wrap:nth-child(2) .l_item .img ,
#latest_projects .latest_list .l_item_wrap:nth-child(3) .l_item .img {
    height: 751px;
}

#projects {
    padding: 0 0 300px;
}
#projects .cols_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    -webkit-display: flex;
    -webkit-align-items: flex-start;
    -webkit-justify-content: space-between;
}
#projects .cols_wrap .l_col {
    width:762px;
    min-width: 762px;
    max-width: 762px;
}
#projects .cols_wrap .l_col .block_title {
    padding: 0 0;
    margin: 0 0 ;
    font-weight: 900;
    font-size: 85px;
    line-height: 98px;
    color: #292929;
}
#projects .cols_wrap .r_col {
    width:100%;
}
#projects .projects_list {
    border-top: 3px solid #292929;
    margin:0 0 80px;
}
#projects .projects_list .pr_item {
    display: block;
    padding: 62px 55px 53px 0;
    border-bottom: 3px solid #292929;
    margin:0 0;
    background-position: right -15px center;
    background-size: 65px;
    background-repeat: no-repeat;
    background-image: url("../images/arrow_tr_black.svg");
    position: relative;
}
#projects .projects_list .pr_item .title {
    display: block;
    font-weight: bold;
    font-size: 38px;
    line-height: 60px;
    text-transform: uppercase;
    color: #292929;
    margin: 0 0 8px;
}
#projects .projects_list .pr_item .title .count {
    display: inline-block;
    width: 77px;
    vertical-align: top;
    font-weight: 900;
    font-size: 28px;
    line-height: 60px;
    color: #8A8A8A;
}
#projects .projects_list .pr_item .desc {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #292929;
}
#projects .projects_list .pr_item .img_on_hover {
    display: none;
    position: absolute;
    width: 361px;
    height: 243px;
    background-position: center;
    background-size: cover;
    top:-17px;
    right: 45px;
    z-index: 11;
}
#projects .projects_list .pr_item:hover .img_on_hover {
    display: block;
}

#project_head {
    padding: 150px 0 560px;
    margin:0 0 398px;
    background: #fff;
}
#project_head .tags {
    padding: 0 0 30px;
    margin:0 0 82px;
    border-bottom: 3px solid #292929;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    color: #292929;
}
#project_head .head {
    position: relative;
    margin: 0 0;
    padding: 0 70px 0 0;
}
#project_head .head .title {
    margin: 0 0;
    padding: 0 0;
    font-weight: bold;
    font-size: 85px;
    line-height: 98px;
    text-transform: uppercase;
    color: #292929;
}
#project_head .head .arrow_down {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    background-image: url("../images/arrow_d_black.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top:50%;
    right: 0;
    margin-top: -32px;
}
#project_head .preview {
    width: 100%;
    height: 782px;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 80px;
}
#project_head .preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body[data-theme="dark"] #project_head {background: #292929;}
body[data-theme="dark"] #project_head .tags {border-bottom: 3px solid #FFFFFF;color: #FFFFFF;}
body[data-theme="dark"] #project_head .head .title {color: #FFFFFF;}
body[data-theme="dark"] #project_head .head .arrow_down {background-image: url("../images/arrow_d_white.svg");}

body[data-theme="yellow"] #project_head {background: #FFCB30;}

body[data-theme="blue"] #project_head {background: #1131A8;}
body[data-theme="blue"] #project_head .tags {border-bottom: 3px solid #FFFFFF;color: #FFFFFF;}
body[data-theme="blue"] #project_head .head .title {color: #FFFFFF;}
body[data-theme="blue"] #project_head .head .arrow_down {background-image: url("../images/arrow_d_white.svg");}

body[data-theme="gray"] #project_head {background: #95A1AE;}
body[data-theme="gray"] #project_head .tags {border-bottom: 3px solid #FFFFFF;color: #FFFFFF;}
body[data-theme="gray"] #project_head .head .title {color: #FFFFFF;}
body[data-theme="gray"] #project_head .head .arrow_down {background-image: url("../images/arrow_d_white.svg");}




#project_body {
    padding: 0 0 100px;
}
#project_body .pr_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    -webkit-display: flex;
    -webkit-align-items: flex-start;
    -webkit-justify-content: space-between;
    border-bottom: 3px solid #292929;
    padding: 0 0 100px;
    margin:0 0 100px;
}
#project_body .pr_row.fst {
    padding: 0 0 24px;
}
#project_body .pr_row .l_col {
    width: 100%;
}
#project_body .pr_row .r_col {
    width: 928px;
    min-width: 928px;
}
#project_body .pr_row .small_title {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #292929;
    margin: 0 0 30px;
}
#project_body .pr_row .small_text {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #292929;
    margin: 0 0;
}
#project_body .pr_row a.small_text {
    color: #2849C1;
}
#project_body .pr_row a.small_text:hover {
    background: #E4E5F1;
}
#project_body .pr_row .l_col_title {
    display: block;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    text-transform: uppercase;
    color: #292929;
    margin: 0 0;
    padding: 0 0;
}
#project_body .pr_row .images_set {
    background: #F8F8F8;
    padding: 50px;
    display: flex;
    -webkit-display: flex;
    align-items: flex-start;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
#project_body .pr_row .images_set.col_1 {
    padding: 50px 50px 0;
}
#project_body .pr_row .images_set.col_1 img {
    width: 100%;
    margin: 0 0 50px 0;
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
}
#project_body .pr_row .images_set.col_2 {
    padding: 50px 50px 30px;
}
#project_body .pr_row .images_set.col_2 img {
    width: 48%;
    margin: 0 0 20px 0;
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
}
#project_body .pr_row .images_set.col_3 {
    padding: 50px 50px 10px;
}
#project_body .pr_row .images_set.col_3 img {
    width: 56%;
    height: auto;
    margin: 0 0 40px 0;
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
}
#project_body .pr_row .images_set.col_3 img:nth-child(2) {
    width: 25%;
}
#project_body .pr_row .images_set.col_3 img:nth-child(3) {
    width: 11%;
    margin: 0 0 40px 0;
}


@media screen and (max-width: 1640px) {
    #latest_projects {
        padding: 100px 0 150px;
    }
    #latest_projects .head {
        width: 50%;
    }
    #latest_projects .head .block_title {
        font-size: 55px;
        line-height: 55px;
        margin: 0 0 30px;
    }
    #latest_projects .head .filters_list a {
        font-size: 14px;
    }
    #latest_projects .latest_list {
        margin: 0 -30px;
    }
    #latest_projects .latest_list .l_item_wrap {
        padding: 0 30px;
        margin: 0 0 60px;
    }
    #latest_projects .latest_list .l_item_wrap .l_item .img {
        height: 400px;
        margin: 0 0 40px;
    }
    #latest_projects .latest_list .l_item_wrap:nth-child(2) {
        margin-top: -150px;
    }
    #latest_projects .latest_list .l_item_wrap:nth-child(2) .l_item .img,
    #latest_projects .latest_list .l_item_wrap:nth-child(3) .l_item .img {
        height: 550px;
    }
    #latest_projects .latest_list .l_item_wrap .l_item .data .title {
        font-size: 26px;
        line-height: 30px;
    }
    #latest_projects .latest_list .l_item_wrap .l_item .data .tag {
        font-size: 16px;
        line-height: 16px;
    }
    #projects .cols_wrap .l_col {
        width: 50%;
        min-width: 50%;
        max-width: 50%;
    }
    #projects .cols_wrap .l_col .block_title {
        font-size: 55px;
        line-height: 55px;
    }

    #project_head {
        padding: 150px 0 420px;
        margin:0 0 350px;
    }
    #project_head .head .title {
        font-size: 65px;
        line-height: 75px;
    }
    #project_head .preview {
        height: 650px;
        margin-top: 70px;
    }

    #project_body {
        padding: 0 0 50px;
    }
    #project_body .pr_row.fst {
        padding: 0 0 24px;
    }
    #project_body .pr_row .r_col {
        width: 70%;
        min-width: 70%;
    }
    #project_body .pr_row .l_col_title {
        margin: 0 0 50px;
    }
}

@media screen and (max-width: 1100px) {
    #latest_projects {
        padding: 70px 0 50px;
    }
    #latest_projects .head {
        width: 100%;
        padding: 0 0 50px;
    }
    #latest_projects .head .block_title {
        font-size: 80px;
        line-height: 98px;
        margin: 0 0 30px;
    }
    #latest_projects .latest_list .l_item_wrap {
        padding: 0 30px;
        margin: 0 0 100px;
        width: 100%;
    }
    #latest_projects .latest_list .l_item_wrap:nth-child(2) {
        margin-top: 0;
    }
    #latest_projects .latest_list .l_item_wrap .l_item .img {
        height: 485px !important;
        margin: 0 0 44px;
    }
    #latest_projects .latest_list .l_item_wrap .l_item .data .title {
        font-size: 36px;
        line-height: 36px;
    }
    #latest_projects .latest_list .l_item_wrap .l_item .data .tag {
        font-size: 18px;
        line-height: 18px;
    }
    #projects {
        padding: 0 0 250px;
    }
    #projects .cols_wrap {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    #projects .cols_wrap .l_col{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    #projects .cols_wrap .l_col .block_title {
        font-size: 85px;
        line-height: 98px;
        margin: 0 0 50px;
    }
    #projects .btn_circle_yellow {
        margin: 0 auto;
    }

    #project_head {
        padding: 150px 0 360px;
        margin: 0 0 160px;
    }
    #project_head .head {
        padding: 0 0;
    }
    #project_head .head .arrow_down {
        display: none;
    }
    #project_head .preview {
        height: 345px;
    }
    #project_body {
        padding: 0 0;
    }
    #project_body .pr_row {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    #project_body .pr_row .l_col,
    #project_body .pr_row .r_col {
        width: 100%;
        min-width: 100%;
    }
    #project_body .pr_row.fst .l_col,
    #project_body .pr_row.fst .r_col {
        width: 50%;
        min-width: 50%;
    }
    #project_body .pr_row .images_set.col_3 {
        padding: 40px 40px 0px;
    }

}

@media screen and (max-width: 760px) {
    #latest_projects {
        padding: 50px 0 50px;
    }
    #latest_projects .head .block_title {
        font-size: 50px;
        line-height: 65px;
        margin: 0 0 43px;
    }
    #latest_projects .head .filters {
        overflow-x: auto;
    }
    #latest_projects .head .filters_list {
        width: max-content;
    }
    #latest_projects .head .filters_list li {
        padding-right: 20px;
    }
    #latest_projects .latest_list .l_item_wrap .l_item .img {
        height: 250px !important;
        margin: 0 0 40px;
    }
    #latest_projects .latest_list .l_item_wrap .l_item .data .title {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 10px;
    }
    #projects .cols_wrap .l_col .block_title {
        font-size: 50px;
        line-height: 60px;
    }
    #projects .projects_list .pr_item {
        padding: 50px 0;
        background-image: none;
    }
    #projects .projects_list .pr_item:hover .img_on_hover {
        display: none;
    }
    #projects .projects_list .pr_item .title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 22px;
    }
    #projects .projects_list .pr_item .title .count {
        width: 56px;
        font-size: 24px;
        line-height: 30px;
    }

    #project_head {
        padding: 70px 0 240px;
        margin: 0 0 50px;
    }
    #project_head .tags {
        margin: 0 0 50px;
        font-size: 18px;
        line-height: 18px;
    }
    #project_head .head .title {
        font-size: 40px;
        line-height: 50px;
    }
    #project_head .preview {
        height: 161px;
        margin-top: 30px;
    }
    #project_body .pr_row.fst .l_col,
    #project_body .pr_row.fst .r_col {
        width: 100%;
        min-width: 100%;
    }
    #project_body .pr_row.fst .l_col {
        padding-bottom: 30px;
    }
    #project_body .pr_row .images_set.col_3 {
        padding: 40px 40px 0px;
    }
    #project_body .pr_row .images_set.col_3 img:nth-child(1) {
        width: 100%;
    }
    #project_body .pr_row .images_set.col_3 img:nth-child(2) {
        width: 64%;
    }
    #project_body .pr_row .images_set.col_3 img:nth-child(3) {
        width: 28%;
    }


}


/*=======*/