@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }

.icon-heart-broken:before {
  content: "\e600";
  font-family: 'icomoon'; }

.icon-heart:before {
  content: "\e601";
  font-family: 'icomoon'; }

.icon-heart2:before {
  content: "\e602";
  font-family: 'icomoon'; }

.icon-star:before {
  content: "\e603";
  font-family: 'icomoon'; }

.icon-cancel-circle:before {
  content: "\e604";
  font-family: 'icomoon'; }

.icon-tag:before {
  content: "\e605";
  font-family: 'icomoon'; }

.icon-tags:before {
  content: "\e606";
  font-family: 'icomoon'; }

.icon-cart:before {
  content: "\e607";
  font-family: 'icomoon'; }

.icon-cart2:before {
  content: "\e608";
  font-family: 'icomoon'; }

.icon-cart3:before {
  content: "\e609";
  font-family: 'icomoon'; }

.icon-bubbles:before {
  content: "\e60a";
  font-family: 'icomoon'; }

body {
  font-family: 'Poppins', sans-serif; }

.cleaner {
  clear: both; }

.ttab {
  display: table; }

.trow {
  display: table-cell;
  vertical-align: middle; }

.linia {
  width: 116px;
  height: 4px;
  background: #de2032;
  margin-bottom: 40px; }

.tcenter {
  text-align: center; }

.tright {
  text-align: right; }

.tleft {
  text-align: left; }

.tjust {
  text-align: justify; }

.dnone {
  display: none; }

.well {
  background: transparent;
  border: 0;
  box-shadow: none; }

.sluchawka {
  display: none;
  position: fixed;
  bottom: 40px;
  left: 40px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-image: url(../gfxi/sluchawka.png);
  background-color: #e51937;
  background-repeat: no-repeat;
  background-position: 25px 20px;
  transition: all 0.5s;
  z-index: 999999999;
  box-sizing: content-box; }
  .sluchawka:hover {
    width: 400px;
    background-color: #e51937; }

.sluchawka:hover {
  width: 400px;
  background-color: #e51937; }

.sluchawka-inner {
  opacity: 1;
  position: relative;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 5px;
  left: 5px;
  animation: sluch 0.5s infinite; }

.cookiez {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  font-size: 12px;
  left: 0;
  padding: 25px 0 30px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 20000; }
  .cookiez a {
    background-color: #ddd;
    border: 0 solid red;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    margin-left: 10px;
    padding: 9px 17px; }

.btn_1:hover, .btn_1:focus, .btn_2:hover, .btn_2:focus, .btn_3:hover, .btn_3:focus, .btn_4:hover, .btn_4:focus {
  text-decoration: none; }

.shadowsmall {
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1); }

.shadowhuge {
  -webkit-box-shadow: 0px 10px 0px 200px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 0px 200px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 0px 200px rgba(0, 0, 0, 0.1); }

.btn_1 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid  !important;
  background:  !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 35px 11px 35px;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%; }
  .btn_1:hover, .btn_1:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid  !important;
    background:  !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 35px 11px 35px;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%; }

.btn_2 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #de2032 !important;
  background: #de2032 !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 35px 11px 35px;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%; }
  .btn_2:hover, .btn_2:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #de2032 !important;
    background: #fff !important;
    color: #de2032 !important;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 35px 11px 35px;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%; }

.btn_3 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #000 !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 35px 11px 35px;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%; }
  .btn_3:hover, .btn_3:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #de2032 !important;
    background: #de2032 !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 35px 11px 35px;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%; }

.btn_4 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #fff !important;
  background: rgba(0, 0, 0, 0) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 35px 11px 35px;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%; }
  .btn_4:hover, .btn_4:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #de2032 !important;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 35px 11px 35px;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%; }

