/*
Theme Name: PGNiG Technologie
Theme URI: https://www.technologiepgnig.pl/
Author: ROXart
Author URI: https://roxart.pl/
Description: Dedykowany szablon strony https://www.technologiepgnig.pl/
Version: 1.0
Text Domain: PGNiG Technologie
*/
*,
*::after,
*::before {
  box-sizing: border-box;
}
body {
  font-family: "Sora", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
body.active {
  position: relative;
  padding-right: 17px;
  overflow: hidden;
}
a {
  transition: color 0.3s ease-in-out;
}
h1.orange_label,
p.orange_label,
#about_hero .left_hero p.orange_label {
  margin: 0;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 2.2px;
  font-weight: 600;
  color: #E30613;
  position: relative;
  padding: 0 0 0 40px;
  margin: 0 0 24px;
  text-transform: uppercase;
}
h1.orange_label::before,
p.orange_label::before,
#breadcrumb::before {
  position: absolute;
  content: "";
  left: 0;
  width: 28px;
  top: 50%;
  height: 1px;
  background-color: #E30613;
}
#breadcrumb::before {
  top: 5px;
}
p.contentParagraph {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin: 0 0 32px;
  color: #586882;
}
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 266px;
  height: 60px;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 5px;
  border: 2px solid #0000001f;
}
.button svg {
  margin-left: 15px;
  transition: transform 0.4s ease;
}
.button:hover {
  background-color: #0000001f;
  color: #000000;
}
.button:hover svg {
  transform: translateX(10px);
}
.button.alt {
  border: 2px solid #ffffff1f;
  color: #fff;
}
.button.alt path {
  fill: #fff;
  stroke: #fff;
}
.button.alt:hover {
  background-color: #ffffff1f;
}
.custom-banner{
  padding: 5px 30px; 
  text-align: center; 
  background-color: #0a1d64; 
  color: #FFFFFF;
}

@media(max-width: 576px){
  .custom-banner{
    font-size: 11px;
  }
}
/* menu  */
#mainNav {
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  -webkit-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.05);
}
.nav-bottom {
  position: relative;
}
.nav_wrapper {
  align-items: center;
  justify-content: space-between;
  display: flex;
}
#mainMenu,
.right_wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body.active #mainNav {
  padding-right: 17px;
}
#mainMenu li {
  margin: 0 5px;
}
#mainMenu .labelSubmenu {
  display: inline-block;
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
  color: #586882;
  text-decoration: none;
  cursor: pointer;
  padding: 28px 15px;
  transition: background-color 0.4s ease-in-out;
}
#mainMenu .labelSubmenu * {
  pointer-events: none;
}
#mainMenu .labelSubmenu:hover,
.active.labelSubmenu {
  background-color: #f0f0f0;
}
.labelSubmenu svg {
  transition: transform 0.4s ease-in-out;
}
.active.labelSubmenu svg {
  transform: rotateX(180deg);
}
#mainMenu li:last-child {
  margin-right: 0;
}
#mainMenu li:first-child {
  margin-left: 0;
}
#searchButton {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
#language_wrapper {
  position: relative;
}
#language_wrapper a {
  border: 2px solid #f0f0f0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #586882;
  font-weight: 600;
  text-decoration: none;
}
.search_wrapper {
  margin-left: 10px;
  margin-right: 25px;
}
.burgerMenu_desktop_wrapper {
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 15px;
  padding-bottom: 5px;
  z-index: 4;
}
#burgerMenu_desktop {
  display: block;
  position: relative;
  width: 18px;
  height: 12px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
}
#burgerMenu_desktop span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0a1d64;
  left: 0;
}
#burgerMenu_desktop .first_bar {
  top: 0;
}
#burgerMenu_desktop .second_bar {
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
}
#burgerMenu_desktop .third_bar {
  bottom: 0;
}
#hidenMenu {
  background-color: #fff;
  position: fixed;
  width: 100vw;
  left: 0;
  transform: translateY(-100%);
  z-index: -1;
  padding-top: 120px;
}
#hidenMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
#hidenMenu a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.36px;
  line-height: 22px;
  transition: color 0.4s ease-in-out, transform 0.2s ease-in-out;
  padding: 5px 0 7px;
}
#hidenMenu a:hover {
  color: #E30613;
  transform: translateX(10px);
}
.hiden_menu_ornament {
  position: absolute;
  left: 0;
  width: inherit;
  top: 0;
  padding: 0;
  transform: translateX(-50%);
}
.submenuWrapper {
  position: fixed;
  width: 100vw;
  background-color: #f7f8fa;
  border-bottom: 2px solid #E30613;
  left: 50%;
  top: 0px;
  transform: translate(-50%, -100%);
  padding: 75px 0 85px;
  z-index: -2;
}
.leftSubmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mainMenu .leftSubmenu li {
  margin: 0;
}
.leftSubmenu ul a {
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  color: #586882;
  transition: transform 0.3s ease-in, color 0.3s ease-in-out;
}
.leftSubmenu ul a:hover {
  transform: translateX(10px);
  color: #E30613;
}
.leftSubmenu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.leftSubmenu h3 {
  font-size: 14px;
  line-height: 18px;
  color: #586882;
  font-weight: 600;
  margin: 0 0 12px;
}
.leftSubmenu p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}
.leftSubmenu .contact_data_row {
  align-items: center;
}
.bottomLeftSubmenu {
  padding-top: 32px;
  margin-top: 24px;
  position: relative;
}
.bottomLeftSubmenu::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 2px;
  background-color: #E30613;
  top: 0;
  left: 0;
}
.rightSubmenu p.contentParagraph {
  color: #000;
  margin-bottom: 24px;
}
.rightSubmenu h4 {
  color: #0a1d64;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 24px;
}
.rightSubmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mainMenu .rightSubmenu li {
  position: relative;
  padding: 0 5px 0 20px;
  margin: 0 0 7px;
}
#mainMenu .rightSubmenu li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  border-radius: 50%;
  background-color: #E30613;
  width: 8px;
  height: 8px;
}
#mainMenu .rightSubmenu li p.contentParagraph {
  margin: 0;
}
/* hero  */
#hero {
  position: relative;
}
.big_hero_bg {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: -2;
  opacity: 0;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-blend-mode: multiply;
  background-size: cover !important;
}
#hero .container {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
}
.header {
  line-height: 57px;
  font-size: 44px;
  letter-spacing: -1.32px;
  margin: 0 0 33px;
  font-weight: 700;
  color: #0a1d64;
}
.big_banner_content h1 {
  color: #fff;
}
#hero p.contentParagraph {
  color: #fff;
}
#hero .container.smal_wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.small_banner_wrapper {
  position: absolute;
  bottom: 0;
  right: 15px;
  transform: translateY(20%);
  visibility: hidden;
  opacity: 0;
}
.small_banner_wrapper span {
  display: flex;
  justify-content: center;
  position: relative;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 25px 40px 0px rgba(0, 0, 0, 0.12);
}
.small_banner_wrapper .img_wrapper img {
  position: relative;
  z-index: -2;
  opacity: 0;
}
.small_banner_wrapper .img_wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}
.small_banner_wrapper .content_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 15px 32px;
  border-radius: 0 5px 5px 0;
  padding-right: 50px;
}
.small_banner_wrapper h2 {
  color: #0a1d64;
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  margin: 0;
  font-weight: 700;
  position: relative;
}
.small_banner_wrapper h2 span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(73px, -70%);
  transition: transform 0.4s ease-in-out;
}
.small_banner_wrapper span h2 span svg {
  transition: 0.3s;
}
.small_banner_wrapper span:hover h2 span svg {
  transform: translate(5px,0);
}

#index_offer .row:nth-child(even) .img_wrapper {
  order: 2;
}
#index_offer {
  margin: 17px auto 0;
}
.swiper-slide-active .small_banner_wrapper {
  opacity: 1;
  visibility: visible;
}
#index_offer .content_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
p.blue_label {
  color: #0a1d64;
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 24px;
  letter-spacing: 2.2px;
}
#index_offer .header,
#index_sale .header {
  font-size: 36px;
  line-height: 44px;
  width: 100%;
  position: relative;
}
#index_offer .header::after,
#hidenMenu ul::before,
#index_sale .header::after,
.carrer_top .content_wrapper h3.header::after,
#mission_and_vision .header::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 2px;
  background-color: #E30613;
  top: 20px;
  left: -57px;
  transform: translateX(-50%);
}
#hidenMenu ul::before {
  width: 95px;
  top: -27px;
  left: 0;
  transform: unset;
}
#index_offer .row:nth-child(even) .header::after {
  right: -24px;
  transform: translateX(50%);
  left: unset;
}
#index_offer .row {
  margin-bottom: -30px;
}
#index_offer .img_wrapper img {
  display: block;
  border-radius: 5px;
}
#index_offer .img_wrapper a {
  position: relative;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
#index_offer .img_wrapper {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.toArchiveLink {
  position: absolute;
  bottom: 45px;
  left: 50px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.toArchiveLink .ico_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 12px;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.4s ease-in-out;
}
.toArchiveLink .ico_wrapper path {
  transition: fill 0.4s ease-in-out;
}
a:hover .toArchiveLink .ico_wrapper path {
  fill: #fff;
}
a:hover .toArchiveLink .ico_wrapper {
  background-color: #E30613;
}
.toArchiveLink .label_wrapper,
.downlaodButton .tile_button,
.tile_button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  text-decoration: none;
}
.toArchiveLink .label_wrapper::after,
.downlaodButton .tile_button::after,
.tile_button::after {
  position: absolute;
  content: "";
  width: calc(100% + 10px);
  height: 1px;
  background-color: #E30613;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.4s ease-in-out;
  bottom: -5px;
}
a:hover .toArchiveLink .label_wrapper::after,
.downlaodButton:hover .tile_button::after,
.tile_button:hover::after,
.construction_realization a:hover .tile_button::after {
  transform: scaleX(1);
}
a:hover .toArchiveLink .label_wrapper svg {
  transform: translateX(10px);
}
.tile_button:hover {
  color: #0a1d64;
}
.toArchiveLink .label_wrapper path {
  stroke: #fff;
}
.toArchiveLink .label_wrapper svg {
  margin-left: 15px;
  transition: transform 0.4s 0.1s ease;
}
#index_offer a .mask {
  background: radial-gradient(50% 60% at bottom left, rgba(10, 29, 100, 1), rgba(0, 212, 255, 0));
  z-index: 1;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  mix-blend-mode: multiply;
}
#index_offer a:hover .mask {
  opacity: 0.9;
}
#shortHeader {
  position: relative;
}
#shortHeader img.mask_image {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
#shortHeader .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#shortHeader .header {
  color: #fff;
}

#breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0 0 0 40px;
  position: relative;
}
#breadcrumb li {
  display: flex;
  align-items: center;
  justify-content: center;
}
#breadcrumb li:first-child {
  display: none;
}
#breadcrumb li,
#breadcrumb li a {
  font-size: 10px;
  text-decoration: none;
  line-height: 13px;
  color: #E30613;
  text-transform: uppercase;
  letter-spacing: 2.2px;
}
#breadcrumb li a:hover {
  color: #E30613;
}
#breadcrumb .divider {
  display: inline-block;
  margin: 0 10px;
}
#breadcrumb li br {
  display: none;
}
#single_post_wrapper {
  padding-top: 120px;
  overflow: hidden;
}
#single_post_wrapper .single_post_row {
  margin-top: 92px;
}
#single_post_wrapper .single_post_row:first-child {
  margin-top: 0;
}
#single_post_wrapper p.strong.post_header {
  color: #0a1d64;
  font-weight: 700;
  font-size: 26px;
  line-height: 44px;
  letter-spacing: -0.78px;
  margin: 0 0 66px;
}
#single_post_wrapper .content_wrapper {
}
#single_post_wrapper .content_wrapper p,
#single_post_wrapper .content_wrapper a,
#single_post_wrapper .content_wrapper ul li {
  font-size: 14px;
  line-height: 28px;
  color: #586882;
  margin: 0 0 24px;
  text-decoration: none;
}
#single_post_wrapper .content_wrapper ul li {
  margin-bottom: 0px;
  position: relative;
  padding-left: 20px;
}
#single_post_wrapper .content_wrapper ul {
  padding: 0;
  list-style: none;
  margin-bottom: 24px;
}
#single_post_wrapper .content_wrapper a:hover {
  color: #E30613;
}
#single_post_wrapper .img_wrapper img {
  max-width: 50vw;
  display: block;
  margin-right: auto;
  border-radius: 5px;
}
#single_post_wrapper .bottom_row_wrapper {
  margin-bottom: 46px;
}
#single_post_wrapper .single_post_row .bottom_row_wrapper:nth-child(odd) .content_wrapper {
  order: 2;
}
#single_post_wrapper .single_post_row .bottom_row_wrapper:nth-child(odd) .img_wrapper {
  order: 1;
}
#single_post_wrapper .single_post_row .bottom_row_wrapper:nth-child(odd) .img_wrapper img {
  float: right;
}
.gallery_wrapper img {
  width: 100%;
  border-radius: 5px;
}
#single_post_wrapper .container-fluid {
  padding: 0;
}
#single_post_wrapper .swiper-slide {
  max-height: 588px;
  overflow: hidden;
  border-radius: 5px;
}
#single_post_wrapper .container-fluid {
  margin-top: 64px;
}
#single_post_wrapper .content_wrapper a {
  color: #E30613;
}
#single_post_wrapper .content_wrapper a:hover {
  text-decoration: underline;
}
#see_other,
#newsPostContainer {
  background-color: #f7f8fa;
  padding: 120px 0;
  margin-top: 120px;
}
#see_other {
  margin-top: 90px;
  padding-top: 60px;
  padding-bottom: 60px;
}
#newsPostContainer .container {
  max-width: 1350px;
}
.seeAlsoNewsWrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.seeAlsoNewsWrapper img {
  max-width: 100%;
}
.thumb_wrapper {
  width: 100%;
}
.thumb_placeholder_wrapper {
  height: 283px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  transition: border-color 0.3s ease-in-out;
}
a:hover .thumb_placeholder_wrapper {
  border-color: #E30613;
}
.thumb_placeholder_wrapper path {
  transition: fill 0.5s ease;
}
a:hover .thumb_placeholder_wrapper path {
  fill: #E30613;
}
.newsTile {
  position: relative;
}
.newsTile .thumb_wrapper {
  position: relative;
}
.newsTile .thumb_wrapper::after,
.bigNews .right::after,
footer .first_container::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 24px;
  width: 90px;
  background-color: #E30613;
  z-index: 1;
  height: 2px;
}
.newsTile a,
.bigNews a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-decoration: none;
  color: #0a1d64;
  height: 100%;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  transition: box-shadow 0.4s ease-in-out;
  background-color: #fff;
}
.newsTile a:hover,
.bigNews a:hover {
  box-shadow: 0px 25px 40px #0000001a;
}
.newsTile .data_wrapper {
  padding: 24px;
}
p.date {
  color: #000000;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.1px;
  margin-bottom: 24px;
}
.newsTile .header,
.bigNews .left .header {
  font-size: 26px;
  line-height: 35px;
  margin: 0 0 24px;
}
p.excerpt {
}
.tile_button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  font-weight: 700;
  color: #0a1d64;
}
.tile_button svg {
  margin-left: 15px;
  transition: transform 0.3s ease-in-out;
}
.tile_button:hover svg,
.construction_realization a:hover .tile_button svg {
  transform: translateX(5px);
}
.data_wrapper {
  padding: 24px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
#newsPostContainer {
  margin-top: 0;
}

