@charset "UTF-8";
#aboutsec {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.6rem;
}

.photosp {
  position: absolute;
  top: 70px;
  right: 0;
  height: auto;
  width: auto;
  display: none;
  justify-content: end;
  flex-direction: column;
  gap: 20px;
}
.photosp .img1 {
  height: 150px;
  width: 85px;
  margin-left: 10px;
}
.photosp .img2 {
  height: 150px;
  width: 95px;
}

@media (min-width: 400px) {
  #aboutsec {
    font-size: 0.8rem;
  }
}
@media (min-width: 650px) {
  #aboutsec {
    font-size: 0.95rem;
    padding-right: 150px;
  }
  .photosp {
    display: flex;
  }
}
@media (min-width: 1000px) {
  #aboutsec {
    font-size: 1.05rem;
    padding-right: 200px;
  }
}
#gallerymain {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: space-between;
}
#gallerymain img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 430px) {
  #gallerymain {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: space-between;
  }
  #gallerymain img {
    width: 48%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 600px) {
  #gallerymain {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: space-between;
  }
  #gallerymain img {
    width: 32%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1020px) {
  #gallerymain {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: space-between;
  }
  #gallerymain img {
    width: 24%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.privacymain {
  height: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20vw;
  margin-top: 30px;
}

#banner_cnt {
  margin-top: 15px;
  height: 100px;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner_cnt h1 {
  font-size: 1.7rem;
  color: white;
  font-weight: 600;
}

#step1 {
  width: 100%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.vehicle_card {
  position: relative;
  height: 150px;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.vehicle_card img {
  margin-top: -40px;
  position: absolute;
  height: 90px;
  width: 90px;
  opacity: 0.4;
}
.vehicle_card h2 {
  margin-top: 20px;
  position: absolute;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  opacity: 0.6;
}
.vehicle_card button {
  height: 40px;
  width: 95%;
  border: none;
  border-radius: 10px;
  background-color: #02457A;
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin-top: 100px;
  bottom: 15px;
  position: absolute;
}

.hidden {
  display: none !important;
}

.vehicle_card1 {
  position: relative;
  height: 150px;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.vehicle_card1 img {
  margin-top: -50px;
  position: absolute;
  height: 70px;
  width: 70px;
  opacity: 0.4;
}
.vehicle_card1 h2 {
  margin-top: 20px;
  position: absolute;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  opacity: 0.6;
}
.vehicle_card1 button {
  height: 40px;
  width: 95%;
  border: none;
  border-radius: 10px;
  background-color: #02457A;
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin-top: 100px;
  position: absolute;
  bottom: 15px;
}

.descform {
  font-size: 0.5rem;
  opacity: 0.7;
  width: 95%;
}

#step2_osobowy {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  margin-top: 15px;
}

#step2_ciezarowy {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  margin-top: 15px;
}

.service_card {
  position: relative;
  height: 70px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.service_card h3 {
  font-size: 0.65rem;
}

.card_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  background-color: rgba(2, 68, 122, 0);
  position: absolute;
  bottom: 0px;
  left: 0;
}
.card_content p {
  font-size: 0.9rem;
  font-weight: 600;
}
.card_content button {
  height: 25px;
  width: 95px;
  background-color: #02457A;
  color: white;
  font-size: 0.8rem;
  border: none;
  font-weight: 500;
}

.formdesc {
  font-size: 0.5rem;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -5px;
}

#step3 {
  padding-left: 10px;
  padding-right: 10px;
}

form {
  border-radius: 5px;
  margin-top: 20px;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cfcfcf;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  gap: 10px;
}
form .form-group {
  display: flex;
  flex-direction: column;
}
form .form-group label {
  font-size: 0.8rem;
}
form .form-group input {
  height: 40px;
  width: 100%;
  border: none;
  background-color: #EFEFEF;
  color: #6a6a6a;
  padding-left: 5px;
  font-size: 0.8rem;
  padding-right: 5px;
}
form .form-group input::-moz-placeholder {
  color: #A0A0A0;
  font-weight: 500;
}
form .form-group input::placeholder {
  color: #A0A0A0;
  font-weight: 500;
}
form .form-group input:focus {
  outline: none;
  border: none;
}
form #description {
  background-color: #EFEFEF;
  border: none;
  height: 70px;
  font-size: 0.5rem;
  padding-bottom: 45px;
  padding: 5px;
}
form #description:focus {
  outline: none;
  border: none;
}
form button {
  height: 50px;
  width: 100%;
  font-weight: 500;
  color: #959595;
  background-color: #f5f5f5;
  border: 2px solid #959595;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
form .formp {
  color: #5d5d5d;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

@media (min-width: 562px) {
  #banner_cnt {
    height: 170px;
  }
  #step1 {
    flex-direction: row;
  }
  #step1 .vehicle_card, #step1 .vehicle_card1 {
    height: 250px;
  }
  #step1 .vehicle_card img, #step1 .vehicle_card1 img {
    height: 100px;
    width: 100px;
  }
  #step1 .vehicle_card h2, #step1 .vehicle_card1 h2 {
    font-size: 1.2rem;
    bottom: 70px;
  }
  .formdesc {
    font-size: 0.65rem;
  }
}
@media (min-width: 768px) {
  #banner_cnt {
    height: 200px;
  }
  #step1 {
    flex-direction: row;
  }
  #step1 .vehicle_card, #step1 .vehicle_card1 {
    height: 250px;
  }
  #step1 .vehicle_card img, #step1 .vehicle_card1 img {
    height: 160px;
    width: 160px;
    bottom: 80px;
  }
  #step1 .vehicle_card h2, #step1 .vehicle_card1 h2 {
    font-size: 1.4rem;
    bottom: 70px;
  }
}
@media (min-width: 1000px) {
  #step3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  #banner_cnt {
    height: 280px;
  }
  #banner_cnt h1 {
    font-size: 5rem;
  }
  .formdesc {
    font-size: 0.85rem;
  }
  form {
    flex-direction: row;
    flex-wrap: wrap;
  }
  form button {
    width: 32%;
  }
  .form-column {
    height: auto;
    width: 32%;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  #description {
    height: 40px !important;
    width: 203%;
  }
  .formp {
    width: 60%;
    font-size: 0.68rem !important;
  }
  .service_card h3 {
    font-size: 1rem !important;
  }
}
@media (min-width: 1234px) {
  #step3 {
    padding-left: 50px;
    padding-right: 50px;
  }
  form input {
    height: 55px !important;
    font-size: 1rem !important;
  }
  #description {
    height: 55px !important;
    font-size: 0.9rem !important;
  }
  .service_card h3 {
    font-size: 1rem !important;
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

button {
  transition: 0.3s !important;
}

button:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
  background-color: #f7f7f7 !important;
  color: #02457A !important;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
  min-width: 100%;
}

