html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-family: "Roboto"; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: url("../fonts/Roboto-Light.ttf") format("truetype"); }
@font-face {
  font-family: "Roboto";
  font-weight: bold;
  src: url("../fonts/Roboto-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "RobotoSlab";
  src: url("../fonts/RobotoSlab-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "RobotoSlab";
  font-weight: bold;
  src: url("../fonts/RobotoSlab-Bold.ttf") format("truetype"); }
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

html {
  background-color: #000; }

body {
  overflow-x: hidden; }

html, body {
  height: 100%; }

.body--dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 20px;
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #000000 0%, #595959 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #000000 0%, #595959 100%)
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.button {
  background: none;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  height: 60px;
  line-height: 58px;
  border: 1px solid #F48518;
  border-radius: 60px;
  width: 200px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  outline: none; }

.button--w-250 {
  width: 250px; }

.button--bg-white {
  background-color: #fff;
  border-color: #fff;
  color: #F48518; }

.button--bg-dark {
  background-color: rgba(0, 0, 0, 0.4); }

.button:hover {
  background-color: #F48518;
  color: #fff;
  border-color: #F48518; }

.first {
  height: 900px;
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 120px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url("../images/bg-main.png");
  background-size: cover;
  background-position: center; }

.first__title {
  font-size: 72px;
  color: #fff;
  font-weight: bold;
  margin-top: 110px;
  font-family: "RobotoSlab"; }

.first__text {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-top: 25px;
  max-width: 800px;
  margin: 25px auto 0px;
  line-height: 1.4;
  margin-bottom: 185px; }

.second {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px; }

.second__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
  top: -40px;
  background-color: #fff;
  max-width: 1120px;
  height: 400px;
  border-radius: 4px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.15); }

.second__card {
  height: 100%;
  border-right: 1px solid #DADADA;
  padding-top: 142px;
  position: relative;
  line-height: 1.4;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px; }

.second__card h3 {
  color: #2E2E2E;
  font-size: 26px;
  font-family: "RobotoSlab";
  font-weight: bold; }

.second__card p {
  color: #656B70;
  font-size: 15px;
  margin-top: 10px; }

.second__card img {
  position: absolute;
  top: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.second__card--no-border {
  border-right: none; }

.column-4 {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.third {
  background-color: #fff;
  padding-right: 20px;
  padding-left: 20px; }

.third__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1120px; }

.third__card {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding: 35px 40px 30px;
  line-height: 1.4; }

.third__card h3 {
  font-family: "RobotoSlab";
  font-weight: bold;
  font-size: 44px;
  line-height: 1.2;
  color: #fff; }

.third__card p {
  color: #FFF2CC;
  font-size: 16px;
  margin-top: 10px; }

.third__card:first-child {
  background-color: #F4BE18;
  margin-right: 20px; }

.third__card:last-child {
  background-color: #F48518; }

.fourth {
  padding-top: 90px;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px; }

.fourth__banana1 {
  position: absolute;
  top: -64px;
  left: -80px; }

.fourth__banana2 {
  position: absolute;
  right: 52px;
  bottom: 73px;
  -webkit-transform: rotate(10deg) scale(0.5);
      -ms-transform: rotate(10deg) scale(0.5);
          transform: rotate(10deg) scale(0.5); }

.fourth__inner {
  margin: 0 auto;
  max-width: 1120px; }

.fourth__card {
  margin-top: 50px;
  padding: 70px 90px 40px;
  background-color: #000;
  border-radius: 4px;
  position: relative;
  bottom: -40px;
  text-align: center;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.3);
  background-image: url("../images/back.jpg");
  background-position: center;
  background-size: cover; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .fourth__card {
    background-image: url("../images/2x/back@2x.jpg"); } }
.fourth__card p {
  font-size: 18px;
  color: #fff;
  line-height: 2;
  text-align: left;
  margin-bottom: 50px; }

.fourth__title {
  text-align: center;
  font-size: 48px;
  color: #2E2E2E;
  line-height: 1.2;
  font-family: "RobotoSlab"; }

.feedback {
  padding: 190px 20px 150px;
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #000000 0%, #595959 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #000000 0%, #595959 100%)
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.feedback__banana1 {
  position: absolute;
  left: 100%;
  bottom: 100%;
  margin-left: 40px;
  margin-bottom: 80px;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg); }

.feedback__banana2 {
  position: absolute;
  top: 100%;
  right: 100%;
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg)}

.feedback__inner {
  max-width: 815px;
  margin: 0 auto;
  position: relative; }

.feedback__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.feedback__text {
  color: #DADADA;
  font-size: 18px; }

.feedback__title {
  font-size: 54px;
  color: #F4BE18;
  font-family: "RobotoSlab";
  font-weight: bold; }

.feedback__form {
  margin-top: 40px;
  position: relative; }

.feedback__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

.feedback__row:first-child {
  margin-bottom: 20px; }

.feedback__row input, .feedback__row textarea {
  width: 100%;
  background-color: #000000;
  border-radius: 4px;
  border: 1px solid #5C5C5C;
  min-height: 50px;
  color: #2E2E2E;
  font-size: 17px;
  padding: 0px 15px;
  outline: none; }

.feedback__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.feedback__row textarea {
  padding-top: 12px;
  line-height: 1.2; }

.feedback__row input:focus, .feedback__row textarea:focus {
  background-color: #fff;
  border-color: #fff; }

.feedback__row input:first-child {
  margin-right: 15px; }

.footer {
  height: 70px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.footer span {
  color: #5C5C5C;
  font-size: 12px; }

.signup {
  max-width: 600px;
  margin: auto;
  position: relative; }

.signup__form {
  background-color: #F4BE18;
  border-radius: 6px;
  padding: 50px 100px 40px;
  margin-top: 30px; }

.signup__title {
  font-family: "RobotoSlab";
  font-weight: bold;
  color: #fff;
  font-size: 48px; }

.signup__text {
  color: #FFF2CC;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 50px; }

.signup__form input {
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  width: 100%;
  outline: none;
  border: none;
  height: 50px;
  font-size: 17px;
  margin-bottom: 20px;
  padding: 0px 15px; }

.signup__form input:focus {
  background-color: #fff;
  border-color: #fff;
  color: #2E2E2E; }

.signup__banana1 {
  position: absolute;
  bottom: 100%;
  left: 100%;
  margin-left: 80px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7); }

.signup__banana2 {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 140px;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9); }

.signup__banana3 {
  position: absolute;
  bottom: -40px;
  left: 100%;
  margin-left: 140px; }

.signup__button {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.success {
  margin: auto;
  opacity: 0;
  visibility: hidden;
  text-align: center; }

.success--absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.success__image {
  margin: 0 auto 30px; }

.success__title {
  font-size: 48px;
  color: #F4BE18;
  font-family: "RobotoSlab";
  font-weight: bold; }

.success__text {
  font-size: 15px;
  color: #DADADA;
  margin-top: 15px; }

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