<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

html {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}

@media (min-width: 460px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #212b48;
  background: #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  z-index: 1;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

::-moz-selection {
  color: #fff;
  background: #f3912d;
}

::selection {
  color: #fff;
  background: #f3912d;
}

::-webkit-scrollbar {
  width: 1rem;
  height: 1rem;
}

::-webkit-scrollbar-thumb {
  background: #f3912d;
  border: 0.125rem solid #212b48;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: #192137;
}

a {
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

h1 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.4rem;
  }
}

h5 {
  font-size: 1.1em;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.2rem;
  }
}

strong,
b {
  font-weight: 600;
}

.btn {
  display: inline-block;
  padding: .75rem 3.1875rem .75rem 2.375rem;
  color: #f3912d;
  background: rgba(243, 145, 45, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  border: .125rem solid;
  border-radius: 5rem;
  cursor: pointer;
  font-size: 1.25rem;
  font-family: inherit;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.btn:after {
  content: '';
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  border: solid currentColor;
  border-width: 0 .125rem .125rem 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: .8125rem;
  right: 1.6875rem;
}

.btn:hover {
  background: #f3912d;
  border-color: #f3912d;
  color: #fff;
}

.btn--white {
  color: #fff;
  background: rgba(255, 255, 255, 0);
}

.btn--white:hover {
  background: white;
  border-color: #fff;
  color: #212b48;
  mix-blend-mode: lighten;
}

.container, .footer__container, .cookiebar__container, .about-text__container, .association__container, .home-intro__container, .home-about__container, .home-offers__container, .home-scope__box, .offer-icons__container, .offer-dealer__container, .offer-task__container, .job__container, .contact__container {
  width: 100%;
  max-width: 76.5rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.container--xl {
  max-width: 89.875rem;
}

.container--l {
  max-width: 67rem;
}

.container--m {
  max-width: 57rem;
}

.container--s {
  max-width: 47rem;
}

.wp-text {
  line-height: 1.66;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.wp-text h2, .wp-text h3, .wp-text h4, .wp-text h5, .wp-text h6 {
  padding: 1em 0 .25em;
}

.wp-text ul {
  list-style: disc;
}

.wp-text p + p {
  margin-top: 1em;
}

.wp-text p + ul {
  margin-bottom: 1em;
}

.wp-text li {
  margin-left: 2em;
}

.wp-text img {
  max-width: 100%;
}

.topnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.0625rem solid #fff;
  z-index: 999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #e9e9e9;
}

.topnav--transparent {
  background: rgba(0, 0, 0, 0.51);
}

.topnav--blue {
  background: #212b48;
}

.topnav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 76.5rem;
  margin: 0 auto;
  pointer-events: none;
}

.topnav__logo {
  pointer-events: all;
  padding: 1rem;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 992px) {
  .topnav__logo {
    padding: 1.5rem 1rem;
  }
  .topnav__logo--lower {
    padding: 1rem;
  }
}

.topnav__logo__img {
  height: 2.9375rem;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.topnav__menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #212b48;
  color: #fff;
  width: 100%;
  max-width: 14rem;
  height: 100vh;
  padding-top: 1rem;
  z-index: -1;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: all;
}

.topnav__menu--active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 1;
  border-right: 0.0625rem solid #fff;
}

@media (min-width: 992px) {
  .topnav__menu {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 .5rem 0 auto;
    background: none;
    width: unset;
    max-width: unset;
    height: unset;
    padding-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #212b48;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    border-right: 0;
  }
  .topnav__menu--transparent {
    color: #fff;
  }
  .topnav__menu--blue {
    color: #fff;
  }
}

@media (min-width: 1200px) {
  .topnav__menu {
    gap: 1.5625rem;
  }
}

.topnav__menu__single {
  position: relative;
}

@media (min-width: 992px) {
  .topnav__menu__single:hover .topnav__submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.topnav__menu__link {
  display: inline-block;
  padding: .75rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  width: 100%;
  position: relative;
  text-decoration: none;
  font-size: 1.25rem;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .topnav__menu__link:hover, .topnav__menu__link:focus {
    text-decoration: none;
    color: #f3912d;
  }
}

.topnav__menu__link:focus {
  color: #f3912d;
}

@media (min-width: 992px) {
  .topnav__menu__link {
    padding: 0 .75rem;
    width: unset;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.topnav__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: .5rem;
  padding: 0 0 1rem 1rem;
}

@media (min-width: 992px) {
  .topnav__submenu {
    display: none;
    border: 0.0625rem solid #fff;
    position: absolute;
    background: #e9e9e9;
    padding: .5rem 0;
  }
}

.topnav__submenu__link {
  text-decoration: none;
  padding: .5rem 1rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 992px) {
  .topnav__submenu__link {
    color: #212b48;
  }
}

.topnav__submenu__link:hover {
  color: #f3912d;
}

.topnav__trigger {
  border: 0;
  background: none;
  padding: 0 1rem;
  margin-left: auto;
  cursor: pointer;
  pointer-events: all;
}

@media (min-width: 992px) {
  .topnav__trigger {
    display: none;
  }
}

.menu-icon {
  height: 2rem;
}

.menu-icon__path {
  -webkit-transition: .2s;
  transition: .2s;
}

.menu-icon--active .menu-icon__path {
  stroke: #f3912d;
}

.menu-icon--active .menu-icon__path--top {
  -webkit-transform: rotate(45deg) translateY(-18.5%) scaleX(1.5);
          transform: rotate(45deg) translateY(-18.5%) scaleX(1.5);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.menu-icon--active .menu-icon__path--center {
  opacity: 0;
}

.menu-icon--active .menu-icon__path--bottom {
  -webkit-transform: rotate(-45deg) translateY(18.5%) scaleX(1.5);
          transform: rotate(-45deg) translateY(18.5%) scaleX(1.5);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.footer {
  background: #212b48;
  color: #fff;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5rem 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 992px) {
  .footer__container {
    padding: 8rem 1rem;
  }
}

.footer__content {
  width: 100%;
}

@media (min-width: 768px) {
  .footer__content {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .footer__content {
    width: 37.5rem;
  }
}

.footer__logo__img {
  height: 3.25rem;
  display: block;
}

.footer__text {
  padding-top: 4rem;
  line-height: 1.875rem;
}

.footer__menu {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.125rem;
  gap: .875rem;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .footer__menu {
    padding-top: 0;
    font-size: 1.25rem;
    text-align: right;
  }
}

.footer__menu__link {
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

.footer__menu__link:hover {
  color: #f3912d;
}

.cookiebar {
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f3912d;
  color: #212b48;
  border-top: 0.0625rem solid #212b48;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cookiebar--hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

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

@media (min-width: 992px) {
  .cookiebar__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cookiebar__text {
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 992px) {
  .cookiebar__text {
    margin-bottom: 0;
    text-align: left;
  }
}

.cookiebar__link {
  color: #212b48;
}

.cookiebar__btn {
  white-space: nowrap;
  background: #212b48;
  border: 0;
  color: #fff;
  padding: 0.75rem;
  cursor: pointer;
}

.cookiebar-spacer {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 0;
  width: 100%;
  background: #f3912d;
}

.cookiebar-spacer--active {
  height: 10rem;
}

@media (min-width: 992px) {
  .cookiebar-spacer--active {
    height: 3.75rem;
  }
}

.error-page {
  text-align: center;
  padding: 5rem 0;
  padding: 9rem 0 6rem;
}

.error-page__title {
  font-size: 2rem;
}

@media (min-width: 992px) {
  .error-page__title {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .error-page__info {
    font-size: 1.25rem;
  }
}

.info-page {
  padding: 8rem 0 4rem;
}

@media (min-width: 992px) {
  .info-page {
    padding: 12rem 0 6rem;
  }
}

.info-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  padding-bottom: .5em;
  font-size: 2rem;
}

@media (min-width: 992px) {
  .info-title {
    font-size: 3rem;
  }
}

.normal-page {
  padding-top: 5rem;
}

@media (min-width: 992px) {
  .normal-page {
    padding-top: 6rem;
  }
}

.offers-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5.8125rem;
}

@media (min-width: 768px) {
  .offers-intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.offers-intro__start {
  width: 20%;
  padding-top: 5rem;
}

@media (min-width: 1600px) {
  .offers-intro__start {
    padding: 10rem 0 0 9.3125rem;
  }
}

.offers-intro__text {
  line-height: 1.875rem;
}

@media (min-width: 768px) {
  .offers-intro__text {
    width: 37rem;
    padding-top: 5rem;
  }
}

@media (min-width: 1600px) {
  .offers-intro__text {
    padding-top: 10.375rem;
  }
}

.offers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.625rem;
  padding-bottom: 10.3125rem;
}

@media (min-width: 992px) {
  .offers-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.offers-list__single {
  width: 100%;
  border-radius: 2.5rem;
  background: #212b48;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .offers-list__single {
    padding-bottom: 5rem;
  }
}

.offers-list__single--orange {
  background: #f3912d;
}

.offers-list__single--white {
  background: #fff;
  color: #212b48;
}

.offers-list__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  padding: 2.5rem 0 1rem;
}

@media (min-width: 992px) {
  .offers-list__title {
    padding-top: 5rem;
  }
}

.offers-list__subtitle {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  padding-bottom: 2rem;
}

.footer-crane {
  display: block;
  width: 100%;
  max-width: 30rem;
}

@media (min-width: 992px) {
  .footer-crane {
    max-width: 40rem;
  }
}

@media (min-width: 1600px) {
  .footer-crane {
    max-width: 56.8125rem;
  }
}

.reference-intro {
  background: #212b48;
  color: #fff;
}

.reference-intro__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}

@media (min-width: 768px) {
  .reference-intro__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .reference-intro__top {
    gap: 0;
    padding-top: 5rem;
  }
}

@media (min-width: 1600px) {
  .reference-intro__top {
    padding-top: 9.75rem;
  }
}

.reference-intro__single {
  width: 50%;
  text-align: center;
}

.reference-intro__logo {
  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;
  aspect-ratio: 1 / .43;
}

.reference-intro__img {
  width: 10rem;
}

@media (min-width: 1600px) {
  .reference-intro__img {
    width: unset;
    max-width: 100%;
  }
}

.reference-intro__name {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  padding-top: .75rem;
  max-width: 20rem;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .reference-intro__name {
    font-size: 2rem;
  }
}

.reference-intro__text {
  line-height: 1.875rem;
  max-width: 37rem;
  margin: 0 auto;
  padding: 3rem 0 4rem;
}

@media (min-width: 1600px) {
  .reference-intro__text {
    padding: 3.1875rem 0 9.8125rem;
  }
}

.reference-space {
  background: #fff;
  height: 28rem;
  background: url(../img/parallax/references.jpg) no-repeat center center fixed;
  background-size: cover;
  display: none;
}

@media (min-width: 768px) {
  .reference-space {
    display: block;
  }
}

.reference-main {
  background: #fff;
  border-radius: 2.5rem;
  margin: -2rem 0 10.3125rem;
  padding: 4rem 1rem 1rem;
}

@media (min-width: 992px) {
  .reference-main {
    padding: 5rem 3rem;
    margin-top: -5rem;
  }
}

@media (min-width: 1600px) {
  .reference-main {
    padding: 7rem 6.6875rem;
    margin-top: -10.6875rem;
  }
}

.reference-main__top {
  padding-bottom: 4.8125rem;
}

@media (min-width: 992px) {
  .reference-main__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.reference-main__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  padding-bottom: .5em;
  font-size: 2rem;
}

@media (min-width: 992px) {
  .reference-main__title {
    font-size: 3rem;
    width: 50%;
  }
}

.reference-main__text {
  line-height: 1.875rem;
  padding: .375rem 0 0 .25rem;
}

@media (min-width: 992px) {
  .reference-main__text {
    width: 50%;
  }
}

.reference-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.reference-list__single {
  background: #e9e9e9;
  border-radius: 2.5rem;
  padding: 1.75rem 2.25rem 1.875rem;
  width: 100%;
}

@media (min-width: 768px) {
  .reference-list__single {
    width: calc( 50% - 1rem);
  }
}

.reference-list__name {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
  border-bottom: 0.0625rem solid #acacac;
  padding-bottom: .1875rem;
}

.reference-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.6875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 992px) {
  .reference-list__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.reference-list__photo {
  width: 6.6875rem;
}

.reference-list__img {
  width: 100%;
  display: block;
  margin-top: .9375rem;
}

.reference-list__text {
  line-height: 1.875rem;
}

@media (min-width: 992px) {
  .reference-list__text {
    width: calc( 100% - 6.6875rem);
    padding-left: 1.25rem;
  }
}

.reference-list__bottom {
  text-align: right;
  padding-top: .125rem;
}

.reference-list__more {
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

.reference-list__more:hover {
  color: #f3912d;
}

.about-page {
  overflow: hidden;
}

.about-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 992px) {
  .about-intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.about-intro__photo {
  position: relative;
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .about-intro__photo {
    height: unset;
    width: 42.31%;
  }
}

.about-intro__img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 992px) {
  .about-intro__img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top right;
       object-position: top right;
  }
}

.about-intro__main {
  padding: 4rem 1rem;
}

@media (min-width: 992px) {
  .about-intro__main {
    width: 50%;
    max-width: 47.375rem;
    padding: 4rem 1rem 4rem 7rem;
  }
}

@media (min-width: 1600px) {
  .about-intro__main {
    padding: 8.875rem 1rem 6.625rem 9.1875rem;
  }
}

.about-intro__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  padding-bottom: 2.625rem;
  font-size: 2rem;
}

@media (min-width: 992px) {
  .about-intro__title {
    font-size: 3rem;
    width: 50%;
  }
}

.about-intro__text {
  line-height: 1.875rem;
}

.about-text {
  background: #212b48;
  color: #fff;
  padding: 4rem 0;
}

@media (min-width: 992px) {
  .about-text {
    padding: 6rem 0;
  }
}

@media (min-width: 1600px) {
  .about-text {
    padding: 16.25rem 0 11.875rem;
  }
}

.about-text__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .about-text__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.about-text__important {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
}

@media (min-width: 992px) {
  .about-text__important {
    font-size: 2rem;
    width: 50%;
    padding-right: 14%;
  }
}

.about-text__content {
  line-height: 1.875rem;
  padding-top: 2rem;
}

@media (min-width: 992px) {
  .about-text__content {
    padding-top: 0;
    width: 50%;
  }
}

.about-parallax {
  background: url(../img/photos/about-2.jpg) no-repeat center center fixed;
  background-size: cover;
  display: none;
}

@media (min-width: 768px) {
  .about-parallax {
    display: block;
  }
}

.about-parallax:after {
  content: '';
  display: block;
  padding-bottom: 55.3046218%;
}

.about-values {
  background: #e9e9e9;
  margin-top: -19.85vw;
  border-radius: 2.5rem;
  position: relative;
  padding: 4rem 1rem;
}

@media (min-width: 992px) {
  .about-values {
    padding: 6rem 3rem;
  }
}

@media (min-width: 1600px) {
  .about-values {
    padding: 7rem 7.5rem 13.5rem;
  }
}

.about-values:after {
  content: '';
  background: #fff;
  height: calc( 100% - 19.85vw);
  width: 200vw;
  display: block;
  position: absolute;
  bottom: 0;
  left: -50vw;
  z-index: -1;
}

.about-values__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  padding-bottom: 2.625rem;
  font-size: 2rem;
  text-align: center;
}

@media (min-width: 992px) {
  .about-values__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .about-values__title {
    padding-bottom: 6.25rem;
  }
}

.about-values__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 2rem;
  text-align: center;
}

.about-values__single {
  width: 100%;
}

@media (min-width: 460px) {
  .about-values__single {
    width: calc( 50% - 1rem);
  }
}

@media (min-width: 768px) {
  .about-values__single {
    width: calc( 25% - 1.5rem);
  }
}

.about-values__icon {
  height: 6.375rem;
  display: block;
  margin: 0 auto .5rem;
}

.about-values__name {
  border-top: 0.0625rem solid #acacac;
  padding-top: .75rem;
}

.association {
  background: #fff;
  padding: 4rem 0;
}

@media (min-width: 992px) {
  .association {
    padding: 6rem 0;
  }
}

@media (min-width: 1600px) {
  .association {
    padding: 11.75rem 0 11.8125rem;
  }
}

.association__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 992px) {
  .association__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.association__text {
  line-height: 1.875rem;
  width: 100%;
}

@media (min-width: 992px) {
  .association__text {
    max-width: 37.125rem;
  }
}

.association__extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 4rem;
}

@media (min-width: 992px) {
  .association__extra {
    padding-top: 0;
    max-width: 27.5rem;
  }
}

.association__logo {
  margin-bottom: 3rem;
  display: block;
}

.about-partners {
  padding: 4rem 0;
}

@media (min-width: 992px) {
  .about-partners {
    padding: 6rem 0;
  }
}

@media (min-width: 1600px) {
  .about-partners {
    padding: 9rem 0 9.9375rem;
  }
}

.about-partners__top {
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid #acacac;
  margin-bottom: 1.375rem;
}

@media (min-width: 992px) {
  .about-partners__top {
    padding-bottom: 2.875rem;
  }
}

.about-partners__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}

