.about_section .stats_list {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
  .content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .content {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .content {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .content {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .content {
    padding-bottom: 40px;
  }
}

.about_section {
  padding-top: 65px;
  padding-bottom: 20px;
}
.about_section .image_block {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
}
.about_section .image_block img {
  display: block;
  width: 100%;
  height: auto;
}
.about_section .info_block {
  flex: 0 0 50%;
  max-width: 550px;
  padding-left: 10px;
  padding-right: 10px;
  align-self: center;
}
@media screen and (min-width: 768px) {
  .about_section:nth-child(2n+1) .info_block {
    margin-left: auto;
  }
  .about_section:nth-child(2n) .image_block {
    margin-left: auto;
    order: 2;
  }
}
@media screen and (min-width: 1200px) {
  .about_section:nth-child(2n+1) .info_block, .about_section:nth-child(2n) .image_block {
    margin-right: 8.3333333333%;
  }
}
.about_section .section_title + .section_subtitle {
  margin-top: 40px;
}
.about_section .section_title + .standard_text {
  margin-top: 20px;
}
.about_section .section_subtitle + .standard_text {
  margin-top: 30px;
}
.about_section .standard_text {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.about_section .standard_text + .section_title {
  margin-top: 80px;
}
.about_section .standard_text + .standard_text {
  margin-top: 30px;
}
.about_section .stats_list {
  margin-top: 80px;
}
.about_section .stats_list li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
}
.about_section .stats_list .stat_block {
  width: 75%;
  margin: 0 auto;
}
.about_section .stats_list + .standard_text {
  margin-top: 85px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about_section {
    padding-top: 45px;
  }
  .about_section .image_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about_section .stats_list,
.about_section .stats_list + .standard_text,
.about_section .standard_text + .section_title {
    margin-top: 60px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .about_section .stats_list .stat_block {
    width: 90%;
  }
}
@media screen and (max-width: 959px) {
  .about_section .stats_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about_section .stats_list li:not(:first-child) {
    margin-top: 40px;
  }
  .about_section .stats_list .stat_block {
    width: 600px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about_section {
    padding-top: 20px;
  }
  .about_section .image_block,
.about_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .about_section .stats_list,
.about_section .stats_list + .standard_text,
.about_section .standard_text + .section_title {
    margin-top: 40px;
  }
}

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