/* quicksand-regular - latin_latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DQ.woff2) format("woff2"), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7Cw.woff) format("woff"), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7CA.ttf) format("truetype");
  /* Safari, Android, iOS */ }

/* quicksand-700 - latin_latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCoYbw.woff2) format("woff2"), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCoYaQ.woff) format("woff"), url(https://fonts.gstatic.com/s/robotocondensed/v16/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCoYag.ttf) format("truetype");
  /* Safari, Android, iOS */ }

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  font-size: 1.125rem;
  font-family: 'Roboto Condensed', sans-serif; }

h1 {
  font-size: 2.375rem;
  margin-top: 0;
  margin-bottom: 1rem; }
  @media (min-width: 33.75em) {
    h1 {
      font-size: 3rem; } }

h2 {
  margin: 1.25rem 0 0.8125rem;
  border-bottom: 0.25rem solid #f5d705;
  display: inline-block;
  line-height: 1.4; }

p {
  padding: 0;
  margin: 0; }

hr {
  width: 50%;
  margin: 2.8125rem 0;
  height: 0.125rem;
  background: #1f1f1f;
  clear: both;
  border: 0; }

.container {
  width: 92%;
  max-width: 91.25rem;
  margin: auto; }

.header {
  width: 100%;
  height: 100%;
  background: #f5d705;
  display: flex;
  align-items: center; }

.cl {
  width: 100%;
  display: block;
  clear: both; }

#phase_viewer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 600;
  color: red;
  font-weight: 700; }

.flex {
  display: flex; }
  .flex--wrap {
    flex-wrap: wrap; }
  .flex--center {
    align-content: center;
    align-items: center; }

.phase1 .open_line::after, .phase1 .open_line::before {
  transition: width 1.2s;
  transition-timing-function: cubic-bezier(0.81, 1.18, 0.32, 1);
  width: 50%; }

.phase1 .pupil {
  transition: transform .8s .65s;
  transform: scale(1);
  opacity: 1; }

.phase1 .button_city {
  display: none; }

.phase2 .open_line::after, .phase2 .open_line::before {
  width: 50%; }

.phase2 .pupil {
  transform: scale(1);
  opacity: 1;
  animation: pulse 2.4s infinite; }
  .phase2 .pupil::before {
    animation: pulse-line 2.4s infinite; }
  .phase2 .pupil::after {
    animation: pulse-circle 2.4s infinite; }

.phase2 .button_city {
  display: none; }

.phase2-1 .button_city {
  opacity: 1; }

.phase2-1 .start_conv-wrap {
  display: none; }

.phase3 .eye-bg,
.phase3 .eyelid {
  transform: scale(1, 1.25); }

.phase3 .start_conv-wrap {
  opacity: 0;
  pointer-events: none; }

.phase3 .button_city {
  display: none; }

.phase3 .pupil {
  opacity: 1;
  transform: scale(0.4);
  animation: pupil_shrink .2s, pupil-shake .1s .15s 10; }
  .phase3 .pupil-text {
    opacity: 0; }

@keyframes pupil_shrink {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.4); } }

@keyframes pupil-shake {
  0% {
    transform: scale(0.4) translateX(-5%); }
  100% {
    transform: scale(0.4) translateX(5%); } }

@keyframes blink {
  0% {
    transform: scale(1, 1.25); }
  20% {
    transform: scale(1, 0.15); }
  80% {
    transform: scale(1, 0.15); }
  100% {
    transform: scale(1, 1.25); } }

@keyframes pupil_lookaround {
  0% {
    transform: scale(0.4) translateX(0); }
  30% {
    transform: scale(0.4) translateX(200%); }
  40% {
    transform: scale(0.4) translateX(200%); }
  70% {
    transform: scale(0.4) translateX(-200%); }
  80% {
    transform: scale(0.4) translateX(-200%); }
  100% {
    transform: scale(0.4) translateX(0); } }

.phase3-1 .eye-bg,
.phase3-1 .eyelid {
  transform: scale(1, 1.25);
  animation: blink 2.2s 1; }

.phase3-1 .pupil {
  opacity: 1;
  transform: scale(0.4);
  animation: pupil_lookaround 2s 1; }
  .phase3-1 .pupil-text {
    opacity: 0; }

.phase3-1 .start_conv-wrap {
  opacity: 0;
  pointer-events: none; }

