@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Cairo:300,400,700|Ubuntu&subset=latin-ext');
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* 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;
}
a {
  color: inherit;
  text-decoration: inherit;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
body * {
  outline: none;
}
input::-ms-clear {
  display: none;
}
/* CSS Document */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html .container {
  min-width: 530px !important;
}
html,
body {
  min-width: 560px !important;
}
body {
  font-family: 'Cairo', sans-serif;
}
.container {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.font-ubuntu {
  font-family: 'Ubuntu', sans-serif;
}
.font-cairo {
  font-family: 'Cairo', sans-serif;
}
strong {
  font-weight: 700;
}
.fill {
  height: 100%;
}
/* .bg-parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 1200px;
    min-height: 200px;
} */
.bg-parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container-fluid {
  padding-left: 7%;
  padding-right: 7%;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
header {
  background: url('../img/bg-header.jpg') center center / cover no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media (max-height: 620px) {
  header {
    min-height: 700px;
  }
}
@media (min-height: 1024px) {
  header {
    max-height: 900px;
  }
}
header .fadetop {
  z-index: 10;
}
header a.header-brand {
  float: left;
  width: 244px;
  height: 75px;
  background-color: #fff;
  background-image: url('../img/logo.png');
  background-position: center center;
  background-size: 189px 35px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
header a.mf {
  position: relative;
  float: left;
  width: 310px;
  height: 75px;
  padding: 20px 0 20px 87px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .017em;
  color: #fff;
}
header a.mf:before {
  content: " ";
  width: 40px;
  height: 45px;
  background: url('../img/forms.png') center center no-repeat;
  position: absolute;
  left: 30px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .second {
  height: 100%;
}
@media (min-width: 1200px) {
  header .second {
    height: calc(100% - 77px);
  }
}
header .second > div {
  height: 100%;
}
header .claim {
  position: relative;
  top: 48%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .claim h1 {
  font-family: 'Cairo', sans-serif;
  font-size: 40px;
  line-height: 75px;
  letter-spacing: .1em;
  color: #fff;
}
@media (min-width: 992px) {
  header .claim h1 {
    font-size: 45px;
  }
}
header .claim h1 strong {
  display: block;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: .1em;
}
@media (min-width: 992px) {
  header .claim h1 strong {
    font-size: 65px;
  }
}
header .claim .buttons {
  margin-top: 7.77777778%;
}
header .claim .buttons a {
  display: inline-block;
  width: auto;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #fff;
  font-family: 'Cairo', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .1em;
  padding: 12px 20px;
  margin-right: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .claim .buttons a:before {
  content: " ";
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  header .claim .buttons a {
    margin-bottom: 20px;
  }
}
header .claim .buttons a:first-child {
  background-color: #fff;
  color: #2f347a;
}
header .claim .buttons a:first-child:before {
  background: url('../img/cloud.svg') center center / contain no-repeat;
}
header .claim .buttons a:first-child:hover {
  background-color: transparent;
  color: #fff;
}
header .claim .buttons a:first-child:hover:before {
  background: url('../img/cloud_w.svg') center center / contain no-repeat;
}
header .claim .buttons a:last-child {
  background-color: transparent;
  padding: 12px 20px;
  color: #fff;
}
header .claim .buttons a:last-child:before {
  background: url('../img/internet.svg') center center / contain no-repeat;
}
header .claim .buttons a:last-child:hover {
  background-color: #fff;
  color: #2f347a;
}
header .claim .buttons a:last-child:hover:before {
  background: url('../img/internet_g.svg') center center / contain no-repeat;
}
header .mockup {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  max-height: 673px;
}
header .mockup img {
  width: auto;
  height: auto;
  float: right;
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 1300px) {
  header .mockup {
    width: 45%;
    z-index: 10;
  }
}
.sub-page-top header {
  height: 500px;
}
.sub-page-top header .mockup img {
  height: 280px;
  max-height: inherit;
  max-width: inherit;
}
@media (min-width: 992px) {
  .sub-page-top header .mockup img {
    height: 355px;
  }
}
@media (min-width: 1200px) {
  .sub-page-top header .mockup img {
    height: 400px;
  }
}
#zalety {
  padding: 75px 0;
}
#zalety .button {
  position: relative;
  width: 100%;
  height: 130px;
  padding: 30px 0 30px 122px;
}
#zalety .button h2 {
  font-size: 35px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: .1em;
  color: #fff;
}
#zalety .button h2 small {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .05em;
}
#zalety .button.druki {
  background: #e328ac;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e328ac 0%, #e95168 100%);
  background: -webkit-linear-gradient(-45deg, #e328ac 0%, #e95168 100%);
  background: linear-gradient(135deg, #e328ac 0%, #e95168 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e328ac', endColorstr='#e95168', GradientType=1);
}
#zalety .button.druki:before {
  content: " ";
  position: absolute;
  width: 77px;
  height: 77px;
  left: 22px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../img/newspaper.svg') center center / contain no-repeat;
}
#zalety .button.polacy {
  background: #e7c124;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e7c124 0%, #e95168 100%);
  background: -webkit-linear-gradient(-45deg, #e7c124 0%, #e95168 100%);
  background: linear-gradient(135deg, #e7c124 0%, #e95168 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7c124', endColorstr='#e95168', GradientType=1);
}
@media (max-width: 767px) {
  #zalety .button.polacy {
    margin-top: 30px;
  }
}
#zalety .button.polacy:before {
  content: " ";
  position: absolute;
  width: 74px;
  height: 69px;
  left: 22px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../img/users.svg') center center / contain no-repeat;
}
#zalety .button.e-deklaracje {
  background: #5248d8;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #5248d8 0%, #e95168 100%);
  background: -webkit-linear-gradient(-45deg, #5248d8 0%, #e95168 100%);
  background: linear-gradient(135deg, #5248d8 0%, #e95168 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5248d8', endColorstr='#e95168', GradientType=1);
  margin-top: 30px;
}
@media (min-width: 992px) {
  #zalety .button.e-deklaracje {
    margin-top: 0;
  }
}
#zalety .button.e-deklaracje:before {
  content: " ";
  position: absolute;
  width: 74px;
  height: 69px;
  left: 22px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('../img/email.svg') center center / contain no-repeat;
}
@media (max-width: 1440px) {
  #zalety .button {
    padding-left: 110px;
  }
  #zalety .button h2 {
    font-size: 32px;
  }
  #zalety .button h2 small {
    font-size: 18px;
  }
  #zalety .button:before {
    max-width: 60px!important;
  }
}
@media (max-width: 1199px) {
  .home #zalety .button {
    padding: 22px 0 20px 80px;
    height: 110px;
  }
  .home #zalety .button h2 {
    font-size: 26px;
  }
  .home #zalety .button h2 small {
    font-size: 14px;
  }
  .home #zalety .button:before {
    max-width: 50px!important;
    left: 10px!important;
    max-height: 55px!important;
  }
}
@media (max-width: 991px) {
  #program-pit .claim {
    transform: none;
    top: none;
  }
}
section {
  overflow: hidden;
}
section .claim {
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 991px) {
  section .claim {
    transform: translateY(18%);
    top: 50%;
  }
}
@media (min-width: 992px) {
  section .claim {
    text-align: left;
    position: relative;
    margin-bottom: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
section .claim h2 {
  font-family: 'Cairo', sans-serif;
  font-size: 45px;
  line-height: 80px;
  letter-spacing: .1em;
  color: #fff;
}
@media (max-width: 991px) {
  section .claim h2 {
    font-size: 30px !important;
  }
}
section .claim h2 strong {
  font-weight: 700;
}
section .claim h3 {
  font-family: 'Cairo', sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .1em;
  color: #fff;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  section .claim h3 {
    font-size: 18px !important;
  }
}
section .claim p {
  font-size: 13px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: .1em;
  color: #fff;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  section .claim p {
    font-size: 16px;
  }
}
section .claim a.cloud {
  display: inline-block;
  width: auto;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #fff;
  font-family: 'Cairo', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .1em;
  padding: 12px 20px;
  margin-right: 15px;
  background-color: #fff;
  color: #2f347a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section .claim a.cloud:before {
  content: " ";
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url('../img/cloud.svg') center center / contain no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section .claim a.cloud:hover {
  background-color: transparent;
  color: #fff;
}
section .claim a.cloud:hover:before {
  background: url('../img/cloud_w.svg') center center / contain no-repeat;
}
section .claim a.internet {
  display: inline-block;
  width: auto;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #fff;
  font-family: 'Cairo', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .1em;
  padding: 12px 20px;
  margin-right: 15px;
  background-color: #fff;
  color: #2f347a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section .claim a.internet:before {
  content: " ";
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url('../img/internet_g.svg') center center / contain no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section .claim a.internet:hover {
  background-color: transparent;
  color: #fff;
}
section .claim a.internet:hover:before {
  background: url('../img/internet.svg') center center / contain no-repeat;
}
@media (max-width: 1440px) {
  section .claim h2 {
    font-size: 42px;
  }
  section .claim h3 {
    font-size: 23px;
  }
}
@media (max-width: 1199px) {
  section .claim h2 {
    font-size: 38px;
  }
  section .claim h3 {
    font-size: 20px;
  }
}
#program-pit {
  background: url('../img/bg-section.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 992px) {
  #program-pit {
    height: 620px;
  }
}
#program-pit .program {
  max-height: 626px;
  padding-top: 40px;
  z-index: 5;
}
@media (max-width: 991px) {
  #program-pit .program {
    width: 530px !important;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    display: block;
  }
}
@media (min-width: 992px) {
  #program-pit .program {
    position: absolute;
    right: 13.98601399%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  #program-pit .program {
    display: block;
    width: 367px;
  }
}
@media (min-width: 1200px) {
  #program-pit .program img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  #program-pit .program {
    max-width: 300px !important;
    width: 30%;
    right: 30px;
  }
  #program-pit .program img {
    max-width: 100%;
  }
}
#papers {
  padding: 60px 0;
}
#papers h2 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .1em;
  color: #2f347a;
  line-height: 72px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  #papers h2 {
    border-right: 4px solid #2f347a;
    display: inline-block;
    width: 285px;
    float: left;
  }
}
#papers .logos {
  width: 100%;
  height: 72px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  #papers .logos {
    float: left;
    width: calc(100% - 285px);
  }
}
#papers .logos img {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 33.33333333%;
  padding: 0px 20px;
}
@media (min-width: 1199px) {
  #papers h2 {
    width: 25%;
  }
  #papers .logos {
    width: 75%;
  }
}
#piec-minut {
  background: url('../img/bg-section-2.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  #piec-minut {
    height: 520px;
  }
}
#piec-minut .row {
  position: relative;
}
@media (max-width: 767px) {
  #piec-minut .claim {
    transform: none;
    top: auto;
    margin-bottom: 40px;
  }
}
#piec-minut .clock {
  width: 41.66666667%;
  height: auto;
}
@media (max-width: 768px) {
  #piec-minut .clock {
    display: block;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  #piec-minut .clock {
    height: calc(100% - 140px);
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#piec-minut .clock img {
  height: 100%;
}
@media (min-width: 768px) {
  #piec-minut .clock img {
    float: right;
  }
}
@media (max-width: 767px) {
  #piec-minut .clock img {
    display: block;
  }
}
@media (max-width: 1199px) {
  #piec-minut .clock {
    width: 37.5%;
  }
  #piec-minut .clock img {
    width: 100%;
    height: auto;
  }
}
footer {
  padding: 75px 0;
}
footer .partners {
  width: 100%;
  height: 70px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .partners a {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 20%;
  text-align: center;
}
@media (max-width: 1199px) {
  footer .partners a {
    padding: 0 15px;
  }
}
footer .partners a img {
  opacity: .6;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: alpha(opacity=60) grayscale(100%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
}
footer .partners a:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: alpha(opacity=100) grayscale(0%);
}
footer .bttm {
  height: 85px;
  margin-top: 60px;
}
footer .bttm ul {
  float: left;
  display: inline-block;
  width: 12.5%;
  border-right: 2px solid #b8b8b8;
  height: 100%;
}
footer .bttm ul li {
  display: block;
  float: left;
  width: 100%;
  font-family: 'Ubuntu', sans-serif;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: .017em;
  color: #b8b8b8;
}
footer .bttm ul li a {
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .bttm ul li a:hover {
  color: #2f347a;
}
footer .bttm .info {
  position: relative;
  float: right;
  display: inline-block;
  width: 87.5%;
  padding-left: 80px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 10px;
  line-height: 21.5px;
  letter-spacing: .017em;
  color: #b8b8b8;
  height: 100%;
}
footer .bttm .info p {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cookies {
  position: fixed;
  bottom: 0;
  background-color: #f1f1f1;
  width: 100%;
  z-index: 100;
}
.cookies p {
  color: #a4a4a4;
  font-family: 'Ubuntu', sans-serif;
  font-size: 10px;
  line-height: 37px;
  width: 100%;
  text-align: center;
}
.cookies p a {
  display: inline-block;
  line-height: 20px;
  border: 1px solid #a4a4a4;
  padding: 0 5px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cookies p a:hover {
  color: #2f347a;
  border-color: #2f347a;
}
/* ---------- Thanks ----------- */
#top {
  height: 80px;
  background: #ffffff;
}
#top img {
  width: 100%;
  height: auto;
}
#top .left {
  width: auto;
  float: left;
  height: 80px;
}
#top .left a.logo_podatnik {
  width: 165px;
  height: auto;
  display: block;
  margin: 17px 35px 0 0;
  float: left;
}
@media (min-width: 768px) {
  #top .left a.logo_podatnik {
    width: 200px;
  }
}
#top .left a.logo_podatnik:hover img {
  opacity: 1;
}
#top .left .logo_certum {
  width: 83px;
  height: auto;
  display: block;
  margin: 21px 0 0;
  float: left;
}
@media (min-width: 768px) {
  #top .left .logo_certum {
    width: 115px;
  }
}
#top .right .logo_formularze {
  width: 200px;
  height: auto;
  display: block;
  margin: 17px 0 0;
}
@media (min-width: 768px) {
  #top .right .logo_formularze {
    width: 266px;
  }
}
#top .right {
  width: auto;
  float: right;
  height: 80px;
}
#baner {
  height: 650px;
  background: url('../img/bg-thanks.jpg');
  background-size: cover;
  background-position: center center;
}
#baner .container {
  position: relative;
}
#baner h1 {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: .017em;
  color: #ffffff;
  text-align: center;
  margin: 50px 0;
}
#baner .left {
  float: left;
  width: 785px;
  height: 475px;
  background: url('../img/macbook.png');
  background-size: 785px 475px;
  background-position: left center;
  background-repeat: no-repeat;
}
#baner .right {
  float: right;
  right: 0;
  width: 397px;
  height: auto;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
