@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,800");
:root {
  --color: #3c3163;
  --transition-time: 0.5s;
}

* {
  /*margin: 0;
	padding: 0;*/
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body {
  background-color: #f4f4f4;
  font-size: 24px;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

/* fale 
.editorial {
	display: block;
	width: 100%;
	height: 60px;
	max-height: 30px;
	margin: 0;
	z-index:5;
	bottom:0;
	position:absolute;
	left:0px;
	top: 80px;
	transform: rotate(180deg);
	float:left;
	opacity: 80%;

  }
  
  .parallax1 > use {
	animation: move-forever1 10s linear infinite;
	&:nth-child(1) {
	  animation-delay: -2s;
	}
  }
  .parallax2 > use {
	animation: move-forever2 8s linear infinite;
	&:nth-child(1) {
	  animation-delay: -2s;
	}
  }
  .parallax3 > use {
	animation: move-forever3 6s linear infinite;
	&:nth-child(1) {
	  animation-delay: -2s;
	}
  }
  .parallax4 > use {
	animation: move-forever4 4s linear infinite;
	&:nth-child(1) {
	  animation-delay: -2s;
	}
  }
  @keyframes move-forever1 {
	0% {
	  transform: translate(85px, 0%);
	}
	100% {
	  transform: translate(-90px, 0%);
	}
  }
  @keyframes move-forever2 {
	0% {
	  transform: translate(-90px, 0%);
	}
	100% {
	  transform: translate(85px, 0%);
	}
  }
  @keyframes move-forever3 {
	0% {
	  transform: translate(85px, 0%);
	}
	100% {
	  transform: translate(-90px, 0%);
	}
  }
  @keyframes move-forever4 {
	0% {
	  transform: translate(-90px, 0%);
	}
	100% {
	  transform: translate(85px, 0%);
	}
  }
  */
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.top-cap {
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
  justify-content: center;
  width: 13rem;
  height: auto;
  padding: 0.75rem 0.25rem;
  text-align: center;
  color: #fff;
  z-index: 98;
  display: flex;
  background-size: cover;
  background-color: rgba(51, 224, 51, 0.8);
  align-items: center;
  background-position: center;
  backdrop-filter: blur(5px);
  border-radius: 25px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.7);
}

.serwis-cap {
  position: relative;
  justify-content: center;
  flex-direction: column;
  width: 100;
  height: 100vh;
  z-index: 98;
  display: flex;
  background-color: #ffffff;
  /*animation: fadeInLeft; /* referring directly to the animation's @keyframe declaration */
  /* animation-duration: 1s; /* don't forget to set a duration! */
}

.service-cap.active {
  transform: translateY(0);
  opacity: 1;
}

.serwis-cap-icon {
  width: 50px;
  height: 50px;
}

.serwis-container {
  width: 96vw;
  height: 75vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  padding-right: 0;
  columns: 0 2;
  column-gap: 7%;
  display: block;
  /*flex-wrap: wrap;*/
  /*flex-direction: column; /* kontener */
}

.serwis-container-lewa {
  width: auto;
  /* -cc szerokosc konteneru */
  height: 100%;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  /*flex-wrap: wrap;*/
  /*flex-direction: column; /* kontener */
}

/* star rating */
.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 2rem;
  height: 28px;
  width: auto;
  position: relative;
  text-shadow: 0 1px 0 #a2a2a2;
  flex-direction: row;
  display: flex;
  position: relative;
  top: -17%;
  /*
  margin-top: auto;
  margin-bottom: auto;
 */
}

.star-ratings-css::before {
  content: '★★★★★';
  opacity: .3;
}

[title=".000"]::after {
  width: 0%;
}

[title=".125"]::after {
  width: 12.5%;
}

[title=".250"]::after {
  width: 25%;
}

[title=".375"]::after {
  width: 37.5%;
}

[title=".500"]::after {
  width: 50%;
}

[title=".625"]::after {
  width: 62.5%;
}

[title="100+ ocen"]::after {
  width: 95%;
}

[title="250+ ocen"]::after {
  width: 97%;
}

.star-ratings-css::after {
  color: gold;
  content: '★★★★★';
  text-shadow: 0 1px 0 #ab5414;
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  top: 0;
  width: attr(rating);
  overflow: hidden;
}

.oceny {
  display: flex;
  position: relative;
  justify-content: space-evenly;
  align-items: center;
  height: auto;
  width: 35vw;
  flex-direction: row;
  z-index: 99;
}

.oceny1 {
  position: relative;
  justify-content: space-around;
  flex-direction: row;
  width: 35vw;
  height: auto;
  /*min-height: 75px;
		/*text-align: center;*/
  color: black;
  z-index: 98;
  display: flex;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  /*padding-right: 20px;*/
  /*padding-top: auto;
		padding-bottom: auto;*/
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  /*background-color: #ffffff;*/
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  opacity: 1;
}

.oceny-l {
  width: auto;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  text-align: center;
}

.oceny-flex {
  display: flex;
  flex-direction: row;
}

.oceny-text {
  color: green;
  font-size: 1.6rem;
  display: flex;
  flex-direction: row;
  font-weight: 500;
}

.oceny-text2 {
  font-size: 1.6rem;
  display: flex;
  flex-direction: row;
}

.oceny-text-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.serwis-cap-text {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 10px;
  margin-top: auto;
  margin-bottom: auto;
  /*padding-top: 10%;
	padding-bottom: auto;*/
}

.serwis-cap-img {
  width: 50px !important;
  height: 50px !important;
  margin-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 15px;
}

.serwis-cap-cennik {
  position: relative;
  justify-content: space-around;
  flex-direction: row;
  width: 20vw;
  /* -cc cap cennik */
  height: auto;
  /*text-align: center;*/
  color: black;
  z-index: 2;
  display: flex;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  /*padding-right: 20px;*/
  padding-top: 10px;
  padding-bottom: 10px;
  /*margin-top: 20px;
		margin-right: 30px;*/
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  opacity: 1;
  /*columns: 2 2;*/
  /*display: block;*/
  /*flex-wrap: wrap;*/
}

