/*!
Theme Name: KSSP
Author: Wonders Ahead
Author URI: https://wondersahead.pl
Version: 1.0.0
Text Domain : kssp
*/

html {
  font-family: "Exo 2" !important;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

::-moz-selection {
  background: #0e6aab;
  color: #fff !important;
}

::selection {
  background: #0e6aab;
  color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo 2" !important;
}

h1 {
  font-size: 60px !important;
  line-height: 71px !important;
  letter-spacing: 0px;
}

h2 {
  font-size: 48px !important;
  line-height: 57px !important;
  letter-spacing: 0px;
}

h3 {
  font-size: 28px !important;
  line-height: 33px !important;
  letter-spacing: 0px;
}

a,
a:hover,
a:active,
a:visited {
  color: #0067ac !important;
  text-decoration: none !important;
}

a:hover {
  color: #0067ad !important;
}

b,
strong {
  font-weight: 600 !important;
}

body {
  font: normal normal normal 1rem/1.5rem;
  font-family: "Exo 2", sans-serif !important;
  letter-spacing: 0;
  color: #00445c;
}

#page {
  min-height: 100vh;
}

.site-content {
  min-height: 100vh;
  padding-top: 95px;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page_section .wrapper {
  padding: 75px 15px;
}

@media screen and (min-width: 992px) {
  .site-hamburger {
    display: none;
  }
}

.site-hamburger #nav-icon3 {
  width: 30px;
  height: 23px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.site-hamburger #nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.site-hamburger #nav-icon3 span:nth-child(1) {
  top: 0px;
}

.site-hamburger #nav-icon3 span:nth-child(2),
.site-hamburger #nav-icon3 span:nth-child(3) {
  top: 9px;
}

.site-hamburger #nav-icon3 span:nth-child(4) {
  top: 18px;
}

.site-hamburger #nav-icon3.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.site-hamburger #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-hamburger #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-hamburger #nav-icon3.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.site-header {
  position: fixed;
  width: 100%;
  padding: 25px 0 !important;
  z-index: 1000;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.site-header .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .site-header .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.site-header.sticky {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.site-header.nav-up {
  transform: translateY(0%);
}

.site-header.nav-down {
  transform: translateY(-100%);
}

.site-branding > a {
  display: block;
}

.lang_swi {
  position: absolute;
  left: 185px;
  width: 200px;
  text-align: center;
}

.language-switcher {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  height: 45px;
}

.language-switcher a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 5px;
}

.language-switcher a img {
  width: 20px;
  height: auto;
  aspect-ratio: 3/2;
}

.site-header .wrapper .site-branding a img {
  width: auto;
  height: 45px;
}

@media screen and (min-width: 1199px) {
  .site-header .wrapper .site-branding a img {
    height: 45px;
  }
}

.site-header .wrapper .main-navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .site-header .wrapper .main-navigation ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.site-header .wrapper .main-navigation ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.site-header .wrapper .main-navigation ul li:before {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
  display: block;
  background: #0067ad;
  width: 0%;
  height: 4px;
  position: absolute;
  top: -25px;
  left: 0;
}

.site-header .wrapper .main-navigation ul li:hover:before,
.site-header .wrapper .main-navigation ul li.current_page_item:before {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .site-header .wrapper .main-navigation ul li {
    margin-left: 15px;
    padding: 0 10px;
  }
}

.site-header .wrapper .main-navigation ul li a {
  color: #0067ac !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
}

.header_left {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}

.header_left .gray_box {
  background: #f2f2f2;
  width: 200px;
  height: 95px;
  position: absolute;
  right: 0;
  top: -25px;
}

.header_tel {
  line-height: 45px;
  font-weight: 600;
  flex: 1;
  text-align: center;
  margin-left: 25px;
}

.header_right {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.centerit {
  text-align: center;
}

.bottom_space {
  margin-bottom: 70px !important;
}

/* Homepage */

/* Cover - sekcja */

section.cover {
  height: 400px;
  background: #fff;
  position: relative;
}

section.cover.home_cover {
  height: 800px;
}

section.cover .v_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-height: 800px;
  overflow: hidden;
  bottom: 0;
  pointer-events: none;
}

section.cover .video-bg {
  position: absolute;
  top: 50%;
  left: 50vw;
  transform: translate(-50%, -50%) !important;
  pointer-events: none;
  opacity: 0.15;
  min-width: 100%;
}

.black_box {
  position: absolute;
  width: 200px;
  height: auto;
  aspect-ratio: 1/1;
  background: #000;
  animation: boxFlicker 10s infinite ease-in-out;
}

