@media all and (orientation:portrait), all and (max-width: 959px){

*{
	-ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
/*.preloader{
	display:none;
}*/
.preloader{
	position: fixed;

	
}

img{
	max-width:100%;
}


html{
    margin: 0; 
    padding: 0;
	font-size:calc((1vw + 1.7vh) / 32);
	font-size:0.18vw;
	overflow-x: hidden;
}

body{
	margin: 0; 
    padding: 0;
	background: #000000;
	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 19rem;
	line-height: 126.5%;
	letter-spacing: 0.015em;
	width:100vw;
	overflow-x:hidden;
}


main>.menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background: black;
	z-index: 9998;
	opacity: 0;
	pointer-events: none;
	display: grid;
    grid-template-columns: repeat(20, 5%);
	grid-template-rows: repeat(20, 5%);
}


section, .slide{
	position: relative;
}
section a.edit-link, 
.slide a.edit-link{
	position: absolute;
}


#navbar-area{
	display: none;
}

header .logo{
	position: fixed;
	top: 32rem;
	left: 35rem;
	z-index: 99999;
}
header .logo svg{
	height: 31.97rem;
	width: auto;
}

.dark header .logo path{
    fill: white;
}
.light header .logo path{
    fill: black;
}


#burger-area {

	/*display: flex;
	align-items: center;
	justify-content: center;*/
	position: fixed;
	top: 27rem;
	right: 33rem;
	height: 42rem;
	width: 42rem;
	z-index: 9999;
	/*mix-blend-mode: difference;*/
	opacity:1;
	transition:1s;
}

#burger-area .open,
#burger-area .close {
	position: absolute;
}
#burger-area .open{
	bottom: 0;
	right: 0;
}
#burger-area .close {
	opacity: 0;
	bottom: 0;
	right: 0;
}
#burger-area .close svg{
	height: 31rem;
	width: auto;
	transform:translateX(9rem);
}

/*#burger-area svg {
    height: 29.63rem;
    height: 33rem;
    width: auto;
    margin: 0;
    transform: rotate(90deg) translateX(-22%);
    transform-origin: bottom;
}*/

#burger-area .open svg{
	height: 25.03rem;
	width: auto;
}
.light #burger-area .open svg path{
	fill: black;
}






.project-more-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: 999;
    display: none;
}
.project-more-content.opened {
    display: block;
}
.project-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden auto;
}
.project-card .gallery figure {
    width: 31.5%;
    height: 0;
    padding-bottom: 30%;
    position: relative;
    margin: 0 0 2.6% 0;
}

.project-card .project-links{
    width: 65.83%;
    margin:0 auto 9em auto;
    display: flex;
    justify-content: flex-end;

}
.project-card .close-link{
    display:flex;
    align-items: center;
    justify-content: center;
    border:1rem solid;
    width: 31.5%;
    text-align:center;
    padding:1em 0;
    font-family: Poiret One;
    font-style: normal;
    font-weight: normal;
    font-size: 1.7vw;
    line-height: 91%;
    letter-spacing: 0.47em;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.4s;
    cursor: pointer;
}

.project-card .project-links{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    margin:0;
}
.project-card .close-link{
    width:20%;
    margin: 0.6em 1em 0.6em 1em;
    font-size:1vw;
}

.project-card .close-link svg{
    height: 1em;
    width: auto;
    margin-right: 50rem;
}
.project-card line{
    stroke: white;
    fill: white;
    transition: 0.4s;
}
.light .project-card .close-link line{
    stroke: black;
    fill: black;
    transition: 0.4s;
}
.project-card .close-link:hover{
    color: black;
    background:white;
}
.light .project-card .close-link:hover{
    color: white;
    background:black;
}
.project-card .close-link:hover line{
    stroke: black;
    fill: black;
}
.light .project-card .close-link:hover line{
    stroke: white;
    fill: white;
}



.light .project-more-content.opened *, .light .project-more-content.closed *{
    fill: black;
}




.section-title{
	display: none;
}



.slide.screen1{
	padding-top: 99rem;
}

.screen1 .box{
	display: none;
}
.screen1 .box.two{
	display: block;
}

.screen1 .photo-item{
	position: absolute;
	left: 35rem;
	right: auto;
	top: 99rem;
	height: 666rem;
	width: 353rem;
	background-size: cover;
	background-position: center;
}
.screen1 .screen-description{
    padding-top:calc(666rem + 44rem);
    margin-left: 35rem;
}
.screen1 .header.title{
	font-family: Druk Wide Cyr;
	font-style: italic;
	font-weight: 900;
	font-size: 96rem;
	line-height: 100%;
	letter-spacing: 0.015em;
	-webkit-text-stroke: 2rem #FFFFFF;
	color: transparent;
	
}
.screen1 .header.description{
	font-family: Druk Text Wide Cyr;
	font-style: normal;
	font-weight: 900;
	font-size: 24rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;
	text-transform: uppercase;
	margin: 17rem 0 52rem 0;
}
.screen1 .header.description p{
	margin: 0;
}
.screen1 .header.description br{
	display: none;
}


