@import url('https://fonts.googleapis.com/css2?family=Montserrat: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: 'Montserrat', serif; }

.cleaner {
  clear: both; }

.ttab {
  display: table; }

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

.linia {
  width: 116px;
  height: 4px;
  background: #ffb200;
  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: 16px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 50px;
  text-align: center;
  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: 16px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 50px;
    text-align: center;
    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 #ffb200 !important;
  background: #ffb200 !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 50px;
  text-align: center;
  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 #ffb200 !important;
    background: #fff !important;
    color: #ffb200 !important;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 50px;
    text-align: center;
    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: 16px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 50px;
  text-align: center;
  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 #ffb200 !important;
    background: #ffb200 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 50px;
    text-align: center;
    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: 16px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 50px;
  text-align: center;
  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: #ffb200 !important;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    max-width: 100%; }

.header {
  background: rgba(0, 0, 0, 0.2); }
  .header .row {
    margin: 0; }
  .header nav {
    padding: 0 12%; }
    .header nav .navbar-brand {
      padding: 15px 0; }
    .header nav .logo_main {
      background: url(/cms/logo.png); }
    .header nav .navbar-collapse ul li a.nav-link {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 13px;
      color: #fff;
      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: #ffb200; }
      .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;
        border-left: 1px solid #9fa6aa; }
      .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 {
    border-top: 3px solid #ffb200;
    min-height: 33px;
    color: #fff;
    flex-direction: row;
    justify-content: space-around;
    border-bottom: 1px solid #9fa6aa; }
    .header .top2nav > div {
      width: 25%;
      display: flex;
      font-size: 12px;
      line-height: 32px;
      border-left: 1px solid #9fa6aa; }
      .header .top2nav > div strong {
        margin-right: 2px; }
    .header .top2nav .start, .header .top2nav .end {
      width: 12.5%;
      border: 0; }
    .header .top2nav .end {
      background: #ffb200; }
    .header .top2nav .lokalizacja .img {
      padding-top: 5px; }
      .header .top2nav .lokalizacja .txt {
        padding: 10px; }
      .header .top2nav .lokalizacja .txt p {
        margin: 0;
        line-height: 15px;
        color: #fff; }
    .header .top2nav .phone a, .header .top2nav .mail a {
      display: flex;
      color: #fff;
      text-decoration: none; }
      .header .top2nav .phone a span, .header .top2nav .mail a span {
        color: #ffb200;
        margin-right: 10px; }
      .header .top2nav .phone a .img, .header .top2nav .mail a .img {
        padding-top: 5px; }
      .header .top2nav .phone a .txt, .header .top2nav .mail a .txt {
        padding: 5px 10px;
        font-size: 15px;
        font-weight: 600; }
  .header.change {
    border-top: 3px solid #ffb200;
    background: #fff; }
    .header.change .top2nav {
      display: none !important; }
    .header.change nav .logo_main {
      background: url(/cms/logo-invert.png); }
    .header.change nav .navbar-collapse ul li a.nav-link {
      color: #42515b; }
  .header.podstrona {
    background: #fff; }
    .header.podstrona nav .logo_main {
      background: url(/cms/logo-invert.png); }
    .header.podstrona nav .navbar-collapse ul li a.nav-link {
      color: #42515b; }
    .header.podstrona .top2nav {
      color: #42515b; }
      .header.podstrona .top2nav .lokalizacja .txt p, .header.podstrona .top2nav .phone a, .header.podstrona .top2nav .mail a {
        color: #42515b; }

.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: #ffb200;
      color: #fff; }

.slider_bootstrap {
  /*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.4%; }
      .slider_bootstrap .flex-desc .description_slider h3 {
        text-transform: uppercase;
        color: #ffb200;
        font-size: 16px;
        font-weight: 800;
        letter-spacing: 4px; }
      .slider_bootstrap .flex-desc .description_slider p {
        font-weight: 300; }

img {
  max-width: 100%; }

section.slider_bootstrap {
  position: relative; }
  section.slider_bootstrap .offert {
    position: absolute;
    bottom: 0;
    left: 12.5%;
    width: 75%;
    z-index: 1;
    background: #fff; }
    section.slider_bootstrap .offert .box {
      padding: 20px;
      width: 33.333%;
      display: flex;
      cursor: pointer; }
      section.slider_bootstrap .offert .box .img {
        padding: 0 20px; }
    section.slider_bootstrap .offert .box2 {
      background: #ffb200;
      color: #fff; }
    section.slider_bootstrap .offert .box3 {
      background: #20262a;
      color: #ffb200; }
      section.slider_bootstrap .offert .box3 strong {
        color: #fff; }

.carousel-control-next, .carousel-control-prev {
  width: 12.5%;
  border-right: 1px solid #9fa6aa;
  top: 144px; }

.carousel-control-next {
  border: 0;
  border-left: 1px solid #9fa6aa; }

.onas {
  position: relative;
  background: #f8f8f8 url(/gfxi/background-pod-sekcje-witamy-repeat-y.png) repeat-y;
  background-size: contain;
  padding: 8.64583vW 12.5%; }
  .onas h2 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    position: relative; }
    .onas h2 span {
      color: #ffb200; }
    .onas h2:before {
      content: " ";
      position: absolute;
      top: -50px;
      left: -50px;
      background: url(/gfxi/quote-icon.png);
      height: 44px;
      width: 49px; }
  .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 50px 50px 0;
    position: relative; }
    .onas .btn_2:after {
      content: " ";
      position: absolute;
      top: -1px;
      right: -50px;
      height: 47px;
      width: 50px;
      background: #f0f0f0 url(/gfxi/strzalka.png) no-repeat 10px 6px; }
    .onas .btn_2:hover:after {
      filter: brightness(0.95); }
  .onas .row {
    margin: 0; }
  .onas .col-md-6 {
    padding: 0; }
    .onas .col-md-6.txt .txti {
      background: #fff;
      padding: 100px 100px;
      font-size: 14px; }

.oferta {
  background: url(/gfxi/tlo-parallax-pod-nasza-oferta.webp) no-repeat;
  padding: 0 12.5% 0; }
  .oferta .row {
    border-right: 1px solid #9fa6aa;
    border-left: 1px solid #9fa6aa;
    margin: 0; }
    .oferta .row.marg {
      padding-top: 7.23958vw;
      border: 0; }
  .oferta .col-md-6 {
    padding: 0; }
  .oferta .txt {
    background: #fff;
    border-right: 1px solid #f0f0f0; }
    .oferta .txt .txti {
      padding: 100px 100px;
      font-size: 14px; }
      .oferta .txt .txti h2 {
        font-size: 30px; }
      .oferta .txt .txti h2 span {
        color: #ffb200; }
  .oferta .btn_2 {
    border-radius: 0;
    margin: 50px 50px 50px 0;
    position: relative; }
    .oferta .btn_2:after {
      content: " ";
      position: absolute;
      top: -1px;
      right: -50px;
      height: 47px;
      width: 50px;
      background: #f0f0f0 url(/gfxi/strzalka.png) no-repeat 10px 6px; }
    .oferta .btn_2:hover:after {
      filter: brightness(0.95); }
  .oferta .offert {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    padding: 0; }
    .oferta .offert .row {
      margin: 0; }
    .oferta .offert .box {
      padding: 40px;
      width: 33.333%;
      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;
      cursor: pointer; }
      .oferta .offert .box .img {
        padding: 20px; }
      .oferta .offert .box .txt {
        background: transparent;
        border: 0; }
      .oferta .offert .box.active {
        padding-right: 90px;
        position: relative;
        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; }
      .oferta .offert .box.active:after {
        content: " ";
        position: absolute;
        bottom: 0;
        right: 0;
        background: url(/gfxi/str_down.webp) no-repeat bottom right;
        border-left: 1px solid #f0f0f0;
        height: 224px;
        width: 50px; }
    .oferta .offert .box2 {
      background: #ffb200;
      color: #fff; }
    .oferta .offert .box3 {
      background: #20262a;
      color: #ffb200; }
      .oferta .offert .box3 strong {
        color: #fff; }
  .oferta .content_off {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0; }
    .oferta .content_off .d-flex {
      display: flex; }
      .oferta .content_off .d-flex .cont-1 {
        width: 33.3333%;
        padding: 40px 20px; }
      .oferta .content_off .d-flex .cont-2 {
        width: 66.6666%; }

.dlaczegomy {
  background: #f8f8f8 url(/gfxi/fota-parallax-pod-dlaczego-wybrac.webp) no-repeat;
  padding: 0 12.5%; }
  .dlaczegomy .opracowanie {
    background: #ffb200;
    color: #fff;
    padding: 5.2vW 18.3vW; }
    .dlaczegomy .opracowanie h3 {
      font-weight: 600;
      font-size: 22px; }
  .dlaczegomy .pytania .row {
    margin: 0; }
    .dlaczegomy .pytania .row .col-md-6 {
      padding: 0; }
    .dlaczegomy .pytania .txti {
      background: #fff;
      padding: 125px 100px 20px; }
    .dlaczegomy .pytania .txti h2 {
      font-size: 32px; }
    .dlaczegomy .pytania .txti h2 span {
      color: #ffb200; }
  .dlaczegomy .liczby {
    margin: 100px 0; }
    .dlaczegomy .liczby h3 {
      color: #fff;
      font-size: 60px;
      font-weight: 700;
      margin-left: 257px;
      position: relative;
      transform: translate(0, 191px);
      z-index: 2; }
    .dlaczegomy .liczby h3:after {
      background: #ffb200;
      width: 224px;
      content: " ";
      position: absolute;
      height: 3px;
      left: -257px;
      top: 34px; }
    .dlaczegomy .liczby h3 span {
      color: #ffb200; }
    .dlaczegomy .liczby .srodek {
      width: 33.333%;
      background: rgba(0, 0, 0, 0.8);
      margin: 0 auto;
      position: relative;
      color: #fff;
      text-align: center;
      height: 25vW;
      padding: 60px 45px 0; }
    .dlaczegomy .liczby .srodek h4 {
      font-size: 15px;
      margin-bottom: 146px; }
    .dlaczegomy .liczby .srodek:before, .dlaczegomy .liczby .srodek:after {
      background: #ffb200;
      content: " ";
      position: absolute;
      top: -19px;
      right: -19px;
      height: 19px;
      width: 12.76041vW; }
    .dlaczegomy .liczby .srodek:after {
      width: 19px;
      height: 12.76041vW; }
    .dlaczegomy .liczby .srodek .flex {
      display: flex; }
    .dlaczegomy .liczby .srodek .flex .col-left {
      width: 120px;
      color: #ffb200;
      font-size: 30px;
      text-align: left;
      font-weight: 600; }
    .dlaczegomy .liczby .srodek .flex .col-right {
      padding-top: 10px;
      font-size: 18px;
      font-weight: 600;
      text-align: left; }
    .dlaczegomy .liczby .srodek .flex .col-right span {
      color: #ffb200; }

.obszar .col-md-12 {
  padding: 130px 200px;
  text-align: center;
  font-size: 20px;
  font-weight: 500; }
  .obszar .btn_2 {
    border-radius: 0;
    margin: 50px 50px 50px 0;
    position: relative; }
    .obszar .btn_2:after {
      content: " ";
      position: absolute;
      top: -1px;
      right: -50px;
      height: 47px;
      width: 50px;
      background: #f0f0f0 url(/gfxi/strzalka.png) no-repeat 10px 6px; }
    .obszar .btn_2:hover:after {
      filter: brightness(0.95); }

.projekty {
  padding: 8.5vw 12.5%;
  background: url(/gfxi/fota-parallax-pod-liste-realizacji.webp); }
  .projekty .row {
    margin: 0; }
    .projekty .row .col-md-6 {
      padding: 0; }
  .projekty .txti {
    background: #fff;
    padding: 125px 100px;
    font-size: 14px; }
    .projekty .txti h2 {
      font-size: 35px;
      font-weight: 600;
      margin-bottom: 40px; }
    .projekty .txti h2 span {
      color: #ffb200; }
  .projekty .head {
    width: 80%;
    background: #fff;
    height: 63px; }
  .projekty .lista {
    background: rgba(0, 0, 0, 0.8);
    height: 700px;
    color: #fff;
    overflow-y: auto;
    scrollbar-color: #ffb200 #fff;
    scrollbar-width: thin;
    padding: 40px 30px; }
    .projekty .lista ol li {
      border-bottom: 1px solid #888;
      padding: 10px 0 20px; }

.accordion-button::after {
  display: none; }

.accordion-button::before {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 30px;
  content: "";
  background-image: url(/gfxi/accordion-plus.png);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  transition: var(--bs-accordion-btn-icon-transition); }

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none; }

.accordion-button:not(.collapsed) {
  color: #000;
  font-weight: 600;
  background: transparent;
  border-color: transparent; }
  .accordion-button:not(.collapsed)::before {
    background-image: url(/gfxi/accordion-minus.png); }

.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: #ffb200;
      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: #ffb200; }

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

.kontakt .kontakt_txt {
  padding-top: 30px; }
  .kontakt .kontakt_txt .lokalizacja, .kontakt .kontakt_txt .phone a, .kontakt .kontakt_txt .mail a {
    display: flex;
    font-size: 12px;
    line-height: 32px; }
  .kontakt .kontakt_txt .lokalizacja .img, .kontakt .kontakt_txt .phone a .img, .kontakt .kontakt_txt .mail a .img {
    padding: 20px 10px; }
  .kontakt .kontakt_txt .lokalizacja .txt, .kontakt .kontakt_txt .phone a .txt, .kontakt .kontakt_txt .mail a .txt {
    padding: 10px; }
  .kontakt .kontakt_txt .phone a, .kontakt .kontakt_txt .mail a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px; }
  .kontakt .kontakt_txt .phone a .img, .kontakt .kontakt_txt .mail a .img {
    padding: 10px; }
  .kontakt .rodo {
    font-size: 10px;
    padding-top: 20px; }
  .kontakt .rodo input {
    float: left; }

.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: #ffb200;
  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: 1680px) {
  .slider_bootstrap .flex-desc .description_slider {
    padding-bottom: 100px; } }

@media (min-width: 1px) and (max-width: 1440px) {
  .slider_bootstrap .flex-desc .description_slider img {
    max-width: 80%; } }

@media (min-width: 1px) and (max-width: 1366px) {
  .slider_bootstrap .flex-desc .description_slider img {
    max-width: 60%; }

  .header .top2nav .start, .header .top2nav .end, .carousel-control-next, .carousel-control-prev {
    width: 2%; }

  .header .top2nav > div {
    width: 32%; }

  .header nav {
    padding: 0 2%; }

  .slider_bootstrap .flex-desc .description_slider {
    padding: 0px 3% 100px 3.4%; }

  section.slider_bootstrap .offert {
    left: 2%;
    width: 96%; }

  .onas {
    padding: 8.64583vW 2%; }

  .oferta, .dlaczegomy {
    padding: 0 2%; }

  .projekty {
    padding: 8.5vw 2%; }

  .kontakt {
    padding: 6vw 2% 6vw; }

  .dlaczegomy .liczby .srodek {
    height: 40vW; } }

@media (min-width: 1px) and (max-width: 1024px) {
  .slider_bootstrap .flex-desc .description_slider {
    left: 10%; }
    .slider_bootstrap .flex-desc .description_slider img {
      max-width: 40%; }

  .header .top2nav .start, .header .top2nav .end, .carousel-control-next, .carousel-control-prev {
    width: 0;
    display: none; }

  .header .top2nav > div {
    width: 33.333%; }

  .header nav {
    padding: 0; }

  .header nav .navbar-collapse ul li a.nav-link {
    font-size: 12px;
    padding: 8px 10px; }

  .slider_bootstrap .flex-desc .description_slider {
    padding: 0px 3% 100px 3.4%; }

  section.slider_bootstrap .offert {
    left: 0;
    width: 100%; }

  .onas {
    padding: 8.64583vW 0; }

  .oferta, .dlaczegomy {
    padding: 0; }

  .dlaczegomy .liczby, .dlaczegomy .opracowanie2 {
    display: none; }
    .dlaczegomy .pytania .txti {
      padding: 50px; }

  .projekty {
    padding: 8.5vw 0; }

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

  .dlaczegomy .liczby .srodek {
    height: 40vW; } }

@media (min-width: 1px) and (max-width: 992px) {
  .header .top2nav {
    display: none !important; }

  .header {
    background: #fff; }
    .header nav .logo_main {
      background: url(/cms/logo-invert.png); }
    .header nav .navbar-collapse ul li a.nav-link {
      color: #42515b;
      text-align: center; }

  section.slider_bootstrap {
    margin-top: 100px; }
    section.slider_bootstrap .flex-desc .description_slider {
      padding: 0 3%; }
      section.slider_bootstrap .flex-desc .description_slider img {
        max-width: 100%; }
    section.slider_bootstrap .offert {
      position: relative;
      left: inherit;
      bottom: inherit;
      display: block !important; }
      section.slider_bootstrap .offert .box {
        width: 100%; }

  .onas .col-md-6.txt .txti {
    padding: 100px 20px; }
    .onas h2:before {
      left: 0; }
    .onas .pic {
      display: none; }

  .oferta .txt .txti {
    padding: 100px 20px; }

  .d-flex {
    display: block !important; }

  .oferta .offert .box {
    width: 100%; }

  .oferta .content_off .d-flex .cont-1, .oferta .content_off .d-flex .cont-2 {
    width: 100%; }

  .dlaczegomy .pytania .txti {
    padding: 50px 20px; }

  .obszar .col-md-12, .projekty .txti {
    padding: 50px 20px;
    text-align: center; } }
