body::-moz-selection {
  background-color: #BE1E2D;
  color: #ffffff;
}

body::selection {
  background-color: #BE1E2D;
  color: #ffffff;
}

a, a > img, a > svg, button {
  text-decoration: none;
  transition: all 0.3s;
}

a:hover > img, a:hover > svg {
  scale: 1.1;
}

.max-banner-size {
  max-height: 214px;
  max-width: 70vw;
}

/* rozmiar czcionek*/
.fs-15 {
  font-size: 1.3em;
  font-size: 15px;
}

.fs-20 {
  font-size: 1.3em;
  font-size: 20px;
}

.fs-24 {
  font-size: 1.5em;
  font-size: 24px;
}

.fs-32 {
  font-size: 2em;
  font-size: 32px;
}

.fs-48 {
  font-size: 48px;
}

.fs-128 {
  font-size: 8em;
  font-size: 128px;
}

/* kolor czcionek */
.fc-red {
  color: #BE1E2D;
}

.fc-brown {
  color: #9C8C84;
}

.fc-white {
  color: #ffffff;
}

a:hover.fc-white, .fc-dark > a:hover {
  color: #1C8FA6;
}

.fc-dark, .fc-dark > a {
  color: #0B0E14;
}

.fc-black {
  color: #000000;
}

a:hover.fc-black {
  color: #C42D3E;
}

/* czcionka */
.ff-roboto {
  font-family: Roboto;
}

.ff-inter {
  font-family: Inter;
}

.ff-roboto_c {
  font-family: Roboto_c;
}

.ff-road_rage {
  font-family: Road_rage;
}

/* grubosc czcionek*/
.fw-regural {
  font-weight: 300;
}

.fw-medium {
  font-weight: 500;
}

.fw-bold {
  font-weight: 600;
}

/* kolor tla */
.bc-green {
  background-color: #217E3A;
}

.bc-red {
  background-color: #BE1E2D;
}

.bc-lightgreen {
  background-color: #C6CA3C;
}

.bc-dark {
  background-color: #0B0E14;
}

/*inne*/
.h1-position-banner {
  top: 20%;
  left: 34%;
  width: auto;
}

.p-position-banner {
  top: 50%;
  left: 10%;
  width: 50%;
}

.red-button {
  background: #BE1E2D;
  border: none;
  outline: none;
  box-shadow: -5px 5px 10px rgba(156, 140, 132, 0.5);
  border-radius: 12px;
  padding-left: 5rem;
  padding-right: 5rem;
}

a:hover.red-button, button:hover.red-button {
  background: #C6CA3C;
  box-shadow: inset -5px 5px 10px rgba(156, 140, 132, 0.5);
  border-radius: 12px;
  color: #0B0E14;
}

.radius-12 {
  border-radius: 12px;
}

.line-150 {
  line-height: 150%;
}

.box-padding {
  height: 450px;
}

/* sekcja produktow */
.product-box {
  background: #FFFFFF;
  box-shadow: -5px 5px 10px rgba(156, 140, 132, 0.5);
}

.product-image {
  box-shadow: -5px 5px 10px rgba(156, 140, 132, 0.5);
  border-radius: 12px;
  margin: auto;
  width: 90%;
}

/* sekcja certyfikatow */
.certyfit-image {
  filter: drop-shadow(0px 0px 10px rgba(156, 140, 132, 0.5));
  border-radius: 12px;
  max-width: 100%;
}

.certyficat-background {
  background-image: url(../image/background-1.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

/* stopka */
.footer-menu > div > ul {
  list-style: none;
  margin-top: 2rem;
}

.footer-menu > div > ul > li > a {
  color: hsl(0, 0%, 100%);
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 400;
  line-height: 180%;
}

.footer-menu > div > ul > li > a:hover {
  color: #1C8FA6;
}

.fw-medium > img {
  src: url(sadasdsad);
}

.form-input {
  background: #ffffff;
  border: 1px solid #8E8E8E !important;
  border-radius: 10px;
  font-family: Roboto;
  font-weight: 300;
  outline: none;
  padding: 0.5rem 1rem;
  width: 40%;
}

.w-rodo {
  width: 40%;
}

.form-checkbox-rodo {
  padding: 0px;
  width: 60px !important;
  height: 60px !important;
  content: url(../image/icons/dashicons_yes_white.svg);
}

.error {
  border: #BE1E2D 1px solid !important;
}

.w-rodo > input:checked ~ .form-checkbox-rodo {
  content: url(../image/icons/dashicons_yes.svg);
}

@media (max-width: 1500px) {
  .h1-position-banner {
    top: 2%;
    left: 34%;
    width: auto;
  }
  .p-position-banner {
    top: 32%;
    left: 5%;
    width: 60%;
  }
}
@media (max-width: 1350px) {
  .fs-15 {
    font-size: 1.3em;
    font-size: 14px;
  }
  .fs-20 {
    font-size: 1.3em;
    font-size: 18px;
  }
  .fs-24 {
    font-size: 1.5em;
    font-size: 20px;
  }
  .fs-32 {
    font-size: 2em;
    font-size: 28px;
  }
  .fs-48 {
    font-size: 38px;
  }
  .fs-128 {
    font-size: 8em;
    font-size: 92px;
  }
}
@media (max-width: 991px) {
  .w-rodo {
    width: 100%;
  }
  .form-input {
    width: 100%;
  }
  .hamburger-menu {
    background-color: transparent;
    border: none;
  }
  .menu-mobile {
    transition: all 1s;
    text-align: left !important;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #ffffff;
    width: 0;
    height: 100vh;
    z-index: 1000;
  }
  .menu-mobile.active {
    left: 0;
    width: 100%;
  }
  .menu-mobile > .row > .col {
    flex: 0 0 auto;
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .banner-main {
    content: url(../image/main_banner-mini.png);
  }
  .h1-position-banner {
    top: 2%;
    left: 34%;
    width: auto;
  }
  .p-position-banner {
    top: 32%;
    left: 5%;
    width: 90%;
  }
  .fs-15 {
    font-size: 1.3em;
    font-size: 12px;
  }
  .fs-20 {
    font-size: 1.3em;
    font-size: 16px;
  }
  .fs-24 {
    font-size: 1.5em;
    font-size: 18px;
  }
  .fs-32 {
    font-size: 2em;
    font-size: 24px;
  }
  .fs-48 {
    font-size: 32px;
  }
  .fs-128 {
    font-size: 8em;
    font-size: 92px;
  }
  .p-sm-5 {
    padding: 1rem !important;
  }
}/*# sourceMappingURL=style.css.map */