@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mea+Culpa&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: #f3f3f3;
  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: 11px;
  font-weight: 600;
  padding: 10px 50px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 3px; }
  .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: 11px;
    font-weight: 600;
    padding: 10px 50px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    max-width: 100%;
    text-transform: uppercase;
    letter-spacing: 3px; }

.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 #f3f3f3 !important;
  background: #f3f3f3 !important;
  color: #000 !important;
  font-size: 11px;
  font-weight: 600;
  padding: 10px 50px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 3px; }
  .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 #f3f3f3 !important;
    background: #fff !important;
    color: #000 !important;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 50px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    max-width: 100%;
    text-transform: uppercase;
    letter-spacing: 3px; }

.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 #fff !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 11px;
  font-weight: 600;
  padding: 10px 50px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 3px; }
  .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 #fff !important;
    background: #f3f3f3 !important;
    color: #000 !important;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 50px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    max-width: 100%;
    text-transform: uppercase;
    letter-spacing: 3px; }

.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: #fff !important;
  color: #f3f3f3 !important;
  font-size: 11px;
  font-weight: 600;
  padding: 10px 50px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 3px; }
  .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 #f3f3f3 !important;
    background: #f3f3f3 !important;
    color: #fff !important;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 50px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    max-width: 100%;
    text-transform: uppercase;
    letter-spacing: 3px; }

:root {
  scroll-behavior: smooth; }

body {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased !important;
  transition: all 0.5s; }

