.education_page .program_block > img, .education_page .service_row .image_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.education_page .program_block > img, .education_page .service_row .image_block > img {
  object-fit: cover;
}

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

.education_page .service_row .image_block {
  position: relative;
  overflow: hidden;
}
.education_page .service_row .image_block:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.education_page .program_block .program_link {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
}

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

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

.education_page.admission_page .btn_block .view_more, .education_page .program_block .program_link {
  font-size: 140%;
  line-height: 17px;
}
@media screen and (max-width: 1024px) {
  .education_page.admission_page .btn_block .view_more, .education_page .program_block .program_link {
    font-size: 130%;
    line-height: 16px;
  }
}

.education_page .contacts_list > *, .education_page .loaction_block, .education_page .admission_hint, .education_page .stats_info, .education_page .program_block .program_info, .education_page .service_row .service_name, .admission_list .admission_description {
  font-size: 140%;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .education_page .contacts_list > *, .education_page .loaction_block, .education_page .admission_hint, .education_page .stats_info, .education_page .program_block .program_info, .education_page .service_row .service_name, .admission_list .admission_description {
    font-size: 130%;
    line-height: 22px;
  }
}

.education_page .contact_person .person_post {
  font-size: 120%;
  line-height: 14px;
}

.education_page .program_block .program_link {
  border: none;
  height: 47px;
  border-radius: 20px;
  padding: 0 30px;
  font-family: "montserrat-medium", "montserratarm";
}

