@import "./partials/banner-pricing.css";
@import "./partials/banner-home.css";
@import "./partials/modal-zapytaj-termin.css";
@import "./partials/sekcja-tekst-zdjecie.css";

/*.no-js .overlay { display: none;  }*/
@media screen and (min-width: 768px) {
  .js .anim {
    visibility: hidden;
  }
}


/*.js .overlay , .overlay {  position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: #f9f9f9;
-webkit-font-smoothing: antialiased;}*/
.pos-re {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  width: 200px;
  height: 200px
}

@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }

  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }

  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}

@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }

  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }

  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}

@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }

  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }

  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}

@-ms-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }

  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }

  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}

@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }

  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }

  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}

@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }

  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }

  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}

@-o-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }

  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }

  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}

@keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }

  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }

  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}

.uil-ripple-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
  z-index: 10000;
}

.uil-ripple-css div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border-width: 12px;
  border-style: solid;
  -ms-animation: uil-ripple 2s ease-out infinite;
  -moz-animation: uil-ripple 2s ease-out infinite;
  -webkit-animation: uil-ripple 2s ease-out infinite;
  -o-animation: uil-ripple 2s ease-out infinite;
  animation: uil-ripple 2s ease-out infinite;
}

.uil-ripple-css div:nth-of-type(1) {
  border-color: #fec453;
}

