.about_page {
  padding: 25px 0 70px;
}

.main_banner {
  width: 100%;
  height: 427px;
  margin-top: 30px;
  padding-bottom: 100px;
  background: #424242;
  position: relative;
}
.main_banner:before {
  content: "";
  width: 100%;
  height: 100px;
  background: #f2f2f2;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.main_banner .page_title {
  color: #ffffff;
}
.main_banner .info_description {
  color: #ffffff;
  font-size: 130%;
  line-height: 1.5em;
  padding-top: 52px;
  position: relative;
}
.main_banner .info_description:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #E88848;
  position: absolute;
  top: 25px;
  left: 0;
}
.main_banner .custom_container {
  height: 100%;
}
.main_banner .banner_inner {
  display: flex;
  margin: 0 -50px;
  align-items: center;
  height: 100%;
}
.main_banner .info_block {
  padding: 0 50px;
  width: 54%;
}
.main_banner .image_block {
  padding: 0 50px;
  width: 46%;
  margin-bottom: -90px;
  position: relative;
}
.main_banner .image_block:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #E88848;
  left: 61px;
  top: -11px;
  right: 39px;
  bottom: 11px;
}
.main_banner .image_inner {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.main_banner .image_inner:before {
  display: block;
  content: "";
  padding-bottom: 67%;
}

.foundation_block {
  padding-top: 70px;
}
.foundation_block .page_title {
  color: #333333;
  padding-bottom: 25px;
  text-align: center;
}
.foundation_block .info_inner {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}
.foundation_block .info_block {
  color: #666666;
  font-size: 130%;
  line-height: 1.5em;
  padding-bottom: 10px;
}
.foundation_block .info_border {
  height: 114px;
  width: 1px;
  background: #E88848;
  display: block;
  margin: 0 auto;
  padding: 7px 0;
  position: relative;
}
.foundation_block .info_border:before, .foundation_block .info_border:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #E88848;
  left: -3px;
  top: 0;
}
.foundation_block .info_border:after {
  top: unset;
  bottom: 0;
}
.foundation_block .date_block {
  color: #f2f2f2;
  font-family: "bold", "arm-bold";
  font-size: 700%;
  line-height: 1.22em;
  display: block;
  position: relative;
  margin-top: -10px;
}
.foundation_block .date_block:before {
  content: attr(data-date);
  position: absolute;
  color: #333333;
  font-family: "bold", "arm-bold";
  font-size: 37.14%;
  line-height: 1.22em;
  top: 27px;
  width: 100%;
  left: 0;
}

.assortment_section {
  display: flex;
  align-items: center;
  padding-top: 70px;
}
.assortment_section .image_block {
  position: relative;
  overflow: hidden;
  width: 68.6%;
  background-size: cover !important;
  background-position: center !important;
}
.assortment_section .image_block:before {
  display: block;
  content: "";
  padding-bottom: 99.13%;
}
.assortment_section .info_block {
  position: relative;
  width: 43%;
  margin-left: -11.6%;
}
.assortment_section .info_block:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #E88848;
  left: -10px;
  top: -10px;
  right: 10px;
  bottom: 10px;
}
.assortment_section .info_inner {
  background: #ffffff;
  padding: 40px;
  position: relative;
  z-index: 2;
}
.assortment_section .info_description {
  color: #666666;
  font-size: 130%;
  line-height: 1.5em;
  padding-top: 52px;
  position: relative;
}
.assortment_section .info_description:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #E88848;
  position: absolute;
  top: 25px;
  left: 0;
}

.publications_section {
  display: flex;
  align-items: center;
  text-align: right;
  margin: 0 -25px;
  padding-top: 70px;
}
.publications_section .info_description {
  color: #666666;
  font-size: 130%;
  line-height: 1.5em;
  padding-top: 52px;
  position: relative;
}
.publications_section .info_description:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #E88848;
  position: absolute;
  top: 25px;
  right: 0;
}
.publications_section .info_block {
  padding: 0 25px;
  width: 48.3%;
}
.publications_section .video_block {
  width: 51.7%;
  padding: 0 25px;
}
.publications_section .video_block iframe {
  width: 100% !important;
  height: 325px !important;
}