section {
  position: relative; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #000;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif; }

.section-header {
  text-align: center;
  padding-bottom: 40px;
  padding: 70px 0; }
  .section-header h2 {
    font-size: 61px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #233d62; }
  .section-header p {
    margin: 0 auto; }

@media (min-width: 1280px) {
  .section-header p {
    max-width: 80%; } }

.header {
  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;
  z-index: 997;
  /*.top_header.flex {
      height: 39px;
      overflow:hidden;
      padding: 0 14.32291vw;
      background: $color_2;
      color: #fff;
      font-size:12px;
      font-weight:500;
      transition: all .8s;
    .mail-phone {
      display:inline-block;
      &.lewa {
        ul {
          margin:0;
          padding:0;
          list-style:none;
          li {
            display:inline-block;
            height: 39px;
            line-height: 39px;
            padding-left:24px;
            padding-right: 26px;
            a {
              font-weight: 600;
              color: #fff;
              transition: all .5s;
              &:hover {
                color: $color_2;
              }
            }
            b {
              display:inline-block;
              height: 50px;
            }
          }
        }
      }
      
      &.prawa {
        float:right;
        p {
          font-size:12px;
          display:inline-block;
          line-height:50px;
        }
        ul{
          list-style: none;
          li{
            display: inline-block;
            line-height: 39px;
            margin-right: 20px;
            a{
              color:#fff;
            }
            img{
              margin-right: 10px;
            }
          }
        }
      }
    }
  }*/
  background: transparent; }
  .header .navbar {
    padding: 0 7.25vw;
    background: #fff;
    /* &:before, &:after{
      @include transitions(0.5s);
      position: absolute;
      width: 5.46875vW;
      content: "";
      height: 1px;
      background: $color_2;
      top:82px;
      //9.53125
      left: 4.8958333vW;
    }
    &:after{
      left:inherit;
      right: 4.8958333vW;
    }*/
    position: relative; }
    .header .navbar .navbar-brand {
      display: none; }
    .header .navbar .navbar-collapse {
      justify-content: space-between; }
    .header .navbar .logo-srodek {
      padding: 43px 0 29px; }
      .header .navbar .logo-srodek img {
        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; }
    .header .navbar .navbar-nav {
      margin-left: 3.5vw; }
    .header .navbar ul li a {
      color: black;
      font-size: 15px;
      font-family: 'Poppins', sans-serif;
      letter-spacing: 1px;
      font-weight: 400; }
      .header .navbar ul li a:hover {
        border-bottom: 2px solid #f3f3f3; }
      .header .navbar ul li ul {
        padding: 20px 0; }
      .header .navbar ul li ul li a {
        border: 0;
        display: block;
        padding: 2px 20px; }
        .header .navbar ul li ul li a:hover {
          border: 0;
          background: #fff; }
  .header .dropdown-menu {
    border: 0px solid red;
    background: #fafafa;
    padding: 20px;
    min-width: 230px; }
  .header.sticked {
    background: white; }
    .header.sticked .top_header.flex {
      background: #f3f3f3; }
    .header.sticked .navbar:before, .header.sticked .navbar:after {
      top: 51px; }
      .header.sticked .navbar .logo-srodek {
        padding: 5px 0 4px; }
      .header.sticked .navbar .logo-srodek img {
        width: 130px; }

.kategorie .kategoria .title_p h2 {
  color: #f3f3f3; }

.main_slider {
  margin-top: 146px;
  padding: 0 19px; }
  .main_slider .carousel .carousel-inner .carousel-control-next, .main_slider .carousel .carousel-inner .carousel-control-prev {
    width: 7%; }
    .main_slider .carousel .carousel-inner .carousel-control-next-icon, .main_slider .carousel .carousel-inner .carousel-control-prev-icon {
      width: 1.7rem;
      height: 1.7rem;
      padding: 5px;
      background-size: 18px;
      border-radius: 30px;
      background-color: #67442a; }
    .main_slider .carousel .carousel-inner .carousel-item {
      position: relative; }
    .main_slider .carousel .carousel-inner .carousel-item img {
      width: 100%;
      height: auto; }
    .main_slider .carousel .carousel-inner .carousel-item .description_slider {
      position: absolute;
      bottom: 10.5vw;
      left: 0;
      padding-left: calc(4.114583vw);
      padding-right: calc(4.114583vw);
      width: 100%;
      text-align: center; }
    .main_slider .carousel .carousel-inner .carousel-item .description_slider h2 {
      font-family: "Mea Culpa", cursive;
      color: #fff;
      font-weight: 500;
      font-size: 80px; }
    .main_slider .carousel .carousel-inner .carousel-item .description_slider h4 {
      font-size: 15px;
      color: white;
      font-weight: 500;
      letter-spacing: 5px;
      text-transform: uppercase; }
    .main_slider .carousel .carousel-inner .carousel-item .description_slider h3 {
      font-size: 27px;
      color: white;
      font-weight: 700;
      letter-spacing: 0px;
      text-transform: uppercase;
      padding-bottom: 0px; }
    .main_slider .carousel .carousel-inner .carousel-item .description_slider p {
      display: inline-block;
      width: 100%;
      color: #fff; }

@media screen and (min-width: 1px) and (max-width: 1399px) {
  .main_slider {
    padding: 0 0 0 0; }
    .main_slider .carousel .carousel-inner .carousel-item .description_slider h4 {
      transform: translateY(30px); }
      .main_slider .carousel .carousel-inner .carousel-item .description_slider h3 {
        transform: translateY(30px); } }

@media screen and (min-width: 1px) and (max-width: 1199px) {
  .main_slider {
    padding: 0 0 0 0; }
    .main_slider .carousel .carousel-inner .carousel-item .description_slider h4 {
      transform: translateY(60px); }
      .main_slider .carousel .carousel-inner .carousel-item .description_slider h3 {
        transform: translateY(60px); } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .main_slider {
    margin-top: 137px;
    padding: 0 0 0 0; }
    .main_slider .carousel .carousel-inner .carousel-item .description_slider h4 {
      transform: translateY(80px);
      margin: 0;
      padding: 0; }
      .main_slider .carousel .carousel-inner .carousel-item .description_slider h3 {
        transform: translateY(80px);
        margin: 0;
        padding: 0; } }

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

.strona-kategorii img {
  max-width: 100%; }
  .strona-kategorii .tyt_podstrony h1 {
    font-family: "Mea Culpa", cursive;
    font-size: 80px;
    font-weight: 500; }
  .strona-kategorii .offer_category {
    padding: 80px 0; }
    .strona-kategorii .offer_category .linia {
      display: none;
      margin-bottom: 40px; }
  .strona-kategorii h2 {
    font-size: 19px;
    letter-spacing: 7px;
    font-weight: 600; }
  .strona-kategorii ul {
    list-style: none; }
  .strona-kategorii .centrowanie {
    text-align: center; }

.kategorie .kategoria .title_p h2 {
  color: #333; }

.footer {
  margin-top: 3vw; }

.cennik_dw {
  border: 4px solid #000;
  padding: 10px !important;
  background-color: rgba(255, 255, 255, .5);
  margin: 30px 0; }

.cennik_dw th {
  background-color: #e7e0d0;
  padding: 0px 0;
  border: 1px solid #806a41;
  text-align: center;
  filter: grayscale(1); }

.cennik_dw td {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, .2);
  text-align: center;
  font-size: 13px; }

.przyjecia-weselne-i-sluby table thead tr:first-child th:first-child {
  background-image: url(/gfx/wesela-czechowice.jpg);
  background-size: cover;
  background-position: 50% 50%;
  filter: grayscale(0); }

.bale-studniowkowe table tr:first-child th:first-child {
  width: 50%;
  background-image: url(/gfx/studniowki-czechowice.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 500px;
  filter: grayscale(0); }

.komunie table tr:first-child th:first-child {
  width: 50%;
  background-image: url(/gfx/komunie-czechowice.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 500px;
  filter: grayscale(0); }

.footer {
  /*galeria*/ }
  .footer.Kontakt .container, .footer.kontakt .container {
    display: none; }

#toolbar {
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 10px;
  padding: 5px;
  background: url(fs_img_g_bg.png); }

#toolbar img {
  border: none; }

#img_title {
  position: absolute;
  z-index: 3;
  left: 10px;
  top: 10px;
  padding: 10px;
  background: url(fs_img_g_bg.png);
  color: #fff;
  font-size: 24px;
  text-transform: uppercase; }

#bg {
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative; }

#bg img {
  max-width: inherit; }

#bgimg {
  display: none;
  -ms-interpolation-mode: bicubic; }

#preloader {
  position: absolute;
  z-index: 3;
  width: 32px;
  top: 80px;
  left: 49%;
  background: #000; }

#thumbnails_wrapper {
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(empty.gif);
  /* stupid ie needs a background value to understand hover area */ }

#outer_container {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 40px auto; }

#outer_container .thumbScroller {
  position: relative;
  overflow: hidden;
  background: url(fs_img_g_bg.png); }

#outer_container .thumbScroller, #outer_container .thumbScroller .container, #outer_container .thumbScroller .content {
  height: 170px; }

#outer_container .thumbScroller .container {
  position: relative;
  left: 0; }

