/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/** STYLES **/
* {
	box-sizing: border-box;
}
 html, body{
  position: relative;
  height: 100%; 
}
body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  background-color: #232323;
}
a[data-rel] {
	transition-duration: .3s;
	cursor: pointer;
}
a[data-rel]:hover {
	color: #ffffff;
}
.hidden-alt {
	opacity: 0 !important;
	pointer-events: none !important;
}
.logo {
	position: fixed;
	top: 0;
	left: 0;
	top: 50px;
    transform: translateX(-50%);
    left: 8.4%;
	width: 151px;
    height: 75px;
	/*width: 17%;
    height: 20%;*/
	/*top: 60px;
	left: 85px;
	background-image: url(../../uploads/images/logo.png);
	background-size: 100%;
	width: 100%;
	height: 100%;
	max-width: 151px;
	max-height: 75px;*/
	z-index: 12;
	-webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.logo img {
	width: 100%;
	max-width: 151px;
	height: auto;
}
/*.logo::after {
	content: '';
    background-image: url(../../uploads/images/logo.png);
    background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
    width: 151px;
    height: 75px;
    position: absolute;
    top: 60px;
    transform: translateX(-50%);
    left: 50%;
}*/
.top-nav {
	position: fixed;
	top: 73px;
	right: 80px;
	display: flex;
	align-items: center;
	z-index: 2;
	transition-duration: .4s;
}
.top-nav a {
	color: #cfcfcf;
	font-size: 22px;
	font-weight: 300;
	margin: 0 25px;
	transition-duration: .3s;
	cursor: pointer;
	user-select: none;
}
.top-nav a:last-child {
    margin-right: 0;
}
.top-nav a:hover {
	color: #ffffff;
}
.top-nav .nav-trigger {
	display: inline-block;
	height: 25px;
}

.bar1, .bar2, .bar3 {
	width: 27px;
	height: 2px;
	background-color: #cfcfcf;
	margin-top: 6px;
	transition: 0.4s;
}
.top-nav .nav-trigger:hover > div {
	background-color: #ffffff;
}
.opened .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 3px) ;
	transform: rotate(-45deg) translate(-9px, 3px) ;
}
.opened .bar2 {
	opacity: 0;
}
.opened .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -3px) ;
	transform: rotate(45deg) translate(-8px, -3px) ;
}