@media (min-width: 1600px) {
  .about-partners__title {
    padding-bottom: 2rem;
  }
}

.about-partners__list {
  list-style: disc;
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .about-partners__list {
    -webkit-columns: 2;
            columns: 2;
  }
}

@media (min-width: 1200px) {
  .about-partners__list {
    -webkit-columns: 3;
            columns: 3;
    margin: 0 -2.875rem 0 4.125rem;
  }
}

.about-partners__single {
  padding-bottom: .5625rem;
}

.realizations-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .realizations-intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.realizations-intro__photo {
  position: relative;
}

@media (min-width: 768px) {
  .realizations-intro__photo {
    width: 40%;
  }
}

@media (min-width: 992px) {
  .realizations-intro__photo {
    width: 41.9%;
  }
}

.realizations-intro__img {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .realizations-intro__img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.realizations-intro__main {
  max-width: 47.375rem;
  position: relative;
  padding: 5rem 1rem;
}

@media (min-width: 768px) {
  .realizations-intro__main {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .realizations-intro__main {
    width: 50%;
    padding: 5rem 3rem;
  }
}

@media (min-width: 1600px) {
  .realizations-intro__main {
    padding: 13.3125rem 1rem 17.25rem 9.875rem;
  }
}

.realizations-intro__text {
  line-height: 1.875rem;
}

.realizations-intro__list {
  list-style: disc;
  margin: .5rem 0 .5rem 1rem;
}

.realizations-intro__alert {
  margin-top: 3rem;
}

@media (min-width: 1600px) {
  .realizations-intro__alert {
    margin-top: 0;
    position: absolute;
    width: calc( 100% + 11.25rem);
    left: -5.0625rem;
    bottom: 4.6875rem;
  }
}

.alert {
  background: #212b48;
  color: #fff;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1rem 1.5rem;
}

@media (min-width: 768px) {
  .alert {
    padding: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1600px) {
  .alert {
    padding: 1.125rem 5.6875rem 1.25rem 8.125rem;
  }
}

.alert__icon {
  display: block;
  height: 3rem;
  margin: 0 0 1rem;
}

@media (min-width: 768px) {
  .alert__icon {
    height: 5.625rem;
    margin: 0 1.125rem 0 0;
  }
}

.alert__text {
  line-height: 1.875rem;
}

.alert__text--offer {
  max-width: 62.75rem;
}

@media (min-width: 768px) {
  .alert__text--offer {
    margin-left: 1rem;
  }
}

.realizations-top {
  background: #212b48;
  color: #fff;
  padding: 5rem 0 17rem;
}

@media (min-width: 1600px) {
  .realizations-top {
    padding: 10rem 0 18.75rem;
  }
}

.realizations-top__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}

@media (min-width: 992px) {
  .realizations-top__title {
    font-size: 3rem;
  }
}

.realizations-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -11.875rem;
  position: relative;
  z-index: 2;
  padding-bottom: 10.3125rem;
  gap: 2.0625rem 1.5rem;
}

@media (min-width: 992px) {
  .realizations-list {
    gap: 2.0625rem 1.59375rem;
  }
}

.realizations-list__single {
  position: relative;
  border-radius: 2.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .realizations-list__single {
    width: calc( 50% - .75rem);
  }
}

@media (min-width: 992px) {
  .realizations-list__single {
    width: calc( 33.333333% - 1.0625rem);
  }
}

.realizations-list__single:after {
  content: '';
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.17);
  padding-bottom: 20rem;
  z-index: 1;
  border-radius: 2.5rem;
}

