@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  width: 100%;
  min-width: 375px;
}

body {
  min-width: 375px;
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  color: #535353;
  position: relative;
}
body section:last-of-type {
  padding-bottom: 117px;
}
body footer {
  margin-top: auto;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Gotham Pro";
  font-weight: bold;
}

h1, .h1 {
  font-size: 48px;
  line-height: 108%;
  color: #004D85;
  text-transform: uppercase;
  margin-bottom: 42px;
}

h2, .h2 {
  font-size: 36px;
  line-height: 114%;
  text-transform: uppercase;
  color: #004D85;
}
h2.sm, .h2.sm {
  font-size: 28px;
  margin-bottom: 40px;
}
h2.xsm, .h2.xsm {
  font-size: 18px;
  text-transform: none;
}

h3, .h3 {
  font-size: 24px;
  line-height: 119%;
  text-transform: uppercase;
  color: #004D85;
  margin-bottom: 20px;
}

h4, .h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
  color: #004D85;
  margin-bottom: 26px;
}
h4.sm, .h4.sm {
  font-size: 14px;
}

h5, .h5 {
  font-size: 12px;
  font-weight: bold;
  color: #004D85;
  text-transform: uppercase;
}

button:focus, a:focus, input:focus, textarea:focus {
  outline: none;
}

p {
  margin-bottom: 18px;
  line-height: 120%;
}

a {
  transition: 0.2s;
  color: #004D85;
}

section {
  padding: 10vh 0;
  position: relative;
  flex: 0 0 auto;
}

footer {
  margin-top: auto;
}

hr {
  border-color: #C9C9C9;
  margin: 22px 0 63px;
}
hr.sm {
  margin: 12px 0;
  max-width: 540px;
}

ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

mark {
  background: #CADDFF;
}

ul:not([class]) {
  padding-left: 17px;
}
ul:not([class]) li::marker {
  color: #004D85;
}

.top_panel {
  background: #009EFF;
  height: 36px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_panel a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 27px;
}
.top_panel .lang_nav {
  margin-right: 18px;
}
.top_panel .lang_nav a {
  text-transform: uppercase;
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 6px;
  text-align: center;
  line-height: 27px;
}
.top_panel .lang_nav a.act {
  background: #004D85;
}
.top_panel .eye {
  width: 27px;
  height: 27px;
  display: inline-block;
  background: url(../img/icons.svg) 0 6px no-repeat;
}

header {
  overflow: hidden;
  flex: 0 0 auto;
}
header > .container {
  padding-top: 29px;
  padding-bottom: 29px;
}
header > .container .row {
  align-items: center;
  justify-content: space-between;
}
header .logo {
  display: inline-block;
  margin-right: 7px;
  position: relative;
}
header .logo:after {
  content: "";
  width: 1px;
  height: 37px;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  background: #C2130E;
}
header .slogan {
  margin-left: 11px;
}
header .phone {
  color: #004D85;
  text-decoration: none;
}
header .phone:not(:last-child) {
  margin-right: 20px;
}
header .phone:hover {
  color: #009EFF;
}
header address {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  color: #004D85;
  font-weight: 500;
  line-height: 15px;
}
header .apply_doc {
  color: #C2130E;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
}
header .apply_doc:hover {
  text-decoration: none;
}

.popup-phones {
  padding-top: 5px;
}

.s_nav {
  margin-top: 13px;
  position: relative;
  padding: 0;
  z-index: 5;
}
.s_nav > .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

#nav {
  min-height: 72px;
  padding: 23px 37px;
  position: relative;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
#nav:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: rgba(245, 252, 255, 0.5);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  opacity: 1;
  z-index: -1;
}
#nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0px 4px 20px rgba(0, 77, 133, 0.24);
  opacity: 1;
  z-index: -2;
}
#nav.level_open:before, #nav.level_open:after {
  opacity: 0;
}

.col-nav {
  display: -ms-flex;
  display: flex;
}

#main_nav {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  flex-grow: 1;
  display: contents;
}
#main_nav > .main_nav_scroll > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #004D85;
  font-family: "Gotham Pro";
  position: relative;
  line-height: 1.8;
  position: relative;
  z-index: 2;
  margin-right: 15px;
}
#main_nav > .main_nav_scroll > a:not(:first-of-type) {
  margin-left: 15px;
}
#main_nav > .main_nav_scroll > a.have_level:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
  border-top: 9px solid #004D85;
  border-bottom: 9px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transition: 0.2s;
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
#main_nav > .main_nav_scroll > a.have_level.open:after {
  opacity: 1;
  transition-delay: 0.1s;
}
#main_nav > .main_nav_scroll > a.mob_item {
  text-transform: none;
  text-decoration: underline;
}

.nav_close, .el_close, .srch_close, .popup_close {
  position: absolute;
  right: 20px;
  top: 18px;
  padding: 0;
  width: 22px;
  height: 29px;
  line-height: 20px;
  border: none;
  background: none;
  font-size: 40px;
  font-weight: 200;
  font-family: "Helvetica Neue", sans-serif;
  color: #004D85;
  z-index: 10;
}

.dropd {
  padding: 72px 0 23px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  opacity: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0px 4px 20px rgba(0, 77, 133, 0.24);
}
.dropd.dd-open {
  opacity: 1;
}
.dropd:before {
  content: "";
  display: block;
  width: 100%;
  height: 200vh;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
  background: rgba(245, 252, 255, 0.5);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  z-index: -1;
}
.dropd:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
  box-shadow: 0px 4px 20px rgba(0, 77, 133, 0.24);
  z-index: -2;
}
.dropd .dd_hide {
  padding: 20px 37px 14px;
  display: none;
}

nav a, .nav a {
  font-weight: 500;
}

nav a, .nav a, .nav_l a {
  display: block;
  text-decoration: underline;
  color: #004D85;
}
nav a:hover, .nav a:hover, .nav_l a:hover {
  text-decoration: none;
}

.nav, .nav_l {
  display: block;
}
.nav a, .nav_l a {
  margin: 0 0 12px !important;
}

.srch_open, .subnav_open, .nav_open, .phones_open, .addr_open {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-decoration: none;
  background: url(../img/icons.svg) 0 0 no-repeat;
  position: relative;
  z-index: 2;
}
.srch_open:hover, .subnav_open:hover, .nav_open:hover, .phones_open:hover, .addr_open:hover {
  text-decoration: none;
}

.subnav_open, .nav_open {
  background-position: 2px -95px;
  margin-left: 15px;
}

.srch_open {
  background-position: 2px -46px;
  margin: 0 15px;
}

.addr_open {
  background-position: 0 -550px;
  margin: 0 15px;
  width: 17px;
}

.phones_open {
  background-position: 0 -496px;
  margin: 0 15px 0 0;
  width: 17px;
}

.srch_panel {
  position: fixed;
  width: 100%;
  height: 233px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(245, 252, 255, 0.5);
  box-shadow: 0px 4px 20px rgba(0, 77, 133, 0.24);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  z-index: 10;
  transition: 0.3s;
  top: -250px;
}
.srch_panel.active {
  top: 0;
}
.srch_panel .srch_close {
  top: 32px;
  right: 33px;
}

.f_srch {
  display: -ms-flex;
  display: flex;
}
.f_srch *::placeholder {
  color: #959595;
  font-size: 14px;
}
.f_srch .inp_srch {
  flex-grow: 1;
  background: #fff;
  border: 1px solid #D4E0EA;
  border-right: 0;
  height: 50px;
  line-height: 48px;
  padding: 0 34px;
}
.f_srch .btn {
  height: 51px;
  line-height: 51px;
  margin-left: 8px;
}

.s_nav + section:not(.s_breadcrumbs):not(.s_edlevels):not(.s_his_top) {
  padding-top: 136px;
}

.s_edlevels {
  position: relative;
  padding: 209px 0 55px;
}
.s_edlevels:before {
  content: "";
  position: absolute;
  left: 0;
  top: 147px;
  width: 100%;
  height: 561px;
  background: #F4F8FC url(../img/edlevels_bg.svg) right center no-repeat;
  background-size: auto 100%;
  z-index: -2;
}
.s_edlevels:after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
  background: url(../img/edlevels_bg2.svg) center top no-repeat;
  z-index: -1;
}
.s_edlevels h2 {
  margin-bottom: 53px;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 100%;
}

.s_edlevels .mb22, .row_study .mb22 {
  position: relative;
}
.s_edlevels .mb22:before, .row_study .mb22:before {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  z-index: -1;
  box-shadow: 0px 4px 20px rgba(0, 77, 133, 0.24);
  position: absolute;
  left: 15px;
  top: 0;
  border-radius: 12px;
}

.el_item, .cp_item, .st_item {
  position: relative;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.7) 0 0 no-repeat;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-radius: 12px;
  padding: 23px 24px 19px;
  height: 100%;
  max-height: 100%;
  min-height: 208px;
  transition: 0.6s;
  z-index: 2;
  overflow: hidden;
  border: none;
}
.el_item img, .cp_item img, .st_item img {
  margin-bottom: 33px;
  width: 68px;
  height: 68px;
  max-height: 68px;
  flex: 0 0 68px;
  transform: scale(1);
  transition: 0.3s;
}
.el_item h3, .cp_item h3, .st_item h3 {
  margin-top: auto;
  color: #004D85;
  font-weight: 500;
  font-size: 16px;
  line-height: 119%;
  text-transform: uppercase;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.el_item:after, .cp_item:after, .st_item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: -542px;
  top: -546px;
  width: 1200px;
  height: 1200px;
  transform: scale(0);
  transition: 0.3s;
  border-radius: 50%;
  background: #E3F1FA;
  opacity: 0;
}
.el_item:hover, .cp_item:hover, .st_item:hover {
  text-decoration: none;
  transform: scale(1.02);
}
.el_item:hover:after, .cp_item:hover:after, .st_item:hover:after {
  transform: scale(1);
  opacity: 0.7;
  transition: transform 1.2s;
}
.el_item .h5, .cp_item .h5, .st_item .h5 {
  text-transform: none;
  font-weight: normal;
}

.s_dir .el_item,
.s_kaf .el_item,
.s_under .el_item,
.cp_item {
  align-items: flex-start;
}
.s_dir .el_item img,
.s_kaf .el_item img,
.s_under .el_item img,
.cp_item img {
  flex: 0 0 48px;
  height: 48px;
  width: auto;
}
.s_dir .el_item h3,
.s_kaf .el_item h3,
.s_under .el_item h3,
.cp_item h3 {
  font-size: 14px;
  margin-bottom: 5px;
}

