@charset "UTF-8";
body {
  color: #000000;
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding: 0;
}

.custom-container {
  position: relative;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 10px;
}

.comp_button {
  display: inline-block;
  line-height: 1.5;
  color: #eba801;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid #eba801;
  padding: 1rem;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  text-shadow: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, fill 0.15s ease-in-out;
}
.comp_button.my_icon_right {
  display: inline-flex;
  gap: 30px;
  justify-content: center;
}
.comp_button .my_icon_arrow {
  display: inline-block;
  width: 48px;
}
.comp_button .my_icon_arrow polygon {
  fill: #eba801;
}
.comp_button:hover {
  background-color: #eba801;
  color: #ffffff;
}
.comp_button:hover .my_icon_arrow polygon {
  fill: #ffffff;
}
.comp_button.my_white {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.comp_button.my_white:hover {
  background-color: #ffffff;
  color: #eba801;
}
.comp_button.my_white:hover .my_icon_arrow polygon {
  fill: #eba801;
}
.comp_button.my_white .my_icon_arrow polygon {
  fill: #ffffff;
}

@media (min-width: 576px) {
  .comp_button {
    padding: 1rem 3rem;
    font-size: 18px;
  }
}
.comp_bg_arrow {
  max-width: 100%;
  position: absolute;
}
.comp_bg_arrow.my_right {
  background: url(/_img/_templates/strzalka_poziom_prawa.png) no-repeat 100% 0;
  width: 726px;
  height: 20px;
}
.comp_bg_arrow.my_left {
  background: url(/_img/_templates/strzalka_poziom_lewa.png) no-repeat 0 0;
  width: 726px;
  height: 20px;
}
.comp_bg_arrow.my_down {
  background: url(/_img/_templates/strzalka_pion_dol.png) no-repeat 0 0;
  width: 20px;
  height: 317px;
}
.comp_bg_arrow.my_up {
  background: url(/_img/_templates/strzalka_pion_gora.png) no-repeat 0 0;
  width: 20px;
  height: 317px;
}
.comp_bg_arrow.my_right_orange {
  background: url(/_img/_templates/strzalka_poziom_prawa_pom.png) no-repeat 100% 0;
  width: 726px;
  height: 20px;
}
.comp_bg_arrow.my_left_orange {
  background: url(/_img/_templates/strzalka_poziom_lewa_pom.png) no-repeat 0 0;
  width: 726px;
  height: 20px;
}
.comp_bg_arrow.my_down_orange {
  background: url(/_img/_templates/strzalka_pion_dol_pom.png) no-repeat 0 0;
  width: 20px;
  height: 317px;
}
.comp_bg_arrow.my_up_orange {
  background: url(/_img/_templates/strzalka_pion_gora_pom.png) no-repeat 0 0;
  width: 20px;
  height: 317px;
}
.comp_bg_arrow.my_pos_tl {
  top: 0;
  left: 0;
}
.comp_bg_arrow.my_pos_tr {
  top: 0;
  right: 0;
}
.comp_bg_arrow.my_pos_bl {
  bottom: 0;
  left: 0;
}
.comp_bg_arrow.my_pos_br {
  bottom: 0;
  right: 0;
}

.header {
  position: relative;
  height: auto;
}
.header.home_header {
  min-height: 100vh;
  color: #ffffff;
  background-color: grey;
}
.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header__bg .my_image_bg,
.header__bg .my_video_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__swiper {
  height: 100%;
  min-height: 500px;
}
.header__swiper .swiper {
  height: 100%;
}
.header__swiper .swiper-slide {
  position: relative;
}
.header__swiper_slogan {
  position: absolute;
  bottom: 55px;
  right: 0px;
  color: #ffffff;
  text-align: right;
  z-index: 10;
  text-shadow: 0px 0px 20px #000000;
  padding: 0 10px;
}
.header__swiper_slogan a {
  color: #ffffff;
  text-decoration: none;
}
.header__swiper_slogan_line1 {
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 900;
}
.header__swiper_slogan_line2 {
  font-size: 28px;
  line-height: 1em;
  margin-bottom: 32px;
  font-weight: 700;
}
.header__swiper_slogan_button {
  text-align: right;
}
.header__swiper_slogan_button button,
.header__swiper_slogan_button a {
  background-color: rgba(255, 255, 255, 0.2);
}
.header__wrapper {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  padding: 20px 0 12px 0;
}
.header__social {
  text-align: right;
  margin-right: 12px;
  margin-bottom: 10px;
}
.header__social ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__social ul li {
  display: inline-block;
  padding: 0 8px;
}
.header__social .header_godlo_dp {
  margin-right: 10px;
}
.header__social .header_godlo_dp img {
  width: 30px;
  height: auto;
}
.header__social .my_icon_fb {
  width: 20px;
}
.header__social .my_icon_yt {
  width: 23px;
}
.header__social .my_icon_flag {
  width: 30px;
  height: auto;
}
.header__social .my_kir {
  display: inline-flex;
  color: #000;
  font-style: italic;
  text-decoration: none;
  align-items: end;
  vertical-align: bottom;
  gap: 5px;
  font-size: 14px;
}
.header__social .my_kir:hover {
  text-decoration: none;
}
.header__social .my_kir img, .header__social .my_kir svg {
  width: 14px;
  height: auto;
}
.header__social .my_kir div {
  display: none;
}
.header__social .my_kir span {
  display: none;
}

@media (min-width: 500px) {
  .header__swiper_slogan {
    right: 50px;
  }
  .header__swiper_slogan_line1 {
    font-size: 50px;
  }
  .header__swiper_slogan_line2 {
    font-size: 32px;
  }
  .header__social .my_kir div {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .header__wrapper {
    padding: 36px 0 12px 0;
  }
  .header__swiper_slogan {
    right: 100px;
  }
  .header__swiper_slogan_line1 {
    font-size: 75px;
  }
  .header__swiper_slogan_line2 {
    font-size: 48px;
  }
  .header__social .my_kir span {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .header__swiper_slogan {
    right: 150px;
  }
  .header__swiper_slogan_line1 {
    font-size: 100px;
  }
  .header__swiper_slogan_line2 {
    font-size: 64px;
  }
  .header__social .header_godlo_dp {
    display: none;
  }
}
@media (min-width: 1900px) {
  .header__wrapper {
    padding-top: 70px;
  }
  .header__social {
    position: absolute;
    top: 15px;
    right: -150px;
  }
  .header__social .my_kir {
    position: absolute;
    top: -45px;
    right: 10px;
    white-space: nowrap;
  }
  .navbar-custom {
    margin-right: 70px;
  }
}
.navbar-custom {
  z-index: 100;
}
.navbar-custom .navbar_godlo_dp {
  display: none;
  margin-top: -55px;
  margin-right: 50px;
}
.navbar-custom .navbar_godlo_dp img {
  width: 95px;
  height: auto;
}
.navbar-custom .navbar-brand .logo_railre {
  display: block;
  width: 100%;
  height: auto;
  max-width: 200px;
}
.navbar-custom .navbar-toggler {
  border-color: #000000;
  color: #000000;
  background: transparent;
  border-radius: 0;
  padding: 9px 5px 9px 10px;
}
.navbar-custom .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-custom .navbar-toggler .icon-bar {
  display: block;
  height: 2px;
  border-radius: 1px;
  background-color: #000000;
  width: 22px;
  transition: all 0.2s;
}
.navbar-custom .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-custom .navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-custom .navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-custom .navbar-toggler.collapsed {
  padding: 9px 10px;
}
.navbar-custom .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-custom .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-custom .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-custom .navbar-nav {
  position: relative;
  margin-top: 15px;
}
.navbar-custom .nav-item {
  padding-right: 0.5rem !important;
  padding-left: 1.5rem !important;
}
.navbar-custom .nav-item.dropdown {
  position: initial;
}
.navbar-custom .nav-item .dropdown-toggle::after {
  content: none;
}
.navbar-custom .nav-link {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  padding-right: 0.2rem !important;
  padding-left: 0.2rem !important;
}
.navbar-custom .nav-link:hover, .navbar-custom .nav-link:focus, .navbar-custom .nav-link:active, .navbar-custom .nav-link.active {
  font-weight: 500;
}
.navbar-custom .nav-link:hover > span.my_line, .navbar-custom .nav-link:focus > span.my_line, .navbar-custom .nav-link:active > span.my_line, .navbar-custom .nav-link.active > span.my_line {
  display: inline-block;
  position: relative;
}
.navbar-custom .nav-link:hover > span.my_line::after, .navbar-custom .nav-link:focus > span.my_line::after, .navbar-custom .nav-link:active > span.my_line::after, .navbar-custom .nav-link.active > span.my_line::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 37px;
  border-bottom: 2px solid #eba801;
}
.navbar-custom .dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 10px;
  width: 100%;
  background-color: #eba801;
}
.navbar-custom .dropdown-menu > .container-flex {
  padding: 5px 6px;
}
.navbar-custom .dropdown-menu .nav-lvl-2 {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item {
  padding: 0.8rem 1.5rem;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  white-space: normal;
}
.navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:hover, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:focus, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:active {
  text-decoration: none;
  background-color: transparent;
}
.navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item.active > span, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:hover > span, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:focus > span, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:active > span {
  display: inline-block;
  position: relative;
}
.navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item.active > span::after, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:hover > span::after, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:focus > span::after, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:active > span::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 37px;
  border-bottom: 2px solid #ffffff;
}

@media (min-width: 500px) {
  .navbar-custom .navbar-brand {
    margin-left: 0.5rem;
  }
  .navbar-custom .navbar-brand .logo_railre {
    max-width: 315px;
  }
  .navbar-custom .navbar-toggler {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .navbar-custom .navbar_godlo_dp {
    display: block;
  }
  .navbar-custom .navbar-nav {
    margin-top: 0;
  }
  .navbar-custom .dropdown-menu {
    padding: 20px;
    margin-top: 20px;
  }
  .navbar-custom .dropdown-menu .nav-lvl-2 > li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
  }
  .navbar-custom .dropdown-menu .nav-lvl-2 > li.set_2col {
    width: 49%;
  }
}
.fixed-nav .navbar-custom {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 2px #e6e6e6;
  padding: 10px;
}

.footer {
  overflow: hidden;
  position: relative;
  background-color: #c69f13;
  background-image: url(/_img/_templates/tlo_stopka.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.footer .comp_bg_arrow.my_down_orange {
  display: none;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .col_address {
  min-width: 310px;
}
.footer__address_logo {
  max-width: 265px;
  margin-bottom: 20px;
}
.footer__address address {
  font-size: 18px;
  margin-bottom: 35px;
}
.footer__address_certyficates {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
}
.footer__address_certyficates img {
  max-height: 60px;
}
.footer__nav {
  padding-top: 65px;
}
.footer__nav_col {
  margin-top: 3px;
  margin-bottom: 10px;
}
.footer__nav_header {
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer__nav_wrapper {
  margin-bottom: 10px;
}
.footer__nav_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__nav_list li {
  font-size: 16px;
  margin-bottom: 10px;
}
.footer__form .contact-form ::-webkit-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
}
.footer__form .contact-form :-moz-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
}
.footer__form .contact-form ::-moz-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
}
.footer__form .contact-form :-ms-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
}
.footer__form_header {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
.footer__form_input {
  color: #ffffff;
  font-size: 12px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 30px;
  border-radius: 0;
}
.footer__form_input:focus {
  box-shadow: 0 0 0 0.25rem #eba801;
  border-color: transparent;
}
.footer__form_textarea {
  color: #ffffff;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #ffffff;
  margin-bottom: 20px;
}
.footer__form_textarea:focus {
  box-shadow: 0 0 0 0.25rem #eba801;
  border-color: transparent;
}
.footer__form_submit {
  display: block;
  width: 100%;
}
.footer__copyright {
  text-align: center;
  padding: 20px 10px;
}
.footer__copyright p {
  margin-bottom: 2px;
}
.footer__copyright_info {
  padding: 20px 0;
}

@media (min-width: 992px) {
  .footer .comp_bg_arrow.my_down_orange {
    display: block;
  }
  .footer .col_address {
    min-width: 400px;
  }
  .footer__address {
    padding-left: 60px;
  }
  .footer__address_certyficates {
    margin: 30px 0 30px 45px;
  }
  .footer__address_certyficates img {
    max-height: none;
  }
}
.section_about {
  overflow: hidden;
}
.section_about .comp_bg_arrow.my_down {
  display: none;
}
.section_about__wrapper {
  padding: 30px 0;
  margin-bottom: 30px;
}
.section_about__col_left {
  padding-bottom: 35px;
}
.section_about__content {
  font-size: 18px;
  font-weight: 500;
}
.section_about__content p {
  margin-bottom: 28px;
}
@media (min-width: 576px) {
  .section_about__wrapper {
    padding: 30px 15px;
  }
  .section_about__content {
    font-size: 20px;
  }
  .section_about__content p {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .section_about .comp_bg_arrow.my_down {
    display: block;
  }
  .section_about__wrapper {
    padding: 50px;
  }
}
@media (min-width: 992px) {
  .section_about__col_left {
    padding: 25px 50px 0px 10px;
  }
}
.section_counter {
  overflow: hidden;
  margin-bottom: 50px;
}
.section_counter__wrapper {
  background: url(/_img/_templates/tlo_liczby.png) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}
.section_counter__list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.section_counter__item {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}
.section_counter__item_number {
  font-size: 60px;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 3px;
}
.section_counter__item_title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 15px;
}
.section_counter__item_icon {
  display: inline-block;
}
.section_counter__item_icon img,
.section_counter__item_icon svg {
  width: 100%;
  max-height: 68px;
}

@media (min-width: 576px) {
  .section_counter__wrapper {
    padding: 70px 0;
  }
  .section_counter__item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .section_counter__list {
    flex-wrap: nowrap;
  }
  .section_counter__item {
    width: 100%;
  }
}
.section_route_map {
  overflow: hidden;
  width: 100%;
  height: 300px;
}

@media (min-width: 768px) {
  .section_route_map {
    height: 510px;
  }
}
.section_work {
  overflow: hidden;
}
.section_work .comp_bg_arrow.my_down {
  display: none;
}
.section_work__wrapper {
  padding: 0 0 50px 0;
  margin-bottom: 30px;
}
.section_work__col_left {
  padding-bottom: 35px;
}
.section_work__text_container {
  background: url(/_img/_templates/tlo_co_robimy.png) no-repeat center center;
  background-size: cover;
  padding: 30px 12px;
  margin: 0 -12px;
}
.section_work__content {
  font-size: 18px;
  font-weight: 500;
}
.section_work__content p {
  margin-bottom: 15px;
}
.section_work__swiper_img {
  width: 100%;
}
.section_work__swiper_button_wrapper {
  position: relative;
  margin: 40px 10px;
}
.section_work__swiper_button_next, .section_work__swiper_button_prev {
  position: absolute;
  top: 0;
}
.section_work__swiper_button_next svg,
.section_work__swiper_button_next img, .section_work__swiper_button_prev svg,
.section_work__swiper_button_prev img {
  width: 48px;
  fill: #eba801;
}
.section_work__swiper_button_next.swiper-button-disabled svg,
.section_work__swiper_button_next.swiper-button-disabled img, .section_work__swiper_button_prev.swiper-button-disabled svg,
.section_work__swiper_button_prev.swiper-button-disabled img {
  fill: #cccccc;
}
.section_work__swiper_button_next {
  right: 0;
}
.section_work__swiper_button_prev {
  right: 82px;
}

@media (min-width: 576px) {
  .section_work .section_work__text_container {
    padding: 30px 15px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .section_work .section_work__text_container {
    padding: 70px 50px;
  }
}
@media (min-width: 992px) {
  .section_work .comp_bg_arrow.my_down {
    display: block;
  }
  .section_work__wrapper {
    padding: 0 0 50px 50px;
  }
  .section_work .section_work__text_container {
    padding: 80px 120px 80px 65px;
    margin-right: -80px;
  }
  .section_work__swiper {
    padding: 60px 0;
  }
}
@media (min-width: 1400px) {
  .section_work .section_work__text_container {
    padding: 85px 180px 80px 80px;
  }
}
.section_world_map {
  overflow: hidden;
  background: #eba801 url(/_img/_templates/tlo_mapa.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 30px;
}
.section_world_map .comp_bg_arrow.my_down_orange {
  display: none;
}
.section_world_map__wrapper {
  padding: 30px 15px;
}
.section_world_map__title {
  display: inline-block;
  color: #ffffff !important;
}
.section_world_map__title::after {
  border-bottom: 2px solid #ffcc01 !important;
}
.section_world_map__container .map {
  position: relative;
}
.section_world_map__container .mapTooltip {
  position: absolute;
  background-color: #fff;
  opacity: 0.9;
  border: 1px solid #c69f13;
  border-radius: 10px;
  padding: 10px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  color: #000000;
}
.section_world_map__container .area {
  fill: #ffcc01;
}
.section_world_map__container .area.active {
  fill: #d62e2f;
}
.section_world_map__container .area.active:hover {
  stroke: #eba801;
  stroke-width: 0.7px;
}

@media (min-width: 576px) {
  .section_world_map__wrapper {
    padding: 50px 40px;
  }
  .section_world_map__title_wrapper {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .section_world_map .comp_bg_arrow.my_down_orange {
    display: block;
  }
  .section_world_map__wrapper {
    padding: 60px 50px;
  }
}
@media (min-width: 1200px) {
  .section_world_map__container {
    margin: 0 120px;
  }
}
.section_projects {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}
.section_projects .comp_bg_arrow.my_down {
  display: none;
}
.section_projects__background {
  position: absolute;
  width: 100%;
  background: url(/_img/_templates/tlo_realizacje.png) center center;
  background-size: cover;
}
.section_projects__image_wrapper {
  position: relative;
  padding-top: 65px;
}
.section_projects__image_wrapper img {
  width: 100%;
}
.section_projects__text_container {
  position: relative;
  padding: 50px 0 70px 0;
}
.section_projects__swiper_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #eba801;
  margin-bottom: 12px;
  margin-top: 70px;
}
.section_projects__swiper_content {
  font-size: 18px;
  font-weight: 500;
}
.section_projects__swiper_content p {
  margin-bottom: 30px;
}
.section_projects__swiper_button_wrapper {
  position: absolute;
  bottom: 140px;
  width: 130px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
.section_projects__swiper_button_next, .section_projects__swiper_button_prev {
  position: absolute;
  top: 0;
}
.section_projects__swiper_button_next svg,
.section_projects__swiper_button_next img, .section_projects__swiper_button_prev svg,
.section_projects__swiper_button_prev img {
  width: 48px;
  fill: #eba801;
}
.section_projects__swiper_button_next.swiper-button-disabled svg,
.section_projects__swiper_button_next.swiper-button-disabled img, .section_projects__swiper_button_prev.swiper-button-disabled svg,
.section_projects__swiper_button_prev.swiper-button-disabled img {
  fill: #ffffff;
}
.section_projects__swiper_button_next.swiper-button-lock, .section_projects__swiper_button_prev.swiper-button-lock {
  display: block;
}
.section_projects__swiper_button_next {
  right: 0;
}
.section_projects__swiper_button_prev {
  right: 82px;
}
.section_projects__swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.section_projects__swiper .swiper-pagination {
  left: 0;
  right: auto;
  top: 42px;
  bottom: auto;
  width: auto;
  padding: 45px 0px;
}
.section_projects__swiper .swiper-pagination .swiper-pagination-bullet,
.section_projects__swiper .swiper-pagination .swiper-pagination-bullet-active {
  color: #000000;
  display: inline-block;
  background: transparent;
  font-size: 22px;
  font-weight: 900;
  margin: 10px 10px 10px 0;
  text-align: right;
  width: auto;
  height: auto;
  opacity: 1;
  line-height: 1.4em;
}
.section_projects__swiper .swiper-pagination .swiper-pagination-bullet-active {
  font-size: 28px;
  color: #eba801;
}
.section_projects__button {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 2px;
}

@media (min-width: 576px) {
  .section_projects__text_container {
    padding: 70px 0;
  }
  .section_projects__swiper_title {
    font-size: 24px;
  }
  .section_projects__swiper_content {
    font-size: 20px;
  }
  .section_projects__swiper_button_wrapper {
    bottom: 170px;
  }
  .section_projects__swiper .swiper-pagination {
    top: 70px;
  }
  .section_projects__button {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .section_projects .comp_bg_arrow.my_down {
    display: block;
  }
  .section_projects__wrapper {
    padding-left: 50px;
  }
  .section_projects__text_container {
    padding: 80px 160px 60px 20px;
  }
  .section_projects__swiper_title {
    margin-top: 0;
  }
  .section_projects__swiper_button_wrapper {
    display: none;
  }
  .section_projects__swiper .swiper-pagination {
    left: auto;
    right: 10px;
    top: 45px;
    background: url(/_img/_templates/strzalka_pion_gora.png) no-repeat right top;
    padding: 45px 30px;
  }
  .section_projects__swiper .swiper-pagination .swiper-pagination-bullet,
  .section_projects__swiper .swiper-pagination .swiper-pagination-bullet-active {
    display: block;
    font-size: 26px;
  }
  .section_projects__swiper .swiper-pagination .swiper-pagination-bullet-active {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .section_projects {
    padding: 40px 0 80px 0;
  }
  .section_projects__text_container {
    margin-left: -45%;
    padding: 140px 200px 100px 50%;
  }
  .section_projects__swiper_button_wrapper {
    display: none;
  }
  .section_projects__swiper .swiper-pagination {
    top: 95px;
  }
  .section_projects__swiper .swiper-pagination .swiper-pagination-bullet,
  .section_projects__swiper .swiper-pagination .swiper-pagination-bullet-active {
    font-size: 36px;
  }
  .section_projects__swiper .swiper-pagination .swiper-pagination-bullet-active {
    font-size: 48px;
  }
}
.section_partners {
  overflow: hidden;
  padding: 20px 0;
}
.section_partners .comp_bg_arrow.my_up {
  display: none;
  top: 150px;
}
.section_partners .comp_bg_arrow.my_right {
  display: none;
  top: 80px;
}
.section_partners__wrapper {
  padding: 50px;
}
.section_partners__swiper {
  min-height: 130px;
}
.section_partners__swiper_image {
  max-height: 130px;
}
.section_partners__swiper .swiper-wrapper {
  align-items: center;
}
.section_partners__swiper .swiper-slide {
  text-align: center;
}
.section_partners__swiper_button_wrapper {
  position: relative;
  margin: 40px auto;
  width: 130px;
}
.section_partners__swiper_button_next, .section_partners__swiper_button_prev {
  position: absolute;
  top: 0;
}
.section_partners__swiper_button_next svg,
.section_partners__swiper_button_next img, .section_partners__swiper_button_prev svg,
.section_partners__swiper_button_prev img {
  width: 48px;
  fill: #eba801;
}
.section_partners__swiper_button_next.swiper-button-disabled svg,
.section_partners__swiper_button_next.swiper-button-disabled img, .section_partners__swiper_button_prev.swiper-button-disabled svg,
.section_partners__swiper_button_prev.swiper-button-disabled img {
  fill: #cccccc;
}
.section_partners__swiper_button_next.swiper-button-lock, .section_partners__swiper_button_prev.swiper-button-lock {
  display: block;
}
.section_partners__swiper_button_next {
  right: 0;
}
.section_partners__swiper_button_prev {
  right: 82px;
}

@media (min-width: 768px) {
  .section_partners {
    padding: 60px 0 30px 0;
  }
  .section_partners .comp_bg_arrow.my_up {
    display: block;
  }
  .section_partners__title {
    margin-left: 50px;
  }
}
@media (min-width: 1200px) {
  .section_partners .comp_bg_arrow.my_right {
    display: block;
  }
}
.section_join {
  overflow: hidden;
  margin: 0 0 50px 0;
}
.section_join .comp_bg_arrow.my_down {
  display: none;
}
.section_join__wrapper {
  padding: 0 0 50px 0;
}
.section_join__image_container {
  background: url(/_img/_templates/dolacz_f2a.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
.section_join__image_container2 {
  background: url(/_img/_templates/dolacz_f1a.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  z-index: 3;
  inset: 0;
}
.section_join__image_wrapper {
  position: relative;
  text-align: right;
  z-index: 10;
  margin-right: 75px;
}
.section_join__image_wrapper2 {
  position: absolute;
  inset: 0;
  z-index: 12;
}
.section_join__text_container {
  background: url(/_img/_templates/dolacz_f3.png) no-repeat center center;
  background-size: cover;
  padding: 30px 15px;
  margin: 0 -12px;
}
.section_join__content {
  font-size: 18px;
  font-weight: 500;
}
.section_join__button {
  padding-top: 25px;
  text-align: right;
}

@media (min-width: 576px) {
  .section_join__text_container {
    padding: 50px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .section_join {
    margin: 50px 0 110px 0;
  }
  .section_join__image_wrapper {
    margin-right: -230px;
  }
  .section_join__text_container {
    background: url(/_img/_templates/dolacz_f3.png) no-repeat center center;
    background-size: cover;
    margin-left: -24px;
    padding: 50px 50px 50px 280px;
    min-height: 515px;
  }
  .section_join__title {
    margin-left: 35px;
  }
  .section_join__content {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .section_join .comp_bg_arrow.my_down {
    display: block;
  }
  .section_join__wrapper {
    padding: 0 50px 50px 0;
  }
}
.page__gallery {
  margin: 40px 0;
  clear: both;
}
.page__gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page__gallery ul li {
  display: inline-block;
  margin: 15px;
}

.page__gallery_publications {
  margin: 40px 0;
  clear: both;
}
.page__gallery_publications .my_row {
  justify-content: space-evenly;
  align-items: center;
}
.page__gallery_publications .my_link {
  display: block;
  position: relative;
  max-width: 243px;
  max-height: 323px;
  margin: 25px auto;
}
.page__gallery_publications .my_image {
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 576px) {
  .page__gallery_publications .my_link {
    margin: 25px 0;
  }
}
.page__mansonry {
  margin: 40px 0;
  clear: both;
}
.page__mansonry .grid {
  display: block;
}
.page__mansonry .grid::after {
  content: "";
  display: block;
  clear: both;
}
.page__mansonry .grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__mansonry .grid-item {
  float: left;
  width: 200px;
  height: 150px;
  border: 10px solid white;
}
.page__mansonry .grid-item--width2 {
  width: 400px;
  height: 300px;
}
.page__mansonry .grid-item--height2 {
  width: 200px;
  height: 300px;
}
.page__mansonry .grid-item--width4 {
  width: 800px;
  height: 300px;
}
.page__mansonry .grid-item--height4 {
  width: 400px;
  height: 600px;
}
.page__mansonry .grid-item--full {
  width: 400px;
  height: 300px;
}

@media (min-width: 768px) {
  .page__mansonry .grid-item--full {
    width: 800px;
    height: 600px;
  }
}
.lista_1 li {
  margin-bottom: 5px;
}

.lista_2__row {
  margin-bottom: 5px;
}

.lista_14 .article-tile__link,
.lista_15 .article-tile__link,
.lista_16 .article-tile__link {
  color: #000000;
  text-decoration: none;
}
.lista_14 .article-tile__header,
.lista_15 .article-tile__header,
.lista_16 .article-tile__header {
  margin-bottom: 15px;
}
.lista_14 .article-tile__date,
.lista_15 .article-tile__date,
.lista_16 .article-tile__date {
  color: #999999;
}
.lista_14 .article-tile__title,
.lista_15 .article-tile__title,
.lista_16 .article-tile__title {
  font-size: 22px;
}
.lista_14 .article-tile__text,
.lista_15 .article-tile__text,
.lista_16 .article-tile__text {
  color: #333333;
}

.lista_20 .card-header {
  background-color: transparent;
}
.lista_20 .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.div_pagination {
  display: block;
  margin-bottom: 10px;
}

.pagination_menu {
  text-align: center;
}

.pagination_menu span,
.pagination_menu a {
  display: inline-block;
  padding: 3px;
  margin: 3px;
}

.pagination_menu span.active,
.pagination_menu a.active {
  text-decoration: underline !important;
}

/* tabela */
.div-table {
  display: table;
}

.div-table-row {
  display: table-row;
}

.div-table-col {
  display: table-cell;
  vertical-align: middle;
}

.career_tiles {
  overflow: hidden;
  margin-bottom: 50px;
}
.career_tiles__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
.career_tiles__item {
  position: relative;
  margin: 14px 18px;
}
.career_tiles__item::after {
  content: "";
  opacity: 0;
  position: absolute;
  background: black;
  z-index: 2;
  inset: 0;
  transition: opacity 1s;
}
.career_tiles__item:hover::after {
  opacity: 0.5;
}
.career_tiles__filter {
  position: absolute;
  inset: 0;
}
.career_tiles__title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  font-family: "Roboto";
  font-size: 24px;
  color: #ffffff;
  z-index: 10;
}

.header_image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 310px;
  background-color: #ededed;
}
.header_image__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header_image__title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 64px;
  font-weight: bold;
  text-transform: uppercase;
}

.breadcrumbs {
  list-style: none;
  margin: 25px 0;
  padding: 0;
}
.breadcrumbs__item:not(:last-child) ::after {
  content: "►";
  color: #cccccc;
  margin: 0 0.5rem;
}
.breadcrumbs__item {
  display: inline-block;
}
.breadcrumbs__link {
  font-size: 14px;
  color: #999999;
  text-decoration: none;
  text-transform: uppercase;
}

.section_text_image,
.section_image_text {
  margin-bottom: 50px;
}
.section_text_image__img,
.section_image_text__img {
  margin-bottom: 20px;
}
.section_text_image__swiper,
.section_image_text__swiper {
  margin-bottom: 100px;
}
.section_text_image__swiper_img,
.section_image_text__swiper_img {
  width: 100%;
}
.section_text_image__swiper_button_wrapper,
.section_image_text__swiper_button_wrapper {
  position: relative;
  margin: 40px 10px;
}
.section_text_image__swiper_button_next, .section_text_image__swiper_button_prev,
.section_image_text__swiper_button_next,
.section_image_text__swiper_button_prev {
  position: absolute;
  top: 0;
}
.section_text_image__swiper_button_next svg,
.section_text_image__swiper_button_next img, .section_text_image__swiper_button_prev svg,
.section_text_image__swiper_button_prev img,
.section_image_text__swiper_button_next svg,
.section_image_text__swiper_button_next img,
.section_image_text__swiper_button_prev svg,
.section_image_text__swiper_button_prev img {
  width: 48px;
  fill: #eba801;
}
.section_text_image__swiper_button_next.swiper-button-disabled svg,
.section_text_image__swiper_button_next.swiper-button-disabled img, .section_text_image__swiper_button_prev.swiper-button-disabled svg,
.section_text_image__swiper_button_prev.swiper-button-disabled img,
.section_image_text__swiper_button_next.swiper-button-disabled svg,
.section_image_text__swiper_button_next.swiper-button-disabled img,
.section_image_text__swiper_button_prev.swiper-button-disabled svg,
.section_image_text__swiper_button_prev.swiper-button-disabled img {
  fill: #cccccc;
}
.section_text_image__swiper_button_next,
.section_image_text__swiper_button_next {
  right: 0;
}
.section_text_image__swiper_button_prev,
.section_image_text__swiper_button_prev {
  right: 82px;
}

.page {
  padding: 0 10px;
}
.page__h2 {
  position: relative;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.page__h2::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 52px;
  border-bottom: 2px solid #eba801;
}
.page__h2_center {
  display: flex;
  justify-content: center;
}
.page__content {
  margin-bottom: 50px;
  max-width: 1200px;
}
.page__wladze_firmy .row > div {
  text-align: center;
}
.page__wladze_firmy .my_img {
  margin-bottom: 20px;
}
.page__wladze_firmy .my_title {
  font-weight: bold;
}
.page__historia_logotypu {
  position: relative;
  padding: 70px 0;
  margin-top: 50px;
}
.page__historia_logotypu .my_header {
  text-align: center;
}
.page__historia_logotypu .my_header .page__h2 {
  display: inline-block;
}
.page__historia_logotypu .my_row {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-end;
  padding: 0 70px;
  margin: 50px -70px;
}
.page__historia_logotypu .my_col_l {
  flex: 1 1 auto;
  width: 100%;
}
.page__historia_logotypu .my_col_r {
  flex: 1 1 auto;
  width: 100%;
}
.page__historia_logotypu .my_image {
  width: 100%;
}
.page .form-group {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .page__h2 {
    font-size: 32px;
    margin-bottom: 34px;
  }
  .page__historia_logotypu .my_row {
    flex-direction: row;
    gap: 0;
  }
  .page__historia_logotypu .my_col_l {
    flex: 1 1 auto;
    width: 41%;
  }
  .page__historia_logotypu .my_col_r {
    flex: 1 1 auto;
    width: 59%;
  }
  .page__historia_logotypu .my_col_r .page__h2 {
    margin-left: 45px;
  }
}
@media (min-width: 768px) {
  .page__h2 {
    font-size: 38px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .page__h2 {
    font-size: 48px;
    margin-bottom: 50px;
  }
}