@media (min-width: 768px) {
  .realizations-list__single:after {
    padding-bottom: 89.473684%;
  }
}

.realizations-list__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  border-radius: 2.5rem;
}

.realizations-list__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  z-index: 2;
  border-radius: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
}

@media (min-width: 992px) {
  .realizations-list__content {
    padding: 1rem 1rem 4.3125rem;
  }
}

.realizations-list__name {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  max-width: 20rem;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .realizations-list__name {
    font-size: 1.25rem;
  }
}

.realizations-list__location {
  padding: .375rem 0 2rem;
}

.home-intro {
  position: relative;
}

.home-intro:after {
  content: '';
  display: block;
  padding-bottom: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.home-intro__video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-intro__content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  padding-bottom: 4.125rem;
}

.home-intro__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  padding-bottom: .5em;
  font-size: 2rem;
  line-height: 1.25;
  max-width: 20ch;
}

@media (min-width: 992px) {
  .home-intro__title {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .home-intro__title {
    font-size: 4rem;
    -webkit-transform: translateY(6.1875rem);
            transform: translateY(6.1875rem);
  }
}

.home-intro__text {
  line-height: 1.875rem;
  max-width: 37rem;
  padding-bottom: 6.8125rem;
  margin-right: .1875rem;
}

@media (min-width: 992px) {
  .home-intro__text {
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .home-intro__text {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: -.375rem;
  }
}

.home-intro__scroll {
  all: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.home-intro__scroll:hover {
  opacity: .75;
}

.home-intro__scroll__icon {
  height: 3rem;
}

.home-about {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-top: 4rem;
}

@media (min-width: 992px) {
  .home-about {
    padding-top: 6rem;
  }
}

@media (min-width: 1600px) {
  .home-about {
    padding-top: 11.625rem;
  }
}

.home-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 57.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .home-about__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 992px) {
  .home-about__col {
    width: 50%;
  }
}

.home-about__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}

@media (min-width: 992px) {
  .home-about__title {
    font-size: 2.5rem;
  }
}

.home-about__text {
  line-height: 1.875rem;
  padding-bottom: 3.75rem;
}

.home-about__action {
  text-align: right;
}

.home-clouds {
  position: relative;
}

.home-clouds__img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: -12vw;
}