.phase3-1 .button_city {
  display: none; }

.phase3-2::before, .phase3-2::after {
  content: '';
  width: 100%;
  height: 0; }

.phase3-2 .eye-bg,
.phase3-2 .eyelid {
  transform: scale(1, 1.25); }

.phase3-2 .start_conv-wrap {
  opacity: 0;
  pointer-events: none; }

.phase3-2 .button_city {
  display: none; }

.phase3-2 .pupil {
  opacity: 1;
  transform: scale(1);
  transition: transform .8s; }
  .phase3-2 .pupil-text {
    opacity: 1;
    background: #f5d705;
    border-radius: 50%;
    font-size: 2.5rem;
    margin: auto;
    color: #1f1f1f;
    width: 60%;
    height: 60%;
    transform: scale(1);
    animation: pupil_yellow_pulse 1.2s 2s infinite alternate;
    transition: opacity .9s 1.5s, color .9s 2s; }
    .phase3-2 .pupil-text:before {
      content: '';
      width: 90%;
      height: 90%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      border-radius: 50%;
      box-sizing: border-box;
      border: 0.0625rem solid #1f1f1f; }
  .phase3-2 .pupil:active {
    transform: scale(0.9);
    transition: transform .2s; }

@keyframes pupil_yellow_pulse {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.9); } }

.phase3-3::before, .phase3-3::after {
  content: '';
  width: 100%;
  background: #1f1f1f;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  transition: height .3s;
  height: 1.25rem; }
  @media (min-width: 33.75em) {
    .phase3-3::before, .phase3-3::after {
      height: 3.75rem; } }

.phase3-3:after {
  bottom: 0;
  top: auto; }

.phase3-3 .eye {
  border: 1.25rem solid #1f1f1f;
  transition: border-width .3s; }
  @media (min-width: 33.75em) {
    .phase3-3 .eye {
      border-width: 3.75rem; } }

.phase3-3 .eye-bg,
.phase3-3 .eyelid {
  transform: scale(1, 1.25);
  animation: blink-wider 2s 1; }

.phase3-3 .pupil {
  opacity: 1;
  transform: scale(1);
  width: 18.75rem;
  height: 18.75rem;
  animation: pupil-shake-big .1s .1s 24; }
  .phase3-3 .pupil-text {
    opacity: 0; }

.phase3-3 .start_conv-wrap {
  opacity: 0;
  pointer-events: none; }

.phase3-3 .button_city {
  display: none; }

@keyframes blink-wider {
  0% {
    transform: scale(1, 1.25); }
  20% {
    transform: scale(1, 0.25); }
  80% {
    transform: scale(1, 0.25); }
  100% {
    transform: scale(1, 1.25); } }

@keyframes eye-border1 {
  0% {
    border-width: 3.75rem; }
  100% {
    border-width: 0; } }

@keyframes eye-border2 {
  0% {
    height: 3.75rem; }
  100% {
    height: 0; } }

@keyframes pupil-shake-big {
  0% {
    transform: scale(1) translateX(-5%); }
  100% {
    transform: scale(1) translateX(5%); } }

