

body {
  font-family: inherit;
  background: radial-gradient(
    circle,
    rgba(212, 188, 188, 1) 0%,
    rgba(190, 136, 22, 1) 100%
  );
}
/* * {
  outline: 1px solid red;
} */
/* @media screen and (min-width: 1800px) {
  p {
    font-size: auto;
  }
} */
.primer_top_container {
  width: 100%;
}
.wrapper_top_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bar_top_container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #171616;

  color: white;

  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .bar_top_container {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .bar_top_container {
    width: 100%;
  }
}

@media screen and (min-width: 2100px) {
  .bar_top_container {
    padding-bottom: 0.5%;
  }
}

.we_are_here {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8%;
}

.span_we_are_here:hover {
  color: #ebaf77;
  cursor: pointer;
}
.we_are_here_paragraph {
  justify-content: center;
  align-items: center;
}
.contact_top_list {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

a {
  text-decoration: none;
  color: white;
}
a:hover {
  color: #ebaf77;
}
.logo_nav_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3%;
  background-color: #ebaf77;
  padding-top: 1%;
  color: #171616;
  position: fixed;
  width: 100%;
  z-index: 10;



}
.logo_nav_container-fefco {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3%;
  background-color: #f3c17e;
  padding-top: 1%;
  color: #171616;
  position: fixed;
  width: 100%;
  z-index: 20;
}
.mail-anchor{
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 376px) {
  .logo_nav_container {
    width: 100%;
    margin-top: 0%;
    position: static;
  }
  .logo_nav_container-fefco {
    width: 100%;
    margin-top: 0%;
    position: static;
  }
}
@media screen and (min-width: 377px) and (max-width: 426px) {
  .logo_nav_container {
    width: 100%;
    margin-top: 0%;
    position: static;
  }
  .logo_nav_container-fefco {
    width: 100%;
    margin-top: 0%;
    position: static;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .logo_nav_container {
    width: 100%;
    margin-top: 0%;
    position: static;
  }
  .logo_nav_container-fefco {
    width: 100%;
    
    margin-top: 0%;
    position: static;
  
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .logo_nav_container {
    margin-top: 5%;
    padding-top: 0.5%;
    position: static;

  }
  .logo_nav_container-fefco {
    margin-top: 5%;
    padding-top: 0.5%;
    position: static;
  
  }
}
@media screen and (min-width: 1800px) {
  .logo_nav_container {
    margin-top: 2.5%;
    padding-top: 0.5%;
  }
  .logo_nav_container-fefco {
    margin-top: 2.5%;
    padding-top: 0.5%;
  }
}

.logo_header {
  margin-left: 5%;
  transition: all 0.5s;
}

.logo_header:hover {
  filter: invert(90%);
}
.navigation {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: larger;
  margin-right: 55%;
}
@media screen and (min-width: 300px) and (max-width: 376px) {
  .navigation {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .navigation {
    display: none;
  }
}
.navigation_link {
  text-decoration: none;
  color: #171616;
}
.navigation_link:hover {
  color: inherit;
}

.hero_header {
  margin-top: 9%;
  display: flex;
  box-shadow: 2px 2px 2px grey;
}
@media screen and (min-width: 300px) and (max-width: 376px) {
  .hero_header {
    box-shadow: none;
    margin-top: 0;
  }
}
@media screen and (min-width: 377px) and (max-width: 426px) {
  .hero_header {
    box-shadow: none;
    margin-top: 0;
  }
}
@media screen and (min-width: 477px) and (max-width: 1024px) {
  .hero_header {
    box-shadow: none;
    margin-top: 0;
  }
}

.img_hero_header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bbbbbb;
  position: relative;
}
.img_hero_header-contact {
  width: 100%;
  height: 300px;
  background-attachment: fixed;
  background-image: url("../assets/kobiety-odbierajace-przesylke.webP");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img_hero_header-fefco {

  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #7abec9;
  filter: brightness(70%);
}
.main_open_container {
  display: flex;
  max-height: 300px;
  padding-bottom: 5%;
  background-color: rgb(22, 21, 21);
  color: white;
}
.main_open_paragraph {
  font-size: 15px;
  line-height: 1.2;
  text-align: justify;
  padding-right: 10%;
  padding-left: 10%;
}
.main_open_container > img {
  margin-right: 2%;
}
@media screen and (min-width: 300px) and (max-width: 376px) {
  .main_open_container {
    background-color: black;
    color: white;
  }
  .main_open_container > img {
    display: none;
  }
  .img_hero_header {
    background-color: #fff8f8;
  }
  .img_hero_header-fefco {
    background-color: #fff8f8;
  }
  .span_animated {
    display: none;
  }
}
@media screen and (min-width: 1700px) {
  .main_open_paragraph {
    font-size: 20px;
    line-height: 1.4;
    text-align: justify;
    padding-right: 10%;
    padding-left: 10%;
  }
}
@media screen and (min-width: 300px) and (max-width: 376px) {
  .img_hero_header-contact {
    height: 150px;
    background-size: cover;
    background-position: left;
    background-attachment: local;
  }
}
@media screen and (min-width: 377px) and (max-width: 426px) {
  .main_open_container {
    background-color: black;
    color: white;
  }
  .main_open_container > img {
    display: none;
  }
  .img_hero_header {
    background-color: #fff8f8;
  }
  .img_hero_header-fefco {
    background-color: #fff8f8;
  }
  .span_animated {
    display: none;
  }
  .img_hero_header-contact {
    height: 150px;
    background-size: cover;
    background-position: left;
    background-attachment: local;
  }
}
@media screen and (min-width: 427px) and (max-width: 844px) {
  .main_open_container {
    display: flex;

    padding-bottom: 100px;

    background-color: black;
    color: white;
  }
  .main_open_paragraph {
    font-size: 12px;
    line-height: 1.2;
    text-align: justify;
    padding-right: 5%;
    padding-left: 5%;
  }
  .main_open_container > img {
    display: none;
  }
}
.experiance {
  position: absolute;
  top: 5%;
  text-transform: uppercase;
  font-size: 1.5em;

  animation: animated-span 1.5s ease-in;
}

.family {
  position: absolute;
  top: 30%;
  text-transform: uppercase;
  font-size: 1.5em;

  animation: animated-span 1.5s ease-in;
}
.guarantine {
  position: absolute;
  top: 55%;
  text-transform: uppercase;
  font-size: 1.5em;

  animation: animated-span 1.5s ease-in;
}

@keyframes animated-span {
  0% {
    transform: translateX(-90px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.google_opinion-slaider {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5% 5%;
  flex-direction: column;
}

@media screen and (min-width: 300px) and (max-width: 376px) {
  .google_opinion-slaider {
    flex-direction: column;
    margin-left: 1%;
    width: 100%;
    padding-bottom: 20%;
  }
}
@media screen and (min-width: 377px) and (max-width: 426px) {
  .google_opinion-slaider {
    flex-direction: column;
    margin-left: 1%;
    width: 100%;
    padding-bottom: 20%;
  }
}
@media screen and (min-width: 427px) and (max-width: 1439px) {
  .google_opinion-slaider {
    flex-direction: column;
    width: 100%;
    padding-bottom: 20%;
  }
}
.google_opinion-wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 15px;
  padding-right: 2%;
}
@media screen and (min-width: 300px) and (max-width: 376px) {
  .google_opinion-wrapper {
    width: 100%;
    flex-direction: column;
    border: none;
    border-radius: 0px;
    padding-right: 0%;
  }
}
@media screen and (min-width: 377px) and (max-width: 426px) {
  .google_opinion-wrapper {
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    border: none;
    border-radius: 0px;
    padding-right: 0%;
  }
}
@media screen and (min-width: 427px) and (max-width: 767px) {
  .google_opinion-wrapper {
    width: 100%;
    margin-left: 0%;
    flex-direction: column;
    border: none;
    border-radius: 0px;
    padding-right: 0%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .google_opinion-wrapper {
    width: 90%;
    margin-left: 0%;
    flex-direction: column;
    border: none;
    border-radius: none;
    padding-right: 0%;
  }
}
.benefits-bar {
  width: 100%;
  margin-top: -2%;
}

.main_page-header3 {
  font-size: 1.75em;
  text-align: center;
  padding-bottom: 10%;
  text-shadow: 1px 1px 2px rgb(123, 106, 106), 0 0 1em rgb(136, 136, 195),
    0 0 0.2em rgb(26, 2, 3);
  color: white;
}
.logo_google {
  width: 80%;
  height: auto;
}
@media screen and (min-width: 300px) and (max-width: 376px) {
  .logo_google {
    width: 95%;
    margin-left: 0%;
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 378px) and (max-width: 1439px) {
  .logo_google {
    width: 95%;
    margin-left: 0%;
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 1800px) {
  .logo_google {
    width: 100%;
    height: auto;
  }
}
/* .slaider {
  width: 50%;
  overflow: hidden;
  display: block;

  border-radius: 5px;
  background-color: white;
  box-shadow: 2px 2px 2px 3px #666;
  height: 250px;
}
@media screen and (min-width: 300px) and (max-width: 376px) {
  .slaider {
    width: 95%;
    height: 200px;
  }
}
@media screen and (min-width: 377px) and (max-width: 767px) {
  .slaider {
    width: 95%;
    height: 240px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .slaider {
    width: 95%;
    height: 240px;
  }
}

.slider_slide {
  width: 100%;
  display: none;
}
.slider_slide:first-child {
  display: block;
}
.slider_slide > img {
  width: 100%;
}
.slaider_img-tekst-1 {
  width: 100%;
  height: 30%;
  padding: 2%;
  text-align: justify;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bolder;
}
@media screen and (min-width: 300px) and (max-width: 489px) {
  .slaider_img-tekst-1 {
    font-size: 16px;
  }
}
.slaider_img-tekst-2 {
  width: 100%;
  height: 30%;
  padding: 2%;
  text-align: justify;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bolder;
}
@media screen and (min-width: 300px) and (max-width: 489px) {
  .slaider_img-tekst-2 {
    font-size: 16px;
  }
}
.slaider_img-tekst-3 {
  width: 100%;
  height: 30%;
  padding: 2%;
  text-align: justify;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bolder;
}
@media screen and (min-width: 300px) and (max-width: 489px) {
  .slaider_img-tekst-3 {
    font-size: 16px;
  }
}
.slaider_img-tekst-4 {
  width: 100%;
  height: 30%;
  padding: 2%;
  text-align: justify;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bolder;
}
@media screen and (min-width: 300px) and (max-width: 489px) {
  .slaider_img-tekst-4 {
    font-size: 16px;
  }
}
.slaider_img-tekst-5 {
  width: 100%;
  height: 30%;
  padding: 2%;
  text-align: justify;
  font-size: 22px;
  line-height: 1.2;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bolder;
}
@media screen and (min-width: 300px) and (max-width: 489px) {
  .slaider_img-tekst-5 {
    font-size: 16px;
  }
}
.slider_position {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 80%;
  left: 45%;
  gap: 20%;
  width: 50%;
}
@media screen and (min-width: 300px) and (max-width: 489px) {
  .slider_position {
    top: 88%;
    left: 25%;
  }
}
@media screen and (min-width: 490px) and (max-width: 767px) {
  .slider_position {
    top: 88%;
    left: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .slider_position {
    top: 88%;
    left: 25%;
  }
}
.slider_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
}
.slider_pagination_btn {
  display: inline-block;
  padding: 6px;
  cursor: pointer;

  border: none;
  outline: none;
  background-color: transparent;
}

.slider_pagination_btn:before {
  content: "";
  display: inline-block;
  padding: 6px;
  border-radius: 100%;
  background-color: #ccc;
}

.slider_pagination_btn:hover:before {
  background-color: #aaa;
}

.slider_pagination_btn:focus:before {
  background-color: #777;
}
.slider_pagination_btn.slider_pagination_btn--sel:before {
  background-color: black;
}
.slider_nav {
  padding: 0.3em 0.3em;
  color: black;

  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  font-size: 2em;
  cursor: pointer;
} */
.slides {
  width: 100%;
  height: 250px;
  margin: auto;
  perspective: 100%; /* efekt głębi */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 300px) and (max-width: 376px) {
  .slaides {
    width: 100%;
    height: 200px;
  }
}
@media screen and (min-width: 377px) and (max-width: 767px) {
  .slaides {
    width: 100%;
    height: 240px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .slaides {
    width: 100%;
    height: 240px;
  }
}
.slide {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.8s ease;
  /* początkowy stan */
  opacity: 0;
  transform: rotateY(90deg);
  backface-visibility: hidden;
  transform-origin: center;
    transform: rotateY(90deg) translateZ(-50px);

}

.slide.active {
     transform: rotateY(0deg) translateZ(0);
 /* karta się prostuje */
  opacity: 1;
  z-index: 2;
}

.slide.prev {
  transform: rotateY(-90deg); /* karta odgina się i znika */
  opacity: 0;
  z-index: 1;
}

/* Twoje style kart (połączyłem w jedno, żeby uniknąć powtarzania) */
.slide p {
  width: 100%;
  height: auto;
  padding: 2%;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  border-radius: 10px;  
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);   
  background: linear-gradient(135deg, #4facfe, #00f2fe);
  color: white;
}
@media screen and (min-width: 300px) and (max-width: 376px) {
  .slaide p {
    width: 100%;
    height: 50%;
  }
}
@media screen and (min-width: 377px) and (max-width: 767px) {
  .slaide p {
    width: 100%;
    height:50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .slaide p {
    width: 100%;
    height: 50%;
  }
}
.navigation-manual{
    position: absolute;
    bottom: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}
@media screen and (min-width: 300px) and (max-width: 376px) {
  .navigation-manual {
     bottom: 0px;
  }
}
@media screen and (min-width: 377px) and (max-width: 767px) {
  .navigation-manual {
    bottom: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .navigation-manual {
    bottom: 0px;
  }
}
.benefit_cooperation_container {
  width: 100%;
  height: 400px;
  background-attachment: fixed;
  background-image: url("../assets/pudelka-ozdobne.webp");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (hover: none) and (pointer: coarse) {
 .benefit_cooperation_container {
    background-attachment: scroll;
  }
}
@media screen and (min-width: 300px) and (max-width: 376px) {
  .benefit_cooperation_container {
    height: 200px;
    background-position: center;
  }
}
@media screen and (min-width: 377px) and (max-width: 426px) {
  .benefit_cooperation_container {
    height: 200px;
    background-position: center;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .benefit_cooperation_container {
    height: 220px;
    background-position: center;
  }
}
.benefit_list {
  list-style-type: none;
  font-size: 2em;
  line-height: 3;
  text-shadow: 1px 1px 2px rgb(123, 106, 106), 0 0 1em rgb(136, 136, 195),
    0 0 0.2em rgb(26, 2, 3);
  color: rgb(254, 254, 254);
  font-family: monospace;
  font-weight: 400;
  font-style: normal;
   color: orange;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
  }

@media screen and (min-width: 300px) and (max-width: 376px) {
  .benefit_list {
    display: flex;
    font-size: 1.2em;
    line-height: 2;
    margin-bottom: 10%;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }
}
@media screen and (min-width: 377px) and (max-width: 426px) {
  .benefit_list {
    display: flex;
    font-size: 1.2em;
    line-height: 2;
    margin-bottom: 10%;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .benefit_list {
    display: flex;
    font-size: 1.2em;
    line-height: 2;
    margin-bottom: 10%;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }
}

.benefit_img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.picture_container {
  width: 100%;
  background: linear-gradient(0.25turn, rgb(170, 146, 97), #ebf8e1, #f69d3c);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10%;
}

.picture_list {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 300px) and (max-width: 376px) {
  .picture_container {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: inherit;
  }
  .picture_list {
    width: 100%;

    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media screen and (min-width: 377px) and (max-width: 426px) {
  .picture_container {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: inherit;
  }
  .picture_list {
    width: 100%;

    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 427px) and (max-width: 767px) {
  .picture_container {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: inherit;
    margin: 0 auto;
  }
  .picture_list {
    width: 100%;

    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .picture_container {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: inherit;
    margin: 0 auto;
  }
  .picture_list {
    width: 100%;

    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.picture__list-items {
  box-shadow: 2px 2px 2px grey;
  width: 30%;
}
@media screen and (min-width: 1800px) {
  .picture__list-items {
    box-shadow: 2px 2px 2px grey;
    width: 30%;
  }
}
@media screen and (min-width: 300px) and (max-width: 376px) {
  .picture__list-items {
    box-shadow: none;
    width: 100%;
  }
  .picture__overlay img {
    width: 100%;
    height: 200px;
  }
}
@media screen and (min-width: 377px) and (max-width: 426px) {
  .picture__list-items {
    box-shadow: none;
    width: 100%;
  }
  .picture__overlay img {
    width: 100%;
  }
}
@media screen and (min-width: 427px) and (max-width: 767px) {
  .picture__list-items {
    box-shadow: none;
    width: 100%;
  }
  .picture__overlay img {
    width: 100%;
    height: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1022px) {
  .picture__list-items {
    box-shadow: none;
    width: 100%;
  }
  .picture__overlay img {
    width: 100%;
  }
}
@media screen and (min-width: 1022px) and (max-width: 1439px) {
  .picture__list-items {
    box-shadow: none;
    width: 100%;
  }
  .picture__overlay img {
    width: 100%;
    height: 200px;
  }
}
.picture__overlay {
  position: relative;
  overflow: hidden;
}
.picture__text {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2196f3;
  top: 0;
  left: 0;
  opacity: 0.8;
  transform: translateY(140%);
  transition: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.picture__list-items:hover .picture__text {
  transform: translateY(0%);
}
.picture__description {
  color: white;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  padding: 49px;
}
@media screen and (min-width: 300px) and (max-width: 376px) {
  .picture__description {
    font-size: 13px;
    line-height: 1;
    font-weight: none;
    padding: 29px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .picture__description {
    font-size: 15px;
    line-height: 1;
    font-weight: none;
    padding: 25px;
  }
}
.wrapper_map_container {
  display: none;

  
}
.map_top_container {
  width: 100%;
  background-color: #171616;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  top: 55px;
  left: 0;
  


}

.map {
  margin-left: 10px;
}

.contact-staff {
  font-style: normal;
  list-style-type: none;
  line-height: 2;
}

.social_icon {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: 10%;
}
.text-visit_gmc {
  width: 140%;
  margin-left: 25%;
  margin-top: -25%;
}
.text-visit {
  width: 140%;
  margin-left: 25%;
  margin-top: -25%;
}

.end_header_bar {
  width: 100%;
  /* background-color: #dbad81; */
  padding: 0.2rem 0;
}
.home_h1 {
  font-size: 2.05em;
  text-align: center;
  padding: 5% 0%;
}
@media screen and (min-width: 300px) and (max-width: 376px) {
  .home_h1 {
    font-size: 1.2em;
  }
}
.primary_container_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 10%;
}
.content_welcome {
  display: block;
  animation: fade-right_content_welcome 1s ease-in;
}
.content {
  display: none;
  font-size: 18px;
  line-height: 1.6;
}

.reveal {
  opacity: 0;
}
.reveal.see {
  opacity: 1;
  animation: fade-right 1.5s ease-in;
}
@keyframes fade-right_content_welcome {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.head_content_welcome-h2 {
  font-size: 2rem;
  display: block;
  text-align: center;
}
.head_content-h2 {
  font-size: 2rem;
  display: none;
  text-align: center;
}
.content_welcome {
  font-size: 18px;
  line-height: 1.6;
}

.content_paragraph {
  font-size: 18px;
  line-height: 1.6;
}
.ofert-link {
  color: inherit;
}
.slaider_cards-mobile {
  display: none;
}
.slaider_cards {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 0%;
}
@media screen and (min-width: 300px) and (max-width: 376px) {
  .slaider_cards {
    display: none;
  }
}
@media screen and (min-width: 377px) and (max-width: 426px) {
  .slaider_cards {
    display: none;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .slaider_cards {
    display: none;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .slaider_cards {
    margin-left: 0%;
  }
}
.main_open_paragraph {
  font-size: 18px;
}
.card.active {
  flex: 5;
}

.card {
  height: 60vh;
  border-radius: 50px;
  color: white;
  cursor: pointer;
  flex: 0.5;
  margin: 10px;
  position: relative;
  transition: flex 0.5s ease-in;
  box-shadow: 2px 2px 2px grey;
}
.card:hover{
box-shadow: 2px 2px 2px 2px rgb(97, 4, 4);
}
.img_card_start {
  background-image: url("../assets/opakowania-kartonowe-1.webp");
  background-size: cover;
  background-position: 40%;
  background-repeat: no-repeat;
  background-color: #171616;
}
.img_card_first {
  background-image: url("../assets/kartony-tekturowe.webP");
  background-size: cover;
  background-position: 40%;
  background-repeat: no-repeat;
}
.img_card_second {
  background-image: url("../assets/recznie-robione-opakowanie.webP");
  background-size: cover;
  background-position: 40%;
  background-repeat: no-repeat;
}
.primary_container_content {
  width: 50%;
}
@media screen and (min-width: 300px) and (max-width: 376px) {
  .primary_container_content {
    display: none;
  }
}
@media screen and (min-width: 377px) and (max-width: 426px) {
  .primary_container_content {
    display: none;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .primary_container_content {
    display: none;
  }
}
.form-bar {
  background-color: #ebaf77;
  color: black;
  display: flex;
  justify-content: center;
}
.form-bar_text {
  cursor: pointer;
  text-transform: uppercase;
}
.form_bar_link {
  color: black;
  text-decoration: none;
}
.form_bar_link:hover {
  color: inherit;
}
.footer_of_page {
  display: flex;
  background-color: #171616;
  padding-bottom: 5%;

  justify-content: space-between;
  align-items: center;
  position: relative;
  
}
@media screen and (min-width: 300px) and (max-width: 376px) {
  .footer_of_page {
    padding-bottom: 3%;
    flex-direction: column;
  }
}
@media screen and (min-width: 377px) and (max-width: 426px) {
  .footer_of_page {
    padding-bottom: 3%;
    flex-direction: column;
  }
}
@media screen and (min-width: 427px) and (max-width: 1240px) {
  .footer_of_page {
    padding-bottom: 3%;
    flex-direction: column;
  }
}

.footer_of_page .footer_of_page-address {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_list {
  list-style-type: none;
  color: white;
  line-height: 2.6;
}

.footer_social {
  display: flex;
  justify-items: center;
  align-content: center;
  flex-direction: column;
}
.web_icon_footer {
  margin-bottom: -5%;
}
.linkedin_icon_footer {
  margin-bottom: -5%;
}

.footer_menu {
  display: flex;

  justify-content: center;
  align-items: center;

  position: absolute;

  bottom: 3%;
  background-color: #171616;
}
.footer_menu-list {
  list-style-type: none;
  color: white;
  display: flex;
}
.footer_menu-list-item-visible {
  border: 2px solid white;
  border-radius: 25px;
  padding: 1%;
  width: 200px;
  position: relative;
}
.footer_menu-list-item-visible > a {
  margin-left: 10%;
  color: white;
}
.footer_menu-list-item {
  border: 2px solid white;
  border-radius: 25px;
  padding: 1%;
  width: 200px;
  margin-left: 2%;
}
.footer_menu-list-item > a {
  margin-left: 10%;
  color: white;
}
.footer_menu-svg {
  position: absolute;
  right: 10px;
  fill: red;
  cursor: pointer;
}
.footer_svg-hide {
  display: none;
}
.footer_menu-list:last-child {
  position: relative;
}
.footer_menu-svg-end {
  position: absolute;
  right: 15px;
  fill: red;
  cursor: pointer;
}
.footer_menu-list-item-visible:hover {
  background-color: red;
}
.footer_menu-list-item:hover {
  background-color: red;
}

@media screen and (min-width: 300px) and (max-width: 376px) {
  .text-visit_gmc-footer {
    flex-direction: column;
    font-size: 13px;
  }
  .web_icon_footer {
    margin-bottom: -5%;
  }
  .linkedin_icon_footer {
    margin-bottom: -5%;
  }
  .text-visit-footer {
    font-size: 13px;
  }
  .footer_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
  }
  .footer_menu-list {
    list-style-type: none;
    color: white;
    display: block;
  }
  .footer_menu-list-item-visible {
    display: block;

    border: 2px solid white;
    border-radius: 25px;
    padding: 1%;
    width: 200px;
    position: relative;
  }
  .footer_menu-list-item-visible > a {
    margin-left: 10%;
    color: white;
  }
  .footer_menu-list-item {
    display: none;
    border: 2px solid white;
    border-radius: 25px;
    padding: 1%;
    width: 200px;
    margin-top: 5px;
    margin-left: 0%;
  }
  .footer_menu-list-item > a {
    margin-left: 10%;
    color: white;
  }
  .footer_menu-svg {
    position: absolute;
    right: 10px;
    fill: red;
  }
  .footer_svg-hide {
    display: none;
  }
  .footer_menu-list:last-child {
    position: relative;
  }
  .footer_menu-svg-end {
    position: absolute;
    right: 10px;
    fill: red;
  }
}
@media screen and (min-width: 377px) and (max-width: 426px) {
  .text-visit_gmc-footer {
    flex-direction: column;
    font-size: 13px;
  }
  .web_icon_footer {
    margin-bottom: -5%;
  }
  .linkedin_icon_footer {
    margin-bottom: -5%;
  }
  .text-visit-footer {
    font-size: 13px;
  }
  .footer_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
  }
  .footer_menu-list {
    list-style-type: none;
    color: white;
    display: block;
  }
  .footer_menu-list-item-visible {
    display: block;

    border: 2px solid white;
    border-radius: 25px;
    padding: 1%;
    width: 300px;
    position: relative;
  }
  .footer_menu-list-item-visible > a {
    margin-left: 10%;
    color: white;
  }
  .footer_menu-list-item {
    display: none;
    border: 2px solid white;
    border-radius: 25px;
    padding: 1%;
    width: 300px;
    margin-top: 5px;
    margin-left: 0%;
  }
  .footer_menu-list-item > a {
    margin-left: 10%;
    color: white;
  }
  .footer_menu-svg {
    position: absolute;
    right: 10px;
    fill: red;
  }
  .footer_svg-hide {
    display: none;
  }
  .footer_menu-list:last-child {
    position: relative;
  }
  .footer_menu-svg-end {
    position: absolute;
    right: 10px;
    fill: red;
  }
}

@media screen and (min-width: 427px) and (max-width: 1023px) {
  .text-visit_gmc-footer {
    flex-direction: column;
    font-size: 13px;
  }
  .web_icon_footer {
    margin-bottom: -5%;
  }
  .linkedin_icon_footer {
    margin-bottom: -5%;
  }
  .text-visit-footer {
    font-size: 13px;
  }
  .footer_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
  }
  .footer_menu-list {
    list-style-type: none;
    color: white;
    display: block;
  }
  .footer_menu-list-item-visible {
    display: block;

    border: 2px solid white;
    border-radius: 25px;
    padding: 1%;
    width: 300px;
    position: relative;
  }
  .footer_menu-list-item-visible > a {
    margin-left: 10%;
    color: white;
  }
  .footer_menu-list-item {
    display: none;
    border: 2px solid white;
    border-radius: 25px;
    padding: 1%;
    width: 300px;
    margin-top: 5px;
    margin-left: 0%;
  }
  .footer_menu-list-item > a {
    margin-left: 10%;
    color: white;
  }
  .footer_menu-svg {
    position: absolute;
    right: 10px;
    fill: red;
  }
  .footer_svg-hide {
    display: none;
  }
  .footer_menu-list:last-child {
    position: relative;
  }
  .footer_menu-svg-end {
    position: absolute;
    right: 10px;
    fill: red;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1240px) {
  .text-visit_gmc-footer {
    flex-direction: column;
    font-size: 13px;
  }
  .web_icon_footer {
    margin-bottom: -5%;
  }
  .linkedin_icon_footer {
    margin-bottom: -5%;
  }
  .text-visit-footer {
    font-size: 13px;
  }

  .footer_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
  }
  .footer_menu-list {
    list-style-type: none;
    color: white;
    display: block;
  }
  .footer_menu-list-item-visible {
    display: block;

    border: 2px solid white;
    border-radius: 25px;
    padding: 1%;
    width: 200px;
    position: relative;
  }
  .footer_menu-list-item-visible > a {
    margin-left: 10%;
    color: white;
  }
  .footer_menu-list-item {
    display: none;
    border: 2px solid white;
    border-radius: 25px;
    padding: 1%;
    width: 200px;
    margin-top: 5px;
    margin-left: 0%;
  }
  .footer_menu-list-item > a {
    margin-left: 10%;
    color: white;
  }
  .footer_menu-svg {
    position: absolute;
    right: 10px;
    fill: red;
  }
  .footer_svg-hide {
    display: none;
  }
  .footer_menu-list:last-child {
    position: relative;
  }
  .footer_menu-svg-end {
    position: absolute;
    right: 10px;
    fill: red;
  }
}
@media screen and (min-width: 1240px) {
  .footer_menu-svg {
    display: none;
  }
  .footer_svg-hide {
    display: none;
  }
}
.div_image > img {
  width: 100%;
  object-fit: cover;
}
/* =========================Formularz kontaktowy na zakładkach================================================= */

.backdrop_formular-contact {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), black);
  width: 100%;
  height: 100%;
  z-index: 35;
  pointer-events: auto;

}
.form_exit-btn{
   position: absolute;
   top:5%;
   right: 5%;
   cursor: pointer;
}
.contact_form{


 position: relative;


  width:50%;
  display:flex;
  justify-content: center;
  align-items: center;
  
 margin:10% auto;
}
@media screen and (min-width: 300px) and (max-width: 376px){
.contact_form{
  margin-top: 20%;
  width:90%;
  display:flex;
  justify-content:center;
  align-items: center;

}
}
@media screen and (min-width: 377px) and (max-width: 767px){
.contact_form{
  margin-top: 20%;
  width:90%;
  display:flex;
  justify-content: center;
  align-items: center;


}
}
@media screen and (min-width: 768px) and (max-width: 1023px){
.contact_form{
  margin-top: 20%;
  width:90%;
  display:flex;
  justify-content: flex-end;
  align-items: center;


}
}
.fieldset_contact-form {
  background-color: transparent;
  width: 100%;


  padding-top: 5%;
  padding-bottom: 2%;
  border: none;
}
.form .form-row {
  margin-bottom: 1rem;
}

.form .form-row:last-child {
  margin-bottom: 0;
}

.form-control {
  font-family: sans-serif;
  padding: 1rem;
  border: 1px solid #171616;
  display: block;
  width: 100%;
  color: #666;
}

.form-control:is(textarea) {
  height: 10rem;
}

.form-label {
  display: block;
  font-size: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.form-send-error {
  font-family: sans-serif;
  color: red;
  margin: 10px 0;
}

.form-send-success {
  font-family: sans-serif;
  color: goldenrod;
  margin: 10px 0;
}

.form-send-success {
  color: inherit;
}

.form-send-success {
  display: block;
  font-size: 1.5em;
  color: tomato;
  margin-bottom: 0.3em;
}
.signup_checbox {
  display: flex;
}
.form-check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3%;
}
.label_paragraph {
  font-size: 13px;
  color: white;
}
.modal_legal-link {
  text-decoration: none;
  color: red;
}
.is-invalid {
  border-color: red;
  outline: none;
  box-shadow: 0 0 2px red;
}

/* ==============================================MOBILE========================================================================= */

.mobile_navigation {
  display: none;
}

.header__mobile-btn {
  display: none;
}
.header__exit-btn {
  display: none;
}
.header__navigation-hamburger {
  display: none;
}
.d-none {
  display: none;
}
.page-header__exit-icon {
  fill: white;
}
.header__navigation-icon {
  fill: white;
}
.acordeon_mobile {
  display: none;
}
@media screen and (min-width: 300px) and (max-width: 376px) {
  .d-none {
    display: none;
  }
  .mobile_navigation {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: inherit;
  }
  .header__navigation-hamburger {
    display: flex;
    position: relative;
  }
  .header__navigation-hamburger {
    position: absolute;
    top: 5%;
    right: 2%;
  }
  .header__mobile-btn {
    display: block;
    background-color: inherit;
    border: none;
  }

  .header__menu-mobile {
    background-color: #171616;
    position: absolute;
    z-index: 10;
    padding: 10% 0;
    width: 100%;
  }
  .header__mobile-list {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 15px;
    list-style-type: none;
  }
  .header__mobile-list a {
    color: inherit;
  }
  .header__list-item {
    margin-top: 15px;
  }
  .social_icon_modal {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10%;
  }
  .header__exit-btn {
    display: flex;
    background-color: #ebaf77;
    border: none;
    position: absolute;
    top: -20%;
    right: 2%;
  }
  .acordeon_mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #171616;
  }
  .acordeon_box {
    width: 100%;
    margin-top: 10%;
  }
  .acordeon_btn {
    border: 2px solid #ebaf77;
    background-color: #171616;
    color: white;
    border-radius: 2px;
    width: 100%;
    position: relative;

    padding: 30px 30px;
  }
  .icon-acordeon-plus {
    fill: white;
  }
  .icon-acordeon-minus {
    fill: white;
  }
  .acordeon_icon {
    position: absolute;
    top: 40%;
    left: 5%;
  }
  .acordeon_div {
    display: none;
    margin-left: 5%;
    width: 90%;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #666;
  }
  .header_h2 {
    text-align: center;
  }
  .acordeon_info {
    margin: 0 0.5em;
    line-height: 2;
    text-align: justify;
  }
}
.is-hidden {
  display: none;
}
.is-visibility {
  display: block;
}

@media screen and (min-width: 377px) and (max-width: 426px) {
  .d-none {
    display: none;
  }
  .mobile_navigation {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: inherit;
  }
  .header__navigation-hamburger {
    display: flex;
    position: relative;
  }
  .header__navigation-hamburger {
    position: absolute;
    top: 6%;
    right: 2%;
  }
  .header__mobile-btn {
    display: block;
    background-color: inherit;
    border: none;
  }

  .header__menu-mobile {
    background-color: #171616;
    position: absolute;
    z-index: 10;
    padding: 10% 0;
    width: 100%;
  }
  .header__mobile-list {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 15px;
    list-style-type: none;
  }
  .header__mobile-list a {
    color: inherit;
  }
  .header__list-item {
    margin-top: 15px;
  }
  .social_icon_modal {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10%;
  }
  .header__exit-btn {
    display: flex;
    background-color: #ebaf77;
    border: none;
    position: absolute;
    top: -20%;
    right: 2%;
  }
  .acordeon_mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #171616;
  }
  .acordeon_box {
    width: 100%;
    margin-top: 10%;
  }
  .acordeon_btn {
    border: 2px solid #ebaf77;
    background-color: #171616;
    color: white;
    border-radius: 2px;
    width: 100%;
    position: relative;

    padding: 30px 30px;
  }
  .icon-acordeon-plus {
    fill: white;
  }
  .icon-acordeon-minus {
    fill: white;
  }
  .acordeon_icon {
    position: absolute;
    top: 40%;
    left: 5%;
  }
  .acordeon_div {
    display: none;
    margin-left: 5%;
    width: 90%;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #666;
  }
  .header_h2 {
    text-align: center;
  }
  .acordeon_info {
    margin: 0 0.5em;
    line-height: 2;
    text-align: justify;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .d-none {
    display: none;
  }
  .mobile_navigation {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: inherit;
  }
  .header__navigation-hamburger {
    display: flex;
    position: relative;
  }
  .header__navigation-hamburger {
    position: absolute;
    top: 6%;
    right: 3%;
  }
  .header__mobile-btn {
    display: block;
    background-color: inherit;
    border: none;
  }

  .header__menu-mobile {
    background-color: #171616;
    position: absolute;
    z-index: 10;
    padding: 10% 0;
    width: 100%;
  }
  .header__mobile-list {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 15px;
    list-style-type: none;
  }
  .header__mobile-list a {
    color: inherit;
  }
  .header__list-item {
    margin-top: 15px;
  }
  .social_icon_modal {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10%;
  }
  .header__exit-btn {
    display: flex;
    background-color: #ebaf77;
    border: none;
    position: absolute;
    top: -20%;
    right: 2%;
  }
  .acordeon_mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #171616;
  }
  .acordeon_box {
    width: 100%;
    margin-top: 10%;
  }
  .acordeon_btn {
    border: 2px solid #ebaf77;
    background-color: #171616;
    color: white;
    border-radius: 2px;
    width: 100%;
    position: relative;

    padding: 30px 30px;
  }
  .icon-acordeon-plus {
    fill: white;
  }
  .icon-acordeon-minus {
    fill: white;
  }
  .acordeon_icon {
    position: absolute;
    top: 40%;
    left: 5%;
  }
  .acordeon_div {
    display: none;
    margin-left: 5%;
    width: 90%;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #666;
  }
  .header_h2 {
    text-align: center;
  }
  .acordeon_info {
    margin: 0 0.5em;
    line-height: 2;
    text-align: justify;
  }
}
/* ========================OFERTA================================================= */
#canvas {
  width: 100%;
}
.box_FAQ_wapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10%;
  padding: 5%;
}

@media screen and (max-width: 376px) {
  .box_FAQ_wapper {
    flex-direction: column;
  }
}

.anchor_FAQ {
  color: black;
}

.offert_button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: White;
  background-color: #171616;
  border: 1px solid white;
  width: 290px;
  height: 100px;
  box-shadow: 2px 2px 2px #171616;

  cursor: pointer;
}
.offert_button:hover {
  background: darkgoldenrod;
}


.offert_button:active {
  transform: scale(0.95);
  background: goldenrod;
}
@media screen and (max-width: 376px) {
  .offert_button {
    margin-top: 10%;
  }
}

@media screen and (max-width: 1240px) {
  .offert_button {
    flex-direction: column;
  }
  .offert_button {
    margin-top: 10%;
  }
}
@media screen and (min-width: 1800px) {
  .offert_button {
    width: 400px;
    height: 150px;
  }
}
.offer-container {
  padding-top: 5%;
  padding-bottom: 5%;
}
.text-offer {
  font-size: 18px;
  line-height: 1.6;
  color: #171616;
  text-align: left;
  padding: 1% 3%;
  margin: 0 auto;
}
.text-offer_welcome {
  font-size: 18px;
  line-height: 1.6;
  color: #171616;
  text-align: left;
  padding: 6% 3%;
  margin: 0 auto;
}

.head-h2 {
  font-size: 1.5rem;
  text-align: center;
}
.FAQ_question {
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
}
.anchor_contact {
  color: black;
  font-weight: bold;
}
.open_formular {
  color: black;
  font-weight: bold;
  cursor: pointer;
}
.gallery {
  width: 100%;

  padding-top: 5%;
  padding-bottom: 5%;
}
.gallery_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  list-style-type: none;
}
.gallery_list-item {
  width: 30%;
  height: 300px;
  box-shadow: 2px 2px 2px grey;
  cursor: pointer;
}
@media screen and (max-width: 376px) {
  .gallery_list {
    flex-direction: column;
    margin-right: 10%;
  }
  .gallery_list-item {
    width: 90%;
    height: 300px;
    box-shadow: 2px 2px 2px grey;
  }
}
@media screen and (min-width: 377px) and (max-width: 426px) {
  .gallery_list {
    flex-direction: column;
    margin-right: 10%;
  }
  .gallery_list-item {
    width: 90%;
    height: 300px;
    box-shadow: 2px 2px 2px grey;
  }
}
@media screen and (min-width: 427px) and (max-width: 756px) {
  .gallery_list {
    flex-direction: column;
    margin-right: 5%;
  }
  .gallery_list-item {
    width: 90%;
    height: 50%;
    box-shadow: 2px 2px 2px grey;
  }
}
.head_h2 {
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 5%;
}
.head_h3 {
  font-size: 1.3rem;
  text-align: center;
  padding-bottom: 5%;
}
.navigation_link_about_us {
  display: flex;
  color: #171616;
  width: 150%;
  margin-right: 5rem;
  justify-content: center;
  align-items: center;
}
.navigation_link_about_us:hover {
  color: #171616;
}
.galery_img {
  width: 100%;
  object-fit: cover;
}
.text-offer-telephone-anchor {
  color: #171616;
  font-weight: bold;
}

/* ==============================PUBLIKACJE================================================= */

.publication_wrapper {
  display: flex;
  margin-left: 5%;
}
.publication_main-container {
  margin-top: 0;
  display: flex;
  flex: 3;
  gap: 0% 15%;
  

  flex-wrap: wrap;
}

.publication_div {
  
  width: 300px;
  cursor: pointer;
  padding-top: 2%;
  padding-bottom: 2%;
}
.publication-aside-container {
  flex: 1;
  border: 2px solid black;
  border-right: none;
  border-bottom: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #171616;
  color: white;
}
@media screen and (max-width: 376px) {
  .publication_wrapper{
    margin-left: none;
  }
  .publication_main-container {
    gap: 0%;
    display: flex;
    flex-direction: column;
  }
  .publication_div {
    margin-top: 5%;
    color: black;
  }
  .publication-aside-container {
    display: none;
  }
}

@media screen and (min-width: 377px) and (max-width: 426px) {
  .publication_wrapper{
    margin-left: none;
  }
  .publication_main-container {
    gap: 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
  }

  .publication_div {
   
  
    color: black;
 
   
  }
  .publication-aside-container {
    display: none;
  }
}
.publication_aside-logo {
  margin-top: 15%;
  margin-left: 28%;
}
@media screen and (min-width: 427px) and (max-width: 1023px) {
  .publication_main-container {
    gap: 10%;
    display: flex;
  }
  .publication_div {
    margin-top: 5%;
    color: black;
  }
  .publication-aside-container {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .publication_div {
    width: 200px;
  }
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .publication_main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .publication_div {
    margin-top: 5%;
    color: black;
  }
  .publication-aside-container {
    display: none;
  }
}
.publication_list {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  gap: 100px;
  font-size: larger;
  margin-bottom: 100px;
}
.publication-paragraph {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
}
.h2_publication {
  color: black;
}
.h2_publication:hover {
  color: #ebaf77;
}

.hero_img {
  width: 300px;
  margin: 0 auto;
}
.article {
  display: flex;
  flex-direction: column;
}
.h2_article {
  font-size: 1.7rem;
  text-transform: uppercase;
  text-align: center;
}
.h3_article {
  font-size: 1.5rem;
  text-align: center;
}
.article_paragraph {
  font-size: 18px;
  line-height: 1.6;
  padding: 2% 5%;
}
.order_list_in_article {
  font-size: 18px;
  font-weight: bold;
  margin-left: 20%;
  line-height: 1.6;
}
@media screen and (max-width: 376px) {
  .order_list_in_article {
    margin-left: 0%;
  }
}
.asd {
  width: 1000px;
}
.head-h1-policy {
  font-size: 2.05em;
  text-align: center;
  padding: 5% 0%;
}
.text-article_policy {
  padding: 3% 3%;
  font-size: 18px;
  line-height: 2.1;
}
.legal-page-link {
  text-align: center;
  font-size: 30px;
  color: black;
  padding: 3% 0%;
}
.link-mainpage {
  color: black;
}
.H1_fefco {
  text-align: center;
  padding: 3% 0%;
  font-size: 2.05rem;
}
.fefco_container-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fefco_button {
  border: 2px solid white;
  width: 300px;
  color: white;
  background-color: #171616;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2% 0;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 2px 2px 2px #666;
  cursor: pointer;
  margin-bottom: 5%;
}
.fefco_catalogue {
  display: none;
  margin-top: 5%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fefco_img {
  width: 580px;
  height: 872px;
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  .fefco_img {
    width: 300px;
    height: 572px;
  }
}
.is-visible {
  display: block;
}
.is-flex {
  display: flex;
}
.google_map-contact {
  width: 100%;
}
.red {
  background-color: red;
}
/* =================LIGHTBOX======================================== */
.modal {
  visibility: hidden;

  position: fixed;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), black);
  width: 100%;
  height: 100%;
  z-index: 20;
  
}

/* Modal Content */
.modal-content{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;

}
.mySlides {
  
  display: none;



}

@media screen and (max-width: 376px){
  .modal-content{
    margin-top: 50%;

  } 
  .mySlides{
    
    display: none;
    width: 100%;
    height: 300px;
    
  }
.slaiderSlaid{

  width: 100%;
  height: 300px;
  object-fit: contain;
}
}
@media screen and (min-width: 377px) and (max-width: 426px) {
  .modal-content{
    margin-top: 50%;

  } 
  .mySlides{
    
    display: none;
    width: 100%;
    height: 350px;
    
  }
.slaiderSlaid{

  width: 100%;
  height: 350px;
  object-fit: contain;
}
}
@media screen and (min-width: 427px) and (max-width: 1023px){
  .modal-content{
    margin-top: 50%;

  } 
  .mySlides{
    
    display: none;
    width: 100%;
    height: 400px;
    
  }
.slaiderSlaid{

  width: 100%;
  height: 400px;
  object-fit: contain;
}
}

/* The Close Button */
.close {
  color: black;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

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




.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.prev{
  left: 0;
  border-radius: 3px 0 0 3px;
}


.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


img.demo {
  opacity: 0.6;
  width: 100px;
  height: 100px;
}

.column{
  width: 100%;
  display:inline-flex;
  align-items: center;
   position: absolute;
  flex-direction: row;
  justify-content: center;
  bottom: 10%;
  
  gap: 2%;
}
.demo:hover {
  opacity: 1;
  
}
@media screen and (max-width: 376px){
  .column{
    display: none;
    object-fit: cover;
  } 
 
}
@media screen and (min-width: 377px) and (max-width: 426px) {
  .column{
    display: none;
  }
}
@media screen and (min-width: 427px) and (max-width: 1023px){
  .column{
    display: none;
  }
}


img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.greetings{
text-transform: uppercase;
font-size: larger;
text-align: center;
}
#us{
  font-family: sans-serif;
  padding: 1rem 2rem;
  cursor: pointer;
  background: goldenrod;
  text-transform: uppercase;
  border: 1px solid black;
  border-radius: 0.2rem;
  color: black;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 10%;
  background: red;
  z-index: 9999;
  position: relative;
}
#us_contact{
    font-family: sans-serif;
  padding: 1rem 2rem;
  cursor: pointer;
  background: goldenrod;
  text-transform: uppercase;
  border: 1px solid black;
  border-radius: 0.2rem;
  color: black;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 10%;
  background: red;

  position: relative;
}
#us:hover {
  background: darkgoldenrod;
}


#us:active {
  transform: scale(0.95);
  background: goldenrod;
}

#us_contact:hover {
  background: darkgoldenrod;
}
#us_contact:active {
  transform: scale(0.95);
  background: goldenrod;
}