img {
  max-width: unset;
  height: unset;
  width: auto;
}

h1, h2, h3, p {
  margin: 0;
  padding: 0;
}

.card img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 15px auto 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
}

#mobile_nav {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
#mobile_nav .nav_logo {
  font-weight: 700;
  letter-spacing: 2px;
}

.nav_menu {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  z-index: 1002; /* Zapewnia, że ikona jest na wierzchu */
}

.menuimg {
  height: 23px;
  width: 23px;
  transition: transform 0.3s ease, filter 0.3s ease;
  z-index: 1002; /* Ustawienie wyższego z-index dla ikony */
}

#side_menu {
  position: fixed;
  top: 0;
  right: -220px; /* Menu jest początkowo poza ekranem */
  width: 220px;
  height: 100vh;
  background-color: #ffffff;
  transition: right 0.5s ease-out; /* Płynna animacja rozwijania menu */
  z-index: 1001; /* Menu ma niższy z-index niż ikona menu */
}
#side_menu img {
  height: 18px;
  width: 18px;
}
#side_menu .menu_content {
  margin-top: 70px;
  padding-left: 45px;
  font-weight: 500;
  letter-spacing: 1px;
  display: flex;
  flex-wrap: wrap;
  width: 200px;
  flex-direction: column;
}
#side_menu .menu_content .img1, #side_menu .menu_content .img2, #side_menu .menu_content .img3, #side_menu .menu_content .img4 {
  position: absolute;
  margin-left: -30px;
}
#side_menu .menu_content .img1 {
  margin-top: 1px;
}
#side_menu .menu_content .img2 {
  margin-top: 50px;
}
#side_menu .menu_content .img3 {
  margin-top: 97px;
}
#side_menu .menu_content .img4 {
  margin-top: 148px;
}
#side_menu .menu_content .menu_btn {
  width: 113%;
  height: 35px;
  background-color: #02457A;
  color: white;
  font-weight: 600;
  letter-spacing: 2px;
  border: none;
  margin-left: -30px;
}

#side_menu.open {
  right: 0; /* Menu się rozwija */
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Ciemne tło */
  z-index: 1000; /* Tło nad treścią, ale pod menu */
  opacity: 0; /* Ukrycie tła początkowo */
  transition: opacity 0.3s ease-out; /* Płynna zmiana przezroczystości */
  display: none;
}

#overlay.active {
  display: block; /* Włączenie tła, gdy menu jest otwarte */
  opacity: 1; /* Pokazanie tła */
}

#side_menu.close {
  transition: right 0.5s ease-in; /* Płynne zwijanie menu */
}

#overlay.close {
  transition: opacity 0.5s ease-in; /* Płynne znikanie tła */
  opacity: 0;
  display: none; /* Usuwanie tła po zamknięciu */
}

#banner {
  margin-top: 15px;
  height: 170px;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
#banner .left_banner {
  height: 100%;
  width: 55%;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  color: white;
  padding-top: 20px;
  padding-left: 10px;
}
#banner .left_banner .banner_header {
  font-size: 1rem;
}
#banner .left_banner .banner_header span {
  position: absolute;
  left: 10px;
  margin-top: 1.05rem;
}
#banner .left_banner .banner_content {
  margin-top: 1.05rem;
  font-size: 0.55rem;
  opacity: 0.8;
  width: 90%;
}
#banner .left_banner .banner_btn {
  font-size: 0.7rem;
  height: 30px;
  width: 85%;
  background-color: #ffffff;
  color: #02457A;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

#banner1 {
  margin-top: 15px;
  height: 170px;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
#banner1 .left_banner {
  height: 100%;
  width: 55%;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  color: white;
  padding-top: 20px;
  padding-left: 10px;
}
#banner1 .left_banner .banner_header {
  font-size: 1rem;
}
#banner1 .left_banner .banner_header span {
  position: absolute;
  left: 10px;
  margin-top: 1.05rem;
}
#banner1 .left_banner .banner_content {
  margin-top: 1.05rem;
  font-size: 0.55rem;
  opacity: 0.8;
  width: 90%;
}
#banner1 .left_banner .banner_btn {
  font-size: 0.7rem;
  height: 30px;
  width: 85%;
  background-color: #ffffff;
  color: #02457A;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

.body_header {
  margin-top: 20px;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.body_header p {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 0.85rem;
}
.body_header h2 {
  color: black;
  opacity: 5%;
  font-size: 1.1rem;
  position: absolute;
  margin-top: 15px;
  font-weight: 700;
}
.body_header button {
  background-color: #02457A;
  color: white;
  width: 100px;
  height: 30px;
  border: none;
  font-weight: 600;
  font-size: 0.6rem;
  letter-spacing: 1.5px;
}

.cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  padding: 10px;
}

