@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700&subset=latin-ext');
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body {
  max-width: 100vw;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
body * {
  outline: none;
}
input::-ms-clear {
  display: none;
}
/* CSS Document */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .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: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#top {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  height: 95px;
  background-color: #fff;
}
@media (max-width: 767px) {
  #top {
    height: 75px;
    position: fixed;
    top: 0;
    z-index: 1000;
    -webkit-box-shadow: -5px 5px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: -5px 5px 15px -5px rgba(0, 0, 0, 0.1);
  }
}
iframe {
  min-width: none !important;
}
.cf7-cf-turnstile iframe {
  min-width: none !important;
}
#top .logo {
  display: block;
  float: left;
  width: auto;
  height: 59px;
  margin: 12.5px 0;
}
#top .logo img {
  display: block;
  width: auto;
  height: 100%;
}
@media (max-width: 767px) {
  #top .logo {
    height: 50px;
  }
}
#top .socialmediacontact {
  display: block;
  width: auto;
  float: right;
  overflow: hidden;
  margin: 17px 0 0 0;
}
#top .socialmediacontact socialmedia {
  width: auto;
  display: block;
  text-align: right;
  float: left;
}
#top .socialmediacontact socialmedia a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px;
}
#top .socialmediacontact socialmedia a img {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  opacity: 0.2;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#top .socialmediacontact socialmedia a:first-child img {
  opacity: 0.3;
}
#top .socialmediacontact socialmedia a:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
#top .socialmediacontact .contact {
  float: right;
  width: auto;
  text-align: right;
  margin: 8px 0 0 0;
}
#top .socialmediacontact .contact p {
  color: #acacac;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.011em;
  margin: 0 0 0 10px;
  float: left;
}
#top .socialmediacontact .contact p a {
  color: #acacac;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.011em;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: auto;
  height: auto;
  margin: 0;
}
#top .socialmediacontact .contact p a:hover {
  color: #b7b9c2;
}
#top .menu-menu-glowne-container {
  clear: both;
}
#top .menu-menu-glowne-container ul#menu-menu-glowne {
  display: block;
  float: right;
  margin: 15px 0 0 0;
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li {
  padding: 0 20px;
  height: 14px;
  border-left: solid 2px #b7b9c2;
  float: left;
  position: relative;
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li.menu-item-has-children {
  cursor: pointer;
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li .sub-menu {
  transition: all 150ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 200px;
  background: white;
  position: absolute;
  padding-top: 20px;
  top: 15px;
  left: -2px;
  border-left: 2px solid #b7b9c2;
  z-index: 10;
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li .sub-menu .sub-menu {
  left: 198px;
  top: 0;
  padding: 0;
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li .sub-menu li {
  padding: 10px 25px;
  border-bottom: 1px solid #ededed;
  position: relative;
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li .sub-menu li.menu-item-has-children {
  cursor: pointer;
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li .sub-menu li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li .sub-menu li:last-child {
  border-bottom: 0;
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li .sub-menu li a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 13px;
  line-height: 1.3;
  border: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  letter-spacing: 0.011em;
  display: block;
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li .sub-menu li a:hover {
  color: #b7b9c2;
}
@media (max-width: 991px) {
  #top .menu-menu-glowne-container ul#menu-menu-glowne > li {
    padding: 0 18px;
  }
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li > a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  border-bottom: solid 2px transparent;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  letter-spacing: 0.011em;
  text-transform: uppercase;
  line-height: 14px;
  height: 18px;
  display: block;
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li > a:hover {
  border-bottom: solid 2px #b7b9c2;
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li.current_page_item a,
#top .menu-menu-glowne-container ul#menu-menu-glowne > li.current-page-ancestor a {
  border-bottom: solid 2px #b7b9c2;
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li:last-child {
  padding-right: 0;
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li:first-child {
  width: 30px;
  height: 28px;
  padding: 0;
  border: 0;
  margin: -7px 15px 0 0;
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li:first-child a {
  font-size: 0;
  background-image: url('../images/home.svg');
  background-size: 20px auto;
  background-position: center 4px;
  background-repeat: no-repeat;
  width: 30px;
  height: 28px;
  display: block;
  border: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li:first-child a:after {
  opacity: 0;
  width: 30px;
  height: 28px;
  content: '';
  position: absolute;
  background-image: url('../images/home-white.svg');
  background-size: 20px auto;
  background-position: center 4px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li:first-child a:hover {
  filter: grayscale(0) !important;
  background-color: #b7b9c2;
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li:first-child a:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  #top .menu-menu-glowne-container ul#menu-menu-glowne > li:first-child {
    display: none;
  }
}
#top .menu-menu-glowne-container ul#menu-menu-glowne > li:first-child.current_page_item a,
#top .menu-menu-glowne-container ul#menu-menu-glowne > li:first-child.current-page-ancestor a {
  filter: grayscale(100%);
}
#top .mobile-btn {
  display: none;
}
@media (max-width: 767px) {
  #top .mobile-btn {
    display: block;
    position: relative;
    cursor: pointer;
    background: transparent;
    border: none;
    float: right;
    height: 22px;
    width: 35px;
    margin: 26.5px 0px;
    padding: 0px;
    transform: none;
  }
  #top .mobile-btn span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #b7b9c2;
    margin-bottom: 5px;
    transition: all 0.35s ease-in-out;
  }
  #top .mobile-btn span:first-child {
    top: 0px;
  }
  #top .mobile-btn span:nth-child(2) {
    top: 9px;
  }
  #top .mobile-btn span:nth-child(3) {
    top: 18px;
    margin-bottom: 0px;
  }
}
#top .mobile-menu {
  display: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media (max-width: 767px) {
  #top .mobile-menu {
    display: block;
    position: fixed;
    top: 75px;
    width: 75vw;
    right: -80vw;
    -webkit-box-shadow: -5px 5px 15px -5px rgba(0, 0, 0, 0.1);
    box-shadow: -5px 5px 15px -5px rgba(0, 0, 0, 0.1);
    height: calc(100vh - 75px);
    overflow-y: scroll;
    padding-bottom: 30px;
  }
  #top .mobile-menu.open {
    right: 0;
  }
  #top .mobile-menu ul.menu {
    padding-bottom: 60px;
  }
}
#top .mobile-menu ul {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 10px 20px;
}
#top .mobile-menu ul li {
  display: block;
  width: 100%;
  float: left;
}
#top .mobile-menu ul li a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  letter-spacing: 0.011em;
  text-transform: uppercase;
  line-height: 18px;
  padding: 9px 0px;
  display: block;
}
#top .mobile-menu ul li:last-child a {
  margin-bottom: 0px;
}
#baner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url('../images/bg-baner.jpg');
}
#baner h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 0.04em;
  margin: 232px 0 20px 0;
}
@media (max-width: 991px) {
  #baner h1 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 140px;
  }
}
@media (max-width: 767px) {
  #baner h1 {
    margin-top: 60px;
  }
}
#baner .buttony {
  display: block;
  overflow: hidden;
}
#baner .buttony .button {
  float: left;
}
#baner .buttony .button.white {
  margin: 0 30px 0 0;
}
#baner .buttony .button.green:hover {
  border: solid 2px #b7b9c2;
  color: #b7b9c2;
}
@media (max-width: 767px) {
  #baner .buttony {
    margin-bottom: 50px;
  }
}
@media (max-width: 400px) {
  #baner .buttony .button {
    margin-bottom: 10px!important;
  }
}
#baner .fastcontact {
  display: block;
  margin: 70px 0;
  background-color: #fff;
  border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  padding: 45px 40px 43px 40px;
  text-align: center;
}
@media (max-width: 991px) {
  #baner .fastcontact {
    padding: 30px;
  }
}
@media (max-height: 799px) {
  #baner .fastcontact {
    margin: 35px 0;
    padding: 30px 10px; 
  }
}
#baner .fastcontact h2 {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 32px;
  color: #484848;
  margin: 0 0 25px 0;
}
#baner .fastcontact h2 strong {
  font-size: 23px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  display: block;
}
@media (max-width: 991px) {
  #baner .fastcontact h2 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 30px;
  }
  #baner .fastcontact h2 strong {
    font-size: 20px;
  }
}
#baner .fastcontact .wpcf7 {
  position: relative;
}
#baner .fastcontact span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
  position: relative;
}
#baner .fastcontact span.wpcf7-form-control-wrap br {
  display: none;
}
#baner .fastcontact span.wpcf7-form-control-wrap.tel-157 {
  margin: 0;
}
#baner .fastcontact span.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  border: 0;
  width: 100%;
  text-align: center;
  border-bottom: solid 2px #dcdcdc;
  color: #484848;
  padding: 0 0 3px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.016em;
}
#baner .fastcontact span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 10px;
  text-align: center;
  left: 0;
  right: 0;
  padding: 5px;
}
#baner .fastcontact .wpcf7-form-control.wpcf7-submit {
  width: 165px;
  height: 35px;
  line-height: 36px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.016em;
  text-align: center;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: block;
  border-style: solid;
  border-width: 2px;
  color: #dcdcdc;
  border: solid 2px #dcdcdc;
  line-height: 32px;
  background-color: #fff;
  margin: 14px auto 10px auto;
  cursor: pointer;
}
#baner .fastcontact .wpcf7-form-control.wpcf7-submit.white {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
#baner .fastcontact .wpcf7-form-control.wpcf7-submit.white:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
#baner .fastcontact .wpcf7-form-control.wpcf7-submit.green {
  background-color: #b7b9c2;
  color: #fff;
  border-color: #b7b9c2;
}
#baner .fastcontact .wpcf7-form-control.wpcf7-submit.green:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
#baner .fastcontact .wpcf7-form-control.wpcf7-submit.green2 {
  background-color: #b7b9c2;
  color: #fff;
  border-color: #b7b9c2;
}
#baner .fastcontact .wpcf7-form-control.wpcf7-submit.green2:hover {
  background-color: transparent;
  color: #b7b9c2;
}
#baner .fastcontact .wpcf7-form-control.wpcf7-submit:hover {
  color: #b7b9c2;
  border: solid 2px #b7b9c2;
}
#baner .fastcontact div.wpcf7-validation-errors {
  color: #f00;
  font-size: 10px;
  margin: 0;
  position: absolute;
  bottom: -80px;
  border: none!important;
}
#baner .fastcontact img.ajax-loader {
  display: none;
}
#baner .fastcontact a {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background-color: #484848;
  color: #fff;
  margin: 0 auto;
  border: none;
  line-height: 40px;
}
#baner .fastcontact a:hover {
  background-color: #b7b9c2;
}
#oferta {
  background-color: #fff;
  padding: 60px 0;
  font-size: 0;
}
@media (min-width: 768px) {
  #oferta .box-indywidualni {
    width: calc(41.66666667% + 15px);
    padding-right: 0;
  }
  #oferta .box-separator {
    width: calc(16.66666667% - 30px);
    position: relative;
    padding-right: 0;
    padding-left: 0;
  }
  #oferta .box-separator .separator {
    background-image: url('../images/paragraph.svg');
    background-size: auto 27px;
    background-repeat: no-repeat;
    background-position: center calc(50% + 35px - 13.5px - 10px);
    height: 100%;
    width: 100%;
    padding: 35px 0 10px 0;
    position: absolute;
  }
  #oferta .box-separator .separator:before,
  #oferta .box-separator .separator:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 3px;
    height: calc(50% - 44px);
    background-color: #ededed;
    position: absolute;
    left: 0;
    right: 0;
  }
  #oferta .box-separator .separator:before {
    top: 35px;
  }
  #oferta .box-separator .separator:after {
    bottom: 10px;
  }
  #oferta .box-firmy {
    width: calc(41.66666667% + 15px);
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #oferta .flex {
    flex-flow: row wrap;
  }
  #oferta .box-indywidualni {
    margin-bottom: 30px;
  }
}
#oferta h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  color: #b7b9c2;
  letter-spacing: 0.04em;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: solid 3px #b7b9c2;
}
#oferta h2 strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
#oferta .box {
  text-align: left;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  min-height: 64px;
  padding: 0 0 0 65px;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#oferta .box:before {
  content: "";
  background-image: url('http://malecka.com.pl/wp-content/uploads/2016/12/weight.svg');
  background-size: auto 44px;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: 0;
  left: 10px;
  width: 44px;
  height: 100%;
}
@media (max-width: 991px) {
  #oferta .box:before {
    background-size: auto 30px;
  }
}
@media (max-width: 449px) {
  #oferta .box:before {
    background-size: auto 35px;
  }
}
@media (max-width: 991px) {
  #oferta .box {
    padding: 0 0 0 45px;
    min-height: 54px;
  }
}
@media (max-width: 449px) {
  #oferta .box {
    width: 100%;
    padding: 0 0 0 55px;
  }
}
#oferta .box:hover span {
  color: #b7b9c2;
}
#oferta .box:hover span:after {
  left: 0;
}
#oferta .box span {
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  font-size: 15px;
  line-height: 1.2;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #000;
  letter-spacing: 0.016em;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  #oferta .box span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #oferta .box span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #oferta .box span {
    font-size: 12px;
  }
}
@media (max-width: 449px) {
  #oferta .box span {
    font-size: 14px;
  }
}
#oferta .box span:after {
  width: 100%;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  content: '';
  height: 2px;
  background-color: #b7b9c2;
  left: -100%;
  position: absolute;
  bottom: 0;
  max-width: 160px;
}
@media (max-width: 1199px) {
  #oferta .box span:after {
    bottom: 0;
  }
}
@media (max-width: 991px) {
  #oferta .box span:after {
    height: 1px;
  }
}
#onas {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url('../images/bg-o-kancelarii.png');
  background-color: #282627;
  padding: 55px 0 60px 0;
}
@media (max-width: 1200px) {
  #onas {
    background-size: 130% auto;
    background-position: center bottom;
  }
}
@media (max-width: 767px) {
  #onas {
    background-image: url('../images/bg-o-kancelar-mobile.png');
    background-position: right bottom;
    background-size: auto 50%;
  }
}
@media (max-width: 449px) {
  #onas {
    background-position: center bottom;
  }
}
#onas h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  margin: 0 0 25px 0;
  letter-spacing: 0.04em;
}
#onas h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #b7b9c2;
  margin: 25px 0 20px 0;
  font-weight: 500;
  line-height: 1.2;
}
#onas p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  color: #fff;
  letter-spacing: 0.04em;
}
#onas .values {
  padding: 0 15%;
  display: block;
  overflow: hidden;
}
@media (max-width: 991px) {
  #onas .values {
    padding: 0 5%;
  }
}
@media (max-width: 767px) {
  #onas .values {
    padding: 0 10px;
  }
}
#onas .values .value {
  display: block;
  margin: 50px 0;
  padding: 0 35px 0 0;
  overflow: hidden;
  width: calc(100% / 3);
  float: left;
}
@media (max-width: 767px) {
  #onas .values .value {
    width: 80%;
    margin: 30px auto;
    float: initial;
    padding-right: 0px;
  }
}
#onas .values .value img {
  float: left;
  display: block;
  width: 50px;
  height: auto;
}
#onas .values .value .description {
  float: right;
  margin: 0 0 0 15px;
  width: calc(100% - 65px);
}
#onas .values .value .description h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.04em;
  margin: 3px 0 10px 0;
  text-align: left;
}
#onas .values .value .description h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.04em;
  margin: 3px 0 10px 0;
  text-align: left;
}
#onas .values .value .description p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-align: left;
}
#onas .button.white {
  margin: 0 auto;
}
@media (max-width: 767px) {
  #onas .button.white {
    margin: 0px auto 10px auto;
    float: none;
  }
}
#onas .button.green {
  float: left;
}
@media (max-width: 767px) {
  #onas .button.green {
    margin: 0px auto 10px auto;
    float: none;
  }
}
#pomoc {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/bg-pomoc.jpg');
  background-size: 100% 193px;
  background-position: center top;
  padding: 60px 0 0 0;
}
#pomoc h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-align: center;
  color: #484848;
  font-size: 25px;
  margin: 0 0 20px 0;
  letter-spacing: 0.04em;
}
#pomoc h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  color: #484848;
  letter-spacing: 0.04em;
  margin: 0 0 20px 0;
}
#pomoc .pomocform {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url('../images/bg-pomoc-formularz.jpg');
}
@media (min-width: 1199px) {
  #pomoc .pomocform {
    width: calc(66.66666667% + 30px);
    margin-left: calc(16.66666667% - 15px);
  }
}
#pomoc .pomocform .wpcf7-form {
  padding: 25px 50px;
  overflow: hidden;
}
#pomoc .pomocform .wpcf7-form br {
  display: none;
}
#pomoc .pomocform .wpcf7-form span.wpcf7-form-control-wrap {
  display: block;
  width: calc(25% - 15px);
  float: left;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  #pomoc .pomocform .wpcf7-form span.wpcf7-form-control-wrap {
    width: 100%;
    margin: 10px 0px;
  }
}
#pomoc .pomocform .wpcf7-form span.wpcf7-form-control-wrap br {
  display: none;
}
#pomoc .pomocform .wpcf7-form span.wpcf7-form-control-wrap input {
  float: left;
  color: #fff;
  background-color: transparent;
  border: solid 1px #fff;
  height: 35px;
  line-height: 33px;
  padding: 0 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  width: 100%;
  letter-spacing: 0.016em;
}
#pomoc .pomocform .wpcf7-form span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block;
  position: absolute;
  bottom: -23px;
  font-size: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
