@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300|Roboto:300,500,400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed:400,700,300|Ubuntu:300,500,400,700&subset=latin,cyrillic);
html {
  height: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  height: 100%;
  font-family: 'Ubuntu', sans-serif;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  padding-top: 50px;
}
.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.container-fluid > .row {
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
h1,
h2,
h3,
h4 {
  font-family: 'Roboto Condensed';
}
a {
  text-decoration: underline;
  color: #cc1d50;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
.ajax-container {
  position: relative;
  overflow: hidden;
}
.ajax-container > .ajax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0;
  height: 0;
  width: 100%;
  z-index: 9999;
}
.ajax-container > .ajax-overlay.active {
  z-index: 9999;
  height: 100%;
}
.ajax-container > .ajax-overlay.active .ajax-loader {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.ajax-container > .ajax-overlay .ajax-loader {
  opacity: 0;
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  border-top-color: #ffffff;
  box-shadow: 0px -2px 1px 0px #ffffff;
  -webkit-animation: spin .4s linear infinite;
  animation: spin .4s linear infinite;
  z-index: 11;
}
.ajax-container > .ajax-overlay .ajax-loader:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border-radius: 50%;
  border-top-color: #ffffff;
  box-shadow: 0px -2px 1px 0px #ffffff;
  -webkit-animation: spin-reverse 2.2s linear infinite;
  animation: spin-reverse 0.2s linear infinite;
}
.ajax-container > .ajax-overlay .ajax-loader:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border-radius: 50%;
  border-top-color: #ffffff;
  box-shadow: 0px -2px 1px 0px #ffffff;
  -webkit-animation: spin .3s linear infinite;
  animation: spin .3s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@font-face {
  font-family: 'thekilo';
  src: url('../fonts/thekilo.eot?60551654');
  src: url('../fonts/thekilo.eot?60551654#iefix') format('embedded-opentype'), url('../fonts/thekilo.woff?60551654') format('woff'), url('../fonts/thekilo.ttf?60551654') format('truetype'), url('../fonts/thekilo.svg?60551654#thekilo') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
        @font-face {
                font-family: 'thekilo';
                src: url('../fonts/thekilo.svg?60551654#thekilo') format('svg');
        }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "thekilo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
}
.icon-facebook:before {
  content: '\e800';
}
/* '' */
.icon-linkedin:before {
  content: '\e801';
}
/* '' */
.icon-behance:before {
  content: '\e802';
}
/* '' */
.icon-thekilo:before {
  content: '\e803';
}
/* '' */
.icon-mail:before {
  content: '\e804';
}
/* '' */
strong {
  font-weight: 700;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #333333;
}
.form-control {
  border-radius: 0;
}
/* BUTTONS */
.btn {
  font-family: 'Roboto Condensed';
  font-weight: 400;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.55em;
  padding: 12px 22px;
  text-decoration: none;
  background-color: #000000;
  text-transform: uppercase;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
.btn:hover {
  color: #ffffff;
  border: none;
  background-color: #cc1d50;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  color: #ffffff;
  border: none;
  background-color: #cc1d50;
  outline: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default.active {
  background-color: #eee;
  border: 2px solid #cccccc;
  color: #000000;
}
.float-btn {
  position: absolute;
  top: -1.5em;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 20;
}
/* NOTICES */
.errorSummary {
  border: 1px solid #EBCCD1;
  background-color: #F2DEDE;
  color: #A94442;
  padding: 10px;
  margin-bottom: 15px;
}
.errorSummary ul li {
  display: block;
}
.successResult {
  border: 1px solid #BCE8F1;
  background-color: #D9EDF7;
  color: #31708F;
  padding: 10px;
  margin-bottom: 15px;
}
.successResult ul li {
  display: block;
}
/**
* HEADER
*/
header {
  font-family: 'Roboto';
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 25;
}
header .header-logo {
  display: block;
  position: absolute;
  top: 10px;
  left: 40px;
  font-size: 1.5em;
  line-height: 1;
  color: white;
  z-index: 12;
}
header .header-phone {
  display: block;
  position: absolute;
  top: 0;
  right: 40px;
  font-size: 1em;
  line-height: 50px;
  color: #ffffff;
  z-index: 12;
}
header .navbar-toggle {
  border-radius: 0;
  z-index: 13;
  margin-right: 0;
  color: #fff;
  padding: 9px 15px;
  height: 14px;
  box-sizing: content-box;
}
header .navbar-toggle > .icon-bar {
  background-color: #ffffff;
}
header .navbar-toggle .bar-top {
  transform: rotateZ(45deg) translateX(2px) translateY(2px) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .navbar-toggle .bar-meat {
  display: none;
}
header .navbar-toggle .bar-bottom {
  transform: rotateZ(-45deg) translateX(2px) translateY(-2px) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-top: 0;
}
header .navbar-toggle.collapsed .bar-top {
  transform: rotateZ(0deg) translateX(0) translateY(0) !important;
}
header .navbar-toggle.collapsed .bar-meat {
  display: block;
}
header .navbar-toggle.collapsed .bar-bottom {
  transform: rotateZ(0deg) translateX(0) translateY(0) !important;
}
header nav.navbar {
  border: none;
  border-radius: none;
  margin-bottom: 0;
  position: static;
}
header nav.navbar > ul {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
}
header nav.navbar > ul > li {
  display: inline-block;
  position: static;
}
header nav.navbar > ul > li > a {
  display: inline-block;
  text-decoration: none;
  padding: 0 12px;
  line-height: 50px;
  font-weight: 400;
  color: #ffffff;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
header nav.navbar > ul > li > a:hover,
header nav.navbar > ul > li > a:focus {
  background: #333333;
}
header nav.navbar > ul > li .dropdown-menu {
  font-size: 1em;
  background: #333333;
  color: #ffffff;
  height: 50px;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  text-align: center;
}
header nav.navbar > ul > li .dropdown-menu > li {
  display: inline-block;
  position: static;
}
header nav.navbar > ul > li .dropdown-menu > li > a {
  display: inline-block;
  text-decoration: none;
  padding: 0 12px;
  line-height: 50px;
  color: #ffffff;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
header nav.navbar > ul > li .dropdown-menu > li > a:hover,
header nav.navbar > ul > li .dropdown-menu > li > a:focus {
  background: #444444;
}
header nav.navbar > ul > li .dropdown-menu > li.active a {
  background: #444444;
}
header nav.navbar > ul > li.active a {
  background: #333333;
}
header nav.navbar > ul.unbinded > li > a:focus {
  background: transparent;
}
header nav.navbar > ul.unbinded > li .dropdown-menu > li > a:focus {
  background: transparent;
}
header .header-contacts {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 12;
}
header .header-contacts > .header-phone {
  font-size: 1.125em;
  font-weight: bold;
  margin-right: 20px;
}
header .header-contacts > .header-phone > .icon-phone {
  position: relative;
  top: -2px;
}
/**
 * БЛОКИ
 */
.container-fluid .row-login {
  min-height: 600px;
  margin-top: 100px;
}
/**
 * ГЛАВНЫЙ БЛОК
 */
.container-fluid .row-main {
  min-height: 600px;
  z-index: 1;
}
.container-fluid .row-main > .prlxed-normal,
.container-fluid .row-main > .prlxed-blured,
.container-fluid .row-main > .prlxed-grayscale {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.container-fluid .row-main > .prlxed-grayscale {
  background: url(/assets/img/main-bg-2016.jpg) 50% -200px no-repeat;
  opacity: 1;
}
.container-fluid .row-main > .prlxed-normal {
  background: url(/assets/img/main-bg-normal.jpg) 50% 0 no-repeat;
  opacity: 0;
}
.container-fluid .row-main > .prlxed-blured {
  background: url(/assets/img/main-bg-blured.jpg) 50% 0 no-repeat;
  opacity: 1;
}
.container-fluid .row-main > .img-bg {
  position: relative;
  z-index: 1;
  display: none;
}
.container-fluid .row-main-portfolio {
  margin: 0 -40px;
  background: #000;
  z-index: 1;
}
.container-fluid .row-main-portfolio > section {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #ffffff;
}
.container-fluid .row-main-portfolio > section > h2 {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 2.375em;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 60px;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.container-fluid .row-main-portfolio > section > p {
  font-size: 0.875em;
  line-height: 1.75;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.container-fluid .row-main-portfolio section.last-projects {
  /*
		opacity: .65;
		.transition();
			&:hover {
			opacity: 1;
		}
		*/
}
.container-fluid .row-main-portfolio section.last-projects > h3 {
  font-family: 'Roboto Condensed';
  font-size: 1.250em;
  text-transform: uppercase;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
.container-fluid .row-main-portfolio section.last-projects > .row {
  max-height: 330px;
  max-width: 910px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  /* FLIPPER */
}
.container-fluid .row-main-portfolio section.last-projects > .row figure {
  height: 165px;
  width: 220px;
  float: left;
  position: relative;
  overflow: hidden;
}
.container-fluid .row-main-portfolio section.last-projects > .row figure > .project-img {
  display: block;
  overflow: hidden;
}
.container-fluid .row-main-portfolio section.last-projects > .row figure > .project-img > img {
  transform: scale(1, 1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.container-fluid .row-main-portfolio section.last-projects > .row figure > figcaption {
  position: absolute;
  top: 40%;
  left: 0;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.container-fluid .row-main-portfolio section.last-projects > .row figure > figcaption > span.overlay {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -40%;
  background: #000000;
  transition: opacity 0.2s;
}
.container-fluid .row-main-portfolio section.last-projects > .row figure > figcaption p {
  font-family: "Roboto Condensed";
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transform: translate3d(0, 1.5em, 0);
  transform: translate3d(0, 1.5em, 0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.container-fluid .row-main-portfolio section.last-projects > .row figure > figcaption span.description {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1;
  -webkit-transform: translate3d(0, 1.5em, 0);
  transform: translate3d(0, 1.5em, 0);
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.container-fluid .row-main-portfolio section.last-projects > .row figure > figcaption a {
  opacity: 0;
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 100%;
}
.container-fluid .row-main-portfolio section.last-projects > .row figure:hover > .project-img > img {
  transform: scale(1.1, 1.1);
}
.container-fluid .row-main-portfolio section.last-projects > .row figure:hover > figcaption > span.overlay {
  opacity: 0.5;
}
.container-fluid .row-main-portfolio section.last-projects > .row figure:hover > figcaption p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.container-fluid .row-main-portfolio section.last-projects > .row figure:hover > figcaption span.description {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
/**
 * БЛОК КОММЕРЧЕСКОГО ПРЕДЛОЖЕНИЯ
 */
.container-fluid .row-quote {
  padding: 0;
}
.container-fluid .row-quote > #quote-carousel {
  padding: 0;
  overflow: hidden;
}
.container-fluid .row-quote .carousel-indicators {
  bottom: 40px;
}
.container-fluid .row-quote .carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 10px;
  border: none;
  background-color: #e5e5e5;
}
.container-fluid .row-quote .carousel-indicators li:hover {
  background-color: #cccccc;
}
.container-fluid .row-quote .carousel-indicators li.active {
  margin: 8px;
  width: 16px;
  height: 16px;
}
.container-fluid .row-quote .carousel-control {
  text-shadow: none;
  background: none;
  filter: none;
  width: 100px;
  height: 100px;
  top: auto;
  bottom: 20px;
  color: #e5e5e5;
  opacity: 1;
}
.container-fluid .row-quote .carousel-control.right {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.container-fluid .row-quote .carousel-control.right:hover {
  right: -10px;
}
.container-fluid .row-quote .carousel-control.left {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.container-fluid .row-quote .carousel-control.left:hover {
  left: -10px;
}
.container-fluid .row-quote .carousel-control:hover {
  color: #cccccc;
}
.container-fluid .row-quote .carousel-inner > .item > img {
  width: 100%;
}
/**
 * БЛОК СО СХЕМОЙ ПРОЕЗДА
 */
.container-fluid .row-map {
  padding: 0;
}
/**
 * БЛОК С КОНТАКТАМИ
 */
.container-fluid .row-contact .contacts-wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.container-fluid .row-contact .contacts-wrapper address {
  margin: 60px 0;
  font-size: 1.625em;
  font-family: 'Roboto Condensed';
  font-weight: 400;
}
.container-fluid .row-contact .contacts-wrapper .btn-contacts-kilocard {
  margin: 0 0 60px 0;
}
.container-fluid .row-contact .contacts-wrapper .contacts-email {
  display: block;
  font-size: 1.625em;
  margin: 0 0 60px 0;
  padding: 10px 0;
  font-family: 'Roboto Condensed';
  font-weight: 400;
}
/**
 * БЛОК С СОЦИАЛКАМИ
 */
.container-fluid .row-socials {
  padding: 0;
  text-align: center;
}
.container-fluid .row-socials section.col-md-3 {
  padding: 0;
  background-color: #e5e5e5;
}
.container-fluid .row-socials section.col-md-3 a {
  display: block;
  width: 100%;
  font-size: 1.5em;
  line-height: 2.15;
  color: black;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
.container-fluid .row-socials section.col-md-3 a:hover {
  color: white;
}
.container-fluid .row-socials section.col-md-3 .social-mail:hover {
  background-color: #75ba98;
}
.container-fluid .row-socials section.col-md-3 .social-behance:hover {
  background-color: #5191f8;
}
.container-fluid .row-socials section.col-md-3 .social-facebook:hover {
  background-color: #455796;
}
.container-fluid .row-socials section.col-md-3 .social-linkedin:hover {
  background-color: #107eb8;
}
/**
 * БЛОК С ПРЕКОНТЕНТОМ
 */
.container-fluid .row-precontent {
  margin-top: 40px;
  margin-bottom: 40px;
}
.container-fluid .row-precontent h2 {
  margin: 0 0 30px 0;
  font-size: 2.375em;
  text-transform: uppercase;
}
.container-fluid .row-precontent p {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.75;
  -webkit-column-width: 50%;
  -moz-column-width: 50%;
  column-width: 50%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
/**
 * БЛОК С КОМАНДОЙ
 */
.container-fluid .row-team {
  font-family: 'Roboto';
  padding: 0;
}
.container-fluid .row-team section.col-md-3 {
  padding: 0;
  background-color: #ffffff;
}
.container-fluid .row-team section.col-md-3 figure {
  position: relative;
}
.container-fluid .row-team section.col-md-3 figure > .team-img {
  display: block;
  overflow: hidden;
  transform: scale(1, 1);
}
.container-fluid .row-team section.col-md-3 figure > .team-img > img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.container-fluid .row-team section.col-md-3 figure > .team-img:hover > img {
  transform: scale(1.05, 1.05);
}
.container-fluid .row-team section.col-md-3 figure > figcaption {
  padding: 2em;
  box-sizing: content-box;
  height: 4em;
  overflow: hidden;
}
.container-fluid .row-team section.col-md-3 figure > figcaption p {
  display: block;
  font-weight: 300;
  margin-bottom: 0;
}
.container-fluid .row-team section.col-md-3 figure > figcaption strong {
  display: block;
  overflow: hidden;
}
/**
 * БЛОК С ПРОЕКТАМИ
 */
.container-fluid .row-projects {
  padding: 0;
  overflow: hidden;
}
.container-fluid .row-projects section.col-md-3 {
  padding: 0;
  background-color: #ffffff;
}
.container-fluid .row-projects section.col-md-3 figure {
  position: relative;
}
.container-fluid .row-projects section.col-md-3 figure > .project-img {
  display: block;
  overflow: hidden;
}
.container-fluid .row-projects section.col-md-3 figure > .project-img > img {
  transform: scale(1, 1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.container-fluid .row-projects section.col-md-3 figure > figcaption {
  position: absolute;
  top: 40%;
  left: 0;
  padding: 0 30px;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.container-fluid .row-projects section.col-md-3 figure > figcaption > span.overlay {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -40%;
  background: #000000;
  transition: opacity 0.2s;
}
.container-fluid .row-projects section.col-md-3 figure > figcaption p {
  font-family: "Roboto Condensed";
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transform: translate3d(0, 1.5em, 0);
  transform: translate3d(0, 1.5em, 0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.container-fluid .row-projects section.col-md-3 figure > figcaption span.description {
  display: block;
  text-align: center;
  font-weight: 300;
  -webkit-transform: translate3d(0, 1.5em, 0);
  transform: translate3d(0, 1.5em, 0);
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.container-fluid .row-projects section.col-md-3 figure > figcaption a {
  opacity: 0;
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 100%;
}
.container-fluid .row-projects section.col-md-3 figure:hover > .project-img > img {
  transform: scale(1.1, 1.1);
}
.container-fluid .row-projects section.col-md-3 figure:hover > figcaption > span.overlay {
  opacity: 0.5;
}
.container-fluid .row-projects section.col-md-3 figure:hover > figcaption p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.container-fluid .row-projects section.col-md-3 figure:hover > figcaption span.description {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
/**
 * БЛОК С ПРОЕКТОМ
 */
.container-fluid .row-project {
  padding: 0;
}
.container-fluid .row-project > .project-nav {
  position: relative;
  padding: 30px 30px;
}
.container-fluid .row-project > .project-nav a {
  text-decoration: none;
  color: inherit;
  position: relative;
}
.container-fluid .row-project > .project-nav a:hover {
  color: inherit;
}
.container-fluid .row-project > .project-nav a > .glyphicon {
  margin: 0 10px;
}
.container-fluid .row-project > .project-nav a > .project-nav-title {
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
.container-fluid .row-project > .project-nav a > .project-nav-title > strong {
  font-weight: 400;
}
.container-fluid .row-project > .project-nav a.right {
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.container-fluid .row-project > .project-nav a.right:hover {
  right: 20px;
}
.container-fluid .row-project > .project-nav a.left {
  position: absolute;
  top: 30px;
  left: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.container-fluid .row-project > .project-nav a.left:hover {
  left: 20px;
}
.container-fluid .row-project > .project-description {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 20px;
}
.container-fluid .row-project > .project-description .project-creators p {
  margin-bottom: 0;
}
.container-fluid .row-project > .project-description h2 {
  display: block;
  margin: 0 0 30px 0;
  font-size: 2.375em;
  line-height: 1;
  text-transform: uppercase;
}
.container-fluid .row-project > .project-description h4 {
  display: block;
  margin: 20px 0 30px 0;
  font-size: 1.125em;
  line-height: 1;
  text-transform: uppercase;
}
.container-fluid .row-project > .project-description p {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.75;
  margin-bottom: 30px;
}
.container-fluid .row-project > .project-content img {
  min-height: 150px;
}
/**
 * БЛОК ОБРАТНОЙ СВЯЗИ
 */
.container-fluid .row-feedback > section.col-md-12 {
  float: none;
  max-width: 960px;
  margin: 0 auto;
}
.container-fluid .row-feedback > section.col-md-12 form {
  margin-bottom: 40px;
}
.container-fluid .row-feedback > h4 {
  padding-left: 12px;
  font-size: 1em;
  font-weight: 300;
}
/**
 * ФУТЕР
 */
footer .copyright {
  font-family: 'Roboto';
  background: #000000;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
  font-size: 0.875em;
  line-height: 1.6;
  margin: 0;
  padding: 15px;
}
@media (max-width: 480px) {
  header {
    height: auto;
  }
  header nav.navbar {
    padding: 0;
    padding: 0 40px;
    position: relative;
    width: 100%;
    background: #000000;
    margin: 0 -40px 0 -40px !important;
    box-sizing: content-box;
  }
  header nav.navbar > ul {
    margin: 0 -40px;
  }
  header nav.navbar > ul > li {
    border-top: 1px solid #000000;
    width: 100%;
    box-sizing: content-box;
  }
  header nav.navbar > ul > li > a {
    background: #333333;
    width: 100%;
    padding: 0 40px;
    text-align: left;
  }
  header nav.navbar > ul > li > a:hover {
    background: #444444;
  }
  header nav.navbar > ul > li .dropdown-menu {
    position: relative;
    height: auto;
  }
  header nav.navbar > ul > li .dropdown-menu > li {
    border-top: 1px solid #333333;
    background: #444444;
    display: block;
  }
  header nav.navbar > ul > li .dropdown-menu > li > a {
    padding: 0 40px;
    display: block;
    text-align: left;
  }
  header nav.navbar > ul > li .dropdown-menu > li > a:hover {
    background: #555555;
  }
  header .header-phone {
    display: none;
    left: 100px;
    right: auto;
  }
  .container-fluid .row-main {
    min-height: 400px;
  }
  .container-fluid .row-main > .prlxed-normal,
  .container-fluid .row-main > .prlxed-blured,
  .container-fluid .row-main > .prlxed-grayscale {
    background-size: cover;
    background-position: 50%;
  }
  .container-fluid .row-main > section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .container-fluid .row-main > section > h2 {
    font-size: 1.75em;
    margin-bottom: 30px;
  }
  .container-fluid .row-main > section.last-projects {
    display: none;
  }
  .container-fluid .row-quote {
    height: 1px !important;
    visibility: hidden;
  }
  .container-fluid .row-precontent p {
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .container-fluid .row-precontent h2 {
    font-size: 1.75em;
  }
  .container-fluid .row-contact {
    text-align: center;
  }
  .container-fluid .row-contact address {
    margin: 30px 0;
  }
  .container-fluid .row-contact .btn-contacts-kilocard {
    margin: 0 0 30px 0;
  }
  .container-fluid .row-contact .contacts-email {
    margin: 0 0 30px 0;
  }
  .container-fluid .row-socials section.col-md-3 {
    width: 25%;
    float: left;
  }
  .container-fluid .row-team section.col-md-3 {
    width: 100%;
    float: left;
  }
  .container-fluid .row-projects section.col-md-3 {
    width: 100%;
    float: left;
  }
  .container-fluid .row-project .project-nav {
    padding: 30px 40px;
  }
  .container-fluid .row-project .project-nav a {
    display: block;
  }
  .container-fluid .row-project .project-nav a > .glyphicon {
    display: none;
  }
  .container-fluid .row-project .project-nav a.left,
  .container-fluid .row-project .project-nav a.right {
    position: static;
    top: 0;
    left: 0;
  }
  .container-fluid .row-project .project-nav a + a {
    margin-top: 5px;
  }
  .container-fluid .row-project > .project-description h2 {
    font-size: 1.75em;
  }
  .container-fluid .row-project > .project-content img {
    min-height: 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  header {
    height: auto;
  }
  header nav.navbar {
    padding: 0;
    padding: 0 40px;
    position: relative;
    width: 100%;
    background: #000000;
    margin: 0 -40px 0 -40px !important;
    box-sizing: content-box;
  }
  header nav.navbar > ul {
    margin: 0 -40px;
  }
  header nav.navbar > ul > li {
    border-top: 1px solid #000000;
    width: 100%;
    box-sizing: content-box;
  }
  header nav.navbar > ul > li > a {
    background: #333333;
    width: 100%;
    padding: 0 40px;
    text-align: left;
  }
  header nav.navbar > ul > li > a:hover {
    background: #444444;
  }
  header nav.navbar > ul > li .dropdown-menu {
    position: relative;
    height: auto;
  }
  header nav.navbar > ul > li .dropdown-menu > li {
    border-top: 1px solid #333333;
    background: #444444;
    display: block;
  }
  header nav.navbar > ul > li .dropdown-menu > li > a {
    padding: 0 40px;
    display: block;
    text-align: left;
  }
  header nav.navbar > ul > li .dropdown-menu > li > a:hover {
    background: #555555;
  }
  header .header-phone {
    left: 130px;
    right: auto;
  }
  .container-fluid .row-main {
    min-height: 400px;
  }
  .container-fluid .row-main > .prlxed-normal,
  .container-fluid .row-main > .prlxed-blured,
  .container-fluid .row-main > .prlxed-grayscale {
    background-size: cover;
    background-position: 50%;
  }
  .container-fluid .row-main > section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .container-fluid .row-main > section > h2 {
    margin-bottom: 40px;
  }
  .container-fluid .row-main > section.last-projects {
    text-align: center;
    padding-top: 0;
  }
  .container-fluid .row-main > section.last-projects .row .flip-container {
    display: inline-block;
    float: none;
  }
  .container-fluid .row-contact {
    text-align: center;
  }
  .container-fluid .row-contact address {
    margin: 30px 0;
  }
  .container-fluid .row-contact .btn-contacts-kilocard {
    margin: 0 0 30px 0;
  }
  .container-fluid .row-contact .contacts-email {
    margin: 0 0 30px 0;
  }
  .container-fluid .row-socials section.col-md-3 {
    width: 25%;
    float: left;
  }
  .container-fluid .row-team section.col-md-3 {
    width: 50%;
    float: left;
  }
  .container-fluid .row-projects section.col-md-3 {
    width: 50%;
    float: left;
  }
  .container-fluid .row-project > .project-content img {
    min-height: 75px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header nav.navbar > ul {
    text-align: left;
    margin-left: 40px;
  }
  .container-fluid .row-main {
    min-height: 400px;
  }
  .container-fluid .row-main > .prlxed-normal,
  .container-fluid .row-main > .prlxed-blured,
  .container-fluid .row-main > .prlxed-grayscale {
    background-size: cover;
    background-position: 50%;
  }
  .container-fluid .row-main > section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .container-fluid .row-main > section.last-projects {
    text-align: center;
    padding-top: 0;
  }
  .container-fluid .row-main > section.last-projects .row .flip-container {
    display: inline-block;
    float: none;
  }
  .container-fluid .row-contact {
    text-align: center;
  }
  .container-fluid .row-contact address {
    margin: 30px 0;
  }
  .container-fluid .row-contact .btn-contacts-kilocard {
    margin: 0 0 30px 0;
  }
  .container-fluid .row-contact .contacts-email {
    margin: 0 0 30px 0;
  }
  .container-fluid .row-socials section.col-md-3 {
    width: 25%;
    float: left;
  }
  .container-fluid .row-team section.col-md-3 {
    width: 33.33%;
    float: left;
  }
  .container-fluid .row-projects section.col-md-3 {
    width: 33.33%;
    float: left;
  }
}
/* SHD */
@media (min-width: 1280px) {
  body {
    font-size: 18px;
  }
  .container-fluid .row-main section.last-projects > .row > .flip-container > .flipper > .back > .flipper-title {
    font-size: 1em;
  }
  .container-fluid .row-main section.last-projects > .row > .flip-container > .flipper > .back > .flipper-description {
    display: block;
    margin: 20px 30px;
    font-size: 0.725em;
  }
  .container-fluid .row-team section.col-md-3 {
    width: 20%;
    float: left;
  }
  .container-fluid .row-projects section.col-md-3 {
    width: 20%;
    float: left;
  }
  .container-fluid .row-project > .project-content img {
    min-height: 150px;
  }
}
@media (min-width: 1920px) {
  .img-responsive {
    width: 100%;
  }
  .container-fluid .row-main > .prlxed-normal,
  .container-fluid .row-main > .prlxed-blured,
  .container-fluid .row-main > .prlxed-grayscale {
    background-size: cover;
  }
  .container-fluid .row-team section.col-md-3 {
    width: 16.66%;
    float: left;
  }
  .container-fluid .row-projects section.col-md-3 {
    width: 16.66%;
    float: left;
  }
}
@media (min-width: 2500px) {
  .container-fluid .row-team section.col-md-3 {
    width: 12.5%;
    float: left;
  }
  .container-fluid .row-projects section.col-md-3 {
    width: 12.5%;
    float: left;
  }
}
@media (min-height: 1080px) {
  .row-main > .prlxed-normal,
  .row-main > .prlxed-blured,
  .row-main > .prlxed-grayscale {
    background-size: cover;
  }
}
body.error {
  height: 100%;
  background: #000 repeat;
}
body.error .error-page {
  overflow: hidden;
  height: 100%;
}
body.error .error-page__block {
  width: 460px;
  height: 150px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -75px;
  margin-left: -230px;
}
body.error .error-page__block-h2 {
  font-size: 70px;
  color: #FFFFFF;
  font-weight: 700;
  margin: 0px 0 10px 0;
  text-transform: uppercase;
}
body.error .error-page__block-text {
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  text-transform: uppercase;
}
body.error .error-page__block-text a {
  color: #FFFFFF;
  text-decoration: underline;
}
body.error .error-page__main-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
