.full-width-bg {
  padding-bottom: 50px;
  position: relative;
  z-index: 1; }
  .full-width-bg .foto-block-wrapper {
    background-color: var(--dark-bg);
    background-image: url(/img/01-bg.webp);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    border-radius: 52px;
    padding-top: 50px;
    padding-bottom: 40px; }
  .full-width-bg .foto-block .wrapper {
    justify-content: flex-end; }
    .full-width-bg .foto-block .wrapper .buttons {
      margin-top: 40px; }
    .full-width-bg .foto-block .wrapper .btn-secondary {
      background-color: var(--primary-bg) !important;
      color: var(--primary-text) !important;
      border-color: var(--primary-bg) !important; }
      .full-width-bg .foto-block .wrapper .btn-secondary:hover, .full-width-bg .foto-block .wrapper .btn-secondary:focus {
        background-color: var(--primary-bg) !important;
        color: var(--primary-text) !important;
        border-color: var(--primary-bg) !important; }
    .full-width-bg .foto-block .wrapper p, .full-width-bg .foto-block .wrapper ul li, .full-width-bg .foto-block .wrapper ol li {
      color: var(--secondary-text);
      font-size: 23rem; }
    .full-width-bg .foto-block .wrapper a {
      font-size: 23rem; }
    .full-width-bg .foto-block .wrapper .btn {
      font-size: 18rem; }
    .full-width-bg .foto-block .wrapper h1, .full-width-bg .foto-block .wrapper h2, .full-width-bg .foto-block .wrapper h3, .full-width-bg .foto-block .wrapper h4 {
      color: var(--secondary-title); }
    .full-width-bg .foto-block .wrapper .text {
      width: 55%; }
    .full-width-bg .foto-block .wrapper .foto {
      padding-right: 50px;
      position: absolute !important;
      width: 45%;
      min-height: auto; }
      .full-width-bg .foto-block .wrapper .foto .image {
        justify-content: flex-end; }
      .full-width-bg .foto-block .wrapper .foto img {
        max-width: 100%;
        width: 614px;
        object-fit: contain;
        position: initial; }

