@charset "UTF-8";
html {
  box-sizing: border-box;
  font-size: 18px;
  font-weight: normal;
  font-family: 'LatoWeb', Arial, sans-serif; }
  html {
    font-size: 14px; }
    @media screen and (min-width: 1250px) {
      html {
        font-size: calc(14px + 4 * ((100vw - 1250px) / 670)); } }
    @media screen and (min-width: 1920px) {
      html {
        font-size: 18px; } }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  padding-top: 120px;
  background-color: #fff;
  margin: 0; }
  @media (max-width: 1440px) {
    body {
      padding-top: 100px; } }
  @media (max-width: 1200px) {
    body {
      padding-top: 70px; } }

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img {
  height: auto; }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

button {
  background: none;
  border: none; }

* {
  outline: none; }

p {
  margin: 0;
  padding: 0;
  line-height: 1.7em; }

input[type="search"], input[type="text"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #4f4f4e; }

h1 {
  font-family: 'LatoWebBlack', Arial, sans-serif; }

h2 {
  font-family: 'LatoWebBlack', Arial, sans-serif;
  font-size: 2em;
  color: #4f4f4e; }

a, a:visited, a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none; }

b, strong {
  font-family: 'LatoWebBold', Arial, sans-serif;
  font-weight: normal;
  font-weight: normal; }

.text {
  line-height: 1.4em; }
  .text ul li {
    padding-left: 1em;
    text-indent: -1em; }
    .text ul li::before {
      content: '';
      width: .6em;
      height: .6em;
      margin-right: .4em;
      display: inline-block;
      background-color: #125545; }

.content-wrap {
  max-width: 1040px;
  margin: 0 auto; }

.wiecej {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  border-radius: 1em;
  border: 2px solid #c00d0d;
  padding: .9em 3em;
  display: inline-block;
  box-sizing: border-box;
  margin: 1.5em 0;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  .wiecej:hover {
    background-color: #c00d0d;
    color: #fff; }

.double-block-container {
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 900px) {
    .double-block-container {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .double-block-container > * {
    -webkit-box-flex: 1 0 50%;
    -moz-box-flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    min-height: 33.33333em;
    -ms-flex-negative: 1; }
    @media (max-width: 900px) {
      .double-block-container > * {
        max-width: none;
        min-height: 0; } }

.block-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden; }
  @media (max-width: 900px) {
    .block-2 {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .block-2 > img {
    margin-right: 2em;
    width: 20%;
    -webkit-box-flex: 0 0 20%;
    -moz-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
    @media (max-width: 900px) {
      .block-2 > img {
        max-width: none;
        margin: 0 0 1em 0; } }
  .block-2.to-left {
    padding: 5em 10% 5em 0; }
    @media (max-width: 900px) {
      .block-2.to-left {
        padding: 3em 6% 2em 6%; } }
  .block-2.center {
    padding: 5em 6% 5em 6%; }
    @media (max-width: 900px) {
      .block-2.center {
        padding: 3em 6% 2em 6%; } }
  .block-2.mint {
    background-color: #eef9f6; }
  @media (max-width: 900px) {
    .block-2.has-image {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      min-height: 10em; } }
  .block-2.has-image img {
    min-width: 100%;
    min-height: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none; }
    @media (max-width: 900px) {
      .block-2.has-image img {
        max-width: 100%; } }

.block-content {
  text-align: justify; }
  @media (max-width: 900px) {
    .block-content {
      width: 100%; } }
  .block-content h2 {
    padding: 0 0 .6em 0;
    text-align: left; }

.benefity {
  text-align: center;
  padding: 2em 0 4em;
  color: #fff;
  background-color: #125545; }
  .benefity h2 {
    color: #fff;
    text-align: center;
    margin: 1em 0 2.5em; }

.benefit {
  font-weight: normal;
  font-family: 'LatoWebLight', Arial, sans-serif;
  font-size: 0.94444em;
  line-height: normal;
  vertical-align: top;
  display: inline-block;
  width: 12%;
  text-align: center;
  position: relative;
  padding: 7em 1em 0 1em; }
  @media (max-width: 1200px) {
    .benefit {
      width: 24%;
      margin-bottom: 2em; } }
  @media (max-width: 550px) {
    .benefit {
      width: 49%;
      margin-bottom: 2em; } }
  .benefit::before {
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 50%;
    height: 6em;
    width: 6em;
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .benefit.work_time::before {
    background-image: url(../images/chronometer.svg); }
  .benefit.work_life::before {
    background-image: url(../images/work_life_balance.svg); }
  .benefit.work_projects::before {
    background-image: url(../images/realny_wplyw.svg); }
  .benefit.work_atmosphere::before {
    background-image: url(../images/atmosfera.svg); }
  .benefit.work_games::before {
    background-image: url(../images/grywalizacja_firmowa.svg); }
  .benefit.work_disability::before {
    background-image: url(../images/pakiet_dla_niepelnosprawnych.svg); }
  .benefit.work_adaptive::before {
    background-image: url(../images/program_adaptacyjny.svg); }
  .benefit.work_specialist::before {
    background-image: url(../images/wysoka_klasa_specjalistow.svg); }
  .benefit.work_time::before {
    background-image: url(../images/chronometer.svg); }

main {
  padding: 5em 0 4em;
  display: block; }
  @media (max-width: 900px) {
    main {
      padding: 5em 0 1em; } }
  main.mint {
    background: #eef9f6; }
  main.sky {
    background: #eff7f9; }

.triple-block-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  max-width: 80%;
  margin: 0 auto;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .triple-block-container {
      max-width: 100%;
      padding: 0 2%; } }
  @media (max-width: 900px) {
    .triple-block-container {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.block-3 {
  background-color: #fff;
  padding: 2em;
  -ms-flex-negative: 1;
  max-width: 30%; }
  @media (max-width: 1200px) {
    .block-3 {
      max-width: 32%; } }
  @media (max-width: 900px) {
    .block-3 {
      max-width: none;
      margin-bottom: 1em; } }

.block-3-content {
  font-size: 0.88889em; }

a.department--it {
  color: #3292c3; }
  a.department--it .section-department-name {
    color: #3292c3; }
    a.department--it .section-department-name::before {
      content: ""; }
  a.department--it .tag-department {
    color: #3292c3; }
  a.department--it.job-offer::before {
    content: ""; }

.single.department--it .benefity {
  background-color: #3292c3; }

.single.department--it h1.it {
  color: #3292c3; }
  .single.department--it h1.it::after {
    content: ""; }

.single.department--it .naroznik-kolor {
  fill: #3292c3; }

.single.department--it #table {
  fill: #3292c3; }

.single.department--it .job-offers-single::after {
  content: "";
  color: #3292c3; }

.single.department--it .job-offers-single h1 span {
  color: #3292c3; }

.single.department--it .job-offers-single .job-offer:hover::after {
  color: #3292c3; }
  
a.department--kancelaria {
  color: #857d7b; }
  a.department--kancelaria .section-department-name {
    color: #857d7b; }
    a.department--kancelaria .section-department-name::before {
      content: ""; }
  a.department--kancelaria .tag-department {
    color: #857d7b; }
  a.department--kancelaria.job-offer::before {
    content: ""; }

.single.department--kancelaria .benefity {
  background-color: #857d7b; }

.single.department--kancelaria h1.call-center {
  color: #857d7b; }
  .single.department--kancelaria h1.call-center::after {
    content: ""; }

.single.department--kancelaria .naroznik-kolor {
  fill: #857d7b; }

.single.department--kancelaria #table {
  fill: #857d7b; }

.single.department--kancelaria .job-offers-single::after {
  content: "";
  color: #857d7b; }

.single.department--kancelaria .job-offers-single h1 span {
  color: #857d7b; }

.single.department--kancelaria .job-offers-single .job-offer:hover::after {
  color: #857d7b; }
  
a.department--tfi {
  color: #13646a; }
  a.department--tfi .section-department-name {
    color: #13646a; }
    a.department--tfi .section-department-name::before {
      content: ""; }
  a.department--tfi .tag-department {
    color: #13646a; }
  a.department--tfi.job-offer::before {
    content: ""; }

.single.department--tfi .benefity {
  background-color: #13646a; }

.single.department--tfi h1.call-center {
  color: #13646a; }
  .single.department--tfi h1.call-center::after {
    content: ""; }

.single.department--tfi .naroznik-kolor {
  fill: #13646a; }

.single.department--tfi #table {
  fill: #13646a; }

.single.department--tfi .job-offers-single::after {
  content: "";
  color: #13646a; }

.single.department--tfi .job-offers-single h1 span {
  color: #13646a; }

.single.department--tfi .job-offers-single .job-offer:hover::after {
  color: #13646a; }

a.department--call-center {
  color: #87b04a; }
  a.department--call-center .section-department-name {
    color: #87b04a; }
    a.department--call-center .section-department-name::before {
      content: ""; }
  a.department--call-center .tag-department {
    color: #87b04a; }
  a.department--call-center.job-offer::before {
    content: ""; }

.single.department--call-center .benefity {
  background-color: #87b04a; }

.single.department--call-center h1.call-center {
  color: #87b04a; }
  .single.department--call-center h1.call-center::after {
    content: ""; }

.single.department--call-center .naroznik-kolor {
  fill: #87b04a; }

.single.department--call-center #table {
  fill: #87b04a; }

.single.department--call-center .job-offers-single::after {
  content: "";
  color: #87b04a; }

.single.department--call-center .job-offers-single h1 span {
  color: #87b04a; }

.single.department--call-center .job-offers-single .job-offer:hover::after {
  color: #87b04a; }

a.department--prawo {
  color: #857d7b; }
  a.department--prawo .section-department-name {
    color: #857d7b; }
    a.department--prawo .section-department-name::before {
      content: ""; }
  a.department--prawo .tag-department {
    color: #857d7b; }
  a.department--prawo.job-offer::before {
    content: ""; }

.single.department--prawo .benefity {
  background-color: #857d7b; }

.single.department--prawo h1.prawo {
  color: #857d7b; }
  .single.department--prawo h1.prawo::after {
    content: ""; }

.single.department--prawo .naroznik-kolor {
  fill: #857d7b; }

.single.department--prawo #table {
  fill: #857d7b; }

.single.department--prawo .job-offers-single::after {
  content: "";
  color: #857d7b; }

.single.department--prawo .job-offers-single h1 span {
  color: #857d7b; }

.single.department--prawo .job-offers-single .job-offer:hover::after {
  color: #857d7b; }

a.department--operacje {
  color: #79b7af; }
  a.department--operacje .section-department-name {
    color: #79b7af; }
    a.department--operacje .section-department-name::before {
      content: ""; }
  a.department--operacje .tag-department {
    color: #79b7af; }
  a.department--operacje.job-offer::before {
    content: ""; }

.single.department--operacje .benefity {
  background-color: #79b7af; }

.single.department--operacje h1.operacje {
  color: #79b7af; }
  .single.department--operacje h1.operacje::after {
    content: ""; }

.single.department--operacje .naroznik-kolor {
  fill: #79b7af; }

.single.department--operacje #table {
  fill: #79b7af; }

.single.department--operacje .job-offers-single::after {
  content: "";
  color: #79b7af; }

.single.department--operacje .job-offers-single h1 span {
  color: #79b7af; }

.single.department--operacje .job-offers-single .job-offer:hover::after {
  color: #79b7af; }

a.department--analiza {
  color: #25427a; }
  a.department--analiza .section-department-name {
    color: #25427a; }
    a.department--analiza .section-department-name::before {
      content: ""; }
  a.department--analiza .tag-department {
    color: #25427a; }
  a.department--analiza.job-offer::before {
    content: ""; }

.single.department--analiza .benefity {
  background-color: #25427a; }

.single.department--analiza h1.analiza {
  color: #25427a; }
  .single.department--analiza h1.analiza::after {
    content: ""; }

.single.department--analiza .naroznik-kolor {
  fill: #25427a; }

.single.department--analiza #table {
  fill: #25427a; }

.single.department--analiza .job-offers-single::after {
  content: "";
  color: #25427a; }

.single.department--analiza .job-offers-single h1 span {
  color: #25427a; }

.single.department--analiza .job-offers-single .job-offer:hover::after {
  color: #25427a; }

a.department--administracja {
  color: #9b2420; }
  a.department--administracja .section-department-name {
    color: #9b2420; }
    a.department--administracja .section-department-name::before {
      content: ""; }
  a.department--administracja .tag-department {
    color: #9b2420; }
  a.department--administracja.job-offer::before {
    content: ""; }

.single.department--administracja .benefity {
  background-color: #9b2420; }

.single.department--administracja h1.administracja {
  color: #9b2420; }
  .single.department--administracja h1.administracja::after {
    content: ""; }

.single.department--administracja .naroznik-kolor {
  fill: #9b2420; }

.single.department--administracja #table {
  fill: #9b2420; }

.single.department--administracja .job-offers-single::after {
  content: "";
  color: #9b2420; }

.single.department--administracja .job-offers-single h1 span {
  color: #9b2420; }

.single.department--administracja .job-offers-single .job-offer:hover::after {
  color: #9b2420; }

a.department--finanse {
  color: #146369; }
  a.department--finanse .section-department-name {
    color: #146369; }
    a.department--finanse .section-department-name::before {
      content: ""; }
  a.department--finanse .tag-department {
    color: #146369; }
  a.department--finanse.job-offer::before {
    content: ""; }

.single.department--finanse .benefity {
  background-color: #146369; }

.single.department--finanse h1.finanse {
  color: #146369; }
  .single.department--finanse h1.finanse::after {
    content: ""; }

.single.department--finanse .naroznik-kolor {
  fill: #146369; }

.single.department--finanse #table {
  fill: #146369; }

.single.department--finanse .job-offers-single::after {
  content: "";
  color: #146369; }

.single.department--finanse .job-offers-single h1 span {
  color: #146369; }

.single.department--finanse .job-offers-single .job-offer:hover::after {
  color: #146369; }

a.department--hr {
  color: #9a4876; }
  a.department--hr .section-department-name {
    color: #9a4876; }
    a.department--hr .section-department-name::before {
      content: ""; }
  a.department--hr .tag-department {
    color: #9a4876; }
  a.department--hr.job-offer::before {
    content: ""; }

.single.department--hr .benefity {
  background-color: #9a4876; }

.single.department--hr h1.hr {
  color: #9a4876; }
  .single.department--hr h1.hr::after {
    content: ""; }

.single.department--hr .naroznik-kolor {
  fill: #9a4876; }

.single.department--hr #table {
  fill: #9a4876; }

.single.department--hr .job-offers-single::after {
  content: "";
  color: #9a4876; }

.single.department--hr .job-offers-single h1 span {
  color: #9a4876; }

.single.department--hr .job-offers-single .job-offer:hover::after {
  color: #9a4876; }

a.department--marketing {
  color: #ede425; }
  a.department--marketing .section-department-name {
    color: #ede425; }
    a.department--marketing .section-department-name::before {
      content: ""; }
  a.department--marketing .tag-department {
    color: #ede425; }
  a.department--marketing.job-offer::before {
    content: ""; }

.single.department--marketing .benefity {
  background-color: #ede425; }

.single.department--marketing h1.marketing {
  color: #ede425; }
  .single.department--marketing h1.marketing::after {
    content: ""; }

.single.department--marketing .naroznik-kolor {
  fill: #ede425; }

.single.department--marketing #table {
  fill: #ede425; }

.single.department--marketing .job-offers-single::after {
  content: "";
  color: #ede425; }

.single.department--marketing .job-offers-single h1 span {
  color: #ede425; }

.single.department--marketing .job-offers-single .job-offer:hover::after {
  color: #ede425; }

.tag-department,
.tag-city {
  font-size: 0.77778em;
  padding: .2em .5em .2em 0; }

.tag-department {
  font-family: 'LatoWebBold', Arial, sans-serif;
  font-weight: normal;
  border-right: 2px solid #e8e8e8;
  margin-right: .5em; }

.tag-city {
  color: #4f4f4e; }

form {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  box-sizing: border-box;
  text-align: center; }

input {
  padding: 1em 1.6em .9em;
  box-sizing: border-box;
  position: relative;
  font-size: 0.88889em;
  font-family: 'LatoWebBold', Arial, sans-serif;
  font-weight: normal;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px; }
  input.wpcf7-not-valid {
    border-color: #c00d0d !important; }
  @media (max-width: 460px) {
    input {
      width: 100%; } }

.file-cv {
  vertical-align: bottom; }
  .file-cv span.wpcf7-not-valid-tip {
    display: inline; }

span.wpcf7-not-valid-tip {
  color: #c00d0d;
  font-size: .7em;
  font-weight: normal;
  display: inline;
  position: absolute;
  right: 0;
  width: 20em;
  top: 1.5em;
  bottom: 0; }

.wpcf7-form-control-wrap {
  display: inline; }

span.wpcf7-not-valid-tip {
  display: none; }

div.wpcf7-response-output {
  border: none !important; }

div.wpcf7-validation-errors {
  color: #c00d0d !important; }

div.wpcf7-mail-sent-ok {
  color: #398f14; }

div.wpcf7 .ajax-loader {
  height: 0;
  margin: 1em auto;
  display: block;
  -moz-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s; }
  div.wpcf7 .ajax-loader.is-active {
    height: 16px; }

textarea {
  color: #969696;
  width: 100%;
  padding: 1em 1.6em .9em;
  font-size: 0.88889em;
  font-family: 'LatoWebBold', Arial, sans-serif;
  font-weight: normal;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #d7dadb;
  height: 10em; }

.wpcf7-file {
  display: none; }

.file-label {
  padding: 1.15em 1.6em 1em;
  background-color: #e8e8e8;
  border: none;
  color: #4f4f4e;
  font-family: 'LatoWebBold', Arial, sans-serif;
  font-weight: normal;
  cursor: pointer;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 0.88889em;
  font-family: 'LatoWebBold', Arial, sans-serif;
  font-weight: normal;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  line-height: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  position: relative;
  vertical-align: middle;
  color: #969696; }
  .file-label::before {
    font-family: fontello;
    content: '\e900';
    font-size: 1.3em;
    margin: -.3em .3em 0 -.5em;
    vertical-align: middle; }
  .file-label::after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .file-label:hover {
    background-color: #c00d0d;
    color: #fff; }

input[type=text],
input[type=email],
input[type=tel] {
  border: 2px solid #d7dadb;
  color: #969696;
  background: none;
  -moz-transition: border-color ease 0.6s;
  -o-transition: border-color ease 0.6s;
  -webkit-transition: border-color ease 0.6s;
  transition: border-color ease 0.6s; }

input[type=checkbox] {
  display: none; }

input[type=submit] {
  padding: 1.15em 1.6em 1.1em;
  background-color: #c00d0d;
  border: none;
  color: #fff;
  cursor: pointer;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  @media (max-width: 900px) {
    input[type=submit] {
      margin-top: 20px; } }
  input[type=submit]:hover {
    background-color: #125545; }
  input[type=submit]:disabled {
    background-color: #e8e8e8 !important;
    cursor: default; }

#zgoda-check {
  padding-left: 2.77778em;
  font-size: 0.88889em;
  position: relative;
  cursor: pointer;
  color: #969696;
  text-align: left;
  margin: 20px 0 70px;
  font-weight: normal;
  font-family: 'LatoWeb', Arial, sans-serif;
  display: block;
  margin: 1.4em 2% 1em; }
  @media (max-width: 900px) {
    #zgoda-check {
      width: 340px;
      box-sizing: border-box;
      margin: 20px auto 0; } }
  @media (max-width: 460px) {
    #zgoda-check {
      width: 90%; } }
  #zgoda-check .wpcf7-acceptance .wpcf7-not-valid .wpcf7-list-item {
    border: 2px solid #c00d0d; }
  #zgoda-check .wpcf7-acceptance .wpcf7-list-item.checked::after {
    -moz-transform: scale(1) translateY(-50%);
    -o-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    -moz-transition: transform 0.3s cubic-bezier(0.33, 1.66, 0.56, 1.04);
    -o-transition: transform 0.3s cubic-bezier(0.33, 1.66, 0.56, 1.04);
    -webkit-transition: transform 0.3s cubic-bezier(0.33, 1.66, 0.56, 1.04);
    transition: transform 0.3s cubic-bezier(0.33, 1.66, 0.56, 1.04); }
  #zgoda-check .wpcf7-acceptance .wpcf7-list-item::after {
    font-family: fontello;
    content: '\e800';
    position: absolute;
    font-size: 1.05556em;
    color: #c00d0d;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    -moz-transform: scale(0) translateY(-50%);
    -o-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    -webkit-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease; }
  #zgoda-check > span {
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 0;
    width: 1.11111em;
    height: 1.11111em;
    border: 2px solid #d7dadb;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -moz-transition: border-color ease 0.6s;
    -o-transition: border-color ease 0.6s;
    -webkit-transition: border-color ease 0.6s;
    transition: border-color ease 0.6s;
    box-sizing: content-box; }
  #zgoda-check::after {
    font-family: fontello;
    content: '\e800';
    position: absolute;
    font-size: 1.05556em;
    color: #c00d0d;
    left: .3em;
    top: .1em;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease; }
  #zgoda-check.zgoda-checked > span {
    border-color: #d7dadb !important; }
  #zgoda-check.zgoda-checked::after {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: transform 0.3s cubic-bezier(0.33, 1.66, 0.56, 1.04);
    -o-transition: transform 0.3s cubic-bezier(0.33, 1.66, 0.56, 1.04);
    -webkit-transition: transform 0.3s cubic-bezier(0.33, 1.66, 0.56, 1.04);
    transition: transform 0.3s cubic-bezier(0.33, 1.66, 0.56, 1.04); }

.policy-box {
  padding-right: 2.77778em;
  font-size: 0.88889em;
  position: relative;
  cursor: pointer;
  color: #969696;
  text-align: left;
  margin: 20px 0 20px 0;
  font-weight: normal;
  font-family: 'LatoWeb', Arial, sans-serif;
  display: block;
  width: 87%;
  margin-left: auto; }
  .policy-box:before {
    position: absolute;
    top: 0.25rem;
    right: 5%;
    font-family: fontello;
    content: "\e803";
    display: inline-block;
    transform: rotate(90deg); }

.policy-txt {
  text-align: left; }

ul.policy-list {
  overflow: hidden;
  max-height: 4.25rem;
  width: 95%;
  transition: max-height 0.75s ease-out;
  position: relative;
  margin-bottom: 1rem; }
  ul.policy-list.clicked {
    max-height: 100vh;
    transition: max-height 0.75s ease-out; }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      ul.policy-list.clicked {
        max-height: 170vw; } }
    @media screen and (max-width: 767px) and (orientation: portrait) {
      ul.policy-list.clicked {
        max-height: 200vh; } }
  @media screen and (max-width: 1380px) {
    ul.policy-list {
      max-height: 4rem; } }
  ul.policy-list li {
    margin-bottom: 1rem;
    text-align: justify; }

.section-department-name {
  padding-left: 4em;
  position: relative;
  font-family: 'LatoWebBold', Arial, sans-serif;
  font-weight: normal; }
  .section-department-name::before {
    font-family: 'fontello';
    font-size: 3em;
    position: absolute;
    display: block;
    left: 0;
    top: 44%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s; }

.section-department {
  position: relative; }
  .section-department:hover::after {
    color: inherit;
    -moz-transform: translate(10px, -50%);
    -o-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    -webkit-transform: translate(10px, -50%);
    transform: translate(10px, -50%); }
  .section-department:hover .section-department-name::before {
    -moz-transform: translate(0, -55%);
    -o-transform: translate(0, -55%);
    -ms-transform: translate(0, -55%);
    -webkit-transform: translate(0, -55%);
    transform: translate(0, -55%); }
  .section-department::after {
    font-family: 'fontello';
    content: "\e803";
    font-size: 1em;
    position: absolute;
    display: block;
    right: 1em;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s; }

.section-department-description {
  padding: 0 5em 0 4.5em;
  font-size: 0.88889em; }
  @media (max-width: 1440px) {
    .section-department-description {
      padding: 0 2em 0 4.5em; } }
  .section-department-description li {
    padding: .5em 0; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

/* Preload images */
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.ttf?1thcb2") format("truetype"), url("../fonts/fontello.woff?1thcb2") format("woff"), url("../fonts/fontello.svg?1thcb2#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="-"], [class*=" -"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fontello' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.-icon_attach:before {
  content: "\e900"; }

.-icon-finanse:before {
  content: "\e901"; }

.-icon-hr:before {
  content: "\e902"; }

.-icon-it:before {
  content: "\e903"; }

.-icon-marketing:before {
  content: "\e904"; }

.-icon-operacje:before {
  content: "\e905"; }

.-icon-prawo:before {
  content: "\e906"; }

.-icon-administracja:before {
  content: "\e907"; }

.-icon-analiza:before {
  content: "\e908"; }

.-icon-call-center:before {
  content: "\e909"; }

.-icons_quote:before {
  content: "\e805"; }

.-icons_slider:before {
  content: "\e807"; }

.-icons_check:before {
  content: "\e800"; }

.-icons_next:before {
  content: "\e803"; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }
  .lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px; }
  .lightbox a img {
    border: none; }

.lb-outerContainer {
  position: relative;
  background: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px; }
  .lb-outerContainer:after {
    content: "";
    display: table;
    clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  line-height: 1.4;
  z-index: 1;
  position: absolute;
  height: 100%;
  top: 0;
  width: 75px;
  right: 0;
  background-color: rgba(246, 246, 246, 0.8);
  cursor: pointer;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .lb-prev:hover, .lb-next:hover {
    background-color: rgba(0, 117, 80, 0.8); }
    .lb-prev:hover::before, .lb-next:hover::before {
      color: white; }
  .lb-prev::before, .lb-next::before {
    font-family: fontello;
    content: '\e803';
    position: absolute;
    color: #818181;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 63px;
    width: 45px;
    font-size: 45px;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }

.lb-nav a.lb-prev {
  left: 0; }
  .lb-nav a.lb-prev::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(180), M12=-sin(180), M21=sin(180), M22=cos(180));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(180), M12=-sin(180), M21=sin(180), M22=cos(180))";
    zoom: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }
  .lb-dataContainer:after {
    content: "";
    display: table;
    clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }
  .lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em; }
  .lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em; }
  .lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999; }
  .lb-data .lb-close {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    position: relative;
    top: 5px; }
    .lb-data .lb-close::after, .lb-data .lb-close::before {
      content: '';
      position: absolute;
      width: 4px;
      height: 100%;
      background: white;
      left: 50%; }
    .lb-data .lb-close::before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45));
      -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(45), M12=-sin(45), M21=sin(45), M22=cos(45))";
      zoom: 1; }
    .lb-data .lb-close::after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45));
      -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(-45), M12=-sin(-45), M21=sin(-45), M22=cos(-45))";
      zoom: 1; }
    .lb-data .lb-close:hover {
      cursor: pointer;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }

.header-menu {
  display: inline-block;
  margin-right: 5.5em;
  height: 100%; }
  .header-menu > div {
    height: 100%; }

#primary-menu, #category-menu {
  height: 100%;
  margin: 0;
  padding: 0; }
  #primary-menu > li, #category-menu > li {
    font-weight: normal;
    font-family: 'LatoWeb', Arial, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    position: relative;
    height: 100%;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (max-width: 1200px) {
      #primary-menu > li, #category-menu > li {
        float: none;
        display: block; } }
    #primary-menu > li.current_page_item > a, #category-menu > li.current_page_item > a {
      color: #c00d0d; }
    #primary-menu > li > a, #category-menu > li > a {
      font-size: 0.88889em;
      display: inline-block;
      min-width: 90px;
      padding: 0 1em;
      position: relative; }
      @media (max-width: 1440px) {
        #primary-menu > li > a, #category-menu > li > a {
          padding: 0 6px; } }
      @media (max-width: 1200px) {
        #primary-menu > li > a, #category-menu > li > a {
          padding: 1em 0.66667em; } }
      #primary-menu > li > a:hover, #category-menu > li > a:hover {
        color: #c00d0d; }

.menu-menu-dzialow-container {
  background-color: #fff; }

#category-menu {
  margin-left: 2em; }
  #category-menu > li {
    padding-right: 2em; }
    #category-menu > li > a {
      -webkit-border-radius: 1em;
      -moz-border-radius: 1em;
      -ms-border-radius: 1em;
      border-radius: 1em;
      border: 2px solid #c00d0d;
      padding: .9em 1em .9em 2em;
      display: inline-block;
      box-sizing: border-box;
      height: auto;
      text-transform: none;
      color: #c00d0d; }
      @media (max-width: 1200px) {
        #category-menu > li > a {
          display: none; } }
      #category-menu > li > a::after {
        font-family: fontello;
        content: "\e803";
        display: inline-block;
        -moz-transform: rotate(90deg) translate(0.2em, 0);
        -o-transform: rotate(90deg) translate(0.2em, 0);
        -ms-transform: rotate(90deg) translate(0.2em, 0);
        -webkit-transform: rotate(90deg) translate(0.2em, 0);
        transform: rotate(90deg) translate(0.2em, 0);
        margin: 0 0 0 1em; }
      #category-menu > li > a:hover::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 3.4em;
        left: 0;
        top: 100%; }
      #category-menu > li > a:hover + ul {
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%); }
  #category-menu .sub-menu {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    background-color: #fff;
    padding-left: 10%;
    z-index: -1;
    padding-bottom: .6em;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
    -moz-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -moz-transition: transform ease 0.3s;
    -o-transition: transform ease 0.3s;
    -webkit-transition: transform ease 0.3s;
    transition: transform ease 0.3s;
    -webkit-border-bottom-left-radius: 1em;
    -moz-border-bottom-left-radius: 1em;
    -ms-border-bottom-left-radius: 1em;
    border-bottom-left-radius: 1em; }
    @media (max-width: 1200px) {
      #category-menu .sub-menu {
        max-width: 300px;
        position: relative;
        -webkit-box-shadow: 0 0 0 0 black;
        -moz-box-shadow: 0 0 0 0 black;
        box-shadow: 0 0 0 0 black;
        z-index: auto;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        margin: 0 auto;
        padding-left: 0;
        padding-bottom: 5em; } }
    #category-menu .sub-menu:hover {
      -moz-transform: translate3d(0, 100%, 0);
      -o-transform: translate3d(0, 100%, 0);
      -ms-transform: translate3d(0, 100%, 0);
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }
      @media (max-width: 1200px) {
        #category-menu .sub-menu:hover {
          -moz-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); } }
    #category-menu .sub-menu li {
      padding: 0 0 0 3em;
      position: relative; }
    #category-menu .sub-menu a {
      text-transform: none;
      padding: 1em 0;
      display: block;
      color: #4f4f4e;
      font-family: 'LatoWebBold', Arial, sans-serif;
      font-weight: normal; }
      #category-menu .sub-menu a::after {
        font-family: 'fontello';
        content: "\e803";
        font-size: 1em;
        position: absolute;
        display: block;
        right: 1em;
        top: 50%;
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s; }
      #category-menu .sub-menu a:hover::after {
        -moz-transform: translate(10px, -50%);
        -o-transform: translate(10px, -50%);
        -ms-transform: translate(10px, -50%);
        -webkit-transform: translate(10px, -50%);
        transform: translate(10px, -50%); }
      #category-menu .sub-menu a::before {
        font-size: 2em;
        font-family: fontello;
        position: absolute;
        left: .2em;
        top: 44%;
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }

.menu-it a:hover::after {
  color: #3292c3; }

.menu-it a::after {
  color: #d6d6d6; }

.menu-it a::before {
  color: #3292c3;
  content: ""; }

.menu-call-center a:hover::after {
  color: #87b04a; }

.menu-call-center a::after {
  color: #d6d6d6; }

.menu-call-center a::before {
  color: #87b04a;
  content: ""; }

.menu-prawo a:hover::after {
  color: #857d7b; }

.menu-prawo a::after {
  color: #d6d6d6; }

.menu-prawo a::before {
  color: #857d7b;
  content: ""; }

.menu-operacje a:hover::after {
  color: #79b7af; }

.menu-operacje a::after {
  color: #d6d6d6; }

.menu-operacje a::before {
  color: #79b7af;
  content: ""; }

.menu-analiza a:hover::after {
  color: #25427a; }

.menu-analiza a::after {
  color: #d6d6d6; }

.menu-analiza a::before {
  color: #25427a;
  content: ""; }

.menu-administracja a:hover::after {
  color: #9b2420; }

.menu-administracja a::after {
  color: #d6d6d6; }

.menu-administracja a::before {
  color: #9b2420;
  content: ""; }

.menu-finanse a:hover::after {
  color: #146369; }

.menu-finanse a::after {
  color: #d6d6d6; }

.menu-finanse a::before {
  color: #146369;
  content: ""; }

.menu-hr a:hover::after {
  color: #9a4876; }

.menu-hr a::after {
  color: #d6d6d6; }

.menu-hr a::before {
  color: #9a4876;
  content: ""; }

.menu-marketing a:hover::after {
  color: #ede425; }

.menu-marketing a::after {
  color: #d6d6d6; }

.menu-marketing a::before {
  color: #ede425;
  content: ""; }

.social-navigation {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 2em;
  margin-top: 0.4em;
  transform-origin: 100% 0%;
  transform: scale(0.95);
  transition: all ease 0.3s; }

@media screen and (max-width: 767px) {
  .social-navigation {
    transform: scale(0.5);
    margin-top: 5px; } }
  .social-navigation ul.menu {
    list-style-type: none;
    display: flex;
    justify-content: flex-end; }
    .social-navigation ul.menu li {
      position: relative;
      background-size: cover; }
      .social-navigation ul.menu li.facebook a:after {
        background-image: url("../images/facebook.svg"); }
      .social-navigation ul.menu li.instagram a:after {
        background-image: url("../images/instagram.svg"); }
      .social-navigation ul.menu li.twitter a:after {
        background-image: url("../images/twitter.svg"); }
      .social-navigation ul.menu li.linkedin a:after {
        background-image: url("../images/linkedin.svg"); }
      .social-navigation ul.menu li a {
        position: relative;
        width: 28px;
        height: 28px;
        margin-left: 10px;
        background-color: #bbbbbb;
        color: transparent;
        line-height: 0;
        display: block; }
        .social-navigation ul.menu li a:after {
          content: "";
          position: absolute;
          width: 1.15em;
          height: 1.15em;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          background-size: contain;
          background-position: 50%;
          background-repeat: no-repeat; }

@media screen and (max-width: 767px) {
  .social-navigation ul.menu li a:after {
    width: 1.75em;
    height: 1.75em; } }

@media screen and (max-width: 767px) {
  .site-header.narrow .social-navigation {
    transform: scale(0.6);
    margin-top: 5px; } }

.site-header {
  font-size: 1em;
  height: 130px;
  width: 100%;
  background: white;
  position: fixed;
  top: 0;
  z-index: 10001;
  text-align: right;
  -moz-transition: height ease 0.3s;
  -o-transition: height ease 0.3s;
  -webkit-transition: height ease 0.3s;
  transition: height ease 0.3s;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15); }
  @media (max-width: 1440px) {
    .site-header {
      height: 120px; } }
  @media (max-width: 1200px) {
    .site-header {
      height: 70px !important; } }

.masthead__logo {
  height: 100%;
  display: inline-block;
  float: left;
  margin-left: 10%;
  position: relative;
  text-align: left; }
  @media (max-width: 1440px) {
    .masthead__logo {
      margin-left: 5%; } }
  .masthead__logo img {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 70%;
    width: auto;
    display: inline-block;
    vertical-align: middle; }

.mm-button {
  position: absolute;
  right: 0;
  height: 100%;
  padding: 0 2em;
  display: none;
  margin-top: 5px; }
  @media (max-width: 1200px) {
    .mm-button {
      display: block; } }
  .mm-button span {
    display: block;
    position: relative;
    height: 3px;
    width: 35px;
    background: #125545;
    opacity: 1;
    left: 0px; }
  .mm-button span#l1 {
    top: 39%; }
  .mm-button span#l2 {
    top: 49%; }
  .mm-button span#l3 {
    top: 59%; }

#site-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  height: 100%;
  position: relative;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  @media (max-width: 1200px) {
    #site-navigation {
      display: block;
      height: 0;
      position: fixed;
      top: 70px;
      background-color: #fff;
      width: 100%;
      overflow: scroll;
      bottom: 0; }
      #site-navigation.mmenu {
        height: 100%; } }

a.job-link, a.contact-link {
  min-width: 15em;
  padding: .9em 3em;
  border: none;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 18px;
  text-align: center;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  border-radius: 1em;
  -moz-transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
  -moz-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
  -o-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
  -webkit-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s;
  transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s; }
  @media (max-width: 550px) {
    a.job-link, a.contact-link {
      bottom: 0;
      min-width: 0;
      width: 50%;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; } }
  a.job-link.show-cta, a.contact-link.show-cta {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    padding: .9em .2em; }

.job-link {
  background-color: #125545;
  left: 2em; }
  .job-link:hover {
    background-color: #c00d0d; }
  @media (max-width: 550px) {
    .job-link {
      left: 0; } }

.contact-link {
  background-color: #c00d0d;
  right: 2em; }
  .contact-link:hover {
    background-color: #125545; }
  @media (max-width: 550px) {
    .contact-link {
      right: 0; } }

.footer-wrap {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 4em 0 2em; }
  @media (max-width: 1200px) {
    .footer-wrap {
      padding: 4em 1em 2em; } }
  .footer-wrap h2 {
    margin-bottom: 2em; }
    @media (max-width: 900px) {
      .footer-wrap h2 {
        margin-bottom: 0; } }
  .footer-wrap input {
    width: 23%;
    margin-right: 1.5%; }
    .footer-wrap input[type=submit] {
      margin-right: 0; }
    @media (max-width: 900px) {
      .footer-wrap input {
        width: 51%;
        margin: 1em auto; } }
    @media (max-width: 550px) {
      .footer-wrap input {
        width: 100%; } }
  .footer-wrap #zgoda-check {
    width: 70%; }
    @media (max-width: 550px) {
      .footer-wrap #zgoda-check {
        width: 100%; } }
  .footer-wrap .file-label {
    width: 23%;
    margin-right: 1.5%; }
    @media (max-width: 900px) {
      .footer-wrap .file-label {
        width: 50%;
        margin-left: auto;
        margin-right: auto !important; } }
    @media (max-width: 550px) {
      .footer-wrap .file-label {
        width: 100%; } }

body.page-template-page-contact .site-info {
  background-color: #e1e1e1; }

body:not(.page-template-page-contact) .site-info {
  background-color: #fff; }

.site-info {
  text-align: center;
  font-size: 0.83333em;
  font-weight: normal;
  font-family: 'LatoWeb', Arial, sans-serif;
  color: #969696; }
  @media (max-width: 900px) {
    .site-info {
      padding-bottom: 4em; } }
  .site-info a#best-footer-logo {
    width: 100px;
    height: 116px;
    background: url("../images/Best-logo.svg") no-repeat center center;
    background-size: contain;
    margin: 42px 80px; }
  .site-info > * {
    width: 390px;
    vertical-align: top;
    display: inline-block;
    margin: 70px 80px; }
    @media (max-width: 1440px) {
      .site-info > * {
        margin: 70px 20px; } }
    @media (max-width: 1200px) {
      .site-info > * {
        width: 240px;
        margin: 50px 20px; } }
    @media (max-width: 900px) {
      .site-info > * {
        width: 100%;
        margin: 30px 0; } }

.cookie-info {
  color: #969696;
  background-color: #e1e1e1;
  font-size: 12px;
  text-align: center;
  padding: 1em 23em; }
  @media (max-width: 900px) {
    .cookie-info {
      padding: 0 .4em 6em .4em; } }

/* Webfont: Lato-Black */
@font-face {
  font-family: 'LatoWebBlack';
  src: url("../fonts/Lato-Black.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Black.woff2") format("woff2"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-Bold */
@font-face {
  font-family: 'LatoWebBold';
  src: url("../fonts/Lato-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-Light */
@font-face {
  font-family: 'LatoWebLight';
  src: url("../fonts/Lato-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-Medium */
@font-face {
  font-family: 'LatoWebMedium';
  src: url("../fonts/Lato-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Medium.woff2") format("woff2"), url("../fonts/Lato-Medium.woff") format("woff"), url("../fonts/Lato-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Webfont: Lato-Regular */
@font-face {
  font-family: 'LatoWeb';
  src: url("../fonts/Lato-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/fonts/icomoon.eot?vljvds");
  src: url("../fonts/fonts/icomoon.eot?vljvds#iefix") format("embedded-opentype"), url("../fonts/fonts/icomoon.ttf?vljvds") format("truetype"), url("../fonts/fonts/icomoon.woff?vljvds") format("woff"), url("../fonts/fonts/icomoon.svg?vljvds#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-icons_aplikacje_kalk .path1:before {
  content: "\e900";
  color: #636464; }

.icon-icons_aplikacje_kalk .path2:before {
  content: "\e901";
  margin-left: -1em;
  color: #5fb5c2; }

.icon-icons_aplikacje_oplaty .path1:before {
  content: "\e902";
  color: #5fb5c2; }

.icon-icons_aplikacje_oplaty .path2:before {
  content: "\e903";
  margin-left: -1em;
  color: #636464; }

.icon-icons_aplikacje_panda .path1:before {
  content: "\e904";
  color: #636464; }

.icon-icons_aplikacje_panda .path2:before {
  content: "\e905";
  margin-left: -1em;
  color: #5fb5c2; }

.icon-icons_aplikacje_rainbrain .path1:before {
  content: "\e906";
  color: #5fb5c2; }

.icon-icons_aplikacje_rainbrain .path2:before {
  content: "\e907";
  margin-left: -1em;
  color: #636464; }

.icon-icons_arrow:before {
  content: "\e908";
  color: #5fb5c2; }

.icon-icons_clock:before {
  content: "\e909"; }

.icon-icons_ekspert:before {
  content: "\e90a";
  color: #cdcccc; }

.icon-icons_euro:before {
  content: "\e90b";
  color: #cdcccc; }

.icon-icons_facebook:before {
  content: "\e90c"; }

.icon-icons_google:before {
  content: "\e90d";
  color: #f04c3a; }

.icon-icons_kontakt .path1:before {
  content: "\e90e";
  color: white; }

.icon-icons_kontakt .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: #73cdd8; }

.icon-icons_marker:before {
  content: "\e910";
  color: #5fb5c2; }

.icon-icons_produkty_meteo .path1:before {
  content: "\e911";
  color: #636464; }

.icon-icons_produkty_meteo .path2:before {
  content: "\e912";
  margin-left: -1em;
  color: #5fb5c2; }

.icon-icons_produkty_oprogr .path1:before {
  content: "\e913";
  color: #5fb5c2; }

.icon-icons_produkty_oprogr .path2:before {
  content: "\e914";
  margin-left: -1em;
  color: #636464; }

.icon-icons_produkty_wod-kan .path1:before {
  content: "\e915";
  color: #636464; }

.icon-icons_produkty_wod-kan .path2:before {
  content: "\e916";
  margin-left: -1em;
  color: #5fb5c2; }

.icon-icons_projekty:before {
  content: "\e917";
  color: #cdcccc; }

.icon-icons_search:before {
  content: "\e918";
  color: #5fb5c2; }

.icon-icons_twitter:before {
  content: "\e919"; }

.icon-icons_uslugi_consulting .path1:before {
  content: "\e91a";
  color: #636464; }

.icon-icons_uslugi_consulting .path2:before {
  content: "\e91b";
  margin-left: -1em;
  color: #5fb5c2; }

.icon-icons_uslugi_consulting .path3:before {
  content: "\e91c";
  margin-left: -1em;
  color: #5fb5c2; }

.icon-icons_uslugi_consulting .path4:before {
  content: "\e91d";
  margin-left: -1em;
  color: #5fb5c2; }

.icon-icons_uslugi_inz .path1:before {
  content: "\e91e";
  color: #636464; }

.icon-icons_uslugi_inz .path2:before {
  content: "\e91f";
  margin-left: -1em;
  color: #5fb5c2; }

.icon-icons_uslugi_inz .path3:before {
  content: "\e920";
  margin-left: -1em;
  color: #5fb5c2; }

.icon-icons_uslugi_modelowanie .path1:before {
  content: "\e921";
  color: #5fb5c2; }

.icon-icons_uslugi_modelowanie .path2:before {
  content: "\e922";
  margin-left: -1em;
  color: #636464; }

.icon-icons_uslugi_modelowanie .path3:before {
  content: "\e923";
  margin-left: -1em;
  color: #636464; }

.icon-icons_uslugi_modelowanie .path4:before {
  content: "\e924";
  margin-left: -1em;
  color: #636464; }

.icon-icons_uslugi_opracowania .path1:before {
  content: "\e925";
  color: #636464; }

.icon-icons_uslugi_opracowania .path2:before {
  content: "\e926";
  margin-left: -1em;
  color: #5fb5c2; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.ttf?1thcb2") format("truetype"), url("../fonts/fontello.woff?1thcb2") format("woff"), url("../fonts/fontello.svg?1thcb2#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="-"], [class*=" -"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fontello' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.-icon_attach:before {
  content: "\e900"; }

.-icon-finanse:before {
  content: "\e901"; }

.-icon-hr:before {
  content: "\e902"; }

.-icon-it:before {
  content: "\e903"; }

.-icon-marketing:before {
  content: "\e904"; }

.-icon-operacje:before {
  content: "\e905"; }

.-icon-prawo:before {
  content: "\e906"; }

.-icon-administracja:before {
  content: "\e907"; }

.-icon-analiza:before {
  content: "\e908"; }

.-icon-call-center:before {
  content: "\e909"; }

.-icons_quote:before {
  content: "\e805"; }

.-icons_slider:before {
  content: "\e807"; }

.-icons_check:before {
  content: "\e800"; }

.-icons_next:before {
  content: "\e803"; }

#cookiebar {
  text-align: center;
  background-color: #D7D7D7;
  position: fixed;
  z-index: 11000;
  bottom: 0;
  width: 100%; }

.cookiebar-text {
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #565555;
  font-size: 0.8rem; }
  .cookiebar-text > * {
    vertical-align: middle; }
  .cookiebar-text p {
    display: inline-block;
    padding: 19px 0 19px;
    width: 90%;
    line-height: 22px;
    position: relative;
    padding-left: 20px;
    text-align: center; }
    @media (max-width: 1024px) {
      .cookiebar-text p {
        width: 85%; } }
    @media (max-width: 550px) {
      .cookiebar-text p {
        width: 85%; } }
    .cookiebar-text p a {
      color: #565555;
      text-decoration: underline; }

#close-cookie {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block; }
  #close-cookie:before, #close-cookie:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 22px;
    background-color: #565555;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto; }
  #close-cookie:before {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #close-cookie:after {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.hidden-cookie {
  display: none; }

#player {
  top: 0;
  display: none;
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75); }
  #player .close-player {
    width: 35px;
    height: 35px;
    background: url(images/close.png) top right no-repeat;
    right: 0;
    top: 0;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    padding: 30px;
    -moz-transform: translate(100%, -100%);
    -o-transform: translate(100%, -100%);
    -ms-transform: translate(100%, -100%);
    -webkit-transform: translate(100%, -100%);
    transform: translate(100%, -100%); }
  #player .wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -240px auto 0;
    width: 853px;
    height: 480px;
    background-color: #fff; }

.video-container {
  height: calc(100vh - 120px);
  position: relative;
  text-align: center;
  min-height: 550px;
  overflow: hidden; }

.video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media (max-width: 900px) {
  video.video {
    display: none; } }

.hello-there {
  display: inline-block;
  width: 17.77778em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .hello-there img {
    width: 90%;
    margin-bottom: 2em; }

.play-video {
  font-family: 'LatoWebBold', Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 1.22222em;
  text-align: center;
  position: relative;
  padding-top: 8.18182em;
  cursor: pointer; }
  .play-video::before {
    content: url(../images/play.svg);
    width: 5em;
    display: block;
    position: absolute;
    top: 4.09091em;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
    -o-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
    -webkit-transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
    transition: all cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s; }
  .play-video:hover::before {
    width: 5.90909em; }

.main-cta {
  position: absolute;
  bottom: 2em;
  width: 28em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  border-radius: 1em;
  right: -1em;
  background-color: #fff;
  padding: 2em;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media (max-width: 900px) {
    .main-cta {
      display: none; } }
  .main-cta div {
    padding: 0 1em 0 1em; }
  .main-cta p {
    text-align: left;
    line-height: normal; }
  .main-cta a {
    display: block;
    padding: .9em 3em;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background-color: #c00d0d;
    margin: 1em 0 0;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    border-radius: 1em;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .main-cta a:hover {
      background-color: #125545; }
  .main-cta img {
    max-width: 7em; }

.bars-container .block-2.center .block-content {
  text-align: center; }

.bars-container .to-left {
  background: url("../images/main-bars-bg.png") center right no-repeat;
  background-size: contain; }

.bar-container {
  width: 45%;
  display: inline-block;
  text-align: center;
  padding: 0 2%;
  vertical-align: top; }

.bar {
  height: 15em;
  width: 3.88889em;
  display: inline-block;
  background-color: #e8e8e8;
  position: relative; }
  .bar::after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: top; }
  .bar p {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    font-family: 'LatoWebBlack', Arial, sans-serif;
    font-size: 1.38889em;
    color: #fff; }
    .bar p::after {
      content: "%"; }
  .bar span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    -moz-transition: height ease 2s;
    -o-transition: height ease 2s;
    -webkit-transition: height ease 2s;
    transition: height ease 2s; }
  .bar--1 span {
    background-color: #9bd2c6; }
  .bar--2 span {
    background-color: #a1d6e4; }

.bar-info {
  padding: 1em 0; }

.block--it {
  background: url("../images/kawa-green.svg") bottom -10% right 10% no-repeat #def1ed;
  background-size: auto 50%; }

.pracownicy {
  text-align: center;
  overflow: hidden;
  margin: 9% 0;
  background: url("../images/quoter.svg") no-repeat 18% center;
  background-size: 9%; }
  @media (max-width: 1200px) {
    .pracownicy {
      background-position: left center;
      background-size: 15%; } }
  @media (max-width: 460px) {
    .pracownicy {
      background-size: 70%; } }

.pracownik {
  width: 50%;
  display: inline-block;
  text-align: left; }
  .pracownik ul li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.7em; }
    .pracownik ul li::before {
      content: '';
      width: .6em;
      height: .6em;
      margin-right: .4em;
      display: inline-block;
      background-color: #c00d0d; }
  @media (max-width: 1200px) {
    .pracownik {
      width: 70%; } }
  .pracownik img {
    margin-right: 5%;
    height: auto;
    width: 33%;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 900px) {
      .pracownik img {
        margin: 0 20px 40px 0; } }
    @media (max-width: 460px) {
      .pracownik img {
        width: 100%;
        margin-bottom: 20px; } }
  .pracownik div {
    display: inline-block;
    width: 57%; }
    @media (max-width: 460px) {
      .pracownik div {
        width: 100%; } }
    .pracownik div h3 {
      margin: 63px 0 10px;
      text-align: left;
      font-size: 1.25em; }

.next, .prev {
  z-index: 2;
  position: absolute;
  height: 100%;
  top: 0;
  width: 4.16667em;
  right: 0;
  background-color: rgba(246, 246, 246, 0.8);
  cursor: pointer;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .next:hover, .prev:hover {
    background-color: rgba(0, 117, 80, 0.8); }
    .next:hover::before, .prev:hover::before {
      color: white; }
  .next::before, .prev::before {
    font-family: fontello;
    content: '\e803';
    position: absolute;
    color: #818181;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 63px;
    width: 45px;
    font-size: 45px;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }

.prev {
  left: 0; }
  .prev::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(180), M12=-sin(180), M21=sin(180), M22=cos(180));
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=cos(180), M12=-sin(180), M21=sin(180), M22=cos(180))";
    zoom: 1; }

#galeria-cont {
  padding: 75px 0;
  background-color: #f6f6f6; }

#galeria {
  position: relative; }
  #galeria .owl-item {
    box-sizing: border-box; }
    #galeria .owl-item img {
      width: 93%;
      display: block;
      margin: 0 auto;
      position: relative; }
    #galeria .owl-item a {
      display: block;
      position: relative; }
      #galeria .owl-item a::before, #galeria .owl-item a::after {
        opacity: 0;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        -moz-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      #galeria .owl-item a::after {
        width: 93%;
        height: 100%;
        display: block;
        background-color: #c00d0d;
        z-index: 1; }
      #galeria .owl-item a::before {
        font-family: fontello;
        content: '\e807';
        font-size: 45px;
        color: #fff;
        z-index: 2;
        height: 63px;
        width: 45px; }
      #galeria .owl-item a:hover::after {
        opacity: .8; }
      #galeria .owl-item a:hover::before {
        opacity: 1; }

.o-benefitach {
  border: 2px solid #fff; }
  .o-benefitach:hover {
    background-color: #fff;
    color: #125545; }

.benefity--glowna {
  background: url("../images/best-benefity.jpg") center no-repeat;
  background-size: cover; }

#popup_wrapper {
  background-color: rgba(59, 66, 72, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
  opacity: 0; }

#popup_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (max-width: 800px) {
  #popup_cont {
    width: 80%; } }

@media screen and (max-width: 500px) {
  #popup_cont {
    width: 160%;
    left: 24%; } }

#popup_cont a img {
  width: 100%;
  height: auto; }

#popup_close {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }

@media screen and (max-width: 500px) {
  #popup_close {
    right: 4%;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

#popup_close_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.section h2 {
  min-height: 4em; }
  @media (max-width: 900px) {
    .section h2 {
      min-height: 0; } }

.section .block-3-content {
  min-height: 8em; }
  @media (max-width: 900px) {
    .section .block-3-content {
      min-height: 0;
      margin: 1em 0; } }

.section-department {
  border-top: #e8e8e8 2px solid;
  display: block;
  padding: 1.7em 1em 1.7em 0; }
  .section-department:last-child {
    border-bottom: #e8e8e8 2px solid; }

.benefit-type:nth-child(1) .benefit-type-title {
  background: url("../images/best_energia.jpg") center no-repeat;
  background-size: cover; }

.benefit-type:nth-child(1) h2::after {
  content: url(../images/best_energia.svg); }

.benefit-type:nth-child(1) strong, .benefit-type:nth-child(1) em, .benefit-type:nth-child(1) a {
  color: #125545; }

.benefit-type:nth-child(2) .benefit-type-title {
  background: url("../images/best_progres.jpg") center no-repeat;
  background-size: cover; }

.benefit-type:nth-child(2) h2::after {
  content: url(../images/best_progres.svg); }

.benefit-type:nth-child(2) strong, .benefit-type:nth-child(2) em, .benefit-type:nth-child(2) a {
  color: #37b3d6; }

.benefit-type:nth-child(2) li::before {
  background-color: #37b3d6; }

.benefit-type:nth-child(3) .benefit-type-title {
  background: url("../images/best_atmosfera.jpg") center no-repeat;
  background-size: cover; }

.benefit-type:nth-child(3) h2::after {
  content: url(../images/best_atmosfera.svg); }

.benefit-type:nth-child(3) strong, .benefit-type:nth-child(3) em, .benefit-type:nth-child(3) a {
  color: #c00d0d; }

.benefit-type:nth-child(3) li::before {
  background-color: #c00d0d; }

.benefit-type li {
  padding-bottom: 2em; }

.benefit-type-title {
  margin: -2em -2em 2em -2em;
  min-height: 11em;
  position: relative; }
  .benefit-type-title h2 {
    position: absolute;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%; }
    .benefit-type-title h2::after {
      display: block;
      margin: .4em auto -.8em auto;
      width: 5.4em; }

.stage {
  background-color: #fff;
  margin: 0 0 2em 0;
  padding: 3em;
  position: relative;
  min-height: 13em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media (max-width: 550px) {
    .stage {
      padding: 1em; } }
  .stage:nth-child(5n+1) h2 {
    color: #90d6e2; }
  .stage:nth-child(5n+1) .stage-counter-cont::after {
    top: 50%; }
  .stage:nth-child(5n+2) h2 {
    color: #05717b; }
  .stage:nth-child(5n+3) h2 {
    color: #125545; }
  .stage:nth-child(5n+4) h2 {
    color: #227fc2; }
  .stage:nth-child(5n+0) h2 {
    color: #8bd1c4; }
  .stage:nth-child(5n+0) .stage-counter-cont::after {
    top: auto;
    bottom: 50%; }

.stage-counter-cont::after {
  content: '';
  position: absolute;
  top: 0;
  left: 6.85em;
  width: 0.33333em;
  background-color: #c00d0d;
  height: calc(100% + 2em); }
  @media (max-width: 550px) {
    .stage-counter-cont::after {
      left: 3.65em; } }

.stage-counter {
  position: relative;
  margin: 0 3em 0 1.5em;
  font-family: 'LatoWebBold', Arial, sans-serif;
  font-weight: normal;
  font-size: 2.22222em;
  color: #c00d0d;
  z-index: 1; }
  @media (max-width: 550px) {
    .stage-counter {
      margin: 0 1em 0 1em; } }
  .stage-counter::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 2em;
    height: 2em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #e8e8e8;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.job-offers-title {
  padding: 1em 2em;
  margin-bottom: 2em; }

.job-offers-wrapper {
  background-color: #fff;
  padding: 2em;
  position: relative;
  overflow: hidden;
  min-height: 660px; }
  .job-offers-wrapper h3 {
    position: absolute;
    top: -3em; }

.job-title {
  font-size: 1.22222em; }

.job-offer {
  border-top: #e8e8e8 2px solid;
  display: block;
  padding: 1.7em 1em 1.7em 4em;
  position: absolute;
  transform: translateX(-125%);
  transition: transform 1.2s ease-in-out, opacity 0.8s ease-in-out 0.5s;
  opacity: 0;
  z-index: -1;
  width: 100%; }
  .job-offer.show {
    position: relative;
    transform: translateX(0);
    transition: transform 1.2s ease-in-out, opacity 0.8s ease-in-out 0.5s;
    opacity: 1;
    z-index: 1; }
  .job-offer:last-child {
    border-bottom: #e8e8e8 2px solid; }
  .job-offer:hover::after {
    color: inherit;
    -moz-transform: translate(10px, -50%);
    -o-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    -webkit-transform: translate(10px, -50%);
    transform: translate(10px, -50%); }
  .job-offer:hover::before {
    -moz-transform: translate(0, -55%);
    -o-transform: translate(0, -55%);
    -ms-transform: translate(0, -55%);
    -webkit-transform: translate(0, -55%);
    transform: translate(0, -55%); }
  .job-offer::before {
    font-family: 'fontello';
    font-size: 3em;
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .job-offer::after {
    font-family: 'fontello';
    content: "\e803";
    font-size: 1em;
    position: absolute;
    display: block;
    right: 1em;
    top: 50%;
    color: #d6d6d6;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    @media (max-width: 900px) {
      .job-offer::after {
        right: 0; } }

.select-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center; }

@media screen and (max-width: 767px) and (orientation: landscape) {
  .select-wrapper {
    margin-bottom: 1rem; } }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .select-wrapper {
    flex-wrap: wrap;
    margin-bottom: 2rem; } }
  .select-wrapper > div {
    margin: 0 1rem; }

#offer-type-select {
  display: none; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  width: 220px;
  height: 50px;
  border: 2px solid #d7dadb;
  color: #969696;
  background: none;
  transition: all ease 0.6s;
  border-radius: 15px;
  padding: 1em 1em 1em 2em;
  margin-bottom: 2rem; }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .select {
    margin-bottom: 1rem; } }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.9em 1em 0.9em 2em;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #d7dadb transparent transparent transparent;
    position: absolute;
    top: 20px;
    right: 10px; }
  .select-styled:active:after, .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #d7dadb transparent; }

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 5px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px; }
    .select-options li:hover {
      background-color: #eef9f6; }
    .select-options li[rel="hide"] {
      display: none; }

.single-welcome-cont {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden; }
  @media (max-width: 550px) {
    .single-welcome-cont {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.single-welcome {
  max-width: 60%;
  background: #fff;
  padding: 5em 12%;
  text-align: justify;
  min-height: calc(100vh - 200px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: url("../images/single-bg.png") center right no-repeat;
  background-size: contain; }
  @media (max-width: 900px) {
    .single-welcome {
      padding: 5em 12% 5em 5%; } }
  @media (max-width: 550px) {
    .single-welcome {
      min-height: 0;
      max-width: 100%;
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; } }
  .single-welcome h1 {
    text-transform: uppercase;
    padding: .5em 3.6em 0 0;
    margin-bottom: 1.5em;
    position: relative;
    display: inline-block; }
    .single-welcome h1::after {
      font-family: fontello;
      font-size: 3em;
      font-weight: normal;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, -50%); }

.single-bg-cont {
  width: 40%;
  position: relative;
  overflow: hidden; }
  @media (max-width: 550px) {
    .single-bg-cont {
      display: none; } }

.single-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -moz-transform: translate3d(105%, 0, 0);
  -o-transform: translate3d(105%, 0, 0);
  -ms-transform: translate3d(105%, 0, 0);
  -webkit-transform: translate3d(105%, 0, 0);
  transform: translate3d(105%, 0, 0); }
  .single-bg:nth-child(1) {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

@-webkit-keyframes slideOut {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -moz-transform: translate3d(-105%, 0, 0);
    -o-transform: translate3d(-105%, 0, 0);
    -ms-transform: translate3d(-105%, 0, 0);
    -webkit-transform: translate3d(-105%, 0, 0);
    transform: translate3d(-105%, 0, 0); } }

@-moz-keyframes slideOut {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -moz-transform: translate3d(-105%, 0, 0);
    -o-transform: translate3d(-105%, 0, 0);
    -ms-transform: translate3d(-105%, 0, 0);
    -webkit-transform: translate3d(-105%, 0, 0);
    transform: translate3d(-105%, 0, 0); } }

@-ms-keyframes slideOut {
  .single-bg 0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .single-bg 100% {
    -moz-transform: translate3d(-105%, 0, 0);
    -o-transform: translate3d(-105%, 0, 0);
    -ms-transform: translate3d(-105%, 0, 0);
    -webkit-transform: translate3d(-105%, 0, 0);
    transform: translate3d(-105%, 0, 0); } }

@-o-keyframes slideOut {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -moz-transform: translate3d(-105%, 0, 0);
    -o-transform: translate3d(-105%, 0, 0);
    -ms-transform: translate3d(-105%, 0, 0);
    -webkit-transform: translate3d(-105%, 0, 0);
    transform: translate3d(-105%, 0, 0); } }

@keyframes slideOut {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -moz-transform: translate3d(-105%, 0, 0);
    -o-transform: translate3d(-105%, 0, 0);
    -ms-transform: translate3d(-105%, 0, 0);
    -webkit-transform: translate3d(-105%, 0, 0);
    transform: translate3d(-105%, 0, 0); } }
  .single-bg.animate-out {
    -webkit-animation: slideOut cubic-bezier(0.6, 0.01, 0.46, 1) 1.5s forwards;
    -moz-animation: slideOut cubic-bezier(0.6, 0.01, 0.46, 1) 1.5s forwards;
    -ms-animation: slideOut cubic-bezier(0.6, 0.01, 0.46, 1) 1.5s forwards;
    -o-animation: slideOut cubic-bezier(0.6, 0.01, 0.46, 1) 1.5s forwards;
    animation: slideOut cubic-bezier(0.6, 0.01, 0.46, 1) 1.5s forwards; }

@-webkit-keyframes slideIn {
  0% {
    -moz-transform: translate3d(105%, 0, 0);
    -o-transform: translate3d(105%, 0, 0);
    -ms-transform: translate3d(105%, 0, 0);
    -webkit-transform: translate3d(105%, 0, 0);
    transform: translate3d(105%, 0, 0); }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-moz-keyframes slideIn {
  0% {
    -moz-transform: translate3d(105%, 0, 0);
    -o-transform: translate3d(105%, 0, 0);
    -ms-transform: translate3d(105%, 0, 0);
    -webkit-transform: translate3d(105%, 0, 0);
    transform: translate3d(105%, 0, 0); }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-ms-keyframes slideIn {
  .single-bg 0% {
    -moz-transform: translate3d(105%, 0, 0);
    -o-transform: translate3d(105%, 0, 0);
    -ms-transform: translate3d(105%, 0, 0);
    -webkit-transform: translate3d(105%, 0, 0);
    transform: translate3d(105%, 0, 0); }
  .single-bg 100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideIn {
  0% {
    -moz-transform: translate3d(105%, 0, 0);
    -o-transform: translate3d(105%, 0, 0);
    -ms-transform: translate3d(105%, 0, 0);
    -webkit-transform: translate3d(105%, 0, 0);
    transform: translate3d(105%, 0, 0); }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideIn {
  0% {
    -moz-transform: translate3d(105%, 0, 0);
    -o-transform: translate3d(105%, 0, 0);
    -ms-transform: translate3d(105%, 0, 0);
    -webkit-transform: translate3d(105%, 0, 0);
    transform: translate3d(105%, 0, 0); }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  .single-bg.animate-in {
    -webkit-animation: slideIn cubic-bezier(0.6, 0.01, 0.46, 1) 1.5s forwards;
    -moz-animation: slideIn cubic-bezier(0.6, 0.01, 0.46, 1) 1.5s forwards;
    -ms-animation: slideIn cubic-bezier(0.6, 0.01, 0.46, 1) 1.5s forwards;
    -o-animation: slideIn cubic-bezier(0.6, 0.01, 0.46, 1) 1.5s forwards;
    animation: slideIn cubic-bezier(0.6, 0.01, 0.46, 1) 1.5s forwards; }
  .single-bg img {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    width: auto; }

@media (max-width: 550px) {
  .single-bg-cont {
    display: none; } }

.single-person-cont img {
  position: absolute;
  bottom: 0;
  height: 90%;
  width: auto;
  left: 120%;
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -moz-transition: left ease 2s;
  -o-transition: left ease 2s;
  -webkit-transition: left ease 2s;
  transition: left ease 2s; }
  @media (max-width: 550px) {
    .single-person-cont img {
      display: none; } }
  .single-person-cont img:nth-child(1) {
    left: 61%; }
    @media (max-width: 900px) {
      .single-person-cont img:nth-child(1) {
        left: 71%; } }

@-webkit-keyframes animateOut {
  0% {
    left: 61%; }
  100% {
    left: -20%; } }

@-moz-keyframes animateOut {
  0% {
    left: 61%; }
  100% {
    left: -20%; } }

@-ms-keyframes animateOut {
  .single-person-cont img 0% {
    left: 61%; }
  .single-person-cont img 100% {
    left: -20%; } }

@-o-keyframes animateOut {
  0% {
    left: 61%; }
  100% {
    left: -20%; } }

@keyframes animateOut {
  0% {
    left: 61%; }
  100% {
    left: -20%; } }
  .single-person-cont img.animate-out {
    -webkit-animation: animateOut cubic-bezier(0.6, 0.01, 0.46, 1) 1.5s forwards;
    -moz-animation: animateOut cubic-bezier(0.6, 0.01, 0.46, 1) 1.5s forwards;
    -ms-animation: animateOut cubic-bezier(0.6, 0.01, 0.46, 1) 1.5s forwards;
    -o-animation: animateOut cubic-bezier(0.6, 0.01, 0.46, 1) 1.5s forwards;
    animation: animateOut cubic-bezier(0.6, 0.01, 0.46, 1) 1.5s forwards; }

@-webkit-keyframes animateIn {
  0% {
    left: 120%; }
  100% {
    left: 61%; } }

@-moz-keyframes animateIn {
  0% {
    left: 120%; }
  100% {
    left: 61%; } }

@-ms-keyframes animateIn {
  .single-person-cont img 0% {
    left: 120%; }
  .single-person-cont img 100% {
    left: 61%; } }

@-o-keyframes animateIn {
  0% {
    left: 120%; }
  100% {
    left: 61%; } }

@keyframes animateIn {
  0% {
    left: 120%; }
  100% {
    left: 61%; } }
  .single-person-cont img.animate-in {
    -webkit-animation: animateIn cubic-bezier(0.6, 0.01, 0.46, 1) 1.5s forwards;
    -moz-animation: animateIn cubic-bezier(0.6, 0.01, 0.46, 1) 1.5s forwards;
    -ms-animation: animateIn cubic-bezier(0.6, 0.01, 0.46, 1) 1.5s forwards;
    -o-animation: animateIn cubic-bezier(0.6, 0.01, 0.46, 1) 1.5s forwards;
    animation: animateIn cubic-bezier(0.6, 0.01, 0.46, 1) 1.5s forwards; }

#naroznik {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px; }

#table {
  width: 35%;
  margin: 0 auto;
  opacity: .2; }

.block-2.table {
  text-align: center; }
  @media (max-width: 900px) {
    .block-2.table {
      display: none; } }

.job-offers-single {
  background: #f6f6f6;
  padding: 0 0 3em;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .job-offers-single::after {
    font-family: fontello;
    font-size: 25em;
    -moz-transform: translate(25%, 0);
    -o-transform: translate(25%, 0);
    -ms-transform: translate(25%, 0);
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    opacity: .1; }
    @media (max-width: 1440px) {
      .job-offers-single::after {
        font-size: 20em; } }
    @media (max-width: 1200px) {
      .job-offers-single::after {
        display: none; } }
  .job-offers-single .content-wrap {
    padding: 3em 3em 0; }
  .job-offers-single h1 {
    margin-bottom: 2em; }
  .job-offers-single .job-offer {
    padding: 1.7em 1em;
    text-align: left; }

.single.department--marketing .benefity {
  background-color: #e6cc22; }

.contact-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 900px) {
    .contact-wrapper {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .contact-wrapper > * {
    -webkit-box-flex: 1 0 50%;
    -moz-box-flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%; }
    @media (max-width: 900px) {
      .contact-wrapper > * {
        max-width: none; } }

.map-wrapper {
  padding: 0 1% 0 5%;
  -webkit-box-flex: 1 0 50%;
  -moz-box-flex: 1 0 50%;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%; }
  @media (max-width: 900px) {
    .map-wrapper {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      padding: 0 1em; } }

#map {
  height: 300px; }

.divisions-cont {
  padding: 2em 0;
  text-align: center; }
  @media (max-width: 550px) {
    .divisions-cont {
      text-align: justify; } }

.division {
  display: inline-block;
  width: 49%;
  text-align: center;
  font-size: 1em;
  line-height: 1.6em;
  vertical-align: top;
  padding-left: 2em; }
  @media (max-width: 900px) {
    .division {
      width: auto;
      margin-bottom: 1em; } }
  .division > div {
    display: inline-block;
    text-align: left; }
  .division h3 {
    font-size: 1em;
    font-family: 'LatoWebBold', Arial, sans-serif;
    font-weight: normal;
    color: #000;
    position: relative; }
  .division h3::before {
    content: '';
    width: 1.5em;
    height: 2em;
    display: inline-block;
    position: absolute;
    left: -2em; }
  .division:nth-child(1) h3::before {
    background: url("../images/marker-red.svg") no-repeat;
    background-size: contain; }
  .division:nth-child(2) h3::before {
    background: url("../images/marker-green.svg") no-repeat;
    background-size: contain; }

.contact-form-cont {
  text-align: center; }

#ab-cookie-show {
  display: none; 
}

.contact-form {
  max-width: 60%;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 900px) {
    .contact-form {
      margin-bottom: 1em; } }
  @media (max-width: 550px) {
    .contact-form {
      max-width: none;
      padding: 0 1em; } }
  .contact-form #nazwisko {
    width: 100%;
    margin-bottom: 2em; }
  .contact-form #telefon {
    width: 30%;
    float: left; }
  .contact-form #email {
    width: 65%;
    float: right; }
  .contact-form #message {
    margin: 2em 0 0 0 !important;
    resize: none; }
  .contact-form #submit {
    min-width: 12em; }
  .contact-form .file-label {
    width: 100%;
    margin: 1em 0 0 0; }

body.page-template-page-culture .double-block-container .block-2.content {
  padding: 5em 5% 2em 10%; }

@media screen and (max-width: 1700px) {
body.page-template-page-culture .double-block-container .block-2.content {
    padding: 5em 5% 2em 6%; } }

@media screen and (max-width: 1440px) {
  body.page-template-page-culture .double-block-container .block-2.content {
    padding: 5em 5% 2em 5%; } }

@media screen and (max-width: 1024px) {
  body.page-template-page-culture .double-block-container .block-2.content {
    max-width: 100%;
    padding: 2.5em 5%; } }

@media screen and (max-width: 767px) {
  body.page-template-page-culture .double-block-container .block-2.content {
    padding: 2em 5%; } }
  body.page-template-page-culture .double-block-container .block-2.content img {
    float: left;
    margin-right: 1rem;
    margin-bottom: 2rem; }

@media screen and (max-width: 767px) and (orientation: portrait) {
  body.page-template-page-culture .double-block-container .block-2.content img {
    margin-bottom: 5rem; } }

@media screen and (max-width: 320px) {
  body.page-template-page-culture .double-block-container .block-2.content img {
    margin-bottom: 7rem; } }

body.page-template-page-culture .double-block-container .block-2.has-image img {
  height: 100%;
  width: auto;
  max-width: initial;
  min-width: initial; }

@media screen and (max-width: 767px) and (orientation: landscape) {
  body.page-template-page-culture .double-block-container .block-2.has-image img {
    width: 100%;
    height: auto; } }

@media screen and (max-width: 1024px) and (orientation: portrait) {
  body.page-template-page-culture .double-block-container .block-2.has-image {
    min-height: 30em;
    margin-top: 3em; } }

@media screen and (max-width: 767px) and (orientation: landscape) {
  body.page-template-page-culture .double-block-container .block-2.has-image {
    min-height: 17em;
    margin-top: 1em; } }

@media screen and (max-width: 767px) and (orientation: portrait) {
  body.page-template-page-culture .double-block-container .block-2.has-image {
    min-height: 20em;
    margin-top: 1em; } }

body.page-template-page-culture .double-block-container h1, body.page-template-page-culture .double-block-container h2, body.page-template-page-culture .double-block-container h3 {
  padding: 0 0 .3em 0;
  text-align: left; }

body.page-template-page-culture .double-block-container hr {
  background-color: #acacac;
  margin: 1.5em 0; }

body.page-template-page-culture .single-block-container.mint {
  background-color: #eef9f6; }

body.page-template-page-culture .single-block-container .block-content {
  padding: 3em 0 2em 0; }

@media screen and (max-width: 767px) {
  body.page-template-page-culture .single-block-container .block-content {
    padding: 1em 0; } }
  body.page-template-page-culture .single-block-container .block-content h2 {
    padding: 0 0 .6em 0;
    text-align: center;
    color: #2384ca; }

body.page-template-page-culture .single-block-container .values-container {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

@media screen and (max-width: 1024px) {
  body.page-template-page-culture .single-block-container .values-container {
    max-width: 100%;
    width: 100%;
    padding: 0 5%; } }

@media screen and (max-width: 767px) and (orientation: portrait) {
  body.page-template-page-culture .single-block-container .values-container {
    flex-direction: column; } }
  body.page-template-page-culture .single-block-container .values-container .value {
    width: 30%;
    text-align: center;
    padding: 50px 15px;
    margin-bottom: 1em; }

@media screen and (max-width: 767px) and (orientation: portrait) {
  body.page-template-page-culture .single-block-container .values-container .value {
    width: 100%;
    padding: 30px 15px; } }
    body.page-template-page-culture .single-block-container .values-container .value * {
      color: #fff; }
    body.page-template-page-culture .single-block-container .values-container .value .value-title {
      font-size: 1.75em;
      margin-bottom: 0.25em; }
    body.page-template-page-culture .single-block-container .values-container .value .value-icon {
      width: 38px;
      height: 38px;
      display: block;
      margin: 0 auto;
      margin-bottom: 10px; }
      body.page-template-page-culture .single-block-container .values-container .value .value-icon img {
        max-width: 100%; }
    body.page-template-page-culture .single-block-container .values-container .value:nth-of-type(1) {
      background-color: #008e64; }
    body.page-template-page-culture .single-block-container .values-container .value:nth-of-type(2) {
      background-color: #2384ca; }
    body.page-template-page-culture .single-block-container .values-container .value:nth-of-type(3) {
      background-color: #8bd1c4; }

body.page-template-page-culture .single-block-container.download .block-content {
  padding: 3em 0; }
  body.page-template-page-culture .single-block-container.download .block-content h2 {
    color: #4f4f4e; }

body.page-template-page-culture .single-block-container.download .content-wrapper {
  max-width: 50%;
  margin: 0 auto;
  margin-bottom: 2em; }

@media screen and (max-width: 1024px) {
  body.page-template-page-culture .single-block-container.download .content-wrapper {
    max-width: 75%; } }

body.page-template-page-culture .single-block-container.download .files-container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

@media screen and (max-width: 1024px) {
  body.page-template-page-culture .single-block-container.download .files-container {
    max-width: 100%;
    width: 100%;
    padding: 0 2%; } }
  body.page-template-page-culture .single-block-container.download .files-container .file {
    margin: 0 1rem 1rem;
    text-align: left;
    padding: 1em;
    display: flex;
    align-items: center; }

@media screen and (max-width: 767px) and (orientation: portrait) {
  body.page-template-page-culture .single-block-container.download .files-container .file {
    width: 100%; } }
    body.page-template-page-culture .single-block-container.download .files-container .file .file-title {
      margin-right: 30px;
      color: #008e64; }

@media screen and (max-width: 767px) {
  body.page-template-page-culture .single-block-container.download .files-container .file .file-title {
    margin-right: 0; } }
    body.page-template-page-culture .single-block-container.download .files-container .file .file-link {
      color: #ace0e9;
      position: relative;
      display: flex;
      align-items: center; }
      body.page-template-page-culture .single-block-container.download .files-container .file .file-link:before {
        content: "";
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url("../images/icon-eye.svg");
        background-position: 50%;
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 15px; }

body.page-template-page-culture .single-block-container.social-media .block-content {
  overflow: hidden; }

body.page-template-page-culture .single-block-container.social-media .social-container {
  width: 89%;
  margin: 0 auto;
  margin-left: 10%; }

@media screen and (max-width: 1024px) {
  body.page-template-page-culture .single-block-container.social-media .social-container {
    width: 107%;
    margin-left: 2%; } }
  body.page-template-page-culture .single-block-container.social-media .social-container .shuffle__sizer {
    display: none !important; }
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-loader {
    margin: 0 !important;
    left: 44.5% !important; }

@media screen and (max-width: 767px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-loader {
    left: 40.5% !important; } }
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-stream {
    background-color: transparent !important; }
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-header,
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-loadmore-wrapper {
    width: 90%; }
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-header .ff-filter-holder {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }

@media screen and (max-width: 767px) and (orientation: portrait) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-header .ff-filter-holder {
    flex-wrap: wrap; } }

@media screen and (max-width: 320px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-header .ff-filter-holder {
    flex-direction: column; } }
    body.page-template-page-culture .single-block-container.social-media .social-container .ff-header .ff-filter-holder:before {
      content: "Obserwuj nas";
      color: #2384ca;
      font-size: 2em;
      background-color: transparent !important;
      margin-right: 0.5em;
      font-weight: bold;
      font-family: 'LatoWebBlack', Arial, sans-serif; }

@media screen and (max-width: 767px) and (orientation: portrait) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-header .ff-filter-holder:before {
    margin-bottom: 1em; } }
    body.page-template-page-culture .single-block-container.social-media .social-container .ff-header .ff-filter-holder .ff-filter {
      background-color: #2384ca !important;
      border-radius: 0 !important; }

@media screen and (max-width: 320px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-header .ff-filter-holder .ff-filter {
    display: none !important; } }
      body.page-template-page-culture .single-block-container.social-media .social-container .ff-header .ff-filter-holder .ff-filter.ff-filter--active {
        background-color: rgba(35, 132, 202, 0.75) !important; }
      body.page-template-page-culture .single-block-container.social-media .social-container .ff-header .ff-filter-holder .ff-filter:after, body.page-template-page-culture .single-block-container.social-media .social-container .ff-header .ff-filter-holder .ff-filter:before {
        display: none !important; }
    body.page-template-page-culture .single-block-container.social-media .social-container .ff-header .ff-filter-holder:not(.ff-ad) .ff-content {
      max-height: 115px;
      height: 115px; }
    body.page-template-page-culture .single-block-container.social-media .social-container .ff-header .ff-filter-holder .ff-search {
      display: none; }

@media screen and (max-width: 320px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item-bar {
    padding: 10px 3% !important; } }
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-loadmore-wrapper .ff-btn {
    background-color: #2384ca !important;
    border-radius: 0 !important; }
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-loadmore-wrapper .ff-loader {
    left: 49% !important; }

@media screen and (max-width: 767px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-loadmore-wrapper .ff-loader {
    left: 44% !important; } }

@media screen and (max-width: 320px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .selectric-wrapper {
    display: block !important; } }

@media screen and (max-width: 767px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .selectric-wrapper .selectric,
  body.page-template-page-culture .single-block-container.social-media .social-container .selectric-wrapper .selectric-items {
    background-color: #2384ca !important; } }

@media screen and (max-width: 767px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .selectric-wrapper .selectric-scroll ul li.selected {
    background-color: rgba(176, 206, 227, 0.5) !important;
    color: #fff !important; } }
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-stream-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    height: auto !important; }
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item-cont {
    height: 510px;
    overflow: hidden; }

@media screen and (max-width: 1600px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item-cont {
    height: 500px; } }

@media screen and (max-width: 1280px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item-cont {
    height: 500px; } }

@media screen and (max-width: 767px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item-cont {
    height: 25em; } }
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item {
    position: relative !important;
    transform: none !important;
    display: inline-block !important;
    float: none !important; }
    body.page-template-page-culture .single-block-container.social-media .social-container .ff-item.ff-facebook.ff-no-image h4 {
      display: none; }
      body.page-template-page-culture .single-block-container.social-media .social-container .ff-item.ff-facebook.ff-no-image h4 a {
        color: transparent !important; }
    body.page-template-page-culture .single-block-container.social-media .social-container .ff-item.ff-facebook.ff-no-image .ff-content {
      position: relative !important;
      max-height: initial !important;
      margin-top: 0 !important; }
      body.page-template-page-culture .single-block-container.social-media .social-container .ff-item.ff-facebook.ff-no-image .ff-content:before {
        content: "";
        position: relative;
        display: block;
        width: 100%;
        height: 260px !important;
        overflow: hidden !important;
        background-image: url("../images/spojrz-na-prace-inaczej-best-logo-old.svg");
        background-size: 80%;
        background-position: 50%;
        background-repeat: no-repeat;
        margin: 0;
        padding: 0;
        margin-bottom: 11%; }

@media screen and (max-width: 1600px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item.ff-facebook.ff-no-image .ff-content:before {
    height: 230px !important; } }

@media screen and (max-width: 1380px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item.ff-facebook.ff-no-image .ff-content:before {
    height: 200px !important;
    margin-bottom: 15%; } }

@media screen and (max-width: 1280px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item.ff-facebook.ff-no-image .ff-content:before {
    height: 200px !important; } }

@media screen and (max-width: 1024px) and (orientation: landscape) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item.ff-facebook.ff-no-image .ff-content:before {
    height: 160px !important; } }

@media screen and (max-width: 1024px) and (orientation: portrait) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item.ff-facebook.ff-no-image .ff-content:before {
    height: 130px !important;
    margin-bottom: 22%; } }

@media screen and (max-width: 767px) and (orientation: portrait) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item.ff-facebook.ff-no-image .ff-content:before {
    height: 100px !important;
    margin-bottom: 30%; } }

@media screen and (max-width: 767px) and (orientation: landscape) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item.ff-facebook.ff-no-image .ff-content:before {
    height: 155px !important; } }
    body.page-template-page-culture .single-block-container.social-media .social-container .ff-item.ff-facebook.ff-no-image h4 + .ff-content {
      margin-top: 0 !important; }
    body.page-template-page-culture .single-block-container.social-media .social-container .ff-item.filtered {
      width: 27% !important;
      margin-right: 4.5% !important;
      margin-bottom: 2% !important; }

@media screen and (max-width: 767px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item.filtered {
    width: 42.5% !important;
    margin-bottom: 1em !important; } }
    body.page-template-page-culture .single-block-container.social-media .social-container .ff-item.concealed {
      position: absolute !important; }
    body.page-template-page-culture .single-block-container.social-media .social-container .ff-item .ff-img-holder {
      height: 260px !important;
      overflow: hidden !important;
      background-color: #fff; }

@media screen and (max-width: 1600px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item .ff-img-holder {
    height: 230px !important; } }

@media screen and (max-width: 1380px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item .ff-img-holder {
    height: 200px !important; } }

@media screen and (max-width: 1280px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item .ff-img-holder {
    height: 200px !important; } }

@media screen and (max-width: 1024px) and (orientation: landscape) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item .ff-img-holder {
    height: 160px !important; } }

@media screen and (max-width: 1024px) and (orientation: portrait) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item .ff-img-holder {
    height: 130px !important; } }

@media screen and (max-width: 767px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item .ff-img-holder {
    height: 100px !important; } }

@media screen and (max-width: 767px) and (orientation: landscape) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item .ff-img-holder {
    height: 150px !important; } }
      body.page-template-page-culture .single-block-container.social-media .social-container .ff-item .ff-img-holder img.ff-initial-image {
        min-height: initial !important; }
      body.page-template-page-culture .single-block-container.social-media .social-container .ff-item .ff-img-holder img {
        min-height: auto !important; }
    body.page-template-page-culture .single-block-container.social-media .social-container .ff-item .ff-img-holder + .ff-content {
      margin: 9% 7% 8% 7% !important; }

@media screen and (max-width: 1280px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item .ff-img-holder + .ff-content {
    margin: 45px 7% 8% 7% !important; } }
    body.page-template-page-culture .single-block-container.social-media .social-container .ff-item .ff-img-holder + h4 {
      margin: 9% 7% 1em 7% !important; }

@media screen and (max-width: 1280px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-item .ff-img-holder + h4 {
    margin: 45px 7% 1em 7% !important; } }
    body.page-template-page-culture .single-block-container.social-media .social-container .ff-item h4 + .ff-content {
      margin-top: 0 !important; }
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-label-wrapper {
    top: 268px;
    /*left: 6%;*/
    /*right: auto; */
  }

@media screen and (max-width: 1600px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-label-wrapper {
    top: 232px; } }

@media screen and (max-width: 1380px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-label-wrapper {
    top: 200px; } }

@media screen and (max-width: 1280px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-label-wrapper {
    top: 205px; } }

@media screen and (max-width: 1024px) and (orientation: landscape) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-label-wrapper {
    top: 165px; } }

@media screen and (max-width: 1024px) and (orientation: portrait) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-label-wrapper {
    top: 140px; } }

@media screen and (max-width: 767px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-label-wrapper {
    top: 103px; } }

@media screen and (max-width: 767px) and (orientation: landscape) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-label-wrapper {
    top: 155px; } }
    body.page-template-page-culture .single-block-container.social-media .social-container .ff-label-wrapper .ff-icon {
      background: none !important; }
      body.page-template-page-culture .single-block-container.social-media .social-container .ff-label-wrapper .ff-icon:before {
        border: none !important; }

@media screen and (max-width: 1380px) {
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-label-wrapper .ff-icon .ff-icon-inner {
    font-size: 14px; } }
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-facebook .ff-icon .ff-icon-inner {
    color: #2284ca; }
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-instagram .ff-icon .ff-icon-inner {
    color: #c00d0d; }
  body.page-template-page-culture .single-block-container.social-media .social-container .ff-twitter .ff-icon .ff-icon-inner {
    color: #008e64; }

.error404 main {
  background: url("../images/best-spojrz-na-prace-inaczej-poster.jpg") center no-repeat;
  background-size: cover; }

.error404 footer {
  display: none; }

.error404 h1, .error404 p {
  color: #fff; }

.error404 p {
  font-weight: normal;
  font-family: 'LatoWebLight', Arial, sans-serif; }

.error404 section {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .error404 section a {
    display: block;
    margin: 1em;
    color: #fff; }
    .error404 section a::before {
      margin: .5em;
      font-family: fontello;
      content: "\e803";
      display: inline-block;
      font-size: .7em;
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

.text-page-title {
  padding: 1em 2em;
  margin-bottom: 2em; }

.text-page-wrapper {
  background-color: #fff;
  padding: 2em;
  position: relative;
  overflow: hidden;
  min-height: 80vh; }
  .text-page-wrapper h3 {
    position: absolute;
    top: -3em; }
  .text-page-wrapper ul {
    margin: 1em 0;
    padding-left: 40px;
    list-style: disc; }
  .text-page-wrapper ol {
    padding-top: 10px; }
  .text-page-wrapper li {
    padding-bottom: 10px; }

