html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  max-width: 100%;
}

header {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

nav {
  max-width: 100%;
  position: relative;
  z-index: 5;
  margin: 0 auto;
  width: 100%
}

body {
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  /* position: relative; */
}

html,
body {
  /* height: 100%;
  margin: 0px;
  padding: 0px; */
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

footer {
  /* position: absolute;
  width: 100%; */
  bottom: 0;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

footer p {
  font-size: 10px;
  color: #939292;
  margin-right: 20px;
  margin-bottom: 10px;
}

footer a {
  text-decoration: none;
  color: #e8737b;
  transition: 0.3s;
}

footer a:hover {
  color: #c93640;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.logo-wrap {
  padding-top: 10px;
  padding-bottom: 15px;
}

.logo-wrap a {
  transition: 0.3s;
  filter: brightness(100%);
}

.logo-wrap a:hover {
  filter: brightness(90%);
}

.container {
  width: 1100px;
  margin: 0px auto;
  max-width: 100%;
  box-sizing: border-box;
}

.img-a-baner {
  margin-top: 20px;
  text-align: center;
}

.img-a-baner img {
  max-width: 90%;
  height: auto;
}

.burger,
.burger:before,
.burger:after {
  position: absolute;
  top: 47%;
  left: 10px;
  width: 27px;
  height: 3px;
  background-color: #ffffff;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s, top 0.3s;
  z-index: 1000;
}

.burger:before {
  top: -8px;
  left: 0px;
  content: "";
}

.burger:after {
  top: 8px;
  left: 0px;
  content: "";
}

.open .burger {
  background: transparent;
}

.open .burger:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  background-color: #ffffff;
}

.open .burger:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  background-color: #ffffff;
}

.burger-box {
  width: 45px;
  height: 40px;
  top: 0px;
  right: 0px;
  cursor: pointer;
  transition: 0.3s;
  /* border-radius: 3px; */
  background-color: rgba(37, 38, 45, 0.9);
}

.burger-box.open {
  background-color: rgba(37, 38, 45, 0.0);
}

.burger-box:hover {
  opacity: 0.8;
}

.wrap-box {
  position: fixed;
  top: 43px;
  right: 10px;
  z-index: 1000;
}

div.vertical-menu ul {
  display: block;
  width: 100%;
  margin-top: 100px;
  margin-left: 0px;
}

div.vertical-menu ul li {
  padding: 5px 0px;
  padding-top: 10px;
  transition: 0.3s;
}

div.vertical-menu {
  z-index: -1;
  background-color: #35363d;
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: none;
}

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

div.vertical-menu.index {
  z-index: 100;
}

div.vertical-menu.active {
  opacity: 1;
  max-width: 100%;
  z-index: 100;
  display: block;
  transition: 0.3s;
}

div.vertical-menu.active ul li a {
  display: block;
}

div.vertical-menu ul li a {
  display: block;
}

div.vertical-menu ul li {
  float: none;
  text-align: center;
  /* padding-top: 0px; */
}

div.vertical-menu ul li {
  padding: 0px;
}

div.vertical-menu ul li a {
  padding: 18px 0px;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
  font-weight: 500;
}

div.vertical-menu ul li:hover>a {
  color: #ffffff;
  background-color: #e21c2a;
}

div.vertical-menu ul li.current_page_item {
  background-color: #e21c2a;
}

/*  */

ul li {
  float: left;
  list-style: none;
}

.menu ul li a {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  padding: 20px;
  border-top: 2px solid transparent;
  transition: 0.3s;
  font-weight: 300;
  display: inline-block;
  box-sizing: border-box;
}

.menu ul li a:hover,
.menu ul li.current_page_item a {
  border-top: 2px solid #e21c2a;
  color: #9a9a9e;
}

/* FORM */

input {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #717176;
  width: 100%;
  padding: 10px 0px;
  font-size: 13px;
}

input span {
  max-width: 100%;
}

input.wpcf7-submit {
  font-size: 16px;
  color: #1a1c24;
  background-color: transparent;
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  transition: 0.3s;
  font-family: 'Poppins', sans-serif;
  background-repeat: no-repeat;
  max-width: 100px;
  text-transform: uppercase;
  background-color: #ffffff;
}

input.wpcf7-submit:hover {
  background-color: #e21c2a;
  color: #ffffff;
}

input.wpcf7-submit {
  font-weight: 500;
  float: right;
  margin-top: 30px;
  padding: 12px;
  font-size: 12px;
}

textarea.wpcf7-textarea {
  background-color: transparent;
  border: none;
  width: 100%;
  color: #ffffff;
  border-bottom: 1px solid #717176;
  font-family: 'Poppins', sans-serif;
  height: 100px;
  font-size: 13px;
  margin-top: 30px;
}

.screen-reader-response ul li,
.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
  color: #c6bdfc;
  font-size: 14px;
  line-height: 18px;
}