#pomoc .pomocform .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  width: 165px;
  height: 35px;
  line-height: 36px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.016em;
  text-align: center;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: block;
  border-width: 2px;
  width: calc(25% - 15px);
  color: #b7b9c2;
  line-height: 34px;
  background-color: #fff;
  cursor: pointer;
  float: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}
#pomoc .pomocform .wpcf7-form .wpcf7-form-control.wpcf7-submit.white {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
#pomoc .pomocform .wpcf7-form .wpcf7-form-control.wpcf7-submit.white:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
#pomoc .pomocform .wpcf7-form .wpcf7-form-control.wpcf7-submit.green {
  background-color: #b7b9c2;
  color: #fff;
  border-color: #b7b9c2;
}
#pomoc .pomocform .wpcf7-form .wpcf7-form-control.wpcf7-submit.green:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
#pomoc .pomocform .wpcf7-form .wpcf7-form-control.wpcf7-submit.green2 {
  background-color: #b7b9c2;
  color: #fff;
  border-color: #b7b9c2;
}
#pomoc .pomocform .wpcf7-form .wpcf7-form-control.wpcf7-submit.green2:hover {
  background-color: transparent;
  color: #b7b9c2;
}
@media (max-width: 767px) {
  #pomoc .pomocform .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    margin: 10px 0px;
  }
}
#pomoc .pomocform .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
  color: #fff;
  background-color: transparent;
}
#pomoc .pomocform .wpcf7-form div.wpcf7-validation-errors {
  color: #f00;
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  margin: 0;
  padding: 10px 50px;
  text-align: center;
  border: none;
}
#pomoc .pomocform .wpcf7-form div.wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0!important;
  position: absolute;
  text-align: center;
  width: calc(100% - 100px);
  bottom: 5px;
  font-size: 12px;
  color: #fff;
}
#pomoc .pomocform .wpcf7-form img.ajax-loader {
  display: none;
}
#pomoc .pomocform .wpcf7-form ::-webkit-input-placeholder {
  color: #fff;
  font-size: 11px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
