.company_statistics ul {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.about_page .logo_block {
  height: 340px;
  max-height: 40vh;
  background-size: auto 340px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.about_page .logo_block img {
  width: 380px;
  max-width: 100%;
  display: block;
}

.company_statistics {
  background: #f2f2f2;
  padding: 40px 0;
}
.company_statistics ul {
  justify-content: center;
}
.company_statistics li {
  flex: 0 0 25%;
  max-width: 210px;
  padding: 10px;
  text-align: center;
}
.company_statistics .icon_block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  margin-bottom: 35px;
}
.company_statistics .icon_block img {
  max-width: 120px;
  max-height: 70px;
  display: block;
}
.company_statistics .info_block {
  font-size: 150%;
  line-height: 18px;
}
.company_statistics .num_block {
  font-family: "bold", "bold2";
  color: #0e578b;
}

.about_company {
  display: flex;
  flex-direction: row-reverse;
}
.about_company .image_block {
  flex: 0 0 50%;
  max-width: 50%;
}
.about_company .image_block img {
  width: 100%;
  height: auto;
}
.about_company .info_block {
  flex: 0 0 50%;
  max-width: 540px;
  padding: 20px 15px;
  margin: 0 auto;
  align-self: center;
}
.about_company .text_block {
  font-size: 140%;
  line-height: 24px;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .about_page .logo_block {
    height: 280px;
    background-size: auto 280px;
  }
}
@media (max-width: 991px) {
  .about_page .logo_block {
    height: 240px;
    background-size: auto 240px;
  }

  .company_statistics {
    padding: 30px 0;
  }
  .company_statistics .icon_block {
    height: 60px;
    margin-bottom: 25px;
  }
  .company_statistics .icon_block img {
    max-height: 60px;
  }
  .company_statistics .info_block {
    font-size: 140%;
  }
}
@media (max-width: 767px) {
  .about_page .logo_block {
    height: 220px;
    background-size: auto 220px;
  }
}
@media (max-width: 639px) {
  .company_statistics li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .about_company {
    flex-direction: column;
  }
  .about_company .image_block {
    flex: none;
    max-width: 100%;
  }
  .about_company .image_block img {
    min-height: 0;
  }
  .about_company .info_block {
    flex: none;
    text-align: center;
    padding-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .about_page .logo_block {
    height: 180px;
    background-size: auto 180px;
  }
}

/*# sourceMappingURL=about.css.map */
