/*@media all and (orientation:landscape) and (min-width: 960px){*/
@media screen and (min-width: 960px) and (orientation: landscape){


html{
    margin: 0; 
    padding: 0;
	font-size:calc((1vw + 1.7vh) / 32);
}


.sub-navigation{
	display: none!important;
}

.mobile-only{
	display: none;
}

.close-popup, 
.portfolio .box, 
.navigation-slides li, 
.next-button, 
button, 
#daytime, 
.open svg, 
.close svg, 
a, 
.navbar .up, 
.navbar .down{
	cursor: pointer;
}


body {
	margin: 0; 
	padding: 0;
	/*font-size: calc(0.4vw + 0.6vh);*/
	background: #000000;
	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 16rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;
}



main {
	display: grid;
    grid-template-columns: repeat(20, 5%);
	grid-template-rows: repeat(20, 5%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

}

.display-hide {
	display: none;
}

header {
	position:fixed;
	left: 0; 
	top: 0;
	width: 44%;
	height: 72rem;
	z-index: 9999;
	display:grid;
	grid-template-columns: min-content 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-areas:
    "logo navbar";
    align-items:center;
    justify-items:center;
    /*mix-blend-mode: difference;*/
}

header .logo{
	grid-area: logo;
}
header .logo svg{
	/*position: absolute;
	top: 20.8rem;
	left: 19rem;*/
	width: auto;
	height: 29.63rem;
	margin:0 19rem;
}
header .logo svg path{
    fill: white;
}
.light header .logo svg path{
    fill: black;
}

.cursor {
	border-width: 1rem;
	border-style: solid;
	border-radius: 50%;
}

#navbar-area{
	color: white;
	grid-area: navbar;
	opacity:1;
	transition:1s;
}
.light #navbar-area{
	color: black;
	grid-area: navbar;
}
.light #navbar-area line{
	stroke:black;
}

.navbar {
	/*position: absolute;*/
	display: flex;
	align-items: center;
	z-index: 9997;
	/*grid-column-start: 3;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 1;
	justify-content: center;*/
	/*margin-top: 2em;
	width: 100%;
	height: 2.75em;*/
	font-family: 'Poiret One', Arial, Helvetica, sans-serif;

	font-size: 18rem;
	line-height: 91%;
	text-align: center;
	letter-spacing: 0.015em;
	width: 242rem;
	justify-content: space-between;
	/*mix-blend-mode: difference;*/
}
.light .navbar{
	font-weight:600;
}

.hide-burger #burger-area, 
.hide-navigation #navbar-area{
	opacity: 0;
	pointer-events: none;
}




.informational-tabloid {
	display: flex;
	justify-content: center;
	/*margin: 0 0.5em;
	overflow: hidden;
	font-size: 1.5em;*/
	-webkit-text-stroke: 0.2rem;
}

.informational-tabloid .current {
	/*width: 1.2em;
	text-align: end;*/
}
.informational-tabloid .all::before{
	content:"/";
	display: inline-block;
	margin:0 0.2em;
}
.informational-tabloid .all {
	/*width: 1.2em;
	text-align: start;*/
}

.navbar .up svg,
.navbar .down svg {
	width: 22.67rem;
	height: auto;
}

.navbar img {
	width: 100%;
	height: 100%;
}

.current-title {
    /*position: absolute;
    right: 0px;
    left: .6em;*/
    overflow: hidden;
    text-transform: uppercase;
    font-family: PT Mono;
	font-size: 14rem;
	line-height: 109.5%;
	text-align: center;
	letter-spacing: 0.015em;
	display: none;
}


.services {
	grid-area: services;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr min-content;
	align-items: center;
	justify-content: space-between;
	width: 100%;
    /*align-items: end;
    grid-column-start: 10;
    grid-column-end: 17;
    position: absolute;
    top: 2em;
    width: 100%;
    height: 3.5em;*/

    position: absolute;
    top: 0;
    right: 14.5%;
    height: 72rem;
	width: 35%;
	z-index: 9998;
	opacity: 0;
	transition-duration: 350ms;
	transition-property: opacity; 

    /*mix-blend-mode: difference;*/

}
#daytime{
	justify-self: end;
	height: 20rem;
}