.section{
	position: relative;	
	margin-bottom: 169rem;
	padding-top: 108rem;
}
.slide{
	position: relative;	
	margin-bottom: 277rem;
	padding-top: 115rem;
}
.slide.project{
	margin-bottom: 277rem;
}

.section#home{
	padding-top: 0;
	margin-bottom: 0;
}
.section.project{
	padding-top: 0;
	margin-top: 88rem;
	margin-bottom: 88rem;
	position: relative;
}





sections.sections{
	display: grid;
	grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap:0;
    grid-template-areas:
     "home"
     "about"
     "values"
     "d-projects"
     "a-projects"
     "archive"
     "contact-info";
    align-items:start;
    justify-content:start;
    width: 100%;
    overflow: hidden;
}
.projects-name{
	/*grid-area: projects-title;*/
	margin-left: 35rem;
}
.projects-subtitle{
	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 16rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;
}
.projects-title{
	font-family: Architectural;
	font-style: normal;
	font-weight: normal;
	font-size: 144rem;
	line-height: 126.5%;
	letter-spacing: 0.015em;

	margin-left: -10rem;
	margin-bottom: 43rem;
}

.project .content-title, 
.project .content-description{
	display: none;
}

/*.screen1{
	grid-area: screen1;
}
.project-style1{
	grid-area: project1;
}
.project-style2{
	grid-area: project2;
}
.project-style3{
	grid-area: project3;
}
.project-style4{
	grid-area: project4;
}
.project-style5{
	grid-area: project5;
}
.project-style6{
	grid-area: project6;
}
.project-style9{
	grid-area: project37;
}*/
#home{
	grid-area: home;
}
#values{
	grid-area: values;
}
#about{
	grid-area: about;
}
#d-projects{
	grid-area: d-projects;
}
#a-projects{
	grid-area: a-projects;
}
#archive-progects{
	grid-area: archive;
}
#contact-info{
	grid-area: contact-info;
}





.project .box .photo-item{
	display: none;
}

.slide.project .project-description{
	padding-left: 35rem;
	padding-top: 579rem;

    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: min-content;
    grid-row-gap:15rem;
    grid-template-areas:
     "title"
     "go";
    align-items:start;
    justify-content:start;

    position: static;
    transform: none;
    z-index: 1;
    max-width: 100%;
    text-align: left;
}

html body.dark main sections.sections div div .slide.project .project-description .header.title, 
html body.dark main sections.sections div div .slide.project .project-description .header.title .item{
	-webkit-text-stroke: 0!important;
}

.project .header.title{
	grid-area: title;
	width:100%;
	margin-bottom: 6rem;
}
.project .header.title br{
	display: none;
}
.project .header.title p{
	margin: 0;
}


.project .content-description, 
.project .content-title{
	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 16rem;
	line-height: 109.5%;
	text-align: left;
	letter-spacing: 0.015em;
	width: 291rem;
}
.project .content-title{
	grid-area: subtitle;
	color: #6E6E6E;	
}
.project .content-description{
	grid-area: description;
	margin-bottom: 22rem;
}

.project .go-area{
	margin-right: 35rem;
	text-align:right;
	margin-top: 5rem;
}
.project .go-area .go{
	grid-area: go;
    font-family: Poiret One;
    text-decoration: none;
    font-size: 20rem;
    text-transform: uppercase;
    line-height: 133%;
    letter-spacing: 0.475em;
    border: 0px solid;
    box-sizing: border-box;
    text-align: center;
    align-self: center;
    justify-content: center;
    opacity: 0;
    display: inline-flex;
    padding: 1.2em 1.4em 1.2em 2.2em;
    transition: 300ms;
    transition-property: background, color;
    opacity: 1;

   background: transparent;
    color: inherit;
}
.project .go-area .go svg {
    height: 23rem;
    width: auto;
    margin-left: 2em;
}
.project .go-area .go svg line{
	stroke: white;
}
.light .project .go-area .go svg line{
	stroke: black;
}

/*.go.abs{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:22;
	background:rgba(255,255,255,0.25);
}*/




.project-style1 .box.one .photo-item{
	display: block;
	position: absolute;
	left: 0;
	top: 275rem;
	width: 288rem;
	height: 288rem;
	background-size: cover;
	background-position: top;
	z-index:1;
}
.project-style1 .box.two .photo-item{
	display: block;
	position: absolute;
	left: 226rem;
	right: 0;
	top: 0;
	width: auto;
	height: 594rem;
	background-size: cover;
	background-position: center;
}


.slide.project-style1 .project-description{
	padding-top: 494rem;
}
.project-style1 .header.title{
	font-family: Playfair Display;
	font-style: normal;
	font-weight: 900;
	font-size: 72rem;
	line-height: 93%;
	letter-spacing: 0.015em;
}