.cennik-container {
  display: flex;
  width: auto;
  /* -cc gorny kontener */
  height: 70vh;
  max-height: 600px;
  /*background: red; /* [rogi 1 */
  /*margin-left: auto;
	margin-right: auto; ----------margines cennika*/
  padding: 0;
  margin-top: 25px;
  margin-right: 30px;
  /*column-gap: 10px;*/
  columns: 0 2;
  flex-wrap: wrap;
  flex-direction: row;
  /* kontener */
}

.cennik-container-lewa {
  width: 25vw;
  /* -cc szerokosc konteneru */
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: auto;
  padding-right: auto;
  justify-content: space-around;
  /*flex-wrap: wrap;*/
  /*flex-direction: column; /* kontener */
}

.cennik-container-prawa {
  width: auto;
  /* -cc szerokosc konteneru */
  height: 100%;
  padding: 0;
  padding-right: 0;
  background-color: #2b1ba8;
  display: flex;
  flex-direction: column;
  /*flex-wrap: wrap;*/
  /*flex-direction: column; /* kontener kolor ------------------------------------------------- */
}

.serwis-container-prawa {
  width: auto;
  /* -cc szerokosc konteneru */
  height: 100%;
  padding: 0;
  padding-right: 0;
  background-color: #2b1ba8;
  display: flex;
  flex-direction: column;
  /*flex-wrap: wrap;*/
  /*flex-direction: column; /* kontener kolor ------------------------------------------------- */
}

.serwis-cap-m {
  position: relative;
  justify-content: space-between;
  flex-direction: row;
  width: 35vw;
  height: auto;
  /*min-height: 75px;
		/*text-align: center;*/
  color: black;
  z-index: 98;
  display: flex;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  /*padding-right: 20px;*/
  /*padding-top: auto;
		padding-bottom: auto;*/
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 1.3vw;
  font-weight: 600;
  opacity: 1;
  /*columns: 2 2;*/
  /*display: block;*/
  /*flex-wrap: wrap;*/
}

.serwis-top {
  position: absolute;
  top: 0;
  left: 20%;
  transform: translateX(-50%);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  z-index: 98;
  display: flex;
  background-size: cover;
  align-items: center;
  background-position: center;
}

.mid-cap {
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 13rem;
  height: auto;
  padding: 0.75rem 0.25rem;
  text-align: center;
  color: #fff;
  z-index: 98;
  display: flex;
  background-size: cover;
  background-color: rgba(51, 224, 51, 0.8);
  align-items: center;
  background-position: center;
  backdrop-filter: blur(5px);
  border-radius: 25px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.7);
}

.sklep-cap {
  display: none;
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
  justify-content: center;
  width: 15rem;
  height: auto;
  padding: 2rem 2rem;
  text-align: center;
  color: #fff;
  z-index: 1;
  display: flex;
  background-size: cover;
  background-color: rgba(51, 224, 51, 0.8);
  align-items: center;
  background-position: center;
  backdrop-filter: blur(5px);
  border-radius: 50px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.7);
}

.top-title-cap {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  z-index: 99;
}

.top-descript-cap {
  margin-top: 0.3rem;
  line-height: 150%;
  font-size: 0.2em;
  margin-inline: 1.5rem;
}

