/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif /* 1 */;
  -ms-text-size-adjust: 100% /* 2 */;
  -webkit-text-size-adjust: 100% /* 2 */;
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block /* 1 */;
  vertical-align: baseline /* 2 */;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation by default, Chrome and Safari on OS X allow very limite
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue affects color of disabled elements
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit /* 1 */;
  font: inherit /* 2 */;
  margin: 0 /* 3 */;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button /* 2 */;
  cursor: pointer /* 3 */;
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box /* 1 */;
  padding: 0 /* 2 */;
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield /* 1 */;
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0 /* 1 */;
  padding: 0 /* 2 */;
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE the default cannot safely be changed in Chrome and Safari on OS X
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeueCyr-Light.eot");
  src: url("../fonts/HelveticaNeueCyr-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/HelveticaNeueCyr-Light.woff") format('woff'), url("HelveticaNeueCyr-Light.ttf") format('truetype'), url("../fonts/HelveticaNeueCyr-Light.svg#custom_font") format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeueCyr-Roman.eot");
  src: url("../fonts/HelveticaNeueCyr-Roman.eot?#iefix") format('embedded-opentype'), url("../fonts/HelveticaNeueCyr-Roman.woff") format('woff'), url("HelveticaNeueCyr-Roman.ttf") format('truetype'), url("../fonts/HelveticaNeueCyr-Roman.svg#custom_font") format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeueCyr-Thin.eot");
  src: url("../fonts/HelveticaNeueCyr-Thin.eot?#iefix") format('embedded-opentype'), url("../fonts/HelveticaNeueCyr-Thin.woff") format('woff'), url("HelveticaNeueCyr-Thin.ttf") format('truetype'), url("../fonts/HelveticaNeueCyr-Thin.svg#custom_font") format('svg');
  font-weight: 200;
  font-style: normal;
}
body {
  background-color: #f1f1f1;
}
body * {
  position: relative;
  box-sizing: border-box;
  font-size: 0;
  margin: 0;
  padding: 0;
}
body a {
  color: inherit;
  text-decoration: none;
}
html,
body {
  height: 100%;
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
}
.l-page {
  
}
.l-page__top {
  min-height: 100%;
  padding-bottom: 286px;
}
.l-page__bottom {
  height: 286px;
  margin-top: -286px;
}
.l-page__nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.l-page__nav._state_open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-page__content {
  margin: 0 auto 135px;
}
.l-page__content._indent_small {
  margin-bottom: 45px;
}
.l-page__footer {
  -webkit-transition: all 1s;
          transition: all 1s;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.l-page__footer._state_open {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.l-page__from-blog {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 34px;
}
.b-work__img .pictures {
    display: block;
    height: 192px;
    width: 333px;
    overflow: hidden;
}
.op{
    opacity: 0;
}
.b-work__img .pictures .container {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.pictures img {
    border: 0;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}
.pictures img.selected {
    z-index: 1;
}
@-webkit-keyframes preloader {
    0% {
    }
    50%{
        opacity: .7;
    }
    90%{
    }
    100%{
        opacity: 0;
    }
}
@-moz-keyframes preloader {
    0% {
    }
    50%{
        opacity: .7;
    }
    90%{
    }
    100%{
        opacity: 0;
    }
}
@keyframes preloader {
    0% {
    }
    50%{
        opacity: .7;
    }
    90%{
    }
    100%{
        opacity: 0;
    }
}
.preloader{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left:0;
    background: #000;
    z-index: 999;
}
.preloader-end{
    -webkit-animation: preloader .6s 3s linear;
    animation: preloader .6s 3s linear;
}
.logo-preload{
    width: 114px;
    height: 85px;
    display: block;
    margin: auto;
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
}
.loader {
  font-size: 10px;
  margin: auto;
  text-indent: -9999em;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #ffffff;
  background-image: -webkit-linear-gradient(bottom, rgba(240, 0, 255, .2), #50BBFF);
		background-image: -moz-linear-gradient(#50BBFF, rgba(240, 0, 255, .2));
		background-image: -ms-linear-gradient(#50BBFF, rgba(240, 0, 255, .2));
		background-image: linear-gradient(#50BBFF, rgba(240, 0, 255, .2))
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
    margin: auto;
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #50BBFF;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #000;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1000px) {
  .l-page__from-blog {
    display: none;
  }
    .effect-slider{
    display: none !important;
      height: 0 !important;
  }
  .effect-slider-prev{
    display: none !important;
      height: 0 !important;
  }
    .b-nav{
        width: 270px !important;
    }
    .b-nav__inner{
        left: 60px !important;
    }
}
@media screen and (max-width: 414px) {
  .l-page__top {
    padding-bottom: 222px;
  }
  .l-page__bottom {
    height: 222px;
    margin-top: -222px;
  }
  .l-page__content {
    margin: 0 auto 33px;
  }
    .b-nav{
        width: 320px !important;
    }
}
.l-page._state_fullscreen {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.l-page._state_fullscreen .l-page__header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
.l-page__header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
[data-js-dropback] {
  -webkit-transition: all 1s;
          transition: all 1s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
[data-js-dropback].drop {
      -webkit-transform: translate3d(0, 0, -100px);
    transform: translate3d(0, 0, -100px);
    opacity: 0.5;
}
.lax {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 1s;
          transition: all 1s;
}
.lax.up {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-content {
  width: 100%;
  max-width: 1009px;
  padding: 0 20px;
}
.l-content__title {
  margin: 84px 0 52px;
}
.l-content__sub-title {
  margin-bottom: 18px;
}
.l-content__desc,
.l-content__img {
  margin-bottom: 50px;
  width: 100%;
}
.l-content__contacts {
  font: 400 24px/40px 'Helvetica Neue', sans-serif;
  text-align: center;
  margin-bottom: 63px;
}
.l-content__contacts a {
  font: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.l-content__contacts a:hover {
  color: #01a8fe;
}
.l-content__link {
  display: none;
}
@media screen and (max-width: 600px) {
  .l-content__contacts {
    text-align: left;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 414px) {
  .l-content__title {
    margin: 33px 0 19px;
  }
  .l-content__desc {
    margin: 42px 0 15px;
  }
  .l-content__img {
    margin-bottom: 15px;
  }
  .l-content__contacts {
    font: 400 17px/25px 'Helvetica Neue', sans-serif;
  }
  .l-content__link {
    display: block;
  }
}
.b-desc {
  width: 100%;
  background: #fff;
  padding: 57px 80px;
}
.b-desc:before {
  width: 21px;
  height: 35px;
  background-position: 0px -30px;
  background-image: url("../img/png-sprite/96dpi/sprite.png");
  background-size: 41px 65px;
  background-repeat: no-repeat;
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
}
@media screen and (max-width: 414px) {
  .b-desc {
    padding: 24px 20px;
  }
}
.b-feedback {
  width: 100%;
  background: #fff;
  padding: 97px 157px 55px;
}
.b-feedback__input {
  width: 100%;
  max-width: 308px;
  display: inline-block;
}
.b-feedback__input:first-child {
  float: left;
}
.b-feedback__inputs {
  margin-bottom: 50px;
  text-align: right;
}
.b-feedback__textarea {
  margin-bottom: 46px;
}
.b-feedback__desc {
  color: #666;
  font: 400 16px 'Helvetica Neue', sans-serif;
  position: absolute;
  z-index: 2;
  top: -30px;
  left: 7px;
}
.b-feedback__button {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .b-feedback__input {
    max-width: 100%;
    display: block;
    margin-bottom: 40px;
  }
  .b-feedback__input:first-child {
    float: none;
  }
    .effect-slider{
    display: none !important;
      height: 0 !important;
  }
  .effect-slider-prev{
    display: none !important;
      height: 0 !important;
  }
}
@media screen and (max-width: 800px) {
  .b-feedback {
    padding: 66px 25px 55px;
  }
}
@media screen and (max-width: 414px) {
  .b-feedback {
    padding: 36px 12px 17px;
  }
  .b-feedback__desc {
    font-size: 12px;
    top: -19px;
    left: 7px;
  }
  .b-feedback__inputs,
  .b-feedback__input {
    margin-bottom: 37px;
  }
  .b-feedback__textarea {
    margin-bottom: 15px;
  }
}
.b-input {
  height: 40px;
  border: 1px solid #b8b8b8;
  font: 400 16px/38px 'Helvetica Neue', sans-serif;
  color: #000;
  width: 100%;
  padding: 0 10px;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 414px) {
  .b-input {
    height: 32px;
  }
}
.b-textarea {
  height: 138px;
  width: 100%;
  border: 1px solid #b8b8b8;
  font: 400 16px/26px 'Helvetica Neue', sans-serif;
  padding: 3px 10px;
}
.b-button {
  width: 229px;
  height: 56px;
  background: #000;
  text-transform: uppercase;
  font: 400 15px/50px 'Helvetica Neue', sans-serif;
  letter-spacing: 3px;
  border: 3px solid #000;
  color: #fff;
  text-align: center;
  outline: none;
}
.b-button:hover {
  background: #0090e2;
  border-color: #0090e2;
}


@media screen and (max-width: 414px) {
  .b-button {
    height: 48px;
    width: 100%;
    font: 400 14px/44px 'Helvetica Neue', sans-serif;
  }
  .b-button:active {
    width: 48px;
  }
}
.b-from-blog {
  height: 100%;
}
.b-from-blog:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.b-from-blog__inner {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.b-from-blog__inner._state_hidden {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.b-from-blog__title {
  font: 400 13px 'Helvetica Neue', sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 28px;
  letter-spacing: 3px;
  margin-top: -44px;
}
.b-from-blog__title a {
  text-decoration: underline;
  font: inherit;
  -webkit-transition: all 1s;
    transition: all 1s;
}
.b-from-blog__title a:hover{
  color: #00a8ff;
}
.b-map {
  width: 100%;
  height: 414px;
}
@media screen and (max-width: 414px) {
  .b-map {
    display: none;
  }
}
a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"],
.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none !important;
}
.gmnoprint div {
  background: none !important;
}
.b-slider {
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.b-slider__items,
.b-slider__item {
  width: 100%;
  height: 100%;
}
.b-slider__item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.b-slider__item:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.b-slider__item._state_active {
  opacity: 1;
  visibility: visible;
}
.b-slider__item.up .b-slider__center {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.b-slider__item.down .b-slider__center {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.b-slider__bg {
  width: 110%;
  height: 110%;
  background-color: #f00;
  position: absolute;
  z-index: 1;
  top: -5%;
  left: -5%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.b-slider__center {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.b-slider__center._state_hidden {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.ef_wraper{
    width: 14px;
    overflow: hidden;
    height: 38px;
    position: absolute;
    left:0;
    top: 3px;
}
.effect-slider{
    position: absolute;
    width: 14px;
    height: 14px;
    background: rgba(240, 0, 255, 2);
    background-image: -webkit-linear-gradient(top, rgba(240, 0, 255, .2), #50BBFF);
    background-image: -moz-linear-gradient(rgba(240, 0, 255, .2), #50BBFF);
    background-image: -ms-linear-gradient(rgba(240, 0, 255, .2), #50BBFF);
    background-image: linear-gradient(rgba(240, 0, 255, .2), #50BBFF);
    box-shadow: none !important;
    opacity: 0;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    border-radius: 40px;
}
.effect-slider.toDown{
  opacity: .2;
  -webkit-animation: toDown 1s;
  -moz-webkit-animation: toDown 1s;
  -ms-webkit-animation: toDown 1s;
  -o-webkit-animation: toDown 1s;
  animation: toDown 1s;
}
.effect-slider-prev.to-up{
  opacity: .2;
  -webkit-animation: toUp 1s;
  -moz-webkit-animation: toUp 1s;
  -ms-webkit-animation: toUp 1s;
  -o-webkit-animation: toUp 1s;
  animation: toUp 1s;
  background-image: -webkit-linear-gradient(bottom, rgba(240, 0, 255, .2), #50BBFF);
  background-image: -moz-linear-gradient(#50BBFF, rgba(240, 0, 255, .2));
  background-image: -ms-linear-gradient(#50BBFF, rgba(240, 0, 255, .2));
  background-image: linear-gradient(#50BBFF, rgba(240, 0, 255, .2));
}
.effect-slider-prev{
  position: absolute;
  width: 14px;
  height: 14px;
  background: rgba(240, 0, 255, 2);
  background-image: -webkit-linear-gradient(top, rgba(240, 0, 255, .2), #50BBFF);
  background-image: -moz-linear-gradient(rgba(240, 0, 255, .2), #50BBFF);
  background-image: -ms-linear-gradient(rgba(240, 0, 255, .2), #50BBFF);
  background-image: linear-gradient(rgba(240, 0, 255, .2), #50BBFF);
  box-shadow: none !important;
  opacity: 0;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  border-radius: 40px;
}
@-webkit-keyframes toUp {
  0%{
    height: 16px;
    bottom: 0px;
  }
  50%{
    height: 47px;
    bottom: 0px;
    /*opacity: .5;*/
  }
  100%{
    height: 16px;
    bottom: 33px;
  }
}

@keyframes toUp {
  0%{
    height: 16px;
    bottom: 0px;
  }
  50%{
    height: 47px;
    bottom: 0px;
    /*opacity: .5;*/
  }
  100%{
    height: 16px;
    bottom: 33px;
  }
}
@-webkit-keyframes toDown {
  0%{
    height: 16px;
    top: 0px;
  }
  50%{
    height: 49px;
    top: 0px;
    /*opacity: .5;*/
  }
  100%{
    height: 16px;
    top: 35px;
  }
}

@keyframes toDown {
  0%{
    height: 16px;
    top: 0px;
  }
  50%{
    height: 49px;
    top: 0px;
    /*opacity: .5;*/
  }
  100%{
    height: 16px;
    top: 35px;
  }
}

.b-slider__control .ef_wraper-anim{
    height: 0px;
}
.b-slider__control .effect-anim{
    height: 38px;
}
.b-slider__title {
  font: 200 102px/90px 'Helvetica Neue', sans-serif;
  color: #fff;
  letter-spacing: 21px;
  border-bottom: 4px solid #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.b-slider__title:hover {
  color: #00a8ff;
  border-color: #00a8ff;
}
.b-slider__desc {
  font: 300 14px 'Helvetica Neue', sans-serif;
  color: #fff;
}
.b-slider__right {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  z-index: 3;
}
.b-slider__right:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.b-slider__right-inner {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 1s;
          transition: all 1s;
  width: 150px;
}
.b-slider__right-inner._state_hidden {
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.b-slider__arrow {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -20px;
  z-index: 10;
  -webkit-transition: all 1s;
          transition: all 1s;
  cursor: pointer;
}
.b-slider__arrow:before {
  content: '';
  display: block;
  width: 41px;
  height: 30px;
  background-position: 0px 0px;
  background-image: url("../img/png-sprite/96dpi/sprite.png");
  background-size: 41px 65px;
  background-repeat: no-repeat;
}
.b-slider__arrow._state_hidden {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
}
.b-slider__next {
  font: 400 10px 'Helvetica Neue', sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  text-align: center;
  top: -15px;
}
.b-slider__link {
  font: 400 13px 'Helvetica Neue', sans-serif;
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 28px;
  letter-spacing: 3px;
  display: block;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.b-slider__link:hover {
  color: #00a8ff;
}
.b-slider__control {
  font: 400 11px 'Helvetica Neue', sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding-left: 21px;
  letter-spacing: 2px;
  margin-bottom: 25px;
  -webkit-transition: all 1s;
          transition: all 1s;
  cursor: pointer;
}
.b-slider__control:hover {
  color: #00a8ff;
}
.b-slider__control:hover:before {
  border-color: #00a8ff;
}
.b-slider__control:before {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: block;
  content: '';
  box-sizing: border-box;
  left: 0;
  z-index: 2;    
  -webkit-transition: all 1s;
          transition: all 1s;
}
.b-slider__control._state_active:before {
  background-color: #fff;
  box-shadow: 0 0 10px #50bbff;
}
.b-slider__control._state_active:hover {
  color: #fff;
}
.b-slider__control._state_active:hover:before {
  border-color: #fff;
}
@media screen and (max-width: 1400px) {
  .b-slider__title {
    font-size: 62px;
    line-height: 62px;
    letter-spacing: 15px;
    border-bottom: 3px solid #fff;
  }
}
@media screen and (max-width: 1000px) {
  .b-slider__link {
    display: none;
  }
  .b-slider__right-inner {
    width: 16px;
  }
  .b-slider__control {
    font-size: 0;
  }
  .b-slider__control:before {
    width: 9px;
    height: 9px;
    margin-bottom: 15px;
  }
    .effect-slider{
    display: none !important;
      height: 0 !important;
  }
  .effect-slider-prev{
    display: none !important;
      height: 0 !important;
  }
}
@media screen and (max-width: 650px) {
  .b-slider__title {
    font-size: 31px;
    line-height: 24px;
    letter-spacing: 6px;
    border-bottom: 2px solid #fff;
    margin-bottom: 15px;
  }
  .b-slider__desc {
    font-size: 12px;
  }
}
.b-slider__item:first-child .b-slider__bg {
  background: no-repeat url("../img//content/slider/allegorie-1.png");
  background-size: cover;
  background-position: center;
}
.b-slider__item:nth-child(2) .b-slider__bg {
  background: no-repeat url("../img//content/slider/center-shop-1.png");
  background-size: cover;
  background-position: center;
}
.b-slider__item:nth-child(3) .b-slider__bg {
  background: no-repeat url("../img//content/slider/giraffe-1.png");
  background-size: cover;
  background-position: center;
}
.b-slider__item:last-child .b-slider__bg {
  background: no-repeat url("../img//content/slider/master-fruit-1.png");
  background-size: cover;
  background-position: center;
}
.b-text p {
  font: 400 24px/40px 'Helvetica Neue', sans-serif;
  color: #000;
}
.b-text._about {
  padding-left: 203px;
  background-image: url("../img/svg-sprite/sprite.svg");
  background-position: 0px 0px;
  width: 170px;
  height: 227px;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-position: 0px 0px;
  background-size: 210px auto;
}
.b-text._align_center {
  text-align: center;
}
@media screen and (max-width: 1009px) {
  .b-text._about {
    padding-left: 0;
    background: none;
  }
}
@media screen and (max-width: 414px) {
  .b-text p {
    font: 400 17px/25px 'Helvetica Neue', sans-serif;
  }
}
.b-title {
  font: 400 26px 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #000;
  display: block;
  text-align: center;
}
@media screen and (max-width: 414px) {
  .b-title {
    font-size: 18px;
  }
}
.b-sub-title {
  font: 400 22px 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  display: block;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .b-sub-title {
    display: none;
  }
}
.b-works__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 27px 27px 0;
}
.b-works .b-works__item:nth-child(3n) {
  margin-right: 0;
}
.b-works__item:nth-child(2) {
  margin-right: 0;
}
.b-works__item._type_first {
  float: left;
}
.b-works._without_first .b-works__item:nth-child(2) {
  margin-right: 27px;
}

.b-works__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 27px 27px 0;
}
.b-works a:nth-child(3n) .b-works__item {
  margin-right: 0;
}
.b-works a:nth-child(2) .b-works__item {
  margin-right: 0;
}
.b-works__item._type_first {
  float: left;
}
.b-works._without_first a:nth-child(2) .b-works__item {
  margin-right: 27px;
}
@media screen and (max-width: 1007px) {
  .b-works__item {
    margin: 0 0 27px 0;
  }
  .b-works__item:nth-child(2n-1) {
    padding-right: 13px;
  }
  .b-works__item:nth-child(2n) {
    padding-left: 14px;
  }
  .b-works._without_first .b-works__item:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 677px) {
  .b-works__item:nth-child(2n-1) {
    padding-right: 0;
  }
  .b-works__item:nth-child(2n) {
    padding-left: 0;
  }
}
.b-work {
  width: 305px;
  height: 280px;
}
.b-work__img {
  width: 100%;
  height: 227px;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
  position: relative;
  display: block;
  transition:.3s all linear;
  -webkit-transition:.3s all linear;
}
.b-work__title {
  font: 400 16px 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.b-work__type {
  height: 16px;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  font: 400 11px/14px 'Helvetica Neue', sans-serif;
  color: #5d5d5d;
  display: inline-block;
  padding-right: 5px;
  line-height: 14px;
}
.b-work__type:before {
  width: 12px;
  height: 14px;
  background-position: -21px -46px;
  background-image: url("../img/png-sprite/96dpi/sprite.png");
  background-size: 41px 65px;
  background-repeat: no-repeat;
  display: inline-block;
  content: '';
  vertical-align: top;
}
.b-work__type:after {
  width: 12px;
  height: 16px;
  background-image: url("../img/png-sprite/96dpi/after.png");
  background-repeat: no-repeat;
  top: -1px;
  left: 100%;
  position: absolute;
  display: block;
  content: '';
}
.b-work._type_first {
  width: 637px;
  height: 587px;
}
.b-work._type_first .b-work__img {
  height: 534px;
}
@media screen and (max-width: 1007px) {
  .b-work {
    width: 50%;
    min-width: 319px;
  }
  .b-work._type_first {
    width: 50%;
    height: 280px;
  }
  .b-work._type_first .b-work__img {
    height: 227px;
  }
}
@media screen and (max-width: 677px) {
  .b-work {
    width: 100%;
    min-width: 0;
  }
  .b-work._type_first {
    width: 100%;
  }
}
.vantage {
  background-image: url("../img//content/works/thumbs/vantage.jpg");
}
.vantage:hover{
  background-image: url(../img/hover/Vantage.png);
}
.nexus-logistic {
  background-image: url("../img//content/works/thumbs/nexus-logistic.jpg");
}
.nexus-logistic:hover{
  background-image: url(../img/hover/Nexus-logistic.png);
}
.girafee {
  background-image: url("../img//content/works/thumbs/girafee.jpg");
}
.girafee:hover{
  background-image: url(../img/hover/Giraffe.png);
}
.esse {
  background-image: url("../img//content/works/thumbs/esse.jpg");
}
.esse:hover{
  background-image: url(../img/hover/ESSE.png);
}
.bil {
  background-image: url("../img//content/works/thumbs/bil.jpg");
}
.bil:hover{
  background-image: url(../img/hover/Bil.png);
}
.center-shop {
  background-image: url("../img//content/works/thumbs/center-shop.jpg");
}
.center-shop:hover{
  background-image: url(../img/hover/center-shop.png);
}
.zvezda {
  background-image: url("../img//content/works/thumbs/zvezda.jpg");
}
.zvezda:hover{
  background-image: url(../img/hover/Zvezda.png);
}
.mr-look {
  background-image: url("../img//content/works/thumbs/mr-look.jpg");
}
.mr-look:hover{
  background-image: url(../img/hover/Mr-look.png);
}
.allegorie {
  background-image: url("../img//content/works/thumbs/allegorie.jpg");
}
.allegorie:hover{
  background-image: url(../img/hover/Allegorie.png);
}
.master-fruit {
  background-image: url("../img//content/works/thumbs/master-fruit.jpg");
}
.master-fruit:hover{
  background-image: url(../img/hover/Master-fruit.png);
}
.elendan {
  background-image: url("../img//content/works/thumbs/elendan.jpg");
}
.elendan:hover{
  background-image: url(../img/hover/elendan.png);
}
.l-footer {
  width: 100%;
  height: 286px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.l-footer__socials {
  padding-top: 65px;
  text-align: center;
  margin-bottom: 20px;
}
.l-footer__social {
  width: 55px;
  border: 2px solid #fff;
  height: 55px;
  border-radius: 50%;
  display: inline-block;
  font: 200 32px/51px 'Helvetica Neue', sans-serif;
  margin-right: 16px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.l-footer__social:hover {
  background-color: #fff;
  color: #000;
}
.l-footer__social:last-child {
  margin-right: 0;
}
.l-footer__contacts {
  font: 400 18px/34px 'Helvetica Neue', sans-serif;
}
.l-footer__contacts a {
  font: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.l-footer__contacts a:hover {
  color: #01a8fe;
}
@media screen and (max-width: 414px) {
  .l-footer {
    height: 222px;
  }
  .l-footer__socials {
    padding-top: 50px;
    margin-bottom: 16px;
  }
  .l-footer__social {
    width: 43px;
    height: 43px;
    font-size: 25px;
    line-height: 39px;
    margin-right: 12px;
  }
  .l-footer__contacts {
    font: 400 14px/26px 'Helvetica Neue', sans-serif;
  }
}
.l-header {
  width: 100%;
  height: 56px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.l-header:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.l-header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -36px;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.l-header__logo._state_hidden {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-header._state_open {
  background: none;
}
.l-header._state_open .l-header__logo {
  opacity: 0 !important;
}
.l-header__nav {
  width: 21px;
  height: 16px;
  position: absolute;
  left: 24px;
  top: 20px;
  cursor: pointer;
  z-index: 1000;
  -webkit-transition: all 1s;
          transition: all 1s;
    padding-bottom: 2px;
}
.l-header__nav._state_hidden {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.l-header__nav:hover span {
  background-color: #01a8fe !important;
}
.l-header__nav span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
    box-sizing: border-box;
    overflow: hidden;
}
.l-header__nav span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.l-header__nav span:last-child {
  bottom: 0px;
  top: auto;
}
.l-header__nav._state_close:hover span {
  background-color: #ff7373 !important;
}
.l-header__nav._state_close span {
  background-color: #fff;
}
.l-header__nav._state_close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.l-header__nav._state_close span:nth-child(2) {
  display: none;
}
.l-header__nav._state_close span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.l-header._state_index {
  background-color: transparent;
}
.l-header._state_index .l-header__nav span {
  background-color: #fff;
}
.b-logo {
  width: 72px;
  height: 40px;
}
.b-logo svg {
  width: 91px;
  height: 50px;
  margin-top: -4px;
  margin-left: -11px;
}
.b-logo svg path {
  -webkit-transition: all 1s;
          transition: all 1s;
}
.b-logo:hover path {
  fill: #00a8ff;
}
.b-logo._state_index {
  cursor: default;
  pointer-events: none;
}
.b-logo._state_index path {
  fill: #fff;
}
.b-logo._state_index:hover path {
  fill: #fff;
}
.b-nav {
  height: 100vh;
  width: 364px;
  background-color: #000;
}
.b-nav__bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.bg_v{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
.b-nav__video {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.b-nav__inner {
  z-index: 2;
  position: absolute;
  top: 109px;
  left: 103px;
}
.b-nav__item,
.b-nav__tel {
  font: 400 14px/25px 'Helvetica Neue', sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 0 9px;
}
.b-nav__item {
  height: 25px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  letter-spacing: 1px;
  margin-bottom: 18px;
  display: inline-block;
}
.b-nav__item:hover {
  color: #01a8fe;
}
.b-nav__item:nth-last-child(3) {
  margin-bottom: 5px;
}
.b-nav__item._state_active {
  background: #fff;
  color: #000;
  cursor: default;
}
@media screen and (max-width: 414px) {
  .b-nav {
    width: 100vw;
  }
  .b-nav__inner {
    top: 93px;
    left: 79px;
  }
  .b-nav__item {
    font: 400 17px/30px 'Helvetica Neue', sans-serif;
    height: 30px;
    letter-spacing: 2px;
    margin-bottom: 23px;
  }
  .b-nav__item:nth-last-child(3) {
    margin-bottom: 10px;
  }
}
@keyframes button-loading {

    0% {

    }

    20% {
        color:transparent;
        transform:scale(1,1);
    }

    40% {
        border-color:#5585ff;
        background-color:transparent;
        transform:scale(1,1);
    }

    60%  {

        transform:scale(.7,1.1);

        margin-left:1.25rem;
        width:2.5rem;
        text-indent:-0.6125rem;

        color:transparent;
        border-color:#5585ff;
        background-color:#5585ff;
    }

    80%  {
        transform:scale(1,1);
    }

    100% {

        margin-left:1.25rem;
        width:2.5rem;

        background-color:#5585ff;
        border-color:#5585ff;
        color:transparent;
    }

}

@keyframes button-dot-intro {

    0% {
        opacity:0;
    }

    60% {
        opacity:1;
        transform:scale(1,1);
    }

    100% {
        transform:scale(.75,.75);
    }

}

@keyframes button-dot-pulse {
    0% {
        opacity:1;
        transform:scale(.75,.75);
    }
    15% {
        transform:scale(.85,.85);
    }
    45% {
        transform:scale(.75,.75);
    }
    55% {
        transform:scale(.95,.95);
    }
    85% {
        transform:scale(.75,.75);
    }
    100% {
        opacity:1;
        transform:scale(.75,.75);
    }
}

@keyframes button-ready {
    0% {
        margin-left:1.25rem;
        width:2.5rem;
    }
    10% {
        background-color:#5585ff;
        border-color:#5585ff;
    }
    70% {
        margin:0;
        width:7.25rem;
        background-color:#fff;
        transform:scale(1.1,1.1);
    }
    100% {
        margin:0;
        width:7rem;
        border-color:#8cce1e;
        background-color:#fff;
    }
}

@keyframes button-dot-outro {
    0% {
        opacity:1;
    }
    100% {
        opacity:0;
        transform:scale(1,1);
    }
}
@keyframes button-ready-label {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
#b-button {
  position:relative;
    overflow:hidden;
    cursor:pointer;
    line-height:2;
    margin: auto;
    padding:0;
    outline:none;
    transition:transform .125s; }
  #b-button:active {
    transform: scale(0.9, 0.9); }
  #b-button:before, .b-button:after {
    position: absolute;
    opacity: 0;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin-top: -1.125rem;
    margin-left: -1.125rem;
    width: 2.25rem;
    height: 2.25rem;
    content: '';
    z-index: 1; }
  #b-button.loading {
      width: auto;
      height: auto;
      border:2px solid #5585ff;
      border-radius:1.5rem;
    font-size:1.125rem;
    text-transform:lowercase;
      border:2px solid #5585ff;
    animation: button-loading .5s forwards;
margin: auto;
display: block;}
  #b-button.loading:before {
    opacity: 1;
    animation: button-dot-intro .5s forwards; }
  #b-button.loading:after {
    opacity: 0;
    animation: button-dot-pulse 1.5s infinite .5s; }
  #b-button.ready {
      border:2px solid #5585ff;
      border-radius:1.5rem;
    font-size:1.125rem;
    text-transform:lowercase;
    text-indent: 0;
    color: transparent;
    background-color: #5585ff;
    animation: button-ready .333s forwards;
margin: auto;
display: block;}
  #b-button.ready:before {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    color: #8cce1e;
    content: 'Готово';
    opacity: 0;
    z-index: 2;
    animation: button-ready-label .5s forwards .275s; }
  #b-button.ready:after {
    opacity: 1;
    animation: button-dot-outro .333s; }
.button_wr{
    width: 230px;
    margin: auto;
    position: relative;
}
.body{
    
    opacity: 0;
}
.body-end{
    
}
@keyframes body {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkitkeyframes body {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes body {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.bg_nav{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(46, 45, 47, 0.58);
    display: none;
}