.foto-block {
  background-color: transparent; }
  .foto-block.reverse .wrapper {
    flex-direction: row-reverse; }
    .foto-block.reverse .wrapper .text {
      align-items: flex-end; }
  .foto-block .wrapper {
    display: flex;
    justify-content: space-between;
    background-color: transparent; }
    .foto-block .wrapper .text {
      flex-direction: column;
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      .foto-block .wrapper .text .title {
        margin-bottom: 35px;
        display: flex;
        width: 100%;
        align-items: center; }
        .foto-block .wrapper .text .title h1 {
          font-size: 68rem;
          font-weight: 600;
          margin-top: 0;
          margin-bottom: 0; }
        .foto-block .wrapper .text .title h3 {
          font-size: 50rem;
          font-weight: 600;
          margin-top: 0;
          margin-bottom: 0; }
        .foto-block .wrapper .text .title .icon {
          min-width: 56px;
          width: 56px;
          height: 56px;
          margin-right: 15px; }
          .foto-block .wrapper .text .title .icon img {
            max-width: 100%;
            max-height: 100%; }
    .foto-block .wrapper .foto {
      width: 50%;
      position: relative;
      overflow: hidden;
      min-height: 25vw;
      padding: 32px 27px;
      padding-bottom: 20px; }
      .foto-block .wrapper .foto .image {
        box-shadow: -2px -7px 18px 14px rgba(58, 120, 230, 0.1);
        border-radius: 31px;
        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;
        border-radius: 31px;
        position: absolute; }

@media (max-width: 575.5px) {
  .foto-block.reverse .wrapper {
    flex-direction: column-reverse; }
    .foto-block.reverse .wrapper .text {
      align-items: flex-start; }
  .foto-block .wrapper {
    flex-direction: column-reverse; }
    .foto-block .wrapper .text {
      width: 100%; }
      .foto-block .wrapper .text .title {
        margin-bottom: 15px; }
        .foto-block .wrapper .text .title h1 {
          font-size: 30rem; }
        .foto-block .wrapper .text .title h3 {
          font-size: 25rem; }
        .foto-block .wrapper .text .title .icon {
          min-width: 20px;
          width: 20px;
          height: 20px;
          margin-right: 10px; }
    .foto-block .wrapper .foto {
      width: 100%;
      margin-top: 20px; }
      .foto-block .wrapper .foto img {
        position: relative; }

  .full-width-bg .foto-block-wrapper {
    padding: 15px 0;
    border-radius: 30px; }
  .full-width-bg .foto-block {
    bottom: 0; }
    .full-width-bg .foto-block .wrapper .btn {
      font-size: 16rem; }
    .full-width-bg .foto-block .wrapper .text {
      padding-left: 15px;
      padding-top: 15px;
      padding-bottom: 15px;
      width: 100%; }
      .full-width-bg .foto-block .wrapper .text .title h3 {
        font-size: 35rem; }
    .full-width-bg .foto-block .wrapper p, .full-width-bg .foto-block .wrapper ul li, .full-width-bg .foto-block .wrapper ol li {
      font-size: 19rem; }
    .full-width-bg .foto-block .wrapper .foto {
      display: none; }
      .full-width-bg .foto-block .wrapper .foto img {
        width: 250px; }
    .full-width-bg .foto-block .wrapper .buttons {
      margin-top: 20px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .foto-block.reverse .wrapper {
    flex-direction: column-reverse; }
    .foto-block.reverse .wrapper .text {
      align-items: flex-start; }
  .foto-block .wrapper {
    flex-direction: column-reverse; }
    .foto-block .wrapper .text {
      width: 100%; }
      .foto-block .wrapper .text .title {
        margin-bottom: 15px; }
        .foto-block .wrapper .text .title h1 {
          font-size: 35rem; }
        .foto-block .wrapper .text .title h3 {
          font-size: 30rem; }
        .foto-block .wrapper .text .title .icon {
          min-width: 30px;
          width: 30px;
          height: 30px; }
    .foto-block .wrapper .foto {
      width: 100%;
      margin-top: 20px; }
      .foto-block .wrapper .foto img {
        position: relative; }

  .full-width-bg .foto-block-wrapper {
    padding: 15px 0;
    border-radius: 30px; }
  .full-width-bg .foto-block {
    bottom: 0; }
    .full-width-bg .foto-block .wrapper .btn {
      font-size: 16rem; }
    .full-width-bg .foto-block .wrapper .text {
      padding-left: 0;
      padding-top: 15px;
      padding-bottom: 15px;
      width: 100%; }
      .full-width-bg .foto-block .wrapper .text .title h3 {
        font-size: 35rem; }
    .full-width-bg .foto-block .wrapper p, .full-width-bg .foto-block .wrapper ul li, .full-width-bg .foto-block .wrapper ol li {
      font-size: 19rem; }
    .full-width-bg .foto-block .wrapper .foto {
      display: none; }
      .full-width-bg .foto-block .wrapper .foto img {
        width: 250px; }
    .full-width-bg .foto-block .wrapper .buttons {
      margin-top: 20px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .foto-block.reverse .wrapper {
    flex-direction: column-reverse; }
    .foto-block.reverse .wrapper .text {
      align-items: flex-start;
      padding-right: 20px;
      padding-left: 0; }
  .foto-block .wrapper {
    flex-direction: column-reverse; }
    .foto-block .wrapper .text {
      width: 100%; }
      .foto-block .wrapper .text .title h1 {
        font-size: 40rem; }
      .foto-block .wrapper .text .title h3 {
        font-size: 35rem; }
      .foto-block .wrapper .text .title .icon {
        min-width: 30px;
        width: 30px;
        height: 30px; }
    .foto-block .wrapper .foto {
      width: 100%;
      margin-top: 20px; }
      .foto-block .wrapper .foto img {
        position: relative; }

  .full-width-bg .foto-block-wrapper {
    padding-top: 30px;
    border-radius: 30px; }
  .full-width-bg .foto-block {
    bottom: 0; }
    .full-width-bg .foto-block .wrapper .text {
      padding-left: 0;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-right: 150px;
      width: 100%; }
      .full-width-bg .foto-block .wrapper .text .title h3 {
        font-size: 40rem; }
    .full-width-bg .foto-block .wrapper .btn {
      font-size: 16rem; }
    .full-width-bg .foto-block .wrapper p, .full-width-bg .foto-block .wrapper ul li, .full-width-bg .foto-block .wrapper ol li {
      font-size: 21rem; }
    .full-width-bg .foto-block .wrapper .foto {
      bottom: -130px;
      width: 100%;
      right: calc(50vw - 420px); }
      .full-width-bg .foto-block .wrapper .foto img {
        width: 250px; }
    .full-width-bg .foto-block .wrapper .buttons {
      margin-top: 30px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .foto-block.reverse .wrapper .text {
    padding-right: 20px;
    padding-left: 0; }
  .foto-block .wrapper .text {
    padding-left: 20px; }
    .foto-block .wrapper .text .title {
      margin-bottom: 20px; }
      .foto-block .wrapper .text .title h1 {
        font-size: 45rem; }
      .foto-block .wrapper .text .title h3 {
        font-size: 37rem; }
      .foto-block .wrapper .text .title .icon {
        min-width: 38px;
        width: 38px;
        height: 38px; }

  .full-width-bg .foto-block-wrapper {
    padding-top: 30px;
    border-radius: 30px; }
  .full-width-bg .foto-block {
    bottom: 0; }
    .full-width-bg .foto-block .wrapper .text {
      padding-left: 0;
      padding-top: 15px;
      padding-bottom: 15px; }
      .full-width-bg .foto-block .wrapper .text .title h3 {
        font-size: 45rem; }
    .full-width-bg .foto-block .wrapper .btn {
      font-size: 16rem; }
    .full-width-bg .foto-block .wrapper p, .full-width-bg .foto-block .wrapper ul li, .full-width-bg .foto-block .wrapper ol li {
      font-size: 21rem; }
    .full-width-bg .foto-block .wrapper .foto {
      bottom: 10px; }
      .full-width-bg .foto-block .wrapper .foto img {
        width: 375px; }
    .full-width-bg .foto-block .wrapper .buttons {
      margin-top: 30px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .foto-block.reverse .wrapper .text {
    padding-right: 40px;
    padding-left: 0; }
  .foto-block .wrapper .text {
    padding-left: 40px; }
    .foto-block .wrapper .text .title {
      margin-bottom: 20px; }
      .foto-block .wrapper .text .title h1 {
        font-size: 57rem; }
      .foto-block .wrapper .text .title h3 {
        font-size: 42rem; }
      .foto-block .wrapper .text .title .icon {
        min-width: 46px;
        width: 46px;
        height: 46px; }

  .full-width-bg .foto-block-wrapper {
    padding-top: 30px; }
  .full-width-bg .foto-block {
    bottom: 0; }
    .full-width-bg .foto-block .wrapper .text {
      padding-left: 0;
      padding-top: 35px;
      padding-bottom: 35px; }
      .full-width-bg .foto-block .wrapper .text .title h3 {
        font-size: 57rem; }
    .full-width-bg .foto-block .wrapper .foto img {
      width: 465px; } }
@media (min-width: 1580px) {
  .foto-block.reverse .wrapper .text {
    padding-right: 40px;
    padding-left: 0; }
  .foto-block .wrapper .text {
    padding-left: 40px; }
  .foto-block .wrapper .foto {
    min-height: 470px; }

  .full-width-bg .foto-block .wrapper .text {
    padding-top: 80px;
    padding-bottom: 80px; }
    .full-width-bg .foto-block .wrapper .text .title h3 {
      font-size: 64rem; } }

/*# sourceMappingURL=foto_block.css.map */