.div-sklep {
  display: block;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  background-image: url("./img/karuzela2.jpg");
  /* The image used */
  background-color: #cccccc;
  /* Used if the image is unavailable */
  height: 500px;
  /* You must set a specified height */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.div-sklep2 {
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  height: calc(100vh - 40px);
  box-shadow: 0 -50px 40px -20px whitesmoke inset;
  background-image: url("./img/skleptop.jpg");
  /* The image used */
  background-color: #cccccc;
  /* Used if the image is unavailable */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.div-serwis {
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: url("./img/karuzela2.jpg");
  /* The image used */
  background-color: #cccccc;
  /* Used if the image is unavailable */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.div-serwis-top {
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15rem;
  position: relative;
  top: 0%;
  z-index: 99;
  padding-top: 5rem;
}

.div-align {
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 11vh;
  max-height: 75px;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #FFF;
  padding: 0rem 1rem;
  filter: drop-shadow(0 0.5rem 0.5rem #aaaaaa);
}

nav h1 {
  letter-spacing: 5px;
  padding: 0.5rem 1rem;
  padding-right: calc(1rem - 5px);
  border: 3px solid white;
  /* border-radius: 8px; */
}

nav h1:hover {
  color: #14dc25;
}

.menu {
  display: none;
  align-items: center;
  margin: -0.5rem -1rem;
}

.menu-logo {
  height: 90%;
}

.menu a {
  margin: 0 1rem;
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
}

.menu a:hover {
  color: #14dc2f;
}

.hamburger {
  appearance: none;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 2rem;
  height: 2rem;
}

.hamburger span {
  color: #333333;
  font-size: 2rem;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  display: block;
  padding-top: calc(4vh + 3rem);
  opacity: 0;
  transform: translateY(-100%);
  background-color: white;
  color: black;
  transition: 0.3s;
}

.mobile-menu.is-open {
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu a {
  display: block;
  padding: 1rem;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 1.25rem;
  transition: 0.3s;
}

.mobile-menu a:hover {
  color: green;
  background-color: #FFF;
}

.swiper-button-prev2 {
  z-index: 99;
  display: block;
}

.swiper-button-next2 {
  z-index: 99;
  display: block;
}

.swipe_img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}

.swiper-wrapper1 {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
}

.swiper-wrapper2 {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
}

.swipe-blur {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 105vh;
  justify-content: center;
  background-color: rgba(244, 244, 244, 0.5);
  z-index: 0;
  filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-filter: blur(2px);
}

/*.swiper {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 99;



  }
  stary */
/* .swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
  } */
.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  /* left: -30%;
	  */
}

.swiper2 {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  /*left: -30%;
	*/
}

/*
  .div-serwisu {
	display: block;
	position: relative;
	left: 5%;

	justify-content: center;
	width: 90%;
	height: 90%;
	overflow: hidden;
	z-index: 1;


  }
  */
.serwis-container > * {
  flex: 1 1 1;
}

.div-serwisu {
  position: relative;
  left: 0;
  align-self: center;
  width: 10vw;
  height: 100%;
  justify-content: center;
}

.swiper-container {
  width: 100vw;
  height: 100vh;
}

/* .swiper-slide{
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 60px;
	z-index: 1;
	background-color: #ffffff00;

  }
  stary */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper2 {
  position: relative;
  left: -30%;
  height: 60vh;
  width: 57vw;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.8);
}

.mySwiper {
  /* dolny */
  position: relative;
  left: -30%;
  height: 15vh;
  width: 57vw;
  box-sizing: border-box;
  padding: 0 0;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.8);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: black;
}

.mySwiper .swiper-slide {
  width: 50%;
  height: 100%;
  opacity: 0.5;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* karty*/
a {
  color: inherit;
}

.cards-wrapper {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: auto auto;
  grid-template-rows: 200px auto;
  grid-gap: 0;
  padding: 5rem;
  margin: 0 0;
  width: 100%;
  /* background-image: url("./img/karuzela2.jpg");
	*/
}

.card {
  font-family: 'Heebo';
  --bg-filter-opacity: 0.5;
  height: 8em;
  width: 10em;
  font-size: 1.5em;
  color: white;
  border-radius: 1em;
  padding: 1em;
  margin: 2em;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 5em -1em black;
  transition: all, var(--transition-time);
  position: relative;
  overflow: hidden;
  border: 10px solid #ccc;
  text-decoration: none;
}

.card:hover {
  transform: rotate(0);
}

.card h1 {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.2em;
}

.card p {
  font-size: 0.75em;
  font-family: 'Open Sans';
  margin-top: 0.5em;
  line-height: 2em;
}

.card .tags {
  display: flex;
}

.card .tags .tag {
  font-size: 0.75em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.3rem;
  padding: 0 0.5em;
  margin-right: 0.5em;
  line-height: 1.5em;
  transition: all, var(--transition-time);
}

.card:hover .tags .tag {
  background: var(--color);
  color: white;
}

.card .date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75em;
  padding: 1em;
  line-height: 1em;
  opacity: .8;
}

.card:before, .card:after {
  content: '';
  transform: scale(0);
  transform-origin: top left;
  border-radius: 50%;
  position: absolute;
  left: -50%;
  top: -50%;
  z-index: -5;
  transition: all, var(--transition-time);
  transition-timing-function: ease-in-out;
}

.card:before {
  background: #ddd;
  width: 250%;
  height: 250%;
}

.card:after {
  background: white;
  width: 200%;
  height: 200%;
}

.card:hover {
  color: var(--color);
}

.card:hover:before, .card:hover:after {
  transform: scale(1);
}

.card-grid-space .num {
  font-size: 3em;
  margin-bottom: 1.2rem;
  margin-left: 1rem;
}

.info {
  font-size: 1.2em;
  display: flex;
  padding: 1em 3em;
  height: 3em;
}

.info img {
  height: 3em;
  margin-right: 0.5em;
}

.info h1 {
  font-size: 1em;
  font-weight: normal;
}

/* parallax */
.desc-sklep {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-size: 2.5rem;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #444;
  text-align: center;
  margin: 2rem 0;
}

.wrapper {
  width: 90vw;
  height: calc(100vh - 80px);
  margin-left: auto;
  margin-right: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  padding-top: 2%;
  padding-bottom: auto;
}

.cols2 {
  /* karty serwis kolumny */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col {
  width: auto;
  height: auto;
  margin: 1rem;
  cursor: pointer;
  z-index: 5;
}

.col2 {
  width: calc(25% - 2rem);
  margin: 1rem;
  padding-top: 0;
  cursor: pointer;
}

.container {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.front,
.back {
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  background-position: center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  height: 35vh;
  width: 17vw;
  color: #fff;
  font-size: 1.5rem;
  box-shadow: rgba(14, 30, 37, 0.5) 0px 4px 20px 1px, rgba(14, 30, 37, 0.6) 0px 0px 15px 6px, rgba(39, 39, 39, 0.6) 0px 0px 10px 5px inset;
}

.desc-top-sklep {
  /* odwrot parallax */
  position: relative;
  font-size: 1.4vw;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  color: #2e2e2e !important;
  /*text-shadow: 0px 4px 3px rgba(82, 82, 82, 0.35),
             0px 8px 13px rgba(82, 82, 82, 0.3),
             0px 18px 23px rgba(82, 82, 82, 0.2);
*/
  text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3), 0px -4px 10px rgba(255, 255, 255, 0.3);
  padding-bottom: 20px;
}

.desc-top-link {
  display: flex;
  flex-direction: row;
  position: absolute;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  color: #ffffff;
  background-color: #05ae05;
  width: 100%;
  padding-bottom: 0.6rem;
  padding-top: 0.3rem;
  bottom: -3px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: rgba(70, 70, 70, 0.704) 0px -3px 6px 2px inset;
}

.desc-top-link:hover {
  font-size: 1.6rem;
  transition: 0.3s;
}

.top-img2 {
  margin-top: auto;
  margin-bottom: auto;
  height: 25px;
  width: auto;
  position: relative;
  padding-left: 1rem;
  padding-top: 2px;
}

.top-img {
  margin-top: auto;
  margin-bottom: auto;
  height: 25px;
  width: auto;
  position: relative;
  padding-left: 1rem;
}

.top-arrow {
  display: flex;
  flex-direction: row;
}

.top-i {
  margin-top: auto;
  margin-bottom: auto;
  height: auto;
  font-size: 1.7rem;
  width: auto;
  position: relative;
  padding-left: 1.2rem;
}

.back {
  background: #cedce7;
  background: -webkit-linear-gradient(45deg, white 0%, rgba(51, 204, 51, 0.7) 100%);
  background: -o-linear-gradient(45deg, white 0%, rgba(51, 224, 51, 0.7) 70%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.5) 70%);
  box-shadow: rgba(14, 30, 37, 0.4) 0px 4px 20px 1px, rgba(44, 52, 56, 0.45) 0px 0px 15px 6px, rgba(70, 70, 70, 0.704) 0px 0px 6px 2px inset;
  backdrop-filter: blur(3px);
}

.front:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  opacity: .3;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 30px;
  box-shadow: rgba(14, 30, 37, 0.5) 0px 4px 20px 1px, rgba(14, 30, 37, 0.6) 0px 0px 15px 6px, rgba(39, 39, 39, 0.6) 0px 0px 10px 5px inset;
}

