@import url("bootstrap.min.css");
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  color: #303030; }

header {
  background-color: #f8f8fa;
  padding: 55px 0;
  color: #6c6c6c; }
  header .phone {
    text-align: right; }
    header .phone span {
      display: inline-block;
      margin-left: 11px;
      border-bottom: 1px solid #f1514e; }
  @media (max-width: 575px) {
    header {
      padding-bottom: 0; }
      header .phone, header .logo {
        text-align: center; }
      header .logo {
        margin-bottom: 10px; } }

.button {
  display: inline-block;
  background-color: #f1514e;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 45px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  transition: all .3s ease-in-out;
  box-shadow: 2px 2px 10px rgba(241, 81, 78, 0.5); }
  .button:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: none; }

span.red {
  color: #f1514e;
  font-weight: 600; }

section.lead {
  background-color: #f8f8fa;
  padding-top: 55px;
  padding-bottom: 25px;
  position: relative; }
  section.lead .container {
    position: relative; }
  section.lead .busstop {
    position: absolute;
    z-index: 10;
    left: -390px;
    bottom: -225px; }
    @media (max-width: 991px) {
      section.lead .busstop {
        display: none; } }
  section.lead h2 {
    font-size: 37px;
    font-weight: 300;
    color: #6c6c6c; }
  section.lead h1 {
    font-size: 86px;
    font-weight: 700;
    letter-spacing: -5px;
    color: #303030;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      section.lead h1 {
        font-size: 40px;
        letter-spacing: 0; } }
    @media (max-width: 575px) {
      section.lead h1 {
        font-size: 35px;
        letter-spacing: 0; } }
  section.lead .description {
    opacity: .53;
    font-size: 16px; }
  section.lead .button {
    position: absolute;
    bottom: -90px;
    z-index: 10; }
    @media (max-width: 991px) {
      section.lead .button {
        bottom: -75px; } }
  section.lead::after {
    content: '';
    background-color: #f8f8fa;
    width: 100%;
    border-bottom: 70px solid #fff;
    border-left: 100vw solid #fff;
    border-top: 70px solid #f8f8fa;
    position: absolute;
    bottom: -140px; }
section .section-number {
  font-size: 86px;
  color: #b6b6b7;
  font-weight: 700;
  letter-spacing: -3px; }
section .section-title {
  font-size: 54px;
  font-weight: 300;
  color: #6c6c6c;
  line-height: 45px;
  margin-top: -25px; }
section.what {
  padding-top: 50px;
  padding-bottom: 30px; }
  section.what .content {
    padding-top: 120px; }
    section.what .content .offer-row {
      margin-bottom: 115px; }
      @media (max-width: 991px) {
        section.what .content .offer-row .offer-offline {
          margin-top: 30px; } }
      section.what .content .offer-row .offer-header {
        font-size: 28px;
        line-height: 24px; }
        section.what .content .offer-row .offer-header span {
          color: #b6b6b7;
          font-size: 13px; }
      section.what .content .offer-row .offer-image {
        text-align: center;
        line-height: 180px; }
        section.what .content .offer-row .offer-image img {
          vertical-align: middle; }
      section.what .content .offer-row .offer-elements {
        font-size: 14px;
        list-style: none;
        padding: 0;
        line-height: 36px; }
        section.what .content .offer-row .offer-elements li {
          position: relative; }
          section.what .content .offer-row .offer-elements li .elemnt-image {
            display: inline-block;
            width: 68px; }
          section.what .content .offer-row .offer-elements li::after {
            content: '';
            height: 1px;
            width: calc(100% - 68px);
            background-color: #6c6c6c;
            display: block;
            position: absolute;
            left: 68px;
            bottom: 0;
            opacity: .11; }
    section.what .content .offer-logos img {
      margin-right: 45px;
      margin-bottom: 30px; }
@media (min-width: 768px) {
  section.how {
    background: url(../images/how_bg.jpg) no-repeat center bottom;
    height: 1000px; }
    section.how .mobile-how {
      display: none; } }
section.how .mobile-how {
  padding: 0;
  margin-top: 30px; }
  section.how .mobile-how img {
    max-width: 100%; }
@media (max-width: 767px) {
  section.who .clients {
    margin-top: 30px; } }
section.who .client {
  line-height: 240px;
  text-align: center;
  position: relative; }
  @media (min-width: 1200px) {
    section.who .client:nth-of-type(-n+3) {
      border-bottom: 1px solid #b6b6b7; }
    section.who .client:not(:nth-of-type(3n)) {
      border-right: 1px solid #b6b6b7; } }
  @media (max-width: 1199px) {
    section.who .client:not(:nth-last-of-type(-n+2)) {
      border-bottom: 1px solid #b6b6b7; }
    section.who .client:nth-of-type(odd) {
      border-right: 1px solid #b6b6b7; } }
  section.who .client:first-of-type::after, section.who .client:last-of-type::after {
    content: '';
    background-color: #fff;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    z-index: 10; }
  section.who .client:first-of-type::after {
    right: -30px;
    bottom: -30px; }
  section.who .client:last-of-type::after {
    left: -30px;
    top: -30px; }
  section.who .client img {
    max-width: 100%; }
section.case-study {
  background-color: #f8f8fa;
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 70px;
  margin-top: 140px;
  font-size: 28px;
  color: #6c6c6c;
  line-height: 30px;
  font-weight: 300; }
  section.case-study strong {
    font-weight: 700; }
  section.case-study .button-ghost {
    border: 2px solid #f1514e;
    line-height: 55px;
    padding: 0 50px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    color: #6c6c6c;
    margin-top: 35px;
    transition: all .3s ease-in-out; }
    section.case-study .button-ghost:hover {
      text-decoration: none;
      background-color: #f1514e;
      color: #fff; }
  section.case-study img {
    position: absolute;
    top: -190px;
    max-width: 100%; }
    @media (max-width: 1199px) {
      section.case-study img {
        top: -70px; } }
    @media (max-width: 991px) {
      section.case-study img {
        top: 0; } }
    @media (max-width: 767px) {
      section.case-study img {
        position: static;
        margin-top: 50px;
        margin-bottom: -50px; } }
  section.case-study::before {
    content: '';
    background-color: #f8f8fa;
    width: 100%;
    border-bottom: 70px solid #f8f8fa;
    border-left: 100vw solid #fff;
    position: absolute;
    top: -70px; }
  section.case-study::after {
    content: '';
    background-color: #f8f8fa;
    width: 100%;
    border-left: 100vw solid #fff;
    border-top: 70px solid #f8f8fa;
    position: absolute;
    bottom: -70px; }
@media (min-width: 768px) {
  section.contact {
    padding-top: 80px; } }
section.contact h3 {
  font-weight: 400;
  margin-bottom: 21px; }
section.contact .contact-info {
  padding-top: 90px;
  color: #6c6c6c;
  font-size: 22px;
  line-height: 26px; }
  @media (max-width: 767px) {
    section.contact .contact-info {
      margin-bottom: 50px; } }
  section.contact .contact-info h3 {
    font-weight: 300;
    margin-bottom: 40px; }
  section.contact .contact-info .photo-name {
    margin-bottom: 35px; }
    section.contact .contact-info .photo-name .photo {
      float: left;
      margin-right: 15px;
      padding-top: 5px; }
  section.contact .contact-info .number {
    margin-bottom: 25px; }
    section.contact .contact-info .number a {
      color: #6c6c6c; }
  section.contact .contact-info .adress {
    font-size: 14px;
    line-height: 21px; }
    section.contact .contact-info .adress span {
      font-size: 10px; }
section.contact .form {
  background-color: #f1514e;
  padding: 90px 100px 70px;
  color: #fff; }
  @media (max-width: 1199px) {
    section.contact .form {
      padding: 90px 70px 70px; } }
  @media (max-width: 991px) {
    section.contact .form {
      padding: 90px 20px 70px; } }
section#map {
  height: 243px;
  background-color: #f8f8fa;
  margin-top: 85px; }
  @media (max-width: 575px) {
    section#map {
      margin-top: 0; } }

form {
  display: block;
  overflow: hidden; }
  form input.form-control {
    border: none;
    font-size: 13px;
    line-height: 46px;
    padding: 0 23px;
    margin-bottom: 4px; }
  form textarea.form-control {
    border: none;
    font-size: 13px;
    height: 96px;
    padding: 20px 23px;
    margin-bottom: 15px; }
  form label {
    font-size: 10px;
    font-weight: 600;
    position: relative;
    padding-left: 10px;
    cursor: pointer; }
    form label a {
      color: #fff;
      text-decoration: underline; }
      form label a:hover {
        color: #fff;
        text-decoration: none; }
  form input[type=checkbox] {
    opacity: 0; }
    form input[type=checkbox] + span::before {
      content: '\f096';
      font-family: 'FontAwesome';
      font-size: 15px;
      position: absolute;
      left: 0; }
    form input[type=checkbox]:checked + span::before {
      content: '\f046'; }
  form .button {
    height: 35px;
    line-height: 34px;
    padding: 0 35px;
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    float: right;
    margin-top: 25px;
    transition: all .3s ease-in-out; }
    form .button:hover {
      background-color: #fff;
      color: #f1514e; }

.zgoda, .pola, .sukces, .blad {
  clear: both;
  margin-top: 20px;
  display: none; }

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