.fb-special .foto-block {
  position: relative;
  padding-top: 15px; }
  .fb-special .foto-block .wrapper .foto img {
    object-fit: contain; }
  .fb-special .foto-block.reverse {
    padding-top: 80px; }
    .fb-special .foto-block.reverse:before {
      background-image: url("/img/fb-reverse-bg.png");
      height: 340px;
      left: auto;
      right: 0;
      top: 0;
      background-position: right; }
  .fb-special .foto-block:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 425px;
    background-image: url("/img/fb-bg.png");
    display: block;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left; }

.foto-block {
  background-color: transparent; }
  .foto-block.reverse .wrapper {
    flex-direction: row-reverse; }
    .foto-block.reverse .wrapper .buttons .btn {
      background-color: var(--element2-color) !important;
      border-color: var(--element2-color) !important; }
    .foto-block.reverse .wrapper .foto img {
      object-position: left; }
    .foto-block.reverse .wrapper .text {
      justify-content: flex-end; }
  .foto-block .wrapper {
    display: flex;
    justify-content: space-between;
    background-color: transparent; }
    .foto-block .wrapper .buttons .btn {
      background-color: var(--element1-color) !important;
      border-color: var(--element1-color) !important; }
    .foto-block .wrapper .text {
      width: 50%;
      display: flex;
      justify-content: flex-start; }
      .foto-block .wrapper .text p, .foto-block .wrapper .text ul li, .foto-block .wrapper .text ol li {
        font-size: 15px;
        line-height: 1.8; }
      .foto-block .wrapper .text h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 35px; }
    .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;
        object-position: right; }

@media (max-width: 575.5px) {
  .fb-special .foto-block.reverse {
    padding-top: 0; }
    .fb-special .foto-block.reverse:before {
      height: 225px;
      display: none; }
  .fb-special .foto-block:before {
    display: none; }

  .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) {
  .fb-special .foto-block.reverse {
    padding-top: 0; }
    .fb-special .foto-block.reverse:before {
      height: 225px;
      display: none; }
  .fb-special .foto-block:before {
    display: none; }

  .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) {
  .fb-special .foto-block.reverse {
    padding-top: 0; }
    .fb-special .foto-block.reverse:before {
      height: 225px;
      display: none; }
  .fb-special .foto-block:before {
    display: none; }

  .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: 992px) and (max-width: 1199.5px) {
  .fb-special .foto-block.reverse {
    padding-top: 0; }
    .fb-special .foto-block.reverse:before {
      height: 225px;
      display: none; }
  .fb-special .foto-block:before {
    display: none; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .fb-special .foto-block.reverse:before {
    height: 225px; }
  .fb-special .foto-block:before {
    height: 280px;
    top: 30px; } }

/*# sourceMappingURL=foto_block.css.map */