.education_page .program_block .program_link {
  box-shadow: 0 0 0 1px #ffffff !important;
  margin: 1px;
  color: #ffffff;
  background: transparent;
}
.education_page .program_block .loading.program_link {
  pointer-events: none;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.education_page .program_block .loading.program_link:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px -12px;
  border-radius: 50%;
  color: #02155A;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}

.education_page.admission_page {
  padding-bottom: 60px;
}
.education_page.admission_page .admission_contact {
  padding-top: 50px;
}
.education_page.admission_page .admission_contact .contact_main {
  border-color: #2D368F;
}
.education_page.admission_page .useful_documents .section_title {
  padding-bottom: 0 !important;
}
.education_page.admission_page .btn_block {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.education_page.admission_page .btn_block .admission_btn.secondary_btn {
  margin-right: 20px;
}
.education_page.admission_page .btn_block .view_more {
  box-shadow: none !important;
  text-decoration: underline;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .education_page.admission_page .btn_block {
    flex-direction: column;
  }
  .education_page.admission_page .btn_block .view_more {
    margin-top: 20px;
  }
}

.admission_list ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.admission_list li {
  padding: 30px 30px 70px;
  max-width: 33.3%;
  flex: 0 0 33.3%;
}
.admission_list li.kg_bg .admission_title,
.admission_list li.kg_bg .admission_description {
  color: #2D368F;
}
.admission_list li.kg_bg .admission_btn {
  color: #2D368F;
  box-shadow: 0 0 0 1px #2D368F !important;
}
.admission_list li:first-child, .admission_list li:nth-child(2) {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 40px 30px 80px;
}
.admission_list .admission_title {
  font-family: "montserrat-medium", "montserratarm";
  color: #ffffff;
}
.admission_list .admission_description {
  margin-top: 20px;
  font-family: "montserrat-medium", "montserratarm";
  color: #ffffff;
}
.admission_list .admission_btn {
  margin: 1px;
  margin-top: 40px;
  box-shadow: 0 0 0 1px #ffffff !important;
  color: #ffffff;
}

@media screen and (max-width: 1199px) {
  .admission_list .admission_btn {
    margin-top: 30px;
  }
  .admission_list li {
    padding: 30px 20px 50px;
  }
  .admission_list li:first-child, .admission_list li:nth-child(2) {
    padding: 30px 20px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .education_page.admission_page {
    padding-bottom: 40px;
  }
  .education_page.admission_page .admission_contact {
    padding-top: 40px;
  }
  .education_page.admission_page .container_inner .section_title {
    padding-bottom: 20px;
  }
  .education_page.admission_page .useful_documents {
    margin-top: 50px;
  }
  .admission_list .admission_btn {
    margin-top: 25px;
  }
  .admission_list .admission_description {
    margin-top: 15px;
  }
  .admission_list li {
    padding: 30px 15px 40px;
  }
  .admission_list li:first-child, .admission_list li:nth-child(2) {
    padding: 30px 15px 50px;
  }
}
@media screen and (max-width: 767px) {
  .admission_list li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 30px 15px;
  }
  .admission_list li:first-child {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 30px 15px;
  }
  .admission_list li:nth-child(2) {
    padding: 30px 15px;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .education_page.admission_page {
    padding-bottom: 20px;
  }
  .education_page.admission_page .admission_contact {
    padding-top: 30px;
  }
  .education_page.admission_page .container_inner {
    padding-bottom: 50px !important;
  }
  .education_page.admission_page .useful_documents {
    margin-top: 40px;
  }
  .admission_list li {
    padding: 30px 20px;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .admission_list li:first-child {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 30px 20px;
  }
  .admission_list li:nth-child(2) {
    padding: 30px 20px;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 399px) {
  .education_page.admission_page {
    padding-bottom: 10px;
  }
  .education_page.admission_page .container_inner {
    padding-bottom: 40px !important;
  }
  .admission_list li {
    padding: 30px 15px;
  }
  .admission_list li:first-child, .admission_list li:nth-child(2) {
    padding: 30px 15px;
  }
}
.web .admission_list .admission_btn:hover {
  color: #02155A;
  background: #ffffff;
  box-shadow: 0 0 0 1px transparent !important;
}

.touch .admission_list .admission_btn:active {
  color: #02155A;
  background: #ffffff;
  box-shadow: 0 0 0 1px transparent !important;
}

.subject_groups {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}
.subject_groups .section_title {
  padding-bottom: 0;
}
.subject_groups .description_block {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .subject_groups {
    padding-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  .subject_groups {
    padding-top: 50px;
  }
}

.alumni_page {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.education_page {
  position: relative;
  overflow: hidden;
}
.education_page .service_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.education_page .service_row .service_block {
  padding: 50px 20px 0;
  max-width: 33.3%;
  flex: 0 0 33.3%;
}
.education_page .service_row .service_block:hover .light_btn {
  top: 50%;
}
.education_page .service_row .service_block:hover img {
  opacity: 0.7;
}
.education_page .service_row .image_block {
  background: #02155A;
  display: block;
  width: 100%;
  max-width: 100%;
  border: none;
  margin-bottom: 0;
}
.education_page .service_row .service_name {
  margin-top: 10px;
  font-family: "montserrat-semibold", "montserratarm-medium";
  color: #02155A;
}
.education_page .service_row .light_btn {
  position: absolute;
  background: #ffffff;
  color: #02155A;
  top: 150%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  white-space: nowrap;
  border: none;
  outline: none !important;
}
.education_page .top_section {
  position: relative;
}
.education_page .top_section:not([class*=_bg]) {
  background: #02155A;
}
.education_page .top_section .page_title {
  padding: 15px 0 25px;
  margin: 0;
  color: #ffffff;
}
.education_page .top_section .breadcrumbs li:last-child {
  color: #ffffff !important;
}
.education_page .top_section[class*=_bg] .breadcrumbs li {
  color: #CDDBE9;
}
.education_page .top_section[class*=_bg]:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 50px;
  background: inherit;
}
.education_page .about_section {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.education_page .sections_list {
  margin-top: 60px;
  background: #ffffff;
}
.education_page .pages_list {
  background: #ffffff;
}
.education_page .pages_list a {
  border-bottom: 1px solid #EAEEF7;
}
.education_page .pages_list .selected {
  border-bottom-color: transparent;
}
.education_page .hs_bg ~ * .numeric_list .section_subtitle:before {
  color: #0C97D6;
}
.education_page .hs_bg ~ * .contact_person {
  border-left-color: #0C97D6;
}
.education_page .hs2_bg ~ * .numeric_list .section_subtitle:before {
  color: #0081A7;
}
.education_page .hs2_bg ~ * .contact_person {
  border-left-color: #0081A7;
}
.education_page .container_inner {
  background: #ffffff;
}
@media screen and (min-width: 1025px) {
  .education_page .container_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .education_page .container_inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.education_page .container_inner > *:first-child {
  padding-top: 50px;
}
.education_page .container_inner > *:last-child {
  padding-bottom: 60px;
}
.education_page .container_inner.ps_container .admission_section {
  margin-top: 50px;
}
.education_page .container_inner.ps_container .hex_content {
  margin-top: 50px;
}
.education_page .container_inner.ps_container .numeric_list {
  margin-top: -15px;
}
.education_page .container_inner.ps_container .contact_person {
  border-color: #F78D1F;
}
.education_page .container_inner.kg_container .hex_content {
  margin-top: 50px;
}
.education_page .container_inner.kg_container .numeric_list {
  margin-top: -15px;
}
.education_page .container_inner.kg_container .numeric_list .section_subtitle:before {
  color: #FFC300;
}
.education_page .container_inner.kg_container .contact_person {
  border-color: #FFC300;
}
.education_page .container_inner.kg_container .admission_section {
  margin-top: 50px;
}
.education_page .container_inner.ms_container .statistics_list .num_block,
.education_page .container_inner.ms_container .numeric_list .section_subtitle:before {
  color: #D12038;
}
.education_page .container_inner.ms_container .contact_person {
  border-left-color: #D12038;
}
.education_page .container_inner .standard_textpage {
  max-width: 980px;
  margin: 0 auto;
}
.education_page .container_inner .section_title {
  padding-bottom: 30px;
  max-width: 980px;
  margin: 0 auto;
}
.education_page .container_inner .section_title ~ .standard_textpage p:first-child {
  padding-top: 0;
}
.education_page .programs_section {
  margin-top: 60px;
}
.education_page .programs_section .programs_inner {
  max-width: 980px;
  margin: 0 auto;
}
.education_page .programs_section .description_block {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .education_page .programs_section {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .education_page .programs_section {
    margin-top: 20px;
  }
  .education_page .programs_section .section_title {
    padding-bottom: 20px;
  }
}
.education_page .programs_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.education_page .program_block {
  flex: 1;
  width: 20%;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}
.education_page .program_block:nth-child(2n+1) {
  margin-right: 40px;
}
.education_page .program_block:nth-child(2n) {
  margin-left: 40px;
}
.education_page .program_block:before {
  display: block;
  content: "";
  padding-bottom: 90.9%;
}
.education_page .program_block .info_block {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin-top: -177px;
  padding: 50px 0 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.education_page .program_block .program_info {
  color: transparent;
  padding: 30px 40px;
}
.education_page .program_block .section_subtitle {
  margin-right: 40px;
  padding: 12px 38px;
  background: #ffffff;
  border-radius: 0 30px 30px 0;
}
.education_page .program_block .program_link {
  margin: auto 40px 0;
}
.education_page .program_block:hover {
  box-shadow: 0 2px 50px #C2D2E1;
}
.education_page .program_block:hover .info_block {
  top: 0;
  margin-top: 0;
}
.education_page .program_block:hover:nth-child(2n+1) .info_block {
  background: #0C97D6;
}
.education_page .program_block:hover:nth-child(2n) .info_block {
  background: #0081A7;
}
.education_page .program_block:hover .program_info {
  color: #ffffff;
}
.education_page .stats_section {
  margin: 60px auto 0;
  max-width: 980px;
}
.education_page .stats_info {
  margin-bottom: 50px;
}
.education_page .stat_inner {
  display: block;
  position: relative;
  overflow: hidden;
}
.education_page .stat_inner img {
  display: block;
  margin: 0 auto;
  width: 800px;
  height: auto;
  max-width: 100%;
}
.education_page .news_section {
  padding-top: 60px;
  padding-bottom: 80px;
}
.education_page .news_section .view_all {
  display: none;
}
.education_page .useful_documents {
  max-width: 980px;
  margin: 60px auto -20px;
}
.education_page .useful_documents .section_title {
  padding-bottom: 0;
}
.education_page .kindergarten_services {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}
.education_page .kindergarten_services .section_title {
  padding-bottom: 0;
}
.education_page .kindergarten_services .description_block {
  margin-top: 30px;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .education_page .program_block:nth-child(2n+1) {
    margin-right: 20px;
  }
  .education_page .program_block:nth-child(2n) {
    margin-left: 20px;
  }
  .education_page .program_block .info_block {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -120px;
  }
  .education_page .program_block .section_subtitle {
    padding: 10px 20px;
    margin-right: 20px;
  }
  .education_page .program_block .program_info {
    padding: 20px;
  }
  .education_page .program_block .program_link {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .education_page .kindergarten_services {
    padding-top: 70px;
  }
  .education_page .container_inner > *:first-child {
    padding-top: 40px;
  }
  .education_page .container_inner > *:last-child {
    padding-bottom: 40px;
  }
  .education_page .container_inner.kg_container .hex_content, .education_page .container_inner.ps_container .hex_content {
    margin-top: 30px;
  }
  .education_page .container_inner.kg_container .admission_section, .education_page .container_inner.ps_container .admission_section {
    margin-top: 30px;
  }
  .education_page .service_row {
    margin: 20px -10px 0;
  }
  .education_page .service_row .service_block {
    padding: 20px 10px 0;
  }
  .education_page .program_block {
    margin-top: 24px;
  }
  .education_page .program_block .info_block {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: -80px;
  }
  .education_page .program_block .section_subtitle {
    padding: 8px 15px;
    margin-right: 15px;
  }
  .education_page .program_block .program_info {
    padding: 15px 15px;
  }
  .education_page .program_block .program_link {
    margin-left: 15px;
    margin-right: 15px;
  }
  .education_page .stats_section {
    margin-top: 40px;
  }
  .education_page .news_section {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .education_page .programs_list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .education_page .program_block:nth-child(2n+1) {
    margin-right: 12px;
  }
  .education_page .program_block:nth-child(2n) {
    margin-left: 12px;
  }
  .education_page .program_block:before {
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 767px) {
  .education_page .service_row .service_block {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .education_page .programs_list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .education_page .program_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .education_page .program_block:nth-child(2n+1) {
    margin-right: 0;
  }
  .education_page .program_block:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .education_page .program_block:before {
    padding-bottom: 62.5%;
  }
}
@media screen and (max-width: 575px) {
  .education_page .kindergarten_services {
    padding-top: 50px;
  }
  .education_page .container_inner.kg_container .hex_content, .education_page .container_inner.ps_container .hex_content {
    margin-top: 10px;
  }
  .education_page .container_inner.kg_container .admission_section, .education_page .container_inner.ps_container .admission_section {
    margin-top: 40px;
  }
  .education_page .container_inner .section_title {
    padding-bottom: 20px;
  }
  .education_page .container_inner > *:first-child {
    padding-top: 30px;
  }
  .education_page .service_row {
    margin-top: 30px;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .education_page .program_block:before {
    padding-bottom: 75%;
  }
}
@media screen and (min-width: 400px) and (max-width: 479px) {
  .education_page .program_block:before {
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 479px) {
  .education_page .service_row {
    margin: 30px -5px 0;
  }
  .education_page .service_row .service_block {
    padding: 0 5px 20px;
  }
}
@media screen and (max-width: 399px) {
  .education_page .program_block:before {
    padding-bottom: 120%;
  }
  .education_page .service_row .service_block {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.education_page .numeric_list {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.education_page .numeric_list .hexagons_list {
  margin-left: -120px;
  margin-right: -40px;
}
.education_page .numeric_list .hexagons_list li {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1025px) {
  .education_page .numeric_list > li:first-child .hexagons_list:before {
    padding-bottom: 5%;
  }
  .education_page .numeric_list > li:first-child .hexagons_list li {
    flex: 0 0 20%;
    max-width: 20%;
    padding-bottom: 6%;
  }
  .education_page .numeric_list > li:first-child .hexagons_list li:nth-child(9n+6) {
    margin-left: 10%;
  }
  .education_page .numeric_list > li:first-child .info_list {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .education_page .numeric_list > li:first-child .info_list {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .education_page .numeric_list > li:first-child .hexagons_list:before {
    padding-bottom: 4%;
  }
  .education_page .numeric_list > li:first-child .hexagons_list li {
    flex: 0 0 25%;
    max-width: 25%;
    padding-bottom: 9%;
  }
  .education_page .numeric_list > li:first-child .hexagons_list li:nth-child(7n+5) {
    margin-left: 12.5%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .education_page .numeric_list > li:first-child .hexagons_list {
    margin-top: 20px;
  }
  .education_page .numeric_list > li:first-child .hexagons_list:before {
    padding-bottom: 10%;
  }
  .education_page .numeric_list > li:first-child .hexagons_list li {
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-bottom: 10%;
  }
  .education_page .numeric_list > li:first-child .hexagons_list li:nth-child(5n+4) {
    margin-left: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .education_page .numeric_list .hexagons_list li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .education_page .numeric_list .hexagons_list {
    margin: 0;
  }
  .education_page .numeric_list .hexagons_list li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 576px) {
  .education_page .numeric_list > li:first-child .hexagons_list li:first-child:nth-last-child(3), .education_page .numeric_list > li:first-child .hexagons_list li:first-child:nth-last-child(3) ~ li {
    flex: 0 0 33.33%;
    max-width: 320px;
  }
  .education_page .numeric_list > li:first-child .hexagons_list li:first-child:nth-last-child(3):before, .education_page .numeric_list > li:first-child .hexagons_list li:first-child:nth-last-child(3):after, .education_page .numeric_list > li:first-child .hexagons_list li:first-child:nth-last-child(3) ~ li:before, .education_page .numeric_list > li:first-child .hexagons_list li:first-child:nth-last-child(3) ~ li:after {
    display: block;
    content: "";
    padding-bottom: 8%;
  }
  .education_page .numeric_list > li:first-child .hexagons_list li:first-child:nth-last-child(3) {
    margin-left: auto;
  }
  .education_page .numeric_list > li:first-child .hexagons_list li:first-child:nth-last-child(3) ~ li:last-child {
    margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  .education_page .numeric_list > li:first-child .hexagons_list:before {
    padding-bottom: 20%;
  }
  .education_page .numeric_list > li:first-child .hexagons_list li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 15%;
  }
  .education_page .numeric_list > li:first-child .hexagons_list li:nth-child(3n) {
    margin-left: 25%;
  }
}
.education_page .admission_section {
  max-width: 980px;
  margin: 100px auto 0;
}
.education_page .admission_section .title_block {
  display: flex;
  padding-bottom: 25px;
}
.education_page .admission_section .section_title {
  margin-left: 0;
  padding-bottom: 0;
}
.education_page .admission_section .description_block {
  margin-bottom: 30px;
}
.education_page .admission_hint {
  padding-left: 20px;
  color: #7F87A9;
  flex: 1;
  text-align: right;
  align-self: center;
}
.education_page .drop_section {
  max-width: 980px;
  margin: 0 auto;
}
.education_page .contact_section {
  margin: 50px auto 0;
  max-width: 980px;
}
.education_page .contact_section .section_subtitle {
  margin-bottom: 25px;
}
.education_page .contact_section .primary_btn {
  margin-top: 45px;
}
.education_page .contact_person {
  border-left: 6px solid;
  padding-left: 30px;
}
.education_page .contact_person .person_post {
  color: #7F87A9;
}
.education_page .contact_person .person_name {
  font-family: "montserrat-semibold", "montserratarm-medium";
  margin-top: 10px;
}
.education_page .loaction_block {
  display: flex;
  align-items: flex-start;
  font-family: "montserrat-medium", "montserratarm";
  margin-top: 10px;
}
.education_page .loaction_block:before {
  display: block;
  margin-right: 10px;
  font-size: 2.4rem;
}
.education_page .contacts_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .education_page .contacts_list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .education_page .contacts_list {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.education_page .contacts_list > * {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  font-family: "montserrat-medium", "montserratarm";
}
@media screen and (min-width: 1025px) {
  .education_page .contacts_list > * {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .education_page .contacts_list > * {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.education_page .contacts_list > *:before {
  display: block;
  font-size: 2.4rem;
  margin-right: 10px;
}
.education_page .contacts_list a {
  color: inherit;
}
.education_page .meet_staff {
  max-width: 980px;
  margin: 60px auto 0;
  box-shadow: 0px 2px 50px rgba(194, 210, 225, 0.5);
  padding: 30px 50px;
  display: flex;
  align-items: center;
}
.education_page .meet_staff .icon_block {
  flex: 0 0 110px;
  max-width: 110px;
  margin-right: 50px;
}
.education_page .meet_staff .icon_block img {
  display: block;
  width: 100%;
  height: auto;
}
.education_page .meet_staff .standard_text,
.education_page .meet_staff .secondary_btn {
  margin-top: 10px;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .education_page .numeric_list .hexagons_list {
    margin-left: -70px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .education_page .numeric_list .hexagons_list {
    margin-left: -40px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 1024px) {
  .education_page .meet_staff {
    padding: 20px 15px;
  }
  .education_page .meet_staff .icon_block {
    margin-right: 24px;
  }
  .education_page .contact_person {
    padding-left: 16px;
    border-left-width: 4px;
  }
  .education_page .contact_section .primary_btn {
    margin-top: 30px;
  }
  .education_page .admission_section {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .education_page .admission_section .title_block {
    flex-wrap: wrap;
  }
  .education_page .admission_section .title_block .section_title {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .education_page .admission_hint {
    margin-top: 10px;
    text-align: left;
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .education_page .meet_staff {
    flex-wrap: wrap;
  }
  .education_page .meet_staff .icon_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .education_page .meet_staff .icon_block img {
    width: 100px;
    height: auto;
  }
}

.web .education_page .contacts_list a, .education_page .contacts_list .web a, .web .education_page .top_section .breadcrumbs a, .education_page .top_section .breadcrumbs .web a, .web .education_page.admission_page .btn_block .view_more, .education_page.admission_page .btn_block .web .view_more, .education_page .program_block .program_info {
  -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 .education_page .service_row .light_btn, .education_page .service_row .web .light_btn, .web .education_page .program_block .program_link, .education_page .program_block .web .program_link, .web .admission_list .admission_btn, .education_page .program_block, .education_page .program_block .info_block {
  -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 .education_page .contacts_list a, .education_page .contacts_list .touch a, .touch .education_page .top_section .breadcrumbs a, .education_page .top_section .breadcrumbs .touch a, .touch .education_page.admission_page .btn_block .view_more, .education_page.admission_page .btn_block .touch .view_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;
}

.touch .education_page .service_row .light_btn, .education_page .service_row .touch .light_btn, .touch .education_page .program_block .program_link, .education_page .program_block .touch .program_link, .touch .admission_list .admission_btn {
  -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 .education_page.admission_page .btn_block .view_more:hover, .education_page.admission_page .btn_block .web .view_more:hover {
  color: #02155A;
}
.web .education_page .program_block .program_link:hover, .education_page .program_block .web .program_link:hover {
  background: #ffffff;
  color: #000000;
  border-color: transparent;
}
.web .education_page .service_row .light_btn:hover, .education_page .service_row .web .light_btn:hover {
  background: #02155A;
  color: #ffffff;
  border-color: transparent;
}
.web .education_page .top_section .breadcrumbs a:hover, .education_page .top_section .breadcrumbs .web a:hover {
  color: #ffffff;
}
.web .education_page .contacts_list a:hover, .education_page .contacts_list .web a:hover {
  color: #F78D1F;
}
.touch .education_page.admission_page .btn_block .view_more:active, .education_page.admission_page .btn_block .touch .view_more:active {
  color: #02155A;
}
.touch .education_page .program_block .program_link:active, .education_page .program_block .touch .program_link:active {
  background: #ffffff;
  color: #000000;
  border-color: transparent;
}
.touch .education_page .service_row .light_btn:active, .education_page .service_row .touch .light_btn:active {
  background: #02155A;
  color: #ffffff;
  border-color: transparent;
}
.touch .education_page .top_section .breadcrumbs a:active, .education_page .top_section .breadcrumbs .touch a:active {
  color: #ffffff;
}
.touch .education_page .contacts_list a:active, .education_page .contacts_list .touch a:active {
  color: #F78D1F;
}

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