.types-errors-info {
  padding: 74px 0 80px;
  border-bottom: 1px solid #e4e6e8;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease; }
  @media only screen and (max-width: 991px) {
    .types-errors-info {
      padding: 50px 0 35px; } }
  @media only screen and (max-width: 767px) {
    .types-errors-info {
      padding: 30px 0 20px; } }
  .types-errors-info.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .types-errors-info__content {
    margin: 0 auto;
    max-width: 1120px;
    width: 100%; }
  .types-errors-info__title {
    color: #253746;
    margin: 0 0 5px;
    text-align: center;
    text-transform: uppercase; }
  .types-errors-info__wrapper {
    max-width: 736px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 576px) {
      .types-errors-info__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column; } }
  .types-errors-info__img {
    width: 188px;
    margin: 0 40px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto; }
    @media only screen and (max-width: 767px) {
      .types-errors-info__img {
        width: 150px; } }
    @media only screen and (max-width: 576px) {
      .types-errors-info__img {
        margin: 0; } }
  .types-errors-info__desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 16px 0 0;
    font: 300 26px/154% "Stem", sans-serif; }
    @media only screen and (max-width: 991px) {
      .types-errors-info__desc {
        font: 300 22px/160% "Stem", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .types-errors-info__desc {
        font: 300 16px/150% "Stem", sans-serif; } }
    @media only screen and (max-width: 576px) {
      .types-errors-info__desc {
        text-align: center; } }
  .types-errors-info--without-border {
    border: 0; }