.phase3-4 {
  /*transition: background-color .6s 4s;
    background: $color_gray_darkest;*/ }
  .phase3-4::before, .phase3-4::after {
    content: '';
    width: 100%;
    background: #1f1f1f;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 30;
    height: 1.25rem; }
    @media (min-width: 33.75em) {
      .phase3-4::before, .phase3-4::after {
        height: 3.75rem; } }
  .phase3-4:after {
    bottom: 0;
    top: auto; }
  .phase3-4 .eye {
    border: 1.25rem solid #1f1f1f; }
    @media (min-width: 33.75em) {
      .phase3-4 .eye {
        border-width: 3.75rem; } }
  .phase3-4 .eye-bg,
  .phase3-4 .eyelid {
    transform: scale(1, 1.25); }
  .phase3-4 .pupil {
    opacity: 1;
    transform: scale(1);
    width: 18.75rem;
    height: 18.75rem;
    animation: pupil-sizeup 4.5s 1 forwards;
    max-width: none;
    max-height: none; }
    .phase3-4 .pupil-text {
      opacity: 0; }
  .phase3-4 .eyelid svg {
    fill: #1f1f1f;
    transition: fill .6s 4s; }
  .phase3-4 .eyelid::before, .phase3-4 .eyelid::after {
    background: #1f1f1f;
    transition: background .6s 4s; }
  .phase3-4 .start_conv-wrap {
    opacity: 0;
    pointer-events: none; }
  .phase3-4 .button_city {
    display: none; }

@keyframes pupil-sizeup {
  0% {
    width: 18.75rem;
    height: 18.75rem; }
  20% {
    width: 6.25rem;
    height: 6.25rem; }
  30% {
    width: 6.25rem;
    height: 6.25rem; }
  100% {
    width: 100%;
    height: 100%; } }

.phase3-5 {
  background: #1f1f1f; }
  .phase3-5 .eye,
  .phase3-5 .start_conv-wrap,
  .phase3-5 .button_city {
    display: none; }

.open_line {
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 1;
  transition: opacity .2s; }
  .open_line::after, .open_line::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background: #1f1f1f;
    transition: width 1.5s;
    transition-timing-function: cubic-bezier(0.51, 1.18, 0.32, 1); }
  .open_line::before {
    left: 0; }
  .open_line::after {
    right: 0; }
  .open_line.inactive {
    opacity: 0; }

.eye {
  position: absolute;
  width: 100%;
  height: 100vh;
  padding-bottom: 100vh;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 250vh;
  z-index: 20;
  box-sizing: border-box; }

.eye-bg {
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  position: absolute;
  z-index: 1;
  transition: transform .4s;
  transition-timing-function: cubic-bezier(0.51, 1.18, 0.32, 1.4);
  transform: scale(1, 0); }

.eye-inner {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform .4s;
  transition-timing-function: cubic-bezier(0.51, 1.18, 0.32, 1.4);
  /*transform: scale(1, 0);*/ }

.eyelid {
  width: 100%;
  padding-bottom: 27.173%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
  transform: scale(1, 0);
  transition: transform .4s;
  transition-timing-function: cubic-bezier(0.51, 1.18, 0.32, 1.4);
  pointer-events: none; }

.eyelid-top {
  bottom: 50%;
  transform-origin: 0 100%; }

.eyelid-bottom {
  top: 50%;
  transform-origin: 0 0%; }

.eyelid svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  fill: #f5d705; }

.eyelid-top svg {
  bottom: 0; }

.eyelid-bottom svg {
  top: 0; }

.eyelid:after,
.eyelid:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  background: #f5d705;
  transition: backgound .4s; }

.eyelid-bottom:before {
  top: 99%;
  bottom: auto; }

.eyelid-top:before {
  bottom: 99%;
  top: auto; }

.eyelid:after {
  display: none;
  height: 100%;
  background: purple; }

.eyelid-bottom:after {
  top: 0%;
  bottom: auto; }

.eyelid-top:after {
  bottom: 0%;
  top: auto; }

.pupil {
  width: 18.75rem;
  height: 18.75rem;
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  background: #1f1f1f;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0);
  opacity: 0;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media screen and (orientation: landscape) {
    .pupil {
      max-width: 50vh;
      max-height: 50vh; } }
  @media screen and (orientation: portrait) {
    .pupil {
      max-width: 50vw;
      max-height: 50vw; } }
  .pupil::after, .pupil::before {
    content: '';
    position: absolute;
    background: transparent;
    border: 3px solid #1f1f1f;
    width: 100%;
    height: 100%;
    z-index: -1;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1); }
  .pupil::after {
    border: 0;
    background: rgba(31, 31, 31, 0.5); }
  .pupil-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f5d705;
    font-size: 1.875rem;
    font-weight: 300; }
    @media (min-width: 33.75em) {
      .pupil-text {
        font-size: 2.25rem; } }
    @media (min-width: 88.75em) {
      .pupil-text {
        font-size: 3.75rem; } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.1); }
  20% {
    transform: scale(1); }
  35% {
    transform: scale(1.1); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }

@keyframes pulse-line {
  0% {
    opacity: 0;
    transform: scale(1); }
  25% {
    opacity: 0;
    transform: scale(1); }
  38% {
    opacity: 1; }
  80% {
    opacity: 0;
    transform: scale(1.6); } }

@keyframes pulse-circle {
  0% {
    opacity: 0;
    transform: scale(1); }
  8% {
    opacity: 0;
    transform: scale(1); }
  20% {
    opacity: 1;
    transform: scale(1.2); }
  70% {
    opacity: 0;
    transform: scale(1); } }