/* FORM */

.wrap-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

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

.menu-wrap {}

.box-i p {
  text-transform: uppercase;
  font-size: 11px;
  color: #3d3f44;
  opacity: 0.7;
  margin-bottom: 0px;
}

.box-i {
  margin: 25px 40px;
}

.box-i a {
  text-decoration: none;
  color: #797b81;
  font-size: 14px;
  transition: 0.3s;
  margin-top: 8px;
  display: inline-block;
}

.box-i a:hover {
  color: #d02430;
}

.menu {
  float: right;
}

.slajder-wrap {
  max-width: 100%;
  width: 1400px;
  position: relative;
  margin: 0px auto;
  margin-top: -74px;
  box-sizing: border-box;
}

.slajd {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.text-slajder {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.wrap-middle {
  display: table;
  height: 100%;
}

.text-slajder {
  color: #ffffff;
  line-height: 50px;
  font-size: 40px;
  font-weight: 200;
  width: 1100px;
  max-width: 100%;
  margin: 0px auto;
}

strong {
  font-weight: 400;
}

.text-width {
  width: 600px;
  max-width: 95vw;
}

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

.b-red a {
  text-decoration: none;
  background-color: #e21c2a;
  color: #ffffff;
  transition: 0.3s;
  padding: 17px;
  display: inline-block;
  font-size: 18px;
  margin-top: 42px;
  font-weight: 400;
}

.b-red a:hover {
  color: #e21c2a;
  background-color: #ffffff;
}

.slajder-home .slick-prev,
.slajder-home .slick-next {
  top: auto;
  bottom: 0px !important;
  right: 35px;
  background-color: #e21c2a;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

.slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f054';
}

.slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f053';
}

.slajder-home .slick-prev {
  left: auto;
  right: 90px !important;
  z-index: 2;
}

.slajder-home .slick-prev:hover,
.slajder-home .slick-next:hover {
  background-color: #cf111f;
}

.slajder-home .slick-dots {
  width: auto;
  display: flex;
  flex-direction: column;
  z-index: 3;
  right: 5px;
  bottom: 15px;
}

.slajder-home .slick-dots li {
  background-color: #6d6c71;
  margin: 4px;
  width: 8px;
  height: 8px;
}

.slajder-home .slick-dots li.slick-active {
  background-color: #ffffff;
}

.slajder-home .slick-dots li button::before {
  color: transparent;
}

.slajder-home .slick-dots li.slick-active button::before {
  color: transparent;
}

.slajder-home {
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.big-container {
  margin: 0px auto;
  max-width: 100%;
  width: 1400px;
}

section {
  /*   margin-top: 70px; */
  margin: 70px auto 0 auto;
  width: 100%
}

.b-red a {
  font-size: 15px;
  line-height: 14px;
}

p,
ul li {
  font-size: 13px;
  line-height: 22px;
  color: #6a6a6a;
  margin-bottom: 10px;
}

.text-w {
  box-sizing: border-box;
  margin-top: 80px;
  padding-bottom: 60px;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 35px;
}

.text-w h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 300;
  margin-bottom: 20px;
}

.b-red.sec-t a {
  margin: 20px 0px;
}

.film {
  width: 165px;
  height: 95px;
  border: 1px solid green;
}

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

.opis-film {
  margin-left: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.opis-film p span {
  color: #383838;
  font-weight: normal;
}

.opis-film p {
  font-weight: 300;
  color: #6a6a6a;
}

.big-container {
  background-size: cover;
  background-position: center;
}

.big-container.relative-c {
  position: relative;
  /* border: 1px solid red; */
}

.big-container.relative-c::before {
  position: absolute;
  width: 120%;
  content: '';
  background-image: url('../images/red.png');
  background-repeat: no-repeat;
  background-position: top right 0px;
  height: 100%;
  right: 0px;
  z-index: -1;
}

.title-sec h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  margin: 30px 0px;
}

.title-sec h2 strong {
  font-weight: 400;
}

.wrap-con.kafle {
  /* border:1px solid orange; */
  margin-top: 30px;
}

.kafel {
  width: 150px;
  height: 195px;
  /* border: 1px solid black; */
  margin: 5px;
  background-position: center;
  background-size: cover;
}

.kafel a {
  display: inline-block;
  width: 150px;
  height: 195px;
  background-color: rgba(255, 255, 255, 1.0);
  text-decoration: none;
  font-weight: 600;
  color: #27282d;
  transition: 0.45s;
}

.kafel a:hover {
  background-color: rgba(255, 255, 255, 0);
}

.kafel.slim,
.kafel.slim a {
  width: 70px;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.45s;
}

.kafel.slim,
.kafel.slim a:hover {
  background-color: rgba(255, 255, 255, 1.0);
}

.kafel.slim,
.kafel.slim a:hover .wrap-k p {
  color: #27282d;
}

.kafel.slim,
.kafel.slim a .wrap-k p {
  line-height: 155px;
}

.kafel.slim,
.kafel.slim a {
  width: 70px;
}

.kafel-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 220px;
}