.header nav {
  background-color: #fff;
  box-shadow: 0px 10px 140px 0px #000; }
  .header nav .navbar-collapse {
    padding: 0 10.41667vW; }
    .header nav .navbar-collapse ul li a.nav-link {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 13px;
      color: #000;
      padding: 8px 12px;
      letter-spacing: 1px; }
      .header nav .navbar-collapse ul li a.nav-link:hover, .header nav .navbar-collapse ul li a.nav-link:focus {
        background: #de2032;
        color: #fff; }
    .header nav .navbar-collapse .logo-center-block {
      width: calc(50% + 90px);
      justify-content: space-between;
      align-items: center; }
      .header nav .navbar-collapse .logo-center-block > div {
        flex-flow: column wrap;
        justify-content: flex-start;
        padding: 20px 0; }
      .header nav .navbar-collapse .logo-center-block .boxy {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        width: calc(100% - 180px); }
      .header nav .navbar-collapse .logo-center-block .boxy .mail a, .header nav .navbar-collapse .logo-center-block .boxy .phone a {
        padding: 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
        text-decoration: none; }
        .header nav .navbar-collapse .logo-center-block .boxy .mail a .img, .header nav .navbar-collapse .logo-center-block .boxy .phone a .img, .header nav .navbar-collapse .logo-center-block .boxy .mail a .txt, .header nav .navbar-collapse .logo-center-block .boxy .phone a .txt {
          width: 185px; }
          .header nav .navbar-collapse .logo-center-block .boxy .mail a .img p, .header nav .navbar-collapse .logo-center-block .boxy .phone a .img p, .header nav .navbar-collapse .logo-center-block .boxy .mail a .txt p, .header nav .navbar-collapse .logo-center-block .boxy .phone a .txt p {
            display: block;
            padding: 0;
            margin: 0;
            color: #000;
            font-size: 12px; }
            .header nav .navbar-collapse .logo-center-block .boxy .mail a .img p strong, .header nav .navbar-collapse .logo-center-block .boxy .phone a .img p strong, .header nav .navbar-collapse .logo-center-block .boxy .mail a .txt p strong, .header nav .navbar-collapse .logo-center-block .boxy .phone a .txt p strong {
              text-transform: uppercase; }
        .header nav .navbar-collapse .logo-center-block .boxy .mail a .img, .header nav .navbar-collapse .logo-center-block .boxy .phone a .img {
          width: 30px;
          margin-right: 10px; }
  .header .top2nav {
    min-height: 33px;
    background: #051929;
    color: #fff;
    flex-direction: row;
    justify-content: space-around;
    padding: 0 11.45833vw;
    position: relative; }
  .header .top2nav > div {
    display: flex;
    width: 33.333%;
    font-size: 12px;
    line-height: 32px; }
    .header .top2nav > div strong {
      margin-right: 2px; }
  .header .lang {
    position: absolute;
    right: 0px;
    top: 0;
    top: 30px;
    width: 57px; }
  .header .lang img {
    height: 25px;
    margin-bottom: 5px;
    border: 1px solid #f0f0f0; }

.navbar-expand-lg .navbar-nav .dropdown-menu {
  border-radius: 0;
  border: 0;
  /*START  _slider_bootstrap.sass*/
  /*tytuł podstrony*/ }
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    font-weight: 500; }
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item.active, .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:active, .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #de2032;
    color: #fff; }

.slider_bootstrap {
  margin-top: 125px;
  /*END  _slider_bootstrap.sass*/ }
  .slider_bootstrap .flex-desc {
    display: flex;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: flex-end; }
  .slider_bootstrap .flex-desc .description_slider {
    position: relative;
    bottom: 0px;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 0px 12% 200px 12%; }
    .slider_bootstrap .flex-desc .description_slider h3 {
      text-transform: uppercase;
      color: #de2032;
      font-size: 16px;
      font-weight: 800;
      letter-spacing: 4px; }
    .slider_bootstrap .flex-desc .description_slider p {
      font-weight: 300; }

img {
  max-width: 100%; }

.onas {
  position: relative;
  background: #fefefe; }
  .onas h2 {
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 30px; }
  .onas h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 4px;
    margin: 150px 0 10px 0; }
  .onas .btn_2 {
    border-radius: 0;
    margin: 50px 0; }
  .onas .boxy_off {
    z-index: 2;
    position: relative;
    width: 1480px;
    margin: 0 auto;
    background: #fff;
    translate: 0 -63px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .03); }
  .onas .boxy_off .row {
    z-index: 2;
    position: relative; }
    .onas .boxy_off .row .col-md-3 {
      min-height: 119px;
      font-size: 12px;
      font-weight: 300;
      padding: 0 0 0 30px;
      background: #fff;
      display: flex;
      align-items: center; }
      .onas .boxy_off .row .col-md-3 .flex {
        width: 100%; }
      .onas .boxy_off .row .col-md-3 img {
        float: right;
        padding-right: 20px; }
      .onas .boxy_off .row .col-md-3 h2 {
        font-size: 18px;
        font-weight: 600;
        color: #de2032; }
      .onas .boxy_off .row .col-md-3 h2 span {
        color: #051929; }
      .onas .boxy_off .row .col-md-3 p {
        padding-bottom: 0;
        margin-bottom: 0; }
      .onas .boxy_off .row .col-md-3 a {
        text-decoration: none;
        color: #000; }
      .onas .boxy_off .row .col-md-3:first-child {
        background: #de2032; }
      .onas .boxy_off .row .col-md-3:first-child a {
        color: #fff; }
      .onas .boxy_off .row .col-md-3:first-child h2 {
        color: #fff; }
      .onas .boxy_off .row .col-md-3:nth-child(2) {
        background: #051929; }
      .onas .boxy_off .row .col-md-3:nth-child(2) a {
        color: #fff; }
      .onas .boxy_off .row .col-md-3:nth-child(2) h2 span {
        color: #fff; }
      .onas .boxy_off .row .col-md-3:nth-child(3) .flex {
        border-right: 1px solid #cacaca; }
  .onas.onas2 h3 {
    margin: 30px; }
  .onas.onas2 .boxs {
    padding: 50px 11.45833vw 0;
    transform: translateY(6.25vw); }
    .onas.onas2 .boxs .col-md-3 .flex {
      background: #fff;
      height: 16.71875vw;
      text-align: center;
      display: flex;
      align-items: center;
      padding: 0 20px;
      position: relative; }
      .onas.onas2 .boxs .col-md-3 .flex .tleft {
        position: absolute;
        bottom: 10px;
        right: 30px; }
      .onas.onas2 .boxs .col-md-3 .flex p {
        font-size: 12px; }
      .onas.onas2 .boxs .col-md-3 .flex.red {
        background: url(/gfxi/tlo-pod-icon-2.webp);
        color: #fff; }
  .onas.jak_powstaja .box {
    position: relative; }
    .onas.jak_powstaja .box .blok_txt {
      position: absolute;
      height: 100vh;
      top: 0;
      left: 0;
      height: 25.10417vw;
      display: flex;
      align-items: flex-end;
      color: #fff;
      text-align: left; }
      .onas.jak_powstaja .box .blok_txt .flex {
        padding: 0 3vw; }
      .onas.jak_powstaja .box .blok_txt .flex h3 {
        font-weight: 700;
        font-size: 16px;
        margin: 0; }
      .onas.jak_powstaja .box .blok_txt .flex p {
        font-size: 14px; }
      .onas.jak_powstaja .box .blok_txt .flex .btn_2 {
        border-radius: 0; }

.oferta {
  padding: 0 8.59375vw;
  background: #fefefe; }
  .oferta .left .txt {
    background: #fafafa;
    height: 26.43542vw;
    padding: 0 5.98958vw;
    display: flex;
    align-items: center; }
    .oferta .left .txt h3 {
      font-size: 22px; }
    .oferta .left .txt hr {
      background: #de2032;
      border: 1px solid #de2032;
      width: 60%;
      margin: 50px 0;
      opacity: 0.9; }
  .oferta .left .box {
    transform: translateY(-6.25vw);
    text-align: right; }
  .oferta .box {
    position: relative; }
  .oferta .box .blok_txt {
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    height: 38.177vw;
    display: flex;
    align-items: flex-end;
    color: #fff;
    text-align: left; }
    .oferta .box .blok_txt .flex {
      padding: 100px 100px 50px; }
      .oferta .box .blok_txt .flex h2 {
        font-weight: 700;
        font-size: 33px; }
      .oferta .box .blok_txt .flex .btn_2 {
        border-radius: 0; }
  .oferta .right {
    padding-top: 2.65625vw; }
  .oferta .right .box-min .leftb {
    padding-top: 15px; }
    .oferta .right .box-min .leftb .box .blok_txt {
      height: 16.8vw; }
      .oferta .right .box-min .leftb .box .blok_txt .flex {
        padding: 20px; }
      .oferta .right .box-min .leftb .box .blok_txt .flex h2 {
        font-size: 25px; }
    .oferta .right .box-min .rightb {
      padding: 15px 3.0208vw 15px 0; }
    .oferta .right .box-min .rightb .box {
      background: #de2032;
      height: 16.8vw; }
    .oferta .right .box-min .rightb .box .blok_txt {
      height: 16.2vw; }
      .oferta .right .box-min .rightb .box .blok_txt .flex {
        padding: 30px 30px 30px 30px; }
      .oferta .right .box-min .rightb .box .blok_txt .flex h2 {
        font-size: 25px;
        padding-left: 20px; }

.domyekologiczne {
  background: url('/gfxi/tlo-dom-pod-technologie.webp');
  background-size: cover;
  background-position: center top;
  min-height: 1113px;
  padding: 12.29167vw 11.45833vw 0; }
  .domyekologiczne .flex {
    min-height: 32.8125vw;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center; }
  .domyekologiczne .flex .accordion .accordion-item {
    background: transparent;
    float: right;
    width: 17.1875vw;
    position: relative; }
    .domyekologiczne .flex .accordion .accordion-item::before {
      position: absolute;
      width: 39px;
      height: 39px;
      top: 6px;
      left: calc(-8.333333333333333333333333333333vw);
      background-image: url(/gfxi/technologia-1.png);
      background-size: 39px 39px;
      content: ""; }
    .domyekologiczne .flex .accordion .accordion-item::after {
      position: absolute;
      width: 5vw;
      height: 1px;
      top: 25.5px;
      left: -6.2vw;
      border-bottom: 2px dotted #de2032;
      content: ""; }
    .domyekologiczne .flex .accordion .accordion-item .accordion-button {
      background: transparent;
      position: relative;
      font-weight: 700; }
    .domyekologiczne .flex .accordion .accordion-item .accordion-button:not(.collapsed) {
      color: #de2032; }
    .domyekologiczne .flex .accordion .accordion-item .accordion-button::after {
      position: absolute;
      top: 23px;
      left: -17px;
      background-image: url(/gfxi/akordion.png);
      background-size: 10px 7px; }
    .domyekologiczne .flex .accordion .accordion-item .accordion-button:focus {
      border: 0;
      box-shadow: none; }
    .domyekologiczne .flex .accordion .accordion-item .accordion-body p {
      font-size: 13px; }
    .domyekologiczne .flex .accordion .accordion-item:nth-child(2)::before {
      background-image: url(/gfxi/technologia-2.png); }
    .domyekologiczne .flex .accordion .accordion-item:nth-child(3)::before {
      background-image: url(/gfxi/technologia-3.png); }
    .domyekologiczne .flex .accordion .accordion-item:nth-child(4)::before {
      background-image: url(/gfxi/technologia-4.png); }
    .domyekologiczne .flex .accordion .accordion-item:nth-child(5)::before {
      background-image: url(/gfxi/technologia-5.png); }
  .domyekologiczne .flex .btn_2 {
    margin-top: 2vw;
    border-radius: 0; }

.info_dodat {
  padding: 30px 12.23958vw;
  background: #f8f8f8;
  font-size: 12px;
  font-weight: 500; }
  .info_dodat h4 {
    font-size: 16px;
    font-weight: bold;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    display: block; }
  .info_dodat .col-md-3, .info_dodat .col-md-4 {
    display: flex;
    align-items: center; }
  .info_dodat .col-md-3 > div, .info_dodat .col-md-4 > div {
    border-right: 1px solid #de2032;
    height: 100%;
    padding-right: 20px; }
  .info_dodat .col-md-3:last-child > div, .info_dodat .col-md-4:last-child > div {
    border: 0; }

.zapraszamy {
  background: #f3f4f6;
  padding: 360px 12.23958vw 6vw;
  display: flex; }
  .zapraszamy .first {
    position: relative;
    font-size: 22px;
    padding: 0 20px 30px;
    height: 100%; }
  .zapraszamy .first:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #de2032;
    bottom: 0;
    left: 15px;
    width: 60%; }
  .zapraszamy .secend {
    height: 100%; }
  .zapraszamy .secend .row {
    display: flex;
    height: 100%; }
  .zapraszamy .secend .col-md-4 {
    height: 100%; }
    .zapraszamy .secend .col-md-4 a {
      height: 100%;
      display: block;
      background: #fff;
      color: #000;
      text-decoration: none;
      display: flex;
      align-items: flex-end;
      padding: 20px; }
    .zapraszamy .secend .col-md-4 a .txt {
      position: relative;
      width: 100%; }
    .zapraszamy .secend .col-md-4 a .txt h4 {
      font-size: 16px;
      font-weight: bold; }
    .zapraszamy .secend .col-md-4 a .txt .tleft {
      position: absolute;
      bottom: 0px;
      right: 20px; }
    .zapraszamy .secend .col-md-4.red a {
      color: #fff;
      background: #de2032; }

.kontakt {
  padding: 6vw 12.23958vw 6vw;
  color: #000;
  background: #fff; }
  .kontakt .row {
    padding-top: 3vw; }
  .kontakt h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px; }
  .kontakt p {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 15px; }
  .kontakt .tel {
    position: relative; }
  .kontakt .tel:before {
    content: '';
    background: url(/gfxi/top-phone.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -32px;
    top: 0; }
  .kontakt .mail {
    position: relative; }
  .kontakt .mail:before {
    content: '';
    background: url(/gfxi/top-mail.png);
    background-size: cover;
    width: 20px;
    height: 16px;
    position: absolute;
    left: -32px;
    top: 2px; }

.foot_podpis {
  position: relative;
  background: #051929;
  color: #fff;
  min-height: 41px;
  padding: 20px 0; }
  .foot_podpis .foter-link {
    position: absolute;
    top: 20px;
    right: 10vw; }

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #de2032;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px; }

.lSAction > a {
  filter: invert(1); }

.strona-kategorii {
  margin-top: 200px; }
  .strona-kategorii h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 3px; }
  .strona-kategorii .accordion .accordion-item .accordion-collapse h2 {
    font-size: 18px; }
    .strona-kategorii .accordion .accordion-item .accordion-collapse h1 {
      font-size: 25px; }
    .strona-kategorii .accordion .accordion-item .accordion-button:not(.collapsed) {
      background-color: #de2032;
      color: #fff; }
    .strona-kategorii .accordion .accordion-item .accordion-button:not(.collapsed):after {
      filter: invert(1); }
    .strona-kategorii .accordion .accordion-item .accordion-button:focus {
      border-color: transparent;
      box-shadow: none; }
  .strona-kategorii .product_preview {
    position: relative; }
  .strona-kategorii .product_preview .close-box {
    position: absolute;
    right: 0;
    top: 0; }

.glowny_opis img {
  max-width: auto;
  width: inherit !important;
  height: inherit !important; }

.min_pic {
  height: auto !important; }
  .min_pic .lslide.active {
    height: auto !important;
    text-align: center; }
    .min_pic .lslide.active img {
      max-width: 100% !important;
      height: auto; }
  .min_pic .lslide img {
    max-width: 100% !important; }

.produkty .produkt .prod_img {
  height: 315px;
  overflow: hidden; }
  .produkty .produkt .prod_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .produkty .produkt .prod_name a {
    color: #051929;
    text-decoration: none;
    text-align: center; }
  .produkty .produkt .prod_name a h2 {
    font-size: 22px;
    font-weight: 600; }
  .produkty .produkt .prod_name a h3 {
    font-size: 15px;
    margin-bottom: 30px; }

.kategorie .kategoria a {
  text-decoration: none; }
  .kategorie .kategoria .kat_img {
    height: 230px;
    overflow: hidden; }
  .kategorie .kategoria .title_p {
    color: #051929;
    text-decoration: none;
    text-align: center; }
  .kategorie .kategoria .title_p h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px 0; }

.blog_wiecej a {
  text-transform: uppercase;
  color: #de2032;
  text-decoration: none; }
  .blog_wiecej a h2 {
    font-size: 14px; }

.mvisit {
  display: none; }

#contact_form input {
  margin: 10px 0 20px 0; }
  #contact_form label {
    width: calc(100% - 30px); }
  #contact_form .rodo input {
    display: inline-block;
    height: 34px;
    margin-right: 10px; }
  #contact_form #g-recaptcha div {
    margin: 0 auto; }

@media (min-width: 1px) and (max-width: 1680px) {
  .onas.onas2 .boxs .col-md-3 .flex .cont {
    width: 100%; }
    .onas.onas2 .boxs .col-md-3 .flex .cont h3 {
      margin: 30px 0; }

  .onas.onas2 .boxs .col-md-3 .flex {
    height: 20vw; } }

@media (min-width: 1px) and (max-width: 1440px) {
  .header nav .navbar-collapse {
    padding: 0 2.5vW; }

  .header .top2nav {
    padding: 0 4vw; }

  .onas.onas2 .boxs {
    padding: 50px 2.5vw 0; }

  .domyekologiczne {
    padding: 12.29167vw 2.5vw 0; }
    .domyekologiczne .flex {
      max-width: 344px; }

  .onas.jak_powstaja .box .blok_txt {
    height: 30.10417vw; }

  .zapraszamy {
    padding: 360px 2.5vw 6vw; }

  .kontakt {
    padding: 6vw 2.5vw 6vw; }

  .onas .boxy_off {
    width: 100%; } }

@media (min-width: 1px) and (max-width: 1280px) {
  .onas.onas2 .boxs .col-md-3 .flex {
    height: 25vw; } }

@media (min-width: 1px) and (max-width: 1024px) {
  .onas .boxy_off .row .col-md-3 .flex a p, .oferta .box .blok_txt .flex p, .onas.jak_powstaja .box .blok_txt p {
    display: none; }

  .oferta {
    padding: 0 20px; }

  .onas.onas2 .boxs .col-md-3 {
    width: 50%; }

  .domyekologiczne .col-md-8, .domyekologiczne .col-md-4 {
    width: 50%; } }

@media (min-width: 1px) and (max-width: 992px) {
  .header nav .navbar-collapse .logo-center-block .logo_center {
    display: none; }
    .header nav .navbar-collapse .logo-center-block .boxy {
      width: 100%; }
    .header nav .navbar-collapse ul li a.nav-link {
      text-align: center; }

  .header .top2nav {
    display: none !important; }

  .slider_bootstrap {
    margin-top: 67px; }

  .oferta .right .box-min .rightb {
    display: none; } }

@media (min-width: 1px) and (max-width: 767px) {
  .lang {
    display: none; }

  .mvisit {
    display: block; }
    .mvisit img {
      border: 1px solid #f0f0f0; }

  .onas h3 {
    margin: 20px 0; }

  .oferta {
    padding: 0 20px; }
    .oferta .left .box {
      transform: translateY(0); }

  .oferta .box img {
    width: 100%; }
    .oferta .box .blok_txt {
      height: 89.177vw; }
      .oferta .box .blok_txt .flex {
        padding: 20px; }

  .oferta .right .box-min .leftb .box .blok_txt, .oferta .right .box-min .rightb .box .blok_txt, .oferta .right .box-min .rightb .box, .onas.onas2 .boxs .col-md-3 .flex {
    height: 79.177vw; }

  .domyekologiczne .flex {
    min-height: 400px; }

  .domyekologiczne .flex .accordion .accordion-item {
    width: 90%; }

  .onas.jak_powstaja .box .blok_txt {
    height: 50vw; }

  .zapraszamy {
    display: none; }

  .kontakt {
    text-align: center;
    padding: 100px 0; }

  .onas .boxy_off {
    translate: 0 0; }

  .slider_bootstrap .flex-desc .description_slider {
    padding: 0 20px 20px 20px; }

  .navbar-brand {
    display: block; }

  .contact_section {
    padding: 0 30px;
    text-align: left; }

  #contact_form .rodo input {
    height: 98px; }

  .oferta .left .txt {
    height: auto; }

  .slider_bootstrap .flex-desc .description_slider {
    display: none; }

  .onas.onas2 .boxs .col-md-3 {
    width: 100%; }

  .onas.jak_powstaja .box .blok_txt {
    height: 100vw; }

  .domyekologiczne {
    min-height: 650px; }
    .domyekologiczne .col-md-8, .domyekologiczne .col-md-4 {
      width: 100%;
      margin-bottom: 30px; } }