.project-style2 .project-description{
	padding-top: 692rem;
}
.project-style2 .header.title{
	font-family: Architectural;
	font-style: normal;
	font-weight: normal;
	font-size: 96rem;
	line-height: 90%;
	margin-bottom: 2rem;
}
.project-style2 .box.one .photo-item{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 384rem;
	height: 576rem;
	background-size: cover;
	background-position: top;
}
.project-style2 .box.two .photo-item{
	display: block;
	position: absolute;
	left: auto;
	right: 0;
	top: 342rem;
	width: 216rem;
	height: 288rem;
	background-size: cover;
	background-position: center;
	z-index:1;
}




.slide.project-style3 .project-description{
	/*grid-template-areas:
     "subtitle"
     "description"
     "title"
     "go";*/
	padding-top: 482rem;
}
.project-style3 .header.title{
	font-family: Druk Wide Cyr;
	font-style: italic;
	font-weight: 900;
	font-size: 50rem;
	line-height: 126.5%;
	letter-spacing: 0.015em;
	/*margin-bottom: 20rem;*/
	margin-left: 7rem;
}
/*.project3 .content-description{
	margin-bottom: 8rem;
}*/
.project-style3 .box.one .photo-item{
	display: block;
	position: absolute;
	left: 0;
	top: 197rem;
	width: 216rem;
	height: 216rem;
	background-size: cover;
	transform: scale(-1, 1);
	z-index:1;
}
.project-style3 .box.two .photo-item{
	display: block;
	position: absolute;
	left: 124rem;
	right: 35rem;
	top: 0;
	width: auto;
	height: 560rem;
	background-size: 400%;
	background-position: 50% 70%;	
}




.slide.project-style4 .project-description{
	padding-top: 464rem;
}
.project-style4 .header.title{
	font-family: Misto;
	font-style: normal;
	font-weight: normal;
	font-size: 84rem;
	line-height: 90%;
	letter-spacing: 0.045em;
	/*margin-bottom: 40rem;*/
}
.project-style4 .header.title br{
    display:block;
}

.project-style4 .box.one .photo-item{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 507rem;
	background-size: cover;
	background-position: 76% 50%;
}




.slide.project-style5 .project-description{
	padding-top: 527rem;
}
.project-style5 .header.title{
	font-family: Architectural;
    font-style: normal;
    font-weight: normal;
    font-size: 132rem;
    line-height: 78.5%;
    letter-spacing: 0.085em;
    text-align: left;
    margin-left: -7rem;
}
.project-style5 .header.title br{
	display: block;
}
.project-style5 .box.one .photo-item{
	display: block;
	position: absolute;
	left: 35rem;
	top: 0;
	right: 0;
	height: 576rem;
	background-size: cover;
	background-position: left;
}
.project-style5 .content-description, .project-style5 .content-title{
	text-align: left;
}



.slide.project-style6 .project-description{
	/*grid-template-areas:
     "subtitle"
     "description"
     "title"
     "go";
    align-items: end;*/
	padding-top: 566rem;
	
}
/*.project-style6 .content-description, .project-style6 .content-title{
	width: 301rem;
	margin-left: 80rem;
}*/
.project-style6 .header.title{
	font-family: Druk Wide Cyr;
	font-style: italic;
	font-weight: 900;
	font-size: 50rem;
	line-height: 126.5%;
	letter-spacing: 0.015em;
	/*margin-bottom: 20rem;*/
}
.project-style6 .content-description{
	margin-bottom: 8rem;
}
.project-style6 .box.one .photo-item{
	display: block;
	position: absolute;
	left: 0;
	top: 97rem;
	right: 141rem;
	right: auto;
	width: 419rem;
	height: 527rem;
	background-size: cover;	
}
.project-style6 .box.two .photo-item{
	display: block;
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	width: 215rem;
	height: 216rem;
	background-size: cover;
	background-position: center;	
	z-index:1;
}
/*.project-style6 .go{
	margin-left: 84rem;
}*/



.slide.project-style7 .project-description{
	/*grid-template-areas:
     "subtitle"
     "description"
     "title"
     "go";
    align-items: end;*/
	padding-top: 498rem;
	
}

.project-style7 .header.title{
    font-family: Architectural;
    font-style: normal;
    font-weight: normal;
    font-size: 144rem;
    line-height: 70.5%;  
}
.project-style7 .content-description{
	margin-bottom: 8rem;
}
.project-style7 .box.one .photo-item{
	display: block;
	position: absolute;
	left: 0;
	top: 97rem;
	right: 141rem;
	right: auto;
	width: 479rem;
	height: 527rem;
	background-size: cover;	

	display: block;
    position: absolute;
    left: auto;
    top: 0rem;
    right: 141rem;
    right: 0;
    width: 479rem;
    height: 527rem;
    background-size: cover;

}
.project-style7 .box.two .photo-item{
	display: block;
	position: absolute;
	left: 0;
	right: auto;
	top: 121rem;
	width: 215rem;
	height: 216rem;
	background-size: cover;
	background-position: center;	
	z-index:1;
}