.kafle-row-wide {
  display: flex;
  flex-direction: row;
}

.wrap-k {
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.wrap-k p {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  display: block;
  font-style: italic;
  color: #27282d;
}

.wrap {
  /* width: 100%; */
  max-width: 100%;
  box-sizing: border-box;
}

.img-top {
  width: 100%;
  text-align: right;
}

.kafel a:hover .wrap-k p {
  color: #ffffff;
}

.kafel a:hover .wrap-k .img-top {
  opacity: 0;
}

.top-text-f {
  margin-right: 60px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-text-f a {
  color: #e21c2a;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
  text-align: right;
  transition: 0.3s;
}

.top-text-f a:hover {
  color: #000000;
}

.wrap-link {
  text-align: right;
}

.top-text-f p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 200;
  color: #1c1d22;
  text-align: right;
}

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

section.footer-top {
  margin-top: -15px;
  margin-bottom: 105px;
}

.wrap-baner-about,
.wrap-baner-kontakt,
.wrap-baner-inne {
  position: absolute;
  top: 50px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.wrap-container {
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.wrap-container .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.wrap-container .container.prod {
  justify-content: space-between;
}

.wrap-container .container.produkty-c {
  justify-content: flex-start;
}

.text-wrap p,
.text-wrap ul li,
.text-wrap {
  color: #c8c8c8;
}

.text-wrap ul li {
  margin: 6px 0px 0px 25px;
  position: relative;
  float: none;

}

.text-wrap ul li::before {
  content: '-';
  position: absolute;
  left: -7px;
}

.text-wrap h2 {
  color: #dcd7de;
  font-size: 35px;
  line-height: 45px;
  font-weight: 200;
  margin-bottom: 20px;
}

.text-wrap.produkt {
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrap-baner-about.produkt {
  position: static;
}

.header-about.produkt {
  min-height: auto;
}

.title-galeria p {
  font-size: 40px;
  color: #282930;
  font-weight: 200;
  text-align: center;
  line-height: 40px;
}

.title-galeria {
  margin-bottom: 30px;
}

.wrap-slajder-about {
  max-width: 100%;
  width: 1100px;
}

/* slajder about  start*/

.about-slajder .slick-prev,
.about-slajder .slick-next {}

.about-slajder .slick-prev {}

.about-slajder .slick-prev:hover,
.about-slajder .slick-next:hover {}

.about-slajder .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  bottom: -45px;
}

.about-slajder .slick-dots li {
  width: 8px;
  height: 8px;
  background-color: #282930;
  border-radius: 50%;
}

.about-slajder .slick-dots li.slick-active {
  background-color: #cd2121;
}

.about-slajder .slick-dots li button::before {
  content: ' ';
}

.about-slajder .slick-dots li.slick-active button::before {
  content: ' ';
}

.about-slajder .slick-prev::before,
.about-slajder .slick-next::before {
  color: #a1a1a1;
}

.about-slajder .slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f053';
}

.about-slajder .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f054';
}

.about-slajder .slick-dotted.slick-slider {
  margin: 0px 10px;
}

/* slajder about koniec*/
.header-about.kontakt {
  min-height: auto;
}

.wrap-film {
  margin-top: 70px;
  padding-bottom: 60px;
}

.text-wrap {
  max-width: 680px;
  padding-right: 20px;
  box-sizing: border-box;
}

p#breadcrumbs {
  font-size: 11px;
  margin-bottom: 30px;
  margin-top: 80px;
}