#outer_container .thumbScroller .content {
  float: left; }

#outer_container .thumbScroller .content div {
  margin: 5px;
  height: 100%; }

#outer_container .thumbScroller img {
  border: 5px solid #fff;
  width: 280px; }

#outer_container .thumbScroller .content div a {
  display: block;
  padding: 5px; }

.nextImageBtn, .prevImageBtn {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin: -25px 10px 0 10px;
  z-index: 3;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4; }

.nextImageBtn:hover, .prevImageBtn:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8; }

.nextImageBtn {
  right: 0;
  background: #000 url(nextImgBtn.png) center center no-repeat; }

.prevImageBtn {
  background: #000 url(prevImgBtn.png) center center no-repeat; }

#img_title {
  display: none !important; }

.gal_prod {
  height: 200px;
  text-align: center; }

.gal_prod img {
  max-width: 95%; }

.gal_prod .link_u {
  font-size: 22px;
  margin-top: 5px; }

.footer {
  background: #fff;
  padding: 4.6vw 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 500; }
  .footer p {
    margin: 0; }
  .footer .foot-top {
    margin-bottom: 30px; }
    .footer .foot-top .logo-srodek {
      margin-bottom: 40px;
      display: block; }
  .footer h3 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  .footer a {
    color: #000; }
  .footer .footer-legal {
    margin: 170px 19px 0;
    text-align: center;
    border-top: 2px solid #000;
    padding: 30px 0;
    position: relative; }

.kontakt {
  padding: 6vw 12.23958vw 6vw;
  color: #fff;
  background: #fdbe00; }
  .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; }

.expo {
  filter: invert(1);
  position: absolute;
  bottom: 30px;
  right: 50px; }

.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: #f3f3f3;
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 100; }

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

.kontakt {
  background: #fdbe00;
  color: #fff; }
  .kontakt .flex {
    display: flex; }
    .kontakt .flex .box1, .kontakt .flex .box2 {
      width: calc(25% - 69.5px);
      font-size: 12px; }
    .kontakt .flex .box1 p, .kontakt .flex .box2 p {
      font-size: 12px; }
    .kontakt .flex .box1 .lokalizacja, .kontakt .flex .box2 .lokalizacja {
      display: flex; }
    .kontakt .flex .box1 .lokalizacja .img, .kontakt .flex .box2 .lokalizacja .img {
      margin-right: 20px; }
    .kontakt .flex .box2 a {
      color: #fff;
      text-decoration: none; }
    .kontakt .flex .box3 {
      width: 278px; }
    .kontakt .flex .box4 {
      padding-left: 130px; }

.linia {
  margin: 0 auto 20px; }

.strona-kategorii {
  margin-top: 150px; }
  .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: #f3f3f3;
      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;
    padding: 80px 0 0 0; }
    .strona-kategorii .product_preview .close-box {
      position: absolute;
      right: 0;
      top: 0; }
    .strona-kategorii .product_preview .product_desc table {
      height: auto !important;
      width: 100% !important; }
    .strona-kategorii .product_preview .product_desc table th {
      color: #fff;
      background-color: #8d1515;
      text-align: center;
      line-height: 14px;
      font-size: 16px !important;
      font-weight: normal;
      padding: 5px; }
    .strona-kategorii .product_preview .product_desc table td {
      text-align: center;
      padding: 5px; }
    .strona-kategorii .product_preview .product_desc table td p {
      margin: 0; }
    .strona-kategorii .product_preview .product_desc table tr:nth-child(2n+2) td {
      background: rgba(204, 35, 42, 0.2); }
    .strona-kategorii .product_preview .product_desc .glowny_opis {
      padding-top: 80px; }

.glowny_opis img {
  max-width: auto;
  width: inherit !important;
  height: inherit !important; }
  .glowny_opis h1 {
    font-size: 30px;
    color: #f3f3f3; }

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

.title-prod h2 {
  margin: 50px 0 20px;
  text-align: center;
  color: #fdbe00; }

.produkty .produkt .prod_img {
  padding: 5px; }
  .produkty .produkt .prod_img img {
    max-width: 100%;
    /*height: 315px;
				overflow: hidden;
				img{
					 width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: center;
				}*/ }
  .produkty .produkt .prod_name a {
    color: #fdbe00;
    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; }

.product_preview .min_pic {
  list-style: none; }
  .product_preview .min_pic li {
    list-style: none; }

.kategorie .kategoria a {
  text-decoration: none; }
  .kategorie .kategoria .kat_img {
    height: 230px;
    overflow: hidden; }
  .kategorie .kategoria .kat_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .kategorie .kategoria .title_p {
    color: #fdbe00;
    text-decoration: none;
    text-align: center; }
  .kategorie .kategoria .title_p h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px 0; }

.strona_podkat {
  padding-top: 200px; }

#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: 1280px) {
  .header .navbar {
    padding: 0 20px; }

  .sale {
    padding: 0 5px; }

  .sale .col-md-6 .desc2, .sale .col-md-4 .desc2 {
    padding: 0 15px; }

  .witamy.przyjecia_weselne {
    padding: 0 5px 6.67vw; }
    .witamy.przyjecia_weselne img {
      width: 100%; }

  .witamy.przyjecia_weselne .galeria_grid {
    padding: 0 5px; }

  .plener {
    padding: 0 5px 77px; }

  .container {
    padding: 0;
    min-width: 100%;
    max-widt: 100%; }

  .oferta_pozo {
    margin: 0 5px; } }

@media (min-width: 1px) and (max-width: 992px) {
  .strona-kategorii .tyt_podstrony h1 {
    font-size: 40px; }

  #thumbnails_wrapper {
    display: none !important; }

  .expo {
    position: relative;
    bottom: inherit;
    right: inherit; }

  .header .navbar .navbar-brand {
    display: block;
    margin: 10px auto; }
    .header .navbar .navbar-brand .nav-item {
      text-align: center; }

  .header .navbar .navbar-nav {
    text-align: center; }

  .header .navbar .logo-srodek {
    display: none; }

  .header .navbar ul li ul li a {
    text-align: center; }

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

  .sale .col-md-6 .desc2, .sale .col-md-4 .desc2 {
    flex-wrap: wrap; }
    .sale .col-md-6 .desc2 .box, .sale .col-md-4 .desc2 .box {
      width: 50%; }

  .sale.pozostale .col-md-4 .desc2 .col-md-4 {
    width: 100%;
    text-align: center;
    background-position: 55px 6px; }

  .sale.pozostale .col-md-4 .desc2 .col-md-8 {
    width: 100%;
    padding: 10px;
    text-align: center; } }

@media (min-width: 1px) and (max-width: 767px) {
  .witamy {
    padding: 0 15px; }

  .sale .col-md-6 .desc, .sale .col-md-4 .desc {
    text-align: center; }

  .sale .col-md-6 .desc .col-md-5, .sale .col-md-4 .desc .col-md-5 {
    width: 100%;
    padding: 10px 20px;
    text-align: center; }

  .pozostale .col-md-4 img {
    width: 100%; }

  .witamy .flex h2 {
    font-size: 60px; }

  .witamy.przyjecia_weselne .parka, .cytat {
    padding: 0 20px; }

  .plener .flex {
    padding: 20px 50px; }
    .plener .col-md-6 img {
      width: 100%; }

  .oferta_pozo .col-md-3 {
    padding: 0 7px 14px; }

  .strona-kategorii .offer_category {
    padding: 0 0 50px 0; } }