.slide.project-style8 .header.title {
    font-family: Architectural;
    font-style: normal;
    font-weight: normal;
    font-size: 144rem;
    line-height: 70.5%;
    margin-left: -8rem;
    -webkit-text-stroke: none;
}
.project-style8 .box.one .photo-item{
	display: block;
    position: absolute;
    left: 0;
    top: 0rem;
    right: 141rem;
    right: auto;
    width: 399rem;
    height: 527rem;
    background-size: cover;
}
.slide.project-style8 .project-description{
	padding-top: 492rem;
}



.slide.project-style9 .project-description{
	padding-top: 305rem;
}
.project-style9 .header.title{
	font-family: Architectural;
	font-style: normal;
	font-weight: normal;
	font-size: 144rem;
	line-height: 100%;
	letter-spacing: 0.015em;
}


.project-style9 .box.one .photo-item{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 379rem;
	background-size: cover;

}



#home .slider{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
#products-open{
	display: none;
}
#home .slider.closed #products-open{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height:870rem;
	cursor:pointer;
	z-index: 1;
}
#products-open-link{
	/*position: absolute;*/
	position: relative;
	left: auto;
	right: 0;
	bottom: 0rem;
	font-family: Poiret One;
	font-style: normal;
	font-weight: normal;
	font-size: 20rem;
	line-height: 91%;
	letter-spacing: 0.475em;
	text-transform: uppercase;
	padding:1.35em 0 1.35em 0;
	border: 0;
	opacity: 0;
	pointer-events: none;
	transition: 0.6s ease;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-top: 78rem;
	margin-right: 35rem;
	display: none;
}
#products-open-link svg{
	height: 26rem;
    width: auto;
    margin-left: 4.8em;
    margin-top: -6rem;
}
.light #products-open-link svg *{
	fill: black;
	stroke: black;
}
#home .slider.closed #products-open-link{
	opacity: 1;
	pointer-events: all;
	display: block;
	margin-bottom: 215rem;

}


.slider .project{
	width: 100%;
	transition: 1s ease;
}

#home .slider.closed .project:nth-child(1n+7){
	position: relative;
	overflow: visible;
	width: calc(50% - 40rem);
	padding:0;
	padding-bottom: calc(50% - 40rem);
	height: 0;
	margin-left: 35rem;
	margin-top: 35rem;
	margin-right: -15rem;
	margin-bottom: -15rem;
	display: inline-block;

}
#home .slider.closed .project:nth-child(1n+7) .project-description, 
#home .slider.closed .project:nth-child(1n+7) .box{
	display: none;
}
#home .slider.closed .project:nth-child(1n+7) .box.one{
	display:block;
}
#home .slider.closed .project:nth-child(1n+7) .box.one .photo-item{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}
#home .slider.closed .project:nth-child(6){
	margin-bottom:418rem;
}
#home .slider.closed .project:nth-child(7)::before{
	content:"Больше наших проектов";
	position: absolute;
	z-index: 1;
	left: 0;
	top: -203rem;
	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 19rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;
	white-space: nowrap;
}
#home .slider.closed .project:nth-child(7)::after{
	content:"Проекты";
	position: absolute;
	z-index: 1;
	left: -8rem;
    top: -184rem;
	font-family: Architectural;
	font-style: normal;
	font-weight: normal;
	font-size: 144rem;
	line-height: 126.5%;
	letter-spacing: 0.015em;
}

/*#home .slider.opened .project:last-child{
	margin-bottom: 0;
}*/







/*#values{
	margin-bottom: 150rem;
}*/
#values .container{
	display: grid;
	grid-template-columns: 1fr;
    grid-template-rows: min-content;
    grid-row-gap:15rem;
    grid-template-areas:
     "subtitle"
     "title"
     "items";
    align-items:start;
    justify-content:start;
    padding: 0 35rem;
}
#values .subtitle{
	grid-area: subtitle;
	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 16rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;
	margin-left: 4rem;
}
#values .title{
	grid-area: title;
	font-family: Architectural;
	font-style: normal;
	font-weight: normal;
	font-size: 144rem;
	line-height: 100%;
	letter-spacing: 0.015em;
	margin: 0 0 30rem -7rem;
}
#values .items{
	grid-area: items;
}
#values .item{
	/*margin-bottom: 72rem;*/
	line-height: 1;
}
#values h3{
	/*font-family: Druk Text Wide Cyr;
	font-style: normal;
	font-weight: 500;
	font-size: 24rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;*/
	margin: 0 0 4rem 0;

	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 24rem;
	line-height: 1;
	letter-spacing: 0.015em;
}
#values .item p{
	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 19rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;
}
#values .wrapper{
	margin: 35rem 0 40rem 0;
}