.uil-ripple-css div:nth-of-type(2) {
  border-color: #f1565e;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}


html {
  min-height: 100%;
  position: relative;
}

body {
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #403436;
  overflow-x: hidden;
  position: relative;

}

@media screen and (min-width:1600px) {
  body {
    font-size: 18px;
    line-height: 26px;
  }
}

ul {
  list-style: none;
}

h2,
h1 {
  font-family: 'Merriweather', serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #ef565d;
  text-align: center;
  margin: 0;
  position: relative;

}

h2:before,
h2:after {
  content: '...';
  position: absolute;
  font-family: 'Merriweather', serif;
  color: #ef565d;
  line-height: 4px;
}

h2:before {
  top: 8px;
  margin-left: -30px;
}

h2:after {
  top: 8px;
  margin-left: 7px;
}

section {
  padding: 60px 0;
}

section h2 {
  margin-bottom: 60px;
}

.btn {
  background: #0DA20C;
  border: 2px solid #0DA20C;
  padding: 10px 15px;
  color: #fff;
  display: inline-block;
  border-radius: 3px;

}

@media screen and (min-width: 1600px) {
  .btn {
    font-size: 16px;
  }
}

.btn-empty {
  background: none;
  border: 1px solid #0DA20C;
  color: #0DA20C;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-empty:hover {
  background: #0DA20C;
  border: 1px solid #0DA20C;
  color: #fff;
}

.light {
  background: #f9f7f6 url('../i/pattern.png') repeat;
}

.lignt-border-top {
  border-top: 3px solid #c6c4c5;
}

.lignt-border-bottom {
  border-bottom: 3px solid #c6c4c5;
}

nav {
  position: relative;

}

nav a {
  color: #403436;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

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

nav a:active,
nav a:focus {
  color: #ef565d;
  text-decoration: none;
}

nav h1 {
  display: inline-block;
  margin-top: 10px;
}

nav ul li {
  display: inline-block;
  padding: 15px;
}

nav .fast-contact {
  display: inline-block;
}

nav .fast-contact span {
  display: inline-block;
  margin: 0 30px;
}

nav .fast-contact i {
  padding: 7px;
}

nav .main-menu {
  display: inline-block;
}

nav .main-menu a {
  position: relative;
}

nav .main-menu a span {
  position: absolute;
  font-size: 12px;
  color: red;
  top: -10px;
  right: -15px;

}

nav .menu-btn {
  margin-top: 15px;
}

.top-bar {
  background: #ebfff9;
  /*background: #ededed;*/
  padding: 5px 0;
  color: #403436;
}

.top-bar a {
  color: #403436;
}

.dot {
  padding: 0 10px;
}

.kontakt-bg {
  width: 257px;
  height: 380px;
  background: url('../i/kontakt-fotobu.jpg') no-repeat;
  position: absolute;
  bottom: -60px;
  left: 0;
}

.partners li {
  display: inline-block;
  padding: 0 20px
}

.trust {
  background: #fff
}

@media all and (max-width: 1200px) {
  nav .container {
    width: 100%;
  }

  nav ul li {
    padding: 15px 7px;
  }

  nav .fast-contact {
    font-size: 14px;
  }

  nav .fast-contact span {
    margin: 0 0 0 15px;
  }
}

@media all and (max-width: 992px) {
  .kontakt-bg {
    display: none;
  }

  nav ul li {
    font-size: 14px;
  }
}

.menu-cta {
  display: none;
}

@media all and (max-width: 768px) {
  nav .main-menu {
    width: 100%;
  }

  nav ul li {
    padding: 0;
  }

  nav ul li a {
    font-size: 18px;
    padding: 10px 5px;
    display: block;
  }

  .menu-mobile-deep li,
  .menu-mobile-deep-2 li,
  .menu-mobile-deep-3 li,
    .menu-mobile-deep-4 li {
    position: relative;
    width: 46%;
    height: 30%;
    display: inline-block;
    text-align: center;
    //height: 110px;
    vertical-align: top;
    padding: 5px;
    border: 1px solid #c6c4c5;
    margin: 1%;
    border-radius: 3px;
    background: #fff;
  }

  .menu-mobile-deep li a,
  .menu-mobile-deep-2 li a,
  .menu-mobile-deep-3 li a,
    .menu-mobile-deep-4 li a {
    padding: 5px;
    font-size:16px;
  }

  .menu-mobile-deep li.sub-first,
  .menu-mobile-deep-2 li.sub-first,
  .menu-mobile-deep-3 li.sub-first,
    .menu-mobile-deep-4 li.sub-first {
    width: 100%;
    height: 45px;
    text-align: left;
    border: 0 transparent;
    margin: 0;
    background: transparent;


  }

  .menu-mobile-deep li img,
  .menu-mobile-deep-2 li img,
  .menu-mobile-deep-3 li img {
    width: 45px;
    height: 45px;
    display: inline-block;
    margin-bottom: 5px;
  }

  .menu-cta {
    display: inline-block;
    background: #0c930b;
    padding: 5px 15px;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 30px;
    width: 96%;
    font-size: 18px;
  }

  nav ul {
    padding-left: 0;
    margin-left: 0;
  }

  nav ul li {

    padding-left: 20px;
    border-bottom: 1px solid #f9f9f9;

  }

  .dropdown-backdrop {
    display: none;
  }
}

@media screen and (max-width: 350px) {
  nav ul li a {
    font-size: 16px;
  }
}

header.smaller {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 100;
  top: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-transition: top 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}

header.smaller .logo img {
  width: 63px;
  height: 30px;
}

header.smaller .logo {
  margin: 0;
}

header.smaller nav ul {
  margin-bottom: 0;
}

header.smaller nav .menu-btn {
  margin-top: 0;
}

.nav-up {
  top: -100px;
}

.baner {
  padding: 200px 0;
  background: #F9F7F6 url('https://www.fotobu.pl/wp-content/uploads/2025/02/Dodaj-naglowek3.jpg') no-repeat left top;
  background-size: cover;
  text-align: center
}

.baner-custom {
  background: #F9F7F6 url('https://www.fotobu.pl/wp-content/uploads/2025/02/Dodaj-naglowek3.jpg') no-repeat left top !important;
  background-size: cover !important;
}

.baner-text {
  min-height: 530px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.dla-firm {
  background: #F9F7F6 url('https://www.fotobu.pl/wp-content/uploads/2025/02/Dodaj-naglowek3.jpg') no-repeat top;
  background-size: cover;
}

.bussines {
  padding: 200px 0;
  background: #F9F7F6 url(../i/baner2.jpg) no-repeat center -120px;
  background-size: cover;
  text-align: center
}

.baner-sec {
  padding: 240px 0;
  background: #F9F7F6 url(../i/fotobudka-bg2.jpg) no-repeat center;
  background-size: cover;

}

@media all and (max-width: 1680px) {
  .baner {
    padding: 160px 0;
  }
}

@media all and (max-width: 1380px) {
  .baner {
    padding: 140px 0;
    background-size: cover;

  }

  .baner-sec {
    padding: 220px 0;
    background: url(../i/fotobudka-bg2.jpg) no-repeat center top;
    background-size: cover;

  }
}

@media all and (max-width: 992px) {
  .baner {
    padding: 150px 0;
    background-size: cover;

  }
}

@media all and (max-width: 692px) {
  .baner {
    padding: 180px 0;
    background: url(https://res.cloudinary.com/dw8kz4wuw/image/upload/q_auto,f_auto/v1578222741/baner_1_s.jpg) no-repeat center center;
    background-size: cover;

  }
}

.baner h2,
.baner h1,
.bussines h2 {
  font-size: 34px;
  line-height: 48px;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  margin-bottom: 0 !important;

}

.baner-sec h2 {
  margin-bottom: 30px !important;
}

.baner h2:before,
.baner h2:after,
.baner h1:before,
.baner h1:after,
.bussines h2:before,
.bussines h2:after,
h2.logo:before,
h2.logo:after {
  content: '';
}

h2.logo {
  margin-top: 5px !important;
}

.line-decor {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  background: url('https://res.cloudinary.com/dw8kz4wuw/image/upload/v1547047046/fotobudka-fotobu_07.png') center center no-repeat;
  height: 18px;
}

.line-decor .line-before,
.line-decor .line-after {
  height: 1px;
  display: block;
  width: 50%;
  height: 1px;
  position: absolute;
  top: 8px;
  padding-right: 35px;
  box-sizing: border-box;

}

.line-decor .line-before:before,
.line-decor .line-after:before {
  background: #c6c4c5;
  width: 100%;
  content: ' ';
  height: 1px;
  display: block;
}

.line-decor .line-after {
  padding-right: 0;
  padding-left: 35px;
  right: 0;
}

.icon-box {
  margin-bottom: 15px;
  display: flex;
}

.icon-box .icon,
.icon-box .text {
  display: inline-block;
  vertical-align: middle;
}

.icon-box .icon {
  margin-right: 15px;
}

form {
  text-align: left;
  margin-top: 20px;
}

form label {
  font-weight: 400;
  padding-left: 5px;
  font-size: 14px;

}

input,
textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #c6c4c5;
}

textarea {
  min-height: 100px;
}

form button {
  max-width: 219px;
  display: inline-block;
  margin-top: 15px;
  padding: 10px 35px !important;
}

form .ws-popover-opener {
  padding: 0 !important;
}

.fotobudka {
  overflow: hidden;
  text-align: center;
}

.termin {
  background: url(https://res.cloudinary.com/dw8kz4wuw/image/upload/v1547047073/fotobudka-fotobu-gadzety3.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.termin h2,
.termin h2:before,
.termin h2:after,
.wspolpraca,
.wspolpraca h2,
.wspolpraca h2:before,
.wspolpraca h2:after {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.wspolpraca {
  background: url(../i/wspolpraca1.jpg) no-repeat center center;
  background-size: cover;
}

.termin h2,
.wspolpraca h2 {
  margin-top: 30px;
}

.termin input {
  color: #403436;
}

.bg-img {
  position: relative;
}

.bg-img img {
  position: absolute;
  right: 100px;
  top: -40px;
}

.lokalizacja {
  background: #fff
}

.lokalizacja h2,
.lokalizacja h1 {
  text-align: left;
  margin-bottom: 30px;
}

@media all and (max-width: 1060px) {
  .lokalizacja img {
    width: 100%;
  }
}

.lokalizacja h2:before,
.lokalizacja h2:after {
  content: '';
}

.lokalizacja h3 {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Lato', sans-serif;
}

.price-box {
  width: 100%;
  background: #fff;
  padding: 30px 15px;
  border-radius: 15px;
  margin: 15px 0;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;


}

.price-box s {
  font-size: 14px;
  display: block;
  color: #8f8f8f;
}

.price-box .small {
  font-size: 12px;
  display: block;
}

.price-box .best {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  /*background: #25b725;*/
  background: #6CC2B4;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding-top: 3px;
}

.page-c h1,
.page-c h2 {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #403436;
  margin-bottom: 30px
}

.page-c h2:before,
.page-c h2:after {
  content: "";
}

.que h4 {
  line-height: 24px
}

.page-c .callus {
  color: #8f8f8f;
}

.box-a .img-container,
.box-a .text-container {
  display: table-cell;
}

.box-a .img-container {
  width: 40px;
  height: 100px;

}

.small-container {
  max-width: 800px
}

.box-a .text-container {
  padding-left: 20px
}

.price-box ul {
  padding: 0;
  margin: 0 0 15px 0;
}

.best-price {
  margin-top: 10px;
}

.price-box ul li {
  padding: 5px 0;
  border-bottom: 1px dashed #ebfff9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}

.price-box ul li:hover {
  background: #ebfff9
}

.price-box ul li:last-child {
  border-bottom: 0;
}

.price-box .line-decor {
  margin-bottom: 15px;
}

.price-box .price-title {
  font-size: 24px;
  font-family: 'Merriweather', serif;
  margin-bottom: 15px;
}

/*.price-box .price-title span{
color:#ef565d
}*/


.price-box.czesto {
  margin-top: 0;
}

.cta-section h2 {
  color: #fff;
  font-size: 40px;
  vertical-align: middle;
  text-align: left;
  line-height: 48px;
  display: inline-block;
  margin-right: 50px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3)
}

.btn-orange {
  background: #ffc23f;
  border: 2px solid #ffc23f;
  color: #242424;
  font-size: 22px;
  font-weight: 300;
  padding: 15px 30px;
}

.btn-small {
  padding: 10px 25px;
  ;
}

.cta-section a {
  display: inline-block;
  vertical-align: middle
}

.que {
  margin-bottom: 20px;
}

.que h4 {
  margin-bottom: 3px
}

.grey-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fafafa+18 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 18%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #fafafa 18%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 18%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
  /* IE6-9 */

}

.grey-gradient-o {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+91,ffffff+100 */
  background: #f6f6f6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 91%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f6f6f6 91%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f6f6f6 91%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */

}

.cta-section {
  background: url("https://res.cloudinary.com/dw8kz4wuw/image/upload/v1547047073/fotobudka-fotobu-gadzety3.jpg") no-repeat center center;
  background-size: cover
}

.small-czesto {
  text-align: center;
  padding: 5px 15px;
  background: #fec453;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.wymagania img {
  margin-right: 7px;
}

.cennik h2.m-small {
  position: relative;
  margin-bottom: 0;
  margin-top: 30px;
}

.cennik .subtitle {
  font-size: 16px;
  font-family: 'Merriweather', serif;
  margin-bottom: 30px;
  color: #ef565d;
  display: block;
}

.dodatkowo li {
  position: relative;
  margin-left: 15px;
  margin-bottom: 7px;
}

.dodatkowo li:before {
  position: absolute;
  content: '.';
  font-size: 30px;
  left: 0;
  margin-left: -15px;
  width: 20px;
  top: 0;
  line-height: 3px;
  color: #ef565d;

}

.kontakt,
.galeria {
  background: #fff
}

.kontakt form {
  margin-top: 0;
}

.kontakt input {
  margin-bottom: 10px;
}

.dane {
  margin-top: 15px;
  padding-left: 25px;

}

.dane li {
  position: relative;
  margin-bottom: 7px;
}

.dane li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  margin-left: -30px;
  text-align: center;
  vertical-align: top;
  width: 30px;
  color: #ef565d;
  position: absolute;
}

.dane li:nth-child(1):before {
  content: "\f0e0"
}

.dane li:nth-child(2):before,
.dane li:nth-child(3):before {
  content: "\f095"
}

.img {
  width: 100%;
  height: auto
}

.sylwester {
  background: url(../i/baner-sylwester.jpg) no-repeat center center;
  background-size: cover
}

.andrzejki {
  background: url(../i/baner-andrzejki.jpg) no-repeat center center;
  background-size: cover
}

.promo {
  background: url(../i/baner-promo.jpg) no-repeat center center;
  background-size: cover
}

.animacje {
  background: url(../i/baner-animacje.jpg) no-repeat center center;
  background-size: cover
}

@media all and (max-height:650px) {
  .page-c {
    padding-top: 0;
  }

  .page-c h1 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;

  }

  .price-box {
    margin: 5px 0;
    padding: 25px 15px;
  }

  .price-box .best {
    height: 25px;
    padding-top: 0;
  }

  .price-box .price-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .price-box .price-title span {
    font-size: 18px;
  }

  .price-box .line-decor {
    margin-bottom: 10px;
  }

  .cennik s {
    font-size: 14px;
  }

  .price-box ul li {
    font-size: 15px;
  }

  section h2 {
    margin-bottom: 30px;
  }

  section {
    padding: 30px 0;
  }

  .kontakt-bg {
    bottom: -30px;
  }
}

footer {
  /*background: #ededed;*/
  background: #ebfff9;
  color: #181818;
  padding: 15px 0;
  font-size: 14px;
  z-index: 10;

}

@media screen and (min-width: 1600px) {
  footer {
    font-size: 16px;
  }
}

@media screen and (max-width: 460px) {
  footer {
    font-size: 16px;
  }
}

footer .menu {
  padding-left: 0;
}

footer .menu li {
  display: block;
  padding: 0 0 7px 0;
}

footer .social i {
  font-size: 24px;
  width: 30px;
}

p.title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
}

footer ul li {
  display: inline-block;
  padding: 0 7px;

}

footer a {
  color: #181818;
}

footer a:hover {
  color: #EF565D;
}

footer .icon-box div {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

footer .icon-box i {
  font-size: 40px;
  width: 60px
}

.city-se li {
  display: inline-block;
}

.city-se li a {
  font-size: 14px;
  color: #181818;
  padding: 0 7px;
}

.footer-sec {
  /*background: #C6C4C5;*/
  background: #6CC2B4;
  padding: 15px 0 15px 0;
  color: #fff;
}

.footer-sec a {
  color: #fff;
}

.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #0c930b;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 5px;
}

.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0DA20C;
  border-radius: 5px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-rectangle-in:hover,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:active {
  color: white;
}

.hvr-rectangle-in:hover:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.wyk {
  font-size: 14px;
}

.navbar-toggle {
  border: 1px solid #ef565d;
}

.navbar-toggle .icon-bar {
  background: #ef565d
}

@media all and (max-width: 768px) {
  .baner {
    padding: 80px 0 100px;
  }

  .logo img {
    width: 63px;
    height: 30px;
  }

  .baner h2,
  .baner h1 {
    font-size: 28px;
    line-height: 36px
  }

  nav ul li {
    display: block;
    text-align: left;
  }

  .navbar-toggle {
    margin-top: 5px;
  }

  .container>.navbar-collapse {
    width: 100%;
    background: #f9f9f9;
  }

  h2:before,
  h2:after {
    content: '';
  }

  .icon-box .icon {
    margin-right: 15px;
    width: 18%;
  }
}

@media all and (max-width: 538px) {
  .icon-box .icon {
    width: 15%;

  }

  .icon-box .text {
    width: 80%
  }
}

@media all and (max-width: 458px) {
  .icon-box .icon {
    width: 20%;

  }

  .icon-box .text {
    width: 70%
  }
}

.pop-up {
  max-width: 500px;

}

.pop-up input {
  margin-bottom: 7px;
}

.sg-popup-content form {
  margin: 0 !important;
}

.pop-content {
  padding: 20px;
}

.pop-up .red {
  color: #ef565d;
}

.pop-up .sale {
  margin-bottom: 10px;
}

.pop-title {
  font-family: 'Merriweather', serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 0;
  position: relative;
  background: #ef565d;
  padding: 15px;
}

#sgcolorbox.colorbox2,
#sgcboxOverlay.colorbox2,
.colorbox2 #sgcboxWrapper {
  overflow: visible;
}

@media all and (max-width: 458px) {
  .pop-title {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0;
    position: relative;
    background: #ef565d;
    padding: 15px;
  }
}

div.wpcf7 img.ajax-loader {
  display: none;
}

.bg-other {
  background: url('https://res.cloudinary.com/dw8kz4wuw/image/upload/v1547047073/fotobudka-fotobu-gadzety3.jpg') no-repeat center center;
  background-size: cover;
}

@media all and (max-width: 950px) {
  .bg-img img {
    right: 50px
  }
}

@media all and (max-width: 768px) {
  .bg-img {
    display: none;
  }
}

.page {
  padding: 60px 0;
}

.pop-2 {
  position: relative;
  max-width: 600px;
  background: url('../i/pattern.png') #f9f9f7;
  overflow: hidden;

}

.pop-2 .title {
  font-family: 'Merriweather', serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  margin: 0;
  position: relative;
  background: #ef565d;
  padding: 15px;
}

.pop-2 .title span {
  padding-left: 40px;
}

.pop-2 .pop-content {
  max-width: 290px
}

.pop-2 .title-one {
  font-family: 'Merriweather', serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #ef565d;
}

.pop-2 p {
  margin-top: 10px;
}

.pop-2 input {
  margin-bottom: 7px;
}

.pop-2 img {
  position: absolute;
  right: 0;
  top: 0;
}

@media all and (max-width: 590px) {
  .pop-2 img {
    display: none
  }

  .pop-2 .pop-content {
    max-width: 570px
  }
}

.pop-2 .hvr-rectangle-in::before,
.green-btn {
  background: #25b725 !important;
}

#cookie-notice .button.bootstrap {
  background-color: #f9f9f7 !important;
  color: #434242 !important;
  background-image: none !important;
}