#baner a.button.blue {
  width: 397px;
  height: 160px;
  line-height: 160px;
  padding: 0 115px 0 50px;
  margin: 0 0 43px;
  background-color: #54a8a8;
  background-image: url('../img/button_online.svg');
  background-size: 36px 36px;
  background-position: 300px center;
  background-repeat: no-repeat;
}
#baner a.button.blue:hover {
  background-color: rgba(84, 168, 168, 0.8);
}
a.button {
  display: block;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: .017em;
  text-align: left;
}
#baner a.button.orange {
  width: 397px;
  height: 160px;
  line-height: 30px;
  padding: 50px 115px 30px 50px;
  background-color: #ff9600;
  background-image: url('../img/button_download.svg');
  background-size: 36px 36px;
  background-position: 300px center;
  background-repeat: no-repeat;
}
#baner a.button.orange:hover {
  background-color: rgba(255, 150, 0, 0.8);
}
#baner .right ul {
  display: block;
  margin: 25px 106px 0;
  overflow: hidden;
}
#baner .right ul li {
  float: left;
  margin: 0 20px 0 0;
}
#baner .right ul li:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  #baner.baner_tp {
    height: auto;
  }
}
@media (min-width: 992px) {
  #baner.baner_tp {
    height: 520px;
  }
}
#baner.baner_tp .header {
  height: 163px;
  margin: 80px 0 75px;
  padding: 45px 0 0 200px;
  background: url('../img/tick_white.svg');
  background-size: 180px 135px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (min-width: 768px) {
  #baner.baner_tp .header {
    background-size: 209px 163px;
    padding: 45px 0 0 245px;
  }
}
#baner.baner_tp .header h1 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: .015em;
  color: #ffffff;
  margin: 0 0 20px;
  text-align: left;
}
@media (min-width: 768px) {
  #baner.baner_tp .header h1 {
    font-size: 51px;
  }
}
#baner.baner_tp .header h2 {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .015em;
  color: #ffffff;
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  #baner.baner_tp .header h2 {
    font-size: 17px;
  }
}
#baner.baner_tp .header h2 a {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .015em;
  color: rgba(255, 150, 0, 0.9);
  border-bottom: solid 2px #ffffff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #baner.baner_tp .header h2 a {
    font-size: 17px;
  }
}
#baner.baner_tp .header h2 a:hover {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: solid 2px rgba(255, 255, 255, 0.8);
}
#baner.baner_tp ul {
  display: block;
  overflow: hidden;
}
#baner.baner_tp ul li strong {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: .015em;
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}
#baner.baner_tp ul li {
  display: block;
  height: 136px;
  text-align: left;
  width: 340px;
  padding: 40px 0 0 150px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .015em;
  color: #ffffff;
}
@media (max-width: 767px) {
  #baner.baner_tp ul li {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  #baner.baner_tp ul li {
    float: left;
  }
}
@media (max-width: 991px) {
  #baner.baner_tp ul li {
    margin-bottom: 30px;
  }
}
#baner.baner_tp ul li.first {
  background: url('../img/baner_1.svg');
  background-size: 136px 136px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (min-width: 768px) {
  #baner.baner_tp ul li.first {
    width: 315px;
  }
}
@media (min-width: 1200px) {
  #baner.baner_tp ul li.first {
    width: 412px;
  }
}
#baner.baner_tp ul li.second {
  background: url('../img/baner_2.svg');
  background-size: 136px 136px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (min-width: 768px) {
  #baner.baner_tp ul li.second {
    width: 340px;
  }
}
@media (min-width: 1200px) {
  #baner.baner_tp ul li.second {
    width: 412px;
  }
}
#baner.baner_tp ul li.third {
  background: url('../img/baner_3.svg');
  background-size: 136px 136px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (min-width: 768px) {
  #baner.baner_tp ul li.third {
    width: 276px;
  }
}
#content {
  padding: 10px 0 60px;
}
#content .container {
  overflow: hidden;
}
#content .left {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #content .left {
    padding: 0 100px;
  }
}
@media (min-width: 1200px) {
  #content .left {
    padding: 0 65px 0 0;
    width: 545px;
    float: left;
  }
}
#content .left h2 {
  padding: 35px 70px 35px 0;
  margin: 0 20px 0 95px;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: .015em;
  color: #313131;
  text-align: center;
  background: url(../img/tick.svg);
  background-size: 64px 44px;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (min-width: 768px) {
  #content .left h2 {
    text-align: left;
  }
}
#content .left .first_step h3 {
  padding-top: 10px;
}
#content .left .first_step p {
  padding-bottom: 20px;
}
#content .left h3 {
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  padding: 35px 0 0;
  letter-spacing: .015em;
  color: #313131;
}
#content .left p {
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: .015em;
  color: #313131;
  padding: 20px 0 40px;
}
#content .left img {
  display: block;
  margin: 0 auto;
  width: 372px;
  height: auto;
}
#content .left .second_step p,
#content .left .third_step p,
#content .left .fourth_step p {
  background: url(../img/arrow.svg);
  background-size: 37px 61px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
