@charset "UTF-8";
@keyframes borderExpand {
  0% {
    border-width: 0; }
  50% {
    border-width: 15px;
    /* Pośredni efekt dla środkowego borderu */ }
  100% {
    border-width: 5px;
    /* Maksymalna szerokość dla zewnętrznego borderu */ } }
@keyframes typing {
  from {
    max-width: 0;
    /* Start od zerowej szerokości */ }
  to {
    max-width: 100%;
    /* Docelowa szerokość dopasowana do tekstu */ } }
.foto-block {
  background-color: transparent; }
  .foto-block.reverse .wrapper {
    flex-direction: row-reverse; }
    .foto-block.reverse .wrapper .text {
      justify-content: flex-end; }
  .foto-block .wrapper {
    display: flex;
    justify-content: space-between;
    background-color: transparent; }
    .foto-block .wrapper .text {
      width: 50%;
      display: flex;
      justify-content: flex-start; }
    .foto-block .wrapper .foto {
      width: 50%;
      position: relative;
      overflow: hidden; }
      .foto-block .wrapper .foto .image {
        height: 100%;
        margin-top: 0;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
      .foto-block .wrapper .foto img {
        height: inherit;
        width: 100%;
        object-fit: cover;
        position: absolute; }

@media (max-width: 575.5px) {
  .foto-block.reverse .wrapper {
    flex-direction: column-reverse; }
  .foto-block .wrapper {
    flex-direction: column-reverse; }
    .foto-block .wrapper .text {
      width: 100%; }
    .foto-block .wrapper .foto {
      width: 100%; }
      .foto-block .wrapper .foto img {
        position: relative; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .foto-block.reverse .wrapper {
    flex-direction: column-reverse; }
  .foto-block .wrapper {
    flex-direction: column-reverse; }
    .foto-block .wrapper .text {
      width: 100%; }
    .foto-block .wrapper .foto {
      width: 100%; }
      .foto-block .wrapper .foto img {
        position: relative; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .foto-block.reverse .wrapper {
    flex-direction: column-reverse; }
  .foto-block .wrapper {
    flex-direction: column-reverse; }
    .foto-block .wrapper .text {
      width: 100%; }
    .foto-block .wrapper .foto {
      width: 100%; }
      .foto-block .wrapper .foto img {
        position: relative; } }

/*# sourceMappingURL=foto_block.css.map */