.container:hover .front,
.container:hover .back {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  /*padding: 2rem;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}

.container .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.container .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.container:hover .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.container:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.p-reg {
  font-size: 2.5vw !important;
  margin-top: 5px;
}

.p-karta {
  font-size: 2.7vw !important;
  margin-top: 5px;
}

.front .inner p {
  /* tekst front */
  font-size: 3vw;
  margin-bottom: 2rem;
  position: relative;
  font-weight: 500;
}

.front1 .inner p {
  /* tekst front */
  font-size: 3rem;
  margin-bottom: 2rem;
  position: relative;
  font-weight: 500;
}

.front2 .inner p {
  /* tekst front */
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
  font-weight: 500;
}

.front .inner p:after {
  /* --header --kreska top */
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.front2 .inner p:after {
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.front .inner span {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Montserrat';
  font-weight: 300;
}

/* tabela serwis */
h3 {
  font: italic 600 1rem/1 'Open Sans', sans-serif;
  color: #222;
}

h4 {
  color: white;
  font-family: 'Roboto';
  font-size: 2.2vw;
  font-weight: 500;
}

.p-cennik {
  font: 400 1.1vw 'Open Sans', sans-serif;
  color: #222;
  padding-top: 10px;
}

.p-cennik-h {
  font: 600 1.3rem 'Open Sans', sans-serif;
  color: #222;
  text-align: center;
}

h2 {
  font: 800 2vw 'Roboto', sans-serif;
  color: #222;
  text-align: center;
  line-height: 0;
}

.section-text {
  text-align: center;
  padding: 0 25%;
}

section {
  width: 100%;
  background: red;
  border-radius: 30px;
  /* padding-top: 20px;*/
}

section button.regular-bt {
  margin: 20px;
  border: none;
  display: block;
  background: #D33536;
  color: #fff;
  text-transform: uppercase;
  font: 300 1rem 'Open Sans', sans-serif;
  padding: 7px 15px;
  border-radius: 5px;
}

section button:focus {
  box-shadow: none;
  outline: none;
}

section button:active {
  box-shadow: 0px 3px 6px 0px #0e47e2 inset;
}

section button:hover {
  border-radius: 10px;
}

/* Section Pakete */
#pakete table {
  table-layout: fixed;
  border-radius: 0px;
  width: auto;
  height: 100%;
  border: 1px solid #ddd;
  /* border-radius: 50px;*/
  border-spacing: 0;
  font: 400 1rem 'Open Sans', sans-serif;
  transition: width 0.2s height 0.2s;
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.cennik-zapytaj {
  font-weight: 500;
  text-decoration: none;
}

.cennik-zapytaj:hover {
  color: #05ae05;
  font-weight: 700;
}

.cennik-zapytaj a {
  text-decoration: none;
}

#pakete tr:first-child th {
  font: 0.85rem 'Open Sans', sans-serif !important;
  /*text-transform: uppercase;*/
}

#pakete th, #pakete td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  /* tabela ceny*/
  text-align: center;
}

#pakete th:last-child, #pakete td:last-child {
  border-right: none;
}

#pakete tr:last-child td, #pakete tr:last-child th {
  border-bottom: none;
}

#pakete th {
  background: #efefef;
  font: 600 1vw 'Open Sans', sans-serif;
}

/* The surrounding box */
#pakete .box {
  position: relative;
  /*margin: 3% auto 0;*/
  width: 70vw;
  height: 70vh;
  max-height: 600px;
  /*background: red; /* [rogi 1  --szerokosc tabeli*/
  border-radius: 10px;
}

.th-cennik {
  width: 11%;
  height: 8%;
}

.p-th-big {
  color: green;
  font-size: 1.1vw;
  font-weight: 700;
}

.p-th-sml {
  font-size: 0.8vw !important;
  font-weight: 500;
}

.th-text-sm {
  font-size: 0.7vw !important;
  padding-right: 0px !important;
}

.p-th-kon {
  font-size: 1.2vw !important;
  font-weight: 900 !important;
}

/* The front and the backside and the little tables */
#pakete .box .front-serwis, #pakete .box .back, #pakete .box .responsive-tables [class*="little"] {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  /* [rogi 2 */
  background: #fff;
}

.front-serwis {
  margin-left: auto;
  margin-right: auto;
}

#pakete button {
  border: none;
  border-radius: 5px;
  background: #3ad435;
  padding: 10px 15px;
  color: #fff;
  transition: box-shadow 0.1s, border-radius 0.3s;
  font: 700 0.8vw 'Open Sans', sans-serif;
  cursor: pointer;
}

#pakete button:hover {
  border-radius: 10px;
}

/* modal */
/* Modal Content/Box */
/* The Close Button */
.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  /* -20vh podniesc */
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height zwiekszyc */
  overflow: hidden;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.3);
  /* Black w/ opacity */
  transition: all 1s ease-in-out;
  border-radius: 10px;
}

