* {
  margin: 0px;
  padding: 0px;
  outline: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "RobotoCondensed-Regular", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px; }

body {
  background-color: #000;
  overflow: hidden; }

html, body {
  height: 100%; }

input, textarea, select, button {
  outline: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

form {
  position: relative;
  display: block;
  text-align: left; }

img {
  border: none; }

::selection {
  background-color: #fdb63a;
  color: #eee; }

.total-container {
  position: relative;
  display: block;
  text-align: left;
  min-width: 1024px;
  height: 100%;
  overflow: hidden; }

.case, .index, .experience, .benefits, .work, .contacts, .error404 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 100% auto; }

.case-container, .index .container, .experience .container, .benefits .container, .work .container, .contacts .container, .error404 .container {
  position: relative;
  display: block;
  text-align: left;
  width: 1024px;
  height: 100%;
  margin: 0px auto; }

.title {
  position: relative;
  display: block;
  text-align: left;
  margin: 0px 20px 0px 20px;
  min-height: 67px;
  padding-top: 22px;
  border-bottom: 1px solid #000; }
  .title h1 {
    position: relative;
    display: block;
    text-align: center;
    font-family: "RobotoCondensed-Regular", sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;
    text-transform: uppercase; }

/* .button ----------------------------------*/
.button {
  position: absolute;
  top: auto;
  left: 25px;
  width: 100px;
  height: auto;
  bottom: 50px;
  text-align: center;
  cursor: pointer; }

.button__text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 12px 0px 10px 0px;
  font-family: "HelveticaNeue-UltraLight", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  color: #fff;
  z-index: 1; }

.button__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #333;
  transform: translateZ(0);
  outline: 90px solid transparent !important;
  -webkit-transition: background 0.1s ease-out;
  -moz-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
  -webkit-filter: url("#filter-music");
  filter: url("../#filter-music");
  -webkit-border-radius: 1000px;
  -khtml-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px; }

/* .sidePanel -----------------------------------------------------------------------*/
.sidePanel {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .sidePanel.active .sidePanel__cont {
    left: 0;
    -webkit-box-shadow: 0px 0px 70px 10px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 0px 70px 10px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 70px 10px rgba(0, 0, 0, 0.9); }

/* .sidePanel__butt -------------------------*/
.sidePanel__butt {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: auto;
  cursor: pointer;
  z-index: 1; }
  .sidePanel__butt span {
    position: relative;
    display: block;
    text-align: left;
    height: 2px;
    margin-top: 9px;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all; }
    .sidePanel__butt span:first-child {
      margin-top: 0px; }
    .sidePanel__butt span:before {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      content: '';
      background-color: #333;
      -webkit-transition: 0.4s transform;
      -moz-transition: 0.4s transform;
      -ms-transition: 0.4s transform;
      -o-transition: 0.4s transform;
      transition: 0.4s transform; }
  .sidePanel__butt.active span:before {
    background-color: #ee9403; }
  .sidePanel__butt.active .buttPanel-top {
    -webkit-transform: translate(0px, 11px);
    -moz-transform: translate(0px, 11px);
    -ms-transform: translate(0px, 11px);
    -o-transform: translate(0px, 11px);
    transform: translate(0px, 11px); }
  .sidePanel__butt.active .buttPanel-bottom {
    -webkit-transform: translate(0px, -11px);
    -moz-transform: translate(0px, -11px);
    -ms-transform: translate(0px, -11px);
    -o-transform: translate(0px, -11px);
    transform: translate(0px, -11px); }
  .sidePanel__butt.active .buttPanel-center {
    opacity: 0; }
  .sidePanel__butt.active .buttPanel-top:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .sidePanel__butt.active .buttPanel-bottom:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* .sidePanel__cont -------------------------*/
.sidePanel__cont {
  position: absolute;
  top: 0px;
  left: -280px;
  width: 280px;
  height: 100%;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
  background-color: #2e2d2d; }

.logo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 100px 0px 0px 25px; }
  .logo a, .logo img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    text-decoration: none;
    cursor: pointer; }
  .logo img {
    width: 170px;
    height: auto; }

/* .menu ------------------------------------*/
.menu {
  position: relative;
  display: block;
  text-align: left;
  margin-top: 80px; }
  .menu ul {
    position: relative;
    display: block;
    text-align: left;
    padding-left: 10px; }
  .menu li {
    position: relative;
    display: block;
    text-align: left;
    margin-top: 5px; }
    .menu li a, .menu li span {
      position: relative;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      color: #fff;
      cursor: pointer;
      text-decoration: none;
      padding: 8px 20px;
      border: 2px solid transparent;
      -webkit-border-radius: 1000px;
      -khtml-border-radius: 1000px;
      -moz-border-radius: 1000px;
      border-radius: 1000px;
      -webkit-transition: 0.1s color;
      -moz-transition: 0.1s color;
      -ms-transition: 0.1s color;
      -o-transition: 0.1s color;
      transition: 0.1s color; }
      .menu li a:hover, .menu li span:hover {
        color: #ee9403; }
    .menu li:first-child {
      margin-top: 0px; }
    .menu li.active a, .menu li.active span {
      border: 2px solid #ee9403;
      color: #ee9403; }

/* .fonPage ---------------------------------*/
.fonPage {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 500px 50px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0px 0px 500px 50px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0px 0px 500px 50px rgba(0, 0, 0, 0.5) inset;
  background-color: rgba(0, 0, 0, 0.4);
  display: none; }

/* .progressPage ----------------------------*/
/*
.progressPage{
    @include position(fixed, 0px, 0px, 100%, 100%);
    background-color: rgba(255,255,255,0.3);
    display: none;
    
    &:before{
        @include position(absolute, 50%, 50%, $progress_X, $progress_Y);
        margin: -($progress_Y / 2) 0px 0px (-$progress_X / 2) + ($panel / 2);
            
        @include fonImage('progress.gif', 0px 0px, no-repeat); 
        content: '';
        
    }
}
*/
/* .languages -----------------------------------------------------------------------*/
.languages {
  position: absolute;
  top: -50px;
  left: 0px;
  width: 100px;
  height: 100px;
  left: auto;
  right: -50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .languages span {
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "RobotoCondensed-Regular", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px; }
  .languages:hover .languages__cont {
    opacity: 1;
    margin: 0px; }

.languages__current {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  left: auto;
  right: 0px;
  background-color: #ee9403;
  -webkit-border-radius: 1000px;
  -khtml-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-transition: 0.5s background;
  -moz-transition: 0.5s background;
  -ms-transition: 0.5s background;
  -o-transition: 0.5s background;
  transition: 0.5s background; }
  .languages__current span {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
    display: table-cell;
    width: 100px;
    height: 100px;
    padding: 0px 61px 23px 0px; }

.languages__cont {
  position: absolute;
  top: -60px;
  left: -60px;
  width: 220px;
  height: 220px;
  -webkit-border-radius: 1000px;
  -khtml-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  margin-left: 220px;
  margin-top: -220px;
  opacity: 0;
  background-color: rgba(85, 85, 85, 0.6); }
  .languages__cont span {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    padding-top: 13px;
    -webkit-border-radius: 1000px;
    -khtml-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-transition: 0s background;
    -moz-transition: 0s background;
    -ms-transition: 0s background;
    -o-transition: 0s background;
    transition: 0s background; }
    .languages__cont span:hover {
      background-color: rgba(255, 255, 255, 0.6); }

/* .index ---------------------------------------------------------------------------*/
.index {
  animation: stars 60s infinite linear;
  overflow: hidden;
  background-color: #fff; }

@keyframes stars {
  0% {
    background-position: 0px 1150px; } }
.index__glow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/glow.png);
  background-position: center bottom 0px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

.index__mountain-left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/mountain-left.png);
  background-position: left 0px bottom -10px;
  background-repeat: no-repeat;
  background-size: 80% auto; }

.index__mountain-right {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/mountain-right.png);
  background-position: right 0px bottom -50px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

.index__mountain-centre {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/mountain-centre.png);
  background-position: center bottom -100px;
  background-repeat: no-repeat;
  background-size: 100% auto; }

.index__substrate {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/substrate.png);
  background-position: left 0px bottom -50px;
  background-repeat: repeat-x; }

