.development_fund img, .national_program .image_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.national_program .image_block > img {
  object-fit: cover;
}

.national_program .image_block iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.national_program .image_block {
  position: relative;
  overflow: hidden;
}
.national_program .image_block:before {
  display: block;
  content: "";
  padding-bottom: 62.5%;
}

.lyceum_section .mission_title {
  font-size: 180%;
  line-height: 24px;
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .lyceum_section .mission_title {
    font-size: 160%;
    line-height: 20px;
  }
}
@media screen and (max-width: 575px) {
  .lyceum_section .mission_title {
    font-size: 140%;
    line-height: 17px;
  }
}

.lyceum_section .mission_description {
  font-size: 180%;
  line-height: 30px;
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .lyceum_section .mission_description {
    font-size: 160%;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .lyceum_section .mission_description {
    font-size: 140%;
    line-height: 24px;
  }
}

.why_us .text_block, .national_program .text_block {
  font-size: 160%;
  line-height: 26px;
}
@media screen and (max-width: 1024px) {
  .why_us .text_block, .national_program .text_block {
    font-size: 140%;
    line-height: 24px;
  }
}

.development_fund .fund_description {
  font-size: 140%;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .development_fund .fund_description {
    font-size: 130%;
    line-height: 22px;
  }
}

.content {
  padding-bottom: 0;
}
.content .pages_list {
  margin-bottom: 50px;
}

.standard_section {
  background: #ffffff;
}
.standard_section .info_block {
  align-self: center;
}

.lyceum_section {
  position: relative;
  padding-bottom: 60px;
}
.lyceum_section:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  bottom: 160px;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}
.lyceum_section .description_block {
  padding-top: 30px;
  color: #3E4869;
  width: 980px;
  max-width: 100%;
  margin-top: 0;
}
.lyceum_section .our_mission {
  margin-top: 60px;
  background: #ffffff;
  padding: 45px 100px 60px;
  filter: drop-shadow(0px 2px 50px rgba(194, 210, 225, 0.5));
}
.lyceum_section .mission_title {
  color: #7F87A9;
  font-family: "montserrat-medium", "montserratarm";
}
.lyceum_section .mission_description {
  color: #02155A;
  font-family: "montserrat-medium", "montserratarm";
  margin-top: 12px;
  padding-left: 36px;
  position: relative;
}
.lyceum_section .mission_description:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background: #F78D1F;
}

.national_program {
  margin-bottom: 80px;
}
.national_program .text_block {
  width: 980px;
  max-width: 100%;
}
.national_program .images_row {
  display: flex;
  margin: -10px;
  padding-top: 20px;
}
.national_program .image_block {
  border: 10px solid #F4F8FC;
  max-width: 50%;
  flex: 0 0 50%;
}

.section_head .secondary_btn,
.section_head .primary_btn {
  margin-left: 10px;
}

.section_title + .description_block {
  margin-top: 0;
}

.why_us {
  margin-top: 80px;
  background: #ffffff;
  padding: 50px 100px 100px;
  box-shadow: 0px 2px 50px rgba(194, 210, 225, 0.5);
  position: relative;
  overflow: hidden;
}
.why_us .text_block {
  max-width: 100%;
}
.why_us .description_block {
  padding-top: 30px;
}

.useful_documents {
  margin-top: 80px;
  background: #ffffff;
  padding: 50px 100px 60px;
}

.development_fund {
  height: 30vw;
  max-height: 440px;
  padding: 20px 0;
  margin-top: 34px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.development_fund .fund_inner {
  background: rgba(45, 54, 143, 0.7);
  backdrop-filter: blur(1.5px);
  max-width: 100%;
  width: 580px;
  padding: 32px 40px;
}
.development_fund .section_subtitle {
  color: #ffffff;
}
.development_fund .fund_description {
  margin-top: 12px;
  color: #ffffff;
}
.development_fund .secondary_btn {
  margin-top: 20px;
  outline: 1px solid #ffffff !important;
  color: #ffffff;
}
.development_fund img {
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .lyceum_section .our_mission {
    padding: 40px 60px;
  }
  .why_us {
    padding: 50px 60px 80px;
    margin-top: 70px;
  }
  .useful_documents {
    padding: 40px 60px;
    margin-top: 70px;
  }
  .development_fund {
    padding: 30px 0;
    min-height: 30vw;
    height: auto;
    max-height: none;
  }
  .national_program {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .lyceum_section {
    padding-bottom: 50px;
  }
  .lyceum_section .description_block {
    padding-top: 24px;
  }
  .lyceum_section .our_mission {
    margin-top: 50px;
    padding: 30px;
  }
  .content .pages_list {
    margin-bottom: 40px;
  }
  .national_program {
    margin-bottom: 60px;
  }
  .why_us {
    margin-top: 60px;
    padding: 40px 30px 60px;
  }
  .useful_documents {
    margin-top: 60px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .lyceum_section .our_mission {
    margin-top: 40px;
    padding: 30px 20px;
  }
  .lyceum_section .mission_description {
    padding-left: 20px;
  }
  .national_program {
    margin-bottom: 50px;
  }
  .national_program .images_row {
    margin: -5px;
  }
  .national_program .image_block {
    border: 5px solid #F4F8FC;
  }
  .why_us {
    margin-top: 55px;
    padding: 30px 20px 50px;
  }
  .useful_documents {
    padding: 30px 20px;
    margin-top: 50px;
  }
  .development_fund {
    min-height: 40vw;
    margin-top: 30px;
  }
  .development_fund .fund_inner {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .content .pages_list {
    margin-bottom: 30px;
  }
  .lyceum_section {
    padding-bottom: 40px;
  }
  .national_program .images_row {
    margin: 0;
    flex-wrap: wrap;
  }
  .national_program .image_block {
    border: 0;
    margin-bottom: 15px;
    max-width: 100%;
    flex: 0 0 100%;
    max-height: 50vw;
  }
  .national_program .image_block:last-child {
    margin-bottom: 0;
  }
  .why_us {
    margin-top: 50px;
    padding: 30px 20px 40px;
  }
  .development_fund .fund_inner {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 479px) {
  .lyceum_section {
    padding-bottom: 30px;
  }
  .lyceum_section .description_block {
    padding-top: 15px;
  }
  .lyceum_section .our_mission {
    margin-top: 30px;
    padding: 25px 15px;
  }
  .national_program {
    margin-bottom: 40px;
  }
  .why_us {
    margin-top: 40px;
  }
  .useful_documents {
    margin-top: 40px;
  }
  .development_fund {
    margin-top: 24px;
  }
}

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