#content .center-line {
  width: 8px;
  height: 1490px;
  float: left;
  background: #e7e7e7;
  margin: 63px 0 20px;
}
@media (max-width: 1199px) {
  #content .center-line {
    display: none;
  }
}
#content .right {
  display: block;
  overflow: hidden;
  padding: 0 50px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #content .right {
    padding: 0 100px;
  }
}
@media (min-width: 1200px) {
  #content .right {
    padding: 0 0 0 100px;
    width: 547px;
    float: left;
  }
}
#content .right h2 {
  padding: 35px 0 0;
  margin: 0 20px 0 0;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: .015em;
  color: #313131;
  text-align: center;
}
#content .right h3 {
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  padding: 40px 0 35px;
  letter-spacing: .015em;
  color: #313131;
}
#content .right p {
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: .015em;
  color: #313131;
  padding: 35px 0 0;
}
#content .right img {
  display: block;
  margin: 0 auto;
  width: 110px;
  height: auto;
}
#content .right .rakoobrona {
  margin: 150px 0 0;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  #content .right .rakoobrona {
    overflow: hidden;
    height: 590px;
  }
}
#content .right .rakoobrona .left {
  width: 100%;
  height: auto;
  padding: 0;
}
@media (min-width: 768px) {
  #content .right .rakoobrona .left {
    width: 220px;
    float: left;
  }
}
#content .right .rakoobrona .left p {
  font-size: 13px;
  text-align: left;
  color: #5c5c5c;
}
#content .right .rakoobrona .left p strong {
  color: #ff9600;
}
#content .right .rakoobrona .left a.button_more {
  display: block;
  margin: 35px 0 0;
  width: 180px;
  height: 50px;
  line-height: 48px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background: #ff9600;
}
#content .right .rakoobrona .left a.button_more:hover {
  background: rgba(255, 150, 0, 0.9);
}
#content .right .rakoobrona .left a.button_more img {
  height: 10px;
  width: auto;
  float: right;
  margin: 20px 15px 20px 0;
}
#content .right .rakoobrona .right {
  width: 480px;
  height: 590px;
  float: right;
  position: absolute;
  right: 0;
  z-index: -1;
  background: url(../img/rkbn_lady.png);
  background-size: 325px 441px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 767px) {
  #content .right .rakoobrona .right {
    display: none;
  }
}
@media (min-width: 1200px) {
  #content .right .rakoobrona .right {
    width: 325px;
  }
}
#content .right .rakoobrona .right h2 {
  font-weight: 400;
  font-size: 23px;
  line-height: 30px;
  text-align: center;
  margin: 0;
}
@media (max-width: 991px) {
  #content .right .rakoobrona .right h2 {
    margin-left: 90px;
    width: 300px;
  }
}
#content .right .rakoobrona .right h2 strong {
  color: #ff9600;
  display: block;
}
/* ------------ O programie -------------- */
#whywe {
  height: auto;
  overflow: hidden;
  background: url(../img/whywe_bg.jpg);
  background-size: cover;
  background-position: center center;
}
#whywe .container {
  overflow: hidden;
}
#whywe .container.second {
  clear: both;
  margin: 35px auto 40px;
}
#whywe .left {
  width: 50%;
  float: left;
  display: inline-block;
  margin: 58px 0 0;
}
#whywe .left h2 {
  font-weight: 700;
  font-size: 30px;
  color: #363636;
  letter-spacing: 0.017em;
}
#whywe .left p {
  font-weight: 700;
  font-size: 20px;
  margin: 10px 0 30px;
  color: #363636;
  letter-spacing: 0.017em;
}
#whywe .left ul {
  display: block;
}
#whywe .left ul li {
  display: block;
  margin: 0 0 20px;
}
#whywe .left ul li h3 {
  font-weight: 700;
  font-size: 20px;
  color: #363636;
  letter-spacing: .017em;
  line-height: 25px;
  padding-left: 25px;
  background: url(../img/list_tick.svg);
  background-size: 20px 15px;
  background-position: left center;
  background-repeat: no-repeat;
}
#whywe .left ul li p {
  font-weight: 400;
  font-size: 13px;
  color: #363636;
  letter-spacing: .017em;
  line-height: 20px;
  padding-left: 25px;
}
#whywe .right {
  width: 50%;
  float: right;
  display: inline-block;
  margin: 60px 0 0;
}
#whywe .right img {
  width: 445px;
  height: auto;
  float: right;
}
#whywe a.button.orange {
  color: #fff;
  font-weight: 700;
  width: 350px;
  height: 110px;
  text-align: left;
  line-height: 30px;
  padding: 25px 80px 30px 35px;
  margin: 0 auto 30px auto;
  background-color: #ff9600;
  background-image: url(../img/button_download.svg);
  background-size: 36px 36px;
  background-position: 275px center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #whywe a.button.orange {
    float: left;
    margin: 0 15px 0 auto;
  }
}
@media (min-width: 992px) {
  #whywe a.button.orange {
    margin-left: 100px;
  }
}
@media (min-width: 1200px) {
  #whywe a.button.orange {
    margin: 0 15px 0 185px;
  }
}
#whywe a.button.orange:hover {
  background-color: rgba(255, 150, 0, 0.8);
}
#whywe a.button.blue {
  color: #fff;
  font-weight: 700;
  width: 350px;
  height: 110px;
  text-align: left;
  line-height: 110px;
  padding: 0 80px 0 35px;
  margin: 0 auto;
  background-color: #54a8a8;
  background-image: url(../img/button_online.svg);
  background-size: 36px 36px;
  background-position: 275px center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #whywe a.button.blue {
    margin: 0 0 15px 0;
    float: right;
  }
}
@media (min-width: 992px) {
  #whywe a.button.blue {
    margin-right: 100px;
  }
}
@media (min-width: 1200px) {
  #whywe a.button.blue {
    margin: 0 185px 0 15px;
  }
}
#whywe a.button.blue:hover {
  background-color: rgba(84, 168, 168, 0.8);
}
#whywe .left p.before_list {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  margin: 40px 0 25px;
  color: #363636;
  letter-spacing: 0.017em;
}
#whywe .container.second2 {
  clear: both;
  margin: 60px auto 40px;
}
#whywe .container2 {
  position: relative;
  overflow: visible;
}
#whywe .left.left2 {
  width: 100%;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  #whywe .left.left2 {
    width: 55%;
  }
}
#whywe .left.left2 ul li {
  margin: 0 0 10px;
}
#whywe .left.left2 ul li h3,
#whywe .left.left2 p {
  font-size: 15px;
}
#whywe .right.right2 {
  width: 45%;
}
#whywe .right.right2.slider {
  display: block;
  margin: 20px 0 0;
  z-index: 2;
  width: auto;
}
@media (min-width: 992px) {
  #whywe .right.right2.slider {
    margin: 80px 0 0;
    position: absolute;
    left: 535px;
  }
}
#whywe .right.right2.slider .slide {
  display: block;
  overflow: hidden;
  width: 530px;
  height: 320px;
  background: url(../img/macbook.png);
  background-size: 530px 320px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #whywe .right.right2.slider .slide {
    background-size: 710px 430px;
    width: 710px;
    height: 430px;
  }
}
#whywe .right.right2.slider .slide img {
  float: none;
  margin: 19px 61px 68px 64px;
  width: 403px;
  height: auto;
  display: none;
}
@media (min-width: 768px) {
  #whywe .right.right2.slider .slide img {
    width: 540px;
    height: 337px;
    margin: 25px 84px 68px 86px;
  }
}
#whywe .right.right2.slider .slide img.visible {
  display: block;
}
#whywe .right.right2.slider ul.nav {
  display: block;
  overflow: hidden;
  width: 192px;
  height: 12px;
  margin: 15px auto 0;
}
#whywe .right.right2.slider ul.nav li {
  display: block;
  width: 12px;
  height: 12px;
  float: left;
  margin: 0 17px 0 0;
}
#whywe .right.right2.slider ul.nav li:last-child {
  margin: 0;
}
#whywe .right.right2.slider ul.nav li a {
  display: block;
  width: 12px;
  height: 12px;
  border: solid 2px #b7b7b7;
  background: rgba(183, 183, 183, 0);
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}
#whywe .right.right2.slider ul.nav li a:hover,
#whywe .right.right2.slider ul.nav li a.active {
  border: solid 2px #ff9600;
  background: #ff9600;
}
#rkbn {
  height: auto;
  position: relative;
  overflow: hidden;
  background: url(../img/bg-header.jpg);
  background-size: cover;
  background-position: center center;
}
#rkbn .container-fluid {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 25px 0 75px;
  padding: 40px 0;
  display: block;
  background-color: #ffffff;
}
#rkbn .left {
  float: left;
  width: 750px;
  height: auto;
  display: block;
}
#rkbn h2 {
  font-family: 'Ubuntu Bold';
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0.017em;
}
#rkbn .left p {
  font-family: 'Ubuntu Regular';
  font-size: 13px;
  letter-spacing: .017em;
  line-height: 23px;
  text-align: justify;
  color: #2f2f2f;
}
#rkbn .left a {
  display: block;
  margin: 10px 0 0;
  font-family: 'Ubuntu Regular';
  font-size: 13px;
  letter-spacing: .017em;
  line-height: 23px;
  color: #54a8a8;
}
#rkbn .left a:hover {
  color: rgba(84, 168, 168, 0.8);
}
#rkbn .right {
  width: 672px;
  height: 489px;
  position: absolute;
  left: 67%;
  top: 73px;
  background-image: url(../img/rkbn_right_bg.png);
  background-size: 672px auto;
  background-position: right center;
  background-repeat: no-repeat;
}
#download a.button.orange {
  font-size: 22px;
  font-weight: bold;
  width: 400px;
  height: 100px;
  text-align: left;
  line-height: 30px;
  margin-bottom: 30px;
  display: block;
  padding: 18px 10px 30px 120px;
  background: #e328ac;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e328ac 0%, #e95168 100%);
  background: -webkit-linear-gradient(-45deg, #e328ac 0%, #e95168 100%);
  background: linear-gradient(135deg, #e328ac 0%, #e95168 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e328ac', endColorstr='#e95168', GradientType=1);
  position: relative;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  #download a.button.orange {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  #download a.button.orange {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
#download a.button.orange:before {
  content: '';
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background: url('../img/cloud_w.svg') center center no-repeat;
  background-size: 60px;
}
#download a.button.orange:hover {
  transform: scale(1.1);
}
#download a.button.blue {
  font-size: 22px;
  font-weight: bold;
  display: block;
  position: relative;
  top: -12px;
  width: 400px;
  height: 100px;
  text-align: left;
  line-height: 100px;
  padding: 0 80px 0 120px;
  transition: all 0.2s ease-in-out;
  background: #e7c124;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e7c124 0%, #e95168 100%);
  background: -webkit-linear-gradient(-45deg, #e7c124 0%, #e95168 100%);
  background: linear-gradient(135deg, #e7c124 0%, #e95168 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7c124', endColorstr='#e95168', GradientType=1);
}
@media (max-width: 991px) {
  #download a.button.blue {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  #download a.button.blue {
    display: inline-block;
    margin-left: 20px;
  }
}
#download a.button.blue:before {
  content: '';
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background: url('../img/internet.svg') center center no-repeat;
  background-size: 60px;
}
#download a.button.blue:hover {
  transform: scale(1.1);
}
#download {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
#slider {
  width: 100%;
  height: 440px;
}
@media (min-width: 768px) {
  #slider {
    height: 580px;
  }
}
@media (min-width: 992px) {
  #slider {
    height: 680px;
  }
}
#slider .container {
  position: relative;
}
#slider .slide .container {
  position: relative;
  height: 580px;
}
@media (min-width: 992px) {
  #slider .slide .container {
    height: 680px;
  }
}
#slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
#slider .slide.first {
  display: block;
}
#slider .slide .container {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#slider #slider_left,
#slider #slider_right {
  width: 54px;
  height: 54px;
  background: #FFFFFF;
  display: block;
  position: absolute;
  top: 300px;
}
#slider #slider_left {
  background: url(../img/arrow1.png);
  background-size: contain;
  left: -40px;
}
#slider #slider_right {
  right: -40px;
  background: url(../img/arrow2.png);
  background-size: contain;
}
footer {
  height: auto;
  padding: 30px 0;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}
