.section.section--darkgreen.section--cooperation {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("../img/wspolpraca-bg.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.section--cooperation::before,
.section.section--cooperation::after {
  content: " ";
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 123;
  width: 50%;
  height: 47px;
  max-width: 100%;
  background-image: url("../img/skos1.png");
  background-repeat: no-repeat;
  transform: translate(-0%, -0%) rotateY(3.142rad) rotateX(3.142rad);
}

.section.section--cooperation::after {
  left: 50%;
  top: auto;
  bottom: -1px;
  -webkit-filter: brightness(10);
  filter: brightness(10);
  transform: none;
}

.section.section--dark1::before {
  content: none;
}

.companyexcerpt.companyexcerpt--about {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.about {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about__item {
  width: 50%;
  padding: 0 6.5%;
}

.about__item:first-child {
  border-right: 1px solid #cccccc;
}

.about__item ul {
  margin: 0;
  padding-left: 2rem;
  list-style-type: none;
}

.about__item ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.about__item ul li::before {
  content: url("../img/znak-li.png");
  margin: 0 15px 0 -27px;
}

.about__slogan {
  margin-top: 6rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.cooperation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2rem;
  padding-bottom: 12rem;
}

.cooperation__item {
  width: 20%;
  position: relative;
  padding: 1.75rem;
}

.cooperation__item:not(:last-child)::after {
  content: url("../img/tick.png");
  position: absolute;
  right: -0.9rem;
  top: 7.5rem;
}

.cooperation__title {
  min-height: 110px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 4px solid #343434;
}

.cooperation__text {
  font-size: 0.95rem;
  line-height: 1.6;
}

#cta-btn.hide {
  opacity: 0;
  visibility: hidden;
}

#cta-btn.sticky {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 5%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallerylist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1rem -0.5rem;
}

.gallerylist__item {
  -webkit-box: 0 1 calc(50% - 1rem);
  -moz-box: 0 1 calc(50% - 1rem);
  -webkit-flex: 0 1 calc(50% - 1rem);
  -ms-flex: 0 1 calc(50% - 1rem);
  flex: 0 1 calc(50% - 1rem);
  position: relative;
  margin: 0.5rem;
  text-align: center;
}

.gallerylist__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(
    90deg,
    rgba(190, 25, 37, 0.65),
    rgba(0, 0, 0, 0.65),
    rgba(0, 141, 54, 0.65)
  );
}

.gallerylist__link {
  display: block;
  position: relative;
  z-index: 1;
  padding: 6rem 1rem;
}

.gallerylist__link:hover .gallerylist__title {
  -webkit-transform: translateY(-1rem);
  -moz-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  -o-transform: translateY(-1rem);
  transform: translateY(-1rem);
}

.gallerylist__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: white;
  line-height: 1.2;
  text-transform: lowercase;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

article.artgallery h2 {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-weight: 500;
  text-align: center;
}

article.artgallery .standard_lightbox {
  margin-bottom: 4rem;
}

article.artgallery .standard_lightbox ul li {
  width: 25%;
}

article.artgallery .standard_lightbox ul li figure,
article.artgallery .standard_lightbox ul li a {
  display: block;
  height: 100%;
  margin: 0;
}

article.artgallery .standard_lightbox ul li a img {
  display: block;
  width: 100%;
  height: 100% !important;
  max-height: 175px;
  object-fit: cover;
}

article.artgallery h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 310px;
  max-width: 100%;
  height: 3px;
  background: url("../img/lin.png") no-repeat center center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.logotypes {
  margin-bottom: 6rem;
}

.logotypes .slick-track {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.logotypes .slick-track img {
  display: inline !important;
}

.logotypes__image {
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

/* ----------------------------------------------- MEDIA --------------------------------------------------------- */
@media only screen and (max-width: 576px) {
  .cooperation {
    padding-top: 0;
    padding-bottom: 4rem;
  }
  .cooperation__item {
    width: 100%;
  }

  .cooperation__item:not(:last-child)::after {
    top: auto;
    bottom: -2rem;
    left: calc(50% - 15px);
    right: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .gallerylist,
  .gallerylist__item {
    margin-left: 0;
    margin-right: 0;
  }

  .gallerylist__item {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 577px) {
  .cooperation__item {
    width: 50%;
  }

  .cooperation__item:nth-child(2)::after,
  .cooperation__item:nth-child(4)::after {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .about__item {
    width: 100%;
    padding: 2rem 0;
  }

  .about__item:first-child {
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }

  .about__slogan {
    margin-top: 3rem;
    font-size: 1.1rem;
  }

  article.artgallery .standard_lightbox ul li {
    width: 50%;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 769px) {
  .cooperation__item {
    width: 33.33%;
  }

  .cooperation__item:nth-child(3)::after {
    display: none;
  }
}