.card {
  width: auto;
  height: 220px;
  background-color: #EFEFEF;
  border-radius: 8px;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
  border: none;
}
.card img {
  height: 70px;
  width: 70px;
  margin-top: 15px;
}
.card .pcard {
  font-weight: 700;
  font-size: 0.65rem;
  margin-top: 5px;
}
.card .cardp {
  font-size: 0.62rem;
  padding-left: 3px;
  padding-right: 3px;
}
.card button {
  background-color: #02457A;
  color: white;
  width: 97%;
  height: 28px;
  border: none;
  font-weight: 600;
  font-size: 0.6rem;
  letter-spacing: 1.5px;
  position: absolute;
  left: 1.5%;
  bottom: 5px;
  border-radius: 5px;
}

.banner_btn1 {
  font-size: 0.7rem;
  height: 30px;
  width: 85%;
  background-color: #ffffff;
  color: #02457A;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 20px;
  display: none;
}

#about {
  padding-left: 5px;
  padding-right: 5px;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: calc(100% - 20px);
  background-color: #EFEFEF;
  display: flex;
  flex-wrap: wrap;
}
#about img {
  height: auto;
  width: 50%;
  margin: 3px;
}
#about h3 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 10px;
  padding-left: 3px;
}
#about .half {
  width: 45%;
  align-self: flex-start;
  position: absolute;
  margin-left: 50%;
  margin-top: 40px;
  font-size: 0.8rem;
  opacity: 0.7;
}
#about .full {
  width: 100%;
  margin-top: 5px;
  padding: 0 5px;
  font-size: 0.85rem;
  padding-right: 3px;
}
#about .half_box, #about .half_box1 {
  width: calc(50% - 16px);
  background-color: #ffffff;
  height: 50px;
  margin-left: 11px;
  margin-top: 15px;
  padding-left: 8px;
  padding-top: 5px;
}
#about .half_box1 {
  display: none;
}
#about .full_box {
  padding-left: 8px;
  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  width: calc(100% - 20px);
  background-color: #ffffff;
  height: 50px;
}
#about .number_box {
  color: #02457A;
  font-size: 1.2rem;
  font-weight: 700;
}
#about .desc_box {
  color: #02457A;
  font-size: 1rem;
  letter-spacing: 0.7px;
  font-weight: 500;
  margin-top: -8px;
}
#about .btn_box {
  height: 50px;
  width: calc(100% - 20px);
  background-color: #02457A;
  color: white;
  font-weight: 600;
  border: none;
  margin-left: 10px;
  letter-spacing: 1px;
  letter-spacing: 1.5px;
}

.accordion-button {
  font-weight: 600;
  font-size: 0.9rem;
}

.accordion-body {
  font-size: 0.85rem;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: inherit;
  box-shadow: none;
}

.custom-accordion .accordion-button:focus {
  border-color: inherit;
  box-shadow: none;
  outline: none;
}

