@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
body * {
  outline: none;
}
input::-ms-clear {
  display: none;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .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;
  }
  th.visible-md,
  td.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;
  }
  th.visible-lg,
  td.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;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 766px) {
  .container {
    max-width: 500px;
  }
}
@media (min-width: 767px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
  padding-right: 80px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 767px) {
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: top;
}
body {
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body.fadeout {
  opacity: 0;
}
.wpcf7-recaptcha > div {
  margin: 0 auto;
}
.clear {
  clear: both;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.alignright {
  margin-right: 0;
  text-align: right;
}
.alignleft {
  margin-left: 0;
  text-align: left;
}
.grecaptcha-badge {
  bottom: 110px !important;
}
.training_form .anr_captcha_field,
#ouibounce-modal .anr_captcha_field {
  margin: 0 auto 20px auto;
  display: inline-block;
}
#ouibounce-modal .anr_captcha_field {
  margin: 20px auto;
  display: inline-block;
}
.grecaptcha-badge {
  display: none !important;
}
.flexrow {
  width: 100%;
  margin: auto;
  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: 767px) {
  .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;
  }
}
.flexrow > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .flexrow > div {
    display: block;
  }
}
.button {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  background: #f06921;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
}
.button:hover {
  background: #d84315;
}
.center {
  text-align: center;
}
.full_radius {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}
.left_padding_50 {
  padding-left: 50px;
}
.right_padding_50 {
  padding-right: 50px;
}
.animate {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.vertical {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.page {
  padding-top: 180px;
}
@media (max-width: 991px) {
  .page {
    padding-top: 0;
  }
}
.page.no_msg {
  padding-top: 140px;
}
@media (max-width: 991px) {
  .page.no_msg {
    padding-top: 0;
  }
}
#header-pop {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  color: #fff;
  background: #d84315;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  z-index: 9999;
  top: 0;
  left: 0;
}
#header-pop a {
  margin-left: 35px;
  padding-right: 17px;
  background: url(../images/link_arrow.svg) no-repeat right center;
  background-size: 9px 9px;
  font-weight: 400;
}
#header-pop .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 5px;
  background: url(../images/close-white.svg) no-repeat center;
  background-size: 30px auto;
}
.top_menu {
  top: 40px !important;
}
.top_menu {
  width: 100%;
  height: 140px;
  margin-top: 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
}
.top_menu.no_msg {
  top: 0 !important;
}
.top_menu .logo {
  width: 160px;
  height: auto;
  margin-top: 45px;
  float: left;
}
.top_menu .menu_container {
  float: right;
}
.top_menu .main_menu_2021,
.top_menu .main_menu {
  float: right;
  text-align: left;
  font-size: 16px;
  color: #000;
  clear: both;
  line-height: 16px;
  margin-top: 31px;
  margin-right: -15px;
}
.top_menu .main_menu_2021 li,
.top_menu .main_menu li {
  float: left;
  margin-left: 30px;
}
.top_menu .main_menu_2021 li:first-child,
.top_menu .main_menu li:first-child {
  margin-left: 0;
}
.top_menu .main_menu_2021 li a,
.top_menu .main_menu li a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.top_menu .main_menu_2021 li a:hover,
.top_menu .main_menu li a:hover {
  color: #f06921;
}
.top_menu .main_menu_2021 li.current_page_item a,
.top_menu .main_menu li.current_page_item a,
.top_menu .main_menu_2021 li.current-page-ancestor a,
.top_menu .main_menu li.current-page-ancestor a {
  color: #f06921;
}
.top_menu .main_menu_2021 li.hover_active,
.top_menu .main_menu li.hover_active {
  padding-bottom: 50px;
}
.top_menu .main_menu_2021 li.hover_active a,
.top_menu .main_menu li.hover_active a {
  color: #f06921;
}
.top_menu .main_menu_small_2021,
.top_menu .main_menu_small {
  float: right;
  text-align: left;
  font-size: 14px;
  color: #8a8a8a;
  clear: both;
  line-height: 14px;
  margin-top: 36px;
  margin-right: -15px;
}
.top_menu .main_menu_small_2021 li,
.top_menu .main_menu_small li {
  float: left;
  margin-left: 30px;
}
.top_menu .main_menu_small_2021 li.current_page_item a,
.top_menu .main_menu_small li.current_page_item a,
.top_menu .main_menu_small_2021 li.current-page-ancestor a,
.top_menu .main_menu_small li.current-page-ancestor a {
  color: #f06921;
}
.top_menu .main_menu_small_2021 a,
.top_menu .main_menu_small a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.top_menu .main_menu_small_2021 a:hover,
.top_menu .main_menu_small a:hover {
  color: #f06921;
}
.top_menu .certyficates_box {
  display: block;
  overflow: hidden;
}
.top_menu .certyficates_box a {
  display: block;
  float: left;
  width: auto;
  margin: 35px 0 0 90px;
  height: 60px;
}
@media (max-width: 1199px) {
  .top_menu .certyficates_box a {
    height: 40px;
    margin: 25px 0 0 30px;
  }
}
.top_menu .certyficates_box a.dc {
  margin: 50px 0 0 30px;
  height: 40px;
}
@media (max-width: 1199px) {
  .top_menu .certyficates_box a.dc {
    height: 30px;
    margin: 0px 0 0 30px;
  }
}
.top_menu .certyficates_box img {
  height: 100%;
}
.top_menu .certyficates {
  width: 335px;
  margin-top: 59px;
  margin-left: 130px;
}
@media (max-width: 1200px) {
  .top_menu .certyficates {
    margin-left: 30px;
  }
}
.top_menu_small {
  width: 100%;
  height: 90px;
  background: #fff;
  position: fixed;
  top: -90px;
  left: 0;
  z-index: 99999;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.top_menu_small .logo {
  width: 155px;
  margin-top: 17px;
  position: absolute;
}
.top_menu_small .menu_container {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: right;
  font-size: 16px;
  color: #000;
  clear: both;
  line-height: 16px;
}
.top_menu_small .menu_container ul,
.top_menu_small .menu_container .menu-male-menu-glowne-container,
.top_menu_small .menu_container .menu-menu-glowne-container {
  display: inline-block;
}
@media (max-width: 1199px) {
  .top_menu_small .menu_container #menu-menu-scroll {
    float: right;
  }
}
.top_menu_small .menu_container li {
  display: inline-block;
  margin-left: 30px;
  margin-top: 25px;
}
.top_menu_small .menu_container li a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.top_menu_small .menu_container li a:hover {
  color: #f06921;
}
.top_menu_small .menu_container li.current_page_item a,
.top_menu_small .menu_container li.current-page-ancestor a {
  color: #f06921;
}
.top_menu_small .menu_container li.hover_active {
  padding-bottom: 50px;
}
.top_menu_small .menu_container li.hover_active a {
  color: #f06921;
}
.top_menu_small .menu_container li.kontakt a {
  background: #f06921;
  color: #fff;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 3px;
  height: 40px;
  display: block;
  margin-left: -10px;
  margin-top: -18px;
}
.top_menu_small .menu_container li.kontakt a:hover {
  background-color: #d84315;
}
.top_menu_small.active {
  top: 0;
}
.top_menu_small.active .menu_container li.menubutton a {
  top: 0 !important;
}
.submenu_html {
  display: none;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 140px;
  left: 0;
  border-top: solid 1px #efefef;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.07);
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left;
  line-height: inherit;
  min-height: 450px;
}
.submenu_html.small_menu {
  top: 90px;
}
.submenu_html .right {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #000;
}
.submenu_html .right_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
.submenu_html .right_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.9;
  height: 100%;
  object-fit: cover;
}
.submenu_html .container {
  position: relative;
  z-index: 2;
}
.submenu_html .text_menu {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
}
.submenu_html .text_menu .text_menu_hide {
  display: none;
}
.submenu_html .text_menu p {
  margin-bottom: 10px;
}
.submenu_html .text_menu h2,
.submenu_html .text_menu h3,
.submenu_html .text_menu h4,
.submenu_html .text_menu h5 {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}
.submenu_html .text_menu ul {
  padding: 0;
  margin: 0;
}
.submenu_html .text_menu ul li {
  margin-left: 0 !important;
  float: inherit !important;
  padding: 0;
  padding-left: 15px;
  margin-bottom: 5px;
  background: url(../images/list_ico.svg) no-repeat left top 9px;
  background-size: 8px auto;
  display: block !important;
  margin-top: 0 !important;
}
.submenu_html .text_menu .button_right {
  text-align: right;
  padding-top: 20px;
}
.submenu_html .text_menu .button_right .button {
  color: #fff !important;
}
.submenu_html .other_offer_link {
  color: #8a8a8a !important;
  position: relative;
  border-bottom: solid 1px #fff;
  cursor: auto !important;
}
.submenu_html .more_offer {
  height: 100%;
  position: absolute;
  width: 50%;
  left: 50%;
  display: none;
}
.submenu_html .more_offer li {
  display: block !important;
  margin-top: 20px !important;
  font-size: 18px;
  float: none !important;
}
.submenu_html .more_offer a {
  color: #fff !important;
}
.submenu_html .more_offer a:hover {
  color: #f06921 !important;
}
.submenu_html .context_menu .menu_section_title {
  font-size: 22px;
  color: #8a8a8a;
  margin-bottom: 35px;
}
.submenu_html .context_menu .menu_section_title.otherss {
  margin-bottom: 20px;
}
.submenu_html .context_menu ul {
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
}
.submenu_html .context_menu ul.analitics {
  margin-bottom: 28px;
}
.submenu_html .context_menu ul li {
  margin-left: 0 !important;
  float: inherit !important;
  padding-left: 10px;
  margin-bottom: 25px;
  display: block !important;
  margin-top: 0 !important;
}
.submenu_html .context_menu ul li a {
  color: #8a8a8a !important;
  border-bottom: solid 1px #fff;
  position: relative;
  font-size: 20px;
  line-height: 30px;
}
.submenu_html .context_menu ul li a:hover {
  color: #000 !important;
  border-color: #d84315;
}
.submenu_html .context_menu ul li a:hover:after {
  content: '';
  width: 4px;
  height: 6px;
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/menu_link_arrow.svg) no-repeat center;
  background-size: 100%;
}
.home {
  width: 100%;
  background: #fff;
}
.home .main_baner {
  width: 100%;
  height: 495px;
  background: #000;
  position: relative;
  font-weight: 300;
}
@media (max-width: 991px) {
  .home .main_baner {
    height: auto;
  }
}
.home .main_baner .image {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home .main_baner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .home .main_baner .image {
    width: auto;
    min-width: 100%;
    height: 50%;
  }
}
.home .main_baner .container {
  position: relative;
  z-index: 2;
  height: 100%;
}
@media (max-width: 991px) {
  .home .main_baner .container {
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 0 15px 0 15px;
  }
}
.home .main_baner .container .row {
  height: 100%;
  position: relative;
}
.home .main_baner .title {
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  margin-top: 150px;
}
@media (max-width: 991px) {
  .home .main_baner .title {
    font-size: 45px;
    line-height: 50px;
    margin: 45px 0;
  }
}
.home .main_baner .mobile-blue {
  height: auto;
  margin: 20px 0 0 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .home .main_baner .mobile-blue {
    margin: 40px 0 0 0;
    position: relative;
    top: inherit;
    transform: none;
    background: #000;
    display: block;
    padding: 40px 15px 0 15px;
  }
}
.home .main_baner .subtitle {
  font-size: 45px;
  font-weight: 300;
  color: #fff;
  margin-left: 100px;
}
@media (max-width: 1200px) {
  .home .main_baner .subtitle {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .home .main_baner .subtitle {
    margin: 0;
    font-size: 35px;
    line-height: 31px;
  }
}
.home .main_baner ul {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  margin-left: 100px;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .home .main_baner ul {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .home .main_baner ul {
    margin: 15px 0 25px 0;
  }
}
.home .main_baner ul li {
  padding-left: 20px;
  background: url('../images/list_ico.svg') no-repeat left center;
  background-size: 8px 6px;
}
.home .main_baner .button {
  margin: 0;
}
@media (max-width: 991px) {
  .home .main_baner .button {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 499px) {
  .home .main_baner .button {
    width: 100%;
  }
}
.home .usp {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 60px;
  text-align: center;
}
@media (max-width: 992px) {
  .home .usp {
    padding: 30px 0;
  }
}
@media (max-width: 992px) {
  .home .usp .row .col-md-3 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 992px) {
  .home .usp .row .col-md-3:nth-child(3n) {
    clear: both;
  }
}
.home .usp .box {
  width: 100%;
  padding: 20px;
  border-top: solid 3px #f06921;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
  font-size: 15px;
  line-height: 20px;
  color: #8a8a8a;
  height: 165px;
  position: relative;
  top: 0;
  cursor: default;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 1200px) {
  .home .usp .box {
    font-size: 14px;
  }
  .home .usp .box br {
    display: none;
  }
}
@media (max-width: 992px) {
  .home .usp .box {
    padding: 20px 0 30px 0;
    border-top: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: auto;
  }
}
.home .usp .box strong {
  display: block;
  width: 100%;
  font-size: 50px;
  font-weight: 500;
  color: #7cb342;
  line-height: 50px;
  margin-bottom: 10px;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .home .usp .box strong {
    font-size: 45px;
  }
}
@media (max-width: 992px) {
  .home .usp .box strong {
    font-size: 35px;
    margin-top: 0;
  }
}
.home .usp .box.box3,
.home .usp .box.box4 {
  top: -120px;
  background: #fff;
}
@media (max-width: 992px) {
  .home .usp .box.box3,
  .home .usp .box.box4 {
    top: 0 !important;
  }
}
.home .usp .box.box3.active,
.home .usp .box.box4.active {
  top: 0;
}
.home .half_section {
  width: 100%;
  position: relative;
}
.home .half_section .left {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fafafb;
}
@media (max-width: 991px) {
  .home .half_section .left {
    width: 100%;
  }
}
.home .half_section .right {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #f5f6f7;
}
@media (max-width: 991px) {
  .home .half_section .right {
    width: 0;
  }
}
.home .half_section .container {
  position: relative;
  z-index: 2;
}
.home .half_section .title {
  margin-top: 100px;
  color: #3f3f3f;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
  clear: both;
}
@media (max-width: 1200px) {
  .home .half_section .title {
    font-size: 35px;
    line-height: 45px;
  }
  .home .half_section .title br {
    display: none;
  }
}
@media (max-width: 991px) {
  .home .half_section .title {
    margin-top: 50px;
    font-size: 35px;
    line-height: 41px;
  }
}
.home .half_section ul {
  color: #8a8a8a;
  font-size: 16px;
  line-height: 28px;
  margin-top: 35px;
  margin-bottom: 40px;
}
.home .half_section ul li {
  padding-left: 20px;
  background: url('../images/list_ico_black.svg') no-repeat left top 11px;
  background-size: 8px 6px;
  margin-bottom: 10px;
}
.home .half_section .small_usp {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .home .half_section .small_usp {
    clear: both;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  .home .half_section .small_usp .title {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .home .half_section .small_usp .title {
    font-size: 35px;
    line-height: 41px;
    margin: 60px 0 30px 0;
    text-align: center;
  }
}
.home .half_section .usp_data {
  display: block;
  float: left;
  font-size: 15px;
  line-height: 20px;
  color: #8a8a8a;
  text-align: center;
  margin-right: 30px;
  margin-top: 60px;
}
@media (max-width: 1200px) {
  .home .half_section .usp_data {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .home .half_section .usp_data {
    margin: 0;
    width: 50%;
    float: left;
  }
}
.home .half_section .usp_data strong {
  display: block;
  width: 100%;
  font-size: 75px;
  font-weight: 500;
  color: #7cb342;
  line-height: 75px;
  margin-bottom: 10px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .home .half_section .usp_data strong {
    font-size: 50px;
    line-height: 50px;
    margin-top: 0;
  }
}
.home .half_section .usp_data.float_right {
  float: right;
}
.home .half_section .button {
  margin: 0 auto 110px auto;
}
@media (max-width: 991px) {
  .home .half_section .button {
    margin: 30px auto 60px auto;
  }
}
@media (max-width: 499px) {
  .home .half_section .button {
    width: 100%;
  }
}
.home .ref_circle {
  margin: 110px 0 50px 0;
  background: url(../images/chart_text.svg) no-repeat bottom 55px center;
  background-size: 425px auto;
}
@media (max-width: 991px) {
  .home .ref_circle {
    display: none;
  }
}
.home .ref_circle .title {
  margin-top: 0;
}
.home .ref_circle .nav {
  position: relative;
  z-index: 2;
}
.home .ref_circle .nav a {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #8a8a8a;
  padding-bottom: 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 991px) {
  .home .ref_circle .nav a {
    background-color: #fff;
  }
}
.home .ref_circle .nav a:hover,
.home .ref_circle .nav a.current {
  border-bottom: solid 1px #f06921;
  color: #000;
}
.home .ref_circle .chart {
  width: 100%;
  position: relative;
  margin-top: 30px;
  transform: rotate(-18deg);
  height: 460px;
}
.home .ref_circle .chart .chart_single {
  width: 117px;
  height: 390px;
  position: absolute;
  left: 41.5%;
  background: url(../images/chart_bg-02.svg) no-repeat top center;
}
@media (max-width: 1200px) {
  .home .ref_circle .chart .chart_single {
    left: calc(50% - 58px);
  }
}
.home .ref_circle .chart .chart_single.c_2 {
  transform: rotate(36deg);
}
.home .ref_circle .chart .chart_single.c_3 {
  transform: rotate(72deg);
}
.home .ref_circle .chart .chart_single.c_4 {
  transform: rotate(108deg);
}
.home .ref_circle .chart .chart_single.c_5 {
  transform: rotate(144deg);
}
.home .ref_circle .chart .chart_single.c_6 {
  transform: rotate(180deg);
}
.home .ref_circle .chart .chart_single.c_7 {
  transform: rotate(216deg);
}
.home .ref_circle .chart .chart_single.c_8 {
  transform: rotate(252deg);
}
.home .ref_circle .chart .chart_single.c_9 {
  transform: rotate(288deg);
}
.home .ref_circle .chart .chart_single.c_10 {
  transform: rotate(324deg);
}
.home .ref_circle .chart .chart_single .point {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20.8px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 2;
  margin-top: 1px;
}
.home .ref_circle .chart .chart_single .point.p_1 {
  background-image: url(../images/chart_point-01.svg);
}
.home .ref_circle .chart .chart_single .point.p_2 {
  background-image: url(../images/chart_point-02.svg);
  top: 12px;
}
.home .ref_circle .chart .chart_single .point.p_3 {
  background-image: url(../images/chart_point-03.svg);
  top: 23px;
}
.home .ref_circle .chart .chart_single .point.p_4 {
  background-image: url(../images/chart_point-04.svg);
  top: 36px;
}
.home .ref_circle .chart .chart_single .point.p_5 {
  background-image: url(../images/chart_point-05.svg);
  top: 50px;
}
.home .ref_circle .chart .chart_single .point.p_6 {
  background-image: url(../images/chart_point-06.svg);
  top: 66px;
}
.home .ref_circle .chart .chart_single.s_6 .p_1 {
  opacity: 1;
}
.home .ref_circle .chart .chart_single.s_5 .p_1,
.home .ref_circle .chart .chart_single.s_5 .p_2 {
  opacity: 1;
}
.home .ref_circle .chart .chart_single.s_4 .p_1,
.home .ref_circle .chart .chart_single.s_4 .p_2,
.home .ref_circle .chart .chart_single.s_4 .p_3 {
  opacity: 1;
}
.home .ref_circle .chart .chart_single.s_3 .p_1,
.home .ref_circle .chart .chart_single.s_3 .p_2,
.home .ref_circle .chart .chart_single.s_3 .p_3,
.home .ref_circle .chart .chart_single.s_3 .p_4 {
  opacity: 1;
}
.home .ref_circle .chart .chart_single.s_2 .p_1,
.home .ref_circle .chart .chart_single.s_2 .p_2,
.home .ref_circle .chart .chart_single.s_2 .p_3,
.home .ref_circle .chart .chart_single.s_2 .p_4,
.home .ref_circle .chart .chart_single.s_2 .p_5 {
  opacity: 1;
}
.home .ref_circle .chart .chart_single.s_1 .p_1,
.home .ref_circle .chart .chart_single.s_1 .p_2,
.home .ref_circle .chart .chart_single.s_1 .p_3,
.home .ref_circle .chart .chart_single.s_1 .p_4,
.home .ref_circle .chart .chart_single.s_1 .p_5,
.home .ref_circle .chart .chart_single.s_1 .p_6 {
  opacity: 1;
}
.home .ref_circle .chart_title {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: -50px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  position: relative;
  top: 200px;
  z-index: 2;
}
.home .ref_circle .chart_title strong {
  color: #f06921;
}
.home .siatkowemenu {
  float: left;
  margin: 110px 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .home .siatkowemenu {
    margin-bottom: 150px;
    margin-top: 200px;
  }
}
@media (max-width: 991px) {
  .home .siatkowemenu {
    padding: 40px 0 0 0;
    clear: both;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 40px 0;
  }
}
.home .siatkowemenu.marginzero {
  margin-bottom: 0;
}
.home .siatkowemenu .box {
  width: 100%;
  display: block;
  padding: 15px;
  border: solid 1px rgba(138, 138, 138, 0.5);
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
}
@media (max-width: 991px) {
}
.home .siatkowemenu .box:after {
  display: block;
  content: '';
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 30px;
  height: 30px;
  background-color: #f06921;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home .siatkowemenu .box .inside {
  display: table;
  height: 100%;
}
@media (max-width: 991px) {
  .home .siatkowemenu .box .inside {
    width: 100%;
    margin: 10px auto 0 auto;
    display: block;
    height: auto;
    text-align: center;
  }
}
.home .siatkowemenu .box .inside h3 {
  display: table-cell;
  height: auto;
  font-weight: bold;
  color: #8a8a8a;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 1200px) {
  .home .siatkowemenu .box .inside h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .home .siatkowemenu .box .inside h3 {
    display: block;
    padding: 0;
  }
}
.home .siatkowemenu .box .inside h4 {
  display: block;
  height: auto;
  color: #f06921;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.7;
  vertical-align: middle;
  text-align: center;
  margin: -10px 0 10px 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 1200px) {
  .home .siatkowemenu .box .inside h4 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .home .siatkowemenu .box .inside h4 {
    display: block;
    padding: 0;
  }
}
.home .siatkowemenu .box img {
  display: block;
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
  float: left;
}
@media (max-width: 991px) {
  .home .siatkowemenu .box img {
    float: none;
    margin: 0 auto;
  }
}
.home .siatkowemenu .box:hover {
  border-color: #f06921;
}
.home .siatkowemenu .box:hover:after {
  right: -15px;
  bottom: -15px;
}
.home .siatkowemenu .box:hover .inside h3 {
  color: #f06921;
}
.home .siatkowemenu .box a {
  position: relative;
}
.home .siatkowemenu .box a::before {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  height: 2px;
  content: '';
  bottom: 0;
  background-color: #f06921;
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
}
.home .siatkowemenu .box a:hover::before {
  width: 0;
}
.home .siatkowemenu .box p {
  margin: 0 0 15px 0;
}
.home .siatkowemenu .box ul {
  margin: 0 0 15px 0;
  color: black;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .home .siatkowemenu .box ul {
    display: inline-block;
  }
}
.home .siatkowemenu .box ul li {
  display: block;
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  background: none;
  text-align: left;
}
.home .siatkowemenu .box ul li:last-child {
  margin-bottom: 0;
}
.home .siatkowemenu .box ul li::before {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: absolute;
  left: 0;
  top: 9px;
  background-color: #f06921;
  content: '';
  display: block;
}
.home .circle_mobile {
  display: none;
}
@media (max-width: 991px) {
  .home .circle_mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .home .circle_mobile .col-md-12 {
    padding: 0;
  }
}
.home .circle_mobile .ref_circle {
  display: block;
  margin: 110px 0 50px 0;
  background-position: center 85px;
  background-size: 300px auto;
  height: 400px;
  position: relative;
}
@media (max-width: 991px) {
  .home .circle_mobile .ref_circle {
    margin: 60px auto 0 auto;
  }
}
@media (max-width: 340px) {
}
.home .circle_mobile .ref_circle .chart_title {
  font-size: 16px;
  line-height: 18px;
  top: 130px;
}
.home .circle_mobile .ref_circle .chart {
  position: absolute;
  -moz-transform: scale(0.7) rotate(-18deg);
  -webkit-transform: scale(0.7) rotate(-18deg);
  -o-transform: scale(0.7) rotate(-18deg);
  -ms-transform: scale(0.7) rotate(-18deg);
  transform: scale(0.7) rotate(-18deg);
  margin: auto;
  left: 0;
  right: 0;
  height: 395px;
  top: 40px;
}
@media (max-width: 340px) {
  .home .circle_mobile .ref_circle .chart {
    width: auto;
  }
}
.home .circle_mobile .ref_circle .nav .dropbtn-mobile-circle {
  width: 290px;
  height: 45px;
  display: block;
  margin: 0 auto;
  background: #fff;
  border: solid 1px rgba(69, 90, 100, 0.5);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 43px;
  text-align: left;
  padding: 0 15px 0 15px;
  color: #010101;
  position: relative;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.home .circle_mobile .ref_circle .nav .dropbtn-mobile-circle:after {
  cursor: pointer;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: 0;
  width: 45px;
  height: 43px;
  border-left: solid 1px rgba(69, 90, 100, 0.5);
  background-image: url('../images/circle-mobile-arrow.svg');
  background-position: center center;
  background-size: 7px 12px;
  background-repeat: no-repeat;
}
.home .circle_mobile .ref_circle .nav .dropbtn-mobile-circle.active {
  border-bottom: solid 1px rgba(69, 90, 100, 0.5);
}
.home .circle_mobile .ref_circle .nav .dropbtn-mobile-circle.active:after {
  background-image: url('../images/circle-mobile-arrow2.svg');
}
.home .circle_mobile .ref_circle .nav #mobile-circle-dropdown {
  width: 290px;
  margin: 0 auto;
  border: solid 1px rgba(69, 90, 100, 0.5);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-top: 0;
  position: relative;
  top: -44px;
  height: 43px;
  overflow: hidden;
  left: 1px;
  padding: 44px 0 0 0;
}
.home .circle_mobile .ref_circle .nav #mobile-circle-dropdown.full {
  height: auto;
  overflow: auto;
}
.home .circle_mobile .ref_circle .nav #mobile-circle-dropdown a {
  width: 100%;
  display: block;
  padding: 0 15px 0 15px;
  line-height: 43px;
  margin-bottom: 0;
  border-bottom: solid 1px rgba(69, 90, 100, 0.5);
  cursor: pointer;
}
.home .circle_mobile .ref_circle .nav #mobile-circle-dropdown a:last-child {
  margin-bottom: 0;
  border: 0;
}
.home .circle_mobile .ref_circle .nav #mobile-circle-dropdown a:hover {
  border-bottom: solid 1px rgba(69, 90, 100, 0.5);
}
.home .circle_mobile .ref_circle .nav #mobile-circle-dropdown a.current {
  top: 0;
  left: 0;
  position: absolute;
  width: 242px;
  height: 43px;
  background: #fff;
  border: none;
  padding: 0 15px 0 15px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.home .customers_opinions {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .home .customers_opinions {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.home .customers_opinions .title {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  color: #3f3f3f;
  margin-bottom: 50px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .home .customers_opinions .title {
    font-size: 35px;
    line-height: 45px;
  }
}
.home .customers_opinions .swiper-slide {
  position: relative;
  z-index: 1;
  padding: 0 150px;
}
@media (max-width: 1200px) {
  .home .customers_opinions .swiper-slide {
    padding: 0 75px;
  }
}
@media (max-width: 992px) {
  .home .customers_opinions .swiper-slide {
    padding: 0 50px;
  }
}
@media (max-width: 449px) {
  .home .customers_opinions .swiper-slide {
    padding: 0 25px;
  }
}
.home .customers_opinions .swiper-slide .logo {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 100px;
}
.home .customers_opinions .swiper-slide .quote {
  margin: 30px auto;
  font-size: 16px;
  line-height: 26px;
}
.home .customers_opinions .swiper-slide .avatar {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px auto;
}
.home .customers_opinions .swiper-slide .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .customers_opinions .swiper-slide .author {
  font-size: 16px;
  line-height: 26px;
  color: #8a8a8a;
}
.home .customers_opinions .referencje_next,
.home .customers_opinions .referencje_prev {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background-image: url('../images/menu_link_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.home .customers_opinions .referencje_prev {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
}
.home .customers_opinions .referencje_prev:hover {
  left: 10px;
}
.home .customers_opinions .referencje_next {
  right: 0;
}
.home .customers_opinions .referencje_next:hover {
  right: 10px;
}
.home .customers_opinions .referencje_pagination {
  display: inline-block;
  margin: 30px 0;
  position: relative;
  z-index: 2;
}
.home .customers_opinions .referencje_pagination .swiper-pagination-bullet {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  background-color: #8a8a8a;
}
.home .customers_opinions .referencje_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f06921;
}
.tekst {
  font-size: 16px;
  line-height: 20px;
  margin-top: 100px;
  padding-bottom: 100px;
}
.tekst p::selection,
.tekst ul::selection,
.tekst li::selection,
.tekst h1::selection,
.tekst h2::selection,
.tekst h3::selection,
.tekst h4::selection,
.tekst h5::selection {
  color: #fff;
  background-color: #f06921;
}
.tekst p::-moz-selection,
.tekst ul::-moz-selection,
.tekst li::-moz-selection,
.tekst h1::-moz-selection,
.tekst h2::-moz-selection,
.tekst h3::-moz-selection,
.tekst h4::-moz-selection,
.tekst h5::-moz-selection {
  color: #fff;
  background-color: #f06921;
}
.tekst p,
.tekst li {
  color: #3f3f3f;
  font-size: 18px;
  line-height: 34px;
  position: relative;
  margin: 0 0 15px 0;
}
.tekst p strong,
.tekst li strong {
  font-weight: 700;
}
.tekst p {
  margin-bottom: 4vh;
}
.tekst blockquote {
  position: relative;
  padding-left: 30px;
  border-left: solid 7px #f06921;
}
.tekst ul li {
  padding: 0 0 0 20px;
  position: relative;
}
.tekst ul li:before {
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  background-color: #f06921;
}
.tekst ol {
  counter-reset: li;
}
.tekst ol li {
  counter-increment: li;
  padding: 0;
  position: relative;
  list-style: none;
  padding-left: 1em;
}
.tekst ol li:before {
  content: counter(li);
  color: #f06921;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}
.tekst img {
  display: block;
  margin: 60px auto;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .tekst img {
    max-width: 100%;
  }
}
.tekst .wp-caption {
  display: block;
  margin-bottom: 60px;
  text-align: center;
  width: auto !important;
}
.tekst .wp-caption img {
  margin-bottom: 0;
}
.tekst .wp-caption p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0 0 0;
}
.tekst h2,
.tekst h1 {
  font-size: 30px;
  line-height: 40px;
  color: #f06921;
  margin: 30px 0;
  font-weight: 700;
}
@media (max-width: 991px) {
  .tekst h2,
  .tekst h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
.tekst h3 {
  font-size: 27px;
  line-height: 37px;
  color: #f06921;
  margin: 30px 0;
  font-weight: 300;
}
@media (max-width: 991px) {
  .tekst h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.tekst h4 {
  font-size: 25px;
  line-height: 35px;
  color: #f06921;
  margin: 30px 0;
  font-weight: 300;
}
@media (max-width: 991px) {
  .tekst h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.tekst h5 {
  font-size: 20px;
  line-height: 30px;
  color: #f06921;
  margin: 30px 0;
  font-weight: 300;
}
@media (max-width: 991px) {
  .tekst h5 {
    font-size: 18px;
    line-height: 28px;
  }
}
.tekst strong {
  font-weight: 800;
}
.tekst em {
  font-style: italic;
}
.tekst a {
  position: relative;
  color: #f06921;
}
.tekst a:before {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: #f06921;
}
.tekst a:hover:before {
  width: 0;
}
.tekst a.button {
  color: #fff;
}
.tekst a.button::before {
  display: none;
}
.wpcf7-submit:disabled {
  background: #8a8a8a !important;
}
.contact {
  width: 100%;
  background: #fff;
}
@media (max-width: 991px) {
  .contact .left_padding_50 {
    padding-left: 15px;
  }
}
.contact .checkboxes {
  position: relative;
  margin: 20px 0;
}
.contact .checkboxes a {
  color: #f06921;
  text-decoration: underline;
}
.contact .checkboxes a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .contact .checkboxes {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 20px auto;
  }
}
.contact .checkboxes label {
  opacity: 1;
  position: relative;
  padding-left: 30px !important;
  pointer-events: all;
  font-size: 12px !important;
  line-height: 1.3;
  display: block;
  margin-bottom: 10px;
}
.contact .checkboxes label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: solid #cfd8dc 1px;
  border-radius: 3px;
}
.contact .checkboxes label.active:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 13px;
  height: 10px;
  background-image: url('../images/checkbox-fill.svg');
  background-repeat: no-repeat;
  border-radius: 10px;
}
.contact .checkboxes input {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  padding: 0 10px 0 10px;
  -webkit-appearance: none;
}
.contact .checkboxes span {
  margin: 0 !important;
}
.contact .wpcf7-recaptcha {
  transform: scale(0.9);
  transform-origin: top left;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .contact .wpcf7-recaptcha {
    transform: none;
    max-width: 100%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1200px) {
  .contact .wpcf7-recaptcha {
    float: left;
    transform: scale(0.9);
    margin-bottom: 0;
  }
}
.contact .wpcf7-recaptcha > div {
  margin: 0 auto;
}
.contact .baner {
  width: 100%;
  height: 500px;
  position: relative;
}
@media (max-width: 991px) {
  .contact .baner {
    height: auto;
  }
}
.contact .baner .left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .contact .baner .left {
    width: 100%;
  }
}
.contact .baner .left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact .baner .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
@media (max-width: 991px) {
  .contact .baner .right {
    width: 0;
  }
}
.contact .baner .container {
  position: relative;
  z-index: 2;
}
.contact .baner .title {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 45px;
  line-height: 62px;
  margin-top: 220px;
}
@media (max-width: 991px) {
  .contact .baner .title {
    margin: 70px 0 60px 0;
    font-size: 45px;
    line-height: 50px;
  }
}
.contact .baner h2 {
  color: #3f3f3f;
  font-size: 30px;
  margin-top: 170px;
  margin-bottom: 30px;
  line-height: 45px;
}
.contact .baner p {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 28px;
  max-height: 60%;
  overflow: auto;
  position: relative;
  padding-bottom: 50px;
}
.contact .baner p .title {
  font-size: 30px;
  color: #3f3f3f;
  margin-bottom: 25px;
  line-height: 30px;
}
.contact .baner p p {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .contact .baner .left_padding_50 {
    display: none;
  }
}
.contact .mobile-content {
  display: none;
  padding: 0 15px 0 15px;
}
@media (max-width: 991px) {
  .contact .mobile-content {
    display: block;
    padding: 45px 15px;
  }
}
.contact .mobile-content h2 {
  color: #3f3f3f;
  font-size: 25px;
  line-height: 35px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.contact .half_section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .contact .half_section {
    padding: 0;
  }
}
.contact .half_section.padding {
  padding-top: 240px;
}
@media (max-width: 991px) {
  .contact .half_section.padding {
    padding: 10px 0 0 0;
  }
}
.contact .half_section .left {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .contact .half_section .left {
    width: 100%;
  }
}
.contact .half_section .right {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .contact .half_section .right {
    width: 0%;
  }
}
.contact .half_section .white {
  background: #fff;
}
.contact .half_section .gray1 {
  background: #fafafb;
}
.contact .half_section .gray2 {
  background: #f5f6f7;
}
.contact .half_section .container {
  position: relative;
  z-index: 2;
}
.contact .half_section .title {
  color: #3f3f3f;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  clear: both;
}
@media (max-width: 991px) {
  .contact .half_section .title {
    font-size: 35px;
    line-height: 34px;
    margin: 50px 0 0 0;
  }
}
.contact .half_section .title2 {
  color: #3f3f3f;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
  clear: both;
  margin-bottom: 50px;
  margin-top: 150px;
  text-align: center;
}
.contact .half_section .title2--contact {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .contact .half_section .title2--contact {
    margin-top: 60px;
  }
}
.contact .half_section .title2--contact.text-left {
  text-align: left;
}
@media (max-width: 991px) {
  .contact .half_section .title2--contact.text-left {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .contact .half_section .title2 {
    font-size: 28px;
    line-height: 37px;
    text-align: center;
  }
}
.contact .half_section .title_small {
  color: #3f3f3f;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  clear: both;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .contact .half_section .title_small {
    margin: 30px 0 20px 0;
  }
}
.contact .half_section .title_small.nb {
  text-align: center;
  margin: 0;
}
.contact .half_section .contact_info {
  font-size: 16px;
  line-height: 26px;
  color: #3f3f3f;
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .contact .half_section .contact_info {
    margin: 30px 0 0 0;
    overflow: hidden;
    text-align: center;
  }
}
.contact .half_section .contact_info p {
  margin-bottom: 25px;
}
.contact .half_section .contact_info p a {
  border-bottom: solid 1px #f06921;
  padding-bottom: 3px;
  margin-bottom: 5px;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.contact .half_section .contact_info p a:hover {
  color: #000;
}
.contact .half_section .contact_info p a.no_border {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.contact .half_section .contact_info .social_media {
  margin-top: 75px;
}
@media (max-width: 991px) {
  .contact .half_section .contact_info .social_media {
    margin: 0;
    overflow: hidden;
  }
}
.contact .half_section .contact_info .social_media a {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  width: 57px;
  height: 57px;
  background-color: #b0bec5;
  background-size: 57px 57px;
  background-position: center;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 991px) {
  .contact .half_section .contact_info .social_media a {
    margin: 0 8px;
  }
}
.contact .half_section .contact_info .social_media a:hover {
  background-color: #000;
}
.contact .half_section .contact_info .social_media a.fb {
  background-image: url(../images/social-01.svg);
}
.contact .half_section .contact_info .social_media a.tw {
  background-image: url(../images/social-02.svg);
}
.contact .half_section .contact_info .social_media a.yt {
  background-image: url(../images/social-03.svg);
}
.contact .half_section .contact_info .social_media a.in {
  background-image: url(../images/social-04.svg);
}
.contact .half_section .contact_info .social_media a.insta {
  background-image: url(../images/social-05.svg);
}
.contact .half_section .mobile-contact-second {
  padding-left: 35px;
}
@media (max-width: 991px) {
  .contact .half_section .mobile-contact-second {
    overflow: hidden;
    background: #fff;
    padding: 0 15px 30px 15px;
  }
}
.contact .half_section .mobile-contact-second .title2 {
  margin: 0 0 50px 0;
}
.contact .half_section .mobile-contact-second .title {
  padding-left: 15px;
}
.contact .half_section .mobile-contact-second .title br {
  display: none;
}
@media (max-width: 499px) {
  .contact .half_section .mobile-contact-second .title br {
    display: block;
  }
}
.contact .half_section .contact_form {
  margin-top: 60px;
  float: left;
}
@media (max-width: 991px) {
  .contact .half_section .contact_form {
    width: 100%;
    max-width: 500px;
    margin: 25px auto 50px auto;
    float: none;
  }
}
.contact .half_section .contact_form label {
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 400;
  padding-left: 10px;
}
.contact .half_section .contact_form label input {
  width: 100%;
  height: 35px;
  border-radius: 3px;
  border: solid 1px #98a3a9;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .contact .half_section .contact_form label input {
    height: 45px;
    line-height: 45px;
  }
}
.contact .half_section .contact_form label textarea {
  width: 100%;
  height: 198px;
  border-radius: 3px;
  border: solid 1px #98a3a9;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 20px;
  padding-left: 10px;
  resize: none;
}
.contact .half_section .contact_form .wpcf7-submit {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  background: #f06921;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
  border: 0;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  line-height: inherit;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
}
.contact .half_section .contact_form .wpcf7-submit:hover {
  background: #d84315;
}
.contact .half_section .centerit {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}
@media (max-width: 991px) {
  .contact .half_section .centerit {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
  }
}
.contact .half_section .contactbox {
  height: 115px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .contact .half_section .contactbox {
    margin: 60px 0 0 0;
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    left: auto;
    height: auto;
  }
}
.contact .half_section .contactbox h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 15px 0;
}
@media (max-width: 991px) {
  .contact .half_section .contactbox h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.contact .half_section .contactbox a {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #f06921;
  position: relative;
}
@media (max-width: 991px) {
  .contact .half_section .contactbox a {
    font-size: 25px;
    line-height: 35px;
  }
}
.contact .half_section .contactbox a:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f06921;
  content: '';
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 991px) {
  .contact .half_section .contactbox a:before {
    height: 1px;
  }
}
.contact .half_section .contactbox a:hover:before {
  width: 100%;
}
.contact .half_section .persons .title2 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .contact .half_section .persons {
    margin: 60px 0 55px 0;
    overflow: hidden;
  }
}
.contact .half_section .persons .box {
  margin: 140px auto 0 auto;
  width: 260px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
.contact .half_section .persons .box .avatar {
  width: 210px;
  padding-bottom: 210px;
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  top: -90px;
  margin-bottom: -90px;
}
.contact .half_section .persons .box .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact .half_section .persons .box .name {
  font-size: 26px;
  color: #3f3f3f;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 20px;
}
.contact .half_section .persons .box .description {
  width: 100%;
  background: #fff3e0;
  border-top: solid 2px #f06921;
  color: #3f3f3f;
  padding: 15px;
  font-size: 16px;
  line-height: 22px;
}
.contact .half_section .persons .box .in {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  width: 44px;
  height: 44px;
  display: inline-block;
  background-color: #000;
  background-size: 44px 44px;
  background-position: center;
  margin-top: 10px;
  margin-bottom: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-image: url(../images/social-04.svg);
}
.contact .half_section .persons .box .in:hover {
  background-color: #f06921;
}
.contact .half_section .persons .box .mail {
  border-bottom: solid 1px #f06921;
  padding-bottom: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.contact .half_section .persons .box .mail:hover {
  color: #000;
}
@media (max-width: 991px) {
  .contact .half_section .brief {
    padding: 30px 15px 0px 15px;
  }
}
.contact .half_section .brief .title2 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .contact .half_section .brief .title2 {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
}
.contact .half_section .logos {
  text-align: left;
}
@media (max-width: 991px) {
  .contact .half_section .logos {
    margin: 0 0 40px 0;
    display: block;
    overflow: hidden;
  }
}
.contact .half_section .logos img,
.contact .half_section .logos #___partnersbadge_0 {
  width: 150px !important;
  display: inline-block !important;
  margin-right: 40px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 991px) {
  .contact .half_section .logos img,
  .contact .half_section .logos #___partnersbadge_0 {
    margin: 0 calc(25% - 75px) !important;
    max-width: 150px !important;
    width: calc(50% - 40px) !important;
    float: left !important;
  }
}
@media (max-width: 399px) {
  .contact .half_section .logos img,
  .contact .half_section .logos #___partnersbadge_0 {
    margin: 0 !important;
    width: calc(50% - 20px) !important;
    max-width: calc(50% - 20px) !important;
    margin: 10px !important;
  }
}
.contact .half_section .logos #___partnersbadge_0 {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
}
@media (min-width: 991px) {
  .contact .half_section .logos #___partnersbadge_0 {
    position: relative;
    top: -40px;
  }
}
.contact .half_section .logos.zaufali img {
  width: 130px;
  margin-bottom: 30px;
  margin-top: 30px;
  vertical-align: middle;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media (max-width: 991px) {
  .contact .half_section .logos.zaufali img:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 991px) {
  .contact .half_section .left_padding_50 .logos img {
    width: calc(50% - 40px);
    margin: 20px calc(25% - 75px);
    max-width: 150px;
  }
}
@media (max-width: 399px) {
  .contact .half_section .left_padding_50 .logos img {
    margin: 0;
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 10px;
  }
}
.contact .half_section .wpcf7-response-output {
  border: 0;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #3f3f3f;
  margin: 0;
  padding: 0;
}
.contact .half_section .wpcf7-not-valid-tip {
  position: absolute;
  color: #fff;
  font-size: 8px;
  top: 10px;
  right: 0px;
  background: #f06921;
  padding: 5px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.contact .wpcf7-mail-sent-ok {
  dipslay: none !important;
}
.contact #thank {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
.contact #thank .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 3px;
  font-size: 26px;
  max-width: 550px;
  padding: 50px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: #3f3f3f;
}
.contact #thank .inner .small {
  font-size: 16px;
  color: #8a8a8a;
  margin-top: 30px;
}
.contact #thank .inner .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/close.svg) no-repeat center;
  background-size: 30px auto;
}
.contact #thank2 {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
.contact #thank2 .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 3px;
  font-size: 26px;
  max-width: 550px;
  padding: 50px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: #3f3f3f;
}
.contact #thank2 .inner .small {
  font-size: 16px;
  color: #8a8a8a;
  margin-top: 30px;
}
.contact #thank2 .inner .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/close.svg) no-repeat center;
  background-size: 30px auto;
}
.mobile_title {
  margin: 20px 0 40px 0;
  padding: 0 15px 0 15px;
  display: none;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .mobile_title {
    display: block;
  }
}
.mobile_title h3 {
  font-weight: 400;
  font-size: 40px;
  color: #000;
}
.offer {
  width: 100%;
  background: #fff;
  padding-top: 0;
}
.offer .wartosci_dodatkowyobrazek {
  display: block;
  width: 100%;
  height: auto;
  margin: 30px 0 0 0;
}
.offer .half_section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.offer .half_section .left {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .offer .half_section .left {
    width: 100%;
  }
}
.offer .half_section .left img.attachment-post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer .half_section .right {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
@media (max-width: 991px) {
  .offer .half_section .right {
    width: 0%;
  }
}
.offer .half_section .gray1 {
  background-color: #fdfdfe;
}
.offer .half_section .gray2 {
  background-color: #fafafb;
}
.offer .half_section .blue {
  background-color: #000;
}
.offer .half_section .container {
  position: relative;
  z-index: 2;
}
.offer .half_section .welcome_text {
  padding-right: 50px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .offer .half_section .welcome_text {
    padding-right: 15px;
    position: relative;
    top: auto;
    transform: none;
  }
}
.offer .half_section .welcome_text .title {
  font-size: 45px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .offer .half_section .welcome_text .title {
    font-size: 31px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
.offer .half_section .welcome_text p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
}
@media (max-width: 991px) {
  .offer .half_section .welcome_text p {
    font-size: 18px;
    line-height: 28px;
  }
}
.offer .half_section .description {
  font-style: normal !important;
  padding-top: 125px;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  padding-bottom: 160px;
}
.offer .half_section .description ul {
  margin-bottom: 10px;
}
.offer .half_section .description ul li {
  position: relative;
  padding-left: 15px;
  margin-left: 5px;
  line-height: 25px;
  margin-bottom: 5px;
}
.offer .half_section .description ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #f06921;
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
}
@media (max-width: 991px) {
  .offer .half_section .description {
    padding: 0;
    margin: -10px 0 10px 0;
    overflow: hidden;
  }
}
.offer .half_section .description .h2-title,
.offer .half_section .description h2 {
  font-size: 30px;
  color: #3f3f3f;
  margin-bottom: 25px;
  line-height: 30px;
}
.offer .half_section .description strong {
  font-weight: 600;
}
.offer .half_section .description h3 {
  font-size: 25px;
  color: #3f3f3f;
  margin-bottom: 15px;
  line-height: 35px;
}
.offer .half_section .description h4 {
  font-size: 22px;
  color: #3f3f3f;
  margin-bottom: 10px;
  line-height: 30px;
}
.offer .half_section .description h5 {
  font-size: 20px;
  color: #3f3f3f;
  margin-bottom: 15px;
  line-height: 20px;
}
.offer .half_section .description p {
  margin-bottom: 10px;
}
.offer .half_section .description .button.mobile {
  display: none;
}
@media (max-width: 991px) {
  .offer .half_section .description .button.mobile {
    display: none;
  }
}
.offer .half_section .description_link {
  position: absolute;
  bottom: 30px;
  /*&:after{
                content: '';
                position: absolute;
                left:10px;
                top:-110px;
                width:calc(~"100% - 20px");
                height:110px;
                background:url(../images/text-gradient.png) repeat-x center;
            }*/
}
.offer .offer_baner {
  position: relative;
  width: 100%;
}
.offer .offer_baner .half_section {
  padding: 0;
}
.offer .offer_baner .baner_cover_shadow {
  z-index: 3;
  position: absolute;
  right: 0px;
  bottom: 100px;
  width: 50%;
  height: 110px;
  background: url(../images/text-gradient.png) repeat-x center;
}
@media (max-width: 991px) {
  .offer .offer_baner .baner_cover_shadow {
    display: none;
  }
}
.offer .offer_baner .baner_cover_shadow:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -100px;
  height: 100px;
  background: #fff;
}
.offer .offer_baner .baner_cover_shadow .button {
  position: absolute;
  bottom: -50px;
  left: 200px;
  z-index: 120;
}
.offer .offer_baner .full {
  height: calc(100vh - 140px);
  margin: 140px 0 0 0;
}
.offer .offer_baner .full .container {
  height: calc(100vh - 140px);
  margin: 140px 0 0 0;
}
@media (max-width: 991px) {
  .offer .offer_baner .full {
    height: auto;
    margin: 70px 0 60px 0;
  }
}
.offer .offer_baner .cover_baner {
  position: absolute;
  height: 100vh;
}
@media (max-width: 991px) {
  .offer .offer_baner .cover_baner {
    position: relative !important;
    height: auto;
    margin-top: auto !important;
    top: auto !important;
  }
}
.offer .offer_baner .cover_baner.active {
  position: fixed;
  top: 0;
  margin-top: 0 !important;
  z-index: 4;
}
@media (max-width: 991px) {
  .offer .offer_baner .cover_baner.active {
    position: relative !important;
    height: auto;
    margin-top: auto !important;
    top: auto !important;
  }
}
.offer .oferta_wartosc {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-color: #fafafb;
  text-align: center;
}
@media (max-width: 499px) {
  .offer .oferta_wartosc .mobilefull {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .offer .oferta_wartosc .mobilefull:nth-child(4n+1) {
    clear: left;
  }
}
@media (min-width: 500px) and (max-width: 991px) {
  .offer .oferta_wartosc .mobilefull:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 992px) {
  .offer .oferta_wartosc {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (max-width: 991px) {
  .offer .oferta_wartosc .mobilefull {
    margin-bottom: 30px;
  }
}
.offer .oferta_wartosc .mobilefull .wartosc {
  height: 100%;
  width: 100%;
  display: block;
  padding: 15px;
  position: relative;
}
.offer .oferta_wartosc .mobilefull .wartosc.fbadsowe::after {
  width: 30px;
  height: 30px;
  content: '';
  background-image: url('../images/menu_link_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  right: -30px;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media (max-width: 991px) {
  .offer .oferta_wartosc .mobilefull .wartosc.fbadsowe::after {
    right: 0;
    left: 0;
    top: auto;
    bottom: -30px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.offer .oferta_wartosc .mobilefull .wartosc img {
  display: block;
  margin: 0 auto;
  height: 60px;
  width: auto;
}
.offer .oferta_wartosc .mobilefull .wartosc h3,
.offer .oferta_wartosc .mobilefull .wartosc h2 {
  display: block;
  width: 100%;
  color: #000 !important;
  margin: 0 0 15px 0!important;
  font-weight: 600!important;
  font-size: 16px!important;
  line-height: 26px!important;
  text-transform: uppercase;
}
.offer .oferta_wartosc .mobilefull .wartosc .line {
  display: block;
  width: 50%;
  margin: 15px auto;
  height: 1px;
  background-color: #f06921;
}
.offer .oferta_wartosc .mobilefull .wartosc p {
  font-size: 16px;
  line-height: 26px;
}
.offer .oferta_wartosc .mobilefull:last-child .wartosc.fbadsowe::after {
  display: none;
}
.offer .customers_opinions {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .offer .customers_opinions {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.offer .customers_opinions .title {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  color: #3f3f3f;
  margin-bottom: 50px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .offer .customers_opinions .title {
    font-size: 35px;
    line-height: 45px;
  }
}
.offer .customers_opinions .swiper-slide {
  position: relative;
  z-index: 1;
  padding: 0 150px;
}
@media (max-width: 1200px) {
  .offer .customers_opinions .swiper-slide {
    padding: 0 75px;
  }
}
@media (max-width: 992px) {
  .offer .customers_opinions .swiper-slide {
    padding: 0 50px;
  }
}
@media (max-width: 449px) {
  .offer .customers_opinions .swiper-slide {
    padding: 0 25px;
  }
}
.offer .customers_opinions .swiper-slide .logo {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 100px;
}
.offer .customers_opinions .swiper-slide .quote {
  margin: 30px 0;
}
.offer .customers_opinions .swiper-slide .quote p {
  font-size: 16px;
  line-height: 26px;
}
.offer .customers_opinions .swiper-slide .avatar {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px auto;
}
.offer .customers_opinions .swiper-slide .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer .customers_opinions .swiper-slide .author {
  font-size: 16px;
  line-height: 26px;
  color: #8a8a8a;
}
.offer .customers_opinions .referencje_next,
.offer .customers_opinions .referencje_prev {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background-image: url('../images/menu_link_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.offer .customers_opinions .referencje_prev {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
}
.offer .customers_opinions .referencje_prev:hover {
  left: 10px;
}
.offer .customers_opinions .referencje_next {
  right: 0;
}
.offer .customers_opinions .referencje_next:hover {
  right: 10px;
}
.offer .customers_opinions .referencje_pagination {
  display: inline-block;
  margin: 30px 0;
  position: relative;
  z-index: 2;
}
.offer .customers_opinions .referencje_pagination .swiper-pagination-bullet {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  background-color: #8a8a8a;
}
.offer .customers_opinions .referencje_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f06921;
}
.offer .customer_logos {
  width: 100%;
  padding-bottom: 150px;
  position: relative;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .offer .customer_logos {
    padding-bottom: 70px;
  }
}
.offer .customer_logos .swiper-slide {
  position: relative;
  z-index: 1;
  height: 100px;
}
.offer .customer_logos .swiper-slide .logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 70px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.offer .customer_logos .logosy_next,
.offer .customer_logos .logosy_prev {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background-image: url('../images/menu_link_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.offer .customer_logos .logosy_prev {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
}
.offer .customer_logos .logosy_prev:hover {
  left: 10px;
}
.offer .customer_logos .logosy_next {
  right: 0;
}
.offer .customer_logos .logosy_next:hover {
  right: 10px;
}
.offer .ofer_more_baner {
  position: relative;
  width: 100%;
}
.offer .ofer_more_baner .baner_cover_shadow {
  z-index: 3;
  position: absolute;
  left: 0px;
  bottom: 50px;
  width: 47%;
  height: 110px;
  background: url(../images/text-gradient.png) repeat-x center;
}
@media (max-width: 991px) {
  .offer .ofer_more_baner .baner_cover_shadow {
    display: none;
  }
}
.offer .ofer_more_baner .baner_cover_shadow:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -50px;
  height: 50px;
  background: #fff;
}
.offer .ofer_more_baner .cover_baner {
  height: calc(100vh - 90px);
  position: absolute;
  z-index: 4;
}
@media (max-width: 991px) {
  .offer .ofer_more_baner .cover_baner {
    display: none;
    height: auto !important;
    position: relative !important;
    top: auto !important;
    margin-top: auto !important;
  }
}
.offer .ofer_more_baner .cover_baner.active {
  position: fixed;
  z-index: 4;
  top: 90px;
  left: 0;
  margin-top: 0 !important;
}
@media (max-width: 991px) {
  .offer .ofer_more_baner .cover_baner.active {
    height: auto !important;
    position: relative !important;
    top: auto !important;
    margin-top: auto !important;
  }
}
.offer .ofer_more_baner .cover_baner .full {
  height: calc(100vh - 90px);
}
@media (max-width: 991px) {
  .offer .ofer_more_baner .cover_baner .full {
    height: auto !important;
  }
}
.offer .ofer_more_baner .cover_baner .full .container {
  height: calc(100vh - 90px);
}
@media (max-width: 991px) {
  .offer .ofer_more_baner .cover_baner .full .container {
    height: auto !important;
  }
}
.offer .ofer_more_baner .scrolling_baner {
  height: 100%;
  z-index: 2;
}
.offer .more_info {
  padding: 0;
}
.offer .more_info .more_description {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 28px;
  padding-right: 50px;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .offer .more_info .more_description {
    height: auto;
    padding: 50px 15px 60px 15px;
  }
}
.offer .more_info .more_description h2 {
  font-size: 30px;
  color: #3f3f3f;
  margin-bottom: 25px;
  line-height: 30px;
}
.offer .more_info .more_description p {
  margin-bottom: 10px;
}
.offer .more_info .more_description ul {
  margin-bottom: 10px;
}
.offer .more_info .more_description ul li {
  position: relative;
  padding-left: 15px;
  margin-left: 5px;
  line-height: 25px;
  margin-bottom: 5px;
}
.offer .more_info .more_description ul li:before {
  content: '•';
  color: #f06921;
  position: absolute;
  left: 0;
}
.offer .more_info .more_description_points {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .offer .more_info .more_description_points {
    top: auto;
    transform: none;
  }
}
.offer .more_info .more_description_points ul li {
  font-size: 15px;
  line-height: 24px;
  color: #b9bfc2;
  margin-bottom: 40px;
  padding-left: 70px;
  position: relative;
}
.offer .more_info .more_description_points ul li strong,
.offer .more_info .more_description_points ul li h3 {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-height: 880px) {
  .offer .more_info .more_description_points ul li {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: none;
  }
}
.offer .more_info .more_description_points ul li:before {
  content: '';
  width: 57px;
  height: 57px;
  position: absolute;
  left: -44px;
  top: 50%;
  margin-top: -28.5px;
  background: url(../images/li_point.svg) no-repeat center;
}
.offer .more_info .more_description_points ul li:last-child {
  margin-bottom: 0;
}
.offer .benefits_mobile {
  width: calc(100% - 15px);
  float: left;
  background: #000;
  color: #fff;
  display: none;
  margin: 0 0 60px 15px;
  padding: 40px 0 40px 0;
}
@media (max-width: 991px) {
  .offer .benefits_mobile {
    display: block;
  }
}
.offer .benefits_mobile ul li {
  font-size: 15px;
  line-height: 24px;
  color: #b9bfc2;
  margin-bottom: 40px;
  padding-left: 20px;
  position: relative;
}
.offer .benefits_mobile ul li strong {
  color: #fff;
  font-size: 26px;
  margin: 0 0 10px 0;
  line-height: 31px;
  display: block;
}
.offer .benefits_mobile ul li br {
  display: none;
}
.offer .benefits_mobile ul li:before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  left: -30px;
  top: 8px;
  margin-top: -12px;
  background: url(../images/li_point.svg) no-repeat center;
}
.offer .benefits_mobile ul li:last-child {
  margin-bottom: 0;
}
.offer .oferta_dodatki {
  width: 100%;
  padding-top: 100px;
  position: relative;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 499px) {
  .offer .oferta_dodatki .mobilefull {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .offer .oferta_dodatki {
    padding-top: 55px;
    padding-bottom: 25px;
  }
}
.offer .oferta_dodatki .dodatek {
  height: auto;
  width: 100%;
  display: block;
  background-color: #fafafb;
  margin: 0 0 30px 0;
  overflow: hidden;
}
.offer .oferta_dodatki .dodatek h3 {
  padding: 15px 50px 15px 15px;
  font-weight: 400;
  color: #f06921;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .offer .oferta_dodatki .dodatek h3 {
    font-size: 18px;
    padding-right: 70px;
  }
}
.offer .oferta_dodatki .dodatek h3:before,
.offer .oferta_dodatki .dodatek h3:after {
  display: block;
  content: '';
  width: 25px;
  height: 7px;
  position: absolute;
  top: 27px;
  background-color: #f06921;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 767px) {
  .offer .oferta_dodatki .dodatek h3:before,
  .offer .oferta_dodatki .dodatek h3:after {
    width: 20px;
    height: 5px;
    top: 25px;
  }
}
.offer .oferta_dodatki .dodatek h3:before {
  right: 43px;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (max-width: 767px) {
  .offer .oferta_dodatki .dodatek h3:before {
    right: 41px;
  }
}
.offer .oferta_dodatki .dodatek h3:after {
  right: 30px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.offer .oferta_dodatki .dodatek h3.active:before {
  -moz-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.offer .oferta_dodatki .dodatek h3.active:after {
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.offer .oferta_dodatki .dodatek .dodatektresc {
  display: none;
  text-align: left;
  padding: 15px 15px 0 15px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
.offer .oferta_dodatki .dodatek .dodatektresc p,
.offer .oferta_dodatki .dodatek .dodatektresc h2,
.offer .oferta_dodatki .dodatek .dodatektresc h3,
.offer .oferta_dodatki .dodatek .dodatektresc a,
.offer .oferta_dodatki .dodatek .dodatektresc ul,
.offer .oferta_dodatki .dodatek .dodatektresc li {
  margin: 0 0 15px 0;
  font-weight: 400;
}
.offer .oferta_dodatki .dodatek .dodatektresc li {
  padding: 0 0 0 15px;
  position: relative;
}
.offer .oferta_dodatki .dodatek .dodatektresc li:before {
  content: '•';
  color: #f06921;
  position: absolute;
  left: 0;
  top: 2px;
}
.offer .cross_selling {
  width: 100%;
  background: #fdfdfe;
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
}
@media (max-width: 991px) {
  .offer .cross_selling {
    min-height: auto;
    padding-bottom: 0;
    padding-top: 60px;
  }
}
.offer .cross_selling .container {
  position: relative;
  z-index: 2;
}
.offer .cross_selling .title {
  text-align: center;
  font-size: 40px;
  color: #3f3f3f;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .offer .cross_selling .title {
    font-size: 35px;
  }
}
.offer .cross_selling .centerit {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .offer .cross_selling .centerit {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
  }
}
.offer .cross_selling .contactbox {
  height: 115px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .offer .cross_selling .contactbox {
    margin: 45px 0 55px 0;
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    left: auto;
    height: auto;
  }
}
.offer .cross_selling .contactbox h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 15px 0;
}
@media (max-width: 991px) {
  .offer .cross_selling .contactbox h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.offer .cross_selling .contactbox a {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #f06921;
  position: relative;
}
@media (max-width: 991px) {
  .offer .cross_selling .contactbox a {
    font-size: 25px;
    line-height: 35px;
  }
}
.offer .cross_selling .contactbox a:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f06921;
  content: '';
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 991px) {
  .offer .cross_selling .contactbox a:before {
    height: 1px;
  }
}
.offer .cross_selling .contactbox a:hover:before {
  width: 100%;
}
.offer .cross_selling .bg_left,
.offer .cross_selling .bg_right {
  z-index: 1;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .offer .cross_selling .bg_left,
  .offer .cross_selling .bg_right {
    display: none;
  }
}
.offer .cross_selling .gray1 {
  background-color: #fdfdfe;
}
.offer .cross_selling .gray2 {
  background-color: #fafafb;
}
.offer .cross_selling .blue {
  background-color: #000;
}
.offer .cross_selling .white {
  background: #fff;
}
.offer .cross_selling .gray1 {
  background: #fafafb;
}
.offer .cross_selling .gray2 {
  background: #f5f6f7;
}
.offer .cross_selling .title2 {
  color: #3f3f3f;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
  clear: both;
  text-align: center;
}
@media (max-width: 991px) {
  .offer .cross_selling .title2 {
    font-size: 28px;
    line-height: 37px;
  }
}
.offer .cross_selling .contact_form {
  padding: 0 50px 0 0;
}
@media (max-width: 991px) {
  .offer .cross_selling .contact_form {
    padding: 0;
    width: 300px;
    margin: 0 auto;
    float: none;
  }
}
.offer .cross_selling .contact_form h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .offer .cross_selling .contact_form h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.offer .cross_selling .contact_form label {
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 400;
  padding-left: 10px;
}
.offer .cross_selling .contact_form label input {
  width: 100%;
  height: 35px;
  border-radius: 3px;
  border: solid 1px #98a3a9;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .offer .cross_selling .contact_form label input {
    height: 45px;
    line-height: 45px;
  }
}
.offer .cross_selling .contact_form label textarea {
  width: 100%;
  height: 198px;
  border-radius: 3px;
  border: solid 1px #98a3a9;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 20px;
  padding-left: 10px;
  resize: none;
}
.offer .cross_selling .contact_form .wpcf7-submit {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  background: #f06921;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
  border: 0;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  line-height: inherit;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
}
.offer .cross_selling .contact_form .wpcf7-submit:hover {
  background: #d84315;
}
.offer .cross_selling .wpcf7-response-output {
  border: 0;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #3f3f3f;
  margin: 0;
  padding: 0;
}
.offer .cross_selling .wpcf7-not-valid-tip {
  position: absolute;
  color: #fff;
  font-size: 8px;
  top: 10px;
  right: 0px;
  background: #f06921;
  padding: 5px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.offer .cross_selling .wpcf7-mail-sent-ok {
  dipslay: none !important;
}
.offer #thank {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
.offer #thank .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 3px;
  font-size: 26px;
  max-width: 550px;
  padding: 50px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: #3f3f3f;
}
.offer #thank .inner .small {
  font-size: 16px;
  color: #8a8a8a;
  margin-top: 30px;
}
.offer #thank .inner .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/close.svg) no-repeat center;
  background-size: 30px auto;
}
.offer .full {
  height: calc(100vh - 90px);
  padding-top: 0;
}
@media (max-width: 991px) {
  .offer .full {
    height: auto;
  }
}
.offer .full .container {
  height: 100vh;
  padding-top: 140px;
}
@media (max-width: 991px) {
  .offer .full .container {
    height: auto;
  }
}
.offer .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.offer #mCSB_1_scrollbar_vertical {
  opacity: 0 !important;
}
#zapisy .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
#zapisy .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  width: 220px;
  display: block;
  top: 50px;
  left: 0;
  margin: auto;
  right: 0;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
}
.about #___partnersbadge_0 {
  max-width: 180px;
  margin: 0 auto !important;
  display: block !important;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.about .baner {
  width: 100%;
  height: 500px;
  position: relative;
}
@media (max-width: 991px) {
  .about .baner {
    height: auto;
  }
}
.about .baner .left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .about .baner .left {
    width: 100%;
  }
}
.about .baner .left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .baner .container {
  height: 100%;
}
.about .baner .container .row {
  height: 100%;
}
.about .baner .container .row .col-md-6 {
  height: 100%;
}
.about .baner .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fafafb;
}
@media (max-width: 991px) {
  .about .baner .right {
    width: 0%;
  }
}
.about .baner .container {
  position: relative;
  z-index: 2;
}
.about .baner .title {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  line-height: 62px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .about .baner .title {
    font-size: 45px;
    line-height: 50px;
    top: auto;
    transform: none;
    margin: 50px 0 40px 0;
  }
}
.about .baner .subtitle {
  color: #3f3f3f;
  font-size: 30px;
  margin-top: 120px;
}
.about .baner p {
  color: #8a8a8a;
  font-size: 16px;
  line-height: 28px;
  padding-left: 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .about .baner p {
    font-size: 18px;
    line-height: 28px;
    top: auto;
    transform: none;
  }
}
@media (max-width: 992px) {
  .about .baner .left_padding_50 {
    display: none;
  }
}
.about .content-mobile {
  width: 100%;
  display: none;
  padding: 40px 0 60px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #3f3f3f;
  background-color: #fafafb;
}
@media (max-width: 992px) {
  .about .content-mobile {
    display: block;
  }
}
.about .usp {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
@media (max-width: 992px) {
  .about .usp {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .about .usp .row .col-md-3 {
    width: 50%;
    float: left;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 992px) {
  .about .usp .row .col-md-3:nth-child(3n) {
    clear: both;
  }
}
.about .usp .box {
  width: 100%;
  padding: 20px;
  border-top: solid 3px #f06921;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
  font-size: 15px;
  line-height: 20px;
  color: #8a8a8a;
  height: 165px;
}
@media (max-width: 992px) {
  .about .usp .box {
    border-top: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: auto;
    padding: 0;
  }
}
.about .usp .box strong {
  display: block;
  width: 100%;
  font-size: 50px;
  font-weight: 500;
  color: #7cb342;
  line-height: 50px;
  margin-bottom: 10px;
  margin-top: 5px;
}
@media (max-width: 992px) {
  .about .usp .box strong {
    font-size: 35px;
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .about .half_section .left_padding_50 {
    padding-left: 0;
  }
}
.about .persons.margin .box {
  margin-top: 190px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .about .persons .text-krzysztof {
    display: none;
  }
}
.about .persons .text-krzysztof-mobile {
  display: none;
}
@media (max-width: 992px) {
  .about .persons .text-krzysztof-mobile {
    display: block;
    padding: 0 15px;
  }
}
.about .persons .box {
  width: 260px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .about .persons .box {
    margin-bottom: 60px;
  }
}
.about .persons .box .avatar {
  width: 180px;
  padding-bottom: 180px;
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  top: -90px;
  margin-bottom: -90px;
}
.about .persons .box .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .persons .box .name {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 20px;
}
.about .persons .box .description {
  width: 100%;
  background: #fff3e0;
  border-top: solid 2px #f06921;
  color: #8a8a8a;
  padding: 15px;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .about .persons .box .description {
    margin-bottom: 60px;
  }
}
.about .half_section {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
@media (max-width: 991px) {
  .about .half_section {
    padding: 60px 0 60px 0;
  }
}
.about .half_section .container {
  position: relative;
  z-index: 3;
}
.about .half_section .left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fafafb;
}
@media (max-width: 991px) {
  .about .half_section .left {
    width: 0;
  }
}
.about .half_section .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #f5f6f7;
}
@media (max-width: 991px) {
  .about .half_section .right {
    width: 100%;
  }
}
.about .half_section .subtitle,
.about .half_section h3 {
  color: #3f3f3f;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.about .half_section p {
  color: #8a8a8a;
  font-size: 16px;
  line-height: 26px;
}
.about .cert_section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 90px;
  font-size: 16px;
  color: #8a8a8a;
  line-height: 28px;
}
@media (max-width: 991px) {
  .about .cert_section {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.about .cert_section .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fffdf9;
}
.about .cert_section .right.white {
  background: #fff;
}
@media (max-width: 991px) {
  .about .cert_section .left_padding_50 {
    padding: 0 15px 0 15px;
  }
}
.about .cert_section .container {
  position: relative;
  z-index: 3;
}
.about .cert_section p {
  margin-bottom: 10px;
}
.about .cert_section img {
  max-width: 180px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .about .cert_section img {
    top: auto;
    transform: none;
  }
}
.about .cert_section .logo {
  position: absolute;
  height: 100%;
}
@media (max-width: 991px) {
  .about .cert_section .logo {
    display: block;
    position: relative;
  }
}
.about .social_section {
  padding-top: 100px;
  padding-bottom: 160px;
}
@media (max-width: 991px) {
  .about .social_section {
    padding: 50px 0 20px 0;
  }
}
.about .social_section .title {
  font-size: 40px;
  text-align: center;
  color: #3f3f3f;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .about .social_section .title {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
.about .social_section .social_media {
  text-align: center;
}
.about .social_section .social_media a {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  width: 63px;
  height: 63px;
  display: inline-block;
  background-color: #000;
  background-size: 57px 57px;
  background-position: center;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.about .social_section .social_media a:hover {
  background-color: #f06921;
}
.about .social_section .social_media a.fb {
  background-image: url(../images/social-01.svg);
}
.about .social_section .social_media a.tw {
  background-image: url(../images/social-02.svg);
}
.about .social_section .social_media a.yt {
  background-image: url(../images/social-03.svg);
}
.about .social_section .social_media a.in {
  background-image: url(../images/social-04.svg);
}
.references .baner {
  width: 100%;
  height: 500px;
  position: relative;
}
@media (max-width: 991px) {
  .references .baner {
    height: auto;
  }
}
.references .baner .left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .references .baner .left {
    width: 100%;
  }
}
.references .baner .left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.references .baner .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
@media (max-width: 991px) {
  .references .baner .right {
    width: 0;
  }
}
.references .baner .container {
  position: relative;
  z-index: 2;
}
.references .baner .title {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 45px;
  line-height: 62px;
  margin-top: 220px;
}
@media (max-width: 991px) {
  .references .baner .title {
    margin: 70px 0 60px 0;
    font-size: 45px;
    line-height: 50px;
  }
}
.references .baner h2 {
  color: #3f3f3f;
  font-size: 30px;
  margin-top: 170px;
  margin-bottom: 30px;
  line-height: 45px;
}
.references .baner p {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 28px;
  max-height: 60%;
  overflow: auto;
  position: relative;
  padding-bottom: 50px;
}
.references .baner p .title {
  font-size: 30px;
  color: #3f3f3f;
  margin-bottom: 25px;
  line-height: 30px;
}
.references .baner p p {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .references .baner .left_padding_50 {
    display: none;
  }
}
.references .mobile-content {
  display: none;
  padding: 0 15px 0 15px;
}
@media (max-width: 991px) {
  .references .mobile-content {
    display: block;
  }
}
.references .mobile-content h2 {
  color: #3f3f3f;
  font-size: 25px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.references .customers_opinions {
  width: 100%;
  padding-top: 150px;
  position: relative;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .references .customers_opinions {
    padding-top: 70px;
  }
}
.references .customers_opinions .title {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  color: #3f3f3f;
  font-weight: 300;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .references .customers_opinions .title {
    font-size: 35px;
    line-height: 45px;
  }
}
.references .customers_opinions .swiper-slide {
  position: relative;
  z-index: 1;
  padding: 0 150px;
  margin: 0 0 30px 0;
}
.references .customers_opinions .swiper-slide.disabled {
  display: none !important;
}
@media (max-width: 1200px) {
  .references .customers_opinions .swiper-slide {
    padding: 0 75px;
  }
}
@media (max-width: 992px) {
  .references .customers_opinions .swiper-slide {
    padding: 0 50px;
  }
}
@media (max-width: 449px) {
  .references .customers_opinions .swiper-slide {
    padding: 0 25px;
  }
}
.references .customers_opinions .swiper-slide .logo2 {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 100px;
}
.references .customers_opinions .swiper-slide .quote {
  margin: 30px auto;
  display: block;
}
.references .customers_opinions .swiper-slide .quote p {
  font-size: 16px;
  line-height: 26px;
}
.references .customers_opinions .swiper-slide .avatar {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px auto;
}
.references .customers_opinions .swiper-slide .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.references .customers_opinions .swiper-slide .author {
  font-size: 16px;
  line-height: 26px;
  color: #8a8a8a;
}
.references .customers_opinions .referencje_next,
.references .customers_opinions .referencje_prev {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background-image: url('../images/menu_link_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.references .customers_opinions .referencje_prev {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
}
.references .customers_opinions .referencje_prev:hover {
  left: 10px;
}
.references .customers_opinions .referencje_next {
  right: 0;
}
.references .customers_opinions .referencje_next:hover {
  right: 10px;
}
.references .customers_opinions .referencje_pagination {
  display: inline-block;
  margin: 30px 0;
  position: relative;
  z-index: 2;
}
.references .customers_opinions .referencje_pagination .swiper-pagination-bullet {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  background-color: #8a8a8a;
}
.references .customers_opinions .referencje_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f06921;
}
.references .logos {
  position: relative;
}
.references .logos .logo {
  text-align: center;
  height: 1px;
  padding-bottom: 100%;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.references .logos .logo.disabled {
  pointer-events: none;
}
@media (max-width: 991px) {
  .references .logos .logo {
    width: 50%;
    float: left;
    padding-bottom: 30%;
  }
}
@media (max-width: 991px) {
  .references .logos .logo:nth-child(3n) {
    clear: both;
  }
}
.references .logos .logo img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 50%;
  height: auto;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.8;
}
.references .logos .logo img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media (max-width: 991px) {
  .references .logos .logo img {
    max-height: 50px;
    width: auto;
  }
}
.references .logos .logo.active img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.references .logos .logo:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -20px;
  top: -20px;
  background: url(../images/plus.svg) no-repeat center;
  background-size: 40px;
}
.references .logos .col-md-3:nth-child(-n+4) .logo:after {
  display: none;
}
@media (max-width: 991px) {
  .references .logos .col-md-3:nth-child(-n+4) .logo:after {
    display: block;
  }
}
.references .logos .col-md-3:nth-child(4n) .logo:after {
  display: none;
}
@media (max-width: 991px) {
  .references .logos .col-md-3:nth-child(4n) .logo:after {
    display: block;
  }
}
.references .logos .col-md-3:nth-child(4n+1) {
  clear: left;
}
@media (max-width: 991px) {
  .references .logos .col-md-3:nth-child(4n+1) {
    clear: inherit;
  }
  .references .logos .col-md-3:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 991px) {
  .references .logos .col-md-3:nth-child(2n-2) .logo:after,
  .references .logos .col-md-3:nth-child(1) .logo:after {
    display: none;
  }
}
.references .reference_datails {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #000;
  width: 100%;
  position: absolute;
  left: 0;
  top: 510px;
}
@media (max-width: 991px) {
  .references .reference_datails {
    margin: 100px 0 0 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.references .reference_datails .customer_opinion .button {
  margin-top: 30px;
}
.references .reference_datails .customer_opinion .person {
  padding-left: 40px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .references .reference_datails .customer_opinion .person {
    padding: 0;
  }
}
.references .reference_datails .customer_opinion .person .avatar {
  width: 65px;
  height: 65px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
  float: left;
}
.references .reference_datails .customer_opinion .person .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.references .reference_datails .customer_opinion .person .name {
  font-size: 14px;
  line-height: 18px;
  float: left;
  margin-top: 15px;
  margin-left: 20px;
}
.references .reference_datails .customer_opinion p:first-child {
  padding-left: 20px;
  background: url(../images/quote.svg) no-repeat 0px 4px;
  background-size: 11px auto;
}
@media (max-width: 991px) {
  .references .reference_datails .customer_opinion p:first-child {
    padding: 15px 10px;
    background: url(../images/quote.svg) no-repeat 15px 4px;
    background-size: 11px auto;
  }
}
.references .reference_datails .customer_opinion p:first-child:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(../images/quote.svg) no-repeat left top;
  background-size: 11px auto;
  margin-left: 5px;
}
.references .reference_datails .left {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5f6f7;
}
@media (max-width: 991px) {
  .references .reference_datails .left {
    width: 0;
  }
}
.references .reference_datails .right {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #cfd8dc;
}
@media (max-width: 991px) {
  .references .reference_datails .right {
    width: 100%;
  }
}
.references .reference_datails .container {
  position: relative;
  z-index: 2;
}
.references .reference_datails h4 {
  font-size: 45px;
  font-weight: 200;
  color: #3f3f3f;
  line-height: 55px;
}
@media (max-width: 991px) {
  .references .reference_datails h4 {
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 20px 0;
  }
}
.references .reference_datails h3 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.references .reference_datails p {
  font-size: 16px;
  line-height: 28px;
  color: #3f3f3f;
}
.references .reference_datails p strong {
  display: block;
  padding-top: 20px;
  font-weight: 500;
}
.references .reference_datails .vertical {
  position: absolute;
}
@media (max-width: 991px) {
  .references .reference_datails .vertical {
    transform: none;
    top: auto;
    position: relative;
  }
}
@media (max-width: 991px) {
  .references .reference_datails .left_padding_50 {
    padding-left: 15px;
  }
}
.references .reference_datails .close {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  display: block;
  background: #fff url(../images/close.svg) center no-repeat;
  background-size: 34px 34px;
  z-index: 3;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}
.references .reference_datails .close:hover {
  background: #fff url(../images/close-2.svg) center no-repeat;
  background-size: 34px 34px;
}
.references .ctabutton {
  margin-bottom: 150px;
}
@media (max-width: 1200px) {
  .references .ctabutton {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .references .ctabutton {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .references .ctabutton {
    margin-bottom: 50px;
  }
}
.references .cross_selling {
  width: 100%;
  background: #fdfdfe;
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
}
@media (max-width: 991px) {
  .references .cross_selling {
    min-height: auto;
    padding-bottom: 0;
    padding-top: 60px;
  }
}
.references .cross_selling .container {
  position: relative;
  z-index: 2;
}
.references .cross_selling .title {
  text-align: center;
  font-size: 40px;
  color: #3f3f3f;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .references .cross_selling .title {
    font-size: 35px;
  }
}
.references .cross_selling .centerit {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .references .cross_selling .centerit {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
  }
}
.references .cross_selling .contactbox {
  height: 115px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .references .cross_selling .contactbox {
    margin: 45px 0 55px 0;
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    left: auto;
    height: auto;
  }
}
.references .cross_selling .contactbox h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 15px 0;
}
@media (max-width: 991px) {
  .references .cross_selling .contactbox h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.references .cross_selling .contactbox a {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #f06921;
  position: relative;
}
@media (max-width: 991px) {
  .references .cross_selling .contactbox a {
    font-size: 25px;
    line-height: 35px;
  }
}
.references .cross_selling .contactbox a:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f06921;
  content: '';
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 991px) {
  .references .cross_selling .contactbox a:before {
    height: 1px;
  }
}
.references .cross_selling .contactbox a:hover:before {
  width: 100%;
}
.references .cross_selling .bg_left,
.references .cross_selling .bg_right {
  z-index: 1;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .references .cross_selling .bg_left,
  .references .cross_selling .bg_right {
    display: none;
  }
}
.references .cross_selling .gray1 {
  background-color: #fdfdfe;
}
.references .cross_selling .gray2 {
  background-color: #fafafb;
}
.references .cross_selling .blue {
  background-color: #000;
}
.references .cross_selling .white {
  background: #fff;
}
.references .cross_selling .gray1 {
  background: #fafafb;
}
.references .cross_selling .gray2 {
  background: #f5f6f7;
}
.references .cross_selling .title2 {
  color: #3f3f3f;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
  clear: both;
  text-align: center;
}
@media (max-width: 991px) {
  .references .cross_selling .title2 {
    font-size: 28px;
    line-height: 37px;
  }
}
.references .cross_selling .contact_form {
  padding: 0 50px 0 0;
}
@media (max-width: 991px) {
  .references .cross_selling .contact_form {
    padding: 0;
    width: 300px;
    margin: 0 auto;
    float: none;
  }
}
.references .cross_selling .contact_form h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .references .cross_selling .contact_form h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.references .cross_selling .contact_form label {
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 400;
  padding-left: 10px;
}
.references .cross_selling .contact_form label input {
  width: 100%;
  height: 35px;
  border-radius: 3px;
  border: solid 1px #98a3a9;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .references .cross_selling .contact_form label input {
    height: 45px;
    line-height: 45px;
  }
}
.references .cross_selling .contact_form label textarea {
  width: 100%;
  height: 198px;
  border-radius: 3px;
  border: solid 1px #98a3a9;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 20px;
  padding-left: 10px;
  resize: none;
}
.references .cross_selling .contact_form .wpcf7-submit {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  background: #f06921;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
  border: 0;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  line-height: inherit;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
}
.references .cross_selling .contact_form .wpcf7-submit:hover {
  background: #d84315;
}
.references .cross_selling .wpcf7-response-output {
  border: 0;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #3f3f3f;
  margin: 0;
  padding: 0;
}
.references .cross_selling .wpcf7-not-valid-tip {
  position: absolute;
  color: #fff;
  font-size: 8px;
  top: 10px;
  right: 0px;
  background: #f06921;
  padding: 5px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.references .cross_selling .wpcf7-mail-sent-ok {
  dipslay: none !important;
}
.references #thank {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
.references #thank .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 3px;
  font-size: 26px;
  max-width: 550px;
  padding: 50px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: #3f3f3f;
}
.references #thank .inner .small {
  font-size: 16px;
  color: #8a8a8a;
  margin-top: 30px;
}
.references #thank .inner .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/close.svg) no-repeat center;
  background-size: 30px auto;
}
.case {
  width: 100%;
  background: #fff;
  padding-top: 0;
}
.case .categories_panel {
  width: 100%;
  height: 80px;
  background: #f5f6f7;
  position: absolute;
  top: 140px;
  left: 0;
  z-index: 8;
  font-size: 13px;
  line-height: 80px;
  color: #949495;
  text-align: center;
}
.case .categories_panel a {
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
}
.case .categories_panel a.current {
  color: #3d3e3e;
}
@media (max-width: 991px) {
  .case .categories_panel {
    height: inherit;
    line-height: 40px;
    top: 170px;
  }
}
.case .half_section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.case .half_section .left {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .case .half_section .left {
    width: 100%;
  }
}
.case .half_section .left img.attachment-post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .half_section .right {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
@media (max-width: 991px) {
  .case .half_section .right {
    width: 0;
  }
}
.case .half_section .gray1 {
  background-color: #fdfdfe;
}
.case .half_section .gray2 {
  background-color: #eceff1;
}
.case .half_section .blue {
  background-color: #000;
}
.case .half_section .container {
  position: relative;
  z-index: 2;
}
.case .half_section .welcome_text {
  padding-right: 50px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .case .half_section .welcome_text {
    position: relative;
    top: auto;
    transform: none;
    margin: 70px 0;
    padding: 0;
  }
}
.case .half_section .welcome_text .title {
  font-size: 45px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .case .half_section .welcome_text .title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.case .half_section .welcome_text p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
}
.case .half_section .description {
  padding-top: 300px;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  padding-bottom: 70px;
  overflow-y: auto;
  z-index: 2;
}
@media (max-width: 991px) {
  .case .half_section .description {
    padding: 30px 0 65px 0 !important;
  }
}
.case .half_section .description h2 {
  font-size: 30px;
  color: #3f3f3f;
  margin-bottom: 25px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .case .half_section .description h2 {
    margin: 0 0 30px 0;
  }
}
.case .half_section .description p {
  margin-bottom: 10px;
}
.case .half_section h2 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 200;
  color: #3f3f3f;
}
@media (max-width: 991px) {
  .case .half_section h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 50px 0 0 0;
  }
}
.case .half_section.scrolling {
  overflow-y: auto;
  padding-bottom: 0;
  z-index: 2;
}
.case .half_section.scrolling::-webkit-scrollbar {
  display: none;
}
.case .half_section.scrolling_over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: hidden !important;
}
.case .half_section.baner_cover {
  height: 100vh;
  position: absolute;
  z-index: 1;
}
@media (max-width: 991px) {
  .case .half_section .chalanges {
    top: auto;
    transform: none;
  }
}
.case .half_section .chalanges ul {
  margin-top: 50px;
  color: #8a8a8a;
}
.case .half_section .chalanges ul li {
  padding-left: 50px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 991px) {
  .case .half_section .chalanges ul li {
    font-size: 16px;
    line-height: 26px;
    padding-left: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .case .half_section .chalanges ul li:last-child {
    margin-bottom: 40px;
  }
}
.case .half_section .chalanges ul li:before {
  content: '';
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  left: 0;
  top: -9px;
  background: url(../images/li_point2.svg);
  background-size: 100% auto;
}
@media (max-width: 991px) {
  .case .half_section .chalanges ul li:before {
    width: 25px;
    height: 25px;
    top: -5px;
  }
}
.case .baner_cover_shadow {
  z-index: 3;
  position: absolute;
  right: 0px;
  bottom: 50px;
  width: 50%;
  height: 110px;
  background: url(../images/text-gradient.png) repeat-x center;
}
@media (max-width: 991px) {
  .case .baner_cover_shadow {
    display: none;
  }
}
.case .baner_cover_shadow:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -50px;
  height: 50px;
  background: #fff;
}
.case .baner_cover_shadow .button {
  position: absolute;
  bottom: -50px;
  left: 200px;
  z-index: 120;
}
.case .case_baner {
  position: relative;
  width: 100%;
}
.case .case_baner .half_section {
  padding: 0;
}
.case .case_baner .baner_cover_shadow {
  z-index: 3;
  position: absolute;
  right: 0px;
  bottom: 50px;
  width: 50%;
  height: 50px;
  background: url(../images/text-gradient.png) repeat-x center;
}
.case .case_baner .baner_cover_shadow:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -50px;
  height: 50px;
  background: #fff;
}
.case .case_baner .baner_cover_shadow .button {
  position: absolute;
  bottom: -50px;
  left: 200px;
  z-index: 120;
}
.case .case_baner .full {
  height: calc(100vh - 140px);
  margin: 140px 0 0 0;
}
@media (max-width: 991px) {
  .case .case_baner .full {
    margin: 0;
    height: auto;
  }
}
.case .case_baner .full .container {
  height: calc(100vh - 140px);
  margin: 140px 0 0 0;
}
@media (max-width: 991px) {
  .case .case_baner .full .container {
    margin: 0;
    height: auto;
  }
}
.case .case_baner .cover_baner {
  position: absolute;
  height: 100vh;
}
@media (max-width: 991px) {
  .case .case_baner .cover_baner {
    height: auto;
    position: relative !important;
    margin-top: auto !important;
  }
}
.case .case_baner .cover_baner.active {
  position: fixed;
  top: 0;
  z-index: 4;
}
@media (max-width: 991px) {
  .case .case_baner .cover_baner.active {
    height: auto;
    position: relative !important;
    margin-top: auto !important;
  }
}
.case .case_baner_2 {
  position: relative;
  width: 100%;
}
.case .case_baner_2 .half_section {
  padding: 0;
}
.case .case_baner_2 .baner_cover_shadow {
  z-index: 3;
  position: absolute;
  right: 0px;
  bottom: 50px;
  width: 50%;
  height: 50px;
  background: url(../images/text-gradient.png) repeat-x center;
}
.case .case_baner_2 .baner_cover_shadow:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -50px;
  height: 50px;
  background: #fff;
}
.case .case_baner_2 .baner_cover_shadow .button {
  position: absolute;
  bottom: -50px;
  left: 200px;
  z-index: 120;
}
.case .case_baner_2 .full {
  height: calc(100vh - 90px);
  margin: 0px 0 0 0;
}
@media (max-width: 991px) {
  .case .case_baner_2 .full {
    margin: 0;
    height: auto;
  }
}
.case .case_baner_2 .full .container {
  height: calc(100vh - 90px);
  margin: 0px 0 0 0;
}
@media (max-width: 991px) {
  .case .case_baner_2 .full .container {
    margin: 0;
    height: auto;
  }
}
.case .case_baner_2 .cover_baner {
  position: absolute;
  height: calc(100vh - 90px);
}
@media (max-width: 991px) {
  .case .case_baner_2 .cover_baner {
    height: auto !important;
    position: relative !important;
    margin-top: 0 !important;
  }
}
.case .case_baner_2 .cover_baner.active {
  position: fixed;
  top: 90px;
  margin-top: 0 !important;
  z-index: 4;
}
@media (max-width: 991px) {
  .case .case_baner_2 .cover_baner.active {
    position: relative !important;
    margin: auto !important;
    top: 0 !important;
  }
}
.case .full {
  height: calc(100vh - 90px);
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .case .full {
    height: auto;
  }
}
.case .full .container {
  height: calc(100vh - 90px);
}
@media (max-width: 991px) {
  .case .full .container {
    height: auto;
  }
}
.case .effects {
  width: 100%;
  background: #fdfdfe;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .case .effects {
    padding: 0;
  }
}
.case .effects .title {
  text-align: center;
  font-size: 40px;
  color: #3f3f3f;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .case .effects .title {
    font-size: 35px;
    line-height: 40px;
  }
}
.case .effects .subtitle {
  font-size: 18px;
  color: #3f3f3f;
  text-align: center;
}
@media (max-width: 991px) {
  .case .effects .subtitle {
    margin: 20px 0;
  }
}
.case .effects .small_usp {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.case .effects .small_usp h4 {
  width: 100%;
  display: block;
  float: left;
  font-size: 15px;
  line-height: 20px;
  color: #8a8a8a;
  text-align: center;
  margin-top: 60px;
}
.case .effects .small_usp h4 strong {
  display: block;
  width: 100%;
  font-size: 50px;
  font-weight: 500;
  color: #7cb342;
  line-height: 50px;
  margin-bottom: 10px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .case .effects .small_usp h4 strong {
    font-size: 35px;
    margin-top: 0;
  }
}
.case .effects .small_usp h4.float_right {
  float: right;
}
@media (max-width: 991px) {
  .case .effects .col-md-3:nth-child(3n) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .case .effects .col-md-3 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 991px) {
  .case .realization {
    top: auto;
    transform: none;
  }
}
.case .realization h2 {
  color: #fff;
  margin-bottom: 30px;
}
.case .realization p {
  color: #fff;
}
@media (max-width: 991px) {
  .case .realization p {
    font-size: 16px;
    line-height: 28px;
  }
}
.case .realization .quote {
  margin-top: 120px;
  padding-right: 50px;
  font-size: 15px;
  color: #edeeef;
  line-height: 22px;
  padding-left: 15px;
  background: url(../images/quote-white.svg) no-repeat left 0px top 4px;
  background-size: 11px auto;
}
@media (max-width: 991px) {
  .case .realization .quote {
    background: url(http://orangejuice.pl/wp-content/themes/oj/images/quote-white.svg) no-repeat left 0px top 15px;
    background-size: 11px auto;
    padding: 10px 0 0 15px;
    margin: 50px 0 30px 0;
  }
}
.case .realization .quote .close_quote {
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(../images/quote-white.svg) no-repeat left top;
  background-size: 11px auto;
  margin-left: 5px;
}
.case .realization .person {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .case .realization .person {
    margin: 0 0 40px 0;
    overflow: hidden;
  }
}
.case .realization .person .avatar {
  width: 65px;
  height: 65px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
  float: left;
}
.case .realization .person .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .realization .person .name {
  font-size: 14px;
  color: #b9bfc2;
  line-height: 18px;
  float: left;
  margin-top: 15px;
  margin-left: 20px;
}
.case .realization .comment .center {
  width: 100%;
  float: left;
  margin-top: 80px;
}
.career .baner {
  width: 100%;
  position: relative;
}
.career .baner .left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .career .baner .left {
    width: 100%;
  }
}
.career .baner .left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career .baner .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
@media (max-width: 991px) {
  .career .baner .right {
    width: 0;
  }
}
.career .baner .container {
  position: relative;
  z-index: 2;
}
.career .baner .full {
  height: calc(100vh - 140px);
}
@media (max-width: 991px) {
  .career .baner .full {
    height: auto;
  }
}
.career .baner .inside_left {
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .career .baner .inside_left {
    top: auto;
    transform: none;
  }
}
.career .baner .inside_left .title {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .career .baner .inside_left .title {
    margin: 40px 0 30px 0;
    font-size: 35px;
    line-height: 40px;
  }
}
.career .baner .inside_left h2 {
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .career .baner .inside_left h2 {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 30px;
  }
}
.career .baner .inside_right {
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .career .baner .inside_right {
    display: none;
  }
}
.career .baner .inside_right ul li {
  position: relative;
}
.career .baner .inside_right ul li:before {
  content: '';
  width: 57px;
  height: 57px;
  position: absolute;
  left: -44px;
  top: 50%;
  margin-top: -28.5px;
  background: url(../images/li_point.svg) no-repeat center;
}
.career .baner .inside_right ul li:last-child p {
  margin-bottom: 0;
}
.career .baner .inside_right ul li p {
  font-size: 15px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.55);
  margin: 15px 0 40px 0;
  padding-left: 70px;
  position: relative;
}
@media (max-height: 830px) {
  .career .baner .inside_right ul li p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.career .baner .inside_right ul li h3 {
  padding-left: 70px;
  color: #000;
  font-size: 26px;
}
.career .content-mobile {
  display: none;
  padding: 30px 0 50px 0;
  width: 100%;
}
@media (max-width: 991px) {
  .career .content-mobile {
    display: block;
  }
}
.career .content-mobile ul li {
  position: relative;
  display: block;
  margin: 25px 0 0 0;
}
.career .content-mobile ul li:before {
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  left: -5px;
  top: 0%;
  background: url(../images/li_point.svg) no-repeat center;
}
.career .content-mobile ul li:last-child p {
  margin-bottom: 0;
}
.career .content-mobile ul li p {
  font-size: 15px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.55);
  margin: 15px 0 0 0;
  position: relative;
}
.career .content-mobile ul li h3 {
  padding-left: 40px;
  color: #000;
  font-size: 26px;
  line-height: 34px;
}
.career .head {
  text-align: center;
}
.career .head h2 {
  color: #3f3f3f;
  font-size: 40px;
  margin: 160px 0 0 0;
}
@media (max-width: 991px) {
  .career .head h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 30px 0 0 0;
  }
}
.career .head p {
  color: #3f3f3f;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.012em;
  margin: 30px 0 160px 0;
}
@media (max-width: 991px) {
  .career .head p {
    margin: 35px 0 0 0;
  }
}
.career .head p a {
  color: #f06921;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.career .head p a:hover {
  color: #3f3f3f;
}
.career.newversion .baner {
  width: 100%;
  position: relative;
}
.career.newversion .baner .podnaglowek {
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
  font-weight: 500;
}
.career.newversion .baner .left,
.career.newversion .baner .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .career.newversion .baner .left,
  .career.newversion .baner .right {
    width: 0;
  }
}
.career.newversion .baner .left img,
.career.newversion .baner .right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .career.newversion .baner .left.fotko_inside,
  .career.newversion .baner .right.fotko_inside {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .career.newversion .baner .left.fotko_inside.chlopak,
  .career.newversion .baner .right.fotko_inside.chlopak {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media (max-width: 991px) {
  .career.newversion .baner .left.fotko_inside.chlopak img,
  .career.newversion .baner .right.fotko_inside.chlopak img {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
  }
}
.career.newversion .baner .right {
  left: auto;
}
@media (max-width: 991px) {
  .career.newversion .baner .content_inside {
    display: none;
  }
}
@media (max-width: 991px) {
  .career.newversion .baner .inside_left,
  .career.newversion .baner .inside_right {
    top: auto;
    transform: none;
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .career.newversion .baner .inside_left.mobileoff,
  .career.newversion .baner .inside_right.mobileoff {
    display: none;
  }
}
.career.newversion .baner .inside_left .title,
.career.newversion .baner .inside_right .title {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .career.newversion .baner .inside_left .title,
  .career.newversion .baner .inside_right .title {
    margin: 40px 0 30px 0;
    font-size: 35px;
    line-height: 40px;
  }
}
.career.newversion .baner .inside_left h2,
.career.newversion .baner .inside_right h2 {
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .career.newversion .baner .inside_left h2,
  .career.newversion .baner .inside_right h2 {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 30px;
  }
}
.career.newversion .baner .inside_left ul li,
.career.newversion .baner .inside_right ul li {
  position: relative;
}
.career.newversion .baner .inside_left ul li:before,
.career.newversion .baner .inside_right ul li:before {
  content: '';
  width: 57px;
  height: 57px;
  position: absolute;
  left: -44px;
  top: 50%;
  margin-top: -28.5px;
  background: url(../images/li_point.svg) no-repeat center;
}
.career.newversion .baner .inside_left ul li:last-child p,
.career.newversion .baner .inside_right ul li:last-child p {
  margin-bottom: 0;
}
.career.newversion .baner .inside_left ul li p,
.career.newversion .baner .inside_right ul li p {
  font-size: 15px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.55);
  margin: 15px 0 40px 0;
  padding-left: 70px;
  position: relative;
}
@media (max-height: 830px) {
  .career.newversion .baner .inside_left ul li p,
  .career.newversion .baner .inside_right ul li p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.career.newversion .baner .inside_left ul li h3,
.career.newversion .baner .inside_right ul li h3 {
  padding-left: 70px;
  color: #000;
  font-size: 26px;
}
@media (max-width: 991px) {
  .career.newversion .baner .inside_right {
    display: block;
  }
}
.offer .oferta_wartosc.oferta_wartosc_career {
  padding: 0 0 70px 0;
}
@media (max-width: 991px) {
  .offer .oferta_wartosc.oferta_wartosc_career {
    padding: 0 0 20px 0;
  }
}
.offer .oferta_wartosc.oferta_wartosc_career .titlenewcareer {
  color: #3f3f3f;
  font-size: 40px;
  margin: 100px 0 50px 0;
}
@media (max-width: 991px) {
  .offer .oferta_wartosc.oferta_wartosc_career .titlenewcareer {
    font-size: 35px;
    line-height: 45px;
    margin: 50px 0 30px 0;
  }
}
.customers_opinions.oncareer {
  width: 100%;
  padding-top: 150px;
  position: relative;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .customers_opinions.oncareer {
    padding-top: 70px;
  }
}
.customers_opinions.oncareer .title {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  color: #3f3f3f;
  font-weight: 300;
  margin-bottom: unset;
}
@media (max-width: 991px) {
  .customers_opinions.oncareer .title {
    font-size: 35px;
    line-height: 45px;
  }
}
.customers_opinions.oncareer .swiper-slide {
  position: relative;
  z-index: 1;
  padding: 0 150px;
  margin: 0 0 30px 0;
}
.customers_opinions.oncareer .swiper-slide.disabled {
  display: none !important;
}
@media (max-width: 1200px) {
  .customers_opinions.oncareer .swiper-slide {
    padding: 0 75px;
  }
}
@media (max-width: 992px) {
  .customers_opinions.oncareer .swiper-slide {
    padding: 0 50px;
  }
}
@media (max-width: 449px) {
  .customers_opinions.oncareer .swiper-slide {
    padding: 0 25px;
  }
}
.customers_opinions.oncareer .swiper-slide .logo {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 100px;
}
.customers_opinions.oncareer .swiper-slide .quote {
  margin: 30px auto;
  display: block;
}
.customers_opinions.oncareer .swiper-slide .quote p {
  font-size: 16px;
  line-height: 26px;
}
.customers_opinions.oncareer .swiper-slide .avatar {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px auto;
}
.customers_opinions.oncareer .swiper-slide .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customers_opinions.oncareer .swiper-slide .author {
  font-size: 16px;
  line-height: 26px;
  color: #8a8a8a;
}
.customers_opinions.oncareer .referencje_next,
.customers_opinions.oncareer .referencje_prev {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background-image: url('../images/menu_link_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.customers_opinions.oncareer .referencje_prev {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
}
.customers_opinions.oncareer .referencje_prev:hover {
  left: 10px;
}
.customers_opinions.oncareer .referencje_next {
  right: 0;
}
.customers_opinions.oncareer .referencje_next:hover {
  right: 10px;
}
.customers_opinions.oncareer .referencje_pagination {
  display: inline-block;
  margin: 30px 0;
  position: relative;
  z-index: 2;
}
.customers_opinions.oncareer .referencje_pagination .swiper-pagination-bullet {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  background-color: #8a8a8a;
}
.customers_opinions.oncareer .referencje_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f06921;
}
.career-offer {
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .career-offer {
    margin-top: 60px;
  }
}
.career-offer .left_padding_50 {
  padding-top: 0 !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .career-offer .left_padding_50 {
    padding-left: 15px !important;
  }
}
.career-offer .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .career-offer .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
.career-offer .full {
  height: calc(100vh - 90px) !important;
  margin: 90px 0 0 0 !important;
}
@media (max-width: 991px) {
  .career-offer .full {
    height: auto !important;
    position: relative;
    padding: 15px 0 !important;
    margin: 0 !important;
  }
}
.career-offer .full2 {
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .career-offer .full2 {
    height: auto;
    padding: 60px 15px 1px 15px;
  }
}
.career-offer .button.buttoncv {
  left: 250px !important;
}
.career-offer .inside_left {
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .career-offer .inside_left {
    top: 0;
    transform: none;
    z-index: 2;
  }
}
.career-offer .inside_left h2 {
  font-size: 45px;
  color: #fff;
  font-weight: 900;
  line-height: 50px;
  text-transform: uppercase;
}
.career-offer .inside_left p {
  color: #fff;
  font-size: 18px;
  margin: 20px 0 60px 0;
  font-weight: 400;
  line-height: 30px;
}
.career-offer .inside_left p.date {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 80px 0;
}
.career-offer .inside_left .send {
  text-align: left;
}
.career-offer .inside_left .send a {
  color: #f06921;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.career-offer .inside_left .send a:hover {
  color: #fff;
}
.career-offer .background-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .career-offer .background-mobile {
    display: block;
  }
}
.career-offer .background-mobile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
@media (max-width: 991px) {
  .career-offer .background-mobile img {
    display: block;
  }
}
.career-offer .inside_right {
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .career-offer .inside_right {
    top: 0%;
    transform: none;
    margin-top: 30px;
  }
}
.career-offer .inside_right p {
  color: #3f3f3f;
  font-size: 16px;
  margin: 0 0 40px 0;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.012em;
}
.career-offer .inside_right h3 {
  color: #3f3f3f;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.015em;
}
.career-offer .inside_right ul {
  display: block;
  margin: 25px 0 40px 0;
}
.career-offer .inside_right ul li {
  background: url(../images/list_ico_black.svg) no-repeat left 9px;
  padding: 0 0 0 15px;
  background-size: 8px 6px;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: #8a8a8a;
  letter-spacing: 0.012em;
  margin: 0 0 7px 0;
}
.career-offer .inside_right ul li:before {
  content: '';
  width: 57px;
  height: 57px;
  position: absolute;
}
.career-offer .inside_right ul li:last-child p {
  margin-bottom: 0;
}
.career-offer .left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .career-offer .left {
    display: none;
  }
}
.career-offer .left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career-offer .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
@media (max-width: 991px) {
  .career-offer .right {
    width: 100%;
    z-index: 2;
    background: transparent;
  }
}
.form-desc {
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  color: #8a8a8a;
}
.form-desc a {
  color: #f06921;
  text-decoration: underline;
}
.mobile_title {
  margin: 20px 0 40px 0;
  padding: 0 15px 0 15px;
  display: none;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .mobile_title {
    display: block;
  }
}
.mobile_title h2 {
  font-weight: 400;
  font-size: 40px;
  color: #000;
}
.mobile-content {
  display: none;
  width: 100%;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  padding: 40px 0 60px 0;
}
@media (max-width: 991px) {
  .mobile-content {
    display: block;
    padding: 40px 0 0 0;
  }
}
.mobile-content .title {
  font-size: 30px;
  color: #3f3f3f;
  margin-bottom: 25px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .mobile-content .title {
    font-size: 30px;
    line-height: 35px;
  }
}
.mobile-content p {
  margin-bottom: 10px;
}
.mobile-content ul {
  margin-bottom: 10px;
}
.mobile-content ul li {
  position: relative;
  padding-left: 15px;
  margin-left: 5px;
  line-height: 25px;
  margin-bottom: 5px;
}
.mobile-content ul li:before {
  content: '•';
  color: #f06921;
  position: absolute;
  left: 0;
}
.mobile-persons {
  display: none;
  width: 100%;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  background-color: #f5f6f7;
}
@media (max-width: 991px) {
  .mobile-persons {
    display: block;
  }
}
.mobile-persons .box {
  width: 100%;
  max-width: 230px;
  border-radius: 5px;
  background: #fff;
  margin: 140px auto 70px auto;
  text-align: center;
}
.mobile-persons .box .avatar {
  width: 180px;
  padding-bottom: 180px;
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  top: -90px;
  margin-bottom: -90px;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.mobile-persons .box .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 1200px) {
  .mobile-persons .box .avatar {
    width: 150px;
    padding-bottom: 150px;
  }
}
.mobile-persons .box:hover .avatar img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.mobile-persons .box .trainer {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 15px;
}
.mobile-persons .box .trainer strong {
  font-weight: 500;
}
.mobile-persons .box .description {
  width: 100%;
  background: #fff3e0;
  border-top: solid 2px #f06921;
  color: #8a8a8a;
  padding: 15px;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 1200px) {
  .mobile-persons .box .description {
    font-size: 14px;
  }
}
.training {
  width: 100%;
  background: #fff;
  padding-top: 0;
}
.training .dataankiety {
  display: none !important;
}
.training .half_section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .training .half_section {
    padding: 0;
  }
}
.training .half_section .left {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .training .half_section .left {
    width: 100%;
  }
}
.training .half_section .left img.attachment-post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.training .half_section .right {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
@media (max-width: 991px) {
  .training .half_section .right {
    width: 0;
  }
}
.training .half_section .gray1 {
  background-color: #fdfdfe;
}
.training .half_section .gray2 {
  background-color: #fafafb;
}
.training .half_section .blue {
  background-color: #000;
}
.training .half_section .blue2 {
  background-color: #cfd8dc;
}
.training .half_section .container {
  position: relative;
  z-index: 2;
}
.training .half_section .welcome_text {
  padding-right: 50px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 50px;
}
@media (max-width: 991px) {
  .training .half_section .welcome_text {
    transform: none;
    top: auto;
    padding: 70px 15px 0 15px;
  }
}
.training .half_section .welcome_text .title {
  font-size: 45px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .training .half_section .welcome_text .title {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 35px 0;
  }
}
.training .half_section .welcome_text p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
}
.training .half_section .welcome_text p.trainer {
  margin-top: 30px;
  font-weight: 300;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .training .half_section .welcome_text p.trainer {
    margin: 50px 0 50px 0;
    font-size: 16px;
  }
}
.training .half_section .welcome_text .dates {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .training .half_section .welcome_text .dates {
    display: block;
    overflow: hidden;
    margin: 0 0 30px 0;
  }
}
.training .half_section .welcome_text .dates a {
  display: block;
  float: left;
  width: 100px;
  height: 90px;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  border: solid 1px #fff;
  text-align: center;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.training .half_section .welcome_text .dates a:hover {
  border-color: #f06921;
}
@media (max-width: 1200px) {
  .training .half_section .welcome_text .dates a {
    margin-right: 5px;
  }
}
.training .half_section .welcome_text .dates a span {
  white-space: nowrap;
}
.training .half_section .welcome_text .dates a.soldout {
  cursor: not-allowed;
  border-color: #d9e0e3;
  color: #9a9a9a;
  overflow: hidden;
  position: relative;
}
.training .half_section .welcome_text .dates a.soldout .soldoutspan {
  position: absolute;
  background-color: #f06921;
  color: #fff;
  text-transform: uppercase;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  left: -27px;
  top: 10px;
  font-size: 9px;
  width: 90px;
}
.training .half_section .welcome_text .dates a.soldout:hover {
  border-color: #d9e0e3;
  color: #9a9a9a;
}
.training .half_section .welcome_text .mobile_dates {
  width: 290px;
  margin: 0 auto;
  border: solid 1px rgba(69, 90, 100, 0.5);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-top: 0;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  top: -44px;
  height: 43px;
  overflow: hidden;
  left: 1px;
  padding: 44px 0 0 0;
}
.training .half_section .welcome_text .mobile_dates.full2 {
  height: auto;
  overflow: auto;
}
.training .half_section .welcome_text .mobile_dates a {
  color: #fff;
  width: 100%;
  display: block;
  padding: 0 15px 0 15px;
  line-height: 43px;
  margin-bottom: 0;
  border-bottom: solid 1px rgba(69, 90, 100, 0.5);
}
.training .half_section .welcome_text .mobile_dates a:last-child {
  margin-bottom: 0;
  border: 0;
}
.training .half_section .welcome_text .mobile_dates a:hover {
  border-bottom: solid 1px rgba(69, 90, 100, 0.5);
}
.training .half_section .welcome_text .mobile_dates a.current,
.training .half_section .welcome_text .mobile_dates a:first-child {
  top: 0;
  left: 0;
  position: absolute;
  width: 242px;
  height: 43px;
  border: none;
  padding: 0 15px 0 15px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.training .half_section .welcome_text .mobile_dates a.soldout {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.training .half_section .welcome_text .mobile_dates a.soldout .soldoutspan {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  display: inline-block;
  padding: 3px 5px;
  text-transform: uppercase;
  background-color: #f06921;
  padding: 0 10px;
  font-size: 10px;
}
.training .half_section .welcome_text .mobile-dates-button {
  width: 290px;
  height: 45px;
  display: block;
  margin: 0 auto;
  z-index: 2;
  border: solid 1px rgba(69, 90, 100, 0.5);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 43px;
  text-align: left;
  padding: 0 15px 0 15px;
  color: #010101;
  position: relative;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background: none;
}
.training .half_section .welcome_text .mobile-dates-button:after {
  cursor: pointer;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: 0;
  width: 45px;
  height: 43px;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
  background-image: url('../images/circle-mobile-arrow.svg');
  background-position: center center;
  background-size: 7px 12px;
  background-repeat: no-repeat;
}
.training .half_section .welcome_text .mobile-dates-button.active {
  border-bottom: solid 1px rgba(69, 90, 100, 0.5);
}
.training .half_section .welcome_text .mobile-dates-button.active:after {
  background-image: url('../images/circle-mobile-arrow2.svg');
}
.training .half_section .description {
  padding-top: 240px;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  padding-bottom: 160px;
}
@media (max-width: 991px) {
  .training .half_section .description {
    display: none;
  }
}
.training .half_section .description ul {
  margin-bottom: 10px;
}
.training .half_section .description ul li {
  position: relative;
  padding-left: 15px;
  margin-left: 5px;
  line-height: 25px;
  margin-bottom: 5px;
}
.training .half_section .description ul li:before {
  content: '•';
  color: #f06921;
  position: absolute;
  left: 0;
}
.training .half_section .description .title {
  font-size: 30px;
  color: #3f3f3f;
  margin-bottom: 25px;
  line-height: 30px;
}
.training .half_section .description p {
  margin-bottom: 10px;
}
.training .half_section .description_link {
  position: absolute;
  bottom: 30px;
  /*&:after{
                content: '';
                position: absolute;
                left:10px;
                top:-110px;
                width:calc(~"100% - 20px");
                height:110px;
                background:url(../images/text-gradient.png) repeat-x center;
            }*/
}
.training .oferta_dodatki {
  width: 100%;
  padding-top: 70px;
  position: relative;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 499px) {
  .training .oferta_dodatki .mobilefull {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .training .oferta_dodatki {
    padding-top: 55px;
    padding-bottom: 25px;
  }
}
.training .oferta_dodatki .dodatek {
  height: auto;
  width: 100%;
  display: block;
  background-color: #fafafb;
  margin: 0 0 30px 0;
  overflow: hidden;
}
.training .oferta_dodatki .dodatek h3 {
  padding: 15px 50px 15px 15px;
  font-weight: 400;
  color: #f06921;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .training .oferta_dodatki .dodatek h3 {
    font-size: 18px;
    padding-right: 70px;
  }
}
.training .oferta_dodatki .dodatek h3:before,
.training .oferta_dodatki .dodatek h3:after {
  display: block;
  content: '';
  width: 25px;
  height: 7px;
  position: absolute;
  top: 27px;
  background-color: #f06921;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 767px) {
  .training .oferta_dodatki .dodatek h3:before,
  .training .oferta_dodatki .dodatek h3:after {
    width: 20px;
    height: 5px;
    top: 25px;
  }
}
.training .oferta_dodatki .dodatek h3:before {
  right: 43px;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (max-width: 767px) {
  .training .oferta_dodatki .dodatek h3:before {
    right: 41px;
  }
}
.training .oferta_dodatki .dodatek h3:after {
  right: 30px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.training .oferta_dodatki .dodatek h3.active:before {
  -moz-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.training .oferta_dodatki .dodatek h3.active:after {
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.training .oferta_dodatki .dodatek .dodatektresc {
  display: none;
  text-align: left;
  padding: 15px 15px 0 15px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
.training .oferta_dodatki .dodatek .dodatektresc p,
.training .oferta_dodatki .dodatek .dodatektresc h2,
.training .oferta_dodatki .dodatek .dodatektresc h3,
.training .oferta_dodatki .dodatek .dodatektresc a,
.training .oferta_dodatki .dodatek .dodatektresc ul,
.training .oferta_dodatki .dodatek .dodatektresc li {
  margin: 0 0 15px 0;
  font-weight: 400;
}
.training .oferta_dodatki .dodatek .dodatektresc li {
  padding: 0 0 0 15px;
  position: relative;
}
.training .oferta_dodatki .dodatek .dodatektresc li:before {
  content: '•';
  color: #f06921;
  position: absolute;
  left: 0;
  top: 2px;
}
.training .nowekorzysci {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .training .nowekorzysci {
    padding-top: 70px;
    margin-bottom: 0;
  }
}
.training .nowekorzysci .container-fluid {
  padding-left: 0 !important;
}
@media (max-width: 991px) {
  .training .nowekorzysci .container-fluid {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .training .nowekorzysci .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;
  }
}
.training .nowekorzysci .flexrow .fotki {
  padding: 0 !important;
  width: calc(50% + 40px);
}
@media (max-width: 991px) {
  .training .nowekorzysci .flexrow .fotki {
    width: 100%;
  }
}
.training .nowekorzysci .flexrow .siatka {
  width: calc(50% - 40px);
}
@media (max-width: 991px) {
  .training .nowekorzysci .flexrow .siatka {
    width: 100%;
  }
}
.training .nowekorzysci .flexrow .slajder_korzysciszkoleniowegaleria {
  height: calc(100% - 30px);
}
@media (max-width: 991px) {
  .training .nowekorzysci .flexrow .slajder_korzysciszkoleniowegaleria {
    width: 100%;
    margin: 0 auto 50px auto;
    height: 300px;
  }
}
.training .nowekorzysci .flexrow .slajder_korzysciszkoleniowegaleria a {
  height: 100% !important;
  width: 100% !important;
  display: block;
  position: relative;
}
.training .nowekorzysci .flexrow .slajder_korzysciszkoleniowegaleria a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.training .siatkowemenu {
  float: left;
  margin: auto;
  width: 100%;
  padding: 100px 0 100px 65px;
}
@media (max-width: 991px) {
  .training .siatkowemenu {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0 0 40px 0;
    margin: 0;
    width: 100%;
  }
}
.training .siatkowemenu .title {
  font-size: 35px;
  color: #3f3f3f;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .training .siatkowemenu .title {
    font-size: 25px;
    line-height: 35px;
  }
}
.training .siatkowemenu .cale_od_1300 {
  padding: 0 15px;
  width: 50%;
}
@media (max-width: 1300px) {
  .training .siatkowemenu .cale_od_1300 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .training .siatkowemenu .cale_od_1300 {
    margin: 0 auto;
    max-width: 400px;
    float: none;
  }
}
.training .siatkowemenu .box {
  width: 100%;
  display: block;
  padding: 15px;
  border: solid 1px rgba(138, 138, 138, 0.5);
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
}
@media (max-width: 991px) {
}
.training .siatkowemenu .box:after {
  display: block;
  content: '';
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 30px;
  height: 30px;
  background-color: #f06921;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.training .siatkowemenu .box .inside {
  display: table;
  height: 100%;
}
@media (max-width: 991px) {
  .training .siatkowemenu .box .inside {
    width: 100%;
    margin: 10px auto 0 auto;
    display: block;
    height: auto;
    text-align: center;
  }
}
.training .siatkowemenu .box .inside h3 {
  display: table-cell;
  height: auto;
  font-weight: bold;
  color: #8a8a8a;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 25px;
  vertical-align: middle;
  text-align: center;
  padding: 0 0 0 15px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 1200px) {
  .training .siatkowemenu .box .inside h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .training .siatkowemenu .box .inside h3 {
    display: block;
    padding: 0;
  }
}
.training .siatkowemenu .box img {
  display: block;
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
  float: left;
}
@media (max-width: 991px) {
  .training .siatkowemenu .box img {
    float: none;
    margin: 0 auto;
  }
}
.training .training_baner {
  position: relative;
  width: 100%;
}
.training .training_baner .half_section {
  padding: 0;
}
.training .training_baner .baner_cover_shadow {
  z-index: 3;
  position: absolute;
  right: 0px;
  bottom: 50px;
  width: 50%;
  height: 110px;
  background: url(../images/text-gradient.png) repeat-x center;
}
@media (max-width: 991px) {
  .training .training_baner .baner_cover_shadow {
    display: none;
  }
}
.training .training_baner .baner_cover_shadow:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -50px;
  height: 50px;
  background: #fff;
}
@media (max-width: 991px) {
  .training .training_baner .baner_cover_shadow:after {
    display: none;
  }
}
.training .training_baner .baner_cover_shadow .button {
  position: absolute;
  bottom: 0px;
  left: 200px;
  z-index: 120;
}
.training .training_baner .full {
  height: 100vh;
}
@media (max-width: 991px) {
  .training .training_baner .full {
    height: auto !important;
  }
}
.training .training_baner .full .container {
  height: 100vh;
}
.training .training_baner .cover_baner {
  position: absolute;
  height: 100vh;
  z-index: 4;
  top: 0px;
  margin-top: 90px;
}
@media (max-width: 991px) {
  .training .training_baner .cover_baner {
    position: relative !important;
    height: auto !important;
    margin: 0 !important;
  }
}
.training .training_baner .cover_baner.active {
  position: fixed;
  top: 0px;
  margin-top: 0 !important;
  z-index: 4;
}
@media (max-width: 991px) {
  .training .training_baner .cover_baner.active {
    position: relative;
    height: auto;
    margin: 0 !important;
  }
}
.training .trainer_photo {
  overflow: hidden;
}
.training .trainer_photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.training .trainer_photo .linked {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #000;
  background-size: 36px 36px;
  background-position: center;
  background-image: url(../images/social-04.svg);
  z-index: 9;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.training .trainer_photo .linked:hover {
  background-color: #f06921;
}
.training .trainer_info {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
.training .trainer_info .trainer {
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .training .trainer_info {
    display: none;
  }
}
@media (max-width: 991px) {
  .training .more_description_points {
    padding: 45px 15px 40px 15px;
  }
}
.training .more_description_points h3 {
  font-size: 40px;
  color: #3f3f3f;
}
@media (max-width: 991px) {
  .training .more_description_points h3 {
    font-size: 35px;
    line-height: 40px;
  }
}
.training .more_description_points ul {
  margin-top: 60px;
  padding-right: 50px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .training .more_description_points ul {
    padding: 45px 0 35px 0;
    margin: 0;
  }
}
.training .more_description_points ul li {
  font-size: 15px;
  line-height: 24px;
  color: #8a8a8a;
  margin-bottom: 20px;
  padding-left: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .training .more_description_points ul li {
    padding: 0;
  }
}
.training .more_description_points ul li h3 {
  font-size: 15px;
  line-height: 24px;
}
.training .more_description_points ul li strong {
  color: #3f3f3f;
  font-size: 26px;
  padding-bottom: 15px;
  font-weight: inherit;
}
@media (max-width: 991px) {
  .training .more_description_points ul li strong {
    padding: 0 0 0 35px;
    margin: 0 0 0 0;
    display: block;
    line-height: 30px;
  }
}
.training .more_description_points ul li:before {
  content: '';
  width: 57px;
  height: 57px;
  position: absolute;
  left: -10px;
  top: 0;
  margin-top: -10px;
  background: url(../images/li_point.svg) no-repeat center;
}
@media (max-width: 991px) {
  .training .more_description_points ul li:before {
    width: 35px;
    height: 35px;
    left: -10px;
    top: 6px;
  }
}
.training .more_description_points ul li:last-child {
  margin-bottom: 0;
}
.training .offer_ref {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .training .offer_ref {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .training .offer_ref {
    padding-bottom: 25px;
  }
}
.training .offer_ref .row {
  margin-top: 30px;
}
.training .offer_ref .logo {
  text-align: center;
}
@media (max-width: 991px) {
  .training .offer_ref .logo {
    position: absolute;
    left: 0;
    top: -75px;
    right: 0;
    height: 50px;
    width: 100%;
  }
}
.training .offer_ref .logo img {
  max-width: 35%;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .training .offer_ref .logo img {
    width: auto;
    height: 100%;
    margin: 0;
    max-width: none;
  }
}
.training .offer_ref .logo.more_logos img {
  width: 25%;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  vertical-align: middle;
  cursor: pointer;
}
.training .offer_ref .logo.more_logos img.active {
  -webkit-filter: grayscale(0%);
  /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}
.training .offer_ref .button-all-ref {
  display: none;
  overflow: hidden;
  clear: both;
  margin: 40px 0 0 0;
  text-align: center;
}
@media (max-width: 991px) {
  .training .offer_ref .button-all-ref {
    display: block;
  }
}
.training .offer_ref .button-all-ref a {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  background: #f06921;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
}
.training .offer_ref .button-all-ref a:hover {
  background: #d84315;
}
.training .offer_ref .quote {
  font-size: 15px;
  color: #3f3f3f;
  line-height: 22px;
  padding-left: 50px;
  background: url(../images/quote.svg) no-repeat left 30px top 4px;
  background-size: 11px auto;
}
.training .offer_ref .quote .close_quote {
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(../images/quote.svg) no-repeat left top;
  background-size: 11px auto;
  margin-left: 5px;
}
.training .offer_ref .person {
  padding-left: 40px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .training .offer_ref .person {
    overflow: hidden;
  }
}
.training .offer_ref .person .avatar {
  width: 65px;
  height: 65px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
  float: left;
}
.training .offer_ref .person .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.training .offer_ref .person .name {
  font-size: 14px;
  color: #979798;
  line-height: 18px;
  float: left;
  margin-top: 15px;
  margin-left: 20px;
}
.training .training_more_info {
  color: #fff;
}
@media (max-height: 750px) {
  .training .training_more_info {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .training .training_more_info {
    padding: 60px 0 50px 0;
    background-color: #cfd8dc;
  }
}
@media (min-width: 992px) {
  .training .training_more_info.cover_baner {
    width: 50%;
    overflow: hidden;
    z-index: 4;
  }
  .training .training_more_info.cover_baner .inside {
    width: 100vw;
  }
  .training .training_more_info.cover_baner .left {
    width: 100%;
  }
}
.training .training_more_info .title {
  font-size: 35px;
  color: #edeeef;
  font-weight: 500;
  margin-bottom: 40px;
}
.training .training_more_info .title br {
  display: none;
}
.training .training_more_info .day_box {
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: solid 1px #74858d;
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  color: #edeeef;
  font-weight: 300;
  line-height: 26px;
}
@media (max-height: 750px) {
  .training .training_more_info .day_box {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .training .training_more_info .day_box {
    font-size: 14px;
  }
}
.training .training_more_info .day_box strong {
  font-size: 20px;
  font-weight: 500;
}
.training .training_more_info .day_box .price {
  font-size: 20px;
  margin-top: 5px;
}
@media (max-width: 550px) {
  .training .training_more_info .day_box .price {
    font-size: 16px;
  }
}
.training .training_more_info .day1 {
  width: 43%;
}
.training .training_more_info .day2 {
  width: calc(57% - 26px);
  margin-left: 20px;
}
.training .training_more_info .summary_days {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.training .training_more_info .summary_days strong {
  display: inline-block;
  margin-left: 35px;
  margin-right: 35px;
}
.training .training_more_info .summary_days .price {
  font-weight: 500;
}
.training .training_more_info h3 {
  font-size: 18px;
  color: #e4e6e7;
}
.training .training_more_info .more_text_info p {
  color: #b3b9bd;
  line-height: 22px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.training .training_more_info .more_text_info p a {
  text-decoration: underline;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.training .training_more_info .more_text_info p a:hover {
  color: #fff;
}
.training .training_more_info .more_text_info p a.button {
  text-decoration: none !important;
}
@media (max-height: 750px) {
  .training .training_more_info .more_text_info p {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.training .training_more_info ul {
  color: #b3b9bd;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-height: 750px) {
  .training .training_more_info ul {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
.training .training_more_info ul li {
  padding-left: 15px;
  margin-bottom: 5px;
  background: url(../images/list_ico.svg) no-repeat left top 9px;
  background-size: 8px auto;
  display: block;
  line-height: 22px;
}
.training .training_program {
  min-height: 90vh;
  color: #3f3f3f;
}
@media (max-width: 991px) {
  .training .training_program {
    padding: 0;
  }
}
.training .training_program .title {
  text-align: center;
  color: #3f3f3f;
  margin-bottom: 20px;
}
.training .training_program .day_choose {
  text-align: center;
  font-size: 26px;
  width: 100%;
  position: relative;
}
.training .training_program .day_choose .dot {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: #f06921;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}
.training .training_program .day_choose a {
  margin-left: 30px;
  margin-right: 30px;
  color: #7c8284;
  border-bottom: solid 1px #f06921;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
  line-height: 46px;
}
.training .training_program .day_choose a.active,
.training .training_program .day_choose a:hover {
  color: #3f3f3f;
}
.training .training_program .day_timeline {
  color: #3f3f3f;
  position: relative;
  margin-top: 50px;
}
.training .training_program .day_timeline.second {
  display: none;
}
.training .training_program .day_timeline:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 5px;
  width: 1px;
  height: 100%;
  background: #fff;
}
@media (max-width: 991px) {
  .training .training_program .day_timeline:before {
    left: 25%;
    right: auto;
  }
}
.training .training_program .day_timeline .day_break {
  background: #000 url(../images/coffee.svg) center no-repeat;
  background-size: 23px auto;
  display: block;
  width: 90px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  margin-left: calc(50% - 45px);
  position: relative;
  margin-bottom: 40px;
  margin-top: -20px;
  z-index: 2;
}
@media (max-width: 991px) {
  .training .training_program .day_timeline .day_break {
    margin-left: calc(25% - 45px);
  }
}
.training .training_program .day_timeline .day_timeline_box {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 991px) {
  .training .training_program .day_timeline .day_timeline_box {
    overflow: hidden;
  }
}
.training .training_program .day_timeline .day_timeline_box:last-child:after {
  display: block;
  width: 7px;
  height: 7px;
  background: #f06921;
  right: 0;
  margin: auto;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  content: '';
  color: #f06921;
  position: absolute;
  left: 0;
}
.training .training_program .day_timeline .day_timeline_box .day_hour {
  background: #000;
  display: block;
  width: 90px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  margin-left: calc(50% - 120px);
  vertical-align: top;
  position: relative;
  top: -10px;
}
.training .training_program .day_timeline .day_timeline_box .day_hour.right_fl {
  margin-left: 50px;
}
@media (max-width: 991px) {
  .training .training_program .day_timeline .day_timeline_box .day_hour {
    background: none;
    color: #546e7a;
    float: left !important;
    margin: 0 !important;
    left: 0 !important;
  }
}
.training .training_program .day_timeline .day_timeline_box .day_description {
  width: calc(50% - 40px);
  display: inline-block;
  margin-left: 50px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .training .training_program .day_timeline .day_timeline_box .day_description {
    float: right !important;
    margin: 0 !important;
    right: 0 !important;
    width: calc(75% - 35px);
  }
}
.training .training_program .day_timeline .day_timeline_box .day_description.right_fl {
  text-align: right;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .training .training_program .day_timeline .day_timeline_box .day_description.right_fl {
    text-align: left;
  }
}
.training .training_program .day_timeline .day_timeline_box .day_description:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: #f06921;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  margin: auto;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}
@media (max-width: 991px) {
  .training .training_program .day_timeline .day_timeline_box .day_description:before {
    left: calc(25% - 3.5px);
    right: auto;
  }
}
.training .training_contact {
  color: #3f3f3f;
}
@media (max-width: 991px) {
  .training .training_contact {
    padding: 30px 0 0 0;
  }
}
.training .training_contact .hide {
  display: none;
}
.training .training_contact .mobile_dates2 {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  border: solid 1px rgba(69, 90, 100, 0.5);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-top: 0;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  top: -44px;
  height: 43px;
  overflow: hidden;
  left: 1px;
  padding: 44px 0 0 0;
}
.training .training_contact .mobile_dates2.full2 {
  height: auto;
  overflow: auto;
}
.training .training_contact .mobile_dates2 a {
  color: #3f3f3f;
  width: 100%;
  display: block;
  padding: 0 15px 0 15px;
  line-height: 43px;
  margin-bottom: 0;
  border-bottom: solid 1px rgba(69, 90, 100, 0.5);
}
.training .training_contact .mobile_dates2 a:last-child {
  margin-bottom: 0;
  border: 0;
}
.training .training_contact .mobile_dates2 a:hover {
  border-bottom: solid 1px rgba(69, 90, 100, 0.5);
}
.training .training_contact .mobile_dates2 a.active {
  top: 0;
  left: 0;
  position: absolute;
  width: 242px;
  height: 43px;
  border: none;
  padding: 0 15px 0 15px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.training .training_contact .mobile_dates2 a.soldout {
  cursor: not-allowed;
  color: rgba(63, 63, 63, 0.5);
  position: relative;
}
.training .training_contact .mobile_dates2 a.soldout .soldoutspan {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  display: inline-block;
  padding: 3px 5px;
  text-transform: uppercase;
  background-color: #f06921;
  padding: 0 10px;
  font-size: 10px;
}
.training .training_contact .mobile-dates-button2 {
  width: 100%;
  max-width: 320px;
  height: 45px;
  display: block;
  margin: 0 auto;
  z-index: 2;
  border: solid 1px rgba(69, 90, 100, 0.5);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 43px;
  text-align: left;
  padding: 0 15px 0 15px;
  color: #010101;
  position: relative;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background: none;
}
.training .training_contact .mobile-dates-button2:after {
  cursor: pointer;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: 0;
  width: 45px;
  height: 43px;
  border-left: solid 1px rgba(69, 90, 100, 0.5);
  background-image: url('../images/circle-mobile-arrow.svg');
  background-position: center center;
  background-size: 7px 12px;
  background-repeat: no-repeat;
}
.training .training_contact .mobile-dates-button2.active {
  border-bottom: solid 1px rgba(69, 90, 100, 0.5);
}
.training .training_contact .mobile-dates-button2.active:after {
  background-image: url('../images/circle-mobile-arrow2.svg');
}
.training .training_contact .title {
  font-size: 35px;
  font-weight: 500;
  color: #3f3f3f;
  text-align: center;
}
@media (max-width: 991px) {
  .training .training_contact .title {
    line-height: 45px;
    margin-bottom: 40px;
  }
}
.training .training_contact .dates {
  margin-top: 50px;
  text-align: center;
}
.training .training_contact .dates a {
  width: 100px;
  height: 90px;
  font-size: 14px;
  color: #9a9a9a;
  line-height: 22px;
  border: solid 1px #d9e0e3;
  text-align: center;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}
.training .training_contact .dates a:hover {
  border-color: #f06921;
}
.training .training_contact .dates a.active {
  border-color: #f06921;
  color: #f06921;
}
.training .training_contact .dates a.soldout {
  cursor: not-allowed;
  border-color: #d9e0e3;
  color: #9a9a9a;
  overflow: hidden;
}
.training .training_contact .dates a.soldout .soldoutspan {
  position: absolute;
  background-color: #f06921;
  color: #fff;
  text-transform: uppercase;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  left: -27px;
  top: 10px;
  font-size: 9px;
  width: 90px;
}
.training .training_contact .dates a.soldout:hover {
  border-color: #d9e0e3;
  color: #9a9a9a;
}
.training .training_contact .dates a span {
  white-space: nowrap;
}
.training .training_contact .dates p.place_datails {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #f06921;
  margin-top: -10px;
  display: none;
}
.training .training_contact .price_options {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .training .training_contact .price_options {
    margin-top: -20px;
  }
}
.training .training_contact .price_options .box {
  width: 320px;
  height: 140px;
  border: solid 1px #d9e0e3;
  border-radius: 3px;
  padding: 30px;
  padding-top: 25px;
  position: relative;
  padding-left: 60px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  vertical-align: top;
  margin-top: 40px;
  color: #9a9a9a;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 991px) {
  .training .training_contact .price_options .box {
    width: 100%;
    max-width: 320px;
    margin: 40px 0 0 0;
  }
}
.training .training_contact .price_options .box .smaller {
  font-size: 16px;
}
.training .training_contact .price_options .box strong {
  font-size: 18px;
  font-weight: 500;
}
.training .training_contact .price_options .box .price {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 22px;
  font-weight: 500;
  color: #3f3f3f;
}
.training .training_contact .price_options .box:hover {
  border-color: #000;
  color: #3f3f3f;
}
.training .training_contact .price_options .box:after {
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  top: 25px;
  left: 20px;
  border: solid 1px #d9e0e3;
}
.training .training_contact .price_options .box:before {
  content: '';
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  top: 33px;
  left: 28px;
  background: #f06921;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.training .training_contact .price_options .box.active {
  border-color: #f06921;
  color: #3f3f3f;
}
.training .training_contact .price_options .box.active:before {
  opacity: 1;
}
.training .training_contact .price_options .box.sale {
  overflow: hidden;
}
.training .training_contact .price_options .box.sale .wstega {
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background-color: #7cb342;
  color: #fff;
  text-align: center;
  right: -37px;
  top: 10px;
  padding: 0;
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 12px;
  width: 150px;
}
.training .training_contact .training_form {
  font-size: 14px;
  color: #3f3f3f;
  text-align: center;
}
.training .training_contact .training_form .wpcf7-response-output {
  display: none !important;
}
.training .training_contact .training_form.hide_fv .checkbox-fv {
  display: none !important;
}
.training .training_contact .training_form.hide_fv label.faktura {
  display: none !important;
}
.training .training_contact .training_form.hide_fv .dane {
  display: none !important;
}
.training .training_contact .training_form.hide_fv .fv .checkboxes {
  margin-top: 55px;
}
.training .training_contact .training_form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 10px;
}
.training .training_contact .training_form br {
  display: none;
}
.training .training_contact .training_form label {
  width: 260px;
  text-align: left;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .training .training_contact .training_form label {
    width: calc(100% - 20px);
    margin: 0 0 10px 0;
  }
}
.training .training_contact .training_form label .acceptance-zgoda1 {
  display: none !important;
}
.training .training_contact .training_form input {
  border: solid 1px #a8b2b6;
  border-radius: 3px;
  height: 35px;
  width: 100%;
  margin-top: 10px;
  padding: 0 10px 0 10px;
  -webkit-appearance: none;
}
.training .training_contact .training_form .wpcf7-submit {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  background: #f06921;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
  border: 0;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: auto;
  min-width: 230px;
  cursor: pointer;
}
.training .training_contact .training_form .wpcf7-submit:hover {
  background: #d84315;
}
.training .training_contact .training_form .wpcf7-submit:disabled {
  background: #8a8a8a;
  cursor: default;
}
.training .training_contact .training_form .checkboxes {
  max-width: 807px;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  text-align: left;
}
.training .training_contact .training_form .checkboxes.second {
  margin-top: 0;
}
@media (max-width: 991px) {
  .training .training_contact .training_form .checkboxes {
    width: calc(100% - 20px);
    margin: 20px auto;
    margin-top: 10px;
    text-align: center;
  }
}
.training .training_contact .training_form .checkboxes a {
  color: #f06921;
  text-decoration: underline;
}
.training .training_contact .training_form .checkboxes a:hover {
  text-decoration: none;
}
.training .training_contact .training_form .checkboxes label {
  width: 100% !important;
  opacity: 1;
  position: relative;
  padding-left: 30px;
  pointer-events: all;
  line-height: 1.3;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 10px;
  font-size: 12px !important;
  color: #8a8a8a;
  font-weight: 400;
}
.training .training_contact .training_form .checkboxes label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: solid #cfd8dc 1px;
  border-radius: 3px;
}
.training .training_contact .training_form .checkboxes label.active:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 13px;
  height: 10px;
  background-image: url('../images/checkbox-fill.svg');
  background-repeat: no-repeat;
}
.training .training_contact .training_form .checkboxes input {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 50px;
  top: -10px;
  display: none;
  padding: 0 10px 0 10px;
  -webkit-appearance: none;
}
.training .training_contact .training_form .checkboxes span {
  margin: 0 !important;
}
.training .training_contact .training_form .fv .dane {
  display: none;
  vertical-align: top;
  margin: 20px 0;
  pointer-events: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 991px) {
  .training .training_contact .training_form .fv .dane {
    margin: 0;
  }
}
.training .training_contact .training_form .fv .dane.active {
  margin-top: 20px;
  pointer-events: all;
  opacity: 1;
  display: block;
}
.training .training_contact .training_form .fv .wpcf7-form-control-wrap {
  position: initial;
}
.training .scrolable_baner .cover_baner {
  position: absolute;
  height: calc(100vh - 90px);
  padding: 0;
}
@media (max-width: 991px) {
  .training .scrolable_baner .cover_baner {
    height: auto !important;
    position: relative !important;
    margin-top: 0 !important;
    top: 0 !important;
  }
}
.training .scrolable_baner .cover_baner .full {
  height: calc(100vh - 90px);
}
@media (max-width: 991px) {
  .training .scrolable_baner .cover_baner .full {
    height: auto !important;
    position: relative !important;
    margin-top: 0 !important;
    top: 0 !important;
  }
}
.training .scrolable_baner .cover_baner.active {
  position: fixed;
  top: 90px;
  margin-top: 0 !important;
  z-index: 3;
}
@media (max-width: 991px) {
  .training .scrolable_baner .cover_baner.active {
    height: auto !important;
    position: relative !important;
    margin-top: 0 !important;
    top: 0 !important;
  }
}
@media (max-width: 991px) {
  .training .scrolable_baner .cover_baner .more_text_info {
    top: auto;
    transform: none;
    padding: 60px 15px 20px 15px;
  }
}
.training .scrolable_baner .baner_cover_shadow_blue {
  z-index: 10;
  position: absolute;
  right: 0px;
  bottom: 50px;
  width: 50%;
  height: 110px;
  background: url(../images/text-gradient-blue.png) repeat-x center;
}
@media (max-width: 991px) {
  .training .scrolable_baner .baner_cover_shadow_blue {
    display: none;
  }
}
.training .scrolable_baner .baner_cover_shadow_blue:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -50px;
  height: 50px;
  background: #cfd8dc;
}
.training .scrolable_baner .baner_cover_shadow_blue .button {
  position: absolute;
  bottom: -50px;
  left: 200px;
  z-index: 120;
}
.training #thank {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
.training #thank .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 3px;
  font-size: 26px;
  max-width: 550px;
  padding: 50px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: #3f3f3f;
}
.training #thank .inner .small {
  font-size: 16px;
  color: #8a8a8a;
  margin-top: 30px;
}
.training #thank .inner .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/close.svg) no-repeat center;
  background-size: 30px auto;
}
.customers_opinions {
  width: 100%;
  padding-top: 150px;
  position: relative;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .customers_opinions {
    padding-top: 70px;
  }
}
.customers_opinions .title {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  color: #3f3f3f;
  font-weight: 300;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .customers_opinions .title {
    font-size: 35px;
    line-height: 45px;
  }
}
.customers_opinions .swiper-slide {
  position: relative;
  z-index: 1;
  padding: 0 150px;
  margin: 0 0 30px 0;
}
.customers_opinions .swiper-slide.disabled {
  display: none !important;
}
@media (max-width: 1200px) {
  .customers_opinions .swiper-slide {
    padding: 0 75px;
  }
}
@media (max-width: 992px) {
  .customers_opinions .swiper-slide {
    padding: 0 50px;
  }
}
@media (max-width: 449px) {
  .customers_opinions .swiper-slide {
    padding: 0 25px;
  }
}
.customers_opinions .swiper-slide .logo2 {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 100px;
}
.customers_opinions .swiper-slide .quote {
  margin: 30px auto;
  display: block;
}
.customers_opinions .swiper-slide .quote p {
  font-size: 16px;
  line-height: 26px;
}
.customers_opinions .swiper-slide .avatar {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px auto;
}
.customers_opinions .swiper-slide .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.customers_opinions .swiper-slide .author {
  font-size: 16px;
  line-height: 26px;
  color: #8a8a8a;
}
.customers_opinions .referencje_next,
.customers_opinions .referencje_prev {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background-image: url('../images/menu_link_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.customers_opinions .referencje_prev {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
}
.customers_opinions .referencje_prev:hover {
  left: 10px;
}
.customers_opinions .referencje_next {
  right: 0;
}
.customers_opinions .referencje_next:hover {
  right: 10px;
}
.customers_opinions .referencje_pagination {
  display: inline-block;
  margin: 30px 0;
  position: relative;
  z-index: 2;
}
.customers_opinions .referencje_pagination .swiper-pagination-bullet {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  background-color: #8a8a8a;
}
.customers_opinions .referencje_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f06921;
}
.mobile_title {
  margin: 20px 0 40px 0;
  padding: 0 15px 0 15px;
  display: none;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .mobile_title {
    display: block;
  }
}
.mobile_title h1 {
  font-weight: 400;
  font-size: 40px;
  color: #000;
}
.blog {
  width: 100%;
  background: #fff;
  padding-top: 180px;
  position: relative;
}
.blog.no_msg {
  padding-top: 140px;
}
@media (max-width: 991px) {
  .blog {
    padding-top: 40px;
  }
}
.blog #mobileCat {
  position: fixed;
  top: -90px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blog #mobileCat.active {
  top: 90px;
  height: 40px;
  line-height: 40px;
}
.blog .categories_panel {
  width: 100%;
  height: 80px;
  background: #f5f6f7;
  position: relative;
  left: 0;
  z-index: 8;
  font-size: 13px;
  line-height: 80px;
  color: #949495;
  text-align: center;
}
.blog .categories_panel a {
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
}
.blog .categories_panel a.current {
  color: #3d3e3e;
}
@media (max-width: 991px) {
  .blog .categories_panel {
    height: inherit;
    line-height: 40px;
  }
}
.blog .half_section {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.blog .half_section .left {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: #000;
}
@media (max-width: 991px) {
  .blog .half_section .left {
    width: 100%;
  }
}
.blog .half_section .left img.attachment-post-thumbnail {
  position: relative;
  left: 0;
  width: auto;
  height: auto;
  object-fit: cover;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.blog .half_section .right {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
}
@media (max-width: 991px) {
  .blog .half_section .right {
    width: 0%;
  }
}
.blog .half_section .gray1 {
  background-color: #fdfdfe;
}
.blog .half_section .gray2 {
  background-color: #fafafb;
}
.blog .half_section .blue {
  background-color: #000;
}
.blog .half_section .container {
  position: relative;
  z-index: 2;
}
.blog .half_section .row {
  position: relative;
}
.blog .half_section .welcome_text {
  padding-right: 50px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .blog .half_section .welcome_text {
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    top: auto;
    transform: none;
  }
}
.blog .half_section .welcome_text .title {
  font-size: 45px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-bottom: 45px;
  line-height: 50px;
}
@media (max-width: 991px) {
  .blog .half_section .welcome_text .title {
    font-size: 31px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
.blog .half_section .welcome_text .news_description {
  margin: 25px 0 60px 0;
}
.blog .half_section .welcome_text .news_date {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.blog .half_section .welcome_text p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
}
@media (max-width: 991px) {
  .blog .half_section .welcome_text p {
    font-size: 18px;
    line-height: 28px;
  }
}
.blog .half_section .description {
  padding-top: 125px;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  padding-bottom: 160px;
}
@media (min-width: 992px) {
  .blog .half_section .description {
    margin: auto 0 auto 50%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .blog .half_section .description {
    padding: 0 30px;
    margin: -10px 0 10px 0;
    overflow: hidden;
    text-align: center;
  }
}
.blog .half_section .description h2 {
  font-size: 30px;
  color: #3f3f3f;
  margin-bottom: 25px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .blog .half_section .description h2 {
    text-align: left;
  }
}
.blog .half_section .description p {
  margin-bottom: 10px;
}
.blog .half_section .description p strong {
  font-weight: 500;
}
@media (max-width: 991px) {
  .blog .half_section .description p {
    text-align: left;
  }
}
.blog .half_section .description ul {
  display: block;
  margin: 15px 0;
}
.blog .half_section .description ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.blog .half_section .description ul li:before {
  width: 5px;
  height: 5px;
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #f06921;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
@media (max-width: 991px) {
  .blog .half_section .description ul li {
    text-align: left;
  }
}
.blog .half_section .description ul li:last-child {
  margin: 0;
}
.blog .half_section .description a {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  background: #f06921;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
  margin: 30px auto;
}
.blog .half_section .description a:hover {
  background: #d84315;
}
.blog .half_section .description a.button--mobile {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .blog .half_section .description a.button--mobile {
    display: none;
  }
}
.blog .half_section .description img {
  display: block;
  width: 100%;
  height: auto;
  margin: 15px auto;
  max-width: 500px;
}
.blog .half_section .description .button.mobile {
  display: none;
}
@media (max-width: 991px) {
  .blog .half_section .description .button.mobile {
    display: none;
  }
}
.blog .half_section .description_link {
  position: absolute;
  bottom: 30px;
  /*&:after{
                content: '';
                position: absolute;
                left:10px;
                top:-110px;
                width:calc(~"100% - 20px");
                height:110px;
                background:url(../images/text-gradient.png) repeat-x center;
            }*/
}
.blog .blog_baner {
  position: relative;
  width: 100%;
}
.blog .blog_baner .half_section {
  padding: 0;
}
.blog .blog_baner .baner_cover_shadow {
  z-index: 3;
  position: absolute;
  right: 0px;
  bottom: 100px;
  width: 50%;
  height: 110px;
  background: url(../images/text-gradient.png) repeat-x center;
}
@media (max-width: 991px) {
  .blog .blog_baner .baner_cover_shadow {
    background: none !important;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
.blog .blog_baner .baner_cover_shadow:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -100px;
  height: 100px;
  background: #fff;
}
@media (max-width: 991px) {
  .blog .blog_baner .baner_cover_shadow:after {
    display: none !important;
  }
}
.blog .blog_baner .baner_cover_shadow.small {
  height: 50px;
  bottom: 50px;
}
.blog .blog_baner .baner_cover_shadow.small:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: -50px;
  height: 50px;
  background: #fff;
}
.blog .blog_baner .baner_cover_shadow.small .button {
  bottom: 0;
}
.blog .blog_baner .baner_cover_shadow .button {
  position: absolute;
  bottom: -50px;
  left: 200px;
  z-index: 120;
}
@media (max-width: 991px) {
  .blog .blog_baner .baner_cover_shadow .button {
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
  }
}
.blog .blog_baner .full {
  height: calc(100vh - 90px);
}
.blog .blog_baner .full .container {
  height: calc(100vh - 90px);
}
@media (max-width: 991px) {
  .blog .blog_baner .full {
    height: auto;
    padding: 70px 0 60px 0;
  }
}
.blog .blog_baner .cover_baner {
  position: absolute;
}
@media (max-width: 991px) {
  .blog .blog_baner .cover_baner {
    position: relative !important;
    height: auto;
    margin-top: auto !important;
    top: auto !important;
  }
}
.blog .blog_baner .cover_baner.active {
  position: fixed;
  top: 0;
  margin-top: 0 !important;
  z-index: 4;
  height: 100%;
}
@media (max-width: 991px) {
  .blog .blog_baner .cover_baner.active {
    position: relative !important;
    height: auto;
    margin-top: auto !important;
    top: auto !important;
  }
}
.blog_baner.firts .full {
  height: calc(100vh - 140px);
  padding-top: 140px;
}
.blog_baner.firts .full .container {
  height: calc(100vh - 140px);
  padding-top: 140px;
}
@media (max-width: 991px) {
  .blog_baner.firts .full {
    height: auto;
    padding: 70px 0 60px 0;
  }
}
.blog_baner:nth-child(odd) .half_section .right {
  background-color: #eceff1 !important;
}
.blog_baner:nth-child(odd) .baner_cover_shadow:after {
  background-color: #eceff1 !important;
}
.blog_baner:nth-child(odd) .baner_cover_shadow {
  background: url(../images/text-gradient_gray.png) repeat-x center;
}
.banerlink {
  position: absolute;
  z-index: 4;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
@media (max-width: 991px) {
  .banerlink {
    display: none;
  }
}
.banerlink.mobile {
  display: block;
}
body,
html {
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .top_menu,
  .top_menu_small,
  #mobileCat,
  #header-pop {
    display: none;
  }
}
nav#mobile {
  display: block;
  width: 100%;
  height: 90px;
  top: 0;
  background: #fff;
  position: fixed;
  z-index: 9;
  padding: 20px 0 0 0;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.07);
}
@media (min-width: 992px) {
  nav#mobile {
    display: none;
  }
}
nav#mobile .container {
  width: 100%;
  max-width: 100%;
}
nav#mobile .logo {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
}
nav#mobile .logo img {
  position: relative;
  top: -10px;
  width: 100%;
  height: auto;
  display: block;
}
nav#mobile .logo.newoption {
  width: 90px;
  height: 50px;
  position: relative;
}
nav#mobile .logo.newoption img {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
nav#mobile .dropbtn {
  display: block;
  width: 42px;
  height: 30px;
  padding: 5px;
  background: none;
  border: none;
  box-shadow: none;
  float: right;
  margin: 15px 0 0 0;
  position: relative;
  cursor: pointer;
}
nav#mobile .dropbtn span {
  display: block;
  width: 33px;
  height: 4px;
  margin: 0;
  background: #f06921;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  float: right;
}
nav#mobile .dropbtn span.shorter {
  width: 20px;
  margin: 4px 0;
}
nav#mobile .dropbtn.active span:first-child {
  position: absolute;
  top: 13px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav#mobile .dropbtn.active span.shorter {
  opacity: 0;
}
nav#mobile .dropbtn.active span:last-child {
  position: absolute;
  top: 13px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav#mobile .button {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 125px;
  padding: 0;
  top: 0;
  bottom: 0;
}
nav#mobile .dropdown-content {
  position: fixed;
  right: -200vw;
  display: block;
  top: 90px;
  width: 290px;
  height: auto;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: right;
  height: calc(100vh - 90px);
  overflow: auto;
}
nav#mobile .dropdown-content.full {
  right: 0;
}
nav#mobile .dropdown-content ul {
  display: block;
}
nav#mobile .dropdown-content ul li {
  width: 100%;
}
nav#mobile .dropdown-content ul li a {
  padding: 14px 25px 14px 25px;
  line-height: 22px;
  height: 50px;
  display: block;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  background: #fff;
}
nav#mobile .dropdown-content ul li.menu-item-has-children a {
  cursor: pointer;
  line-height: 22px;
  height: 40px;
  padding: 9px 25px 9px 25px;
  font-size: 18px;
  background-color: #f5f6f7;
}
nav#mobile .dropdown-content ul li.menu-item-has-children .sub-menu {
  height: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}