.bigNews a {
  flex-direction: row;
  margin-bottom: 50px;
  border-radius: 5px;
  align-items: center;
}
.bigNews .left,
.bigNews .right {
  width: 33.33333%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bigNews .right {
  width: 66.66666%;
  position: relative;
}
.bigNews .right::after {
  height: 90px;
  width: 2px;
  left: 0;
  top: 24px;
  bottom: unset;
}
.bigNews .right img {
  border-radius: 5px;
  transition: border-radius 0.3s ease-in-out;
  width: 100%;
}
.bigNews a:hover .right img {
  border-radius: 0 5px 5px 0;
}
.bigNews .left .header {
  max-width: 90%;
}

footer {
  background-color: #f7f8fa;
  overflow: hidden;
}
footer h3 {
  color: #0a1d64;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 28px;
  font-weight: 700;
}
footer h3:not(:first-child) {
  margin-top: 28px;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer a,
.copyright_wrapper p {
  display: block;
  color: #586882;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 8px;
  font-weight: 300;
  letter-spacing: -0.28px;
  transition: color 0.4s ease-in-out, transform 0.2s ease-in-out;
}
footer a:hover {
  color: #E30613;
  transform: translateX(5px);
}
footer .copyright_wrapper a:hover {
  transform: translateX(0);
}
.right_footer_col {
  text-align: right;
}
footer .right_footer_col ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
footer .right_footer_col li {
  margin-left: 40px;
}
.copyright_wrapper {
  margin-top: 50px;
  position: relative;
}
.copyright_wrapper p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.copyright_wrapper p.realization {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.24px;
  margin-top: 10px;
}
.copyright_wrapper svg {
  width: 56px;
  height: 10px;
  margin-left: 15px;
}
.copyright_wrapper a {
  margin: 0;
}
footer .first_container {
  position: relative;
  padding: 120px 0 150px;
}
footer .first_container::after {
  bottom: 0;
  right: 0;
  top: unset;
  left: unset;
  width: 480px;
  max-width: 50%;
}
.bottom_footer {
  background-color: #586882;
  padding: 40px 0;
}
.bottom_footer p {
  margin: 0 0 0 50px;
  color: #fff;
  font-weight: 300;
}
.bottom_footer .col-12 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#scrollToTop {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(calc(100% + 40px), -10px);
}
#scrollToTop button {
  background-color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 25px 40px hsl(0deg 0% 0% / 12%);
  transition: background-color 0.4s ease-in-out;
  padding: 0;
}
#scrollToTop button:hover {
  background-color: #E30613;
}
#scrollToTop button svg {
  width: 20px;
  height: 20px;
  margin: 0;
}
#scrollToTop button path {
  transition: stroke 0.4s ease-in-out;
}
#scrollToTop button:hover path {
  stroke: #fff;
}

.page-template-contact .header {
  padding-top: 100px;
  margin-bottom: 50px;
}
.page-template-contact .header h1 {
  margin: 0;
  font-weight: 700;
}

.contact_data_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.contact_ornament {
  position: absolute;
  z-index: -1;
  top: 0;
  letter-spacing: 0;
  transform: translateX(-50%);
}
.contact_data_wrapper h3 {
  margin: 0;
  color: #0a1d64;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin: 44px 0 12px;
  letter-spacing: -0.36px;
}
.contact_data_wrapper h3:first-child {
  margin-top: 0;
}
.contact_data_wrapper p,
.cta_contact_wrapper .data_row p {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}
.contact_data_row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contact_data_row .ico_wrapper,
.cta_contact_wrapper .ico_wrapper {
  flex: 0 0 auto;
  width: 20px;
  margin-right: 10px;
}
.contact_data_row .contact_row_data,
.cta_contact_wrapper .content_wrapper {
  flex: 0 0 auto;
  width: calc(100% - 30px);
}
#map_wrapper {
  margin-top: 120px;
  width: 100%;
}
#map_wrapper iframe {
  width: 100%;
  border: none;
  min-height: 550px;
  display: block;
  margin: 0;
  max-width: 100%;
}

.form_row,
.input_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 7px;
}
.input_wrapper {
  padding: 0 15px;
  flex-direction: column;
  flex: 0 0 auto;
  width: 100%;
}
.input_wrapper.half {
  flex: 0 0 auto;
  width: 50%;
}
label {
  width: 100%;
  font-size: 10px;
  color: #0a1d64;
  margin: 0 0 6px;
  font-weight: 400;
  letter-spacing: 2.2px;
  line-height: 13px;
}
label span {
  letter-spacing: 0;
  color: #E30613;
}
label span.optional {
  color: #0a1d64;
  opacity: 0.3;
}
input,
textarea {
  width: 100%;
  padding: 0px 32px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}
input {
  line-height: 50px;
}
textarea {
  min-height: 106px;
  padding: 16px 32px;
  line-height: 1.3;
}
::-webkit-input-placeholder {
  color: #586882;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
}
::-moz-placeholder {
  color: #586882;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
}
:-ms-input-placeholder {
  color: #586882;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
}
:-moz-placeholder {
  color: #586882;
  font-size: 14px;
  font-weight: 300;
  line-height: 50px;
}

textarea::-webkit-input-placeholder {
  line-height: 1.3;
}
textarea::-moz-placeholder {
  line-height: 1.3;
}
textarea:-ms-input-placeholder {
  line-height: 1.3;
}
textarea:-moz-placeholder {
  line-height: 1.3;
}

input:focus,
textarea:focus {
  border-color: #0a1d64;
  outline: none;
}
.accept_wrapper {
  position: relative;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.accept_wrapper input {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  position: relative;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
  margin-right: 10px;
}
.accept_wrapper label {
  flex: 0 0 auto;
  width: calc(100% - 25px);
  margin: 0;
}
.accept_wrapper label a {
  color: #586882;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  letter-spacing: 0;
}
.accept_wrapper label::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #0a1d64;
  left: 15px;
  top: 0px;
  transition: box-shadow 0.2s ease, background 0.3s ease;
  background-position: center;
}
.accept_wrapper input:hover + label::after,
.accept_wrapper.validationError input:hover + label::after {
  background-color: #0a1d64;
  box-shadow: inset 0 0 0 2px #fff;
  border-color: #0a1d64;
}
.accept_wrapper input:checked + label::after {
  background-color: transparent;
  background-image: url(assets/images/checked.svg);
}
.accept_wrapper input:checked:hover + label::after {
  background-color: transparent;
  box-shadow: none;
}
.form_row button,
.terms_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 406px;
  max-width: calc(100% - 30px);
  margin: 15px 0 0 15px;
  color: #fff;
  background-color: #E30613;
  border-radius: 5px;
  border: none;
  height: 60px;
  text-decoration: none;
}
.terms_button {
  margin-left: 0;
  width: 315px;
}
.terms_button:hover {
  color: #fff;
  margin-left: 0;
}
.form_row button svg,
.terms_button svg {
  margin-left: 24px;
  transition: transform 0.4s ease-in-out;
}
.form_row button:hover svg,
.terms_button:hover svg {
  transform: translateX(10px);
}
.error {
  color: #ff3300;
  display: block;
  font-size: 10px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.validationError .error {
  height: 15px;
  opacity: 1;
  visibility: visible;
}
.validationError input,
.validationError textarea,
.accept_wrapper.validationError label::after {
  background-color: rgb(255 51 0 / 10%);
  border-color: #ff3300;
}
.default_content_wrapper {
  padding: 120px 15px 96px;
}
.default_content_wrapper .header,
#compilance .top_header p {
  font-weight: 400;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: -0.52px;
  margin-bottom: 0;
}
.default_content_wrapper .content_container {
  width: 885px;
  max-width: calc(100% - 30px);
  margin: 120px auto;
  font-size: 14px;
  font-weight: 300;
  color: #586882;
  line-height: 2;
}
.default_content_wrapper .content_container ul {
  list-style: none;
  padding: 0;
}
.default_content_wrapper .content_container li {
  padding-left: 15px;
  position: relative;
}
.default_content_wrapper .content_container li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  height: 1px;
  width: 10px;
  background-color: #586882;
}
.dowanload_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.downlaodButton {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 5px;
  border: 2px solid #f7f8fa;
  margin: 0 15px 30px;
  text-decoration: none;
  color: #0a1d64;
  width: 311px;
  max-width: 100%;
}
.downlaodButton .ico_wrapper {
  width: 100%;
  background-color: #f7f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 307px;
  height: 315px;
}
.downlaodButton .content_wrapper {
  padding: 32px 32px 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 314px);
}
.downlaodButton h4 {
  color: #586882;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 25px;
}
.downlaodButton .tile_button {
  display: inline-flex;
  color: #0a1d64;
  font-size: 14px;
  font-weight: 600;
  width: 91px;
}
#cta_offer,
#cta_contact {
  background-image: url(assets/images/cta_offer_bg.png);
  background-size: 100% 100%;
  padding: 200px 0;
  max-height: 680px;
}
#cta_contact {
  padding: 150px 0;
}
.button_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button_wrapper .button {
  margin: 0 15px;
}
.button.white_button {
  background-color: #fff;
}
#cta_offer .header,
#cta_contact .header {
  color: #fff;
  font-size: 56px;
  line-height: 70px;
  letter-spacing: -1.68px;
  margin: 0 auto 20px;
}
#cta_contact .header {
  margin-left: 0;
}
.cta_section p.orange_label {
  display: inline-block;
}

.index_news {
  overflow: hidden;
  position: relative;
}
.index_news .newsTile:first-child {
  position: relative;
}
.index_news .newsTile:first-child::before {
  position: absolute;
  height: calc(100% + 450px);
  width: 1000px;
  content: "";
  z-index: 0;
  background-color: #fff;
  top: -225px;
  right: 50%;
}
.index_news .data_wrapper {
  z-index: 1;
}
.index_news .newsTile a {
  position: relative;
  z-index: 1;
}
.index_news .header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.index_news .header .tile_button {
  margin-left: 100px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
  font-weight: 600;
}

.cta_contact_wrapper,
.cta_contact_wrapper .left_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.cta_contact_wrapper .left_container {
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
}
.cta_contact_wrapper .header {
  text-align: left;
}
.cta_contact_wrapper h5 {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 0 13px;
  letter-spacing: -0.36px;
}
.cta_contact_wrapper .data_row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
.cta_contact_wrapper .data_row p {
  color: #fff;
}
#cta_contact .data_container {
  width: 100%;
}
#accordionCTA {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 24px;
}
#accordionCTA .accordion-item {
  width: 50%;
}
#accordionCTA button {
  border: none;
  background-color: transparent;
  color: #586882;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  width: 100%;
  transition: color 0.4s ease;
}
#accordionCTA button svg {
  margin-left: 10px;
  transition: transform 0.4s ease-in-out;
}
#accordionCTA button path {
  transition: stroke 0.4s ease-in-out;
}
#accordionCTA button:hover,
#accordionCTA button[aria-expanded="true"] {
  color: #fff;
}
#accordionCTA button:hover path,
#accordionCTA button[aria-expanded="true"] path {
  stroke: #ff3300;
}
#accordionCTA button[aria-expanded="true"] svg {
  transform: rotateX(180deg);
}
#accordionCTA .accordion-item path {
  stroke: #586882;
}
#accordionCTA div[data-bs-parent="#accordionCTA"] {
  position: absolute;
}

