/* IMPORT */
@-ms-viewport {
  width: 100vw;
  min-zoom: 100%;
  zoom: 100%;
}
@viewport {
  width: 100vw;
  min-zoom: 100%;
  zoom: 100%;
}
@-ms-viewport {
  user-zoom: fixed;
  min-zoom: 100%;
}
@viewport {
  user-zoom: fixed;
  min-zoom: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  position: relative;
  cursor: default;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
  outline: none !important;
  backface-visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  visibility: hidden;
  line-height: 0;
  height: 0;
  clear: both;
}
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
table {
  width: 100%;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.table--tall {
  height: 100%;
}
.table--fixed {
  table-layout: fixed;
}
.tr {
  display: table-row;
}
.td {
  display: table-cell;
  vertical-align: top;
}
.flex {
  display: flex;
  width: 100%;
}
.flex--tall {
  height: 100%;
}
.flex--short {
  width: auto;
}
.flex--column {
  flex-direction: column;
  flex-wrap: nowrap;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--ai-start {
  align-items: flex-start;
}
.flex--ai-center {
  align-items: center;
}
.flex--ai-stretch {
  align-items: stretch;
}
.flex--ai-end {
  align-items: flex-end;
}
.flex--jc-start {
  justify-content: flex-start;
}
.flex--jc-center {
  justify-content: center;
}
.flex--jc-between {
  justify-content: space-between;
}
.flex--jc-end {
  justify-content: flex-end;
}
.self--center {
  align-self: center;
}
.nowrap {
  white-space: nowrap;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
img {
  display: block;
}
q {
  quotes: '\00ab' '\00bb';
}
q::before {
  content: open-quote;
}
q::after {
  content: close-quote;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem5YaGs126MiZpBA-UN_r8-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem8YaGs126MiZpBA-U1Ug.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v20/mem5YaGs126MiZpBA-UNirk-VQ.ttf) format('truetype');
}
/* MIXINS */
/* COLORS */
/* COMMON */
html,
body {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
body {
  overflow: hidden;
  background: #000000;
}
#bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#bg canvas {
  width: 140% !important;
  height: 140% !important;
  margin: -20% 0 0 -20%;
}
.scroll {
  width: 100%;
  height: 100%;
}
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle::before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle::before {
  right: -2px;
}
.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  width: 6px;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 1px;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background-color: rgba(255, 255, 255, 0.5);
}
.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background-color: #ffffff;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background-color: #ffc800;
}
.initialYear {
  display: none;
}
.initialYear::after {
  content: '\2014';
}
.initialYear--true {
  display: inline;
}
/* LOADING */
#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 999;
  background-color: #0f0f19;
  transition: .75s ease;
  transition-property: opacity, visibility;
}
#loading-object {
  position: absolute;
  top: 50%;
  width: 100vw;
  height: 2px;
  margin-top: 1px;
  transform-origin: left center;
  transform: scaleX(0.1);
  background-color: #ffffff;
  animation: loading 1s ease infinite alternate;
}
@media (max-width: 460px) {
  #loading-object {
    top: 45vh;
  }
}
@keyframes loading {
  50% {
    background-color: #ffc800;
  }
  100% {
    transform: scaleX(1);
    background-color: #ff4d4e;
  }
}
/* WRAPPER */
#wrap {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
.box {
  display: flex;
  justify-content: space-between;
}
.box--greedy {
  flex: 1 1 auto;
}
.bm_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -10;
  overflow: hidden;
}
/* PAGE */
#page {
  flex: 1 0 auto;
}
/* TYPO */
h1 {
  font-family: 'pnt', sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 100px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 80px;
  color: #ffc800;
}
h1:last-child {
  margin-bottom: 0;
}
h1.normal {
  text-transform: none;
}
h2 {
  font-family: 'pnt', sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 80px;
  line-height: 1.2;
  margin-bottom: 100px;
}
h2:last-child {
  margin-bottom: 0;
}
h3 {
  font-family: 'pnt', sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 60px;
}
h3:last-child {
  margin-bottom: 0;
}
h4 {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
p {
  line-height: 1.8;
  margin-bottom: 24px;
}
p:last-child {
  margin-bottom: 0;
}
.desc {
  padding-right: 33.3333333%;
  margin-bottom: 45px;
}
.desc--full {
  padding-right: 0;
}
.desc--extra {
  padding-right: 0;
  margin-bottom: 0;
}
.desc--extra p {
  font-size: 32px;
}
@media (max-width: 930px) {
  .desc--extra p {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .desc--extra p {
    font-size: 26px;
  }
}
@media (max-width: 460px) {
  .desc--extra p {
    font-size: 22px;
  }
}
.desc p {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 24px;
}
.desc p:last-child {
  margin-bottom: 0;
}
a.link {
  color: #ffc800;
  text-decoration: none;
  background-image: linear-gradient(#ff4d4e, #ff4d4e);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.35s ease;
}
a.link:hover {
  background-size: 100% 1px;
}
/* FOOT */
#foot {
  flex: 0 0 auto;
  background-color: #ffc800;
}
#foot-banner {
  display: block;
  padding: 200px 0 148px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
#foot-banner h2 span {
  position: relative;
  padding-right: 10px;
}
#foot-banner h2 span::after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
  width: 2px;
  background-color: #ff4d4e;
  animation: blinkCursor 1s linear infinite;
}
@keyframes blinkCursor {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}
/* HEAD */
#head {
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
  left: 0;
  height: 47px;
}
/* SECTIONS */
.section {
  position: relative;
}
.section--page {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section--page:first-child {
  padding-top: 120px;
}
.section--page:last-child {
  padding-bottom: 200px;
}
.section--art::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50%;
  background-image: linear-gradient(to bottom, #0f0f19, rgba(15, 15, 25, 0));
}
.section--slider {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #0f0f19;
}
.section--slider h4 {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  text-align: center;
  pointer-events: none;
  margin-bottom: 0;
}
.section--slider.mobile,
.section--slider.art {
  background-color: transparent;
}
.section--slider.art {
  background-color: transparent;
  padding: 0;
}
.section__center {
  width: 100%;
  height: 100%;
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}
.section__container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}
.section__container--head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.section__container--menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 36px;
  padding-bottom: 36px;
}
.section__container--menu .box {
  margin-right: 10px;
}
.section__container--menu .box:last-child {
  margin-right: 0;
}
.section__container--hero,
.section__container--contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section__container--portfolio {
  display: flex;
  flex-direction: column;
}
.section__container--portfolio-switch {
  display: flex;
  flex-direction: column;
  height: auto;
}
.section__container--portfolio-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section__div {
  display: flex;
}
.section__div--center {
  align-items: center;
}
.section__div-part {
  flex: 1 0 0;
}
.section__div-part--half:first-child {
  padding-right: 80px;
}
.section__div-part--half:last-child {
  padding-left: 80px;
}
.section__div-part--third {
  margin-right: 60px;
}
.section__div-part--third:last-child {
  margin-right: 0;
}
.section__div-part--greedy {
  flex: 1 1 auto;
  margin-right: 120px;
}
.section__div-part--solid {
  width: 33.3333333%;
  flex: 0 0 auto;
}
.section__container > .extr {
  font-size: 24px;
  padding-right: 20%;
}
@media (max-width: 768px) {
  .section__container > .extr {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .section__container > .extr {
    font-size: 18px;
  }
}
/* LOGO */
#logo {
  position: absolute;
  top: 100%;
  right: 0;
  width: 60px;
  height: 47px;
  transition: .35s ease;
  transition-property: transform;
  cursor: pointer;
}
#logo:hover .logo-image--yelow {
  opacity: 1;
}
.logo-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .15s ease;
  transition-property: opacity;
}
.logo-image--yelow {
  opacity: 0;
}
/* MENU */
#menu {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  padding-left: 60px;
  background-color: #0f0f19;
  transform: translateY(-100%);
  transition: all .35s ease;
  transition-property: transform;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
}
#menu-close {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 9;
  display: none;
}
#go-home {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 120px;
}
#go-home::before,
#go-home::after {
  content: '';
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  width: 24px;
  height: 52px;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: .15s ease;
  transition-property: opacity;
}
#go-home::before {
  background-image: url('../i/arrow.svg');
}
#go-home:hover::before {
  background-image: url('../i/arrow-hover.svg');
}
/* NAV */
.topnav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 7%;
}
.close-btm {
  height: 50px;
  width: 50px;
  display: none;
}
#nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav {
  position: relative;
  margin-right: 10px;
  min-width: 146px;
}
.nav::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform-origin: left center;
  border-bottom: 1px solid #ff4d4e;
  transform: scaleX(0);
  transition: .15s ease;
  transition-property: transform;
}
.nav a {
  display: block;
  position: relative;
  z-index: 1;
  color: #ffc800;
  font-family: 'pnt', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  line-height: 40px;
  transition: .15s ease;
  transition-property: color;
}
.nav:hover::before {
  transform: scaleX(0.7);
}
.nav:hover a {
  color: #ffc800;
}
.nav--active::before {
  transform: scaleX(0.7);
}
.nav--active a {
  cursor: default;
}
/* LANGS */
#langs {
  display: none;
  margin-left: 30px;
}
#langs:hover .lang {
  background-position: 100% 0;
  color: #ffc800;
}
#langs:hover .lang:hover {
  background-position: 0 0;
  color: #0f0f19;
}
.lang {
  display: block;
  padding: 0 12px;
  line-height: 40px;
  box-shadow: inset 0 0 0 1px #ffc800;
  font-family: 'pnt', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  text-transform: lowercase;
  text-decoration: none;
  text-align: center;
  color: #ffc800;
  background-image: linear-gradient(to right, #ffc800 0%, #ffc800 50%, #0f0f19 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: .15s ease;
  transition-property: color, background-position;
}
.lang:first-child {
  border-radius: 2px 0 0 2px;
}
.lang:last-child {
  border-radius: 0 2px 2px 0;
}
.lang--active {
  cursor: default;
  color: #0f0f19;
  background-position: 0 0;
}
/* HERO */
#hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 580px;
}
@media (max-width: 460px) {
  #hero {
    height: 90vh;
  }
}
#hero-line {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 0;
  height: 2px;
  margin-top: -1px;
  border-radius: 1px;
  background-color: #ffffff;
  transition: width 1s ease;
}
#hero-hide {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 2px;
  background-color: #0f0f19;
  opacity: 0;
  transition: height 1s ease, opacity .1s ease;
  pointer-events: none;
}
#hero-hide.show {
  opacity: 1;
  height: 100%;
}
.hero-box {
  height: 50%;
  display: flex;
  flex-direction: column;
}
.hero-box h1 {
  margin-bottom: 0;
}
.hero-box--top {
  height: 50%;
  justify-content: flex-end;
  margin-bottom: 32px;
}
.hero-box--btm {
  justify-content: flex-start;
}
.hero-link {
  margin-top: 16px;
}
.hero-link a {
  display: inline-block;
  line-height: 1.8;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  background-image: linear-gradient(#ff4d4e, #ff4d4e);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: color 0.15s ease, background-size 0.35s ease;
}
.hero-link a:hover {
  color: #ffc800;
  background-size: 100% 1px;
}
/* COPY */
#copyright {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .5px;
  color: #0f0f19;
  opacity: .6;
}
/* PAGE VIDEO */
.page-video {
  width: 100%;
  height: calc(56.27462015%);
  background-color: #000000;
  position: relative;
}
.page-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-video__play_mob {
  display: none;
}
.page-video__play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  cursor: pointer;
  transition: .15s ease;
  transition-property: opacity;
}
.page-video__play::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border-radius: 50%;
  background-color: rgba(255, 200, 0, 0.6);
  background-image: url('../i/play.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  transition: .35s ease;
  transition-property: background-color;
}
@media (max-width: 460px) {
  .page-video__play::before {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
  }
}
.page-video__progress {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  opacity: 0;
  transition: .15s ease;
  transition-property: opacity;
}
.page-video__progress span {
  display: block;
  height: 100%;
  width: 0;
  background-color: rgba(255, 200, 0, 0.5);
}
.page-video:hover .page-video__play::before {
  background-color: #ffc800;
}
.page-video--playing .page-video__play {
  opacity: 0;
}
.page-video--playing .page-video__progress {
  opacity: 1;
}
/* PAGE IMAGE */
.page-image {
  max-width: 200px;
  margin-right: 20px;
}
@media (max-width: 460px) {
  .page-image {
    max-width: 140px;
    margin: 0 auto;
  }
}
/* presentation */
.presentation__icon {
  width: 140px;
  margin-bottom: 60px;
}
@media (max-width: 460px) {
  .presentation__icon {
    width: 120px;
  }
}
/* PORTFOLIO */
#portfolio {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 640px;
}
#portfolio-switch {
  display: flex;
  padding-top: 60px;
}
#portfolio-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#portfolio-refer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
  background-color: #0f0f19;
  transition: background-color 1s ease;
  transition-delay: 1s;
}
#portfolio-refer.hover {
  background-color: #0f0f19;
  transition-delay: 0s;
}
#portfolio-refer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 1s ease;
  opacity: 0;
}
#portfolio-refer img.show {
  opacity: .5;
}
#portfolio-menu {
  flex: 1 1 100%;
  padding-top: 120px;
  padding-bottom: 80px;
  display: none;
  overflow: hidden;
}
#portfolio-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 100px;
}
#portfolio-menu .os-padding {
  right: 24px;
}
#portfolio.portfolio-nav-is-open #portfolio-menu,
#portfolio.portfolio-nav-is-open #portfolio-refer {
  display: block;
}
#portfolio.portfolio-nav-is-open .portfolio-nav {
  opacity: 0;
  visibility: hidden;
}
#portfolio.portfolio-nav-is-open .portfolio-slide__contents {
  opacity: 0;
}
#portfolio.portfolio-nav-is-open .section__container--portfolio-switch {
  height: 100%;
}
.portfolio-menu-item a {
  font-family: 'pnt', sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 36px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.4;
  background-image: linear-gradient(#ff4d4e, #ff4d4e);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: color 0.15s ease, background-size 0.35s ease;
}
.portfolio-menu-item a:hover {
  background-size: 100% 1px;
}
.portfolio-menu-item a--active a {
  cursor: default;
  background-size: 100% 1px;
}
@media (max-width: 768px) {
  #portfolio-switch {
    padding-top: 20px;
  }
}
.portfolio-switch {
  width: 60px;
  height: 34px;
  position: relative;
  margin-right: 80px;
  cursor: pointer;
}
.portfolio-switch:last-child {
  margin-right: 0;
}
.portfolio-switch span {
  display: block;
  position: absolute;
  transition: .15s ease;
  transition-property: border-color;
}
.portfolio-switch--slider span:nth-child(1) {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 42px;
  height: 34px;
  border: 1px solid #ffffff;
}
.portfolio-switch--slider span:nth-child(2) {
  width: 100%;
  height: 22px;
  top: 50%;
  margin-top: -11px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.portfolio-switch--burger span {
  left: 0;
  width: 100%;
  height: 12px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.portfolio-switch--burger span:nth-child(1) {
  top: 0;
}
.portfolio-switch--burger span:nth-child(2) {
  bottom: 0;
}
.portfolio-switch--active {
  cursor: default;
}
.portfolio-switch--active.portfolio-switch--slider span:nth-child(1) {
  border-color: #ffc800;
}
.portfolio-switch--active.portfolio-switch--slider span:nth-child(2) {
  border-left-color: #ffc800;
  border-right-color: #ffc800;
}
.portfolio-switch--active.portfolio-switch--burger span {
  border-top-color: #ffc800;
  border-bottom-color: #ffc800;
}
.portfolio-slide {
  overflow: hidden;
}
.portfolio-slide__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portfolio-slide__media img,
.portfolio-slide__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.portfolio-slide__media-progress {
  position: absolute;
  right: 20px;
  bottom: 60px;
  left: 20px;
  max-width: 940px;
  height: 2px;
  margin: auto;
  border-radius: 2px;
  overflow: hidden;
  transition: .15s ease;
  transition-property: opacity;
  opacity: 0;
}
.portfolio-slide__media-progress span {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1px;
  height: 100%;
  width: 0;
}
.portfolio-slide__contents {
  position: relative;
  z-index: 4;
  transition: .35s ease;
  transition-property: opacity;
}
.portfolio-slide__contents h2 {
  font-size: 100px;
  margin-bottom: 0;
  z-index: 5;
}
.portfolio-slide__contents h2 a {
  color: #ffc800;
  text-decoration: none;
  background-image: linear-gradient(#ff4d4e, #ff4d4e);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.35s ease;
}
.portfolio-slide__contents h2 a:hover {
  background-size: 100% 1px;
}
.portfolio-slide--playing .portfolio-slide__media-progress {
  opacity: 1;
}
.portfolio-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: 36px;
  height: 80px;
  margin: auto;
  cursor: pointer;
  transition: .35s ease;
  transition-property: opacity, visibility;
}
.portfolio-nav::before,
.portfolio-nav::after {
  content: '';
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: .15s ease;
  transition-property: opacity;
}
.portfolio-nav::before {
  background-image: url('../i/arrow.svg');
}
.portfolio-nav::after {
  background-image: url('../i/arrow--hover.svg');
  opacity: 0;
  z-index: 1;
}
.portfolio-nav:hover::after {
  opacity: 1;
}
.portfolio-nav--prev {
  left: 80px;
}
.portfolio-nav--next {
  right: 80px;
}
.portfolio-nav--next::before,
.portfolio-nav--next::after {
  transform: rotateY(180deg);
}
.portfolio-nav.axina {
  width: 80px;
}
.portfolio-nav.axina::before {
  background-image: url('../pages/arts/axina/i/arrow.svg');
}
.portfolio-nav.axina::after {
  background-image: url('../pages/arts/axina/i/arrow--hover.svg');
  opacity: 0;
  z-index: 1;
}
.portfolio-nav.axina:hover::after {
  opacity: 1;
}
/* TAGS */
.tags {
  display: inline-flex;
  flex-wrap: wrap;
}
.tag {
  margin-right: 15px;
  font-size: 20px;
  font-weight: 600;
}
.tag:last-child {
  margin-right: 0;
}
.tag a,
.tag span {
  display: block;
  white-space: nowrap;
  color: #ffffff;
}
.tag a {
  text-decoration: none;
  transition: .15s ease;
  transition-property: color;
}
.tag a:hover {
  color: #ffc800;
}
/* ART SLIDER */
.art-slide {
  text-align: center;
  margin: auto;
}
/* CONTACT */
#contact {
  height: 100vh;
  min-height: 640px;
}
.contact {
  margin-bottom: 100px;
}
@media (max-width: 980px) {
  .contact h3 {
    font-size: 36px;
  }
}
@media (max-width: 510px) {
  .contact h1 {
    font-size: 52px;
  }
}
@media (max-width: 460px) {
  .contact h1 {
    font-size: 42px;
  }
  .contact h3 {
    font-size: 30px;
  }
}
.contact span {
  letter-spacing: .4px;
}
.contact:last-child {
  margin-bottom: 0;
}
.contact--double {
  display: flex;
  justify-content: space-between;
}
.contact--double .contact__cell:first-child {
  padding-right: 60px;
}
.contact--double .contact__cell:last-child {
  padding-left: 60px;
}
.socials {
  display: flex;
  flex-wrap: wrap;
}
.socials a {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  transition: .15s ease;
  transition-property: color;
  margin-right: 32px;
}
.socials a:last-child {
  margin-right: 0;
}
.socials a:hover {
  color: #ffc800;
}
/* COLOR */
.color--darrk {
  color: #0f0f19;
}
.color--white {
  color: #ffffff;
}
.color--yelow {
  color: #ffc800;
}
.color--black {
  color: #000000;
}
/* BODY STATES */
body.loaded {
  overflow: auto;
}
body.loaded #loading {
  opacity: 0;
  visibility: hidden;
}
body.page-home #foot,
body.page-portfolio #foot,
body.page-contact #foot {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
body.page-home #foot-banner,
body.page-portfolio #foot-banner,
body.page-contact #foot-banner {
  display: none;
}
body.page-home #copyright,
body.page-portfolio #copyright,
body.page-contact #copyright {
  color: #ffffff;
}
body.page-home #wrap {
  transition: opacity 1s ease;
}
body.page-home #wrap.hide {
  opacity: 0;
}
body.page-home #bg {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
body.page-home #menu {
  padding-left: 0;
}
body.page-home #go-home {
  display: none;
}
body.page-portfolio #bg {
  display: none !important;
}
body.menu-is-open {
  overflow: hidden;
}
body.menu-is-open #menu {
  transform: translateY(0);
}
body.menu-is-open #menu-close {
  display: block;
}
body.menu-is-open #logo {
  transform: translateY(-7px);
}
body.menu-is-open #logo .logo-image--yelow {
  opacity: 1;
}
body.menu-is-open #logo .logo-image--white {
  opacity: 0;
}