#about{

	padding-left: 35rem;
	margin-top: 30rem;
}
#about .title{
	font-family: Architectural;
	font-style: normal;
	font-weight: normal;
	font-size: 96rem;
	line-height: 83%;
	letter-spacing: 0.015em;
	margin: 0 0 26rem 0;
}
#about .title p{
	margin: 0;
}

#about .info{
	margin-bottom: 38rem;
}
#about .info i{
	display: block;
	display: none;
	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 13rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;
	margin-top: 18rem;
}
#about .description .item{
	margin-top: 0;
	padding-right: 35rem;
	line-height: 1;
}
#about .description h3{
	/*font-family: Druk Text Wide Cyr;
	font-style: normal;
	font-weight: 500;
	font-size: 24rem;
	line-height: 109.5%;*/
	margin: 0 0 4rem 0;
	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 24rem;
	line-height: 100%;
	letter-spacing: 0.015em;
}
#about .description h3 p{
	margin: 0;
}

#about .description .subtitle{
	font-family: Druk Text Wide Cyr;
	font-style: normal;
	font-weight: 500;
	font-size: 17rem;
	line-height: 109.5%;
}
#about .description .text p{
	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 19rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;
	-ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
#about .cross-content .subtitle{
	margin-top: 25rem;	
}
#about .cross-content .text{
	padding-bottom: 25rem;	
}



#a-projects, 
#d-projects{
	margin-bottom: 277rem;
	padding-left: 35rem;
	padding-right: 30rem;
}
#d-projects .title{
	font-family: Architectural;
	font-style: normal;
	font-weight: normal;
	font-size: 144rem;
	line-height: 84%;
	letter-spacing: 0.195em;
	margin-bottom: 80rem;
	margin-left: -9rem;
}
#a-projects .item, 
#d-projects .item{
	/*margin-bottom: 101rem;*/
	line-height: 1;
}
#a-projects .item h3, 
#d-projects .item h3{
	/*font-family: Druk Text Wide Cyr;
	font-style: normal;
	font-weight: 500;
	font-size: 24rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;*/
	margin: 0 0 4rem 0;

	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 24rem;
	line-height: 1;
	letter-spacing: 0.015em;
}
#a-projects .item .content, 
#d-projects .item .content{
	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 19rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;
	display: block;
	margin-top: 50rem;
}
#a-projects .item .more, 
#d-projects .item .more{
	display: block;
	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 18rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;
	text-decoration-line: underline;
	text-transform: uppercase;
	margin-top: 60rem;
	margin-bottom: 65rem;
}


#a-projects .title{
	font-family: Architectural;
	font-style: normal;
	font-weight: normal;
	font-size: 124rem;
	line-height: 84%;
	letter-spacing: 0.015em;
	margin-bottom: 42rem;
	margin-left: -7rem;
}



/*
#a-projects{
	margin-bottom: 238rem; margin-bottom: 128rem;
	padding-left: 35rem;
	padding-right: 30rem;
}
#a-projects .title{
	font-family: Architectural;
	font-style: normal;
	font-weight: normal;
	font-size: 124rem;
	line-height: 84%;
	letter-spacing: 0.015em;
	margin-bottom: 45rem;
}
#a-projects .item{
	margin-bottom: 101rem;
}
#a-projects .item h3{
	font-family: Druk Text Wide Cyr;
	font-style: normal;
	font-weight: 500;
	font-size: 24rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;
	margin: 0 0 16rem 0;
}
#a-projects .item .content{
	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 16rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;
}
#a-projects .item .more{
	display: block;
	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 18rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;
	text-decoration-line: underline;
	text-transform: uppercase;
	margin-top: 23rem;
}
*/
xx#a-projects{
	display: none;
}




#archive-progects{
	margin-bottom: 238rem; margin-bottom: 277rem;
	padding-bottom: 112rem;
	position: relative;
	display: none;
}
#archive-progects .archive-header{
	padding-left: 35rem;
	margin-bottom: 22rem;
}
#archive-progects .archive-title{
	font-family: Druk Wide Cyr;
	font-style: italic;
	font-weight: 900;
	font-size: 50rem;
	line-height: 126.5%;
	letter-spacing: 0.015em;
	text-transform: uppercase;
}
#archive-progects .archive-title b{
	font-family: Architectural;
	font-style: normal;
	font-weight: normal;
	font-size: 64rem;
	line-height: 126.5%;
	line-height: 73%;
	letter-spacing: 0.37em;
	
}
#archive-progects .archive-title p{
	margin: 0;
}
#archive-progects .gallery{
	display: flex;
	flex-wrap: wrap;
	margin-right: 6rem;
	justify-content: space-between;
}
#archive-progects .gallery>figure{
	width:48%;
	margin: 0;
	position: relative;
	height: 0;
	padding-top: 48%;
	margin-top: 4%;
}
#archive-progects .gallery>figure img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#archive-progects .gallery figcaption{
	display: none;
}
#archive-progects .next-button{
	display: none;
}