.home-parallax {
  background: url(../img/parallax/home.jpg) no-repeat center center fixed;
  background-size: cover;
  display: none;
}

@media (min-width: 768px) {
  .home-parallax {
    display: block;
  }
}

.home-parallax:after {
  content: '';
  display: block;
  padding-bottom: 35.4%;
}

.home-offers {
  background: #212b48;
  color: #fff;
  overflow: hidden;
}

.home-offers__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 0;
}

@media (min-width: 992px) {
  .home-offers__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .home-offers__container:after {
    content: '';
    padding-bottom: 29rem;
    display: block;
  }
}

.home-offers__single {
  text-align: center;
  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;
  background: #212b48;
  padding: 4rem 1rem;
}

@media (min-width: 992px) {
  .home-offers__single {
    padding: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
  }
}

.home-offers__single--orange {
  right: 0;
  background: #f3912d;
}

.home-offers__single--orange:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100vw;
  -webkit-transform: translate(100%);
          transform: translate(100%);
  background: #f3912d;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .home-offers__single:hover {
    width: 100%;
  }
}

.home-offers__single--top {
  z-index: 1;
}

.home-offers__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: .5em;
}

@media (min-width: 992px) {
  .home-offers__title {
    font-size: 2.5rem;
  }
}

.home-offers__text {
  line-height: 1.875rem;
  padding: 2rem 0 2.25rem;
  max-width: 50ch;
  margin: 0 auto;
}

