<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blok3 {
  padding-top: 9%;
  color: #676767;
  overflow-x: hidden;
}

.blok3__title {
  padding: 0;
  text-align: center;
  background-color: transparent;
}

.blok3__title &gt; h1 {
  font-size: 55px;
  font-weight: 900;
}

.blok3__elem {
  padding: 5% 0;
}

.blok3__elem &gt; h1 {
  font-size: 28px;
  font-weight: 900;
  padding: 10px 0;
}

.blok3__elem p {
  font-size: 18px;
  font-weight: 600;
}

.blok3__elem--bubble {
  position: absolute;
  line-height: 220px;
  z-index: -1;
  width: 140%;
  -webkit-transform: translate3d(-5%, -30px, 0);
  transform: translate3d(-5%, -30px, 0);
  background: url("../images/Bl3/Hiper_Bl3_baloon.svg") no-repeat center;
  background-size: contain;
}

.blok3__elem--curve {
  position: absolute;
  line-height: 200px;
  z-index: 2;
  width: 20%;
  -webkit-transform: translate3d(-10%, -120px, 0);
  transform: translate3d(-10%, -120px, 0);
  background: url("../images/Bl3/Hiper_Bl3_curve.svg") no-repeat center;
  background-size: contain;
}

.blok3__elem--illustration {
  position: relative;
  z-index: -2;
  -webkit-transform: translateX(-11%);
  transform: translateX(-11%);
  max-width: 100%;
}

.blok3__illustration {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .blok3__elem--bubble {
    -webkit-transform: translate3d(-7%, -30px, 0);
    transform: translate3d(-7%, -30px, 0);
  }
  .blok3__elem--curve {
    -webkit-transform: translate3d(-35%, -120px, 0);
    transform: translate3d(-35%, -120px, 0);
  }
}

@media (max-width: 991px) {
  .blok3__elem--curve {
    visibility: hidden;
  }
}

@media (max-width: 500px) {
  .blok3__title &gt; h1 {
    font-size: 30px;
  }
  .blok3__elem--bubble {
    -webkit-transform: translate3d(-7%, -30px, 0);
    transform: translate3d(-7%, -30px, 0);
  }
}

@media (max-height: 450px) {
  .blok3__title &gt; h1 {
    font-size: 40px;
  }
}</pre></body></html>