.c-footer {
  background: #00557B;
  color: #fff;
  padding: 59px 15px 38px;
  font-family: Poppins, sans-serif;
}
.c-footer__container {
  max-width: 1594px;
  margin: 0 auto;
  display: block;
}
.c-footer__hero {
  display: grid;
  grid-template-columns: 5fr 8fr;
  gap: 40px;
  align-items: center;
  position: relative;
}
.c-footer__hero::after {
  content: "kontakt";
  position: absolute;
  right: 0;
  bottom: -66px;
  font-size: 168px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  opacity: 15%;
}
.c-footer__hero-title {
  font-size: 38px;
  line-height: 55px;
  font-weight: bold;
}
.c-footer__hero-contact {
  display: flex;
  gap: 42px;
  align-items: center;
}
.c-footer__hero-contact a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.02rem;
  line-height: 1;
  color: #fff;
  background: #00557B;
  border: 1px solid #ef8f61;
  border-radius: 80px;
  padding: 20px 40px;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}
@media (992px <= width <= 1199px) {
  .c-footer__hero {
    grid-template-columns: 3fr 4fr;
  }
  .c-footer__hero-title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (768px <= width <= 991px) {
  .c-footer__hero {
    grid-template-columns: 1fr;
  }
}
@media (width <= 767px) {
  .c-footer__hero {
    grid-template-columns: 1fr;
  }
  .c-footer__hero-contact {
    flex-direction: column;
    gap: 20px;
  }
  .c-footer__hero-title {
    font-size: 26px;
    line-height: 34px;
  }
  .c-footer__hero::after {
    font-size: 72px;
    bottom: -51px;
  }
}
.c-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.c-footer__copyright {
  text-align: left;
  display: block;
}
.c-footer__social_media {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  gap: 25px;
}
.c-footer__heading {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02rem;
  color: #fff;
  padding: 0;
  margin: 0 0 14px;
}
.c-footer__top {
  display: grid;
  grid-template-columns: 9fr 3fr;
  gap: 30px;
}
.c-footer__top-information {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px;
  border-radius: 20px;
}
@media (768px <= width <= 991px) {
  .c-footer__top {
    grid-template-columns: 2fr 1fr;
  }
}
@media (width <= 767px) {
  .c-footer__top {
    grid-template-columns: 1fr;
  }
}
.c-footer__middle {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (768px <= width <= 991px) {
  .c-footer__middle {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 767px) {
  .c-footer__middle {
    grid-template-columns: 1fr;
  }
}
.c-footer__additional-information {
  margin-bottom: 17px;
}
.c-footer__additional-information-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 8px;
}
.c-footer__additional-information-top img {
  flex-shrink: 0;
}
.c-footer__additional-information-desc {
  font-size: 13px;
}
.c-footer__additional-information-desc span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}
.c-footer__additional-information-description {
  margin-top: 10px;
  display: block;
}
.c-footer__additional-information-logotypes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.c-footer__line {
  margin: 40px 0;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.c-footer__column ul li {
  position: relative;
  padding-left: 18px;
}
.c-footer__column ul li::before {
  content: "";
  background: url("angle-small-right.svg") no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
}
.c-footer__column ul li a {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.01rem;
  display: block;
  padding: 4px 0;
  margin-bottom: 10px;
}
.c-footer__column ul li ul {
  margin-left: 0;
}
.c-footer .product-categories {
  column-count: 3;
  column-gap: 20px;
}
.c-footer .product-categories > li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.c-footer .product-categories li {
  position: relative;
  padding-left: 18px;
}
.c-footer .product-categories li::before {
  content: "";
  background: url("angle-small-right.svg") no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
}
.c-footer .product-categories li a {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: -0.01rem;
  display: block;
  padding: 4px 0;
  margin-bottom: 10px;
}
.c-footer .product-categories li ul {
  margin-left: 0;
}
@media (768px <= width <= 991px) {
  .c-footer .product-categories {
    column-count: 2;
  }
}
@media (width <= 767px) {
  .c-footer .product-categories {
    column-count: 2;
  }
}
.c-footer .widget_mailerlite_widget #mlb2-10939978.ml-form-embedContainer .ml-form-embedWrapper {
  background: unset;
}
.c-footer .widget_mailerlite_widget #mlb2-10939978.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
  padding: 0;
}
.c-footer .widget_mailerlite_widget #mlb2-10939978.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02rem;
  color: #fff;
  margin: 0 0 14px;
  padding: 0;
  font-family: Poppins, san-serif;
}
.c-footer .widget_mailerlite_widget #mlb2-10939978.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p {
  color: #fff;
  font-size: 13px !important;
}
.c-footer .widget_mailerlite_widget #mlb2-10939978.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p span {
  font-size: 13px !important;
  color: #fff !important;
}
.c-footer .widget_mailerlite_widget #mlb2-10939978.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p span strong {
  font-weight: normal;
}
.c-footer .widget_mailerlite_widget #mlb2-10939978.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.form-control {
  background-color: unset !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  padding: 9px 15px !important;
  border-radius: 80px !important;
  font-size: 13px !important;
}
.c-footer .widget_mailerlite_widget #mlb2-10939978.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.form-control::placeholder {
  color: #fff !important;
}
.c-footer .widget_mailerlite_widget #mlb2-10939978.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description p span {
  color: #fff !important;
}
.c-footer .widget_mailerlite_widget #mlb2-10939978.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description a {
  color: #fff;
}
.c-footer .widget_mailerlite_widget #mlb2-10939978.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description a:hover {
  color: #ed701e;
}
.c-footer .widget_mailerlite_widget #mlb2-10939978.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
  text-align: left !important;
}
.c-footer .widget_mailerlite_widget #mlb2-10939978.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.primary {
  background: #ed701e !important;
  color: #fff;
  border-radius: 80px !important;
  width: fit-content !important;
  padding: 8px 40px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
}
.c-footer .widget_mailerlite_widget #mlb2-10939978.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 0;
}

/*# sourceMappingURL=sklepscp.css.map */