.menu-active .services,
#contact-info .services {
	opacity: 1;
}

.services i.icon:first-child {
	margin-left: 0;
}

.services i.icon:last-child {
	margin-right: 0;
}

.services i.icon svg {	
	width: auto;
	height: 21rem;
}

.services i.icon a {
	font-family: 'PT Mono', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
    display: block;
	line-height: 0;
}

.services i.icon a text {
	line-height: 109.5%;
	font-size: 2.15em;
}

body.two header>.services{
	display:none;
}
body.menu-active header>.services {
  display: flex;
}


#daytime{
	/*grid-area: daytime;*/
	margin-left:-3%;
}
#daytime img{
	width: 100%;
	height: auto;
	margin: auto;
	display: block;
}


#burger-area {
	/*grid-area: burger;*/
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 4rem;
	right: 0;
	width: 4%;
	height: 72rem;
	z-index: 9999;
	mix-blend-mode: difference;
	opacity: 1;
	transition: 350ms;
}

#burger-area .open,
#burger-area .close {
	position: absolute;
}

#burger-area .close {
	opacity: 0;
}


#burger-area svg {
    height: 29.63rem;
    margin: 0 19rem;
}

#burger-area .open svg{
	height: 25.03rem;
	width: auto;
}
/*.light #burger-area .open svg path{
	fill: black;
}*/

/*.lang{
	position: absolute;
	top: 50rem;
	right: 149rem;
	transform: translateY(-50%);
}*/
.lang a{
	display: inline-block;
	text-decoration: none;
	font-family: 'Century Gothic';
	font-style: normal;
	font-weight: normal;
	font-size: 18rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;
	text-transform:uppercase;

}

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%);
}

main>.menu .navigation {
	grid-column-start: 3;
    grid-column-end: 10;
    grid-row-start: 4;
	grid-row-end: 18;
	list-style-type: none;
	padding-top:1em;
}

main>.menu .navigation a {
	text-decoration: none;
	display: block;
	font-family: Druk Text Wide Cyr;
	font-style: normal;
	font-weight: 500;
	font-size: 24rem;
	line-height: 100%;
	letter-spacing: 0.015em;
}

main>.menu .sub-navigation {
	list-style-type: none;
	max-height: 0rem;
	overflow: hidden;
	transition: 450ms;
	margin: 0;
	padding: 0;
}

main>.menu .navigation .item.active .sub-navigation {
	max-height: 400rem;
	overflow: hidden;
}

main>.menu .sub-navigation li:first-child {
	margin-top: 0.4em;
}

main>.menu .sub-navigation li:last-child {
	margin-bottom: 1.5em;
}

main>.menu .sub-navigation a {
	text-decoration: none;
	width: 100%;
	display: block;
	font-family: 'PT mono';
	font-style: normal;
	font-weight: 700;
	font-size: 18rem;
	line-height: 157%;
	letter-spacing: 0.015em;
}

.lang a {
	font-family: 'Druk Text Wide Cyr';
	font-size: 16rem;
}

main>.menu .feedback {
    grid-column-start: 11;
    grid-column-end: 18;
    grid-row-start: 4;
    grid-row-end: 18;
}

main>.menu .feedback h2 {
	margin-top: 0;
	margin-bottom: 32rem;
	line-height: 114%;
}

main>.menu .feedback h2 span {
	/*font-family: Poiret One;
	font-size: 72rem;
	line-height: 114%;
	letter-spacing: 0.015em;
	font-weight: normal;*/

	font-family: Druk Text Wide Cyr;
	font-style: normal;
	font-weight: 500;
	font-size: 48rem;
	line-height: 114%;
	letter-spacing: 0.015em;
}

