* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

body {
  position: relative;
  width: 100%;
}

.upperline {
  height: 2px;
  width: 200px;
  background-color: #ff6501;
  display: block;
  margin: auto;
}

.heading {
  text-transform: uppercase;
  text-align: center;
  margin: 50px 0px 5px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.mapa-icon {
  color: rgb(50, 56, 83);
}

.bold {
  font-weight: bold;
}

.fa-bars {
  padding: 10px;
  color: #fff;
}

.slide-top {
  -webkit-animation: slide-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate-reverse backwards;
  animation: slide-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate-reverse backwards;
}

.slide-top-arrow {
  -webkit-animation: slide-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s infinite alternate both;
  animation: slide-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
}

html {
  scroll-padding-top: 62px;
}

.foot_underline {
  width: 80%;
  height: 2.15px;
  background-color: #ff6501;
  margin: auto;
}

.shadow-bg {
  background-color: rgb(255, 255, 255);
  margin-top: 45px;
}

.textAnime {
  -webkit-animation: showText 0.3s;
          animation: showText 0.3s;
}

.nav_margin {
  margin-top: 45px;
}

nav {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 1;
}
nav .navbar-nav .nav-link {
  text-align: center;
  font-size: 22px;
  color: #000000;
  font-size: 25px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  text-transform: uppercase;
}
nav .navbar-brand {
  color: whitesmoke;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: color 0.8s;
  transition: color 0.8s;
  font-size: 28px;
}
nav .nav-link:hover {
  color: #ff6501;
}
nav .navbar-brand:hover {
  color: #ff6501;
}
nav .upperline {
  margin-top: auto;
  margin-bottom: auto;
  height: 30px;
  width: 1px;
  background-color: #000000;
}
nav .logo {
  position: absolute;
  top: -43px;
  -webkit-transition: height 0.8s;
  transition: height 0.8s;
  height: 100px;
}
nav .he {
  margin-right: 50px;
}
nav .language {
  margin-top: 14px;
  font-size: 21px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
nav .language:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  cursor: pointer;
}

.nav_one {
  background-color: rgb(255, 255, 255);
  padding: 5px;
}
.nav_one .containerr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin-left: auto;
}
.nav_one .nav_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
.nav_one .nav_contact p {
  color: #000000;
  margin: 0px 20px;
  font-size: 20px;
}
.nav_one .nav_contact p i {
  margin-right: 5px;
  color: #c05813;
}
.nav_one .nav_socialMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
}
.nav_one .nav_socialMedia img {
  height: 35px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.nav_one .nav_socialMedia .img_margin {
  margin-right: 15px;
}
.nav_one .nav_socialMedia img:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.aside {
  position: fixed;
  right: 1%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 150px;
  width: 150px;
  z-index: 200;
  background-color: #ff6701;
  border-radius: 8px;
}
.aside .aside__text {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aside .aside__text p {
  margin: auto;
  text-align: center;
  color: #000000;
  text-decoration: none;
  font-size: 23px;
  font-weight: bold;
}

header .hero_img {
  background-position: bottom;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  -webkit-animation: "images-changing" 12s infinite alternate;
          animation: "images-changing" 12s infinite alternate;
}
header .hero_img .hero_shadow {
  background-color: rgba(0, 0, 0, 0.669);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .hero_img .hero_text {
  text-align: center;
  margin: auto;
  overflow: hidden;
}
header .hero_img .hero_text h1 {
  margin: 20px;
  color: #fff;
}
header .hero_img .hero_text p {
  color: #fff;
  font-size: 24px;
}
header .hero_img .hero_text .header_text {
  color: #ffffff;
  font-size: 55px;
}
header .hero_img .hero_text .hero_nav {
  color: rgb(255, 255, 255);
  font-size: 25px;
}
header .hero_img .hero_text .hero_nav a {
  margin: 30px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 42px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
header .hero_img .hero_text .hero_nav a:hover {
  color: #ff6501;
}
header .hero_img .hero_text button {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  padding: 8px;
  margin-top: 20px;
  width: 170px;
  font-size: 23px;
}
header .hero_img .hero_text button:hover {
  background-color: rgba(255, 255, 255, 0.357);
}
header .hero_img .hero_text .hero-arrow {
  color: #fff;
  position: absolute;
  top: 84%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header .hero_img .hero_text .header_info {
  letter-spacing: 3px;
  font-size: 35px;
  padding-top: 30px;
}

.aboutus {
  padding: 80px 0px;
}
.aboutus h2 {
  margin: 50px 0px 5px;
  font-size: 20px;
  color: #ff6501;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.aboutus .aboutus_content {
  margin: 0px 0px 100px;
  color: black;
  font-size: 40px;
}
.aboutus p {
  text-align: left;
  font-size: 22px;
  color: rgb(27, 27, 27);
}
.aboutus .row {
  margin: 0%;
  margin-top: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aboutus .aboutus_img img {
  margin-top: 5px;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.aboutus .aboutus_img img:hover {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}
.aboutus .upperline {
  margin: 30px auto;
  width: 90%;
}
.aboutus button {
  font-size: 20px;
  display: block;
  margin: auto;
}

.offer {
  padding-bottom: 60px;
}
.offer h2 {
  margin: 50px 0px 5px;
  font-size: 20px;
  color: #ff6501;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.offer .aboutus_content {
  margin: 0px 0px 100px;
  color: black;
  font-size: 40px;
}
.offer .row {
  margin: 100px 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.offer .offer_box {
  -webkit-box-shadow: 11px 13px 50px -16px rgba(66, 68, 90, 0.53);
          box-shadow: 11px 13px 50px -16px rgba(66, 68, 90, 0.53);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  margin: 40px;
  border: 1px solid #ff6501;
  width: 350px;
}
.offer .offer_box img {
  padding: 10px;
  width: 100%;
}
.offer .offer_box h3 {
  padding: 5px;
  text-align: center;
}
.offer .offer_box p {
  font-size: 20px;
  padding: 10px;
  text-align: center;
}
.offer .offer_box i {
  font-size: 60px;
  color: #ff6501;
  padding: 50px;
  display: block;
  text-align: center;
}
.offer .offer_box:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.offer .title,
.offer .title_tow,
.offer .title_third {
  font-size: 23px;
  text-align: center;
  margin-top: 15px;
}
.offer .title_tow {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  color: black;
}
.offer .title_third {
  font-size: 40px;
  margin-top: 30px;
}

.kariera {
  padding: 80px 0px;
}
.kariera .underline {
  background-color: rgba(0, 0, 0, 0.998);
  margin-bottom: 20px;
  height: 1px;
}
.kariera h2 {
  margin: 50px 0px 5px;
  font-size: 20px;
  color: #ff6501;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.kariera .aboutus_content {
  margin: 0px 0px 100px;
  color: black;
  font-size: 35px;
}
.kariera .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kariera .Box {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  padding-bottom: 20px;
  height: 530px;
  margin: 10px;
  border: 1px solid #ff6501;
  border-radius: 5px;
}
.kariera .Box .title {
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  font-size: 28px;
  text-align: center;
  color: #ff6501;
}
.kariera .Box .span {
  font-weight: bold;
  text-align: center;
  font-size: 17px;
  margin: 0px 0px 30px;
}
.kariera .Box i {
  font-size: 60px;
  color: #ff6501;
  padding: 30px 0px 0px;
  display: block;
  text-align: center;
}
.kariera .Box ul {
  height: 215px;
  margin-bottom: 40px;
}
.kariera .Box li p {
  font-size: 20px;
}
.kariera .Box button {
  border: 1px solid #ff6501;
  width: 40%;
  font-size: 21px;
  display: block;
  margin: auto;
}
.kariera .Box button:hover {
  color: black;
  background-color: rgba(192, 88, 19, 0.2823529412);
}
.kariera .Box:hover {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}
.kariera .titlee {
  font-size: 40px;
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
  color: #ff6501;
}

.flota {
  padding: 80px 0px 10px;
  background-color: rgba(242, 242, 242, 0.76);
}
.flota h2 {
  margin: 50px 0px 5px;
  font-size: 20px;
  color: #ff6501;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.flota .aboutus_content {
  margin: 0px 0px 100px;
  color: black;
  font-size: 40px;
}
.flota .row {
  margin: 100px 0px 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flota .card {
  -webkit-box-shadow: 11px 13px 50px -16px rgba(66, 68, 90, 0.53);
          box-shadow: 11px 13px 50px -16px rgba(66, 68, 90, 0.53);
  margin: 0px 40px;
  width: 300px;
  border: 1px solid #ff6501;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  margin: 10px;
}
.flota .card button {
  display: block;
  margin: auto;
  background-color: #ff6501;
  font-size: 19px;
  border: none;
  -webkit-transition: background-color 0.8s;
  transition: background-color 0.8s;
}
.flota .card button:hover {
  background-color: #c05813;
}
.flota .card p {
  font-size: 18px;
  margin: 25px 0px 25px;
}
.flota .card span {
  display: block;
  text-align: center;
  font-size: 23px;
}
.flota .card img {
  padding: 10px 0px;
  width: 100%;
}
.flota .card:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.gallery {
  padding-bottom: 80px;
}
.gallery .row {
  margin: 0%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery h2 {
  margin: 50px 0px 5px;
  font-size: 20px;
  color: #ff6501;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.gallery .aboutus_content {
  margin: 0px 0px 100px;
  color: black;
  font-size: 40px;
}
.gallery .gallery_content {
  width: 100%;
}
.gallery .gallery_content img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  padding: 0%;
  margin-top: 7px;
}
.gallery .gallery_content img:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.contact {
  background-color: rgb(39, 39, 39);
  padding: 80px;
}
.contact .upperline {
  width: 60%;
}
.contact a {
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  color: black;
}
.contact a:hover {
  color: #ff6501;
}
.contact h3 {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.contact h2 {
  color: #fff;
}
.contact .row {
  margin-top: 50px;
}
.contact .rodo-box {
  grid-template-columns: 2em auto;
  gap: 0.5em;
  margin: 0.5em 0 3em 0;
}
.contact .rodo-box .rodo-input {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: auto 0;
}
.contact .rodo-box .rodo-text {
  text-align: justify;
  font-size: 18px;
}
.contact .input-container {
  color: #ffffff;
}
.contact .input-container .inputbox {
  margin: 25px 0;
  font-size: 22px;
}
.contact .input-container .inputbox input {
  height: 55px;
}
.contact .input-container .inputbox select {
  height: 55px;
}
.contact .input-container .send_button {
  padding: 15px 20px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid #ff6501;
  color: #ff6501;
  background-color: #fff;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  margin-bottom: 10px;
}
.contact .input-container img {
  height: 40px;
  display: block;
  margin: auto;
}
.contact .input-container .czlonek {
  font-size: 20px;
  text-align: center;
}
.contact .input-container .send_button:hover {
  color: #fff;
  background-color: #ff6501;
}
.contact .input-container .form-select {
  color: #84757d;
}
.contact .contact_info-box {
  text-align: left;
  margin: auto;
  color: #ffffff;
  margin-bottom: 140px;
}
.contact .contact_info-box h4 {
  font-size: 25px;
}
.contact .contact_info-box p {
  font-size: 20px;
}
.contact .contact_info-box .contact_info-item {
  margin-bottom: 35px;
}
.contact .contact_info-box .underline {
  background-color: #fff;
}

a {
  text-decoration: none;
}

footer p {
  text-align: center;
}
footer .CoSieKurczePatrzysz {
  padding: 30px 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .CoSieKurczePatrzysz p {
  text-align: center;
  margin: 0px auto 10px;
  color: black;
}
footer .CoSieKurczePatrzysz p a {
  display: in;
  margin: auto;
  font-size: 19px;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
footer .CoSieKurczePatrzysz p a:hover {
  color: rgb(83, 83, 83);
}
footer .CoSieKurczePatrzysz .footer_text {
  font-size: 20px;
}
footer .CoSieKurczePatrzysz .footer_text a {
  text-transform: none;
  color: #0bb389;
}
footer .CoSieKurczePatrzysz .footer_text a:hover {
  color: #0a8465;
}

@media (max-width: 991px) {
  nav .he {
    margin-right: 0px;
  }
  .contact .input-container .send_button {
    margin: auto;
  }
  .contact .contact_info-box {
    margin-bottom: 0px;
  }
  .aside {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 80px 5px;
  }
}
@media (max-width: 627px) {
  nav img {
    height: 70px;
  }
  header .hero_img .hero_text .header_text {
    font-size: 40px;
  }
  header .hero_img .hero_text button {
    font-size: 22px;
    width: 130px;
  }
  header .hero_img .hero_text .hero_nav {
    color: rgba(10, 253, 192, 0);
  }
  header .hero_img .hero_text .hero_nav a {
    display: block;
    font-size: 35px;
    margin: 0px;
  }
  .contact .contact_info-box {
    width: 80vw;
  }
}
@media (max-width: 391px) {
  header .hero_img .hero_text .header_info {
    font-size: 25px;
  }
  header .hero_img .hero_text button {
    font-size: 18px;
    width: 100px;
  }
  header .hero_img .hero_text .hero_nav {
    color: rgba(10, 253, 192, 0);
  }
  header .hero_img .hero_text .hero_nav a {
    display: block;
    font-size: 27px;
    margin: 0px;
  }
}
@media (max-width: 1200px) {
  nav .nav-link {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .partners {
    display: none;
  }
}
@media (max-width: 991px) {
  .nav_one {
    display: none;
  }
  .nav_one .nav_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .nav_one .containerr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 12px;
  }
  nav {
    height: auto;
  }
  nav .logo {
    position: relative;
    top: 0;
    height: 80px;
  }
  nav .fa-bars {
    color: #000000;
  }
  .nav_margin {
    margin-top: 0;
  }
  .shadow-bg {
    margin-top: 0;
  }
}
@media (max-width: 733px) {
  .nav_one {
    display: none;
  }
  .shadow-bg {
    height: none;
  }
  .nav_margin {
    margin-top: none;
  }
  .shadow-bg {
    margin-top: none;
  }
  nav .logo {
    position: relative;
    top: 0px;
    right: 0px;
    height: 70px;
  }
  nav .fa-bars {
    position: relative;
    top: 0px;
    right: 0px;
  }
  .navbar {
    margin-top: 0px;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2022-10-18 15:55:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
* ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes images-changing {
  0% {
    background-image: url("/img/header1.png");
  }
  100% {
    background-image: url("/img/header3.png");
  }
  50% {
    background-image: url("/img/header2.jpg");
  }
}
@keyframes images-changing {
  0% {
    background-image: url("/img/header1.png");
  }
  100% {
    background-image: url("/img/header3.png");
  }
  50% {
    background-image: url("/img/header2.jpg");
  }
}
@-webkit-keyframes movingTwo {
  0% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@keyframes movingTwo {
  0% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@-webkit-keyframes movingThree {
  0% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}
@keyframes movingThree {
  0% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}
@-webkit-keyframes showText {
  10% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    opacity: 0.9;
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    opacity: 0.7;
  }
  75% {
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
    opacity: 0.3;
  }
}
@keyframes showText {
  10% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    opacity: 0.9;
  }
  50% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    opacity: 0.7;
  }
  75% {
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
    opacity: 0.3;
  }
}
.eng {
  display: none;
}

.d {
  display: none;
}/*# sourceMappingURL=new.css.map */