.el_popup h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #004D85;
}
.el_popup .owl_container {
  justify-content: flex-start;
}

.popup .el_title {
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.popup .el_title h3 {
  margin-right: 36px;
  margin-bottom: 13px;
}
.popup .el_title p {
  margin-right: 21px;
  color: #004D85;
  margin-bottom: 13px;
}
.popup .el_title a {
  margin-bottom: 13px;
}

.owl-edlevel .owl-stage-outer {
  overflow: visible;
}
.owl-edlevel .owl-stage {
  display: -ms-flex;
  display: flex;
}
.owl-edlevel .owl-dots {
  float: left;
  margin-top: 26px;
  margin-left: 15px;
}
.owl-edlevel button.owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 5px;
  margin: 0 6px;
  border: 1px solid #99B9FF;
  padding: 0;
  background: none;
}
.owl-edlevel button.owl-dot.active {
  background: #99B9FF;
}
.owl-edlevel .owl-nav {
  width: 44px;
  float: left;
  margin-top: 27px;
}
.owl-edlevel button.owl-next,
.owl-edlevel button.owl-prev {
  width: 22px;
  height: 22px;
  background: none;
  border: none;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
}
.owl-edlevel button.owl-next:before,
.owl-edlevel button.owl-prev:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 1px solid #99B9FF;
  border-left: 1px solid #99B9FF;
}
.owl-edlevel button.owl-next span,
.owl-edlevel button.owl-prev span {
  display: none;
}
.owl-edlevel button.owl-next:before {
  transform: rotate(135deg) translate(-2px, -2px);
}
.owl-edlevel button.owl-prev:before {
  transform: rotate(-45deg) translate(3px, 3px);
}
.owl-edlevel .item {
  background: #F4F8FC;
  border-radius: 12px;
  padding: 29px 30px;
  width: 280px;
  height: 100%;
}
.owl-edlevel .item.big {
  width: 540px;
}
.owl-edlevel .item.big .nav {
  column-count: 2;
  column-fill: auto;
  column-gap: 30px;
}
.owl-edlevel .item .date {
  margin-bottom: 8px;
}
.owl-edlevel .item h4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 29px;
}
.owl-edlevel .item p.blue {
  margin-bottom: 19px;
}

.s_info {
  padding: 22px 0 73px;
}

.owl-info .owl-stage {
  display: -ms-flex;
  display: flex;
}
.owl-info .item {
  background-size: cover;
  border-radius: 36px;
  padding: 0 !important;
}
.owl-info .owl-item {
  text-transform: uppercase;
  font-family: "Gotham Pro";
  float: none;
  margin-left: 3px;
}
.owl-info .owl-item img {
  width: auto;
  margin-bottom: 11px;
}
.owl-info .owl-item h2 {
  font-weight: 800;
  color: #fff;
  margin-bottom: 11px;
}
.owl-info .owl-item h3 {
  font-size: 24px;
  margin-bottom: 23px;
  color: #fff;
}
.owl-info .owl-item p {
  font-weight: 700;
  font-size: 16px;
}

.owl_container {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-top: 29px;
}

.owl_control {
  text-align: center;
  position: relative;
}
.owl_control .owl_dots {
  margin: 0 32px;
  display: inline-block;
  height: 22px;
  align-items: center;
  display: -ms-flex;
  display: flex;
}
.owl_control .owl_dots.disabled {
  display: none !important;
}
.owl_control .owl_dots button.owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 5px;
  margin: 0 6px;
  border: 1px solid #99B9FF;
  padding: 0;
  background: #fff;
}
.owl_control .owl_dots button.owl-dot.active {
  background: #99B9FF;
}
.owl_control .owl_nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.owl_control .owl_nav.disabled {
  display: none !important;
}
.owl_control .owl_nav button.owl-next,
.owl_control .owl_nav button.owl-prev {
  width: 22px;
  height: 22px;
  background: none;
  border: none;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
}
.owl_control .owl_nav button.owl-next:before,
.owl_control .owl_nav button.owl-prev:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 1px solid #99B9FF;
  border-left: 1px solid #99B9FF;
}
.owl_control .owl_nav button.owl-next span,
.owl_control .owl_nav button.owl-prev span {
  display: none;
}
.owl_control .owl_nav button.owl-next:before {
  transform: rotate(135deg) translate(-2px, -2px);
}
.owl_control .owl_nav button.owl-prev:before {
  transform: rotate(-45deg) translate(3px, 3px);
}

.s_news {
  padding: 41px 0 15px;
}
.s_news h2 {
  color: #F2A900;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 20px;
}
.s_news .tabs_head {
  margin-top: 40px;
}
.s_news .tabs_head a {
  height: 27px;
  line-height: 27px;
}
.s_news .tabs_head a:hover, .s_news .tabs_head a.active {
  background: #004D85;
  color: #fff;
}
.s_news + .s_graduates {
  padding-top: 0;
}

.news_item {
  margin-bottom: 59px;
}
.news_item img {
  border-radius: 12px;
  margin-bottom: 12px;
}
.news_item h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #004D85;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #C9C9C9;
}
.news_item h3, .news_item p {
  max-width: 350px;
}

.actnews_item {
  margin-bottom: 40px;
}
.actnews_item h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #004D85;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #C9C9C9;
  max-width: 540px;
}
.actnews_item p {
  margin-bottom: 12px;
}

.date {
  color: #009EFF;
  margin-bottom: 12px;
}

.s_rules {
  padding: 40px 0 0;
  background: url(../img/rules_wave.svg) center 79px no-repeat;
  position: relative;
  overflow: hidden;
}
.s_rules:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 100%;
  height: 63px;
  background: url(../img/rules_wave.svg) center top no-repeat;
  z-index: -1;
}
.s_rules .container {
  position: relative;
}
.s_rules h2 {
  font-size: 24px;
  text-transform: uppercase;
  text-align: right;
}
.s_rules h2 + .btn {
  margin-left: 27px;
}
.s_rules .left {
  padding-top: 36px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 380px;
  position: relative;
  z-index: 1;
}
.s_rules .left h2 {
  color: #C2130E;
}
.s_rules .left:after {
  content: "";
  position: absolute;
  right: 36px;
  bottom: 0;
  background: url(../img/rules_l.svg) right top no-repeat;
  width: 50vw;
  height: 379px;
  z-index: -1;
}
.s_rules .right {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 353px;
  position: relative;
  z-index: 1;
}
.s_rules .right:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 0;
  background: url(../img/rules_r.svg) left top no-repeat;
  width: 50vw;
  height: 359px;
  z-index: -1;
}

.s_about {
  padding: 84px 0 104px;
}
.s_about .row:not(.row_images) > [class^=col] {
  margin-bottom: 24px;
}
.s_about .row:not(.row_images) > [class^=col] > a:first-child + a {
  margin-top: 24px;
}
.s_about h2 {
  color: #C2130E;
  margin-bottom: 80px;
}
.s_about img {
  border-radius: 12px;
}
.s_about h3 {
  color: #004D85;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 42px;
}

.row_images .d-flex {
  align-items: flex-start;
}
.row_images img {
  border-radius: 12px;
}
.row_images img:not(:first-child) {
  margin-top: 24px;
}

.s_numbers {
  padding: 89px 0 74px;
  background: #DCE7EF;
  position: relative;
  z-index: 1;
}
.s_numbers:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(../img/numbers_bg.svg) center center no-repeat;
  background-size: auto 100%;
}
.s_numbers:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 60vw;
  height: 100%;
  z-index: -2;
  background: #F4F8FC;
}
.s_numbers h2 {
  font-size: 36px;
  color: #004D85;
  text-transform: uppercase;
  margin-bottom: 48px;
}

.row_numbers {
  margin-bottom: 25px;
}
.row_numbers [class^=col] {
  margin-bottom: 30px;
  position: relative;
}
.row_numbers [class^=col]:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  width: calc(100% - 30px);
  height: 100%;
  box-shadow: 0px 4px 20px rgba(0, 77, 133, 0.24);
  z-index: -1;
  border-radius: 12px;
}

.num_item {
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #009EFF;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-radius: 12px;
}
.num_item h3 {
  height: 118px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  color: #004D85;
  font-size: 14px;
  border: 1px solid #009EFF;
  border-top: none;
  border-radius: 12px;
  margin-left: -1px;
  margin-bottom: -1px;
  width: calc(100% + 2px);
  background: #fff;
  text-transform: none;
}
.num_item .num_big {
  height: 131px;
  font-size: 68px;
  color: #004D85;
  padding: 10px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Gotham Pro";
  font-weight: bold;
}
.num_item .num_big .num_sm {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 10px;
}

.s_graduates {
  padding: 132px 0 67px;
}
.s_graduates h1 {
  margin-bottom: 84px;
}
.s_graduates h2 {
  font-size: 36px;
  color: #004D85;
  margin-bottom: 105px;
}
.s_graduates [class^=col] {
  margin-bottom: 80px;
}

.owl-experts a.popup_open,
.owl-graduates a.popup_open {
  display: block;
  max-width: 262px;
  margin: 0 auto;
}
.owl-experts a.popup_open img,
.owl-graduates a.popup_open img {
  margin-right: 12px;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 12px;
  border-radius: 12px;
}
.owl-experts a.popup_open h3,
.owl-graduates a.popup_open h3 {
  color: #004D85;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #C9C9C9;
  font-size: 16px;
}
.owl-experts a.popup_open + p,
.owl-graduates a.popup_open + p {
  max-width: 262px;
  margin: 0 auto;
}

.s_gallery {
  padding: 0 0 36px !important;
  background: #004D85;
  overflow: hidden;
}
.s_gallery + .s_rules {
  padding-top: 40px;
}
.s_gallery .container {
  padding: 0;
}
.s_gallery .owl-stage {
  display: -ms-flex;
  display: flex;
}
.s_gallery .owl-stage .item {
  height: 100%;
}
.s_gallery .owl-stage .item a {
  display: block;
  height: 100%;
}
.s_gallery .owl-stage .item a img {
  height: 100%;
  width: auto;
}