#pomoc .pomocform .wpcf7-form :-moz-placeholder {
  color: #fff;
  font-size: 11px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
#pomoc .pomocform .wpcf7-form ::-moz-placeholder {
  color: #fff;
  font-size: 11px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
#pomoc .pomocform .wpcf7-form :-ms-input-placeholder {
  color: #fff;
  font-size: 11px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
#zespol {
  width: 100%;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  padding: 60px 0;
}
@media (max-width: 767px) {
  #zespol {
    padding-bottom: 30px;
  }
}
#zespol .zespol-front {
  width: calc(66.66666667% + 30px);
  margin-left: calc(16.66666667% - 15px);
  padding: 0;
}
#zespol .person {
  display: block;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  #zespol .person {
    overflow: visible;
  }
}
#zespol .person .photo {
  position: absolute;
  width: 115px;
  height: 115px;
  overflow: hidden;
  top: 0;
  left: 0;
}
@media (max-width: 1199px) {
  #zespol .person .photo {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  #zespol .person .photo {
    top: -40px;
    left: calc(50% - 40px);
  }
}
#zespol .person .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#zespol .person .description {
  display: block;
  width: auto;
  height: auto;
  margin: 20px 0 0 7.5%;
  padding: 25px 40px 30px 80px;
  background-image: url('../images/bg-osoba.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
#zespol .person .description h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #b7b9c2;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.04em;
}
#zespol .person .description p {
  margin: 15px 0 0 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.03em;
  color: #484848;
  text-align: justify;
}
@media (max-width: 1199px) {
  #zespol .person .description {
    width: auto;
    margin: 20px 5% 0 10%;
    padding: 30px 30px 30px 50px;
  }
  #zespol .person .description h3 {
    font-size: 13px;
  }
  #zespol .person .description p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  #zespol .person .description {
    margin: 0;
    padding: 50px 20px 20px 20px;
  }
}
#zespol .button.green2 {
  margin: 62px auto 0 auto;
  width: 195px;
}
@media (max-width: 767px) {
  #zespol .button.green2 {
    margin-top: 30px;
  }
}
#referencje {
  width: 100%;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  padding: 60px 0;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url('../images/bg-opinie.jpg');
}
#referencje h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 25px;
  line-height: 45px;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  #referencje h2 {
    line-height: 35px;
  }
}
#referencje p {
  margin: 15px 0 0 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.04em;
}
#referencje .slider {
  width: 100%;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 991px) {
  #referencje .slider {
    padding: 0 10%;
  }
}
#referencje .slider:before,
#referencje .slider:after {
  content: '';
  display: block;
  width: 28px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  background-size: 28px 24px;
}
#referencje .slider:before {
  top: 65px;
  left: -60px;
  background-image: url(../images/quote-open.svg);
}
@media (max-width: 991px) {
  #referencje .slider:before {
    left: 10px;
    top: calc(100% - 23px);
  }
}
#referencje .slider:after {
  top: 10px;
  right: -60px;
  background-image: url(../images/quote-close.svg);
}
@media (max-width: 991px) {
  #referencje .slider:after {
    right: 0;
  }
}
#referencje .slider .swiper-container {
  padding: 20px 0 0 0;
}
#referencje .slider .swiper-container .swiper-wrapper p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.03em;
  margin: 0 0 15px 0;
  color: #fff;
}
#referencje .slider .swiper-container .swiper-wrapper h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #fff;
}
#kontakt {
  width: 100%;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  background-color: #fff;
  padding: 55px 0 43px 0;
}
#kontakt .wpcf7 {
  padding: 6px 0 0 0;
  margin: 0;
}
#kontakt .wpcf7 input,
#kontakt .wpcf7 textarea {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 33px;
  resize: none;
  border: solid 2px #dcdcdc;
  box-shadow: none;
  margin: 0 0 15px 0;
  padding: 0 10px;
  color: #44403d;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#kontakt .wpcf7 textarea {
  height: 108px;
  line-height: 21px;
  padding: 5px 10px;
}
#kontakt .wpcf7 .wpcf7-form-control-wrap {
  width: calc(50% - 7.5px);
  float: left;
  display: block;
  position: relative;
}
#kontakt .wpcf7 .wpcf7-form-control-wrap.textarea-594 {
  width: 100%;
}
#kontakt .wpcf7 .wpcf7-submit {
  margin: 5px 0 0 0;
  border: solid 2px #b7b9c2;
  background-color: #b7b9c2;
  width: 100%;
  height: 35px;
  display: block;
  line-height: 35px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.016em;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