.przebieg_wrap {
  padding-bottom: 1px;
  padding-top: 10px;
  height: auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.przebieg_wrap .przebieg_card {
  margin-top: 3px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  width: 100%;
}
.przebieg_wrap .przebieg_card .przebieg_h {
  color: #5B5B5B;
  font-weight: 600;
  font-size: 1rem;
}
.przebieg_wrap .przebieg_card .przebieg_h span {
  font-size: 1.4rem;
  font-weight: 700;
  padding-right: 5px;
}
.przebieg_wrap .przebieg_card .przebieg_p {
  color: #777777;
  font-size: 0.9rem;
}

.kontakt_wrap {
  padding-bottom: 1px;
  flex-wrap: wrap;
  padding-top: 10px;
  height: auto;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
}
.kontakt_wrap .contact_half {
  flex-direction: column;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #02457A;
  color: white;
  width: calc(50% - 5px);
  border-radius: 10px;
}
.kontakt_wrap .contact_half img {
  height: 35px;
  width: 35px;
  margin-top: 5px;
}
.kontakt_wrap .contact_half h4 {
  margin-top: 5px;
  font-size: 1rem;
}
.kontakt_wrap .contact_half p {
  font-size: 0.9rem;
}
.kontakt_wrap .contact_full {
  flex-direction: column;
  margin-top: 5px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #02457A;
  color: white;
  width: 100%;
  border-radius: 10px;
}
.kontakt_wrap .contact_full h4 {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  font-size: 1.1rem;
}
.kontakt_wrap .contact_full h4 img {
  height: 13px;
  width: 13px;
  margin-top: 4px;
  margin-right: 5px;
}
.kontakt_wrap .contact_full p {
  font-size: 0.85rem;
}

.footer_wrap {
  bottom: 0;
  height: auto;
  width: 100%;
  background-color: #EFEFEF;
  color: black;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
}
.footer_wrap h5 {
  font-weight: 700;
}
.footer_wrap .hdesc {
  width: 70%;
  color: rgb(115, 115, 115);
  font-size: 0.7rem;
  letter-spacing: 1px;
  margin-top: -5px;
}
.footer_wrap h6 {
  margin-top: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
.footer_wrap .hel {
  font-size: 0.8rem;
}

.footfoot {
  bottom: 0;
  height: 50px;
  width: 100%;
  background-color: #02457A;
  color: rgb(255, 255, 255);
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
}
.footfoot h6 {
  font-size: 0.5rem;
}

#banner1 {
  display: none !important;
}

@media (max-width: 326px) {
  .banner_btn {
    margin-top: -10px !important;
  }
}
@media (max-width: 341px) {
  .desc_box {
    font-size: 0.8rem !important;
  }
}
@media (max-width: 350px) {
  .card {
    height: 240px;
  }
  .card button {
    margin-top: 25px;
  }
}
@media (min-width: 327px) and (max-width: 361px) {
  .banner_btn {
    margin-top: 8px !important;
  }
}
@media (min-width: 418px) {
  .pcard {
    font-size: 0.8rem !important;
  }
  .cardp {
    font-size: 0.7rem !important;
  }
  .card button {
    margin-top: 10px;
  }
}
@media (min-width: 450px) {
  #banner {
    display: none;
  }
  #banner1 {
    display: flex !important;
  }
  #banner1 .left_banner {
    width: 50%;
  }
  #banner1 .banner_btn {
    margin-top: 10px !important;
  }
  .body_header p {
    font-size: 1.1rem;
  }
  .body_header h2 {
    font-size: 1.4rem;
    font-weight: 700;
  }
}
@media (min-width: 500px) {
  .card .cardp {
    font-size: 0.75rem !important;
  }
  .card button {
    height: 35px;
    font-size: 0.8rem;
    margin-top: 15px;
  }
  #about h3 {
    font-size: 1.4rem !important;
  }
  #about .half {
    font-size: 1rem;
  }
  #about .full {
    font-size: 1rem;
  }
  .przebieg_wrap {
    padding-bottom: 1px;
    padding-top: 10px;
    height: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
  }
  .przebieg_wrap .przebieg_card {
    margin-top: 3px;
    height: auto;
    padding: 10px;
    border: 1px solid #B1B1B1;
    border-radius: 5px;
    width: calc(50% - 10px);
  }
  .przebieg_wrap .przebieg_card .przebieg_h {
    color: #5B5B5B;
    font-weight: 600;
    font-size: 1rem;
  }
  .przebieg_wrap .przebieg_card .przebieg_h span {
    font-size: 1.4rem;
    font-weight: 700;
    padding-right: 5px;
  }
  .przebieg_wrap .przebieg_card .przebieg_p {
    color: #777777;
    font-size: 0.9rem;
  }
  .footfoot h6 {
    font-size: 0.75rem !important;
  }
  .footer_wrap {
    height: auto;
    width: 100%;
    background-color: #EFEFEF;
    color: black;
    padding: 20px 10px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer_wrap .footer_left,
  .footer_wrap .footer_right {
    width: 48%;
    display: flex;
    flex-direction: column;
  }
  .footer_wrap h5 {
    font-weight: 700;
  }
  .footer_wrap .hdesc {
    width: 70%;
    color: rgb(115, 115, 115);
    font-size: 0.7rem;
    letter-spacing: 1px;
    margin-top: -5px;
  }
  .footer_wrap h6 {
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .footer_wrap .hel {
    font-size: 0.8rem;
  }
}
@media (min-width: 521px) {
  .left_banner h1 {
    font-size: 1.25rem !important;
  }
  .left_banner h1 span {
    margin-top: 22px !important;
  }
  .left_banner p {
    font-size: 0.65rem !important;
  }
}
@media (min-width: 613px) {
  #banner1 {
    height: 190px;
  }
  .left_banner h1 {
    font-size: 1.35rem !important;
  }
  .left_banner h1 span {
    margin-top: 22px !important;
  }
  .left_banner p {
    margin-top: 20px !important;
    font-size: 0.75rem !important;
  }
  .left_banner .banner_btn {
    margin-top: 0px !important;
  }
}
@media (min-width: 613px) {
  #banner1 {
    height: 215px;
  }
  .left_banner h1 {
    font-size: 1.55rem !important;
  }
  .left_banner h1 span {
    margin-top: 25px !important;
  }
  .left_banner p {
    margin-top: 25px !important;
    font-size: 0.85rem !important;
  }
  .left_banner .banner_btn {
    display: none;
  }
  .left_banner .banner_btn1 {
    display: block;
    margin-top: 20px !important;
  }
}
@media (min-width: 728px) {
  #banner1 {
    height: 225px;
  }
  .left_banner h1 {
    font-size: 1.65rem !important;
  }
  .left_banner h1 span {
    margin-top: 25px !important;
  }
  .left_banner p {
    margin-top: 25px !important;
    font-size: 0.95rem !important;
  }
  .left_banner .banner_btn {
    display: none;
  }
  .left_banner .banner_btn1 {
    font-size: 0.9rem !important;
    height: 40px !important;
    display: block;
    margin-top: 20px !important;
  }
  .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    padding: 10px;
    width: 100%;
    max-width: 100%;
  }
  .card {
    height: 260px;
  }
  .card button {
    height: 30px;
    margin-top: 25px;
  }
}
@media (min-width: 886px) {
  #banner1 {
    height: 265px;
  }
  .left_banner h1 {
    font-size: 1.85rem !important;
  }
  .left_banner h1 span {
    margin-top: 30px !important;
  }
  .left_banner p {
    margin-top: 35px !important;
    font-size: 1.05rem !important;
  }
  .left_banner .banner_btn {
    display: none;
  }
  .left_banner .banner_btn1 {
    font-size: 0.9rem !important;
    height: 40px !important;
    display: block;
    margin-top: 35px !important;
  }
  .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    padding: 10px;
    width: 100%;
    max-width: 100%;
  }
  .card {
    height: 260px;
  }
  .card button {
    height: 33px;
    margin-top: 38px;
  }
  #about {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    width: calc(100% - 20px);
    background-color: #EFEFEF;
    display: flex;
    flex-wrap: wrap;
  }
  #about img {
    height: auto;
    width: 25%;
    margin: 3px;
  }
  #about h3 {
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 10px;
    padding-left: 3px;
  }
  #about .half {
    width: 45%;
    align-self: flex-start;
    position: absolute;
    margin-left: 50%;
    margin-top: 40px;
    font-size: 0.8rem;
    opacity: 0.7;
    display: none;
  }
  #about .full {
    align-self: flex-start;
    position: absolute;
    margin-left: 25%;
    margin-top: 40px;
    width: 75%;
    font-size: 0.85rem;
    padding-right: 63px;
  }
  #about .half_box {
    width: calc(50% - 16px);
    background-color: #ffffff;
    height: 50px;
    margin-left: 11px;
    margin-top: 15px;
    padding-left: 8px;
    padding-top: 5px;
  }
  #about .half_box1 {
    opacity: 0;
    display: block;
  }
  #about .full_box {
    padding-left: 8px;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: calc(100% - 20px);
    background-color: #ffffff;
    height: 50px;
  }
  #about .number_box {
    color: #02457A;
    font-size: 1.2rem;
    font-weight: 700;
  }
  #about .desc_box {
    color: #02457A;
    font-size: 1rem;
    letter-spacing: 0.7px;
    font-weight: 500;
    margin-top: -8px;
  }
  #about .btn_box {
    height: 50px;
    width: calc(100% - 20px);
    background-color: #02457A;
    color: white;
    font-weight: 600;
    border: none;
    margin-left: 10px;
    letter-spacing: 1px;
    letter-spacing: 1.5px;
  }
  .kontakt_wrap {
    flex-direction: column;
    padding-bottom: 1px;
    flex-wrap: wrap;
    padding-top: 10px;
    height: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: flex-start;
  }
  .kontakt_wrap .contact_half {
    margin-top: 5px;
    flex-direction: column;
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #02457A;
    color: white;
    width: calc(50% - 5px);
    border-radius: 10px;
  }
  .kontakt_wrap .contact_half img {
    height: 35px;
    width: 35px;
    margin-top: 5px;
  }
  .kontakt_wrap .contact_half h4 {
    margin-top: 5px;
    font-size: 1rem;
  }
  .kontakt_wrap .contact_half p {
    font-size: 0.9rem;
  }
  .kontakt_wrap .contact_full {
    flex-direction: column;
    margin-top: 5px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #02457A;
    color: white;
    width: calc(50% - 5px);
    border-radius: 10px;
  }
  .kontakt_wrap .contact_full h4 {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    font-size: 1.1rem;
  }
  .kontakt_wrap .contact_full h4 img {
    height: 13px;
    width: 13px;
    margin-top: 4px;
    margin-right: 5px;
  }
  .kontakt_wrap .contact_full p {
    font-size: 0.85rem;
  }
  .map_box {
    position: absolute;
    width: calc(50% - 10px);
    height: 400px;
    margin-top: -360px;
    margin-left: 50%;
  }
  .footer_wrap {
    margin-top: 50px;
  }
}
#desktop_nav {
  height: 40px;
  width: 100%;
  display: none;
  align-items: center;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