.owl-gallery {
  margin: 0 15px;
}
.owl-gallery .owl-stage-outer {
  overflow: visible;
}
footer {
  padding: 65px 0 136px;
  background: #004D85;
  color: #fff !important;
}
footer a {
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
}
footer address {
  font-size: 12px;
  margin-bottom: 18px;
}
footer .phone {
  font-size: 16px;
  color: #fff;
}
footer .phones_ft {
  margin-right: 23px;
  margin-bottom: 18px;
}

.logo_ft {
  display: inline-block;
  margin-bottom: 44px;
}

.socials_ft {
  display: -ms-flex;
  display: flex;
  margin-bottom: 18px;
}
.socials_ft a {
  display: inline-block;
  width: 27px;
  max-width: 27px;
  flex: 0 0 27px;
  height: 27px;
  background: url(../img/icons.svg) 0 0 no-repeat;
  margin-right: 18px;
  text-decoration: none;
}
.socials_ft a.fb {
  background-position: 0 -145px;
}
.socials_ft a.inst {
  background-position: 0 -211px;
}
.socials_ft a.vk {
  background-position: 0 -264px;
}
.socials_ft a.tg {
  background-position: 0 -314px;
}

.nav_ft a {
  color: #fff;
  font-size: 12px;
  line-height: 125%;
  margin-bottom: 5px;
  font-weight: 400;
}
.nav_ft a:hover {
  text-decoration: none;
}

.s_breadcrumbs {
  padding: 104px 0 44px;
}
.s_breadcrumbs + section {
  padding-top: 0;
}

.breadcrumbs {
  margin-bottom: 45px;
}

.s_breadcrumbs a, .s_breadcrumbs span, .breadcrumbs a, .breadcrumbs span {
  color: #009EFF;
  font-size: 12px;
  font-family: "Gotham Pro";
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-weight: 500;
}
.s_breadcrumbs a:not(:last-child), .breadcrumbs a:not(:last-child) {
  margin-right: 80px;
}
.s_breadcrumbs a:not(:last-child):after, .breadcrumbs a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: -57px;
  width: 37px;
  height: 8px;
  background: url(../img/icons.svg) 0 -370px no-repeat;
}

.s_title {
  padding: 0 0 48px;
}
.s_title .h3 {
  font-weight: 500;
  margin-bottom: 21px;
}
.s_title h1 {
  margin-bottom: 0;
}
.s_title h1 + .blue_bold {
  margin-top: 39px;
}

