.cis_page .cis_values .values_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.cis_page .stats_list .num_block {
  font-size: 400%;
  line-height: 48px;
  font-family: "montserrat-semibold", "montserratarm-medium";
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .cis_page .stats_list .num_block {
    font-size: 360%;
    line-height: 44px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .cis_page .stats_list .num_block {
    font-size: 300%;
    line-height: 36px;
  }
}
@media screen and (max-width: 575px) {
  .cis_page .stats_list .num_block {
    font-size: 240%;
    line-height: 29px;
  }
}

.cis_page .bottom_section .text_block, .cis_page .ethics_section .title_block {
  font-size: 240%;
  line-height: 29px;
  font-family: "montserrat-semibold", "montserratarm-medium";
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .cis_page .bottom_section .text_block, .cis_page .ethics_section .title_block {
    font-size: 220%;
    line-height: 28px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .cis_page .bottom_section .text_block, .cis_page .ethics_section .title_block {
    font-size: 200%;
    line-height: 27px;
  }
}
@media screen and (max-width: 575px) {
  .cis_page .bottom_section .text_block, .cis_page .ethics_section .title_block {
    font-size: 180%;
    line-height: 24px;
  }
}

.cis_page .cis_values .values_list li .values_name, .cis_page .about_members, .cis_page .stats_list .stat_label {
  font-size: 180%;
  line-height: 30px;
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .cis_page .cis_values .values_list li .values_name, .cis_page .about_members, .cis_page .stats_list .stat_label {
    font-size: 160%;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .cis_page .cis_values .values_list li .values_name, .cis_page .about_members, .cis_page .stats_list .stat_label {
    font-size: 140%;
    line-height: 24px;
  }
}

.cis_page .ethics_title, .cis_page .cis_values .values_list li .values_description, .cis_page .list_inner li {
  font-size: 160%;
  line-height: 26px;
}
@media screen and (max-width: 1024px) {
  .cis_page .ethics_title, .cis_page .cis_values .values_list li .values_description, .cis_page .list_inner li {
    font-size: 140%;
    line-height: 24px;
  }
}

.cis_page {
  margin-bottom: -40px;
}
.cis_page .top_section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 41.6vw;
  max-height: 600px;
  padding: 15px 0;
}
.cis_page .page_info {
  text-align: center;
}
.cis_page .page_info .page_title {
  color: #02155A;
  margin: 15px 0;
}
.cis_page .page_info .logo_img {
  max-width: 127px;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cis_page .page_info .logo_img {
    max-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .cis_page .page_info .logo_img {
    display: none;
  }
}
.cis_page .about_cis {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
@media screen and (min-width: 1025px) {
  .cis_page .about_cis {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .cis_page .about_cis {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.cis_page .about_cis .section_title {
  font-family: "montserrat-medium", "montserratarm";
}
.cis_page .about_cis .info_block {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
@media screen and (min-width: 1025px) {
  .cis_page .about_cis .info_block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .cis_page .about_cis .info_block {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 599px) {
  .cis_page .about_cis .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) and (min-width: 1025px) {
  .cis_page .about_cis .info_block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 599px) and (max-width: 1024px) {
  .cis_page .about_cis .info_block {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cis_page .about_cis .image_block {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .cis_page .about_cis .image_block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .cis_page .about_cis .image_block {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cis_page .about_cis .image_block img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  max-height: 73px;
  object-fit: contain;
}
@media screen and (max-width: 599px) {
  .cis_page .about_cis .image_block {
    display: none;
  }
}
.cis_page .about_cis .cis_logo {
  max-width: 231px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .cis_page .about_cis {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cis_page .about_cis {
    padding-top: 30px;
  }
}
.cis_page .static_block {
  position: relative;
}
.cis_page .static_block:before {
  position: absolute;
  width: 28vw;
  max-width: 337px;
  height: 31vw;
  max-height: 367px;
  top: -27px;
  left: -150px;
  content: "";
  background-image: url("../images/cisstatic1.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .cis_page .static_block:before {
    display: none;
  }
}
.cis_page .static_block:after {
  position: absolute;
  width: 40vw;
  height: 28vw;
  max-width: 475px;
  max-height: 330px;
  bottom: 10px;
  right: -100px;
  content: "";
  background-image: url("../images/cisstatic2.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 767px) {
  .cis_page .static_block:after {
    display: none;
  }
}
.cis_page .stats_list {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  list-style-type: none;
  padding: 35px 55px;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  box-shadow: 0px 2px 50px rgba(194, 210, 225, 0.5);
}
.cis_page .stats_list li {
  max-width: 33.3%;
  flex: 0 0 33.3%;
}
.cis_page .stats_list li:last-child .stats_inner {
  border-right: none;
}
.cis_page .stats_list .stat_label {
  padding-top: 5px;
}
.cis_page .stats_list .stats_inner {
  border-right: 1px solid #EAEEF7;
  height: 100%;
  padding: 0 40px;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .cis_page .stats_list {
    padding: 30px 40px;
  }
  .cis_page .stats_list .stats_inner {
    padding: 0 20px;
  }
  .cis_page .stats_list .stat_label {
    font-size: 140%;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cis_page .stats_list {
    margin-top: 40px;
    padding: 30px 20px;
  }
  .cis_page .stats_list .stats_inner {
    padding: 0 10px;
  }
  .cis_page .stats_list .stat_label {
    font-size: 140%;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .cis_page .stats_list {
    margin-top: 30px;
    padding: 20px 10px;
  }
  .cis_page .stats_list .stats_inner {
    padding: 0 10px 20px;
  }
  .cis_page .stats_list .stat_label {
    font-size: 160%;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .cis_page .stats_list .stat_label {
    font-size: 140%;
    line-height: 22px;
  }
}
@media screen and (max-width: 479px) {
  .cis_page .stats_list li {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .cis_page .stats_list .stats_inner {
    border-right: none;
  }
  .cis_page .stats_list .stat_label {
    font-size: 160%;
    line-height: 26px;
  }
}
@media screen and (max-width: 399px) {
  .cis_page .stats_list .stat_label {
    font-size: 140%;
    line-height: 22px;
  }
}
.cis_page .about_members {
  position: relative;
  color: #02155A;
  font-family: "montserrat-semibold", "montserratarm-medium";
  padding-bottom: 20px;
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cis_page .about_members {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cis_page .about_members {
    margin-top: 30px;
  }
}
.cis_page .list_inner {
  padding: 0 20px;
  margin: 0;
}
.cis_page .list_inner li {
  padding-bottom: 20px;
  color: #3E4869;
}
.cis_page .cis_values {
  position: relative;
}
.cis_page .cis_values .section_title {
  text-align: center;
  margin-top: 30px;
}
.cis_page .cis_values .section_inner {
  position: relative;
  margin-top: 40px;
  background: #ffffff;
  box-shadow: 0 2px 50px rgba(194, 210, 225, 0.5);
}
.cis_page .cis_values .section_inner:after {
  position: absolute;
  width: 200px;
  height: 280px;
  top: -144px;
  right: 80px;
  content: "";
  background-image: url("images/values.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cis_page .cis_values .section_inner:after {
    width: 170px;
    height: 230px;
    top: -124px;
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cis_page .cis_values .section_inner:after {
    width: 150px;
    height: 210px;
    top: -100px;
    right: 10px;
  }
}
.cis_page .cis_values .values_list {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-self: center;
}
.cis_page .cis_values .values_list:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0px;
  border-left: 1px solid #EAEEF7;
}
.cis_page .cis_values .values_list li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 40px;
  position: relative;
}
.cis_page .cis_values .values_list li:nth-child(2n+3):before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: -100%;
  margin-right: 0;
  border-top: 1px solid #EAEEF7;
  pointer-events: none;
}
.cis_page .cis_values .values_list li img {
  max-width: 100%;
  max-height: 93px;
  object-fit: contain;
}
.cis_page .cis_values .values_list li .values_name {
  color: #02155A;
  font-family: "montserrat-semibold", "montserratarm-medium";
  margin-top: 28px;
}
.cis_page .cis_values .values_list li .values_description {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .cis_page .cis_values .values_list li {
    padding: 20px;
  }
  .cis_page .cis_values .values_list li .values_name {
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cis_page .cis_values .values_list::before {
    display: none;
  }
  .cis_page .cis_values .values_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cis_page .cis_values .values_list li:nth-child(2n+3):before {
    border-top: none;
  }
}
.cis_page .ethics_section {
  margin-bottom: 84px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .cis_page .ethics_section {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .cis_page .ethics_section {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.cis_page .ethics_section .title_block {
  padding: 50px 0 70px;
  background: #2D368F;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cis_page .ethics_section .title_block {
    padding: 30px 0 50px;
  }
}
.cis_page .ethics_section ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  background: #F4F8FC;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cis_page .ethics_section ul {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cis_page .ethics_section ul li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cis_page .ethics_section ul li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  .cis_page .ethics_section ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1024px) {
  .cis_page .ethics_section ul li {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cis_page .ethics_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -32px;
}
@media screen and (max-width: 767px) {
  .cis_page .ethics_block {
    margin-top: 0;
  }
}
.cis_page .ethics_title {
  font-family: "montserrat-semibold", "montserratarm-medium";
  color: #02155A;
  text-align: center;
}
.cis_page .ethics_img {
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cis_page .ethics_img img {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 100px;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .cis_page .ethics_img img {
    max-height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .cis_page .ethics_img img {
    max-height: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cis_page .ethics_img {
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .cis_page .ethics_img {
    width: 150px;
    height: 150px;
  }
}
.cis_page .standard_textpage {
  max-width: 900px;
  margin-left: 0;
}
.cis_page .accredits_block {
  position: relative;
  background: #ffffff;
  padding: 50px 100px 100px;
  box-shadow: 0px 2px 50px rgba(194, 210, 225, 0.5);
  margin-top: 60px;
}
.cis_page .accredits_block .section_title {
  font-family: "montserrat-semibold", "montserratarm-medium";
  width: 100%;
  padding-bottom: 30px;
}
.cis_page .accredits_block .logo_block {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .cis_page .accredits_block {
    padding: 40px 80px 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cis_page .accredits_block {
    padding: 30px 60px 60px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .cis_page .accredits_block {
    padding: 20px 40px 40px;
  }
}
@media screen and (max-width: 639px) {
  .cis_page .accredits_block {
    padding: 20px;
  }
  .cis_page .accredits_block .section_title {
    padding-bottom: 20px;
  }
}
.cis_page .bottom_section {
  background: #F4F8FC;
  margin-top: -65px;
}
.cis_page .bottom_section .bottom_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 135px 0 70px;
}
@media screen and (max-width: 1024px) {
  .cis_page .bottom_section .bottom_block {
    padding: 100px 0 50px;
  }
}
.cis_page .bottom_section .text_block {
  color: #02155A;
  font-family: "montserrat-semibold", "montserratarm-medium";
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .cis_page .bottom_section .text_block {
    padding-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cis_page .bottom_section .cis_website {
  white-space: nowrap;
  margin-left: auto;
}

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