.home-scope {
  padding: 1rem 1rem 0;
}

@media (min-width: 768px) {
  .home-scope {
    background: url(../img/parallax/home.jpg) no-repeat center center fixed;
    background-size: cover;
    padding: 22rem 1rem 0;
  }
}

.home-scope__box {
  background: #212b48;
  color: #fff;
  border-radius: 2.5rem;
  text-align: center;
  max-width: 87.875rem;
  padding: 4rem 1rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .home-scope__box {
    padding: 5rem 2.5rem;
  }
}

@media (min-width: 1600px) {
  .home-scope__box {
    padding: 7rem 7.5rem;
  }
}

.home-scope__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 992px) {
  .home-scope__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .home-scope__title {
    padding-bottom: 6.25rem;
  }
}

.home-scope__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.25rem 2rem;
  padding-bottom: 6.6875rem;
}

.home-scope__single {
  width: 100%;
}

@media (min-width: 768px) {
  .home-scope__single {
    width: calc( 50% - 1rem);
  }
}

@media (min-width: 992px) {
  .home-scope__single {
    width: calc( 25% - 1.5rem);
  }
}

.home-scope__icon {
  height: 6rem;
  display: block;
  margin: 0 auto .4375rem;
}

.home-scope__text {
  border-top: 0.0625rem solid #acacac;
  line-height: 1.875rem;
  padding: .75rem .625rem 0;
}

.home-partners {
  position: relative;
  background: #fff;
  padding-top: 4rem;
}

@media (min-width: 1600px) {
  .home-partners {
    padding: 6rem 0 10.125rem;
  }
}

.home-partners:after {
  content: '';
  position: absolute;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 10%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  padding-bottom: 50%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 1;
}

.home-partners__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 59rem;
}

@media (min-width: 992px) {
  .home-partners__title {
    font-size: 2.5rem;
    padding-bottom: 3.75rem;
  }
}

.home-partners__list {
  margin-left: -1rem;
}

.home-partners__single {
  position: relative;
}

.home-partners__single::after {
  content: '';
  display: block;
  padding-bottom: 66.666666%;
}

.home-partners__logo {
  padding: 0 2rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-realizations__top {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin: 0 auto;
  max-width: 58.75rem;
  padding: 4rem 1.5rem;
}

@media (min-width: 768px) {
  .home-realizations__top {
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 992px) {
  .home-realizations__top {
    padding: 7rem 1.5rem;
  }
}

@media (min-width: 1600px) {
  .home-realizations__top {
    padding: 12.625rem 1.5rem 12.625rem 0;
  }
}

.home-realizations__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  padding: 0 1rem;
  max-width: 59rem;
}

@media (min-width: 992px) {
  .home-realizations__title {
    font-size: 2.5rem;
  }
}

.home-realizations__single {
  display: block;
  position: relative;
}

.home-realizations__single:after {
  content: '';
  padding-bottom: 100%;
  display: block;
}

.home-realizations__single:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.17);
  z-index: 1;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.home-realizations__single:hover:before {
  opacity: 1;
}

.home-realizations__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-work {
  background: #f3912d;
  color: #fff;
  padding: 7rem 1rem 1.875rem;
}

.home-work__container {
  margin: 0 auto;
  max-width: 55.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home-work__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2rem;
}

@media (min-width: 992px) {
  .home-work__title {
    font-size: 2.5rem;
  }
}

.home-work__text {
  max-width: 58ch;
  line-height: 1.875rem;
  margin: 1.5rem 0;
}

@media (min-width: 768px) {
  .home-work__text {
    margin: -.3125rem -1.25rem 4.0625rem auto;
  }
}

@media (min-width: 768px) {
  .home-work__action {
    text-align: right;
  }
}

.home-footer {
  display: block;
  width: 100%;
}

.offer-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .offer-intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.offer-intro__main {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .offer-intro__main {
    width: 50%;
    max-width: 46.875rem;
    padding: 0 1rem 0 0;
  }
}

@media (min-width: 992px) {
  .offer-intro__main {
    padding-right: 10rem;
  }
}

.offer-intro__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  padding-bottom: 1.5rem;
  line-height: 1.25;
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .offer-intro__title {
    max-width: 16ch;
  }
}

@media (min-width: 992px) {
  .offer-intro__title {
    padding-bottom: 3rem;
    font-size: 3rem;
  }
}

.offer-intro__text {
  line-height: 1.875rem;
}

.offer-intro__photo {
  position: relative;
}

@media (min-width: 768px) {
  .offer-intro__photo {
    width: 41.9%;
  }
}

@media (min-width: 768px) {
  .offer-intro__photo:after {
    content: '';
    display: block;
    padding-bottom: 123.2%;
  }
}

.offer-intro__img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .offer-intro__img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .offer-intro__img--service {
    -o-object-position: top left;
       object-position: top left;
  }
}

.offer-intro__paragraph {
  padding-bottom: 1.875rem;
}

.offer-icons {
  background: #212b48;
  color: #fff;
  text-align: center;
  padding: 4rem 0;
}

@media (min-width: 1600px) {
  .offer-icons {
    padding: 9.25rem 0 8.6875rem;
  }
}

@media (min-width: 1600px) {
  .offer-icons--service {
    padding: 13.125rem 0 13.75rem;
  }
}

.offer-icons__container {
  max-width: 74.75rem;
}

