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

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

img {
  max-width: 100%; }

.container {
  min-width: 1200px;
  max-width: 1200px; }

main {
  overflow-x: hidden; }

.kotwa {
  position: absolute;
  left: 0;
  top: -120px; }

.witamy {
  text-align: center;
  margin: 10.5vw 0 6.67vw 0;
  font-size: 14px;
  fotn-weight: 200; }
  .witamy .flex {
    display: flex;
    justify-content: center; }
    .witamy .flex h1, .witamy .flex h2 {
      font-family: "Mea Culpa", cursive;
      font-size: 110px;
      padding: 30px 0; }
    .witamy .flex h3 {
      font-size: 19px;
      text-transform: uppercase;
      letter-spacing: 7px;
      font-weight: 600; }
  .witamy.przyjecia_weselne {
    background: #f3f3f3;
    margin: 10.5vw 0 0;
    padding: 0 0 6.67vw; }
    .witamy.przyjecia_weselne .white {
      padding-bottom: 6.09vw;
      background: #fff; }
    .witamy.przyjecia_weselne .parka {
      background: url(/gfxi/linia.gif) repeat-x center top;
      font-size: 19px; }
    .witamy.przyjecia_weselne .parka .flex {
      padding: 5.25vw 0 3.5vw; }
    .witamy.przyjecia_weselne .galeria_grid {
      padding: 0 34px;
      display: grid;
      grid-template-columns: repeat(5, 1fr); }
    .witamy.przyjecia_weselne .galeria_grid a {
      width: 100%;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      display: block;
      grid-column: auto;
      grid-row: auto; }
    .witamy.przyjecia_weselne .galeria_grid a img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: 0.5s; }
    .witamy.przyjecia_weselne .galeria_grid a img:hover {
      transform: scale(1.05); }

.sale {
  padding: 0 19px; }
  .sale .col-md-6, .sale .col-md-4 {
    position: relative; }
    .sale .col-md-6 .desc, .sale .col-md-4 .desc {
      position: absolute;
      bottom: 168px;
      left: 34px;
      width: calc(100% - 68px);
      min-height: 150px;
      background: rgba(255, 255, 255, 0.6);
      z-index: 60;
      display: flex;
      align-items: center; }
    .sale .col-md-6 .desc .col-md-5, .sale .col-md-4 .desc .col-md-5 {
      width: 40%; }
    .sale .col-md-6 .desc .col-md-5 h2, .sale .col-md-4 .desc .col-md-5 h2 {
      font-family: "Mea Culpa", cursive;
      font-size: 50px;
      text-align: center; }
    .sale .col-md-6 .desc .col-md-6, .sale .col-md-4 .desc .col-md-6 {
      width: 50%; }
    .sale .col-md-6 .desc .col-md-6 h2, .sale .col-md-4 .desc .col-md-6 h2 {
      font-family: "Mea Culpa", cursive;
      font-size: 50px;
      text-align: center; }
    .sale .col-md-6 .desc2, .sale .col-md-4 .desc2 {
      position: relative;
      background: #f3f3f3;
      padding: 0 60px;
      height: 149px;
      width: 100%;
      display: flex;
      align-items: center; }
    .sale .col-md-6 .desc2 .box, .sale .col-md-4 .desc2 .box {
      width: 25%;
      min-height: 48px; }
    .sale .col-md-6 .desc2 .box p, .sale .col-md-4 .desc2 .box p {
      margin: 0; }
    .sale .col-md-6 .desc2 .box:nth-child(1), .sale .col-md-4 .desc2 .box:nth-child(1) {
      padding-left: 40px;
      background: url(/gfxi/icon-1.png) no-repeat 0 6px; }
    .sale .col-md-6 .desc2 .box:nth-child(2), .sale .col-md-4 .desc2 .box:nth-child(2) {
      padding-left: 40px;
      background: url(/gfxi/icon-2.png) no-repeat 0 6px; }
    .sale .col-md-6 .desc2 .box:nth-child(3), .sale .col-md-4 .desc2 .box:nth-child(3) {
      padding-left: 40px; }
    .sale .col-md-6.drugi .desc, .sale .col-md-4.drugi .desc {
      color: #fff;
      background: rgba(0, 0, 0, 0.6); }
  .sale.pozostale .col-md-4 .desc .row {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center; }
    .sale.pozostale .col-md-4 .desc2 {
      font-size: 15px; }
    .sale.pozostale .col-md-4 .desc2 p {
      margin: 0; }
    .sale.pozostale .col-md-4 .desc2 .col-md-4 {
      padding-left: 40px;
      background: url(/gfxi/icon-2.png) no-repeat 0 6px; }

.cytat {
  font-size: 19px;
  padding: 5.8vw 0 5.6vw; }
  .cytat .flex {
    justify-content: center; }
  .cytat h2 {
    font-size: 80px;
    font-family: "Mea Culpa", cursive;
    text-align: center;
    margin-bottom: 30px; }

.plener {
  background: #f3f3f3 url(/gfxi/linia.gif) repeat-x center bottom;
  padding-bottom: 77px; }
  .plener .top {
    padding-bottom: 85px; }
    .plener .top h2 {
      font-family: "Mea Culpa", cursive;
      font-size: 100px; }
  .plener .col-md-6 {
    padding: 0; }
  .plener .flex {
    display: flex;
    background: #fafafa;
    align-items: center;
    text-align: center;
    padding: 0 50px;
    font-size: 13px; }
    .plener .flex h3 {
      font-size: 19px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase; }
  .plener.blog {
    background: #fff;
    padding-top: 10vw; }
    .plener.blog h2 {
      font-size: 80px; }

.oferta_pozo {
  margin: 0 19px; }
  .oferta_pozo .row {
    margin: 0 -7px; }
  .oferta_pozo .col-md-3 {
    padding: 0 7px;
    position: relative; }
    .oferta_pozo .col-md-3 .tytul {
      position: absolute;
      bottom: 50px;
      left: 0;
      width: 100%;
      text-align: center; }
    .oferta_pozo .col-md-3 .tytul h3 {
      font-size: 18px;
      text-transform: uppercase;
      color: #fff;
      margin-bottom: 35px;
      letter-spacing: 5px; }
    .oferta_pozo .col-md-3 .tytul .btn {
      width: 50%; }

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

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