.history_slider .slick-arrow:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.history_slider .slick-arrow {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

#pagecontainer {
  position: relative;
  overflow: hidden;
}

.about_content {
  padding-top: 70px;
}
.about_content:after {
  display: block;
  content: "";
  clear: both;
}
.about_content .title_block {
  float: left;
  width: 66.67%;
  padding-right: 10px;
  max-width: 690px;
}
.about_content .page_pretitle {
  font-size: 120%;
  line-height: 14px;
  margin-bottom: 10px;
}
.about_content .image_block {
  float: right;
  width: 33.33%;
  padding-left: 10px;
  max-width: 385px;
}
.about_content .image_block img {
  display: block;
  width: 100%;
  height: auto;
}
.about_content .about_text {
  float: left;
  width: 66.67%;
  padding-right: 10px;
  max-width: 690px;
  -webkit-column-gap: 120px;
  -moz-column-gap: 120px;
  column-gap: 120px;
  font-size: 120%;
  line-height: 20px;
  margin-top: 60px;
}
.about_content .about_text .large_text {
  font-size: 133.3%;
}
.about_content .about_text .bold_text {
  font-family: "montserrat-bold", "montserrat-arm-bold";
}

.history_content {
  padding-top: 85px;
  padding-bottom: 125px;
}

.history_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.history_slider.slick-slider,
.history_slider .slick-list {
  overflow: visible;
}
.history_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: auto;
  vertical-align: bottom;
  float: none !important;
  max-width: 87.5vw;
}
.history_slider .slide_block:nth-child(2n+1) {
  background: #e5e5e5;
}
.history_slider .slide_block:nth-child(2n) {
  background: #f2f2f2;
}
.history_slider .slide_block:nth-child(4n+1) {
  width: 380px;
}
.history_slider .slide_block:nth-child(4n+1) .year_block {
  padding-top: 30px;
}
.history_slider .slide_block:nth-child(4n+1) .text_block {
  min-height: 125px;
}
.history_slider .slide_block:nth-child(4n+2), .history_slider .slide_block:nth-child(4n) {
  width: 300px;
}
.history_slider .slide_block:nth-child(4n+2) .text_block, .history_slider .slide_block:nth-child(4n) .text_block {
  min-height: 175px;
}
.history_slider .slide_block:nth-child(4n+3) {
  width: 480px;
}
.history_slider .slide_block:nth-child(4n+3) .text_block {
  min-height: 80px;
}
.history_slider .slide_block:nth-child(4n+2) .year_block {
  padding-top: 45px;
}
.history_slider .history_block {
  padding: 40px;
}
.history_slider .year_block {
  font-size: 640%;
  line-height: 75px;
  color: #7e7d82;
  text-align: center;
}
.history_slider .text_block {
  font-size: 160%;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-end;
  margin-top: 35px;
}
.history_slider .text_block * {
  width: 100%;
}
.history_slider .slick-arrow {
  position: absolute;
  border: none;
  background: transparent;
  left: 0;
  top: 100%;
  margin-top: 28px;
  color: #7e7d82;
  padding: 0;
  line-height: 0;
  height: 16px;
}
.history_slider .slick-arrow:before {
  display: block;
  font-size: 1.6rem;
}
.history_slider .slick-next {
  margin-left: 64px;
}
.history_slider .slick-next:before {
  content: "\e909";
}
.history_slider .slick-prev:before {
  content: "\e908";
}

@media screen and (min-width: 1280px) {
  .about_content,
.history_content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .about_content {
    padding-top: 50px;
  }
  .about_content .about_text {
    margin-top: 40px;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }

  .history_content {
    padding-top: 75px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .about_content .about_text {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 991px) {
  .about_content {
    padding-top: 20px;
  }
  .about_content .about_text {
    margin-top: 30px;
  }

  .history_content {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .about_content .title_block,
.about_content .about_text {
    width: 60%;
  }
  .about_content .image_block {
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  .about_content .about_text {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 575px) {
  .history_slider .history_block {
    padding: 30px 20px;
  }
  .history_slider .year_block {
    font-size: 500%;
    line-height: 64px;
    padding-top: 0 !important;
  }
  .history_slider .text_block {
    margin-top: 30px;
    min-height: 0 !important;
  }
}
@media screen and (max-width: 639px) {
  .about_content .title_block {
    width: 100%;
    padding-right: 0;
  }
  .about_content .image_block {
    width: 100%;
    margin-top: 20px;
    float: left;
    padding-left: 0;
  }
  .about_content .about_text {
    width: 100%;
    padding-right: 0;
  }
}
.web .history_slider .slick-arrow, .history_slider .web .slick-arrow {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.touch .history_slider .slick-arrow, .history_slider .touch .slick-arrow {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.web .history_slider .slick-arrow:hover, .history_slider .web .slick-arrow:hover {
  opacity: 0.7;
}
.touch .history_slider .slick-arrow:active, .history_slider .touch .slick-arrow:active {
  opacity: 0.7;
}

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