.to-next {
	position: absolute;
	background-image: url(../../uploads/images/arrow_down.png);
	background-size: 16px 18px;
    background-position: center;
    background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	max-width: 16px;
	max-height: 18px;
	left: 50%;
	top: calc(100% - 35px);
	transform: translate(-50%, -50%);
	padding: 20px;
	z-index: 2;
	cursor: pointer;
	transition-duration: .3s;
	-webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.particles {
	position: relative;
	grid-area: 1 / 1 / 2 / 2;
}

.particles-canvas {
	position: absolute;
	pointer-events: none;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
}

.particles-wrapper {
	position: relative;
	display: inline-block;
	overflow: hidden;
	will-change: transform;
}

.particles-button {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	border-radius: 5px;
	border-radius: var(--radius-button);
	background: var(--color-button-bg);
	color: var(--color-button-text);
	border: 0;
	border: var(--border-button);
	margin: 0;
	padding: 1.5rem 3rem;
	padding: var(--button-padding);
	will-change: transform;
}

.particles-button:focus {
	outline: none;
}

.no-js .particles-button {
	grid-area: 1 / 1 / 2 / 2;
}

.sheetA-slider .to-next{
	opacity: .8;
}
.sheetA-slider .to-next:hover {
    opacity: 1;
}
.container, .slider, .page {
	height: 100%;
	margin: 0;
}

.container {
	width: 100vw;
	/*perspective: 1200px;*/
	/*transform-style: preserve-3d;*/
}

/* Swiper */
.swiper-container {
  width: 100%;
  height: 100%;
  background: #232323;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #232323;
  background-size: cover;
}
.swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slide-title {
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.mask-slide {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
}

/* Cursor */
.cursor {
  position: fixed;
  top: -8px;
  left: -8px;
  transform: translateX(-16px) translateY(-16px);
  z-index: 10003;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity .6s ease-in-out;
		  transition: opacity .6s ease-in-out;
}

.cursor__inner {
  width: 16px;
  height: 16px;
  opacity: 0.75;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/** SHEETS **/
.swiper-pagination {
	left: 0px;
	width: 17%;
    flex-direction: column;
    display: flex;
    align-items: center;
}
.swiper-pagination .swiper-pagination-bullet {
	background: none;
    opacity: .75;
	width: 6px;
	height: 6px;
	border: 5px transparent solid;
    padding: 3px;
    box-shadow: inset 0 0 0px 8px #fff;
	transition-duration: .3s;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: transparent !important;
	box-shadow: none;
    border: 1px solid #ffffff;
	width: 7px;
	height: 7px;
}

.work-detail-pagination .swiper-pagination-bullet {
	background: none;
	border: 5px transparent solid;
    padding: 3px;
    box-shadow: inset 0 0 0px 8px rgba(0, 0, 0, .85);
}
.work-detail-pagination .swiper-pagination-bullet-active {
	border: 1px solid rgba(0, 0, 0, .85);
	 box-shadow: none;
}
.work-detail-slider .to-next {
	filter: invert(1);
    opacity: 0.8;
	transition-duration: .3s;
}
.to-next:hover {
    opacity: 1;
}
/** PAGES **/
.sheet {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;	
}
.sheet-active {
	opacity: 1;
	transform: translateX(initial);
	pointer-events: auto;
}
.sheet-active.animated {
	transition-duration: .3s;
}
.page {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	flex-direction: column;
	background-color: #232323;
	z-index: 2;
	overflow: hidden;
}
.page p {
	line-height: 1.25em;
}

/* Main page */
.whowhat-page, .where-page {
	flex-direction: row;
	/*transition-duration: .3s;*/
	height: auto;
}
.page .bg-col {
	min-width: 17%;
	background-repeat: no-repeat;
}
.whowhat-page.swiper-slide {
	background: linear-gradient(to right, rgb(35,35,35) 50%, rgb(35,35,35) 50%);
    background-size: 200% 100% !important;
    background-position: right bottom;
    transition-property: background;
    transition-duration: .3s;
	transition-delay: .15s;
    transition-timing-function: linear;
}
.whowhat-page .bg-col .white-sheet{
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .12;
	transition-duration: .3s;
}
.whowhat-page .bg-col .white-sheet.inactive{
	opacity: 0;
}

.page .main-col {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center; /*start*/
	padding: 3.2% 5.2% 0; /*13.2*/
	text-align: left;
}
.page .main-col.has-submenu {
	width: 45.3%;
}
.page .main-col h3 {
	font-size: 30px;
	font-weight: 300;
	color: #cfcfcf;
	margin: 0 0 25px;
}
.page .main-col h4 {
	font-size: 22px;
	font-weight: 300;
	color: #cfcfcf;
	margin: 0 0 25px;
}
.page .main-col > div {
	font-size: 16px;
	font-weight: 300;
	color: #cfcfcf;
}

.page .main-col a {
	color: #efefef;
}
.page .main-col a:hover {
	color: #ffffff;
}

.landing-page {
    position: relative;
    z-index: 11;
}

.whowhat-page .submenu-col {
	width: 26.5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 4%;
	/*margin-top: 13.2%;
	margin-bottom: 5%;*/
	margin-right: 10%;
	position: relative;
	text-align: left;
	height: 100%;
	
}
.whowhat-page .submenu-col ul {
	list-style-type: none;
	margin: 0;
}
.whowhat-page .submenu-col li {
	margin-bottom: 40px;
}
.whowhat-page .submenu-col li:last-child {
	margin-bottom: 0;
}
.whowhat-page .submenu-col a {
	position: relative;
	display: block;
	width: fit-content;
	color: #cfcfcf;
	font-size: 30px;
	text-decoration: none;
	cursor: pointer;
	transition-duration: .3s;
	user-select: none;
}
.whowhat-page .submenu-col a.active,
.whowhat-page .submenu-col a:hover {
	color: #ffffff;
}

.whowhat-page .text-hidden {
	opacity: 0;
	position: absolute;
	top: -100vh;
	pointer-events: none;
}

.where-page address {
	font-style: normal;
}
.where-page address span{
	display: inline-block;
	margin-right: 20px;
}
.where-page form > div {
	margin-bottom: 35px;
}
.where-page label {
	margin-right: 20px;
	width: 15%;
	display: inline-block;
	vertical-align: sub;
}
.where-page input[type=text] {
	background: none;
	border: 0;
	border-bottom: 1px solid #656565;
	width: 75%;
	color: #c1c1c1;
    font-weight: 300;
	font-size: 18px;
}
.where-page button[type=submit] {
	width: 22px;
	height: 22px;
	border: 0;
	background-color: #0084ff;
	border-radius: 50%;
	float: right;
	margin-right: 7%;
	transition-duration: .4s;
}
.where-page button[type=submit]:hover {
	transform: scale(1.5);
}
.works-page {
	/*position: absolute;
	top: 0;*/
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 22%;
}
.works-page .bgwall {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	pointer-events: none;
	will-change: transform;
}
.works-page .bgwall.active {
	opacity: 1;
}

.works-menu {
	position: relative;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	text-align: left;
    /*width: 68%;*/
	user-select: none;
}
.works-menu.collapsed {
	opacity: 0;
	pointer-events: none;
}
.works-menu ul {
    list-style-type: none;
}
.works-menu li {
	margin-bottom: calc(1% + 0.1vh); /*30px*/
}

.works-menu a {
	display: block;
	font-size: 50px;
	color: rgba(255,255,255, 0.75);
	transition-duration: .3s;
	/*margin-bottom: calc(2% + 2.65vh);*/ /*35px*/
}

.works-menu li:last-child {
    margin-bottom: unset;
}

.works-menu .slide-horizontal .char:before,
.works-menu .slide-horizontal .char:after {
	color: rgba(255,255,255, 0.75);
}
.works-menu .slide-horizontal .char:before {
	color: #ffffff;
}
.works-menu a:hover {
	color: #ffffff;
	font-weight: 400;
}

.works-floating {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-52%);
	transition-duration: .3s;
	z-index: 2;
    /*width: 18%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 13.2%;*/
}
.works-floating a {
	color: #cfcfcf;
	font-size: 22px;
	font-weight: 300;
	margin-right: 88px;
    padding-right: 30px;
	transition-duration: .3s;
}
.works-floating a:after {
	content: '';
    width: 18px;
    height: 16px;
    position: absolute;
    background-image: url(../../uploads/images/arrow_right.png);
    margin-left: 10px;
    top: 6px;
	opacity: .7;
	transition-duration: .3s;
}
.works-floating a:hover::after{
	opacity: 1;
}

.text-init, .text-after {
	transition-duration: .3s;
}

.mask-slider .swiper-container {
	height: 100vh;
}
.vertical-scroll-slider {
	max-width: 1139px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-height: 676px;
    width: 100%;
	border: 45px #000000 solid;
	border-radius: 20px;
}
.work-detail {
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
	height: 100%;
	/*transform: translateX(100vw) translateY(100vh);
	opacity: 0;
	pointer-events: none;*/
}
.work-detail > div {
	width: 100%;
	height: 100%;
}
.work-detail.active {
	opacity: 1;
	pointer-events: auto;
}

.work-detail .swiper-slide {
	background-size: cover;
	background-color: #b5b5b5;
	background-position: center;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
.work-detail-info {
	position: fixed;
    right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 13px;
    z-index: 11111;
    color: rgba(0, 0, 0, 0.7);
    width: 10vw;
    top: 0;
    height: calc(100vh - 70px);
    text-align: right;
	opacity: 0;
	transition-duration: .3s;
    pointer-events: none;
}
.work-detail-info.active {
	opacity: 1;
}
.work-detail-info h3{
	font-size: 15px;
	margin: 0;
	margin-bottom: 5px;
	font-weight: normal;
}
.work-detail-info :nth-child(3){
	margin-top: 15px;
}
.work-detail-info span{
	display: block;
	font-size: 15px;
	font-weight: 500;
}
.work-detail-nav {
	position: fixed;
    left: 87px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: flex-end;
    z-index: 11111;
    color: rgba(0, 0, 0, 0.7);
    max-width: 7.9%;
    top: 0;
    height: calc(100vh - 70px) !important;
    text-align: left;
	opacity: 1;
	transition-duration: .3s;
    pointer-events: none;
}
.work-detail-nav a {
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
	transition-duration: .3s;
	pointer-events: auto;
}
.work-detail-nav a:hover {
	color: rgba(0, 0, 0, 1);
}
.footer {
	position: fixed;
	padding: 0 0 0 5.2%;
	margin-left: 17%;
	left: 0;
	bottom: 70px;
	display: flex;
	/*height: 100px;*/
    flex-direction: row;
    justify-content: space-between;
	align-items: baseline;
	font-size: 13px;
	z-index: 2;
	width: calc(100% - 17% - 100px);
	/*margin-bottom: 70px;*/
	color: #cfcfcf;
	pointer-events: none;
	transition-duration: .3s;
}

.social {
	font-size: 15px;
	
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 220px;
	pointer-events: auto;
	transition-duration: .3s;
}
.social a {
	transition-duration: .3s;
	cursor: pointer;
}
.social a:hover {
	color: #ffffff;
}
.copyright {
	font-size: 12px;
	font-weight: 500;
	color: #cfcfcf;
	display: flex;
	flex-direction: row;
	width: 100%;
	max-width: 158px;
	justify-content: space-between;
	pointer-events: auto;
	transition-duration: .3s;
	cursor: default;
}

@media screen and (max-width: 1400px) {
	.whowhat-page .submenu-col a {
		font-size: calc(22px + 0.3vw);
	}
}
@media screen and (max-width: 1280px) {
	/*.logo {
		left: 2.0vw;
	}*/
	.logo::after {
		background-size: 80%;
		top: 28px;
	}
	.top-nav {
		right: 30px;
		top: 52px;
	}
	
	.whowhat-page .submenu-col {
		width: 25.5%;
	}
	.works-floating {
		right: -48px;
	}
	.swiper-slide {
		background-position: center;
	}
	.work-detail-nav {
		left: 47px;
		max-width: 9.9%;
	}
	.work-detail-nav a {
		font-size: 16px;
	}
	.vertical-scroll-slider {
		max-width: 72%;
		height: auto;
	}
}

@media screen and (max-height: 900px) {
	.whowhat-page .submenu-col li {
		margin-bottom: 15px;
	}
}