/*******************
RESET
*******************/
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
*:focus {
  outline: 0;
}
/*******************
MAIN
*******************/
html,
body {
  font-family: 'Lato', sans-serif;
  background-color: #f2f2f2;
}
body {
  overflow-x: hidden;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.container-fluid {
  padding: 0 0;
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 10%;
  }
}
a {
  text-decoration: none;
  color: inherit;
  outline: 0 none !important;
}
a:hover {
  color: inherit;
}
.form {
  width: 1000px;
  margin: 174px auto 67px;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1200px) {
  .form {
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 992px) {
  .form {
    width: 520px;
  }
}
@media only screen and (max-width: 767px) {
  .form {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.form input {
  width: 385px;
  height: 84px;
  line-height: 18px;
  border: 0;
  padding: 25px 30px;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  float: left;
}
.form input.phone-input {
  border-left: 1px solid #d8d8d8;
}
@media only screen and (max-width: 992px) {
  .form input.phone-input {
    border-left: 0;
    border-top: 1px solid #d8d8d8;
  }
}
@media only screen and (max-width: 1200px) {
  .form input {
    width: 33.3%;
  }
}
@media only screen and (max-width: 992px) {
  .form input {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .form input {
    padding: 0 20px;
    font-size: 18px;
  }
}
.form .submit-wraper {
  float: left;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .form .submit-wraper {
    width: 33.3%;
  }
}
@media only screen and (max-width: 992px) {
  .form .submit-wraper {
    float: none;
    width: 520px;
  }
}
@media only screen and (max-width: 767px) {
  .form .submit-wraper {
    width: 100%;
  }
}
.form .submit-wraper .submit-loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 94px;
}
.form .submit-wraper .submit-loader .loader,
.form .submit-wraper .submit-loader .loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.form .submit-wraper .submit-loader .loader {
  margin: 17px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #feca19;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.7s infinite linear;
  animation: load8 0.7s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.form button {
  width: 230px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  border: 0;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  background: #7a19fe;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(122, 25, 254, 0.25);
  -moz-box-shadow: 0px 0px 35px 0px rgba(122, 25, 254, 0.25);
  box-shadow: 0px 0px 35px 0px rgba(122, 25, 254, 0.25);
}
@media only screen and (max-width: 1200px) {
  .form button {
    width: 100%;
  }
}
.form button:hover {
  background: #6400ed;
}
.contact-info {
  float: right;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .contact-info span,
  .contact-info a {
    display: block;
    text-align: right;
    margin-top: 15px;
  }
}
.contact-info i {
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .contact-info i {
    display: none;
  }
}
/*******************
TOP
*******************/
.top {
  background: #f2f2f2 url('../img/top.jpg') top center no-repeat;
  color: #fff;
  opacity: 0;
}
@media only screen and (min-width: 1921px) {
  .top {
    background-size: cover;
  }
}
@media only screen and (max-width: 1200px) {
  .top {
    background-position: right -280px top;
  }
}
@media only screen and (max-width: 992px) {
  .top {
    background-position: right -360px top;
  }
}
@media only screen and (max-width: 767px) {
  .top {
    background-position: left top;
  }
}
.top .phone {
  position: absolute;
  right: 0;
  bottom: 0;
}
.top .top-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: url('../img/top_bottom.png');
  background-size: cover;
}
.top .play-button {
  position: absolute;
  top: 400px;
  right: 50%;
  margin-right: -480px;
  width: 120px;
  height: 120px;
  display: block;
  background: url('../img/play.png') no-repeat;
  z-index: 999;
  transform: scale(1);
  transition: all 0.5s;
}
.top .play-button.small {
  transform: scale(0.8);
}
@media only screen and (min-width: 1921px) {
  .top .play-button {
    top: 400px;
    left: 1337px;
    right: initial;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .top .play-button {
    right: 200px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .top .play-button {
    right: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .top .play-button {
    display: none;
  }
}
.top .header {
  margin-top: 40px;
  position: relative;
}
.top .header .row {
  opacity: 0;
  position: relative;
  top: -40px;
}
.top .header .logo {
  float: left;
}
@media only screen and (max-width: 520px) {
  .top .header .contact-info {
    font-size: 12px;
  }
}
.top .hero {
  margin-top: 170px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .top .hero {
    margin-top: 80px;
  }
}
.top .hero .row {
  position: relative;
  opacity: 0;
  top: -40px;
}
.top .hero h1 {
  font-size: 71px;
  font-weight: 900;
  line-height: 1.2em;
  margin: 0 0 40px;
}
@media only screen and (max-width: 1200px) {
  .top .hero h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .top .hero h1 {
    width: 50%;
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .top .hero h1 {
    width: 80%;
  }
}
@media only screen and (max-width: 520px) {
  .top .hero h1 {
    width: 100%;
  }
}
.top .hero .box {
  float: left;
  margin-left: 40px;
}
@media only screen and (max-width: 1200px) {
  .top .hero .box {
    margin-left: 0;
    margin-bottom: 20px;
    float: none;
  }
}
.top .hero .box:first-of-type {
  margin-left: 0;
}
.top .hero .box:first-of-type img {
  margin-top: 5px;
}
@media only screen and (max-width: 1200px) {
  .top .hero .box:first-of-type .desc {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 520px) {
  .top .hero .box:first-of-type .desc {
    margin-left: 10px;
  }
}
.top .hero .box img {
  float: left;
}
.top .hero .box .desc {
  float: left;
  margin-left: 25px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
  color: #afafaf;
  width: 220px;
}
@media only screen and (max-width: 1200px) {
  .top .hero .box .desc {
    margin-left: 31px;
  }
}
@media only screen and (max-width: 520px) {
  .top .hero .box .desc {
    width: 200px;
    margin-top: 4px;
    margin-left: 17px;
    font-size: 16px;
  }
}
.top .hero .mobile-play-box {
  display: none;
}
@media only screen and (max-width: 767px) {
  .top .hero .mobile-play-box {
    display: block;
  }
}
.top .hero .mobile-play-box img {
  max-width: 44px;
}
.top .hero .mobile-play-box .desc {
  color: #fff;
  line-height: 44px;
  margin-top: 5px;
}
.top .form {
  opacity: 0;
}
/*******************
Implementuj
*******************/
.implement {
  background: #f2f2f2;
}
.implement .container {
  opacity: 0;
  position: relative;
  top: -40px;
}
.implement h2 {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 900;
  color: #000;
  margin: 110px auto 60px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .implement h2 {
    margin-top: 50px;
    font-size: 40px;
  }
}
.implement .boxes {
  margin-bottom: 70px;
}
.implement .boxes .box {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .implement .boxes .box {
    margin-bottom: 20px;
  }
}
.implement .boxes .box p {
  font-size: 18px;
  line-height: 1.6em;
  color: #343f4b;
  font-weight: 300;
  margin-top: 10px;
}
/*******************
cytaty
*******************/
.quotes {
  background-image: url('../img/bg.png');
  background-size: cover;
  background-position: center;
  min-height: 2000px;
}
@media only screen and (max-width: 992px) {
  .quotes {
    background: #fff;
  }
  .quotes .container {
    overflow: hidden;
  }
}
.quotes .incremental-sale {
  opacity: 0;
  position: relative;
  left: -80px;
}
.quotes .ufs-quote {
  opacity: 0;
  position: relative;
  left: -80px;
}
.quotes .kp-quote {
  opacity: 0;
  position: relative;
  right: -80px;
}
.quotes .offset-2 {
  margin-left: 16%;
}
@media only screen and (max-width: 1200px) {
  .quotes .offset-2 {
    margin-left: 12%;
  }
}
@media only screen and (max-width: 992px) {
  .quotes .offset-2 {
    margin-left: 0;
    margin-top: 80px;
  }
}
.quotes .mt280 {
  margin-top: 280px;
}
@media only screen and (max-width: 1200px) {
  .quotes .mt280 {
    margin-top: 180px;
  }
}
@media only screen and (max-width: 992px) {
  .quotes .mt280 {
    margin-top: 90px;
  }
}
.quotes h2 {
  font-size: 48px;
  line-height: 1.3em;
  font-weight: 900;
  color: #000;
}
@media only screen and (max-width: 992px) {
  .quotes h2 {
    font-size: 40px;
  }
}
.quotes .white-quote {
  background: url('../img/quote_white.png') no-repeat;
  padding: 25px 75px;
  margin-top: 50px;
}
@media only screen and (max-width: 992px) {
  .quotes .white-quote {
    background: url('../img/quote_gray.png') no-repeat;
    padding: 25px;
  }
}
.quotes .white-quote h3 {
  font-size: 36px;
  line-height: 1.4em;
  font-weight: 300;
  font-style: italic;
  color: #343f4b;
}
.quotes .white-quote p {
  font-weight: 700;
  font-size: 14px;
  color: #343f4b;
  margin-top: 20px;
}
.quotes .gray-quote {
  background: url('../img/quote_gray.png') no-repeat;
  padding: 25px 0 0 75px;
  margin-top: 50px;
}
@media only screen and (max-width: 992px) {
  .quotes .gray-quote {
    padding: 25px;
  }
}
.quotes .gray-quote h3 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
  font-style: italic;
  color: #343f4b;
}
.quotes .gray-quote p {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
  font-style: italic;
  color: #343f4b;
  margin-top: 30px;
}
.quotes .gray-quote p.author {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
}
.quotes img {
  max-width: 100%;
}
.quotes .ufs-logo {
  margin-top: 380px;
}
@media only screen and (max-width: 1200px) {
  .quotes .ufs-logo {
    margin-top: 280px;
  }
}
@media only screen and (max-width: 992px) {
  .quotes .ufs-logo {
    margin-top: 80px;
  }
}
.quotes .how-wraper {
  opacity: 0;
  position: relative;
  right: -80px;
}
.quotes .how-it-works {
  width: 200px;
  margin-top: 340px;
}
@media only screen and (max-width: 1200px) {
  .quotes .how-it-works {
    margin-top: 140px;
  }
}
@media only screen and (max-width: 992px) {
  .quotes .how-it-works {
    width: 100%;
    margin-top: 80px;
  }
}
.quotes .how-list {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .quotes .how-list {
    display: block;
    margin-top: 50px;
    list-style: disc;
    margin-left: 20px;
  }
  .quotes .how-list li {
    margin-bottom: 20px;
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 992px) {
  .quotes .how-list {
    margin-bottom: 60px;
  }
}
/*******************
jak to dziala
*******************/
.how {
  background: #f2f2f2;
  text-align: center;
}
.how .container {
  position: relative;
  opacity: 0;
}
.how .container > img {
  margin-top: -260px;
}
@media only screen and (max-width: 1200px) {
  .how .container > img {
    display: none;
  }
}
.how .container p {
  font-size: 18px;
  color: #343f4b;
  line-height: 1.5em;
  position: absolute;
}
@media only screen and (max-width: 1200px) {
  .how .container p {
    display: none;
  }
}
.how .container .step-1 {
  top: -230px;
  right: 80px;
  text-align: left;
}
.how .container .step-2 {
  top: 55px;
  left: 220px;
  text-align: right;
}
.how .container .step-3 {
  top: 230px;
  left: 190px;
  text-align: left;
}
.how .container .step-4 {
  width: 300px;
  top: 85px;
  left: 640px;
  text-align: center;
}
.how .container .step-5 {
  top: 325px;
  right: 200px;
  text-align: right;
}
/*******************
screeny
*******************/
.screens {
  background: #f2f2f2;
  text-align: center;
  margin-top: 0px;
  position: relative;
  z-index: 3;
  opacity: 0;
}
@media only screen and (max-width: 992px) {
  .screens {
    margin-top: 0px;
    padding-top: 60px;
  }
}
.screens > img {
  max-width: 100%;
}
/*******************
centrum dowodzenia
*******************/
.cc {
  background: #f2f2f2;
}
.cc .container {
  opacity: 0;
  position: relative;
  top: -40px;
}
.cc h2 {
  font-size: 60px;
  font-weight: 900;
  color: #000;
  margin: 50px auto 110px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .cc h2 {
    margin-top: 45px;
    font-size: 40px;
  }
}
.cc .boxes {
  margin-bottom: 150px;
}
@media only screen and (max-width: 992px) {
  .cc .boxes {
    margin-bottom: 80px;
  }
}
.cc .boxes .box {
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .cc .boxes .box {
    margin-bottom: 20px;
  }
}
.cc .boxes .box p {
  font-size: 18px;
  line-height: 1.6em;
  color: #343f4b;
  font-weight: 300;
  margin-top: 20px;
}
/*******************
footer
*******************/
.footer {
  background-image: url('../img/footer_bg.png');
  background-color: #f2f2f2;
  background-size: cover;
}
.footer .container {
  opacity: 0;
}
.footer h4 {
  font-size: 36px;
  font-weight: 900;
  color: #000;
  margin: 5px auto 25px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .footer h4 {
    font-size: 26px;
  }
}
.footer h5 {
  font-size: 18px;
  font-weight: 400;
  color: #afafaf;
  margin: 80px auto 20px;
  text-align: center;
}
.footer h6 {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  margin: 0 auto 130px;
}
@media only screen and (max-width: 992px) {
  .footer h6 {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .footer h6 {
    font-size: 21px;
  }
}
.footer .form {
  margin: 0 auto 0;
}
.footer .copyright {
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.footer .copyright .container {
  position: relative;
  padding: 35px 0;
}
.footer .copyright .container .flogo {
  position: absolute;
  left: 0;
  top: -50px;
}
@media only screen and (max-width: 992px) {
  .footer .copyright .container .flogo {
    display: none;
  }
}
.footer .copyright .container p {
  float: left;
  margin-left: 120px;
  font-size: 16px;
  color: #afafaf;
}
@media only screen and (max-width: 992px) {
  .footer .copyright .container p {
    float: none;
    margin: 0;
    text-align: center;
    margin-bottom: 15px;
  }
}
.footer .copyright .container .contact-info {
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .footer .copyright .container .contact-info {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer .copyright .container .contact-info span,
  .footer .copyright .container .contact-info a {
    text-align: center;
  }
}
.modal-dialog {
  width: 896px;
  height: 522px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 992px) {
  .modal-dialog {
    width: 640px;
    height: 378px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 80%;
    max-height: 80%;
  }
}
.modal-dialog .movie-wraper {
  position: relative;
  border: 20px solid #fff;
  width: 896px;
  height: 522px;
  background: #343f4b;
}
@media only screen and (max-width: 992px) {
  .modal-dialog .movie-wraper {
    width: 640px;
    height: 378px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog .movie-wraper {
    width: 100%;
    height: auto;
    border-width: 10px;
  }
}
.modal-dialog .movie-wraper video {
  width: 100%;
  height: 100%;
}
.modal-dialog .movie-wraper .close-modal {
  position: absolute;
  top: -36px;
  right: -36px;
  width: 54px;
  height: 54px;
  display: block;
  border: 0;
  background: url('../img/close.png') no-repeat;
}
.modal-backdrop {
  background-color: #343f4b;
}
.modal-backdrop.in {
  opacity: .95;
}
body.modal-open {
  overflow: visible;
  padding-right: 0 !important;
}
