/*.typography .photo{
    max-width: 50%;
    margin-top: 0;
    
    я не понял, что это, но это ломает картинки в инстукциях, в самой транзитке такого класса нет
} */

.typography .photo_float_right {
  float: right;
  margin-left: 1em;
}

.typography .photo_float_left {
  float: left;
  margin-right: 1em;
}

.center {
  text-align: center;
}

.typography a {
  white-space: nowrap;
}

.instruction .typography .photo {
  max-width: unset;
}