.s_prog_info {
  background: url(../img/prog_info_bg.svg) center center no-repeat;
  background-size: cover;
  padding: 43px 0 13px;
}
.s_prog_info [class^=col] {
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.s_prog_info [class^=col]:before {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  z-index: -1;
  box-shadow: 0px 4px 20px rgba(0, 77, 133, 0.24);
  position: absolute;
  left: 15px;
  top: 0;
  border-radius: 12px;
}

.pi_item {
  border-radius: 12px;
  background: rgba(245, 252, 255, 0.5);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  padding: 24px;
  color: #004D85;
  height: 100%;
  display: block;
}
.pi_item p {
  font-size: 12px;
  margin-bottom: 12px;
}
.pi_item .h3 {
  font-size: 18px;
  text-transform: uppercase;
}
.pi_item .h3 + p {
  font-size: 14px;
}
.pi_item .h4 {
  margin-bottom: 8px;
}
.pi_item .h5 {
  line-height: 150%;
}
.pi_item *:last-child {
  margin-bottom: 0;
}

.pi_red {
  background: #C2130E;
  color: #fff;
  text-decoration: none;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pi_red .h3 {
  color: #fff;
}
.pi_red .h3:hover {
  text-decoration: none;
}

.s_prog_about {
  overflow: hidden;
  padding: 59px 0 90px;
}
.s_prog_about h3, .s_prog_about .h3 {
  margin-bottom: 32px;
}
.s_prog_about .btn + h2 {
  margin-top: 45px;
}
.s_prog_about h2 {
  margin-bottom: 50px;
}

.dis_item {
  color: #fff;
  text-transform: uppercase;
  display: -ms-flex;
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "Gotham Pro";
  padding: 33px 20px;
  border-radius: 12px;
  line-height: 135%;
  min-height: 123px;
}

.dis_row {
  position: relative;
  margin-bottom: 24px;
}
.dis_row:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1500px;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  margin-bottom: -70px;
  background: url(../img/dis_bg.svg) 0 0 repeat;
  z-index: -1;
}
.dis_row [class^=col] {
  margin-bottom: 24px;
}
.dis_row [class^=col]:nth-child(6n+1) .dis_item {
  background: #004D85;
}
.dis_row [class^=col]:nth-child(6n+2) .dis_item {
  background: #1D8296;
}
.dis_row [class^=col]:nth-child(6n+3) .dis_item {
  background: #9058B4;
}
.dis_row [class^=col]:nth-child(6n+4) .dis_item {
  background: #C2130E;
}
.dis_row [class^=col]:nth-child(6n+5) .dis_item {
  background: #F2A900;
}
.dis_row [class^=col]:nth-child(6n+6) .dis_item {
  background: #009EFF;
}

.prog_courses {
  margin-bottom: 67px;
}

.accordion {
  background: #F4F8FC;
  border-radius: 12px;
  padding: 36px 44px 36px;
  margin-bottom: 12px;
  transition: 0.2s;
}
.accordion.active {
  background: #fff;
}
.accordion h2, .accordion .h2, .accordion h3, .accordion .h3 {
  margin-bottom: 0;
}
.accordion h3, .accordion .h3 {
  text-transform: none;
  min-height: 35px;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.accordion + .btn {
  margin-top: 28px;
}
.accordion .ac_head {
  cursor: pointer;
  position: relative;
  padding-right: 120px;
}
.accordion .ac_head:after {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid #004D85;
  border-bottom: 2px solid #004D85;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  transform: rotate(45deg);
  transform-origin: 0 0 0;
}
.accordion .ac_head.active:after {
  border: none;
  border-left: 2px solid #004D85;
  border-top: 2px solid #004D85;
}
.accordion .ac_head.active + .ac_body {
  display: block;
}
.accordion .ac_head h3 {
  text-transform: uppercase;
}
.accordion .ac_head h3.h4 {
  text-transform: none;
}
.accordion .ac_head .h4 {
  margin-bottom: 0;
}
.accordion .ac_body {
  display: none;
  padding: 30px 0 0;
}
.accordion .ac_body .ac_txt {
  margin-top: 20px;
  line-height: 120%;
  font-size: 16px;
  font-family: "Gotham Pro";
}
.accordion .ac_body .ac_txt p {
  font-weight: 500;
  color: #004D85;
}
.accordion .ac_body .ac_schedule {
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.accordion .ac_body .ac_schedule .sched_num:not(:first-child) {
  margin-top: 10px;
}
.accordion .ac_body .ac_schedule .sched_num .percent {
  font-size: 48px;
  font-weight: 700;
  font-family: "Gotham Pro";
  color: #004D85;
  line-height: 1.2;
}
.accordion .ac_body .ac_schedule .sched_num span {
  margin-top: 13px;
  color: #004D85;
}
.accordion .ac_body .ac_schedule .sched_main {
  width: 220px;
  height: 220px;
  border-radius: 110px;
  box-shadow: 0px 4px 20px rgba(0, 77, 133, 0.24);
  border: 9px solid #fff;
  background: #F2A900;
  margin: 0 12px 0 9px;
  position: relative;
}
.accordion .ac_body .ac_schedule .sched_main .shed_center {
  position: absolute;
  width: 156px;
  height: 156px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #F4F8FC;
  border-radius: 78px;
  border: 9px solid #fff;
  box-shadow: 0px 4px 20px rgba(0, 77, 133, 0.24) inset;
}
.accordion .ac_body .ac_schedule .sched_main .pie {
  --width: 202px;
  width: var(--width);
  aspect-ratio: 1;
  display: inline-grid;
  place-content: center;
  font-size: 25px;
  font-weight: bold;
  font-family: sans-serif;
  position: absolute;
}
.accordion .ac_body .ac_schedule .sched_main .pie:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 0;
  background: conic-gradient(var(--color) calc(var(--percent)*1%), #0000 0);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--border)), #000 calc(100% - var(--border)));
  mask: radial-gradient(farthest-side, #0000 calc(99% - var(--border)), #000 calc(100% - var(--border)));
  transform: rotate(var(--firstwidth));
}
.accordion .ac_body .accordion {
  margin-right: -32px;
  padding-right: 32px;
}

.row_teach {
  margin-bottom: 48px;
}
.row_teach > [class^=col] {
  margin-bottom: 30px;
}
.row_teach > [class^=col]:nth-child(6n+1) .teach_item {
  background: #1D8296;
}
.row_teach > [class^=col]:nth-child(6n+2) .teach_item {
  background: #9058B4;
}
.row_teach > [class^=col]:nth-child(6n+3) .teach_item {
  background: #004D85;
}
.row_teach > [class^=col]:nth-child(6n+4) .teach_item {
  background: #C2130E;
}
.row_teach > [class^=col]:nth-child(6n+5) .teach_item {
  background: #F2A900;
}
.row_teach > [class^=col]:nth-child(6n+6) .teach_item {
  background: #009EFF;
}

.teach_item {
  padding: 60px 44px 50px;
  border-radius: 12px;
  box-shadow: 0px 4px 20px rgba(0, 77, 133, 0.24);
  color: #fff;
  height: 100%;
}
.teach_item h3, .teach_item .h3 {
  color: #fff;
  margin-bottom: 47px;
}
.teach_item h4 {
  margin-bottom: 5px;
  color: #fff;
}
.teach_item .h4 {
  margin-bottom: 17px;
  color: #fff;
  line-height: 120%;
}
.teach_item p {
  margin-bottom: 26px;
  font-weight: 300;
}
.teach_item ul {
  list-style: none;
  padding: 0;
}
.teach_item ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}
.teach_item ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 4px;
}

.ti_title {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
}
.ti_title div {
  margin-right: 19px;
}
.ti_title h3, .ti_title .h3 {
  margin-bottom: 0;
}

.row_work {
  margin-bottom: 70px;
}

.owl-work [class^=wave] {
  width: 255px;
}
.owl-work .item {
  height: 100%;
}

.owl-about {
  margin-top: 64px;
  margin-bottom: 94px;
}
.owl-about [class*=wave] {
  width: 342px;
}
.owl-about .item {
  height: 100%;
}

.owl-rows {
  margin-bottom: 67px;
}
.owl-rows .item {
  width: 157px;
  text-align: center;
  margin: 0 auto;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.owl-rows .item * {
  margin-bottom: 0;
}

.owl-work .owl-stage, .owl-about .owl-stage, .owl-rows .owl-stage {
  display: -ms-flex;
  display: flex;
}
.owl-work [class^=wave], .owl-about [class^=wave], .owl-rows [class^=wave] {
  min-height: 100%;
  border-radius: 12px;
  padding: 41px 30px;
  color: #000;
}
.owl-work [class^=wave] h4, .owl-work [class^=wave] .h4, .owl-about [class^=wave] h4, .owl-about [class^=wave] .h4, .owl-rows [class^=wave] h4, .owl-rows [class^=wave] .h4 {
  min-height: 53px;
  line-height: 120%;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.owl-work [class^=wave] ul, .owl-about [class^=wave] ul, .owl-rows [class^=wave] ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.owl-work [class^=wave] ul li, .owl-about [class^=wave] ul li, .owl-rows [class^=wave] ul li {
  margin-bottom: 15px;
}

.wave_gray {
  background: url(../img/wave_gray.svg) 0 0 repeat;
}

.wave_yellow {
  background: url(../img/wave_yellow.svg) 0 0 repeat;
}

.wave_blue {
  background: url(../img/wave_blue.svg) 0 0 repeat;
}

.block_hh {
  margin-bottom: 80px;
}
.block_hh h3 {
  margin-bottom: 43px;
}
.block_hh h3 img {
  margin: 0 16px 0 24px;
}
.block_hh h3 {
  position: relative;
  padding-left: 62px;
}
.block_hh h3 span {
  display: block;
}
.block_hh h3 img {
  position: absolute;
  left: 0;
  top: 1px;
  margin: 0;
}

.owl-hh .owl-stage {
  display: -ms-flex;
  display: flex;
}

.hh_item {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  max-width: 283px;
  flex: 0 0 283px;
  height: 100%;
  background: #F4F8FC;
  border-radius: 12px;
  padding: 41px 30px;
  width: 255px;
}
.hh_item h4 {
  min-height: 40px;
  margin-bottom: 18px;
  font-size: 12px;
  color: #000;
  text-align: center;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hh_item .h4 {
  margin-top: auto;
  margin-bottom: 6px;
  text-align: center;
}
.hh_item .h4 + p {
  text-align: center;
  margin-bottom: 0;
}

.row_causes {
  margin-bottom: 100px;
}
.row_causes h2 {
  color: #F2A900;
  margin-bottom: 43px;
}
.row_causes .h4 {
  margin-bottom: 48px;
  line-height: 120%;
  font-weight: bold;
}
.row_causes .ul_bold {
  max-width: 447px;
}

.row_privilege h2 {
  margin-bottom: 68px;
}
.row_privilege .col-auto {
  max-width: 193px;
  margin-bottom: 30px;
}
.row_privilege .col-auto img {
  margin-bottom: 29px;
}

.s_manager {
  padding: 66px 0 50px;
  background: #F4F8FC;
}

.s_zavkaf {
  padding: 60px 0 80px;
}

.s_manager h1, .s_zavkaf h1 {
  max-width: 780px;
  margin-bottom: 66px;
}
.s_manager h3, .s_zavkaf h3 {
  margin-bottom: 25px;
}
.s_manager img, .s_zavkaf img {
  border-radius: 12px;
  margin-bottom: 30px;
}
.s_manager .h4, .s_zavkaf .h4 {
  margin-bottom: 12px;
  line-height: 120%;
}
.s_manager .mail_sm, .s_zavkaf .mail_sm {
  margin-bottom: 13px;
}
.s_manager p .mail_sm, .s_zavkaf p .mail_sm {
  margin-bottom: 0;
}
.s_manager h4, .s_zavkaf h4 {
  margin-bottom: 15px;
}
.s_manager a, .s_zavkaf a {
  color: #004D85;
  text-decoration: underline;
}
.s_manager .phone_sm, .s_zavkaf .phone_sm {
  margin-right: 22px;
  text-decoration: none;
}
.s_manager .phone_xl, .s_zavkaf .phone_xl {
  font-size: 28px;
  font-family: "Gotham Pro";
  color: #009EFF;
  font-size: 28px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 26px;
  font-weight: bold;
}
.s_manager .blue_bold, .s_zavkaf .blue_bold {
  margin-bottom: 10px;
}
.s_manager .blue_bold p, .s_zavkaf .blue_bold p {
  margin-bottom: 0 !important;
}
.s_manager .blue_bold + img, .s_zavkaf .blue_bold + img {
  margin-top: 24px;
  margin-bottom: 12px;
}
.s_manager h2, .s_zavkaf h2 {
  margin-bottom: 46px;
}
.s_manager .maw-323, .s_zavkaf .maw-323 {
  max-width: 323px;
  float: right;
}
.s_manager .m_panel, .s_zavkaf .m_panel {
  background: #F4F8FC;
  padding: 30px 37px;
  max-width: 450px;
}

.f_manager {
  margin-bottom: 0;
}
.f_manager *::placeholder {
  color: #959595;
}
.f_manager input {
  border: 1px solid #D4E0EA;
  padding: 0 18px;
  width: 100%;
  height: 51px;
  line-height: 51px;
  margin-bottom: 16px;
}
.f_manager textarea {
  width: 100%;
  min-height: 96px;
  padding: 21px 18px;
  border: 1px solid #D4E0EA;
  margin-bottom: 24px;
}
.f_manager .row [class^=col]:not(.order-2) {
  margin-bottom: 15px;
}

.s_partners {
  padding: 54px 0;
}
.s_partners h3 {
  margin-bottom: 92px;
}
.s_partners [class^=col] {
  margin-bottom: 30px;
  text-align: center;
}
.s_partners img {
  margin-bottom: 34px;
  height: 79px;
  width: auto;
}
.s_partners .h4 {
  font-size: 14px;
  line-height: 120%;
  max-width: 231px;
  margin: 0 auto;
}
.s_partners h2 {
  margin-bottom: 52px;
}

.s_selection {
  background: #F4F8FC;
  padding: 93px 0 80px;
  overflow: hidden;
}
.s_selection .h4 {
  font-weight: bold;
}
.s_selection h2 + .h4 {
  margin-top: 39px;
}
.s_selection + .s_news {
  padding-top: 67px;
}

.s_selection h2, .popup-form h2 {
  margin-bottom: 17px;
  color: #F2A900;
}
.s_selection h3.h4, .popup-form h3.h4 {
  max-width: none;
}
.s_selection .phone, .popup-form .phone {
  font-size: 24px;
  font-weight: bold;
  color: #004D85;
  margin-bottom: 12px;
}
.s_selection input:last-of-type, .popup-form input:last-of-type {
  margin-bottom: 30px;
}
.s_selection .left, .popup-form .left {
  z-index: 1;
  margin-right: auto;
}
.s_selection .left:after, .popup-form .left:after {
  content: "";
  background: url(../img/sel_wave.svg) 0 0 no-repeat;
  height: 63px;
  width: 731px;
  bottom: 8px;
  right: 15px;
  position: absolute;
  display: block;
  z-index: -1;
}

.s_reviews {
  padding: 70px 0 0;
}
.s_reviews h2 {
  margin-bottom: 44px;
}

.owl-reviews {
  margin-bottom: 20px;
}
.owl-reviews a {
  display: block;
}
.owl-reviews a:hover {
  text-decoration: none;
}
.owl-reviews img {
  margin-bottom: 19px;
}
.owl-reviews h3 {
  font-size: 14px;
  margin-bottom: 9px;
}

.s_prog_more {
  padding: 110px 0 43px;
}
.s_prog_more h3 {
  margin-bottom: 19px;
}
.s_prog_more p + h3 {
  margin-top: 27px;
}
.s_prog_more p + .btn {
  margin-top: 8px;
}
.s_prog_more .btn + h3 {
  margin-top: 51px;
}

.s_faq {
  padding: 43px 0 47px;
}
.s_faq h2 {
  margin-bottom: 28px;
}
.s_faq .accordion:last-of-type + * {
  margin-top: 30px;
}
.s_faq .accordion:last-of-type + noindex {
  display: block;
}

.s_recommend {
  padding: 50px 0 180px;
  overflow-x: hidden;
}
.s_recommend h2 {
  margin-bottom: 20px;
}
.s_recommend [class^=col] {
  margin-bottom: 20px;
}
.s_recommend [class^=col]:not(:first-child) {
  position: relative;
  z-index: 1;
}
.s_recommend [class^=col]:not(:first-child):before {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  z-index: -1;
  box-shadow: 0px 4px 20px rgba(0, 77, 133, 0.24);
  position: absolute;
  left: 15px;
  top: 0;
  border-radius: 12px;
}
.s_recommend .w-100 {
  position: relative;
}
.s_recommend .w-100:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 201px;
  left: 50%;
  top: -28px;
  transform: translateX(-50%);
  background: url(../img/rec_bg.svg) center center no-repeat;
}

.rec_item {
  text-transform: uppercase;
  display: -ms-flex;
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "Gotham Pro";
  padding: 33px 20px;
  border-radius: 12px;
  line-height: 135%;
  border-radius: 12px;
  background: rgba(245, 252, 255, 0.5);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  color: #004D85;
  font-weight: bold;
  min-height: 92px;
}

.s_under {
  background: url(../img/under_bg.svg) center 440px no-repeat;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 117px;
}
.s_under:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 53%;
  background: url(../img/wave_gray.svg) center bottom repeat;
  z-index: -1;
}
.s_under > .container {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.s_under .row_causes {
  margin-top: auto;
}
.s_under .row_causes h3 {
  margin-bottom: 15px;
}
.s_under.bg_new {
  margin-bottom: 0;
  background: none;
}
.s_under.bg_new:after {
  height: 40%;
}

.s_kaf, .s_dir {
  background: url(../img/under_bg.svg) center 100px no-repeat;
  position: relative;
  padding-bottom: 0;
}
.s_kaf h2, .s_dir h2 {
  margin-bottom: 48px;
}

.s_dir .tabs_head {
  margin-bottom: 60px;
}

.s_study + .s_dir {
  padding-top: 0;
}

.row.specials {
  position: relative;
}
.row.specials > [class^=col] {
  position: relative;
}
.row.specials > [class^=col]:before {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  z-index: -1;
  box-shadow: 0px 4px 20px rgba(0, 77, 133, 0.24);
  position: absolute;
  left: 15px;
  top: 0;
  border-radius: 12px;
}

.specials {
  transition: 0.3s;
  position: relative;
  min-height: 187px;
  margin-bottom: 40px;
}
.specials:not(.active) {
  display: none;
}
.specials .sp_overlay {
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  display: none !important;
}

.special {
  display: none;
}

.list,
[class*=f1-],
[class*=f2-],
[class*=k1-],
[class*=k2-] {
  display: block;
}

.sp_tags {
  display: none;
}

.tabs_head {
  display: -ms-flex;
  display: flex;
  margin-bottom: 24px;
}
.tabs_head a {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  border: 1px solid #009EFF;
  border-radius: 6px;
  color: rgba(0, 77, 133, 0.5);
  padding: 0 25px;
  position: relative;
  z-index: 1;
  background: #fff;
  text-transform: uppercase;
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
}
.tabs_head a:not(:last-of-type) {
  margin-right: -7px;
}
.tabs_head a:hover {
  color: #004D85;
  background: #DCE7EF;
}
.tabs_head a.active {
  background: #004D85;
  color: #fff;
  z-index: 2;
}

.tabitem {
  display: none;
}
.tabitem.active {
  display: block;
}

.tab {
  display: none;
}
.tab.active {
  display: block;
}
.tab .filters_main a {
  color: rgba(0, 77, 133, 0.5);
  display: inline-block;
  height: 27px;
  line-height: 27px;
  padding: 0 20px;
  text-transform: uppercase;
  border: 1px solid #004D85;
  border-radius: 6px;
  background: #fff;
}
.tab .filters_main a:not(:last-of-type) {
  margin-right: 8px;
}
.tab .filters_main a:hover {
  color: #004D85;
  background: #DCE7EF;
  text-decoration: none;
}
.tab .filters_main a.active {
  color: #fff;
}
.tab .filters_main a:nth-child(6n+1) {
  border-color: #004D85;
}
.tab .filters_main a:nth-child(6n+1).active {
  background: #004D85;
}
.tab .filters_main a:nth-child(6n+2) {
  border-color: #F2A900;
}
.tab .filters_main a:nth-child(6n+2).active {
  background: #F2A900;
}
.tab .filters_main a:nth-child(6n+3) {
  border-color: #C2130E;
}
.tab .filters_main a:nth-child(6n+3).active {
  background: #C2130E;
}
.tab .filters_main a:nth-child(6n+4) {
  border-color: #1D8296;
}
.tab .filters_main a:nth-child(6n+4).active {
  background: #1D8296;
}
.tab .filters_main a:nth-child(6n+5) {
  border-color: #009EFF;
}
.tab .filters_main a:nth-child(6n+5).active {
  background-color: #009EFF;
}
.tab .filters_main a:nth-child(6n+6) {
  border-color: #9058B4;
}
.tab .filters_main a:nth-child(6n+6).active {
  background: #9058B4;
}

.tabs_body {
  margin-bottom: 35px;
}

.filters_main a {
  margin-bottom: 8px;
}

.s_his_top {
  margin-bottom: 52px;
  position: relative;
  padding-top: 132px;
}
.s_his_top .blue_bold {
  font-size: 18px;
}
.s_his_top p {
  line-height: 120%;
}
.s_his_top img {
  border-radius: 12px;
}

.s_his_content {
  padding-top: 48px;
}
.s_his_content h2 {
  margin-bottom: 40px;
}
.s_his_content h3 {
  font-size: 18px;
  text-transform: none;
  margin-bottom: 40px;
  font-weight: 500;
}
.s_his_content img {
  margin-bottom: 20px;
  border-radius: 12px;
}
.s_his_content p {
  line-height: 107%;
}

.caption {
  margin-bottom: 38px;
  text-align: right;
}

.txt {
  margin-bottom: 40px;
}

.s_infrastructure {
  background: url(../img/infra_bg.svg) center 327px no-repeat;
}

.img_title {
  padding: 95px;
  background-size: cover;
  min-height: 410px;
  color: #fff;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  background-position: center center;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.img_title h1, .img_title .h1, .img_title h2, .img_title .h2, .img_title h3, .img_title .h3, .img_title h4, .img_title .h4, .img_title h5, .img_title .h5, .img_title h6, .img_title .h6, .img_title p {
  color: #fff;
}
.img_title h1, .img_title .h1 {
  margin-bottom: 31px;
}
.img_title h2, .img_title .h2 {
  margin-bottom: 13px;
}
.img_title + div {
  margin-top: 50px;
}
.img_title + .row {
  margin-top: 80px;
}
.img_title + h2 {
  margin-top: 94px;
}
.img_title p:last-child {
  margin-bottom: 0;
}
.img_title.it_study {
  position: relative;
  min-height: 449px;
  margin-bottom: 75px;
  margin-top: 75px !important;
}
.img_title.it_study:before {
  content: "";
  background: url(../img/study_bg.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 36px;
  left: 0;
  top: 0;
  z-index: -1;
}
.img_title.it_study:after {
  content: "";
  position: absolute;
  width: 38.46%;
  height: 525px;
  background: url(../img/student.png) right bottom no-repeat;
  right: 8%;
  bottom: 0;
  background-size: 100% auto;
}

.row + .img_title, .row + .row_txt,
.cols-2 + .img_title,
.cols-2 + .row_txt {
  margin-top: 65px;
}

.map {
  overflow: hidden;
  border-radius: 12px;
}

.s_aboutpage {
  padding-top: 0;
}
.s_aboutpage h2 {
  margin-bottom: 13px;
}
.s_aboutpage > .container > h2,
.s_aboutpage .row_txt h2 {
  min-height: 64px;
  margin-bottom: 18px;
}
.s_aboutpage > .container > h1 {
  display: none;
}

.s_numepage .row_txt {
  margin-bottom: 52px;
}

.s_study {
  overflow: hidden;
}

.row_study {
  position: relative;
  margin-bottom: 40px;
}
.row_study:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  min-height: 390px;
  background: url(../img/rowstudy_bg.png) center center no-repeat;
  left: 50%;
  top: -85px;
  transform: translateX(-50%);
}

.rc_left {
  position: relative;
  height: 100%;
  padding: 100px 142px 134px 0;
  text-align: right;
  max-width: 540px;
}
.rc_left h2 {
  margin-bottom: 29px;
}
.rc_left:before {
  content: "";
  position: absolute;
  width: 459px;
  height: 100%;
  background: url(../img/cont_bg.svg) right center no-repeat;
  background-size: auto 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

.rc_right {
  padding: 59px 54px 67px;
  background: url(../img/sale_bg.svg) right center no-repeat;
  border-radius: 36px;
  max-width: 540px;
  background-size: cover;
}
.rc_right h2 {
  color: #fff;
  margin-bottom: 29px;
}

.s_actual h2 {
  margin-bottom: 40px;
}

.b_actnews {
  margin-bottom: 107px;
}
.b_actnews h2 {
  margin-bottom: 39px;
}

.s_rector h2 {
  min-height: 58px;
  margin-bottom: 38px;
}

.rec_title {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: auto;
}
.rec_title .h1 {
  margin-bottom: 17px;
}

.s_information h2 {
  margin-bottom: 30px;
}
.s_information p + h2 {
  margin-top: 25px;
}

.s_newpage .date {
  color: #004D85;
  font-weight: 500;
  margin-bottom: 10px;
}
.s_newpage img {
  border-radius: 36px;
  margin-bottom: 48px;
}
.s_newpage .note {
  margin-bottom: 47px;
}

.owl-images {
  margin-bottom: 48px;
}
.owl-images .img_item img {
  border-radius: 12px;
  margin-bottom: 0;
  width: auto;
}

.s_about_kaf {
  padding: 68px 0 75px;
  background: url(../img/wave_gray.svg) 0 0;
}
.s_about_kaf h2 {
  margin-bottom: 37px;
}

.vk_link {
  text-decoration: none;
}
.vk_link path {
  transition: 0.3s;
}
.vk_link:hover path {
  fill: #009EFF;
}

.s_programs {
  padding: 116px 0 0px;
}
.s_programs h2 {
  margin-bottom: 70px;
}
.s_programs .subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #004D85;
  margin-bottom: 15px;
  line-height: 135.7%;
}
.s_programs .h4 {
  margin-bottom: 15px;
}
.s_programs a {
  text-decoration: underline;
}
.s_programs [class^=col] {
  margin-bottom: 53px;
}

.s_prof_comp {
  padding: 54px 0 0;
}
.s_prof_comp h2 {
  margin-bottom: 66px;
}
.s_prof_comp [class^=col] {
  margin-bottom: 30px;
}

.prof_item {
  display: -ms-flex;
  display: flex;
  padding: 27px 18px 28px;
  border: 1px solid #CDCDCD;
  border-radius: 6px;
  align-items: center;
  height: 100%;
}
.prof_item img {
  border-radius: 6px;
}
.prof_item .h4, .prof_item p {
  margin-bottom: 7px;
}
.prof_item .pi_txt {
  padding-left: 19px;
}

.s_science_proj {
  padding: 75px 0 75px;
  background: #F4F8FC;
}
.s_science_proj h2 {
  margin-bottom: 52px;
}
.s_science_proj [class^=col] {
  margin-bottom: 41px;
}
.s_science_proj [class^=col] .subtitle {
  font-weight: 500;
}
.s_science_proj [class^=col] .subtitle, .s_science_proj [class^=col] .h4, .s_science_proj [class^=col] p {
  margin-bottom: 15px;
}

.b_experts, .b_graduates {
  margin-bottom: 40px;
}

.b_reviews {
  margin-bottom: 50px;
}

.f_portf, .f_base, .f_search {
  padding: 25px 35px 22px;
  background: #F4F8FC;
  margin-bottom: 60px;
}
.f_portf *::placeholder, .f_base *::placeholder, .f_search *::placeholder {
  color: #535353;
}
.f_portf .form-select, .f_base .form-select, .f_search .form-select {
  width: 100%;
}
.f_portf .form-select ul, .f_base .form-select ul, .f_search .form-select ul {
  padding: 0;
  list-style: none;
  max-height: 398px;
  overflow: hidden;
}
.f_portf .form-select li, .f_base .form-select li, .f_search .form-select li {
  padding-left: 18px;
  box-shadow: none;
}
.f_portf .form-select li.placehold, .f_base .form-select li.placehold, .f_search .form-select li.placehold {
  color: #535353;
}
.f_portf button, .f_base button, .f_search button {
  background: url(../img/icons.svg) 0 -33px no-repeat;
  width: 25px;
  height: 51px;
  border: none;
  padding: 0;
  margin-left: 35px;
}
.f_portf [class^=col] input, .f_base [class^=col] input, .f_search [class^=col] input {
  margin-bottom: 0;
}
.f_portf .h4, .f_base .h4, .f_search .h4 {
  margin-bottom: 15px;
}

.f_search {
  display: -ms-flex;
  display: flex;
  padding-bottom: 0;
}
.f_search .row {
  flex-grow: 1;
}
.f_search .row [class^=col] {
  margin-bottom: 22px;
}

.letterWrap {
  display: -ms-flex;
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.letterWrap a, .letterWrap span {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  margin-bottom: 4px;
  line-height: 28px;
  margin-right: 9px;
}
.letterWrap a.activeLetter, .letterWrap span.activeLetter {
  background: #004D85;
  color: #fff;
}
.letterWrap a:hover, .letterWrap span:hover {
  background: #009EFF;
  color: #fff;
}

.npr_title .h5 {
  font-family: "Roboto", sans-serif;
  text-transform: none;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 5px;
}
.npr_title .h4 {
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 9px;
}
.npr_title p {
  margin-bottom: 13px;
}
.npr_title [class^=col] {
  margin-bottom: 25px;
}

.npr_panel {
  background: #F4F8FC;
  padding: 48px 33px;
  max-width: 307px;
  margin-bottom: 45px;
}
.npr_panel .h4 {
  margin-bottom: 8px;
}
.npr_panel a {
  display: inline-block;
  margin-bottom: 23px;
}

.npr_link {
  font-weight: 500;
  color: #004D85;
  display: inline-block;
  border-bottom: 1px solid #004D85;
  margin-bottom: 45px;
}

.s_npr {
  padding: 53px 0 85px;
}
.s_npr .h3 {
  margin-bottom: 17px;
}
.s_npr h3 {
  margin-bottom: 23px;
}
.s_npr p + h3 {
  margin-top: 25px;
}

.npr_img img {
  max-width: 311px;
  width: 100%;
}

.str_item {
  max-width: 550px;
  position: relative;
}
.str_item > a, .str_item > span:not(.str_toggle) {
  display: block;
  width: 100%;
  min-height: 103px;
  border-radius: 6px;
  background: #F4F8FC;
  border: 1px solid #A7CDE9;
  color: #004D85;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Gotham Pro";
  padding: 18px 13px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.str_item > a:after, .str_item > span:not(.str_toggle):after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: -542px;
  top: -546px;
  width: 1200px;
  height: 1200px;
  transform: scale(0);
  transition: 0.3s;
  border-radius: 50%;
  background: #FFF;
  opacity: 0;
}
.str_item > a:hover, .str_item > span:not(.str_toggle):hover {
  text-decoration: none;
}
.str_item > a:hover:after, .str_item > span:not(.str_toggle):hover:after {
  transform: scale(1);
  opacity: 0.5;
  transition: transform 0.8s;
}

.str_nav {
  list-style: none;
  padding: 0;
}
.str_nav > li:before {
  content: "";
  position: absolute;
  left: 55px;
  top: 0;
  height: 100%;
  width: 0;
  border-left: 1px solid #004D85;
  z-index: -3;
}
.str_nav > li:after, .str_nav > li > .str_item > .str_toggle {
  display: none;
}
.str_nav > li > ul {
  display: block !important;
}
.str_nav ul {
  display: none;
  list-style: none;
  padding: 14px 0 14px 97px;
}
.str_nav ul.str_blue .str_item a,
.str_nav ul.str_blue .str_item span:not(.str_toggle) {
  background: #EFFAFC !important;
}
.str_nav ul.str_green .str_item a,
.str_nav ul.str_green .str_item span:not(.str_toggle) {
  background: #EFFCF6 !important;
}
.str_nav ul.str_yellow .str_item a,
.str_nav ul.str_yellow .str_item span:not(.str_toggle) {
  background: #FFFBF2 !important;
}
.str_nav ul.str_red .str_item a,
.str_nav ul.str_red .str_item span:not(.str_toggle) {
  background: #fff2f2 !important;
}
.str_nav ul li {
  position: relative;
}
.str_nav ul li:last-child > .str_item:after, .str_nav ul li:last-child:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50px;
  left: -42px;
  background: #fff;
  z-index: -2;
}
.str_nav ul li:last-child:after {
  top: 100px;
}
.str_nav ul li:last-child .str_item:after {
  top: 50%;
  z-index: -1;
  border-top: 1px solid #004D85;
}
.str_nav ul li:not(.str_parent):not(:last-child) .str_item:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50px;
  left: -42px;
  background: #fff;
  z-index: -2;
  top: 50%;
  z-index: -1;
  border-top: 1px solid #004D85;
  border-left: 1px solid #004D85;
}

.str_parent {
  position: relative;
}
.str_parent .str_toggle {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #004D85;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.1s;
  cursor: pointer;
  background: #fff;
}
.str_parent .str_toggle:hover:before {
  transform: scale(1.2);
}
.str_parent .str_toggle:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/plus.svg) center center no-repeat;
  z-index: 1;
  transition: 0.2s;
}
.str_parent .str_toggle:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 17px;
  height: 0;
  width: 48px;
  border-bottom: 1px solid #004D85;
  z-index: -3;
}
.str_parent.open:before {
  content: "";
  position: absolute;
  left: 55px;
  top: 0;
  height: 100%;
  width: 0;
  border-left: 1px solid #004D85;
  z-index: -3;
}
.str_parent.open > .str_item .str_toggle:before {
  transform: rotate(-45deg);
}
.str_parent.open > .str_item .str_toggle:hover:before {
  transform: rotate(-45deg) scale(1.2);
}

