body {
  background-position: unset;
}

.about_page .page_title {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .about_page .page_title {
    margin-top: 30px;
  }
}

.about_section {
  margin-bottom: 70px;
}
.about_section .about_container {
  display: flex;
  margin-top: 70px;
}
.about_section .about_container:nth-child(2n) {
  flex-direction: row-reverse;
  margin-bottom: 90px;
}
.about_section .images_block {
  flex: 0 0 40%;
  max-width: 40%;
  width: 100%;
}
.about_section .images_block img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.about_section .info_block {
  flex: 0 0 60%;
  max-width: 60%;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 100px;
}
.about_section .info_inner {
  max-width: 678px;
}
.about_section .about_description {
  font-size: 160%;
  line-height: 24px;
  color: #4A4A4A;
  margin-top: 43px;
  display: flex;
  flex-direction: column;
}
.about_section .about_description:after {
  content: "";
  display: block;
  margin-top: 60px;
  width: 100px;
  height: 5px;
  background: #F4A21F;
}
@media (max-width: 1440px) {
  .about_section .about_description {
    font-size: 140%;
    line-height: 19px;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .about_section .info_block {
    padding: 0 60px;
  }
  .about_section .info_block {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .about_section .images_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .about_section .info_block {
    padding: 0 60px;
  }
  .about_section .about_container {
    flex-direction: column !important;
    justify-content: center;
  }
  .about_section .info_block {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 50px;
  }
  .about_section .images_block {
    flex: 0 0 100%;
    max-width: 678px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .about_section .about_container {
    margin-top: 40px;
    margin-bottom: 20px !important;
  }
  .about_section .info_block {
    margin-top: 10px;
    padding: 25px;
  }
  .about_section .about_description {
    margin-top: 20px;
  }
  .about_section .about_description:after {
    margin-top: 30px;
    width: 70px;
  }
}

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