
.sekce-7 {
  position: relative;
  background: #fff;
  padding-top: 200px;
  margin-top: -140px;
  z-index: 9;
  -webkit-clip-path: polygon(
    0 60px,
    5% 78px,
    10% 92px,
    15% 104px,
    20% 114px,
    25% 122px,
    30% 128px,
    35% 132px,
    40% 135px,
    45% 137px,
    50% 138px,
    55% 137px,
    60% 135px,
    65% 132px,
    70% 128px,
    75% 122px,
    80% 114px,
    85% 104px,
    90% 92px,
    95% 78px,
    100% 60px,
    100% 100%,
    0 100%
  );
          clip-path: polygon(
    0 60px,
    5% 78px,
    10% 92px,
    15% 104px,
    20% 114px,
    25% 122px,
    30% 128px,
    35% 132px,
    40% 135px,
    45% 137px,
    50% 138px,
    55% 137px,
    60% 135px,
    65% 132px,
    70% 128px,
    75% 122px,
    80% 114px,
    85% 104px,
    90% 92px,
    95% 78px,
    100% 60px,
    100% 100%,
    0 100%
  );
}

.sekce-7 svg {
  position: absolute;
  top: -140px;
  left: 0;
  z-index: 2;
  display: none;
}
.sekce-7-image {
  height: 510px;
  position: relative;
}
.sekce-7::before {
  content: "";
  position: absolute;
  top: -190px;
  left: -110px;
  overflow: hidden;
  z-index: -1;
  background-image: url("/template/img/sekce-7/circle.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 900px;
  background-size: contain;
}
.sekce-7-image .bg {
  background-size: contain;
}
.sekce-7-content {
  padding: 20px 80px;
}
.sekce-7-content h2, .sekce-7-content h1 {
  margin-bottom: 40px;
  font-size: 50px;
  color: #222;
}
.sekce-7-content p {
  margin-bottom: 40px;
  color: #696969;
  font-size: 18px;
  line-height: 35px;
}

@media (max-width: 1200px) {
  .sekce-7-content h2 {
    font-size: 30px;
  }
  .sekce-7-content h2, .sekce-7-content h1 {
    font-size: 30px !important;
  }
}
@media (max-width: 991px) {
  .sekce-7-content {
    padding: 60px;
  }
  .sekce-7-image {
    height: 400px;
  }
  .sekce-7::before {
    display: none !important;
  }
  .sekce-7-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    background-image: url("/template/img/sekce-7/circle.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
  }
  .sekce-7 {
    padding-top: 100px;
    margin-top: -100px;
    -webkit-clip-path: polygon(
      0 60px,
      10% 70px,
      20% 78px,
      30% 84px,
      40% 88px,
      50% 90px,
      60% 88px,
      70% 84px,
      80% 78px,
      90% 70px,
      100% 60px,
      100% 100%,
      0 100%
    );
            clip-path: polygon(
      0 60px,
      10% 70px,
      20% 78px,
      30% 84px,
      40% 88px,
      50% 90px,
      60% 88px,
      70% 84px,
      80% 78px,
      90% 70px,
      100% 60px,
      100% 100%,
      0 100%
    );
  }
}
@media (max-width: 767px) {
  .sekce-7-content {
    padding: 60px 20px;
  }
  .sekce-7-content h2 {
    font-size: 26px;
  }
}

/*# sourceMappingURL=sekce-7.css.map */