.cennik s {
  font-size: 16px;
}

.cta-promo {
  background: #F9F7F6;
  text-align: center;
  vertical-align: middle
}

.cta-promo span {
  font-size: 20px;
  padding-right: 50px;
  vertical-align: middle
}

.cta-promo .red-promo {
  color: #ef565d;
  padding: 0;
  font-size: 20px;
  vertical-align: middle;


}

@media all and (max-width: 600px) {
  .cta-promo span {
    display: block;
    margin-bottom: 15px;
    padding-right: 0;
  }

  #sos_fb_slider {
    display: none
  }
}

.high {
  font-family: 'Merriweather', serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #ef565d;
}

.grid-galler a {
  position: relative;
}

.grid-galler a:before {
  content: "\f00e";
  font-family: FontAwesome;
  font-size: 62px;
  line-height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -31px;
  z-index: 999;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grid-galler a:hover {
  opacity: 0.7
}

.grid-galler a:hover:before {
  opacity: 1;
}

.grid-galler {
  display: inline-block;
  width: 23%;
  margin: 0 1% 1% 0;
  max-height: 180px;
  overflow: hidden;
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.grid-galler.video-galler {
  width: 31%;
}

.grid-galler.video-galler a:before {
  opacity: .7;
  content: "\f144";
}

.grid-galler img {
  width: 100%;
}

@media all and (max-width: 1200px) {
  .grid-galler {
    max-height: 150px;
  }
}

@media all and (max-width: 940px) {
  .grid-galler {
    display: inline-block;
    width: 31%;
    max-height: 130px;
  }
}

@media all and (max-width: 560px) {
  .grid-galler {
    display: inline-block;
    width: 49%;
    margin: 0;
  }
}

.archive {
  position: relative;
  margin-bottom: 30px;
}

.archive img {
  max-width: 100%;
  height: auto
}

.archive-page {
  margin-bottom: 100px;
}

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
  -webkit-animation-name: none;
  animation-name: none;


}

.nav-tabs a {
  color: #181818;
}

.check li {
  position: relative;
  padding-bottom: 3px;
}

.check li:before {
  content: '\f046';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  margin-left: -30px;
  text-align: center;
  vertical-align: top;
  width: 30px;
  top: 3px;
  color: #0db70b;
  position: absolute;
}

.container>iframe {
  margin-bottom: 60px;
}

input[type=submit] {
  max-width: 220px;
  margin-top: 15px;
  color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  background: #EF565D;
  color: #fff;
}

.sidebarSlider .btn-slide {
  float: left;
  position: fixed;
  width: 60px;
  height: 430px;
  background: url('../i/sidebar-text_01.png') center center no-repeat #00c000;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  top: 28%;
  z-index: 999;

}

.sidebarSlider .btn-slide .fa {
  color: #fff;
  font-size: 20px;
  padding: 25px;
}

#pollSlider-button {
  right: 0;
  cursor: pointer;
}