/* Modal Content/Box */
.modal-content {
  display: flex;
  box-sizing: border-box;
  position: relative;
  left: 0;
  background-color: #fefefe;
  /* margin: 15% auto; /* 
  padding: 20px;*/
  width: 40vw;
  /* Could be more or less, depending on screen size */
  height: 250px;
  columns: 0 2;
  animation-name: animatetop;
  animation-duration: 0.5s;
  text-align: center;
  padding-right: 8px;
  background-color: #fefefe;
  margin: 15% auto;
  border: 1px solid #888;
  box-shadow: inset 0px 0px 0px 1px #888, 0px 0px 16px 0px #575757;
  z-index: 2;
}

.photo-cennik {
  position: relative;
  width: 250px;
  height: 100%;
  overflow: hidden;
}

.cennik-text {
  display: block;
  position: relative;
  /*top: -5%;*/
  text-align: left;
  padding-top: 10px;
  padding-left: 15px;
  width: 65%;
  height: 100%;
  font-size: 2vw;
}

/* common */
.ribbon {
  width: 135px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 4;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2dba2d;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 4px 0;
  background-color: #33cc33;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 0.6rem 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0px;
  right: 42px;
}

.ribbon-top-left::after {
  bottom: 58px;
  left: 0px;
}

.ribbon-top-left span {
  right: -15px;
  top: 20px;
  transform: rotate(-45deg);
}

/*   DRUGI RIBBON */
.ribbon2 {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 4;
}

.ribbon2::before,
.ribbon2::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #054585;
}

.ribbon2 span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 5px 0;
  background-color: #0974df;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 0.7rem 'Lato', sans-serif;
  line-height: 17px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  padding-right: 10px;
}

/* top left*/
.ribbon2-top-left {
  top: -9px;
  left: -9px;
}

.ribbon2-top-left::before,
.ribbon2-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon2-top-left::before {
  top: 0px;
  right: 5px;
}

.ribbon2-top-left::after {
  bottom: 5px;
  left: 0px;
}