#index_sale {
  position: relative;
  overflow: hidden;
  margin-bottom: 120px;
}
#index_sale .img_wrapper {
  padding: 0;
}
#index_sale .img_wrapper img {
  width: auto;
  max-width: unset;
  float: left;
  border-radius: 0 0 0 5px;
}
#index_sale .compliance_index .img_wrapper img {
  float: right;
  border-radius: 0 5px 0 0;
}
#index_sale .content_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-right: 75px;
}
#index_sale .compliance_index .content_wrapper {
  padding-left: 75px;
  padding-right: 15px;
}
.iconsWraper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 50px;
}
.iconsWraper .eticIcoTile {
  text-align: center;
  padding: 0 15px;
}
.eticIcoTile p {
  text-transform: uppercase;
  margin: 10px 0 0;
  color: #000;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.24px;
  font-weight: 400;
}
#index_sale .content_wrapper .header::after {
  left: unset;
  right: -75px;
  transform: translateX(50%);
}
#index_sale .compliance_index .header::after {
  left: -75px;
  right: unset;
  transform: translateX(-50%);
}
#searchform {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#searchform input {
  line-height: 32px;
  width: 0;
  padding: 0;
  opacity: 0;
}
#searchform input[type="submit"] {
  display: none;
}
#movie {
  margin: 60px auto 120px;
}
.movie_wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.movie_wrapper img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.movie_wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  max-width: 100%;
  z-index: 0;
}
.movieMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(29 25 25 / 40%);
  mix-blend-mode: multiply;
  z-index: 2;
}
.movieBlueMask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 175px;
  background: rgb(40, 58, 128);
  background: -moz-linear-gradient(197deg, rgba(40, 58, 128, 1) 0%, rgba(10, 29, 100, 1) 100%);
  background: -webkit-linear-gradient(197deg, rgba(40, 58, 128, 1) 0%, rgba(10, 29, 100, 1) 100%);
  background: linear-gradient(197deg, rgba(40, 58, 128, 1) 0%, rgba(10, 29, 100, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#283a80",endColorstr="#0a1d64",GradientType=1);
  z-index: 3;
}
.movie_wrapper .playWrapper {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-60px, -50%);
  z-index: 4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 40vw;
}
.playWrapper h4 {
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.playWrapper h3 {
  font-size: 26px;
  line-height: 33px;
  font-weight: 700;
  letter-spacing: -0.78px;
  margin: 0;
}
.playContainer {
  display: flex;
  width: 120px;
  height: 120px;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 25px 40px rgb(0 0 0 / 30%);
  border-radius: 50%;
  cursor: pointer;
  margin-right: 20px;
  background-color: #fff;
  transition: background-color 0.4s ease-in-out;
  flex: 0 0 auto;
}
.playContainer path {
  transition: fill 0.4s ease;
}
.playContainer:hover {
  background-color: #586882;
}
.playContainer:hover path {
  fill: #fff;
}

.quote_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 100px 0 50px auto;
}
.quote_wrapper svg {
  margin-right: 32px;
  flex: 0 0 auto;
}
.quote_wrapper h4.header {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -0.52px;
  margin: 0;
}
.scroll_button_wrapper .button {
  margin: 0 auto;
}
.scroll_button_wrapper {
  margin-bottom: 120px;
}
.carrer_top .content_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.carrer_top .content_wrapper h3.header {
  font-size: 36px;
  line-height: 45px;
  letter-spacing: -1.08px;
  margin-bottom: 50px;
  position: relative;
  width: 100%;
}
.carrer_top .content_wrapper p {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 23px;
  color: #586882;
}
.carrer_top .content_wrapper p strong {
  font-weight: 700;
  color: #0a1d64;
}
.carrer_top .content_wrapper h5.header {
  margin: 0;
  font-size: 26px;
  letter-spacing: -0.52px;
  line-height: 33px;
}
.carrer_top img {
  float: left;
  max-width: unset;
  border-radius: 5px 0 0 5px;
}
.carrer_top {
  position: relative;
  overflow: hidden;
}
.carrer_top .content_wrapper h3.header::after {
  left: unset;
  right: -25px;
  transform: translate(50%);
}
.jobs_offer {
  margin-top: 120px;
}
.jobs_offer .header_offer .header {
  font-size: 36px;
  margin: 0;
  letter-spacing: -1.08px;
  line-height: 44px;
}
.jobs_offer .header_offer {
  margin-bottom: 42px;
}

.jobTile {
  width: 100%;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 5px;
  margin-bottom: 12px;
  transition: box-shadow 0.4s ease-in-out;
  padding-left: 0;
  padding-right: 0;
}
.jobTile:last-child {
  margin-bottom: 0;
}
.jobHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 32px 50px;
}
.jobHeader svg {
  transition: transform 0.4s ease-in-out;
}
.jobHeader[aria-expanded="true"] .header_right svg {
  transform: rotateX(180deg);
}
.jobHeader .header {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
  letter-spacing: -0.36px;
}
.voivodeship {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #586882;
  font-size: 14px;
  line-height: 18px;
}
.voivodeship svg {
  margin-right: 12px;
}
.jobTile:hover {
  box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 10%);
}

.jobContent {
  padding: 32px 50px;
  position: relative;
}
.jobContent .jobBorderTop {
  position: absolute;
  width: calc(100% - 100px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f0f0f0;
  height: 2px;
}
.jobBorderTop.insideDivider {
  position: relative;
  width: 100%;
  left: unset;
  transform: translateX(0);
  top: unset;
  display: block;
  margin: 32px 0;
}
p.topLabel {
  text-align: center;
  color: #0a1d64;
  font-size: 14px;
  line-height: 28px;
  margin: 0 0 32px;
}
.media_wrapper.img_wrapper img {
  display: block;
  margin: 0 auto;
}

.jobContent .position_wrapper {
  text-align: center;
  margin: 32px 0 8px;
}
.jobContent .position_wrapper p {
  margin: 0;
  color: #586882;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 6px;
}
.jobContent .position_wrapper h4 {
  color: #0a1d64;
  margin: 0;
  font-size: 26px;
  letter-spacing: -0.52px;
  line-height: 33px;
  font-weight: 700;
}
.job_offer_conditions h5,
.job_offer_conditions p {
  color: #0a1d64;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin: 24px 0;
}
.job_offer_conditions ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.job_offer_conditions li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.job_offer_conditions li:last-child {
  margin-bottom: 0;
}
.job_offer_conditions li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #E30613;
  border-radius: 50%;
  letter-spacing: 0;
  top: 5px;
  left: 0;
}
.job_offer_conditions p {
  margin: 0;
  font-weight: 300;
  color: #000000;
}
.job_added_content {
  margin: 32px 0;
}
.job_added_content p {
  margin: 0;
  font-size: 12px;
  line-height: 27px;
  color: #586882;
}
.button.orange {
  background-color: #E30613;
  border-color: #E30613;
  color: #fff;
}
.button.orange.jobTrigger {
  height: 60px;
  width: 406px;
  max-width: 100%;
}
.button.orange path {
  stroke: #fff;
}
.accordion-collapse {
  border: none;
}
#accordionJobs {
  margin-bottom: 120px;
}

.modalWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 20%);
  opacity: 0;
  visibility: hidden;
}

.modalOverflow {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 25px 40px rgb(0 0 0 / 12%);
  padding: 48px 32px;
  position: relative;
  width: 760px;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow: auto;
}
.modalCross {
  position: absolute;
  top: -25px;
  right: -5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modalCross span {
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background-color: #000;
  transform: rotate(45deg);
}
.modalCross span:last-child {
  transform: rotate(-45deg);
}

.form_information {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin: 0 0 32px;
}
.form_information p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  color: #586882;
}
.form_information h3 {
  color: #0a1d64;
  font-size: 26px;
  line-height: 33px;
  margin-bottom: 8px;
  font-weight: 700;
}
.form_information p.place {
  color: #000;
  margin: 0;
}
.input_wrapper.file_input {
  position: relative;
}
.input_wrapper.file_input input {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  cursor: pointer;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}
.fileName {
  width: 100%;
  border: 2px solid #0000000a;
  border-radius: 5px;
  min-height: 50px;
  line-height: 1.3;
  padding: 14px 33px;
  color: #586882;
  font-size: 14px;
  font-weight: 600;
  background-color: #f7f8fa;
  transition: background-color 0.4s ease-in-out;
}
.fileName svg {
  margin-left: 15px;
}
input:hover + .fileName {
  background-color: #e6e6e6;
}
.carrer_form .form_row button {
  margin: 24px auto 0;
}

.placeholderHeader {
  height: 16.75vw;
  position: relative;
  background: linear-gradient(90deg, rgba(10, 29, 100, 0.75) 0%, rgba(0, 212, 255, 0) 80%);
  overflow: hidden;
}
.placeholder_image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1350px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.placeholder_image svg {
  transform: scale(2);
}
.page-template-to_download .dowanload_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 315px);
  gap: 30px;
}
.page-template-to_download .downlaodButton {
  margin: 0;
  width: 100%;
}
.page-template-to_download .ico_wrapper {
  width: 100%;
}
.terms_of_the_contract_rows h3.header {
  font-weight: 600;
  margin-bottom: 38px;
  line-height: 33px;
}
.terms_of_the_contract_rows {
  margin-bottom: 64px;
  position: relative;
}
.terms_of_the_contract_rows::after {
  content: "";
  position: absolute;
  bottom: -32px;
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
.terms_of_the_contract_rows:last-child {
  margin-bottom: 0;
}
.terms_of_the_contract_rows:last-child::after {
  display: none;
}

#about_hero {
  position: relative;
  padding: 100px 0 252px;
  overflow: hidden;
}

.about_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  min-width: 60%;
}
#about_hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#about_hero .left_hero {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
#about_hero .right_hero {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
#about_hero .right_hero img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: -1;
}
#about_hero .left_hero .hero {
  margin-bottom: 50px;
}
#about_hero .left_hero p,
#about_middle_section p,
#about_realization .wrapper p {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  color: #586882;
  margin-bottom: 32px;
}
#about_hero .left_hero p:last-child {
  margin-bottom: 0;
}
#about_hero .left_hero p strong,
#about_realization .wrapper p strong {
  color: #0a1d64;
  font-size: 18px;
  line-height: 27.3px;
  font-weight: 700;
  letter-spacing: -0.36px;
}

#about_links {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}
.about_children_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.about_child_tile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 5px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center right;
  transition: box-shadow 0.4s ease-in-out;
  background-size: cover;
}
.about_child_tile:hover {
  box-shadow: 0px 25px 40px #00000029;
}
.about_child_tile img {
  opacity: 0;
  visibility: hidden;
}
.about_child_tile a {
  display: block;
  width: 100%;
  height: 100%;
}
.child_title {
  position: absolute;
  color: #ffffff;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  z-index: 1;
  bottom: 74px;
  left: 32px;
}
.child_title::after,
#about_realization ul::after {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10px;
  content: "";
  background-color: #E30613;
  height: 2px;
  transition: transform 0.4s ease-in-out;
  transform: scaleX(0.3);
  transform-origin: left;
}
a:hover .child_title::after {
  transform: scaleX(1);
}

#about_middle_section {
  margin-top: 120px;
}
#about_middle_section .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#about_middle_section .header {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 75px;
}
#about_middle_section .quote_wrapper .header,
#about_realization .wrapper .header {
  font-size: 26px;
  line-height: 38px;
  margin: 0;
}
#about_middle_section .quote_wrapper {
  margin: 0 0 32px 0;
}
#about_middle_section .left p {
  margin-bottom: 0;
}
#about_middle_section .movie_wrapper {
  margin-top: 50px;
}
#about_middle_section .left {
  flex: 0 0 auto;
  width: calc(58.3333333333% + 14px);
}
#about_middle_section .right {
  flex: 0 0 auto;
  width: calc(41.6666666667% - 14px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
}
#about_middle_section .right .header {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 32px;
}
#about_middle_section .middle_wrapper {
  padding: 50px;
  border: 2px solid #f0f0f0;
  margin-top: -2px;
  width: 430px;
  max-width: 100%;
}
#about_middle_section .middle_wrapper:first-child {
  margin-top: 0;
  border-radius: 5px 5px 0 0;
}
#about_middle_section .middle_wrapper:last-child {
  border-radius: 0 0 5px 5px;
}
#about_middle_section ul,
#about_realization .wrapper ul,
#production_services .jobContent ul,
.tab-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#about_middle_section li,
#about_realization .wrapper li,
#production_services .jobContent li,
.tab-content li {
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}
#about_middle_section li::after,
#about_realization .wrapper li::after,
#production_services .jobContent li::after,
.tab-content li::after,
#single_post_wrapper .content_wrapper ul li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  background-color: #E30613;
  border-radius: 50%;
  top: 10px;
}
#about_middle_section li:last-child,
#about_realization .wrapper li:last-child,
#production_services .jobContent li:last-child,
.tab-content li:last-child {
  margin-bottom: 0;
}
#about_middle_section li p,
#about_realization .wrapper li p,
#production_services .jobContent li p {
  margin-bottom: 0;
}

#about_realization {
  background-color: #f7f8fa;
  margin: 120px 0;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