@media (max-width: 1199px) {
  .main_banner .banner_inner {
    margin: 0 -25px;
  }
  .main_banner .info_block {
    padding: 0 25px;
  }
  .main_banner .image_block {
    padding: 0 25px;
  }
  .main_banner .image_block:after {
    left: 15px;
    top: -10px;
    right: 26px;
    bottom: 10px;
  }
}
@media (max-width: 991px) {
  .main_banner {
    height: 407px;
    padding-bottom: 80px;
  }
  .main_banner .banner_inner {
    margin: 0 -15px;
  }
  .main_banner:before {
    height: 80px;
  }
  .main_banner .info_block {
    width: 50%;
    padding: 0 15px;
  }
  .main_banner .image_block {
    width: 50%;
    padding: 0 15px;
  }
  .main_banner .image_block:after {
    left: 5px;
  }

  .assortment_section .info_block {
    width: 50%;
    margin-left: -18.6%;
  }
  .assortment_section .info_inner {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .main_banner {
    height: auto;
    padding-bottom: 60px;
  }
  .main_banner:before {
    height: 60px;
  }
  .main_banner .banner_inner {
    flex-direction: column;
    padding-top: 20px;
    margin: 0;
  }
  .main_banner .info_block {
    width: 100%;
    padding: 0;
  }
  .main_banner .image_block {
    width: 100%;
    margin: 40px 0 0;
    padding: 0 0 0 10px;
  }
  .main_banner .image_block:after {
    left: 0;
    right: 10px;
  }
  .main_banner .info_description {
    padding-top: 40px;
  }
  .main_banner .info_description:before {
    top: 18px;
  }

  .foundation_block {
    padding-top: 60px;
  }
  .foundation_block .date_block {
    font-size: 600%;
  }
  .foundation_block .date_block:before {
    top: 23px;
  }

  .publications_section {
    padding-top: 60px;
    margin: 0 -15px;
  }
  .publications_section .video_block {
    padding: 0 15px;
  }
  .publications_section .video_block iframe {
    height: 280px !important;
  }
  .publications_section .info_description {
    padding-top: 40px;
  }
  .publications_section .info_description:before {
    top: 18px;
  }
  .publications_section .info_block {
    padding: 0 15px;
  }

  .assortment_section {
    padding-top: 60px;
  }
  .assortment_section .info_block {
    width: 70%;
    margin-left: -38.6%;
  }
  .assortment_section .info_description {
    padding-top: 40px;
  }
  .assortment_section .info_description:before {
    top: 18px;
  }
}
@media (max-width: 639px) {
  .foundation_block .info_inner {
    max-width: 100%;
  }
  .foundation_block .info_border {
    height: 100px;
  }

  .publications_section {
    margin: 0;
    flex-direction: column;
  }
  .publications_section .video_block {
    width: 100%;
    padding: 30px 0 0;
  }
  .publications_section .video_block iframe {
    height: 325px !important;
  }
  .publications_section .info_block {
    padding: 0;
    width: 100%;
  }

  .assortment_section {
    flex-direction: column;
  }
  .assortment_section .image_block {
    width: 100%;
  }
  .assortment_section .image_block:before {
    padding-bottom: 60%;
  }
  .assortment_section .info_block {
    width: 100%;
    margin: 40px 0 0;
    padding: 0 10px;
  }
  .assortment_section .info_block:after {
    left: 0;
  }
}
@media (max-width: 479px) {
  .foundation_block {
    padding-top: 50px;
  }
  .foundation_block .date_block {
    font-size: 500%;
  }
  .foundation_block .date_block:before {
    top: 20px;
  }

  .publications_section {
    padding-top: 50px;
  }
  .publications_section .video_block iframe {
    height: 280px !important;
  }

  .assortment_section {
    padding-top: 50px;
  }
  .assortment_section .info_inner {
    padding: 10px;
  }
}
@media (max-width: 399px) {
  .publications_section .video_block iframe {
    height: 240px !important;
  }
  .publications_section .page_title {
    font-size: 180%;
  }
}

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