.fb-title-brace .foto-block {
  padding: 0; }
  .fb-title-brace .foto-block .wrapper .text .container-block {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .fb-title-brace .foto-block .wrapper .text .container-block .title h3 {
      font-size: 21rem;
      color: var(--dark-bg2); }
  .fb-title-brace .foto-block .wrapper .text h3:nth-child(2) {
    font-size: 60rem;
    margin-bottom: 50px; }
    .fb-title-brace .foto-block .wrapper .text h3:nth-child(2) strong {
      font-weight: 400;
      color: var(--light-bg2); }
  .fb-title-brace .foto-block .wrapper .text p {
    color: var(--transparent-color2);
    margin-bottom: 20px; }

.fb-contain .foto-block {
  padding: 0; }
  .fb-contain .foto-block .wrapper .text .container-block {
    padding-top: 25px;
    padding-bottom: 25px; }
  .fb-contain .foto-block .wrapper .foto img {
    object-fit: contain; }

.fb-contain-start .foto-block {
  padding: 0; }
  .fb-contain-start .foto-block .wrapper .foto {
    min-height: 41vw; }
    .fb-contain-start .foto-block .wrapper .foto img {
      object-position: right; }

.fb-start-links .foto-block {
  padding: 0; }
  .fb-start-links .foto-block .wrapper .text .container-block {
    padding-top: 0px;
    padding-bottom: 0px; }
  .fb-start-links .foto-block .wrapper .text p {
    margin: 0 !important; }
  .fb-start-links .foto-block .wrapper .text a {
    font-size: 29rem;
    color: var(--primary-text);
    width: 100%;
    padding: 35px 25px;
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 7px;
    padding-right: 80px; }
    .fb-start-links .foto-block .wrapper .text a strong {
      font-weight: 400;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      max-width: 560px; }
    .fb-start-links .foto-block .wrapper .text a:hover {
      background-color: var(--primary-bg); }
      .fb-start-links .foto-block .wrapper .text a:hover strong {
        font-weight: 600; }
      .fb-start-links .foto-block .wrapper .text a:hover:after {
        opacity: 1; }
    .fb-start-links .foto-block .wrapper .text a:after {
      display: block;
      position: absolute;
      content: "";
      background-image: url("/img/rop-right.png");
      width: 65px;
      height: 65px;
      min-height: 65px;
      background-size: 65px;
      right: 25px;
      opacity: 0;
      transition: 0.3s;
      -webkit-transition: 0.3s; }

.foto-block {
  background-color: transparent;
  padding: 30px 0; }
  .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 {
      border-radius: 30px;
      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;
        border-radius: 30px; }

@media (max-width: 575.5px) {
  .foto-block {
    padding: 0; }
    .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; }

  .fb-title-brace .foto-block .wrapper .text .container-block .title {
    margin-bottom: 0px; }
    .fb-title-brace .foto-block .wrapper .text .container-block .title h3 {
      font-size: 17rem; }
  .fb-title-brace .foto-block .wrapper .text h3:nth-child(2) {
    font-size: 36rem;
    margin-bottom: 20px; }
  .fb-title-brace .foto-block .wrapper .text p {
    max-width: 90%;
    margin-bottom: 0; }

  .fb-start-links .foto-block .wrapper .text a {
    font-size: 22rem;
    min-height: 71px;
    padding: 10px 15px; }
    .fb-start-links .foto-block .wrapper .text a:after {
      width: 35px;
      height: 35px;
      min-height: 35px;
      background-size: 35px;
      right: 15px; }
    .fb-start-links .foto-block .wrapper .text a strong {
      max-width: calc(100% - 50px); } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .foto-block {
    padding: 0; }
    .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; }

  .fb-title-brace .foto-block .wrapper .text .container-block .title {
    margin-bottom: 0px; }
    .fb-title-brace .foto-block .wrapper .text .container-block .title h3 {
      font-size: 17rem; }
  .fb-title-brace .foto-block .wrapper .text h3:nth-child(2) {
    font-size: 36rem;
    margin-bottom: 20px; }
  .fb-title-brace .foto-block .wrapper .text p {
    max-width: 90%;
    margin-bottom: 0; }

  .fb-start-links .foto-block .wrapper .text a {
    font-size: 22rem;
    min-height: 71px;
    padding: 10px 15px; }
    .fb-start-links .foto-block .wrapper .text a:after {
      width: 35px;
      height: 35px;
      min-height: 35px;
      background-size: 35px;
      right: 15px; }
    .fb-start-links .foto-block .wrapper .text a strong {
      max-width: calc(100% - 50px); } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .foto-block {
    padding: 0; }
    .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; }

  .fb-title-brace .foto-block .wrapper .text .container-block .title {
    margin-bottom: 0px; }
    .fb-title-brace .foto-block .wrapper .text .container-block .title h3 {
      font-size: 17rem; }
  .fb-title-brace .foto-block .wrapper .text h3:nth-child(2) {
    font-size: 36rem;
    margin-bottom: 20px; }
  .fb-title-brace .foto-block .wrapper .text p {
    max-width: 90%;
    margin-bottom: 0; }

  .fb-start-links .foto-block .wrapper .text a {
    font-size: 22rem;
    min-height: 71px;
    padding: 10px 15px; }
    .fb-start-links .foto-block .wrapper .text a:after {
      width: 35px;
      height: 35px;
      min-height: 35px;
      background-size: 35px;
      right: 15px; }
    .fb-start-links .foto-block .wrapper .text a strong {
      max-width: calc(100% - 70px); } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .fb-title-brace .foto-block .wrapper .text .container-block .title {
    margin-bottom: 0px; }
    .fb-title-brace .foto-block .wrapper .text .container-block .title h3 {
      font-size: 17rem; }
  .fb-title-brace .foto-block .wrapper .text h3:nth-child(2) {
    font-size: 36rem;
    margin-bottom: 20px; }
  .fb-title-brace .foto-block .wrapper .text p {
    max-width: 90%;
    margin-bottom: 0; }

  .fb-start-links .foto-block .wrapper .text a {
    font-size: 22rem;
    min-height: 71px;
    padding: 10px 15px; }
    .fb-start-links .foto-block .wrapper .text a:after {
      width: 35px;
      height: 35px;
      min-height: 35px;
      background-size: 35px;
      right: 15px; }
    .fb-start-links .foto-block .wrapper .text a strong {
      max-width: 350px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .fb-title-brace .foto-block .wrapper .text .container-block .title {
    margin-bottom: 20px; }
    .fb-title-brace .foto-block .wrapper .text .container-block .title h3 {
      font-size: 17rem; }
  .fb-title-brace .foto-block .wrapper .text h3:nth-child(2) {
    font-size: 46rem; }
  .fb-title-brace .foto-block .wrapper .text p {
    max-width: 90%; }

  .fb-start-links .foto-block .wrapper .text a {
    font-size: 23rem;
    min-height: 100px;
    padding: 21px 25px; }
    .fb-start-links .foto-block .wrapper .text a:after {
      width: 49px;
      height: 49px;
      min-height: 49px;
      background-size: 49px; }
    .fb-start-links .foto-block .wrapper .text a strong {
      max-width: 425px; } }
@media (min-width: 1580px) {
  .fb-start-links .foto-block .wrapper .text a {
    min-height: 100px;
    padding: 21px 25px; }
    .fb-start-links .foto-block .wrapper .text a:after {
      width: 49px;
      height: 49px;
      min-height: 49px;
      background-size: 49px; }
    .fb-start-links .foto-block .wrapper .text a strong {
      max-width: 425px; } }

/*# sourceMappingURL=foto_block.css.map */
