* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.facebook {
  position: fixed;
  right: 10px;
  top: 5px;
}

.logo-img {
  width: 400px;
  height: 100px;
  margin-top: 20px;
}

.facebook:hover img {
  height: 40px;
  width: 40px;
}

.wycena {
  display: flex;
  justify-content: end;
}

.flags {
  margin-right: 15px;
}

.flags:hover {
  cursor: pointer;
}

.navbar-brand {
  margin-top: -40px;
}

.navbar {
  padding: 0;
}

.nav-link {
  margin-left: 30px;
  text-transform: uppercase;
  height: 70px;
  align-items: center;
  margin-top: 4px;
}

.nav-link:hover {
  background-color: #cee0ec;
}

.background-img {
  background-image: url(img/back-ground-photo.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.intro-text {
  position: relative;
  top: 250px;
  text-transform: uppercase;
  font-size: xx-large;
  color: white;
  font-weight: 900;
  width: 400px;
  letter-spacing: 0.1em;
}

.banner-info {
  display: flex;
  width: 100%;
  background-color: #3a546f;
  height: 150px;
  margin: -75px auto;
  justify-content: space-around;
}

.banner-info-item {
  text-transform: uppercase;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.banner-info-item h3 {
  margin: 0 auto;
  color: white;
  font-size: 40px;
  font-weight: 700;
}

.banner-info-item p {
  margin-top: 15px;
  font-size: medium;
  color: white;
  letter-spacing: 0.1em;
}

.h1-about {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 4rem;
  color: #203354;
  padding-left: 0;
  margin-top: 100px;
}

.p-about {
  text-transform: none;
  font-weight: none;
  font-size: medium;
  line-height: 2rem;
  margin-top: 50px;
}

.about-img img {
  height: 100px;
  //width: 300px;
  margin-top: 50px;
  margin-left: 100px;
}

.about-header div {
  padding-left: 0;
  text-align: justify;
}
.about-bottom {
  width: 100%;
  margin-top: 60px;
}
.about-bottom h3 {
  color: #203354;
  font-weight: 800;
  padding-bottom: 60px;
}

.priority-img {
  display: block;
}

.priority-img img {
  display: block;
  margin: 0 auto;
}

.bottom-h3 {
  text-transform: uppercase;
  font-size: large;
  margin-top: 25px;
  text-align: center;
}

.about-bottom-img {
  display: flex;
  justify-content: space-between;
}

.about-bottom-img img {
  display: flex;
  justify-content: center;
  max-height: 80px;
  max-width: 70px;
}

.about-header p {
  padding-left: 0;
}

.partners-header > h1 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  border-bottom: 5px solid #203354;
  line-height: 2.5em;
}

.partners-img {
  margin: 15px auto;
}

.main-offer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 75px;
  background-color: #cee0ec;
}

.offer-header div {
  padding-left: 0;
  text-align: left;
}

.offer-header h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #203354;
  margin-bottom: 90px;
  margin-top: 70px;
}

.personal-transport,
.commercial-transport,
.spedycja {
  margin-bottom: 100px;
}

.personal-transport-header,
.commercial-transport-header,
.spedycja-header {
  display: flex;
  justify-content: space-between;
}

.personal-transport-header h2,
.commercial-transport-header h2,
.spedycja-header h2 {
  text-transform: uppercase;
  color: #203354;
  font-size: x-large;
}

.personal-transport-header img,
.commercial-transport-header img {
  height: 50px;
  max-width: 135px;
}

.spedycja-header img {
  height: 70px;
  max-width: 90px;
}

.personal-transport-header p,
.commercial-transport-header p,
.spedycja-header p {
  color: #203354;
  text-align: left;
}

.main-rating {
  background-color: #203354;
  padding-bottom: 70px;
}

.rating-header h1 {
  padding-top: 40px;
  padding-bottom: 40px;
  text-transform: uppercase;
  color: white;
  /* text-align: center; */
  font-weight: 700;
}

.form-group input {
  width: 340px;
}

.form-group textarea {
  min-height: 140px;
  margin: auto auto;
  min-width: 340px;
  width: 64%;
}

.btn {
  width: 340px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #203354;
}

.hide {
  display: none;
}

.main-serwis {
  padding-top: 40px;
  background-color: #cee0ec;
  padding-bottom: 70px;
}

.serwis-header h1 {
  padding-top: 40px;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #203354;
  font-weight: 700;
}
.serwis-header h2 {
  padding-bottom: 40px;
  text-transform: uppercase;
  font-size: large;
  color: #203354;
  font-weight: 700;
  margin-left: 30px;
}

