@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800");
body,
html {
  margin: 0;
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 300;
}
body *,
html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body *:before,
html *:before,
body *:after,
html *:after {
  font-family: fontAwesome;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body a,
html a {
  text-decoration: none;
}
body p,
html p {
  letter-spacing: 0.5px;
  line-height: 22px;
}
.bgNav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #db5600;
  height: 100px;
  z-index: 4;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
  padding: 1.315561749420492% 2.128623624795988%;
  background: linear-gradient(transparent 50%, #db5600 50%);
  background-size: 100% 200%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  transition: background 0.2s;
}
nav.active {
  transition: background 0.4s 0.5s;
  background-position: 0% 100%;
}
nav section,
nav figure,
nav menu {
  display: inline-block;
  margin: 0 -2px;
  box-sizing: border-box;
  vertical-align: middle;
}
nav section {
  width: 38.33333333333333%;
}
nav figure {
  padding: 0;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  width: 23.333333333333%;
  font-size: 24.27px;
  font-weight: 400;
  font-weight: 800;
}
nav figure:before {
  content: '\f080';
  display: block;
}
nav menu {
  text-align: right;
  width: 38.33333333333333%;
  padding: 0;
}
nav menu a {
  display: inline-block;
  margin: 0 -2px;
  margin-right: 3.444185374453967%;
  text-align: left;
}
nav menu a:hover span,
nav menu a.active span {
  opacity: 1;
  width: 110%;
}
nav menu a:hover menuitem,
nav menu a.active menuitem {
  opacity: 1;
}
nav menu menuitem {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  opacity: 0.75;
  transition: opacity 0.2s;
}
nav menu span {
  background: #fff;
  display: block;
  height: 2px;
  width: 0px;
  opacity: 0.25;
  transition: opacity 0.2s, width 0.4s;
}
header {
  background-image: url("https://agnieszkaczacharowska.files.wordpress.com/2014/01/o-new-york-city-writer-facebook.jpg");
  background-size: cover;
  background-position: center center;
  height: 100vh;
  position: relative;
  z-index: 5;
  margin-bottom: 100px;
}
header .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(84,33,0,0.146);
  z-index: 1;
  transition: background 1s;
}
header .bg h1,
header .bg h2 {
  position: absolute;
  display: block;
  text-align: center;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  transition: top 1s 0.2s;
}
header .bg h1 {
  top: 23.60679774952907%;
  font-size: 102.81px;
  font-weight: 900;
}
header .bg h2 {
  top: 39.51216287252519%;
  font-size: 63.54px;
  font-weight: 900;
  font-weight: 300;
}
.box {
  padding: 1.315561749420492% 5.572808999249956%;
  min-height: 100vh;
  width: 100%;
  box-sizing: border-box;
  transition: transform 1s;
}
header.box.screen {
  transform: translateY(0);
}
.start .img,
.start article {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
  transition: transform 1s;
}
.start .img {
  width: 25%;
  height: 75vh;
  transform: translateX(0) skew(-10deg);
  overflow: hidden;
  position: relative;
}
.start .img figure {
  background-image: url("http://i.huffpost.com/gen/3324246/images/o-BUSINESSWOMAN-HAPPY-facebook.jpg");
  background-size: cover;
  background-position: right center;
  display: block;
  width: 200%;
  height: 100%;
  transform: skew(15deg);
  position: absolute;
  margin: 0;
  top: 0;
  right: -50%;
}
.start article {
  width: 70%;
  margin-left: 5%;
}
.start article h1 {
  font-size: 39.27px;
  font-weight: 700;
  margin: 0 0 2.128623624795988% 0;
  text-transform: uppercase;
}
.start article p {
  margin-bottom: 1.315561749420492%;
}
.start article figure {
  margin: 0;
  display: inline-block;
  width: 33%;
  text-align: center;
  margin-bottom: 5.572808999249956%;
  font-size: 24.27px;
  font-weight: 400;
  font-weight: 300;
}
.start article figure:before {
  display: block;
  font-size: 63.54px;
  font-weight: 900;
  font-weight: normal;
  font-style: normal;
}
.start h2 {
  text-align: center;
  text-transform: uppercase;
  color: #db5600;
}
.start.up .img,
.start.down .img {
  transform: translateX(-25%) skew(-5deg);
}
.start.up article,
.start.down article {
  transform: translateX(25%);
}
.start.screen article figure:nth-child(3) {
  animation: startIcons 0.7s ease-in-out 1s;
}
.start.screen article figure:nth-child(4) {
  animation: startIcons 0.7s ease-in-out 1.15s;
}
.start.screen article figure:nth-child(5) {
  animation: startIcons 0.7s ease-in-out 1.3s;
}
.start.screen article figure:nth-child(6) {
  animation: startIcons 0.7s ease-in-out 1.45s;
}
.start.screen article figure:nth-child(7) {
  animation: startIcons 0.7s ease-in-out 1.6s;
}
.start.screen article figure:nth-child(8) {
  animation: startIcons 0.7s ease-in-out 1.75s;
}
.about img {
  display: block;
  width: 50%;
  float: left;
  margin: 0 10px 10px 0;
}
.about h2 {
  color: #db5600;
  text-transform: uppercase;
  font-size: 24.27px;
  font-weight: 400;
  text-align: right;
}
.about p {
  line-height: 30px;
}
.about p b {
  font-weight: 400;
}
.offer {
  background-image: url("http://www.gsr2r.com/blog/wp-content/uploads/2015/04/bigstock-happy-young-business-woman-wi-50884493.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.offer .desc {
  z-index: 1;
  width: 50%;
  position: absolute;
  bottom: 14.58980337357563%;
  left: 2.128623624795988%;
  color: #fff;
}
.offer .desc p {
  background: rgba(255,255,255,0.25);
  padding: 1.315561749420492%;
}
.offer h1 {
  color: #fff;
  font-size: 63.54px;
  font-weight: 900;
  text-transform: uppercase;
  transition: bottom 1s 0.5s;
}
.offer .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1.1s 0.3s;
  background: rgba(0,0,0,0.5);
}
.offer > p {
  display: block;
  width: 40%;
  float: right;
  color: #fff;
  z-index: 2;
  position: relative;
}
.offer section {
  position: absolute;
  top: 23.60679774952907%;
  right: 2.128623624795988%;
  width: 40%;
}
.offer section div {
  margin-bottom: 5.572808999249956%;
  font-size: 24.27px;
  font-weight: 400;
  color: #fff;
  font-weight: 300;
  padding: 8px 15px 8px 0;
  background: rgba(255,255,255,0.25);
  cursor: pointer;
}
.offer section div:hover {
  box-shadow: 0 7px 7px -5px rgba(0,0,0,0.3);
}
.offer section div span {
  background: #fff;
  padding: 8px 15px;
  font-weight: 800;
  color: #000;
}
.offer section div p {
  margin: 2.128623624795988% 0 0 0;
  display: block;
  max-height: 0px;
  overflow: hidden;
  transition: 1s;
  box-sizing: border-box;
  padding: 0 2.128623624795988%;
}
.offer section div p.active {
  max-height: 250px;
}
.offer.up h1,
.offer.down h1 {
  bottom: 2.128623624795988%;
}
.offer.up .bg,
.offer.down .bg {
  opacity: 0;
}
.offer.up section div,
.offer.down section div {
  opacity: 0;
  transform: translateX(25%);
  transition: opacity 1s, transform 1s;
}
.offer.screen .bg {
  opacity: 1;
}
.offer.screen section div:nth-child(1) {
  transition: opacity 1s 0.9s, transform 1s 0.9s, box-shadow 0.3s;
}
.offer.screen section div:nth-child(2) {
  transition: opacity 1s 1.1s, transform 1s 1.1s, box-shadow 0.3s;
}
.offer.screen section div:nth-child(3) {
  transition: opacity 1s 1.3s, transform 1s 1.3s, box-shadow 0.3s;
}
.offer.screen section div:nth-child(4) {
  transition: opacity 1s 1.5s, transform 1s 1.5s, box-shadow 0.3s;
}
.offer.screen section div:nth-child(5) {
  transition: opacity 1s 1.7s, transform 1s 1.7s, box-shadow 0.3s;
}
.termins img {
  width: 50%;
  display: block;
  float: right;
  margin: 0 0 10px 10px;
}
.contact {
  background: #000;
  color: #fff;
}
.contact > div {
  text-align: center;
  margin-top: 5.572808999249956%;
}
.contact .button {
  border-radius: 5px;
  border: 2px solid #fff;
  padding: 10px 0;
  width: 25%;
  font-size: 24.27px;
  font-weight: 400;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  margin: 0 2.128623624795988%;
}
.contact .button.active {
  background: #db5600;
}
.contact form {
  background: rgba(255,255,255,0.1);
  display: none;
  margin: 2.128623624795988% auto 0 auto;
  width: 75%;
  padding: 1.315561749420492%;
}
.contact form > p {
  display: block;
  margin: 0 0 2.128623624795988% 0;
  padding: 0;
}
.contact form.active {
  display: block;
}
.contact form input,
.contact form textarea,
.contact form select {
  padding: 5px;
  width: 100%;
  margin: 5px auto;
  border-radius: 2px;
  border: none;
  font-size: 15px;
  font-weight: 300;
}
.contact form textarea {
  height: 200px;
  width: 100%;
}
.contact form select {
  -webkit-appearance: none;
  appearance: none;
}
.contact form button {
  display: table;
  margin: 10px auto;
  border: none;
  background: #db5600;
  text-transform: uppercase;
  font-size: 24.27px;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
}
.contact form .left,
.contact form .right {
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
  width: 50%;
}
.contact form .left input,
.contact form .right input,
.contact form .left select,
.contact form .right select {
  width: 95%;
}
.contact form .left input[type="checkbox"],
.contact form .right input[type="checkbox"] {
  width: auto;
  display: inline;
}
.contact form .left a,
.contact form .right a {
  color: #db5600;
}
.footer {
  margin-top: 5.572808999249956%;
  text-align: center;
}
.footer a {
  color: #db5600;
}
@-moz-keyframes startIcons {
  0% {
    color: #000;
    transform: scale(1);
  }
  50% {
    color: #db5600;
    transform: scale(1.1);
  }
  100% {
    color: #000;
    transform: scale(1);
  }
}
@-webkit-keyframes startIcons {
  0% {
    color: #000;
    transform: scale(1);
  }
  50% {
    color: #db5600;
    transform: scale(1.1);
  }
  100% {
    color: #000;
    transform: scale(1);
  }
}
@-o-keyframes startIcons {
  0% {
    color: #000;
    transform: scale(1);
  }
  50% {
    color: #db5600;
    transform: scale(1.1);
  }
  100% {
    color: #000;
    transform: scale(1);
  }
}
@keyframes startIcons {
  0% {
    color: #000;
    transform: scale(1);
  }
  50% {
    color: #db5600;
    transform: scale(1.1);
  }
  100% {
    color: #000;
    transform: scale(1);
  }
}
