.page_title_block .silhouette_image:after {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.standard_text {
  line-height: 20px;
}
@media screen and (min-width: 1280px) {
  .standard_text {
    font-size: 160%;
  }
}
@media screen and (max-width: 1279px) {
  .standard_text {
    font-size: 140%;
  }
}

.benefactor_name {
  line-height: 1.5em;
}
@media screen and (min-width: 1280px) {
  .benefactor_name {
    font-size: 160%;
  }
}
@media screen and (max-width: 1279px) {
  .benefactor_name {
    font-size: 140%;
  }
}

@media screen and (min-width: 1280px) {
  .benefactor_words, .about_start {
    margin-top: 140px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .benefactor_words, .about_start {
    margin-top: 120px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .benefactor_words, .about_start {
    margin-top: 90px;
  }
}
@media screen and (max-width: 639px) {
  .benefactor_words, .about_start {
    margin-top: 60px;
  }
}

.page_title_block .page_container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.page_title_block .image_block {
  flex: 0 0 100%;
  max-width: 100%;
}
.page_title_block .info_block {
  flex: 1;
}
.page_title_block .silhouette_image {
  margin-left: 32px;
  flex: 1;
  position: relative;
}
.page_title_block .silhouette_image img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-left: auto;
}
.page_title_block .silhouette_image:after {
  background: #ffffff;
  content: "";
  -o-transition: height 1s 0.75s;
  -ms-transition: height 1s 0.75s;
  -moz-transition: height 1s 0.75s;
  -webkit-transition: height 1s 0.75s;
  transition: height 1s 0.75s;
}
@media screen and (max-width: 768px) {
  .page_title_block .silhouette_image {
    display: none;
  }
}

body.loaded .page_title_block .silhouette_image:after {
  height: 0;
}

.about_start .page_container {
  display: flex;
}
.about_start .image_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 65px;
}
.about_start .image_block img {
  display: block;
  width: 100%;
  height: auto;
}
.about_start .info_block {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .about_start .image_block {
    padding-left: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .about_start .image_block {
    padding-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .about_start .page_container {
    flex-wrap: wrap;
  }
  .about_start .image_block {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about_start .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.benefactor_words {
  background: #fafafa;
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}
.benefactor_words .page_container {
  display: flex;
  justify-content: space-between;
}
.benefactor_words .icon_quote {
  display: block;
  font-size: 960%;
  -o-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.benefactor_words .icon_quote:before {
  display: block;
  position: relative;
  opacity: 0.05;
}
.benefactor_words .icon_quote:not(.showed) {
  opacity: 0;
}
.benefactor_words .icon_quote:first-child:before {
  transform-origin: center;
  -webkit-transfrom-origin: center;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.benefactor_words .icon_quote:first-child:not(.showed) {
  transform: translate3d(-200px, 0, 0);
  -moz-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  -webkit-transform: translate3d(-200px, 0, 0);
  -o-transform: translate3d(-200px, 0, 0);
}
.benefactor_words .icon_quote:last-child {
  align-self: flex-end;
}
.benefactor_words .icon_quote:last-child:not(.showed) {
  transform: translate3d(200px, 0, 0);
  -moz-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  -webkit-transform: translate3d(200px, 0, 0);
  -o-transform: translate3d(200px, 0, 0);
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .benefactor_words .icon_quote {
    font-size: 720%;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .benefactor_words .icon_quote {
    font-size: 560%;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .benefactor_words .icon_quote {
    font-size: 400%;
  }
}
@media screen and (max-width: 479px) {
  .benefactor_words .icon_quote {
    font-size: 320%;
  }
}
@media screen and (max-width: 359px) {
  .benefactor_words .icon_quote {
    font-size: 280%;
  }
}
.benefactor_words .section_inner {
  flex: 1;
  max-width: 640px;
  padding: 0 12px;
}
@media screen and (max-width: 959px) {
  .benefactor_words {
    padding: 24px 0;
  }
}
@media screen and (max-width: 479px) {
  .benefactor_words .page_container {
    padding: 0 10px;
  }
  .benefactor_words .section_inner {
    margin: 0 -25px;
    padding: 0;
  }
}

.benefactor_name {
  margin-top: 24px;
  display: flex;
  white-space: nowrap;
  align-items: center;
  -o-transition: color 0.75s 0.5s;
  -ms-transition: color 0.75s 0.5s;
  -moz-transition: color 0.75s 0.5s;
  -webkit-transition: color 0.75s 0.5s;
  transition: color 0.75s 0.5s;
}
.benefactor_name:before {
  flex: 1;
  max-width: 100%;
  margin-right: 16px;
  border-top: 1px solid #999999;
  display: block;
  content: "";
  -o-transition: max-width 1s;
  -ms-transition: max-width 1s;
  -moz-transition: max-width 1s;
  -webkit-transition: max-width 1s;
  transition: max-width 1s;
}
.benefactor_name:not(.showed) {
  color: transparent;
}
.benefactor_name:not(.showed):before {
  max-width: 0;
}
@media screen and (max-width: 959px) {
  .benefactor_name {
    margin-top: 16px;
  }
}

.history_end {
  margin-top: 60px;
}
.history_end .description_block {
  max-width: 630px;
}
.history_end .images_list {
  margin: 14px -17px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.history_end .images_list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 34px 17px 0;
  display: flex;
}
.history_end .images_list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 959px) {
  .history_end .images_list {
    margin: 6px -12px 0;
  }
  .history_end .images_list li {
    padding: 24px 12px 0;
  }
}
@media screen and (max-width: 639px) {
  .history_end .images_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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