.pollSlider {
  right: 0;
  margin-right: -550px;
}

.sidebarSlider .form-slide {
  float: left;
  padding: 15px 20px 15px 30px;
  width: 550px;
  position: fixed;
  height: 430px;
  z-index: 999;
  top: 28%;
  background: #fff
}

.overlaySlider {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 888;
  left: 0;
  top: 0;
}

.sidebarSlider .form-slide label {
  font-size: 14px;
}

.sidebarSlider .form-slide textarea {
  height: 120px;
  font-size: 14px;
}

.sidebarSlider .form-slide .ptitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px
}

.sidebarSlider .form-slide .ptitle span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  border-bottom: #eeeeee solid 1px;
  padding-bottom: 7px
}

div.wpcf7-validation-errors {
  background: #fff;
  display: inline-block !important;
  color: #000;
  padding: 10px;
  border: 2px solid red;

}

.sidebarSlider .form-slide div.wpcf7-response-output {
  margin-top: 10px;
  padding: 0.2em 1em;
}

span.wpcf7-not-valid-tip {
  font-size: 12px !important;
}

.wpcf7-not-valid {
  border: 1px solid red;
}

.wow-price {
  color: #ef565d;
  font-size: 34px;
  line-height: 40px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-align: center;
  padding-top: 60px;
}

.wow-price span {
  color: #0db70b;
}

.anim-bg .container {
  position: relative;
}

.anim-bg-img {
  position: absolute;
  bottom: -60px;
  right: 100px;
  width: 216px;
  height: 239px;
  background: url('../i/aniamcje_03.jpg') no-repeat;
}

@media all and (max-width: 768px) {
  .anim-bg-img {
    display: none;
  }

  .dla-firm {
    padding: 190px 0;
  }

  .trust-s img {
    padding: 10px;
  }
}

.alert-success {
  font-size: 14px;
}

/* cennik deskop */
.cennikDeskop {}

.cennikDeskop th {
  text-align: center;
  font-size: 24px
}

.cennikDeskop td {
  font-size: 14px;
  vertical-align: middle;
}

.cennikDeskop table {
  font-family: 'Merriweather', serif;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.cennikDeskop td .fa-check {
  color: #00b720;
}

.cennikDeskop td .fa-times {
  color: #ff3259;
}

.cennikDeskop tr td:nth-child(1),
.cennikDeskop tr td:nth-child(4),
.cennikDeskop tr th:nth-child(1),
.cennikDeskop tr th:nth-child(4) {
  background: #f1f1f1
}

.table-grey {
  background: #e6e6e6 !important
}

.cennikDeskop .table>tbody>tr>td,
.cennikDeskop .table>tbody>tr>th,
.cennikDeskop .table>tfoot>tr>td,
.cennikDeskop .table>tfoot>tr>th,
.cennikDeskop .table>thead>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e6e6e6;
}

.cennikDeskop .table>thead>tr>th {
  border-bottom: 0;
  position: relative;
  padding-top: 25px;
}

.cennikDeskop .best {
  position: absolute;
  width: 100%;
  left: 0;
  top: -10px;

}

.cennikDeskop .que {
  margin-bottom: 15px;
}

.cennikDeskop .que p {
  font-size: 15px;
  font-weight: bold;
  font-family: 'Merriweather', serif;
  margin-bottom: 3px;
}

.cennikDeskop .que span {
  font-size: 14px;
}

.fa-arrows-h {
  -webkit-animation: leftRight 2s ease-out infinite;
  font-size: 30px;
}

@-webkit-keyframes leftRight {
  0% {
    padding: 0 0 0 0;
    animation-timing-function: ease-in;
  }

  25% {
    padding: 0 0 0 15px;
    animation-timing-function: ease-in;
  }

  50% {
    padding: 0 0 0 0;
    animation-timing-function: ease-in;
  }

  75% {
    padding: 0 15px 0 0;
    animation-timing-function: ease-in;
  }

  100% {
    padding: 0 0 0 0;
    animation-timing-function: ease-in;
  }
}

.table-responsive {
  padding-top: 10px;
}

/* modal */

select {
  -webkit-appearance: menulist-button;
  display: block;
  width: 100%;
  padding: 5px;
  font-size: 16px;
  height: 35px
}

.modal-header {
  background: #EDEDED;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.modal-body span {
  white-space: nowrap;
}

.modal-body span.wpcf7-not-valid-tip {
  display: none
}

.modal-body textarea {
  height: 100px
}

@media all and (max-width: 650px) {
  .modal-body span {
    margin-bottom: 5px;
    display: block;
  }

  .modal-body .check-rodo span {
    display: inline-block;

  }

  .modal-body span img {
    padding-left: 0 !important;

  }
}

.modal-col input,
.modal-col select {
  display: inline-block;
  width: 140px;
  margin-bottom: 10px;
}

.modal-col input.disable {
  width: 40px;
  color: #aaa;
  background: #f9f9f9;
  display: inline-block;
}

.modal-col input#fcall {
  display: inline-block;
}

.modal-col span {
  display: inline-block;
  width: 120px
}

.hadding {
  font-size: 20px;
  line-height: 28px
}

.hadding span {
  display: block;
  margin-top: 15px;
  color: #3d3d3b;
  font-size: 15px;
  line-height: 23px;
  width: 100%
}

