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

.history_section .image_inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.about_entrance .page_container img, .about_entrance .page_container .small_imaages, .about_location .page_container img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

@media screen and (min-width: 1200px) {
  .history_section:before, .history_section, .about_company, .about_entrance, .about_location, .about_office:before, .about_office {
    padding-top: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .history_section:before, .history_section, .about_company, .about_entrance, .about_location, .about_office:before, .about_office {
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .history_section:before, .history_section, .about_company, .about_entrance, .about_location, .about_office:before, .about_office {
    padding-top: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .history_section:before, .history_section, .about_company, .about_entrance, .about_location, .about_office:before, .about_office {
    padding-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .history_section:before, .history_section, .about_company, .about_entrance, .about_location, .about_office:before, .about_office {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .about_location, .history_section {
    margin-top: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .about_location, .history_section {
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .about_location, .history_section {
    margin-top: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .about_location, .history_section {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .about_location, .history_section {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .history_section, .about_company, .about_entrance, .about_office {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .history_section, .about_company, .about_entrance, .about_office {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .history_section, .about_company, .about_entrance, .about_office {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .history_section, .about_company, .about_entrance, .about_office {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .history_section, .about_company, .about_entrance, .about_office {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .history_section, .about_location {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .history_section, .about_location {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .history_section, .about_location {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .history_section, .about_location {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .history_section, .about_location {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .history_section .learn_more {
    margin-top: 60px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .history_section .learn_more {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .history_section .learn_more {
    margin-top: 40px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .history_section .learn_more {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .history_section .learn_more {
    margin-top: 20px;
  }
}

.history_section {
  margin-bottom: 0;
}

.about_office {
  position: relative;
  overflow: hidden;
}
.about_office:before {
  display: block;
  content: "";
}
.about_office .info_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.about_office .images_block {
  flex: 0 0 50%;
  max-width: 400px;
  padding: 0 10px;
  margin-left: auto;
  position: relative;
  align-self: flex-start;
}
.about_office .images_block:after {
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  border-left: 2px solid #A7DA36;
  height: 140px;
}
.about_office .large_image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.about_office .small_image {
  display: block;
  width: 63%;
  height: auto;
}
@media screen and (max-width: 575px) {
  .about_office .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about_office .images_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.about_office .page_container .images_block {
  -o-transition: opacity 0.5s, transform 1s;
  -ms-transition: opacity 0.5s, transform 1s;
  -moz-transition: opacity 0.5s, transform 1s;
  -webkit-transition: opacity 0.5s, transform 1s;
  transition: opacity 0.5s, transform 1s;
}
.about_office .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.about_office .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.about_office .page_container:not(.active) .images_block {
  transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.about_office .page_container:not(.active) .section_title {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.about_office .page_container:not(.active) .section_title:after {
  width: 0;
}

.office_params li {
  flex: 0 0 50%;
  max-width: 220px;
  padding: 0 10px;
}
.office_params li:nth-child(n+3) {
  margin-top: 47px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .office_params li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 959px) {
  .office_params li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .office_params li {
    flex: 0 0 100%;
  }
  .office_params li:nth-child(2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 359px) {
  .office_params li {
    flex: 0 0 100%;
  }
  .office_params li:nth-child(2) {
    margin-top: 30px;
  }
}
.office_params .num_block {
  line-height: 1.2em;
  font-family: "montserrat-m", "montserratarm-m";
}
.office_params .num_block + .num_block:before {
  content: "/";
}
@media screen and (min-width: 1200px) {
  .office_params .num_block {
    font-size: 400%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .office_params .num_block {
    font-size: 360%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .office_params .num_block {
    font-size: 300%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .office_params .num_block {
    font-size: 240%;
  }
}
@media screen and (max-width: 479px) {
  .office_params .num_block {
    font-size: 200%;
  }
}
.office_params .param_type,
.office_params .size_unit {
  font-size: 140%;
  line-height: 20px;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .office_params .param_type,
.office_params .size_unit {
    font-size: 130%;
  }
}
@media screen and (max-width: 575px) {
  .office_params .param_type,
.office_params .size_unit {
    font-size: 120%;
  }
}

.about_location {
  position: relative;
  overflow: hidden;
  background: #F1F6F6;
}
.about_location:before {
  display: block;
  content: "";
  height: 20px;
}
.about_location .title_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.about_location .section_title:after {
  display: none;
}
.about_location .info_block {
  flex: 0 0 50%;
  max-width: 400px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
.about_location .info_block:before {
  display: block;
  content: "";
  margin-top: 35px;
  margin-bottom: 45px;
  border-top: 2px solid #A7DA36;
  width: 100%;
  order: 1;
}
.about_location .standard_text {
  max-width: 345px;
}
.about_location .office_params {
  order: 2;
}
.about_location .location_image {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px;
  margin-top: 75px;
}
.about_location .location_image img {
  display: block;
  width: 100%;
}
.about_location .page_container .standard_text {
  -o-transition: opacity 0.5s, transform 1s;
  -ms-transition: opacity 0.5s, transform 1s;
  -moz-transition: opacity 0.5s, transform 1s;
  -webkit-transition: opacity 0.5s, transform 1s;
  transition: opacity 0.5s, transform 1s;
}
.about_location .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.about_location .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.about_location .page_container img {
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.about_location .page_container:not(.active) .standard_text {
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
  opacity: 0;
}
.about_location .page_container:not(.active) .section_title {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.about_location .page_container:not(.active) .section_title:after {
  width: 0;
}
.about_location .page_container:not(.active) img {
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .about_location .info_block:before {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .about_location .location_image {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .about_location .info_block:before {
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .about_location .location_image {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about_location .info_block:before {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .about_location .location_image {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .about_location .info_block,
.about_location .title_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about_location .info_block {
    margin-top: 20px;
  }
}

.about_entrance {
  position: relative;
  overflow: hidden;
}
.about_entrance .section_title {
  max-width: 50%;
}
.about_entrance .images_block {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 0 10px 30px;
  position: relative;
  align-self: flex-start;
}
.about_entrance .images_block .large_image {
  display: block;
  width: 100%;
  height: auto;
}
.about_entrance .images_block .small_image {
  position: absolute;
  width: 28.5714285714%;
  height: auto;
  right: -14.2857142857%;
  bottom: 0;
}
.about_entrance .info_block {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-left: auto;
  padding: 0 10px;
  align-self: flex-start;
}
.about_entrance .standard_text {
  max-width: 345px;
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .about_entrance .images_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about_entrance .section_title:after {
    margin-left: 116.67%;
  }
  .about_entrance .info_block {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media screen and (min-width: 960px) {
  .about_entrance .section_title:after {
    margin-left: 133.3%;
  }
}
@media screen and (min-width: 576px) {
  .about_entrance .section_title:after {
    margin-top: 50px;
    margin-bottom: -2px;
    transform: translate3d(10px, 0, 0);
    -moz-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    -webkit-transform: translate3d(10px, 0, 0);
    -o-transform: translate3d(10px, 0, 0);
  }
  .about_entrance .info_block {
    padding-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .about_entrance .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about_entrance .section_title {
    max-width: 100%;
  }
  .about_entrance .images_block {
    margin-top: 20px;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .about_entrance .images_block .large_image {
    width: 90%;
  }
  .about_entrance .images_block .small_image {
    width: 20%;
    right: 10px;
  }
}
.about_entrance .page_container .standard_text {
  -o-transition: opacity 0.5s, transform 1s;
  -ms-transition: opacity 0.5s, transform 1s;
  -moz-transition: opacity 0.5s, transform 1s;
  -webkit-transition: opacity 0.5s, transform 1s;
  transition: opacity 0.5s, transform 1s;
}
.about_entrance .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.about_entrance .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.about_entrance .page_container .images_block {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.about_entrance .page_container .small_imaages {
  -o-transition: transform 0.75s;
  -ms-transition: transform 0.75s;
  -moz-transition: transform 0.75s;
  -webkit-transition: transform 0.75s;
  transition: transform 0.75s;
  -o-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.about_entrance .page_container img {
  -o-transition: transform 1s;
  -ms-transition: transform 1s;
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.about_entrance .page_container:not(.active) .standard_text {
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
  opacity: 0;
}
.about_entrance .page_container:not(.active) .images_block,
.about_entrance .page_container:not(.active) .section_title {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.about_entrance .page_container:not(.active) .section_title:after {
  width: 0;
}
.about_entrance .page_container:not(.active) .small_image {
  transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
}

.about_company {
  position: relative;
  overflow: hidden;
}
.about_company .info_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.about_company .info_block img {
  display: block;
  width: 240px;
  max-width: 100%;
}
.about_company .image_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.about_company .image_block img {
  display: block;
  width: 50vw;
  height: auto;
}
@media screen and (max-width: 575px) {
  .about_company .image_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .about_company .image_block img {
    width: 100%;
  }
  .about_company .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.about_company .page_container .image_block {
  -o-transition: opacity 0.5s, transform 1s;
  -ms-transition: opacity 0.5s, transform 1s;
  -moz-transition: opacity 0.5s, transform 1s;
  -webkit-transition: opacity 0.5s, transform 1s;
  transition: opacity 0.5s, transform 1s;
}
.about_company .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.about_company .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.about_company .page_container .info_block img {
  -o-transition: opacity 1.5s, transform 0.6s;
  -ms-transition: opacity 1.5s, transform 0.6s;
  -moz-transition: opacity 1.5s, transform 0.6s;
  -webkit-transition: opacity 1.5s, transform 0.6s;
  transition: opacity 1.5s, transform 0.6s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.about_company .page_container:not(.active) .image_block {
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
  opacity: 0;
}
.about_company .page_container:not(.active) .section_title,
.about_company .page_container:not(.active) .info_block img {
  transform: translate3d(-100vw, 0, 0);
  -moz-transform: translate3d(-100vw, 0, 0);
  -ms-transform: translate3d(-100vw, 0, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  -o-transform: translate3d(-100vw, 0, 0);
  opacity: 0;
}
.about_company .page_container:not(.active) .section_title:after {
  width: 0;
}

.history_section {
  position: relative;
  overflow: hidden;
  background: #3D4D60;
  color: #ffffff;
}
.history_section:before {
  display: block;
  content: "";
}
.history_section:after {
  display: block;
  content: "";
  height: 20px;
}
.history_section .page_row {
  align-items: flex-end;
}
.history_section .image_block {
  padding: 0 10px;
  display: flex;
  justify-content: flex-end;
}
.history_section .image_block .image_inner {
  border-radius: 240px 240px 0 0;
}
.history_section .image_block .image_inner:before {
  padding-bottom: 127.1%;
}
.history_section .info_block {
  padding: 0 10px;
}
.history_section .image_inner {
  position: relative;
  overflow: hidden;
}
.history_section .image_inner:before {
  display: block;
  content: "";
  position: relative;
  z-index: 2;
  background: #7b723f;
  opacity: 0.4;
}
.history_section .section_subtitle {
  max-width: 360px;
}
.history_section .standard_text {
  max-width: 360px;
  margin-top: 20px;
}
.history_section .images_list {
  margin: 55px -10px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.history_section .images_list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 20px 10px 0;
}
.history_section .images_list .image_inner:before {
  padding-bottom: 65.8%;
}
@media screen and (min-width: 1280px) {
  .history_section .image_block {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .history_section .image_block .image_inner {
    min-width: 480px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .history_section .image_block {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .history_section .info_block {
    flex: 0 0 66.67%;
    max-width: 66.67%;
    margin-left: auto;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .history_section .image_block .image_inner {
    min-width: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .history_section .image_block .image_inner {
    min-width: 360px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .history_section .info_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .history_section .image_block {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 32.9vw;
  }
  .history_section .image_block .image_inner {
    min-width: 100%;
    margin-bottom: 7px;
  }
  .history_section .images_list {
    width: 100vw;
    transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  .history_section .image_block .image_inner {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .history_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .history_section .image_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .history_section .images_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.history_section .page_container .image_block {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.history_section .page_container .section_title {
  -o-transition: opacity 1.5s, transform 1s;
  -ms-transition: opacity 1.5s, transform 1s;
  -moz-transition: opacity 1.5s, transform 1s;
  -webkit-transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s;
}
.history_section .page_container .section_title:after {
  -o-transition: width 1s;
  -ms-transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.history_section .page_container .section_subtitle,
.history_section .page_container .standard_text {
  -o-transition: opacity 1.5s, transform 0.8s;
  -ms-transition: opacity 1.5s, transform 0.8s;
  -moz-transition: opacity 1.5s, transform 0.8s;
  -webkit-transition: opacity 1.5s, transform 0.8s;
  transition: opacity 1.5s, transform 0.8s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.history_section .page_container .learn_more {
  -o-transition: opacity 1.5s, transform 0.6s;
  -ms-transition: opacity 1.5s, transform 0.6s;
  -moz-transition: opacity 1.5s, transform 0.6s;
  -webkit-transition: opacity 1.5s, transform 0.6s;
  transition: opacity 1.5s, transform 0.6s;
  -o-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.history_section .page_container .images_list li {
  -o-transition: opacity 0.75s;
  -ms-transition: opacity 0.75s;
  -moz-transition: opacity 0.75s;
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
.history_section .page_container .images_list li:first-child {
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.history_section .page_container .images_list li:nth-child(2) {
  -o-transition-delay: 1.25s;
  -ms-transition-delay: 1.25s;
  -moz-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.history_section .page_container .images_list li:nth-child(3) {
  -o-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.history_section .page_container .images_list li:nth-child(4) {
  -o-transition-delay: 1.75s;
  -ms-transition-delay: 1.75s;
  -moz-transition-delay: 1.75s;
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.history_section .page_container:not(.active) .image_block {
  transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.history_section .page_container:not(.active) .section_title,
.history_section .page_container:not(.active) .section_subtitle,
.history_section .page_container:not(.active) .standard_text,
.history_section .page_container:not(.active) .learn_more {
  transform: translate3d(100vw, 0, 0);
  -moz-transform: translate3d(100vw, 0, 0);
  -ms-transform: translate3d(100vw, 0, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  -o-transform: translate3d(100vw, 0, 0);
  opacity: 0;
}
.history_section .page_container:not(.active) .section_title:after {
  width: 0;
}
.history_section .page_container:not(.active) .images_list li {
  opacity: 0;
}

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