#about_realization .container {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#about_realization .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  width: 50%;
}
#about_realization .right {
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
}
#about_realization .right a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 50vw;
}
#about_realization > span img {
  opacity: 0;
  visibility: hidden;
}
#about_realization > span {
  display: inline-block;
  margin-left: auto;
  background-image: linear-gradient(66deg, rgba(10, 29, 100, 1) 0%, rgba(0, 212, 255, 0) 45%);
  background-blend-mode: multiply;
  -webkit-transition: background-image 0.4s ease-in-out;
  transition: background-image 0.4s ease-in-out;
}
#about_realization > span a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#about_realization .wrapper {
  background-color: #fff;
  padding: 64px;
  box-shadow: 0px 25px 40px #0000001f;
  border-radius: 5px;
  position: relative;
}
#about_realization .wrapper::after {
  position: absolute;
  content: "";
  background-color: #fff;
  right: 0;
  top: 130px;
  width: 26px;
  height: 26px;
  transform: translateX(50%) rotate(45deg);
}
#about_realization .wrapper .header {
  margin-bottom: 50px;
  letter-spacing: -0.52px;
}
#about_realization .wrapper p strong {
  font-size: 14px;
  font-weight: 600;
}
#about_realization .wrapper ul {
  position: relative;
  margin-top: 64px;
}
#about_realization ul::after {
  bottom: unset;
  top: -32px;
  width: 90px;
  transform: scaleX(1);
  transform: translateY(-50%);
}
#gallery_about {
  position: relative;
  overflow: hidden;
  margin-bottom: 120px;
}
.gallery_container {
  width: 1470px;
  margin: 0 auto;
  position: relative;
  max-width: calc(100% - 30px);
}
.gallery_link {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.gallery_hover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(10 88 202 / 70%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hiden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
.gallery_link:hover .gallery_hover {
  opacity: 1;
  visibility: visible;
}
#about_swipper {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
}
.goverlay {
  background-color: rgb(10 88 202 / 95%);
}
.swipper_arrow {
  position: absolute;
  top: 50%;
  outline: none;
}
.swipper_arrow path {
  transition: fill 0.2s ease-in;
}
.swipper_arrow[aria-disabled="false"]:hover path {
  fill: #E30613;
}
.swipper_arrow[aria-disabled="true"] {
  opacity: 0.2;
}
.next_arrow {
  right: 0;
}
.prev_arrow {
  left: 0;
}
#submenu_about {
  width: 100%;
  margin: 0;
  background: rgb(10, 29, 100);
  background: -moz-radial-gradient(circle, rgba(10, 29, 100, 1) 0%, rgba(40, 58, 128, 1) 100%);
  background: -webkit-radial-gradient(circle, rgba(10, 29, 100, 1) 0%, rgba(40, 58, 128, 1) 100%);
  background: radial-gradient(circle, rgba(10, 29, 100, 1) 0%, rgba(40, 58, 128, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a1d64",endColorstr="#283a80",GradientType=1);
}
#submenu_about ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#submenu_about li {
  margin: 0 10px;
}
#submenu_about a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  opacity: 0.3;
  transition: opacity 0.4s ease-in-out;
  text-decoration: none;
  display: block;
  padding: 24px 15px;
}
#submenu_about a:hover,
#submenu_about a.active {
  opacity: 1;
}
#mission_and_vision {
  position: relative;
  overflow: hidden;
}
#mission_and_vision .img_wrapper {
  padding: 0 15px 0 0;
}
#mission_and_vision .content_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#mission_and_vision .row:nth-child(even) .img_wrapper {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 0 15px;
}
#mission_and_vision .row:nth-child(even) .content_wrapper {
  order: 2;
  padding-left: 75px;
}
#mission_and_vision p.contentParagraph {
  color: #0a1d64;
  font-weight: 600;
}
#mission_and_vision .header,
.big_tiles_wrapper .tile_content h3,
.big_tiles_content .header,
.small_tiles_content .header,
#managment_person .header_wrapper .header,
.meeting_content .header,
#production_realization h1 {
  font-size: 36px;
  line-height: 45px;
  letter-spacing: -1.08px;
  width: 100%;
  position: relative;
}
#production_realization h1 {
  color: #0a1d64;
  margin: 0 0 32px;
  font-weight: 700;
}
#mission_and_vision .header::after {
  left: unset;
  right: -15px;
  transform: translateX(50%);
}
#mission_and_vision .row:nth-child(even) .header::after {
  left: -75px;
  right: unset;
  transform: translateX(-50%);
}
.mt120 {
  margin-top: 120px;
}
.mb120 {
  margin-bottom: 120px;
}
.big_tiles_content {
  margin-bottom: 120px;
}
.big_tiles_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.big_tiles_wrapper a {
  position: relative;
  display: block;
  transition: box-shadow 0.4s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
.big_tiles_wrapper a img {
  opacity: 0;
  visibility: hidden;
}
.big_tiles_wrapper a:hover {
  box-shadow: 0px 25px 40px rgb(0 0 0 / 16%);
}
.big_tiles_wrapper .tile_content {
  position: absolute;
  bottom: 64px;
  left: 64px;
  z-index: 1;
}
.big_tiles_wrapper .tile_content h3 {
  color: #fff;
  font-weight: 700;
  width: auto;
}
.big_tiles_wrapper .tile_content p,
#managment_person .header_wrapper p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  line-height: 18px;
}
.big_tiles_wrapper .tile_content p span,
.small_tiles_wrapper p,
#managment_person .header_wrapper span {
  color: #E30613;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
}
.page-template-directors .small_tiles_wrapper {
  grid-template-columns: repeat(5, 1fr);
}
.page-template-directors .portrait_placeholder {
  height: 290px;
}
.page-template-directors .portrait_placeholder svg {
  width: 90px;
}
.page-template-directors .small_tiles_wrapper h3 {
  font-size: 23px;
  line-height: 30px;
}
.page-template-directors .small_tiles_wrapper p {
  font-size: 13px;
}
span.dash {
  width: 100%;
  margin-left: 20px;
  background-color: #E30613;
  height: 2px;
  display: inline-block;
}
.big_tiles_content .header,
.small_tiles_content .header {
  margin-bottom: 32px;
}
.portrait_placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 5px;
}
.small_tiles_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 30px;
}
/* .page-template-directors .small_tiles_wrapper {
  grid-template-columns: repeat(5, 1fr);
}
.page-template-directors .portrait_placeholder {
  height: 300px;
}
.page-template-directors .small_tiles_wrapper h3 {
  font-size: 24px;
}
.page-template-directors .small_tiles_wrapper p {
} */
.small_tiles_wrapper .tile_content {
  margin-top: 32px;
}
.small_tiles_wrapper h3 {
  font-weight: 700;
  color: #0a1d64;
  font-size: 26px;
  line-height: 33px;
  margin-bottom: 10px;
}
.small_tiles_wrapper p {
  line-height: 18px;
  margin: 0;
}
.small_tiles_wrapper a {
  text-decoration: none;
}
.small_tiles_wrapper a:hover .portrait_wrapper {
  box-shadow: 0px 25px 40px #00000029;
}
.portrait_wrapper {
  transition: box-shadow 0.4s ease-in-out;
}
.portrait_wrapper img {
  border-radius: 5px;
}

#managment_person .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#managment_person .container .left,
#managment_person .container .right {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 15px;
}
#managment_person .container .right {
  padding-left: 60px;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#managment_person .header_wrapper {
  margin-bottom: 44px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
#managment_person .header_wrapper .header {
  margin-bottom: 10px;
  width: auto;
}
#managment_person .header_wrapper p {
  width: 100%;
}
#managment_person .header_wrapper p span {
  color: #0a1d64;
}
.biography_wrapper {
  width: 100%;
}
.biography_wrapper p.contentParagraph {
  line-height: 26px;
}
#general_meetings {
  position: relative;
  overflow: hidden;
}
#general_meetings .top_paragrapsh_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 120px;
}
#general_meetings .top_paragrapsh_wrapper p {
  color: #0a1d64;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 34px;
  letter-spacing: -0.35px;
}
#general_meetings .top_paragrapsh_wrapper p span {
  text-decoration: underline;
  color: #E30613;
  font-weight: 700;
}
#general_meetings .top_paragrapsh_wrapper p:last-child {
  margin-bottom: 0;
}
.meeting_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.meeting_content {
  flex: 0 0 auto;
  width: 50%;
  padding: 96px 15px 96px;
}
.meeting_content.blue_tile {
  position: relative;
}
.meeting_row .meeting_content:nth-child(2) {
  padding-left: 76px;
}
.meeting_row .meeting_content:nth-child(1) {
  padding-right: 40px;
}
.meeting_content p.orange_label {
  text-transform: unset;
  padding: 0;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 18px;
}
.meeting_content p.orange_label::before {
  display: none;
}
.meeting_content .header {
  margin-bottom: 42px;
}
.meeting_content .blue_mask {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
}
.meeting_content .blue_mask img {
  max-height: 100%;
  opacity: 0;
  visibility: hidden;
}
.meeting_row:nth-child(even) .blue_mask {
  right: 0;
  left: unset;
}
.inside_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 29, 100, 0.9);
}
.meeting_content.blue_tile .header,
.meeting_content.blue_tile p {
  color: #f7f8fa;
}
.meeting_content.blue_tile p.orange_label {
  color: #E30613;
}

#department_wrapper {
  padding: 126px 0;
}
.offer_tax_wrapper,
.production_realization_wrapper {
  display: grid;
  gap: 30px;
}
#constructions_tax_wrapper {
  grid-template-columns: repeat(2, 1fr);
}
.offer_tax_wrapper .child_title {
  font-size: 36px;
  line-height: 45px;
  letter-spacing: -1.08px;
  bottom: 88px;
  left: 64px;
}
.offer_tax_wrapper .child_title::after {
  width: 90px;
  transform: scaleX(1);
  transition: width 0.4s ease-in-out;
}
.offer_tax_wrapper a:hover .child_title::after {
  width: 100%;
}
#production_tax_wrapper,
.production_realization_wrapper {
  grid-template-columns: repeat(3, 1fr);
}

#production_services {
  margin-top: 95px;
  margin-bottom: 95px;
}
#production_services .jobHeader .header {
  margin: 0;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: -0.52px;
}
#production_services .jobContent .header {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.36px;
  margin: 0 0 24px;
}
#production_services .jobContent p {
  margin: 0;
  color: #000000;
  font-size: 14px;
  line-height: 24.5px;
}
#production_services .jobContent ul {
  margin-bottom: 30px;
}
#production_services .jobContent ul:last-of-type {
  margin-bottom: 0;
}
#production_services .jobContent li::after {
  top: 7px;
}
#production_services .jobContent li {
  margin-bottom: 7px;
}

.tabs_wrapper,
.nav-pills button,
.nav-pills a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sticky_menu {
  align-items: unset;
}
.tabs_wrapper.sticky_menu .left {
  display: block;
}
#scroll_pils {
  position: sticky;
  bottom: 0;
  top: 90px;
}
.nav-pills .nav-link {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  background-color: #f7f8fa;
  border-radius: 0;
  padding: 24px;
  transition: background-color 0.4s ease-in;
  position: relative;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #f7f8fa;
}
.nav-pills .nav-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0px;
  height: 100%;
  background: rgb(40, 58, 128);
  background: -moz-linear-gradient(250deg, rgba(40, 58, 128, 1) 0%, rgba(10, 29, 100, 1) 100%);
  background: -webkit-linear-gradient(250deg, rgba(40, 58, 128, 1) 0%, rgba(10, 29, 100, 1) 100%);
  background: linear-gradient(250deg, rgba(40, 58, 128, 1) 0%, rgba(10, 29, 100, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#283a80",endColorstr="#0a1d64",GradientType=1);
  z-index: 0;
  opacity: 0;
  transition: width 0.4s 0.3s ease-in-out, border-radisu 0.4s ease-in-out;
}
.nav-pills .nav-link span,
.nav-pills .nav-link svg {
  position: relative;
  z-index: 1;
}
.oddzial-budowy-template .nav-pills .nav-item:first-child .nav-link span {
  font-size: 16px;
  line-height: 22px;
}
.nav-pills .nav-link:hover::before,
.nav-pills .nav-link.active::before,
.nav-pills .show > .nav-link::before {
  opacity: 1;
}
.nav-pills .nav-link.active::before,
.nav-pills .show > .nav-link::before,
.nav-pills li:first-child .nav-link.active::before,
.nav-pills li:first-child .show > .nav-link::before,
.nav-pills li:last-child .nav-link.active::before,
.nav-pills li:last-child .show > .nav-link::before {
  width: calc(100% + 16px);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.nav-pills li:first-child .nav-link,
.nav-pills li:first-child .nav-link::before {
  border-radius: 5px 5px 0 0;
}
.nav-pills li:last-child .nav-link,
.nav-pills li:last-child .nav-link::before {
  border-radius: 0 0 5px 5px;
}
.nav-pills .nav-link:hover path,
.nav-pills .nav-link.active path,
.nav-pills .show > .nav-link path,
.nav-pills .nav-link:hover rect,
.nav-pills .nav-link.active rect,
.nav-pills .show > .nav-link rect {
  fill: #E30613;
}
.nav-pills .nav-link span {
  text-align: left;
  color: #000000;
  font-weight: 700;
  display: block;
  margin: 0 0 0 24px;
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: 24px;
}
.nav-pills .nav-link:hover span,
.nav-pills .nav-link.active span,
.nav-pills .show > .nav-link span {
  color: #fff;
}
.tabs_wrapper .left {
  display: flex;
  flex: 0 0 auto;
  width: 315px;
}
.tabs_wrapper .right {
  flex: 0 0 auto;
  width: calc(100% - 315px);
}
.nav-pills {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.nav-pills li {
  width: 100%;
}

.tab-content {
  border-radius: 5px;
  background-color: #f7f8fa;
  padding: 30px;
  margin-left: 10px;
}
.tab-content li p {
  color: #0a1d64;
  font-weight: 700;
  margin: 0;
}
.tab-content li {
  margin-bottom: 15px;
}
.tab_wrapper {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 32px 65px;
  margin-bottom: 15px;
}
#pills-tabContent .tab_wrapper {
  padding: 0;
}
#pills-tabContent .jobTile {
  border: none;
}
#pills-tabContent .tab_wrapper > ul {
  padding: 32px 72px 32px 57px;
}
.tab_wrapper:last-child {
  margin-bottom: 0;
}

