@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.podpisik {
    max-width: 220px;
    padding-top: 14px;
}

.obszr-wrap {
    display: flex;
}

.obszr-wrap ul {
    width: 50%;
}

.obszr-wrap p.opisik {
    width: 50%;
}

.ask-artykul {
    width: 75% !important;
}

@media only screen and (max-width: 700px) {
    .ask-artykul {
        width: 100% !important;
    }

    .obszr-wrap {
        flex-direction: column;
    }

    .obszr-wrap p.opisik {
        width: 100%;
    }

    .obszr-wrap ul {
        width: 100%;
    }
}


.navigation .logo img {
    width: 165px !important;
}

.team__image {
    width: 100%;
    max-height: 200px;
    max-width: 170px;
}

html {
  font-size: 62.5%;
  font-family: 'Quicksand', sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

ul.columns2-kd {
    margin-bottom: 10px;
}

.pdfLink {
  color: #00AEEF;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.pdfLink:hover {
  color: #ED028C;
}

.paragraphGray {
  font-size: 1.65rem;
  color: #FFFFFF;
  line-height: 2;
}

.navigation__element {
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  color: #57585a;
  text-decoration: none;
}

.menuActiveColor {
  color: #ED028C;
}

.mobileNavigation {
  width: 100vw;
  height: 100vh;
  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;
  background-color: #FFFFFF;
  background-size: cover;
  background-position: center;
  z-index: 0;
  position: fixed;
  top: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}

.mobileNavigation__title {
  font-family: 'MonteCarlo', cursive;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
}

.mobileNavigation__list {
  text-align: center;
  list-style: none;
}

.mobileNavigation__element {
  font-size: 2rem;
  margin: 20px 0px;
  font-weight: 500;
}

.activeNavigation {
  opacity: 1;
  z-index: 50;
}

.mobileButtonNavigation {
  position: fixed;
  top: 20px;
  left: calc(100vw - 50px);
  width: 40px;
  height: 15px;
  z-index: 500;
  cursor: pointer;
}

.mobileButtonNavigation__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.mobileButtonNavigation__bars {
  position: absolute;
  right: 0;
  width: 70%;
  height: 2px;
  background-color: #000000;
  will-change: transform;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.mobileButtonNavigation__bars--1 {
  top: 0;
  width: 60%;
}

.mobileButtonNavigation__bars--2, .mobileButtonNavigation__bars--3 {
  top: 0;
  bottom: 0;
  margin: auto;
}

.mobileButtonNavigation__bars--4 {
  bottom: -1px;
  width: 50%;
}

.mobileButtonNavigationSticky {
  top: 40px;
}

.active .mobileButtonNavigation__bars--1,
.active .mobileButtonNavigation__bars--4 {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.active .mobileButtonNavigation__bars--2 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.active .mobileButtonNavigation__bars--3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.active .mobileButtonNavigation__bars--1,
.active .mobileButtonNavigation__bars--4 {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.button {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-decoration: none;
  color: black;
  padding: 1rem 3rem;
  margin-top: 3rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  background: none;
  cursor: pointer;
  color: #57585A;
  z-index: 1;
}

.button:hover {
  background-color: #ED028C;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  color: #FFFFFF;
}

.button:hover::after {
  width: 100%;
  height: 100%;
}

.button:hover::before {
  width: 100%;
  height: 100%;
}

.button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-top: 2px solid #ED028C;
  border-left: 2px solid #ED028C;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #ED028C;
  border-right: 2px solid #ED028C;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.headingOne {
  color: #FFFFFF;
  z-index: 1;
  position: relative;
  font-size: 3.3rem;
  text-transform: uppercase;
}

.headingTwo {
  font-size: 3.5rem;
  margin-bottom: 20px;
  color: #57585A;
  text-transform: uppercase;
}

.paragraph {
  font-size: 1.85rem;
  color: #57585A;
  text-align: justify;
}

.spanFontWeight {
  font-weight: 600;
}

.pink {
  color: #ED028C;
}

.blue {
  color: #00AEEF;
}

.gray {
  color: #57585A;
}

li {
  list-style: "";
}

.swiper-pagination-bullet-active {
  background-color: #ED028C !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #ED028C !important;
  padding-bottom: 20px;
}

.swiper-pagination {
  bottom: 0;
}

.navigation {
  display: none;
}

.topIconBox {
  display: none;
}

.header {
  width: 100vw;
  height: 100vh;
  background-image: url("/image/strona-glowna-image-min.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__backgroundColor {
  width: 100%;
  height: 100%;
  background-color: rgba(87, 88, 90, 0.5);
  position: absolute;
}

.header__paragraph {
  color: #FFFFFF;
  z-index: 10;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  padding: 0px 5vw;
  font-size: 1.55rem;
}

.header__button {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-decoration: none;
  color: #FFFFFF;
  padding: 1rem 3rem;
  margin-top: 3rem;
  background: #ED028C;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.header__button:hover {
  background: #c50474;
}

.headerTeam {
  width: 100vw;
  height: 50vh;
  background-color: #808383;
  background-size: cover;
  background-position: center;
  position: relative;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerTeam__backgroundColor {
  width: 100%;
  height: 100%;
  background-color: rgba(87, 88, 90, 0.5);
  position: absolute;
}

.headerTeam__paragraph {
  color: #FFFFFF;
  z-index: 10;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  padding: 0px 5vw;
  font-size: 1.85rem;
}

.headerTeamOferta {
  background-color: #808383;
}

.headerTeamRealizacje {
  background-color: #808383;
}

.headerTeamASK {
  background-color: #808383;
}

.about {
  padding: 30px 0px 0px 0px;
}

.about__textBox {
  padding: 0 5vw;
}

.about__imageBox {
  width: 100vw;
  height: 70vh;
  margin-top: 30px;
  background-image: url("/webp/strona-glowna-techniczne.webp");
  background-size: cover;
  background-position: center;
}

.about__imageBox2 {
    width: 100vw;
    height: 70vh;
    margin-top: 30px;
    background-image: url("/webp/realizacje-12.webp");
    background-size: cover;
    background-position: center;
}

.about__imageBoxTeam {
  width: 100vw;
  height: 70vh;
  margin-top: 30px;
  background-image: url("/webp/biuro-wewnatrz.webp");
  background-size: cover;
  background-position: center;
}

.about__imageBoxNoneImg {
  width: 100vw;
  height: 70vh;
  margin-top: 30px;
}

.about__imageBoxTeamTwo {
  background-image: url("/webp/panorama-krakow-2.webp");
}

.about__imageBoxTeamASK {
  background-image: url("/webp/przed-biurem-flagi.webp");
  background-position: 10% 30%;
}

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

.about__imageMain {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.about__textMain {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.service {
  padding: 30px 0px 0px 0px;
}

.service__firstArticle {
  padding: 0px 5vw;
}

.service__secoundArticle {
  width: 100%;
  margin: 30px 0px 0px;
}

.service__informationBox {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 1;
  color: #FFFFFF;
  background-color: rgba(34, 34, 34, 0.9);
  padding: 30px 20px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-align: center;
}

.service__firstImageBox {
  position: relative;
  width: 100vw;
  height: 70vh;
  background-image: url("/webp/prace-apartamenty-cechowa-2.webp");
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
}

.service__firstImageBox:hover .service__informationBox {
  opacity: 1;
}

.service__link {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.service__link:hover {
  color: #00AEEF;
}

.service__secoundImageBox {
  position: relative;
  width: 100vw;
  height: 70vh;
  background-image: url("/webp/prywatni-inwestorzy.webp");
  background-position: center;
  background-size: cover;
}

.service__secoundImageBox:hover .service__informationBox {
  opacity: 1;
}

.service__unorderList {
  list-style-type: none;
}

.service__listElement {
  margin: 10px 0px;
}

.referencje {
  padding: 30px 5vw 0px;
  width: 100vw;
}

.changes {
  padding: 30px 0px 0px 0px;
}

.changes__firstArticle, .changes__secoundArticle {
  width: 100%;
}

.changes__firstArticle {
  padding-top: 30px;
}

.changes__secoundArticle {
  padding: 0px 5vw;
}

.changes__image {
  width: 100%;
}

.changes__firstArticleTwo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.changes__firstArticleThree {
  display: none;
}

.referencje {
  padding: 30px 5vw 0px 5vw;
}

.referencje__firstArticle, .referencje__secoundArticle {
  width: 100%;
  padding: 0px 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.referencje__image {
  width: 100%;
}

.slider {
  padding: 30px 0px 30px 0px;
}

.slider__heading {
  padding: 0px 5vw;
}

.team {
  padding: 30px 5vw 0px;
  width: 100vw;
}

.team__wrapper {
  width: 100%;
}

.team__person {
  width: 100%;
  padding-bottom: 30px;
}

.team__image {
  width: 100%;
  max-height: 400px;
}

.team__text {
  text-align: center;
  margin-top: 15px;
}

.footer {
  width: 100vw;
  padding: 80px 20px 0px;
  background-color: #262626;
}

.footer__article {
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__icon {
  padding-right: 20px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.footer__infoBox {
  text-align: center;
}

.footer__infoBox:nth-of-type(2) {
  margin-top: 20px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.footer__infoBox:nth-last-child(1) {
  margin-top: 20px;
}

.footer__paragraph {
  font-size: 1.60rem;
  line-height: 2;
  color: #BCBDC0;
}

.footer__input {
  display: none;
  width: 73%;
  font-size: 1.6rem;
  font-family: 'Josefin Sans', sans-serif;
  background: #262626;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 5px 0px;
}

.footer__input::-webkit-input-placeholder {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.6rem;
  text-align: center;
  color: #BCBDC0;
}

.footer__input:-ms-input-placeholder {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.6rem;
  text-align: center;
  color: #BCBDC0;
}

.footer__input::-ms-input-placeholder {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.6rem;
  text-align: center;
  color: #BCBDC0;
}

.footer__input::placeholder {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.6rem;
  text-align: center;
  color: #BCBDC0;
}

.footer__hoverLink {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer__hoverLink:hover {
  color: #ED028C;
}

.lastSection {
  background-color: #262626;
  text-align: center;
  padding: 20px;
}

.zdjecieRury {
  background-image: url("/webp/rury.webp");
}

.last-service {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .header {
    max-height: 400px;
  }
  .headerTeam {
    max-height: 400px;
  }
  .about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about__textBox {
    width: 40%;
  }
  .about__imageBox {
    width: 60%;
    height: 250px;
    margin-top: 0;
  }
    .about__imageBox2 {
        width: 60%;
        height: 250px;
        margin-top: 0;
    }

    .about__imageBoxTeam {
    width: 60%;
    height: 250px;
    margin-top: 0;
  }

  .about__imageBoxNoneImg {
    width: 60%;
    height: 250px;
    margin-top: 0;
  }
  .service__secoundArticle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .service__firstImageBox, .service__secoundImageBox {
    width: 48%;
    height: 40vh;
  }
  .changes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .changes__firstArticle {
    width: 50%;
    padding-right: 30px;
  }
  .changes__secoundArticle {
    width: 50%;
  }
  .team {
    padding: 30px 5vw;
    width: 100vw;
  }
  .team__wrapper {
    width: 100%;
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .team__person {
    width: 30%;
    padding-bottom: 30px;
  }
  .team__image {
    width: 100%;
  }
  .team__text {
    text-align: center;
    margin-top: 15px;
  }
  .footer {
    width: 100vw;
    padding: 80px 20px 0px;
    background-color: #262626;
  }
  .footer__article {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5fr 1fr;
        grid-template-columns: 1fr 5fr 1fr;
  }
  .footer__icon {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    padding-right: 20px;
  }
  .footer__infoBox {
    text-align: center;
  }
  .footer__infoBox:nth-of-type(1) {
    text-align: left;
    margin-top: 30px;
  }
  .footer__infoBox:nth-of-type(2) {
    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;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__infoBox:nth-last-child(1) {
    display: block;
    text-align: right;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer__input {
    display: block;
  }
}

@media (min-width: 992px) {
    ul.columns2-kd {
        columns: 2;
    }

    .navigation {
    width: 95vw;
    max-width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px auto;
  }
  .navigation__element {
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    color: #57585a;
    text-decoration: none;
  }
  .navigation__element::before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background: #ED028C;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  .navigation__element:hover.navigation__element::before {
    width: 100%;
  }
  .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%;
    list-style: none;
  }
  .topIconBox {
    display: block;
    width: 100vw;
    padding: 10px 0px;
    background: #F9F9F9;
  }
  .topIconBox__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 95vw;
    max-width: 1400px;
    margin: 0 auto;
  }
  .topIconBox__icon {
    font-size: 1.7rem;
    color: #ED028C;
    margin-right: 10px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .topIconBox__icon:hover {
    color: #00AEEF;
  }
  .topIconBox__link {
    color: #ED028C;
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: bold;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .topIconBox__link:hover {
    color: #00AEEF;
  }
  .topIconBox__link:hover .topIconBox__icon {
    color: #00AEEF;
  }
  .mobileButtonNavigation {
    display: none;
    z-index: -1;
  }
  .mobileNavigation {
    display: none;
    z-index: -1;
  }
  .header {
    max-height: 500px;
  }
  .headerTeam {
    max-height: 350px;
  }
  .about {
    padding: 80px 0px;
  }
  .about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 95vw;
    max-width: 1300px;
    margin: 0 auto;
  }
  .about__textBox {
    width: 40%;
    padding: 0;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about__imageBox {
    width: 50%;
    height: 450px;
    margin-top: 0;
  }

    .about__imageBox2 {
        width: 50%;
        height: 450px;
        margin-top: 0;
    }

  .about__imageBoxTeam {
    width: 50%;
    height: 450px;
    margin-top: 0;
    -webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
            clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
  }
  .about__imageBoxTeamTwo {
    -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
            clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  }
  .about__imageBoxNoneImg {
    width: 50%;
    height: 450px;
    margin-top: 0;
  }
  .about__imageMain {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about__textMain {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about__imageBoxTeamASK {
    display: block;
  }
  .service {
    width: 100vw;
    background-color: #F9F9F9;
    padding: 80px 0px;
  }
  .service__wrapper {
    width: 90vw;
    max-width: 1300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto;
  }
  .service__firstArticle {
    width: 40%;
    height: 50vh;
    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: 0px 0px;
    padding-left: 5rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .service__secoundArticle {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
  }
  .service__firstImageBox, .service__secoundImageBox {
    height: 50vh;
    margin-bottom: 0px;
  }
  .referencje {
    width: 90vw;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
  }
  .referencje__image {
    width: 27vw;
    margin: 0 auto;
  }
  .changes {
    width: 90vw;
    max-width: 1300px;
    padding: 80px 0px;
    margin: 0 auto;
  }
  .changes__firstArticle {
    position: relative;
    width: 50%;
    padding-right: 0px;
  }
  .changes__secoundArticle {
    width: 50%;
    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;
    padding-right: 5vw;
  }
  .changes__secoundArticleTwo {
    width: 50%;
    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;
    padding-right: 0vw;
    padding-left: 5vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .changes__firstArticle::after {
    content: "";
    position: absolute;
    top: 0%;
    right: -5%;
    width: 80%;
    height: 90%;
    background-color: #F9F9F9;
    z-index: -1;
  }
  .changes__firstArticleTwo::after {
    content: "";
    position: absolute;
    top: 0%;
    left: -5%;
    width: 80%;
    height: 90%;
    background-color: #F9F9F9;
    z-index: -1;
  }
  .changes__firstArticleThree::after {
    content: "";
    position: absolute;
    top: 0%;
    left: -5%;
    width: 80%;
    height: 90%;
    background-color: #F9F9F9;
    z-index: -1;
  }
  .changes__firstArticleThree {
    display: block;
  }
  .changes__firstArticleMobile {
    display: none;
  }
  .slider {
    width: 100vw;
    padding: 80px 0px;
    background-image: linear-gradient(162deg, #ffffff 53%, #f9f9f9 29%);
  }
  .slider__heading {
    padding: 0px 0vw;
  }
  .slider__swiper {
    width: 90vw;
    max-width: 1300px;
    margin: 0 auto;
  }
  .team {
    padding: 30px 5vw;
    width: 100vw;
  }
  .team__wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    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;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .team__person {
    width: 26%;
    padding-bottom: 30px;
  }
  .team__imageScale {
    max-width: 230px;
    max-height: 300px;
  }
  .team__text {
    text-align: center;
    margin-top: 15px;
  }
  .team__image {
    width: 100%;
    /*max-height: 300px;*/
    /*max-width: 250px;*/
    max-height: 200px;
    max-width: 170px;
  }
  .footer__article {
    max-width: 1250px;
    margin: 0 auto;
    border-bottom: 1px solid #BCBDC0;
  }
  .footer__input {
    width: 41%;
  }
  .indexImage {
    -webkit-clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%) !important;
            clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%) !important;
  }
  .customImageLast {
    margin: 0 20%;
    width: 80%;
  }
  .last-service {
    margin-bottom: 0px;
  }
}
/*# sourceMappingURL=main.css.map */
