@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; }

@font-face {
  font-family: 'tsbolts';
  src: url('fonts/TSBlockBold.woff2') format('woff2'), url('fonts/TSBlockBold.ttf') format('truetype'); }

.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: #00a0b0;
  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: 0;
  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: 0;
    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 #00a0b0 !important;
  background: #00a0b0 !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 35px 11px 35px;
  border-radius: 0;
  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 #00a0b0 !important;
    background: #fff !important;
    color: #00a0b0 !important;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 35px 11px 35px;
    border-radius: 0;
    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: 0;
  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 #00a0b0 !important;
    background: #00a0b0 !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 35px 11px 35px;
    border-radius: 0;
    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: 0;
  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: #00a0b0 !important;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 35px 11px 35px;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%; }

.header nav {
  background-color: #fff;
  border-bottom: 2px solid #00a0b0; }
  .header nav .boxy .mobilnone {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #000;
    padding: 8px 12px;
    letter-spacing: 1px;
    list-style: none;
    display: inline-block; }
  .header nav .navbar-collapse {
    padding: 0 5vW; }
    .header nav .navbar-collapse ul li a.nav-link {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 12px;
      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 {
        color: #00a0b0; }
    .header nav .navbar-collapse .logo-center-block {
      width: calc(50% + 330px);
      justify-content: space-between;
      align-items: center; }
      .header nav .navbar-collapse .logo-center-block .logo_center {
        margin: 0 12.76042vw;
        position: relative; }
      .header nav .navbar-collapse .logo-center-block .logo_center:before, .header nav .navbar-collapse .logo-center-block .logo_center:after {
        content: " ";
        width: 10vw;
        height: 1px;
        background: #d9d9d9;
        position: absolute;
        top: 58px;
        left: -12.76vw; }
      .header nav .navbar-collapse .logo-center-block .logo_center:after {
        left: inherit;
        right: -12.76vw; }
      .header nav .navbar-collapse .logo-center-block .logo_center img {
        min-width: 170px; }
      .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; }
  .header .top2nav > div {
    display: flex;
    width: 33.333%;
    font-size: 12px;
    line-height: 32px; }
    .header .top2nav > div strong {
      margin-right: 2px; }

.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: #00a0b0;
    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: #00a0b0;
      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: #fff url(/gfxi/onas-bg-right.webp) no-repeat top right;
  padding: 9.4vw 0; }
  .onas h2 {
    text-transform: uppercase;
    font-size: 29px;
    letter-spacing: 2px;
    font-family: 'tsbolts', sans-serif; }
  .onas h2 span {
    color: #00a0b0; }
  .onas h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .onas .txt {
    align-items: center;
    position: relative;
    /* &:before{
        content: "";
        height: 1px;
        width: 12vw;
        position: absolute;
        top:0;
        right: 0;
        background: $color_2;
      }*/
    color: #4e515b; }
  .onas .txt .right {
    position: relative;
    padding: 0 30px; }
    .onas .txt .right h3 {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 60px; }
      .onas .txt .right h3 strong {
        font-weight: 800; }
  .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 100px;
  background: #00a0b0 url(/gfxi/kategorie-bg-right.webp); }
  .oferta .off {
    transform: translateY(-75px);
    color: #fff; }
  .oferta .off a {
    color: #fff; }
  .oferta .off .flex {
    display: flex;
    align-items: center;
    width: 1294px;
    margin: 0 auto; }
    .oferta .off .flex .pic .img img {
      width: 100%; }
    .oferta .off .flex.col1 {
      transform: translateY(-41px);
      margin-bottom: -41px; }
      .oferta .off .flex.col1 .txt {
        order: 1; }
      .oferta .off .flex.col1 .pic {
        order: 0; }
    .oferta .off .flex .txti {
      padding: 0 20px;
      position: relative; }
    .oferta .off .flex .col-xl-6 {
      padding: 0; }
    .oferta .off .flex a {
      text-decoration: none; }
      .oferta .off .flex a h2 {
        font-family: 'tsbolts', sans-serif; }
      .oferta .off .flex a h3 {
        font-size: 17px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase; }
    .oferta .off .flex .pic {
      position: relative; }
      .oferta .off .flex .pic .buttony {
        position: absolute;
        bottom: 50px;
        right: 50px; }
      .oferta .off .flex .pic .buttony .btno {
        background: #fff;
        color: #000;
        padding: 11px 20px;
        text-transform: uppercase;
        height: 41px;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px; }
        .oferta .off .flex .pic .buttony .btno.btn1 {
          padding-left: 0; }
        .oferta .off .flex .pic .buttony .btno.btn1 img {
          margin-right: 10px; }
        .oferta .off .flex .pic .buttony .btno:hover {
          color: #00a0b0; }

.blog {
  background: #4e515b;
  padding-bottom: 100px; }
  .blog .kont {
    background: #fff;
    color: #4e515b;
    transform: translateY(-75px); }
  .blog .kont .row {
    margin: 0; }
  .blog .kont .col-md-6 {
    padding: 0; }
    .blog .kont .col-md-6.txt {
      padding: 20px 30px;
      font-size: 14px; }
      .blog .kont .col-md-6.txt h2 {
        font-family: 'tsbolts', sans-serif;
        font-size: 26px;
        margin-bottom: 0; }
      .blog .kont .col-md-6.txt h3 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 25px; }
  .blog .kont .flex {
    display: flex;
    align-items: center; }
  .blog .blog_ {
    color: #fff;
    padding: 30px; }
  .blog .blog_ h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 5px;
    font-family: 'tsbolts', sans-serif;
    margin-bottom: 30px; }
    .blog .blog_ h3 span {
      color: #00a0b0; }
    .blog .blog_ h3:after {
      content: "";
      height: 1px;
      width: 27%;
      background: #00a0b0;
      position: absolute;
      top: 15px;
      right: 25%; }
  .blog .blog_box {
    margin: 0; }
  .blog .blog_box .kategoria2 {
    background: #fff;
    padding: 0; }
    .blog .blog_box .kategoria2:nth-child(2) {
      border-left: 1px solid #4e515b; }
    .blog .blog_box .kategoria2 a {
      text-decoration: none;
      color: #35373d; }
    .blog .blog_box .kategoria2 .title_p, .blog .blog_box .kategoria2 .opis {
      text-decoration: none;
      padding: 20px 40px 10px; }
      .blog .blog_box .kategoria2 .title_p h2, .blog .blog_box .kategoria2 .opis h2 {
        font-size: 20px;
        font-weight: 700; }
    .blog .blog_box .kategoria2 .opis {
      padding: 10px 40px 20px; }

.strona-kategorii {
  padding-top: 200px; }

.ofert_p .kategorie .kategoria a {
  text-decoration: none; }
  .ofert_p .kategorie .kategoria .title_p {
    height: 80px; }
  .ofert_p .kategorie .kategoria h2 {
    text-align: center;
    text-decoration: none;
    color: #303030;
    font-size: 18px;
    padding: 15px 0; }

.kontakt {
  padding: 6vw 12.23958vw 6vw;
  color: #000;
  background: #fff; }
  .kontakt .foot.flex {
    display: flex;
    justify-content: center; }
  .kontakt .foot .logo_center {
    padding-bottom: 100px;
    position: relative; }
  .kontakt .foot .logo_center:before, .kontakt .foot .logo_center:after {
    content: " ";
    width: 10vw;
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    top: 58px;
    left: -12.76vw; }
  .kontakt .foot .logo_center:after {
    left: inherit;
    right: -12.76vw; }
  .kontakt .foot .logo_center img {
    min-width: 170px; }
  .kontakt .contact_section {
    background: #fafafa;
    padding: 20px;
    border-radius: 20px; }
  .kontakt h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700; }
  .kontakt .tel {
    margin-top: 30px; }
  .kontakt .tel a {
    display: block;
    text-decoration: none;
    color: #00a0b0;
    font-weight: 700;
    margin-bottom: 20px; }
  .kontakt .tel a img {
    padding: 0 20px 0 0; }
  .kontakt h2 {
    font-size: 17px;
    font-weight: 700; }
  .kontakt h2 span {
    color: #00a0b0; }
  .kontakt h2 img {
    padding-right: 30px; }
  .kontakt .rodo {
    font-size: 10px;
    margin-top: 20px; }
  .kontakt .rodo input {
    float: left; }
  .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: #4e515b;
  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: #00a0b0;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px; }

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

#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: 1910px) {
  .header nav .boxy .mobilnone {
    padding: 8px 7px; } }

@media (min-width: 1px) and (max-width: 1680px) {
  .header nav .navbar-collapse .logo-center-block {
    width: calc(50% + 220px); }
    .header nav .navbar-collapse .logo-center-block .logo_center {
      margin: 0 7.76042vw; }
      .header nav .navbar-collapse .logo-center-block .logo_center:before {
        left: -10.76vw;
        width: 7vw; }
      .header nav .navbar-collapse .logo-center-block .logo_center:after {
        right: -10.76vw;
        width: 7vw; }

  .header nav .boxy .mobilnone {
    padding: 8px 4px; } }

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

  .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: 1366px) {
  .header nav .navbar-collapse .logo-center-block .logo_center:before, .header nav .navbar-collapse .logo-center-block .logo_center:after {
    display: none; }

  .oferta {
    padding: 0 0 100px; }

  .oferta .off .flex {
    width: 100%; } }

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

  .header nav .navbar-collapse .logo-center-block {
    width: calc(50% + 85px); }
    .header nav .navbar-collapse .logo-center-block .logo_center {
      margin: 0; }

  .header nav .boxy .mobilnone {
    padding: 8px 0; } }

@media (min-width: 1px) and (max-width: 1024px) {
  .onas {
    background: #fff; } }

@media (min-width: 1px) and (max-width: 992px) {
  .navbar-brand {
    display: block; }

  .header nav .navbar-collapse .logo-center-block {
    display: none !important; }

  .mobilvis {
    display: block; }

  .header nav .navbar-collapse ul li a.nav-link {
    text-align: center;
    font-size: 15px; }

  .container, .container-md, .container-sm {
    min-width: 100%; }

  .blog .blog_ h3:after {
    display: none; } }

@media (min-width: 1px) and (max-width: 767px) {
  .fixed-top {
    position: relative; }

  .slider_bootstrap {
    margin-top: 0; }

  .onas h2 {
    font-size: 22px; }
    .onas h3 {
      font-size: 15px; }
    .onas .col-6 {
      width: 100%; }

  .onas .txt .right {
    text-align: center; }
    .onas .txt .right h3 {
      padding: 30px 0;
      margin: 0;
      font-size: 20px; }

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

  .oferta .off .flex .pic .buttony .btno {
    display: block; }
    .oferta .off .flex .pic .buttony .btno.btn1 {
      padding: 0;
      margin-bottom: 10px; }

  .oferta {
    text-align: center; }

  .oferta .off .flex.col1 {
    transform: translateY(0);
    margin: 50px 0; }
    .oferta .off .flex.col1 .txt {
      order: 0; }
    .oferta .off .flex.col1 .pic {
      order: 1; }

  .blog {
    text-align: center; }

  .blog .blog_ h3 {
    font-size: 17px; }

  .kontakt {
    text-align: center; }

  .foot_podpis {
    padding: 20px 0 100px;
    font-size: 12px; }

  .foot_podpis .foter-link {
    top: 70px; } }