#desktop_nav .nav_logo {
  font-weight: 700;
  letter-spacing: 2px;
}

@media (min-width: 977px) {
  #mobile_nav {
    display: none !important;
  }
  #desktop_nav {
    display: flex !important;
  }
  .nav_el, .nav_el1 {
    padding-top: 12px;
    height: 100%;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 600;
    font-size: 0.85rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav_el1 {
    color: #000000;
    margin-left: 35%;
  }
  .nav_btn {
    height: 30px;
    width: 110px;
    background-color: #02457A;
    color: white;
    font-weight: 600;
    font-size: 0.8rem;
    border: none;
    margin-top: 10px;
    position: absolute;
    right: 10px;
  }
  #banner1 {
    height: 285px;
  }
  .left_banner h1 {
    font-size: 2.05rem !important;
  }
  .left_banner h1 span {
    margin-top: 35px !important;
  }
  .left_banner p {
    margin-top: 40px !important;
    font-size: 1.15rem !important;
  }
  .left_banner .banner_btn {
    display: none;
  }
  .left_banner .banner_btn1 {
    font-size: 1rem !important;
    height: 40px !important;
    display: block;
    margin-top: 38px !important;
  }
  .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 10px;
    width: 100%;
    max-width: 100%;
  }
  .card {
    height: 260px;
  }
  .card button {
    height: 33px;
    margin-top: 38px;
  }
  #about {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    width: calc(100% - 20px);
    background-color: #EFEFEF;
    display: flex;
    flex-wrap: wrap;
  }
  #about img {
    height: auto;
    width: 25%;
    margin: 3px;
  }
  #about h3 {
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 10px;
    padding-left: 3px;
  }
  #about .half {
    width: 45%;
    align-self: flex-start;
    position: absolute;
    margin-left: 50%;
    margin-top: 40px;
    font-size: 0.8rem;
    opacity: 0.7;
    display: none;
  }
  #about .full {
    align-self: flex-start;
    position: absolute;
    margin-left: 25%;
    margin-top: 40px;
    width: 75%;
    font-size: 0.9rem;
    padding-right: 63px;
  }
  #about .half_box {
    width: calc(50% - 16px);
    background-color: #ffffff;
    height: 50px;
    margin-left: 11px;
    margin-top: 15px;
    padding-left: 8px;
    padding-top: 5px;
  }
  #about .half_box1 {
    opacity: 0;
    display: block;
  }
  #about .full_box {
    padding-left: 8px;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: calc(100% - 20px);
    background-color: #ffffff;
    height: 50px;
  }
  #about .number_box {
    color: #02457A;
    font-size: 1.2rem;
    font-weight: 700;
  }
  #about .desc_box {
    color: #02457A;
    font-size: 1rem;
    letter-spacing: 0.7px;
    font-weight: 500;
    margin-top: -8px;
  }
  #about .btn_box {
    height: 50px;
    width: calc(100% - 20px);
    background-color: #02457A;
    color: white;
    font-weight: 600;
    border: none;
    margin-left: 10px;
    letter-spacing: 1px;
    letter-spacing: 1.5px;
  }
  .kontakt_wrap {
    flex-direction: column;
    padding-bottom: 1px;
    flex-wrap: wrap;
    padding-top: 10px;
    height: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: flex-start;
  }
  .kontakt_wrap .contact_half {
    margin-top: 5px;
    flex-direction: column;
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #02457A;
    color: white;
    width: calc(40% - 5px);
    border-radius: 10px;
  }
  .kontakt_wrap .contact_half img {
    height: 35px;
    width: 35px;
    margin-top: 5px;
  }
  .kontakt_wrap .contact_half h4 {
    margin-top: 5px;
    font-size: 1rem;
  }
  .kontakt_wrap .contact_half p {
    font-size: 0.9rem;
  }
  .kontakt_wrap .contact_full {
    flex-direction: column;
    margin-top: 5px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #02457A;
    color: white;
    width: calc(40% - 5px);
    border-radius: 10px;
  }
  .kontakt_wrap .contact_full h4 {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    font-size: 1.1rem;
  }
  .kontakt_wrap .contact_full h4 img {
    height: 13px;
    width: 13px;
    margin-top: 4px;
    margin-right: 5px;
  }
  .kontakt_wrap .contact_full p {
    font-size: 0.85rem;
  }
  .map_box {
    position: absolute;
    width: calc(55% - 10px);
    height: 400px;
    margin-top: -360px;
    margin-left: 45%;
  }
  .footer_wrap {
    margin-top: 50px;
  }
  .footer_wrap {
    margin-top: 50px;
  }
}
@media (min-width: 1067px) {
  #mobile_nav {
    display: none !important;
  }
  #desktop_nav {
    display: flex !important;
  }
  .nav_el, .nav_el1 {
    padding-top: 12px;
    height: 100%;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 600;
    font-size: 0.85rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav_el1 {
    color: #000000;
    margin-left: 35%;
  }
  .nav_btn {
    height: 30px;
    width: 110px;
    background-color: #02457A;
    color: white;
    font-weight: 600;
    font-size: 0.8rem;
    border: none;
    margin-top: 10px;
    position: absolute;
    right: 10px;
  }
  #banner1 {
    height: 380px;
    padding-bottom: 50px;
  }
  .left_banner h1 {
    font-size: 2.75rem !important;
  }
  .left_banner h1 span {
    margin-top: 42px !important;
  }
  .left_banner p {
    margin-top: 45px !important;
    font-size: 1.45rem !important;
  }
  .left_banner .banner_btn {
    display: none;
  }
  .left_banner .banner_btn1 {
    font-size: 1.3rem !important;
    height: 50px !important;
    display: block;
    margin-top: 38px !important;
  }
  .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    padding: 10px;
    width: 100%;
    max-width: 100%;
  }
  .card {
    height: 280px;
  }
  .card button {
    height: 33px;
    margin-top: 17px;
  }
  .card .cardp {
    font-size: 0.9rem !important;
  }
  .card .pcard {
    font-size: 0.96rem !important;
  }
  #about {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    width: calc(100% - 20px);
    background-color: #EFEFEF;
    display: flex;
    flex-wrap: wrap;
  }
  #about img {
    height: auto;
    width: 25%;
    margin: 3px;
  }
  #about h3 {
    font-weight: 600;
    font-size: 1.4rem !important;
    margin-top: 13px;
    padding-left: 3px;
  }
  #about .half {
    width: 30%;
    align-self: flex-start;
    position: absolute;
    margin-left: 50%;
    margin-top: 40px;
    font-size: 0.8rem;
    opacity: 0.7;
    display: none;
  }
  #about .full {
    align-self: flex-start;
    position: absolute;
    margin-left: 25%;
    margin-top: 60px;
    width: 75%;
    font-size: 0.92rem;
    padding-right: 63px;
  }
  #about .half_box {
    width: calc(22.5% - 16px);
    background-color: #ffffff;
    height: 50px;
    margin-left: 26%;
    margin-top: -54px;
    padding-left: 8px;
    padding-top: 5px;
  }
  #about .sisi {
    margin-left: 5px !important;
  }
  #about .half_box1 {
    opacity: 0;
    display: block;
  }
  #about .full_box {
    padding-left: 8px;
    padding-top: 5px;
    margin-top: -54px;
    margin-bottom: 10px;
    margin-left: 69%;
    width: calc(31% - 8px);
    background-color: #ffffff;
    height: 50px;
  }
  #about .number_box {
    color: #02457A;
    font-size: 1.2rem;
    font-weight: 700;
  }
  #about .desc_box {
    color: #02457A;
    font-size: 1rem;
    letter-spacing: 0.7px;
    font-weight: 500;
    margin-top: -8px;
  }
  #about .btn_box {
    height: 35px;
    width: 180px;
    background-color: #02457A;
    color: white;
    font-weight: 600;
    border: none;
    right: 15px;
    margin-top: 6px;
    letter-spacing: 1px;
    letter-spacing: 1.5px;
    position: absolute;
    font-size: 0.85rem !important;
  }
  .kontakt_wrap {
    flex-direction: column;
    padding-bottom: 1px;
    flex-wrap: wrap;
    padding-top: 10px;
    height: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: flex-start;
  }
  .kontakt_wrap .contact_half {
    margin-top: 5px;
    flex-direction: column;
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #02457A;
    color: white;
    width: calc(40% - 5px);
    border-radius: 10px;
  }
  .kontakt_wrap .contact_half img {
    height: 35px;
    width: 35px;
    margin-top: 5px;
  }
  .kontakt_wrap .contact_half h4 {
    margin-top: 5px;
    font-size: 1rem;
  }
  .kontakt_wrap .contact_half p {
    font-size: 0.9rem;
  }
  .kontakt_wrap .contact_full {
    flex-direction: column;
    margin-top: 5px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #02457A;
    color: white;
    width: calc(40% - 5px);
    border-radius: 10px;
  }
  .kontakt_wrap .contact_full h4 {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    font-size: 1.1rem;
  }
  .kontakt_wrap .contact_full h4 img {
    height: 13px;
    width: 13px;
    margin-top: 4px;
    margin-right: 5px;
  }
  .kontakt_wrap .contact_full p {
    font-size: 0.85rem;
  }
  .map_box {
    position: absolute;
    width: calc(55% - 10px);
    height: 400px;
    margin-top: -360px;
    margin-left: 45%;
  }
  .footer_wrap {
    margin-top: 50px;
  }
}
@media (min-width: 1290px) {
  #mobile_nav {
    display: none !important;
  }
  #desktop_nav {
    padding-left: 20px;
    display: flex !important;
  }
  .nav_el, .nav_el1 {
    padding-top: 12px;
    height: 100%;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 600;
    font-size: 0.85rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav_el1 {
    color: #000000;
    margin-left: 45%;
  }
  .nav_btn {
    height: 30px;
    width: 110px;
    background-color: #02457A;
    color: white;
    font-weight: 600;
    font-size: 0.8rem;
    border: none;
    margin-top: 10px;
    position: absolute;
    right: 10px;
  }
  #banner1 {
    height: 420px;
    padding-bottom: 50px;
  }
  .left_banner h1 {
    font-size: 2.95rem !important;
  }
  .left_banner h1 span {
    margin-top: 42px !important;
  }
  .left_banner p {
    margin-top: 45px !important;
    font-size: 1.65rem !important;
  }
  .left_banner .banner_btn {
    display: none;
  }
  .left_banner .banner_btn1 {
    font-size: 1.3rem !important;
    height: 50px !important;
    display: block;
    margin-top: 68px !important;
  }
  .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 70px;
    padding: 10px;
    width: 100%;
    max-width: 100%;
  }
  .card {
    height: 330px;
  }
  .card button {
    height: 38px;
    margin-top: 40px;
  }
  .card .cardp {
    font-size: 1.15rem !important;
  }
  .card .pcard {
    font-size: 1.1rem !important;
  }
  #about {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    width: calc(100% - 20px);
    background-color: #EFEFEF;
    display: flex;
    flex-wrap: wrap;
  }
  #about img {
    height: auto;
    width: 25%;
    margin: 3px;
  }
  #about h3 {
    font-weight: 600;
    font-size: 1.4rem !important;
    margin-top: 13px;
    padding-left: 3px;
  }
  #about .half {
    width: 30%;
    align-self: flex-start;
    position: absolute;
    margin-left: 50%;
    margin-top: 40px;
    font-size: 0.8rem;
    opacity: 0.7;
    display: none;
  }
  #about .full {
    align-self: flex-start;
    position: absolute;
    margin-left: 25%;
    margin-top: 60px;
    width: 75%;
    font-size: 1.1rem;
    padding-right: 63px;
  }
  #about .half_box {
    width: calc(22.5% - 16px);
    background-color: #ffffff;
    height: 50px;
    margin-left: 26%;
    margin-top: -54px;
    padding-left: 8px;
    padding-top: 5px;
  }
  #about .sisi {
    margin-left: 5px !important;
  }
  #about .half_box1 {
    opacity: 0;
    display: block;
  }
  #about .full_box {
    padding-left: 8px;
    padding-top: 5px;
    margin-top: -54px;
    margin-bottom: 10px;
    margin-left: 5px !important;
    width: calc(30% - 8px) !important;
    background-color: #ffffff;
    height: 50px;
  }
  #about .number_box {
    color: #02457A;
    font-size: 1.2rem;
    font-weight: 700;
  }
  #about .desc_box {
    color: #02457A;
    font-size: 1rem;
    letter-spacing: 0.7px;
    font-weight: 500;
    margin-top: -8px;
  }
  #about .btn_box {
    height: 35px;
    width: 180px;
    background-color: #02457A;
    color: white;
    font-weight: 600;
    border: none;
    right: 15px;
    margin-top: 6px;
    letter-spacing: 1px;
    letter-spacing: 1.5px;
    position: absolute;
    font-size: 0.85rem !important;
  }
  .kontakt_wrap {
    flex-direction: column;
    padding-bottom: 1px;
    flex-wrap: wrap;
    padding-top: 10px;
    height: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: flex-start;
  }
  .kontakt_wrap .contact_half {
    margin-top: 5px;
    flex-direction: column;
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #02457A;
    color: white;
    width: calc(40% - 5px);
    border-radius: 10px;
  }
  .kontakt_wrap .contact_half img {
    height: 35px;
    width: 35px;
    margin-top: 5px;
  }
  .kontakt_wrap .contact_half h4 {
    margin-top: 5px;
    font-size: 1rem;
  }
  .kontakt_wrap .contact_half p {
    font-size: 0.9rem;
  }
  .kontakt_wrap .contact_full {
    flex-direction: column;
    margin-top: 5px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #02457A;
    color: white;
    width: calc(40% - 5px);
    border-radius: 10px;
  }
  .kontakt_wrap .contact_full h4 {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    font-size: 1.1rem;
  }
  .kontakt_wrap .contact_full h4 img {
    height: 13px;
    width: 13px;
    margin-top: 4px;
    margin-right: 5px;
  }
  .kontakt_wrap .contact_full p {
    font-size: 0.85rem;
  }
  .map_box {
    position: absolute;
    width: calc(55% - 10px);
    height: 400px;
    margin-top: -360px;
    margin-left: 45%;
  }
  .footer_wrap {
    margin-top: 50px;
  }
}
@media (min-width: 1420px) {
  #mobile_nav {
    display: none !important;
  }
  #desktop_nav {
    display: flex !important;
  }
  .nav_el, .nav_el1 {
    padding-top: 12px;
    height: 100%;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 600;
    font-size: 0.85rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav_el1 {
    color: #000000;
    margin-left: 45%;
  }
  .nav_btn {
    height: 30px;
    width: 110px;
    background-color: #02457A;
    color: white;
    font-weight: 600;
    font-size: 0.8rem;
    border: none;
    margin-top: 10px;
    position: absolute;
    right: 10px;
  }
  #banner1 {
    height: 470px;
    padding-bottom: 50px;
  }
  .left_banner h1 {
    padding-left: 10px;
    font-size: 3.55rem !important;
  }
  .left_banner h1 span {
    padding-left: 10px;
    margin-top: 46px !important;
  }
  .left_banner p {
    padding-left: 10px;
    margin-top: 45px !important;
    font-size: 1.65rem !important;
  }
  .left_banner .banner_btn {
    padding-left: 10px;
    display: none;
  }
  .left_banner .banner_btn1 {
    font-size: 1.45rem !important;
    height: 60px !important;
    display: block;
    margin-top: 108px !important;
  }
  .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 70px;
    padding: 10px;
    width: 100%;
    max-width: 100%;
  }
  .card {
    height: 330px;
  }
  .card button {
    height: 38px;
    margin-top: 25px;
  }
  .card .cardp {
    font-size: 1.2rem !important;
  }
  .card .pcard {
    font-size: 1.05rem !important;
  }
  #about {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    width: calc(100% - 20px);
    background-color: #EFEFEF;
    display: flex;
    flex-wrap: wrap;
  }
  #about img {
    height: auto;
    width: 25%;
    margin: 3px;
  }
  #about h3 {
    font-weight: 600;
    font-size: 1.4rem !important;
    margin-top: 13px;
    padding-left: 3px;
  }
  #about .half {
    width: 30%;
    align-self: flex-start;
    position: absolute;
    margin-left: 50%;
    margin-top: 40px;
    font-size: 0.8rem;
    opacity: 0.7;
    display: none;
  }
  #about .full {
    align-self: flex-start;
    position: absolute;
    margin-left: 25%;
    margin-top: 60px;
    width: 75%;
    font-size: 1.3rem;
    padding-right: 63px;
  }
  #about .half_box {
    width: calc(22.5% - 16px);
    background-color: #ffffff;
    height: 50px;
    margin-left: 26%;
    margin-top: -54px;
    padding-left: 8px;
    padding-top: 5px;
  }
  #about .sisi {
    margin-left: 5px !important;
  }
  #about .half_box1 {
    opacity: 0;
    display: block;
  }
  #about .full_box {
    padding-left: 8px;
    padding-top: 5px;
    margin-top: -54px;
    margin-bottom: 10px;
    margin-left: 69%;
    width: calc(31% - 8px);
    background-color: #ffffff;
    height: 50px;
  }
  #about .number_box {
    color: #02457A;
    font-size: 1.2rem;
    font-weight: 700;
  }
  #about .desc_box {
    color: #02457A;
    font-size: 1rem;
    letter-spacing: 0.7px;
    font-weight: 500;
    margin-top: -8px;
  }
  #about .btn_box {
    height: 35px;
    width: 180px;
    background-color: #02457A;
    color: white;
    font-weight: 600;
    border: none;
    right: 15px;
    margin-top: 6px;
    letter-spacing: 1px;
    letter-spacing: 1.5px;
    position: absolute;
    font-size: 0.85rem !important;
  }
  .kontakt_wrap {
    flex-direction: column;
    padding-bottom: 1px;
    flex-wrap: wrap;
    padding-top: 10px;
    height: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: flex-start;
  }
  .kontakt_wrap .contact_half {
    margin-top: 5px;
    flex-direction: column;
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #02457A;
    color: white;
    width: calc(40% - 5px);
    border-radius: 10px;
  }
  .kontakt_wrap .contact_half img {
    height: 35px;
    width: 35px;
    margin-top: 5px;
  }
  .kontakt_wrap .contact_half h4 {
    margin-top: 5px;
    font-size: 1rem;
  }
  .kontakt_wrap .contact_half p {
    font-size: 0.9rem;
  }
  .kontakt_wrap .contact_full {
    flex-direction: column;
    margin-top: 5px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #02457A;
    color: white;
    width: calc(40% - 5px);
    border-radius: 10px;
  }
  .kontakt_wrap .contact_full h4 {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    font-size: 1.1rem;
  }
  .kontakt_wrap .contact_full h4 img {
    height: 13px;
    width: 13px;
    margin-top: 4px;
    margin-right: 5px;
  }
  .kontakt_wrap .contact_full p {
    font-size: 0.85rem;
  }
  .map_box {
    position: absolute;
    width: calc(55% - 10px);
    height: 400px;
    margin-top: -360px;
    margin-left: 45%;
  }
  .footer_wrap {
    margin-top: 50px;
  }
}
