@charset "UTF-8";
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html {
  box-sizing: border-box !important; }

*, *:before, *:after {
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0;
  text-align: left; }

*:focus {
  outline: none !important; }

a {
  text-decoration: none; }

img {
  display: block; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px; }

body {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #000; }

.wrap {
  margin: 0 auto;
  max-width: calc(1030px + 40px);
  width: 100%;
  padding: 0 20px; }
  @media screen and (max-width: 750px) {
    .wrap {
      padding: 0 14px; } }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mt110 {
  margin-top: 110px !important; }

.mt120 {
  margin-top: 120px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

.pt110 {
  padding-top: 110px !important; }

.pt120 {
  padding-top: 120px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pb110 {
  padding-bottom: 110px !important; }

.pb120 {
  padding-bottom: 120px !important; }

p {
  color: #575757;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  margin-bottom: 20px; }

strong {
  color: #F8A31A;
  font-weight: 700; }

ul {
  list-style: none;
  padding: 0; }

ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  /* odstęp między kreską a tekstem */
  color: #575757;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; }

ul li::before {
  content: "";
  width: 10px;
  height: 1.5px;
  background: #F8A31A;
  flex-shrink: 0;
  display: block; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  opacity: 0.9;
  background: #F8A31A;
  padding: 0 60px;
  height: 32px;
  color: #575757;
  text-align: center;
  font-family: Lato;
  text-wrap: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.2px;
  /* 120% */ }
  .button:hover {
    background: #ff9900;
    /* ciemniejszy odcień */
    box-shadow: 0 4px 8px rgba(248, 163, 26, 0.2);
    /* delikatny cień */ }
  .button:active {
    transform: translateY(0);
    /* powrót do pozycji wyjściowej */
    background: #e68a00;
    /* jeszcze ciemniejszy odcień */
    box-shadow: 0 2px 4px rgba(248, 163, 26, 0.1);
    /* mniejszy cień */ }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-width: 300px;
  background: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(27, 16, 7, 0.11); }
  .site-header .wrap {
    max-width: 1300px;
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .site-header .logo img {
    max-height: 55px; }
  .site-header .hamburger {
    display: none;
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
    z-index: 10; }
    .site-header .hamburger span {
      display: block;
      background-color: #333;
      height: 3px;
      width: 100%;
      border-radius: 3px;
      position: absolute;
      left: 0;
      transition: all 0.3s ease-in-out; }
    .site-header .hamburger span:nth-child(1) {
      top: 0; }
    .site-header .hamburger span:nth-child(2) {
      top: 10px; }
    .site-header .hamburger span:nth-child(3) {
      top: 20px; }
    .site-header .hamburger.open span:nth-child(1) {
      transform: rotate(45deg);
      top: 10px; }
    .site-header .hamburger.open span:nth-child(2) {
      opacity: 0; }
    .site-header .hamburger.open span:nth-child(3) {
      transform: rotate(-45deg);
      top: 10px; }
  .site-header .main-nav {
    margin-left: auto; }
    .site-header .main-nav a {
      color: #6D6D6D;
      font-size: 16px;
      font-weight: 700;
      transition: color 0.5s;
      margin-left: 43px; }
      .site-header .main-nav a:first-child {
        margin-left: 0; }
      .site-header .main-nav a:hover {
        color: #F8A31A; }
  .site-header .socialmedia-nav img {
    height: 32px;
    width: auto; }
  @media screen and (max-width: 1000px) {
    .site-header .socialmedia-nav {
      order: 1;
      margin-left: auto;
      margin-right: 20px; }
    .site-header .main-nav {
      order: 2; }
    .site-header .hamburger {
      order: 3; }
    .site-header .wrap {
      min-height: 80px; }
    .site-header .logo img {
      max-height: 40px; }
    .site-header .hamburger {
      display: block; }
    .site-header .main-nav {
      display: none;
      opacity: 0; }
    .site-header .main-nav.open {
      animation: fadeIn 0.3s forwards;
      z-index: 100;
      position: absolute;
      width: 100%;
      height: 100vh;
      left: 0;
      top: 80px;
      display: block;
      background: #ffffff; }
      .site-header .main-nav.open a {
        background-color: #f5f5f5;
        margin: 4px 10px;
        padding: 10px 20px;
        display: block;
        border-radius: 0px;
        transition: color 0.3s, background-color 0.3s; }
        .site-header .main-nav.open a:before {
          display: none; }
        .site-header .main-nav.open a:hover {
          color: #ffffff;
          background-color: #F8A31A; } }

/* Definiowanie animacji dla fadeIn */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Definiowanie animacji dla fadeOut */
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.hero-component {
  min-width: 360px;
  margin-top: 80px;
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  /* lub konkretna wysokość np. 800px */
  max-height: 768px;
  overflow: hidden;
  background: #F7F7F7; }
  .hero-component .wrap {
    position: relative;
    max-width: 1300px;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    align-items: center; }
  .hero-component .content {
    max-width: 580px;
    padding: 60px 0; }
    .hero-component .content .title {
      color: #575757;
      font-size: 64px;
      font-style: normal;
      font-weight: 700;
      line-height: 76px;
      padding-bottom: 48px; }
    .hero-component .content .subtitle {
      color: #575757;
      font-size: 48px;
      font-style: normal;
      font-weight: 300;
      line-height: 38.4px;
      /* 80% */
      display: block;
      padding-top: 10px; }
    .hero-component .content .description {
      line-height: 24px; }
    .hero-component .content .button {
      margin-top: 20px; }
  .hero-component .background-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%; }
    .hero-component .background-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: left center; }
    .hero-component .background-image::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to top, #f7f7f7 10%, rgba(247, 247, 247, 0) 50%);
      z-index: 1; }
  @media screen and (max-width: 1000px) {
    .hero-component .content {
      max-width: 480px; }
      .hero-component .content .title {
        font-size: 48px;
        line-height: 60px;
        padding-bottom: 20px; }
      .hero-component .content .subtitle {
        font-size: 28px;
        line-height: 36px; } }
  @media screen and (max-width: 880px) {
    .hero-component {
      height: auto;
      max-height: 100%; }
      .hero-component .content {
        max-width: 100%;
        padding: 60px 0px; }
      .hero-component .background-image {
        position: relative;
        width: 100%;
        height: 300px; }
        .hero-component .background-image img {
          width: 200%;
          height: 200%;
          object-fit: cover;
          object-position: right center; }
        .hero-component .background-image::before {
          display: none; } }
  @media screen and (max-width: 768px) {
    .hero-component .content {
      padding: 40px 0px; } }

.partners-component {
  min-width: 360px;
  min-height: 131px;
  background: #F8A31A;
  padding: 20px 0; }
  .partners-component .wrap {
    height: 100%; }
  .partners-component .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px 120px; }
  @media screen and (max-width: 768px) {
    .partners-component .content {
      gap: 30px 80px; } }

.about-us-component {
  min-width: 360px;
  padding-top: 40px;
  padding-bottom: 120px; }
  .about-us-component .content {
    text-align: center;
    margin-bottom: 80px; }
    .about-us-component .content p {
      line-height: 24px; }
    .about-us-component .content strong {
      color: #575757; }
  .about-us-component .items {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2rem; }
  .about-us-component .item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 35px 25px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    max-width: 280px; }
  .about-us-component .item img {
    width: 70px;
    height: 70px;
    margin-bottom: 1.5rem; }
  .about-us-component .item h2 {
    color: #F8A31A;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 1.5rem; }
  @media screen and (max-width: 768px) {
    .about-us-component .items {
      flex-direction: column;
      align-items: center;
      gap: 1.5rem; }
    .about-us-component .item {
      width: 100%;
      max-width: 400px; } }

.banner-component {
  min-width: 360px;
  height: 350px;
  position: relative;
  overflow: hidden; }
  .banner-component img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }

.products-component {
  min-width: 360px;
  padding: 80px 0; }
  .products-component .header {
    margin-bottom: 60px; }
    .products-component .header h1, .products-component .header h2, .products-component .header h3, .products-component .header h4, .products-component .header h5, .products-component .header h6, .products-component .header strong {
      color: #6D6D6D;
      font-family: Lato;
      font-size: 40px;
      font-style: normal;
      font-weight: 700; }
  .products-component .items {
    display: grid;
    gap: 4rem; }
  .products-component .item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* dwie równe kolumny */
    gap: 2rem;
    /* odstęp między contentem a obrazem */
    align-items: center; }
    .products-component .item:nth-child(even) {
      direction: rtl;
      /* zmienia kolejność elementów */ }
    .products-component .item:nth-child(even) .content {
      direction: ltr;
      /* przywraca normalny kierunek tekstu */ }
    .products-component .item:nth-child(even) .image {
      direction: ltr; }
    .products-component .item:nth-child(odd) .image {
      direction: rtl; }
    .products-component .item img {
      width: 421px;
      height: auto;
      border-radius: 20px; }
  @media screen and (max-width: 1024px) {
    .products-component .item img {
      width: 350px; } }
  @media screen and (max-width: 768px) {
    .products-component .item {
      grid-template-columns: 1fr;
      gap: 1.5rem;
      direction: ltr !important; }
      .products-component .item .content, .products-component .item .image {
        direction: ltr !important; }
      .products-component .item img {
        width: 100%;
        max-width: 421px;
        margin: 0 auto; } }

.services-component {
  min-width: 360px;
  padding: 80px 0; }
  .services-component .header {
    margin-bottom: 60px; }
    .services-component .header h1, .services-component .header h2, .services-component .header h3, .services-component .header h4, .services-component .header h5, .services-component .header h6, .services-component .header strong {
      color: #6D6D6D;
      font-family: Lato;
      font-size: 40px;
      font-style: normal;
      font-weight: 700; }
  .services-component .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%; }
  .services-component .item {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 25px; }
  .services-component .item:first-child {
    grid-row: span 2; }
  .services-component .item img {
    margin-bottom: 30px; }
  .services-component .item p {
    font-weight: 600; }
  .services-component .item a {
    margin-top: 50px; }
  .services-component .item p:first-of-type {
    position: relative;
    padding-top: 10px; }
  .services-component .item p:first-of-type::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 55.235px;
    height: 2px;
    background: #F8A31A; }
  @media screen and (max-width: 1024px) {
    .services-component {
      padding-bottom: 0 !important; }
      .services-component .items {
        grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 768px) {
    .services-component .items {
      grid-template-columns: 1fr; }
    .services-component .item:first-child {
      grid-row: auto;
      /* resetuje span na mobile */ } }

.site-footer {
  min-width: 360px;
  padding: 80px 0;
  background: #2B2B2B; }
  .site-footer .header {
    margin-bottom: 60px; }
    .site-footer .header h1, .site-footer .header h2, .site-footer .header h3, .site-footer .header h4, .site-footer .header h5, .site-footer .header h6, .site-footer .header strong {
      color: #F6F4F4;
      font-family: Lato;
      font-size: 40px;
      font-style: normal;
      font-weight: 700; }
  .site-footer .logo {
    margin-bottom: 30px; }
    .site-footer .logo img {
      filter: brightness(0) invert(1);
      height: 46px;
      width: auto;
      transition: all 0.3s; }
      .site-footer .logo img:hover {
        filter: brightness(1) invert(0); }
  .site-footer .company-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 60px; }
    .site-footer .company-info .socialmedia {
      display: flex;
      align-items: end; }
    .site-footer .company-info a, .site-footer .company-info p {
      color: #F6F4F4;
      font-family: Lato;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 19.2px;
      /* 120% */ }
    .site-footer .company-info p {
      line-height: 32px;
      margin-bottom: 0px; }
    .site-footer .company-info .socialmedia img {
      height: 30px;
      width: auto; }
  @media screen and (max-width: 960px) {
    .site-footer .company-info {
      justify-content: start; }
      .site-footer .company-info .socialmedia {
        width: 100%; } }
  @media screen and (max-width: 486px) {
    .site-footer .company-info .address,
    .site-footer .company-info .contact,
    .site-footer .company-info .registration,
    .site-footer .company-info .socialmedia {
      width: 100%; }
    .site-footer .company-info .socialmedia {
      width: 100%; } }

/*# sourceMappingURL=style.css.map */