.start_conv-wrap {
  position: relative;
  margin: auto;
  max-width: 32.5rem;
  top: 25vh;
  min-width: 20rem;
  width: 80vw;
  z-index: 60;
  text-align: center;
  display: none; }
  @media (min-width: 62em) {
    .start_conv-wrap {
      display: block; } }
  .start_conv-wrap.conv2 {
    margin-left: 1.25rem;
    text-align: left; }
  .start_conv-wrap.conv3 {
    margin-right: 1.25rem;
    text-align: right; }
  .start_conv-wrap.conv6, .start_conv-wrap.conv5 {
    top: -25vh; }
    .start_conv-wrap.conv6 .start_conv, .start_conv-wrap.conv5 .start_conv {
      bottom: 0;
      top: auto; }

.start_conv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  height: 0;
  pointer-events: none;
  transition: opacity 0; }
  .start_conv.active {
    pointer-events: auto;
    opacity: 1;
    height: auto;
    transition: opacity .3s;
    transition-delay: .3s; }

#start_conv1.active {
  transition-delay: .6s; }

.button {
  display: inline-block;
  border: 2px solid #000;
  padding: 0.625rem;
  cursor: pointer; }
  @media (min-width: 33.75em) {
    .button {
      padding: 0.625rem 1.25rem; } }

