body {
  font-family: proxima-nova, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.max-widht {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.max-widht.grey {
  background-color: #f6f6f6;
}

.max-widht.relative {
  position: relative;
}

.max-widht.overflow {
  overflow: hidden;
}

.max-widht.map-back {
  background-image: url('../images/mapa-ost.jpg');
  background-position: 98% 30px;
  background-size: 50%;
  background-repeat: no-repeat;
}

.content {
  display: block;
  width: 100%;
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-section {
  position: relative;
  height: 75vh;
  min-height: 650px;
}

.back-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  padding-top: 80px;
}

.hero-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 85px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: transparent;
}

.nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1210px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 130px;
}

.nav-link {
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #ff6f00;
}

.nav-link.w--current {
  border-bottom-color: #ff6f00;
  color: #fff;
}

.hero-news {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-left: 2px solid #fff;
}

.hero-news-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 800;
}

.hero-paragraph {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: justify;
}

.hero-button {
  margin-top: 30px;
  padding: 5px 25px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-button:hover {
  background-color: #ff6f00;
}

.brand {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.sign-section {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 80px;
}

.sign-content {
  display: block;
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url('../images/container-yard-at-night-P3TQ9QU.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/container-yard-at-night-P3TQ9QU.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.stats_section {
  display: block;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/photo-cont.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/photo-cont.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.stats-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.orange-line {
  width: 2px;
  height: 75px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ff6f00;
}

.stats-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.stats-img {
  width: 55px;
}

.stats-img.man {
  width: 30px;
}

.stats-img.road {
  width: 70px;
}

.big-span {
  font-size: 30px;
  font-weight: 600;
}

.stats-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -150px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff6f00), to(#f89829));
  background-image: linear-gradient(90deg, #ff6f00, #f89829);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 14px 0px 14px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.tab-link.w--current {
  background-color: transparent;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  color: #ff6f00;
}

.tab-icon {
  width: 38px;
}

.tab-text {
  margin-left: 20px;
}

.tab-pane {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-photo {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  background-image: url('../images/sprzedaż-i-wynajem-kontenerów.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.tab-info {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}

.tab-button {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);
  color: #ff6f00;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.offer-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 38px;
  line-height: 44px;
}

.offer-heading.mid {
  text-align: center;
}

.offer-heading.career-heading {
  margin-bottom: 50px;
  font-size: 38px;
  line-height: 44px;
}

.offer-heading.career-heading.white {
  color: #fff;
}

.tab-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 80px;
}

.news-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hash-text {
  color: #000;
  font-size: 47px;
  line-height: 47px;
  font-weight: 700;
}

.orange {
  color: #ff6f00;
}

.social-lilnk {
  width: 20px;
  margin-left: 10px;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ff6f00;
}

.find-us-text {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 400;
}

.socialwall-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
}

.social-img {
  height: 225px;
  margin-bottom: 10px;
  background-image: url('../images/news1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-img._2 {
  background-image: url('../images/news2.jpg');
}

.social-img._3 {
  background-image: url('../images/news3.jpg');
}

.social-text {
  text-align: justify;
}

.social-text-wrapper {
  padding: 10px;
}

.map-section {
  display: block;
  height: 500px;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ff6f00;
}

.lang-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang {
  width: 18px;
  height: 12px;
  margin-left: 10px;
  background-image: url('../images/niem.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lang.en {
  background-image: url('../images/eng.svg');
}

.lang.pl {
  background-image: url('../images/Poland.svg');
}

.stripe {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ff6f00;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-block.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-block.links {
  display: block;
  width: 480px;
  -webkit-column-count: 2;
  column-count: 2;
}

.footer-logo {
  width: 110px;
}

.contact-text {
  margin-top: 20px;
  padding-left: 30px;
  background-image: url('../images/location.svg');
  background-position: 0px 0px;
  background-size: 14px;
  background-repeat: no-repeat;
}

.contact-text.phone {
  background-image: url('../images/phone.svg');
  background-position: 0px 50%;
  background-size: 14px;
}

.contact-text.mail {
  background-image: url('../images/mail.svg');
  background-position: 0px 50%;
  background-size: 16px;
}

.ue-logo {
  height: 45px;
  margin-bottom: 30px;
  opacity: 0.6;
}

.menu-title-footer {
  color: #000;
  font-weight: 700;
}

.menu-title-footer.link {
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
}

.footer-link {
  display: block;
  margin-top: 15px;
  padding-right: 0px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 420px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .75), hsla(0, 0%, 100%, 0)), url('../images/DJI_0389.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.header.spedycja {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, .75), hsla(0, 0%, 100%, 0)), url('../images/morski22x.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.offer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.offer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-align: center;
}

.offer-block:hover {
  background-image: linear-gradient(45deg, #ff6f00, #f89829);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
  color: #fff;
}

.icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offer-icon {
  height: 100%;
  max-width: 50%;
}

.offer-name {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.offer-short-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.offer-block-flex-block {
  margin-bottom: 40px;
}

.offer-button {
  padding: 8px 30px;
  background-color: transparent;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.line-divider {
  display: block;
  width: 200px;
  height: 2px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-color: #ff6f00;
}

.download-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.download-icon {
  width: 44px;
  margin-bottom: 10px;
}

.download-icon.in-service {
  margin-right: 20px;
  margin-bottom: 0px;
}

.download-divider {
  width: 44px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ff6f00;
}

.download-file-name.service {
  text-align: left;
}

.download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.download:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
  color: #ff6f00;
}

.help-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 130px;
  padding-bottom: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/contact-service.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/contact-service.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.question {
  margin-bottom: 50px;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.question.black {
  color: #000;
  font-size: 38px;
  line-height: 38px;
}

.contact-us {
  padding: 12px 45px;
  background-color: #ff6f00;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-us:hover {
  background-color: #fff;
  color: #ff6f00;
}

.contact-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f6;
}

.contact-service-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-icon {
  width: 60px;
  margin-right: 20px;
}

.service-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-service-name {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.contact-service-link {
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #828282;
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
}

.service-contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.service-contact-divider {
  width: 1px;
  height: 14px;
  margin-left: 40px;
  background-color: #828282;
}

.back-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.back-button {
  padding-right: 35px;
  padding-left: 35px;
  background-color: #ff6f00;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.service-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.info-half {
  width: 50%;
  padding-right: 50px;
}

.photo-half {
  width: 50%;
  padding-left: 50px;
}

.rich {
  text-align: justify;
}

.rich p {
  color: #000;
  font-size: 17px;
  line-height: 30px;
}

.rich.career-rich {
  margin-right: 50px;
}

.rich blockquote {
  border-left-width: 2px;
  border-left-color: #ff6f00;
}

.rich ul {
  color: #000;
  font-size: 17px;
  line-height: 30px;
}

.black-divider {
  width: 112px;
  height: 2px;
  margin-bottom: 50px;
  background-color: #000;
}

.black-divider.top-space {
  margin-top: 10px;
  margin-bottom: 30px;
}

.photo {
  position: relative;
  z-index: 2;
  padding-bottom: 100%;
  background-image: url('../images/sprzedaż-i-wynajem-kontenerów.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.signgs-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}

.signs {
  height: 300px;
}

.square-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.square-orange {
  position: absolute;
  top: 38%;
  right: 0px;
  width: 30%;
  height: 300px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff6f00), to(#f89829));
  background-image: linear-gradient(90deg, #ff6f00, #f89829);
}

.white-line {
  position: relative;
  z-index: 2;
  width: 2px;
  height: 300px;
  margin-top: -200px;
  margin-left: 340px;
}

.service-download {
  position: relative;
  z-index: 2;
  padding-left: 50px;
  text-align: left;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-map-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-hq {
  padding-left: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.map-contact {
  width: 90%;
}

.contact-info-wrapper {
  margin-top: 50px;
}

.contact-info {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 30px;
  background-image: url('../images/location.svg');
  background-position: 0px 0px;
  background-size: 14px;
  background-repeat: no-repeat;
}

.contact-info.phone {
  background-image: url('../images/phone.svg');
  background-position: 0px 50%;
  background-size: 14px;
}

.contact-info.mail {
  background-image: url('../images/mail.svg');
  background-position: 0px 50%;
  background-size: 16px;
}

.contact-info.fax {
  background-image: url('../images/fax.svg');
  background-position: 0px 50%;
  background-size: 16px;
}

.contact-info.no-icon {
  background-image: none;
}

.contact-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.places-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.place-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333%;
  padding: 50px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #828282;
  text-align: center;
}

.badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 45px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff6f00;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.place-address {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

.place-contact-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-link {
  margin-top: 10px;
  color: #828282;
  font-size: 17px;
  text-decoration: none;
}

.contact-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.career-half {
  padding-right: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.career-half.student {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f6f6f6;
}

.career-color-half {
  position: relative;
  padding: 50px 0px 50px 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.background-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 143%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff6f00), color-stop(100%, #f89829), to(#fff));
  background-image: linear-gradient(90deg, #ff6f00, #f89829 100%, #fff);
}

.work-info {
  position: relative;
  z-index: 1;
  padding-right: 50px;
  text-align: justify;
}

.work-title {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
}

.work-mail {
  display: block;
  margin-top: 20px;
  padding-left: 40px;
  background-image: url('../images/white-mail.svg');
  background-position: 0px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  text-decoration: none;
}

.note-wrapper {
  margin-top: 30px;
}

.note-title {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.note {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.practice-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.colour-block {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  margin-left: -100%;
  background-color: #f6f6f6;
}

.triangle {
  position: absolute;
  top: 50%;
  right: -18px;
  z-index: 1;
  width: 36px;
  height: 36px;
  background-color: #f6f6f6;
  -webkit-transform: translate(0px, -50%) rotate(45deg);
  -ms-transform: translate(0px, -50%) rotate(45deg);
  transform: translate(0px, -50%) rotate(45deg);
}

.mid-info {
  padding: 100px;
  text-align: center;
}

.practice-info {
  margin-bottom: 40px;
  color: #6a747c;
  font-size: 25px;
  line-height: 37px;
}

.top-young {
  color: #6a747c;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.top-young-link {
  display: inline-block;
  margin-top: 20px;
  color: #ff6f00;
  font-size: 20px;
  font-weight: 500;
}

.job-offers-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  padding-top: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.job-offers-wrapper.coop {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.job-offer {
  padding: 30px;
  border: 2px solid #ff6f00;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.job-offer:hover {
  background-color: #fafafa;
}

.job-title {
  color: #000;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
}

.job-place {
  margin-top: 40px;
  padding-left: 30px;
  background-image: url('../images/location.svg');
  background-position: 0px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  color: #828282;
  font-size: 16px;
  font-weight: 700;
}

.place-color {
  color: #ff6f00;
}

.description-title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.job-description {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #2c2c2c;
  font-weight: 400;
  text-align: justify;
}

.job-button {
  margin-top: 20px;
  padding: 6px 30px;
  background-color: #ff6f00;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.job-button:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.job-offer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.hidden-jobs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.more-job-button {
  display: block;
  overflow: hidden;
  height: 40px;
  padding-top: 0px;
  padding-right: 45px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/arrow.svg');
  background-position: 90% 0px;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #6a747c;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.more-job-button:hover {
  background-position: 99% 0px;
}

.mid-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.slider-wrapper {
  position: relative;
}

.slider {
  height: 560px;
}

.hide {
  display: none;
}

.slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 44, 44, .6)), to(rgba(44, 44, 44, .3))), url('../images/football.jpg');
  background-image: linear-gradient(180deg, rgba(44, 44, 44, .6), rgba(44, 44, 44, .3)), url('../images/football.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.arrows-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-img {
  width: 44px;
}

.arrow-link {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.arrow-link:hover {
  opacity: 1;
}

.prizes-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prize-block {
  width: 25%;
  height: 150px;
  background-image: url('../images/pobrane.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.content-space {
  padding-top: 50px;
  padding-bottom: 50px;
}

.read-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grey-arrow {
  width: 22px;
}

.small-fb {
  width: 10px;
}

.tab-desc-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.offer-slider {
  display: none;
}

.scroll-wrapper {
  display: none;
}

.download-in-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.download-in-service:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
  color: #ff6f00;
}

.about-wrapper {
  width: 50%;
  padding-top: 50px;
}

.organisations-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.organisation-block {
  width: 50%;
  padding-right: 50px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.organisation-logo {
  height: 30px;
  margin-bottom: 20px;
}

.organisation-text {
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-align: justify;
}

.help-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
}

.help-photo-wrapper {
  position: relative;
  padding-right: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.help-text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.help-photo {
  position: relative;
  z-index: 1;
  padding-bottom: 100%;
  background-image: url('../images/help.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-square {
  position: relative;
  width: 160%;
  height: 300px;
  margin-top: -35%;
  margin-left: -100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff6f00), to(#f89829));
  background-image: linear-gradient(90deg, #ff6f00, #f89829);
}

.white-line-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 2px;
  height: 300px;
  margin-left: 20%;
  background-color: transparent;
}

.sb-link {
  color: #fff;
  text-decoration: none;
}

.sb-link:hover {
  text-decoration: underline;
}

.file-slider {
  margin-top: 20px;
  padding: 8px 30px;
  background-color: #ff6f00;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.mobile-map {
  display: none;
}

.img-sign {
  margin: -1px 0px;
}

@media (max-width: 991px) {
  .max-widht.map-back {
    background-image: none;
  }
  .hero-section {
    height: 500px;
  }
  .nav-link {
    text-align: center;
  }
  .nav-link.w--current {
    border-bottom-style: none;
  }
  .hero-news {
    width: 100%;
  }
  .hero-paragraph {
    font-size: 16px;
    line-height: 20px;
  }
  .brand {
    padding-left: 0px;
  }
  .nav-menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #000;
  }
  .stats_section {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .stats-block {
    padding-right: 0px;
  }
  .orange-line {
    height: 60px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .stats-text {
    font-size: 14px;
  }
  .stats-img {
    width: 40px;
  }
  .stats-img.man {
    width: 30px;
  }
  .big-span {
    font-size: 20px;
  }
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .tabs-menu {
    width: 100%;
    padding-top: 20px;
  }
  .tabs-content {
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tab-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tab-photo {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tab-wrapper {
    padding-bottom: 20px;
  }
  .social-img {
    height: 160px;
  }
  .lang-wrapper {
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lang {
    margin-right: 15px;
    margin-left: 15px;
  }
  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-block.links {
    display: none;
  }
  .offer-block {
    width: 50%;
  }
  .download {
    width: 20%;
  }
  .question.black {
    margin-bottom: 30px;
  }
  .contact-service {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact-service-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-service-name {
    width: 100%;
  }
  .contact-service-link {
    margin-left: 20px;
  }
  .service-contact-wrapper {
    margin-top: 20px;
  }
  .service-contact-divider {
    margin-left: 20px;
  }
  .info-half {
    width: 100%;
    padding-right: 0px;
  }
  .photo-half {
    display: none;
  }
  .rich p {
    font-size: 16px;
  }
  .rich.career-rich {
    margin-right: 0px;
  }
  .signs {
    display: none;
  }
  .square-orange {
    display: none;
  }
  .white-line {
    display: none;
  }
  .service-download {
    padding-left: 0px;
  }
  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-hq {
    padding-top: 50px;
    padding-left: 0px;
  }
  .map-contact {
    width: 60%;
  }
  .career-half {
    margin-bottom: 50px;
    padding-right: 0px;
  }
  .career-half.student {
    margin-bottom: 0px;
    background-color: transparent;
  }
  .career-color-half {
    margin-top: 0px;
    padding: 30px;
  }
  .background-gradient {
    width: 100%;
  }
  .work-info {
    padding-right: 0px;
  }
  .practice-wrapper {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .colour-block {
    display: none;
  }
  .triangle {
    left: 50%;
    top: auto;
    right: -18px;
    bottom: -30px;
    background-color: #fff;
    -webkit-transform: rotate(45deg) translate(-50%, 0px);
    -ms-transform: rotate(45deg) translate(-50%, 0px);
    transform: rotate(45deg) translate(-50%, 0px);
  }
  .mid-info {
    padding: 50px 0px;
  }
  .practice-info {
    font-size: 20px;
    line-height: 30px;
  }
  .job-offers-wrapper {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .job-offer-block {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .menu-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #ff6f00;
  }
  .slider {
    height: 450px;
  }
  .arrows-wrapper {
    bottom: 20px;
  }
  .prize-block {
    height: 120px;
    background-size: contain;
  }
  .tab-desc-block {
    padding-left: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .offer-slider {
    display: none;
  }
  .download-in-service {
    width: 100%;
  }
  .about-wrapper {
    width: 100%;
  }
  .map-background {
    background-position: 0px -80px;
    background-size: 100%;
  }
  .organisation-text {
    font-size: 14px;
    line-height: 20px;
  }
  .mobile-map {
    display: block;
  }
}

@media (max-width: 767px) {
  .max-widht.map-back {
    background-size: 80%;
  }
  .hero-section {
    height: auto;
  }
  .back-video {
    display: none;
  }
  .hero-container {
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/mobile-top.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/mobile-top.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .logo {
    width: 110px;
  }
  .hero-news {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-news-heading {
    font-size: 26px;
    line-height: 26px;
  }
  .hero-paragraph {
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .hero-button {
    margin-top: 20px;
  }
  .sign-section {
    display: none;
    padding-bottom: 30px;
  }
  .stats_section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .stats-block {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .stats-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tabs {
    display: none;
  }
  .tabs-content {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff6f00), to(#f89627));
    background-image: linear-gradient(90deg, #ff6f00, #f89627);
  }
  .tab-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-photo {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .tab-title {
    font-size: 20px;
  }
  .offer-heading {
    font-size: 26px;
    line-height: 26px;
  }
  .offer-heading.career-heading {
    margin-bottom: 30px;
  }
  .offer-heading.career-heading.white {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 20px;
  }
  .tab-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .hash-text {
    font-size: 30px;
    line-height: 30px;
  }
  .socialwall-wrapper {
    margin-bottom: 0px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .social-wrap {
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .social-img {
    width: 45%;
    height: 180px;
    margin-top: 20px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .social-text-wrapper {
    margin: 0px;
    padding: 20px 20px 0px;
  }
  .map-section {
    height: 300px;
  }
  .contact-text {
    font-size: 12px;
  }
  .ue-logo {
    height: 36px;
    margin-bottom: 20px;
  }
  .header {
    height: 320px;
  }
  .header.spedycja {
    height: 300px;
    padding-bottom: 20px;
  }
  .download {
    width: 33.333%;
  }
  .help-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .question.black {
    font-size: 26px;
    line-height: 26px;
  }
  .contact-service-name {
    width: 100%;
  }
  .back-button-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .service-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .info-half {
    width: 100%;
  }
  .rich p {
    font-size: 14px;
    line-height: 20px;
  }
  .signs {
    display: none;
  }
  .square-orange {
    display: none;
  }
  .white-line {
    display: none;
  }
  .service-download {
    padding-left: 0px;
  }
  .map-contact {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .place-wrapper {
    width: 50%;
  }
  .badge {
    width: 160px;
    height: 36px;
    font-size: 16px;
  }
  .career-half.student {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .job-offers-wrapper.coop {
    margin-top: 20px;
  }
  .job-offer-block {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .arrow-img {
    width: 30px;
  }
  .prizes-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prize-block {
    width: 50%;
    height: 100px;
  }
  .content-space {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .read-wrapper {
    padding-bottom: 10px;
  }
  .tab-desc-block {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .stat-icon-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .social-img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .offer-slider {
    display: block;
    height: auto;
    margin-top: 20px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff6f00), to(#f89829));
    background-image: linear-gradient(90deg, #ff6f00, #f89829);
  }
  .offer-slide {
    padding: 0px;
  }
  .mask {
    height: auto;
  }
  .scroll-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .scroll-img {
    width: 34px;
    margin-right: 20px;
  }
  .download-in-service {
    width: 100%;
  }
  .organisation-block {
    width: 100%;
    padding-right: 0px;
  }
  .help-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .help-photo-wrapper {
    display: none;
  }
}

@media (max-width: 479px) {
  .hero-news {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-left-style: none;
  }
  .sign-section {
    display: none;
  }
  .stats_section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7))), url('../images/photo-cont.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/photo-cont.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .stats-block {
    width: 100%;
  }
  .orange-line {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tab-link {
    width: 100%;
  }
  .tab-content {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-photo {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .tab-title {
    line-height: 22px;
  }
  .tab-info {
    font-size: 14px;
    line-height: 20px;
  }
  .offer-heading.career-heading {
    font-size: 25px;
    line-height: 26px;
  }
  .offer-heading.career-heading.white {
    margin-bottom: 30px;
  }
  .tab-wrapper {
    padding-bottom: 30px;
  }
  .news-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .social-wrapper {
    margin-top: 20px;
  }
  .social-img {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-block.logos {
    margin-top: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-block.main-links {
    display: none;
  }
  .contact-text {
    padding-left: 0px;
    background-image: none;
    text-align: center;
  }
  .contact-text.phone {
    background-image: none;
  }
  .contact-text.mail {
    padding-left: 0px;
    background-image: none;
  }
  .ue-logo {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .header {
    height: 320px;
  }
  .header.spedycja {
    height: 260px;
    padding-bottom: 20px;
  }
  .offer-block {
    width: 100%;
  }
  .download-file-name.service {
    font-size: 12px;
  }
  .download {
    width: 50%;
  }
  .question {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 26px;
  }
  .contact-us {
    padding: 9px 35px;
    font-size: 14px;
  }
  .service-icon {
    margin-right: 0px;
  }
  .service-icon-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact-service-name {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .contact-service-link {
    margin-top: 10px;
    margin-left: 0px;
  }
  .service-contact-wrapper {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-contact-divider {
    display: none;
  }
  .rich h2 {
    font-size: 26px;
  }
  .map-contact {
    width: 100%;
  }
  .place-wrapper {
    width: 100%;
  }
  .contact-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .career-color-half {
    padding: 20px;
  }
  .triangle {
    display: none;
  }
  .practice-info {
    font-size: 18px;
  }
  .job-offers-wrapper.coop {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .job-offer {
    padding: 20px;
  }
  .hidden-jobs {
    margin-right: 0px;
    margin-left: 0px;
  }
  .slider {
    height: auto;
  }
  .slide-content {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .arrow-img {
    width: 30px;
  }
  .prize-block {
    background-size: 80%;
  }
  .tab-desc-block {
    min-height: 200px;
    padding: 10px 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .stat-icon-div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .social-img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .offer-slider {
    background-color: transparent;
  }
  .offer-slide {
    height: auto;
    padding: 0px;
  }
  .download-in-service {
    width: 100%;
  }
  .about-wrapper {
    padding-top: 30px;
  }
  .map-background {
    background-position: 50% -20px;
  }
  .organisation-block {
    padding-left: 0px;
  }
  .help-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