p#breadcrumbs a {
  color: #dcd7de;
  text-decoration: none;
}

p#breadcrumbs span {
  color: #98949a;
}

.title-sekcja h3 {
  text-align: left;

}

.accordion-content {
  display: none;
}

section.black-bg {
  background-color: #1a1c24;
  width: 1400px;
  max-width: 100%;
  margin: 0px auto;
  margin-top: -3px;
  -webkit-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.4);
  margin-top: -2px;
  position: relative;
}

.box-kontakt {
  padding: 30px 0px;
  box-sizing: border-box;
}

.box-kontakt p,
.box-kontakt p a {
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  transition: 0.45s;
}

.box-kontakt p a:hover {
  color: #e21c2a;
}

.box-kontakt.dark-wrap {
  padding: 30px 35px;
  background-color: #25262d;
}

.small-p p {
  text-transform: uppercase;
  font-size: 12px;
}

.slajder-wrap.kontakt {
  height: auto;
  min-height: auto;
  background-color: #1a1c24;
}

.container.kontakt-container {
  display: block;
}

.padding-kon {
  margin-top: 30px;
}

.txt-kontakt h3 {
  color: #dcd7de;
  font-size: 40px;
  line-height: 45px;
  font-weight: 200;
  padding-bottom: 35px;
}

/* 
.gray-f p {
  color: #797a7d;
} */

.txt-kontakt a {
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  font-size: 35px;
  line-height: 55px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 35px;
}

.txt-kontakt a::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 525px;
  background-color: #e21c2a;
  content: '';
  z-index: -1;
  transition: 0.45s;
}

.txt-kontakt a:hover::before {
  background-color: #000000;
}

.wrap-container.kon-k {
  overflow: hidden;
  height: auto;
}

.wrap-container.kon-k {
  padding-top: 100px;
  padding-bottom: 50px;
}

.mapa-kontakt {
  margin-top: 71px;
  height: 350px;
  width: 1400px;
  max-width: 100%;
  margin: 0px auto;
  margin-top: 0px;
  margin-bottom: 10px;
}