.bb_1 {
  right: 50%;
  top: 0;
}

.bb_2 {
  right: calc(50% + 200px);
  top: 0;
  animation-delay: -1s;
}

.bb_3 {
  right: 50%;
  top: 200px;
  animation-delay: -0.5s;
}

.bb_4 {
  right: calc(50% + 400px);
  top: 200px;
  animation-delay: -0.8s;
}

.bb_5 {
  right: calc(50% + 400px);
  top: 400px;
  animation-delay: -1.8s;
}

.bb_6 {
  right: calc(50% + 200px);
  top: 400px;
  animation-delay: -2.1s;
}

.bb_7 {
  right: 50%;
  top: 600px;
  background: #0e69ab;
  animation-delay: -1.1s;
}

@keyframes boxFlicker {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0.3;
  }
  10% {
    opacity: 0.9;
  }
  15% {
    opacity: 0.7;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0.85;
  }
  40% {
    opacity: 0.95;
  }
  50% {
    opacity: 0.75;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.9;
  }
  80% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.95;
  }
  100% {
    opacity: 1;
  }
}

section.cover .wrapper {
  height: 400px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: 50px 15px;
  position: relative;
}

section.cover.home_cover .wrapper {
  height: 800px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  padding: 100px 15px;
  position: relative;
}

section.cover.home_cover .wrapper {
  height: 800px;
}

section.cover .wrapper > .row {
  width: 100%;
}

.cover_text {
  padding-left: 50px;
}

.cover_text_big {
  font-size: 40px;
  line-height: 42px;
  margin: 0 0 30px;
}

.cover_text_small {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 35px;
  font-weight: 500;
}

