.story_section ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.manager_popup .image_col > picture > img, .managers_list .image_block > picture > img,
.manager_popup .image_col > img,
.managers_list .image_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.manager_popup .image_col > picture > img, .managers_list .image_block > picture > img,
.manager_popup .image_col > img,
.managers_list .image_block > img {
  object-fit: cover;
}

.manager_popup .image_col iframe, .managers_list .image_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.manager_popup .image_col, .managers_list .image_block {
  position: relative;
  overflow: hidden;
}
.manager_popup .image_col:before, .managers_list .image_block:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.manager_popup .info_row, .manager_popup .manager_position, .managers_list .manager_position {
  font-size: 140%;
  line-height: 24px;
}
@media screen and (max-width: 575px) {
  .manager_popup .info_row, .manager_popup .manager_position, .managers_list .manager_position {
    font-size: 130%;
    line-height: 21px;
  }
}

.story_section .year_info {
  font-size: 160%;
  line-height: 1.75em;
}
@media screen and (max-width: 1024px) {
  .story_section .year_info {
    font-size: 150%;
  }
}
@media screen and (max-width: 575px) {
  .story_section .year_info {
    font-size: 140%;
  }
}

body {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.content {
  padding-bottom: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

.about_page {
  position: relative;
  z-index: 2;
}
.about_page .page_title {
  padding-top: 60px;
}
.about_page .standard_description {
  padding-top: 30px;
  width: 840px;
  max-width: 100%;
}

.about_main {
  margin-top: 70px;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(92, 141, 44, 0.07);
  position: relative;
  overflow: hidden;
}
.about_main > img,
.about_main > picture > img {
  width: 100%;
  height: auto;
  display: block;
}

.currency_list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 70px 0 110px;
}
.currency_list li {
  padding-bottom: 40px;
  text-align: center;
  padding: 0 15px;
  max-width: 545px;
}
.currency_list .info_description {
  font-size: 160%;
  line-height: 1.75em;
  color: #626A62;
  padding-top: 20px;
}
.currency_list .info_title {
  font-size: 200%;
  line-height: 1.7em;
  color: #0B2812;
  padding-top: 20px;
}
.currency_list img {
  max-width: 100px;
  max-height: 100px;
  display: inline-block;
  vertical-align: top;
}

.story_section {
  padding-top: 110px;
}
.story_section .story_main {
  padding-top: 40px;
  position: relative;
}
.story_section .story_main:after {
  content: "";
  position: absolute;
  box-shadow: 0px 10px 30px 0px rgba(92, 141, 44, 0.07);
  background: #ffffff;
  right: 0;
  left: 126px;
  top: 40px;
  bottom: 0;
  border-radius: 15px;
}
.story_section ul {
  max-height: 820px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2;
  scrollbar-color: #5C8D2C #D9D9D9;
  scrollbar-width: auto;
}
.story_section ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background: #D9D9D9;
}
.story_section ul::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #5C8D2C;
}
.story_section li {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.story_section li:first-child .year_info:before {
  top: 50%;
}
.story_section li:last-child .year_info {
  border-bottom: none;
}
.story_section li:last-child .year_info:before {
  bottom: 50%;
}
.story_section .year_block {
  font-size: 260%;
  font-family: "mardoto-bold", "roboto-bold";
  line-height: 1.7em;
  color: #375702;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.story_section .year_block:after {
  content: "";
  display: block;
  width: 26px;
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #5C8D2C;
}
.story_section .year_info {
  flex: 1;
  width: 20%;
  color: #626A62;
  padding: 40px 110px;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  margin-left: -14px;
}
.story_section .year_info:before {
  content: "";
  display: block;
  width: 3px;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 20;
  bottom: 0;
  background: #5C8D2C;
}

.structure_block {
  padding-top: 110px;
}
.structure_block img {
  width: 100%;
  height: auto;
}
.structure_block .title_row {
  padding-bottom: 40px;
}

.managers_section {
  padding-top: 110px;
  background-size: 0;
  position: relative;
}
.managers_section:before {
  content: "";
  opacity: 0.2;
  background-image: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.managers_list {
  list-style-type: none;
  padding: 0;
  margin: 0 -15px -10px;
  display: flex;
  flex-wrap: wrap;
}
.managers_list li {
  padding: 40px 15px 10px;
  max-width: 25%;
  flex: 0 0 25%;
}
.managers_list .item_inner {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(92, 141, 44, 0.07);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.managers_list .item_inner.hovered .manager_name {
  color: #5C8D2C;
}
.managers_list .item_inner.hovered .image_block img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.managers_list .image_block {
  display: block;
}
.managers_list .image_block 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;
}
.managers_list .manager_info {
  padding: 15px 15px 40px;
  text-align: center;
}
.managers_list .manager_name {
  font-family: "mardoto-medium", "roboto-medium";
  font-size: 200%;
  line-height: 1.7em;
  color: #0B2812;
  position: relative;
  display: block;
}
.managers_list .manager_name:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 35px;
  right: 35px;
  height: 1px;
  background: #5C8D2C;
}
.managers_list .manager_position {
  padding-top: 20px;
  color: #626A62;
}

.manager_popup .info_main {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.manager_popup .image_col {
  width: 330px;
  border-radius: 15px;
}
.manager_popup .info_col {
  flex: 1;
  width: 50%;
  padding-left: 30px;
}
.manager_popup .popup_container {
  padding: 60px 80px 100px;
  position: relative;
  overflow: hidden;
}
.manager_popup .popup_container:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 160px;
  background: #375702;
}
.manager_popup .manager_name {
  font-family: "mardoto-medium", "roboto-medium";
  font-size: 200%;
  line-height: 1.7em;
  color: #ffffff;
}
.manager_popup .manager_position {
  padding-top: 10px;
  color: #ffffff;
}
.manager_popup .main_row {
  padding-top: 60px;
}
.manager_popup .main_row .info_row {
  border: none !important;
  padding: 0 0 15px;
}
.manager_popup .main_row .info_row .left_col {
  min-width: auto;
}
.manager_popup .main_row .info_row .right_col {
  padding-left: 15px;
}
.manager_popup .main_row + .info_row {
  margin-top: 45px;
}
.manager_popup .info_row {
  display: flex;
  align-items: flex-start;
  color: #0B2812;
  border-top: 1px solid #D9D9D9;
  padding: 20px 0;
}
.manager_popup .info_row:last-child {
  border-bottom: 1px solid #D9D9D9;
}
.manager_popup .info_row .left_col {
  color: #626A62;
  min-width: 160px;
}
.manager_popup .info_row .right_col {
  width: 50%;
  flex: 1;
  padding-left: 30px;
}

.statute_section {
  padding-top: 110px;
}

.statute_block {
  padding: 50px 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 256px;
  border-radius: 15px;
}
.statute_block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 40, 18, 0.4);
}
.statute_block .statute_title {
  font-family: "mardoto-bold", "roboto-bold";
  font-size: 260%;
  line-height: 1.7em;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.statute_block .download_pdf {
  background: #ffffff;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .manager_popup .popup_container {
    padding: 50px 50px 80px;
  }
  .manager_popup .main_row + .info_row {
    margin-top: 30px;
  }
  .manager_popup .image_col {
    width: 280px;
  }
  .currency_list {
    padding: 60px 15px 90px;
  }
  .currency_list li {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .story_section .year_info {
    padding: 32px 60px;
  }
  .managers_list {
    margin: 0 -10px;
  }
  .managers_list li {
    padding: 30px 10px 0;
  }
  .managers_list .manager_name {
    font-size: 180%;
  }
  .statute_block {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .manager_popup .popup_container {
    padding: 40px 20px 60px;
  }
  .manager_popup .popup_container:before {
    height: 140px;
  }
  .manager_popup .main_row {
    padding-top: 40px;
  }
  .manager_popup .image_col {
    width: 240px;
  }
  .manager_popup .popup_close {
    right: 15px;
    top: 15px;
  }
  .manager_popup .info_col {
    padding-left: 20px;
  }
  .manager_popup .info_row .right_col {
    padding-left: 20px;
  }
  .about_page .page_title {
    padding-top: 50px;
  }
  .about_page .standard_description {
    padding-top: 24px;
  }
  .about_main {
    margin-top: 60px;
  }
  .currency_list .info_title {
    font-size: 180%;
    padding-top: 15px;
  }
  .currency_list .info_description {
    font-size: 140%;
    padding-top: 15px;
  }
  .story_section {
    padding-top: 90px;
  }
  .story_section .story_main {
    padding-top: 30px;
  }
  .story_section .story_main:after {
    top: 30px;
  }
  .structure_block {
    padding-top: 90px;
  }
  .structure_block .title_row {
    padding-bottom: 30px;
  }
  .managers_section {
    padding-top: 90px;
  }
  .managers_list li {
    max-width: 33.3%;
    flex: 0 0 33.3%;
  }
  .statute_section {
    padding-top: 90px;
  }
  .statute_block {
    padding: 40px;
  }
  .statute_block .statute_title {
    font-size: 240%;
  }
  .content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 868px) {
  .manager_popup .image_col {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .story_section .year_block {
    width: 120px;
    font-size: 220%;
  }
  .story_section .year_info {
    padding: 30px;
  }
  .story_section .story_main:after {
    left: 108px;
  }
  .currency_list {
    padding: 50px 10px 70px;
  }
  .currency_list li {
    padding: 0 10px;
  }
  .structure_block .download_pdf {
    padding: 7px;
  }
  .managers_list li {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .manager_popup .info_row .left_col {
    min-width: 132px;
  }
  .manager_popup .image_col {
    width: 160px;
  }
  .statute_block {
    padding: 30px 20px;
  }
  .statute_block .statute_title {
    font-size: 220%;
  }
}
@media screen and (max-width: 640px) {
  .currency_list {
    padding: 50px 15px 30px;
    flex-wrap: wrap;
  }
  .currency_list li {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 0 40px;
  }
  .about_main {
    margin-top: 40px;
  }
  .manager_popup .info_main {
    flex-direction: column;
  }
  .manager_popup .main_row {
    padding-top: 30px;
  }
  .manager_popup .main_row + .info_row {
    margin-top: 10px;
  }
  .manager_popup .info_col {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 20px 0 0;
  }
  .manager_popup .info_row .left_col {
    min-width: 160px;
  }
  .manager_popup .image_col {
    width: 240px;
  }
  .manager_popup .manager_name,
  .manager_popup .manager_position {
    color: #0B2812;
  }
}
@media screen and (max-width: 575px) {
  .content {
    padding-bottom: 60px;
  }
  .about_page .page_title {
    padding-top: 40px;
  }
  .about_page .standard_description {
    padding-top: 16px;
  }
  .story_section {
    padding-top: 70px;
  }
  .story_section .year_block {
    width: 82px;
  }
  .story_section .year_info {
    padding: 24px 20px 24px 30px;
  }
  .story_section .story_main:after {
    left: 71px;
  }
  .story_section ul {
    max-height: 700px;
  }
  .structure_block {
    padding-top: 70px;
  }
  .structure_block .title_row {
    padding-bottom: 24px;
  }
  .managers_section {
    padding-top: 70px;
  }
  .managers_list .manager_name:after {
    left: 15px;
    right: 15px;
  }
  .statute_section {
    padding-top: 70px;
  }
  .statute_block {
    padding: 30px 20px;
    flex-direction: column;
    justify-content: center;
    min-height: 220px;
  }
  .statute_block .statute_title {
    font-size: 200%;
    text-align: center;
  }
  .statute_block .download_pdf {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .currency_list {
    padding: 40px 15px 20px;
  }
  .currency_list img {
    max-width: 80px;
    max-height: 80px;
  }
  .currency_list .info_title {
    font-size: 170%;
    padding-top: 10px;
  }
  .currency_list .info_description {
    padding-top: 10px;
  }
  .about_main > img,
  .about_main > picture > img {
    height: 60vw;
  }
  .story_section .story_main {
    padding-top: 24px;
  }
  .story_section .story_main:after {
    display: none;
  }
  .story_section ul {
    box-shadow: 0px 10px 30px 0px rgba(92, 141, 44, 0.07);
    background: #ffffff;
    border-left: 3px solid #5C8D2C;
  }
  .story_section li {
    flex-direction: column;
    padding: 20px 20px 0;
  }
  .story_section .year_info {
    padding: 20px 0;
    width: 100%;
    margin-left: 0;
    border-bottom: n;
  }
  .story_section .year_info:before {
    display: none;
  }
  .story_section .year_block {
    width: 100%;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .story_section .year_block:after {
    display: block;
    margin-right: 15px;
  }
  .structure_block .download_pdf {
    margin: 10px 0 0;
    padding: 0;
  }
  .managers_list {
    margin: 0 -5px;
  }
  .managers_list li {
    padding: 20px 5px 0;
  }
  .managers_list .manager_info {
    padding: 15px 10px 25px;
  }
  .managers_list .manager_name {
    font-size: 160%;
  }
  .manager_popup .info_row {
    flex-direction: column;
    align-items: flex-start;
  }
  .manager_popup .info_row .left_col {
    min-width: auto;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .manager_popup .info_row .right_col {
    padding: 10px 0 0 !important;
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .manager_popup .popup_container {
    padding: 40px 15px;
  }
  .manager_popup .manager_name {
    font-size: 180%;
  }
  .manager_popup .popup_close {
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 400px) {
  .statute_block {
    padding: 15px;
  }
  .statute_block .statute_title {
    font-size: 180%;
  }
  .statute_block .download_pdf {
    width: 100%;
  }
  .managers_list {
    margin: 0;
  }
  .managers_list li {
    padding: 20px 0 0;
  }
  .managers_list li {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .managers_list .manager_name {
    font-size: 180%;
  }
  .structure_block {
    padding-top: 60px;
  }
  .structure_block .title_row {
    padding-bottom: 20px;
  }
  .about_main > img,
  .about_main > picture > img {
    height: 54vw;
  }
}
.touch .story_section ul {
  max-height: none;
  overflow-y: hidden;
}

.managers_list .manager_name {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

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