.text-image {
  margin-bottom: 16px; }
  .style-photos .text-image__text {
    max-width: 450px; }
  .style-texts .text-image__text {
    max-width: 640px; }
  @media (max-width: 1023px) {
    .text-image__text {
      margin: 10px auto 30px;
      padding: 0 15px;
      text-align: center; } }
  @media (min-width: 1024px) {
    .text-image {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 32px; }
      .text-image__image {
        line-height: 0; }
        .text-image__image img {
          width: 100%; }
        .style-photos .text-image__image {
          width: 55%; }
        .style-texts .text-image__image {
          width: 47%; }
      .style-photos .text-image__text {
        width: 45%; }
      .style-texts .text-image__text {
        width: 53%; }
      .text-image.text-photo .text-image__image {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .text-image.text-photo .text-image__text {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-right: 32px; }
      .text-image.photo-text .text-image__text {
        margin-left: 32px; } }
  @media (min-width: 1140px) {
    .text-image.text-photo .text-image__text {
      margin-left: -webkit-calc(50% - (1120px / 2));
      margin-left: -moz-calc(50% - (1120px / 2));
      margin-left: calc(50% - (1120px / 2)); }
    .text-image.photo-text .text-image__text {
      margin-right: -webkit-calc(51.5% - (1120px / 2));
      margin-right: -moz-calc(51.5% - (1120px / 2));
      margin-right: calc(51.5% - (1120px / 2)); } }

/*# sourceMappingURL=block.css.map */