.close-mod {
  margin-top: 15px;
  font-size: 13px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.modal-contact {
  font-family: 'Open Sans', sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.modal-contact .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

.modal-contact .modal-col {
  width: 605px;
  height: 340px;
  background-color: #f0f1f2;
  z-index: 99;
  position: absolute;
  margin: auto;
  padding: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
  overflow: hidden
}

.modal-contact .btn {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0 !important;
}

.modal-contact form {
  margin-top: 0;
}

.modal-contact form span.wpcf7-not-valid-tip {
  /* color: #f00; */
  font-size: 1em;
  display: block;
  position: absolute;
  top: 0;
  right: -150px;
  /* width: 200px; */
  background: red;
  color: #fff;
  padding: 5px;
}

.modal-contact form div.wpcf7-validation-errors {
  display: none !important;
}

.modal-contact form div.wpcf7-mail-sent-ok {
  display: block;
  position: absolute;
  width: 280px;
  background: #fff;
  text-align: center;
  margin-left: -250px;
  font-size: 12px;
  margin: 0 !important;
  bottom: -70px;
  z-index: 10;
  right: 140px;
}

.modal-ebook .ebook-bg {
  background: url('../i/ebook/ebook.jpg');
  width: 100%;
  height: 315px;
  background-size: cover;

}

.modal-ebook .modal-col {
  padding: 0;
  height: 315px;
}

.ebook-content {
  padding: 20px 50px 20px 20px;
}

.ebook-content .highline {
  text-transform: uppercase;
  font-size: 16px;
}

.ebook-content .freeebook {
  font-size: 26px;
  font-family: 'Merriweather', serif;

}

.ebook-content input[type=text] {
  width: 200px;
  border: 0;
  border-bottom: 1px solid #242424;
  background: transparent;
  height: 40px;
  display: inline-block;
  color: #242424;
}

.ebook-content form {
  text-align: center
}

.ebook-content .black {
  width: 200px;
  border: 0;
  background: #242424;
  height: 40px;
  color: #fff;
  display: inline-block;
}

.ebook-content .message_error {
  font-size: 12px;
}

.table-hover s {
  font-size: 15px;
  line-height: 20px;
  display: block;
}

.cookie-notice-container {
  padding: 5px !important;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.check-news {
  float: right;
}

input[type=checkbox] {
  margin: 0 10px 0 0;
  display: inline-block;
  width: 12px;
  padding-right: 10px;
  font-size: 14px
}

@media all and (max-width: 650px) {
  .check-news {
    display: none
  }
}

.news-box label {
  text-align: left !important;
}

.news-box input[type="text"] {
  margin-bottom: 5px !important;
}

.news-box input[type="submit"] {
  width: auto !important;
  margin-top: 0 !important;
}

.form_container p {
  line-height: 15px !important;
  margin-bottom: 10px !important;
}

.news-box form button {
  margin-top: 0 !important
}

.news-box>div>div {
  padding: 0 !important;
}

.news-box form {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}

.news-box .text_header {
  font-size: 16px !important;
  text-align: left !important
}

.form_subscribe input[type="text"] {
  width: 100%;
  margin-right: 5px;
  height: 40px;
}

.form_subscribe button {
  width: 100%;
  height: 40px;
  max-width: 100%
}

footer .social {
  margin-bottom: 15px;
}

/*archive */
.archive {
  margin-top: 60px;
}

.archive h2,
.archive h1 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
  font-size: 20px;
  line-height: 27px;
  font-family: 'Merriweather', serif;
  color: #ef565d;

}

.archive a {
  color: #403436;

}

.content-post {
  font-family: 'Merriweather', serif;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
}

.content-post h3 {
  font-size: 20px;
}

.content-post a {
  border-bottom: 1px dotted #403436;
}

.content-post a.hvr-rectangle-in {
  border-bottom: 1px solid #0DA20C;
  color: #fff;
}

.content-post a.btn-empty {
  border-bottom: 1px solid #0DA20C;

}

.content-post a.btn-empty:hover {
  border-bottom: 1px solid #0DA20C;
  color: #fff;
}

.archive a:focus,
.archive a:active {
  text-decoration: none
}

.post-box {
  margin-bottom: 75px;
}

.post-box img {
  margin-bottom: 2px;
}

.archive a:hover {
  text-decoration: none;
  color: #403436;
}

.archive h2:before,
.archive h2:after {
  content: '';
}

.post-date,
.post-social {
  display: inline-block;
}

.post-social {
  float: right;
}

.post-footer {
  border-bottom: 1px dashed #BCBCBC;
  margin-bottom: 15px;
  padding-bottom: 10px;
  margin-top: 15px;
  font-size: 14px;
  color: #BCBCBC
}

.post-single .post-footer {
  margin-top: 30px;
}

.post-footer a {
  color: #BCBCBC
}

.sidebar-container {
  margin-bottom: 30px
}

.sidebar-container h3 {
  font-size: 18px;

  font-family: 'Merriweather', serif;
  line-height: 26px;
  font-weight: 400;
  color: #ef565d;
  margin-bottom: 15px;
  margin-top: 0;
}

.sidebar-container ul {
  padding-left: 0;
}

.sidebar-container ul li {
  padding-bottom: 15px;
}

.sidebar-container ul li a {
  display: block;
  font-size: 14px;
}

.sidebar-container .st_image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
}

.sidebar-container .st_image img {
  height: 100%;
  max-width: 150% !important
}

.post-title {
  display: inline-block;
  padding-left: 120px;
  height: 100px;
  vertical-align: middle;
  padding-top: 10px;
  margin-bottom: 10px;

}

.post-title p {
  color: #BCBCBC;
  font-weight: 300;
  margin-top: 10px;

}

.wp-most-popular p {
  margin-top: 7px;
  font-size: 14px;
}

.fm_popup_pos {
  position: static
}

.testimonial {
  background: #fff;
  text-align: center
}

.testimonial img.img-responsive {
  display: inline-block;
}

.testimonial .com-sm-6 {
  text-align: center;
}

.testimonial .container {
  position: relative;
}

.ref-box {
  position: relative;
  padding: 25px;
  border-radius: 20px;
  display: inline-block;
  background: #F9F7F6;
  width: 45%;
  margin: 2%;
  text-align: left
}

.ref-box:after {
  content: '\f10e';
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 60px;
  color: #fff;
}

.ref-name {
  font-family: 'Merriweather', serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #ef565d;
  margin-bottom: 0;
}

.rate {
  color: #FEC453;
  margin-bottom: 5px;
}

#opi_left a {
  position: absolute;
  display: block;
  width: 25px;
  height: 30px;
  text-indent: -999em;
  bottom: -20px;
  background: url('../i/arrow.png');
  background-position: 0 0;
  right: 85px;
  transition-duration: 0.3s;
}

#opi_right a {
  position: absolute;
  display: block;
  width: 25px;
  height: 30px;
  text-indent: -999em;
  bottom: -20px;
  background: url('../i/arrow.png');
  background-position: 20px 0;
  right: 55px;
  transition-duration: 0.3s;

}

@media all and (max-width: 767px) {
  .ref-box {
    width: 100%;
    margin: 0;
  }

  #opi_left a {
    bottom: -35px;
    right: 60px;
  }

  #opi_right a {
    bottom: -35px;
    right: 25px;
  }
}

#or_ul {
  padding: 0;
}

#or_ul,
#or_ul li {
  z-index: 1 !important;
}

.baner form {
  text-align: center;
  display: inline-block;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.baner label,
.baner input {
  text-align: left;
  width: 100%;
  display: block;
}

.baner label {
  padding-left: 4px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 400;
}

.baner input[type="submit"] {

  color: #000;
}

.baner h1,
.baner h2 {
  font-size: 37px;
}

.input-box,
.btn-box {
  width: 180px;
  display: inline-block;
  vertical-align: top;
  margin: 15px 5px 0;

}

.input-box input {
  height: 40px;
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 2px 5px;

}

.btn-box {
  vertical-align: top;
  text-align: left;
  padding-top: 29px;
  margin-right: 15px 0 5px 0;
  width: 155px;
  position: relative;

}

.btn-box input {
  background: #ffc340;
  border: 1px solid #ffc340;
  padding: 8px 15px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  margin-top: 0;
  width: 145px
}

@media screen and (max-width: 1600px) {
  .btn-box {
    padding-top: 25px;
  }

  .btn-box input {
    width: 155px;
  }

}

.howTo {
  background: #f9f9f7;
  padding: 30px 0;
}

.containers {
  max-width: 800px;
  text-align: center
}

.action {
  color: #fff;
  font-size: 13px;
  position: absolute;
  text-align: left;
  left: 0;
  line-height: 25px;
  font-weight: bold;
  bottom: -40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5)
}

.action:after {
  content: "";
  background: url('../i/strzala.png') no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;

}

.baner div.wpcf7-validation-errors,
.baner div.wpcf7-mail-sent-ok {
  background: #fff;
  margin-top: 20px;
  padding: 10px;
  display: inline-block !important
}

.screen-reader-response {
  display: none
}

.bx-controls {
  display: none
}

@media all and (max-width: 992px) {

  .baner h1,
  .baner h2 {
    font-size: 34px;
    line-height: 40px
  }

  .input-box,
  .btn-box {
    width: 160px;
    display: inline-block;
    vertical-align: top;
    margin: 15px 5px 0;

  }
}



div.wpcf7 img.ajax-loader {
  display: none
}