.serwis-table {
  max-width: 700px;
  margin: auto auto;
}

.serwis-mechanik-1 {
  background-color: white;
  display: flex;
  padding: 20px 40px;
}

.left-div {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.center-div {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 50%;
}

.center-div2 {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 50%;
}

.right-div {
  display: flex;
  width: 50%;
  align-items: center;
}

.serwis-nazwa-1 {
  color: #203354;
  font-size: large;
}
.serwis-imie-1 {
  color: #203354;
  font-weight: 700;
  font-size: large;
}

.serwis-numer-1 {
  color: #203354;
  font-weight: 700;
  font-size: large;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.serwis-mechanik-2 {
  background-color: #e8eff5;
  display: flex;
  padding: 20px 40px;
}

.where {
  padding: 80px 0;
}

.map {
  height: 500px;
  width: 500px;
}

.where-body h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #203354;
  padding-bottom: 40px;
}

.city-list {
  text-transform: capitalize;
  color: #203354;
  padding-left: 100px;
}

.city-list li {
  padding-left: 40px;
  padding-bottom: 20px;
  font-weight: bold;
}

.main-kariera {
  background-color: #203354;
  padding-bottom: 70px;
  padding-top: 70px;
}

.kariera-header h1 {
  padding-top: 40px;
  padding-bottom: 20px;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
}
.kariera-header h2 {
  padding-bottom: 40px;
  text-transform: uppercase;
  font-size: x-large;
  color: #cee0ec;
  font-weight: 500;
  margin-left: 40px;
}

.tabela-kariera {
  max-width: 700px;
  margin: auto auto;
}

.tabela-oferta {
  background-color: #cee0ec;
  display: flex;
  padding: 20px 20px;
}

.tabela-oferta-2 {
  background-color: #cee0ec;
  display: flex;
  padding: 20px 20px;
}

.linia-bottom {
  border-bottom: 1px solid black;
}

#kariera-plus-2 i,
#kariera-plus i {
  cursor: pointer;
}

.tabela-oferta-left {
  width: 40%;
}

.tabela-oferta-right {
  width: 60%;
  color: #203354;
  font-weight: 700;
  font-size: large;
}

.tabela-info {
  display: flex;
  background-color: #e8eff5;
  color: #203354;
  font-size: large;
  padding: 20px 20px;
  margin: auto auto;
  width: 100%;
  justify-content: center;
}

.tabela-info-2 {
  display: flex;
  background-color: #e8eff5;
  color: #203354;
  font-size: large;
  padding: 20px 20px;
  margin: auto auto;
  width: 100%;
  justify-content: center;
}

.tabela-info b,
.tabela-info-2 b {
  margin-left: 3px;
}

.main-contact {
  background-color: #cee0ec;
  padding-bottom: 40px;
}

.contact-header h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #203354;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer {
  background-color: #203354;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-items {
  display: flex;
  justify-content: space-around;
}

.footer-item {
  text-align: center;
  color: white;
  font-weight: 600;
}

.footer-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