.offer-icons__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.5rem;
  padding-bottom: 3rem;
}

@media (min-width: 992px) {
  .offer-icons__title {
    font-size: 2rem;
    padding-bottom: 6.875rem;
  }
}

.offer-icons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

@media (min-width: 992px) {
  .offer-icons__list {
    gap: 4.5rem 2rem;
  }
}

.offer-icons__single {
  width: 100%;
}

@media (min-width: 768px) {
  .offer-icons__single {
    width: calc( 50% - 1rem);
  }
}

@media (min-width: 992px) {
  .offer-icons__single {
    width: calc( 33.333333% - 1.333333rem);
  }
}

.offer-icons__icon {
  height: 6rem;
  display: block;
  margin: 0 auto .4375rem;
}

.offer-icons__text {
  border-top: 0.0625rem solid #acacac;
  line-height: 1.875rem;
  padding: .75rem 2.5rem 0;
  max-width: 30rem;
  margin: 0 auto;
}

.offer-parallax {
  display: none;
}

@media (min-width: 768px) {
  .offer-parallax {
    display: block;
    background: url(../img/photos/about-2.jpg) no-repeat center center fixed;
    background-size: cover;
  }
}

.offer-parallax:after {
  content: '';
  display: block;
  padding-bottom: 50%;
}

@media (min-width: 992px) {
  .offer-parallax:after {
    padding-bottom: 24.45%;
  }
}

.offer-parallax--rent {
  background: url(../img/parallax/rent.jpg) no-repeat center center fixed;
  background-size: cover;
}

.offer-parallax--liebherr {
  background: url(https://dzwigmar.pl/wp-content/uploads/2023/01/Raclawicka-2-1-of-9-1.jpg) no-repeat center center fixed;
  background-size: cover;
}

.offer-parallax--sell {
  background: url(../img/parallax/sell.jpg) no-repeat center center fixed;
  background-size: cover;
}

.offer-parallax--sell:after {
  padding-bottom: 39.4%;
}

.offer-parallax--potain {
  background: url(https://dzwigmar.pl/wp-content/uploads/2023/01/DSC_7369-1.jpg) no-repeat center center fixed;
  background-size: cover;
}

.offer-parallax--potain:after {
  padding-bottom: 39.4%;
}

.offer-parallax--service {
  background: url(../img/parallax/service.jpg) no-repeat center center fixed;
  background-size: cover;
}

.offer-parallax--service:after {
  padding-bottom: 50%;
}

@media (min-width: 992px) {
  .offer-parallax--service:after {
    padding-bottom: 21.849%;
  }
}

.offer-encourage {
  padding: 4rem 0;
  margin: 0 auto;
  max-width: 74.5rem;
}

@media (min-width: 1200px) {
  .offer-encourage {
    padding: 9.25rem 0 3.8125rem;
  }
}

.offer-encourage__important {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 4rem;
}

@media (min-width: 992px) {
  .offer-encourage__important {
    font-size: 2rem;
    padding-bottom: 7.4375rem;
  }
}

.offer-encourage__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .offer-encourage__cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 768px) {
  .offer-encourage__col {
    max-width: 32.8125rem;
  }
}

.offer-encourage__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.5rem;
  padding-bottom: .875rem;
}

@media (min-width: 992px) {
  .offer-encourage__title {
    font-size: 2rem;
  }
}

.offer-encourage__subtitle {
  font-weight: 700;
}

.offer-encourage__text {
  line-height: 1.875rem;
  padding-bottom: 1.6875rem;
}

.offer-encourage__list {
  list-style: disc;
  padding: 1rem;
  line-height: 1.875rem;
}

@media (min-width: 768px) {
  .offer-encourage__list {
    padding: 1.6875rem 4.5rem 0 3.875rem;
  }
}

.offer-alert {
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .offer-alert {
    padding-bottom: 6.9375rem;
  }
}

.offer-box {
  background: #fff;
  border-radius: 2.5rem;
  padding: 1rem;
  z-index: 1;
  position: relative;
}

@media (min-width: 992px) {
  .offer-box {
    padding: 7.25rem 6.6875rem 6.25rem;
  }
}

.offer-box--sell {
  margin-top: -21vw;
}

.offer-box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .offer-box__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 992px) {
  .offer-box__start {
    width: 50%;
  }
}

.offer-box__end {
  padding-top: 1rem;
}

@media (min-width: 992px) {
  .offer-box__end {
    padding: .4375rem 0 0 1rem;
    width: 50%;
  }
}

.offer-box__text {
  line-height: 1.875rem;
}

.offer-box__important {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .offer-box__important {
    max-width: 30ch;
    font-size: 2rem;
  }
  .offer-box__important--full {
    max-width: 100%;
    text-align: center;
  }
}

.offer-models {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: -.125rem;
  padding: 3rem 0 0;
}

@media (min-width: 768px) {
  .offer-models {
    padding: 3rem 1rem 0;
  }
}

@media (min-width: 992px) {
  .offer-models {
    padding: 5.125rem 1rem 0;
  }
}

.offer-models--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offer-models__col {
  width: 100%;
}

@media (min-width: 992px) {
  .offer-models__col {
    padding-left: 2.25rem;
    width: calc( 33.333333% - 1.333333rem);
  }
}

.offer-models__company {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.125rem;
  padding-top: 1.6875rem;
  position: relative;
}

.offer-models__company:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: .0625rem;
  width: 100%;
  background: #acacac;
}

@media (min-width: 992px) {
  .offer-models__company:before {
    left: -2.25rem;
    width: calc( 100% + 2.25rem);
  }
}

@media (min-width: 992px) {
  .offer-models__company {
    font-size: 1.25rem;
  }
}

.offer-models__company--sibling {
  margin-top: .625rem;
}

.offer-models__list {
  list-style: disc;
  margin: 1.5625rem 0 0 1.125rem;
}

.offer-models__single {
  padding-bottom: .875rem;
}

.offer-models__link {
  text-decoration: none;
}