.baner .wpcf7-not-valid-tip {
  background: red;
  color: #fff;
  padding: 3px;
  font-size: 14px;
  display: block;
  width: 180px
}

.wpcf7-mail-sent-ok {
  padding: 10px;
  border: 2px solid green;
}

.baner div.wpcf7-mail-sent-ok {
  color: green;
}

.lp-baner .container {
  position: relative;
}

.lp-baner .gwarancja {
  position: absolute;
  top: -80px;
  left: 15px;
  width: 145px;
  height: 181px;
  display: none;
  background: url('../i/badge.png')
}

@media all and (max-width: 1000px) {
  .lp-baner .gwarancja {
    top: -140px;
  }
}

@media all and (max-width: 768px) {

  .baner h1,
  .baner h2 {
    font-size: 30px;
    line-height: 40px
  }

  .lp-baner .gwarancja {
    display: none
  }
}

.tip-cennik {
  font-size: 18px;
  color: red;
}

.tip-cennik i {
  color: red;
  font-size: 30px;
}

@media all and (max-width: 768px) {

  #opi_left,
  #opi_right {
    display: none
  }

  .input-box,
  .btn-box {
    width: 100%;
    display: block;
    vertical-align: top;
    margin: 5px 5px 0;

  }

  .action {
    display: none;
  }

  .input-box input {
    margin-bottom: 10px;
  }

  .btn-box {
    padding-top: 10px;
  }

  .btn-box input {
    width: 100%;
    display: block;
    max-width: 100%;
  }
}

.youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
  margin: 40px auto 0 auto;
  ;

}

.youtube iframe {
  margin: 40px auto 0 auto;
}

.youtube .play {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAGkElEQVR4Xt2bW4wTVRjHv++0peAlgjwQjBgvoBAfoBAjInJ5MeJ2Ll1YNQaviUsCCUoQ0WhICd4DhjUYDMQHjAnRwnZ69uazQVYT3MUXMbBGjWgkXkAUstvunM+c7nbp7rad6cxpd5bz1s453/f9f3Muc24INU6apt0CEFoKQDHGcD4R3CqEmAUA0wEgOux+AAAuMMbOIcJPRHAKAHvDYexubW09W8sQsQbG0TCM5ULAOgBqQGR3+PTRJwR0MMZSnLceBwDyaW9UcWUAGhoaZjAWbkakZgB2u8ogi2z1AcBBxuCAZVkXVPjwDSCRSMy0bXoJADYBwLUqgnKyIYT4DxH3CTH4bkdHx3mn/JWeewbQ1NQUymYHN9k27WQs357rnojsvxkL74jFFu5PJpPCSwCeAGja2vmI9scAcI8Xp+rL0FehEHsqnU6frtZ21QAMw3jGtukDxti0ap3VOP8lRNqYyWTki3GdXAOQVX5gINsCgLKtBzYR0ftLlsS2uG0SrgCsWbMmGg5HU4igBVZ5UWCIYGWzA491dXXJ74uKyRGAFD9lyhROhA86GQvWc/o8l8uaThAqApDVvr8/l54sb378C8D04sUL11VqDhUB6LqxL+ht3kWt28u5taVcvrIAdD3xLAB95MLBZMjyBOfWJ6UCLQlAjvNEuZ4ADnVeYV8SIhRrbz96ZqyBcQCGhrtcd3A+crxqHl0Okbpjsdjysf3BOACGkdhMRC1q3AbOykbOrf3FUY0CICc2uRz1+fm2ZwxWCyGSAGxl0OQLIf4Kh9nc4pnkKAC6br4DAHJm5zlxbuVtmqa5KoggiOiNtrbMawWBIwDkfD4Uivzid0pbAFBwEDQQQsC/06ZF5qRSqX9kjCMANM3Yjohve371wwXHAijY07TESgBKIsIqvz78lieibW1tmd3FAFDX9T4VKznlAAQMxBnOrbvk8lq+BhiG8QARfuGXrCzvBCAoIITAZe3t6e48AE0zWhBxcz0BBADEe5xbW4cB6H0KVm/zmtzWgLGw699H0PecZxagXLdHDP2s4u37ATARNSIcZjehppmPIMKnQQFQTxBEsA41zXgLEV8OGoA6gXgdDcNME4EZVACFuHRdX0EUSiLSalWxIsJR1HWzFwAWqTLqtRN0618xiB6Mx/XfGGOz3QbglK/WANTWCPxVAriscuGjXgAUgbgsAdiMMeb0Zt0+rzcAPyCEEPZVBoDtrGayVQBwFTSB6oQX1eZLk7wT9Cx8mIE4O0mHQb/CR+rAN5PmQ6g2kyU8ImvAmwDwitte3imf6lGgNsJHVOxCXU80AdBnTsLcPlcFoMbC83Lyk6HGxsabBweFXAxVkvwCqIfwgtDBwcjs/IKIrptyy2iuCgJeAUjhiPbOeu0n2DZ819Fh3Z0HEI+bexmD5ycCQL2FFzQi4u5MJr1tuAY03g8gjtUTwEQJvwKAlmYyma8L+wKoafoZFeuCTk1gooUPARCnOedyWfzKxoium3JLTG6N+UrlAARsh+hFzq09owCYpjldjgaMsev8EAj61hgAXMzlBuZ0dXVdHAVA/lCxPhj0zVEA2MW5tWOkLyh+20MHnlkfYuhGr7UgyNvjAOKPaDQ6r7AxOq4GyD8MI7GJiPZ5BRDwchs4tw4UxzjuhEgymWQnTpw8zhjcG3AxVYYnjnHOV4y9b1DykFQikbjTtkmuFl9TpZdAZpdnAsJhiFmW9cPYAMsekzMM40kiPBRIRVUGRQSPt7VZh0sVq3hQUuWucZUxK8te+OQtZ7AiANkf9PaePKpy50iZMneGUpxbj1a6Z+TqsHQkMsUCwIfc+QxGLiLonDo1kkilUtlKETkCkIXlifFIZOphAEoEQ55jFKloNLLeSXzJ74BypmVz6Ok5Kb+fX3B0P4EZZJuPxRZuV3pholiPrpvrAeBDv8fpVDMauknGmsv19p46wXKF4vG180KhwUNEeJ9qId7siWOMsadLjfNO9lz1AaWMDDeJDUKIXYyxmU6OavT8TwB4lXProNcbpZ4BFAQN3xjdSoSbGYPrayR0rFk5lW2JRiN7iic2Xnz7BlBw2tTUdEN/f/Y5RGwGgHlegnEuI04DsAO53MDBwnzeuUzlHMoAFLnBeDyxlDGSl6cfBsD5foKUq7fhMHYCiCNyDc+PrVJlawFglJ/GxsbZuZxYhgiLEGEBEdwGgLMAaIYQIn99njHWDyDOA7BzAPgjAJ0igm9tO/JlZ2fqd9Wii+39D7DLv4ziertCAAAAAElFTkSuQmCC") no-repeat center center;
  background-size: 64px 64px;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.youtube .play:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.requ {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  max-width: 930px;
  margin-top: 15px;
  margin-left: 0;
}

@media all and (min-width: 993px) and (max-width: 1200px) {
  .requ {
    margin-left: 0;
  }
}

@media all and (max-width: 992px) {
  .requ {
    margin-left: 15px;
  }
}

.home-icon {
  margin-bottom: 30px
}

.home-icon h3 {
  font-family: 'Merriweather', serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: #ef565d;
}

.wedding {
  width: 115px;
  height: 85px;
  background: url(../i/cennik/na-wesele_03.png) 0 0;
  display: inline-block;
}

.birthday {
  width: 115px;
  height: 85px;
  background: url(../i/cennik/na-wesele_03.png) 212px 0px;
  display: inline-block;
}

.event {
  width: 115px;
  height: 85px;
  background: url(../i/cennik/na-wesele_03.png) 112px 0px;
  display: inline-block;
}

.footer-post {
  /*
  background: #ededed;*/
  background: #ebfff9;
  padding: 10px;
  margin-top: 25px;
}

.price-box ul li a {
  color: #403436;
  text-decoration: none
}

.price-box ul li a:hover,
.price-box ul li a:focus {
  color: #403436;
  text-decoration: none
}

.form_container p.text_header {
  line-height: 20pt !important
}

@media all and (max-width: 490px) {
  .archive {
    margin-top: 30px;
  }
}

@media all and (max-width: 390px) {
  .footer-post {
    font-size: 13px;
  }

}

.top-btn {
  background: #EF565E;
  padding: 3px 10px;
  font-size: 13px;
  margin-top: -2px;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 3px;
  margin-left: 30px
}

.lokalizacja a {
  color: #403436;
}

.lokalizacja a.btn {
  color: #fff;
}

.lightbox {
  display: none
}

.voucher h3 {
  font-size: 19px;
  line-height: 28px;
  font-weight: bold;
  font-family: 'Merriweather', serif;
  letter-spacing: 1px
}

.voucher h1 {
  font-size: 30px;
}

h3.blue,
h1.blue {
  color: #77b8e4;
}

h3.yellow,
h1.yellow {
  color: #f8c44f;
}

h3.pink,
h1.pink {
  color: #ff92b0;
}

h3.red,
h1.red {
  color: #e01414;
}

.btn-howto {
  margin-left: 30px;
}

.voucherHowTo {
  background: #F9F9F7;
  text-align: center
}

#voucher-h {
  padding-top: 120px;
}

