.content_spoluprace .center {
  text-align: center;
}

.content_spoluprace h2 span,
.content_spoluprace h3 span {
  font-weight: 300;
  display: block;
}

.intro_spoluprace {
  padding: 170px 0 100px;
  margin-top: 80px;
  margin-bottom: 100px;
  background: url(../../img/spoluprace/ruce-docasne.avif) no-repeat center right /
    cover;
}

.intro_spoluprace .inner {
  max-width: 60%;
}
.intro_spoluprace h1 {
  margin-bottom: 40px;
}

.content_spoluprace h2 {
  margin-bottom: 28px;
}

.content_spoluprace .padded_page_wrapper.light {
  background-color: #fafafa;
  position: relative;
}
.content_spoluprace .padded_page_wrapper.light:before,
.content_spoluprace .padded_page_wrapper.light:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fafafa;
  width: 100vw;
}
.content_spoluprace .padded_page_wrapper.light:before {
  right: 100%;
}
.content_spoluprace .padded_page_wrapper.light:after {
  left: 100%;
}

.content_spoluprace .container_squares {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-top: 90px;
}

.content_spoluprace .container_squares.half_pad {
  margin-top: 40px;
}

.content_spoluprace .container_squares.align-top {
  align-items: flex-start;
}

.content_spoluprace .container_squares .item {
  background-color: #fff;
  border-radius: 10px;
  width: calc(50% - 1rem);
  box-sizing: border-box;
  padding: 2rem;
  box-shadow: inset 0 2px 4px 1px rgb(217 217 217);
}
.content_spoluprace .container_squares .item img {
  width: 100%;
  border-radius: 10px;
}
.content_spoluprace .container_squares .item h3 {
  margin-bottom: 28px;
}

.content_spoluprace .container_boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 100px;
}

.content_spoluprace .container_squares .item.wide {
  width: 100%;
}
.content_spoluprace .container_squares .item.flex_reverse {
  flex-direction: row-reverse;
}

.content_spoluprace .container_boxes .box {
  background-color: #fff;
  border-radius: 10px;
  width: calc(50% - 1rem);
  box-sizing: border-box;
  padding: 2rem;
  box-shadow: inset 0 2px 4px 1px rgb(217 217 217);
}

.content_spoluprace .container_boxes .box img {
  margin-top: 2rem;
}
.content_spoluprace .container_boxes .flex_header img {
  margin-top: 0;
}

