@keyframes btnLoader {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  90% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.list_title {
  line-height: 1.7em;
}
@media screen and (min-width: 1025px) {
  .list_title {
    font-size: 180%;
  }
}
@media screen and (max-width: 1024px) {
  .list_title {
    font-size: 160%;
  }
}

.block_section .read_more, .block_section .members_position {
  line-height: 1.7em;
}
@media screen and (min-width: 1025px) {
  .block_section .read_more, .block_section .members_position {
    font-size: 160%;
  }
}
@media screen and (max-width: 1024px) {
  .block_section .read_more, .block_section .members_position {
    font-size: 140%;
  }
}

.trustees_page {
  margin-top: 30px;
  position: relative;
}

.list_givers {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 70px -20px 0;
}
@media screen and (max-width: 1200px) {
  .list_givers {
    margin: 70px -10px 0;
  }
}
.list_givers li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .list_givers li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .list_givers li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.block_section {
  box-shadow: 0 4px 50px 2px rgba(0, 158, 224, 0.0705882353);
  background: #ffffff;
  border-radius: 100px 40px 40px 40px;
  min-height: 589px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .block_section {
    padding: 15px 25px 30px 15px;
  }
}
@media screen and (max-width: 768px) {
  .block_section {
    height: auto;
    min-height: auto;
  }
}
.block_section .description_block {
  max-height: 240px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .block_section .description_block {
    line-height: 22px;
  }
}
.block_section .read_more {
  display: none;
}
.block_section .image_section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .block_section .image_section {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .block_section .image_section {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.block_section .img_block {
  margin-top: -40px;
  margin-left: -30px;
  margin-bottom: 20px;
  flex: 0 0 50%;
  max-width: 50%;
}
.block_section .img_block img {
  border-radius: 50%;
  display: block;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .block_section .img_block {
    margin-top: -15px;
    margin-left: -3px;
  }
}
.block_section .members_position {
  margin-top: 10px;
  font-family: "notosans-bold", "notosansarm-bold";
  padding-left: 19px;
}
@media screen and (max-width: 768px) {
  .block_section .members_position {
    padding-left: 50px;
  }
}
.block_section .read_more {
  color: #00ABEC;
  width: max-content;
  margin-top: 20px;
  display: flex !important;
}

.list_title {
  font-family: "notosans-bold", "notosansarm-bold";
  color: #1C325D;
  margin-bottom: 20px;
}

.position_block {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: end;
}

.inner_trastees .page_title {
  text-align: center;
  max-width: 1230px;
  padding-bottom: 30px;
  margin: 0 auto;
}
.inner_trastees .description_block {
  max-width: 1230px;
  text-align: center;
  margin: 0 auto;
}

.web .block_section .read_more, .block_section .web .read_more {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.touch .block_section .read_more, .block_section .touch .read_more {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .block_section .read_more:hover, .block_section .web .read_more:hover {
  color: #0184CD;
}
.touch .block_section .read_more:active, .block_section .touch .read_more:active {
  color: #0184CD;
}

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