#certificates_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.certificate_tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  border-radius: 5px;
  border: 2px solid #f7f8fa;
  padding-bottom: 32px;
}
.certificate_tile img {
  width: 100%;
  display: block;
  margin: 0;
  border-radius: 5px 5px 0 0;
}
.certificate_tile p {
  margin: 32px 0 0 0;
  padding: 0 32px;
  font-weight: 700;
  color: #586882;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.36px;
}

.half_list_production {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.half_list_production .list_wrapper {
  flex: 0 0 auto;
  width: calc(100% - 322px);
  padding-right: 15px;
}
.half_list_production .right {
  flex: 0 0 auto;
  width: 322px;
}
.half_list_production .right p.label {
  margin: 12px 0 0;
  text-align: center;
  width: 100%;
  color: #586882;
  font-size: 12px;
  line-height: 15px;
}
.half_list_production .right .img_wrapper {
  margin-top: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
}
.half_list_production .right .img_wrapper:first-child {
  margin-top: 0;
}
#pills-tabContent .tab_wrapper .half_list_production + .half_list_production {
  margin-top: 32px;
}
#pills-tabContent .jobHeader .header {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: -0.52px;
}
#pills-tabContent .jobContent h4 {
  font-weight: 600;
  color: #0a1d64;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  margin: 30px 0;
}
#production_production #pills-tabContent .jobContent h4 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.36px;
  font-weight: 700;
  margin-bottom: 25px;
}
#pills-tabContent .jobContent .jobBorderTop + h4 {
  margin-top: 0;
}
#production_production #pills-tabContent .jobContent .half_list_production h4 {
  font-size: 14px;
  line-height: 18px;
}
#pills-tabContent .jobContent h4:last-child,
#production_production #pills-tabContent .jobContent h4:last-child {
  margin-bottom: 0;
}
#production_production #pills-tabContent .jobContent .half_list_production h4:first-child {
  margin-top: 0;
}
#pills-tabContent .content_before {
  padding: 32px 50px 0;
}
#pills-tabContent .content_before p {
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
}
#pills-tabContent .content_before p:last-child {
  margin-bottom: 0;
}
.tab-content .jobContent p,
.tab-content .jobContent li {
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 15px;
  font-weight: 300;
}
.tab-content .jobContent strong {
  font-weight: 600;
}
.tab-content .jobContent li p,
.tab-content .jobContent li {
  margin-bottom: 8px;
  line-height: 28px;
}
.bigRealizationWrapper {
  position: relative;
  transform: translateY(50%);
  margin-top: -95px;
}
.construction_realization a {
  display: block;
  color: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  background-size: cover;
}
.construction_realization img {
  opacity: 0;
  width: 100%;
  border-radius: 5px;
}
.construction_realization .content_wrapper {
  position: absolute;
  z-index: 3;
  bottom: 75px;
  left: 64px;
  padding-right: 32px;
}
.construction_realization .smallRealziationWrapper .content_wrapper {
  left: 32px;
  bottom: 32px;
}
.construction_realization h1,
.construction_realization h2.title {
  font-weight: 700;
  margin: 0 0 24px;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: -0.52px;
}
.construction_realization h2.title {
  margin: 0 0 32px;
}
.bigRealizationWrapper .label {
  font-size: 10px;
  line-height: 13px;
  opacity: 0.3;
  letter-spacing: 2.2px;
}
.construction_realization .tile_button {
  display: inline-flex;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.construction_realization .tile_button path {
  stroke: #fff;
}
.smallRealziationWrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
#construction_realization_bottom {
  background-color: #f7f8fa;
  padding-bottom: 120px;
  padding-top: 265px;
}
#compilance .top_header p {
  font-weight: 700;
  color: #0a1d64;
}
#compilance .features {
  margin-top: 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 81px;
}
.compilance_tile {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.compilance_tile .ico_wrapper {
  flex: 0 0 auto;
  width: calc(100% - 575px);
  display: flex;
  justify-content: flex-start;
}
.compilance_tile .content_wrapper {
  flex: 0 0 auto;
  width: 575px;
}
.compilance_tile .header {
  font-size: 36px;
  line-height: 45px;
  letter-spacing: -1.08px;
  margin-bottom: 50px;
}
.compilance_tile p {
  font-weight: 300;
  line-height: 28px;
  font-size: 14px;
  margin: 0;
  color: #586882;
}
#compilance .downloads {
  display: flex;
  justify-content: center;
  margin: 120px 0 0;
}
#compilance_gallery {
  margin-bottom: 120px;
  overflow: hidden;
}
#compilance_gallery .swiper-slide {
  width: 430px;
  border-radius: 5px;
  overflow: hidden;
  transition: opacity 0.4s ease-in;
  opacity: 0.3;
}
#compilance_gallery .swiper-slide-next + .swiper-slide {
  transition: opacity 0.4s 0.27s ease-in;
}
#compilance_gallery .swiper-slide-next,
#compilance_gallery .swiper-slide-active,
#compilance_gallery .swiper-slide-prev {
  opacity: 1;
}
#searchContent .header {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: -0.52px;
  text-decoration: none;
}
#searchContent .jobTile:last-child {
  margin-bottom: 12px;
}
#searchContent .jobTile a {
  text-decoration: none;
}
#searchContent .jobTile:last-child {
  margin-bottom: 0;
}
#searchContent .header.label {
  margin-bottom: 32px;
}
.nav-pills .nav-link svg {
  flex: 0 0 auto;
}
#searchform input::-webkit-input-placeholder {
  line-height: 34px;
}
#searchform input::-moz-placeholder {
  line-height: 34px;
}
#searchform input:-ms-input-placeholder {
  line-height: 34px;
}
#searchform input:-moz-placeholder {
  line-height: 34px;
}
#buttonMobile {
  position: absolute;
  bottom: 0;
  right: -16px;
  z-index: 3;
  transform: translateX(100%);
  padding: 12px;
  border-radius: 0 5px 5px 0;
  background-color: #25367c;
  display: none;
}
#buttonMobile path {
  fill: #fff;
}
#linkedInLink {
  position: absolute;
  z-index: 2;
  right: 52px;
  top: 40%;
  display: flex;
  align-items: center;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #fff;
}
@media (max-width: 1160px) {
  #linkedInLink {
    right: unset;
    top: unset;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,0);
    background-color: #0a1d6462;
  }
}
@media (max-width: 992px) {
  #linkedInLink {
    right: 0;
    left: unset;
  }
}
#heroSlider .swiper-container {
  padding-bottom: 140px;
}

#fakeH1 {
  height: 32px;
  display: block;
}

.cookie_section {
  border: 2px solid #f0f0f0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 30px -5px rgb(0 0 0 / 10%);
  padding: 35px 24px 20px;
  background-color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 580px;
  max-width: calc(100% - 60px);
  z-index: 3;
  display: flex;
  opacity: 0;
  visibility: hidden;
}
#cross_cookies {
  position: absolute;
  right: 8px;
  top: 8px;
}
#cross_cookies svg,
#cross_popup svg {
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
#cross_cookies:hover svg,
#cross_popup:hover svg {
  transform: scale(1.2);
}
.cookie_section {
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
}
.acceptLabel {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.cookie_section .button:hover svg {
  transform: scale(1.2);
}
.cookie_section .button {
  width: 250px;
  height: 47px;
  max-width: 100%;
}
.grecaptcha-badge {
  display: none;
}
.single-zarzad #shortHeader .header {
  display: none;
}
.single-zarzad #breadcrumb {
  margin-bottom: 0;
}
html[lang="en-US"] #language_wrapper .wpml-ls-item-en {
  display: none;
}
html[lang="pl-PL"] #language_wrapper .wpml-ls-item-pl {
  display: none;
}
.wpml-ls-legacy-list-horizontal {
  padding: 0 !important;
}
.attention h5 {
  margin: 0 0 33px;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: -0.52px;
  color: #0a1d64;
  font-weight: 700;
}
.attention p {
  font-size: 15px;
  color: #0a1d64;
  margin: 0 0 10px;
  font-weight: 600;
}
.attention {
  position: relative;
  margin-bottom: 95px;
}
.attention .container:after {
  bottom: -15px;
  left: 10px;
  content: "";
  position: absolute;
  background-color: #E30613;
  width: 60px;
  height: 2px;
}
.attention .container {
  position: relative;
}
.page-template-tax_strategy #general_meetings h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 24px;
  color: #0a1d64;
}
.page-template-tax_strategy #general_meetings ul {
  list-style: none;
  padding: 0 0 0 30px;
  margin: 24px 0;
}
.page-template-tax_strategy #general_meetings li,
.page-template-tax_strategy #general_meetings p {
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 16px;
}
.page-template-tax_strategy #general_meetings li:not(:last-child) {
  margin: 0 0 10px;
}
.page-template-tax_strategy #general_meetings li {
  position: relative;
}
.page-template-tax_strategy #general_meetings li::before {
  content: "";
  position: absolute;
  left: -16px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #E30613;
  top: 6px;
}