.content_spoluprace .points details {
  margin-bottom: 30px;
}
.content_spoluprace .container_squares .item details h3 {
  margin-bottom: 0 !important;
  margin-right: 15px;
}
.content_spoluprace .points details h3 {
  margin-bottom: 18px;
}
.content_spoluprace summary {
  position: relative;
  cursor: pointer;
  list-style: none;
}
.content_spoluprace .points summary {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.content_spoluprace summary::after {
  content: url(../../img/sipka-harmonika.svg);
  color: #00c0aa;
  position: absolute;
  top: 20%;
  transform: translate(-50%, -50%) rotate(180deg) scale(0.7);
  transition: 0.2s ease-out;
}

.content_spoluprace summary::after {
  right: -20px;
}
.content_spoluprace .points summary::after {
  right: 10px;
}

.content_spoluprace details summary::-webkit-details-marker {
  display: none;
}
.content_spoluprace details .people_list_holder_inner {
  margin-bottom: 15px;
}

.content_spoluprace details[open] summary::after {
  transform: translate(-50%, -50%) rotate(90deg) scale(0.7);
}

.content_spoluprace details ul {
  margin-left: 30px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.content_spoluprace details ul li {
  list-style-type: disc;
}

.content_spoluprace .green_light_section {
  background-color: #bfefea;
  padding: 100px 0;
  margin-top: 100px;
}
.content_spoluprace .container_flex {
  display: flex;
  flex-wrap: nowrap;
  gap: 3rem;
  align-items: center;
}

.content_spoluprace .flex_header {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 60px;
  justify-content: space-between;
  gap: 30px;
}

.content_spoluprace .flex_header img {
  width: auto;
  /* height: 60px; */
  margin: 0;
  border-radius: 10px;
}
.content_spoluprace .container_flex div,
.content_spoluprace .container_flex a {
  width: 50%;
}

.content_spoluprace .container_boxes .box .button {
  display: block;
  text-align: center;
  margin-top: 1rem;
}
.content_spoluprace .people_list_holder_inner .one_being {
  padding-bottom: 0;
}
/* .content_spoluprace .contacts_all_beings_inner { gap: 30px} */
.content_spoluprace .contacts_beings_headings {
  max-width: 700px;
}
.content_spoluprace .container_flex a.button {
  width: auto;
  margin-top: 30px;
}

.content_spoluprace .big-box {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 2rem;
  box-shadow: inset 0 2px 4px 1px rgb(217 217 217);
  margin-top: 40px;
}
.content_spoluprace .big-box .container_flex {
  gap: 30px;
}
.content_spoluprace .big-box .container_flex img,
.content_spoluprace .big-box .container_flex div {
  width: 50%;
}
.content_spoluprace .big-box .container_flex img,
.content_spoluprace .play img,
.content_spoluprace img {
  border-radius: 10px;
}
.content_spoluprace .big-box .container_flex:first-child {
  margin-bottom: 2rem;
}
.content_spoluprace .flex_reverse {
  flex-direction: row-reverse;
}

.content_spoluprace .play {
  position: relative;
  display: block;
}

.content_spoluprace .play::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  background-image: url(../../img/play.svg);
}

.content_spoluprace .big-box img.marginright {
  margin-right: 40px;
}
.content_spoluprace .big-box img.marginleft {
  margin-left: 40px;
}
.content_spoluprace .big-box h3 {
  margin-bottom: 28px;
}

.timeline {
  background-color: #f3f4f4;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2) inset;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 100px 60px 50px;
  margin-bottom: 90px;
  margin-top: 70px;
}

.timeline picture {
  display: block;
  margin-bottom: 50px;
}

.content_spoluprace .block_green {
  background-color: rgba(0, 192, 170, 0.25);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2) inset;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 80px 60px;
  margin-bottom: 2rem; /*70px */
  margin-top: 70px;
}

.content_spoluprace .container_halves {
  display: flex;
  flex-wrap: nowrap;
  gap: 70px;
  margin-top: 60px;
}

.content_spoluprace .container_halves div {
  width: 50%;
}
.content_spoluprace .container_halves h3 {
  margin-bottom: 30px;
}
.content_spoluprace .container_halves ul {
  margin-left: 1rem;
}
.content_spoluprace .container_halves ul li {
  list-style-type: disc;
  font-weight: 600;
}

.content_spoluprace .container_prasatko {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 2rem;
  box-shadow: inset 0 2px 4px 1px rgb(217 217 217);
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 70px;
}
.content_spoluprace .container_prasatko img {
  max-width: 40%;
  height: max-content;
  aspect-ratio: 1;
  display: block;
}

.content_spoluprace .container_prasatko div {
  padding: 32px;
}

.content_spoluprace .vz-deska {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  img {
    max-width: 83px;
    margin: 0 1rem;
  }
}

@media screen and (max-width: 580px) {
  .content_spoluprace .intro_spoluprace {
    background: url(../../img/spoluprace/ruce-docasne.avif) no-repeat center
      left 55% / cover;
  }

  .content_spoluprace .container_squares,
  .content_spoluprace .container_halves,
  .content_spoluprace .contacts_all_beings,
  .content_spoluprace .container_flex {
    flex-wrap: wrap;
  }

  .content_spoluprace .container_squares .item,
  .content_spoluprace .container_halves div,
  .contacts_all_beings .one_being,
  .content_spoluprace .container_flex a,
  .content_spoluprace .container_flex div,
  .content_spoluprace .big-box .container_flex img,
  .content_spoluprace .big-box .container_flex div {
    width: 100%;
  }
}

@media screen and (max-width: 701px) {
  .content_spoluprace .container_boxes {
    flex-wrap: wrap;
  }
  .content_spoluprace .container_boxes .box {
    width: 100%;
  }
  .content_spoluprace .container_prasatko img {
    max-width: 100%;
    margin-top: 2rem;
  }
  .content_spoluprace .container_prasatko {
    flex-wrap: wrap;
  }
  .content_spoluprace .container_prasatko div {
    padding: 0;
  }
}
