.text-image__text {
  max-width: 450px; }

@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; }
    .text-image__image {
      width: 50%;
      line-height: 0; }
    .text-image__text {
      width: 50%; }
    .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-left: 15px; }
    .text-image.photo_text .text-image__image {
      text-align: right; }
    .text-image.photo_text .text-image__text {
      margin-right: 15px; } }

@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(50% - (1120px / 2));
    margin-right: -moz-calc(50% - (1120px / 2));
    margin-right: calc(50% - (1120px / 2)); } }

.compare-texts {
  display: none; }

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