/* .index__meteors ---------------------------*/
.index__meteors {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }
  .index__meteors span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 261px;
    height: 37px;
    left: auto;
    top: auto;
    bottom: 0px; }
    .index__meteors span:before {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-image: url(../images/index/meteors.png);
      background-position: 0px 0px;
      background-repeat: no-repeat;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      content: ''; }
    .index__meteors span:nth-child(1) {
      animation: meteors-1 6s infinite linear;
      right: 50%; }
    .index__meteors span:nth-child(2) {
      animation: meteors-2 8s infinite linear;
      right: 60%; }
    .index__meteors span:nth-child(3) {
      animation: meteors-3 10s infinite linear;
      right: 70%; }

@keyframes meteors-1 {
  0% {
    -webkit-transform: translate(1000px, -1000px);
    -moz-transform: translate(1000px, -1000px);
    -ms-transform: translate(1000px, -1000px);
    -o-transform: translate(1000px, -1000px);
    transform: translate(1000px, -1000px); }
  10% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@keyframes meteors-2 {
  0% {
    -webkit-transform: translate(1500px, -1500px);
    -moz-transform: translate(1500px, -1500px);
    -ms-transform: translate(1500px, -1500px);
    -o-transform: translate(1500px, -1500px);
    transform: translate(1500px, -1500px); }
  20% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@keyframes meteors-3 {
  0% {
    -webkit-transform: translate(2000px, -2000px);
    -moz-transform: translate(2000px, -2000px);
    -ms-transform: translate(2000px, -2000px);
    -o-transform: translate(2000px, -2000px);
    transform: translate(2000px, -2000px); }
  15% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
/* .logo-main --------------------------------*/
.logo-main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 225px;
  margin-top: -112.5px;
  margin-left: -160px;
  /* border: 1px solid red; */ }

.logo-main svg {
  width: 100%;
  height: auto;
  background-size: contain;
  animation: logo-svg 3s ease-in-out; }

@keyframes logo-svg {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.logo-main text {
  fill: #000;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.logo-main .logo-title-s,
.logo-main .logo-title-h {
  font-family: "helveticaNeue", sans-serif;
  font-size: 100px;
  font-weight: normal;
  line-height: 100px; }

.logo-main .logo-text-mart,
.logo-main .logo-text-ead {
  font-family: "HelveticaNeue-UltraLight", sans-serif;
  font-size: 75px;
  font-weight: normal;
  line-height: 100px; }

.logo-main .logo-title-s {
  font-size: 75px;
  transform: matrix(1, 0, 0, 1, 0, 180); }

.logo-main .logo-title-h {
  font-size: 75px;
  transform: matrix(1, 0, 0, 1, 245, 180); }

.logo-main .logo-text-mart {
  font-size: 68px;
  transform: matrix(1, 0, 0, 1, 60, 180); }

.logo-main .logo-text-ead {
  font-size: 68px;
  transform: matrix(1, 0, 0, 1, 310, 180); }

.logo-main.active .logo-title-s {
  font-size: 100px;
  transform: matrix(1, 0, 0, 1, 48.4239, 115.7334); }

.logo-main.active .logo-title-h {
  font-size: 100px;
  transform: matrix(1, 0, 0, 1, 152.851, 259.9953); }

.logo-main.active .logo-text-mart {
  font-size: 75px;
  transform: matrix(1, 0, 0, 1, 178.6841, 102.162); }

.logo-main.active .logo-text-ead {
  font-size: 75px;
  transform: matrix(1, 0, 0, 1, 291.1841, 245.329); }

.logo-path {
  /*
  transition: stroke-dashoffset 2s ease-in-out; 
  stroke-dasharray: 881.264, 881.264; 
  stroke-dashoffset: 0;
  stroke-linejoin: round;
  */
  /*
  stroke-dashoffset: 0;
  animation: logo 3s linear alternate infinite; 
  */ }

@keyframes logo {
  /*    
  from {
       stroke-dasharray: 0; 
  }
  to {
       stroke-dasharray: 900;
  }
  */ }
/* .experience ----------------------------------------------------------------------*/
.experience {
  background-color: #97aaa7;
  background-image: url("../images/fn-2.jpg"); }
  .experience .title {
    border-bottom: 1px solid #27ef52; }
    .experience .title h1 {
      color: #27ef52; }

/* .benefits ------------------------------------------------------------------------*/
.benefits {
  background-color: #47484b; }
  .benefits .title {
    border-bottom: 1px solid #e827ef; }
    .benefits .title h1 {
      color: #e827ef; }

.presentation {
  position: relative;
  display: inline-block;
  vertical-align: right;
  text-align: left;
  width: 100%;
  height: 500px; }
  .presentation__cont {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 83px 0px 0px 0px; }
    .presentation__cont-box {
      position: relative;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      margin-left: 18px;
      width: 180px; }
    .presentation__cont img {
      position: relative;
      display: inline-block;
      vertical-align: top;
      text-align: left;
      width: 100%;
      -webkit-filter: blur(2px);
      -moz-filter: blur(2px);
      -ms-filter: blur(2px);
      -o-filter: blur(2px);
      filter: blur(2px); }
  .presentation__block {
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
    left: auto;
    right: 0px;
    width: 250px;
    height: 500px; }
  .presentation__block-cont {
    position: absolute;
    top: 68px;
    left: 26px;
    width: 198px;
    height: 353px;
    background-color: #fff; }
    .presentation__block-cont img {
      position: absolute;
      top: 0px;
      width: 100%; }
  .presentation__block-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../images/presentation/iPhone6-white.png"); }
  .presentation__button {
    position: absolute;
    bottom: -60px;
    right: 22px; }
    .presentation__button span {
      position: relative;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      width: 60px;
      height: 60px;
      margin: 0px 20px;
      border: 1px solid #fff;
      -webkit-border-radius: 1000px;
      -khtml-border-radius: 1000px;
      -moz-border-radius: 1000px;
      border-radius: 1000px;
      cursor: pointer;
      background-image: url("../images/presentation/button-arrow.png");
      background-repeat: no-repeat; }
    .presentation__button-prev {
      background-position: 20px center; }
    .presentation__button-next {
      background-position: -26px center; }

/* .work ----------------------------------------------------------------------------*/
.work {
  background-color: #ccc;
  background-image: url("../images/fn-3.jpg"); }
  .work .title {
    border-bottom: 1px solid #ee9403; }
    .work .title h1 {
      color: #ee9403; }

/* .contacts ------------------------------------------------------------------------*/
.contacts {
  background-color: #ccc;
  /* background-image: url('../images/fn-4.jpg'); */ }
  .contacts .title {
    border-bottom: 1px solid #3572d7; }
    .contacts .title h1 {
      color: #3572d7; }

/* .error404 ------------------------------------------------------------------------*/
.error404 {
  background-color: #f7d3c7; }
  .error404 .title {
    border-bottom: 1px solid red; }
    .error404 .title h1 {
      color: red;
      font-size: 40px; }

/*# sourceMappingURL=style.css.map */