.download_vertical a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid #0a1d64;
  border-radius: 6px;
  margin: 24px 0 0;
  text-decoration: none;
}
.download_vertical:first-child a {
  margin: 64px 0 0;
}
.download_vertical .title {
  font-size: 16px;
  line-height: 1.3;
  margin: 0 16px 0 0;
  color: #212529;
}
.download_vertical .button {
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.download_vertical:hover .button {
  background-color: #E30613;
  border-color: #E30613;
}

@media (max-width: 1560px) {
  #scrollToTop {
    position: relative;
    right: unset;
    top: unset;
    transform: translate(0);
    margin-top: 24px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1380px;
  }
  .index_news .container,
  .home .container,
  #see_other .container {
    max-width: 1350px;
  }
}
@media (max-width: 1399px) {
  .header {
    line-height: 48px;
    font-size: 38px;
    letter-spacing: -1.32px;
    margin: 0 0 24px;
  }
  .small_banner_wrapper h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .small_banner_wrapper .next_slide_wrapper {
    max-width: 500px;
  }
  .small_banner_wrapper .img_wrapper {
    flex: 0 0 auto;
    max-width: 38%;
  }
  .big_banner_content {
    max-width: 70%;
  }
  p.orange_label,
  #about_hero .left_hero p.orange_label {
    margin: 0px 0 18px;
  }
  p.contentParagraph br {
    display: none;
  }
  p.blue_label {
    margin-bottom: 18px;
  }
  .toArchiveLink .label_wrapper,
  .downlaodButton .tile_button,
  .tile_button {
    font-size: 14px;
  }
  #see_other,
  #newsPostContainer {
    padding: 90px 0;
  }
  .newsTile .header,
  .bigNews .left .header {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 18px;
  }
  p.contentParagraph {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 24px;
  }
  #accordionCTA button {
    font-size: 12px;
    line-height: 18px;
  }
  #index_offer .header,
  #index_sale .header {
    font-size: 32px;
    line-height: 38px;
  }
  .button {
    width: 246px;
    height: 55px;
  }
  .leftSubmenu p,
  p.contentParagraph {
    font-size: 13px;
  }
  .certificate_tile p {
    margin: 24px 0 0 0;
    padding: 0 24px;
    font-size: 14px;
  }
  #cta_offer .header,
  #cta_contact .header {
    font-size: 50px;
    line-height: 60px;
    margin: 0 auto 16px;
  }
  #cta_contact .header {
    margin-left: 0;
  }
  .cta_contact_wrapper h5 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 13px;
  }
  .contact_data_wrapper p,
  .cta_contact_wrapper .data_row p {
    font-size: 13px;
  }
  #about_hero .left_hero p strong,
  #about_realization .wrapper p strong {
    font-size: 15px;
  }
  br {
    display: none;
  }
  #heroSlider br {
    display: block;
  }
  .small_banner_wrapper h2 .quote_wrapper svg {
    margin-right: 20px;
  }
  #about_middle_section .quote_wrapper .header,
  #about_realization .wrapper .header {
    font-size: 18px;
    line-height: 28px;
  }
  #about_realization .wrapper .header {
    margin-bottom: 32px;
  }
  .playContainer {
    width: 100px;
    height: 100px;
  }
  #about_realization .wrapper ul {
    margin-top: 40px;
  }
  #about_middle_section li,
  #about_realization .wrapper li,
  #production_services .jobContent li,
  .tab-content li {
    margin-bottom: 10px;
    position: relative;
  }
  #about_realization ul::after {
    top: -21px;
  }
  #about_realization .wrapper::after {
    top: 90px;
    width: 21px;
    height: 21px;
  }
  #cta_offer,
  #cta_contact {
    padding: 150px 0;
  }
  .big_tiles_wrapper a img {
    width: 100%;
  }
  .portrait_placeholder {
    height: 300px;
  }
  #mission_and_vision .header,
  .big_tiles_wrapper .tile_content h3,
  .big_tiles_content .header,
  .small_tiles_content .header,
  #managment_person .header_wrapper .header,
  .meeting_content .header,
  #production_realization h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .meeting_content p.orange_label {
    font-size: 12px;
    line-height: 16px;
  }
  #managment_person .container .left img {
    width: 100%;
    border-radius: 5px;
  }
  #managment_person .container .right {
    padding-left: 30px;
  }
  .quote_wrapper h4.header {
    font-size: 24px;
    line-height: 33px;
  }
  .carrer_top .content_wrapper h3.header,
  .jobs_offer .header_offer .header {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 40px;
  }
  .jobs_offer .header_offer .header {
    margin: 0;
  }
  .gallery_link img {
    width: 100%;
  }
  .about_child_tile img {
    width: 100%;
  }
  .offer_tax_wrapper .child_title {
    font-size: 32px;
    line-height: 45px;
    bottom: 60px;
    left: 32px;
  }
  .half_list_production .right {
    width: 270px;
  }
  .half_list_production .right img {
    max-width: 100%;
  }
  .half_list_production .list_wrapper {
    flex: 0 0 auto;
    width: calc(100% - 270px);
  }
  #production_services .jobContent li::after {
    top: 8px;
  }
  .single-aktualnosci #single_post_wrapper .swiper-slide {
    max-height: unset;
  }
  .logo_wrapper svg {
    width: 280px;
    height: auto;
  }
  #mainMenu .labelSubmenu {
    line-height: 18px;
    font-size: 12px;
  }
  .compilance_tile .header {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 40px;
  }
  .compilance_tile .content_wrapper {
    width: 479px;
    padding-left: 15px;
  }
  .compilance_tile .ico_wrapper {
    width: calc(100% - 479px);
  }
  #compilance .features {
    gap: 41px;
  }
  #compilance_gallery .swiper-slide {
    width: 350px;
  }
  #scrollToTop {
    position: relative;
    right: unset;
    top: unset;
    transform: translate(0);
    margin-top: 24px;
  }
  #scrollToTop button {
    margin-left: auto;
  }
  .page-template-directors .small_tiles_wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1290px) {
  .nav_wrapper {
    padding-left: 45px;
  }
  .logo_wrapper svg {
    width: 270px;
  }
  .small_banner_wrapper {
    right: 75px;
  }
  #index_sale .compliance_index .content_wrapper {
    padding-left: 45px;
  }
  #index_sale .content_wrapper {
    padding-right: 45px;
  }
  .burgerMenu_desktop_wrapper {
    left: 10px;
  }
}
@media (max-width: 1199px) {
  #heroSlider .swiper-container {
    padding-bottom: 0px;
  }
  #mainMenu {
    display: none;
  }
  /* #mainNav {
    padding: 20px 0;
  } */
  .nav-bottom {
    padding: 20px 0;
  }
  #hero .container.smal_wrapper {
    display: none;
  }
  .big_banner_content {
    max-width: 100%;
  }
  .big_banner_content h1 {
    text-align: center;
  }
  .big_banner_content {
    max-width: 100%;
    padding: 20px;
    background-color: rgb(10 29 100 / 50%);
    border-radius: 5px;
  }
  #hero p.contentParagraph {
    text-align: center;
    max-width: 70%;
    margin: 0 auto 20px;
  }
  #hero .button.alt {
    margin: 0 auto;
  }
  #hero .container {
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
  }
  #index_offer {
    margin: 60px auto 0;
  }
  #index_offer .img_wrapper a,
  #index_sale .img_wrapper {
    width: 729px;
    margin: 0 auto;
    max-width: 100%;
  }
  #index_offer .img_wrapper a img,
  #index_sale .img_wrapper img,
  #mission_and_vision .img_wrapper img {
    max-width: 100%;
  }
  #index_sale .img_wrapper img,
  #index_sale .compliance_index .img_wrapper img,
  #mission_and_vision .img_wrapper img {
    border-radius: 5px;
  }
  #index_offer .img_wrapper,
  #index_sale .img_wrapper,
  #mission_and_vision .img_wrapper,
  #mission_and_vision .row:nth-child(even) .img_wrapper {
    order: 2;
  }
  #mission_and_vision .row:nth-child(even) .img_wrapper,
  #mission_and_vision .row .img_wrapper {
    padding: 0 15px;
    text-align: center;
    justify-content: center;
  }
  #index_offer .content_wrapper,
  #index_sale .content_wrapper,
  #mission_and_vision .content_wrapper,
  #mission_and_vision .row:nth-child(even) .content_wrapper {
    order: 1;
    margin-bottom: 32px;
    width: 754px;
    margin: 0 auto 32px;
    max-width: 100%;
    padding: 0 15px;
  }
  #index_offer .header::after,
  #index_offer .row:nth-child(even) .header::after,
  #index_sale .compliance_index .header::after,
  #index_sale .content_wrapper .header::after,
  #mission_and_vision .row:nth-child(even) .header::after {
    left: unset;
    right: 0;
    transform: translate(0);
    top: -26px;
  }
  #index_sale .compliance_index .header::after,
  #index_sale .content_wrapper .header::after,
  #mission_and_vision .row:nth-child(even) .header::after {
    top: 50%;
    transform: translateY(-50%);
  }
  #index_offer .header,
  #index_sale .header {
    padding-right: 100px;
  }
  #index_offer .row,
  #index_sale .row,
  #mission_and_vision .row {
    margin-bottom: 64px;
  }
  #index_offer .row:last-child,
  #index_sale .row:last-child,
  #mission_and_vision .row:last-child {
    margin-bottom: 0px;
  }
  #index_sale .compliance_index .content_wrapper,
  #index_sale .content_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .seeAlsoNewsWrapper {
    gap: 10px;
  }
  .index_news .header .tile_button {
    margin-left: 60px;
  }
  #cta_offer .header,
  #cta_contact .header {
    font-size: 40px;
  }
  #accordionCTA .accordion-item {
    width: 100%;
    margin-bottom: 0;
  }
  #accordionCTA .accordion-item:last-child {
    margin-bottom: 0;
  }
  #accordionCTA {
    flex-wrap: wrap;
    display: inline-block;
    width: auto;
  }
  #accordionCTA div[data-bs-parent="#accordionCTA"] {
    position: relative;
  }
  #accordionCTA h2 button {
    justify-content: space-between;
  }
  .right_footer_col {
    text-align: left;
    margin-top: 64px;
  }
  footer .right_footer_col ul {
    justify-content: flex-start;
  }
  footer .right_footer_col li {
    margin-left: 0;
    margin-right: 40px;
  }
  .copyright_wrapper p {
    justify-content: flex-start;
  }
  footer .first_container {
    position: relative;
    padding: 64px 0 50px;
  }

  #shortHeader {
    overflow: hidden;
    padding: 30px 0;
  }
  .header {
    line-height: 41px;
    font-size: 35px;
  }
  #shortHeader .header {
    margin-bottom: 0;
  }
  #single_post_wrapper {
    padding-top: 64px;
  }
  #single_post_wrapper p.strong.post_header {
    margin: 0 0 50px;
  }
  #single_post_wrapper .img_wrapper img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  #about_middle_section .left {
    width: 100%;
  }
  #about_middle_section .container {
    flex-wrap: wrap;
  }
  #about_middle_section .right {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    margin: 60px 0 0;
  }
  #about_realization {
    padding: 64px 0;
    margin: 64px auto;
  }
  #about_realization .right,
  #about_realization > span {
    display: none;
  }
  #about_realization .container {
    position: relative;
    top: unset;
    left: unset;
    transform: translate(0);
  }
  #about_realization {
    background-image: none !important;
  }
  #about_realization .left {
    width: 100%;
  }
  #about_realization .wrapper::after {
    display: none;
  }
  #about_hero {
    position: relative;
    padding: 40px 0 182px;
    overflow: hidden;
  }
  #mission_and_vision .header::after {
    left: unset;
    right: 0;
    transform: translateX(0);
  }
  .small_tiles_wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 10px;
  }
  .mb120,
  .big_tiles_content {
    margin-bottom: 64px;
  }
  .mt120 {
    margin-top: 64px;
  }
  #compilance .features {
    margin-top: 64px;
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
  }
  .compilance_tile .ico_wrapper {
    width: 40px;
  }
  .compilance_tile .header {
    font-size: 24px;
    line-height: 47px;
    margin-bottom: 0px;
  }
  .compilance_tile .content_wrapper {
    width: calc(100% - 100px);
  }
  .downlaodButton .ico_wrapper {
    width: 100%;
    height: 255px;
  }
  .downlaodButton .content_wrapper {
    height: calc(100% - 255px);
  }
  .downlaodButton {
    width: auto;
    margin: 0;
  }
  #compilance .downloads,
  .page-template-to_download .dowanload_wrapper {
    display: grid;
    justify-content: center;
    margin: 64px 0 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 10px;
  }
  #compilance_gallery .swiper-slide {
    width: 250px;
  }
  #certificates_wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
  }
  #production_tax_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .tabs_wrapper .left {
    width: 215px;
  }
  .nav-pills .nav-link {
    padding: 24px 12px;
    flex-direction: column;
  }
  .nav-pills .nav-link span {
    font-size: 15px;
    line-height: 19px;
    margin: 10px 0 0;
    padding: 0 10px 0 0;
  }
  .tabs_wrapper .right {
    width: calc(100% - 215px);
  }
  .tab-content {
    padding: 15px;
  }
  #pills-tabContent .content_before {
    padding: 20px 20px 0;
  }
  .jobHeader {
    padding: 28px 20px;
  }
  .jobContent {
    padding: 32px 20px;
  }
  .jobContent .jobBorderTop {
    width: calc(100% - 40px);
  }
  #pills-tabContent .jobHeader .header,
  .jobHeader .header {
    margin-bottom: 0;
    font-size: 24px;
  }
  .half_list_production .right {
    width: calc(100% - 441px);
  }
  .half_list_production .list_wrapper {
    width: 441px;
  }
  .production_realization_wrapper {
    gap: 10px;
  }
  #scroll_pils {
    position: relative;
    top: 0 !important;
  }
  .smallRealziationWrapper {
    gap: 40px 10px;
  }
  #construction_realization_bottom {
    padding-bottom: 64px;
    padding-top: 213px;
  }
  .construction_realization h2.title {
    margin: 0px 0 20px;
    font-size: 16px;
    line-height: 23px;
  }
  .construction_realization .tile_button {
    font-size: 12px;
  }
  #about_middle_section .middle_wrapper:last-child,
  #about_middle_section .middle_wrapper:first-child {
    border-radius: 5px;
  }
  .page-template-directors .small_tiles_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .page-template-tax_strategy #general_meetings h3 {
    font-size: 20px;
  }
  .page-template-tax_strategy #general_meetings li,
  .page-template-tax_strategy #general_meetings p {
    font-size: 14px;
  }
  .download_vertical .button {
    min-width: 190px;
  }
  #hidenMenu ul::before {
    display: none;
  }
  #hidenMenu {
    padding-top: 36px;
    overflow: auto;
    padding-bottom: 65px;
  }
  #hidenMenu ul {
    text-align: center;
  }
  #hidenMenu ul li:last-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #E30613;
  }
  #hidenMenu .col-12:last-child li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  body.active,
  body.active #mainNav {
    padding-right: 0;
  }
  .hiden_menu_ornament {
    max-width: 390px;
    transform: translateX(-20%);
  }
  #hidenMenu a:hover {
    transform: translateX(0);
  }
  #hero {
    position: relative;
    padding: 0;
  }
  .seeAlsoNewsWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .home .newsTile:last-child,
  .single-aktualnosci .newsTile:last-child {
    display: none;
  }
  .playContainer {
    flex: 0 0 auto;
  }
  .movie_wrapper .playWrapper {
    width: 500px;
  }
  .movie_wrapper .playWrapper {
    transform: translate(-50px, -50%);
  }
  .movieBlueMask {
    width: 115px;
  }
  .cta_contact_wrapper .left_container {
    width: 100%;
  }
  .cta_contact_wrapper {
    flex-wrap: wrap;
  }

  #accordionCTA {
    flex-wrap: nowrap;
    display: flex;
    width: 100%;
  }
  #accordionCTA .accordion-item {
    width: 50%;
  }
  #accordionCTA h2 button {
    justify-content: flex-start;
  }
  .cta_contact_wrapper .right_container {
    width: 100%;
    margin: 64px auto 0;
  }
  #accordionCTA div[data-bs-parent="#accordionCTA"] {
    position: absolute;
  }
  .bigNews .left,
  .bigNews .right {
    width: 50%;
  }
  #constructions_tax_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .tabs_wrapper .left {
    width: 215px;
    position: fixed;
    left: 0;
    top: 79px;
    z-index: 2;
    transform: translateX(calc(-100% - 16px));
    transition: transform 0.4s ease;
  }

  .tabs_wrapper .left.show {
    transform: translate(0);
  }
  .nav-pills .nav-link {
    padding: 10px 20px;
    flex-direction: row;
  }
  .nav-pills .nav-link span,
  .oddzial-budowy-template .nav-pills .nav-item:first-child .nav-link span {
    padding: 0 10px 0 0;
    font-size: 12px;
    line-height: 1.3;
    margin: 0;
    padding: 10px;
  }
  #buttonMobile {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tabs_wrapper .right {
    width: 100%;
  }
  .nav-pills li:last-child .nav-link.active::before,
  .nav-pills li:last-child .show > .nav-link::before {
    border-radius: 0;
  }
  .show #buttonMobile {
    transform: translateX(calc(100% - 16px));
  }
  .bigRealizationWrapper {
    position: relative;
    transform: translateY(0);
    margin-top: 32px;
    margin-bottom: -110px;
  }
  #construction_realization_bottom {
    padding-top: 142px;
  }
  #cta_offer,
  #cta_contact {
    padding: 64px 0;
  }
  .half_list_production .right {
    width: calc(100% - 441px);
  }
  .jobHeader .header,
  #production_services .jobHeader .header {
    margin-bottom: 0;
    font-size: 24px;
  }
  .page-template-carrer .quote_wrapper {
    margin: 64px 0 50px auto;
  }
  .quote_wrapper svg {
    margin-right: 20px;
    flex: 0 0 auto;
    max-width: 40px;
    height: auto;
  }
  .quote_wrapper h4.header {
    font-size: 20px;
    line-height: 24px;
  }
  .carrer_top .content_wrapper h3.header::after {
    left: unset;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .carrer_top .content_wrapper h3.header {
    padding-right: 100px;
  }
  .carrer_top img {
    float: unset;
    width: 100%;
    border-radius: 5px;
    margin-top: 32px;
  }
  .page-template-carrer .jobHeader .header {
    margin-bottom: 8px;
  }
  .carrer_top .content_wrapper h3.header,
  .jobs_offer .header_offer .header {
    font-size: 28px;
    line-height: 32px;
  }
  p.topLabel {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 32px;
  }
  #about_hero .left_hero {
    width: 100%;
  }
  #about_hero .right_hero {
    display: none;
  }
  #about_middle_section .middle_wrapper {
    width: calc(100% - 5px);
    padding: 20px 15px;
    margin-right: 5px;
  }
  #about_middle_section .middle_wrapper:last-child {
    margin-right: 0;
    margin-left: 5px;
  }
  .about_children_wrapper {
    gap: 10px;
  }
  .child_title {
    bottom: 32px;
  }
  #submenu_about {
    overflow: auto;
  }
  .big_tiles_wrapper .tile_content {
    bottom: 32px;
    left: 32px;
  }
  .small_tiles_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .meeting_content,
  .meeting_row .meeting_content:nth-child(2) {
    width: 100%;
    padding: 64px 15px;
  }
  .meeting_content .blue_mask {
    display: none;
  }
  .meeting_content.blue_tile .header {
    color: #0a1d64;
  }
  .meeting_content.blue_tile p {
    color: #586882;
  }
  .meeting_row {
    flex-wrap: wrap;
  }
  .page-template-contact .header {
    margin-bottom: 0;
  }
  .contact_data_wrapper h3 {
    margin: 32px 0 12px;
  }
  .page-template-contact .form_wrapper {
    margin-top: 64px;
  }
  #compilance .downloads,
  .page-template-to_download .dowanload_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .construction_realization .content_wrapper {
    bottom: 25px;
    left: 32px;
    padding-right: 32px;
  }
  .construction_realization h2.title {
    margin: 0px 0 8px;
    font-size: 14px;
    line-height: 18px;
  }
  .construction_realization .content_wrapper {
    width: calc(100% - 32px);
  }
  .construction_realization h1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 34px;
    width: 100%;
  }
  .page-template-directors .small_tiles_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-template-directors .portrait_placeholder svg {
    width: auto;
  }
  #movie .col-lg-6 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #linkedInLink {
    right: 13px;
    top: 20px;
    background-color: #0a1d6410;

  }
  .header {
    line-height: 32px;
    font-size: 24px;
  }
  #hero p.contentParagraph {
    max-width: 90%;
  }
  .button {
    width: 226px;
    height: 50px;
  }
  #index_offer .header,
  #index_sale .header {
    font-size: 24px;
    line-height: 32px;
  }
  #index_offer .header {
    padding-right: 0;
  }
  #index_offer .img_wrapper,
  #index_sale .img_wrapper {
    display: none;
  }
  .index_news .header .tile_button {
    margin-left: 30px;
    font-size: 12px;
  }
  .newsTile .data_wrapper {
    padding: 12px;
  }
  p.date {
    margin-bottom: 12px;
  }
  .newsTile .header,
  .bigNews .left .header {
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0 16px;
  }
  .leftSubmenu p,
  p.contentParagraph {
    font-size: 10px;
    line-height: 1.4;
  }
  .toArchiveLink .label_wrapper,
  .downlaodButton .tile_button,
  .tile_button {
    font-size: 12px;
  }
  .tile_button svg {
    margin-left: 13px;
    transition: transform 0.3s ease-in-out;
    width: 18px;
    height: auto;
  }
  .playWrapper h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .playWrapper h4 {
    font-size: 9px;
  }
  .iconsWraper {
    flex-wrap: wrap;
  }
  .iconsWraper .eticIcoTile {
    flex: 0 0 auto;
    width: 50%;
    margin: 15px 0 15px;
  }
  #cta_offer .header,
  #cta_contact .header {
    font-size: 36px;
    margin: 0 auto 16px;
  }
  .cta_contact_wrapper h5 {
    font-size: 15px;
    text-align: center;
  }
  .cta_contact_wrapper .data_row {
    justify-content: center;
  }
  .contact_data_row .contact_row_data,
  .cta_contact_wrapper .content_wrapper {
    flex: 0 0 auto;
    width: auto;
  }
  #accordionCTA button {
    font-size: 10px;
  }
  .cta_contact_wrapper .right_container a {
    margin: 0 auto;
  }
  .bottom_footer p {
    font-size: 10px;
  }
  .bottom_footer svg {
    max-width: 40%;
    height: auto;
  }
  .bottom_footer .col-12 {
    justify-content: space-between;
  }
  #breadcrumb {
    display: none;
  }
  #single_post_wrapper p.strong.post_header {
    font-size: 23px;
    line-height: 32px;
  }
  #single_post_wrapper p.strong.post_header {
    margin: 0 0 32px;
  }
  #single_post_wrapper .content_wrapper p,
  #single_post_wrapper .content_wrapper a,
  #single_post_wrapper .content_wrapper ul li {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 15px;
  }
  .logo_wrapper svg {
    width: 250px;
  }
  .child_title {
    font-size: 18px;
    line-height: 24px;
  }
  #about_middle_section .header {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 55px;
  }
  #about_middle_section {
    margin-top: 64px;
  }
  .quote_wrapper svg {
    margin-right: 13px;
    max-width: 30px;
  }
  .playContainer {
    width: 60px;
    height: 60px;
  }
  .playContainer svg {
    flex: 0 0 auto;
    width: 25px;
    height: auto;
  }
  .movie_wrapper .playWrapper {
    transform: translate(-30px, -50%);
  }
  #about_middle_section .right {
    flex-direction: column;
  }
  #about_middle_section .middle_wrapper:last-child,
  #about_middle_section .middle_wrapper:first-child {
    margin: 0 0 24px;
  }
  #about_realization .wrapper {
    background-color: #fff;
    padding: 32px;
  }
  .big_tiles_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  #submenu_about ul {
    min-width: 820px;
  }
  .meeting_content,
  .meeting_row .meeting_content:nth-child(2) {
    padding: 32px 15px;
  }
  .small_tiles_wrapper h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .big_tiles_wrapper .tile_content p span,
  .small_tiles_wrapper p,
  #managment_person .header_wrapper span {
    font-size: 10px;
  }
  .logo_wrapper svg {
    width: 220px;
  }
  .oddzial-budowy-template #submenu_about ul,
  .oddzial-produkcji-template #submenu_about ul,
  .tax-oferta-budowa #submenu_about ul {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  #pills-tabContent .jobHeader .header,
  .jobHeader .header,
  .jobHeader .header,
  #production_services .jobHeader .header {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
  }
  #production_production #pills-tabContent .jobContent h4,
  #production_services .jobContent .header {
    font-size: 14px;
    line-height: 1.4;
  }
  .tab-content .jobContent p,
  .tab-content .jobContent li,
  #production_services .jobContent p,
  .tab-content li p {
    font-size: 10px;
  }
  .tab-content .jobContent li p,
  .tab-content .jobContent li,
  #production_services .jobContent p,
  .tab-content .jobContent p,
  .tab-content .jobContent li,
  #production_services .jobContent p,
  .tab-content li p {
    margin-bottom: 8px;
    line-height: 1.4;
  }
  #about_middle_section li::after,
  #about_realization .wrapper li::after,
  #production_services .jobContent li::after,
  .tab-content li::after,
  #single_post_wrapper .content_wrapper ul li::after {
    width: 5px;
    height: 5px;
    top: 5px;
  }
  #about_middle_section li,
  #about_realization .wrapper li,
  #production_services .jobContent li,
  .tab-content li {
    padding-left: 13px;
  }
  .offer_tax_wrapper .child_title {
    font-size: 24px;
    line-height: 32px;
    bottom: 18px;
    left: 14px;
  }
  #production_tax_wrapper {
    gap: 10px;
  }
  .child_title::after,
  #about_realization ul::after {
    bottom: -5px;
  }
  .half_list_production .list_wrapper {
    width: 70%;
  }
  .half_list_production .right {
    width: 30%;
  }
  #pills-tabContent .tab_wrapper > ul {
    padding: 24px;
  }
  .smallRealziationWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .bigRealizationWrapper {
    transform: translateY(0);
    margin-top: 32px;
    margin-bottom: 32px;
  }
  #construction_realization_top .container {
    max-width: 100%;
  }
  #construction_realization_bottom {
    padding-top: 64px;
  }
  .certificate_tile p {
    margin: 12px 0 0 0;
    padding: 0 12px;
    font-size: 13px;
  }
  #managment_person .container .left,
  #managment_person .container .right {
    width: 100%;
  }
  #managment_person .container {
    flex-direction: column;
  }
  #managment_person .container .left {
    margin-bottom: 32px;
  }
  .biography_wrapper p.contentParagraph {
    line-height: 17px;
  }
  #managment_person .container .right {
    padding: 0 15px;
  }
  .attention h5 {
    font-size: 18px;
    line-height: 1.4;
  }
  .attention p {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .modalCross {
    top: -15px;
    right: -10px;
  }
  .cookie_section {
    right: 15px;
    max-width: calc(100% - 30px);
  }
  #heroSlider .swiper-slide {
    min-height: 350px;
  }
  #hero {
    position: relative;
  }
  #see_other,
  #newsPostContainer {
    padding: 32px 0;
    margin-top: 32px;
  }
  .newsTile .header,
  .bigNews .left .header {
    font-size: 14px;
    line-height: 19px;
    margin: 0px 0 11px;
  }
  .toArchiveLink .label_wrapper,
  .downlaodButton .tile_button,
  .tile_button {
    font-size: 10px;
  }
  #movie {
    margin: 64px auto;
  }
  .movieBlueMask {
    width: 55px;
  }
  .playContainer svg {
    width: 12px;
  }
  .playContainer {
    margin-right: 10px;
  }
  #index_offer .header::after,
  #hidenMenu ul::before,
  #index_sale .header::after,
  .carrer_top .content_wrapper h3.header::after,
  #mission_and_vision .header::after {
    width: 55px;
  }
  #cta_offer .header,
  #cta_contact .header {
    font-size: 29px;
    line-height: 1.4;
    margin: 0 auto 11px;
  }
  #accordionCTA div[data-bs-parent="#accordionCTA"] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .search_wrapper {
    position: relative;
  }
  #searchButton {
    margin-left: 0 !important;
  }
  #searchform input {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(20px, 69px);
  }
  .burgerMenu_desktop_wrapper {
    left: 0;
  }
  .logo_wrapper svg {
    width: 200px;
    margin-left: 10px;
  }
  footer h3 {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 18px;
  }
  footer a,
  .copyright_wrapper p {
    font-size: 12px;
  }
  footer .first_container {
    padding: 64px 15px 50px;
  }
  .bottom_footer p {
    font-size: 8px;
  }
  .bottom_footer {
    padding: 28px 0;
  }
  .bigNews .left,
  .bigNews .right {
    width: 100%;
  }
  .bigNews a {
    flex-direction: column;
  }
  .bigNews .left {
    order: 2;
  }
  .bigNews .right {
    order: 1;
  }
  .bigNews .right::after {
    height: 2px;
    width: 90px;
    left: 24px;
    top: calc(100% - 2px);
    bottom: unset;
  }
  #shortHeader .container {
    position: relative;
    top: unset;
    left: unset;
    transform: translate(0);
  }
  #shortHeader img.mask_image {
    display: none;
  }
  #shortHeader {
    padding: 64px 0;
  }
  #single_post_wrapper p.strong.post_header {
    font-size: 18px;
    line-height: 24px;
  }
  #department_wrapper {
    padding: 48px 0 72px;
  }
  .offer_tax_wrapper .child_title {
    bottom: 28px;
    left: 28px;
  }
  #submenu_about a {
    font-size: 11px;
    padding: 15px;
  }
  .construction_realization a {
    display: block;
    color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    background-size: cover;
    min-height: 240px;
  }
  .construction_realization h1,
  .construction_realization h2.title {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 24px;
  }
  .construction_realization .content_wrapper {
    bottom: 25px;
    left: 24px;
    padding-right: 24px;
  }
  .bigRealizationWrapper .label {
    font-size: 8px;
    line-height: 10px;
    opacity: 0.3;
    letter-spacing: 2.2px;
    margin-bottom: 5px;
  }
  .smallRealziationWrapper .construction_realization a {
    min-height: 190px;
  }
  .construction_realization .smallRealziationWrapper .content_wrapper {
    left: 12px;
    bottom: 12px;
    padding-right: 10px;
  }
  .construction_realization h2.title {
    font-size: 14px;
    line-height: 18px;
  }
  #production_tax_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .button_wrapper {
    flex-direction: column;
  }
  .button_wrapper .button:last-child {
    margin-top: 24px;
  }
  .thumb_placeholder_wrapper {
    height: 193px;
  }
  .downlaodButton .content_wrapper {
    height: calc(100% - 173px);
    padding: 16px;
  }
  .thumb_placeholder_wrapper svg {
    max-width: 70%;
    height: auto;
  }
  .certificate_tile {
    padding-bottom: 12px;
  }
  #certificates_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .carrer_top .content_wrapper h3.header,
  .jobs_offer .header_offer .header {
    font-size: 22px;
    line-height: 28px;
  }
  .jobs_offer .header_offer {
    margin-bottom: 32px;
  }
  #accordionJobs {
    padding-left: 15px;
    padding-right: 15px;
  }
  p.topLabel {
    font-size: 10px;
    line-height: 13px;
    margin: 0 0 18px;
  }
  .jobTile .movie_wrapper {
    min-height: 150px;
  }
  .jobTile .movie_wrapper img {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 100%;
    width: auto;
    max-height: 170px;
  }
  .jobContent .position_wrapper h4 {
    font-size: 20px;
    margin-top: 17px;
  }
  .voivodeship svg {
    margin-right: 7px;
  }
  .voivodeship {
    font-size: 10px;
    line-height: 13px;
  }
  .job_offer_conditions h5,
  .job_offer_conditions p {
    font-size: 10px;
    line-height: 15px;
  }
  .job_added_content p {
    margin: 0;
    font-size: 10px;
    line-height: 17px;
  }
  .about_bg {
    top: 0;
    bottom: unset;
  }
  .about_children_wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-top: -80px;
  }
  #submenu_about ul {
    min-width: 640px;
  }
  .portrait_placeholder,
  .downlaodButton .ico_wrapper,
  .page-template-directors .portrait_placeholder {
    height: 170px;
  }
  .portrait_placeholder svg,
  .downlaodButton .ico_wrapper svg,
  .page-template-directors .portrait_placeholder svg {
    max-width: 40%;
    height: auto;
  }
  .page-template-directors .small_tiles_wrapper p {
    font-size: 8px;
  }
  #general_meetings .top_paragrapsh_wrapper p {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 24px;
  }
  #mission_and_vision .header,
  .big_tiles_wrapper .tile_content h3,
  .big_tiles_content .header,
  .small_tiles_content .header,
  #managment_person .header_wrapper .header,
  .meeting_content .header,
  #production_realization h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .meeting_content .header {
    margin-bottom: 32px;
  }
  .contact_data_wrapper p,
  .cta_contact_wrapper .data_row p {
    font-size: 10px;
  }
  .contact_data_wrapper h3 {
    font-size: 12px;
    line-height: 18px;
  }
  .input_wrapper {
    padding: 0;
  }
  .input_wrapper.half {
    width: 100%;
  }
  .form_row {
    flex-direction: column;
  }
  .input_wrapper {
    margin-bottom: 12px;
  }
  .form_row {
    margin-bottom: 0;
  }
  .accept_wrapper label::after {
    left: 0;
  }
  .default_content_wrapper .header,
  #compilance .top_header p {
    font-size: 16px;
    line-height: 24px;
  }
  .compilance_tile .content_wrapper {
    width: calc(100% - 60px);
  }
  .downlaodButton .ico_wrapper {
    width: 100%;
  }
  .downlaodButton h4 {
    font-size: 12px;
    line-height: 18px;
  }
  #searchContent .header {
    font-size: 16px;
    line-height: 24px;
  }
  #searchContent .jobTile {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  .modalOverflow {
    padding: 18px 15px;
  }
  .fileName {
    font-size: 10px;
  }
  .fileName svg {
    display: none;
  }
  .page-template-carrer .jobHeader .header {
    margin-bottom: 1px;
  }
  .page-template-carrer .jobContent {
    padding: 24px 20px;
  }
}