xx.archives-container{
	position: relative;
}
.archives-container .gallery{
	height: 100%;
	overflow: hidden;
}
.archives-container.closed{
	height: 206vw;
	overflow: visible;
	transition: 0.6s ease;
}
.archives-container.opened{
	height: auto;
}
#gallery-open{
	position: absolute;
	left: 35rem;
	bottom: 0rem;
	font-family: Poiret One;
	font-style: normal;
	font-weight: normal;
	font-size: 20rem;
	line-height: 91%;
	letter-spacing: 0.475em;
	text-transform: uppercase;
	padding:1.35em 1.8em 1.35em 1.8em;
	border: 1rem solid;
	opacity: 0;
	pointer-events: none;
	transition: 0.6s ease;
	display: flex;
	justify-content: space-between;
}
#gallery-open svg{
	height: 21rem;
	width: auto;
	margin-left:2.2em;
	margin-top: -2rem;
}
.light #gallery-open svg *{
	fill: black;
	stroke: black;
}
.archives-container.closed #gallery-open{
	opacity: 1;
	pointer-events: all;
}
/*.archive-description{
	position: absolute;
	left: 35rem;
	bottom: 78rem;
}*/
.archive-description p{
	margin-bottom:0;
}





#projects{
	display: none;
}
.display-hide{
	display: none;
}





#contact-info{
	min-height: 400rem;
	margin-bottom: 65rem;
	padding-top: 142rem;
}
#contact-info .container{
	display: grid;
	grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content min-content 1fr min-content;
    grid-row-gap:0;
    grid-template-areas:
     "form form"
     "info services"
     "copyright logo"
     "aaa logo";
    align-items:start;
    justify-content:start;
}
#contact-info form{
	grid-area: form;
	margin-bottom: 86rem;
}
#contact-info #burger-logo{
	grid-area: logo;
	justify-self: end;
	padding-right: 35rem;
}
#contact-info #burger-logo .title{
	font-family: Druk Wide Cyr;
	font-style: italic;
	font-weight: 900;
	font-size: 48rem;
	line-height: 126.5%;
	letter-spacing: 0.015em;
	-webkit-text-stroke: 2rem #FFFFFF;
	color: transparent;
}
.light #contact-info #burger-logo .title{
	-webkit-text-stroke: 2rem black;
}

#contact-info #burger-logo .description{
	font-family: Druk Text Wide Cyr;
	font-style: normal;
	font-weight: 900;
	font-size: 13rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;
	text-transform: uppercase;
}
#contact-info #burger-logo .description p{
	margin: 0;
}

#contact-info .info{
	grid-area: info;
	padding-left: 35rem;
	font-family: Druk Text Wide Cyr;
	font-style: normal;
	font-weight: 900;
	font-size: 18rem;
	line-height: 157%;
	letter-spacing: 0.015em;
	margin-bottom: 67rem;
}
#contact-info .info a{
	text-decoration: none;
}
#contact-info .info .city{
	margin-bottom: 28rem;
}

#contact-info .services{
	grid-area: services;
	display: flex;
	justify-content: space-between;
	justify-self: end;
	padding-right: 35rem;
	width: 171rem;
}
#contact-info .services .lang, 
#contact-info .services #daytime{
	display: none;
}
#contact-info .services .icon svg{
	height: 26rem;
	width: auto;
	display: block;

}



#contact-info .copyright{
	grid-area: copyright;
	align-self: end;
	padding-left: 35rem;
	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 15rem;
	line-height: 157%;
	letter-spacing: 0.015em;
	white-space: nowrap;
}
#contact-info .aaa{
	grid-area: aaa;
	justify-self: start;
	align-self: end;
	padding-left: 35rem;
	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 14rem;
	line-height: 157%;
	letter-spacing: 0.015em; 
}
#contact-info .povered_by_aaa{
	margin-bottom: -7rem;
}

.aaa a{
	font-size: 16rem;
}



section#contact-info .feedback h2 span.desktop-only{
  display: none;
}
/*#contact-info h2{
	font-family: Druk Text Wide Cyr;
	font-style: normal;
	font-weight: 500;
	font-size: 36rem;
	line-height: 114%;
	letter-spacing: 0.015em;
	padding-left: 35rem;
	margin: 0 0 78rem 0;
}*/
#contact-info h2{
	margin: 0 0 26rem 0;
}
section#contact-info .feedback h2 span.mobile-only{
    display: block;
    margin-left: 35rem;
}
section#contact-info .feedback h2 .subtitle{
	display: block;
	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 16rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;
}
section#contact-info .feedback h2 .title{
	display: block;
	font-family: Architectural;
	font-style: normal;
	font-weight: normal;
	font-size: 144rem;
	line-height: 126.5%;
	letter-spacing: 0.015em;
	margin-left: -9rem;
}
#contact-info h2.form-title-thank-you {
    margin: 0 0 46rem 26rem;
    font-family: Druk Text Wide Cyr;
    font-style: normal;
    font-weight: 500;
    font-size: 18rem;
    line-height: 91%;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}



