@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
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:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
body *,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
input::-ms-clear {
  display: none;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .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;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .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;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .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;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !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;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.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;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  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-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    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-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    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-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    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:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.clearfix:after,
.container-fluid:after,
.container: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;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.shadow {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.noshadow {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.animate {
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.animate2 {
  -webkit-transition: all 1000ms ease-in-o ut;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
.swiper-container {
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
}
.swiper-container.fadein {
  opacity: 1;
}
.swiper-container .swiper-pagination-bullets,
.swiper-container .swiper-pagination-custom,
.swiper-container .swiper-pagination-fraction {
  position: absolute;
  padding-left: 20px;
  width: 100%;
  height: 10px;
  text-align: center;
  bottom: 20px!important;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container .swiper-pagination-custom .swiper-pagination-bullet,
.swiper-container .swiper-pagination-fraction .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  cursor: pointer;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-container .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-container .swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.swiper-container .swiper-pagination-custom .swiper-pagination-bullet:hover,
.swiper-container .swiper-pagination-fraction .swiper-pagination-bullet:hover {
  background-color: #963802;
}
body {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 16px;
  line-height: 2;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.block {
  overflow: hidden;
}
body.fadeout {
  opacity: 0;
}
body strong {
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.block {
  display: block;
  width: 100%;
}
.button {
  display: inline-block;
  height: auto;
  padding: 13px 30px;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8;
  border: solid 2px;
  text-align: center;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.button::before {
  display: none!important;
}
.button.solid.white {
  background-color: #fff;
  border-color: #fff;
  color: #1d458a;
}
.button.solid.white:hover {
  color: #fff;
  background-color: transparent;
}
.button.solid.green {
  background-color: #963802;
  border-color: #963802;
  color: #fff;
}
.button.solid.green:hover {
  color: #963802;
  background-color: transparent;
}
.button.solid.blue {
  background-color: #1d458a;
  border-color: #1d458a;
  color: #fff;
}
.button.solid.blue:hover {
  color: #1d458a;
  background-color: transparent;
}
.button.border.white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.border.white:hover {
  color: #1d458a;
  background-color: #fff;
}
.button.border.green {
  background-color: transparent;
  border-color: #963802;
  color: #963802;
}
.button.border.green:hover {
  color: #fff;
  background-color: #963802;
}
.button.border.blue {
  background-color: transparent;
  border-color: #1d458a;
  color: #1d458a;
}
.button.border.blue:hover {
  color: #fff;
  background-color: #1d458a;
}
svg {
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
svg path {
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.buttons {
  display: block;
  margin: 15px -15px -15px -15px;
}
@media (max-width: 767px) {
  .buttons {
    margin: 7.5px -7.5px -7.5px -7.5px;
  }
}
.buttons .button {
  margin: 15px;
}
@media (max-width: 767px) {
  .buttons .button {
    margin: 7.5px;
  }
}
.font-regular {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-bold {
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.cookies {
  display: block;
  position: fixed;
  z-index: 9;
  bottom: 0;
  width: 100%;
  padding: 30px 0;
  color: #fff;
  background-color: #1d458a;
  text-align: left;
  overflow: hidden;
}
.cookies .left {
  width: calc(100% - 180px);
  float: left;
}
@media (max-width: 767px) {
  .cookies .left {
    display: block;
    width: 100%;
    text-align: center;
    float: none;
  }
}
.cookies a {
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.cookies a:hover {
  color: #000;
}
.cookies a.closebutton {
  width: auto;
  height: 50px;
  line-height: 46px;
  border: solid 2px #fff;
  margin: 0 0 0 30px;
  display: inline-block;
  float: right;
  text-align: center;
  width: 150px;
}
.cookies a.closebutton:hover {
  background-color: #fff;
  color: #1d458a;
}
@media (max-width: 767px) {
  .cookies a.closebutton {
    display: block;
    margin: 10px auto 0 auto;
    float: none;
  }
}
.naglowek {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 46px;
  line-height: 1.7;
  color: #1d458a;
}
@media (max-width: 1399px) {
  .naglowek {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 1199px) {
  .naglowek {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .naglowek {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .naglowek {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 499px) {
  .naglowek {
    font-size: 24px;
    line-height: 30px;
  }
}
section {
  overflow: hidden;
  position: relative;
}
section .container {
  z-index: 2;
  position: relative;
}
.container_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.container_bg .inside_bg {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
}
@media (max-width: 991px) {
  .container_bg .inside_bg {
    background-attachment: inherit;
  }
}
.container_bg video {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  object-fit: cover;
}
.container_bg.green {
  background-color: #1d458a;
}
.container_bg.green .inside_bg {
  opacity: 0.1;
}
.container_bg.dark {
  background-color: #1d458a;
}
.container_bg.dark .inside_bg {
  opacity: 0.1;
}
.flexrow {
  width: calc(100% + 30px);
  margin: 0 -15px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 499px) {
  .flexrow {
    flex-direction: none;
    justify-content: none;
    align-items: none;
    align-content: none;
    display: block;
    -webkit-flex-wrap: none;
    -ms-flex-wrap: none;
    flex-wrap: none;
  }
}
@media (max-width: 767px) {
  .wpcf7 {
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.wpcf7 input,
.wpcf7 textarea {
  margin: 0 0 30px 0;
  border: none;
  background-color: #fff;
  border-bottom: solid 2px #963802;
  height: 50px;
  line-height: 48px;
  position: relative;
  width: 100%;
  font-size: 15px;
  color: #000;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  resize: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
  color: #707173;
  font-size: 15px;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wpcf7 input::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
  color: #707173;
  font-size: 15px;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
  color: #707173;
  font-size: 15px;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wpcf7 input:-webkit-autofill,
.wpcf7 textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}
.wpcf7 input:focus::-webkit-input-placeholder,
.wpcf7 textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.wpcf7 input:focus:-moz-placeholder,
.wpcf7 textarea:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.wpcf7 input:focus::-moz-placeholder,
.wpcf7 textarea:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.wpcf7 input:focus:-ms-input-placeholder,
.wpcf7 textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.wpcf7 input.wpcf7-submit,
.wpcf7 textarea.wpcf7-submit {
  cursor: pointer;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  border: solid 2px #963802;
  height: 50px;
  line-height: 46px;
  margin: 0;
}
.wpcf7 input.wpcf7-submit:disabled,
.wpcf7 textarea.wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.wpcf7 input.wpcf7-submit:disabled:hover,
.wpcf7 textarea.wpcf7-submit:disabled:hover {
  background-color: #963802;
  color: #fff;
}
.wpcf7 input.wpcf7-submit:hover,
.wpcf7 textarea.wpcf7-submit:hover {
  background-color: transparent;
  color: #963802;
}
.wpcf7 p {
  margin: 0!important;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #e74c3c;
  font-size: 10px;
  line-height: 16px;
  margin: -25px 0 15px 0;
  text-align: left;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.wpcf7 textarea {
  height: 210px;
  padding: 10px 0 0 0;
  line-height: 25px;
}
@media (max-width: 767px) {
  .wpcf7 textarea {
    height: 100px;
  }
}
.wpcf7 .ajax-loader {
  display: none!important;
}
.wpcf7 br {
  display: none!important;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7 [data-name="acceptance-286"] span.wpcf7-list-item {
  margin: 0 0 30px 0!important;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wpcf7 [data-name="acceptance-286"] span.wpcf7-list-item {
    margin: 0 0 15px 0!important;
  }
}
.wpcf7 [data-name="acceptance-286"] span.wpcf7-list-item input {
  display: none;
}
@media (max-width: 991px) {
  .wpcf7 [data-name="acceptance-286"] span.wpcf7-list-item {
    text-align: left;
  }
}
.wpcf7 [data-name="acceptance-286"] span.wpcf7-list-item label {
  padding: 0 0 0 30px;
  display: block;
  float: right;
  font-size: 10px;
  line-height: 16px;
  position: relative;
  cursor: pointer;
  color: black;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.wpcf7 [data-name="acceptance-286"] span.wpcf7-list-item label::before {
  width: 20px;
  height: 20px;
  content: '';
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: solid 1px #000;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.wpcf7 [data-name="acceptance-286"] span.wpcf7-list-item label.ok {
  color: #000;
}
.wpcf7 [data-name="acceptance-286"] span.wpcf7-list-item label.ok::before {
  border-color: #963802;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #963802;
}
.wpcf7 div.wpcf7-response-output {
  margin: 30px 0 0 0!important;
  padding: 15px!important;
  border: none;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  border: none!important;
  position: relative!important;
}
.wpcf7 .wpcf7-form.invalid div.wpcf7-response-output {
  background-color: #e74c3c;
}
.wpcf7 .wpcf7-form.sent div.wpcf7-response-output {
  background-color: #963802;
}
@media (max-width: 499px) {
  .mobilefull {
    width: 100%;
  }
}
.fotobox {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .fotobox {
    height: 300px;
  }
}
.fotobox img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1000ms ease-in-o ut;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  object-fit: cover;
}
.fotobox:hover img {
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  right: -5%;
  bottom: -5%;
}
.nav_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 9;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .nav_top {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .nav_top {
    display: none;
  }
}
.nav_top .logo {
  height: 100px;
  padding: 10px 0;
  width: 380px;
  display: block;
  float: left;
}
@media (max-width: 1199px) {
  .nav_top .logo {
    height: 80px;
    padding: 10px 0;
    width: auto;
  }
}
.nav_top .logo img {
  display: block;
  width: auto;
  height: 100%;
}
.nav_top .belkamenu {
  float: right;
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .nav_top .belkamenu {
    margin-top: 27px;
  }
}
.nav_top .belkamenu ul {
  float: left;
}
.nav_top .belkamenu ul li {
  float: left;
  display: block;
  margin-right: 24px;
}
@media (max-width: 1199px) {
  .nav_top .belkamenu ul li {
    margin-right: 16px;
  }
}
.nav_top .belkamenu ul li:last-child {
  margin-right: 0;
}
.nav_top .belkamenu ul li.current-menu-item a {
  color: #963802;
}
.nav_top .belkamenu ul li.current-menu-item a::before {
  width: 100%;
}
.nav_top .belkamenu ul li a {
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
  position: relative;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 15px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .nav_top .belkamenu ul li a {
    font-size: 14px;
  }
}
.nav_top .belkamenu ul li a::before {
  width: 0;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background-color: #963802;
  content: '';
  position: absolute;
  display: block;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 1199px) {
  .nav_top .belkamenu ul li a::before {
    bottom: -5px;
  }
}
.nav_top .belkamenu ul li a:hover {
  color: #963802;
}
.nav_top .belkamenu ul li a:hover::before {
  width: 100%;
}
.nav_top.second {
  position: fixed;
  z-index: 9;
  opacity: 0;
  top: -100px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav_top.second.show {
  top: 0;
  opacity: 1;
}
.nav_top_mobile {
  display: none;
  position: fixed;
  background-color: #fff;
  height: 70px;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.nav_top_mobile .container {
  z-index: 10;
}
@media (max-width: 991px) {
  .nav_top_mobile {
    display: block;
  }
}
.nav_top_mobile .logobox {
  display: block;
  margin: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  z-index: 10;
  position: absolute;
  left: 0;
  padding: 0 20%;
  right: 0;
  top: 0;
  text-align: center;
}
.nav_top_mobile .logobox .logo {
  display: inline-block;
  margin: auto;
  width: auto;
  height: 100%;
  padding: 10px 0;
}
.nav_top_mobile .logobox .logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav_top_mobile .mobile-btn {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  padding: 20px 15px;
  cursor: pointer;
  z-index: 10;
}
.nav_top_mobile .mobile-btn span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #963802;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav_top_mobile .mobile-btn span.second {
  margin: 10px 0;
}
.nav_top_mobile .mobile-btn.active {
  border-color: transparent;
}
.nav_top_mobile .mobile-btn.active span.first {
  width: 75%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (max-width: 767px) {
  .nav_top_mobile .mobile-btn.active span.first {
    width: 50%;
  }
}
.nav_top_mobile .mobile-btn.active span.second {
  width: 0;
}
.nav_top_mobile .mobile-btn.active span.third {
  width: 75%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (max-width: 767px) {
  .nav_top_mobile .mobile-btn.active span.third {
    width: 50%;
  }
}
.nav_top_mobile .menu {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  overflow-y: scroll;
  z-index: -99;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  top: 0;
  left: -100vw;
  opacity: 0;
  padding: 70px 0 100px 0;
}
@media (max-width: 499px) {
  .nav_top_mobile .menu {
    overflow-y: scroll;
  }
}
.nav_top_mobile .menu.show {
  left: 0;
  opacity: 1;
  z-index: 6;
}
.nav_top_mobile .menu li {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 50px 0 0 0;
  position: relative;
  z-index: 2;
}
@media (max-height: 767px) {
  .nav_top_mobile .menu li {
    margin: 30px 0 0 0;
  }
}
.nav_top_mobile .menu li a {
  display: inline-block;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}
.nav_top_mobile .menu li a::before {
  width: 0;
  right: 0;
  left: 0;
  bottom: 0px;
  margin: auto;
  position: absolute;
  height: 2px;
  content: '';
  background-color: #963802;
  display: block;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nav_top_mobile .menu li a:hover {
  color: #963802;
}
.nav_top_mobile .menu li a:hover::before {
  width: 100%;
}
.nav_top_mobile .menu li.current-menu-item a {
  color: #963802;
}
.nav_top_mobile .menu li.current-menu-item a::before {
  width: 100%;
}
footer {
  display: block;
  background-color: #1d458a;
  color: #fff;
  padding: 40px 0;
  font-size: 13px;
  line-height: 2;
  position: relative;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
    padding: 30px 0 15px 0;
  }
}
footer .container {
  z-index: 1;
  position: relative;
}
footer .container .logo {
  display: inline-block;
  width: 168px;
  height: auto;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  footer .container .logo {
    width: 140px;
  }
}
footer .container .logo::before {
  display: none;
}
footer .container .logo img {
  display: block;
  width: 100%;
  height: auto;
}
footer .container ul {
  display: block;
}
footer .container ul li {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  footer .container ul li {
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  footer .container ul li {
    float: none;
    display: inline-block;
    margin: 5px 15px;
  }
}
footer .container ul li a {
  line-height: 1.5;
}
@media (min-width: 992px) {
  footer .container ul#menu-menu-w-stopce-3 li {
    text-align: right;
  }
}
footer .container p {
  margin-bottom: 15px;
}
footer .container p strong {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer .container a {
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}
footer .container a::before {
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #fff;
  content: '';
  left: 0;
  bottom: -3px;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
footer .container a:hover::before {
  width: 100%;
}
footer .copy {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 10px;
}
footer .copy a {
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
footer .copy a:hover {
  color: #ffffff;
}
footer .copy a::before {
  display: none;
}
@media (max-width: 767px) {
  footer .copy {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 15px auto 0 auto;
    display: block;
    text-align: center;
  }
}
.section_simplebaner {
  position: relative;
  padding: 220px 0 125px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .section_simplebaner {
    padding: 190px 0px 85px 0;
  }
}
@media (max-width: 991px) {
  .section_simplebaner {
    padding: 130px 0px 60px 0;
  }
}
.section_simplebaner h1 {
  font-weight: 400;
  font-size: 46px;
  line-height: 1.7;
  color: #1d458a;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 1399px) {
  .section_simplebaner h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 1199px) {
  .section_simplebaner h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .section_simplebaner h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .section_simplebaner h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 499px) {
  .section_simplebaner h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.section_simplebaner h1off {
  font-size: 36px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #fff;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1199px) {
  .section_simplebaner h1off {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .section_simplebaner h1off {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section_simplebaner h1off {
    font-size: 24px;
  }
}
.section_simplebaner p {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .section_simplebaner p {
    font-size: 12px;
  }
}
.section_simplebaner p a {
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
}
.section_simplebaner p a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.section_simplebaner .container_bg {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .section_simplebaner .container_bg {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .section_simplebaner .container_bg {
    padding-top: 70px;
  }
}
@media (min-width: 992px) {
  .section_simplebaner .container_bg .inside_bg {
    background-attachment: inherit;
  }
}
.section_tekstowa {
  position: relative;
  padding: 130px 0 100px 0;
}
@media (max-width: 1199px) {
  .section_tekstowa {
    padding: 100px 0 90px 0;
  }
}
@media (max-width: 991px) {
  .section_tekstowa {
    padding: 80px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .section_tekstowa {
    padding: 60px 0 30px 0;
  }
}
.content .aligncenter {
  margin: 0 auto;
}
.content h2 {
  font-size: 32px;
  color: #000;
  line-height: 1.5;
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .content h2 {
    font-size: 24px;
  }
}
.content h3 {
  font-size: 24px;
  margin: 30px 0;
}
@media (max-width: 991px) {
  .content h3 {
    font-size: 20px;
  }
}
.content h4 {
  font-size: 20px;
  margin: 30px 0;
}
@media (max-width: 991px) {
  .content h4 {
    font-size: 18px;
  }
}
.content p {
  margin: 0 0 30px 0;
}
.content ol {
  margin: 0 0 30px 0;
}
.content ol li {
  list-style: decimal;
  list-style-position: inside;
}
.content a {
  position: relative;
  color: #963802;
}
.content a::before {
  background-color: #963802;
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -5px;
  display: block;
  height: 1px;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.content a:hover::before {
  width: 0;
}
.content ul {
  margin: 0 0 30px 0;
}
.content ul li {
  padding: 0 0 0 25px;
  position: relative;
}
.content ul li::before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #963802;
  width: 10px;
  height: 2px;
  content: '';
  margin: auto;
}
.content .media-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.content .media-img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.content .media-img::before {
  display: none;
}
.section_hero {
  padding: 280px 0 200px 0;
  overflow: visible;
  background-color: #1d458a;
}
@media (max-width: 1199px) {
  .section_hero {
    padding: 250px 0 170px 0;
  }
}
@media (max-width: 991px) {
  .section_hero {
    padding: 170px 0 100px 0;
  }
}
@media (max-width: 767px) {
  .section_hero {
    padding: 140px 0 80px 0;
  }
}
.section_hero .container h1 {
  font-size: 64px;
  line-height: 1.4;
  color: #fff;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1499px) {
  .section_hero .container h1 {
    font-size: 56px;
  }
}
@media (max-width: 1199px) {
  .section_hero .container h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .section_hero .container h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .section_hero .container h1 {
    font-size: 36px;
  }
}
@media (max-width: 499px) {
  .section_hero .container h1 {
    font-size: 32px;
  }
}
.section_hero .container h2 {
  font-size: 42px;
  line-height: 1.4;
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 1499px) {
  .section_hero .container h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .section_hero .container h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .section_hero .container h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section_hero .container h2 {
    font-size: 24px;
  }
}
@media (max-width: 499px) {
  .section_hero .container h2 {
    font-size: 20px;
  }
}
.section_hero video {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100px;
  z-index: 0;
  height: calc(100% - 100px);
  object-fit: cover;
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .section_hero video {
    top: 80px;
    height: calc(100% - 80px);
    max-height: 550px;
  }
}
@media (max-width: 991px) {
  .section_hero video {
    top: 70px;
    height: calc(100% - 70px);
    max-height: 400px;
  }
}
.section_hero canvas {
  display: none;
}
.section_hero .panel_oferta {
  position: absolute;
  top: 600px;
  z-index: 3;
  left: 0;
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 1499px) {
  .section_hero .panel_oferta {
    top: 550px;
  }
}
@media (max-width: 1199px) {
  .section_hero .panel_oferta {
    top: auto;
    position: relative;
    margin-top: 120px;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section_hero .panel_oferta {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section_hero .panel_oferta {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .section_hero .panel_oferta .row {
    width: calc(100% + 30px);
    margin: 0 -15px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) and (max-width: 499px) {
  .section_hero .panel_oferta .row {
    flex-direction: none;
    justify-content: none;
    align-items: none;
    align-content: none;
    display: block;
    -webkit-flex-wrap: none;
    -ms-flex-wrap: none;
    flex-wrap: none;
  }
}
@media (max-width: 1199px) {
  .section_hero .panel_oferta .row .mobilefull {
    margin-top: 30px;
  }
}
.section_hero .panel_oferta .panel_oferta_box {
  position: relative;
  width: 100%;
  max-height: 175px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #963802;
  padding: 65px 30px 30px 30px;
  top: 0;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  overflow: hidden;
  cursor: grab;
}
@media (max-width: 1499px) {
  .section_hero .panel_oferta .panel_oferta_box {
    padding: 30px 30px 30px 30px;
    max-height: 150px;
  }
}
@media (max-width: 1199px) {
  .section_hero .panel_oferta .panel_oferta_box {
    max-height: none;
    position: relative;
    top: auto;
    height: 100%;
  }
}
.section_hero .panel_oferta .panel_oferta_box .number {
  color: #fff;
  opacity: 0.2;
  font-size: 100px;
  line-height: 1;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1499px) {
  .section_hero .panel_oferta .panel_oferta_box .number {
    font-size: 70px;
    top: 15px;
    left: 15px;
  }
}
.section_hero .panel_oferta .panel_oferta_box h3 {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: 1.5;
  height: 60px;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  word-wrap: break-word;
}
@media (max-width: 1499px) {
  .section_hero .panel_oferta .panel_oferta_box h3 {
    font-size: 18px;
    height: 80px;
  }
}
@media (max-width: 1199px) {
  .section_hero .panel_oferta .panel_oferta_box h3 {
    height: auto;
    margin-bottom: 15px;
  }
}
.section_hero .panel_oferta .panel_oferta_box .more {
  position: relative;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.section_hero .panel_oferta .panel_oferta_box .more span {
  color: #fff;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: block;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1199px) {
  .section_hero .panel_oferta .panel_oferta_box .more span {
    display: none;
  }
}
.section_hero .panel_oferta .panel_oferta_box .more p {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #000;
  line-height: 1.7;
}
@media (max-width: 1499px) {
  .section_hero .panel_oferta .panel_oferta_box .more p {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .section_hero .panel_oferta .panel_oferta_box .more p {
    visibility: visible;
    opacity: 1;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .section_hero .panel_oferta .panel_oferta_box:hover {
    background-color: #fff;
    top: -50px;
    max-height: 500px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  }
  .section_hero .panel_oferta .panel_oferta_box:hover .number {
    color: #963802;
  }
  .section_hero .panel_oferta .panel_oferta_box:hover h3 {
    color: #963802;
  }
  .section_hero .panel_oferta .panel_oferta_box:hover .more span {
    visibility: hidden;
    opacity: 0;
  }
  .section_hero .panel_oferta .panel_oferta_box:hover .more p {
    visibility: visible;
    opacity: 1;
  }
}
.section_hero .nakladkagradientowa {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #1d458a;
  background: radial-gradient(circle, rgba(29, 69, 138, 0) 0%, rgba(29, 69, 138, 0.8) 120%);
}
.section_glowna_wstep {
  background-color: #fff;
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .section_glowna_wstep {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section_glowna_wstep {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section_glowna_wstep {
    padding: 30px 0 0;
  }
}
.section_glowna_wstep .swiper-container {
  height: 100%;
}
.section_glowna_wstep .lapenergie {
  position: relative;
  padding: 50px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section_glowna_wstep .lapenergie {
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.section_glowna_wstep .lapenergie .naglowek {
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .section_glowna_wstep .button {
    margin-bottom: 30px;
  }
}
.section_glowna_wstep h3 {
  font-size: 20px;
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .section_glowna_wstep h3 {
    font-size: 18px;
  }
}
.section_inwestycja {
  padding: 130px 0;
  background-color: rgba(184, 185, 190, 0.2);
}
@media (max-width: 1199px) {
  .section_inwestycja {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section_inwestycja {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section_inwestycja {
    padding: 60px 0;
  }
}
.section_inwestycja .naglowek {
  margin-bottom: 15px;
}
.section_inwestycja .inwest_box {
  display: block;
  width: 100%;
  height: 100%;
}
.section_inwestycja .inwest_box .head {
  display: block;
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section_inwestycja .inwest_box .head {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .section_inwestycja .inwest_box .head {
    height: auto;
  }
}
.section_inwestycja .inwest_box .head .ico {
  float: left;
  width: 100px;
  height: 100%;
}
@media (max-width: 991px) {
  .section_inwestycja .inwest_box .head .ico {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .section_inwestycja .inwest_box .head .ico {
    width: 50px;
    height: 50px;
  }
}
.section_inwestycja .inwest_box .head .ico img {
  display: block;
  width: 100%;
  height: 100%;
}
.section_inwestycja .inwest_box .head .title {
  display: table;
  float: left;
  width: calc(100% - 100px);
  height: 100%;
}
@media (max-width: 991px) {
  .section_inwestycja .inwest_box .head .title {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .section_inwestycja .inwest_box .head .title {
    width: calc(100% - 50px);
  }
}
.section_inwestycja .inwest_box .head .title h3 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .section_inwestycja .inwest_box .head .title h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section_inwestycja .inwest_box .head .title h3 {
    font-size: 16px;
  }
}
.section_inwestycja .col-sm-6 {
  margin-top: 50px;
}
@media (min-width: 768px) {
}
.section_nieprzegap {
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .section_nieprzegap {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section_nieprzegap {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section_nieprzegap {
    padding: 60px 0 15px 0;
  }
}
.section_nieprzegap .swiper-container {
  height: 100%;
}
.section_nieprzegap .content {
  color: #fff;
}
.section_nieprzegap .content strong {
  display: block;
}
.section_nieprzegap .content h2 {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 46px;
  line-height: 1.7;
  color: #1d458a;
  color: #fff;
  margin: 0;
}
@media (max-width: 1399px) {
  .section_nieprzegap .content h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 1199px) {
  .section_nieprzegap .content h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .section_nieprzegap .content h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .section_nieprzegap .content h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 499px) {
  .section_nieprzegap .content h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .section_nieprzegap .dofinansowanie_wartosci {
    margin-bottom: 50px;
  }
}
.section_nieprzegap .dofinansowanie_wartosci .col-xs-12 {
  margin-top: 30px;
}
.section_nieprzegap .dofinansowanie_wartosci .col-xs-12 a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.section_nieprzegap .dofinansowanie_wartosci .col-xs-12 a img {
  display: block;
  width: 70px;
  height: auto;
  margin-right: 30px;
  float: left;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 499px) {
  .section_nieprzegap .dofinansowanie_wartosci .col-xs-12 a img {
    width: 50px;
    margin-right: 15px;
  }
}
.section_nieprzegap .dofinansowanie_wartosci .col-xs-12 a p {
  display: table;
  float: left;
  width: calc(100% - 100px);
  min-height: 70px;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.section_nieprzegap .dofinansowanie_wartosci .col-xs-12 a p span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 991px) {
  .section_nieprzegap .dofinansowanie_wartosci .col-xs-12 a p {
    font-size: 20px;
  }
}
@media (max-width: 499px) {
  .section_nieprzegap .dofinansowanie_wartosci .col-xs-12 a p {
    width: calc(100% - 65px);
    font-size: 18px;
    min-height: 50px;
  }
}
.section_nieprzegap .dofinansowanie_wartosci .col-xs-12 a:hover p,
.section_nieprzegap .dofinansowanie_wartosci .col-xs-12 a:hover img {
  opacity: 0.7;
}
.section_sprawdz {
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .section_sprawdz {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section_sprawdz {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section_sprawdz {
    padding: 60px 0 15px 0;
    text-align: center;
  }
}
.section_sprawdz .naglowek {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .section_sprawdz .naglowek {
    margin-bottom: 30px;
  }
}
.section_sprawdz .naglowek strong {
  display: block;
}
@media (max-width: 767px) {
  .section_sprawdz .fotobox {
    margin-top: 30px;
  }
}
.section_dlaczego {
  padding: 130px 0;
  text-align: center;
  background-color: rgba(184, 185, 190, 0.1);
}
@media (max-width: 1199px) {
  .section_dlaczego {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section_dlaczego {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section_dlaczego {
    padding: 60px 0;
  }
}
.section_dlaczego .naglowek {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section_dlaczego .naglowek {
    margin-bottom: 0;
  }
}
.section_dlaczego .mobilefull {
  margin-top: 30px;
}
@media (min-width: 992px) {
}
@media (min-width: 767px) and (max-width: 991px) {
}
.section_dlaczego .dlaczego_box img {
  width: auto;
  height: 100px;
  margin: 0 auto 15px auto;
}
@media (max-width: 991px) {
  .section_dlaczego .dlaczego_box img {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .section_dlaczego .dlaczego_box img {
    height: 50px;
  }
}
.section_dlaczego .button {
  margin-top: 50px;
}
.section_slask {
  padding: 0 0 130px 0;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .section_slask {
    padding: 0 0 100px 0;
  }
}
@media (max-width: 991px) {
  .section_slask {
    padding: 0 0 80px 0;
  }
}
@media (max-width: 767px) {
  .section_slask {
    padding: 0 0 60px 0;
  }
}
.section_slask .naglowek {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section_slask .naglowek {
    margin: 0;
  }
}
.section_slask .swiper-container {
  height: 100%;
}
@media (max-width: 767px) {
  .section_slask .button {
    margin-bottom: 30px;
  }
}
@media (max-width: 499px) {
  .section_slask .content {
    margin-top: 30px;
  }
}
.section_slask .content p {
  margin-top: 0;
  margin-bottom: 30px;
}
.section_slask .flexrow {
  margin-bottom: 30px;
}
@media (max-width: 499px) {
  .section_slask .flexrow {
    display: block;
  }
}
.section_wykorzystaj {
  padding: 80px 0 130px 0;
}
@media (max-width: 1199px) {
  .section_wykorzystaj {
    padding: 50px 0 100px 0;
  }
}
@media (max-width: 991px) {
  .section_wykorzystaj {
    padding: 30px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .section_wykorzystaj {
    padding: 30px 0 60px 0;
  }
}
.section_wykorzystaj .panele_naglowek_1 {
  font-weight: 400;
  font-size: 46px;
  line-height: 1.7;
  color: #1d458a;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1399px) {
  .section_wykorzystaj .panele_naglowek_1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 1199px) {
  .section_wykorzystaj .panele_naglowek_1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .section_wykorzystaj .panele_naglowek_1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .section_wykorzystaj .panele_naglowek_1 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 499px) {
  .section_wykorzystaj .panele_naglowek_1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.section_wykorzystaj .panele_naglowek_2 {
  font-size: 20px;
  margin-top: 15px;
}
.section_wykorzystaj .flexrow {
  margin-top: 30px;
  position: relative;
}
.section_wykorzystaj .flexrow .contentbox {
  position: relative;
  z-index: 2;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .section_wykorzystaj .flexrow .contentbox {
    padding: 0;
  }
}
.section_wykorzystaj .flexrow .contentbox h2 {
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 30px;
  color: #1d458a;
}
@media (max-width: 767px) {
  .section_wykorzystaj .flexrow .contentbox h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.section_wykorzystaj .foto {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section_wykorzystaj .foto {
    height: 300px;
    margin-top: 30px;
  }
}
@media (max-width: 499px) {
  .section_wykorzystaj .foto {
    height: 200px;
  }
}
.section_wykorzystaj .foto img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 1000ms ease-in-o ut;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_wykorzystaj .foto:hover img {
  width: 104%;
  height: 104%;
  left: -2%;
  right: -2%;
  top: -2%;
  bottom: -2%;
}
.section_wykorzystaj_nowe {
  padding: 80px 0 130px 0;
}
@media (max-width: 1199px) {
  .section_wykorzystaj_nowe {
    padding: 50px 0 100px 0;
  }
}
@media (max-width: 991px) {
  .section_wykorzystaj_nowe {
    padding: 30px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .section_wykorzystaj_nowe {
    padding: 30px 0 60px 0;
  }
}
.section_wykorzystaj_nowe .panele_naglowek_1 {
  font-weight: 400;
  font-size: 46px;
  line-height: 1.7;
  color: #1d458a;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1399px) {
  .section_wykorzystaj_nowe .panele_naglowek_1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 1199px) {
  .section_wykorzystaj_nowe .panele_naglowek_1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .section_wykorzystaj_nowe .panele_naglowek_1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .section_wykorzystaj_nowe .panele_naglowek_1 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 499px) {
  .section_wykorzystaj_nowe .panele_naglowek_1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.section_wykorzystaj_nowe .panele_naglowek_2 {
  font-size: 20px;
  margin-top: 15px;
}
.section_wykorzystaj_nowe h2 {
  margin-top: 15px;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  line-height: 25px;
  color: #1d458a;
  position: relative;
  padding: 0 0 0 60px;
}
@media (max-width: 767px) {
  .section_wykorzystaj_nowe h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 0 40px;
  }
}
.section_wykorzystaj_nowe h2::before {
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  background-color: #1d458a;
}
@media (max-width: 767px) {
  .section_wykorzystaj_nowe h2::before {
    width: 30px;
  }
}
.section_wykorzystaj_nowe .foto {
  position: relative;
  width: 100%;
  height: 300px;
  display: block;
  overflow: hidden;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .section_wykorzystaj_nowe .foto {
    height: 250px;
    margin-top: 30px;
  }
}
@media (max-width: 499px) {
  .section_wykorzystaj_nowe .foto {
    height: 200px;
  }
}
.section_wykorzystaj_nowe .foto img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 1000ms ease-in-o ut;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_wykorzystaj_nowe .foto:hover img {
  width: 104%;
  height: 104%;
  left: -2%;
  right: -2%;
  top: -2%;
  bottom: -2%;
}
.section_dolacz {
  padding: 0 0 130px 0;
}
@media (max-width: 1199px) {
  .section_dolacz {
    padding: 0 0 100px 0;
  }
}
@media (max-width: 991px) {
  .section_dolacz {
    padding: 0 0 80px 0;
  }
}
@media (max-width: 767px) {
  .section_dolacz {
    padding: 60px 0;
    text-align: center;
  }
}
.section_dolacz .fotobox {
  height: 300px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .section_dolacz .fotobox {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .section_dolacz .fotobox {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .section_dolacz .fotobox {
    height: 150px;
  }
}
@media (max-width: 499px) {
  .section_dolacz .fotobox {
    height: 100px;
  }
}
.section_dolacz .naglowek {
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 30px;
}
.section_dolacz .naglowek strong {
  color: #963802;
  display: block;
}
.section_dolacz .opinie {
  text-align: center;
}
.section_dolacz .opinie img {
  margin: 70px auto 30px auto;
  display: block;
  width: 60px;
  height: 60px;
}
@media (max-width: 1199px) {
  .section_dolacz .opinie img {
    margin: 50px auto 30px auto;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .section_dolacz .opinie img {
    margin: 30px auto 30px auto;
    width: 40px;
    height: 40px;
  }
}
.section_dolacz .opinie .swiper-container {
  padding-bottom: 40px;
}
.section_dolacz .opinie .swiper-container .swiper-slide p strong {
  margin-top: 30px;
  display: block;
}
.section_dolacz .opinie .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet,
.section_dolacz .opinie .swiper-container .swiper-pagination-custom .swiper-pagination-bullet,
.section_dolacz .opinie .swiper-container .swiper-pagination-fraction .swiper-pagination-bullet {
  background-color: rgba(112, 113, 115, 0.1);
}
.section_dolacz .opinie .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section_dolacz .opinie .swiper-container .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section_dolacz .opinie .swiper-container .swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section_dolacz .opinie .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.section_dolacz .opinie .swiper-container .swiper-pagination-custom .swiper-pagination-bullet:hover,
.section_dolacz .opinie .swiper-container .swiper-pagination-fraction .swiper-pagination-bullet:hover {
  background-color: #963802;
}
.section_zamow {
  padding: 130px 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .section_zamow {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section_zamow {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section_zamow {
    padding: 60px 0;
  }
}
.section_zamow h2,
.section_zamow h3 {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 46px;
  line-height: 1.7;
  color: #1d458a;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .section_zamow h2,
  .section_zamow h3 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 1199px) {
  .section_zamow h2,
  .section_zamow h3 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .section_zamow h2,
  .section_zamow h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .section_zamow h2,
  .section_zamow h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 499px) {
  .section_zamow h2,
  .section_zamow h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.section_zamow.naofirmieoff .button {
  margin-top: 30px;
  padding-right: 100px;
  padding-left: 100px;
}
@media (max-width: 1199px) {
  .section_zamow.naofirmieoff .button {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .section_zamow.naofirmieoff .button {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.section_zamow.naofirmieoff h3,
.section_zamow.naofirmieoff h2 {
  font-size: 32px;
  margin: 0;
}
@media (max-width: 1199px) {
  .section_zamow.naofirmieoff h3,
  .section_zamow.naofirmieoff h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .section_zamow.naofirmieoff h3,
  .section_zamow.naofirmieoff h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section_zamow.naofirmieoff h3,
  .section_zamow.naofirmieoff h2 {
    font-size: 22px;
  }
}
.section_kontakt {
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .section_kontakt {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section_kontakt {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section_kontakt {
    padding: 60px 0;
    text-align: center;
  }
}
.section_kontakt h2 {
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .section_kontakt h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .section_kontakt h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section_kontakt h2 {
    font-size: 24px;
  }
}
.section_kontakt p {
  margin-bottom: 20px;
}
.section_kontakt p a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.section_kontakt p a::before {
  width: 100%;
  left: 0;
  bottom: -3px;
  margin: auto;
  position: absolute;
  height: 1px;
  content: '';
  background-color: #963802;
  display: block;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.section_kontakt p a:hover {
  color: #963802;
}
.section_kontakt p a:hover::before {
  width: 0;
}
.section_kontakt .audyt {
  position: relative;
  display: block;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
}
@media (max-width: 767px) {
  .section_kontakt .audyt {
    margin: 0 0 50px 0;
  }
}
.section_kontakt .audyt:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.section_kontakt .audyt .wewn {
  padding: 30px;
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .section_kontakt .audyt .wewn {
    padding: 15px;
  }
}
.section_kontakt .audyt .wewn span {
  font-size: 20px;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 5px 0;
}
@media (max-width: 767px) {
  .section_kontakt .audyt .wewn span {
    font-size: 16px;
  }
}
.section_kontakt .audyt .wewn strong {
  font-size: 32px;
  display: block;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 991px) {
  .section_kontakt .audyt .wewn strong {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section_kontakt .audyt .wewn strong {
    font-size: 24px;
  }
}
.section_kontakt .audyt .container_bg .inside_bg {
  background-attachment: inherit;
}
.section_blog_2 {
  padding: 80px 0 130px 0;
}
@media (max-width: 1199px) {
  .section_blog_2 {
    padding: 50px 0 100px 0;
  }
}
@media (max-width: 991px) {
  .section_blog_2 {
    padding: 30px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .section_blog_2 {
    padding: 10px 0 60px 0;
  }
}
.section_blog_2.wpisnablogu {
  padding: 0 0 130px 0;
}
@media (max-width: 1199px) {
  .section_blog_2.wpisnablogu {
    padding: 0 0 100px 0;
  }
}
@media (max-width: 991px) {
  .section_blog_2.wpisnablogu {
    padding: 0 0 80px 0;
  }
}
@media (max-width: 767px) {
  .section_blog_2.wpisnablogu {
    padding: 0 0 60px 0;
  }
}
.section_blog_2.wpisnablogu .button {
  margin-top: 75px;
}
.section_blog_2 .mobilefull {
  margin-top: 50px;
}
@media (max-width: 499px) {
  .section_blog_2 .mobilefull {
    margin-left: 0;
  }
}
.section_blog_2 .newsbox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.section_blog_2 .newsbox .button {
  position: absolute;
  right: 0;
  bottom: -25px;
}
.section_blog_2 .newsbox .thumb {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  height: auto;
  position: relative;
}
.section_blog_2 .newsbox .thumb .date {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #963802;
  color: #fff;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  padding: 3px 5px;
  z-index: 2;
}
.section_blog_2 .newsbox .thumb img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section_blog_2 .newsbox .contentbox {
  padding: 30px 30px 50px 30px;
  width: 100%;
}
.section_blog_2 .newsbox .contentbox h2 {
  font-size: 20px;
  line-height: 1.5;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 499px) {
  .section_blog_2 .newsbox .contentbox h2 {
    font-size: 16px;
  }
}
.section_blog_2 .newsbox .contentbox p {
  margin-top: 15px;
}
.section_blog_2 .newsbox:hover .button {
  color: #1d458a;
  background-color: #fff;
}
.section_blog {
  padding: 80px 0 130px 0;
}
@media (max-width: 1199px) {
  .section_blog {
    padding: 50px 0 100px 0;
  }
}
@media (max-width: 991px) {
  .section_blog {
    padding: 30px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .section_blog {
    padding: 10px 0 60px 0;
  }
}
.section_blog.wpisnablogu {
  padding: 0 0 130px 0;
}
@media (max-width: 1199px) {
  .section_blog.wpisnablogu {
    padding: 0 0 100px 0;
  }
}
@media (max-width: 991px) {
  .section_blog.wpisnablogu {
    padding: 0 0 80px 0;
  }
}
@media (max-width: 767px) {
  .section_blog.wpisnablogu {
    padding: 0 0 60px 0;
  }
}
.section_blog.wpisnablogu .button {
  margin-top: 75px;
}
.section_blog .col-sm-6 {
  margin-top: 50px;
}
.section_blog .newsbox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.section_blog .newsbox .button {
  position: absolute;
  right: 0;
  bottom: -25px;
}
.section_blog .newsbox .thumb {
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
}
@media (max-width: 499px) {
  .section_blog .newsbox .thumb {
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
  }
}
.section_blog .newsbox .thumb .date {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #963802;
  color: #fff;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  padding: 3px 5px;
  z-index: 2;
}
.section_blog .newsbox .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 1000ms ease-in-o ut;
  -moz-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  object-fit: cover;
}
@media (max-width: 499px) {
  .section_blog .newsbox .thumb img {
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }
}
.section_blog .newsbox .contentbox {
  padding: 50px 30px 50px calc(40% + 30px);
  width: 100%;
}
@media (max-width: 499px) {
  .section_blog .newsbox .contentbox {
    padding: 30px 30px 50px 30px;
  }
}
.section_blog .newsbox .contentbox h2 {
  font-size: 20px;
  line-height: 1.5;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 499px) {
  .section_blog .newsbox .contentbox h2 {
    font-size: 16px;
  }
}
.section_blog .newsbox:hover .button {
  color: #1d458a;
  background-color: #fff;
}
.section_blog .newsbox:hover .thumb img {
  left: -5%;
  top: -5%;
  bottom: -5%;
  right: -5%;
  width: 110%;
  height: 110%;
}
.section_dofinansowanie_jak {
  padding: 130px 0 20px 0;
}
@media (max-width: 1199px) {
  .section_dofinansowanie_jak {
    padding: 100px 0 20px 0;
  }
}
@media (max-width: 991px) {
  .section_dofinansowanie_jak {
    padding: 80px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .section_dofinansowanie_jak {
    padding: 60px 0 20px 0;
  }
}
.section_dofinansowanie_jak .mobilefull {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section_dofinansowanie_jak .naglowek {
    margin: 0 0 30px 0;
  }
}
.section_dofinansowanie_jak .dlaczego_box p {
  margin: 15px 0 0 0;
  text-align: center;
}
.section_dofinansowanie_jak .dlaczego_box img {
  width: auto;
  display: block;
  height: 100px;
  margin: 0 auto 15px auto;
}
@media (max-width: 991px) {
  .section_dofinansowanie_jak .dlaczego_box img {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .section_dofinansowanie_jak .dlaczego_box img {
    height: 50px;
  }
}
.section_dofinansowanie_monitoring {
  padding: 50px;
  color: #fff;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 499px) {
  .section_dofinansowanie_monitoring {
    padding: 30px 15px;
  }
}
.section_dofinansowanie_monitoring h2 {
  font-size: 24px;
  line-height: 1.7;
}
@media (max-width: 1199px) {
  .section_dofinansowanie_monitoring h2 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .section_dofinansowanie_monitoring h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section_dofinansowanie_monitoring h2 {
    font-size: 18px;
  }
}
@media (max-width: 499px) {
  .section_dofinansowanie_monitoring h2 {
    font-size: 16px;
  }
}
.section_dofinansowanie_monitoring ul {
  text-align: center;
}
.section_dofinansowanie_monitoring ul li {
  display: inline-block;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  margin: 30px 50px 0 50px;
  font-size: 15px;
}
@media (max-width: 991px) {
  .section_dofinansowanie_monitoring ul li {
    margin: 30px 30px 0 30px;
  }
}
.section_dofinansowanie_monitoring ul li::before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: '';
  display: block;
}
.section_dofinansowania_dofinansowania {
  padding: 130px 0 55px 0;
}
@media (max-width: 1199px) {
  .section_dofinansowania_dofinansowania {
    padding: 100px 0 45px 0;
  }
}
@media (max-width: 991px) {
  .section_dofinansowania_dofinansowania {
    padding: 80px 0 25px 0;
  }
}
@media (max-width: 767px) {
  .section_dofinansowania_dofinansowania {
    padding: 60px 0 0 0;
  }
}
.section_dofinansowania_dofinansowania .naglowek {
  text-align: center;
}
.section_dofinansowania_dofinansowania .dofinansowanie_box {
  display: block;
  margin: 0 0 55px 0;
  padding: 50px 50px 50px 100px;
  position: relative;
  background-color: rgba(150, 56, 2, 0.1);
}
@media (max-width: 767px) {
  .section_dofinansowania_dofinansowania .dofinansowanie_box {
    padding: 50px;
  }
}
@media (max-width: 499px) {
  .section_dofinansowania_dofinansowania .dofinansowanie_box {
    padding: 30px 30px 50px 30px;
  }
}
.section_dofinansowania_dofinansowania .dofinansowanie_box .number {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 200px;
  line-height: 1;
  color: rgba(150, 56, 2, 0.15);
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 767px) {
  .section_dofinansowania_dofinansowania .dofinansowanie_box .number {
    font-size: 100px;
  }
}
@media (max-width: 499px) {
  .section_dofinansowania_dofinansowania .dofinansowanie_box .number {
    right: 30px;
    left: auto;
  }
}
.section_dofinansowania_dofinansowania .dofinansowanie_box ul {
  margin-bottom: 0;
}
.section_dofinansowania_dofinansowania .dofinansowanie_box .button {
  position: absolute;
  left: 100px;
  bottom: -25px;
}
@media (max-width: 767px) {
  .section_dofinansowania_dofinansowania .dofinansowanie_box .button {
    left: 50px;
  }
}
@media (max-width: 499px) {
  .section_dofinansowania_dofinansowania .dofinansowanie_box .button {
    left: 30px;
  }
}
.section_dofinansowania_dofinansowania .dofinansowanie_box h3 {
  margin: 0 0 30px 0;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .section_dofinansowania_dofinansowania .dofinansowanie_box h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .section_dofinansowania_dofinansowania .dofinansowanie_box h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section_dofinansowania_dofinansowania .dofinansowanie_box h3 {
    font-size: 20px;
  }
}
.section_oferta_wstep {
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .section_oferta_wstep {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section_oferta_wstep {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section_oferta_wstep {
    padding: 60px 0;
  }
}
.section_oferta_wstep .naglowek {
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .section_oferta_wstep .naglowek {
    margin: 0;
  }
}
.section_oferta_wstep .flexrow {
  margin-top: 30px;
}
@media (max-width: 499px) {
  .section_oferta_wstep .flexrow {
    display: block;
  }
}
@media (max-width: 767px) {
  .section_oferta_wstep .fotobox {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section_oferta_wstep .content {
    margin-bottom: 30px;
  }
}
.section_oferta_wstep .content p:last-child {
  margin: 0;
}
.section_oferta_jakdziala {
  padding: 130px 0 0 0;
  overflow: visible;
}
@media (max-width: 1199px) {
  .section_oferta_jakdziala {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section_oferta_jakdziala {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 767px) {
  .section_oferta_jakdziala {
    padding: 60px 0 0 0;
  }
}
.section_oferta_jakdziala .naglowek {
  margin-bottom: 50px;
}
.section_oferta_jakdziala .shadowbox {
  display: block;
  background-color: #fff;
}
.section_oferta_jakdziala .shadowbox .content {
  padding: 0 calc(40% + 50px) 0 0;
}
@media (max-width: 767px) {
  .section_oferta_jakdziala .shadowbox .content {
    padding: 0 50px 0 0;
  }
}
@media (max-width: 499px) {
  .section_oferta_jakdziala .shadowbox .content {
    padding: 0 0 0 0;
  }
}
@media (min-width: 768px) {
  .section_oferta_jakdziala .shadowbox .content p:last-child {
    margin: 0;
  }
}
.section_oferta_jakdziala .shadowbox .schemat {
  width: 40%;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .section_oferta_jakdziala .shadowbox .schemat {
    display: block;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.section_oferta_jakdziala .malecta {
  margin: 50px 0 0 0;
  text-align: center;
}
.section_oferta_jakdziala .malecta p {
  margin: 0 0 30px 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .section_oferta_jakdziala .malecta p {
    font-size: 15px;
  }
}
.section_oferta_5krokow {
  padding: 130px 0 0 0;
}
@media (max-width: 1199px) {
  .section_oferta_5krokow {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section_oferta_5krokow {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 767px) {
  .section_oferta_5krokow {
    padding: 60px 0 0 0;
  }
}
.section_oferta_5krokow .naglowek {
  text-align: left;
  margin-bottom: 50px;
}
@media (max-width: 499px) {
  .section_oferta_5krokow .naglowek {
    margin: 0 0 30px 0;
  }
}
.section_oferta_5krokow .krokowe_menu {
  display: block;
  overflow: hidden;
  height: 140px;
}
@media (max-width: 991px) {
  .section_oferta_5krokow .krokowe_menu {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .section_oferta_5krokow .krokowe_menu {
    height: auto;
  }
}
.section_oferta_5krokow .krokowe_menu li {
  display: block;
  float: left;
  width: 20%;
  height: 100%;
  padding: 30px;
  position: relative;
  background-color: rgba(112, 113, 115, 0.3);
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
@media (max-width: 991px) {
  .section_oferta_5krokow .krokowe_menu li {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .section_oferta_5krokow .krokowe_menu li {
    width: 100%;
    height: 70px;
    overflow: hidden;
  }
}
.section_oferta_5krokow .krokowe_menu li:hover,
.section_oferta_5krokow .krokowe_menu li.current {
  background-color: #1d458a;
}
.section_oferta_5krokow .krokowe_menu li span {
  font-size: 100px;
  line-height: 1;
  position: absolute;
  z-index: 1;
  left: 30px;
  top: 30px;
  color: #fff;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .section_oferta_5krokow .krokowe_menu li span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .section_oferta_5krokow .krokowe_menu li span {
    left: 15px;
    top: 13px;
  }
}
.section_oferta_5krokow .krokowe_menu li h3 {
  position: relative;
  z-index: 2;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 1199px) {
  .section_oferta_5krokow .krokowe_menu li h3 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section_oferta_5krokow .krokowe_menu li h3 {
    font-size: 14px;
  }
}
.section_oferta_5krokow .kroki {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.section_oferta_5krokow .kroki .krok {
  display: none;
  background-color: #1d458a;
}
.section_oferta_5krokow .kroki .krok .content {
  padding: 50px calc(50px + 40%) 50px 50px;
  color: #fff;
}
.section_oferta_5krokow .kroki .krok .content p {
  margin: 0;
}
@media (max-width: 991px) {
  .section_oferta_5krokow .kroki .krok .content {
    padding: 30px calc(30px + 40%) 30px 30px;
  }
}
@media (max-width: 499px) {
  .section_oferta_5krokow .kroki .krok .content {
    padding: 30px;
  }
}
.section_oferta_5krokow .kroki .krok .thumb {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  display: block;
}
@media (max-width: 499px) {
  .section_oferta_5krokow .kroki .krok .thumb {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
}
.section_oferta_5krokow .kroki .krok .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 499px) {
  .section_oferta_5krokow .kroki .krok .thumb img {
    height: auto;
  }
}
.section_oferta_5krokow .kroki .krok.current {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.section_oferta_gwarancja {
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .section_oferta_gwarancja {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section_oferta_gwarancja {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section_oferta_gwarancja {
    padding: 60px 0;
  }
}
.section_oferta_gwarancja .naglowek {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section_oferta_gwarancja .fotobox {
    margin-top: 30px;
  }
}
.section_oferta_cta {
  padding: 90px 30px;
  text-align: center;
}
@media (max-width: 1199px) {
  .section_oferta_cta {
    padding: 70px 30px;
  }
}
@media (max-width: 991px) {
  .section_oferta_cta {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .section_oferta_cta {
    padding: 30px;
  }
}
.section_oferta_cta h2 {
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .section_oferta_cta h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .section_oferta_cta h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section_oferta_cta h2 {
    font-size: 20px;
  }
}
.section_oferta_faq {
  padding: 130px 0 0 0;
}
@media (max-width: 1199px) {
  .section_oferta_faq {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section_oferta_faq {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 767px) {
  .section_oferta_faq {
    padding: 60px 0 0 0;
  }
}
.section_oferta_faq.nablogu {
  padding: 0 0 130px 0;
}
@media (max-width: 1199px) {
  .section_oferta_faq.nablogu {
    padding: 0 0 100px 0;
  }
}
@media (max-width: 991px) {
  .section_oferta_faq.nablogu {
    padding: 0 0 80px 0;
  }
}
@media (max-width: 767px) {
  .section_oferta_faq.nablogu {
    padding: 0 0 60px 0;
  }
}
.section_oferta_faq .naglowek {
  margin-bottom: 45px;
}
.section_oferta_faq .faq_pytko {
  margin-top: 5px;
  background-color: rgba(112, 113, 115, 0.06);
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.section_oferta_faq .faq_pytko h3 {
  padding: 30px 30px 30px 90px;
  font-size: 20px;
  line-height: 1.7;
  display: block;
  width: 100%;
  position: relative;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
}
@media (max-width: 767px) {
  .section_oferta_faq .faq_pytko h3 {
    padding: 20px 20px 20px 60px;
    font-size: 18px;
  }
}
.section_oferta_faq .faq_pytko h3::before,
.section_oferta_faq .faq_pytko h3::after {
  width: 30px;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  background-color: #963802;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  left: 30px;
  top: 44px;
}
@media (max-width: 767px) {
  .section_oferta_faq .faq_pytko h3::before,
  .section_oferta_faq .faq_pytko h3::after {
    left: 20px;
    top: 34px;
    width: 20px;
  }
}
.section_oferta_faq .faq_pytko h3::after {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section_oferta_faq .faq_pytko .faq_odp {
  display: none;
  padding: 15px 30px 30px 30px;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 767px) {
  .section_oferta_faq .faq_pytko .faq_odp {
    padding: 0 20px 20px 20px;
  }
}
.section_oferta_faq .faq_pytko.current .faq_odp {
  display: block;
}
.section_oferta_faq .faq_pytko.current h3::after {
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.section_oferta_cta_2 {
  padding: 90px 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .section_oferta_cta_2 {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .section_oferta_cta_2 {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section_oferta_cta_2 {
    padding: 50px 0;
  }
}
.section_oferta_cta_2 .button {
  margin-top: 50px;
}
.section_oferta_cta_2 h3 {
  font-size: 24px;
  line-height: 1.7;
}
@media (max-width: 1199px) {
  .section_oferta_cta_2 h3 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .section_oferta_cta_2 h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section_oferta_cta_2 h3 {
    font-size: 18px;
  }
}
.section_ofirmie_slask {
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .section_ofirmie_slask {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section_ofirmie_slask {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section_ofirmie_slask {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .section_ofirmie_slask .content {
    margin: 0 0 30px 0;
  }
}
.section_ofirmie_slask .content p {
  margin: 30px 0 0 0;
}
.section_ofirmie_slask .swiper-container {
  height: 100%;
}
@media (max-width: 767px) {
  .section_ofirmie_slask .swiper-container {
    height: 300px;
  }
}
.section_ofirmie_certyfikaty {
  padding: 130px 0 0 0;
}
@media (max-width: 1199px) {
  .section_ofirmie_certyfikaty {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 991px) {
  .section_ofirmie_certyfikaty {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 767px) {
  .section_ofirmie_certyfikaty {
    padding: 60px 0 0 0;
  }
}
.section_ofirmie_certyfikaty.bottompadding {
  padding-bottom: 130px;
}
@media (max-width: 1199px) {
  .section_ofirmie_certyfikaty.bottompadding {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .section_ofirmie_certyfikaty.bottompadding {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section_ofirmie_certyfikaty.bottompadding {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section_ofirmie_certyfikaty .content {
    margin: 0 0 30px 0;
  }
}
.section_ofirmie_certyfikaty .content p {
  margin: 30px 0 0 0;
}
.section_ofirmie_certyfikaty .swiper-container {
  width: 70%;
  height: auto;
}
@media (max-width: 767px) {
  .section_ofirmie_certyfikaty .swiper-container {
    margin: 0 25%;
    width: 50%;
  }
}
.section_ofirmie_certyfikaty .swiper-container .swiper-slide a img {
  height: auto;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  position: relative;
}
.section_ofirmie_certyfikaty .swiper-container .swiper-slide a:hover img {
  width: 100%;
  height: auto;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.section_doradzimy {
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .section_doradzimy {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section_doradzimy {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .section_doradzimy {
    padding: 60px 0;
  }
}
.section_doradzimy .swiper-container {
  height: 100%;
}
.section_doradzimy .naglowek {
  margin-bottom: 30px;
}
.section_doradzimy .naglowek.drugi {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .section_doradzimy .naglowek.drugi {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section_doradzimy .content {
    margin: 0 0 30px 0;
  }
}
.section_doradzimy .content p {
  margin: 0 0 30px 0;
}
.section_doradzimy a {
  color: #1d458a;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
}
.section_doradzimy a::before {
  width: 100%;
  height: 2px;
  background-color: #1d458a;
  position: absolute;
  display: block;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  content: '';
}
.section_doradzimy a:hover::before {
  width: 0;
}
.section_doradzimy .inwest_box {
  display: block;
  width: 100%;
  height: 100%;
}
.section_doradzimy .inwest_box .head {
  display: block;
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section_doradzimy .inwest_box .head {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .section_doradzimy .inwest_box .head {
    height: auto;
  }
}
.section_doradzimy .inwest_box .head .ico {
  float: left;
  width: 100px;
  height: 100%;
}
@media (max-width: 991px) {
  .section_doradzimy .inwest_box .head .ico {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .section_doradzimy .inwest_box .head .ico {
    width: 50px;
    height: 50px;
  }
}
.section_doradzimy .inwest_box .head .ico img {
  display: block;
  width: 100%;
  height: 100%;
}
.section_doradzimy .inwest_box .head .title {
  display: table;
  float: left;
  width: calc(100% - 100px);
  height: 100%;
}
@media (max-width: 991px) {
  .section_doradzimy .inwest_box .head .title {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .section_doradzimy .inwest_box .head .title {
    width: calc(100% - 50px);
  }
}
.section_doradzimy .inwest_box .head .title h3 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .section_doradzimy .inwest_box .head .title h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section_doradzimy .inwest_box .head .title h3 {
    font-size: 16px;
  }
}
.section_doradzimy .col-sm-6 {
  margin-bottom: 50px;
}
.section_doradzimy .dajmargin {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .section_doradzimy .dajmargin {
    margin-bottom: 30px;
  }
}
/* PART 1 - Before Lazy Load */
img[data-lazyloaded] {
  opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 1;
}
.section_budowa_dane {
  padding: 30px 0;
}
.section_budowa_dane .budowa_dane_tekst {
  padding: 0 15px;
  border-left: solid 10px #545454;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .section_budowa_dane .budowa_dane_tekst {
    border-left: solid 5px #545454;
    padding-left: 10px;
  }
}
.section_budowa_dane .budowa_dane_tekst h2 {
  font-size: 32px;
  line-height: 1.5;
  color: #545454;
  margin-bottom: 10px;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1199px) {
  .section_budowa_dane .budowa_dane_tekst h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .section_budowa_dane .budowa_dane_tekst h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section_budowa_dane .budowa_dane_tekst h2 {
    font-size: 20px;
  }
}
.section_budowa_dane .budowa_dane_tekst p {
  color: #545454;
  font-size: 15px;
  line-height: 1.9;
}
.section_budowa_wideo {
  display: block;
  position: relative;
}
.section_budowa_wideo .container-fluid {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-bottom: 50px;
}
.section_budowa_wideo .container-fluid h1 {
  text-transform: uppercase;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-size: 52px;
  line-height: 1.5;
  margin-bottom: 50px;
  display: inline-block;
  border-bottom: solid 10px #f9d448;
}
@media (max-width: 1199px) {
  .section_budowa_wideo .container-fluid h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .section_budowa_wideo .container-fluid h1 {
    font-size: 36px;
    margin-bottom: 30px;
    border-bottom: solid 5px #f9d448;
  }
}
@media (max-width: 767px) {
  .section_budowa_wideo .container-fluid h1 {
    font-size: 28px;
  }
}
.section_budowa_wideo .container-fluid h2 {
  color: #fff;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  overflow: hidden;
}
.section_budowa_wideo .container-fluid h2 img {
  display: block;
  width: auto;
  height: 50px;
  float: left;
}
@media (max-width: 767px) {
  .section_budowa_wideo .container-fluid h2 img {
    height: 30px;
  }
}
.section_budowa_wideo .container-fluid h2 span {
  line-height: 50px;
  display: inline-block;
  height: 50px;
  width: auto;
  margin: 0 30px;
  float: left;
  font-size: 20px;
}
@media (max-width: 767px) {
  .section_budowa_wideo .container-fluid h2 span {
    line-height: 30px;
    height: 30px;
    margin: 0 15px;
    font-size: 15px;
  }
}
.section_budowa_wideo video {
  z-index: 1;
  position: relative;
  width: 100%;
  min-height: 450px;
  height: 65vh;
  object-fit: cover;
}
@media (max-width: 991px) {
  .section_budowa_wideo video {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .section_budowa_wideo video {
    min-height: 350px;
  }
}
@media (max-height: 800px) {
  .section_budowa_wideo video {
    height: 50vh;
  }
}
.section_budowa_wideo canvas {
  display: none;
}
.section_budowa_kontakt {
  display: block;
  background-color: #fff;
  padding: 15px 0;
  text-align: center;
}
.section_budowa_kontakt .budowa_dane_kontakt_linki {
  display: inline-block;
}
.section_budowa_kontakt .budowa_dane_kontakt_linki a {
  display: block;
  float: left;
  margin: 15px 25px;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.section_budowa_kontakt .budowa_dane_kontakt_linki a:hover {
  opacity: 0.7;
}
@media (max-width: 1199px) {
  .section_budowa_kontakt .budowa_dane_kontakt_linki a {
    margin: 15px;
  }
}
@media (max-width: 991px) {
  .section_budowa_kontakt .budowa_dane_kontakt_linki a {
    float: none;
    display: block;
    width: 100%;
    overflow: hidden;
  }
}
.section_budowa_kontakt .budowa_dane_kontakt_linki a span {
  float: left;
  display: block;
  color: #545454;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 991px) {
  .section_budowa_kontakt .budowa_dane_kontakt_linki a span {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .section_budowa_kontakt .budowa_dane_kontakt_linki a span {
    font-size: 15px;
    line-height: 20px;
  }
}
.section_budowa_kontakt .budowa_dane_kontakt_linki a img {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .section_budowa_kontakt .budowa_dane_kontakt_linki a img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .section_budowa_kontakt .budowa_dane_kontakt_linki a img {
    width: 20px;
    height: 20px;
  }
}
.ofirmie_realizacja_naglowek {
  color: #0e65a4;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .ofirmie_realizacja_naglowek {
    font-size: 20px;
  }
}
.ofirmie_realizacja_galeria .fotobox {
  margin-top: 30px;
  height: 300px;
}
@media (max-width: 991px) {
  .ofirmie_realizacja_galeria .fotobox {
    height: 200px;
  }
}
.ofirmie_realizacja_galeria .fotobox.dokumenty {
  height: auto;
}
.ofirmie_realizacja_galeria .fotobox.dokumenty img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  object-position: top;
}
.ofirmie_realizacja_galeria .fotobox.dokumenty img:hover {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .section_ofirmie_certyfikaty .ofirmie_realizacja_galeria .col-sm-4:nth-child(3n+1),
  .section_ofirmie_certyfikaty .ofirmie_realizacja_galeria .col-sm-4:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .section_ofirmie_certyfikaty .ofirmie_realizacja_galeria .col-sm-4:nth-child(2n+1),
  .section_ofirmie_certyfikaty .ofirmie_realizacja_galeria .col-sm-4:nth-child(2n+1) {
    clear: both;
  }
}
.oferta_wideorealizacje {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.oferta_wideorealizacje a {
  margin-top: 30px;
  height: auto;
  width: 100%;
  display: block;
  position: relative;
  background-color: #000;
}
.oferta_wideorealizacje a::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../images/yt_ico.png');
  background-position: center;
}
.oferta_wideorealizacje a img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.oferta_wideorealizacje a:hover img {
  width: 100%;
  height: auto;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  opacity: 0.3;
}
.section_simplebaner {
  padding: 250px 0 145px 0;
}
@media (max-width: 1199px) {
  .section_simplebaner {
    padding: 220px 0 105px 0;
  }
}
@media (max-width: 991px) {
  .section_simplebaner {
    padding: 140px 0 100px 0;
  }
}
.partnerzy_wstep .content {
  position: relative;
  z-index: 2;
  padding: 48px 0 0 0 ;
}
@media (max-width: 767px) {
  .partnerzy_wstep .content {
    padding: 24px 0 0 0;
  }
}
.partnerzy_wstep .content h2 {
  font-weight: 400;
  font-size: 46px;
  line-height: 1.7;
  color: #1d458a;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .partnerzy_wstep .content h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 1199px) {
  .partnerzy_wstep .content h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .partnerzy_wstep .content h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .partnerzy_wstep .content h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 499px) {
  .partnerzy_wstep .content h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .partner {
    padding-bottom: 24px;
  }
}
.partner .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 48px;
  align-items: center;
}
@media (max-width: 991px) {
  .partner .row {
    margin-top: 48px;
    flex-direction: column;
  }
}
.partner .row:nth-child(2n+1) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .partner .row:nth-child(2n+1) {
    flex-direction: column;
  }
}
.partner_content .aligncenter {
  margin: 0 auto;
}
.partner_content h2 {
  font-size: 32px;
  color: #000;
  line-height: 1.5;
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .partner_content h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .partner_content h2 {
    font-size: 24px;
  }
}
.partner_content h3 {
  font-size: 24px;
  margin: 30px 0;
}
@media (max-width: 991px) {
  .partner_content h3 {
    font-size: 20px;
  }
}
.partner_content h4 {
  font-size: 20px;
  margin: 30px 0;
}
@media (max-width: 991px) {
  .partner_content h4 {
    font-size: 18px;
  }
}
.partner_content p {
  margin: 0 0 30px 0;
}
.partner_content ol {
  margin: 0 0 30px 0;
}
.partner_content ol li {
  list-style: decimal;
  list-style-position: inside;
}
.partner_content a {
  position: relative;
  color: #963802;
}
.partner_content a::before {
  background-color: #963802;
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -5px;
  display: block;
  height: 1px;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.partner_content a:hover::before {
  width: 0;
}
.partner_content ul {
  margin: 0 0 30px 0;
}
.partner_content ul li {
  padding: 0 0 0 25px;
  position: relative;
}
.partner_content ul li::before {
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #963802;
  width: 10px;
  height: 2px;
  content: '';
  margin: auto;
}
.partner_content .media-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.partner_content .media-img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.partner_content .media-img::before {
  display: none;
}
.partner_content h2 {
  font-weight: 400;
  font-size: 46px;
  line-height: 1.7;
  color: #1d458a;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .partner_content h2 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 1199px) {
  .partner_content h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .partner_content h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .partner_content h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 499px) {
  .partner_content h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.partner_grafiki {
  display: block;
}
.partner_grafiki_logo {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  display: block;
  max-width: 300px;
}
@media (max-width: 991px) {
  .partner_grafiki_logo {
    height: 60px;
  }
}
.partner_grafiki_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.partner_grafiki_certyfikat {
  margin: 24px auto 0 auto;
  display: block;
  max-width: 500px;
  background-color: #1d458a;
  width: 100%;
}
.partner_grafiki_certyfikat img {
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms ease-in-o ut;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: block;
}