@media (max-width: 420px) {
  .download_vertical a {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .download_vertical .title {
    margin: 0 0 16px 0;
  }
}
.burgerMenu__text{
  font-size: 11px;
  color: #0A1D64;
  font-weight: 600;
  margin-top: 1px;
}
@media (max-width: 1500px) {
  .burgerMenu__text{
    font-size: 10px;
  }
}
.orange-arrow{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E30613;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  transition: 0.3s !important;
}

.small_banner_wrapper:hover .orange-arrow{
background-color:  #EC5C08;
}
.swiper-container{
  position: relative;
}
.hero-pagination{
  position: absolute;
  transform: rotate(90deg) translate(-50%,0);;
  width: unset !important;
  top: 50%;
  left: 1.5% !important;
  z-index: 60;
  height: 30px;
}
.hero-pagination .swiper-pagination-bullet{
  background-color: rgba(255, 255, 255, 0.14);
  opacity: 1 !important;
  width: 16px;
  height: 16px;
  min-width: 14px;
  margin: 0 9px !important;

}
.hero-pagination .swiper-pagination-bullet-active{
  position: relative;
  opacity: 1 !important;
}
.hero-pagination .swiper-pagination-bullet-active::after{
  display: block;
  content: "";
  background-color: #E30613;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.orlen-slide{
  display: flex; 
  align-items: center; 
  justify-content: center;
  background-color: #FFFFFF; 
  width: 100%; 
  height: auto;
  border: 2px solid rgb(10, 29, 100);
}
.orlen-slide .container{
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.orlen-slide p{
  text-align: center;
  font-size: 32px;
}
.orlen-slide-img-wrapper{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
}

@media(max-width: 1400px){
  .orlen-slide p{
    text-align: center;
    font-size: 25px;
  }
}
@media(max-width: 767px){
  .orlen-slide p{
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .hero-pagination{
    display: none;
  }
}
.linkedin{
margin-top: 130px;
margin-bottom: 160px;
}
.linkedin__wrapper{
  display: flex;
}
.linkedin__gray{
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background-color: #F7F8FA;
  padding: 72px 41px;
  margin-top:26px;
  position: relative;
  border-radius: 0px 6px 6px 0;
}
.linkedin__gray::after{
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  content: url('https://www.technologiepgnig.pl/wp-content/themes/pgnig_technologie/assets/images/gray-after.png');
}
.linkedin__btn{
  background-color: #E30613;
  border-radius: 5px;
  padding: 21px 42px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  gap: 13px;
  align-items: center;
  white-space: nowrap;
  margin-left: 38px;
  position: relative;
  z-index: 5;
}
.linkedin__btn:hover{
  color: #fff;
}
.linkedin__icon{
  margin-top: 6px;
}
.linkedin__text{
  color: #0A1D64;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  margin-top: 0;
  max-width: 260px;
  margin-bottom: 0;
  width: 100%;
  letter-spacing: -0.75px;
}
.linkedin__img{
  object-fit: cover;
  height: auto;
}
@media (max-width: 1400px) {
  .linkedin__gray{
    margin-top: 29px;
    flex-direction: column;
    padding: 32px 34px;
    width: 100%;
  }
  .linkedin__icon{
    margin-top: 0;
  }
  .linkedin__btn{
    margin-left: 0;
  }
  .linkedin__text{
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {
.linkedin {
    margin-bottom: 50px;
    margin-top:40px;
}
.linkedin__wrapper{
  flex-direction: column;
  align-items: center;
}
.linkedin__gray{
  margin-top: 0;
  max-width: 619px;
}
}
@media (max-width: 768px) {
  .linkedin__img{
    max-width: 100%;
  }
}

#index_offer .row:nth-child(2n) img {
   margin-left: auto;
}

#index_offer .row:nth-child(2n) .mask {
  right: 0;
   left: unset;
  max-width: 730px;
  display: block;
}
/* 
ruchomosci */

.sprzedaz-mienia {
  padding-top: 210px;
  padding-bottom: 125px;
  background-color: #f7f8fa;
}
.sprzedaz-mienia__wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.sprzedaz-mienia__tile {
  width: calc(100% / 2 - 15px);
}
.sprzedaz-mienia .child_title {
  font-size: 36px;
}
.sprzedaz-mienia .child_title::after {
  bottom: -20px;
}
@media (max-width: 1400px) {
  .sprzedaz-mienia .child_title::after {
    bottom: -10px;
  }
  .sprzedaz-mienia .child_title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .sprzedaz-mienia {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .sprzedaz-mienia__tile {
    width: 100%;
  }
}

.contact {
  background-size: cover;
  background-image: url("https://www.technologiepgnig.pl/wp-content/themes/pgnig_technologie/assets/images/bg1.jpg");
}
.contact__orange {
  color: #E30613;
  font-size: 10px;
  line-height: 28px;
  letter-spacing: 2.2px;
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.contact__orange::before {
  display: block;
  content: "";
  width: 28px;
  height: 1px;
  background-color: #E30613;
}
.contact__wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 15px;
  align-items: center;
  min-height: 412px;
}
.contact__left {
  max-width: 514px;
  font-size: 43px;
  font-weight: 700;
  letter-spacing: 1.29px;
  color: #ffffff;
}
.contact__right {
  display: flex;
  position: relative;
  flex-direction: column;
  background-color: #fff;
  border-radius: 5px;
}
.contact__right::before {
  display: block;
  background-color: #E30613;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 50%;
  left: -25px;
  top: 50%;
  z-index: 4;
  transform: translate(0, -50%);
  content: url("https://www.technologiepgnig.pl/wp-content/themes/pgnig_technologie/assets/images/arrow.svg");
}
.contact__person {
  padding: 28px 26px;
  display: flex;
  position: relative;
  align-items: center;
}

.contact__name {
  color: #0a1d64;
  margin-bottom: 3px;
  font-size: 18px;
  letter-spacing: -0.36px;
  font-weight: 700;
}
.contact__info{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 40px;
}
.contact__contact{
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}
.contact__img{
  border-radius: 50%;
  margin-left: 15px;
}
.contact__title{
  font-size: 56px;
  line-height: 70px;
  letter-spacing:-1.29px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .contact__title{
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1000px) {
  .contact__wrapper{
    flex-direction: column;
  }
  .contact__left {
    max-width: 588px;
  }
  .contact__right::before{
    display: none;
  }
}
@media (max-width: 600px) {
  .contact__img {
   margin-left: 0;
  }
}
@media (max-width: 600px) {
  .contact__info{
    margin-left: 0px;
    gap: 6px;
    margin-top: 10px;
  }
  .contact__person{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .contact__contact{
    justify-content: center;
  }
  .contact__left {
    max-width: 399px;
  }
  .contact__title {
    font-size: 24px;
    line-height: 33px;
  }

}
@media (max-width: 414px) {
  .contact__contact{
    font-size: 12px;
  }
  .contact__person{
    padding: 26px 8px;
  }
}

.offer{
  margin-top: 120px;
  margin-bottom: 120px;
}
.offer__title{
  color: #0A1D64;
  text-align: center;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: -0.52px;
  margin-bottom: 60px;
  margin-top: 60px;
  font-weight: 700;
}
.offer__tile{
  border: 2px solid #F0F0F0;
  border-radius: 5px;
  padding: 32px 50px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 12px;
  align-items: center;
}
.offer__name{
  color: #0A1D64;
  font-size: 18px;
  letter-spacing: -0.18px;
  font-weight: 700;
  margin: 0;
}
.offer__btn{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 21px 56px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #0000000A;
  border-radius: 5px;
  text-decoration: none;
}
.offer__btn svg {
  margin-left: 15px;
  transition: transform 0.4s ease;
}
.offer__btn:hover {
  background-color: #0000001f;
  color: #000000;
}
.offer__btn:hover svg {
  transform: translateX(10px);
}
.page-template-sprzedaz-mienia h1.orange_label{
  margin-bottom: 58px;
}
@media (max-width: 768px) {
  .offer{
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .offer__title{
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .offer__tile{
  flex-direction: column;
  align-items: center;
  }
  .offer__name{
  text-align: center;
  }
  .page-template-sprzedaz-mienia h1.orange_label{
    margin-bottom: 28px;
  }
}
.page-template-ruchomosci-php #breadcrumb .active{
  display: none;
}
.page-template-ruchomosci-php #breadcrumb .divider{
  display: none;
}
.page-id-229 #breadcrumb .active{
  display: none;
}
.page-id-229 #breadcrumb .divider{
  display: none;
}
.gallery_wrapper .swiper-wrapper {
  min-height: 550px;
}
#single_post_wrapper .swiper-slide {
  min-height: 550px;
}
.gallery_wrapper .swiper-wrapper  .swiper-slide {
 overflow: unset;
}
@media (max-width: 1024px) {
  .gallery_wrapper .swiper-wrapper,#single_post_wrapper .swiper-slide {
    min-height: 340px;
  }
}
@media (max-width: 768px) {
  .gallery_wrapper .swiper-wrapper,#single_post_wrapper .swiper-slide {
    min-height: 210px;
  }
}

.big_banner_content p.main_header.header {
  color: #fff !important;
}

#production_realization h2 {
  font-size: 36px;
  line-height: 45px;
  letter-spacing: -1.08px;
  width: 100%;
  position: relative;
  color: #0a1d64;
  margin: 0 0 32px;
  font-weight: 700;
}

.construction_realization .bigRealizationWrapper h2 {
  font-weight: 700;
  margin: 0 0 24px;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: -0.52px;
}

@media (max-width: 991px) {
  .construction_realization .bigRealizationWrapper h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 34px;
    width: 100%;
  }
}

@media (max-width: 1399px) {
  #production_realization h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 575px) {
  #production_realization h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .construction_realization .bigRealizationWrapper h2 {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 1199px) {
  .big_banner_content p.main_header.header {
    text-align: center;
  }
}