@media screen and (max-width: 386px) {
  .logo-img {
    height: 75px;
    width: 300px;
  }

  .facebook {
    display: none;
  }

  .personal-transport,
  .commercial-transport,
  .spedycja {
    margin-bottom: 40px;
  }

  .personal-transport-header,
  .commercial-transport-header,
  .spedycja-header {
    display: block;
    margin-left: 0;
  }

  .personal-transport-header h2,
  .commercial-transport-header h2,
  .spedycja-header h2 {
    margin-bottom: 20px;
  }

  .personal-transport-header img,
  .commercial-transport-header img,
  .spedycja-header img {
    display: none;
  }

  .col-2 {
    max-width: 100%;
    margin: auto auto;
  }

  .col-6 {
    max-width: 100%;
  }

  .banner-info {
    display: flex;
    width: 100%;
    background-color: 203354;
    height: 100px;
    margin: -50px auto;
    justify-content: space-around;
  }
  .banner-info-item {
    text-transform: uppercase;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .banner-info-item h3 {
    margin: 0 auto;
    color: white;
    font-weight: 400;
    font-size: small;
  }
  .banner-info-item p {
    display: block;
    margin: 3px 10px;
    color: white;
    font-size: xx-small;
    font-weight: 400;
    text-align: center;
  }

  .h1-about {
    margin-top: 40px;
  }

  .about-right-column {
    display: none;
  }

  .second-column {
    margin-left: 0px;
  }
  .background-img {
    height: 350px;
  }
  .flags {
    margin-right: 5px;
  }
  .logo-img {
    height: 75px;
    width: 300px;
  }
  .nav-link {
    margin: 0 0 0 0;
  }
  .collapse {
    display: none;
  }
  .intro-text {
    font-size: x-large;
    font-weight: 700;
    top: 110px;
  }

  .main-about > .container > div h1 {
    margin-bottom: 25px;
  }
  .about-header div {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .about-header p {
    margin-top: 20px;
    padding-right: 0;
    text-align: left;
  }

  .about-header h1 {
    font-size: x-large;
  }
  .offer-header div {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .offer-header p {
    padding-right: 0;
    text-align: left;
  }

  .offer-header h1 {
    margin-bottom: 40px;
    margin-top: 30px;
  }

  .serwis-mechanik-1,
  .serwis-mechanik-2 {
    padding: 10px 20px;
  }

  .center-div,
  .center-div2 {
    justify-content: flex-end;
  }

  .left-div-2 {
    width: 60%;
  }

  .serwis-nazwa-1,
  .serwis-imie-1,
  .serwis-numer-1 {
    font-size: small;
  }

  .form-group input {
    display: flex;
    justify-content: center;
    margin: auto auto;
  }
  .map {
    height: 150px;
    width: 200px;
  }
  .set-map {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -30px;
  }

  .col-12 {
    flex: 0 0 0;
  }
  .where-body h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: small;
    color: #203354;
    padding-bottom: 5px;
  }

  .city-list {
    text-transform: capitalize;
    color: #203354;
    padding-left: 10px;
    font-weight: 600;
  }
  .city-list li {
    padding-left: 20px;
    padding-bottom: 0;
    font-size: small;
  }

  .second-column {
    display: none;
  }

  .tabela-oferta-right {
    font-size: medium;
  }
  .tabela-info,
  .tabela-info-2 {
    font-size: medium;
    padding: 10px 10px;
  }

  .about-bottom-img {
    display: block;
  }

  .priority-img {
    display: flex;
  }

  .about-bottom-img img {
    height: 80px;
    margin-left: 40px;
    margin-right: 20px;
  }

  .bottom-h3 {
    margin-left: 30px;
  }
}

@media screen and (min-width: 386px) and (max-width: 767px) {
  .logo-img {
    height: 75px;
    width: 300px;
  }

  .facebook {
    display: none;
  }
  .about-right-column {
    display: none;
  }

  .h1-about {
    margin-top: 40px;
  }

  .tabela-oferta-right {
    font-size: medium;
  }
  .tabela-info,
  .tabela-info-2 {
    font-size: medium;
    padding: 10px 10px;
  }

  .serwis-mechanik-1,
  .serwis-mechanik-2 {
    padding: 10px 20px;
  }

  .center-div,
  .center-div2 {
    justify-content: flex-end;
  }

  .left-div-2 {
    width: 60%;
  }

  .serwis-nazwa-1,
  .serwis-imie-1,
  .serwis-numer-1 {
    font-size: small;
  }

  .banner-info {
    display: flex;
    width: 100%;
    background-color: 203354;
    height: 100px;
    margin: -50px auto;
    justify-content: space-around;
  }
  .banner-info-item {
    text-transform: uppercase;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .banner-info-item h3 {
    margin: 0 auto;
    color: white;
    font-weight: 400;
    font-size: small;
  }
  .banner-info-item p {
    display: block;
    margin: 15px;
    color: white;
    font-size: x-small;
    font-weight: 400;
    text-align: center;
  }
  .second-column {
    margin-left: 0px;
  }
  .background-img {
    height: 350px;
  }
  .flags {
    margin-right: 5px;
  }
  .logo-img {
    height: 75px;
    width: 300px;
  }
  .nav-link {
    margin: 0 0 0 0;
  }
  .collapse {
    display: none;
  }
  .intro-text {
    font-size: x-large;
    font-weight: 700;
    top: 50px;
  }

  .about-header div {
    padding-left: 0;
    padding-right: 0;
    text-align: justify;
  }
  .about-header p {
    padding-right: 0;
    text-align: justify;
  }

  .offer-header h1 {
    margin-bottom: 40px;
    margin-top: 30px;
  }

  .offer-header div {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .offer-header p {
    padding-right: 0;
    text-align: left;
  }
  .partners-img {
    margin: 5px auto;
    height: 90%;
    width: 80%;
  }

  .personal-transport,
  .commercial-transport,
  .spedycja {
    margin-bottom: 40px;
  }

  .personal-transport-header,
  .commercial-transport-header,
  .spedycja-header {
    display: block;
    margin-left: 0;
  }

  .personal-transport-header h2,
  .commercial-transport-header h2,
  .spedycja-header h2 {
    margin-bottom: 20px;
  }

  .personal-transport-header img,
  .commercial-transport-header img,
  .spedycja-header img {
    display: none;
  }

  .col-2 {
    max-width: 100%;
    margin: auto auto;
  }

  .col-6 {
    max-width: 100%;
  }

  .form-group input {
    display: flex;
    justify-content: center;
    margin: auto auto;
  }
  .map {
    height: 150px;
    width: 200px;
  }
  .set-map {
    display: flex;
    align-items: center;
  }
  .set-list {
    margin-left: 20px;
  }

  .col-12 {
    flex: 0 0 0;
  }

  .where-body h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: small;
    color: #203354;
    padding-bottom: 5px;
  }
  .city-list {
    text-transform: capitalize;
    color: #203354;
    padding-left: 10px;
    font-weight: 600;
  }
  .city-list li {
    padding-left: 20px;
    padding-bottom: 0;
    font-size: small;
  }
  .footer-items {
    display: flex;
    justify-content: space-around;
  }
  .footer-item {
    text-align: center;
    color: white;
    font-weight: 400;
    padding: 0.5rem;
  }

  .second-column {
    display: none;
  }

  .about-bottom-img {
    display: block;
  }

  .priority-img {
    display: flex;
  }

  .about-bottom-img img {
    height: 80px;
    margin-left: 40px;
    margin-right: 20px;
  }

  .bottom-h3 {
    margin-left: 30px;
  }
}

/* @media (max-width: 767px) {
    .nav-link {
        margin: 0 0 0 0;
    }
    .collapse {
        display: none;
    }
    .banner-info {
        display: flex;
        width: 100%;
        background-color: 203354;
        height: 100px;
        margin: -50px auto;
        justify-content: space-around;
    }
    .banner-info-item {
        text-transform: uppercase;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .banner-info-item h3 {
        margin: 0 auto;
        color: white;
        font-weight: 400;
        font-size: small;
    }
    .banner-info-item p {
        display: block;
        margin: 15px;
        color: white;
        font-size: x-small;
        font-weight: 400;
        text-align: center;
    }
    .main-about>.container>div h1 {
        margin-top: 100px;
        margin-bottom: 25px;
    }
    .second-column {
        margin-left: 0px;
    }
    .offer-header div {
        padding-left: 0;
        padding-right: 0;
        text-align: justify;
    }
    .offer-header p {
        padding-right: 0;
        text-align: justify;
    }
    .form-group input {
        display: flex;
        justify-content: center;
        margin: auto auto;
    }
    .commercial-transport {
        margin-left: 0px;
    }
    .personal-transport-header,
    .commercial-transport-header {
        align-items: end;
    }
    .personal-transport h2,
    .commercial-transport h2 {
        font-size: medium;
        padding-top: 0;
    }
} */

@media screen and (max-width: 550px) and (min-width: 387px) {
  .about-header h1 {
    font-size: x-large;
  }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
  .logo-img {
    height: 75px;
    width: 300px;
  }

  .nav-link {
    margin: 0 5px;
  }
  .map {
    height: 300px;
    width: 300px;
  }
  .set-map {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about-img {
    margin-top: 120px;
  }

  .carousel-inner > div > img {
    min-height: 400px;
  }

  .where-body h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: medium;
    color: #203354;
    padding-bottom: 10px;
  }
  .city-list {
    text-transform: capitalize;
    color: #203354;
    padding-left: 20px;
    font-weight: 600;
  }
  .city-list li {
    padding-left: 20px;
    padding-bottom: 7px;
    font-size: medium;
  }
  .partners-img {
    margin: 5px auto;
    height: 90%;
    width: 80%;
  }

  .personal-transport-header h2,
  .commercial-transport-header h2,
  .spedycja h2 {
    text-transform: uppercase;
    color: #203354;
    font-size: medium;
    margin: 0 0;
  }

  .personal-transport-header img,
  .commercial-transport-header img,
  .spedycja-header img {
    width: auto;
    padding-top: 10px;
    height: 75px;
  }

  .personal-transport p,
  .commercial-transport p,
  .spedycja p {
    text-align: left;
    word-break: break-all;
    margin-bottom: 80px;
  }

  .about-img img {
    margin-top: 50px;
    margin-left: -20px;
  }
}