.ribbon2-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/*   DRUGI RIBBON */
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: 13px;
  line-height: 0;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@keyframes animatetop {
  from {
    bottom: -400px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

button {
  position: relative;
  /*display: inline-block;*/
  cursor: pointer;
  outline: none;
  border: 0;
  /*  vertical-align: middle;
  text-decoration: none;*/
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

.bttn2 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

/* hover btn 1 */
button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: grey;
  border-radius: 1.625rem;
}

button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.25rem 0;
  margin: 0 0 0 2rem;
  color: #282936;
  font-weight: 700;
  font: 700 1.5rem 'Roboto', sans-serif;
  line-height: 1.6;
  text-align: center;
}

button:hover .circle {
  width: 100%;
}

button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

button:hover .button-text {
  color: #fff;
}

/* hover btn 1 */
/* hover btn 2 */
button.learn-more2 {
  width: 12rem;
  height: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button.learn-more {
  width: 14rem;
  height: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button.learn-more2 .circle2 {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #05ae05;
  border-radius: 1.625rem;
}

button.learn-more2 .circle2 .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.learn-more2 .circle2 .icon.arrow2 {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.learn-more2 .circle2 .icon.arrow2::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

button.learn-more2 .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.25rem 0;
  margin: 0 0 0 2rem;
  color: #282936;
  font-weight: 700;
  font: 700 1.5rem 'Roboto', sans-serif;
  line-height: 1.6;
  text-align: center;
}

button:hover .circle2 {
  width: 100%;
}

button:hover .circle2 .icon.arrow2 {
  background: #fff;
  transform: translate(1rem, 0);
}

button:hover .button-text {
  color: #fff;
}

/* hover btn 2 */
.cennik-div {
  width: 100%;
  height: 100%;
}

.cennik-top {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 15px;
  width: 90vw;
  font-size: 2vw;
  font-weight: 600;
  scroll-margin-top: 90px;
}

.zlecenie-top {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 15px;
  width: 90vw;
  font-size: 2vw;
  font-weight: 600;
  scroll-margin-top: 90px;
}

.cen-btn2 {
  width: 10vw;
  border: solid 2px;
  padding: .5rem;
  border-radius: 0.25rem;
  font-weight: 700;
  background-color: green;
}

.cen-btn1 {
  width: 10vw;
  border: solid 2px;
  padding: .5rem;
  border-radius: 0.25rem;
  font-weight: 700;
  background-color: green;
}

/*.card {
  margin-top: 1rem;
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 0.25rem;
}*/
.cardSerwis {
  height: 100%;
  width: 70%;
  position: relative;
  border-radius: 0.25rem;
  /* .70% szerokosc ekranu wyjazd poza*/
}

.cardFront,
.cardBack {
  z-index: 2;
  box-sizing: border-box;
  border-radius: 30px;
  height: auto;
  width: auto;
  /*padding-left: 0.5rem;
  padding-right: 0.5rem;*/
  /*box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.8);*/
  transition: transform 0.5s ease;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cardBack {
  transform: perspective(1800px) rotateY(180deg);
}

.cardBack.flipped {
  transform: perspective(1800px) rotateY(0deg);
}

.cardFront {
  transform: perspective(1800px) rotateY(0deg);
}

.cardFront.flipped {
  transform: perspective(1800px) rotateY(-180deg);
}

/*  tabela serwis */
/* tabela 

  @media screen and (max-width: 64rem){
	.col{
	  width: calc(33.333333% - 2rem);
	}
  }
  
  @media screen and (max-width: 48rem){
	.col{
	  width: calc(50% - 2rem);
	}
  }
  
  @media screen and (max-width: 32rem){
	.col{
	  width: 100%;
	  margin: 0 0 2rem 0;
	}
  }





/* carousel */
.carousel {
  position: relative;
}

.carousel_inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.carousel_inner::after {
  content: "";
  display: block;
  clear: both;
}

.carousel_item {
  position: relative;
  float: left;
  display: none;
  width: 100%;
  margin-right: -100%;
}

/* slide effect */
.carousel_item__active,
.carousel_item__pos_prev,
.carousel_item__pos_next {
  display: block;
}

.carousel_item__pos_prev {
  left: -100%;
}

.carousel_item__pos_next {
  left: 100%;
}

.carousel_item__prev {
  transform: translateX(100%);
  transition: transform 1s ease-in-out;
}

.carousel_item__next {
  transform: translateX(-100%);
  transition: transform .7s ease-in-out;
}

/* fade effect */
.carousel__fade .carousel_item__pos_prev,
.carousel__fade .carousel_item__pos_next {
  left: 0;
  opacity: 0;
}

.carousel__fade .carousel_item__prev,
.carousel__fade .carousel_item__next {
  transform: none;
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

.carousel__fade .carousel_item__active.carousel_item__prev,
.carousel__fade .carousel_item__active.carousel_item__next {
  opacity: 0;
}

/* carousel */
.carousel_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0;
}

/* carousel bpk 
 .carousel_img{
	display: block;
	width: 140%;
	height:140%;
object-fit: cover;
object-position: 0;
transform: scale(1) translate(-15%, -10%);
 */
.carousel_caption1 {
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
  justify-content: center;
  width: 40rem;
  height: auto;
  padding: 2rem 2rem;
  text-align: center;
  color: #fff;
  z-index: 1;
  display: flex;
  background-size: cover;
  background-color: rgba(51, 224, 51, 0.8);
  align-items: center;
  background-position: center;
  backdrop-filter: blur(10px);
  border-radius: 50px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.7);
}

.carousel_caption2 {
  position: absolute;
  top: 20%;
  left: 25%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 480px;
  height: 300px;
  padding: 3rem 4rem;
  text-align: center;
  color: #fff;
  z-index: 1;
  align-items: center;
  background-position: center;
  background-color: #33cc33;
}

.carousel_title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 36px;
}

.carousel_description {
  margin-top: .75rem;
  line-height: 150%;
  font-size: 24px;
}

.carousel_indicator {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  z-index: 1;
}

.carousel_dot {
  display: block;
  padding: 0.75rem;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color .5s ease-in-out;
}

.carousel_dot__active {
  background-color: rgba(51, 255, 47, 0.8);
  cursor: default;
  pointer-events: none;
}

.carousel_control {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.carousel_button {
  display: block;
  padding-inline: 1rem;
  font-family: "Raleway", sans-serif;
  font-size: 3rem;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.25);
  border: none;
  cursor: pointer;
  transition: color .25s;
  z-index: 1;
}

.carousel_button:hover {
  color: rgba(135, 206, 250, 0.75);
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  margin-left: 3rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.ml-auto,
.mx-auto {
  margin-left: 5rem;
}

/* zlec naprawe stopka */
* {
  box-sizing: border-box;
  margin: 0;
}

.container-zlec {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: visible;
  /* schowac opis usterki */
  width: 60vw;
  height: 100%;
  /*	max-width: 100%;
	min-height: 480px;
  min-width:370px;
*/
}

h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.form-container {
  display: flex;
  /*column-gap: 10px;*/
  height: 100%;
}

.left-container {
  flex: 30%;
  display: flex;
  background-image: url("./img/sklepzlecmin.jpg");
  height: auto;
  /*background-color:rgba(19, 174, 68, 0.517);*/
  justify-content: center;
  align-items: center;
  color: white;
}

.right-container {
  display: flex;
  flex: 70%;
  /* width: 100%;*/
  height: auto;
  background-color: white;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 20px;
}

.left-container p {
  font-size: 0.9rem;
}

.right-inner-container {
  width: 80%;
  height: 100%;
  text-align: center;
}

.left-inner-container {
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(41, 180, 51, 0.7);
}

.left-inner-text {
  width: 80%;
  height: auto;
  text-align: center;
  font-size: 1.7vw !important;
  line-height: 2vw !important;
  font-weight: 600;
  margin: auto;
  margin-top: 45%;
  text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3), 0px -4px 10px rgba(255, 255, 255, 0.3);
}

input, textarea {
  background-color: #eee;
  border: none;
  padding: 12px 15px;
  margin: 8px 0;
  width: 100%;
  font-size: 0.8rem;
}

input:focus, textarea:focus {
  outline: 1px solid teal;
}

button:hover {
  opacity: 0.7;
}

form p {
  text-align: left;
}

.zlecenie-icon {
  margin-top: 30px;
  display: block;
  position: relative;
  border-radius: 0;
  width: 20vw;
  height: auto;
  flex-direction: column;
}

.zlecenie-img {
  width: 50px !important;
  height: 50px !important;
  margin-left: auto;
  margin-right: auto;
}

.zlecenie-icon-inner {
  display: flex;
  margin: auto;
  font-size: 2.3rem;
  color: white;
  align-items: center;
  justify-content: center;
  background: #05ae05;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.zlecenie-icon-text {
  margin-top: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  text-align: center;
  font-size: 1.1vw;
  font-weight: 700;
  color: white;
}

.zlecenie-dolny-container {
  margin: auto;
  width: 80%;
  /*
  margin-left: auto;
  margin-right: auto;
  */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.img-icon {
  fill: white;
}

/* stopka */
.stopka-container {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  background-color: green;
  opacity: 0.7;
  background-position: center;
  /* Center the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  z-index: 1;
  box-shadow: 0 100px 40px -20px whitesmoke inset;
}

.stopka-blur {
  background-color: green;
  box-shadow: 0 100px 40px -20px whitesmoke inset;
  opacity: 1;
  display: flex;
  position: relative;
  width: 100%;
  height: 500px;
  background-image: url("./img/sklepstopka.jpg");
  background-size: cover;
  /* Resize the background image to cover the entire container */
  z-index: 1;
}

.stopka-kontakt {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  display: block;
  position: absolute;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-top: 15px;
  /*padding: 5vh;*/
  right: -40%;
  top: -25px;
  width: 300px;
  height: auto;
  z-index: 2;
  border-radius: 30px;
  backdrop-filter: blur(10px);
  justify-content: space-between;
  box-shadow: rgba(7, 62, 11, 0.5) 0px 5px 15px 10px, rgba(9, 120, 30, 0.4) 0px 0px 15px 5px inset;
  /*transform: skew(-20deg);*/
  /*clip-path: polygon(0 0, 100% 0%, 100% 100%, 31% 100%);  
*/
}

.stopka-kontakt-text {
  text-align: center;
  /*font-size: 1.7vw;
	font-weight: 600;*/
  font: 500 1.6rem 'Raleway', sans-serif;
  line-height: 2.5rem;
}

.messenger-kontakt {
  width: 45px !important;
  height: 45px !important;
  position: fixed;
  right: -2%;
  top: -6%;
  opacity: 0.9;
  animation: jump 3s ease infinite;
}

@keyframes jump {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  1000% {
    transform: scale(1);
  }
}

.stopka-dane {
  text-align: center;
  color: white;
  display: flex;
  position: absolute;
  padding: 0;
  margin-top: auto;
  margin-bottom: auto;
  top: 30%;
  left: 5%;
  width: 65vw;
  height: auto;
  max-height: 500px;
  z-index: 2;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-evenly;
}

.stopka-dane-inner {
  margin: 0px;
  display: flex;
  width: 15vw;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}

.stopka-dane-text {
  font-size: 1.5vw;
}

.link-mobile {
  display: none;
  text-decoration: none;
}

.button-form {
  border-radius: 10px;
  margin-top: 5px;
  position: relative;
  display: block;
  border: 1px solid green;
  background-color: #05ae05;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 45px;
}

/* CERTYFIKATY 	*/
.containercert {
  display: flex;
  height: auto;
  width: 90vw;
  justify-content: center;
  align-items: center;
  margin: auto;
  overflow: visible;
  gap: 20px 20px;
}

.containercert .cardcert {
  flex: 5;
  transition: all 0.5s ease-in-out;
  height: auto;
  position: relative;
}

.containercert .cardcert:hover {
  flex-grow: 7;
}

.containercert .cardcert:hover img {
  filter: grayscale(0);
}

.containercert .cardcert:hover .card__head {
  text-align: center;
  color: white;
  background: #05ae05;
  font-size: 1.5em;
}

.containercert .cardcert .imgcert {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s ease-in-out;
  filter: grayscale(100%);
}

.containercert .cardcert:not(:nth-child(5)) {
  margin-right: 0.5em;
}

/* --media mobile do 1000px  */
@media (max-width: 1000px) {
  .ribbon2 span {
    position: absolute;
    display: block;
    width: 245px;
    padding: 4px 0;
    background-color: #0974df;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font: 700 0.5rem 'Lato', sans-serif;
    line-height: 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
    padding-left: 20px;
  }
  .ribbon2 {
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: absolute;
    z-index: 4;
  }
  .ribbon2-top-left {
    top: -10px;
    left: -10px;
  }
  .ribbon2-top-left::before {
    top: 0px;
    right: 29px;
  }
  .ribbon2-top-left::after {
    bottom: 29px;
    left: 0px;
  }
  .containercert {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: auto;
    justify-content: center;
    margin: auto;
    overflow: visible;
  }
  .containercert .cardcert {
    width: 30%;
    max-width: 65%;
    transition: all 0.5s ease-in-out;
    position: relative;
    flex: none;
  }
  .containercert .cardcert:hover {
    flex-grow: 1;
    max-width: 65%;
  }
  .containercert .cardcert:hover img {
    filter: grayscale(0);
  }
  .containercert .cardcert .imgcert {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s ease-in-out;
    filter: grayscale(100%);
  }
  .containercert .cardcert:not(:nth-child(5)) {
    margin-right: 0.2em;
  }
  .front {
    width: 40vw;
    height: 20vh;
    min-height: 170px;
  }
  .back {
    width: 40vw;
    height: 20vh;
    min-height: 170px;
  }
  .desc-top-sklep {
    font-size: 0.9rem;
  }
  .desc-top-link {
    font-size: 4vw;
    padding-bottom: 0.5rem;
    padding-top: 0.3rem;
  }
  .desc-top-link:hover {
    font-size: 5vw;
  }
  .top-img2 {
    height: 20px;
    padding-left: 0.3rem;
  }
  .top-img {
    height: 15px;
    padding-left: 0.4rem;
  }
  .div-sklep2 {
    font-size: 0.5rem;
  }
  .wrapper {
    width: 100vw;
    margin-top: 3rem;
  }
  .div-sklep2 {
    height: 110vh;
    min-height: 850px;
    margin-top: 0px;
  }
  .swipe-blur {
    height: 125vh;
    min-height: 900px;
  }
  .front .inner p {
    /* tekst front */
    font-size: 7vw;
  }
  .p-reg {
    font-size: 6vw !important;
  }
  .p-karta {
    font-size: 7vw !important;
    margin-top: 5px;
  }
  .p-reg-akc {
    font-size: 6vw !important;
  }
  h4 {
    font-size: 5vw;
  }
  .serwis-container {
    width: 100vw;
    height: auto;
    column-gap: 20%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .serwis-cap-m {
    font-size: 4vw;
    width: 40vw;
    height: auto;
    flex-direction: column;
    gap: 10px 0;
  }
  .serwis-cap-text {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    text-align: center;
    display: flex;
    padding-right: 8px;
    padding-left: 8px;
  }
  .serwis-cap-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
  .serwis-container-lewa {
    flex-direction: row;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px 0;
    padding-bottom: 20px;
  }
  .oceny {
    flex-direction: column;
    gap: 20px 20px;
  }
  .mySwiper2 {
    left: 0;
    height: 50vh;
    width: 90vw;
    min-height: 400px;
  }
  .mySwiper {
    left: 0;
    width: 90vw;
    height: 10vh;
  }
  #pakete table {
    width: 90vw;
    height: 400px;
    font: 400 1.8vw 'Open Sans', sans-serif;
  }
  #pakete .box {
    position: relative;
    width: 70vw;
    height: 400px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #pakete th {
    font-size: 1.8vw;
  }
  .front-serwis {
    flex-wrap: wrap;
  }
  #pakete button {
    padding: 5px 5px;
    font-size: 1.3vw;
    margin-bottom: 5px;
    margin-top: auto;
  }
  .modal {
    width: 90vw;
  }
  .modal-content {
    width: 95%;
    max-width: 500px;
    height: auto;
  }
  .ribbon-top-left::before {
    right: 40px;
  }
  .ribbon-top-left::after {
    bottom: 56px;
  }
  .photo-cennik {
    position: relative;
    height: 250px;
    /* --zd --modal */
    min-height: 250px;
    width: 55%;
    object-fit: none;
  }
  .photo-modal {
    height: 250px;
    width: 100%;
    object-fit: none;
  }
  .cennik-text {
    width: 58%;
  }
  .cennik-container {
    margin-left: 5vw;
    height: 100%;
    flex-direction: column;
    display: grid;
    grid-row: 2 / 2;
    grid-auto-flow: row;
    gap: 5px 5px;
  }
  .serwis-cap-cennik {
    font-size: 0.9rem;
    width: 40vw;
    height: auto;
    flex-direction: column;
    gap: 10px 0;
  }
  .cennik-top {
    font-size: 7vw;
    text-align: center;
  }
  .zlecenie-top {
    font-size: 7vw;
    text-align: center;
    margin-top: 9rem;
  }
  .p-cennik {
    font-size: 0.7rem;
    width: 110%;
  }
  .p-cennik-h {
    font-weight: 600;
    font-size: 1rem;
  }
  .cennik-container-lewa {
    flex-direction: row;
    width: auto;
    height: auto;
    justify-content: space-evenly;
    grid-column: 2;
    grid-row: 2;
    grid-auto-flow: row;
    margin-top: 430px;
    gap: 25px 4vw;
    margin-left: 1vw;
    flex-wrap: wrap;
  }
  .cennik-container-prawa {
    grid-column: 1;
    grid-row: 1;
  }
  .p-th-big {
    font-size: 2vw !important;
  }
  .p-th-sml {
    font-size: 1vw !important;
  }
  .th-text-sm {
    font-size: 1.1vw !important;
  }
  /* zlecenie */
  .container-zlec {
    width: 80% !important;
  }
  .zlecenie-dolny-container {
    width: 95% !important;
    height: auto;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    gap: 10vh 0;
  }
  .zlecenie-icon {
    width: 25vw !important;
    height: 25vw !important;
  }
  .zlecenie-img {
    height: 2.5rem !important;
    width: 3rem !important;
    max-width: 70px;
  }
  .zlecenie-icon-text {
    font-size: 3vw;
    width: 30vw;
    left: -2.5vw;
    position: absolute;
  }
  /* stopka */
  .stopka-dane {
    flex-direction: row;
    top: 10%;
    left: 2.5%;
    gap: 0 0;
    width: 95vw;
    height: 20%;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .stopka-dane-text {
    font-size: 0.8rem;
    justify-content: space-around;
  }
  .stopka-dane-inner {
    width: 30%;
    height: 100%;
    justify-content: center;
    gap: 10px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .link-mobile {
    display: block;
  }
  .link-pc {
    display: none;
  }
  .stopka-kontakt {
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 200%;
    left: 10%;
    width: 80vw;
    height: auto;
  }
  .stopka-blur {
    height: 85vh;
    min-height: 700px;
    background-position: 75%;
  }
}

@media (min-width: 700px) and (max-width: 900px) {
  /* --yoga
	.stopka-dane-text{
		font-size: 2.5vw;
justify-content: space-between;
	}
	.stopka-dane-inner{
		font-size: 4vw!important;
}*/
}

@media (min-width: 1500px) {
  /*#pakete .box {
height: 500px;
}*/
}

/* MEDIA QUERIES */
@media screen and (max-width: 1285px) {
  .cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 900px) {
  .cards-wrapper {
    grid-template-columns: 1fr;
  }
  .info {
    justify-content: center;
  }
  .card-grid-space .num {
    margin-left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .cards-wrapper {
    padding: 4rem 2rem;
  }
  .card {
    max-width: calc(100vw - 4rem);
  }
}

@media screen and (max-width: 450px) {
  .info {
    display: block;
    text-align: center;
  }
  .info h1 {
    margin: 0;
  }
}

/* media kart */
@media (max-width: 768px) {
  nav {
    height: 7vh;
  }
}

@media (min-width: 768px) {
  .serwis-container {
    flex-direction: row;
  }
  /* --serwis zdjecia
	.mySwiper2{
		left: -30%;
	}
	.mySwiper{
		left: -30%;
	}
	*/
  .mobile-menu, .hamburger {
    display: none;
  }
  .menu {
    display: flex;
  }
  .top-cap {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translateX(-50%);
    width: 40rem;
    padding: 2rem 2rem;
  }
  .mid-cap {
    position: relative;
    width: 25rem;
    padding: 2rem 2rem;
    align-items: center;
  }
  .top-title-cap {
    font-size: 3rem;
  }
  .top-descript-cap {
    font-size: 1.75rem;
  }
  /*
	.swipe_img{
		height: 100%;
	}
	
	.swiper{
		width: 100%;
		height: 100vh;
	}

	.swiper2{
		width: 100%;
		height: 100%;
	}
	*/
  /*
	.carousel_inner{
		height: 100vh;
	}
*/
}

@media only screen and (max-width: 600px) {
  .left-container {
    display: none;
  }
  .lg-view {
    display: none;
  }
}

@media (min-width: 500px) and (max-width: 1000px) {
  nav {
    height: 14vh;
  }
  .div-sklep2 {
    min-height: 850px;
  }
  .p-karta {
    font-size: 2.5rem !important;
  }
  .serwis-cap-m {
    font-size: 1rem;
  }
  .zlecenie-top {
    font-size: 2rem !important;
  }
  .cennik-top {
    font-size: 2rem !important;
  }
}