.str_img {
  margin-right: 19px;
}

.str_txt .h4 {
  font-weight: bold;
  margin-bottom: 4px;
}
.str_txt p {
  font-weight: normal;
  color: #535353;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

.s_ptotect h2 {
  margin-bottom: 40px;
}
.s_ptotect .note {
  margin-bottom: 70px;
}

.s_news + .s_text {
  padding-top: 20px;
}

.df_item, .lp_item {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.df_item [class^=btn], .lp_item [class^=btn] {
  margin-top: auto;
  align-self: flex-start;
}
.df_item h4, .lp_item h4 {
  margin-bottom: 3px !important;
}
.df_item dl, .lp_item dl {
  margin-bottom: 15px;
}
.df_item dt, .lp_item dt {
  font-weight: normal;
}
.df_item dd, .lp_item dd {
  color: #004D85;
  font-weight: 500;
}

.s_docs h2 {
  margin-bottom: 50px;
}

.s_realprog h2 {
  margin-bottom: 58px;
}
.s_realprog [class^=col-] {
  margin-bottom: 45px;
}

.phone {
  display: inline-block;
  font-family: "Gotham Pro";
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
}

.btn, .btn_blue_d {
  display: inline-block;
  height: 41px;
  padding: 0 30px;
  line-height: 41px;
  border: 1px solid #009EFF;
  border-radius: 12px;
  text-decoration: none;
  color: #004D85;
  outline: none !important;
  background: #fff;
  transition: 0.2s;
  text-transform: uppercase;
  font-size: 12px;
}
.btn + .btn, .btn_blue_d + .btn {
  margin-left: 18px;
}

.btn_blue_l:hover {
  color: #fff;
  background: #004D85;
  border-color: #004D85;
}

.btn_blue_d {
  color: #fff;
  background: #004D85;
  border-color: #004D85;
}
.btn_blue_d:hover {
  color: #004D85;
  background: #fff;
}

.btn_white {
  background: #fff;
  border-color: #fff;
  color: #004D85;
}
.btn_white:hover {
  background: #004D85;
  color: #fff;
}

.ul_bold {
  font-size: 16px;
  font-weight: bold;
  font-family: "Gotham Pro";
  color: #004D85;
  line-height: 120%;
  padding-left: 32px;
  margin: 0;
  list-style: none;
}
.ul_bold li {
  margin-bottom: 23px;
  position: relative;
}
.ul_bold li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #004D85;
  position: absolute;
  left: -32px;
  top: 3px;
}

.ul_blue {
  color: #004D85;
  line-height: 120%;
  padding-left: 25px;
}

.phone_sm {
  color: #004D85;
  text-decoration: none;
  display: inline-block;
}
.phone_sm:hover {
  text-decoration: underline;
}

.mail_sm {
  color: #535353;
  text-decoration: none;
  display: inline-block;
}
.mail_sm:hover {
  text-decoration: underline;
}

.simple-select {
  display: none;
}

.form-select {
  counter-increment: sel;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #D4E0EA;
  background: #fff;
  height: 50px;
  padding-right: 0px;
  margin: 0;
  position: relative;
  z-index: 3;
  width: 280px;
  flex: 0 0 280px;
}
.form-select:after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  border-top: 9px solid #004D85;
  border-bottom: 9px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transition: 0.2s;
  transition-delay: 0s;
  pointer-events: none;
  right: 20px;
  top: 50%;
  transform: translateY(-3px);
}
.form-select li {
  display: none;
  height: 30px;
  padding: 0 37px 0 30px;
  background: #fff;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  line-height: 30px;
  cursor: pointer;
}
.form-select li:not(.placehold):hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background: #DCE7EF;
  left: 0;
  z-index: -1;
}
.form-select li:nth-child(2) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-top: 10px;
  height: 40px;
}
.form-select li:last-of-type {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-bottom: 10px;
  height: 40px;
}
.form-select li:first-child {
  display: none;
}
.form-select li.placehold {
  height: 50px;
  line-height: 50px;
  display: block !important;
  background: none;
  box-shadow: none;
  color: #004D85;
}
.form-select li.active:before {
  content: "";
  width: 12px;
  height: 30px;
  position: absolute;
  right: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVHgBjY5RDYAwDESbgAAkVAJScAAOwAFzMJxMChIWFCBh3MeRNMuy9JL3c732OohPCnbwjM6FCBZnVgIoILNJNhqHtF8pZP3NzZh1baYf60snBy+Y6V3mlaaiCQTTqtJRMsHC5q4mcDOcxCnlZW0NP7FOH8lU/6FLAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right center;
}