main>.menu input,
main>.menu textarea {
	width: 100%;
	outline: none;
	border: none;
	margin-bottom: 2.25em;
	padding:.75em 0;
	background-color: transparent;
	border-bottom: 1px solid;

	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 18rem;
	line-height: 114%;
	letter-spacing: 0.015em;
}

main>.menu input::placeholder,
main>.menu textarea::placeholder {
	color: #9B9B9B;
}

main>.menu textarea.message.feedback-element {
    resize: none;
    max-height: 120rem;
    margin-bottom: 7em !important;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

main>.menu textarea.message.feedback-element::-webkit-scrollbar { 
    width: 0; 
}

main>.menu button {
	width: 100%;
	height: 4.3em;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin-top: -12rem;
	transition: 400ms;
	transition-property: background-color, color;
	font-family: 'Druk Text Wide Cyr', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18rem;
	line-height: 91%;
	text-align: center;
	letter-spacing: 0.3em;
}

.lang a {
	color: white;
}


#burger-logo{
	grid-column-start: 3;
    grid-column-end: 8;
    grid-row-start: 18;
    grid-row-end: 20;
}
#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;
	color: transparent;
	-webkit-text-stroke: 0.02em white;
}
.light #burger-logo .title{
	-webkit-text-stroke: 0.02em black;
}
#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;
	margin-top:11rem;
	text-transform: uppercase;
}

#contact-information{
	grid-column-start: 8;
    grid-column-end: 13;
    grid-row-start: 18;
    grid-row-end: 20;

    font-family: Druk Text Wide Cyr;
	font-style: normal;
	font-weight: 900;
	font-size: 18rem;
	line-height: 157%;
	letter-spacing: 0.015em;
}
#contact-information .city{
	margin-bottom:0.9em;
}
#contact-information a{
	text-decoration: none
}

.more-content {
	display: none;
}

/** Popup */
.popup-container {
	opacity: 0;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index:99999;
	-webkit-backdrop-filter: blur(20rem);
	backdrop-filter: blur(20rem);
	transition: 300ms;
	transition-property: opacity;
}

.popup-container.show {
	opacity: 1;
}


.popup-container .content, .popup-container .content h3{
	font-family: PT Mono;
	font-style: normal;
	font-weight: normal;
	font-size: 16rem;
	line-height: 109.5%;
	letter-spacing: 0.015em;
	margin: 0;
}
.popup-container .content h3{
	margin-top: 2.6em;
	margin-bottom: 0.2em;
}
.popup-container .content h2{
	font-family: Druk Text Wide Cyr;
	font-style: normal;
	font-weight: 900;
	font-size: 24rem;
	line-height: 100%;
	letter-spacing: 0.015em;
	margin-top:0;
}
.popup-container .content ul{
	margin: 0;
	padding: 0;
}
.popup-container .content li{
	display: flex;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.popup-container .content li:before{
	content: '-';
	margin-right: 0.6em;
}
.popup-container .content p{
	margin: 1.25em 0;
}

.popup-container .content{	
	padding: 126rem 142rem;
    height: calc(100% - 252rem);
    overflow: auto;
    position: relative;
}

.popup-container .close-popup svg{
	position:absolute;
	top: 25rem;
	right: 25rem;
	width: 22rem;
	height: 22rem;
}
.light .popup-container .close-popup line{
	stroke: black;
}

} /* desktop end */


/* all sizes */
.pswp__zoom-wrap{
	transform:none!important;
}
.pswp__img{
	width:100vw!important;
	height:100vh!important;
	object-fit:contain;
	object-position:center;
}
.pswp__caption{
	display: none;
}
/* all sizes end*/


/** Errors */
.error-empty-field,
.error-somwthing-wrong {
	color: red;
	display: none;
}

.error-empty-field.active,
.error-somwthing-wrong.active {
	display: block;
}

.item i{
	font-style: normal;
}