nav#mobile .dropdown-content ul li.menu-item-has-children .sub-menu.show {
  height: auto;
}
nav#mobile .dropdown-content ul li.menu-item-has-children .sub-menu li a {
  line-height: 22px;
  height: auto;
  color: rgba(0, 0, 0, 0.55);
  padding: 9px 45px 9px 25px;
  background-color: #ebeef1;
  font-size: 16px;
}
nav#mobile .dropdown-content ul li.menu-item-has-children .sub-menu li.light-link a {
  font-weight: 400;
  color: #000;
  font-size: 18px;
}
nav#mobile .dropdown-content ul li.menu-item-has-children .sub-menu li.light-link .sub-menu a {
  line-height: 22px;
  height: auto;
  color: rgba(0, 0, 0, 0.55);
  padding: 9px 45px 9px 25px;
  background-color: #ebeef1;
  font-size: 16px;
}
nav#mobile .dropdown-content .contact {
  display: block;
  width: 100%;
  height: auto;
  background-color: #000;
  color: #fff;
  padding: 20px 25px 20px 25px;
}
nav#mobile .dropdown-content .contact .fb {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  width: 36px;
  height: 36px;
  display: block;
  background-color: #000;
  background-size: 36px 36px;
  background-position: center;
  float: left;
  margin: 5px 20px 5px 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-image: url(../images/social-01-blue.svg);
  background-color: #fff;
}
nav#mobile .dropdown-content .contact .fb:hover {
  background-image: url(../images/social-01.svg);
  background-color: #f06921;
}
nav#mobile .dropdown-content .contact .phone {
  font-weight: 400;
  line-height: 23px;
  font-size: 20px;
}
.certyficates_mobile {
  width: 318px;
  height: 80px;
  margin: 30px auto;
  padding: 0;
}
@media (min-width: 992px) {
  .certyficates_mobile {
    display: none;
  }
}
.certyficates_mobile img {
  display: block;
  height: auto;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
  max-height: 80px;
}
.certyficates_mobile a {
  float: left;
  display: inline-block;
  width: calc(((100% / 2) - 26px));
  height: 70px;
  margin: 0 13px;
}
.trainers {
  height: auto;
  display: block;
  width: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.trainers .trainerbox {
  height: calc(100vh - 90px);
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 767px) {
  .trainers .trainerbox {
    width: 100%;
    height: 600px;
  }
}
@media (max-width: 449px) {
  .trainers .trainerbox {
    width: 100%;
    height: 400px;
  }
}
.trainers .trainerbox .linked {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #000;
  background-size: 36px 36px;
  background-position: center;
  background-image: url(../images/social-04.svg);
  z-index: 2;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.trainers .trainerbox .linked:hover {
  background-color: #f06921;
}
.trainers .trainerbox .info {
  padding: 100px 50px;
  display: block;
  float: left;
}
@media (max-width: 767px) {
  .trainers .trainerbox .info {
    padding: 30px;
  }
}
.trainers .trainerbox .info h3 {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
.trainers .trainerbox .info h3.trainer {
  margin-bottom: 10px;
  font-weight: 500;
}
.trainers .trainerbox .button {
  position: absolute;
  margin: auto;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 991px) {
  .onetrainer.offer .cover_baner .full {
    margin: 300px 0 30px 0;
  }
}
@media (max-width: 549px) {
  .onetrainer.offer .cover_baner .full {
    margin: 230px 0 30px 0;
  }
}
.onetrainer.offer .half_section .left {
  overflow: hidden;
}
.onetrainer.offer .half_section .left img {
  height: 100%;
}
@media (max-width: 991px) {
  .onetrainer.offer .half_section .left img {
    width: 100%;
    height: auto;
    object-fit: cover;
    top: -40%;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .onetrainer.offer .half_section .left img {
    top: -20%;
  }
}
@media (max-width: 549px) {
  .onetrainer.offer .half_section .left img {
    top: 0;
  }
}
.onetrainer.offer .half_section h3 {
  font-weight: 500;
  font-size: 22px;
  margin: 15px 0;
}
.onetrainer.offer .half_section .welcome_text {
  top: 70%;
  transform: translateY(-70%);
}
@media (max-width: 991px) {
  .onetrainer.offer .half_section .welcome_text {
    top: inherit;
    transform: none;
  }
}
.onetrainer.offer .half_section .welcome_text .title {
  margin-bottom: 10px;
}
@media (max-width: 549px) {
  .onetrainer.offer .half_section .welcome_text .title {
    font-size: 21px;
    line-height: 25px;
    margin: 0;
  }
}
.onetrainer.offer .half_section .welcome_text h3 {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 549px) {
  .onetrainer.offer .half_section .welcome_text h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }
}
.onetrainer.offer .half_section .linked {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #000;
  background-size: 36px 36px;
  background-position: center;
  background-image: url(../images/social-04.svg);
  z-index: 999;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.onetrainer.offer .half_section .linked:hover {
  background-color: #f06921;
}
@media (max-width: 549px) {
  .onetrainer.offer .half_section .linked {
    top: 20px;
  }
}
.wpis {
  width: 100%;
  background: #fff;
}
@media (max-width: 991px) {
  .wpis .left_padding_50 {
    padding-left: 15px;
  }
}
.wpis #mobileCat {
  position: fixed;
  top: -90px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.wpis #mobileCat.active {
  top: 90px;
  height: 40px;
  line-height: 40px;
}
.wpis .categories_panel {
  width: 100%;
  height: 80px;
  background: #f5f6f7;
  position: relative;
  top: auto;
  left: 0;
  z-index: 8;
  font-size: 13px;
  line-height: 80px;
  color: #949495;
  text-align: center;
}
.wpis .categories_panel a {
  margin-left: 10px;
  margin-right: 10px;
  white-space: nowrap;
}
.wpis .categories_panel a.current {
  color: #3d3e3e;
}
@media (max-width: 991px) {
  .wpis .categories_panel {
    height: inherit;
    line-height: 40px;
  }
}
.wpis .baner {
  width: 100%;
  height: 500px;
  position: relative;
}
@media (max-width: 991px) {
  .wpis .baner {
    padding: 0 30px;
    height: auto;
  }
}
.wpis .baner .left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wpis .baner .left {
    width: 100%;
    position: relative;
    height: auto;
    left: auto;
    top: auto;
  }
}
.wpis .baner .left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .wpis .baner .left img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: unset;
    top: auto;
    left: auto;
  }
}
.wpis .baner .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
@media (max-width: 991px) {
  .wpis .baner .right {
    width: 0;
  }
}
.wpis .baner .container {
  position: relative;
  z-index: 2;
}
.wpis .baner .title {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 62px;
  margin-top: 180px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .wpis .baner .title {
    margin: 80px 0 10px 0;
    font-size: 33px;
    line-height: 42px;
  }
}
.wpis .baner .news_description {
  font-weight: 500;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  padding: 0 70px 0 0;
}
@media (max-width: 991px) {
  .wpis .baner .news_description {
    margin: 0 0 80px 0;
    padding: 0;
  }
}
.wpis .baner .news_date {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 7px 0 0 0;
  color: #000;
}
.wpis .baner .row {
  position: relative;
}
.wpis .baner .zajawka {
  margin: 0;
  padding: 50px 0 50px 60px;
  height: 500px;
  display: table;
}
@media (max-width: 991px) {
  .wpis .baner .zajawka {
    height: auto;
    padding: 0 30px;
  }
}
.wpis .baner .zajawka .zajawkacenter {
  display: table-cell;
  vertical-align: middle;
}
.wpis .baner .zajawka .zajawkacenter img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
}
.wpis .baner .zajawka h2 {
  color: #3f3f3f;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 40px;
}
.wpis .baner .zajawka p {
  color: #3f3f3f;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.01em;
  overflow: auto;
  position: relative;
}
.wpis .content .contentbox {
  padding: 100px 30px;
}
@media (max-width: 991px) {
  .wpis .content .contentbox {
    padding: 50px 30px;
  }
}
.wpis .content .contentbox p::selection,
.wpis .content .contentbox ul::selection,
.wpis .content .contentbox li::selection,
.wpis .content .contentbox h1::selection,
.wpis .content .contentbox h2::selection,
.wpis .content .contentbox h3::selection,
.wpis .content .contentbox h4::selection,
.wpis .content .contentbox h5::selection {
  color: #fff;
  background-color: #f06921;
}
.wpis .content .contentbox p::-moz-selection,
.wpis .content .contentbox ul::-moz-selection,
.wpis .content .contentbox li::-moz-selection,
.wpis .content .contentbox h1::-moz-selection,
.wpis .content .contentbox h2::-moz-selection,
.wpis .content .contentbox h3::-moz-selection,
.wpis .content .contentbox h4::-moz-selection,
.wpis .content .contentbox h5::-moz-selection {
  color: #fff;
  background-color: #f06921;
}
.wpis .content .contentbox p,
.wpis .content .contentbox li {
  color: #3f3f3f;
  font-size: 18px;
  line-height: 34px;
  position: relative;
  margin: 0 0 15px 0;
}
.wpis .content .contentbox p strong,
.wpis .content .contentbox li strong {
  font-weight: 700;
}
.wpis .content .contentbox p {
  margin-bottom: 4vh;
}
.wpis .content .contentbox blockquote {
  position: relative;
  padding-left: 30px;
  border-left: solid 7px #f06921;
}
.wpis .content .contentbox ul li {
  padding: 0 0 0 20px;
  position: relative;
}
.wpis .content .contentbox ul li:before {
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  background-color: #f06921;
}
.wpis .content .contentbox ol {
  counter-reset: li;
}
.wpis .content .contentbox ol li {
  counter-increment: li;
  padding: 0;
  position: relative;
  list-style: none;
  padding-left: 1em;
}
.wpis .content .contentbox ol li:before {
  content: counter(li);
  color: #f06921;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}
.wpis .content .contentbox img {
  display: block;
  margin: 60px auto;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .wpis .content .contentbox img {
    max-width: 100%;
  }
}
.wpis .content .contentbox .wp-caption {
  display: block;
  margin-bottom: 60px;
  text-align: center;
  width: auto !important;
}
.wpis .content .contentbox .wp-caption img {
  margin-bottom: 0;
}
.wpis .content .contentbox .wp-caption p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0 0 0;
}
.wpis .content .contentbox h2 {
  font-size: 30px;
  line-height: 40px;
  color: #f06921;
  margin: 30px 0;
  font-weight: 700;
}
@media (max-width: 991px) {
  .wpis .content .contentbox h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.wpis .content .contentbox h3 {
  font-size: 27px;
  line-height: 37px;
  color: #f06921;
  margin: 30px 0;
  font-weight: 300;
}
@media (max-width: 991px) {
  .wpis .content .contentbox h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.wpis .content .contentbox h4 {
  font-size: 25px;
  line-height: 35px;
  color: #f06921;
  margin: 30px 0;
  font-weight: 300;
}
@media (max-width: 991px) {
  .wpis .content .contentbox h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.wpis .content .contentbox h5 {
  font-size: 20px;
  line-height: 30px;
  color: #f06921;
  margin: 30px 0;
  font-weight: 300;
}
@media (max-width: 991px) {
  .wpis .content .contentbox h5 {
    font-size: 18px;
    line-height: 28px;
  }
}
.wpis .content .contentbox strong {
  font-weight: 800;
}
.wpis .content .contentbox em {
  font-style: italic;
}
.wpis .content .contentbox a {
  position: relative;
  color: #f06921;
}
.wpis .content .contentbox a:before {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: #f06921;
}
.wpis .content .contentbox a:hover:before {
  width: 0;
}
.wpis .content .contentbox a.button {
  color: #fff;
}
.wpis .content .contentbox a.button::before {
  display: none;
}
.thank2__desc {
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.3;
}
.main_footer {
  width: 100%;
  background: #fff;
  padding-top: 160px;
  min-height: 540px;
  position: relative;
}
@media (max-width: 991px) {
  .main_footer {
    padding-top: 55px;
    min-height: 30px;
  }
}
.main_footer .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .main_footer .container {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
}
.main_footer:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/footer_bg.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 991px) {
  .main_footer:before {
    display: none;
  }
}
.main_footer .left {
  font-size: 14px;
  line-height: 22px;
  color: #8a8a8a;
}
.main_footer .left .certs img.cert1 {
  height: 60px;
}
.main_footer .left .certs img.cert2 {
  height: 105px;
}
.main_footer .left .certs .cert2 {
  margin: 10px 0 15px 0;
}
.main_footer .left .certs .cert_dc {
  display: block;
  width: auto;
  height: 50px;
}
.main_footer .left .certs .cert_dc img {
  display: block;
  width: auto;
  height: 100%;
}
.main_footer .left .certyficates {
  width: 140px;
}
@media (max-width: 991px) {
  .main_footer .left .certyficates {
    display: none;
  }
}
.main_footer .left .copy {
  margin-bottom: 15px;
  font-size: 12px;
}
.main_footer .left .copy.small {
  font-size: 10px;
  line-height: 12px;
  margin: 15px 0 0 0;
}
@media (max-width: 991px) {
  .main_footer .left .copy {
    display: none;
  }
}
.main_footer .left p {
  margin-bottom: 25px;
}
.main_footer .left p a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.main_footer .left p a:hover {
  color: #000;
}
.main_footer .left p .mail {
  border-bottom: solid 1px #f06921;
  padding-bottom: 3px;
  margin-bottom: 5px;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.main_footer .left p .mail:hover {
  color: #000;
}
@media (max-width: 991px) {
  .main_footer .left .social_media {
    overflow: hidden;
    display: block;
    float: right;
    margin: -65px 0 0 0;
    top: 20px;
    width: 36px;
    position: absolute;
    right: 15px;
    margin: 0;
  }
}
.main_footer .left .social_media a {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  width: 36px;
  height: 36px;
  display: block;
  background-color: #000;
  background-size: 36px 36px;
  background-position: center;
  float: left;
  margin-right: 10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 1200px) {
  .main_footer .left .social_media a {
    margin-right: 10px;
  }
}
.main_footer .left .social_media a:hover {
  background-color: #f06921;
}
.main_footer .left .social_media a.fb {
  background-image: url(../images/social-01.svg);
}
@media (max-width: 991px) {
  .main_footer .left .social_media a.fb {
    margin: 0 0 10px 0;
  }
}
.main_footer .left .social_media a.tw {
  background-image: url(../images/social-02.svg);
}
@media (max-width: 991px) {
  .main_footer .left .social_media a.tw {
    margin: 0 0 10px 0;
  }
}
.main_footer .left .social_media a.yt {
  background-image: url(../images/social-03.svg);
}
@media (max-width: 991px) {
  .main_footer .left .social_media a.yt {
    margin: 0 0 10px 0;
  }
}
.main_footer .left .social_media a.in {
  background-image: url(../images/social-04.svg);
}
.main_footer .left .social_media a.insta {
  background-image: url(../images/social-05.svg);
}
.main_footer .right {
  display: block;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .main_footer .right {
    display: none;
  }
}
.main_footer .right #menu-menu-footer-1 li {
  display: block;
  margin: 0 0 7px 0;
  line-height: 19px;
}
.main_footer .right #menu-menu-footer-1 li.disabled {
  pointer-events: none;
}
.main_footer .right #menu-menu-footer-1 li.white a {
  color: #fff;
  font-weight: 500;
}
.main_footer .right #menu-menu-footer-1 li.white a:hover {
  color: #f06921;
}
.main_footer .right #menu-menu-footer-1 li a {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.main_footer .right #menu-menu-footer-1 li a:hover {
  color: #fff;
}
.main_footer .right #menu-menu-footer-2 li {
  display: block;
  margin: 0 0 7px 0;
  line-height: 19px;
}
.main_footer .right #menu-menu-footer-2 li.disabled {
  pointer-events: none;
}
.main_footer .right #menu-menu-footer-2 li.white {
  margin: 0 0 7px 0;
}
.main_footer .right #menu-menu-footer-2 li.white a {
  color: #fff;
  font-weight: 500;
}
.main_footer .right #menu-menu-footer-2 li.white a:hover {
  color: #f06921;
}
.main_footer .right #menu-menu-footer-2 li a {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.main_footer .right #menu-menu-footer-2 li a:hover {
  color: #fff;
}
.main_footer .right #menu-menu-footer-3 li {
  display: block;
  margin: 0 0 30px 0;
  line-height: 19px;
}
.main_footer .right #menu-menu-footer-3 li a {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.main_footer .right #menu-menu-footer-3 li a:hover {
  color: #f06921;
}
.map_footer {
  width: 100%;
  background: #fff;
  padding-top: 160px;
  min-height: 540px;
  position: relative;
}
@media (max-width: 991px) {
  .map_footer {
    padding: 50px 0 40px 0;
    min-height: auto;
  }
}
.map_footer .wpcf7-validation-errors,
.map_footer .wpcf7-mail-sent-ok {
  display: none !important;
}
.map_footer iframe {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .map_footer iframe {
    width: 100%;
    z-index: 9;
  }
}
.map_footer:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/footer_bg.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 991px) {
  .map_footer:after {
    width: 100%;
  }
}
.map_footer .left {
  position: relative;
  z-index: 2;
}
.map_footer .title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}
.map_footer p {
  color: #8a8a8a;
  font-size: 16px;
  line-height: 22px;
}
.map_footer p span {
  font-size: 14px;
}
.map_footer label {
  font-size: 14px;
  color: #8a8a8a;
  display: block;
  margin-top: 40px;
}
.map_footer input {
  width: 100%;
  height: 35px;
  border: 0;
  border-radius: 3px;
  margin-top: 10px;
}
.map_footer .wpcf7-submit {
  width: inherit;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  background: #f06921;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
  border: 0;
  line-height: inherit;
  margin: 0 auto;
  display: block;
  margin-top: 25px;
}
.map_footer .wpcf7-submit:hover {
  background: #d84315;
}
@media (max-width: 991px) {
  .map_footer .wpcf7-submit {
    width: 100%;
    max-width: 320px;
  }
}
.map_footer .wpcf7-submit:disabled {
  background: #8a8a8a;
}
.map_footer .newsletter_form {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .map_footer .newsletter_form {
    width: 100%;
    max-width: 320px;
  }
}
.map_footer .newsletter_form .wpcf7-response-output {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  border: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.map_footer .checkbox {
  margin-left: -20%;
  margin-right: -20%;
  margin-top: -5px;
}
@media (max-width: 991px) {
  .map_footer .checkbox {
    max-width: 320px;
    margin: 0 auto;
  }
}
.map_footer .checkbox label {
  margin: 0;
}
.map_footer .checkbox input {
  width: 15px;
  height: 15px;
}
@media (max-width: 991px) {
  .mobile {
    -webkit-text-size-adjust: 100%;
    display: block;
    width: 100%;
    float: left;
    font-size: 14px !important;
    padding: 20px 30px 0 30px;
    background-image: url(../images/footer_bg.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
  }
}
.mobile p {
  font-size: 14px !important;
}
.mobile a {
  font-size: 14px !important;
}
@media (max-width: 991px) {
  .mobile a:hover {
    color: #fff !important;
  }
}
@media (max-width: 991px) {
  .mobile_off {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .mobile_on {
    display: none !important;
  }
}
.cross_selling {
  width: 100%;
  background: #fdfdfe;
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
}
@media (max-width: 991px) {
  .cross_selling {
    min-height: auto;
    padding-bottom: 0;
    padding-top: 60px;
  }
}
.cross_selling .container {
  position: relative;
  z-index: 2;
}
.cross_selling .title {
  text-align: center;
  font-size: 40px;
  color: #3f3f3f;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cross_selling .title {
    font-size: 35px;
  }
}
.cross_selling .centerit {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .cross_selling .centerit {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
  }
}
.cross_selling .contactbox {
  height: 115px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cross_selling .contactbox {
    margin: 45px 0 55px 0;
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    left: auto;
    height: auto;
  }
}
.cross_selling .contactbox h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 15px 0;
}
@media (max-width: 991px) {
  .cross_selling .contactbox h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.cross_selling .contactbox a {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #f06921;
  position: relative;
}
@media (max-width: 991px) {
  .cross_selling .contactbox a {
    font-size: 25px;
    line-height: 35px;
  }
}
.cross_selling .contactbox a:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f06921;
  content: '';
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 991px) {
  .cross_selling .contactbox a:before {
    height: 1px;
  }
}
.cross_selling .contactbox a:hover:before {
  width: 100%;
}
.cross_selling .bg_left,
.cross_selling .bg_right {
  z-index: 1;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .cross_selling .bg_left,
  .cross_selling .bg_right {
    display: none;
  }
}
.cross_selling .gray1 {
  background-color: #fdfdfe;
}
.cross_selling .gray2 {
  background-color: #fafafb;
}
.cross_selling .blue {
  background-color: #000;
}
.cross_selling .white {
  background: #fff;
}
.cross_selling .gray1 {
  background: #fafafb;
}
.cross_selling .gray2 {
  background: #f5f6f7;
}
.cross_selling .title2 {
  color: #3f3f3f;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
  clear: both;
  text-align: center;
}
@media (max-width: 991px) {
  .cross_selling .title2 {
    font-size: 28px;
    line-height: 37px;
  }
}
.cross_selling .contact_form {
  padding: 0 50px 0 0;
}
@media (max-width: 991px) {
  .cross_selling .contact_form {
    padding: 0;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    float: none;
  }
}
.cross_selling .contact_form h2 {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .cross_selling .contact_form h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.cross_selling .contact_form label {
  font-size: 14px;
  color: #8a8a8a;
  font-weight: 400;
  padding-left: 10px;
}
.cross_selling .contact_form label input {
  width: 100%;
  height: 35px;
  border-radius: 3px;
  border: solid 1px #98a3a9;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .cross_selling .contact_form label input {
    height: 45px;
    line-height: 45px;
  }
}
.cross_selling .contact_form label textarea {
  width: 100%;
  height: 198px;
  border-radius: 3px;
  border: solid 1px #98a3a9;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 20px;
  padding-left: 10px;
  resize: none;
}
.cross_selling .contact_form .wpcf7-submit {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  background: #f06921;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
  border: 0;
  cursor: pointer;
  margin: 15px auto 0 auto;
  display: block;
  line-height: inherit;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
}
.cross_selling .contact_form .wpcf7-submit:hover {
  background: #d84315;
}
.cross_selling .wpcf7-response-output {
  border: 0;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #3f3f3f;
  margin: 0;
  padding: 0;
}
.cross_selling .wpcf7-not-valid-tip {
  position: absolute;
  color: #fff;
  font-size: 8px;
  top: 10px;
  right: 0px;
  background: #f06921;
  padding: 5px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.cross_selling .wpcf7-mail-sent-ok {
  display: none !important;
}
#thank {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
#thank .inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 3px;
  font-size: 26px;
  max-width: 550px;
  padding: 50px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: #3f3f3f;
}
#thank .inner .small {
  font-size: 16px;
  color: #8a8a8a;
  margin-top: 30px;
}
#thank .inner .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/close.svg) no-repeat center;
  background-size: 30px auto;
}
.dziekujemy .left_padding_50 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.dziekujemy .left_padding_50 h2 {
  margin-top: 0;
}
.dziekujemy .mobile-content {
  padding: 50px 15px;
}
#ouibounce-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
#ouibounce-modal .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#ouibounce-modal .close:before,
#ouibounce-modal .close:after {
  display: block;
  content: '';
  width: 40px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #f06921;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#ouibounce-modal .close:before {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#ouibounce-modal .close:after {
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#ouibounce-modal .close:hover {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.9);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#ouibounce-modal .modal {
  width: 800px;
  height: 550px;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
  color: #fff;
  text-align: center;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 900px) {
  #ouibounce-modal .modal {
    width: calc(100% - 100px);
    margin: 0 50px;
    height: auto;
    top: 100px;
    bottom: auto;
  }
}
#ouibounce-modal .modal img {
  height: 100%;
  width: 50%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 585px) {
  #ouibounce-modal .modal img {
    height: auto;
    width: 100%;
    object-fit: unset;
    position: relative;
    top: auto;
    left: auto;
  }
}
#ouibounce-modal .modal_content {
  padding: 50px 50px 50px calc(50% + 50px);
}
@media (max-width: 585px) {
  #ouibounce-modal .modal_content {
    padding: 30px;
  }
}
#ouibounce-modal .modal_content h3 {
  font-size: 24px;
  font-weight: unset;
  letter-spacing: 0.05em;
  text-align: left;
  color: #000;
  line-height: 1.3;
  margin-bottom: 30px;
}
#ouibounce-modal .modal_content h3 strong {
  color: #f06921;
}
@media (max-width: 900px) {
  #ouibounce-modal .modal_content h3 {
    font-size: 20px;
  }
}
#ouibounce-modal .modal p {
  margin: 0 0 20px 0;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.02em;
}
@media (max-width: 900px) {
  #ouibounce-modal .modal p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px 0;
  }
}
#ouibounce-modal .modal .checkboxes {
  position: relative;
  margin: 30px 0 50px 0;
  text-align: left;
}
@media (max-width: 767px) {
  #ouibounce-modal .modal .checkboxes {
    margin: 15px 0 30px 0;
  }
}
#ouibounce-modal .modal .checkboxes a {
  color: #f06921;
  text-decoration: underline;
}
#ouibounce-modal .modal .checkboxes a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  #ouibounce-modal .modal .checkboxes {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
#ouibounce-modal .modal .checkboxes label {
  opacity: 1;
  position: relative;
  padding-left: 30px !important;
  pointer-events: all;
  font-size: 12px !important;
  line-height: 1.3;
  display: block;
  margin-bottom: 10px;
}
#ouibounce-modal .modal .checkboxes label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: solid #cfd8dc 1px;
  border-radius: 3px;
}
#ouibounce-modal .modal .checkboxes label.active:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 13px;
  height: 10px;
  background-image: url('../images/checkbox-fill.svg');
  background-repeat: no-repeat;
  border-radius: 10px;
}
#ouibounce-modal .modal .checkboxes input {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  padding: 0 10px 0 10px;
  -webkit-appearance: none;
}
#ouibounce-modal .modal .checkboxes span {
  margin: 0 !important;
}
#ouibounce-modal .modal .mc4wp-form-fields {
  margin: 30px 0 0 0;
}
#ouibounce-modal .modal label {
  display: none;
}
#ouibounce-modal .modal input[type="text"],
#ouibounce-modal .modal input[type="email"] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  border: solid 1px #98a3a9;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  #ouibounce-modal .modal input[type="text"],
  #ouibounce-modal .modal input[type="email"] {
    text-align: center;
  }
}
#ouibounce-modal .modal input[type="submit"] {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  background: #f06921;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
  border: 0;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  line-height: inherit;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
}
#ouibounce-modal .modal input[type="submit"]:hover {
  background: #d84315;
}
@media (max-width: 767px) {
  #ouibounce-modal .modal input[type="submit"] {
    margin: 15px 0 30px 0;
  }
}
#ouibounce-modal .modal input[type="submit"]:disabled {
  background-color: #f06921 !important;
}
#ouibounce-modal .modal .wpcf7-form-control-wrap.email-226 {
  position: relative;
  height: 50px;
  display: block;
}
#ouibounce-modal .modal .wpcf7-response-output {
  border: 0;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
}
#ouibounce-modal .modal .ajax-loader {
  display: none !important;
}
#ouibounce-modal .modal .wpcf7-not-valid-tip {
  position: absolute;
  color: #fff;
  font-size: 8px;
  bottom: 0;
  right: 0px;
  background: #f06921;
  padding: 5px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#ouibounce-modal .modal .wpcf7-mail-sent-ok {
  display: none !important;
}
.wpis_fbkontakt,
.wpis_newsletttericase {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .wpis_fbkontakt,
  .wpis_newsletttericase {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .wpis_fbkontakt,
  .wpis_newsletttericase {
    padding: 70px 0 0 0;
  }
}
.wpis_fbkontakt .container,
.wpis_newsletttericase .container {
  z-index: 2;
  position: relative;
}
.wpis_fbkontakt .paddingleft50,
.wpis_newsletttericase .paddingleft50 {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .wpis_fbkontakt .paddingleft50,
  .wpis_newsletttericase .paddingleft50 {
    padding-left: 15px;
  }
}
.wpis_fbkontakt .paddingleft50.absolut,
.wpis_newsletttericase .paddingleft50.absolut {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .wpis_fbkontakt .paddingleft50.absolut,
  .wpis_newsletttericase .paddingleft50.absolut {
    padding: 70px 15px;
    margin: 40px 0 0 0;
    background-color: #f5f6f7;
    position: relative;
    top: auto;
    right: auto;
    height: auto;
  }
}
.wpis_fbkontakt .paddingright50,
.wpis_newsletttericase .paddingright50 {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .wpis_fbkontakt .paddingright50,
  .wpis_newsletttericase .paddingright50 {
    padding-right: 15px;
  }
}
.wpis_fbkontakt .paddingright50.absolut,
.wpis_newsletttericase .paddingright50.absolut {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .wpis_fbkontakt .paddingright50.absolut,
  .wpis_newsletttericase .paddingright50.absolut {
    padding: 70px 15px;
    margin: 40px 0 0 0;
    background-color: #f5f6f7;
    position: relative;
    top: auto;
    right: auto;
    height: auto;
  }
}
.wpis_fbkontakt .paddingright50.bezpolecanych .title,
.wpis_newsletttericase .paddingright50.bezpolecanych .title,
.wpis_fbkontakt .paddingright50.bezpolecanych h3,
.wpis_newsletttericase .paddingright50.bezpolecanych h3,
.wpis_fbkontakt .paddingright50.bezpolecanych p,
.wpis_newsletttericase .paddingright50.bezpolecanych p {
  color: #3f3f3f;
}
.wpis_fbkontakt .paddingright50 .title,
.wpis_newsletttericase .paddingright50 .title,
.wpis_fbkontakt .paddingright50 h3,
.wpis_newsletttericase .paddingright50 h3,
.wpis_fbkontakt .paddingright50 p,
.wpis_newsletttericase .paddingright50 p {
  color: #fff;
}
.wpis_fbkontakt .paddingright50 .title,
.wpis_newsletttericase .paddingright50 .title {
  margin: 0;
}
.wpis_fbkontakt .centerujbox,
.wpis_newsletttericase .centerujbox {
  display: table;
  width: 100%;
  height: 100%;
}
.wpis_fbkontakt .centerujbox .boxcenterowany,
.wpis_newsletttericase .centerujbox .boxcenterowany {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.wpis_fbkontakt .title,
.wpis_newsletttericase .title {
  color: #3f3f3f;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 50px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .wpis_fbkontakt .title,
  .wpis_newsletttericase .title {
    font-size: 35px;
    line-height: 45px;
  }
}
.wpis_fbkontakt h3,
.wpis_newsletttericase h3 {
  color: #3f3f3f;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .wpis_fbkontakt h3,
  .wpis_newsletttericase h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.wpis_fbkontakt p,
.wpis_newsletttericase p {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 34px;
}
.wpis_fbkontakt .fb_iframe_widget,
.wpis_newsletttericase .fb_iframe_widget,
.wpis_fbkontakt form,
.wpis_newsletttericase form {
  margin: 50px auto 0 auto;
  max-width: 100%;
}
.wpis_fbkontakt .fb_iframe_widget p,
.wpis_newsletttericase .fb_iframe_widget p,
.wpis_fbkontakt form p,
.wpis_newsletttericase form p {
  margin: 0;
}
.wpis_fbkontakt form,
.wpis_newsletttericase form {
  text-align: left;
}
@media (max-width: 991px) {
  .wpis_fbkontakt form .col-sm-8,
  .wpis_newsletttericase form .col-sm-8,
  .wpis_fbkontakt form .col-sm-4,
  .wpis_newsletttericase form .col-sm-4 {
    width: 100%;
  }
}
.wpis_fbkontakt form .checkboxes,
.wpis_newsletttericase form .checkboxes {
  position: relative;
  margin: 30px 0 50px 0;
  text-align: left;
}
@media (max-width: 767px) {
  .wpis_fbkontakt form .checkboxes,
  .wpis_newsletttericase form .checkboxes {
    margin: 15px 0 30px 0;
  }
}
.wpis_fbkontakt form .checkboxes a,
.wpis_newsletttericase form .checkboxes a {
  color: #f06921;
  text-decoration: underline;
}
.wpis_fbkontakt form .checkboxes a:hover,
.wpis_newsletttericase form .checkboxes a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .wpis_fbkontakt form .checkboxes,
  .wpis_newsletttericase form .checkboxes {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.wpis_fbkontakt form .checkboxes label,
.wpis_newsletttericase form .checkboxes label {
  opacity: 1;
  position: relative;
  padding-left: 30px !important;
  pointer-events: all;
  font-size: 12px !important;
  line-height: 1.3;
  display: block;
  margin-bottom: 10px;
}
.wpis_fbkontakt form .checkboxes label:after,
.wpis_newsletttericase form .checkboxes label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: solid #cfd8dc 1px;
  border-radius: 3px;
}
.wpis_fbkontakt form .checkboxes label.active:before,
.wpis_newsletttericase form .checkboxes label.active:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 13px;
  height: 10px;
  background-image: url('../images/checkbox-fill.svg');
  background-repeat: no-repeat;
  border-radius: 10px;
}
.wpis_fbkontakt form .checkboxes input,
.wpis_newsletttericase form .checkboxes input {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  padding: 0 10px 0 10px;
  -webkit-appearance: none;
}
.wpis_fbkontakt form .checkboxes span,
.wpis_newsletttericase form .checkboxes span {
  margin: 0 !important;
}
.wpis_fbkontakt form .mc4wp-form-fields,
.wpis_newsletttericase form .mc4wp-form-fields {
  margin: 30px 0 0 0;
}
.wpis_fbkontakt form label,
.wpis_newsletttericase form label {
  display: none;
}
.wpis_fbkontakt form input[type="text"],
.wpis_newsletttericase form input[type="text"],
.wpis_fbkontakt form input[type="email"],
.wpis_newsletttericase form input[type="email"] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  border: solid 1px #98a3a9;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 16px;
  display: block;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .wpis_fbkontakt form input[type="text"],
  .wpis_newsletttericase form input[type="text"],
  .wpis_fbkontakt form input[type="email"],
  .wpis_newsletttericase form input[type="email"] {
    text-align: center;
  }
}
.wpis_fbkontakt form input[type="submit"],
.wpis_newsletttericase form input[type="submit"] {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  background: #f06921;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
  border: 0;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  padding: 0;
  line-height: inherit;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
}
.wpis_fbkontakt form input[type="submit"]:hover,
.wpis_newsletttericase form input[type="submit"]:hover {
  background: #d84315;
}
@media (max-width: 991px) {
  .wpis_fbkontakt form input[type="submit"],
  .wpis_newsletttericase form input[type="submit"] {
    margin: 15px 0 30px 0;
  }
}
.wpis_fbkontakt form input[type="submit"]:disabled,
.wpis_newsletttericase form input[type="submit"]:disabled {
  background-color: #f06921 !important;
}
.wpis_fbkontakt form .wpcf7-form-control-wrap.email-226,
.wpis_newsletttericase form .wpcf7-form-control-wrap.email-226 {
  position: relative;
  height: 50px;
  display: block;
}
.wpis_fbkontakt form .wpcf7-response-output,
.wpis_newsletttericase form .wpcf7-response-output {
  border: 0;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.wpis_fbkontakt form .ajax-loader,
.wpis_newsletttericase form .ajax-loader {
  display: none !important;
}
.wpis_fbkontakt form .wpcf7-not-valid-tip,
.wpis_newsletttericase form .wpcf7-not-valid-tip {
  position: absolute;
  color: #fff;
  font-size: 8px;
  bottom: 0;
  right: 0px;
  background: #f06921;
  padding: 5px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.wpis_fbkontakt form .wpcf7-mail-sent-ok,
.wpis_newsletttericase form .wpcf7-mail-sent-ok {
  display: none !important;
}
.wpis_fbkontakt .fb_iframe_widget,
.wpis_newsletttericase .fb_iframe_widget {
  display: block;
}
@media (max-width: 1199px) {
  .wpis_fbkontakt .fb_iframe_widget,
  .wpis_newsletttericase .fb_iframe_widget {
    height: 300px;
    overflow: hidden;
  }
}
.wpis_fbkontakt .left,
.wpis_newsletttericase .left,
.wpis_fbkontakt .right,
.wpis_newsletttericase .right {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  overflow: hidden;
  background-color: #f5f6f7;
}
.wpis_fbkontakt .left img,
.wpis_newsletttericase .left img,
.wpis_fbkontakt .right img,
.wpis_newsletttericase .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wpis_fbkontakt .left,
.wpis_newsletttericase .left {
  left: 0;
}
@media (max-width: 767px) {
  .wpis_fbkontakt .left,
  .wpis_newsletttericase .left {
    width: 100%;
  }
}
.wpis_fbkontakt .left.bezpolecanych img,
.wpis_newsletttericase .left.bezpolecanych img {
  display: none;
}
.wpis_fbkontakt .right,
.wpis_newsletttericase .right {
  right: 0;
}
@media (max-width: 767px) {
  .wpis_fbkontakt .right,
  .wpis_newsletttericase .right {
    display: none;
  }
}
.wpis_fbkontakt .right.bezpolecanych,
.wpis_newsletttericase .right.bezpolecanych {
  background-color: #FAFAF8;
}
.wpis_fbkontakt .right.bezpolecanych img,
.wpis_newsletttericase .right.bezpolecanych img {
  display: none;
}
.wpis_polecanewpisy {
  display: block;
  padding: 100px 0 70px 0;
}
@media (max-width: 991px) {
  .wpis_polecanewpisy {
    padding: 70px 0 40px 0;
  }
}
.wpis_polecanewpisy .title {
  color: #f06921;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 50px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .wpis_polecanewpisy .title {
    font-size: 35px;
    line-height: 45px;
  }
}
.wpis_polecanewpisy .col-sm-3 {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wpis_polecanewpisy .col-sm-3 {
    margin-bottom: 0;
  }
}
.wpis_polecanewpisy .polecanynews {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .wpis_polecanewpisy .polecanynews {
    max-width: 320px;
    margin: 0 auto 30px auto;
  }
}
.wpis_polecanewpisy .polecanynews:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.wpis_polecanewpisy .polecanynews:hover:after {
  right: -25px;
  opacity: 1;
}
.wpis_polecanewpisy .polecanynews:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background-color: #f06921;
  right: -50px;
  opacity: 0;
  bottom: -25px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}
.wpis_polecanewpisy .polecanynews img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .wpis_polecanewpisy .polecanynews img {
    height: 120px;
  }
}
.wpis_polecanewpisy .polecanynews .news_date {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  padding: 3px;
  background-color: #f06921;
  color: #fff;
  font-size: 12px;
}
.wpis_polecanewpisy .polecanynews h3 {
  padding: 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #3f3f3f;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .wpis_polecanewpisy .polecanynews h3 {
    padding: 20px;
    font-size: 15px;
    line-height: 25px;
  }
}
.wpis_header {
  position: fixed;
  top: 0;
  z-index: 9999999;
  width: 100%;
  background-color: #fff;
}
.wpis_header .wpis_progresscontainer {
  width: 100%;
  height: 4px;
  background: #fff;
}
.wpis_header .wpis_progresscontainer .wpis_progressbar {
  height: 4px;
  background: #f06921;
  width: 0%;
}
.case .half_section .description {
  padding-top: 200px;
}
.case .half_section .description p {
  font-size: 18px;
  line-height: 34px;
}
.case .baner {
  width: 100%;
  height: 500px;
  position: relative;
}
@media (max-width: 991px) {
  .case .baner {
    padding: 0 30px;
    height: auto;
  }
}
.case .baner .left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .case .baner .left {
    width: 100%;
  }
}
.case .baner .left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .baner .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
@media (max-width: 991px) {
  .case .baner .right {
    width: 0;
  }
}
.case .baner .container {
  position: relative;
  z-index: 2;
}
.case .baner .title {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 62px;
  margin-top: 180px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .case .baner .title {
    margin: 80px 0 10px 0;
    font-size: 33px;
    line-height: 42px;
  }
}
.case .baner .news_description {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 0 70px 0 0;
}
@media (max-width: 991px) {
  .case .baner .news_description {
    margin: 0 0 80px 0;
    padding: 0;
  }
}
.case .baner .news_date {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 7px 0 0 0;
  color: #fff;
}
@media (max-width: 991px) {
  .case .baner .left_padding_50 {
    display: none;
  }
}
.case .baner .row {
  position: relative;
}
.case .baner .zajawka {
  margin: 0;
  padding: 50px 0 50px 60px;
  height: 500px;
  display: table;
}
@media (max-width: 991px) {
  .case .baner .zajawka {
    height: auto;
    display: none;
  }
}
.case .baner .zajawka .zajawkacenter {
  display: table-cell;
  vertical-align: middle;
}
.case .baner .zajawka h2 {
  color: #3f3f3f;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 40px;
}
.case .baner .zajawka p {
  color: #3f3f3f;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.01em;
  overflow: auto;
  position: relative;
}
.case .content .contentbox {
  padding: 100px 30px;
}
@media (max-width: 991px) {
  .case .content .contentbox {
    padding: 0 30px 50px 30px;
  }
}
.case .content .contentbox p::selection,
.case .content .contentbox ul::selection,
.case .content .contentbox li::selection,
.case .content .contentbox h1::selection,
.case .content .contentbox h2::selection,
.case .content .contentbox h3::selection,
.case .content .contentbox h4::selection,
.case .content .contentbox h5::selection {
  color: #fff;
  background-color: #f06921;
}
.case .content .contentbox p::-moz-selection,
.case .content .contentbox ul::-moz-selection,
.case .content .contentbox li::-moz-selection,
.case .content .contentbox h1::-moz-selection,
.case .content .contentbox h2::-moz-selection,
.case .content .contentbox h3::-moz-selection,
.case .content .contentbox h4::-moz-selection,
.case .content .contentbox h5::-moz-selection {
  color: #fff;
  background-color: #f06921;
}
.case .content .contentbox p,
.case .content .contentbox li {
  color: #3f3f3f;
  font-size: 18px;
  line-height: 34px;
  position: relative;
  margin: 0 0 15px 0;
}
.case .content .contentbox p strong,
.case .content .contentbox li strong {
  font-weight: 700;
}
.case .content .contentbox p {
  margin-bottom: 4vh;
}
.case .content .contentbox blockquote {
  position: relative;
  padding-left: 30px;
  border-left: solid 7px #f06921;
}
.case .content .contentbox ul li {
  padding: 0 0 0 20px;
  position: relative;
}
.case .content .contentbox ul li:before {
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  background-color: #f06921;
}
.case .content .contentbox ol {
  counter-reset: li;
}
.case .content .contentbox ol li {
  counter-increment: li;
  padding: 0;
  position: relative;
  list-style: none;
  padding-left: 1em;
}
.case .content .contentbox ol li:before {
  content: counter(li);
  color: #f06921;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}
.case .content .contentbox img {
  display: block;
  margin: 60px auto;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .case .content .contentbox img {
    max-width: 100%;
  }
}
.case .content .contentbox .wp-caption {
  display: block;
  margin-bottom: 60px;
  text-align: center;
}
.case .content .contentbox .wp-caption img {
  margin-bottom: 0;
}
.case .content .contentbox .wp-caption p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0 0 0;
}
.case .content .contentbox h2 {
  font-size: 30px;
  line-height: 40px;
  color: #f06921;
  margin: 30px 0;
  font-weight: 700;
}
@media (max-width: 991px) {
  .case .content .contentbox h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.case .content .contentbox h3 {
  font-size: 27px;
  line-height: 37px;
  color: #f06921;
  margin: 30px 0;
  font-weight: 300;
}
@media (max-width: 991px) {
  .case .content .contentbox h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.case .content .contentbox h4 {
  font-size: 25px;
  line-height: 35px;
  color: #f06921;
  margin: 30px 0;
  font-weight: 300;
}
@media (max-width: 991px) {
  .case .content .contentbox h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.case .content .contentbox h5 {
  font-size: 20px;
  line-height: 30px;
  color: #f06921;
  margin: 30px 0;
  font-weight: 300;
}
@media (max-width: 991px) {
  .case .content .contentbox h5 {
    font-size: 18px;
    line-height: 28px;
  }
}
.case .content .contentbox strong {
  font-weight: 800;
}
.case .content .contentbox em {
  font-style: italic;
}
.case .content .contentbox a {
  position: relative;
  color: #f06921;
}
.case .content .contentbox a:before {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: #f06921;
}
.case .content .contentbox a:hover:before {
  width: 0;
}
.case .content .contentbox .effects2 {
  padding: 70px 0;
  margin: 100px 0;
  position: relative;
}
@media (max-width: 991px) {
  .case .content .contentbox .effects2 {
    padding: 50px 0;
    margin: 50px auto;
  }
}
.case .content .contentbox .effects2:before {
  position: absolute;
  z-index: 1;
  background: #fafafb;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  width: 100vw;
  left: calc(50% - 50vw - 50px);
}
@media (max-width: 1199px) {
  .case .content .contentbox .effects2:before {
    left: calc(50% - 50vw);
  }
}
.case .content .contentbox .effects2 .inside {
  position: relative;
  z-index: 2;
}
.case .content .contentbox .effects2 .inside .title {
  text-align: center;
  font-size: 40px;
  color: #3f3f3f;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .case .content .contentbox .effects2 .inside .title {
    font-size: 35px;
    line-height: 40px;
  }
}
.case .content .contentbox .effects2 .inside .subtitle {
  font-size: 18px;
  color: #3f3f3f;
  text-align: center;
}
@media (max-width: 991px) {
  .case .content .contentbox .effects2 .inside .subtitle {
    margin: 20px 0;
  }
}
.case .content .contentbox .effects2 .inside .small_usp {
  width: 100%;
}
.case .content .contentbox .effects2 .inside .small_usp h4 {
  width: 100%;
  display: block;
  float: left;
  font-size: 15px;
  line-height: 20px;
  color: #8a8a8a;
  text-align: center;
  margin-top: 60px;
}
.case .content .contentbox .effects2 .inside .small_usp h4 strong {
  display: block;
  width: 100%;
  font-size: 50px;
  font-weight: 500;
  color: #7cb342;
  line-height: 50px;
  margin-bottom: 10px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .case .content .contentbox .effects2 .inside .small_usp h4 strong {
    font-size: 35px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .case .content .contentbox .effects2 .inside .col-md-3:nth-child(3n) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .case .content .contentbox .effects2 .inside .col-md-3 {
    width: 50%;
    float: left;
  }
}
.case .content .contentbox .customers_opinions2 {
  width: 100%;
  padding: 70px 0;
  margin: 100px auto;
  position: relative;
  text-align: center;
}
@media (max-width: 991px) {
  .case .content .contentbox .customers_opinions2 {
    padding: 50px 0;
    margin: 50px auto;
  }
}
.case .content .contentbox .customers_opinions2:before {
  position: absolute;
  z-index: 1;
  background: #fafafb;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  width: 100vw;
  left: calc(50% - 50vw - 50px);
}
@media (max-width: 1199px) {
  .case .content .contentbox .customers_opinions2:before {
    left: calc(50% - 50vw);
  }
}
.case .content .contentbox .customers_opinions2 .inside {
  position: relative;
  z-index: 2;
}
.case .content .contentbox .customers_opinions2 .inside .title {
  text-align: center;
  font-size: 40px;
  color: #3f3f3f;
  line-height: 50px;
  margin: 0 0 50px 0;
}
@media (max-width: 991px) {
  .case .content .contentbox .customers_opinions2 .inside .title {
    font-size: 35px;
    line-height: 40px;
  }
}
.case .content .contentbox .customers_opinions2 .inside .logo {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 150px;
}
.case .content .contentbox .customers_opinions2 .inside .quote {
  margin: 30px auto;
  font-size: 18px;
  line-height: 34px;
}
.case .content .contentbox .customers_opinions2 .inside .quote p {
  margin: 0;
}
.case .content .contentbox .customers_opinions2 .inside .avatar {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px auto;
}
.case .content .contentbox .customers_opinions2 .inside .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  max-width: none;
}
.case .content .contentbox .customers_opinions2 .inside .author {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  color: #8a8a8a;
}
.wpcf7 .wpcf7-form {
  display: block;
  overflow: hidden;
  padding: 30px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.wpcf7 .wpcf7-form.invalid {
  background-color: rgba(231, 76, 60, 0.15);
}
.wpcf7 span.wymagane {
  color: #e74c3c;
  padding-left: 30px;
  font-size: 12px;
  padding: 0 0 30px 30px;
  display: block;
  text-align: left;
}
.wpcf7 label span.wymagane {
  padding: 0;
  display: inline;
}
.page.offer.raport .oferta_wartosc .naglowek {
  font-weight: bold;
  color: #f06921;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  margin: 0 0 50px 0;
}
@media (max-width: 991px) {
  .page.offer.raport .oferta_wartosc .naglowek {
    margin: 20px 0;
    font-size: 24px;
    line-height: 34px;
  }
}
.page.offer.raport .oferta_wartosc.audytux {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  color: #3f3f3f;
  margin-bottom: 50px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .page.offer.raport .oferta_wartosc.audytux {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .page.offer.raport .oferta_wartosc.audytux {
    margin: 0 0 30px 0;
  }
}
.page.offer.raport .benefits_mobile {
  padding-right: 30px;
  float: none;
  margin: 0 0 0 15px;
}
@media (max-width: 500px) {
  .page.offer.raport .benefits_mobile {
    padding-right: 15px;
  }
}
.page.offer.raport .benefits_mobile .container {
  width: 100%;
}
.page.offer.raport .ofer_more_baner,
.page.offer.raport .galeriabenefity {
  position: relative;
  z-index: 2;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .page.offer.raport .ofer_more_baner,
  .page.offer.raport .galeriabenefity {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .page.offer.raport .ofer_more_baner,
  .page.offer.raport .galeriabenefity {
    padding: 50px 0;
  }
}
.page.offer.raport .ofer_more_baner .half_section.cover_baner,
.page.offer.raport .galeriabenefity .half_section.cover_baner {
  width: 50%;
  float: left;
  height: auto;
  position: relative;
}
.page.offer.raport .ofer_more_baner .half_section.cover_baner .full,
.page.offer.raport .galeriabenefity .half_section.cover_baner .full {
  width: 100%;
  height: 100%;
  position: relative;
}
.page.offer.raport .ofer_more_baner .buttonoutside,
.page.offer.raport .galeriabenefity .buttonoutside {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: -25px;
  right: 0;
  margin: auto;
  z-index: 6;
  width: 100%;
}
.page.offer.raport .ofer_more_baner .buttonoutside .button,
.page.offer.raport .galeriabenefity .buttonoutside .button {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
.page.offer.raport .ofer_more_baner .container,
.page.offer.raport .galeriabenefity .container {
  z-index: 2;
  position: relative;
}
.page.offer.raport .ofer_more_baner .container .row,
.page.offer.raport .galeriabenefity .container .row {
  position: relative;
}
.page.offer.raport .ofer_more_baner .left,
.page.offer.raport .galeriabenefity .left,
.page.offer.raport .ofer_more_baner .right,
.page.offer.raport .galeriabenefity .right {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
}
@media (max-width: 991px) {
  .page.offer.raport .ofer_more_baner .left,
  .page.offer.raport .galeriabenefity .left,
  .page.offer.raport .ofer_more_baner .right,
  .page.offer.raport .galeriabenefity .right {
    display: none;
  }
}
.page.offer.raport .ofer_more_baner .left.blue,
.page.offer.raport .galeriabenefity .left.blue,
.page.offer.raport .ofer_more_baner .right.blue,
.page.offer.raport .galeriabenefity .right.blue {
  background-color: #000;
}
.page.offer.raport .ofer_more_baner .left.white,
.page.offer.raport .galeriabenefity .left.white,
.page.offer.raport .ofer_more_baner .right.white,
.page.offer.raport .galeriabenefity .right.white {
  background-color: #fff;
}
.page.offer.raport .ofer_more_baner .left,
.page.offer.raport .galeriabenefity .left {
  left: 0;
}
.page.offer.raport .ofer_more_baner .right,
.page.offer.raport .galeriabenefity .right {
  right: 0;
}
.page.offer.raport .ofer_more_baner .galeria h2,
.page.offer.raport .galeriabenefity .galeria h2 {
  font-weight: bold;
  color: #f06921;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  margin: 0 0 50px 0;
}
@media (max-width: 991px) {
  .page.offer.raport .ofer_more_baner .galeria h2,
  .page.offer.raport .galeriabenefity .galeria h2 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 50px 0;
  }
}
.page.offer.raport .ofer_more_baner .galeria .galeria_inside,
.page.offer.raport .galeriabenefity .galeria .galeria_inside {
  display: block;
  position: relative;
  width: 100%;
  height: 510px;
}
@media (max-width: 1199px) {
  .page.offer.raport .ofer_more_baner .galeria .galeria_inside,
  .page.offer.raport .galeriabenefity .galeria .galeria_inside {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .page.offer.raport .ofer_more_baner .galeria .galeria_inside,
  .page.offer.raport .galeriabenefity .galeria .galeria_inside {
    height: auto;
  }
}
.page.offer.raport .ofer_more_baner .galeria .galeria_inside .media-img,
.page.offer.raport .galeriabenefity .galeria .galeria_inside .media-img {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: block;
  float: left;
  position: absolute;
  z-index: 1;
  background-color: #f06921;
}
@media (max-width: 991px) {
  .page.offer.raport .ofer_more_baner .galeria .galeria_inside .media-img,
  .page.offer.raport .galeriabenefity .galeria .galeria_inside .media-img {
    position: relative;
    float: left;
    top: auto !important;
    left: auto !important;
  }
}
.page.offer.raport .ofer_more_baner .galeria .galeria_inside .media-img:hover img,
.page.offer.raport .galeriabenefity .galeria .galeria_inside .media-img:hover img {
  opacity: 0.5;
}
.page.offer.raport .ofer_more_baner .galeria .galeria_inside .media-img img,
.page.offer.raport .galeriabenefity .galeria .galeria_inside .media-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.page.offer.raport .ofer_more_baner .galeria .galeria_inside .media-img.foto-2,
.page.offer.raport .galeriabenefity .galeria .galeria_inside .media-img.foto-2 {
  z-index: 2;
}
.page.offer.raport .ofer_more_baner .galeria .galeria_inside .media-img.foto-3,
.page.offer.raport .galeriabenefity .galeria .galeria_inside .media-img.foto-3 {
  z-index: 3;
}
.page.offer.raport .ofer_more_baner .galeria .galeria_inside .media-img.foto-4,
.page.offer.raport .galeriabenefity .galeria .galeria_inside .media-img.foto-4 {
  z-index: 4;
}
.page.offer.raport .ofer_more_baner .galeria .galeria_inside .media-img.foto-5,
.page.offer.raport .galeriabenefity .galeria .galeria_inside .media-img.foto-5,
.page.offer.raport .ofer_more_baner .galeria .galeria_inside .media-img.foto-6,
.page.offer.raport .galeriabenefity .galeria .galeria_inside .media-img.foto-6,
.page.offer.raport .ofer_more_baner .galeria .galeria_inside .media-img.foto-7,
.page.offer.raport .galeriabenefity .galeria .galeria_inside .media-img.foto-7,
.page.offer.raport .ofer_more_baner .galeria .galeria_inside .media-img.foto-8,
.page.offer.raport .galeriabenefity .galeria .galeria_inside .media-img.foto-8,
.page.offer.raport .ofer_more_baner .galeria .galeria_inside .media-img.foto-9,
.page.offer.raport .galeriabenefity .galeria .galeria_inside .media-img.foto-9,
.page.offer.raport .ofer_more_baner .galeria .galeria_inside .media-img.foto-10,
.page.offer.raport .galeriabenefity .galeria .galeria_inside .media-img.foto-10 {
  display: none;
}
.page.offer.raport .ofer_more_baner .galeria .galeria_inside.foty_poziome .media-img,
.page.offer.raport .galeriabenefity .galeria .galeria_inside.foty_poziome .media-img {
  width: 300px;
  height: 180px;
}
@media (max-width: 1199px) {
  .page.offer.raport .ofer_more_baner .galeria .galeria_inside.foty_poziome .media-img,
  .page.offer.raport .galeriabenefity .galeria .galeria_inside.foty_poziome .media-img {
    width: 250px;
    height: 150px;
  }
}
@media (max-width: 991px) {
  .page.offer.raport .ofer_more_baner .galeria .galeria_inside.foty_poziome .media-img,
  .page.offer.raport .galeriabenefity .galeria .galeria_inside.foty_poziome .media-img {
    width: 25%;
  }
}
.page.offer.raport .ofer_more_baner .galeria .galeria_inside.foty_poziome .media-img.foto-2,
.page.offer.raport .galeriabenefity .galeria .galeria_inside.foty_poziome .media-img.foto-2 {
  top: 110px;
  left: 80px;
}
@media (max-width: 1199px) {
  .page.offer.raport .ofer_more_baner .galeria .galeria_inside.foty_poziome .media-img.foto-2,
  .page.offer.raport .galeriabenefity .galeria .galeria_inside.foty_poziome .media-img.foto-2 {
    top: 100px;
    left: 50px;
  }
}
.page.offer.raport .ofer_more_baner .galeria .galeria_inside.foty_poziome .media-img.foto-3,
.page.offer.raport .galeriabenefity .galeria .galeria_inside.foty_poziome .media-img.foto-3 {
  top: 220px;
  left: 160px;
}
@media (max-width: 1199px) {
  .page.offer.raport .ofer_more_baner .galeria .galeria_inside.foty_poziome .media-img.foto-3,
  .page.offer.raport .galeriabenefity .galeria .galeria_inside.foty_poziome .media-img.foto-3 {
    top: 200px;
    left: 100px;
  }
}
.page.offer.raport .ofer_more_baner .galeria .galeria_inside.foty_poziome .media-img.foto-4,
.page.offer.raport .galeriabenefity .galeria .galeria_inside.foty_poziome .media-img.foto-4 {
  top: 330px;
  left: 240px;
}
@media (max-width: 1199px) {
  .page.offer.raport .ofer_more_baner .galeria .galeria_inside.foty_poziome .media-img.foto-4,
  .page.offer.raport .galeriabenefity .galeria .galeria_inside.foty_poziome .media-img.foto-4 {
    top: 300px;
    left: 150px;
  }
}
.page.offer.raport .ofer_more_baner .galeria .galeria_inside.foty_pionowe .media-img,
.page.offer.raport .galeriabenefity .galeria .galeria_inside.foty_pionowe .media-img {
  width: 210px;
  height: 300px;
}
@media (max-width: 1199px) {
  .page.offer.raport .ofer_more_baner .galeria .galeria_inside.foty_pionowe .media-img,
  .page.offer.raport .galeriabenefity .galeria .galeria_inside.foty_pionowe .media-img {
    width: 140px;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .page.offer.raport .ofer_more_baner .galeria .galeria_inside.foty_pionowe .media-img,
  .page.offer.raport .galeriabenefity .galeria .galeria_inside.foty_pionowe .media-img {
    width: 25%;
  }
}
.page.offer.raport .ofer_more_baner .galeria .galeria_inside.foty_pionowe .media-img.foto-2,
.page.offer.raport .galeriabenefity .galeria .galeria_inside.foty_pionowe .media-img.foto-2 {
  top: 80px;
  left: 100px;
}
@media (max-width: 1199px) {
  .page.offer.raport .ofer_more_baner .galeria .galeria_inside.foty_pionowe .media-img.foto-2,
  .page.offer.raport .galeriabenefity .galeria .galeria_inside.foty_pionowe .media-img.foto-2 {
    left: 90px;
  }
}
.page.offer.raport .ofer_more_baner .galeria .galeria_inside.foty_pionowe .media-img.foto-3,
.page.offer.raport .galeriabenefity .galeria .galeria_inside.foty_pionowe .media-img.foto-3 {
  top: 160px;
  left: 200px;
}
@media (max-width: 1199px) {
  .page.offer.raport .ofer_more_baner .galeria .galeria_inside.foty_pionowe .media-img.foto-3,
  .page.offer.raport .galeriabenefity .galeria .galeria_inside.foty_pionowe .media-img.foto-3 {
    left: 180px;
  }
}
.page.offer.raport .ofer_more_baner .galeria .galeria_inside.foty_pionowe .media-img.foto-4,
.page.offer.raport .galeriabenefity .galeria .galeria_inside.foty_pionowe .media-img.foto-4 {
  top: 240px;
  left: 300px;
}
@media (max-width: 1199px) {
  .page.offer.raport .ofer_more_baner .galeria .galeria_inside.foty_pionowe .media-img.foto-4,
  .page.offer.raport .galeriabenefity .galeria .galeria_inside.foty_pionowe .media-img.foto-4 {
    left: 260px;
  }
}
.page.offer.raport .ofer_more_baner .more_info,
.page.offer.raport .galeriabenefity .more_info {
  height: 100%;
  position: absolute;
  right: 0;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .page.offer.raport .ofer_more_baner .more_info,
  .page.offer.raport .galeriabenefity .more_info {
    position: relative;
    right: auto;
  }
}
.page.offer.raport .ofer_more_baner .more_info .more_description_points,
.page.offer.raport .galeriabenefity .more_info .more_description_points {
  position: relative;
  z-index: 1;
  top: auto;
  transform: none;
  display: table;
  height: 100%;
}
.page.offer.raport .ofer_more_baner .more_info .more_description_points ul,
.page.offer.raport .galeriabenefity .more_info .more_description_points ul {
  counter-reset: section;
  list-style-type: none;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.page.offer.raport .ofer_more_baner .more_info .more_description_points ul li:before,
.page.offer.raport .galeriabenefity .more_info .more_description_points ul li:before {
  counter-increment: section;
  content: counters(section, ".") " ";
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 60px;
  height: 60px;
  width: 60px;
  color: #7cb342;
  background-image: none;
  font-size: 20px;
  font-weight: bold;
  left: -30px;
}
.page.offer.raport .ofer_more_baner .more_info .more_description_points ul li:after,
.page.offer.raport .galeriabenefity .more_info .more_description_points ul li:after {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -24px;
  border: solid 3px #7cb342;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.page.offer.raport .ofer_more_baner .more_info .more_description_points ul li h3,
.page.offer.raport .galeriabenefity .more_info .more_description_points ul li h3 {
  text-align: left;
}
.page.offer.raport .pobierzraport {
  position: relative;
  padding: 100px 0;
  color: #fff;
  text-align: center;
  background-color: #000;
}
@media (max-width: 767x) {
  .page.offer.raport .pobierzraport {
    padding: 50px 0;
  }
}
.page.offer.raport .pobierzraport .container {
  z-index: 2;
  position: relative;
}
.page.offer.raport .pobierzraport .tlo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.page.offer.raport .pobierzraport h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 52px;
  line-height: 62px;
}
@media (max-width: 991px) {
  .page.offer.raport .pobierzraport h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.page.offer.raport .pobierzraport form {
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.page.offer.raport .pobierzraport form .col-sm-8,
.page.offer.raport .pobierzraport form .col-sm-4 {
  width: 100%;
}
.page.offer.raport .pobierzraport form .red {
  color: #e74c3c;
}
.page.offer.raport .pobierzraport form .checkboxes {
  position: relative;
  margin: 30px 0 50px 0;
  text-align: left;
}
@media (max-width: 767px) {
  .page.offer.raport .pobierzraport form .checkboxes {
    margin: 15px 0 0 0;
  }
}
.page.offer.raport .pobierzraport form .checkboxes a {
  color: #f06921;
  text-decoration: underline;
}
.page.offer.raport .pobierzraport form .checkboxes a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .page.offer.raport .pobierzraport form .checkboxes {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.page.offer.raport .pobierzraport form .checkboxes p {
  font-size: 12px;
  padding-left: 30px;
}
.page.offer.raport .pobierzraport form .checkboxes label {
  opacity: 1;
  position: relative;
  padding-left: 30px !important;
  pointer-events: all;
  font-size: 12px !important;
  line-height: 1.3;
  display: block;
  margin-bottom: 10px;
}
.page.offer.raport .pobierzraport form .checkboxes label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: solid #cfd8dc 1px;
  border-radius: 3px;
}
.page.offer.raport .pobierzraport form .checkboxes label.active:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 13px;
  height: 10px;
  background-image: url('../images/checkbox-fill.svg');
  background-repeat: no-repeat;
  border-radius: 10px;
}
.page.offer.raport .pobierzraport form .checkboxes input {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  text-align: center;
  top: 0;
  display: none;
  padding: 0 10px 0 10px;
  -webkit-appearance: none;
}
.page.offer.raport .pobierzraport form .checkboxes span {
  margin: 0 !important;
}
.page.offer.raport .pobierzraport form .mc4wp-form-fields {
  margin: 30px 0 0 0;
}
.page.offer.raport .pobierzraport form label {
  display: none;
}
.page.offer.raport .pobierzraport form input[type="text"],
.page.offer.raport .pobierzraport form input[type="email"] {
  width: 100%;
  height: 50px;
  display: block;
  line-height: 50px;
  border-radius: 3px;
  border: solid 1px #98a3a9;
  margin-top: 15px;
  padding: 0 15px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.page.offer.raport .pobierzraport form input[type="submit"] {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  background: #f06921;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
  border: 0;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  padding: 0;
  line-height: inherit;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
}
.page.offer.raport .pobierzraport form input[type="submit"]:hover {
  background: #d84315;
}
@media (max-width: 991px) {
  .page.offer.raport .pobierzraport form input[type="submit"] {
    margin: 15px 0 30px 0;
  }
}
.page.offer.raport .pobierzraport form input[type="submit"]:disabled {
  background-color: #f06921 !important;
}
.page.offer.raport .pobierzraport form .wpcf7-form-control-wrap.email-226 {
  position: relative;
  height: 50px;
  display: block;
}
.page.offer.raport .pobierzraport form .wpcf7-response-output {
  border: 0;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.page.offer.raport .pobierzraport form .ajax-loader {
  display: none !important;
}
.page.offer.raport .pobierzraport form .wpcf7-not-valid-tip {
  position: absolute;
  color: #fff;
  font-size: 8px;
  bottom: 0;
  right: 0px;
  background: #f06921;
  padding: 5px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page.offer.raport .pobierzraport form .wpcf7-mail-sent-ok {
  display: none !important;
}
.formularzmailchimp #mc_embed_signup {
  background-color: transparent;
}
.formularzmailchimp #mc_embed_signup form {
  padding: 0;
}
.formularzmailchimp #mc_embed_signup .mc-field-group {
  padding: 0;
  width: 100%;
  margin: 0;
  padding: 0 15px !important;
}
.formularzmailchimp #mc_embed_signup .mc-field-group.mergeRow.gdpr-mergeRow.content__gdprBlock {
  padding: 15px 0 0 0 !important;
}
.formularzmailchimp #mc_embed_signup .mc-field-group.mergeRow.gdpr-mergeRow.content__gdprBlock .mc-field-group {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .formularzmailchimp #mc_embed_signup .mc-field-group.col-sm-6 {
    width: 50% !important;
    float: left;
    clear: none !important;
  }
}
.formularzmailchimp #mc_embed_signup .mc-field-group input {
  padding: 8px 15px;
}
.formularzmailchimp #mc_embed_signup .mc_embed_signup_scroll {
  margin: 0 -15px;
  display: block;
}
.formularzmailchimp #mc_embed_signup .button {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  background: #f06921;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
  border: 0;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  padding: 0;
  line-height: inherit;
  -webkit-appearance: none;
  width: 100%;
  margin: 0;
}
.formularzmailchimp #mc_embed_signup .button:hover {
  background: #d84315;
}
.formularzmailchimp #mc_embed_signup p,
.formularzmailchimp #mc_embed_signup span {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.oferta_usp {
  width: 100%;
  padding-top: 0;
  padding-bottom: 100px;
  text-align: center;
}
@media (max-width: 992px) {
  .oferta_usp {
    padding: 0 0 25px 0;
  }
}
@media (max-width: 992px) {
  .oferta_usp .row .col-md-3 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 992px) {
  .oferta_usp .row .col-md-3:nth-child(3n) {
    clear: both;
  }
}
.oferta_usp .box {
  width: 100%;
  padding: 20px;
  border-top: solid 3px #f06921;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
  font-size: 15px;
  line-height: 20px;
  color: #8a8a8a;
  height: 165px;
  position: relative;
  top: 0;
  cursor: default;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (max-width: 1200px) {
  .oferta_usp .box {
    font-size: 14px;
  }
  .oferta_usp .box br {
    display: none;
  }
}
@media (max-width: 992px) {
  .oferta_usp .box {
    padding: 20px 0 30px 0;
    border-top: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: auto;
  }
}
.oferta_usp .box strong {
  display: block;
  width: 100%;
  font-size: 50px;
  font-weight: 500;
  color: #7cb342;
  line-height: 50px;
  margin-bottom: 10px;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .oferta_usp .box strong {
    font-size: 45px;
  }
}
@media (max-width: 992px) {
  .oferta_usp .box strong {
    font-size: 35px;
    margin-top: 0;
  }
}
.oferta_usp .box.box3,
.oferta_usp .box.box4 {
  top: -120px;
  background: #fff;
}
@media (max-width: 992px) {
  .oferta_usp .box.box3,
  .oferta_usp .box.box4 {
    top: 0 !important;
  }
}
.oferta_usp .box.box3.active,
.oferta_usp .box.box4.active {
  top: 0;
}
.fbads .oferta_dodatki {
  padding: 0 0 100px 0;
}
@media (max-width: 992px) {
  .fbads .oferta_dodatki {
    padding: 0 0 55px 0;
  }
}
.fbads .oferta_dodatki.nalukaszu {
  padding: 100px 0 0 0;
}
@media (max-width: 992px) {
  .fbads .oferta_dodatki.nalukaszu {
    padding: 55px 0 0 0;
  }
}
@media (max-width: 991px) {
  .fbads.offer .cross_selling .contact_form {
    width: 100%;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .fbads .wpis_newsletttericase .paddingright50 {
    margin: 60px 0 0 0;
  }
}
.fbads .wpis_newsletttericase .paddingright50 h2.title {
  color: #f06921;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 50px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .fbads .wpis_newsletttericase .paddingright50 h2.title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .fbads .wpis_newsletttericase .paddingright50 h2.title {
    margin: 0 0 30px 0;
  }
}
.fbads .wpis_newsletttericase .paddingright50 .fbadsgraficzka {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.fbads .wpis_newsletttericase .paddingright50 .fbadsgraficzka .graficzka {
  width: 40%;
  height: auto;
  display: block;
  float: left;
  overflow: hidden;
}
.fbads .wpis_newsletttericase .paddingright50 .fbadsgraficzka .graficzka img {
  display: block;
  width: 100%;
  height: auto;
}
.fbads .wpis_newsletttericase .paddingright50 .fbadsgraficzka .content {
  float: left;
  width: 60%;
  height: auto;
  padding-left: 30px;
}
.fbads .wpis_newsletttericase .paddingright50 .fbadsgraficzka .content p {
  text-align: left;
  color: #000;
}
.fbads .wpis_newsletttericase .paddingright50 .fbadsgraficzka .content h2 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.page.offer.raport.fbads.audytux .galeriabenefity .galeria h2,
.page.offer.raport.fbads.audytux .oferta_wartosc h2,
.page.offer.raport.fbads.audytux .marki h2,
.page.offer.raport.fbads.audytux .oferta_wartosc h2,
.page.offer.raport.fbads.audytux .pinionszki h2 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  color: #3f3f3f;
  margin-bottom: 50px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .page.offer.raport.fbads.audytux .galeriabenefity .galeria h2,
  .page.offer.raport.fbads.audytux .oferta_wartosc h2,
  .page.offer.raport.fbads.audytux .marki h2,
  .page.offer.raport.fbads.audytux .oferta_wartosc h2,
  .page.offer.raport.fbads.audytux .pinionszki h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.page.offer.raport.fbads.audytux .pinionszki,
.page.offer.raport.fbads.audytux .marki {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .page.offer.raport.fbads.audytux .pinionszki,
  .page.offer.raport.fbads.audytux .marki {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .page.offer.raport.fbads.audytux .pinionszki,
  .page.offer.raport.fbads.audytux .marki {
    padding: 50px 0;
  }
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox p::selection,
.page.offer.raport.fbads.audytux .marki .contentbox p::selection,
.page.offer.raport.fbads.audytux .pinionszki .contentbox ul::selection,
.page.offer.raport.fbads.audytux .marki .contentbox ul::selection,
.page.offer.raport.fbads.audytux .pinionszki .contentbox li::selection,
.page.offer.raport.fbads.audytux .marki .contentbox li::selection,
.page.offer.raport.fbads.audytux .pinionszki .contentbox h1::selection,
.page.offer.raport.fbads.audytux .marki .contentbox h1::selection,
.page.offer.raport.fbads.audytux .pinionszki .contentbox h2::selection,
.page.offer.raport.fbads.audytux .marki .contentbox h2::selection,
.page.offer.raport.fbads.audytux .pinionszki .contentbox h3::selection,
.page.offer.raport.fbads.audytux .marki .contentbox h3::selection,
.page.offer.raport.fbads.audytux .pinionszki .contentbox h4::selection,
.page.offer.raport.fbads.audytux .marki .contentbox h4::selection,
.page.offer.raport.fbads.audytux .pinionszki .contentbox h5::selection,
.page.offer.raport.fbads.audytux .marki .contentbox h5::selection {
  color: #fff;
  background-color: #f06921;
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox p::-moz-selection,
.page.offer.raport.fbads.audytux .marki .contentbox p::-moz-selection,
.page.offer.raport.fbads.audytux .pinionszki .contentbox ul::-moz-selection,
.page.offer.raport.fbads.audytux .marki .contentbox ul::-moz-selection,
.page.offer.raport.fbads.audytux .pinionszki .contentbox li::-moz-selection,
.page.offer.raport.fbads.audytux .marki .contentbox li::-moz-selection,
.page.offer.raport.fbads.audytux .pinionszki .contentbox h1::-moz-selection,
.page.offer.raport.fbads.audytux .marki .contentbox h1::-moz-selection,
.page.offer.raport.fbads.audytux .pinionszki .contentbox h2::-moz-selection,
.page.offer.raport.fbads.audytux .marki .contentbox h2::-moz-selection,
.page.offer.raport.fbads.audytux .pinionszki .contentbox h3::-moz-selection,
.page.offer.raport.fbads.audytux .marki .contentbox h3::-moz-selection,
.page.offer.raport.fbads.audytux .pinionszki .contentbox h4::-moz-selection,
.page.offer.raport.fbads.audytux .marki .contentbox h4::-moz-selection,
.page.offer.raport.fbads.audytux .pinionszki .contentbox h5::-moz-selection,
.page.offer.raport.fbads.audytux .marki .contentbox h5::-moz-selection {
  color: #fff;
  background-color: #f06921;
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox p,
.page.offer.raport.fbads.audytux .marki .contentbox p,
.page.offer.raport.fbads.audytux .pinionszki .contentbox li,
.page.offer.raport.fbads.audytux .marki .contentbox li {
  color: #3f3f3f;
  font-size: 18px;
  line-height: 34px;
  position: relative;
  margin: 0 0 15px 0;
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox p strong,
.page.offer.raport.fbads.audytux .marki .contentbox p strong,
.page.offer.raport.fbads.audytux .pinionszki .contentbox li strong,
.page.offer.raport.fbads.audytux .marki .contentbox li strong {
  font-weight: 700;
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox p,
.page.offer.raport.fbads.audytux .marki .contentbox p {
  margin-bottom: 4vh;
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox blockquote,
.page.offer.raport.fbads.audytux .marki .contentbox blockquote {
  position: relative;
  padding-left: 30px;
  border-left: solid 7px #f06921;
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox ul li,
.page.offer.raport.fbads.audytux .marki .contentbox ul li {
  padding: 0 0 0 20px;
  position: relative;
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox ul li:before,
.page.offer.raport.fbads.audytux .marki .contentbox ul li:before {
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  background-color: #f06921;
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox ol,
.page.offer.raport.fbads.audytux .marki .contentbox ol {
  counter-reset: li;
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox ol li,
.page.offer.raport.fbads.audytux .marki .contentbox ol li {
  counter-increment: li;
  padding: 0;
  position: relative;
  list-style: none;
  padding-left: 1em;
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox ol li:before,
.page.offer.raport.fbads.audytux .marki .contentbox ol li:before {
  content: counter(li);
  color: #f06921;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox img,
.page.offer.raport.fbads.audytux .marki .contentbox img {
  display: block;
  margin: 60px auto;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .page.offer.raport.fbads.audytux .pinionszki .contentbox img,
  .page.offer.raport.fbads.audytux .marki .contentbox img {
    max-width: 100%;
  }
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox .wp-caption,
.page.offer.raport.fbads.audytux .marki .contentbox .wp-caption {
  display: block;
  margin-bottom: 60px;
  text-align: center;
  width: auto !important;
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox .wp-caption img,
.page.offer.raport.fbads.audytux .marki .contentbox .wp-caption img {
  margin-bottom: 0;
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox .wp-caption p,
.page.offer.raport.fbads.audytux .marki .contentbox .wp-caption p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0 0 0;
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox h2,
.page.offer.raport.fbads.audytux .marki .contentbox h2,
.page.offer.raport.fbads.audytux .pinionszki .contentbox h3,
.page.offer.raport.fbads.audytux .marki .contentbox h3 {
  font-size: 27px;
  line-height: 37px;
  color: #f06921;
  margin: 30px 0;
  font-weight: 300;
}
@media (max-width: 991px) {
  .page.offer.raport.fbads.audytux .pinionszki .contentbox h2,
  .page.offer.raport.fbads.audytux .marki .contentbox h2,
  .page.offer.raport.fbads.audytux .pinionszki .contentbox h3,
  .page.offer.raport.fbads.audytux .marki .contentbox h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox h4,
.page.offer.raport.fbads.audytux .marki .contentbox h4 {
  font-size: 25px;
  line-height: 35px;
  color: #f06921;
  margin: 30px 0;
  font-weight: 300;
}
@media (max-width: 991px) {
  .page.offer.raport.fbads.audytux .pinionszki .contentbox h4,
  .page.offer.raport.fbads.audytux .marki .contentbox h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox h5,
.page.offer.raport.fbads.audytux .marki .contentbox h5 {
  font-size: 20px;
  line-height: 30px;
  color: #f06921;
  margin: 30px 0;
  font-weight: 300;
}
@media (max-width: 991px) {
  .page.offer.raport.fbads.audytux .pinionszki .contentbox h5,
  .page.offer.raport.fbads.audytux .marki .contentbox h5 {
    font-size: 18px;
    line-height: 28px;
  }
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox strong,
.page.offer.raport.fbads.audytux .marki .contentbox strong {
  font-weight: 800;
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox em,
.page.offer.raport.fbads.audytux .marki .contentbox em {
  font-style: italic;
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox a,
.page.offer.raport.fbads.audytux .marki .contentbox a {
  position: relative;
  color: #f06921;
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox a:before,
.page.offer.raport.fbads.audytux .marki .contentbox a:before {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: #f06921;
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox a:hover:before,
.page.offer.raport.fbads.audytux .marki .contentbox a:hover:before {
  width: 0;
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox b,
.page.offer.raport.fbads.audytux .marki .contentbox b {
  font-weight: normal;
}
.page.offer.raport.fbads.audytux .pinionszki .contentbox strong,
.page.offer.raport.fbads.audytux .marki .contentbox strong {
  font-weight: bold;
}
.page.offer.raport.fbads.audytux .marki {
  position: relative;
  padding: 0 0 100px 0;
}
@media (max-width: 991px) {
  .page.offer.raport.fbads.audytux .marki {
    padding: 0 0 70px 0;
  }
}
@media (max-width: 767px) {
  .page.offer.raport.fbads.audytux .marki {
    padding: 0 0 50px 0;
  }
}
.page.offer.raport.fbads.audytux .marki img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .page.offer.raport.fbads.audytux .marki img {
    margin-top: 30px;
  }
}
.page.offer.raport.fbads.audytux .galeriabenefity {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 991px) {
  .page.offer.raport.fbads.audytux .galeriabenefity {
    padding-bottom: 30px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .page.offer.raport.fbads.audytux .galeriabenefity .more_info {
    overflow-y: scroll;
  }
  .page.offer.raport.fbads.audytux .galeriabenefity .more_info::-webkit-scrollbar {
    display: none;
  }
}
.page.offer.raport.fbads.audytux .galeriabenefity .more_info .more_description_points ul li {
  padding-left: 100px;
}
.page.offer.raport.fbads.audytux .galeriabenefity .more_info .more_description_points ul li:before {
  left: 15px;
}
.page.offer.raport.fbads.audytux .galeriabenefity .more_info .more_description_points ul li:after {
  left: 20px;
}
.page.offer.raport.fbads.audytux .galeriabenefity .button {
  margin-bottom: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  left: 0;
  width: 230px;
  margin: auto;
  bottom: -25px;
}
.top_menu_2021::before {
  position: fixed;
  z-index: 99999999999999999999;
  width: auto;
  line-height: 1.7;
  content: 'użytkownik zalogowany';
  right: 30px;
  top: 120px;
  background-color: #7cb342;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: none;
  font-size: 13px;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children {
  height: 60px;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children > a,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children > a {
  display: block;
  height: 100%;
  position: relative;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children > a::after,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children > a::after {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  margin: auto;
  width: 30px;
  height: 10px;
  background-color: #f06921;
  content: '';
  display: none;
  z-index: 3;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu {
  padding: 30px;
  display: none;
  width: 1140px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-top: solid 5px #f06921;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  top: 105px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  /*
                        &.show {
                            display: block;
                        }
                        */
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li {
  margin: 0;
  display: block;
  width: 100%;
  /*
                                float: left;
                                width: 33.33%;
                                display: block;
                                margin: 30px 0 0 0;
                                padding: 0;
                                text-align: left;
                                &:nth-child(3n+1){
                                    clear: left;
                                }
                                */
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek {
  margin-bottom: 20px;
  width: 25%;
  float: left;
  display: block;
  height: auto;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek a,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek a {
  border: 0;
  color: #000;
  padding: 0;
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek a::after,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek a::after,
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek a::before,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek a::before {
  display: none;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek a:hover,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek a:hover {
  color: #000;
  border: 0;
  padding: 0;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek.beznaglowka a,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek.beznaglowka a {
  opacity: 0;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek ul.sub-menu,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek ul.sub-menu {
  padding: 0;
  display: block;
  width: auto;
  background-color: transparent;
  position: relative;
  z-index: auto;
  top: auto;
  left: auto;
  right: auto;
  margin: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-top: 0;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek ul.sub-menu li,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek ul.sub-menu li {
  margin-top: 10px;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek ul.sub-menu li a,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek ul.sub-menu li a {
  font-weight: normal;
  font-size: 13px;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 0 0 0 15px;
  position: relative;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek ul.sub-menu li a::before,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek ul.sub-menu li a::before {
  width: 10px;
  height: 1px;
  left: 0;
  top: 10px;
  content: '';
  display: block;
  position: absolute;
  background-color: #f06921;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek ul.sub-menu li a:hover,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek ul.sub-menu li a:hover {
  color: #f06921;
  padding: 0 15px 0 0;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek ul.sub-menu li a:hover::before,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li.menu_2021_naglowek ul.sub-menu li a:hover::before {
  width: 0;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li a,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li a {
  font-size: 13px;
  height: auto;
  line-height: 1.7;
  color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: block;
  border-left: solid 1px #fff;
  padding: 0 10px;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li a::before,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li a::before {
  display: none;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li a:hover,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu li a:hover {
  border-left: solid 5px #fff;
  padding: 0 5px 0 15px;
}
@media (max-width: 1199px) {
  .top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu,
  .top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu {
    width: 940px;
  }
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children.sub_pojedyncze ul.sub-menu li.menu_2021_naglowek,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children.sub_pojedyncze ul.sub-menu li.menu_2021_naglowek {
  width: 100%;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children.sub_pojedyncze ul.sub-menu li.menu_2021_naglowek ul.sub-menu li,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children.sub_pojedyncze ul.sub-menu li.menu_2021_naglowek ul.sub-menu li {
  display: block;
  width: 100%;
  clear: both;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menubutton a,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menubutton a {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  background: #f06921;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
  top: -15px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  position: relative;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li.menubutton a:hover,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menubutton a:hover {
  background: #d84315;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li:hover > a::before,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li:hover > a::before {
  width: 0;
}
.top_menu_2021 .menu_container ul.main_menu_2021 li:hover > a::after,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li:hover > a::after,
.top_menu_2021 .menu_container ul.main_menu_2021 li:hover ul.sub-menu,
.top_menu_small_2021 .menu_container ul.main_menu_2021 li:hover ul.sub-menu {
  display: block;
}
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children {
  height: 55px;
}
.top_menu_small_2021 .menu_container ul.main_menu_2021 li.menu-item-has-children ul.sub-menu {
  top: 80px;
  text-align: left;
}
.home .half_section.nowa2k21 {
  background-color: #fafafb;
}
@media (max-width: 499px) {
  .home .half_section.nowa2k21 .mobilefull {
    width: 100%;
  }
}
.home .half_section.nowa2k21 .title {
  text-align: center;
}
.home .half_section.nowa2k21 .siatkowemenu {
  margin-top: 50px;
}
.home .half_section.nowa2k21 .siatkowemenu .box img {
  float: none;
  margin: auto;
  max-width: 80px;
  max-height: 80px;
}
.home .half_section.nowa2k21 .siatkowemenu .box .inside {
  display: block;
  text-align: center;
}
.home .half_section.nowa2k21 .siatkowemenu .box .inside h3 {
  margin: 30px 0 15px 0;
  display: block;
}
.home .half_section.nowa2k21 .siatkowemenu .box .inside p {
  line-height: 1.6;
}
.nowak2k21_zaufali {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .nowak2k21_zaufali {
    padding-bottom: 50px;
  }
}
.nowak2k21_zaufali .title {
  color: #3f3f3f;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
  clear: both;
  text-align: center;
}
@media (max-width: 1200px) {
  .nowak2k21_zaufali .title {
    font-size: 35px;
    line-height: 45px;
  }
  .nowak2k21_zaufali .title br {
    display: none;
  }
}
@media (max-width: 991px) {
  .nowak2k21_zaufali .title {
    margin-top: 50px;
    font-size: 35px;
    line-height: 41px;
  }
}
.nowak2k21_zaufali .zaufali_logo {
  background-color: #fff;
  padding: 15px;
  width: 100%;
  height: 120px;
  display: block;
  position: relative;
}
.nowak2k21_zaufali .zaufali_logo img {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nowa2k21_casestudies {
  padding: 100px 0 0 0;
}
@media (max-width: 991px) {
  .nowa2k21_casestudies {
    padding: 70px 0 0 0;
  }
}
.nowa2k21_casestudies .title {
  color: #3f3f3f;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
  clear: both;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .nowa2k21_casestudies .title {
    font-size: 35px;
    line-height: 45px;
  }
  .nowa2k21_casestudies .title br {
    display: none;
  }
}
@media (max-width: 991px) {
  .nowa2k21_casestudies .title {
    margin-top: 50px;
    font-size: 35px;
    line-height: 41px;
  }
}
.nowa2k21_casestudies .casestudy_miniatura {
  display: block;
  width: 100%;
  height: 300px;
  position: relative;
  background-color: #f06921;
  overflow: hidden;
  margin-bottom: 30px;
}
.nowa2k21_casestudies .casestudy_miniatura p {
  position: absolute;
  bottom: 25px;
  left: 30px;
  max-width: calc(100% - 60px);
  z-index: 3;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .nowa2k21_casestudies .casestudy_miniatura p {
    font-size: 18px;
  }
}
.nowa2k21_casestudies .casestudy_miniatura .nakladka {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background: #f57c00;
  background: -moz-linear-gradient(0deg, #f57c00 0%, rgba(245, 124, 0, 0) 80%);
  background: -webkit-linear-gradient(0deg, #f57c00 0%, rgba(245, 124, 0, 0) 80%);
  background: linear-gradient(0deg, #f57c00 0%, rgba(245, 124, 0, 0) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f06921", endColorstr="#f06921", GradientType=1);
}
.nowa2k21_casestudies .casestudy_miniatura img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.nowa2k21_casestudies .casestudy_miniatura:hover img {
  width: 104%;
  height: 104%;
  left: -2%;
  top: -2%;
  bottom: -2%;
  right: -2%;
}
.nowa2k21_casestudies .button_container {
  margin-top: 20px;
  text-align: center;
}
.nowa2k21_casestudies .col-sm-4 {
  margin-top: 30px;
}
.casestudy2k21_omarce,
.casestudy2k21_efekty,
.casestudy2k21_jak,
.casestudy2k21_opinia,
.casestudy2k21_cta {
  padding: 100px 0 0 0;
}
@media (max-width: 991px) {
  .casestudy2k21_omarce,
  .casestudy2k21_efekty,
  .casestudy2k21_jak,
  .casestudy2k21_opinia,
  .casestudy2k21_cta {
    padding: 70px 0 0 0;
  }
}
.casestudy2k21_omarce strong,
.casestudy2k21_efekty strong,
.casestudy2k21_jak strong,
.casestudy2k21_opinia strong,
.casestudy2k21_cta strong {
  font-weight: bold;
}
.casestudy2k21_omarce p,
.casestudy2k21_efekty p,
.casestudy2k21_jak p,
.casestudy2k21_opinia p,
.casestudy2k21_cta p {
  line-height: 1.8;
  margin-bottom: 30px;
}
.casestudy2k21_omarce ul,
.casestudy2k21_efekty ul,
.casestudy2k21_jak ul,
.casestudy2k21_opinia ul,
.casestudy2k21_cta ul,
.casestudy2k21_omarce ol,
.casestudy2k21_efekty ol,
.casestudy2k21_jak ol,
.casestudy2k21_opinia ol,
.casestudy2k21_cta ol {
  margin-bottom: 30px;
}
.casestudy2k21_omarce ul li,
.casestudy2k21_efekty ul li,
.casestudy2k21_jak ul li,
.casestudy2k21_opinia ul li,
.casestudy2k21_cta ul li,
.casestudy2k21_omarce ol li,
.casestudy2k21_efekty ol li,
.casestudy2k21_jak ol li,
.casestudy2k21_opinia ol li,
.casestudy2k21_cta ol li {
  line-height: 1.8;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
.casestudy2k21_omarce ul li::before,
.casestudy2k21_efekty ul li::before,
.casestudy2k21_jak ul li::before,
.casestudy2k21_opinia ul li::before,
.casestudy2k21_cta ul li::before,
.casestudy2k21_omarce ol li::before,
.casestudy2k21_efekty ol li::before,
.casestudy2k21_jak ol li::before,
.casestudy2k21_opinia ol li::before,
.casestudy2k21_cta ol li::before {
  width: 10px;
  height: 2px;
  top: 12px;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #f06921;
  position: absolute;
  display: block;
  content: '';
}
.casestudy2k21_omarce ul li:last-child,
.casestudy2k21_efekty ul li:last-child,
.casestudy2k21_jak ul li:last-child,
.casestudy2k21_opinia ul li:last-child,
.casestudy2k21_cta ul li:last-child,
.casestudy2k21_omarce ol li:last-child,
.casestudy2k21_efekty ol li:last-child,
.casestudy2k21_jak ol li:last-child,
.casestudy2k21_opinia ol li:last-child,
.casestudy2k21_cta ol li:last-child {
  margin-bottom: 0;
}
.casestudy2k21_omarce h2,
.casestudy2k21_efekty h2,
.casestudy2k21_jak h2,
.casestudy2k21_opinia h2,
.casestudy2k21_cta h2 {
  color: #f06921;
  font-size: 45px;
  font-weight: 300;
  line-height: 55px;
  clear: both;
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .casestudy2k21_omarce h2,
  .casestudy2k21_efekty h2,
  .casestudy2k21_jak h2,
  .casestudy2k21_opinia h2,
  .casestudy2k21_cta h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .casestudy2k21_omarce h2 br,
  .casestudy2k21_efekty h2 br,
  .casestudy2k21_jak h2 br,
  .casestudy2k21_opinia h2 br,
  .casestudy2k21_cta h2 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .casestudy2k21_omarce h2,
  .casestudy2k21_efekty h2,
  .casestudy2k21_jak h2,
  .casestudy2k21_opinia h2,
  .casestudy2k21_cta h2 {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 41px;
  }
}
.casestudy2k21_omarce h3,
.casestudy2k21_efekty h3,
.casestudy2k21_jak h3,
.casestudy2k21_opinia h3,
.casestudy2k21_cta h3 {
  color: #f06921;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.7;
  clear: both;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .casestudy2k21_omarce h3,
  .casestudy2k21_efekty h3,
  .casestudy2k21_jak h3,
  .casestudy2k21_opinia h3,
  .casestudy2k21_cta h3 {
    font-size: 24px;
  }
  .casestudy2k21_omarce h3 br,
  .casestudy2k21_efekty h3 br,
  .casestudy2k21_jak h3 br,
  .casestudy2k21_opinia h3 br,
  .casestudy2k21_cta h3 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .casestudy2k21_omarce h3,
  .casestudy2k21_efekty h3,
  .casestudy2k21_jak h3,
  .casestudy2k21_opinia h3,
  .casestudy2k21_cta h3 {
    font-size: 20;
  }
}
.casestudy2k21_omarce img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  margin: auto;
  max-width: 300px;
}
.casestudy2k21_efekty .casestudy2k21_efekty_efekt {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}
.casestudy2k21_efekty .casestudy2k21_efekty_efekt h3 {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  font-size: 48px;
}
@media (max-width: 1199px) {
  .casestudy2k21_efekty .casestudy2k21_efekty_efekt h3 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .casestudy2k21_efekty .casestudy2k21_efekty_efekt h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .casestudy2k21_efekty .casestudy2k21_efekty_efekt h3 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .casestudy2k21_efekty .casestudy2k21_efekty_efekt h3 {
    font-size: 24px;
  }
}
.casestudy2k21_efekty .casestudy2k21_efekty_efekt p {
  color: #3f3f3f;
}
.casestudy2k21_jak {
  padding: 100px 0 85px 0;
  margin-top: 85px;
  background-color: rgba(138, 138, 138, 0.05);
}
@media (max-width: 991px) {
  .casestudy2k21_jak {
    padding: 70px 0 55px 0;
    margin-top: 55px;
  }
}
.casestudy2k21_opinia .casestudy2k21_opinia_box .casestudy2k21_opinia_box_tresc {
  font-style: italic;
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
}
.casestudy2k21_opinia .casestudy2k21_opinia_box .casestudy2k21_opinia_box_tresc::before {
  content: '"';
  font-size: 70px;
  line-height: 20px;
  left: -5px;
  top: 20px;
  position: absolute;
}
.casestudy2k21_opinia .casestudy2k21_opinia_box .casestudy2k21_opinia_box_autor {
  display: block;
  overflow: hidden;
}
.casestudy2k21_opinia .casestudy2k21_opinia_box .casestudy2k21_opinia_box_autor .casestudy2k21_opinia_box_autor_dane {
  float: left;
  text-align: right;
  width: calc(100% - 130px);
  height: auto;
  padding: 20px 0;
}
.casestudy2k21_opinia .casestudy2k21_opinia_box .casestudy2k21_opinia_box_autor .casestudy2k21_opinia_box_autor_dane p {
  margin: 0;
}
.casestudy2k21_opinia .casestudy2k21_opinia_box .casestudy2k21_opinia_box_autor .casestudy2k21_opinia_box_autor_dane p.second {
  color: rgba(0, 0, 0, 0.3);
}
.casestudy2k21_opinia .casestudy2k21_opinia_box .casestudy2k21_opinia_box_autor .casestudy2k21_opinia_box_autor_foto {
  display: block;
  width: 100px;
  margin-left: 30px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  float: left;
}
.casestudy2k21_opinia .casestudy2k21_opinia_box .casestudy2k21_opinia_box_autor .casestudy2k21_opinia_box_autor_foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.casestudy2k21_cta {
  padding: 100px 0 70px 0;
  margin-top: 85px;
  background-color: rgba(138, 138, 138, 0.05);
  text-align: center;
  background-color: #f06921;
}
@media (max-width: 991px) {
  .casestudy2k21_cta {
    padding: 70px 0 40px 0;
    margin-top: 55px;
  }
}
.casestudy2k21_cta .button {
  margin-bottom: 30px;
  background-color: #fff;
  color: #f06921;
}
.casestudy2k21_cta .button:hover {
  background-color: #000;
}
.casestudy2k21_cta h2 {
  color: #fff;
}
.casestudy2k21_cta p {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 991px) {
  .casestudy2k21_cta p {
    font-size: 16px;
  }
}
.casestudy2k21 .baner {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  height: auto;
}
@media (max-width: 991px) {
  .casestudy2k21 .baner {
    height: auto;
    margin-bottom: 40px;
  }
}
.casestudy2k21 .baner .zajawka {
  margin: 0;
  padding: 50px 0 50px 50px;
  display: block;
  height: auto;
}
.casestudy2k21 .baner .zajawka h2,
.casestudy2k21 .baner .zajawka p {
  margin-top: 0;
}
.casestudy2k21 .baner .left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}
@media (max-width: 991px) {
  .casestudy2k21 .baner .left {
    width: 100%;
  }
}
.casestudy2k21 .baner .left img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.casestudy2k21 .baner .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
@media (max-width: 991px) {
  .casestudy2k21 .baner .right {
    width: 0;
  }
}
.casestudy2k21 .baner .container {
  position: relative;
  z-index: 2;
}
.casestudy2k21 .baner .title {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 80px;
  line-height: 62px;
  margin-top: 80px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .casestudy2k21 .baner .title {
    margin: 70px 0 60px 0;
    font-size: 32px;
    line-height: 50px;
  }
}
.casestudy2k21 .baner h2,
.casestudy2k21 .baner p {
  color: #3f3f3f;
  font-size: 30px;
  margin-top: 80px;
  margin-bottom: 80px;
  line-height: 45px;
}
@media (max-width: 991px) {
  .casestudy2k21 .baner .left_padding_50 {
    display: none;
  }
}
.casestudy2k21 .baner .zajawkacenter img,
.casestudy2k21 .zajawkacentermobile img {
  margin: 0 auto;
  display: block;
  max-width: 200px;
  max-height: 200px;
}
@media (max-width: 991px) {
  .casestudy2k21 .baner .zajawkacenter img,
  .casestudy2k21 .zajawkacentermobile img {
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 30px;
  }
}
.casestudy2k21 .zajawkacentermobile {
  display: none;
}
.casestudy2k21 .zajawkacentermobile h2,
.casestudy2k21 .zajawkacentermobile p {
  color: #3f3f3f;
  font-size: 24px;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .casestudy2k21 .zajawkacentermobile {
    display: block;
    text-align: center;
  }
}
.page.casestudies2k21 .zajawkacenter_mobile {
  display: none;
}
.page.casestudies2k21 .zajawkacenter_mobile h2,
.page.casestudies2k21 .zajawkacenter_mobile p {
  color: #3f3f3f;
  font-size: 24px;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .page.casestudies2k21 .zajawkacenter_mobile {
    display: block;
  }
}
.page.casestudies2k21 .baner {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .page.casestudies2k21 .baner {
    height: auto;
    margin-bottom: 40px;
  }
}
.page.casestudies2k21 .baner .left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f06921;
}
@media (max-width: 991px) {
  .page.casestudies2k21 .baner .left {
    width: 100%;
  }
}
.page.casestudies2k21 .baner .left img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page.casestudies2k21 .baner .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
@media (max-width: 991px) {
  .page.casestudies2k21 .baner .right {
    width: 0;
  }
}
.page.casestudies2k21 .baner .container {
  position: relative;
  z-index: 2;
}
.page.casestudies2k21 .baner .title {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 80px;
  line-height: 62px;
  margin-top: 80px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .page.casestudies2k21 .baner .title {
    margin: 70px 0 60px 0;
    font-size: 45px;
    line-height: 50px;
  }
}
.page.casestudies2k21 .baner h2,
.page.casestudies2k21 .baner p {
  color: #3f3f3f;
  font-size: 30px;
  margin-top: 80px;
  margin-bottom: 80px;
  line-height: 45px;
}
@media (max-width: 991px) {
  .page.casestudies2k21 .baner .left_padding_50 {
    display: none;
  }
}
.page.casestudies2k21 .half_section .description h2 {
  line-height: 1.6;
}
.page.casestudies2k21 .casestudies2k21_lista {
  padding: 0 0 100px 0;
}
@media (max-width: 991px) {
  .page.casestudies2k21 .casestudies2k21_lista {
    padding: 0 0 70px 0;
  }
}
.page.casestudies2k21 .casestudies2k21_lista .col-sm-4 {
  margin-top: 30px;
}
.casestudies2k21_case {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px rgba(63, 63, 63, 0.2);
  padding: 30px 30px 110px 30px;
  text-align: center;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.casestudies2k21_case img {
  width: auto;
  height: auto;
  max-width: 100px;
  margin-bottom: 30px;
}
.casestudies2k21_case p,
.casestudies2k21_case h2 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .casestudies2k21_case p,
  .casestudies2k21_case h2 {
    font-size: 18px;
  }
}
.casestudies2k21_case p strong,
.casestudies2k21_case h2 strong {
  color: #f06921;
}
.casestudies2k21_case .button {
  display: inline-block;
  width: 150px;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
.casestudies2k21_case:hover {
  border-color: #f06921;
}
.casestudies2k21_case:hover .button {
  background: #f06921;
}
.page.darmowawycena .baner {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .page.darmowawycena .baner {
    height: auto;
    margin-bottom: 40px;
  }
}
.page.darmowawycena .baner .left {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f06921;
}
@media (max-width: 991px) {
  .page.darmowawycena .baner .left {
    width: 100%;
  }
}
.page.darmowawycena .baner .left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.page.darmowawycena .baner .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
@media (max-width: 991px) {
  .page.darmowawycena .baner .right {
    width: 0;
  }
}
.page.darmowawycena .baner .container {
  position: relative;
  z-index: 2;
}
.page.darmowawycena .baner .title {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 80px;
  line-height: 62px;
  margin-top: 80px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .page.darmowawycena .baner .title {
    margin: 70px 0 60px 0;
    font-size: 45px;
    line-height: 50px;
  }
}
.page.darmowawycena .baner h2,
.page.darmowawycena .baner p {
  color: #3f3f3f;
  font-size: 30px;
  margin-top: 80px;
  margin-bottom: 80px;
  line-height: 45px;
}
@media (max-width: 991px) {
  .page.darmowawycena .baner .left_padding_50 {
    display: none;
  }
}
.page.darmowawycena .half_section .description h2 {
  line-height: 1.6;
}
.page.darmowawycena .darmowawycena_content {
  padding: 0 0 100px 0;
}
@media (max-width: 991px) {
  .page.darmowawycena .darmowawycena_content {
    padding: 0 0 70px 0;
  }
}
.page.darmowawycena .darmowawycena_content h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  margin: 30px 0 15px 0;
}
@media (max-width: 991px) {
  .page.darmowawycena .darmowawycena_content h3 {
    font-size: 18px;
  }
}
.page.darmowawycena .darmowawycena_content h3 strong {
  color: #f06921;
}
.page.darmowawycena .darmowawycena_content .wpcf7 .checkboxes {
  position: relative;
  margin: 20px 0;
}
.page.darmowawycena .darmowawycena_content .wpcf7 .checkboxes a {
  color: #f06921;
  text-decoration: underline;
}
.page.darmowawycena .darmowawycena_content .wpcf7 .checkboxes a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .page.darmowawycena .darmowawycena_content .wpcf7 .checkboxes {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 20px auto;
  }
}
.page.darmowawycena .darmowawycena_content .wpcf7 .checkboxes label {
  opacity: 1;
  position: relative;
  padding-left: 30px !important;
  pointer-events: all;
  font-size: 12px !important;
  line-height: 1.3;
  display: block;
  margin-bottom: 10px;
}
.page.darmowawycena .darmowawycena_content .wpcf7 .checkboxes label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: solid #cfd8dc 1px;
  border-radius: 3px;
}
.page.darmowawycena .darmowawycena_content .wpcf7 .checkboxes label.active:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 13px;
  height: 10px;
  background-image: url('../images/checkbox-fill.svg');
  background-repeat: no-repeat;
  border-radius: 10px;
}
.page.darmowawycena .darmowawycena_content .wpcf7 .checkboxes input {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  padding: 0 10px 0 10px;
  -webkit-appearance: none;
}
.page.darmowawycena .darmowawycena_content .wpcf7 br {
  display: none;
}
.page.darmowawycena .darmowawycena_content .wpcf7 span {
  margin: 0 !important;
}
.page.darmowawycena .darmowawycena_content .wpcf7 input {
  width: 100%;
  height: 35px;
  border-radius: 3px;
  border: solid 1px #98a3a9;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .page.darmowawycena .darmowawycena_content .wpcf7 input {
    height: 45px;
    line-height: 45px;
  }
}
.page.darmowawycena .darmowawycena_content .wpcf7 textarea {
  width: 100%;
  height: 198px;
  border-radius: 3px;
  border: solid 1px #98a3a9;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 20px;
  padding-left: 10px;
  resize: none;
}
.page.darmowawycena .darmowawycena_content .wpcf7 .wpcf7-submit {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  background: #f06921;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-align: center;
  border: 0;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  line-height: inherit;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
}
.page.darmowawycena .darmowawycena_content .wpcf7 .wpcf7-submit:hover {
  background: #d84315;
}
.page.darmowawycena .darmowawycena_content .wpcf7 .wpcf7-response-output {
  border: 0;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #3f3f3f;
  margin: 0;
  padding: 0;
}
.page.darmowawycena .darmowawycena_content .wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  color: #fff;
  font-size: 8px;
  top: 10px;
  right: 0px;
  background: #f06921;
  padding: 5px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page.darmowawycena .darmowawycena_content .wpcf7 .wpcf7-checkbox {
  display: block;
}
.page.darmowawycena .darmowawycena_content .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-bottom: 15px !important;
}
.page.darmowawycena .darmowawycena_content .wpcf7 .wpcf7-checkbox label {
  opacity: 1;
  position: relative;
  padding-left: 45px !important;
  pointer-events: all;
  font-size: 16px !important;
  line-height: 1.7;
  display: block;
  cursor: pointer;
}
.page.darmowawycena .darmowawycena_content .wpcf7 .wpcf7-checkbox label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  border: solid #cfd8dc 1px;
  border-radius: 3px;
}
.page.darmowawycena .darmowawycena_content .wpcf7 .wpcf7-checkbox label::before {
  content: '';
  display: block;
  position: absolute;
  opacity: 0;
  top: 5px;
  left: 8px;
  width: 18px;
  height: 18px;
  background-image: url('../images/checkbox-fill.svg');
  background-repeat: no-repeat;
  border-radius: 10px;
}
.page.darmowawycena .darmowawycena_content .wpcf7 .wpcf7-checkbox label.ok::before {
  opacity: 1;
}
.page.darmowawycena .darmowawycena_content .wpcf7 .wpcf7-checkbox input {
  display: none;
}
.page.darmowawycena .darmowawycena_content.drugiform h3 {
  margin-top: 15px;
}
.page.darmowawycena .darmowawycena_content.drugiform .form-step-box {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
.page.darmowawycena .darmowawycena_content.drugiform .form_steps_nav {
  text-align: center;
}
.page.darmowawycena .darmowawycena_content.drugiform .form_steps_nav li.form-step {
  cursor: pointer;
  display: inline-block;
  margin: 0 15px 15px 0;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  line-height: 26px;
  border: solid 2px #f06921;
  color: #f06921;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.page.darmowawycena .darmowawycena_content.drugiform .form_steps_nav li.form-step:hover,
.page.darmowawycena .darmowawycena_content.drugiform .form_steps_nav li.form-step.current {
  color: #fff;
  background-color: #f06921;
}
.page.darmowawycena .darmowawycena_content.drugiform .buttons {
  display: block;
  width: 100%;
  text-align: center;
}
.page.darmowawycena .darmowawycena_content.drugiform .buttons .button {
  display: inline-block;
  margin: 15px;
  cursor: pointer;
}
.page.darmowawycena .darmowawycena_content.drugiform .buttons .button.gray {
  background-color: #8a8a8a;
}
.page.darmowawycena .darmowawycena_content.drugiform .buttons .button.gray:hover {
  background-color: #3f3f3f;
}
.page.darmowawycena .darmowawycena_content.drugiform .form-step-box {
  display: none;
}
.page.darmowawycena .darmowawycena_content.drugiform .form-step-box.current {
  display: block;
}
.page.darmowawycena .zajawkacenter_mobile {
  display: none;
}
.page.darmowawycena .zajawkacenter_mobile h2,
.page.darmowawycena .zajawkacenter_mobile p {
  color: #3f3f3f;
  font-size: 24px;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .page.darmowawycena .zajawkacenter_mobile {
    display: block;
  }
}
@media (max-width: 766px) {
  .container {
    max-width: unset;
  }
}
.fancybox__container {
  z-index: 9999999 !important;
}
@media (max-width: 991px) {
  .main_baner .image {
    display: none;
  }
}
.main_baner .image_mobile {
  display: none;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .main_baner .image_mobile {
    display: block;
  }
}
.main_baner .image_mobile img {
  display: block;
  width: 100%;
  height: auto;
}
.wpis .baner .zajawkacenter .title {
  font-size: 32px;
  color: #000;
  font-weight: unset;
  margin-bottom: 24px;
  line-height: 1.4;
  margin-top: unset;
  text-transform: unset;
}
.wpis .baner .zajawkacenter .title strong {
  color: #f06921;
}
.headline {
  position: relative;
  text-align: center;
  padding-top: 150px;
}
@media (max-width: 992px) {
  .headline {
    padding-top: 70px;
  }
}
.headline .title {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .headline .title {
    font-size: 35px;
    line-height: 45px;
  }
}