#howTo {
  padding-bottom: 120px;
}

.icon-box .icon-img {
  margin-bottom: 15px
}

.icon-1 {
  background: url('../i/voucher.png') no-repeat -11px 0;
  width: 460px;
  height: 250px;
  background-size: cover;
}

.icon-2 {
  background: url('../i/voucher.png') no-repeat -35px -243px;
  width: 436px;
  height: 296px;
  background-size: cover;
}

.icon-3 {
  background: url('../i/voucher.png') no-repeat -37px -531px;
  width: 433px;
  height: 269px;
  background-size: cover;
}

.top-box {
  background: #00b6e8;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  height: 0;
  overflow: hidden;
  margin-top: -40px;

}

.top-box .top-btn {
  background: #009c1f;
  margin-left: 5px;
  padding: 5px 10px;

}

.dla-firm {
  position: relative;

}

.trust-s {
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
}

.trust-s img {
  display: inline-block;
  padding: 0 10px;
}

@media all and (max-width: 992px) {
  .voucher {
    text-align: center
  }

  .icon-1,
  .icon-2,
  .icon-3 {
    display: inline-block;
  }
}

@media all and (max-width: 600px) {
  .top-box {
    display: none
  }

  .voucher {
    text-align: center
  }

  .btn-howto {
    display: block;
    margin-top: 15px;
    padding: 15px;
    margin-left: 0;
  }

  .icon-1 {
    max-width: 460px;
    max-height: 250px;
    min-height: 240px;
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .icon-2 {
    max-width: 436px;
    max-height: 296px;
    min-height: 250px;
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .icon-3 {
    max-width: 433px;
    max-height: 269px;
    min-height: 250px;
    width: 100%;
    height: auto;
    display: inline-block;
  }

  div.wpcf7 {
    max-width: 300px;
    margin: 0 auto !important
  }
}

@media all and (max-width: 400px) {
  .icon-1 {
    min-height: 200px;

  }

  .icon-2 {
    min-height: 230px;
    background-position: -35px -203px;

  }

  div.wpcf7 {
    max-width: 280px;
    margin: 0 auto !important
  }

  .icon-3 {
    min-height: 230px;
    background-position: -37px -431px;
  }
}

@media all and (max-width: 360px) {
  .icon-1 {
    min-height: 180px;
    background-position: 0 0;
  }

  div.wpcf7 {
    max-width: 230px;
    margin: 0 auto !important
  }

  .icon-2 {
    min-height: 200px;
    background-position: 0px -183px;

  }

  .icon-3 {
    min-height: 180px;
    background-position: -10px -401px;
  }
}

@media all and (max-width: 345px) {

  .icon-1,
  .icon-2,
  .icon-3 {
    display: none
  }
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
  font-size: 40px;
  display: inline-block;
  width: 40px
}

.carousel-control {
  position: relative;
  font-size: 40px;
  color: #242424;
  text-decoration: right;
  widows: 100%;
}

._3x-2 {
  display: none !important
}

.ajax-loader {
  display: block !important
}

.mobile-fast {
  display: none
}

@media all and (max-height:700px) {}

@media all and (max-width:500px) {
  .modal-icon {
    display: none
  }

  .modal-body form {
    margin-top: 0;
  }

  .mobile-scroll-body {
    overflow-y: scroll;
    height: auto;
    position: relative;

  }

  .dla-firm {
    padding: 140px 0 220px 0
  }
}

@media all and (max-height:520px) {
  .mobile-scroll-body {
    position: relative;

  }

  .modal-body {
    padding: 5px 15px 15px 15px;

  }
}

.modal-header .close {
  font-size: 30px;
  margin-top: -15px;
}

@media all and (max-width:500px) {
  .mobile-fast {
    display: block;
    width: 44px;
    height: 34px;
    float: right;
    border-radius: 4px;
    border: 1px solid #ef565d;
    position: relative;
    margin-right: 15px;
    margin-top: 5px;
    padding: 4px 11px;
    font-size: 20px;
    line-height: 20px;
    color: #ef565d;
  }

  .cresta-facebook-messenger-box {
    display: none;
  }

  .mobile-fast.m-phone {
    padding: 5px 13px;
  }
}

.modal-book img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 500px) {
  .cresta-facebook-messenger-box {
    display: block !important;
  }
}

.mobile-contact {
  position: fixed;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  bottom: -50px;
  width: 75%;
  left: 3%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile-contact.show {
  bottom: 10px;
}

.cresta-facebook-messenger-box {
  bottom: 10px;
}

.mobile-contact a {
  font-size: 14px;
  padding: 13px 0;
  font-weight: bold;
  float: left;
  width: 50%;
  display: block;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

@media screen and (max-width: 380px) {
  .mobile-contact a {
    font-size: 12px;
  }
}

.mobile-contact a:hover,
.mobile-contact a:focus {
  text-decoration: none;
}

.mobile-contact a i {
  padding-right: 5px;
}

.mobile-contact a.phone {
  background: #fff;
  color: #009c1f;

}

.mobile-contact a.email {
  background: #0099dd;

}

.check-rodo {
  font-size: 12px;
  line-height: 14px;
}

nav ul li {
  position: relative;
}

li.parent>a:after {
  border-bottom: 14px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  height: 0;
  width: 14px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  bottom: -19px;
  margin-left: -10px;
  left: 50%;
  position: absolute;
  content: '';
  opacity: 0;
  z-index: 99999;
}

li.parent>a:before {
  border-bottom: 14px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  height: 0;
  width: 14px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  bottom: -17px;
  margin-left: -10px;
  left: 50%;
  position: absolute;
  content: '';
  opacity: 0;
  z-index: 99999;
}

li.parent:focus>a:before,
li.parent:hover>a:before {
  border-bottom-color: #ef565d;
  opacity: 1;
}

li.parent:focus>a:after,
li.parent:hover>a:after {
  border-bottom-color: #fff;
  opacity: 1;
}

.main-menu .submenu {
  display: none;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  top: 51px;
  left: -316px;
  width: 640px;
  z-index: 999;
  border: 1px solid #ef565d;


}

.main-menu .submenu-single {
  width: 370px;
  left: -150px;
}

.main-menu .submenu.submenu-single ul.double {
  max-width: 100%;
  width: 100%;
}

.main-menu .submenu.submenu-single img {
  max-width: 73px;
}


/*.main-menu .submenu:before{
     content: '';
    width: 300%;
    height: 1000%;
    background: rgba(0,0,0,7);
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0.7;
    right: 0;
    z-index: -1;
   } */
.main-menu .submenu ul.double {
  max-width: 290px;
  display: inline-block;
  vertical-align: top;
}

.mobile-xs {
  display: none;
}

@media screen and (min-width: 1230px) {
  .main-menu .submenu {
    left: -210px;
  }
}

@media screen and (max-width: 767px) {}

.main-menu .open .mobile-xs {
  display: block;
}

.main-menu li.parent:hover .submenu,
.main-menu li.parent:focus .submenu {
  display: block;
}

.main-menu .submenu ul {
  padding: 0;
}

.main-menu .submenu li {
  display: block;
}

.main-menu .submenu li strong {
  font-size: 18px;
  font-weight: bold;
}

.main-menu .submenu li {
  font-size: 14px;
  font-weight: normal;
}

.main-menu .submenu li img {
  width: 28%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
}

.main-menu .submenu li {
  /* border-bottom:1px solid #ccc; */
}

.main-menu .submenu li:last-child {
  border-bottom: 0 none;
}

.main-menu .submenu li .sub-content {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}
.menu-mobile-deep-4,
.menu-mobile-first,
.menu-mobile-deep,
.menu-mobile-deep-2,
.menu-mobile-deep-3 {
  display: none !important;
}
.menu-mobile-deep.show,
.menu-mobile-first.show,
.menu-mobile-deep.show,
.menu-mobile-deep-2.show,
.menu-mobile-deep-3.show,
.menu-mobile-deep-4.show  {
  display: block !important;
}

.menu-mobile-first .fa-angle-right,
.menu-mobile-deep .fa-angle-right,
.menu-mobile-deep-2 .fa-angle-right,
.menu-mobile-deep-3 .fa-angle-right,
.menu-mobile-deep-4 .fa-angle-right {
  display: none;
}

@media screen and (max-width:786px) {

  .menu-mobile-first .fa-angle-right,
  .menu-mobile-deep .fa-angle-right,
  .menu-mobile-deep-2 .fa-angle-right,
  .menu-mobile-deep-3 .fa-angle-right,
  .menu-mobile-deep-4 .fa-angle-right {
    display: inline-block;
    padding-left: 10px;
  }

  .menu-mobile-first .fa-angle-down,
  .menu-mobile-deep .fa-angle-down,
  .menu-mobile-deep-2 .fa-angle-down,
  .menu-mobile-deep-3 .fa-angle-down,
  .menu-mobile-deep-4 .fa-angle-down {
    display: none;
  }
}



@media screen and (max-width: 992px) {
  li.parent>a:before {
    bottom: -17px;
  }

  li.parent>a:after {
    bottom: -19px;
  }

  .main-menu .submenu {
    top: 49px;
  }
}

@media screen and (max-width: 768px) {

  li.parent>a:before,
  li.parent>a:after {
    display: none;
  }
}

.options h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: bold;
}

.options ul {
  padding-left: 0;
}

.options ul li {
  margin-bottom: 10px;
}

.sub-mobile-menu ul li {
  padding: 0;
}

.sub-mobile-menu ul li a {
  padding: 15px 10px;
}

.askDate {
  display: none;
}


@media screen and (min-width: 768px) {
  .askDate {
    display: block;
    position: fixed;
    left: -70px;
    width: 40px;
    top: 250px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #19921B;
    text-align: center;
    padding: 15px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.13);

  }

  .askDate.show {
    left: 0;
  }

  .askDate:hover {
    background: #ef565d;
    width: 50px;
  }

  .askDate span {
    font-size: 9px;
    line-height: 12px;
    min-height: 12px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
  }

  @media screen and (min-width: 1600px) {
    .askDate span {
      font-size: 11px;
      line-height: 13px;
      min-height: 13px;
    }
  }

  .askDate a:hover,
  .askDate a:focus {
    text-decoration: none;
  }
}

@media screen and (min-height: 750px) {
  .askDate {
    top: 350px;
  }
}

.korzysci {
  padding: 0 0 100px;
}

.korzysci h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}