#contact-info input, #contact-info textarea{
	-webkit-appearance: none;
	border-radius: 0;
	background: transparent;
	outline: none;
	border: 0;
	border-bottom: 1px solid #FFFFFF;
	width: calc(100% - 70rem);
	padding: 0 35rem;
	color: white;
	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 19rem;
	line-height: 114%;
	letter-spacing: 0.015em;
	color: #9B9B9B; color: white;
	margin-bottom: 60rem;
}
.light #contact-info input, .light #contact-info textarea{
	color: black;
}
#contact-info textarea::-webkit-input-placeholder, 
#contact-info input::-webkit-input-placeholder{
	color: #9B9B9B;

}
#contact-info textarea::placeholder, 
#contact-info input::placeholder { 
   color: #9B9B9B;
}

.feedback.sended .ok-button, 
#contact-info button{
	background: #FFFFFF;
	border: 1rem solid #FFFFFF;
	box-sizing: border-box;
	font-family: Druk Text Wide Cyr;
	font-style: normal;
	font-weight: 500;
	font-size: 18rem;
	line-height: 91%;
	text-align: center;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: black;
	margin: 0 35rem;
	width: calc(100% - 72rem);
	padding: 27rem  0 24rem 0;
}
.sended button, 
.feedback .ok-button{
  display:none;
  

}
.feedback.sended .ok-button{
  display: block;
}

.feedback.sended h2.form-title, 
.feedback h2.form-title-thank-you{
  display:none;
}
.feedback.sended h2.form-title-thank-you{
  display:block;
}




main>.menu form, 
main>.menu .sub-navigation, 
main>.menu #contact-information{
	display: none;
}

main>.menu{
	display: grid;
	grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-row-gap:0;
    grid-template-areas:
     "menu"
     "services"
     "logo";
    align-content: space-between;
    justify-content:start;
    padding: 150rem 35rem 80rem 35rem;
}
main>.menu .navigation{
	grid-area: menu;
}
main>.menu #burger-logo{
	grid-area: logo;
}
main>.menu .navigation li{
	display: block;
	list-style: none;
	font-family: Druk Text Wide Cyr;
	font-style: normal;
	font-weight: 500;
	font-size: 18rem;
	line-height: 100%;
	letter-spacing: 0.015em;
	margin-bottom: 32rem;
}
main>.menu .navigation a{
	text-decoration: none;
}


main>.menu #burger-logo .title{
	font-family: Druk Wide Cyr;
	font-style: italic;
	font-weight: 900;
	font-size: 48rem;
	line-height: 126.5%;
	letter-spacing: 0.015em;
	-webkit-text-stroke: 2rem #FFFFFF;
	color: transparent;
}
main>.menu #burger-logo .description{
	font-family: Druk Text Wide Cyr;
	font-style: normal;
	font-weight: 900;
	font-size: 13rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;	
}
main>.menu .services .icon svg{
	height: 27rem;
	width: auto;
}
main>.menu .services{
	grid-area: services;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: min-content;
    grid-row-gap: 66rem;
    grid-template-areas:
     "i1 i2 i3"
     "lang daytime daytime";
    align-items: start;
    justify-content: space-between;
    align-self: center;
    width:348rem;
}
main>.menu .services .icon:nth-child(1){
	grid-area: i1;
}
main>.menu .services .icon:nth-child(2){
	grid-area: i2;
	justify-self: center;
}
main>.menu .services .icon:nth-child(3){
	grid-area: i3;
	justify-self: end;
}
main>.menu .services .lang{
	grid-area: lang;
	font-family: Druk Text Wide Cyr;
	font-style: normal;
	font-weight: 900;
	font-size: 16rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;
	text-transform: uppercase;
}
main>.menu .services .lang a{
	text-decoration: none;
}

main>.menu .services #daytime{
	grid-area: daytime;
	justify-self: end;
	/*transform: scale(1.8) translateX(-15%);*/
}


/*.menu .services #daytime .controller::before, 
.menu .services #daytime .controller::after{
	width: 26rem;
	height: 26rem;
}*/


.popup-container{
	position: fixed;
	left: 0;
	top: 0;
	bottom: -60px;
	padding-bottom: 60px;
	width: 100%;
	/*height: 100%;*/
	overflow-y: auto;
	display: none;
	z-index:99999;
	background: rgba(0, 0, 0, 0.9);
	/*-webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);*/
}
.light .popup-container {
    color: black;
    background: rgba(255, 255, 255, 0.9);
   /* -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);*/
}

@supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
  .popup-container {
    background-color: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
  }
  .light .popup-container {
    background-color: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
  }
}