footer .logosy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 27px;
  overflow: hidden;
}
footer .logosy img {
  float: left;
  width: 100%;
  height: auto;
  opacity: .6;
  display: block;
}
footer .logosy a:hover img {
  opacity: 1;
  display: block;
}
footer .logosy img.ue {
  width: auto;
  height: 30px;
}
@media (min-width: 768px) {
  footer .logosy img.ue {
    height: 35px;
  }
}
@media (min-width: 992px) {
  footer .logosy img.ue {
    height: 55px;
  }
}
footer .logosy img.rosa {
  width: auto;
  height: 40px;
}
@media (min-width: 768px) {
  footer .logosy img.rosa {
    height: 50px;
  }
}
@media (min-width: 992px) {
  footer .logosy img.rosa {
    height: 59px;
  }
}
footer .logosy img.rf {
  width: auto;
  height: 40px;
}
@media (min-width: 768px) {
  footer .logosy img.rf {
    height: 50px;
  }
}
@media (min-width: 992px) {
  footer .logosy img.rf {
    height: 58px;
  }
}
footer .logosy img.ed {
  width: auto;
  height: 25px;
}
@media (min-width: 768px) {
  footer .logosy img.ed {
    height: 30px;
  }
}
@media (min-width: 992px) {
  footer .logosy img.ed {
    height: 39px;
  }
}
footer .logosy img.ig {
  width: auto;
  height: 30px;
}
@media (min-width: 768px) {
  footer .logosy img.ig {
    height: 35px;
  }
}
@media (min-width: 992px) {
  footer .logosy img.ig {
    height: 45px;
  }
}
footer .container.second {
  display: block;
  overflow: hidden;
}
footer .container.second .left {
  float: left;
  width: 148px;
  border-right: solid 2px #e1e1e1;
}
footer .container.second .left ul {
  display: block;
  overflow: hidden;
}
footer .container.second .left ul li {
  display: block;
}
footer .container.second .left ul li a {
  color: rgba(47, 47, 47, 0.6);
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.017em;
}
footer .container.second .left ul li a.active {
  font-weight: 700;
}
footer .container.second .left ul li a:hover {
  color: #2f2f2f;
}
footer .container.second .right {
  float: right;
  width: calc(100% - 148px - 45px);
}
footer .container.second .right p {
  color: rgba(47, 47, 47, 0.6);
  font-size: 10px;
  line-height: 18px;
  letter-spacing: .017em;
}
@media (min-width: 768px) {
  footer .container.second .right p {
    margin-top: 10px;
    line-height: 22px;
  }
}
#slider {
  background-position: center;
  height: auto !important;
  align-items: stretch;
  position: relative;
  display: flex;
}
#slider:after {
  content: '';
  padding-bottom: 34%;
  display: block;
}
#slider .slide {
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#slider #slider_left,
#slider #slider_right {
  transform: translateY(-50%);
  top: 50%;
}
@media (max-width: 767px) {
	.hideMobile {
		display: none !important;
	}
}