.link {
  color: #004D85;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

.popup {
  position: fixed;
  left: calc(100% + 50px);
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0px 4px 20px rgba(0, 77, 133, 0.24);
  overflow: hidden;
  overflow-y: scroll;
  z-index: 30;
  transition: 0.3s ease-in-out;
  padding: 100px 0;
}
.popup img {
  border-radius: 12px;
}
.popup h2, .popup .h3 {
  margin-bottom: 15px;
  max-width: 450px;
  font-size: 24px;
}
.popup h3, .popup .h4 {
  margin-bottom: 32px;
  max-width: 450px;
}
.popup .w-100 {
  max-width: none;
}
.popup .container {
  position: relative;
  min-height: 100%;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.popup .container > div:last-of-type:not(:first-child) {
  margin-bottom: auto;
}
.popup .popup_close {
  opacity: 0;
  visibility: hidden;
  right: 30px;
  top: auto;
  transform: translateY(-100%);
  transition: 0.3s;
  position: fixed;
  transform: translateY(-60px);
  align-self: flex-start;
}
.popup .popup_close + * {
  margin-top: auto;
}
.popup .subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #004D85;
  margin-bottom: 15px;
  line-height: 135.7%;
}
.popup.active {
  left: 0;
}
.popup.active .popup_close {
  opacity: 1;
  visibility: visible;
  align-self: flex-start;
}
.popup .row {
  align-self: normal;
}

.popup-nir h3 {
  margin-bottom: 5px;
}
.popup-nir h2, .popup-nir .h3, .popup-nir h3, .popup-nir .h4 {
  max-width: none;
}
.popup-nir h4 {
  margin-bottom: 10px;
}
.popup-nir p + h4 {
  margin-top: 20px;
}

.cols-2 {
  column-count: 2;
  column-gap: 30px;
}

.row_title {
  margin-bottom: 40px;
}

form *::placeholder {
  font-size: 14px;
  color: #959595;
}
form input {
  border: 1px solid #D4E0EA;
  height: 51px;
  line-height: 51px;
  padding: 0 19px;
  margin-bottom: 16px;
  width: 100%;
}
form textarea {
  border: 1px solid #D4E0EA;
  min-height: 101px;
  padding: 15px 19px;
  margin-bottom: 30px;
  width: 100%;
}

.note {
  background: #F4F8FC;
  padding: 27px 40px 28px;
}
.note a:not(.pdf) {
  display: inline-block;
}
.note br + a {
  margin-top: 13px;
}
.note .pdf:last-child {
  margin-bottom: 0;
}

* + .note {
  margin-top: 21px;
}

.block {
  margin-bottom: 49px;
}

.pdf {
  display: block;
  padding-left: 33px;
  background: url(../img/pdf.svg) 0 0 no-repeat;
  min-height: 24px;
  padding: 3px 0 3px 33px;
  margin-bottom: 5px;
}

.maw-323 {
  max-width: 323px;
}

.mb22 {
  margin-bottom: 22px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.h185 {
  height: 185px;
}

.bold {
  font-weight: bold;
}

.blue {
  color: #009EFF;
}

.blue {
  color: #004D85 !important;
}

.blue_bold {
  color: #004D85;
  font-weight: 500;
  font-size: 16px;
  font-family: "Gotham Pro";
}
.blue_bold p {
  margin-bottom: 20px;
}
.blue_bold + div:not([class^=col]) {
  margin-top: 53px;
}

.d-contents {
  display: contents;
}

.bg_wave {
  position: relative;
  padding-bottom: 66px;
}
.bg_wave:after {
  content: "";
  background: url(../img/wave_gray.svg) 0 center;
  position: absolute;
  width: 100%;
  height: calc(100% - 37px);
  left: 0;
  top: 37px;
  z-index: -1;
}
.bg_wave img {
  border-radius: 12px;
}
.bg_wave [class^=col]:not(:last-child) {
  margin-bottom: 30px;
}

.bg_wave-2 {
  position: relative;
  background: url(../img/wave_gray.svg) 0 center;
}

.bg_none {
  background: none !important;
}

table {
  border: none;
  font-size: 14px;
}
table tbody tr:first-child {
  color: #004D85;
}
table tbody tr:first-child td {
  padding-bottom: 10px;
}
table tbody tr:first-child b {
  font-weight: normal !important;
}
table tbody tr:nth-child(even) {
  background: #F4F8FC;
}
table tbody tr:not(:first-child) {
  font-weight: 300;
}
table tbody tr:not(:first-child) td:first-child {
  padding-left: 20px;
}
table tbody td {
  border: none;
}
.bg_white {
  background: #fff !important;
}

.bg_white_before:before,
.bg_white_before .dropd:before {
  background: #fff !important;
}

@media only screen and (min-width: 991.99px) {
  .nav_close, .col-menu, .nav_open {
    display: none;
  }

  .mob_item {
    display: none;
  }

  .main_nav_scroll {
    display: contents;
  }

  .dropd {
    display: block !important;
  }

  .phones_open,
.addr_open {
    display: none;
  }

  .popup-phones button,
.popup-addr button {
    display: none;
  }

  .d-lg-contents {
    display: contents !important;
  }
}
@media only screen and (min-width: 1199.99px) {
  header .phone + br {
    display: none;
  }
}
@media only screen and (max-width: 1199.99px) {
  h1, .h1 {
    font-size: 44px;
  }

  .row_privilege {
    justify-content: flex-start;
  }

  #main_nav > .main_nav_scroll > a {
    margin-right: 10px;
  }
  #main_nav > .main_nav_scroll > a:not(:first-of-type) {
    margin-left: 10px;
  }

  .owl-item:not(:last-of-type) [class^=wave],
.owl-item:not(:last-of-type) .r_item,
.owl-item:not(:last-of-type) .img_item {
    position: relative;
  }
  .owl-item:not(:last-of-type) [class^=wave]:after,
.owl-item:not(:last-of-type) .r_item:after,
.owl-item:not(:last-of-type) .img_item:after {
    content: "";
    position: absolute;
    right: -33px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../img/icons.svg) 0 -604px no-repeat;
  }

  .block_hh h3 {
    padding-top: 62px;
    padding-left: 0;
  }

  .owl-item:not(:last-of-type) .hh_item {
    min-width: 258px;
    position: relative;
  }
  .owl-item:not(:last-of-type) .hh_item:after {
    content: "";
    position: absolute;
    right: -33px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(../img/icons.svg) 0 -604px no-repeat;
  }

  .s_manager .maw-323,