.popup-container.show{
	display: block;
}
.popup-container .content{
	padding: 1.2em 1.4em;
}




.close-popup svg{
	width: 22rem;
	height: 22rem;
	position: fixed;
	top: 29rem;
	right: 20rem;

}
.light .close-popup line{
	stroke: black;
}




/* backlight */
.light header path, 
.light rect, 
.light circle{
	fill: black;
}

.light .screen1 .header.title, 
.light main>.menu #burger-logo .title{
	-webkit-text-stroke: 2rem black;
}



/*.light .controller .box{
	border-color: black;
}
.light .controller .check{
	background: black;
}
.light .controller svg *{
	fill: black;
}*/




/* > backlight */



.project-card h1{
	font-family: Playfair Display;
	font-style: normal;
	font-weight: 900;
	font-size: 96rem; font-size: 60rem;
	line-height: 90%;
	letter-spacing: 0.015em;
	margin: 111rem 35rem 30rem 35rem;
}
.project-card29 h1{
	font-family: Druk Wide Cyr;
    font-style: italic;
    font-weight: 900;
    font-size: 50rem;
    line-height: 126.5%;
    letter-spacing: 0.015em;
}
.project-card31 h1{
	font-family: Architectural;
    font-style: normal;
    font-weight: normal;
    font-size: 96rem;
    line-height: 90%;
}
.project-card36 h1{
	font-family: Misto;
    font-style: normal;
    font-weight: normal;
    font-size: 84rem;
    line-height: 90%;
    letter-spacing: 0.045em;
}
.project-card37 h1{
	font-family: Architectural;
    font-style: normal;
    font-weight: normal;
    font-size: 144rem;
    line-height: 100%;
    letter-spacing: 0.015em;
}
.project-card33 h1{
	font-family: Architectural;
    font-style: normal;
    font-weight: normal;
    font-size: 132rem;
    line-height: 78.5%;
    letter-spacing: 0.085em;
}
.project-card35 h1{
	font-family: Druk Wide Cyr;
    font-style: italic;
    font-weight: 900;
    font-size: 50rem;
    line-height: 126.5%;
    letter-spacing: 0.015em;
}
.project-card30 h1{
	font-family: Playfair Display;
    font-style: normal;
    font-weight: 900;
    font-size: 72rem;
    line-height: 126.5%;
    letter-spacing: 0.015em;
}
.project-card32 h1 {
    font-family: Architectural;
    font-style: normal;
    font-weight: normal;
    font-size: 144rem;
    /* line-height: 70.5%; */
}
.project-card32 h1 {
	font-family: Architectural;
    font-style: normal;
    font-weight: normal;
    font-size: 144rem;
    line-height: 70.5%;
    margin-left: -8rem;
    -webkit-text-stroke: none;
}





.project-card .subtitle, .project-card .description{
	margin: 32rem 35rem 32rem 35rem;
	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 13rem; font-size: 19rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;
	width: auto;
}
.project-card .subtitle{
	color: #6E6E6E;
}
.project-card .description p{
	margin:0 0 0.9em 0;
}
.project-card .description p:last-child{
	margin:0;
}
.project-card .description{
	margin-bottom: 73rem;
}
.project-card .gallery{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin:0 auto;
	justify-content: space-between;
	margin-bottom: 73rem;
}
.project-card .gallery figure{
 width:48.5%; padding-bottom:46%;
}


.project-card .project-links{
	width: 100%;
	margin:2em auto 0 auto;
}
.project-card .close-link{
	width: 45.5%; 
	margin-right:3%;
	font-size:3.4vw;
}

#a-projects .next-button, 
#d-projects .next-button, 
.projects-link, 
.archive-link{
	display: none!important;
}

/** Errors */
.error-empty-field,
.error-somwthing-wrong {
	padding-left: 35rem;
}








.cross-open{
	box-sizing: content-box;
	position: relative;	
	padding: 0 0;
    /*float:left;
    clear:left;*/

}

.cross-open .cross-content{
    display: inline-block;
	overflow: hidden;
	margin-top:0; padding-top:0;
	margin-bottom:0; padding-bottom:0;
	box-sizing: content-box;
	transition: 0.5s ease-in-out;
	-ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.cross-open.closed .cross-content{
	max-height: 0vh;
}
.cross-open.opened .cross-content{
	max-height: 30em;	
}
.cross-title{
	position: relative;
	width:100%;
}
.cross-title::after{
	content: '';
	background-image: url(../img/icons/cross-white.svg);
	display: block;
	position: absolute;
	top: 0;
	right: 35rem;
	transform: rotate(0);
	width: 0.8em;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 0.3s ease-in-out;
}
.cross-open.opened .cross-title::after{
	transform: rotate(-45deg);
}
.light .cross-title::after{
	filter: invert(100%);
}



.item i{
	display: none;
}



} /* portrait */