.k-anim {
  text-align: center;
}

.k-anim a {
  color: #403436;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
}

.k-anim p {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}

.k-anim img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.k-anim:hover img {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* cennik deskop */
@media screen and (max-width: 992px) {
  .cennikDeskop {
    display: none;
  }
}

.cennikM {
  display: none;
}

@media screen and (max-width: 992px) {
  .cennikM {
    display: block;
  }
}

.cennikDeskop th {
  text-align: center;
  font-size: 24px
}

.cennikDeskop td {
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
}

.cennikDeskop table {
  font-family: 'Merriweather', serif;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.cennikDeskop td .fa-check {
  color: #00b720;
}

.cennikDeskop table th a {
  font-size:
}

.cennikDeskop td .fa-times {
  color: #ff3259;
}

.cennikDeskop tr td:nth-child(1),
.cennikDeskop tr td:nth-child(4),
.cennikDeskop tr th:nth-child(1),
.cennikDeskop tr th:nth-child(4) {
  background: #f1f1f1
}

.table-grey {
  background: #e6e6e6 !important
}

.cennikDeskop .table>tbody>tr>td,
.cennikDeskop .table>tbody>tr>th,
.cennikDeskop .table>tfoot>tr>td,
.cennikDeskop .table>tfoot>tr>th,
.cennikDeskop .table>thead>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e6e6e6;
}

.cennikDeskop .table>thead>tr>th {
  border-bottom: 0;
  position: relative;
  padding-top: 25px;
}

.cennikDeskop .table th {
  font-size: 20px;
}

.cennikDeskop .table th strike {
  font-size: 14px;
}

.cennikDeskop .best {
  position: absolute;
  width: 100%;
  left: 0;
  top: -10px;
  font-size: 14px;
  padding: 5px 0;
  background: #00b720;
  color: #fff;

}

.cennikDeskop td.text-right {
  text-align: right;
}

@media screen and (max-width: 900px) {
  .cennikDeskop .best {
    font-size: 12px;
  }
}

.cennikDeskop .big {
  font-size: 18px;
  font-weight: bold;
}

.cennikDeskop strike {
  font-size: 12px;
  display: block;
}

.cennikDeskop .que {
  margin-bottom: 15px;
}

.cennikDeskop .que p {
  font-size: 15px;
  font-weight: bold;
  font-family: 'Merriweather', serif;
  margin-bottom: 3px;
}

.cennikDeskop .que span {
  font-size: 14px;
}

.fa-arrows-h {
  -webkit-animation: leftRight 2s ease-out infinite;
  font-size: 30px;
}

@-webkit-keyframes leftRight {
  0% {
    padding: 0 0 0 0;
    animation-timing-function: ease-in;
  }

  25% {
    padding: 0 0 0 15px;
    animation-timing-function: ease-in;
  }

  50% {
    padding: 0 0 0 0;
    animation-timing-function: ease-in;
  }

  75% {
    padding: 0 15px 0 0;
    animation-timing-function: ease-in;
  }

  100% {
    padding: 0 0 0 0;
    animation-timing-function: ease-in;
  }
}

.table-responsive {
  padding-top: 10px;
}

.page-pakiet {

  background: url(https://res.cloudinary.com/dw8kz4wuw/image/upload/v1547047073/wspolpraca1.jpg) no-repeat center center;
}

.page-pakiet h2:before,
.page-pakiet h2:after {
  display: none;

}

.baner .wpcf7-response-output {
  background-color: #fff;
}

#zaufali_nam {
  overflow: hidden;
}

.voucherHowTo--secondary .icon-box {
  flex-direction: column;
  margin-bottom: 40px;
}

.icon-img--auto img {
  width: 51px;
  height: 35px;
  object-fit: cover;
}

/* Custom bootstrap modification */
.row-reverse-wrap {
  display: flex;
  flex-wrap: wrap-reverse;
}

.grid-galler-320{
  max-height: 320px;
}