@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.docs {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.header {
  background-image: url(../img/tło.jpg);
  background-size: cover;
  width: 100vw;
  height: 150px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.header .strap {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}
.header .strap .phone {
  color: white;
}
.header .strap .phone span {
  margin-left: 10px;
}
.header .strap .socials a {
  color: white;
  margin-left: 10px;
}
.header .btn {
  color: white;
  border: 0.1px solid white;
  text-transform: uppercase;
  margin-top: -10px;
  margin-bottom: 30px;
  margin-left: 50%;
  transform: translate(-50%);
}
.header .navig {
  height: 100px;
  position: relative;
  top: 10px;
  left: 0;
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(1, 1, 1, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.header .navig .logo img {
  width: 12rem;
  margin-right: 50px;
}
.header .navig .logo1 img {
  width: 8rem;
}
.header .navig .menu a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 2rem;
}
.header .navig .burger {
  position: absolute;
  margin-top: 100px;
  color: white;
  font-size: 2.5rem;
  display: none;
}

@media (max-width: 840px) {
  .header {
    width: 100vw;
  }
  .header .navig {
    height: 150px;
  }
  .header .navig .logo img {
    margin-left: 5px;
    margin-right: 0;
  }
  .header .navig .logo1 {
    margin-left: -10px;
  }
  .header .navig .burger {
    margin-top: 70px;
    display: block;
    cursor: pointer;
  }
  .header .navig .menu {
    position: absolute;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: -2rem;
    margin-top: 330px;
    background-color: white;
    width: 100%;
  }
  .header .navig .menu a {
    justify-content: center;
    align-items: center;
    color: #002D5F;
    font-weight: bold;
    line-height: 30px;
  }
  .header .menu.active {
    display: flex;
  }
}
.oferta h1 {
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
}
.oferta h2 {
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
}

main .strap3 img {
  width: 100vw;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
main h2 {
  margin-top: -55px;
  text-align: center;
  text-transform: uppercase;
  color: white;
}
main p {
  margin-top: 30px;
  text-align: center;
}
main table {
  margin-left: 50%;
  transform: translate(-50%);
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
  width: 80%;
}
main table td {
  border: 1px solid black;
  padding: 10px;
}
main table th {
  border: 1px solid black;
  padding: 10px;
}
main table .back1 {
  background-color: rgba(0, 45, 95, 0.5);
  color: white;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
main .btn {
  margin-top: 20px;
  text-transform: uppercase;
  border: 1px solid black;
  margin-left: 50%;
  transform: translate(-50%);
  margin-bottom: 20px;
}
main .btn-mydr-pp {
  width: 145px;
  height: 60px;
  margin-top: 20px;
  margin-left: 50%;
  transform: translate(-50%);
  margin-bottom: 20px;
}

.footer {
  font-family: "Montserrat", sans-serif;
  background-color: #002D5F;
  color: white;
}
.footer .footer-boxes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  color: white;
  gap: 2rem;
}
.footer .footer-boxes .left-box img {
  width: 150px;
}
.footer .footer-boxes .left-box .links a {
  margin-top: -150px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
}
.footer .footer-boxes .left-box .rights {
  font-size: 10px;
}
.footer .footer-boxes .center-box i {
  line-height: 50px;
  color: white;
}
.footer .footer-boxes .center-box i span {
  margin-left: 10px;
  font-weight: 400;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
}
.footer .footer-boxes .right-box {
  margin-top: 0px;
  line-height: 50px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
}
@media (max-width: 850px) {
  .footer .footer-boxes {
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .footer .footer-boxes .right-box {
    text-align: start;
  }
}/*# sourceMappingURL=oferta.css.map */