#kontakt .wpcf7 .wpcf7-submit:hover {
  background-color: #fff;
  color: #b7b9c2;
}
#kontakt .wpcf7 br {
  display: none;
}
#kontakt .wpcf7 span.wpcf7-not-valid-tip {
  position: absolute;
  top: 35px;
  font-size: 10px;
  padding: 3px;
  min-width: 200px;
}
#kontakt .wpcf7 div.wpcf7-response-output {
  position: absolute;
  margin: 10px 15px;
  padding: 5px;
  font-size: 12px;
  line-height: 1;
  left: 16.66666667%;
  right: 0;
  border: none!important;
  color: #f00!important;
}
#kontakt .wpcf7 .text-555,
#kontakt .wpcf7 .email-517 {
  margin: 0 15px 0 0;
}
#kontakt .wpcf7 .quiz-148 {
  width: 127px;
  height: 35px;
  border: solid 2px #b7b9c2;
  margin: 5px 0 0 0;
}
#kontakt .wpcf7 .quiz-148 span.wpcf7-quiz-label {
  position: absolute;
  top: 0;
  left: 0;
  color: #b7b9c2;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 0 0 0 19px;
  height: 31px;
  line-height: 35px;
}
#kontakt .wpcf7 .quiz-148 input {
  height: 31px;
  line-height: 35px;
  margin: 0;
  padding: 0 6px 0 95px;
  border: 0;
  color: #b7b9c2;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
}
@media (max-width: 425px) {
  #kontakt .wpcf7 .quiz-148 {
    margin-bottom: 15px;
  }
}
#kontakt .wpcf7 .textarea-594 {
  width: 100%;
}
#kontakt .wpcf7 .textarea-594 span.wpcf7-not-valid-tip {
  top: 108px;
}
@media (max-width: 425px) {
  #kontakt .wpcf7 .row > div:nth-last-child(-n+2) {
    width: 100%!important;
  }
  #kontakt .wpcf7 .row > div:nth-last-child(-n+2) > span {
    width: 100%;
  }
}
#kontakt h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #44403d;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.04em;
  margin: 0 0 20px 0;
}
#kontakt h3 strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  float: left;
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  #kontakt h3 {
    font-size: 17px;
    line-height: 25px;
  }
}
#kontakt h4 {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: #44403d;
  background-position: center left;
  background-repeat: no-repeat;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
