/* #portfolio .pictures .interior > div,
#portfolio .pictures .architecture > div {
    position: relative;
}
#portfolio .pictures .interior > div {
    padding-left: 80px;
}
#portfolio .pictures .architecture > div {
    padding-left: 100px;
}
#portfolio .pictures .interior > div::after,
#portfolio .pictures .architecture > div::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 93px;
}
#portfolio .pictures .interior > div::after {
    background: url(../images/pages/portfolio/heading_1.svg) bottom left no-repeat;	
    background-size: contain;
}
#portfolio .pictures .architecture > div::after{
    background: url(../images/pages/portfolio/heading_2.svg) bottom left no-repeat;	
    background-size: contain;
} */

/* Interior Design Page */
#architecture {
    background-size: cover;
    background-attachment: fixed;
}
#architecture .general_h3{
    font-weight: 300;
    font-size: 20px;
    line-height: 41px;
    letter-spacing: 0.425em;
    margin: 0;
}
#architecture .mrg.wrp {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
#architecture .half{
    margin: 0;
}
#architecture .little_mrg{
    margin-top: 50px;
}
#architecture span.top {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.425em;
}
#architecture .row {
    display: -ms-flexbox; 
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
#architecture .column {
    -ms-flex: 49%;
    flex: 49%;
    max-width: 49%;
}
#architecture .column img {
    margin-top: 45px;
    vertical-align: middle;
    width: 100%;
}
#architecture .column .image{
    position: relative;
}

#architecture .image_text {
    z-index: 1;
    position: absolute;
    text-align: right;
    width: 100%;
    bottom: 0;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-top: 10px;
    background-color: rgb(13 13 13 / 60%);
}
#architecture .port_text{
	font-size: 16px;
}
#architecture .work_title{
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 8px;
    margin: 0;
    margin-right: -8px;
    padding-bottom: 10px;
}
#architecture .name{
    font-weight: 800;
    font-size: 24px;
    line-height: 139.9%;
    margin: 0;
} 
#architecture .sketch_row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#architecture .sketch_row > div {
    display: flex;
    justify-content: space-between;
    flex-basis: 31.333%;
    margin: 1%;
    position: relative;
}
#architecture .sketch_row > div:last-child {
    padding-right: 0;
}


/* Interior Design Page */
#interior {
    background-size: cover;
    background-attachment: fixed;
}
#interior .general_h3{
    font-weight: 300;
    font-size: 20px;
    line-height: 41px;
    letter-spacing: 0.425em;
    margin: 0;
}
#interior .mrg.wrp {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
#interior .half{
    margin: 0;
}
#interior .little_mrg{
    margin-top: 50px;
}
#interior span.top {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.425em;
}
#interior .row {
    display: -ms-flexbox; 
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
#interior .column {
    -ms-flex: 49%;
    flex: 49%;
    max-width: 49%;
}
#interior .port_text{
	font-size: 16px;
}
#interior .column img {
    margin-top: 45px;
    vertical-align: middle;
    width: 100%;
}
#interior .column .image{
    position: relative;
}
#interior .image_text {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#interior h1.category {
    margin: 0;
    font-weight: 100;
    font-size: 64px;
}
#interior .work_title{
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 8px;
    margin: 0;
    margin-right: -8px;
    padding-bottom: 10px;
}
#interior .name{
    font-weight: 800;
    font-size: 24px;
    line-height: 139.9%;
    margin: 0;
}

/* Residential */
#residential {
    background-size: cover;
    background-attachment: fixed;
}
#residential .general_h3{
    font-weight: 300;
    font-size: 20px;
    line-height: 41px;
    letter-spacing: 0.425em;
    margin: 0;
}
#residential .mrg.wrp {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
#residential .half{
    margin: 0;
}
#residential .little_mrg{
    margin-top: 50px;
}
#residential span.top {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.425em;
}
#residential .row {
    display: -ms-flexbox; 
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
#residential .column {
    -ms-flex: 32%;
    flex: 32%;
    max-width: 32%;
}
#residential .column img {
    margin-top: 45px;
    vertical-align: middle;
    width: 100%;
}
#residential .column .image{
    position: relative;
}
#residential .image_text {
    z-index: 1;
    position: absolute;
    text-align: right;
    width: 100%;
    bottom: 0;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-top: 10px;
    background-color: rgb(13 13 13 / 60%);
}
#residential .work_title{
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 8px;
    margin: 0;
    margin-right: -8px;
    padding-bottom: 10px;
}
#residential .name{
    font-weight: 800;
    font-size: 24px;
    line-height: 139.9%;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}
#residential .texts{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
#residential p.little_mrg {
    line-height: 34px;
    font-size: 16px;
}
#residential .link_arrows {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
#residential .large_wrp {
    padding-right: 100px;
    padding-left: 100px;
}

/* Commerical */
#commercial {
    background-size: cover;
    background-attachment: fixed;
}
#commercial .little {
    margin-top: 45px;
}
#commercial .large_wrp {
    padding-right: 100px;
    padding-left: 100px;
}
#commercial .general_h3{
    font-weight: 300;
    font-size: 20px;
    line-height: 41px;
    letter-spacing: 0.425em;
    margin: 0;
}
#commercial .mrg {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
}
#commercial .half{
    margin: 0;
}
#commercial .little_mrg{
    margin-top: 50px;
}
#commercial #categories li {
    margin-right: 15px;
}
#commercial span.top {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.425em;
}
#commercial ul.categories {
    list-style: none;
    display: flex;
    justify-content: center;
    letter-spacing: 8px;
    align-items: center;
}
#commercial ul.categories > li {
    transition-duration: .5s;
    padding: 6px 18px;
    cursor: pointer;
}
#commercial ul.categories > li:hover {
    background-color: white;
    color: black;
    list-style: none;
}
#commercial ul.categories > li.active {
    border: 1px solid white;
}

#commercial .row {
    display: -ms-flexbox; 
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#commercial img {
    vertical-align: middle;
    width: 100%;
}
#commercial .image{
    position: relative;
    display: none;
}
#commercial div#all .image {
    position: relative;
    width: 31.33333%;
    margin: 2% 1%;
}
#commercial .image_text {
    z-index: 1;
    position: absolute;
    text-align: right;
    width: 100%;
    bottom: 0;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-top: 10px;
    background-color: rgb(13 13 13 / 60%);
}
#commercial .work_title{
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 8px;
    margin: 0;
    margin-right: -8px;
    padding-bottom: 10px;
}
#commercial .name{
    font-weight: 800;
    font-size: 24px;
    line-height: 139.9%;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
} 
#commercial .texts{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
#commercial p.little_mrg {
    line-height: 34px;
    font-size: 16px;
}
#commercial .link_arrows {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
#commercial .show {
    display: block;
}
#commercial .container {
    margin-top: 20px;
    overflow: hidden;
}

.head_in,
.head_in > .arrow_left > a {
    color: #fff;
}

.in-projects .conteiner > div {
    background: #fff;
    color: #000;
}
.in-projects .arrow_text_left {
    padding-left: 50px;
    background: url(../images/pages/arrow-left-white.svg) left center no-repeat;
    background-size: 30px auto;
    font-size: 18px;
}
.in-projects .conteiner .company_info > h1 {
    margin-bottom: 20px;
}
.in-projects .conteiner .company_info > .info {
    margin: 0;
}
.in-projects .conteiner .company_info {
    margin-bottom: 40px;
}
.in-projects .head_in {
    background: rgba(0, 0, 0, .3);
}