.s_zavkaf .maw-323 {
    float: none;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991.99px) {
  h1, .h1 {
    font-size: 38px;
  }

  [class*=s_] h1, [class*=s_] .h1 {
    margin-bottom: 30px;
  }

  .img_title h1, .img_title .h1 {
    font-size: 37px;
  }

  .row_causes [class^=col]:first-child {
    margin-bottom: 30px;
  }
  .row_causes .h4 {
    font-size: 36px;
  }

  #nav {
    justify-content: flex-start;
  }

  .nav_open {
    margin-left: auto;
  }

  .s_nav > .container {
    position: initial;
    transform: none;
    left: auto;
    top: auto;
  }

  #main_nav {
    display: -ms-flex;
    display: flex;
    position: fixed;
    height: 100vh;
    width: 320px;
    right: -350px;
    top: 0;
    flex-direction: column;
    justify-content: flex-start;
    padding: 85px 0px 30px;
    background: #fff;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.1);
    z-index: 90;
    margin: 0;
    transition: 0.3s;
  }
  #main_nav > .main_nav_scroll > a {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 28px;
  }
  #main_nav > .main_nav_scroll > a:not(.mob_item) {
    height: 50px;
    line-height: 50px;
    background: #F4F8FC;
    border-bottom: 0.5px solid #EBEBEB;
  }
  #main_nav > .main_nav_scroll > a.have_level:after {
    opacity: 1;
    left: auto;
    right: 20px;
    top: 50%;
    transform: translateY(-3px);
  }
  #main_nav > .main_nav_scroll > a.mob_item {
    margin-bottom: 10px;
    margin-top: 21px;
  }
  #main_nav > .main_nav_scroll > a.mob_item:last-of-type {
    margin-top: 0;
  }
  #main_nav.n_open {
    right: 0;
  }

  .dropd {
    position: relative;
    padding: 0;
    opacity: 1;
    display: none;
  }
  .dropd:before {
    display: none;
  }
  .dropd .dd_hide {
    display: block !important;
    padding: 20px 29px 3px;
  }
  .dropd .dd_hide [class^=col]:not(:last-of-type) {
    margin-bottom: 13px;
  }
  .dropd .dd_hide .nav a {
    margin-bottom: 21px !important;
  }
  .dropd .nav.cols-2 {
    column-count: 1;
  }

  .main_nav_scroll {
    height: 100%;
    overflow-y: scroll;
  }

  .popup-phones,
.popup-addr {
    position: fixed;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    max-width: 337px;
    z-index: 20;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 77, 133, 0.24);
    border-radius: 12px;
    height: 154px;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    flex-direction: column;
  }
  .popup-phones.active,
.popup-addr.active {
    top: 50%;
  }

  .popup-phones {
    line-height: 159%;
  }
  .popup-phones br {
    display: none;
  }

  header .phone:not(:last-child) {
    margin: 0;
  }

  section, .s_prog_about {
    padding: 50px 0;
  }

  .s_nav + section:not(.s_breadcrumbs):not(.s_edlevels):not(.s_his_top),
.s_breadcrumbs,
.s_edlevels {
    padding-top: 30px;
  }

  .s_his_top {
    padding-top: 50px;
  }

  .s_rules .left .d-flex,