.wrap-kaf-prod {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.text-wrap-bottom {
  position: absolute;
  bottom: 0px;
  background-color: #25262d;
  left: 0px;
  right: 0px;
  transition: 0.45s;
}

.prod-l {
  height: 550px;
  width: 100%;
}

.prod-r-first {
  height: 360px;
  width: 100%;
}

.prod-r-second {
  height: 355px;
}

.padding-wrap {
  padding: 40px 35px;
  box-sizing: border-box;
}

section.big-red {
  background-color: #d02430;
  padding-top: 80px;
  padding-bottom: 65px;
  margin-bottom: 120px;
}

.red-text {
  color: #ffffff;
  text-align: center;
}

.red-text h3 {
  font-size: 40px;
  line-height: 55px;
  font-weight: 500;
  margin-bottom: 20px;
}

.red-text p span {
  font-size: 23px;
  line-height: 30px;
  color: #ffffff;
  margin: 20px 0px;
  font-weight: 300;
}

.red-text p {
  font-size: 16px;
  line-height: 20px;
  color: #f5b2b6;
}

.txt-r {
  max-width: 450px;
  margin: 0px auto;
  margin-top: 30px;
}

.bw-btn a {
  color: #ffffff;
  padding: 13px 20px;
  background-color: #25262d;
  font-size: 13px;
  display: inline-block;
  margin-top: 40px;
  text-decoration: none;
  transition: 0.45s;
}

.bw-btn a:hover {
  color: #25262d;
  background-color: #ffffff;
}

.text-wrap-right {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 210px;
  background-color: #25262d;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.45s;
}

a.red-hover {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  margin: 10px;
}

.text-white .title h3,
.text-white .sub-title p {
  color: #ffffff;
}

.wrap-kaf-prod {
  -webkit-filter: grayscale(100%) brightness(80%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) brightness(80%);
  transition: 0.45s;
  height: 100%;
  background-color: #25262d;
}

.wrap-kaf-prod img {
  /* min-height: 109%; */
  max-width: 100%;
  height: auto;
}

.logo-footer a {
  transition: 0.3s;
}

.logo-footer a:hover {
  opacity: 0.8;
}

a.red-hover:hover>.wrap-kaf-prod {
  -webkit-filter: grayscale(0%) brightness(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%) brightness(100%);
}

a.red-hover:hover>.wrap-kaf-prod .text-wrap-bottom {
  background-color: #d02430;
}

a.red-hover:hover>.wrap-kaf-prod .text-wrap-right {
  background-color: #d02430;
}

.wrap-kaf-prod.prod-r-first img {
  height: 375px;
  width: auto;
  padding-bottom: 0px;
  margin-bottom: -2px;
}

.inne-img img {
  min-height: 352px;
}

.sub-title p {
  line-height: 15px;
}

.wrap-m100 {
  max-width: 100% !important;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

.title h3 {
  font-size: 16px;
  line-height: 20px;
}

.title {
  margin-bottom: 15px;
}

.header-about {
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 650px;
  background-size: cover;
  background-position: center;
}

.slajder-szer {
  max-width: 96%;
  box-sizing: border-box;
  margin-left: 2%;
  margin-right: 2%;
}

.slajder-wrap.produkty {
  height: 360px;
  overflow: hidden;
  min-height: auto;
}


a.plik {
  color: #e21c2a;
  transition: 0.45s;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
  font-weight: 600;
}

a.plik i {
  padding-right: 10px;
}

a.plik:hover {
  color: #000000;
}

.title-sekcja h3 {
  color: #282930;
  font-size: 35px;
  font-weight: 200;
  line-height: 44px;
  margin-bottom: 30px;
}

.accordion-toggle p {
  text-transform: uppercase;
  color: #25262d;
  font-size: 16px;
  font-weight: 500;
}

.accordion-toggle p i {
  margin-right: 5px;
}

.accordion-content {
  padding: 15px 10px 15px 0px;
}

.wrap-big {
  width: 1400px;
  max-width: 100%;
  margin: 0px auto;
  background: rgb(251, 251, 251);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(251, 251, 251, 1) 0%, rgba(241, 241, 241, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(251, 251, 251, 1) 0%, rgba(241, 241, 241, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(251, 251, 251, 1) 0%, rgba(241, 241, 241, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f1f1f1', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.ab-slajd img {
  max-width: 100%;
  margin: 0px auto;
}

.ab-slajd {
  box-sizing: border-box;
  text-align: center;
}

.slick-slide img {
  max-width: 100%;
}

.slajder-home .slick-slide img {
  height: auto;
}

.title.center-inne {
  text-align: center;
  margin-bottom: 0px;
}

.title.center-inne h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
}

section.no-margin {
  margin-top: 0px;
  margin: 0 auto;
  width: 100%;
}

.title-sekcja.info-top h3 {
  padding-top: 60px;
  margin-bottom: 40px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-toggle p {
  transition: 0.3s;
}

.accordion-toggle p:hover,
.accordion-toggle.bg-ac p {
  color: #e21c2a;
}

.wrap-image-gal {
  width: 100%;
  height: 100%;

}

.wrap-image-gal a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.wrap-image-gal a img {
  max-width: 100%;
  height: auto;
  margin: 0px auto;
}

.slajder-wrap.produkt-bg {
  background-size: cover;
  background-repeat: no-repeat;
}

section.bg-gray {
  background-color: #f3f3f3;
  padding: 50px 0px;
}


.custom-link {
  color: white;
  /* Kolor linku przed najechaniem */
  text-decoration: none;
  /* Usunięcie podkreślenia z linku */
}

.custom-link:hover {
  color: red;
  /* Kolor linku po najechaniu */
}

.wpml-ls-sub-menu {
  background: #fff;
}



#blog-hero {
  max-width: 1400px;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 350px;
  margin-top: -70px;
}

#blog-hero .container {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 350px;
  justify-content: center;
}

#blog-hero .container h1 {
  color: #dcd7de;
  font-size: 35px;
  line-height: 45px;
  font-weight: 200;
  margin-bottom: 20px;
}

#blog-grid {
  max-width: 1400px;
  margin: 0 auto;
}

#blog-grid .container {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding-top: 4%;
  padding-bottom: 6%;

}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 40px;
}