@-moz-document url-prefix() {
  #kontakt h4 {
    font-weight: 500;
  }
}
#kontakt h4 strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
#kontakt h4.hours {
  margin: 0 0 0px 0;
  padding: 0 0 0 30px;
  background-image: url('../images/footer-hours.svg');
  background-size: 15px auto;
}
#kontakt h4.place {
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
  background-image: url('../images/footer-pin.svg');
  background-size: 15px auto;
  background-position: left top;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-weight: 500;
}
@-moz-document url-prefix() {
  #kontakt h4.place {
    font-weight: 500;
  }
}
#kontakt h4.place strong {
  float: left;
  margin: 0 10px 10px 0;
}
@media (max-width: 991px) {
  #kontakt h4.place strong {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  #kontakt h4 {
    font-size: 12px;
  }
  #kontakt h4.hours {
    margin-bottom: 6px;
  }
}
#kontakt p {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: #44403d;
  font-weight: 500;
  padding: 0 0 15px 30px;
  margin: 0 0 5px 0;
}
@media (max-width: 991px) {
  #kontakt p {
    font-size: 12px;
    margin-bottom: 0px;
  }
}
#kontakt a {
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: #44403d;
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  display: block;
  background-position: center left;
  background-repeat: no-repeat;
}
@-moz-document url-prefix() {
  #kontakt a {
    font-weight: 500;
  }
}
#kontakt a:hover {
  color: #b7b9c2;
}
#kontakt a.phone {
  background-image: url('../images/footer-phone.svg');
  background-size: 12px auto;
}
#kontakt a.email {
  background-image: url('../images/footer-email.svg');
  background-size: 13px auto;
  display: inline-block;
}
#kontakt .socialmedia-kontakt {
  width: auto;
  display: block;
  text-align: right;
  float: left;
  float: right;
}
#kontakt .socialmedia-kontakt a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px;
}
#kontakt .socialmedia-kontakt a img {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  opacity: 0.2;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#kontakt .socialmedia-kontakt a:first-child img {
  opacity: 0.3;
}
#kontakt .socialmedia-kontakt a:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
#kontakt .socialmedia-kontakt a {
  padding: 0;
}
#kontakt .visible-xs {
  margin-bottom: 20px;
}
footer {
  float: left;
  width: 100%;
  background-color: #2c2c2c;
  padding: 30px 0px;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0px 20px 0;
  }
}
footer img.brand {
  display: block;
  width: 139px;
  height: 70px;
  margin-bottom: 15px;
  display: none;
}
@media (max-width: 1199px) {
  footer img.brand {
    width: 80%;
    height: auto;
    margin-bottom: 30px;
  }
  footer img.brand + a {
    font-size: 11px;
    line-height: 12px;
  }
}
@media (max-width: 991px) {
  footer img.brand {
    width: 125px;
    height: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  footer img.brand {
    margin: 0 auto 15px;
  }
  footer img.brand + a {
    display: none;
  }
}
footer a {
  display: inline-block;
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: .04em;
  color: #928e84;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@-moz-document url-prefix() {
  footer a {
    font-weight: 500;
  }
}
footer a:hover {
  color: #fff;
}
footer a.mobile {
  display: none;
}
@media (max-width: 767px) {
  footer a.mobile {
    display: block;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
  }
}
footer h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: .04em;
  color: #fff;
}
footer .address {
  margin-left: -15px;
}
footer .address p {
  margin-top: 13px;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: .04em;
  color: #928e84;
}
@media (max-width: 767px) {
  footer .address {
    margin: 0 0 15px;
    text-align: center;
  }
}
footer .menus {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-Width: 991px) {
  footer .menus {
    margin-top: 30px;
  }
}
footer .menu-box {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
footer .menu-box:last-child {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 120px;
}
@media (max-width: 500px) {
  footer .menu-box:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  footer .menu-box {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  footer .menu-box:nth-child(1) {
    width: 41.66666667%;
  }
  footer .menu-box:nth-child(n+2) {
    width: 29.16666667%;
  }
}
footer .menu-box ul {
  width: 100%;
  float: left;
}
footer .menu-box ul li {
  display: block;
  width: 100%;
}
footer .menu-box ul li a {
  float: initial;
  width: auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
@-moz-document url-prefix() {
  footer .menu-box ul li a {
    font-weight: 500;
  }
}
.sidebar-values {
  margin-bottom: 30px;
  padding: 30px 40px;
  display: block;
  overflow: hidden;
  background: url('../images/bg-values-new.jpg') center center / cover no-repeat;
}
@media (min-width: 1199px) {
  .sidebar-values {
    margin-left: -15px;
  }
}
.sidebar-values h3 {
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: .04em;
  color: #484848;
  text-align: justify;
}
.sidebar-values h3 strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.sidebar-values .value {
  display: block;
  margin: 15px 0;
  overflow: hidden;
  width: 100%;
  float: left;
}
.sidebar-values .value img {
  float: left;
  display: block;
  width: 50px;
  height: auto;
}
.sidebar-values .value .description {
  float: right;
  margin: 0 0 0 15px;
  width: calc(100% - 65px);
}
.sidebar-values .value .description h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #484848;
  font-size: 13px;
  letter-spacing: 0.04em;
  margin: 3px 0 7px 0;
  text-align: left;
}
.sidebar-values .value .description p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #484848;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-align: left;
}
.sidebar-fastcontact {
  padding: 30px 40px;
  display: block;
  overflow: hidden;
  background: url('../images/bg-values-new.jpg') center center / cover no-repeat;
}
@media (min-width: 1199px) {
  .sidebar-fastcontact {
    margin-left: -15px;
  }
}
.sidebar-fastcontact h3 {
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: .04em;
  margin-bottom: 20px;
  color: #484848;
  text-align: center;
}
.sidebar-fastcontact h3 strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
}
.sidebar-fastcontact .wpcf7 {
  position: relative;
}
.sidebar-fastcontact span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}
.sidebar-fastcontact span.wpcf7-form-control-wrap br {
  display: none;
}
.sidebar-fastcontact span.wpcf7-form-control-wrap.tel-157 {
  margin: 0;
}
.sidebar-fastcontact span.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  border: 0;
  width: 100%;
  text-align: center;
  border-bottom: solid 2px #dcdcdc;
  background-color: transparent;
  color: #484848;
  padding: 0 0 6px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.016em;
}
.sidebar-fastcontact span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 10px;
  text-align: center;
  left: 0;
  right: 0;
  padding: 5px;
}
.sidebar-fastcontact .wpcf7-form-control.wpcf7-submit {
  width: 165px;
  height: 35px;
  line-height: 36px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.016em;
  text-align: center;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: block;
  border-style: solid;
  border-width: 2px;
  color: #acacac;
  border: solid 2px #acacac;
  line-height: 31px;
  background-color: transparent;
  margin: 10px auto 10px auto;
  cursor: pointer;
}
.sidebar-fastcontact .wpcf7-form-control.wpcf7-submit.white {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.sidebar-fastcontact .wpcf7-form-control.wpcf7-submit.white:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.sidebar-fastcontact .wpcf7-form-control.wpcf7-submit.green {
  background-color: #b7b9c2;
  color: #fff;
  border-color: #b7b9c2;
}
.sidebar-fastcontact .wpcf7-form-control.wpcf7-submit.green:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.sidebar-fastcontact .wpcf7-form-control.wpcf7-submit.green2 {
  background-color: #b7b9c2;
  color: #fff;
  border-color: #b7b9c2;
}
.sidebar-fastcontact .wpcf7-form-control.wpcf7-submit.green2:hover {
  background-color: transparent;
  color: #b7b9c2;
}
.sidebar-fastcontact .wpcf7-form-control.wpcf7-submit:hover {
  color: #484848;
  border: solid 2px #484848;
}
.sidebar-fastcontact div.wpcf7-validation-errors {
  color: #f00;
  font-size: 10px;
  margin: 0;
  position: absolute;
  bottom: -73px;
  border: none!important;
  text-align: center;
}
.sidebar-fastcontact img.ajax-loader {
  display: none;
}
.sidebar-fastcontact a {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background-color: #b7b9c2;
  border-color: #b7b9c2;
  color: #fff;
  margin: 0 auto;
}
.sidebar-fastcontact a:hover {
  background-color: transparent;
  color: #b7b9c2;
}
#okancelarii-baner {
  position: relative;
  height: 436px;
}
@media (max-width: 992px) {
  #okancelarii-baner {
    height: 300px;
  }
}
@media (max-width: 767px) {
  #okancelarii-baner {
    height: auto;
  }
}
#okancelarii-baner .first-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 1199px) {
  #okancelarii-baner .first-bg {
    width: 57%;
  }
}
#okancelarii-baner .second-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 992px) {
  #okancelarii-baner .second-bg {
    width: 100%;
  }
}
#okancelarii-baner .fill {
  height: 100%;
}
#okancelarii-baner .box {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 40px;
  color: #fff;
}
@media (max-width: 992px) {
  #okancelarii-baner .box {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #okancelarii-baner .box {
    position: relative;
    padding: 30px 0px;
    top: 0;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
#okancelarii-baner .box h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 50px;
  letter-spacing: .04em;
  margin-bottom: 20px;
}
#okancelarii-baner .box h2 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: .04em;
  margin-bottom: 20px;
}
#okancelarii-baner .box h2 strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
#okancelarii-baner .box p {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: .04em;
}
#content.okancelarii {
  padding: 60px 0;
}
#content.okancelarii .box {
  color: #484848;
}
@media (min-width: 1199px) {
  #content.okancelarii .box {
    margin-right: -30px;
  }
}
#content.okancelarii .box h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: .04em;
}
#content.okancelarii .box h3 strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
#content.okancelarii .box p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: .04em;
  margin-top: 25px;
  text-align: justify;
}
#content.okancelarii .box .zespol {
  position: relative;
  width: 100%;
  margin-top: 115px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #content.okancelarii .box .zespol {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#content.okancelarii .box .zespol .person {
  position: relative;
  width: calc(50% - 24px);
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border: 2px solid #ededed;
  padding: 75px 30px 30px;
}
@media (max-width: 767px) {
  #content.okancelarii .box .zespol .person {
    width: 100%;
    margin-right: 0!important;
    margin-left: 0!important;
  }
}
#content.okancelarii .box .zespol .person:first-child {
  margin-right: 24px;
}
#content.okancelarii .box .zespol .person:last-child {
  margin-left: 24px;
}
@media (max-width: 767px) {
  #content.okancelarii .box .zespol .person:last-child {
    margin-top: 100px;
  }
}
#content.okancelarii .box .zespol .person .photo {
  position: absolute;
  top: -57px;
  left: calc(50% - 57px);
  width: 114px;
  height: 114px;
  overflow: hidden;
}
#content.okancelarii .box .zespol .person .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content.okancelarii .box .zespol .person i {
  position: relative;
  display: block;
  margin: 10px auto;
  width: 13px;
  height: 30px;
  background: url('../images/paragraph.svg') center center / cover no-repeat;
}
#content.okancelarii .box .zespol .person i:before,
#content.okancelarii .box .zespol .person i:after {
  content: " ";
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #ededed;
  top: 50%;
  margin-top: -1.5px;
}
#content.okancelarii .box .zespol .person i:before {
  right: 30px;
}
#content.okancelarii .box .zespol .person i:after {
  left: 30px;
}
#content.okancelarii .box .zespol .person h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: .04em;
  color: #b7b9c2;
  text-align: center;
}
#content.okancelarii .box .zespol .person p {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: .04em;
  text-align: justify;
}
.references-page {
  padding: 35px 0px;
}
@media (max-width: 991px) {
  .references-page {
    padding-bottom: 0;
  }
}
.references-page .ref-wrap {
  -webkit-column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  column-count: 2;
  column-gap: 0;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .references-page .ref-wrap {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.references-page .ref-box {
  position: relative;
  margin: 30px 30px;
  width: calc(100% - 60px);
  display: inline-block;
  -webkit-box-shadow: 0 0 40px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 40px 7px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
}
.references-page .ref-box:before {
  content: "“";
  position: absolute;
  top: -13px;
  left: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 125px;
  color: #f2f2f2;
}
.references-page .ref-box:after {
  content: "“";
  position: absolute;
  bottom: -13px;
  right: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 125px;
  color: #f2f2f2;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.references-page .ref-box h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: .04em;
  color: #484848;
  margin-bottom: 15px;
}
.references-page .ref-box h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: .04em;
  color: #484848;
}
.references-page .ref-box p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: .03em;
  color: #484848;
  margin-bottom: 15px;
}
.map-panel {
  position: relative;
  height: 360px;
  overflow: hidden;
  width: 100%;
}
.map-panel .contact-box {
  position: absolute;
  top: 50%;
  right: calc(100% - 1170px);
  display: block;
  width: 25%;
  background-image: url('../images/bg-values.jpg');
  background-repeat: repeat;
  padding: 50px 28px 0 28px;
  text-align: center;
  z-index: 100;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1239px) {
  .map-panel .contact-box {
    right: calc(100% - 950px);
    width: 35%;
  }
}
.map-panel .contact-box .ico {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
  z-index: 2;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 40px 40px 40px 40px;
  -webkit-border-radius: 40px 40px 40px 40px;
  overflow: hidden;
}
.map-panel .contact-box .ico img {
  display: block;
  width: 100%;
  height: 100%;
}
.map-panel .contact-box h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: #b7b9c2;
  margin: 0 0 10px 0;
}
.map-panel .contact-box a {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #44403d;
  line-height: 33px;
  letter-spacing: 0.04em;
  font-size: 13px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin: 0;
  padding: 0 0 0 22px;
  background-repeat: no-repeat;
  background-position: left center;
}
.map-panel .contact-box a:hover {
  color: #b7b9c2;
}
.map-panel .contact-box a.phone {
  background-image: url('../images/footer-phone.svg');
  background-size: 12px auto;
}
.map-panel .contact-box a.mail {
  background-image: url('../images/footer-email.svg');
  background-size: 13px auto;
  margin: 0 0 30px 0;
}
.map-panel .contact-box a.button {
  position: absolute;
  bottom: -17.5px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 220px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 0;
  border: solid 1px #b7b9c2;
  line-height: 35px;
  color: #fff;
}
.map-panel .contact-box a.button:hover {
  color: #b7b9c2;
}
.news-list {
  padding: 30px 0px;
}
.news-list .news-box {
  position: relative;
  padding: 20px 30px;
  background-color: #f8f8f8;
  color: #484848;
}
.news-list .news-box:nth-child(n+2) {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .news-list .news-box {
    margin-right: -15px;
  }
}
@media (max-width: 475px) {
  .news-list .news-box {
    padding: 20px;
  }
}
.news-list .news-box h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: .04em;
  margin-bottom: 5px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.news-list .news-box h2:hover {
  color: #b7b9c2;
}
@media (max-width: 475px) {
  .news-list .news-box h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.news-list .news-box span.date {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: .04em;
  color: #acacac;
  margin-bottom: 25px;
}
.news-list .news-box h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: .04em;
}
.news-list .news-box h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: .04em;
}
.news-list .news-box p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: .04em;
  margin-bottom: 25px;
  text-align: justify;
}
.news-list .news-box p img {
  max-width: 100%;
  height: auto;
}
.news-list .news-box p .alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.news-list .news-box p .alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .news-list .news-box p .alignleft,
  .news-list .news-box p .alignright {
    display: block;
    float: initial;
    margin-left: auto;
    margin-right: auto;
  }
}
.news-list .news-box ul {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: .04em;
  margin-bottom: 25px;
  list-style-type: circle;
  margin-left: 50px;
}
.news-list .news-box .button {
  background-color: #b7b9c2;
  color: #fff;
  border: solid 2px #b7b9c2;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.news-list .news-box .button:hover {
  background-color: transparent;
  color: #b7b9c2;
  border: solid 2px #b7b9c2;
}
.news-list .pagination {
  margin-top: 30px;
  margin-right: -15px;
  text-align: center;
  position: relative;
}
.news-list .pagination .page-numbers {
  display: inline-block;
  width: auto;
  padding: 10px;
  background-color: #f8f8f8;
  color: #b7b9c2;
  margin-right: 5px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.news-list .pagination .page-numbers:hover,
.news-list .pagination .page-numbers.current {
  color: #44403d;
  background-color: #fff;
}
@media (max-width: 991px) {
  .news-list .pagination {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .news-list .pagination {
    font-size: 12px;
  }
}
.news-list .pagination .page-numbers.next {
  position: absolute;
  right: 0;
  width: auto;
  margin: 0;
}
.news-list .pagination .page-numbers.prev {
  position: absolute;
  left: 0;
  width: auto;
  margin: 0;
}
.news-list .pagination-news {
  margin-top: 30px;
  width: calc(100% + 15px);
  height: 26px;
  position: relative;
}
.news-list .pagination-news a {
  background-color: #f8f8f8;
  color: #b7b9c2;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.news-list .pagination-news a:hover,
.news-list .pagination-news a.current {
  color: #44403d;
}
.news-list .pagination-news a[rel="prev"] {
  position: absolute;
  right: 0;
  width: auto;
}
.news-list .pagination-news a[rel="next"] {
  position: absolute;
  left: 0;
  width: auto;
}
.news-list .other-offers,
.news-list .contact-box {
  margin-left: -15px !important;
  width: auto!important;
}
.news-list .other-offers ul {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .mobileoff {
    display: none;
  }
}
#offer-page-ind {
  padding-bottom: 55px !important;
}
#offer-page-fir,
#offer-page-ind {
  width: 100%;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  #offer-page-fir .col-lg-3:nth-child(2n+1),
  #offer-page-ind .col-lg-3:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 1201px) {
  #offer-page-fir .col-lg-3:nth-child(4n+1),
  #offer-page-ind .col-lg-3:nth-child(4n+1) {
    clear: both;
  }
}
#offer-page-fir .content,
#offer-page-ind .content {
  padding-bottom: 25px;
}
#offer-page-fir .content h3,
#offer-page-ind .content h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: .04em;
  margin-bottom: 25px;
}
#offer-page-fir .content p,
#offer-page-ind .content p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: .04em;
  margin-bottom: 25px;
  text-align: justify;
}
#offer-page-fir .content ul,
#offer-page-ind .content ul {
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 25px;
}
#offer-page-fir .content ul li,
#offer-page-ind .content ul li {
  display: list-item;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
}
#offer-page-fir .row.flex > div,
#offer-page-ind .row.flex > div {
  padding: 54px 15px 60px 15px;
}
@media (max-width: 991px) {
  #offer-page-fir .row.flex > div,
  #offer-page-ind .row.flex > div {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #offer-page-fir .row.flex > div,
  #offer-page-ind .row.flex > div {
    padding: 34px 15px 40px 15px;
  }
}
@media (max-width: 449px) {
  #offer-page-fir .row.flex > div,
  #offer-page-ind .row.flex > div {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #offer-page-fir .row.flex,
  #offer-page-ind .row.flex {
    display: block;
  }
}
#offer-page-fir h2,
#offer-page-ind h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #44403d;
  text-align: center;
  margin: 55px 0 30px 0;
  letter-spacing: 0.04em;
}
@-moz-document url-prefix() {
  #offer-page-fir h2,
  #offer-page-ind h2 {
    font-weight: 500;
  }
}
#offer-page-fir h2 strong,
#offer-page-ind h2 strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  #offer-page-fir h2,
  #offer-page-ind h2 {
    margin: 35px 0;
  }
}
#offer-page-fir .offer-box,
#offer-page-ind .offer-box {
  display: block;
  width: 100%;
  height: 100%;
  border-top: solid 3px #b7b9c2;
  position: relative;
  background-color: #f9f9f9;
  padding: 80px 10px 85px 10px;
  text-align: center;
  margin-top: 54px;
}
@media (max-width: 767px) {
  #offer-page-fir .offer-box,
  #offer-page-ind .offer-box {
    padding: 40px 10px 75px 10px;
    border-top: solid 2px #b7b9c2;
    margin-top: 30px;
  }
}
#offer-page-fir .offer-box .ico,
#offer-page-ind .offer-box .ico {
  position: absolute;
  left: 0;
  right: 0;
  top: -54px;
  margin: auto;
  z-index: 2;
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 55px 55px 55px 55px;
  -webkit-border-radius: 55px 55px 55px 55px;
  background-color: #f9f9f9;
  padding: 10px;
}
@media (max-width: 767px) {
  #offer-page-fir .offer-box .ico,
  #offer-page-ind .offer-box .ico {
    width: 55px;
    height: 55px;
    top: -29.5px;
  }
}
#offer-page-fir .offer-box .ico img,
#offer-page-ind .offer-box .ico img {
  display: block;
  width: 100%;
  height: 100%;
}
#offer-page-fir .offer-box h2,
#offer-page-ind .offer-box h2 {
  letter-spacing: 0.04em;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 5px 0;
}
@media (max-width: 767px) {
  #offer-page-fir .offer-box h2,
  #offer-page-ind .offer-box h2 {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
}
#offer-page-fir .offer-box p,
#offer-page-ind .offer-box p {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: #44403d;
}
#offer-page-fir .offer-box a,
#offer-page-ind .offer-box a {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  letter-spacing: 0.016em;
  width: 200px;
}
#offer-page-fir .offer-box a:hover,
#offer-page-ind .offer-box a:hover {
  background-color: transparent;
  color: #b7b9c2;
  border: solid 2px #b7b9c2;
}
#offer-page-fir {
  background-image: url('../images/bg-values.jpg');
  background-repeat: repeat;
}
#offer-page-fir .offer-box {
  background-color: #fff;
}
#offer-page-fir .offer-box .ico {
  background-color: #fff;
}
#offer-second-content {
  width: 100%;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  padding: 32px 0 60px 0;
}
#offer-second-content h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0.04em;
  margin: 20px 0 0 0;
  color: #44403d;
}
@-moz-document url-prefix() {
  #offer-second-content h2 {
    font-weight: 500;
  }
}
#offer-second-content h2 strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  #offer-second-content h2 {
    font-size: 18px;
    line-height: 30px;
  }
}
#offer-second-content p {
  margin: 20px 0 0 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: #44403d;
}
#offer-second-content h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  margin: 30px 0 0 0;
  color: #44403d;
}
#offer-second-content ul {
  margin: 30px 0 0 0;
}
#offer-second-content ul li {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: #44403d;
  padding: 0 0 0 36px;
  position: relative;
}
#offer-second-content ul li:before {
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  background-color: #b7b9c2;
  position: absolute;
  left: 0;
  top: 8px;
}
#offer-second-content .other-offers {
  margin: 60px 0 0 0;
  padding: 30px 40px 20px 40px;
  width: 100%;
  height: auto;
  position: relative;
  background-image: url('../images/bg-values.jpg');
  background-repeat: repeat;
  text-align: center;
}
#offer-second-content .other-offers h3 {
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #44403d;
  text-align: center;
  letter-spacing: 0.04em;
  padding: 0 0 8px 0;
  margin: 0;
  font-size: 20px;
  border-bottom: solid 3px #b7b9c2;
}
#offer-second-content .other-offers h3 strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
#offer-second-content .other-offers ul {
  display: block;
}
#offer-second-content .other-offers ul li {
  margin: 0 0 20px 0;
  width: 100%;
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
#offer-second-content .other-offers ul li:before {
  display: none;
}
#offer-second-content .other-offers ul li a {
  float: left;
  line-height: 27px;
  text-align: left;
  display: inline-block;
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 35px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#offer-second-content .other-offers ul li a:hover {
  color: #44403d;
}
#offer-second-content .other-offers ul li a span {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #b7b9c2;
  letter-spacing: 0.016em;
  font-size: 15px;
  line-height: 27px;
}
#offer-second-content .other-offers ul li.current {
  display: none;
}
html,
body {
  height: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #000;
  -webkit-overflow-scrolling: touch;
}
@-moz-document url-prefix() {
  body {
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 75px;
  }
}
.font-regular {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
@-moz-document url-prefix() {
  .font-regular {
    font-weight: 500;
  }
}
.font-medium {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.font-bold {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.panel {
  width: 100%;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}
.animate {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.noanimate {
  -webkit-transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -o-transition: all 0ms ease-in-out;
  transition: all 0ms ease-in-out;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.page-baner {
  position: relative;
  width: 100%;
  height: 200px;
  background-image: url('../images/bg-page-baner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.page-baner .box {
  position: relative;
  width: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-baner h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 50px;
  letter-spacing: .04em;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .page-baner h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.page-baner h2 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: .04em;
  color: #fff;
  text-align: center;
}
.page-baner h2 strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .page-baner h2 {
    font-size: 13px;
    line-height: 25px;
  }
}
:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
::-webkit-input-placeholder {
  color: #acacac;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
:-moz-placeholder {
  color: #acacac;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
::-moz-placeholder {
  color: #acacac;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
:-ms-input-placeholder {
  color: #acacac;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  outline: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #acacac;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #acacac;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #acacac;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
.placeholder {
  color: #acacac;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.placeholder2 {
  color: #fff;
  font-size: 11px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.text-center {
  text-align: center;
}
.borderzero {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.withoutleftpadding {
  padding-left: 0;
}
.withoutrightpadding {
  padding-right: 0;
}
.flex {
  display: flex;
}
.fill {
  height: 100%;
}
.parallax-window {
  background: transparent;
}
.button {
  width: 165px;
  height: 35px;
  line-height: 36px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.016em;
  text-align: center;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: block;
  border-style: solid;
  border-width: 2px;
}
.button.white {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.button.white:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.green {
  background-color: #b7b9c2;
  color: #fff;
  border-color: #b7b9c2;
}
.button.green:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.green2 {
  background-color: #b7b9c2;
  color: #fff;
  border-color: #b7b9c2;
}
.button.green2:hover {
  background-color: transparent;
  color: #b7b9c2;
}
.separator-content {
  background-image: url('../images/paragraph.svg');
  background-size: auto 27px;
  background-repeat: no-repeat;
  background-position: center calc(50% + 35px - 13.5px - 10px);
  height: 100%;
  width: 100%;
  padding: 35px 0 10px 0;
  position: absolute;
}
.separator-content:before,
.separator-content:after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 3px;
  height: calc(50% - 44px);
  background-color: #ededed;
  position: absolute;
  left: 0;
  right: 0;
}
.separator-content:before {
  top: 35px;
}
.separator-content:after {
  bottom: 10px;
}
.socialmedia {
  width: auto;
  display: block;
  text-align: right;
  float: left;
}
.socialmedia a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px;
}
.socialmedia a img {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  opacity: 0.2;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.socialmedia a:first-child img {
  opacity: 0.3;
}
.socialmedia a:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
@media (max-width: 991px) {
  #offer-second-content .mobile-off,
  #aktualnosci .mobile-off,
  .okancelarii .mobile-off {
    display: none;
  }
}
#offer-second-content .contact-box,
#aktualnosci .contact-box,
.okancelarii .contact-box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url('../images/bg-values.jpg');
  background-repeat: repeat;
  padding: 50px 10px 0 10px;
  margin: 40px 0 0 0;
  text-align: center;
}
@media (max-width: 1199px) {
  #offer-second-content .contact-box,
  #aktualnosci .contact-box,
  .okancelarii .contact-box {
    padding: 50px 18px 0 18px;
  }
}
#offer-second-content .contact-box .ico,
#aktualnosci .contact-box .ico,
.okancelarii .contact-box .ico {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
  z-index: 2;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 40px 40px 40px 40px;
  -webkit-border-radius: 40px 40px 40px 40px;
  overflow: hidden;
}
#offer-second-content .contact-box .ico img,
#aktualnosci .contact-box .ico img,
.okancelarii .contact-box .ico img {
  display: block;
  width: 100%;
  height: 100%;
}
#offer-second-content .contact-box h2,
#aktualnosci .contact-box h2,
.okancelarii .contact-box h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: #b7b9c2;
  margin: 0 0 10px 0;
}
#offer-second-content .contact-box a,
#aktualnosci .contact-box a,
.okancelarii .contact-box a {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #44403d;
  line-height: 33px;
  letter-spacing: 0.04em;
  font-size: 13px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin: 0;
  padding: 0 0 0 22px;
  background-repeat: no-repeat;
  background-position: left center;
}
#offer-second-content .contact-box a:hover,
#aktualnosci .contact-box a:hover,
.okancelarii .contact-box a:hover {
  color: #b7b9c2;
}
#offer-second-content .contact-box a.phone,
#aktualnosci .contact-box a.phone,
.okancelarii .contact-box a.phone {
  background-image: url('../images/footer-phone.svg');
  background-size: 12px auto;
}
#offer-second-content .contact-box a.mail,
#aktualnosci .contact-box a.mail,
.okancelarii .contact-box a.mail {
  background-image: url('../images/footer-email.svg');
  background-size: 13px auto;
  margin: 0 0 30px 0;
}
@media (max-width: 1200px) {
  #offer-second-content .contact-box a.mail,
  #aktualnosci .contact-box a.mail,
  .okancelarii .contact-box a.mail {
    font-size: 10px;
  }
}
#offer-second-content .contact-box a.button,
#aktualnosci .contact-box a.button,
.okancelarii .contact-box a.button {
  position: absolute;
  bottom: -17.5px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 220px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 0;
  border: solid 2px #b7b9c2;
  line-height: 35px;
  color: #fff;
}
@media (max-width: 1199px) {
  #offer-second-content .contact-box a.button,
  #aktualnosci .contact-box a.button,
  .okancelarii .contact-box a.button {
    width: 180px;
  }
}
#offer-second-content .contact-box a.button:hover,
#aktualnosci .contact-box a.button:hover,
.okancelarii .contact-box a.button:hover {
  color: #b7b9c2;
  background-color: #fff;
}
#offer-second-content .other-offers,
#aktualnosci .other-offers,
.okancelarii .other-offers {
  margin: 60px 0 0 0;
  padding: 30px 40px 20px 40px;
  width: 100%;
  height: auto;
  position: relative;
  background-image: url('../images/bg-values.jpg');
  background-repeat: repeat;
  text-align: center;
}
@media (max-width: 1199px) {
  #offer-second-content .other-offers,
  #aktualnosci .other-offers,
  .okancelarii .other-offers {
    padding: 30px 20px 20px 20px;
  }
}
#offer-second-content .other-offers h3,
#aktualnosci .other-offers h3,
.okancelarii .other-offers h3 {
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #44403d;
  text-align: center;
  letter-spacing: 0.04em;
  padding: 0 0 8px 0;
  margin: 0;
  font-size: 20px;
  border-bottom: solid 3px #b7b9c2;
}
#offer-second-content .other-offers h3 strong,
#aktualnosci .other-offers h3 strong,
.okancelarii .other-offers h3 strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
#offer-second-content .other-offers ul,
#aktualnosci .other-offers ul,
.okancelarii .other-offers ul {
  display: block;
}
#offer-second-content .other-offers ul li,
#aktualnosci .other-offers ul li,
.okancelarii .other-offers ul li {
  margin: 20px 0 0 0;
  width: 100%;
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
  text-align: left;
}
#offer-second-content .other-offers ul li a,
#aktualnosci .other-offers ul li a,
.okancelarii .other-offers ul li a {
  display: inline-block;
  padding-left: 34px;
  min-height: 27px;
  background: none;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background-image: none !important;
}
#offer-second-content .other-offers ul li a:hover,
#aktualnosci .other-offers ul li a:hover,
.okancelarii .other-offers ul li a:hover {
  color: #b7b9c2;
}
#offer-second-content .other-offers ul li a:hover span,
#aktualnosci .other-offers ul li a:hover span,
.okancelarii .other-offers ul li a:hover span {
  color: #b7b9c2;
}
#offer-second-content .other-offers ul li a:hover span:after,
#aktualnosci .other-offers ul li a:hover span:after,
.okancelarii .other-offers ul li a:hover span:after {
  left: 0;
}
#offer-second-content .other-offers ul li a:before,
#aktualnosci .other-offers ul li a:before,
.okancelarii .other-offers ul li a:before {
  content: '';
  width: 27px;
  height: 27px;
  background-image: url('http://malecka.com.pl/wp-content/uploads/2016/12/weight.svg');
  background-size: 27px 27px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 0;
}
#offer-second-content .other-offers ul li a span,
#aktualnosci .other-offers ul li a span,
.okancelarii .other-offers ul li a span {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #44403d;
  letter-spacing: .016em;
  font-size: 14px;
  line-height: 27px;
  line-height: 1.3;
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 3px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  vertical-align: top;
}
#offer-second-content .other-offers ul li a span:after,
#aktualnosci .other-offers ul li a span:after,
.okancelarii .other-offers ul li a span:after {
  width: 100%;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  content: '';
  bottom: 0;
  height: 2px;
  background-color: #b7b9c2;
  left: -100%;
  position: absolute;
}
#offer-second-content .other-offers ul li.current,
#aktualnosci .other-offers ul li.current,
.okancelarii .other-offers ul li.current {
  display: none;
}
.ajax-loader {
  display: none!important;
}
span.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form label.error {
  color: #900;
  font-size: 11px;
  float: none;
  padding-left: 5px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -15px;
}
.wpcf7-form {
  position: relative;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  top: 190px;
  color: #900;
  font-size: 10px;
}
#pomoc .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
  top: 68px;
  color: #fff;
  background-color: transparent;
}
@media (max-width: 767px) {
  #pomoc .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
    top: 250px;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
#pomoc .wpcf7-form label.error {
  color: #fff;
  padding: 0;
  text-align: center;
}
#kontakt .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
  top: 260px;
  background-color: transparent;
}
#kontakt .wpcf7-form label.error {
  padding: 0;
  text-align: center;
  color: #900;
  bottom: 1px;
}
#kontakt .wpcf7 span.wpcf7-not-valid-tip {
  padding: 0;
  margin: 5px 0 0 0;
}
#kontakt .wpcf7 div.wpcf7-response-output {
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 25px 0 0 0;
  font-size: 10px;
}
@media (max-width: 767px) {
  #kontakt .wpcf7 div.wpcf7-response-output {
    width: 100%;
    left: 0;
    margin: 20px 0 0 0;
  }
}