.s_rules .right .d-flex {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .owl-info .item {
    padding: 50px;
  }

  .col-img {
    display: none;
  }

  .s_selection .left:after,
.popup-form .left:after {
    display: none;
  }

  .bg_wave:after {
    top: -37px;
    height: calc(100% + 37px);
  }

  .img_title {
    padding: 60px 50px;
  }

  .img_title.it_study:after {
    display: none;
  }

  .rc_left {
    padding-right: 125px;
  }

  .rc_left h2,
.rc_right h2 {
    font-size: 26px;
  }

  .rc_right {
    padding: 59px 30px 67px;
  }

  .b_faq, .b_actnews {
    margin-bottom: 70px;
  }

  .s_actual .nav_l {
    column-count: 2;
    column-gap: 30px;
  }

  .popup {
    padding: 75px 0 50px;
  }

  footer > .container > .row > [class^=col] {
    margin-bottom: 24px;
  }

  .s_edlevels:after {
    background-color: #F4F8FC;
    top: -35px;
  }
  .s_edlevels:before {
    display: none;
  }

  .s_info {
    padding-bottom: 0;
  }

  .row_images {
    display: none;
  }

  .s_under {
    margin-bottom: 50px;
  }

  .row_causes {
    margin-bottom: 70px;
  }

  .block_hh h3 {
    padding-top: 0;
    padding-left: 62px;
  }

  .owl-about [class*=wave] {
    width: 255px;
  }

  .s_rector h2 {
    min-height: auto;
    margin-bottom: 20px;
  }
  .s_rector [class*=col]:not(:last-child) {
    margin-bottom: 20px;
  }

  .str_nav ul {
    padding: 0;
  }

  .str_nav > li:before,
.str_parent.open:before,
.str_nav ul li:last-child:after,
.str_nav ul li:last-child .str_item:after {
    display: none;
  }

  .str_parent .str_toggle {
    left: auto;
    right: 20px;
    z-index: 3;
  }
  .str_parent .str_toggle:after {
    display: none;
  }

  .str_item {
    max-width: 100%;
  }
  .str_item .str_txt {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .f_srch {
    flex-wrap: wrap;
  }
  .f_srch .inp_srch {
    border-right: 1px solid #D4E0EA;
  }
  .f_srch .btn {
    margin-left: 25px;
    flex-grow: 1;
  }
  .f_srch .form-select {
    flex-grow: 1;
  }

  .srch_panel .srch_close {
    top: 10px;
  }

  body section:last-of-type {
    padding-bottom: 80px;
  }

  .img_title h1, .img_title .h1 {
    font-size: 34px;
  }

  .container {
    max-width: 100%;
    padding: 0 22px;
  }

  .s_rules .left {
    padding-bottom: 0;
    align-items: flex-start;
  }
  .s_rules .left:after {
    bottom: auto;
    top: 100px;
    right: 50%;
    background-size: auto 100%;
    height: 250px;
    width: 400px;
  }
  .s_rules .right {
    padding-top: 250px;
    align-items: flex-end;
  }
  .s_rules .right:before {
    background-size: auto 100%;
    height: 250px;
    width: 400px;
    left: 50%;
  }

  .s_graduates [class^=col] {
    margin-bottom: 40px;
  }

  .popup {
    align-items: flex-start;
  }

  .news_item {
    margin-bottom: 20px;
  }

  .s_under {
    margin-bottom: 40px;
  }

  .s_aboutpage > .container > h2,
.s_aboutpage .row_txt h2 {
    min-height: auto;
    margin-bottom: 25px;
  }
  .s_aboutpage .row_txt [class^=col]:not(:last-child) {
    margin-bottom: 20px;
  }

  .owl-about {
    margin: 30px 0 50px;
  }

  .row + .img_title, .row + .row_txt,
.cols-2 + .img_title,
.cols-2 + .row_txt {
    margin-top: 50px;
  }

  .img_title + h2 {
    margin-top: 50px;
  }

  .img_title + .row {
    margin-top: 60px;
  }

  .s_his_top {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576.99px) {
  h1, .h1, .s_edlevels h2 {
    font-size: 40px;
  }

  .img_title {
    padding: 40px 30px;
    font-size: 14px;
    min-height: auto;
  }
  .img_title h1, .img_title .h1 {
    font-size: 32px;
  }

  h2, .h2,
.row_causes .h4 {
    font-size: 30px;
  }
  h2.sm, .h2.sm,
.row_causes .h4.sm {
    font-size: 22px;
  }

  .accordion:not(:last-child) {
    border-bottom: 1px solid #D4E0EA;
  }
  .accordion .ac_body .ac_schedule {
    flex-wrap: wrap;
  }
  .accordion .ac_body .ac_schedule > div:not(:last-child) {
    margin-bottom: 20px;
  }
  .accordion .ac_body .ac_schedule > div:not(.schedule) {
    flex: 0 0 100%;
    max-width: 100%;
    display: -ms-flex;
    display: flex;
  }
  .accordion .ac_body .ac_schedule .sched_num:not(:first-child) {
    margin-top: 0;
    margin-left: 20px;
  }

  header .apply_doc {
    font-size: 12px;
  }
  header > .container {
    padding: 18px 12px 28px 21px;
  }
  header > .container .col-auto {
    padding-right: 0;
  }
  header > .container .col-auto:last-child {
    margin-right: 98px;
  }
  header .slogan, header .logo:after {
    display: none;
  }
  header .logo img {
    height: auto;
    width: 117px;
  }

  .top_panel {
    height: 7px;
  }
  .top_panel .col-auto {
    display: none;
  }
  .top_panel .lang_nav {
    margin-right: 0;
  }
  .top_panel .lang_nav a {
    color: #004D85;
    font-weight: 500;
  }
  .top_panel .lang_nav a.act {
    color: #F4F8FC;
  }
  .top_panel .d-flex {
    position: absolute;
    right: 12px;
    top: 29px;
    padding: 0;
  }
  .top_panel .d-flex .eye {
    display: none;
  }

  .s_nav {
    margin-top: 0;
    position: absolute;
    top: 86px;
    left: 0;
    width: 100%;
  }
  .s_nav + section {
    padding-top: 80px !important;
  }

  .bg_wave {
    overflow: hidden;
    padding-bottom: 40px;
  }
  .bg_wave:after {
    top: 55px;
  }

  #nav {
    margin-left: -22px;
    margin-right: -22px;
    padding: 0 34px;
    height: 55px;
    align-items: center;
    min-height: 55px;
  }
  #nav:before {
    border-radius: 0;
  }
  #nav.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;
  }

  .s_graduates {
    padding: 70px 0;
  }
  .s_graduates h2 {
    margin-bottom: 50px;
  }

  body section:last-of-type.s_gallery {
    padding-bottom: 70px;
  }

  .owl-info .item {
    padding: 35px 40px;
  }

  .s_gallery .owl-stage .item a img {
    height: 50vh;
  }

  .row_images > [class^=col] {
    margin-bottom: 24px;
  }
  .row_images > [class^=col] > a:first-child + a {
    margin-top: 24px;
  }

  .s_edlevels:after {
    top: 60px;
  }
  .s_edlevels:before {
    top: 187px;
  }

  .s_nav + section:not(.s_breadcrumbs):not(.s_edlevels),
.s_breadcrumbs,
.s_edlevels {
    padding-top: 80px;
  }

  footer > .container > .row > [class^=col] {
    margin-bottom: 14px;
  }
  footer .btn_white {
    margin-top: 20px;
  }

  .logo_ft {
    margin-bottom: 22px;
  }

  .socials_ft {
    margin-bottom: 24px;
  }

  address,
.phones_ft {
    margin-bottom: 34px;
  }

  .s_rules {
    background: none;
  }
  .s_rules:after {
    display: none;
  }
  .s_rules h2 {
    text-align: left;
    margin-bottom: 22px;
    font-size: 20px;
  }
  .s_rules h2 + .btn {
    margin-left: 0;
  }
  .s_rules .btn_blue_d {
    background: #fff;
    color: #004D85;
    border-color: #009EFF;
  }
  .s_rules .left {
    margin-bottom: 18px;
  }
  .s_rules .right,
.s_rules .left {
    padding: 28px 40px 26px;
    background: #F4F8FC url(../img/sel_wave.svg) 51px 68px no-repeat;
    border-radius: 12px;
    align-items: flex-start;
  }
  .s_rules .right .d-flex,
.s_rules .left .d-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .s_rules .right:before,
.s_rules .left:before {
    display: none;
  }
  .s_rules .right:after,
.s_rules .left:after {
    display: none;
  }

  .accordion {
    margin-left: -22px;
    margin-right: -22px;
    border-radius: 0;
    padding: 33px 22px;
    margin-bottom: 0;
  }
  .accordion .ac_head {
    padding-right: 75px;
  }

  .s_manager {
    text-align: center;
  }

  .cols-2 {
    column-count: 1;
  }

  .s_actual .nav_l {
    column-count: 1;
  }

  .tabs_head a {
    padding: 0 18px;
  }

  .tab a {
    padding: 0 18px;
  }

  .row_causes {
    margin-bottom: 30px;
  }

  .s_prog_more {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .s_his_top {
    margin-bottom: 0;
  }

  .s_his_content h2, .s_his_content h3 {
    margin-bottom: 20px;
  }

  .owl-edlevel .item.big {
    width: 280px;
  }
  .owl-edlevel .item.big .nav {
    column-count: 1;
  }

  .ti_title {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .ti_title h3 {
    order: 2;
  }
  .ti_title > div {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    margin-bottom: 20px;
  }

  .row_privilege h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 470.99px) {
  h1, .h1, .s_edlevels h2 {
    font-size: 28px;
  }

  .img_title {
    padding: 40px 30px;
  }
  .img_title h1, .img_title .h1 {
    font-size: 24px;
  }

  h2, .h2,
.s_news h2,
.row_causes .h4 {
    font-size: 24px;
  }
  h2.sm, .h2.sm,
.s_news h2.sm,
.row_causes .h4.sm {
    font-size: 18px;
  }

  h3, .h3,
.owl-info .owl-item h3,
.s_about h3 {
    font-size: 20px;
  }

  [class*=s_] h1, [class*=s_] .h1 {
    margin-bottom: 24px;
  }

  .s_title h1 br {
    display: none;
  }

  .f_srch {
    margin-bottom: 0;
    padding: 50px 0 30px;
  }
  .f_srch .inp_srch {
    margin-bottom: 10px;
  }
  .f_srch .btn {
    margin-left: 0;
    flex: 0 0 100%;
  }
  .f_srch .form-select {
    margin-bottom: 10px;
    flex: 0 0 100%;
  }

  .srch_panel {
    height: auto;
  }

  .tabs_head {
    margin-left: -22px;
    margin-right: -22px;
    flex-wrap: wrap;
  }
  .tabs_head a {
    border-radius: 0;
    width: 100%;
    padding: 0 22px;
    height: 45px;
    line-height: 45px;
    border-left: none;
    border-right: none;
  }
  .tabs_head a:not(:first-child) {
    border-top: none;
  }
}