.history_inner .history_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

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

.committee_members .member_image img, .history_slider .image_block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.back_link:before, .history_slider .slick-prev:before {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.back_link:before, .history_slider .slick-arrow:before, .committee_members .member_name:after {
  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;
}

.committee_members .member_image img, .committee_members .member_image {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.history_inner .title_block, .members_tab .founders_name, .history_slider .title_block, .stats_section .subtitle_block, .third_section .title_block {
  color: inherit;
  font-family: "ranade-medium", "mardoto-medium";
  line-height: 1.5em;
}
@media screen and (min-width: 960px) {
  .history_inner .title_block, .members_tab .founders_name, .history_slider .title_block, .stats_section .subtitle_block, .third_section .title_block {
    font-size: 240%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .history_inner .title_block, .members_tab .founders_name, .history_slider .title_block, .stats_section .subtitle_block, .third_section .title_block {
    font-size: 200%;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .history_inner .title_block, .members_tab .founders_name, .history_slider .title_block, .stats_section .subtitle_block, .third_section .title_block {
    font-size: 180%;
  }
}
@media screen and (max-width: 768px) {
  .history_inner .title_block, .members_tab .founders_name, .history_slider .title_block, .stats_section .subtitle_block, .third_section .title_block {
    font-size: 160%;
  }
}

@media screen and (min-width: 960px) {
  .history_inner, .members_tab, .members_list, .history_slider, .stats_section, .page_content {
    padding-top: 60px;
  }
}
@media screen and (max-width: 959px) {
  .history_inner, .members_tab, .members_list, .history_slider, .stats_section, .page_content {
    padding-top: 40px;
  }
}

@media screen and (min-width: 960px) {
  .stats_section .inner_text {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 959px) {
  .stats_section .inner_text {
    padding-bottom: 40px;
  }
}

.second_section img {
  display: block;
  width: 100%;
  min-height: 43.6vw;
  object-fit: cover;
}
.second_section .section_inner {
  background: #ffffff;
  margin: -250px auto 0;
  border-radius: 4px;
  padding: 0 100px 60px;
  max-width: 980px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1439px) {
  .second_section .section_inner {
    margin-top: -17%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .second_section .section_inner {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 900px;
  }
}
@media screen and (min-width: 960px) {
  .second_section {
    padding-top: 60px;
  }
}
@media screen and (max-width: 959px) {
  .second_section {
    padding-top: 40px;
  }
  .second_section .section_inner {
    padding: 0 20px 40px;
    max-width: 820px;
    margin-top: -10%;
  }
}

.third_section {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
}
.third_section img {
  display: block;
  order: 2;
  width: 56.25%;
  min-width: 56.25%;
  height: auto;
  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);
}
.third_section .info_block {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  align-self: center;
  padding: 20px 0;
  z-index: 2;
}
.third_section .info_inner {
  background: #ffffff;
  border-radius: 4px;
  padding: 65px 100px;
  max-width: 780px;
}
.third_section .title_block {
  margin-bottom: 20px;
}
.third_section .description_block {
  font-size: 180%;
  line-height: 28px;
  color: #666666;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .third_section .info_inner {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 640px;
  }
  .third_section .description_block {
    font-size: 160%;
    line-height: 26px;
  }
}
@media screen and (max-width: 959px) {
  .third_section .info_inner {
    padding: 40px 20px;
    max-width: 600px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .third_section .description_block {
    font-size: 140%;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .third_section {
    flex-wrap: wrap;
  }
  .third_section .description_block {
    font-size: 130%;
    line-height: 24px;
  }
  .third_section img {
    order: unset;
    width: 90%;
    min-width: 90%;
    margin-left: auto;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }
  .third_section .info_block {
    margin-top: -20%;
  }
  .third_section .info_inner {
    margin-left: -20px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .content {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .content {
    padding-bottom: 60px;
  }
}

.stats_section .subtitle_block {
  max-width: 880px;
}
.stats_section .inner_text {
  margin-top: 20px;
  max-width: 880px;
}
.stats_section .stat_image {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.stats_section .stat_image img {
  display: block;
  width: 1220px;
  flex: 0 0 1220px;
  max-width: 100vw;
  height: auto;
  border: solid transparent;
  border-width: 0 20px;
}
.stats_section .stats_list li {
  flex: 0 0 20%;
  max-width: 20%;
}
.stats_section .stats_list .size_block {
  color: #A6192E;
}

.history_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
}
.history_slider:not(.slick-slider) {
  padding-right: 10%;
}
.history_slider.slick-slider {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.history_slider .slick-list {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 10%;
  overflow: visible;
}
.history_slider .slick-arrow {
  order: 2;
  margin-top: 42px;
  border: 1px solid;
  color: #000000;
  padding: 0;
  background: transparent;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.history_slider .slick-arrow:before {
  font-size: 1.8rem;
  display: flex;
  margin: auto;
  width: 18px;
  overflow: hidden;
  justify-content: flex-end;
  content: "\e911";
}
.history_slider .slick-prev {
  margin-left: auto;
}
.history_slider .slick-next {
  margin-left: 30px;
}
.history_slider .slick-disabled {
  color: #d8d8d8;
  pointer-events: none;
}
.history_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
}
.history_slider .slide_inner {
  display: flex;
  align-items: flex-start;
  padding-right: 10%;
}
.history_slider .info_block {
  flex: 0 0 40%;
  max-width: 40%;
  margin-right: 20px;
}
.history_slider .year_block {
  font-family: "ranade-medium", "mardoto-medium";
  font-size: 500%;
  line-height: 45px;
  color: #A6192E;
}
.history_slider .image_block {
  flex: 1;
  max-width: 380px;
  margin-left: auto;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
.history_slider .image_block:before {
  display: block;
  content: "";
  padding-bottom: 60%;
}
.history_slider .image_block img {
  object-fit: cover;
}
.history_slider .title_block {
  margin-top: 70px;
}
.history_slider .inner_text {
  margin-top: 20px;
  max-width: 260px;
}
.history_slider:after, .history_slider:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 60px;
  width: 150px;
  z-index: 2;
}
.history_slider:after {
  left: 100%;
  background: linear-gradient(to right, transparent, #ffffff);
}
.history_slider:before {
  right: 100%;
  background: #ffffff;
}

.members_list .tab_block ul {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
  font-size: 160%;
  line-height: 24px;
  margin: 0;
  padding-left: 20px;
  margin-bottom: 0;
}
.members_list .tab_block ul li {
  padding-top: 10px;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .history_slider .year_block {
    font-size: 400%;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .stats_section .stats_list li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .stats_section .stats_list li .size_block {
    padding-top: 0;
  }
  .history_slider .year_block {
    font-size: 360%;
    line-height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .history_slider:after {
    margin-left: -100px;
    width: 200px;
  }
  .members_list .tab_block ul {
    font-size: 140%;
    line-height: 20px;
  }
}
@media screen and (max-width: 959px) {
  .stats_section .stat_image {
    margin-top: 20px;
  }
  .history_slider .title_block {
    margin-top: 40px;
  }
  .history_slider .image_block {
    margin-top: 80px;
  }
  .history_slider .slide_inner {
    padding-right: 20px;
  }
  .history_slider .slick-arrow {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .history_slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .history_slider .slick-arrow:before {
    font-size: 1.4rem;
    width: 14px;
  }
}
@media screen and (max-width: 768px) {
  .history_slider:before, .history_slider:after {
    display: none;
  }
  .history_slider:not(.slick-slider),
  .history_slider .slick-list,
  .history_slider .slide_inner {
    padding-right: 0;
  }
  .history_slider .slick-arrow {
    width: 36px;
    height: 36px;
  }
  .history_slider .slick-arrow:before {
    font-size: 1.2rem;
    width: 14px;
  }
  .history_slider .slick-next {
    margin-left: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .members_list .tab_block ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .stats_section .stats_list li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 479px) {
  .members_list .tab_block ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .stats_section .stats_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .history_slider .year_block {
    font-size: 300%;
    line-height: 30px;
  }
  .history_slider .title_block {
    margin-top: 20px;
  }
  .history_slider .image_block {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .history_slider .slide_inner {
    flex-wrap: wrap;
  }
  .history_slider .info_block {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .history_slider .image_block {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
    flex: 0 0 100%;
  }
}
.bottom_screen img {
  width: 100%;
  min-height: 31.4vw;
  display: block;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .bottom_screen {
    margin-bottom: -140px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .bottom_screen {
    margin-bottom: -120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .bottom_screen {
    margin-bottom: -80px;
  }
}
@media screen and (max-width: 768px) {
  .bottom_screen {
    margin-bottom: -60px;
  }
}

.last_section {
  background: #ffffff;
  margin-bottom: -25%;
  border-radius: 4px;
  padding: 20px 100px 80px;
  position: relative;
  z-index: 3;
  margin-top: 100px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .last_section {
    padding: 20px 60px 60px;
    margin-bottom: -15%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 959px) {
  .last_section {
    padding: 0 20px 40px;
    margin-bottom: -10%;
    margin-top: 20px;
  }
}

.members_tab .tabs_container {
  padding-top: 12px;
}
@media screen and (min-width: 1200px) {
  .members_tab .tabs_container {
    width: 1180px;
    margin-left: -100px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .members_tab .tabs_container {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.members_tab .founders_block {
  display: flex;
  margin: 0 -10px;
}
.members_tab .founders_block .image_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  align-self: flex-start;
}
.members_tab .founders_block .image_block img {
  display: block;
  width: 100%;
  height: auto;
}
.members_tab .founders_block .info_block {
  flex: 0 0 50%;
  max-width: 460px;
  padding-left: 10px;
  padding-right: 10px;
  align-self: center;
  margin-left: auto;
}
@media screen and (max-width: 575px) {
  .members_tab .founders_block {
    flex-wrap: wrap;
  }
  .members_tab .founders_block .image_block,
  .members_tab .founders_block .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .members_tab .founders_block .info_block {
    margin-top: 20px;
  }
}
.members_tab .founders_name {
  margin-bottom: 16px;
}
.members_tab .member_name {
  font-family: "ranade-bold", "mardoto-bold";
  color: #505050;
  font-size: 160%;
  line-height: 20px;
}
@media screen and (max-width: 959px) {
  .members_tab .member_name {
    font-size: 140%;
    line-height: 18px;
  }
}

.member_post {
  font-size: 110%;
  line-height: 15px;
  color: #666666;
  font-family: "manrope-semibold", "mardoto-medium";
}

.committee_members {
  margin-top: -40px;
}
.committee_members li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 40px;
}
.committee_members .member_image {
  display: block;
  padding-bottom: 79.5%;
  position: relative;
  overflow: hidden;
}
.committee_members .member_image img {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  object-fit: cover;
}
.committee_members .member_post {
  font-size: 110%;
  line-height: 15px;
  margin-top: 16px;
  color: #666666;
  font-family: "manrope-semibold", "mardoto-medium";
}
.committee_members .member_name {
  display: inline-block;
  vertical-align: top;
  font-family: "ranade-bold", "mardoto-bold";
  color: #505050;
  font-size: 160%;
  line-height: 20px;
  margin-top: 10px;
}
.committee_members .member_name:after {
  content: "\e911";
  display: inline-flex;
  font-size: 1.2rem;
  width: 12px;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  margin-left: 12px;
  opacity: 0;
}
.committee_members .inner_text {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.committee_members .member_block.hovered .member_name {
  color: #A6192E;
}
.committee_members .member_block.hovered .member_name:after {
  opacity: 1;
}
.committee_members .member_block.hovered .member_image img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .committee_members li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .committee_members li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.trusties_members {
  margin-top: -40px;
}
.trusties_members li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 40px;
}
.trusties_members .member_post {
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .trusties_members li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.back_link {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  color: #000000;
  font-size: 140%;
  line-height: 18px;
}
.back_link:before {
  display: flex;
  justify-content: flex-end;
  content: "\e911";
  font-size: 1.2rem;
  width: 12px;
  margin-right: 12px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .back_link {
    margin-top: 60px;
  }
}
@media screen and (max-width: 959px) {
  .back_link {
    margin-top: 40px;
  }
}

.member_inner {
  display: flex;
  margin: 30px -10px 0;
  flex-wrap: wrap;
}
.member_inner .image_block {
  flex: 0 0 40%;
  max-width: 344px;
  padding: 0 10px;
}
.member_inner .image_block img {
  width: 100%;
  height: auto;
  display: block;
}
.member_inner .info_block {
  flex: 0 0 60%;
  max-width: 60%;
  margin-left: auto;
  padding: 0 10px;
}
.member_inner .member_post,
.member_inner .section_title {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .member_inner .image_block {
    flex: 0 0 100%;
  }
  .member_inner .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}

.history_inner {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.history_inner .info_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.history_inner .image_block {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 38px;
}
.history_inner .image_block img {
  display: block;
  width: 100%;
  height: auto;
}
.history_inner .pretitle_block {
  margin-bottom: 15px;
}
.history_inner .history_list li {
  margin-top: 56px;
}
.history_inner .history_list li:first-child .title_block {
  font-family: "ranade-bold", "mardoto-bold";
}
@media screen and (min-width: 1200px) {
  .history_inner .history_list li:first-child .title_block {
    font-size: 360%;
    line-height: 45px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .history_inner .history_list li:first-child .title_block {
    font-size: 300%;
    line-height: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .history_inner .history_list li:first-child .title_block {
    font-size: 250%;
    line-height: 32px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .history_inner .history_list li:first-child .title_block {
    font-size: 220%;
    line-height: 28px;
  }
}
@media screen and (max-width: 575px) {
  .history_inner .history_list li:first-child .title_block {
    font-size: 220%;
    line-height: 28px;
  }
}
.history_inner .history_list .title_block {
  color: #A6192E;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .history_inner .history_list li {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .history_inner .image_block {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .history_inner .info_block {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .history_inner .image_block,
  .history_inner .info_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .history_inner .image_block,
  .history_inner .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.committee_members .member_name:after {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .back_link {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .history_slider .slick-arrow, .history_slider .web .slick-arrow {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .back_link {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

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

.web .back_link:hover {
  color: #A6192E;
}
.web .history_slider .slick-arrow:hover, .history_slider .web .slick-arrow:hover {
  background: #000000;
  color: #ffffff;
  border-color: transparent;
}
.touch .back_link:active {
  color: #A6192E;
}
.touch .history_slider .slick-arrow:active, .history_slider .touch .slick-arrow:active {
  background: #000000;
  color: #ffffff;
  border-color: transparent;
}

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