.types-errors {
  padding: 74px 0 22px;
  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 {
      padding: 50px 0 20px; } }
  @media only screen and (max-width: 767px) {
    .types-errors {
      padding: 20px 0 0; } }
  .types-errors.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .types-errors__content {
    margin: 0 auto;
    max-width: 1120px;
    width: 100%; }
  .types-errors__title {
    color: #253746;
    margin: 0 0 14px;
    text-align: center;
    text-transform: uppercase; }
  .types-errors__desc {
    margin: 0 auto 51px;
    max-width: 928px;
    font: 300 26px/154% "Stem", sans-serif; }
    @media only screen and (max-width: 991px) {
      .types-errors__desc {
        font: 300 22px/160% "Stem", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .types-errors__desc {
        font: 300 16px/150% "Stem", sans-serif; } }
    .types-errors__desc--mark {
      font-weight: bold; }
  .types-errors__list {
    margin: 0; }
  .types-errors__list-grid {
    margin: 0 -16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .types-errors__list-item {
    width: 25%;
    padding: 0 16px 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .types-errors__list-item {
        width: 50%; } }
    @media only screen and (max-width: 576px) {
      .types-errors__list-item {
        width: 100%; } }
  .types-errors__list-item-img {
    margin: 0 0 18px; }
    .types-errors__list-item-img img {
      max-width: 100%; }
  .types-errors__list-item-info {
    padding: 0 5px;
    font: 300 20px/160% "Stem", sans-serif;
    max-width: 100%; }
    @media only screen and (max-width: 991px) {
      .types-errors__list-item-info {
        padding: 0;
        font: 300 18px/140% "Stem", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .types-errors__list-item-info {
        font: 300 16px/140% "Stem", sans-serif; } }
    @media only screen and (max-width: 576px) {
      .types-errors__list-item-info {
        max-width: 250px;
        margin: 0 auto; } }

.types-errors__info {
  position: relative;
  display: block;
  text-align: center;
  margin: 32px auto 32px;
  max-width: 928px;
  font: 300 26px/154% "Stem", sans-serif;
}
@media only screen and (max-width: 991px) {
  .types-errors__info {
    font: 300 22px/160% "Stem", sans-serif; }
}
@media only screen and (max-width: 767px) {
  .types-errors__info {
    font: 300 16px/150% "Stem", sans-serif; }
}