.blog-grid .blog-card {
  width: 100%;
  text-decoration: none;
}


.blog-grid .blog-card .card-image img,
.blog-grid .blog-card .card-image {
  width: 100%;
  object-fit: cover;
  height: 250px
}

.blog-card .card-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  align-items: flex-start;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: #282930;

}

.blog-card .card-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #797b81;
}

.blog-card .post-title .title {
  font-size: 18px;
  color: #282930;
  font-size: 22px;
  font-weight: 200;
  margin: 0;
}

.blog-card .post-desc {
  font-weight: 200;
  font-size: 14px;
  color: #282930;
}

.blog-card .card-btn {
  text-decoration: none;
  background-color: #e21c2a;
  color: #ffffff;
  transition: 0.3s;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
}

#post-content .container {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

#post-header {
  margin-top: -70px;
  max-width: 1400px;
  width: 100%;
  height: 650px;
}

#post-header .container {
  width: 100%;
  height: 100%;
}

.post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 650px;
}

#post-header .post-img {
  position: relative;
  overflow: hidden;
  height: 100%;
  /* żeby overlay nie wychodził */
}

/* przyciemnienie – mocniej od góry */
#post-header .post-img::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, .75) 0%,
      rgba(0, 0, 0, .35) 35%,
      rgba(0, 0, 0, 0) 70%);
}

#post-content .post-title {
  font-size: 28px;
  font-weight: 200;
  margin-bottom: 24px;
}

#post-content .content h1,
#post-content .content h2,
#post-content .content h3,
section.no-margin.bottom-produkt h1,
section.no-margin.bottom-produkt h2,
section.no-margin.bottom-produkt h3 {
  margin-bottom: 18px;
  margin-top: 12px;
  font-size: 20px;
}

#post-content .content h4,
#post-content .content h5,
#post-content .content h6,
section.no-margin.bottom-produkt h4,
section.no-margin.bottom-produkt h5,
section.no-margin.bottom-produkt h6 {
  margin-bottom: 18px;
  margin-top: 12px;
  font-size: 18px;
}



#post-content .content,
section.no-margin.bottom-produkt .grid.col-12 {
  display: flex;
  flex-direction: column;
}

#post-content .content p {
  font-size: 15px;
  line-height: normal;
}

#post-content .content ul,
#post-content .content ol,
section.no-margin.bottom-produkt ul,
section.no-margin.bottom-produkt ol {
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  font-size: 15px;
}

#post-content .content li::marker {
  color: #000000;
}

#post-content .content ul li,
section.no-margin.bottom-produkt ul li {
  list-style: disc;
}

#post-content .content ol li,
section.no-margin.bottom-produkt ol li {
  list-style: decimal;
}

#post-content .content ul li,
#post-content .content ol li {
  font-size: 15px;
  line-height: normal;

}

#post-content .content ul {
  list-style: disc;
  list-style-type: disc;
}

#post-content .content ol {
  list-style: decimal;
}

#related-post .container {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding-top: 30px;
  padding-bottom: 70px;
  border-top: 1px solid #57585f;
}

#related-post .container .section-title {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 24px;
}

#kontakt-map {
  min-height: 400px;
}

@media (max-width: 48em) {

  .blog-grid {
    grid-template-columns: 1fr;
  }

  #post-header {
    height: auto;
  }
}