.offer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 74.5rem;
  margin: 0 auto;
  padding: 4.5rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .offer-contact {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 9.4375rem 0 4.5rem;
  }
}

@media (min-width: 768px) {
  .offer-contact__start {
    width: 50%;
  }
}

.offer-contact__form {
  width: 100%;
}

@media (min-width: 768px) {
  .offer-contact__form {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .offer-contact__form {
    padding: .75rem 0 0 .25rem;
  }
}

.offer-contact__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 2rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .offer-contact__title {
    font-size: 3rem;
    padding-bottom: 2.5rem;
  }
}

.offer-contact__subtitle {
  line-height: 1.25;
  font-size: 1.25rem;
  padding-bottom: 2rem;
}

.message {
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
  color: #fff;
}

.message--success {
  background: #007e15;
}

.message--error {
  background: #7e0000;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .form__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: .5rem;
  }
}

.form__input, .form__textarea {
  width: 100%;
  border: 0;
  font-size: 1rem;
  font-family: inherit;
  border-radius: 2.5rem;
  background: #fff;
  margin-bottom: 1rem;
  padding: .4375rem 1.5rem;
}

.form__textarea {
  resize: vertical;
  border-radius: 1.3125rem;
  padding: .6875rem 1.5rem;
  min-height: 9.5rem;
}

.form__action {
  text-align: right;
  padding-top: 1.625rem;
}

.offer-dealer {
  background: #212b48;
  color: #fff;
  padding: 5rem 0;
}

@media (min-width: 1600px) {
  .offer-dealer {
    padding: 13.875rem 0 10rem;
  }
}

.offer-dealer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 76rem;
  gap: 4rem;
}

@media (min-width: 768px) {
  .offer-dealer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.offer-dealer__start {
  width: 100%;
}

@media (min-width: 768px) {
  .offer-dealer__start {
    width: 30%;
  }
}

@media (min-width: 992px) {
  .offer-dealer__start {
    width: 50%;
  }
}

.offer-dealer__box {
  background: #fff;
  padding: 4.25rem 2.5rem 3.5rem;
  gap: 4.5rem;
  border-radius: 2.5rem;
  width: 100%;
  max-width: 15rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .offer-dealer__box {
    max-width: 23.4375rem;
    margin: 0 1rem 0 0;
  }
}

.offer-dealer__logo {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.offer-dealer__end {
  width: 100%;
}

@media (min-width: 768px) {
  .offer-dealer__end {
    padding: .25rem 0 0 1rem;
    width: 70%;
  }
}

@media (min-width: 992px) {
  .offer-dealer__end {
    width: 50%;
  }
}

@media (min-width: 1600px) {
  .offer-dealer__end {
    padding: .25rem 0 0 .25rem;
  }
}

.offer-dealer__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.5rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .offer-dealer__title {
    font-size: 2rem;
    padding-bottom: 2.25rem;
  }
}

.offer-dealer__text {
  line-height: 1.875rem;
  padding-bottom: 5.75rem;
}

.offer-dealer__bottom {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

@media (min-width: 768px) {
  .offer-dealer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.offer-dealer__full-text {
  font-weight: 700;
}

.offer-task {
  background: #fff;
  padding: 5rem 0;
}

@media (min-width: 1600px) {
  .offer-task {
    padding: 14.25rem 0 11.875rem;
  }
}

.offer-task__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .offer-task__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 992px) {
  .offer-task__start {
    width: 50%;
  }
}

.offer-task__important {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .offer-task__important {
    max-width: 26ch;
    font-size: 2rem;
  }
}

.offer-task__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  line-height: 1.875rem;
  padding-top: 3rem;
}

@media (min-width: 992px) {
  .offer-task__text {
    padding-top: 0;
    width: 50%;
  }
}

.realization-page {
  background: #212b48;
  color: #fff;
}

.realization-shadow {
  content: '';
  position: fixed;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #212b48), to(rgba(33, 43, 72, 0)));
  background: linear-gradient(0deg, #212b48 20%, rgba(33, 43, 72, 0) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.realization-shadow--hidden {
  height: 0;
}

.single-realization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .single-realization {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 992px) {
  .single-realization {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 5rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 1600px) {
  .single-realization {
    padding: 7.125rem 0;
  }
}

.single-realization__start {
  padding-bottom: 4rem;
}

@media (min-width: 992px) {
  .single-realization__start {
    padding: 5rem 0 0;
  }
}

@media (min-width: 1600px) {
  .single-realization__start {
    padding-top: 17.5625rem;
  }
}

.single-realization__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .single-realization__content {
    position: -webkit-sticky;
    position: sticky;
    top: 40vh;
  }
}

@media (min-width: 1600px) {
  .single-realization__content {
    margin-left: -2.5rem;
  }
}

.single-realization__back {
  margin-right: 1.25rem;
}

.single-realization__info {
  max-width: 19rem;
}

.single-realization__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.5rem;
  padding-bottom: .875rem;
}

@media (min-width: 992px) {
  .single-realization__title {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .single-realization__end {
    max-width: 62.25%;
  }
}

.single-realization__link {
  margin-bottom: 1.3125rem;
  display: block;
}

.single-realization__photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2.5rem;
}

.fslightbox-container {
  background: rgba(33, 43, 72, 0.5) !important;
}

.realization-crane {
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
}

.job {
  background: #212b48;
  padding-top: 4rem;
}

@media (min-width: 768px) {
  .job {
    padding-top: 5rem;
  }
}

@media (min-width: 1200px) {
  .job {
    padding-top: 7rem;
  }
}

@media (min-width: 1600px) {
  .job {
    padding-top: 15.5rem;
  }
}

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

@media (min-width: 992px) {
  .job__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.job__start {
  color: #fff;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .job__start {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .job__start {
    padding: 0;
  }
}

.job__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  font-size: 2rem;
}

@media (min-width: 992px) {
  .job__title {
    font-size: 3rem;
  }
}

.job__text {
  line-height: 1.875rem;
  padding-top: 3rem;
  max-width: 25.75rem;
}

.job__end {
  margin-bottom: -2rem;
  width: 100%;
}