a.cover_button {
  background: #0067ac;
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 35px;
  display: inline-block;
  margin-right: 20px;
  line-height: 14px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a.cover_button:hover,
a.cover_button:focus {
  background: #fff;
  color: #0067ac !important;
}

/* Kim jesteśmy - sekcja */

section.kim {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  min-height: 400px;
}

section.kim .wrapper {
  min-height: 400px;
  padding: 30px 15px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

section.kim .wrapper > .row {
  width: 100%;
}

h2.section_title {
  font-size: 26px !important;
  line-height: 26px !important;
  margin: 0 0 30px;
  font-weight: 600;
}

.section_text {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 35px;
  font-weight: 500;
}

a.blue_button {
  background: #0067ac !important;
  color: #fff !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 35px 10px;
  display: inline-block;
  line-height: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a.blue_button:hover,
a.blue_button:focus {
  background: #fff !important;
  color: #0067ac !important;
}

.gray_box {
  position: absolute;
  width: 200px;
  height: auto;
  aspect-ratio: 1/1;
  background: #f2f2f2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 15px;
}

.stat_number {
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  margin: 0 0 5px;
}

.stat_label {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.gb_1 {
  left: 50%;
  top: 0;
}

.gb_2 {
  left: calc(50% + 400px);
  top: 0;
}

.gb_3 {
  left: calc(50% + 200px);
  top: 200px;
}

/* Jak - sekcja */

section.jak {
  background-color: #0067ad;
  background-image: url(assets/images/dla_kogo_blue_bg.jpg);
  background-position: left center;
  background-size: 50% auto;
  position: relative;
  background-repeat: no-repeat;
}

section.jak:before {
  content: "";
  background-color: #f2f2f2;
  display: block;
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
}

section.jak .wrapper {
  padding: 75px 15px;
}

.jak h2.section_title {
  font-size: 26px !important;
  line-height: 26px !important;
  margin: 0 0 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.jak_ico {
  width: 50px;
  margin: 30px auto 10px;
  display: block;
}

.jak_text {
  font-size: 15px;
  line-height: 19px;
  margin: 0;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.dla_kogo_cont {
  position: relative;
  height: 100%;
}

.dla_kogo_img {
  height: 200px;
  width: auto;
  background-image: url(assets/images/dla_kogo_bg.jpg);
  background-position: center bottom;
  background-size: cover;
  right: -12px;
  left: -12px;
  top: -75px;
  position: absolute;
}

.dla_kogo {
  position: relative;
  padding: 200px 50px 0;
}

.dla_kogo .section_text {
  margin: 0px;
}

.jak .dla_kogo h2.section_title {
  color: #000;
}

.zespol_box_img_big {
  height: 400px;
  overflow: hidden;
}

.zespol_box_img_big img {
  width: 100%;
}

.zespol_box_kontakt {
  margin-top: 10px;
  text-align: center;
}

.zespol_box_kontakt .linkedin_ico {
  margin-top: 20px;
}

/* Zespół - sekcja */

section.zespol {
  background-color: #fff;
}

section.zespol .wrapper {
  padding: 75px 15px;
}

.zespol h2.section_title {
  line-height: 60px !important;
  margin: 0;
  text-align: center;
}

.zespol .section_text {
  margin: 0;
  padding: 0 50px;
}

a.osoba_link {
  color: #000 !important;
  text-decoration: none !important;
}

.zespol_boxy {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 75px;
}

.zespol_osoba {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.zespol_rola {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.zepol_box {
  width: 100%;
}

.zespol_box_text {
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
}

.zespol_box_text2 {
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 30px 0 50px;
}

.zespol_box_img {
  height: auto;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}

.zespol_box_img img {
  width: 100%;
}

/* Kontakt - sekcja */

section.kontakt_sec {
  background-color: #0067ad;
  background-image: url(assets/images/kontakt_section_bg.jpg);
  background-position: center;
  background-size: cover;
}

section.kontakt_sec .wrapper {
  padding: 75px 15px;
}

.kontakt_sec_data {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  font-family: "Exo 2";
  color: #000;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  text-align: center;
}

.kon_sec_label {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 18px;
  margin: 0 0 5px;
}

.kon_sec_data {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 24px;
}

.kon_sec_label_big {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 24px;
  margin: 0 0 5px;
}

.kon_sec_data_big {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 18px;
}

.linkedin_ico {
  width: 25px;
}

/* Zespół */

.zespol_cover .bb_1 {
  right: 50%;
  top: 0;
}

.zespol_cover .bb_2 {
  right: calc(50% + 200px);
  top: 200px;
  background: #0e69ab;
  animation-delay: -1s;
}

.zespol_cover .bb_3 {
  right: calc(50% + 400px);
  top: 0px;
  animation-delay: -0.5s;
}

/* Członek zespołu */

.member_cover .bb_1 {
  right: calc(50% + 200px);
  top: 200px;
}

.member_cover .bb_2 {
  right: calc(50% + 400px);
  top: 200px;
  animation-delay: -1s;
}

.member_cover .bb_3 {
  right: 50%;
  top: 0px;
  background: #0e69ab;
  animation-delay: -0.5s;
}

section.kim_jest .wrapper {
  padding: 70px 15px;
}

.osoba_foto {
  padding: 0 50px;
}

.osoba_foto > img {
  width: 100%;
}

h2.wp-block-heading {
  font-size: 26px !important;
  line-height: 26px !important;
  margin: 30px 0 30px;
  font-weight: 600;
}

/* O nas */

.onas_cover .bb_1 {
  right: calc(50% + 400px);
  top: 0;
}

.onas_cover .bb_2 {
  right: calc(50% + 200px);
  top: 0;
  animation-delay: -1s;
}

.onas_cover .bb_3 {
  right: 50%;
  top: 200px;
  background: #0e69ab;
  animation-delay: -0.5s;
}

section.kim.onas_kim {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  min-height: 600px;
}

section.kim.onas_kim .wrapper {
  min-height: 600px;
  padding: 30px 15px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

section.kim.onas_kim .section_text {
  padding-right: 50px;
}

section.onas_szary {
  background-color: #f2f2f2;
  height: auto;
  padding: 50px 0;
}

section.onas_szary .wrapper {
  min-height: 100px;
  padding: 0px 15px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
}

section.onas_szary .wrapper .section_text {
  margin: 0px;
  min-height: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.onas_logos_cont {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.onas_logo {
  height: 100px;
}

section.onas_szary .wrapper > .row {
  width: 100%;
  height: 100%;
}

.gb_4 {
  left: 50%;
  top: 400px;
}

.gb_5 {
  left: calc(50% + 400px);
  top: 400px;
}

section.podejscie {
  overflow: hidden;
  position: relative;
  min-height: 470px;
}

section.podejscie .wrapper {
  min-height: 470px;
  padding: 65px 15px 70px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.onas_podejscie {
  padding-left: 50px;
}

.gb_6 {
  right: 50%;
  top: 0;
}

.gb_7 {
  right: calc(50% + 400px);
  top: 0;
  background-image: url(assets/images/onas_most.jpg);
  background-position: left top;
  background-size: auto 400px;
}

.gb_8 {
  right: 50%;
  top: 200px;
  aspect-ratio: 2/1;
  width: 400px;
  background-image: url(assets/images/onas_most.jpg);
  background-position: left -200px bottom;
  background-size: auto 400px;
}

/* Usługi */

.offer_cover .bb_1 {
  right: calc(50% + 400px);
  top: 200px;
  background: #0e69ab;
}

.offer_cover .bb_2 {
  right: calc(50% + 200px);
  top: 0px;
  animation-delay: -1s;
}

.offer_cover .bb_3 {
  right: 50%;
  top: 0px;
  animation-delay: -0.5s;
}

section.uslugi .wrapper {
  min-height: 300px;
  padding: 30px 15px 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

section.uslugi .wrapper_d {
  min-height: 0px;
}

section.uslugi .wrapper > .row {
  width: 100%;
  height: 100%;
}

section.uslugi_det {
  background: #f2f2f2;
}

section.uslugi_det .wrapper {
  min-height: 300px;
  padding: 50px 15px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

section.uslugi_det .wrapper > .row {
  width: 100%;
  height: 100%;
}

/* Kontakt */

.kontakt_cover .bb_1 {
  right: calc(50% + 400px);
  top: 200px;
}

.kontakt_cover .bb_2 {
  right: calc(50% + 200px);
  top: 0px;
  background: #0e69ab;
  animation-delay: -1s;
}

.kontakt_cover .bb_3 {
  right: 50%;
  top: 200px;
  animation-delay: -0.5s;
}

section.kontakt_page .wrapper {
  height: 500px;
  padding: 0px 15px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

section.kontakt_page .wrapper > .row {
  width: 100%;
  height: 100%;
}

.kontakt_det_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  height: 100%;
}

section.kontakt_form {
  background: #f2f2f2;
}

section.kontakt_form .wrapper {
  min-height: 300px;
  padding: 50px 15px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

section.kontakt_form .wrapper > .row {
  width: 100%;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 !important;
}

.wpcf7-form-control-wrap {
  position: relative;
  vertical-align: top;
}

.zgoda_cont {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0px 0 10px;
}

.form_zgoda {
  max-width: calc(100% - 25px);
  line-height: 14px !important;
  display: inline-block;
  position: relative;
  left: 10px;
  font-size: 10px;
  top: 0px;
  margin: 0px 0;
  padding: 4px 0 0;
}

/* --- */

.site-footer {
  margin: 0;
  padding: 70px 0 60px;
  background: #f2f2f2;
  min-height: 100px;
}

.footer_logo {
  width: auto;
  height: 45px;
  margin: 0 0 40px;
}

.footer_data {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Exo 2";
  color: #000;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.copyright {
  margin: 40px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Exo 2";
  color: #000;
  display: inline-block;
  height: 20px;
}

.footer_links {
  float: right;
  margin: 40px 0 0;
  line-height: 20px;
}

.footer_links a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Exo 2";
  color: #000 !important;
  text-decoration: none;
  margin: 0 0 0 30px;
  display: inline-block;
  height: 20px;
}

.wa_logo {
  height: 20px !important;
}

.site-hamburger #nav-icon3 {
  z-index: 99999;
}

.site-hamburger #nav-icon3 span {
  background: #1b1b1c !important;
}

.site-hamburger #nav-icon3.open span {
  background: #fff !important;
}

.wpcf7-form-control {
  width: 100%;
}

.wpcf7-text,
.wpcf7-textarea {
  margin: 0 0 15px;
  padding: 10px;
  border: 1px solid #e2dcd2;
  outline: none !important;
  font-family: Red Hat Display;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
  border: 1px solid #1b1b1c;
}

.wpcf7-textarea {
  min-height: 162px;
  font-family: Red Hat Display;
}

.wpcf7-submit {
  border: none;
  width: 200px;
  background: #0067ac;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 35px;
  display: inline-block;
  margin: 50px 0 0;
  line-height: 14px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wpcf7-submit:hover {
  background: #fff;
  color: #0067ac;
}

.wpcf7-spinner {
  margin: 0 -72px 0 24px !important;
  position: relative;
}

.wpcf7 .ajax-loader {
  background-color: #1b1b1c !important;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  margin: -10px 0 0 10px !important;
}

.zgoda_cont {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0px 0 10px;
}

.news_zgoda {
  max-width: calc(100% - 50px);
  line-height: 14px !important;
  display: inline-block;
  position: relative;
  left: 10px;
  font-size: 14px;
  top: -1px;
  margin: 6px 0;
  color: #626262;
}

.zgoda,
.zgoda2 {
  margin: 10px 0;
  width: auto !important;
  vertical-align: top;
}

@media screen and (max-width: 990px) {
  .site-header .wrapper .main-navigation ul li::before {
    top: 0px;
  }

  .header_left .gray_box {
    display: none;
  }

  .header_tel {
    display: none;
  }

  .site-header .wrapper .site-branding a img {
    height: 30px;
  }

  .site-hamburger #nav-icon3 {
    top: 30px !important;
  }

  .site-content {
    padding-top: 80px;
  }

  .section.sec_slider {
    padding: 20px 0;
  }

  .wrapper {
    padding: 0 15px !important;
  }

  body.menu_opened {
    overflow: hidden !important;
  }

  .site-header.py-3 {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding: 0 0 1rem !important;
  }

  .main-navigation {
    z-index: 9999;
    background: #231f20;
    color: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }

  .main-navigation.opened {
    opacity: 1;
    pointer-events: auto;
  }

  .site-header .wrapper .main-navigation ul li a {
    color: #fff !important;
    margin: 0 0 20px;
  }

  h1 {
    font-size: 48px !important;
    line-height: 57px !important;
    letter-spacing: 0px;
  }

  section.cover {
    height: auto !important;
  }

  section.cover .wrapper {
    height: auto !important;
  }

  .black_box {
    display: none !important;
  }

  .cover_text {
    padding-left: 0px;
    text-align: center;
    margin: 50px 0;
  }

  .cover_text_big {
    font-size: 28px;
    line-height: 38px;
  }

  a.cover_button {
    margin: 0 0 20px;
  }

  section.kim .wrapper > .row {
    width: auto;
  }

  .gray_box {
    position: relative;
    width: 50%;
    left: 0 !important;
    top: 0 !important;
    float: left;
    aspect-ratio: 1/1;
  }

  section.kim .wrapper {
    padding: 50px 30px !important;
  }

  .stat_number {
    font-size: 40px;
    line-height: 40px;
  }

  section.jak::before {
    display: none !important;
  }

  section.jak .wrapper {
    padding: 50px 15px !important;
  }

  section.jak {
    background-image: none;
  }

  .dla_kogo_img {
    height: 200px;
    right: 0;
    left: 0;
    top: 0;
    position: relative;
    margin: 50px 0 0;
  }

  .dla_kogo {
    position: relative;
    padding: 50px 15px 0;
  }

  .jak .dla_kogo h2.section_title {
    color: #fff;
  }

  .dla_kogo .section_text {
    margin: 0px;
    color: #fff;
  }

  section.zespol .wrapper {
    padding: 50px 15px 0 !important;
  }

  .zespol_boxy {
    display: block;
    margin-top: 50px;
  }

  .zespol_box_text {
    height: 100px;
  }

  .zespol .section_text {
    margin: 0;
    padding: 0 15px;
    text-align: left;
  }

  .zespol .section_text > br {
    display: none !important;
  }

  section.kontakt_sec .wrapper {
    padding: 50px 15px 20px !important;
    text-align: center;
  }

  .kontakt_sec_data {
    display: block;
    margin: 30px 0 0;
  }

  .kontakt_sec_data_box {
    margin: 0 0 30px;
  }

  .footer_logo {
    width: auto;
    height: 30px;
    margin: 0 auto 40px;
    display: block;
  }

  .footer_data {
    display: block;
    text-align: center;
  }

  .f_data {
    margin: 0 0 20px;
  }

  .footer_links {
    float: none;
  }

  .footer_links a {
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }

  .copyright {
    text-align: center;
    display: block;
  }

  section.kim.onas_kim .section_text {
    padding-right: 0;
  }

  .podejscie .gb_8 {
    display: none;
  }

  .onas_podejscie {
    padding: 50px 15px 20px;
  }

  .zepol_box {
    width: 100%;
    margin: 0 0 50px;
  }

  .zespol_boxy .zepol_box {
    margin: 0;
  }

  .zespol h2.section_title {
    line-height: 26px !important;
    margin: 0 0 30px;
  }

  section.uslugi .wrapper {
    padding: 50px 30px !important;
  }

  .osoba_foto {
    padding: 0;
  }

  section.kim_jest .wrapper {
    padding: 50px 30px !important;
  }

  section.kontakt_page .wrapper {
    height: auto;
  }

  .kontakt_det_box {
    padding: 50px 15px 20px;
  }

  section.kontakt_page .wrapper > .row {
    width: auto;
    height: auto;
  }

  section.kontakt_form .wrapper > .row {
    width: auto;
  }

  section.kontakt_form {
    margin: 50px 0 0;
  }

  section.kontakt_form .wrapper {
    padding: 50px 30px !important;
  }

  .lang_swi {
    position: absolute;
    left: 125px;
    width: 100px;
    text-align: center;
  }

  .language-switcher {
    height: 30px;
  }
}