.button_city {
  overflow: auto;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 30;
  transition: opacity .2s;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-sizing: border-box;
  opacity: 0; }
  @media (min-width: 33.75em) {
    .button_city {
      padding: 20px; } }
  .button_city.active {
    opacity: 1; }
  .button_city-title {
    padding: 20px 0;
    margin: auto;
    width: 100%;
    text-align: center; }
    .button_city-title .button {
      margin-bottom: 0; }
  .button_city .button {
    margin: 0.625rem;
    position: relative;
    z-index: 1;
    transition: color .2s; }
    .button_city .button::before {
      content: '';
      position: absolute;
      top: -0.625rem;
      left: -0.625rem;
      width: calc(100% + 1.25rem);
      height: calc(100% + 1.25rem);
      z-index: -1; }
    .button_city .button::after {
      content: '';
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 0;
      background: #000;
      transition: height .2s;
      left: 0;
      bottom: 0; }
    .button_city .button.active {
      color: #f5d705; }
      .button_city .button.active::after {
        height: 100%; }
  .button_city-modal {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
    pointer-events: none;
    text-align: center; }
    .button_city-modal .inner {
      display: inline-block;
      position: relative;
      top: -1.875rem;
      background: #000;
      color: #f5d705;
      padding: 1.625rem 2.5rem;
      border: 0.25rem solid #f5d705;
      outline: 0.125rem solid #000;
      outline-offset: 0;
      overflow: hidden;
      transform: translateY(-100%);
      transition: transform .8s;
      font-size: 1.375rem;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .button_city-modal .button {
      border-color: #f5d705;
      display: inline-block;
      width: 42%;
      margin: 0 3%;
      vertical-align: middle;
      box-sizing: border-box;
      font-size: 1rem; }
    .button_city-modal--a.active {
      background: rgba(245, 215, 5, 0.5); }
    .button_city-modal--b.active {
      background: rgba(0, 0, 0, 0.5); }
    .button_city-modal--b .inner {
      outline-offset: 0.1875rem;
      outline-color: #f5d705;
      border-width: 0.125rem; }
    .button_city-modal.active {
      pointer-events: all; }
      .button_city-modal.active .inner {
        transform: translateY(2.625rem); }

.king_button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 40;
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .king_button.active {
    opacity: 1;
    pointer-events: all; }
    .king_button.active::before {
      opacity: 1;
      border-radius: 0%;
      transform: scale(1); }
    .king_button.active .button {
      opacity: 1; }
  .king_button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #000;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: transform 1s, border-radius .5s .5s, opacity .1s;
    opacity: 0;
    transform: scale(0.01); }
  .king_button-inner {
    margin: auto; }
  .king_button .button {
    padding: 0.625rem 2.5rem;
    font-size: 1.875rem;
    margin: auto;
    margin-bottom: 1.875rem;
    color: #f5d705;
    background: #000;
    border-color: #f5d705;
    transform: scale(1);
    transition: transform .1s, opacity .2s 1s;
    opacity: 0;
    position: relative;
    left: -2.5rem; }
    @media (min-width: 33.75em) {
      .king_button .button {
        font-size: 3.75rem; } }
    .king_button .button:active {
      transform: scale(0.98); }
  .king_button-counter {
    background: #f5d705;
    color: #000;
    position: absolute;
    top: -0.125rem;
    height: calc(100% + .25rem);
    bottom: 0;
    left: 100%;
    display: flex;
    padding: 0 0.875rem;
    align-items: center; }
  .king_button-forever {
    text-align: center;
    font-size: 3.75rem;
    position: relative;
    color: #000;
    background: #f5d705;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20rem;
    transform: translateY(100%);
    transition: transform 1s 1s; }
    .king_button-forever.active {
      transform: translateY(0); }

.content {
  position: absolute;
  padding-bottom: 0.0625rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #e8e8e8;
  transition: transform 1.2s ease-out;
  transform: translateY(100vh);
  overflow-y: auto;
  overflow-x: hidden;
  color: #2e2e2e;
  z-index: 100;
  font-size: 1.0625rem;
  padding-top: 2.5rem;
  line-height: 1.7;
  box-sizing: border-box; }
  @media (min-width: 62em) {
    .content {
      padding-top: 6.25rem; } }
  .content:before {
    content: '';
    display: block;
    width: 150%;
    height: 3.75rem;
    left: -25%;
    top: -1.875rem;
    position: absolute;
    z-index: 2;
    background: #1f1f1f;
    border-radius: 50%;
    transform: scale(1, 1);
    transition: transform 1.2s .7s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .content.active {
    transform: translateY(0) !important; }
    .content.active:before {
      transform: scale(1, 0); }
  .content-corner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 120%;
    padding-bottom: 50.5%; }
    @media (min-width: 33.75em) {
      .content-corner {
        width: 100%;
        padding-bottom: 41.9%; } }
    @media (min-width: 62em) {
      .content-corner {
        width: 73.75rem;
        padding-bottom: 30.9375rem; } }
    .content-corner svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      fill: #f5d705; }
  .content-plant {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (min-width: 33.75em) {
      .content-plant {
        display: block; } }
    .content-plant img {
      max-width: 42vw;
      position: relative;
      z-index: -1; }
      @media (min-width: 62em) {
        .content-plant img {
          max-width: 33vw; } }
    .content-plant .tipp {
      position: absolute;
      top: auto;
      bottom: 10%;
      right: 30%;
      z-index: 20; }
  .content .goo_filter {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none; }

.intro {
  position: relative;
  padding-bottom: 2.5rem; }
  @media (min-width: 33.75em) {
    .intro {
      padding-bottom: 0; } }
  .intro-img {
    width: 16.25rem;
    height: 16.25rem;
    margin: auto; }
    @media (min-width: 33.75em) {
      .intro-img {
        width: 18.75rem;
        height: 18.75rem; } }
    @media (min-width: 62em) {
      .intro-img {
        margin: 0;
        margin-right: 1.25rem;
        float: left; } }
  .intro-text {
    margin: auto;
    max-width: 31rem;
    padding-top: 4.375rem;
    text-align: center; }
    @media (min-width: 62em) {
      .intro-text {
        float: left;
        text-align: left;
        margin-left: 1.25rem; } }
    @media (min-width: 88.75em) {
      .intro-text {
        max-width: 45rem; } }
    .intro-text hr {
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 62em) {
        .intro-text hr {
          margin-right: 0;
          margin-left: 0; } }
    .intro-text p {
      min-width: 100%; }
    .intro-text h1 {
      text-transform: uppercase; }
  .intro-text_top {
    max-width: 28.25rem;
    margin: auto; }
    .intro-text_top .to_the_left {
      display: none; }
    @media (min-width: 62em) {
      .intro-text_top {
        margin: 0; }
        .intro-text_top .to_the_left {
          display: inline; }
        .intro-text_top .above {
          display: none; } }
  .intro-curve_bottom {
    display: block;
    width: 120vw;
    height: 10vw;
    left: -10vw;
    top: 0;
    position: relative;
    background: #e8e8e8;
    border-radius: 0 0 50% 50%;
    z-index: 1;
    position: relative;
    margin-bottom: -2vw; }

.prof_pic {
  position: relative;
  transform: scale(1);
  transition: transform .2s;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fff;
  cursor: pointer;
  border: 0.5rem solid #f5d705;
  border-radius: 50%; }
  .prof_pic.switch .prof_pic-img_wrap img:nth-child(2) {
    opacity: 1; }
  .prof_pic-img_wrap {
    overflow: hidden;
    border-radius: 50%;
    z-index: 1;
    position: relative;
    border: 0.125rem solid #fff; }
    .prof_pic-img_wrap img:nth-child(2) {
      opacity: 0;
      transition: opacity .2s;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 20; }
  .prof_pic-img {
    display: block;
    width: 100%;
    height: 100%; }
  .prof_pic-goo_wrap {
    z-index: 0;
    filter: url("#goo");
    position: absolute;
    top: 1%;
    left: 1%;
    text-align: center;
    width: 98%;
    height: 98%; }
  .prof_pic-goo {
    display: inline-block;
    border-radius: 50%;
    background: #1d1d1d;
    position: absolute;
    transition: transform .6s;
    transition-timing-function: cubic-bezier(0.68, 0.55, 0.265, 1.55);
    transform: translate(0, 0); }
    .prof_pic-goo:nth-child(1) {
      width: 4.375rem;
      height: 4.375rem;
      top: 10%;
      left: 35%;
      transition-delay: .1s; }
    .prof_pic-goo:nth-child(2) {
      width: 3.75rem;
      height: 3.75rem;
      bottom: 40%;
      left: 5%; }
    .prof_pic-goo:nth-child(3) {
      width: 5rem;
      height: 5rem;
      right: 5rem;
      top: 5rem; }
    .prof_pic-goo:nth-child(4) {
      width: 5.625rem;
      height: 5.625rem;
      bottom: 32%;
      right: 20%;
      transition-delay: .15s; }
  .prof_pic-big_goo {
    background: #1d1d1d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .prof_pic:hover {
    will-change: contents; }
  .prof_pic:active {
    transform: scale(0.98); }
    .prof_pic:active .prof_pic-goo:nth-child(1) {
      transform: translate(-100%, -100%); }
    .prof_pic:active .prof_pic-goo:nth-child(2) {
      transform: translate(-100%, 100%); }
    .prof_pic:active .prof_pic-goo:nth-child(3) {
      transform: translate(100%, -100%); }
    .prof_pic:active .prof_pic-goo:nth-child(4) {
      transform: translate(100%, 100%); }

@keyframes rotatestuff {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.tipp {
  display: inline-block;
  width: 0.0625rem;
  height: 2.25rem;
  vertical-align: middle;
  cursor: pointer;
  position: relative; }
  .tipp-icon {
    position: absolute;
    transform: rotate(0deg);
    width: 1.75rem;
    height: 1.75rem; }
    @media (min-width: 62em) {
      .tipp-icon {
        width: 2.25rem;
        height: 2.25rem; } }
    .tipp-icon::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #f5d705;
      border: 0.1875rem solid #1f1f1f;
      border-radius: 50%;
      box-sizing: border-box; }
      @media (min-width: 62em) {
        .tipp-icon::before {
          border-width: 0.25rem; } }
    .tipp-icon::after {
      content: '';
      position: absolute;
      margin: auto;
      height: 0;
      width: 0;
      border-top: 0.5625rem solid transparent;
      border-bottom: 0.5625rem solid transparent;
      border-right: 0.6875rem solid #1f1f1f;
      top: 0;
      bottom: 0;
      right: calc(100% - 3px); }
      @media (min-width: 62em) {
        .tipp-icon::after {
          border-right-width: 0.8125rem; } }
  .tipp-text {
    position: absolute;
    z-index: 1;
    line-height: 1.4;
    background: #f5d705;
    color: #1f1f1f;
    font-weight: 700;
    border: 0.1875rem solid #1f1f1f;
    box-sizing: border-box;
    padding: 0.375rem 1.25rem;
    border-radius: 1.25rem;
    opacity: 0;
    transition: transform 0.2s, opacity 0.1s;
    pointer-events: none; }
    @media (min-width: 62em) {
      .tipp-text {
        white-space: nowrap;
        height: 2.75rem;
        line-height: 2.5rem;
        padding: 0 1.25rem; } }
  @media not screen and (min-width: 33.75em) {
    .tipp.tipp1 {
      display: none; } }
  @media not screen and (min-width: 62em) {
    .tipp.tipp1, .tipp.tipp2, .tipp.tipp3 {
      transform: translateY(2.5rem); }
      .tipp.tipp1 .tipp-icon, .tipp.tipp2 .tipp-icon, .tipp.tipp3 .tipp-icon {
        transform: rotate(90deg); }
    .tipp.tipp3 .tipp-text, .tipp.tipp4 .tipp-text {
      transform: translateX(20%); }
    .tipp.tipp1 .tipp-text, .tipp.tipp2 .tipp-text {
      transform: translateX(-20%); }
    .tipp.tipp1 .tipp-text {
      right: -2.5rem;
      width: 18.875rem; }
    .tipp.tipp2 {
      left: -1.25rem; }
      .tipp.tipp2 .tipp-text {
        right: -2.5rem;
        width: 15rem; }
    .tipp.tipp3 .tipp-text {
      left: -0.625rem;
      width: 12.5rem; }
    .tipp.tipp4 {
      transform: translateY(-2rem); }
      .tipp.tipp4 .tipp-icon {
        transform: rotate(-90deg); }
      .tipp.tipp4 .tipp-text {
        bottom: 0.6875rem;
        right: -9.375rem;
        width: 18.75rem; } }
  @media (min-width: 62em) {
    .tipp.tipp2 {
      transform: translateX(1.25rem); }
      .tipp.tipp2 .tipp-text {
        top: -0.25rem;
        transform: translateX(20%); }
    .tipp.tipp3 {
      transform: translateX(-3.25rem); }
      .tipp.tipp3 .tipp-icon {
        transform: rotate(180deg); }
      .tipp.tipp3 .tipp-text {
        top: -0.25rem;
        right: -2rem;
        transform: translateX(-20%); }
    .tipp.tipp4, .tipp.tipp1 {
      transform: translateY(2.5rem); }
      .tipp.tipp4 .tipp-icon, .tipp.tipp1 .tipp-icon {
        transform: rotate(90deg); }
    .tipp.tipp2 {
      transform: translateY(-2.5rem); }
      .tipp.tipp2 .tipp-icon {
        transform: rotate(-90deg); }
    .tipp.tipp4 .tipp-text {
      left: -0.25rem;
      transform: translateX(20%); }
    .tipp.tipp1 .tipp-text {
      right: -2.625rem;
      transform: translateX(-20%); } }
  .tipp:hover .tipp-text {
    opacity: 1;
    transform: translateX(0); }

.works {
  position: relative;
  min-height: 12.5rem;
  background: #f4f4f4;
  overflow: hidden;
  padding-top: 6.25rem;
  padding-bottom: 9.375rem;
  /*&-more {
        position: absolute;
        right: rem(4);
        bottom: rem(4);
        width: rem(52);
        height: rem(52);
        background: $color_primary;
        border-radius: 50%;

        &::after,
        &::before {
            content: '';
            background: $color_gray_darkest;
            border-radius: rem(40);

            @include absolute_pos;
        }

        &::before {
            width: rem(23);
            height: rem(7);
        }

        &::after {
            width: rem(7);
            height: rem(23);
        }
    }*/ }
  .works-item {
    width: 100%;
    margin-bottom: 1.25rem; }
    .works-item:hover .works-img_wrap {
      opacity: 0.6; }
    @media (min-width: 33.75em) {
      .works-item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 1.875rem; }
        .works-item:nth-child(2n) {
          margin-right: 0; } }
    @media (min-width: 62em) {
      .works-item {
        width: 32%;
        margin-right: 2%; }
        .works-item:nth-child(2n) {
          margin-right: 2%; }
        .works-item:nth-child(3n) {
          margin-right: 0; } }
    @media (min-width: 88.75em) {
      .works-item {
        width: 24%;
        margin-right: 1.333%; }
        .works-item:nth-child(2n), .works-item:nth-child(3n) {
          margin-right: 1.333%; }
        .works-item:nth-child(4n) {
          margin-right: 0; } }
  .works-item {
    position: relative; }
    .works-item--img .works-item_inner {
      padding-top: 0.75rem; }
      @media (min-width: 88.75em) {
        .works-item--img .works-item_inner {
          padding-top: 1.125rem; } }
  .works-item_wrap {
    padding-top: 6.25rem; }
    .works-item_wrap--3d {
      padding-top: 2.5rem; }
  .works-item_inner {
    width: 100%;
    position: relative;
    max-width: 23.75rem;
    padding: 0.75rem;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.0625rem;
    margin: auto;
    cursor: pointer; }
    @media (min-width: 88.75em) {
      .works-item_inner {
        padding: 1.125rem;
        padding-top: 0;
        padding-bottom: 0; } }
  .works-img_wrap {
    position: relative;
    padding-bottom: 83%;
    opacity: 1;
    transition: opacity .3s; }
  .works-img_def {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .works-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .works-tags {
    padding: 0.5rem 0; }
    .works-tags span {
      background: #1f1f1f;
      color: #f4f4f4;
      font-size: 0.875rem;
      border-radius: 2.5rem;
      display: inline-block;
      line-height: 1;
      padding: 0.3125rem 1.125rem;
      margin-right: 0.25rem; }
  .works-title {
    text-align: center;
    background: #fff;
    color: #1f1f1f;
    padding: 0.625rem 1.875rem;
    margin: auto;
    box-sizing: border-box; }

.work_details {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 110;
  display: none;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap; }
  .work_details.active {
    display: flex; }
  .work_details.animate .work_details-bg {
    opacity: 1;
    transition: opacity .3s; }
  .work_details.animate .work_details-inner_wrap {
    transform: translateY(0);
    transition: transform .5s .3s; }
  .work_details-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(245, 215, 5, 0.8);
    opacity: 0;
    transition: opacity .2s .3s; }
  .work_details-inner {
    /*position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;*/
    margin: auto;
    width: 100vw;
    height: 100vh;
    max-width: 75rem;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10;
    box-sizing: border-box;
    border: 0.75rem solid #fff; }
    @media (min-width: 62em) {
      .work_details-inner {
        width: 90vw;
        max-height: 90vh;
        border: 1.25rem solid #fff;
        margin-right: -2.375rem;
        padding: 1.25rem;
        padding-right: 3.25rem; } }
  .work_details-inner_wrap {
    position: relative;
    margin: auto;
    z-index: 20;
    transform: translateY(100vh);
    overflow: hidden;
    transition: transform .3s; }
    .work_details-inner_wrap::before {
      content: '';
      background: linear-gradient(transparent, rgba(255, 255, 255, 0.8));
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2.75rem; }
  .work_details-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    background: #1f1f1f;
    width: 3rem;
    height: 3rem;
    cursor: pointer; }
    @media (min-width: 62em) {
      .work_details-close {
        width: 4rem;
        height: 4rem; } }
    .work_details-close svg {
      fill: #f5d705;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
  .work_details-link {
    background: #f5d705;
    color: #1f1f1f;
    font-weight: 700;
    border-radius: 2.5rem;
    padding: 0.75rem 1.875rem 0.625rem;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #f5d705;
    transition: background-color .2s; }
    .work_details-link span,
    .work_details-link img {
      display: inline-block;
      vertical-align: middle; }
    .work_details-link img {
      margin-right: 5px;
      margin-top: -2px; }
    @media (min-width: 33.75em) {
      .work_details-link:hover {
        background-color: #fff; } }
  .work_details-intro {
    margin-top: 6.25rem;
    text-align: center; }
  .work_details-imgs {
    min-height: 18.75rem; }
    .work_details-imgs img {
      display: block;
      margin: auto;
      max-width: 100%;
      margin-bottom: 1.25rem; }
      .work_details-imgs img:last-child {
        margin-bottom: 0; }

.mn_footer {
  background: #f5d705;
  text-align: center;
  padding: 5rem 0; }
  .mn_footer h1 {
    font-size: 1.875rem;
    max-width: 56.25rem;
    line-height: 1.2;
    margin: auto; }
  .mn_footer h2 {
    font-size: 1.1875rem;
    line-height: 1.2; }
    @media (min-width: 33.75em) {
      .mn_footer h2 {
        font-size: 1.375rem; } }
  .mn_footer-sep {
    content: '';
    display: block;
    width: 11.25rem;
    height: 0.25rem;
    background: #1f1f1f;
    margin: 2.5rem auto; }
  .mn_footer-cv_link, .mn_footer-email {
    display: inline-block;
    background: #fff;
    color: #1f1f1f;
    border-radius: 2.5rem;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
    padding: 0.75rem 1.875rem 0.625rem; }