@media (min-width: 768px) {
  .job__end {
    width: 50%;
    margin-bottom: -6.625rem;
  }
}

.form-box {
  background: #e9e9e9;
  border-radius: 2.5rem;
  padding: 1rem 1rem 1rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .form-box {
    padding: 4.5rem 3.5rem 3rem;
  }
}

@media (min-width: 1600px) {
  .form-box--job {
    margin-left: -3.25rem;
    width: calc( 100% + 6.75rem);
  }
}

.attachments {
  font-weight: 700;
  font-size: 1.25rem;
}

.attachments__new {
  color: #f3912d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -.625rem 0 -.625rem 1.375rem;
}

.attachments__icon {
  height: 1.3125rem;
  display: block;
  margin-right: 1rem;
}

.attachments__input {
  display: none;
}

.job-crane {
  width: 100%;
  display: block;
}

.contact-page {
  overflow: hidden;
}

.contact {
  background: #212b48;
  color: #fff;
  padding-top: 5rem;
}

@media (min-width: 992px) {
  .contact {
    padding-top: 4.5rem;
  }
}

@media (min-width: 1200px) {
  .contact {
    padding-top: 9.375rem;
  }
}

.contact__container {
  max-width: 81.5rem;
}

@media (min-width: 1200px) {
  .contact__container {
    padding-left: 3.5rem;
  }
}

.contact__title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  font-size: 2rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .contact__title {
    font-size: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1200px) {
  .contact__title {
    padding-bottom: 5.375rem;
  }
}

.contact__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 992px) {
  .contact__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 992px) {
  .contact__start {
    width: 50%;
    padding-right: 1rem;
  }
}

@media (min-width: 1200px) {
  .contact__start {
    padding-right: 0;
    width: 39.1%;
  }
}

.contact__single {
  border-top: 0.0625rem solid #e9e9e9;
  padding: 1.3125rem 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .contact__single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 992px) {
  .contact__single {
    padding: 1.3125rem 1.1875rem 1.5rem;
  }
}

.contact__subtitle {
  font-weight: 700;
  line-height: 1.5;
  width: 50%;
}

@media (min-width: 768px) {
  .contact__text {
    padding-left: 3.5rem;
  }
}

@media (min-width: 992px) {
  .contact__text {
    width: 50%;
  }
}

.contact__link {
  text-decoration: none;
}

@media (min-width: 992px) {
  .contact__end {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .contact__end {
    width: 51.95%;
  }
}

.map {
  position: relative;
  margin: 3.5rem 1rem 6rem;
  z-index: 2;
}

.map:after {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  background: #e9e9e9;
  width: 200vw;
  height: 50.5%;
  left: -50vw;
  bottom: 0;
}

.map__img {
  display: block;
  margin: 0 auto;
  border-radius: 2.5rem;
  width: 100%;
  max-width: 60rem;
}

@media (min-width: 1600px) {
  .map__img {
    max-width: 87.875rem;
  }
}

.map__marker {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2.5rem;
}

@media (min-width: 1600px) {
  .map__marker {
    height: 3.875rem;
  }
}

@media (min-width: 1200px) {
  .map-after {
    height: 10.3125rem;
  }
}

.mobile-parallax {
  width: 100%;
}

@media (min-width: 768px) {
  .mobile-parallax {
    display: none;
  }
}

.mobile-parallax__img {
  width: 100%;
  height: auto;
  display: block;
}

/* sidebar we wpisach blogowych z widgetami */

.container--s {
    max-width: 60rem; /* Ustawienie maksymalnej szerokoĹci kontenera */
    margin: 0 auto; /* WyĹrodkowanie kontenera */
    padding: 0 1rem; /* Dodanie odstÄpu po bokach */
}

.content-area {
    display: flex;
    flex-wrap: nowrap; /* Zapewnienie, Ĺźe elementy nie bÄdÄ siÄ owijaÄ */
    gap: 20px; /* Dodanie odstÄpu miÄdzy gĹĂłwnÄ treĹciÄ a sidebar */
}

.main-content {
    flex: 0 0 70%; /* Ustawienie szerokoĹci gĹĂłwnej treĹci */
    min-width: 80%;
}

.sidebar {
    flex: 0 0 30%; /* Ustawienie szerokoĹci sidebaru */
    padding: 20px;
    border-left: 1px solid #ddd;
    margin-left: auto; /* PrzesuniÄcie sidebaru na prawo */
}

.widget {
    margin-bottom: 20px;
}

.widget-title {
    font-size: 1.2em;
    margin-bottom: 10px;
}

/* Dostosowanie stylu listy ostatnich wpisĂłw */
.widget_recent_entries ul.wp-block-latest-posts__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_recent_entries li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.wp-block-latest-posts__featured-image {
    margin-right: 10px;
}

.wp-block-latest-posts__featured-image img {
    width: 50px; /* Dostosuj rozmiar wedĹug potrzeb */
    height: 50px;
    object-fit: cover;
}

.wp-block-latest-posts__post-title {
    font-size: 14px; /* Dostosuj rozmiar czcionki wedĹug potrzeb */
    color: #000; /* Dostosuj kolor czcionki wedĹug potrzeb */
    text-decoration: none;
    font-weight: normal; /* Dostosuj styl czcionki wedĹug potrzeb */
}

.wp-block-latest-posts__post-title:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .content-area {
        display: flex;
        flex-direction: column; /* Ustawienie flex-direction na kolumnÄ */
    }
    .main-content {
        width: 100%; /* Ustawienie szerokoĹci gĹĂłwnej treĹci na 100% */
    }
    .sidebar {
        width: 100%; /* Ustawienie szerokoĹci sidebaru na 100% */
        padding: 10px 0; /* Dostosowanie paddingu */
        display: block; /* Upewnienie siÄ, Ĺźe sidebar jest wyĹwietlany */
        order: 2; /* Przeniesienie sidebaru poniĹźej gĹĂłwnej treĹci */
    }
}

/*# sourceMappingURL=style.css.map */</pre></body></html>