
<!DOCTYPE html>
<html lang="ru-RU" prefix="og: https://ogp.me/ns#">

<head>
  <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
  <meta name="viewport" content="width=device-width, initial-scale=1"/>
  <meta charset="UTF-8"/>
  <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
  <meta name="facebook-domain-verification" content="zfpsbd90q6ceqacbbjm9njdu1rq8ej">
  <meta name="yandex-verification" content="faa1c67e877cc1bc" />
  <title>Официальный сайт Государственного университета управления</title>
  <link rel="stylesheet" href="/assets/plugins/popup/popup.css">

  <link rel="stylesheet" href="https://use.typekit.net/ejl3lfy.css">
  <link rel="icon" type="image/png" sizes="16x16" href="/assets/media/favicon-16x16.png">
  <link rel="icon" type="image/png" sizes="32x32" href="/assets/media/favicon-32x32.png">
  <link rel="stylesheet" href="/wp-content/themes/guuTheme/page-templates/swiper-bundle.css">
  <link rel="stylesheet" href="/assets/plugins/bvi/css/bvi.min.css">
  <link rel="stylesheet" href="/assets/js/baguetteBox/baguetteBox.css">
  <link rel="stylesheet" href="/wp-content/themes/guuTheme/page-templates/new-front.css?v=1642593138">
  <!--  <link rel="stylesheet" href="/assets/js/county-timer/county.css">-->
  <!-- Подключение стилей и скриптов из папки includes -->
  

<!--<link rel="stylesheet" href="--><!--/includes/assets/fonts/din2014/stylesheet.css">-->
<!--<link rel="stylesheet" href="--><!--/includes/assets/fonts/fontawesome-free-5.15.3/css/all.css">-->
<!--<link rel="stylesheet" href="--><!--/includes/assets/libs/micromodal/micromodal.css">-->

<link rel="stylesheet" href="https://guu.ru/wp-content/themes/guuTheme/includes/assets/fonts/roboto/stylesheet.css">
<link rel="stylesheet" href="https://guu.ru/wp-content/themes/guuTheme/includes/assets/libs/bootstrap-5.0.2/css/bootstrap.min.css">

  <link rel="stylesheet"
        href="https://guu.ru/wp-content/themes/guuTheme/includes/banners/hero/style.css?v=">

</head>
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
  (function (m, e, t, r, i, k, a) {
    m[i] = m[i] || function () {
      (m[i].a = m[i].a || []).push(arguments)
    };
    m[i].l = 1 * new Date();
    k = e.createElement(t), a = e.getElementsByTagName(t)[0], k.async = 1, k.src = r, a.parentNode.insertBefore(k, a)
  })
  (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");

  ym(51995918, "init", {
    clickmap: true,
    trackLinks: true,
    accurateTrackBounce: true,
    webvisor: true
  });
</script>
<noscript>
  <div><img src="https://mc.yandex.ru/watch/51995918" style="position:absolute; left:-9999px;" alt=""/></div>
</noscript>
<!-- /Yandex.Metrika counter -->

<!-- Google Tag Manager -->
<script>
  (function (w, d, s, l, i) {
    w[l] = w[l] || [];
    w[l].push({
      'gtm.start': new Date().getTime(),
      event: 'gtm.js'
    });
    var f = d.getElementsByTagName(s)[0],
      j = d.createElement(s),
      dl = l != 'dataLayer' ? '&l=' + l : '';
    j.async = true;
    j.src =
      'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
    f.parentNode.insertBefore(j, f);
  })(window, document, 'script', 'dataLayer', 'GTM-WQJ7SNH');

</script>
<!-- End Google Tag Manager -->
	

<body>
	
<!-- Подключение страницы приемки -->
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<style>
  /**************************\
  Basic Modal Styles
\**************************/

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.guu-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.guu-modal__close {
  border: 0;
  color: #ffffff;
  opacity: 0.5;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -45px;
  right: -7px;
  background: transparent;
  transition: 0.2s ease;
  cursor: pointer;
}

.guu-modal__close:hover,
.guu-modal__close:active,
.guu-modal__close:focus {
  opacity: 1;
}

.guu-modal__close svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.guu-modal__close-element {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}


/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .guu-modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .guu-modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .guu-modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .guu-modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .guu-modal__container,
.micromodal-slide .guu-modal__overlay {
  will-change: transform;
}  body {
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 700;
}
.priem-21__main {
    min-height: 50vh;
}
.priem-21__footer-bottom {
	display: none;
}
.priem-21__header-top {
	display: none;
}
.priem-21__header {
	padding: 30px;
}
.priem-21__footer {
	min-height: 15vh;
}
.priem-21__logo-hover {
	transition: .3s;
}
.priem-21__logo-hover:hover {
	opacity: .6;
}
.about-university {
	background: rgba(49, 72, 118, 0.23);
   border-radius: 27px;
   padding: 5px 15px;
}
.priem-21__header {
background: linear-gradient(180deg, #FFFFFF 7.35%, rgba(255, 255, 255, 0.93) 100%);
opacity: 1;
box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.79);
backdrop-filter: blur(251px);
}
.priem-21__logo-link  {
	margin-left: auto;
	margin-right: auto;
}
.priem-21__submit-btn-container {
	padding-bottom: 300px;
}
.time-text {
    line-height: 107%;
    text-align: left;
    color: #C9C9C9;
}
.priem-21__big-button {
	font-weight: 700 !important;
	text-align: center !important;
	line-height: 1.2em !important;
}
.priem-21__apply {
	font-size: 64px;
}
 .priem-21__submit-btn-container {
	padding-bottom: 100px;
}
.priem-21__footer {
	font-weight: bold;
}

.priem-21__submit-btn {
  position: relative;
  z-index: 1;
  background-color: #D9263B;
  border-color: #D9263B;
  font-size: 24px !important;
  text-transform: none;
  -webkit-box-shadow: 0 0 50px 0 rgba(217, 38, 59, 0.5), 0 0 80px 30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 50px 0 rgba(217, 38, 59, 0.5), 0 0 80px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px 0 rgba(217, 38, 59, 0.5), 0 0 80px 30px rgba(0, 0, 0, 0.5);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.img-fluid {
  max-width: 100% !important;
  height: auto !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.text-red {
  color: #FF334B !important;
}

.w-100 {
  width: 100% !important;
}

.text-center {
  text-align: center !important;
}

.btn {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}


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

.big-btn {
  font: inherit;
  color: inherit;
  cursor: pointer;
  background: #FF334B;
  box-shadow: 0 4px 63px rgba(0, 0, 0, 0.07);
  border-radius: 13px;
  transition: 0.2s ease;
  box-sizing: border-box;
  border: 2px solid transparent;
  display: block;
  font-size: 10px;
  text-decoration: none;
  padding: 10px;
  text-align: center;
}

.big-btn-red {
  background-color: #FF334B;
  border-color: #FF334B;
}

.big-btn-red:hover {
  background-color: #ffffff;
  color: #FF334B;
}

.big-btn-empty {
  background-color: #ffffff;
  border-color: #FF334B;
  color: #FF334B;
}

.big-btn-empty:hover {
  background-color: #FF334B;
  color: #ffffff;

}

.big-btn-blue {
  background-color: #173259;
  border-color: #173259;
}

.big-btn-blue:hover {
  background-color: #ffffff;
  color: #173259;
}


.priem-21 {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  overflow: hidden;
  padding-bottom: 25px;
  background: url(https://guu.ru/wp-content/uploads/banner-priem.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.priem-21__header {
  padding-bottom: 30px;
}


.priem-21__main {
  background-color: rgba(23, 50, 89, 0.8);
}

.priem-21__footer {
  background-color: rgba(23, 50, 89, 0.8);
}

.priem-21__lk-top {
  height: 46px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF334B;
  transition: 0.2s ease;
  box-sizing: border-box;
  text-align: center;
}

.priem-21__lk-top:hover {
  background-color: #ffffff;
  border-bottom: 2px solid #FF334B;
  color: #FF334B;
}


.priem-21__header-middle {
  padding: 15px 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.priem-21__menu-button {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.priem-21__logo-link {
  width: 570px;
  height: auto;
}

.priem-21__logo-img {
  width: 100%;
  height: auto;
}

.priem-21__languages-list {
  width: 60px;
}

.priem-21__languages-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.priem-21__language-link {
  color: #777879;
  text-decoration: none;
}

.priem-21__header-bottom {
  padding: 0 23px;
}

.priem-21__big-buttons-list {
  display: flex;
  flex-wrap: wrap;
}

.priem-21__big-buttons-list {
  margin: 0 -4px -8px;
}

.priem-21__big-button-item {
  margin-bottom: 8px;
  padding: 0 4px;
  box-sizing: border-box;
}

.priem-21__big-button--online {
  margin-right: 8px;
}

.priem-21__camera {
  height: 10px;
  margin-right: 4px;
}


.priem-21__flash {
  height: 20px;
}

.priem-21__mobile-menu {
  height: 100vh;
  background-color: rgba(23, 50, 89, 0.95);
  padding: 45px;
  box-sizing: border-box;
  margin-bottom: -25px;
  top: 0;
  z-index: 1000;
  position: fixed;
  width: 100vw;
  left: -100vw;
}

.priem-21__menu-button--close {
  margin-bottom: 45px;
}

.priem-21__mobile-menu-item {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.priem-21__mobile-menu-item::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-right: 12px;
}

.priem-21__mobile-menu-link {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
}

.priem-21__main {
  padding: 40px 28px 20px;
  position: relative;
}

.priem-21__main-heading {
  margin: 0;
  text-align: center;
  line-height: 0.9;
  position: relative;
  z-index: 0;
  margin-bottom: 0px;
}


.priem-21__to-sum {
  display: block;
  font-size: 94px;
}

.priem-21__submit-btn:hover {
  border-color: #D9263B;
}

.priem-21__degree-list {
  position: relative;
  padding: 30px 0 50px;
  z-index: 3;
  margin: 0 35px;
}

.priem-21__degree-list::before {
  content: "";
  background-image: url("https://guu.ru/wp-content/themes/guuTheme/includes/banners/priem-21/img/red-line.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 7px;
}

.priem-21__degree-item {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.priem-21__degree-item::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #D9263B;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
}

.priem-21__degree-link {
  text-decoration: none;
  font-size: 21px;
  color: #ffffff;

}

.priem-21__footer {
  padding: 0 28px 34px;
  margin-bottom: -25px;
  position: relative;
}

.priem-21__footer-col {
  margin-bottom: 25px;
}

.priem-21__sub-heading {
  font-size: 18px;
  line-height: 1.3em;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.priem-21__tel {
  font-size: 22px;
  text-decoration: none;
  color: #ffffff;
  display: block;
}

.priem-21__tel--big {
  font-size: 31px;
}

.priem-21__email {
  font-size: 18px;
  text-decoration: none;
  color: #ffffff;
  display: block;
}

.priem-21__bottom-sub-menu {
  background-color: #ffffff;
  border-radius: 17px;
  padding: 20px;
}

.priem-21__bottom-sub-menu-item {
  margin-bottom: 23px;
}

.priem-21__bottom-sub-menu-link {
  color: #000000;
  text-decoration: none;
}

.priem-21__vuzonline {
  border-radius: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 50%;
  transition: 0.2s ease;
  background-image: url("https://guu.ru/wp-content/themes/guuTheme/includes/banners/priem-21/img/vuzonline.png");
}

.priem-21__vuzonline:hover {
  transform: translateY(-5px);
}

.priem-21__banner-img {
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.priem-21__events-slider {
  border: 2px solid #ffffff;
  border-radius: 10px;
  width: auto;
  color: #ffffff !important;
}

.priem-21__events-slider-item {
  font-size: 18px;
  text-decoration: none;
  color: #ffffff;
  display: block;
}

@media (min-width: 576px) {
  .big-btn {
    font-size: 16px;
  }
	
	.priem-21__footer-bottom {
		display: block;
	}
	.priem-21__header-top {
		display: block;
	}

  .priem-21__flash {
    height: 30px;
  }

  .priem-21__submit-btn {
    font-size: 24px;
  }

  .priem-21__footer {
    text-align: center;
  }

  .priem-21__mobile-menu-link {
    font-size: 20px;
  }

}

@media (min-width: 768px) {
  .priem-21__top-sub-menu {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -20px;
    margin-bottom: -20px;
  }

  .priem-21__top-menu-item {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .priem-21__top-menu-link {
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
	color: #314876;
	font-size: 19px;
	}
.priem-21__title {
	font-size: 32px !important;
}
  }

  .priem-21__header {
    padding: 50px;
  }

  .priem-21__header-middle {
    padding: 30px 0;
  }

  .priem-21__header-bottom {
    padding: 0;
  }

  .priem-21__logo-link {
    width: 178px;
    height: 178px;
  }

  .priem-21__camera {
    height: 15px;
    margin-right: 6px;
  }

  .big-btn {
    border-radius: 23px;
    padding: 30px 20px;
    font-size: 20px;
  }

  .priem-21__languages-list {
    width: auto;
  }

  .priem-21__language-link {
    font-size: 34px;
  }

  .priem-21__big-buttons-list {
    margin: 0 -8px -16px;
  }

  .priem-21__big-button-item {
    margin-bottom: 16px;
    padding: 0 8px;
    box-sizing: border-box;
  }

  .priem-21__big-button--online {
    margin-right: 16px;
  }

  .priem-21__main {
    padding: 60px 50px 0;
  }


  .priem-21__to-sum {
    font-size: 170px;
  }

  .priem-21__degree-list {
    padding: 64px 0;
    margin: 0 64px;
  }

  .priem-21__degree-list::before {
    left: 14px;
    width: 5px;
  }

  .priem-21__degree-item {
    margin-bottom: 22px;
  }

  .priem-21__degree-item::before {
    width: 32px;
    height: 32px;
    margin-right: 23px;
  }

  .priem-21__degree-link {
    font-size: 35px;
  }

  .priem-21__footer {
    text-align: left;
    padding: 0 50px 50px;
  }

  .priem-21__footer-top {
    margin: 0 -10px -30px;
  }

  .priem-21__footer-col {
    padding: 0 10px;
    margin-bottom: 30px;
    box-sizing: border-box;
  }

  .priem-21__mobile-menu-link {
    font-size: 22px;
  }

  .priem-21__sub-heading {
    font-size: 18px;
  }

  .priem-21__tel--big {
    font-size: 34px;
  }

  .priem-21__email {
    font-size: 22px;
  }

  .priem-21__events-slider-item {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
 .priem-21__submit-btn-container {
	padding-bottom: 100px;
}
	.priem-21__main-heading {
		margin-bottom: -10px;
	}
.priem-21__submit-btn {
		font-size: 78px;
	}
  .priem-21__header {
    padding: 50px 100px;
  }


  .priem-21__header-middle {
    justify-content: center;
    position: relative;
  }


  .priem-21__header-bottom {
    margin-right: -12px;
  }


  .priem-21__menu-button--open {
    position: absolute;
    left: 0;
  }

  .priem-21__menu-button--open-second {
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }


  .priem-21__logo-link {
    text-decoration: none;
    width: auto;
  }

  .priem-21__logo-title {
    margin-left: 28px;
    color: #173259;
    font-size: 28px;
  }

  .priem-21__logo-img {
    width: 178px;
    height: 178px;
  }

  .priem-21__lk-top {
    font: inherit;
    color: inherit;
    cursor: pointer;
    box-shadow: 0 4px 63px rgba(0, 0, 0, 0.07);
    border-radius: 13px;
    transition: 0.2s ease;
    box-sizing: border-box;
    border: 2px solid #FF334B;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 20px;
    background-color: #FF334B;
    font-size: 22px;
    height: auto;
    margin-left: 30px;
  }

  .priem-21__lk-top:hover {
    background-color: #ffffff;
    color: #FF334B;
  }

  .priem-21__big-button {
    font-size: 16px;
   font-weight: 700;
   line-height: 120%;
  }

  .priem-21__main {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .priem-21__degree-list {
    order: -1;
    display: flex;
    margin-bottom: 0;
    margin-right: -36px;
    justify-content: center;
  }

  .priem-21__degree-item {
    margin-bottom: 0;
    flex-direction: column;
    margin-right: 36px;
  }

  .priem-21__degree-item::before {
    width: 15px;
    height: 15px;
    margin-bottom: 15px;
    position: static;
    margin-right: 0;
    background-color: #FF334B;
  }

  .priem-21__degree-link {
    text-decoration: underline;
    font-size: 21px;
    color: #ffffff;

  }


  .priem-21__main::before {
    content: "";
    width: 100vw;
    height: 5px;
    background-color: #FF334B;
    top: 65px;
    left: 0;
    position: absolute;
  }

  .priem-21__degree-list::before {
    background: none;
  }

  .priem-21__apply {
    font-size: inherit;
    display: inline;

  }

  .priem-21__to-sum {
    display: inline;
    font-size: inherit;
  }

  .priem-21__main-heading {
    font-size: 146px;
  }

  .priem-21__degree-list {
    padding: 0;
    margin: 0 0 40px;
  }

  .priem-21__submit-btn-container {
    position: relative;
  }

  .priem-21__submit-btn {
    margin-bottom: 60px;
    background-color: #FF334B;
    max-width: 890px;
    width: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }

  .priem-21__languages-list--footer {
    color: rgba(255, 255, 255, 0.5);
    margin-right: 32px;
  }

  .priem-21__language-link {
    color: inherit;
	}

  .priem-21__hotline {
    padding-left: 80px;
  }

  .priem-21__mobile-menu {
    padding: 100px;
  }

  .priem-21__mobile-menu-link {
    font-size: 26px;
  }

  .priem-21__sub-heading {
    font-size: 22px;
  }

  .priem-21__tel--big {
    font-size: 36px;
  }

  .priem-21__languages-list--footer {
    position: relative;
    top: -9px;
  }

}

@media (min-width: 1400px) {


  .priem-21__big-button {
    font-size: 20px;
  }
  .priem-21__apply {
	font-size: 160px;
	}

}

@media (min-width: 1920px) {
  .d-full-none {
    display: none !important;
  }
	.priem-21__submit-btn {
		font-size: 78px !important;
	}
  .priem-21__apply {
	font-size: 220px;
	}

  .d-full-block {
    display: block !important;
  }

  .d-full-flex {
    display: flex !important;
  }

  .col-full-12 {
    width: 100%;
  }

  .mb-full-0 {
    margin-bottom: 0 !important;
  }

  .priem-21__logo-link--first {
    display: flex !important;
  }

  .priem-21__logo-link--second {
    display: none !important;
  }

  .priem-21__lk-top {
    border-radius: 30px;
    padding: 8px;
    width: 20%;
  }

  .priem-21__top-sub-menu {
    width: 100%;
  }

  .priem-21__header-top {
    align-items: baseline;
  }

  .priem-21__footer {
    padding: 0 160px 60px;
  }

  .priem-21__footer-col {
    width: 25%;
  }

  .priem-21__mobile-menu-link {
    font-size: 30px;
  }

  .priem-21__hotline {
    padding: 0 20px;
  }

}

/* Discount modal */

.priem-21-discount-modal .guu-modal__container {
  overflow: visible;
  box-sizing: border-box;
  width: 90vw;
  max-width: 80vh;
  position: relative;
  background-color: #ffffff;
  padding: 3vw;
  color: #ffffff;
  border-radius: 23px;
}

.priem-21-discount-modal h2 {
  text-align: center;
  font-size: 30px;
}

.priem-21-discount-modal p,
.priem-21-discount-modal td {
  font-size: 20px;
}

@media screen and (max-width: 768px) {


  .priem-21-discount-modal .guu-modal__container {
    padding: 5vw;
    width: 95vw;
    border-radius: 17px;
  }

  .priem-21-discount-modal h2 {
    font-size: 24px;
  }

  .priem-21-discount-modal p,
  .priem-21-discount-modal td {
    font-size: 16px;
  }
}

@media screen and (max-width: 568px) {
  .priem-21-discount-modal .guu-modal__container {
    padding: 5vw;
    width: 95vw;
    border-radius: 13px;
  }

  .priem-21-discount-modal h2 {
    font-size: 20px;
  }
}

.priem-21-discount-modal__btn-1,
.priem-21-discount-modal__btn-2 {
  font-size: 20px;
  text-align: center;
  padding: 3vw;
}

.priem-21-discount-modal__btn-1 {
  margin-bottom: 2vw;
}


/* Applicants modal */

.priem-21-applicants-modal .guu-modal__container {
  overflow: visible;
  box-sizing: border-box;
  width: 90vw;
  max-width: 80vh;
  position: relative;
  background-color: #ffffff;
  padding: 3vw;
  color: #ffffff;
  border-radius: 23px;
}

.priem-21-applicants-modal h2 {
  text-align: center;
  font-size: 30px;
}

.priem-21-applicants-modal p,
.priem-21-applicants-modal td {
  font-size: 20px;
}

@media screen and (max-width: 768px) {


  .priem-21-applicants-modal .guu-modal__container {
    padding: 5vw;
    width: 95vw;
    border-radius: 17px;
  }

  .priem-21-applicants-modal h2 {
    font-size: 24px;
  }

  .priem-21-applicants-modal p,
  .priem-21-applicants-modal td {
    font-size: 16px;
  }
}

@media screen and (max-width: 568px) {
  .priem-21-applicants-modal .guu-modal__container {
    padding: 5vw;
    width: 95vw;
    border-radius: 13px;
  }

  .priem-21-applicants-modal h2 {
    font-size: 20px;
  }
}

.priem-21-applicants-modal__btn-1,
.priem-21-applicants-modal__btn-2 {
  font-size: 20px;
  text-align: center;
  padding: 3vw;
}

.priem-21-applicants-modal__btn-1 {
  margin-bottom: 2vw;
}</style>

<section class="priem-21">
  <header class="priem-21__header">
    <nav class="priem-21__header-nav">
      <div class="priem-21__header-top d-xl-flex justify-content-between mb-5">
        <ul class="priem-21__top-sub-menu ul d-none d-md-flex align-items-center">
          <li class="priem-21__top-menu-item about-university">
            <a href="https://guu.ru/%d0%be%d0%b1-%d1%83%d0%bd%d0%b8%d0%b2%d0%b5%d1%80%d1%81%d0%b8%d1%82%d0%b5%d1%82%d0%b5/" class="priem-21__top-menu-link">Об
              университете</a></li>
          <li class="priem-21__top-menu-item">
            <a href="http://priem.guu.ru/%d0%bf%d0%b5%d1%80%d0%b5%d0%b2%d0%be%d0%b4-%d0%b8%d0%b7-%d0%b4%d1%80%d1%83%d0%b3%d0%b8%d1%85-%d0%b2%d1%83%d0%b7%d0%be%d0%b2/" target="_blank" class="priem-21__top-menu-link">Перевод
              из других вузов</a>
          </li>
          <li class="priem-21__top-menu-item">
            <a href="https://www.az.guu.ru/courses" target="_blank" class="priem-21__top-menu-link">Подготовка к ЕГЭ,
              ОГЭ</a>
          </li>
          <li class="priem-21__top-menu-item">
            <a href="http://priem.guu.ru/%d0%be%d0%b1%d1%89%d0%b5%d0%b6%d0%b8%d1%82%d0%b8%d0%b5/" target="_blank" class="priem-21__top-menu-link">Общежитие</a>
          </li>
          <li class="priem-21__top-menu-item">
            <a href="http://priem.guu.ru/%d0%ba%d1%80%d1%8b%d0%bc/" target="_blank" class="priem-21__top-menu-link">Прием
              иностранных
              граждан</a>
          </li>
          <li class="priem-21__top-menu-item">
            <a href="http://priem.guu.ru/%d0%bd%d0%be%d1%80%d0%bc%d0%b0%d1%82%d0%b8%d0%b2%d0%bd%d1%8b%d0%b5-%d0%b4%d0%be%d0%ba%d1%83%d0%bc%d0%b5%d0%bd%d1%82%d1%8b/" target="_blank" class="priem-21__top-menu-link">Нормативные
              документы</a></li>
        </ul>
        <a class="priem-21__lk-top red-bg d-md-none d-xl-block" style="display: none !important;" href="https://my.guu.ru/" target="_blank">Личный
          кабинет</a>
      </div>

      <div class="priem-21__header-middle d-xl-none">
        <button class="priem-21__menu-button priem-21__menu-button--open btn" id="priem21OpenMenuButton" type="button" style="background-image: url(https://guu.ru/wp-content/uploads/button.svg);">
          <span class="sr-only">Открыть меню</span>
        </button>
        <a class="priem-21__logo-link d-flex align-items-center" href="https://guu.ru/">
          <img class="priem-21__logo-img" src="https://guu.ru/wp-content/themes/guuTheme/includes/banners/priem-21/img/guu-logo@2x.png" alt="Государственный университет управления">
          <span class="priem-21__logo-title d-none d-xl-block">
            Государственный<br>
            университет<br>
            управления
          </span>
        </a>
        <ul class="priem-21__languages-list d-xl-none ul">
          <li class="priem-21__language-item"><a class="priem-21__language-link" href="https://guu.ru/">RU</a></li>
          <li class="priem-21__language-item">
            <a class="priem-21__language-link" href="https://guu.ru/language/en/">EN</a></li>
          <li class="priem-21__language-item">
            <a class="priem-21__language-link" href="https://guu.ru/language/zh/">ZH</a></li>
        </ul>
      </div>

      <div class="priem-21__header-bottom">
		  <div class="row">
			   <div class="d-none d-xl-block col-xl-2 position-relative">
            <button class="priem-21__menu-button priem-21__menu-button--open priem-21__menu-button--open-second position-static btn" id="priem21OpenMenuButton2" type="button" style="background-image: url(https://guu.ru/wp-content/uploads/button.svg);">
              <span class="sr-only">Открыть меню</span>
            </button>
		 <div class="center-block">
				<p class="time-text">
				Понедельник — Четверг:<br>c 10:00 до 18:00<br>Пятница:<br>c 10:00 до 17:00
			   </p>
			   </div>
          </div>
			 <div class="d-none d-xl-block col-xl-8">
            <a class="priem-21__logo-link priem-21__logo-hover d-flex align-items-center justify-content-center" href="https://guu.ru/" style="width: 570px !important; height: auto !important;">
              <img class="priem-21__logo-img img-fluid center-block" src="https://guu.ru/wp-content/uploads/logo-rob.svg" alt="Государственный университет управления">
            </a>
          </div>
	       <div class="d-none d-xl-flex  col-xl-2 align-items-center justify-content-end">
            <a class="priem-21__logo-link priem-21__logo-hover d-flex align-items-center justify-content-center" href="https://www.gosuslugi.ru/10077/1" target="_blank" style="width: 100%!important; height: auto !important;">
              <img class="priem-21__logo-img img-fluid" src="https://guu.ru/wp-content/uploads/Gosuslugi.svg" alt="Подать документы через госуслуги">
            </a>
          </div>
		  </div>
        <div class="row">
          <div class="col-12 col-xl-12">
            <ul class="priem-21__big-buttons-list ul d-flex">
              <li class="priem-21__big-button-item priem-21__big-button-item--online col-12 col-md-5 col-xl-3">
                <a class="priem-21__big-button big-btn big-btn-red h-100 d-flex align-items-center justify-content-center" href="https://guu.ru/priem-21/">
                  <svg class="priem-21__camera" width="23" height="15" viewBox="0 0 23 15" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
                    <path d="M3.14815 15H12.8889C14.8889 15 16.037 13.8987 16.037 11.9691V3.03095C16.037 1.10134 14.963 0 12.963 0H3.14815C1.22222 0 0 1.10134 0 3.03095V12.0328C0 13.9533 1.15741 15 3.14815 15ZM17.3981 10.4308L20.5648 13.1068C20.9444 13.4345 21.3519 13.6438 21.7407 13.6438C22.4907 13.6438 23 13.1159 23 12.3149V2.73058C23 1.92961 22.4907 1.4017 21.7407 1.4017C21.3426 1.4017 20.9444 1.61104 20.5648 1.93871L17.3981 4.61468V10.4308Z" fill="currentColor"/>
                  </svg>
                  Онлайн-приемная</a>
              </li>
              <li class="priem-21__big-button-item priem-21__big-button-item--online col-12 col-md-7 col-xl-2 d-flex">
                <a class="h-100 priem-21__big-button big-btn big-btn-red d-flex align-items-center justify-content-center w-100" href="https://my.guu.ru/abiturient/auth/login" target="_blank">
                  Личный кабинет абитуриента
                </a>
              </li>
              <li class="priem-21__big-button-item priem-21__big-button-item--pk col-12 col-md-6 col-xl-2">
                <a class="h-100 priem-21__big-button big-btn big-btn-blue d-flex align-items-center justify-content-center w-100" href="http://priem.guu.ru/" target="_blank">Приёмная
                  комиссия</a>
              </li>
              <li class="priem-21__big-button-item priem-21__big-button-item--programs col-12 col-xl-3">
                <a class="h-100 priem-21__big-button big-btn big-btn-blue d-flex align-items-center justify-content-center" data-micromodal-trigger="priem-21-program-modal">Образовательные
                  программы</a>
              </li>
				<li class="priem-21__big-button-item priem-21__big-button-item--want-1 d-md-none d-xl-flex justify-content-center col-12 col-md-6 col-xl-2">
                <a class="h-100 priem-21__big-button big-btn big-btn-empty d-flex align-items-center justify-content-center w-100" data-micromodal-trigger="priem-21-discount-modal">
                  <svg class="priem-21__flash" width="23" height="35" viewBox="0 0 23 35" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
                    <path d="M0 19.9517L21.738 0.016861L11.8571 15.7549H22.3967L0 34.1159L10.5396 19.9517H0Z" fill="currentColor"/>
                  </svg>
                  Хочу скидку
                </a>
              </li>
              <li class="priem-21__big-button-item priem-21__big-button-item--discount-end d-none d-md-block d-xl-none col-md-12">
                <a class="priem-21__big-button big-btn big-btn-empty d-flex align-items-center justify-content-center" data-micromodal-trigger="priem-21-discount-modal">
                  <svg class="priem-21__flash" width="23" height="35" viewBox="0 0 23 35" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
                    <path d="M0 19.9517L21.738 0.016861L11.8571 15.7549H22.3967L0 34.1159L10.5396 19.9517H0Z" fill="currentColor"/>
                  </svg>
                  Хочу скидку
                </a>
              </li>
            </ul>
          </div>
        </div>
      </div>

      <div class="priem-21__mobile-menu" id="priem21MobileMenu">
        <button class="priem-21__menu-button priem-21__menu-button--close btn" id="priem21CloseMenuButton" type="button" style="background-image: url(https://guu.ru/wp-content/themes/guuTheme/includes/banners/priem-21/img/site-close-menu.svg);">
          <span class="sr-only">Закрыть меню</span>
        </button>
        <ul class="priem-21__mobile-menu-list ul">
          <li class="priem-21__mobile-menu-item">
            <a class="priem-21__mobile-menu-link" href="https://guu.ru/%d0%be%d0%b1-%d1%83%d0%bd%d0%b8%d0%b2%d0%b5%d1%80%d1%81%d0%b8%d1%82%d0%b5%d1%82%d0%b5/">Об
              университете</a></li>
          <li class="priem-21__mobile-menu-item">
            <a class="priem-21__mobile-menu-link" href="https://school.guu.ru/" target="_blank">Предуниверсарий</a>
          </li>
          <li class="priem-21__mobile-menu-item">
            <a class="priem-21__mobile-menu-link" href="http://priem.guu.ru/" target="_blank">Абитуриентам</a>
          </li>
          <li class="priem-21__mobile-menu-item">
            <a class="priem-21__mobile-menu-link" href="https://guu.ru/%D1%81%D1%82%D1%83%D0%B4%D0%B5%D0%BD%D1%82%D0%B0%D0%BC/">Обучающимся</a>
          </li>
          <li class="priem-21__mobile-menu-item">
            <a class="priem-21__mobile-menu-link" href="/dpo-business-edu/">Дополнительное
              и
              бизнес-образование</a></li>
          <li class="priem-21__mobile-menu-item">
            <a class="priem-21__mobile-menu-link" href="https://guu.ru/%d0%bc%d0%b5%d0%b6%d0%b4%d1%83%d0%bd%d0%b0%d1%80%d0%be%d0%b4%d0%bd%d0%b0%d1%8f-%d0%b4%d0%b5%d1%8f%d1%82%d0%b5%d0%bb%d1%8c%d0%bd%d0%be%d1%81%d1%82%d1%8c/">Международная
              деятельность</a></li>
          <li class="priem-21__mobile-menu-item">
            <a class="priem-21__mobile-menu-link" href="https://guu.ru/nauka_konkurs/">Научная деятельность</a>
          </li>
          <li class="priem-21__mobile-menu-item">
            <a class="priem-21__mobile-menu-link" href="https://guu.ru/%d1%81%d1%82%d1%83%d0%b4%d0%b5%d0%bd%d1%82%d0%b0%d0%bc/%d1%83%d0%bc%d0%bf/">Внеучебная
              деятельность</a>
          </li>
        </ul>
      </div>
    </nav>
  </header>
  <main class="priem-21__main">
    <div class="priem-21__main-heading priem-21__apply">
        Поступи
        в ГУУ
    </div>
    <div class="priem-21__submit-btn-container">
      <a class="priem-21__submit-btn big-btn big-btn-red" href="https://my.guu.ru/abiturient/auth/login" target="_blank">Подать
        документы</a>
    </div>
  </main>
  <footer class="priem-21__footer">
    <div class="priem-21__footer-top d-md-flex flex-wrap row position-relative">
      <div class="col-12 col-lg-12">
        <div class="row">
          <div class="priem-21__footer-col priem-21__footer-col--1 col-md-6 d-block d-xl-flex">
            <div class="d-none d-xl-flex" style="margin-right: 15px;">
              <ul class="priem-21__languages-list priem-21__languages-list--footer ul">
                <li class="priem-21__language-item"><a class="priem-21__language-link" href="https://guu.ru/">RU</a>
                </li>
                <li class="priem-21__language-item">
                  <a class="priem-21__language-link" href="https://guu.ru/language/en/">EN</a></li>
                <li class="priem-21__language-item">
                  <a class="priem-21__language-link" href="https://guu.ru/language/zh/">ZH</a></li>
              </ul>
            </div>
            <div class="d-flex" style="flex-direction: column; justify-content: flex-start;">
              <h3 class="priem-21__sub-heading priem-21__title">Приёмная комиссия</h3>
              <a class="priem-21__tel priem-21__tel--big" href="tel:+74953715766">8 (495) 371-57-66</a>
              <a class="priem-21__email" href="mailto:prkom@guu.ru">prkom@guu.ru</a>
            </div>
          </div>
          <div class="priem-21__footer-col priem-21__footer-col--2 col-md-6 d-flex flex-column justify-content-start">
            <h3 class="priem-21__sub-heading">Очно-заочная/заочная форма обучения</h3>
            <div class="">
              <a class="priem-21__tel" href="tel:+74953778838">8 (495) 377-88-38
                <span style="text-transform: lowercase">доб.</span> 1</a>
            </div>
            <a class="priem-21__email" href="mailto:ioo_mon@guu.ru">ioo_mon@guu.ru</a>
          </div>
          <div class="priem-21__footer-col priem-21__footer-col--3 col-md-6 priem-21__hotline d-flex flex-column justify-content-start">
            <h3 class="priem-21__sub-heading">Горячая линия по вопросам инклюзивного высшего образования</h3>
            <a class="priem-21__tel" href="tel:+78002346884">8 (800) 234-68-84</a>
          </div>
          <div class="priem-21__footer-col priem-21__footer-col--4 col-md-6 d-flex flex-column justify-content-start">
            <h3 class="priem-21__sub-heading">Аспирантура и докторантура</h3>
            <a class="priem-21__email" href="mailto:ta_kapustina@guu.ru">ta_kapustina@guu.ru</a>
          </div>
        </div>
      </div>
    </div>
    <div class="priem-21__footer-bottom d-md-none">
      <ul class="priem-21__bottom-sub-menu ul">
        <li class="priem-21__bottom-sub-menu-item">
          <a href="https://guu.ru/%d0%be%d0%b1-%d1%83%d0%bd%d0%b8%d0%b2%d0%b5%d1%80%d1%81%d0%b8%d1%82%d0%b5%d1%82%d0%b5/" class="priem-21__bottom-sub-menu-link">Об
            университете</a>
        </li>
        <li class="priem-21__bottom-sub-menu-item">
          <a href="http://priem.guu.ru/%d0%bf%d0%b5%d1%80%d0%b5%d0%b2%d0%be%d0%b4-%d0%b8%d0%b7-%d0%b4%d1%80%d1%83%d0%b3%d0%b8%d1%85-%d0%b2%d1%83%d0%b7%d0%be%d0%b2/" target="_blank" class="priem-21__bottom-sub-menu-link">Перевод
            из других
            вузов</a>
        </li>
        <li class="priem-21__bottom-sub-menu-item">
          <a href="https://www.az.guu.ru/courses" target="_blank" class="priem-21__bottom-sub-menu-link">Подготовка к
            ЕГЭ, ОГЭ</a>
        </li>
        <li class="priem-21__bottom-sub-menu-item">
          <a href="http://priem.guu.ru/%d0%be%d0%b1%d1%89%d0%b5%d0%b6%d0%b8%d1%82%d0%b8%d0%b5/" target="_blank" class="priem-21__bottom-sub-menu-link">Общежитие</a>
        </li>
        <li class="priem-21__bottom-sub-menu-item">
          <a href="http://priem.guu.ru/%d0%ba%d1%80%d1%8b%d0%bc/" target="_blank" class="priem-21__bottom-sub-menu-link">Прием
            иностранных
            граждан</a>
        </li>
        <li class="priem-21__bottom-sub-menu-item">
          <a href="http://priem.guu.ru/%d0%bd%d0%be%d1%80%d0%bc%d0%b0%d1%82%d0%b8%d0%b2%d0%bd%d1%8b%d0%b5-%d0%b4%d0%be%d0%ba%d1%83%d0%bc%d0%b5%d0%bd%d1%82%d1%8b/" target="_blank" class="priem-21__bottom-sub-menu-link">Нормативные
            документы</a></li>
      </ul>
    </div>
  </footer>
  <div class="guu-modal priem-21-applicants-modal micromodal-slide" id="priem-21-applicants-modal-2" aria-hidden="true">
  <div class="guu-modal__overlay" tabindex="-1">
    <div class="guu-modal__container" role="dialog" aria-modal="true">
      <button class="guu-modal__close" aria-label="Close modal" data-micromodal-close>
        <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11"
     role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512">
    <path fill="#ffffff"
          d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path>
</svg>        <span class="guu-modal__close-element" data-micromodal-close></span>
      </button>
      <a class="priem-21__big-button big-btn big-btn-blue priem-21-applicants-modal__btn-1" target="_blank" href="http://priem.guu.ru/sample-page/%D0%BA%D0%BE%D0%BD%D0%BA%D1%83%D1%80%D1%81%D0%BD%D1%8B%D0%B5-%D1%81%D0%BF%D0%B8%D1%81%D0%BA%D0%B8-%D0%BF%D0%BE-%D0%BD%D0%B0%D0%BF%D1%80%D0%B0%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D1%8F%D0%BC-%D0%BF%D0%BE-2/">
        Бакалавриат
      </a>
      <a class="priem-21__big-button big-btn big-btn-blue priem-21-applicants-modal__btn-2" target="_blank" href="http://priem.guu.ru/sample-page/%D0%BA%D0%BE%D0%BD%D0%BA%D1%83%D1%80%D1%81%D0%BD%D1%8B%D0%B5-%D1%81%D0%BF%D0%B8%D1%81%D0%BA%D0%B8-%D0%BF%D0%BE-%D0%BD%D0%B0%D0%BF%D1%80%D0%B0%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D1%8F%D0%BC-%D0%BF%D0%BE/">
        Магистратура
      </a>
    </div>
  </div>
</div>
  <div class="guu-modal priem-21-discount-modal micromodal-slide" id="priem-21-discount-modal" aria-hidden="true">
  <div class="guu-modal__overlay" tabindex="-1">
    <div class="guu-modal__container" role="dialog" aria-modal="true">
      <button class="guu-modal__close" aria-label="Close modal" data-micromodal-close>
        <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11"
     role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512">
    <path fill="#ffffff"
          d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path>
</svg>        <span class="guu-modal__close-element" data-micromodal-close></span>
      </button>
      <a class="priem-21__big-button big-btn big-btn-blue priem-21-discount-modal__btn-1" href="http://priem.guu.ru/%D0%B1%D0%B0%D0%BA%D0%B0%D0%BB%D0%B0%D0%B2%D1%80%D0%B8%D0%B0%D1%82/%D0%BE%D1%87%D0%BD%D0%B0%D1%8F-%D0%B8-%D0%BE%D1%87%D0%BD%D0%BE-%D0%B7%D0%B0%D0%BE%D1%87%D0%BD%D0%B0%D1%8F-%D1%84%D0%BE%D1%80%D0%BC%D0%B0-%D0%BE%D0%B1%D1%83%D1%87%D0%B5%D0%BD%D0%B8%D1%8F/%D1%81%D0%BA%D0%B8%D0%B4%D0%BA%D0%B8-%D0%BD%D0%B0-%D0%BE%D0%B1%D1%83%D1%87%D0%B5%D0%BD%D0%B8%D0%B5/">
        Скидки на программы бакалавриата
      </a>
      <a class="priem-21__big-button big-btn big-btn-blue priem-21-discount-modal__btn-1" href="http://priem.guu.ru/%D0%BC%D0%B0%D0%B3%D0%B8%D1%81%D1%82%D1%80%D0%B0%D1%82%D1%83%D1%80%D0%B0/%D0%BE%D1%87%D0%BD%D0%B0%D1%8F-%D0%B8-%D0%BE%D1%87%D0%BD%D0%BE-%D0%B7%D0%B0%D0%BE%D1%87%D0%BD%D0%B0%D1%8F-%D1%84%D0%BE%D1%80%D0%BC%D0%B0-%D0%BE%D0%B1%D1%83%D1%87%D0%B5%D0%BD%D0%B8%D1%8F/%D1%81%D0%BA%D0%B8%D0%B4%D0%BA%D0%B8-%D0%BD%D0%B0-%D0%BE%D0%B1%D1%83%D1%87%D0%B5%D0%BD%D0%B8%D0%B5/">
        Скидки на программы магистратуры
      </a>
      <a class="priem-21__big-button big-btn big-btn-blue priem-21-discount-modal__btn-2" href="http://priem.guu.ru/%D0%B0%D1%81%D0%BF%D0%B8%D1%80%D0%B0%D0%BD%D1%82%D1%83%D1%80%D0%B0/%D0%BF%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%B0-%D0%BF%D0%BE%D0%BE%D1%89%D1%80%D0%B5%D0%BD%D0%B8%D1%8F-%D0%B4%D0%BB%D1%8F-%D0%BF%D0%BE%D1%81%D1%82%D1%83%D0%BF%D0%B0%D1%8E%D1%89%D0%B8%D1%85/">
        Скидки на программы аспирантуры
      </a>
    </div>
  </div>
</div>
  <div class="guu-modal priem-21-discount-modal micromodal-slide" id="priem-21-business-education-modal" aria-hidden="true">
  <div class="guu-modal__overlay" tabindex="-1">
    <div class="guu-modal__container" role="dialog" aria-modal="true">
      <button class="guu-modal__close" aria-label="Close modal" data-micromodal-close>
        <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11"
     role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512">
    <path fill="#ffffff"
          d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path>
</svg>        <span class="guu-modal__close-element" data-micromodal-close></span>
      </button>
      <a class="priem-21__big-button big-btn big-btn-blue mb-1 priem-21-applicants-modal__btn-1" href="/dpo-business-edu/" target="_blank">
        Программы ДПО
      </a>
      <a class="priem-21__big-button big-btn big-btn-blue mb-1 priem-21-applicants-modal__btn-1" href="https://hbs-guu.ru/" target="_blank">
        Высшая школа бизнеса
      </a>
      <a class="priem-21__big-button big-btn big-btn-blue mb-1 priem-21-applicants-modal__btn-1" href="https://idab.mba/" target="_blank">
        Институт делового администрирования и&nbsp;бизнеса
      </a>
          </div>
  </div>
</div>
  <div class="guu-modal priem-21-discount-modal micromodal-slide" id="priem-21-program-modal" aria-hidden="true">
  <div class="guu-modal__overlay" tabindex="-1">
    <div class="guu-modal__container" role="dialog" aria-modal="true">
      <button class="guu-modal__close" aria-label="Close modal" data-micromodal-close>
        <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="times" class="svg-inline--fa fa-times fa-w-11"
     role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512">
    <path fill="#ffffff"
          d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"></path>
</svg>        <span class="guu-modal__close-element" data-micromodal-close></span>
      </button>
      <a class="priem-21__big-button big-btn big-btn-blue priem-21-discount-modal__btn-1" href="https://guu.ru/choose-a-programs/">
        Бакалавриат
      </a>
      <a class="priem-21__big-button big-btn big-btn-blue priem-21-discount-modal__btn-1" href="https://guu.ru/choose-program-mag/">
        Магистратура
      </a>
      <a class="priem-21__big-button big-btn big-btn-blue priem-21-discount-modal__btn-2" href="https://guu.ru/abitur/aspirant/">
        Аспирантура
      </a>
    </div>
  </div>
</div></section>

<script>
  /**
 * @package        mobile-swipe-menu
 * @version        2.1.0
 * @description    Swipe Menu with Vanilla JS for mobile
 * @author         milkamil93
 * @copyright      2021 mobile-swipe-menu
 * @license        GPL-3.0
 * @link           https://github.com/milkamil93/mobile-swipe-menu
*/!function(n){var i={};function o(t){if(i[t])return i[t].exports;var e=i[t]={i:t,l:!1,exports:{}};return n[t].call(e.exports,e,e.exports,o),e.l=!0,e.exports}o.m=n,o.c=i,o.d=function(t,e,n){o.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},o.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)o.d(n,i,function(t){return e[t]}.bind(null,i));return n},o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,"a",e),e},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.p="",o(o.s=3)}([function(t,e){t.exports=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}},function(t,e){t.exports=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}},function(t,e){function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}t.exports=function(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),t}},function(t,e,n){"use strict";n.r(e);var i=n(1),r=n.n(i),e=n(2),i=n.n(e),e=n(0),h=n.n(e),s=(i()(o,[{key:"set",value:function(t,e){this[t]=e}},{key:"get",value:function(t){return this[t]}},{key:"eventListener",value:function(t){t.addEventListener("mousedown",this.handleTouchStart.bind(this)),t.addEventListener("touchstart",this.handleTouchStart.bind(this)),t.addEventListener("mousemove",this.handleTouchMove.bind(this)),t.addEventListener("touchmove",this.handleTouchMove.bind(this),{passive:!1}),t.addEventListener("mouseup",this.handleTouchEnd.bind(this)),t.addEventListener("touchend",this.handleTouchEnd.bind(this))}},{key:"getTouches",value:function(t){var e={offsetX:0,offsetY:0},n=t.touches?t.touches[0]:!!t.originalEvent&&t.originalEvent.touches[0];return n?(e.offsetX=Math.round(n.clientX),e.offsetY=Math.round(n.clientY)):(e.offsetX=Math.round(t.clientX),e.offsetY=Math.round(t.clientY)),e}},{key:"handleTouchStart",value:function(t){var e=this.getTouches(t);this.set("inWork",!0),this.set("xDown",e.offsetX),this.set("yDown",e.offsetY),this.set("xStart",e.offsetX),this.set("yStart",e.offsetY),this.start(t)}},{key:"handleTouchMove",value:function(t){if(!this.get("inWork"))return!1;var e=this.getTouches(t);this.set("xCurrent",e.offsetX-this.get("xStart")),this.set("yCurrent",e.offsetY-this.get("yStart"));var n=this.get("xDown")-e.offsetX,e=this.get("yDown")-e.offsetY;if(this.get("currentDirection")||this.setDirection(t,n,e),this.drag(t),!this.get("xDown")||!this.get("yDown"))return!1;this.setDirection(t,n,e),this.set("xDown",null),this.set("yDown",null)}},{key:"setDirection",value:function(t,e,n){Math.abs(e)>=Math.abs(n)?0<e?(this.set("currentDirection","left"),this.left(t)):(this.set("currentDirection","right"),this.right(t)):0<n?(this.set("currentDirection","up"),this.up(t)):(this.set("currentDirection","down"),this.down(t))}},{key:"handleTouchEnd",value:function(t){this.set("inWork",!1),this.stop(t)}},{key:"drag",value:function(t){t.target.style.transition="none",t.target.style.transform="translate(".concat(this.get("xCurrent"),"px, ").concat(this.get("yCurrent"),"px)")}},{key:"left",value:function(t){}},{key:"right",value:function(t){}},{key:"up",value:function(t){}},{key:"down",value:function(t){}},{key:"start",value:function(t){}},{key:"stop",value:function(t){}}]),o),i=(i()(l,[{key:"_connectElement",value:function(t){this._element="string"==typeof t?document.querySelector(t):t,this._element.style.height="100%",this._element.style.top="0",this._element.style.zIndex="1000",this._element.style.position="fixed",this._windowWidth=window.innerWidth-this._getScrollWidth(),this._width=this._width||this._windowWidth,this._element.style.width=this._width+"px",this._element.style[this._mode]=-this._width+"px"}},{key:"_createHook",value:function(){var t=document.createElement("div");t.style.width=this._hookWidth+"px",t.style.height="100%",t.style.top="0",t.style.position="absolute",t.style.cursor="pointer","right"===this._mode?t.style.left="-".concat(this._hookWidth,"px"):t.style.right="-".concat(this._hookWidth,"px"),this._element.append(t)}},{key:"_openRightMenu",value:function(){this._transition(),this._element.style.transform="translateX(-".concat(this._width,"px)"),this._isOpened=!0,this._events.opened.bind(this)()}},{key:"_closeRightMenu",value:function(){this._transition(),this._element.style.transform="translateX(0px)",this._isOpened=!1,this._events.closed.bind(this)()}},{key:"_openLeftMenu",value:function(){this._transition(),this._element.style.transform="translateX(".concat(this._width,"px)"),this._isOpened=!0,this._events.opened.bind(this)()}},{key:"_closeLeftMenu",value:function(){this._transition(),this._element.style.transform="translateX(0px)",this._isOpened=!1,this._events.closed.bind(this)()}},{key:"_transition",value:function(){var t=this;this._element.style.transitionDuration="300ms",setTimeout(function(){t._element.style.transitionDuration="0ms"},200)}},{key:"_init",value:function(){var i=this,o=this._element,t=this._enableBodyHook?document.body:this._element;t.style.cursor="auto",t.style["touch-action"]="pan-y",t.style["-ms-touch-action"]="pan-y";t=new s(t);t.start=function(t){if(i._lock&&!i._isOpened)return!1;var e=new WebKitCSSMatrix(getComputedStyle(o).transform).m41,t=this.getTouches(t).offsetX;e&&this.set("xStart",t-e),i._events.start.bind(i)(this)},t.drag=function(t){if(i._lock&&!i._isOpened)return!1;0<=["left","right"].indexOf(this.currentDirection)&&"touchmove"===t.type&&(t.stopImmediatePropagation(),t.stopPropagation(),t.cancelable&&t.preventDefault()),i._events.drag.bind(i)(this);var e=this.get("xCurrent"),n=Math.floor(o.getBoundingClientRect().left)-(i._windowWidth-i._width);if("right"===i._mode)switch(this.currentDirection){case"left":i._width>=n&&(-e>i._width?e=-i._width:0<e&&(e=0),o.style.transform="translateX(".concat(e,"px)"));break;case"right":i._windowWidth>n&&(-e<0?e=0:-e>i._width&&(e=-i._width),o.style.transform="translateX(".concat(e,"px)"))}else if("left"===i._mode)switch(this.currentDirection){case"right":n<0&&(e>i._width?e=i._width:e<=0&&(e=0),o.style.transform="translateX(".concat(e,"px)"));break;case"left":e>=i._width?e=i._width:e<0&&(e=0),o.style.transform="translateX(".concat(e,"px)")}},t.stop=function(){if(i._lock&&!i._isOpened)return!1;var t=Math.floor(o.getBoundingClientRect().left);if("right"===i._mode)switch(t-=i._windowWidth-i._width,this.currentDirection){case"left":t<i._width?t<i._width-30?i._openRightMenu():i._closeRightMenu():o.style.transform="translateX(0px)";break;case"right":0<t?30<t?i._closeRightMenu():i._openRightMenu():o.style.transform="translateX(-".concat(i._width,"px)")}else if("left"===i._mode)switch(this.currentDirection){case"right":-t<i._width?-t<i._width-30?i._openLeftMenu():i._closeLeftMenu():o.style.transform="translateX(0px)";break;case"left":t<0?t<-30?i._closeLeftMenu():i._openLeftMenu():o.style.transform="translateX(".concat(i._width,"px)")}i._events.stop.bind(i)(this)}}},{key:"_getScrollWidth",value:function(){var t,e=this._scrollWidth;return!1===e&&((t=document.createElement("div")).style.overflowY="scroll",t.style.width="50px",t.style.height="50px",document.body.append(t),this._scrollWidth=t.offsetWidth-t.clientWidth,t.remove()),e}},{key:"open",value:function(){this.openMenu()}},{key:"openMenu",value:function(){"right"===this._mode?this._openRightMenu():this._openLeftMenu()}},{key:"close",value:function(){this.closeMenu()}},{key:"closeMenu",value:function(){"right"===this._mode?this._closeRightMenu():this._closeLeftMenu()}},{key:"toggle",value:function(){this.toggleMenu()}},{key:"toggleMenu",value:function(){this._isOpened?this.closeMenu():this.openMenu()}},{key:"disableSwipe",value:function(){this.lock=!0}},{key:"enableSwipe",value:function(){this.lock=!1}}]),l);function l(t){var e=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};r()(this,l),h()(this,"_mode",void 0),h()(this,"lock",!1),h()(this,"_width",void 0),h()(this,"_hookWidth",void 0),h()(this,"_enableBodyHook",void 0),h()(this,"_scrollWidth",!1),h()(this,"_isOpened",!1),h()(this,"_events",void 0),h()(this,"_element",void 0),h()(this,"_windowWidth",void 0);var n=e.mode,i=void 0===n?"right":n,o=e.width,s=void 0===o?0:o,n=e.hookWidth,o=void 0===n?30:n,n=e.enableBodyHook,n=void 0!==n&&n,e=e.events,e=void 0===e?{}:e;this._mode=i,this._width=s,this._hookWidth=o,this._enableBodyHook=n,this._events=Object.assign({start:function(){},stop:function(){},opened:function(){},closed:function(){},drag:function(){}},e),this._connectElement(t),n||this._createHook(),this._init()}function o(t){r()(this,o),this.inWork=!1,this.xDown=null,this.yDown=null,this.xStart=null,this.yStart=null,this.xCurrent=null,this.yCurrent=null,this.currentDirection=null,"string"==typeof t?document.querySelectorAll(t).forEach(this.eventListener.bind(this)):this.eventListener(t)}window.MobileSwipeMenu=i}]);  !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e=e||self).MicroModal=t()}(this,(function(){"use strict";function e(e,t){for(var o=0;o<t.length;o++){var n=t[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function t(e){return function(e){if(Array.isArray(e))return o(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return o(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return o(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var n,i,a,r,s,l=(n=["a[href]","area[href]",'input:not([disabled]):not([type="hidden"]):not([aria-hidden])',"select:not([disabled]):not([aria-hidden])","textarea:not([disabled]):not([aria-hidden])","button:not([disabled]):not([aria-hidden])","iframe","object","embed","[contenteditable]",'[tabindex]:not([tabindex^="-"])'],i=function(){function o(e){var n=e.targetModal,i=e.triggers,a=void 0===i?[]:i,r=e.onShow,s=void 0===r?function(){}:r,l=e.onClose,c=void 0===l?function(){}:l,d=e.openTrigger,u=void 0===d?"data-micromodal-trigger":d,f=e.closeTrigger,h=void 0===f?"data-micromodal-close":f,v=e.openClass,m=void 0===v?"is-open":v,g=e.disableScroll,b=void 0!==g&&g,y=e.disableFocus,p=void 0!==y&&y,w=e.awaitCloseAnimation,E=void 0!==w&&w,k=e.awaitOpenAnimation,M=void 0!==k&&k,C=e.debugMode,A=void 0!==C&&C;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,o),this.modal=document.getElementById(n),this.config={debugMode:A,disableScroll:b,openTrigger:u,closeTrigger:h,openClass:m,onShow:s,onClose:c,awaitCloseAnimation:E,awaitOpenAnimation:M,disableFocus:p},a.length>0&&this.registerTriggers.apply(this,t(a)),this.onClick=this.onClick.bind(this),this.onKeydown=this.onKeydown.bind(this)}var i,a,r;return i=o,(a=[{key:"registerTriggers",value:function(){for(var e=this,t=arguments.length,o=new Array(t),n=0;n<t;n++)o[n]=arguments[n];o.filter(Boolean).forEach((function(t){t.addEventListener("click",(function(t){return e.showModal(t)}))}))}},{key:"showModal",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;if(this.activeElement=document.activeElement,this.modal.setAttribute("aria-hidden","false"),this.modal.classList.add(this.config.openClass),this.scrollBehaviour("disable"),this.addEventListeners(),this.config.awaitOpenAnimation){var o=function t(){e.modal.removeEventListener("animationend",t,!1),e.setFocusToFirstNode()};this.modal.addEventListener("animationend",o,!1)}else this.setFocusToFirstNode();this.config.onShow(this.modal,this.activeElement,t)}},{key:"closeModal",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t=this.modal;if(this.modal.setAttribute("aria-hidden","true"),this.removeEventListeners(),this.scrollBehaviour("enable"),this.activeElement&&this.activeElement.focus&&this.activeElement.focus(),this.config.onClose(this.modal,this.activeElement,e),this.config.awaitCloseAnimation){var o=this.config.openClass;this.modal.addEventListener("animationend",(function e(){t.classList.remove(o),t.removeEventListener("animationend",e,!1)}),!1)}else t.classList.remove(this.config.openClass)}},{key:"closeModalById",value:function(e){this.modal=document.getElementById(e),this.modal&&this.closeModal()}},{key:"scrollBehaviour",value:function(e){if(this.config.disableScroll){var t=document.querySelector("body");switch(e){case"enable":Object.assign(t.style,{overflow:""});break;case"disable":Object.assign(t.style,{overflow:"hidden"})}}}},{key:"addEventListeners",value:function(){this.modal.addEventListener("touchstart",this.onClick),this.modal.addEventListener("click",this.onClick),document.addEventListener("keydown",this.onKeydown)}},{key:"removeEventListeners",value:function(){this.modal.removeEventListener("touchstart",this.onClick),this.modal.removeEventListener("click",this.onClick),document.removeEventListener("keydown",this.onKeydown)}},{key:"onClick",value:function(e){e.target.hasAttribute(this.config.closeTrigger)&&this.closeModal(e)}},{key:"onKeydown",value:function(e){27===e.keyCode&&this.closeModal(e),9===e.keyCode&&this.retainFocus(e)}},{key:"getFocusableNodes",value:function(){var e=this.modal.querySelectorAll(n);return Array.apply(void 0,t(e))}},{key:"setFocusToFirstNode",value:function(){var e=this;if(!this.config.disableFocus){var t=this.getFocusableNodes();if(0!==t.length){var o=t.filter((function(t){return!t.hasAttribute(e.config.closeTrigger)}));o.length>0&&o[0].focus(),0===o.length&&t[0].focus()}}}},{key:"retainFocus",value:function(e){var t=this.getFocusableNodes();if(0!==t.length)if(t=t.filter((function(e){return null!==e.offsetParent})),this.modal.contains(document.activeElement)){var o=t.indexOf(document.activeElement);e.shiftKey&&0===o&&(t[t.length-1].focus(),e.preventDefault()),!e.shiftKey&&t.length>0&&o===t.length-1&&(t[0].focus(),e.preventDefault())}else t[0].focus()}}])&&e(i.prototype,a),r&&e(i,r),o}(),a=null,r=function(e){if(!document.getElementById(e))return console.warn("MicroModal: ❗Seems like you have missed %c'".concat(e,"'"),"background-color: #f8f9fa;color: #50596c;font-weight: bold;","ID somewhere in your code. Refer example below to resolve it."),console.warn("%cExample:","background-color: #f8f9fa;color: #50596c;font-weight: bold;",'<div class="modal" id="'.concat(e,'"></div>')),!1},s=function(e,t){if(function(e){e.length<=0&&(console.warn("MicroModal: ❗Please specify at least one %c'micromodal-trigger'","background-color: #f8f9fa;color: #50596c;font-weight: bold;","data attribute."),console.warn("%cExample:","background-color: #f8f9fa;color: #50596c;font-weight: bold;",'<a href="#" data-micromodal-trigger="my-modal"></a>'))}(e),!t)return!0;for(var o in t)r(o);return!0},{init:function(e){var o=Object.assign({},{openTrigger:"data-micromodal-trigger"},e),n=t(document.querySelectorAll("[".concat(o.openTrigger,"]"))),r=function(e,t){var o=[];return e.forEach((function(e){var n=e.attributes[t].value;void 0===o[n]&&(o[n]=[]),o[n].push(e)})),o}(n,o.openTrigger);if(!0!==o.debugMode||!1!==s(n,r))for(var l in r){var c=r[l];o.targetModal=l,o.triggers=t(c),a=new i(o)}},show:function(e,t){var o=t||{};o.targetModal=e,!0===o.debugMode&&!1===r(e)||(a&&a.removeEventListeners(),(a=new i(o)).showModal())},close:function(e){e?a.closeModalById(e):a.closeModal()}});return window.MicroModal=l,l}));
  (function () {
  'use strict';

  var openMenuButton = document.querySelector('#priem21OpenMenuButton');
  var openMenuButton2 = document.querySelector('#priem21OpenMenuButton2');
  var closeMenuButton = document.querySelector('#priem21CloseMenuButton');
  var priem21 = document.querySelector('.priem-21');

  document.addEventListener("DOMContentLoaded", function () {
    var mobileMenu = new MobileSwipeMenu('#priem21MobileMenu', {
      mode: 'left',
      width: window.innerWidth,
      events: {
        opened: function () {
          document.body.style.overflow = 'hidden';
        },
        closed: function () {
          document.body.style.overflow = 'visible';
        },
      }
    });

    openMenuButton.addEventListener('click', function () {
      mobileMenu.openMenu();
      openMenuButton.style.display = 'none';
    });

    openMenuButton2.addEventListener('click', function () {
      mobileMenu.openMenu();
      openMenuButton.style.display = 'none';
    });

    closeMenuButton.addEventListener('click', function () {
      mobileMenu.closeMenu();
      openMenuButton.style.display = 'block';
    });

    MicroModal.init({
      awaitCloseAnimation: true,
      disableScroll: true,
      disableFocus: true,
      onShow: function () {
        priem21.style.zIndex = 999;
      },
      onClose: function () {
        priem21.style.zIndex = 99999;
      },
    });
  });
})();
</script>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous"></script><!-- Подключение страницы приемки -->


<!-- Подключение баннеров -->

<style>
  /* Start TEMP styles*/

body {
  margin: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.hero__demo-slide {
  height: 430px;
}

.hero__demo-slide--red {
  background-color: red;
}

.hero__demo-slide--green {
  background-color: green;
}

.hero__demo-slide--blue {
  background-color: blue;
}

@media (min-width: 768px) {
  .hero__demo-slide {
    height: 258px;
  }
}

@media (min-width: 1920px) {
  .hero__demo-slide {
    height: 388px;
  }
}

/* End TEMP styles*/

.bg-red {
  background-color: #F34B57;
}

.bg-blue {
  background-color: #173259;
}

.bg-grey {
  background-color: #C4C4C4;
}


.hero {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  color: #ffffff;
  background-color: #282D3A;
  box-sizing: border-box;
  position: relative;
  z-index: 999;
}

.hero *,
.hero *:before,
.hero *:after {
  box-sizing: inherit;
}

.hero__container {
  margin: 0 auto;
}

@media (min-width: 576px) {
  .hero__container {
    max-width: 536px;
  }
}

@media (min-width: 768px) {
  .hero__container {
    max-width: 728px;
  }
}

@media (min-width: 992px) {
  .hero__container {
    max-width: 952px;
  }
}

@media (min-width: 1200px) {
  .hero__container {
    max-width: 1160px;
  }
}

@media (min-width: 1400px) {
  .hero__container {
    max-width: 1360px;
  }
}

@media (min-width: 1920px) {
  .hero__container {
    max-width: 1860px;
  }
}

.hero__header {
  position: relative;
  z-index: 10;
}

.hero__header-top {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
}

.hero__logo-link {
  display: block;
  margin-right: 40px;
  transition: 0.2s ease;
}

.hero__logo-link:hover,
.hero__logo-link:active {
  color: inherit;
  opacity: 0.7;
}


.hero__logo {
  width: 48px;
}

.hero__options {
  display: flex;
}

.hero__account-btn {
  background-color: #F34B57;
  text-decoration: none;
  color: inherit;
  font-size: 11px;
  height: 40px;
  min-width: 140px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: 0.2s ease;
}

.hero__account-btn:hover,
.hero__account-btn:active {
  background-color: #ffffff;
  color: #F34B57;
}

.hero__mobile-menu-btn {
  border: none;
  font: inherit;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background-color: #1E222B;
  width: 40px;
  height: 40px;
  transition: 0.2s ease;
}

.hero__mobile-menu-btn:hover,
.hero__mobile-menu-btn:active {
  color: #1E222B;
  background-color: #ffffff
}


.hero__mobile-menu-btn .hero__cross-icon {
  display: block;
}

.hero__mobile-menu-btn .hero__hamburger-icon {
  display: none;
}

.hero__mobile-menu-btn.collapsed .hero__hamburger-icon {
  display: block;
}

.hero__mobile-menu-btn.collapsed .hero__cross-icon {
  display: none;
}

.hero__header-bottom {
  background-color: #1E222B;
  height: 46px;
}

.hero__social-list {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  height: inherit;
  margin: 0 auto;
}

.hero__social-link {
  color: #ffffff;
  background-color: #1E222B;
  transition: 0.2s ease;
}

.hero__social-link:hover,
.hero__social-link:active {
  color: rgba(255, 255, 255, 0.7);
}

.hero__social-icon {
  height: 16px;
  width: auto;
  transition: 0.2s ease;
}

.hero__social-title {
  display: none;
}

.hero__mobile-menu.show {
  height: calc(100vh - 146px);
}

.hero__nav-list {
  margin: 0;
  list-style: none;
  padding: 18px 40px;

}

.hero__nav-item {
  position: relative;
}

.hero__nav-item:not(:last-child) {
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.hero__nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.hero__nav-link {
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  transition: 0.2s ease;
}

.hero__nav-link:hover,
.hero__nav-link:active {
  color: rgba(255, 255, 255, 0.7);
}

.hero__mobile-menu-languages {
  background-color: #173259;
  padding: 18px 40px;
}

.hero__mobile-menu-languages-title {
  margin: 0 0 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

.hero__languages-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero__languages-item {
  position: relative;
}

.hero__languages-item:not(:last-child) {
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.hero__languages-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.hero__languages-link {
  color: inherit;
  text-decoration: none;
  font-size: 13px;
}

.hero__languages-link:hover,
.hero__languages-link:active {
  opacity: 0.7;
}

.hero__body {
  padding: 20px;
  position: relative;
  z-index: 0;
}

.hero__slider {
  margin-bottom: 20px;
}

.hero__banner {
  position: relative;
}

a.hero__banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  transition: 0.5s ease;
}

a.hero__banner:hover::after,
a.hero__banner:active::after {
  opacity: 0.4;
}

@media (min-width: 768px) {

  .hero__logo-link {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
  }

  .hero__logo {
    margin-right: 30px;
  }

  .hero__title {
    font-size: 11px;
    margin: 0;
    padding: 0;
  }

  .hero__social-link {
    text-decoration: none;
    font-size: 11px;
    display: flex;
    align-items: center;
  }

  .hero__social-icon {
    margin-right: 10px;
  }


  .hero__social-title {
    display: inline;
  }

  .hero__mobile-menu-languages {
    padding-top: 26px;
  }

  .carousel-control-next, .carousel-control-prev {
    width: 10%;
  }
}

@media (min-width: 1200px) {
  .hero__social-languages {
    margin-right: 30px;
  }

  .hero__social-list {
    margin-right: 30px;
    width: 70px;
  }

  .hero__social-icon {
    margin-right: 0;
  }

  .hero__social-title {
    display: none;
  }

  .hero__languages-list {
    display: flex;
    align-items: center;
  }

  .hero__languages-item:not(:last-child) {
    padding: 0;
    margin: 0;
  }

  .hero__languages-item:not(:last-child)::after {
    display: none;
  }

  .hero__languages-item:first-child {
    margin-right: 10px;
  }

  .hero__languages-link {
    background-color: #ffffff;
    height: 28px;
    color: #1E222B;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-size: 11px;
    padding: 0 18px;
    transition: 0.2s ease;
  }

  .hero__languages-link:hover,
  .hero__languages-link:active {
    opacity: 1;
    background-color: #1E222B;
    color: #ffffff;
  }

  .hero__header-bottom {
    display: flex;
    align-items: center;
    padding: 0 20px;
  }

  .hero__menu {
    height: inherit;
  }

  .hero__nav-list {
    display: flex;
    padding: 0;
    justify-content: space-around;
    height: inherit;
  }

  .hero__nav-item {
    padding: 0;
    margin: 0;
    height: inherit;
  }

  .hero__nav-item:not(:last-child) {
    padding: 0;
    margin: 0;
  }

  .hero__nav-item:not(:last-child)::after {
    display: none;
  }

  .hero__nav-link {
    font-size: 11px;
    height: inherit;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
  }

  .hero__nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    transition: 0.2s ease;
    background-color: #F34B57;
  }

  .hero__nav-link:hover {
    color: rgba(255, 255, 255, 1);
  }

  .hero__nav-link:active {
    color: rgba(255, 255, 255, 0.7);
  }

  .hero__nav-link:hover::after,
  .hero__nav-link:active::after {
    transform: translateX(-50%);
    width: 80%;
  }

  .carousel-control-next, .carousel-control-prev {
    width: 7%;
  }
}

@media (min-width: 1920px) {
  .hero__header-top {
    padding: 45px 60px;
    height: 150px;
  }

  .hero__logo {
    width: 73px;
    margin-right: 45px;
  }

  .hero__title {
    font-size: 20px;
  }

  .hero__social-list {
    width: 100px;
    margin-right: 40px;
  }

  .hero__social-icon {
    height: 24px;
  }

  .hero__languages-link {
    height: 42px;
    font-size: 16px;
    padding: 0 24px;
  }

  .hero__account-btn {
    font-size: 16px;
    height: 60px;
    padding: 0 42px;
  }

  .hero__header-bottom {
    padding: 0 30px;
    height: 69px;
  }

  .hero__nav-link {
    font-size: 16px;
  }

  .hero__body {
    padding: 30px;
  }

  .hero__slider {
    margin-bottom: 30px;
  }
}






</style>

<section class="hero">
  <div class="hero__header" style="display: none;">
    <div class="hero__container">
      <div class="hero__header-top">
        <a class="hero__logo-link" href="/">
          <img class="hero__logo" src="https://guu.ru/wp-content/themes/guuTheme/includes/banners/hero/img/logo@2x.png"
               alt="Государственный университет управления">
          <h1 class="hero__title d-none d-md-block">
            Государственный<br> университет управления
          </h1>
        </a>
        <div class="hero__options">
          <div class="hero__social-languages d-none d-xl-flex">
            <ul class="hero__social-list">
  <li class="hero__social-item">
    <a class="hero__social-link" href="https://vk.com/sum_moscow" target="_blank">
      <svg class="hero__social-icon hero__social-icon--vk" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"
     xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" clip-rule="evenodd"
          d="M1.68413 1.68413C0 3.36827 0 6.07885 0 11.5V12.5C0 17.9212 0 20.6318 1.68413 22.3158C3.36827 24 6.07885 24 11.5 24H12.5C17.9212 24 20.6318 24 22.3158 22.3158C24 20.6318 24 17.9212 24 12.5V11.5C24 6.07885 24 3.36827 22.3158 1.68413C20.6318 0 17.9212 0 12.5 0H11.5C6.07885 0 3.36827 0 1.68413 1.68413ZM4.75005 7.5H6.50045C6.9478 7.5 7.1161 7.69575 7.28385 8.18035C8.13995 10.6736 9.5834 12.8525 10.1768 12.8525C10.3993 12.8525 10.5014 12.75 10.5014 12.185V9.6079C10.4612 8.87435 10.2049 8.5571 10.015 8.32215C9.8978 8.177 9.8059 8.0633 9.8059 7.90225C9.8059 7.7065 9.9732 7.5 10.2513 7.5H13.002C13.3729 7.5 13.5021 7.6983 13.5021 8.1433V11.6103C13.5021 11.981 13.6631 12.1108 13.7744 12.1108C13.9969 12.1108 14.1824 11.981 14.5904 11.5731C15.8513 10.1641 16.7414 7.9949 16.7414 7.9949C16.8527 7.7354 17.058 7.5 17.503 7.5H19.2534C19.7828 7.5 19.894 7.77245 19.7827 8.1433C19.5602 9.16295 17.4276 12.1664 17.4276 12.1664C17.2422 12.463 17.168 12.6114 17.4276 12.9451C17.5191 13.0731 17.7141 13.2641 17.9373 13.4827C18.1668 13.7075 18.4261 13.9614 18.633 14.2058C19.3849 15.0515 19.9515 15.765 20.1094 16.2567C20.2537 16.75 20.0036 17 19.5035 17H17.753C17.2842 17 17.0482 16.7374 16.538 16.1701C16.3218 15.9296 16.0563 15.6343 15.703 15.2811C14.6645 14.28 14.2194 14.1502 13.9598 14.1502C13.6075 14.1502 13.5021 14.25 13.5021 14.75V16.3194C13.5021 16.75 13.3644 17 12.2518 17C10.3973 17 8.35945 15.8744 6.913 13.7979C4.74333 10.7574 4.1499 8.45845 4.1499 7.9949C4.1499 7.7354 4.24993 7.5 4.75005 7.5Z"
          fill="currentColor"/>
</svg>
      <span class="hero__social-title">ВКонтакте</span>
    </a>
  </li>
  <li class="hero__social-item">
    <a class="hero__social-link" href="https://t.me/GUUmsk" target="_blank">
      <svg class="hero__social-icon hero__social-icon--tg" width="16" height="17" viewBox="0 0 16 17" fill="none"
     xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" clip-rule="evenodd"
          d="M16 8.66663C16 13.0849 12.4183 16.6666 8 16.6666C3.58172 16.6666 0 13.0849 0 8.66663C0 4.24835 3.58172 0.666626 8 0.666626C12.4183 0.666626 16 4.24835 16 8.66663ZM8.28681 6.57258C7.50869 6.89622 5.95355 7.56609 3.62138 8.58217C3.24268 8.73277 3.04429 8.8801 3.02623 9.02416C2.99571 9.26762 3.3006 9.36349 3.71577 9.49404C3.77225 9.5118 3.83076 9.5302 3.89075 9.5497C4.29921 9.68247 4.84867 9.83781 5.13431 9.84398C5.39342 9.84958 5.68261 9.74276 6.00188 9.52352C8.18089 8.05263 9.30571 7.30917 9.37633 7.29314C9.42615 7.28183 9.49519 7.26761 9.54197 7.30919C9.58874 7.35077 9.58414 7.4295 9.57919 7.45063C9.54899 7.57939 8.35221 8.69202 7.73287 9.26781C7.5398 9.44731 7.40284 9.57464 7.37484 9.60372C7.31212 9.66886 7.24821 9.73047 7.18678 9.78969C6.8073 10.1555 6.52273 10.4298 7.20253 10.8778C7.52921 11.0931 7.79062 11.2711 8.05142 11.4487C8.33623 11.6427 8.62031 11.8361 8.98786 12.0771C9.0815 12.1385 9.17094 12.2022 9.25804 12.2643C9.5895 12.5006 9.88729 12.7129 10.2552 12.679C10.469 12.6594 10.6898 12.4584 10.8019 11.8589C11.0669 10.4421 11.5879 7.37226 11.7083 6.10728C11.7188 5.99645 11.7055 5.85461 11.6949 5.79234C11.6842 5.73008 11.662 5.64136 11.581 5.57569C11.4852 5.49792 11.3372 5.48152 11.271 5.48268C10.9701 5.48798 10.5085 5.6485 8.28681 6.57258Z"
          fill="currentColor"/>
</svg>
      <span class="hero__social-title">Telegram</span>
    </a>
  </li>
  <li class="hero__social-item">
    <a class="hero__social-link" href="https://www.tiktok.com/@guu_house" target="_blank">
      <svg class="hero__social-icon hero__social-icon--tiktok" width="14" height="17" viewBox="0 0 14 17" fill="none"
     xmlns="http://www.w3.org/2000/svg">
    <path d="M10.2934 0.666626H7.53119V11.5652C7.53119 12.8637 6.46881 13.9304 5.14672 13.9304C3.82462 13.9304 2.76223 12.8637 2.76223 11.5652C2.76223 10.2898 3.80101 9.24632 5.0759 9.19996V6.46374C2.26644 6.51009 0 8.75938 0 11.5652C0 14.3942 2.31366 16.6666 5.17034 16.6666C8.02697 16.6666 10.3406 14.371 10.3406 11.5652V5.97676C11.3794 6.7188 12.6543 7.15938 14 7.18258V4.44634C11.9224 4.37677 10.2934 2.7072 10.2934 0.666626Z"
          fill="currentColor"/>
</svg>
      <span class="hero__social-title">TikTok</span>
    </a>
  </li>
</ul>
            <ul class="hero__languages-list">
  <li class="hero__languages-item">
    <a class="hero__languages-link" href="/language/en/">English</a>
  </li>
  <li class="hero__languages-item">
    <a class="hero__languages-link" href="/language/zh/">Chinese</a>
  </li>
</ul>          </div>
          <a class="hero__account-btn" href="https://my.guu.ru" target="_blank">Личный кабинет</a>
          <button class="hero__mobile-menu-btn collapsed d-xl-none" type="button" data-bs-toggle="collapse"
                  data-bs-target="#heroMenu" aria-expanded="false" aria-controls="heroMenu">
            <svg class="hero__hamburger-icon" width="11" height="8" viewBox="0 0 11 8" fill="none"
     xmlns="http://www.w3.org/2000/svg">
    <rect width="11" height="2" rx="1" fill="currentColor"/>
    <rect y="3" width="11" height="2" rx="1" fill="currentColor"/>
    <rect y="6" width="11" height="2" rx="1" fill="currentColor"/>
</svg>
            <svg class="hero__cross-icon" width="9" height="10" viewBox="0 0 9 10" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M0.610764 1.11089C1.00129 0.720362 1.63445 0.720362 2.02498 1.11089L8.38894 7.47485C8.77946 7.86537 8.77946 8.49854 8.38894 8.88906C7.99841 9.27958 7.36525 9.27958 6.97473 8.88906L0.610764 2.5251C0.22024 2.13458 0.22024 1.50141 0.610764 1.11089Z"
          fill="currentColor"/>
    <path d="M0.610764 8.88906C0.22024 8.49854 0.22024 7.86537 0.610764 7.47485L6.97473 1.11089C7.36525 0.720362 7.99841 0.720362 8.38894 1.11089C8.77946 1.50141 8.77946 2.13458 8.38894 2.5251L2.02498 8.88906C1.63445 9.27958 1.00129 9.27958 0.610764 8.88906Z"
          fill="currentColor"/>
</svg>
            <span class="hero__mobile-menu-btn-title d-none">Меню сайта</span>
          </button>
        </div>
      </div>
    </div>
    <div class="hero__header-bottom">
      <div class="hero__container w-100 h-100">
        <div class="d-xl-none h-100">
          <ul class="hero__social-list">
  <li class="hero__social-item">
    <a class="hero__social-link" href="https://vk.com/sum_moscow" target="_blank">
      <svg class="hero__social-icon hero__social-icon--vk" width="24" height="24" viewBox="0 0 24 24" fill="currentColor"
     xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" clip-rule="evenodd"
          d="M1.68413 1.68413C0 3.36827 0 6.07885 0 11.5V12.5C0 17.9212 0 20.6318 1.68413 22.3158C3.36827 24 6.07885 24 11.5 24H12.5C17.9212 24 20.6318 24 22.3158 22.3158C24 20.6318 24 17.9212 24 12.5V11.5C24 6.07885 24 3.36827 22.3158 1.68413C20.6318 0 17.9212 0 12.5 0H11.5C6.07885 0 3.36827 0 1.68413 1.68413ZM4.75005 7.5H6.50045C6.9478 7.5 7.1161 7.69575 7.28385 8.18035C8.13995 10.6736 9.5834 12.8525 10.1768 12.8525C10.3993 12.8525 10.5014 12.75 10.5014 12.185V9.6079C10.4612 8.87435 10.2049 8.5571 10.015 8.32215C9.8978 8.177 9.8059 8.0633 9.8059 7.90225C9.8059 7.7065 9.9732 7.5 10.2513 7.5H13.002C13.3729 7.5 13.5021 7.6983 13.5021 8.1433V11.6103C13.5021 11.981 13.6631 12.1108 13.7744 12.1108C13.9969 12.1108 14.1824 11.981 14.5904 11.5731C15.8513 10.1641 16.7414 7.9949 16.7414 7.9949C16.8527 7.7354 17.058 7.5 17.503 7.5H19.2534C19.7828 7.5 19.894 7.77245 19.7827 8.1433C19.5602 9.16295 17.4276 12.1664 17.4276 12.1664C17.2422 12.463 17.168 12.6114 17.4276 12.9451C17.5191 13.0731 17.7141 13.2641 17.9373 13.4827C18.1668 13.7075 18.4261 13.9614 18.633 14.2058C19.3849 15.0515 19.9515 15.765 20.1094 16.2567C20.2537 16.75 20.0036 17 19.5035 17H17.753C17.2842 17 17.0482 16.7374 16.538 16.1701C16.3218 15.9296 16.0563 15.6343 15.703 15.2811C14.6645 14.28 14.2194 14.1502 13.9598 14.1502C13.6075 14.1502 13.5021 14.25 13.5021 14.75V16.3194C13.5021 16.75 13.3644 17 12.2518 17C10.3973 17 8.35945 15.8744 6.913 13.7979C4.74333 10.7574 4.1499 8.45845 4.1499 7.9949C4.1499 7.7354 4.24993 7.5 4.75005 7.5Z"
          fill="currentColor"/>
</svg>
      <span class="hero__social-title">ВКонтакте</span>
    </a>
  </li>
  <li class="hero__social-item">
    <a class="hero__social-link" href="https://t.me/GUUmsk" target="_blank">
      <svg class="hero__social-icon hero__social-icon--tg" width="16" height="17" viewBox="0 0 16 17" fill="none"
     xmlns="http://www.w3.org/2000/svg">
    <path fill-rule="evenodd" clip-rule="evenodd"
          d="M16 8.66663C16 13.0849 12.4183 16.6666 8 16.6666C3.58172 16.6666 0 13.0849 0 8.66663C0 4.24835 3.58172 0.666626 8 0.666626C12.4183 0.666626 16 4.24835 16 8.66663ZM8.28681 6.57258C7.50869 6.89622 5.95355 7.56609 3.62138 8.58217C3.24268 8.73277 3.04429 8.8801 3.02623 9.02416C2.99571 9.26762 3.3006 9.36349 3.71577 9.49404C3.77225 9.5118 3.83076 9.5302 3.89075 9.5497C4.29921 9.68247 4.84867 9.83781 5.13431 9.84398C5.39342 9.84958 5.68261 9.74276 6.00188 9.52352C8.18089 8.05263 9.30571 7.30917 9.37633 7.29314C9.42615 7.28183 9.49519 7.26761 9.54197 7.30919C9.58874 7.35077 9.58414 7.4295 9.57919 7.45063C9.54899 7.57939 8.35221 8.69202 7.73287 9.26781C7.5398 9.44731 7.40284 9.57464 7.37484 9.60372C7.31212 9.66886 7.24821 9.73047 7.18678 9.78969C6.8073 10.1555 6.52273 10.4298 7.20253 10.8778C7.52921 11.0931 7.79062 11.2711 8.05142 11.4487C8.33623 11.6427 8.62031 11.8361 8.98786 12.0771C9.0815 12.1385 9.17094 12.2022 9.25804 12.2643C9.5895 12.5006 9.88729 12.7129 10.2552 12.679C10.469 12.6594 10.6898 12.4584 10.8019 11.8589C11.0669 10.4421 11.5879 7.37226 11.7083 6.10728C11.7188 5.99645 11.7055 5.85461 11.6949 5.79234C11.6842 5.73008 11.662 5.64136 11.581 5.57569C11.4852 5.49792 11.3372 5.48152 11.271 5.48268C10.9701 5.48798 10.5085 5.6485 8.28681 6.57258Z"
          fill="currentColor"/>
</svg>
      <span class="hero__social-title">Telegram</span>
    </a>
  </li>
  <li class="hero__social-item">
    <a class="hero__social-link" href="https://www.tiktok.com/@guu_house" target="_blank">
      <svg class="hero__social-icon hero__social-icon--tiktok" width="14" height="17" viewBox="0 0 14 17" fill="none"
     xmlns="http://www.w3.org/2000/svg">
    <path d="M10.2934 0.666626H7.53119V11.5652C7.53119 12.8637 6.46881 13.9304 5.14672 13.9304C3.82462 13.9304 2.76223 12.8637 2.76223 11.5652C2.76223 10.2898 3.80101 9.24632 5.0759 9.19996V6.46374C2.26644 6.51009 0 8.75938 0 11.5652C0 14.3942 2.31366 16.6666 5.17034 16.6666C8.02697 16.6666 10.3406 14.371 10.3406 11.5652V5.97676C11.3794 6.7188 12.6543 7.15938 14 7.18258V4.44634C11.9224 4.37677 10.2934 2.7072 10.2934 0.666626Z"
          fill="currentColor"/>
</svg>
      <span class="hero__social-title">TikTok</span>
    </a>
  </li>
</ul>
        </div>
        <nav class="hero__menu d-none d-xl-block w-100">
          <ul class="hero__nav-list">
            <li class="hero__nav-item">
              <a class="hero__nav-link" href="/об-университете/ ">Об университете</a>
            </li>
            <li class="hero__nav-item">
              <a class="hero__nav-link" href="http://priem.guu.ru" target="_blank">Абитуриентам</a>
                          </li>
            <li class="hero__nav-item">
              <a class="hero__nav-link" href="/студентам/">Обучающимся</a>
            </li>
            <li class="hero__nav-item">
              <a class="hero__nav-link" href="/dpo-business-edu/">Дополнительное и бизнес-образование</a>
            </li>
            <li class="hero__nav-item">
              <a class="hero__nav-link" href="https://guu.ru/institute/учебный-центр-азъ/">Подготовка к ЕГЭ/ОГЭ</a>
            </li>
            <li class="hero__nav-item">
              <a class="hero__nav-link" href="https://school.guu.ru" target="_blank">Предуниверсарий ГУУ</a>
            </li>
             <li class="hero__nav-item">
              <a class="hero__nav-link" href="/nauka_konkurs/">Научная деятельность</a>
            </li>
            <li class="hero__nav-item">
              <a class="hero__nav-link" href="/международная-деятельность/">Международная деятельность</a>
            </li>
            <li class="hero__nav-item">
              <a class="hero__nav-link" href="/студентам/умп/">Внеучебная деятельность</a>
            </li>
          </ul>
        </nav>
      </div>
      <div class="hero__mobile-menu collapse d-xl-none" id="heroMenu">
        <div class="container-fluid">
          <div class="row">
            <div class="col-12 col-md-8 col-xl-12 p-0">
              <nav class="hero__nav">
                <div class="row d-xl-flex">
                  <div class="col-12 col-md-5 bg-red p-0 d-md-flex justify-content-end">
                    <ul class="hero__nav-list bg-red h-100 ms-md-auto">
            <li class="hero__nav-item">
              <a class="hero__nav-link" href="/об-университете/ ">Об университете</a>
            </li>
            <li class="hero__nav-item">
              <a class="hero__nav-link" href="http://priem.guu.ru" target="_blank">Абитуриентам</a>
                          </li>
            <li class="hero__nav-item">
              <a class="hero__nav-link" href="/студентам/">Обучающимся</a>
            </li>
            <li class="hero__nav-item">
              <a class="hero__nav-link" href="/dpo-business-edu/">Дополнительное и бизнес-образование</a>
            </li>
                    </ul>
                  </div>
                  <div class="col-12 col-md-7 p-0">
                    <ul class="hero__nav-list bg-blue">
            <li class="hero__nav-item">
              <a class="hero__nav-link" href="https://guu.ru/institute/учебный-центр-азъ/">Подготовка к ЕГЭ/ОГЭ</a>
            </li>
            <li class="hero__nav-item">
              <a class="hero__nav-link" href="https://school.guu.ru" target="_blank">Предуниверсарий (школа ГУУ)</a>
            </li>
             <li class="hero__nav-item">
              <a class="hero__nav-link" href="/nauka_konkurs/">Научная деятельность</a>
            </li>
            <li class="hero__nav-item">
              <a class="hero__nav-link" href="/международная-деятельность/">Международная деятельность</a>
            </li>
            <li class="hero__nav-item">
              <a class="hero__nav-link" href="/студентам/умп/">Внеучебная деятельность</a>
            </li>
                    </ul>
                  </div>
                </div>
              </nav>
            </div>
            <div class="col-12 col-md-4 p-0">
              <div class="row h-100">
                <div class="col-12 p-0">
                  <div class="hero__mobile-menu-languages h-100">
                    <h3 class="hero__mobile-menu-languages-title">Язык / Language / 语言</h3>
                    <ul class="hero__languages-list">
  <li class="hero__languages-item">
    <a class="hero__languages-link" href="/language/en/">English</a>
  </li>
  <li class="hero__languages-item">
    <a class="hero__languages-link" href="/language/zh/">Chinese</a>
  </li>
</ul>                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="hero__body">
    <div class="hero__container">
      <div class="hero__slider">
        <div class="carousel slide" id="heroMainSlider" data-bs-ride="carousel">
  <div class="carousel-indicators">
    <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
    <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
    <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
    <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="3" aria-label="Slide 4"></button>
    <button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="4" aria-label="Slide 5"></button>
  </div>
    <div class="carousel-inner">
       <div class="carousel-item active">
              
<style>
  .dpo-slide {
    background-image: url("https://guu.ru/wp-content/uploads/dpo-iguip-1920.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px 0px 0px;
    font-family: 'Roboto';
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
}
.dpo-slide_container {
      display: flex;
      margin-right: auto;
      margin-left: auto;
      position: relative;
      align-items: flex-end;
      min-height: 430px;
}
@media (min-width: 320px) {
  .dpo-slide {
    background-image: url("https://guu.ru/wp-content/uploads/dpo-iguip-320.svg");
  }
}
@media (min-width: 536px) {
  .dpo-slide {
    background-image: url("https://guu.ru/wp-content/uploads/dpo-iguip-536.svg");
  }
}
@media (min-width: 768px) {
  .dpo-slide_container {
    height: 258px;
  }
  .dpo-slide {
    height: 258px;
    background-image: url("https://guu.ru/wp-content/uploads/dpo-iguip-728.svg");
}
}
@media (min-width: 952px) {
  .dpo-slide {
    background-image: url("https://guu.ru/wp-content/uploads/dpo-iguip-952.svg");
  }
}
@media (min-width: 1160px) {
  .dpo-slide {
    background-image: url("https://guu.ru/wp-content/uploads/dpo-iguip-1160.svg");
  }
}
@media (min-width: 1360px) {
  .dpo-slide {
    background-image: url("https://guu.ru/wp-content/uploads/dpo-iguip-1360.svg");
  }
}
@media (min-width: 1920px) {
  .dpo-slide_container {
    height: 388px;
  }
  .dpo-slide {
    height: 388px;
    background-image: url("https://guu.ru/wp-content/uploads/dpo-iguip-1920.svg");
}
}
</style>
<section class="dpo-slide">
	<a href="https://guu.ru/wp-content/uploads/%D0%90%D0%BD%D0%BD%D0%BE%D1%82%D0%B0%D1%86%D0%B8%D1%8F-%D0%BE%D1%84%D0%B5%D1%80%D0%B0%D1%82%D0%B0.pdf" target="_blank">
<div class="dpo-slide_container">
</div>
	</a>
</section>            </div>
          <div class="carousel-item">
              
<style>
  .sum-top2022 {
    background-image: url("https://guu.ru/wp-content/uploads/Slide-16_9-4-1920.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px 0px 0px;
    font-family: 'Roboto';
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
}
.sum-top2022_container {
      display: flex;
      margin-right: auto;
      margin-left: auto;
      position: relative;
      align-items: flex-end;
      min-height: 430px;
}
@media (min-width: 320px) {
  .sum-top2022 {
    background-image: url("https://guu.ru/wp-content/uploads/Slide-16_9-10-3320.png");
  }
}
@media (min-width: 536px) {
  .sum-top2022 {
    background-image: url("https://guu.ru/wp-content/uploads/Slide-16_9-9-536.png");
  }
}
@media (min-width: 768px) {
  .sum-top2022_container {
    height: 258px;
  }
  .sum-top2022 {
    height: 258px;
}
.sum-top2022 {
  background-image: url("https://guu.ru/wp-content/uploads/Slide-16_9-8-728-1.png");
}
}
@media (min-width: 952px) {
  .sum-top2022 {
    background-image: url("https://guu.ru/wp-content/uploads/Slide-16_9-7-952-1.png");
  }
}
@media (min-width: 1160px) {
  .sum-top2022 {
    background-image: url("https://guu.ru/wp-content/uploads/Slide-16_9-1160-2.png");
  }
}
@media (min-width: 1360px) {
  .sum-top2022 {
    background-image: url("https://guu.ru/wp-content/uploads/Slide-16_9-1360-3.png");
  }
}
@media (min-width: 1920px) {
  .sum-top2022_container {
    height: 388px;
  }
  .sum-top2022 {
    height: 388px;
    background-image: url("https://guu.ru/wp-content/uploads/Slide-16_9-4-1920.png");
}
}
</style>
<section class="sum-top2022">
<a href="https://guu.ru/news_ru/98920/">
<div class="sum-top2022_container">
</div>
</a>
</section>            </div>
            <div class="carousel-item">
              
<style>
  .priem-manage {
    background-image: url(https://guu.ru/wp-content/uploads/Banner-3.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 430px;
}
.priem-manage_topcolumn {
    align-items: center;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.priem-manage__container {
   width: 100%;
   display: flex;
   position: relative;
}
.priem-manage_widget {
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}
.priem-manage_content {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    position: relative;
    }
.priem-manage_title {
    max-width: 1140px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.priem-manage_widgettitle {
  position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 10px;
    margin-top: 30px;
    margin-right: 20%;
}
.priem-manage_titlemain {
      text-align: center;
      margin: 0px 0px 100px 0px;
      padding: 0px 0px 0px 0px;
}
.priem_title {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    line-height: 1.2em;
}
.priem-manage-btn_cta {
  width: 100%;
  position: relative;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: baseline;
}
.priem-manahe_btn {
    font-size: 20px;
    font-weight: 400;
    fill: #003262;
    color: #003262;
    background-color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    padding: 20px 30px 20px 30px;
    width: auto;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    transition: .3s;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}
.priem-manahe_btn:hover {
   color: #f34b57;
   opacity: 0.9;
}
@media screen and (max-width: 1919px) {
.priem-manage_title {
   max-width: 900px;
}
.priem-manage_widgettitle {
   margin-top: 0px;
}
.priem-manage_titlemain {
    margin: 0px 0px 55px 0px;
}
.priem-manahe_btn {
    font-size: 18px;
}
}

@media screen and (max-width: 1360px) {
.priem-manage {
    background-image: url(https://guu.ru/wp-content/uploads/Banner-3-1360.png);
}
.priem-manage_titlemain {
    margin: 0px 0px 65px 0px;
}
.priem_title {
    font-size: 36px;
}
.priem-manage_widgettitle {
   margin-right: 30%;
}
}
@media screen and (max-width: 991px) {
.priem-manage_widgettitle {
    margin-top: 10px;
}
.priem-manage_widgettitle {
    margin-top: 20px;
}
.priem-manage_titlemain {
    margin: 0px 0px 85px 0px;
}
.priem_title {
    font-size: 30px;
}
}
@media screen and (max-width: 768px) {
.priem_title {
    font-size: 30px;
}
.priem-manage_titlemain {
    margin: 0px 0px 95px 0px;
}
.priem-manage_widgettitle {
    margin-right: 20%;
    margin-top: 45px;
}
}
@media screen and (max-width: 576px) {
.priem-manage {
    background-image: url(https://guu.ru/wp-content/uploads/Banner-3-536.png);
}
.priem-manage_widgettitle {
    margin-right: 10%;
    margin-left: -20px;
    margin-top: 190px;
}
.priem-manage_titlemain {
    margin: 0px 0px 52px 0px;
}
.priem_title {
    font-size: 20px;
    margin-left: 15%;
}
.priem-manahe_btn {
   font-weight: 400;
   margin-left: -15px;
   font-size: 16px;
}
}
@media screen and (max-width: 469px) {
.priem-manage_widgettitle {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    margin-top: 200px;
}
.priem-manahe_btn {
   font-weight: 400;
   margin-left: 0;
}
.priem-manage_titlemain {
    margin: 0 0 0 0;
    position: absolute;
}
.priem_title {
    margin-left: 0;
}
.priem-manage-btn_cta {
    position: absolute;
    bottom: -158px;
}
}
@media (min-width: 768px) {
  .priem-manage {
    height: 258px;
  }
}
@media (min-width: 1920px) {
  .priem-manage {
    height: 388px;
  }
}</style>
<section class="priem-manage">
<div class="priem-manage_topcolumn">
<div class="priem-manage__container">
<div class="priem-manage_widget">
<div class="priem-manage_content">
<div class="priem-manage_title">
<div class="priem-manage_widgettitle">
<div class="priem-manage_titlemain">
<h3 class="priem_title">ГУУ готовит управленцев нового типа – лидеров изменений
</h3>
</div>
<div class="priem-manage-btn_cta"><a class="priem-manahe_btn" href="http://priem.guu.ru/">Выбрать профессию будущего</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div> 
</section>            </div>
            <div class="carousel-item">
              
<style>
  .hh-raiting {
    background-image: url("https://guu.ru/wp-content/uploads/Frame-9v2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px 0px 0px;
    font-family: 'Roboto';
    position: relative;
    box-sizing: border-box;
    display: block;
}
.hh-raiting_container {
      display: flex;
      margin-right: auto;
      margin-left: auto;
      position: relative;
      align-items: flex-end;
      min-height: 430px;
}
.hh-raiting_content {
  width: 100%;
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.hh-raiting_widget {
    align-content: flex-end;
    align-items: flex-end;
    background-color: #F34B56E5;
    padding: 10px 0px 10px 0px;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.hh-logo {
  position: absolute;
  width: 30%;
  max-width: 30%;
  left: 1482px;
  top: 30px;
}
.hh-logo_picture {
  width: 80%;
  vertical-align: middle;
  display: inline-block;
}
.hh-raiting_section {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: block;
  height: 280px;
}
.hh-raiting_maintitle {
  max-width: 1140px;
  display: flex;
  margin: auto;
  position: relative;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.hh-raiting_col {
  width: 50%;
  position: relative;
  display: flex;
}
.sum-top_container {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 25px 10px;
}
.sum-top_title {
  color: #FFFFFF;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: -25px;
  width: 100%;
  position: relative;
}
.sum-top_title_contain .sum-top_description_contain .sum-top_subtitle_contain  {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.sum-top_subtitle {
  color: #FFFFFF;
  font-size: 80px;
  font-weight: 700;
  line-height: 40px;
  margin-top: -20px;
  margin-bottom: 0;
  width: 100%;
  position: relative;
}
.sum-top_description {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
    width: 100%;
    position: relative;
    margin-top: 0px;
}
.work-sum {
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
  width: 100%;
  position: relative;
}
.work-sum_row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18%;
    width: 100%;
}
.work-sum_item {
    flex-basis: 50%;
    align-items: flex-end;
}
.hh_btn {
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 30px;
  padding: 10px 25px;
  text-align: center;
  transition: .3s;
}
.hh_btn:hover {
  color: #ffffff !important;
  opacity: 0.8;
}
@media screen and (max-width: 1919px) {
.sum-top_container {
  padding: 10px 10px;
}
.sum-top_title {
  font-size: 40px;
  margin-top: -20px;
}
.sum-top_subtitle {
  font-size: 40px;
  margin-top: -25px;
}
.sum-top_description {
    font-size: 24px;
    margin-top: -15px;
}
.work-sum {
  font-size: 18px;
}
.work-sum_row {
  margin-top: 25px;
}
.hh_btn {
    font-size: 18px;
}
}
@media screen and (max-width: 1360px) {
.sum-top_title {
  padding-left: 60px;
}
.sum-top_subtitle {
  padding-left: 60px;
}
.sum-top_description {
    padding-left: 60px;
}
}
@media screen and (max-width: 1200px) {
.hh-raiting {
    background-image: url("https://guu.ru/wp-content/uploads/Banner-4-1360.png");
}
}
@media screen and (max-width: 991px) {
.sum-top_container {
  padding: 10px 10px;
}
.sum-top_title {
  font-size: 30px;
  margin-top: -5px;
}
.sum-top_subtitle {
  font-size: 30px;
  margin-top: -25px;
}
.sum-top_description {
    font-size: 18px;
    margin-top: -15px;
}
.work-sum {
  font-size: 16px;
}
.hh_btn {
    font-size: 12px;
}
.work-sum_row {
    margin-top: -5px;
}
}
@media screen and (max-width: 768px) {
.hh-raiting_maintitle {
    display: inherit;
}
.hh-raiting_col {
    width: 100%;
}
.sum-top_title {
  font-size: 50px;
  padding-left: 0;
}
.sum-top_subtitle {
  font-size: 50px;
  padding-left: 0;
}
.sum-top_description {
    font-size: 24px;
    padding-left: 0;
}
.sum-top_container {
  padding: 10px 80px;
}
.work-sum_row {
    margin-top: 25px;
}
.work-sum {
    margin-top: -15px;
}
}
@media screen and (max-width: 576px) {
.hh-raiting {
    background-image: url("https://guu.ru/wp-content/uploads/Banner-3-536-1.png");
}
.sum-top_container {
    padding: 10px 60px;
}
}
@media screen and (max-width: 469px) {
.sum-top_container {
    padding: 10px 20px;
}
.sum-top_title {
  font-size: 40px;
}
.sum-top_subtitle {
  font-size: 40px;
}
.sum-top_description {
    font-size: 18px;
}
.hh_btn {
    padding: 12px 10px;
}
}
@media screen and (max-width: 355px) {
.hh_btn {
    font-size: 10px;
}
}
@media (min-width: 768px) {
  .hh-raiting_container {
    height: 258px;
  }
  .hh-raiting {
    height: 258px;
}
}
@media (min-width: 1920px) {
  .hh-raiting_container .hh-raiting {
    height: 388px;
  }
  .hh-raiting {
   height: 388px;
}
}</style>

<section class="hh-raiting">
 <div class="hh-raiting_container">
 <div class="hh-raiting_content">
 <div class="hh-raiting_widget">
 <section class="hh-raiting_section">
 <div class="hh-raiting_maintitle">
 <div class="hh-raiting_col">
 <div class="sum-top_container">
 <div class="sum-top_title">
 <div class="sum-top_title_contain">
 <p>
 ГУУ —
 </p>
 </div>
 </div>
 <div class="sum-top_subtitle">
 <div class="sum-top_subtitle_contain">
 <p>
 В ТОПЕ
 </p>
 </div>
 </div>
  <div class="sum-top_description">
 <div class="sum-top_description_contain">
 <p>
рейтингов работодателей
 </p>
 </div>
 </div>
 </div>
 </div>
 <div class="hh-raiting_col">
  <div class="sum-top_container">
  <div class="work-sum">
  <div class="work-sum_container">
  <p>
  Успешное трудоустройство выпускников – главный показатель качества образования ГУУ
  </p>
  </div>
  </div>
  <div class="work-sum_row">
  <div class="work-sum_item">
  <a class="hh_btn" href="https://hh.ru/article/29147" target="_blank">Рейтинг HeadHunter</a>
  </div>
  <div class="work-sum_item">
  <a class="hh_btn" href="https://students.superjob.ru/reiting-vuzov/ekonomicheskie/" target="_blank">Рейтинг Superjob</a>
  </div>
  </div>
  </div>
 </div>
 </div>
 </section>
 </div>
 </div>
 </div>
</section>            </div>
          <div class="carousel-item">
              
<style>
  .project-office {
    background-image: url("https://guu.ru/wp-content/uploads/Projet-office-1920.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px 0px 0px;
    font-family: 'Roboto';
    position: relative;
    box-sizing: border-box;
    display: block;
}
.project-office_container {
      display: flex;
      margin-right: auto;
      margin-left: auto;
      position: relative;
      align-items: flex-end;
      min-height: 430px;
}
.project-office_topcolumn {
  width: 100%;
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.project-office_content {
  padding: 10px;
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  }
.project-office_section {
    margin-top: 6em;
    margin-bottom: 0em;
    width: 100%;
    display: block;
}
.project-office_gap {
  max-width: 1140px;
  display: flex;
  margin-right: auto;
  margin-left: 20em;
  position: relative;
}
.project-title_container {
  width: 50%;
  position: relative;
  display: flex;
}
.project-title_title {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    display: flex;
    padding: 10px;
}
.project-title_widget {
  margin-bottom: 20px;
}
.project-title {
  color: #FFFFFF;
  font-size: 34px;
  font-weight: 600;
}
.project-descr_container {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  width: 100%;
}
.project-descr_content {
      margin: 3em 0em 4.8em 0em;
}
.project-office_action {
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 10px;
  width: 100%;
}
.project-action_container {
  width: 100%;
  position: relative;
  padding-bottom: 6.5em;
}
.project-action_btn {
    font-size: 20px;
    font-weight: 400;
    background-color: #F34B56;
    border-radius: 30px 30px 30px 30px;
    padding: 17px 35px 17px 35px;
    box-shadow: none;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
}
.project-action_btn:hover {
  color: #ffffff !important;
  opacity: 0.95;
}
@media screen and (max-width: 1919px) {
.project-office_gap {
  margin-left: 12em;
}
.project-title {
  font-size: 24px;
}
.project-title_widget {
    margin-bottom: 50px;
}
.project-descr_container {
    padding-right: 40px;
    padding-left: 30px;
}
.project-descr_content {
    margin: 0 0em 9em 0em;
}
.project-action_container {
    padding-bottom: 12em;
}
}
@media screen and (max-width: 1400px) {
.project-title_widget {
    margin-bottom: 25px;
}
.project-descr_container {
    padding-right: 70px;
    padding-left: 25px;
}
.project-descr_content {
    margin: 0 0em 8.5em 0em;
}
}
@media screen and (max-width: 1200px) {
.project-office {
    background-image: url("https://guu.ru/wp-content/uploads/Project-office-1360.png");
}
.project-office_gap {
    margin-left: 7em;
}
.project-descr_container {
    font-size: 18px;
}
.project-descr_content {
    margin: 0 0em 10em 0em;
}
.project-title_widget {
    margin-bottom: 50px;
}
.project-descr_container {
    padding-right: 0px;
    padding-left: 0px;
}
.project-action_btn {
    font-size: 18px;
}
}
@media screen and (max-width: 991px) {
.project-office_gap {
   margin-left: 4em;
}
.project-title_widget {
   margin-bottom: 20px;
}
.project-title {
  font-size: 20px;
}
.project-descr_content {
   font-size: 16px;
    margin: 0 0em 11.5em 0em;
}
.project-action_container {
   padding-bottom: 13em;
}
}
@media screen and (max-width: 768px) {
.project-office_gap {
    margin-left: 1em;
    width: 100%;
    display: block;
}
.project-title_container {
   width: 80%;
}
.project-title_widget {
   margin-bottom: 0px;
}
.project-title {
   font-size: 30px;
}
.project-descr_content {
    margin: 2.2em 0em 2.2em 0em;
    font-size: 18px;
}
.project-action_container {
   padding-bottom: 1em;
}
}
@media screen and (max-width: 536px) {
.project-office {
    background-image: url("https://guu.ru/wp-content/uploads/Project-office-536.jpg");
}
.project-title_container {
   width: 100%;
}
.project-title_widget {
   margin-bottom: 0px;
}
.project-title {
   font-size: 18px;
}
.project-descr_content {
    font-size: 14px;
    width: 60%;
    padding-left: 0;
    margin: 2.2em 0em -5em 0em;
}
.project-office_action {
    text-align: right;
}
.project-action_btn {
   font-size: 14px;
   padding: 10px 25px 10px 25px;
}
}
@media screen and (max-width: 408px) {
.project-office_gap {
   margin-left: 0;
}
.project-descr_content {
    width: 100%;
    padding-left: 0;
    margin: 0px 0px 0px 0px;
}
.project-office_action {
    text-align: center;
    padding: 0;
}
.project-descr_container {
   margin-bottom: -5px;
}
}
@media (min-width: 768px) {
  .project-office_container {
    height: 258px;
  }
  .project-office {
    height: 258px;
}
}
@media (min-width: 1920px) {
  .project-office_container {
    height: 388px;
  }
  .project-office {
    height: 388px;
}
}
</style>
<section class="project-office">
<div class="project-office_container">
<div class="project-office_topcolumn">
<div class="project-office_content">
<section clas="project-office_section">
<div class="project-office_gap">
<div class="project-title_container">
<div class="project-title_title">
<div class="project-title_widget">
<h3 class="project-title">Интегрируем студентов в бизнес-задачи со студенческой скамьи
</h3>
</div>
<div class="project-descr_container">
<div class="project-descr_content">
<p>
Проектный офис ГУУ – новая экосистема обучения управленческих команд
</p>
</div>
</div>
</div>
</div>
<div class="project-title_container">
<div class="project-office_action">
<div class="project-action_container">
<a class="project-action_btn" href="http://pmo.guu.ru/" target="_blank">Узнать больше</a>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</section>            </div>
          </div>
          <button class="carousel-control-prev" type="button" data-bs-target="#heroMainSlider"
                  data-bs-slide="prev">
            <span class="carousel-control-prev-icon" aria-hidden="true"></span>
            <span class="visually-hidden">Previous</span>
          </button>
          <button class="carousel-control-next" type="button" data-bs-target="#heroMainSlider"
                  data-bs-slide="next">
            <span class="carousel-control-next-icon" aria-hidden="true"></span>
            <span class="visually-hidden">Next</span>
          </button>
        </div>
      </div>
      <div class="hero__banners">
        <div class="container-fluid">
          <div class="row mb-3">
            <div class="col-12 col-lg-8 mb-3 mb-lg-0 p-0 pe-lg-2">
              
<style>
  .new-way-of-learning {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 220px;
    background-image: url(https://guu.ru/wp-content/themes/guuTheme/includes/banners/hero/banners/new-way-of-learning/img/bg-w320@2x.jpg);
  }

  @media (min-width: 576px) {
    .new-way-of-learning {
      background-image: url(https://guu.ru/wp-content/themes/guuTheme/includes/banners/hero/banners/new-way-of-learning/img/bg-w536@2x.jpg);
      height: 258px;
    }
  }

  @media (min-width: 768px) {
    .new-way-of-learning {
      background-image: url(https://guu.ru/wp-content/themes/guuTheme/includes/banners/hero/banners/new-way-of-learning/img/bg-w728@2x.jpg);
    }
  }

  @media (min-width: 992px) {
    .new-way-of-learning {
      background-image: url(https://guu.ru/wp-content/themes/guuTheme/includes/banners/hero/banners/new-way-of-learning/img/bg-w664@2x.jpg);
    }
  }

  @media (min-width: 1200px) {
    .new-way-of-learning {
      background-image: url(https://guu.ru/wp-content/themes/guuTheme/includes/banners/hero/banners/new-way-of-learning/img/bg-w768@2x.jpg);
    }
  }

  @media (min-width: 1400px) {
    .new-way-of-learning {
      background-image: url(https://guu.ru/wp-content/themes/guuTheme/includes/banners/hero/banners/new-way-of-learning/img/bg-w868@2x.jpg);
    }
  }

  @media (min-width: 1920px) {
    .new-way-of-learning {
      background-image: url(https://guu.ru/wp-content/themes/guuTheme/includes/banners/hero/banners/new-way-of-learning/img/bg-w1212@2x.jpg);
      height: 388px;
    }
  }
</style>

<a class="hero__banner new-way-of-learning d-block" href="http://pmo.guu.ru" target="_blank">
  <span class="visually-hidden">
    Учим по-новому. Цифровая экосистема студенческого предпринимательства.
  </span>
</a>            </div>
            <div class="col-12 col-lg-4 p-0 ps-lg-2">
              
<style>
  .alumni__title {
    background-image: url(https://guu.ru/wp-content/themes/guuTheme/includes/banners/hero/banners/alumni/img/alumni-title.svg);
  }

  .alumni {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #282D3A;
  height: 220px;
  position: relative;
  padding-bottom: 60px;
}

.alumni__title {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1E222B;
  background-size: 268px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.alumni__slide {
  height: 180px;
  position: relative;
}

.alumni__slide-card {
  border-radius: 20px;
  background-color: #FFFFFF;
  overflow: hidden;
  width: 80%;
  height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  padding: 15px;
}

.alumni__slide-card-top {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.alumni__img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.alumni__name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.alumni__text {
  font-size: 11px;
  margin: 0;
}


@media (min-width: 576px) {
  .alumni {
    height: 258px;
  }

  .alumni__slide {
    height: 218px;
  }

  .alumni__slide-card {
    padding: 20px;
  }

  .alumni__img {
    width: 60px;
    height: 60px;
  }

  .alumni__name {
    font-size: 14px;
  }

  .alumni__text {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .alumni {
  }

  .alumni__img {
    width: 72px;
    height: 72px;
  }

  .alumni__name {
    font-size: 18px;
  }

  .alumni__text {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .alumni {
  }

  .alumni__img {
    width: 60px;
    height: 60px;
  }

  .alumni__name {
    font-size: 13px;
  }

  .alumni__text {
    font-size: 10px;
  }
}

@media (min-width: 1200px) {
  .alumni {
  }

  .alumni__img {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1400px) {
  .alumni {
  }

  .alumni__img {
    width: 60px;
    height: 60px;
  }

  .alumni__name {
    font-size: 20px;
  }

  .alumni__text {
    font-size: 14px;
  }
}

@media (min-width: 1920px) {
  .alumni {
    height: 388px;
    padding-bottom: 80px;
  }

  .alumni__title {
    background-color: #1E222B;
    height: 60px;
    background-size: 373px;
  }

  .alumni__slide {
    height: 328px;
  }

  .alumni__img {
    width: 72px;
    height: 72px;
  }

  .alumni__name {
    font-size: 24px;
  }

  .alumni__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
 .carousel-control-next-icon {
   margin-left: 10px;
}
 .carousel-control-prev-icon {
   margin-right: 10px;
}
}
</style>

<div class="hero__banner alumni d-block">
  
  <div id="heroAlumniSlider" class="alumni__slider carousel slide" data-bs-ride="carousel">
    <div class="carousel-inner">
                <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Агафонов-Алексей-Васильевич-1.jpg"
                     alt="Агафонов Алексей Васильевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Агафонов Алексей Васильевич</p>
                  <p class="alumni__text">Год окончания - 2013</p>
                </div>
              </div>
              <p class="alumni__text">Первый заместитель генерального директора президентской платформы "Россия - страна возможностей"</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item active">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Агеев-Антон-Валерьевич-1-e1639138095392.jpg"
                     alt="Агеев Антон Валерьевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Агеев Антон Валерьевич</p>
                  <p class="alumni__text">Год окончания - 2004</p>
                </div>
              </div>
              <p class="alumni__text">Заместитель председателя правительства Тульской области</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Артюхин-Роман-Евгеньевич-4-e1639138237649.jpg"
                     alt="Артюхин Роман Евгеньевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Артюхин Роман Евгеньевич</p>
                  <p class="alumni__text">Год окончания - 1995</p>
                </div>
              </div>
              <p class="alumni__text">Руководитель Федерального казначейства РФ</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Бабич-Михаил-Викторович-1-e1639138152918.jpg"
                     alt="Бабич Михаил Викторович" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Бабич Михаил Викторович</p>
                  <p class="alumni__text">Год окончания - 1998</p>
                </div>
              </div>
              <p class="alumni__text">Заместитель директора Федеральной службы по военно-техническому сотрудничеству</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Багрин-Олег-Владимирович-3-e1639138186153.jpg"
                     alt="Багрин Олег Владимирович" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Багрин Олег Владимирович</p>
                  <p class="alumni__text">Год окончания - 1996</p>
                </div>
              </div>
              <p class="alumni__text">Заместитель Председателя Совета директоров НЛМК</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Богашов-Александр-Евгеньевич-2-e1639138269163.jpg"
                     alt="Богашов Александр Евгеньевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Богашов Александр Евгеньевич</p>
                  <p class="alumni__text">Год окончания - 2011</p>
                </div>
              </div>
              <p class="alumni__text">Заместитель Губернатора Челябинской области - Министр имущества Челябинской области</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Бочкарёв-Андрей-Юрьевич-e1639138298563.jpg"
                     alt="Бочкарёв Андрей Юрьевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Бочкарёв Андрей Юрьевич</p>
                  <p class="alumni__text">Год окончания - 1997</p>
                </div>
              </div>
              <p class="alumni__text">Заместитель Мэра Москвы в Правительстве Москвы по вопросам градостроительной политики и строительства</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Букин-Олег-Юрьевич-e1639138409151.jpg"
                     alt="Букин Олег Юрьевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Букин Олег Юрьевич</p>
                  <p class="alumni__text">Год окончания - 1988</p>
                </div>
              </div>
              <p class="alumni__text">Заместитель председателя совета директоров ПАО «Первая грузовая компания»</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Виген-Дживанович-Енокян-e1639138423791.jpeg"
                     alt="Виген Дживанович Енокян" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Виген Дживанович Енокян</p>
                  <p class="alumni__text">Год окончания - 2009</p>
                </div>
              </div>
              <p class="alumni__text">Заместитель директора департамента технического регулирования и аккредитации Евразийской экономической комиссии</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Волотовская-Елена-Александровна-e1639138457123.jpg"
                     alt="Волотовская Елена Александровна" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Волотовская Елена Александровна</p>
                  <p class="alumni__text">Год окончания - 2003</p>
                </div>
              </div>
              <p class="alumni__text">Вице-президент по инвестициям, руководитель фонда Softline Venture Partners</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Гареев-Арсен-Радикович-e1639138480922.jpg"
                     alt="Гареев Арсен Радикович" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Гареев Арсен Радикович</p>
                  <p class="alumni__text">Год окончания - 2010</p>
                </div>
              </div>
              <p class="alumni__text">Директор Центра управления технологическим развития НТИ в РВК</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Глотов-Владимир-Иванович-2-scaled-e1639138506770.jpg"
                     alt="Глотов Владимир Иванович" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Глотов Владимир Иванович</p>
                  <p class="alumni__text">Год окончания - 1977</p>
                </div>
              </div>
              <p class="alumni__text">Зам. Директора Федеральной службы по финансовому мониторингу РФ</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Голубев-Василий-Юрьевич-3-e1639138533533.jpg"
                     alt="Голубев Василий Юрьевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Голубев Василий Юрьевич</p>
                  <p class="alumni__text">Год окончания - 1980</p>
                </div>
              </div>
              <p class="alumni__text">Губернатор Ростовской области</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Данилов-Андрей-Вячеславович-2-e1639138560794.jpg"
                     alt="Данилов Андрей Вячеславович" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Данилов Андрей Вячеславович</p>
                  <p class="alumni__text">Год окончания - 2008</p>
                </div>
              </div>
              <p class="alumni__text">Заместитель Губернатора Новгородской области – руководитель Администрации Губернатора Новгородской области.</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Андрей-Валерьевич-Довжик-1-e1639138389560.jpg"
                     alt="Довжик Андрей Валерьевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Довжик Андрей Валерьевич</p>
                  <p class="alumni__text">Год окончания - 2012</p>
                </div>
              </div>
              <p class="alumni__text">Глава маркетинга Яндекс.Музыки</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Ермолаев-Артём-Валерьевич-e1639138585437.jpg"
                     alt="Ермолаев Артём Валерьевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Ермолаев Артём Валерьевич</p>
                  <p class="alumni__text">Год окончания - 1998</p>
                </div>
              </div>
              <p class="alumni__text">Генеральный директор ООО  «Отра диджитал»</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Иванова-Ирина-Владимировна-1.jpg"
                     alt="Иванова Ирина" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Иванова Ирина</p>
                  <p class="alumni__text">Год окончания - </p>
                </div>
              </div>
              <p class="alumni__text">Директор по организационной трансформации и персоналу Группы М.Видео-Эльдорадо</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Иванова-София-Александровна-1-e1639138625360.jpg"
                     alt="Иванова София Александровна" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Иванова София Александровна</p>
                  <p class="alumni__text">Год окончания - </p>
                </div>
              </div>
              <p class="alumni__text">Вице-президент по коммуникациям и устойчивому развитию ПАО "ВымпелКом" (бренд "Билайн") </p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Илиопуло-Андрей-Андреевич-1-e1639138682122.jpg"
                     alt="Илиопуло Андрей Андреевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Илиопуло Андрей Андреевич</p>
                  <p class="alumni__text">Год окончания - 1990</p>
                </div>
              </div>
              <p class="alumni__text">Президент группы компаний "Новард" </p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Илюшникова-Татьяна-Александровна-1-e1639138701855.jpg"
                     alt="Илюшникова Татьяна Александровна" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Илюшникова Татьяна Александровна</p>
                  <p class="alumni__text">Год окончания - 2002</p>
                </div>
              </div>
              <p class="alumni__text">Заместитель министра экономического развития</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Каграманян-Нонна-Саядовна-1-e1639138740784.jpg"
                     alt="Каграманян Нонна Саядовна" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Каграманян Нонна Саядовна</p>
                  <p class="alumni__text">Год окончания - </p>
                </div>
              </div>
              <p class="alumni__text">Вице-президент, руководитель исполнительного комитета Всероссийской общественной организации «Деловая Россия».</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Кадыров-Азат-Рифгатович--e1639138776891.jpg"
                     alt="Кадыров Азат Рифгатович " data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Кадыров Азат Рифгатович </p>
                  <p class="alumni__text">Год окончания - 2006</p>
                </div>
              </div>
              <p class="alumni__text">Первый заместитель министра спорта Российской Федерации</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Кондратьев-Александр-Андреевич.jpg"
                     alt="Кондратьев Александр Андреевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Кондратьев Александр Андреевич</p>
                  <p class="alumni__text">Год окончания - 2011</p>
                </div>
              </div>
              <p class="alumni__text">Министр промышленности и энергетики Чувашии</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Кувшинников-Олег-Александрович-1-1-e1639138810466.jpg"
                     alt="Кувшинников Олег Александрович" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Кувшинников Олег Александрович</p>
                  <p class="alumni__text">Год окончания - 1999</p>
                </div>
              </div>
              <p class="alumni__text">Губернатор Вологодской области</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Леонова-Татьяна-Николаевна-e1639138834223.jpg"
                     alt="Леонова Татьяна Николаевна " data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Леонова Татьяна Николаевна </p>
                  <p class="alumni__text">Год окончания - 1993</p>
                </div>
              </div>
              <p class="alumni__text">Глава администрации города Обнинска</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Лоскутов-1.jpg"
                     alt="Лоскутов Александр Александрович" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Лоскутов Александр Александрович</p>
                  <p class="alumni__text">Год окончания - 2001</p>
                </div>
              </div>
              <p class="alumni__text">И.о.главы Евпатории</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Маслов-Владимир-Васильевич-1-e1639138858683.jpg"
                     alt="Маслов Владимир Васильевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Маслов Владимир Васильевич</p>
                  <p class="alumni__text">Год окончания - 2001</p>
                </div>
              </div>
              <p class="alumni__text">Учредитель, председатель директоров группы компаний «АГРОЭКО»</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Масляков-Александр-Александрович-e1639138877307.jpg"
                     alt="Масляков Александр Александрович" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Масляков Александр Александрович</p>
                  <p class="alumni__text">Год окончания - 2006</p>
                </div>
              </div>
              <p class="alumni__text">Российский телеведущий. Ведущий Премьер-лиги КВН. Генеральный директор ООО «Творческое телевизионное объединение „АМИК“».</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Метелев-Артём-Павлович-e1639138899700.jpg"
                     alt="Метелев Артём Павлович" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Метелев Артём Павлович</p>
                  <p class="alumni__text">Год окончания - 2015</p>
                </div>
              </div>
              <p class="alumni__text">Руководитель комитета по молодёжной политике в ГД РФ</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Моисеев-Алексей-Владимирович-3-scaled-e1639138920980.jpg"
                     alt="Моисеев Алексей Владимирович" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Моисеев Алексей Владимирович</p>
                  <p class="alumni__text">Год окончания - 1995</p>
                </div>
              </div>
              <p class="alumni__text">Зам. Министра финансов РФ. </p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Мякотникова-Елена-Александровна-1-e1639138938380.jpg"
                     alt="Мякотникова Елена Александровна" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Мякотникова Елена Александровна</p>
                  <p class="alumni__text">Год окончания - 1997</p>
                </div>
              </div>
              <p class="alumni__text">Корпоративный директор Агентства стратегических инициатив</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Насретдинов-Ренат-Шамилевич-e1639138962520.jpg"
                     alt="Насретдинов Ренат Шамилевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Насретдинов Ренат Шамилевич</p>
                  <p class="alumni__text">Год окончания - </p>
                </div>
              </div>
              <p class="alumni__text">Вице-президент по корпоративному развитию, слияниям и поглощениям ПАО "ВымпелКом" (бренд "Билайн") </p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Никитин-Андрей-Сергеевич-3-e1639138982938.jpg"
                     alt="Никитин Андрей Сергеевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Никитин Андрей Сергеевич</p>
                  <p class="alumni__text">Год окончания - 2001</p>
                </div>
              </div>
              <p class="alumni__text">Губернатор Новгородской области</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Осьмаков-Василий-Сергеевич-1-e1639139032164.jpg"
                     alt="Осьмаков Василий Сергеевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Осьмаков Василий Сергеевич</p>
                  <p class="alumni__text">Год окончания - 2008</p>
                </div>
              </div>
              <p class="alumni__text">Первый заместитель министра промышленности и торговли Российской Федерации</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Патрушев-Дмитрий-Николаевич-3-e1639139050893.jpg"
                     alt="Патрушев Дмитрий Николаевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Патрушев Дмитрий Николаевич</p>
                  <p class="alumni__text">Год окончания - 1999</p>
                </div>
              </div>
              <p class="alumni__text">Министр сельского хозяйства РФ. </p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Полякова-Ольга-Васильевна-e1639139072239.jpg"
                     alt="Полякова Ольга Васильевна" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Полякова Ольга Васильевна</p>
                  <p class="alumni__text">Год окончания - 1995</p>
                </div>
              </div>
              <p class="alumni__text">Зам. Председателя Центрального Банка РФ</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Поспелов-Сергей-Валерьевич-1-e1639139111595.jpg"
                     alt="Поспелов Сергей Валерьевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Поспелов Сергей Валерьевич</p>
                  <p class="alumni__text">Год окончания - 2005</p>
                </div>
              </div>
              <p class="alumni__text">Ответственный секретарь ПА ОДКБ. Действительный гос.советник РФ 2-го класса.</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Рябченко-Александр-Николаевич-e1639139130247.jpg"
                     alt="Рябченко Александр Николаевич " data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Рябченко Александр Николаевич </p>
                  <p class="alumni__text">Год окончания - 2009</p>
                </div>
              </div>
              <p class="alumni__text">первый заместитель главы администрации Липецкой области</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Садыгов-Фамил-Камилович-1-e1639139146383.jpg"
                     alt="Садыгов Фамил Камилович" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Садыгов Фамил Камилович</p>
                  <p class="alumni__text">Год окончания - 1993</p>
                </div>
              </div>
              <p class="alumni__text">Зам. председателя правления ПАО "Газпром". Член совета директоров ПАО «Газпром нефть»</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Саркисов-Сергей-Яковлевич-2-e1639139160273.jpg"
                     alt="Саркисов Сергей Яковлевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Саркисов Сергей Яковлевич</p>
                  <p class="alumni__text">Год окончания - 1992</p>
                </div>
              </div>
              <p class="alumni__text">Вице-президент Группы компаний «Новард»</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/photo_2021-12-13_17-05-07-e1639404335290.jpg"
                     alt="Семченко Евгений Евгеньевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Семченко Евгений Евгеньевич</p>
                  <p class="alumni__text">Год окончания - 1999</p>
                </div>
              </div>
              <p class="alumni__text">Заместитель руководителя Федеральной службы по надзору в сфере образования и науки</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Сенин-Владимир-Борисович-1-e1639139181625.jpg"
                     alt="Сенин Владимир Борисович" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Сенин Владимир Борисович</p>
                  <p class="alumni__text">Год окончания - 1982</p>
                </div>
              </div>
              <p class="alumni__text">Депутат Государственной Думы</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Сердечкин-Юрий-Валерьевич-1.jpg"
                     alt="Сердечкин Юрий Валерьевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Сердечкин Юрий Валерьевич</p>
                  <p class="alumni__text">Год окончания - </p>
                </div>
              </div>
              <p class="alumni__text">Глава администрации Мурманска</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Сиренко-Ирина-Никитична-1-e1639139210853.jpg"
                     alt="Сиренко Ирина Никитична" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Сиренко Ирина Никитична</p>
                  <p class="alumni__text">Год окончания - 2004</p>
                </div>
              </div>
              <p class="alumni__text">Вице-президент VK по связям с государственными органами</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Дмитрий-Игоревич-Скрябин-e1639139251674.jpg"
                     alt="Скрябин Дмитрий Игоревич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Скрябин Дмитрий Игоревич</p>
                  <p class="alumni__text">Год окончания - 2003</p>
                </div>
              </div>
              <p class="alumni__text">Портфельный управляющий УК «Альфа-Капитал»</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Спиренков-Вячеслав-Александрович-1-e1639139232788.jpg"
                     alt="Спиренков Вячеслав Александрович" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Спиренков Вячеслав Александрович</p>
                  <p class="alumni__text">Год окончания - 2007</p>
                </div>
              </div>
              <p class="alumni__text">Замглавы Федерального агентства лесного хозяйства</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Стригункова-Светлана-Анатольевна-1-e1639139271752.jpg"
                     alt="Стригункова Светлана Анатольевна" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Стригункова Светлана Анатольевна</p>
                  <p class="alumni__text">Год окончания - 2001</p>
                </div>
              </div>
              <p class="alumni__text">Первый заместитель Председателя Правительства Московской области</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Торосов-Илья-Эдуардович--e1639139306998.jpg"
                     alt="Торосов Илья Эдуардович " data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Торосов Илья Эдуардович </p>
                  <p class="alumni__text">Год окончания - 2004</p>
                </div>
              </div>
              <p class="alumni__text">Первый Зам. Министр экономического развития РФ</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Ученов-Алексей-Александрович-e1639139314514.jpg"
                     alt="Ученов Алексей Александрович" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Ученов Алексей Александрович</p>
                  <p class="alumni__text">Год окончания - 2008</p>
                </div>
              </div>
              <p class="alumni__text">Заместитель министра промышленности и торговли Российской Федерации</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/Шапша-Владислав-Валерьевич-e1639139347361.jpg"
                     alt="Шапша Владислав Валерьевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Шапша Владислав Валерьевич</p>
                  <p class="alumni__text">Год окончания - 2003</p>
                </div>
              </div>
              <p class="alumni__text">губернатор Калужской области</p>
            </div>
          </div>
                  <div class="alumni__slide carousel-item ">
            <div class="alumni__slide-card">
              <div class="alumni__slide-card-top mb-3">
                <img class="alumni__img me-3" loading="lazy" src="https://guu.ru/wp-content/uploads/ШульцевСВ_2ф-1.jpg"
                     alt="Шульцев Станислав Васильевич" data-object-fit="cover">
                <div class="">
                  <p class="alumni__name">Шульцев Станислав Васильевич</p>
                  <p class="alumni__text">Год окончания - 2011</p>
                </div>
              </div>
              <p class="alumni__text">Заместител Председателя Правительства Новгородской области</p>
            </div>
          </div>
                  </div>
<button class="carousel-control-prev" type="button" data-bs-target="#heroAlumniSlider" data-bs-slide="prev">
            <span class="carousel-control-prev-icon" aria-hidden="true"></span>
            <span class="visually-hidden">Previous</span>
          </button>
<button class="carousel-control-next" type="button" data-bs-target="#heroAlumniSlider" data-bs-slide="next">
            <span class="carousel-control-next-icon" aria-hidden="true"></span>
            <span class="visually-hidden">Next</span>
          </button>
  </div>
  <h2 class="alumni__title">
    <span class="visually-hidden">
      Выпускники ГУУ
    </span>
  </h2>
</div>

            </div>
          </div>
          <div class="row mb-3">
            <div class="col-12 col-lg-5 mb-3 mb-lg-0 p-0 pe-lg-2">
              
<style>
  .science-year {
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: cover;
    height: 220px;
    background-image: url(https://guu.ru/wp-content/uploads/Abitur-320.svg);
  }

  @media (min-width: 576px) {
    .science-year {
      background-image: url(https://guu.ru/wp-content/uploads/Abitur-536.svg);
      height: 258px;
    }
  }

  @media (min-width: 768px) {
    .science-year {
      background-image: url(https://guu.ru/wp-content/uploads/Abitur-728.svg);
    }
  }

  @media (min-width: 992px) {
    .science-year {
      background-image: url(https://guu.ru/wp-content/uploads/Abitur-422.svg);
    }
  }

  @media (min-width: 1200px) {
    .science-year {
      background-image: url(https://guu.ru/wp-content/uploads/Abitur-422.svg);
    }
  }

  @media (min-width: 1400px) {
    .science-year {
      background-image: url(https://guu.ru/wp-content/uploads/Abitur-526.svg);
    }
  }

  @media (min-width: 1920px) {
    .science-year {
      background-image: url(https://guu.ru/wp-content/uploads/Abitur-526.svg);
      height: 388px;
    }
  }
</style>

<a class="hero__banner science-year d-block" href="http://priem.guu.ru/#actual_events" target="_blank">
  <span class="visually-hidden">
    Год науки и технологий
  </span>
</a>            </div>
            <div class="col-12 col-lg-7 p-0 ps-lg-2">
              
<style>
  .digital-educational-environment {
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
    background-image: url(https://guu.ru/wp-content/uploads/Role640-2.svg);
  }

  @media (min-width: 576px) {
    .digital-educational-environment {
      background-image: url(https://guu.ru/wp-content/uploads/Role1072-2.svg);
      height: 258px;
	  background-position: center;
    }
  }

  @media (min-width: 768px) {
    .digital-educational-environment {
      background-image: url(https://guu.ru/wp-content/uploads/Role1462-2.svg);
    }
  }

  @media (min-width: 992px) {
    .digital-educational-environment {
      background-image: url(https://guu.ru/wp-content/uploads/Role1020-2.svg);
    }
  }

  @media (min-width: 1200px) {
    .digital-educational-environment {
      background-image: url(https://guu.ru/wp-content/uploads/Role1228-2.svg);
    }
  }

  @media (min-width: 1400px) {
    .digital-educational-environment {
      background-image: url(https://guu.ru/wp-content/uploads/Role1428-2.svg);
    }
  }

  @media (min-width: 1920px) {
    .digital-educational-environment {
      background-image: url(https://guu.ru/wp-content/uploads/Role1962-2.svg);
      height: 388px;
    }
  }
</style>

<a class="hero__banner digital-educational-environment d-block" href="https://guu.ru/programs-learning/" target="_blank">
  <span class="visually-hidden">
    ОБРАЗОВАТЕЛЬНЫЕ
    ПРОГРАММЫ ГУУ
  </span>
</a>            </div>
          </div>
          <div class="row mb-3">
            <div class="col-12 col-lg-7 mb-3 mb-lg-0 p-0 pe-lg-2">
              
<style>
  .structure {
    background-image: url(https://guu.ru/wp-content/themes/guuTheme/includes/banners/hero/banners/structure/img/bg@2x.jpg);
  }

  .structure__link {
    background-image: url(https://guu.ru/wp-content/themes/guuTheme/includes/banners/hero/banners/structure/img/arrow-right.svg);
  }

  .structure {
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: cover;
  height: 444px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.structure__title {
  padding: 15px;
  font-size: 20px;
  text-align: right;
  z-index: 999;
  margin-bottom: 1.5em;
}

.structure__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.structure__link {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 5px 8px;
  color: #ffffff;
  text-decoration: none;
  font-size: 10px;
  display: block;
  padding: 9px 15px;
  position: relative;
  transition: 0.2s ease;
  background-color: #045962;
}

.structure__link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.structure__link:active {
  opacity: 0.7;
}

.structure__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.05;
}

@media (min-width: 576px) {
  .structure {
    height: 462px;
    padding: 10px;
  }

  .structure__title {
    font-size: 20px;
    padding: 0;
  }

  .structure__list {
    max-width: 317px;
  }
}

@media (min-width: 768px) {
  .structure {
    height: 258px;
  }

  .structure__list-wrapper {
    display: flex;
    align-items: flex-end;
    position: relative;
    top: -50px;
  }

  .structure__list--1 {
    max-width: 220px;
    margin-right: 10px;
  }

  .structure__list--2 {

  }
}

@media (min-width: 992px) {
  .structure {
  }
}

@media (min-width: 1200px) {
  .structure {
  }

  .structure__list-wrapper {
    top: -60px;
  }

  .structure__title {
    padding: 5px 10px;
  }
}

@media (min-width: 1400px) {
  .structure {
  }
}

@media (min-width: 1920px) {
  .structure {
    height: 388px;
    padding: 10px;
  }

  .structure__title {
    font-size: 35px;
    padding: 0;
  }

  .structure__list-wrapper {
    display: flex;
    align-items: flex-end;
    position: relative;
    top: -68px;
  }

  .structure__link {
    font-size: 15px;
    padding: 12px 20px;
  }

  .structure__list--1 {
    max-width: 332px;
    margin-right: 25px;
  }

  .structure__list--2 {
    max-width: 482px;
  }


}</style>

<div class="structure">
  <h2 class="structure__title">
    Учебные подразделения
    и инфраструктура
  </h2>
  <div class="structure__list-wrapper">
    <ul class="structure__list structure__list--1" style="z-index: 1000;">
      <li class="structure__item">
        <a class="structure__link" href="institute/иупсибк/">
          Институт управления персоналом, социальных и бизнес-коммуникаций
        </a>
      </li>
      <li class="structure__item">
        <a class="structure__link" href="/institute/иом/">
          Институт отраслевого менеджмента
        </a>
      </li>
      <li class="structure__item">
        <a class="structure__link" href="/institute/игуип/">
          Институт государственного управления и права
        </a>
      </li>
      <li class="structure__item">
        <a class="structure__link" href="/institute/иэф/">
          Институт экономики и финансов
        </a>
      </li>
      <li class="structure__item">
        <a class="structure__link" href="/institute/иис/">
          Институт информационных систем
        </a>
      </li>
      <li class="structure__item">
        <a class="structure__link" href="/institute/im/">
          Институт маркетинга
        </a>
      </li>
    </ul>
    <ul class="structure__list structure__list--2">
      <li class="structure__item">
        <a class="structure__link" href="http://ioo.guu.ru/" target="_blank">
          Институт открытого образования
        </a>
      </li>
      <li class="structure__item">
        <a class="structure__link" href="/institute/учебный-центр-азъ/">
           Учебный центр довузовской подготовки и дополнительного образования «Азъ»
        </a>
      </li>
      <li class="structure__item">
        <a class="structure__link" href="http://unesco.guu.ru" target="_blank">
          Кафедра ЮНЕСКО “Социально-правовые и этические основы общества знаний (информационного общества)”
        </a>
      </li>
      <li class="structure__item">
        <a class="structure__link" href="https://school.guu.ru/" target="_blank">
          Предуниверсарий (школа ГУУ)
        </a>
      </li>
      <li class="structure__item">
        <a class="structure__link" href="/кампус/">
          Инфраструктура университета
        </a>
      </li>
    </ul>
  </div>
</div>
            </div>
            <div class="col-12 col-lg-5 p-0 ps-lg-2">
              
<style>
  .dpo {
    background-image: url(https://guu.ru/wp-content/themes/guuTheme/includes/banners/hero/banners/dpo/img/bg@2x.jpg);
  }

  .dpo__link {
    background-image: url(https://guu.ru/wp-content/themes/guuTheme/includes/banners/hero/banners/dpo/img/arrow-right.svg);
  }

  .dpo {
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: cover;
  height: 196px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.dpo__title {
  padding: 15px;
  font-size: 20px;
}

.dpo__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dpo__link {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 5px 8px;
  color: #ffffff;
  text-decoration: none;
  font-size: 10px;
  display: block;
  padding: 9px 15px;
  position: relative;
  transition: 0.2s ease;
  background-color: #FE1E52;
}

.dpo__link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.dpo__link:active {
  opacity: 0.7;
}

.dpo__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.05;
}

@media (min-width: 576px) {
  .dpo {
    height: 258px;
    padding: 10px;
  }

  .dpo__title {
    font-size: 25px;
    padding: 0;
  }

  .dpo__list {
    max-width: 317px;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .dpo {
    height: 258px;
  }


  .dpo__list--1 {
    max-width: 220px;
    margin-right: 10px;
  }

  .dpo__list--2 {

  }
}

@media (min-width: 992px) {
  .dpo {
  }
}

@media (min-width: 1200px) {
  .dpo__title {
    padding: 5px 10px;
  }
}

@media (min-width: 1400px) {
  .dpo {
  }
}

@media (min-width: 1920px) {
  .dpo {
    height: 388px;
    padding: 25px;
  }

  .dpo__title {
    font-size: 35px;
    padding: 0;
  }

  .dpo__link {
    font-size: 15px;
    padding: 12px 20px;
  }

  .dpo__list--1 {
    max-width: 332px;
    margin-right: 25px;
  }

  .dpo__list--2 {
    max-width: 482px;
  }


}</style>

<div class="dpo">
  <h2 class="dpo__title mb-auto">
    Дополнительное<br>
    и бизнес-образование
  </h2>
  <ul class="dpo__list">
    <li class="dpo__item">
      <a class="dpo__link" href="/dpo-business-edu/">
        Программы ДПО
      </a>
    </li>
    <li class="dpo__item">
      <a class="dpo__link" href="https://hbs-guu.ru" target="_blank">
        Высшая школа бизнеса
      </a>
    </li>
    <li class="dpo__item">
      <a class="dpo__link" href="https://idab.mba" target="_blank">
        Институт делового администрирования и бизнеса
      </a>
    </li>
  </ul>
</div>
            </div>
          </div>
          <div class="row">
              
<style>
  .covid-info {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 60px;
    background-image: url(https://guu.ru/wp-content/themes/guuTheme/includes/banners/hero/banners/covid-info/img/bg-360@2x.jpg);
  }
	.online-info {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 160px;
    background-image: url(https://guu.ru/wp-content/uploads/315х150-синий.jpg)
	}

  @media (min-width: 576px) {
    .covid-info {
      background-image: url(https://guu.ru/wp-content/themes/guuTheme/includes/banners/hero/banners/covid-info/img/bg-576@2x.jpg);
    }
    .online-info {
	  height: 240px;
	  }
  }

  @media (min-width: 768px) {
    .covid-info {
      background-image: url(https://guu.ru/wp-content/themes/guuTheme/includes/banners/hero/banners/covid-info/img/bg-768@2x.jpg);
    }
    .online-info {
	  height: 300px;
	  }
  }

  @media (min-width: 992px) {
    .covid-info {
      background-image: url(https://guu.ru/wp-content/uploads/550.svg);
	  height: 180px;
    }
   .online-info {
	  height: 180px;
	  }
  }

  @media (min-width: 1200px) {
    .covid-info {
      background-image: url(https://guu.ru/wp-content/uploads/550.svg);
    }
  }

  @media (min-width: 1400px) {
    .covid-info {
      background-image: url(https://guu.ru/wp-content/uploads/785.svg);
      height: 240px;
    }
	 .online-info {
	  height: 240px;
	  }
  }

  @media (min-width: 1920px) {
    .covid-info {
      background-image: url(https://guu.ru/wp-content/uploads/1077.svg);
      height: 360px;
    }
	 .online-info {
	  height: 360px;
	  }
  }
</style>
<div class="col-12 col-lg-7 mb-3 mb-lg-0 p-0 pe-lg-2">
<a class="hero__banner covid-info d-block" href="https://guu.ru/o-koronaviruse/">
  <span class="visually-hidden">
    Информация о COVID-19
  </span>
</a>
</div>
	<div class="col-12 col-lg-5 p-0 ps-lg-2">
		<a class="hero__banner online-info d-block" target="_blank" href="https://minobrnauki.gov.ru/press-center/news/?ELEMENT_ID=50667">
  <span class="visually-hidden">
    Поступление в вуз онлайн
  </span>
</a>
	</div>          </div>
        </div>
      </div>
    </div>
  </div>
</section><!-- Подключение баннеров -->

<section class="heronews">
<div class="hero__body">
<div class="hero__container">
<a href="https://guu.ru/category/news_ru"><button class="news-button">
Новости</button></a>
<div class="topnews-row">
                <div class="topnews-column">
<a href="https://guu.ru/news_ru/107180/">
<div class="topnew">
<img width="2560" height="1707" src="https://guu.ru/wp-content/uploads/ИЭФ-ГБО-4-1-scaled.jpg" class="imgnew wp-post-image" alt="ИЭФ ГБО 4 1 scaled" loading="lazy" srcset="https://guu.ru/wp-content/uploads/ИЭФ-ГБО-4-1-scaled.jpg 2560w, https://guu.ru/wp-content/uploads/ИЭФ-ГБО-4-1-300x200.jpg 300w, https://guu.ru/wp-content/uploads/ИЭФ-ГБО-4-1-1024x683.jpg 1024w, https://guu.ru/wp-content/uploads/ИЭФ-ГБО-4-1-768x512.jpg 768w, https://guu.ru/wp-content/uploads/ИЭФ-ГБО-4-1-1536x1024.jpg 1536w, https://guu.ru/wp-content/uploads/ИЭФ-ГБО-4-1-2048x1365.jpg 2048w" sizes="(max-width: 2560px) 100vw, 2560px"><p class="newsdescription">Стартовала приемная кампания!</p>
</div>
</a>
</div>
<div class="topnews-column">
<a href="https://guu.ru/news_ru/107168/">
<div class="topnew">
<img width="1600" height="1200" src="https://guu.ru/wp-content/uploads/FC229DCC-50F2-4D59-8885-8C6D05B1BF20.jpeg" class="imgnew wp-post-image" alt="FC229DCC 50F2 4D59 8885 8C6D05B1BF20" loading="lazy" srcset="https://guu.ru/wp-content/uploads/FC229DCC-50F2-4D59-8885-8C6D05B1BF20.jpeg 1600w, https://guu.ru/wp-content/uploads/FC229DCC-50F2-4D59-8885-8C6D05B1BF20-300x225.jpeg 300w, https://guu.ru/wp-content/uploads/FC229DCC-50F2-4D59-8885-8C6D05B1BF20-1024x768.jpeg 1024w, https://guu.ru/wp-content/uploads/FC229DCC-50F2-4D59-8885-8C6D05B1BF20-768x576.jpeg 768w, https://guu.ru/wp-content/uploads/FC229DCC-50F2-4D59-8885-8C6D05B1BF20-1536x1152.jpeg 1536w" sizes="(max-width: 1600px) 100vw, 1600px"><p class="newsdescription">Владимир Строев вручил награды победителям конкурса «Моя страна — моя Россия»</p>
</div>
</a>
</div>
<div class="topnews-column">
<a href="https://guu.ru/news_ru/107154/">
<div class="topnew">
<img width="2560" height="1709" src="https://guu.ru/wp-content/uploads/Ассоциация-юридического-образования.-Июнь-2022-год.359-scaled.jpg" class="imgnew wp-post-image" alt="Ассоциация юридического образования. Июнь 2022 год.359 scaled" loading="lazy" srcset="https://guu.ru/wp-content/uploads/Ассоциация-юридического-образования.-Июнь-2022-год.359-scaled.jpg 2560w, https://guu.ru/wp-content/uploads/Ассоциация-юридического-образования.-Июнь-2022-год.359-300x200.jpg 300w, https://guu.ru/wp-content/uploads/Ассоциация-юридического-образования.-Июнь-2022-год.359-1024x684.jpg 1024w, https://guu.ru/wp-content/uploads/Ассоциация-юридического-образования.-Июнь-2022-год.359-768x513.jpg 768w, https://guu.ru/wp-content/uploads/Ассоциация-юридического-образования.-Июнь-2022-год.359-1536x1025.jpg 1536w, https://guu.ru/wp-content/uploads/Ассоциация-юридического-образования.-Июнь-2022-год.359-2048x1367.jpg 2048w" sizes="(max-width: 2560px) 100vw, 2560px"><p class="newsdescription">Владимир Строев: будет сформирована рабочая группа для обсуждения новой модели юридического образования</p>
</div>
</a>
</div>
<div class="topnews-column">
<a href="https://guu.ru/news_ru/107147/">
<div class="topnew">
<img width="2560" height="1707" src="https://guu.ru/wp-content/uploads/95B39095-C778-4AAB-8255-5282FCDB709F-scaled.jpeg" class="imgnew wp-post-image" alt="95B39095 C778 4AAB 8255 5282FCDB709F scaled" loading="lazy" srcset="https://guu.ru/wp-content/uploads/95B39095-C778-4AAB-8255-5282FCDB709F-scaled.jpeg 2560w, https://guu.ru/wp-content/uploads/95B39095-C778-4AAB-8255-5282FCDB709F-300x200.jpeg 300w, https://guu.ru/wp-content/uploads/95B39095-C778-4AAB-8255-5282FCDB709F-1024x683.jpeg 1024w, https://guu.ru/wp-content/uploads/95B39095-C778-4AAB-8255-5282FCDB709F-768x512.jpeg 768w, https://guu.ru/wp-content/uploads/95B39095-C778-4AAB-8255-5282FCDB709F-1536x1024.jpeg 1536w, https://guu.ru/wp-content/uploads/95B39095-C778-4AAB-8255-5282FCDB709F-2048x1365.jpeg 2048w" sizes="(max-width: 2560px) 100vw, 2560px"><p class="newsdescription">В ГУУ принят коллективный договор</p>
</div>
</a>
</div>
<div class="topnews-column">
<a href="https://guu.ru/news_ru/107133/">
<div class="topnew">
<img width="278" height="400" src="https://guu.ru/wp-content/uploads/2-138.jpg" class="imgnew wp-post-image" alt="2 138" loading="lazy" srcset="https://guu.ru/wp-content/uploads/2-138.jpg 278w, https://guu.ru/wp-content/uploads/2-138-209x300.jpg 209w" sizes="(max-width: 278px) 100vw, 278px"><p class="newsdescription">ГУУ в годы войны. Преподаватели военного времени</p>
</div>
</a>
</div><div class="topnews-column">
<a href="https://guu.ru/news_ru/107131/">
<div class="topnew">
<img width="2560" height="1707" src="https://guu.ru/wp-content/uploads/2-140-scaled.jpg" class="imgnew wp-post-image" alt="2 140 scaled" loading="lazy" srcset="https://guu.ru/wp-content/uploads/2-140-scaled.jpg 2560w, https://guu.ru/wp-content/uploads/2-140-300x200.jpg 300w, https://guu.ru/wp-content/uploads/2-140-1024x683.jpg 1024w, https://guu.ru/wp-content/uploads/2-140-768x512.jpg 768w, https://guu.ru/wp-content/uploads/2-140-1536x1024.jpg 1536w, https://guu.ru/wp-content/uploads/2-140-2048x1365.jpg 2048w" sizes="(max-width: 2560px) 100vw, 2560px"><p class="newsdescription">Обучение советников личной безопасности учащихся проходит на базе ГУУ</p>
</div>
</a>
</div>
<div class="topnews-column">
<a href="https://guu.ru/news_ru/107126/">
<div class="topnew">
<img width="299" height="400" src="https://guu.ru/wp-content/uploads/1-184.jpg" class="imgnew wp-post-image" alt="1 184" loading="lazy" srcset="https://guu.ru/wp-content/uploads/1-184.jpg 299w, https://guu.ru/wp-content/uploads/1-184-224x300.jpg 224w" sizes="(max-width: 299px) 100vw, 299px"><p class="newsdescription">ГУУ в годы войны. Преподаватели военного времени</p>
</div>
</a>
</div>
<div class="topnews-column">
<a href="https://guu.ru/news_ru/107100/">
<div class="topnew">
<img width="2560" height="1707" src="https://guu.ru/wp-content/uploads/1-183-scaled.jpg" class="imgnew wp-post-image" alt="1 183 scaled" loading="lazy" srcset="https://guu.ru/wp-content/uploads/1-183-scaled.jpg 2560w, https://guu.ru/wp-content/uploads/1-183-300x200.jpg 300w, https://guu.ru/wp-content/uploads/1-183-1024x683.jpg 1024w, https://guu.ru/wp-content/uploads/1-183-768x512.jpg 768w, https://guu.ru/wp-content/uploads/1-183-1536x1024.jpg 1536w, https://guu.ru/wp-content/uploads/1-183-2048x1365.jpg 2048w" sizes="(max-width: 2560px) 100vw, 2560px"><p class="newsdescription">Приглашаем принять участие в конкурсе молодежных медиа «МедиаКРОСС 2.()»</p>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
    <!-- Подключение стилей и скриптов из папки includes -->
    
<script src="https://guu.ru/wp-content/themes/guuTheme/includes/assets/libs/bootstrap-5.0.2/js/bootstrap.min.js"></script>
<script
    src="https://guu.ru/wp-content/themes/guuTheme/includes/banners/hero/script.js?v="></script>    <script>
      (function () {
        'use strict';

        var bviOpen = document.querySelector('.bvi-open');

        var currentLocation = window.location;

        var locationsMap = {
          'https://guu.ru/': 'https://guu.ru/vi-glavnaya',
          'https://guu.ru/%d0%bc%d0%b5%d0%b6%d0%b4%d1%83%d0%bd%d0%b0%d1%80%d0%be%d0%b4%d0%bd%d0%b0%d1%8f-%d0%b4%d0%b5%d1%8f%d1%82%d0%b5%d0%bb%d1%8c%d0%bd%d0%be%d1%81%d1%82%d1%8c': 'https://guu.ru/vi-mezhdunarodnaya-deyatelnost',
          'https://guu.ru/nauka_konkurs': 'https://guu.ru/vi-nauchnaya-deyatelnost',
          'https://guu.ru/%D1%81%D1%82%D1%83%D0%B4%D0%B5%D0%BD%D1%82%D0%B0%D0%BC': 'https://guu.ru/vi-obuchayushchimsya',
          'https://guu.ru/%d0%be%d0%b1-%d1%83%d0%bd%d0%b8%d0%b2%d0%b5%d1%80%d1%81%d0%b8%d1%82%d0%b5%d1%82%d0%b5': 'https://guu.ru/vi-ob-universitete',
        };

        bviOpen.onclick = function () {
          setTimeout(function () {
            window.location = locationsMap[currentLocation];
          }, 10);
        }

        function getCookie(name) {
          let matches = document.cookie.match(new RegExp(
            "(?:^|; )" + name.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, '\\$1') + "=([^;]*)"
          ));
          return matches ? decodeURIComponent(matches[1]) : undefined;
        }

        if (getCookie('bvi-panel-active') === 'true') {
          window.location = locationsMap[currentLocation];
        }

      })();
    </script>
    <script src="./assets/js/mobile-swipe-menu.min.js"></script>
    <script src="./assets/js/sticky.min.js"></script>
    <script src="./assets/js/new-front.js?v=6"></script>

    <script src="./assets/js/new-front-utils.js"></script>
    <script src="./assets/js/new-front-news.js"></script>
    <!-- <script src="./assets/plugins/popup/popup.js?v=1611323935"></script> -->
    <script src="./assets/plugins/popup/popup.js"></script>
    <script>
      (function () {
        var openButton = document.querySelector('.search');
        popup.init(openButton);

        window.resetSearchField = function () {
          var searchField = document.querySelector('.search-popup__input');
          searchField.value = '';
        }
      })();
    </script>

  </section>

  <link rel="stylesheet"
      href="/wp-content/themes/guuTheme/page-templates/new-footer.css?v=1647933025">

<footer class="footer-home">
<div class="social__body">
<div class="social__container">
<div class="row-social">
    <div class="row-item"><a class="social-button" href="https://vk.com/sum_moscow" target="_blank"><img src="https://guu.ru/wp-content/uploads/vk.svg"></a></div>
        <div class="row-item"><a class="social-button" href="https://t.me/GUUmsk" target="_blank"><img src="https://guu.ru/wp-content/uploads/telegram.svg"></a></div>
        <div class="row-item"><a class="social-button" href="https://vm.tiktok.com/ZSJoYF4Yn" target="_blank"><img src="https://guu.ru/wp-content/uploads/tiktok.svg"></a></div>
        <div class="row-item"><a class="social-button" href="https://www.youtube.com/channel/UCBd1Mk1kNMfIhnMBUKoJIEQ" 4arget="_blank"><img src="https://guu.ru/wp-content/uploads/youtube.svg"></a></div>
</div>
</div>
</div>
<div class="footer__body">
<div class="footer__container">
<div class="row-footer">
<div class="footer-item"><p class="item-title">
КОНТАКТЫ
</p>
<p class="link-contact"><img src="https://guu.ru/wp-content/uploads/globe.svg" style="margin-bottom: -4px;margin-right: 10px;"> <a href="https://yandex.ru/maps/-/CCUmnGGlHD" target="_blank" class="menufooter-link">Рязанский пр-т, д. 99, Москва, 109542 </a>
</p>
<p class="link-contact">
<img src="https://guu.ru/wp-content/uploads/phone.fill_.svg" style="margin-bottom: -4px; margin-right: 10px;"> <a href="tel:84953778914" class="menufooter-link">+7 (495) 377-89-14</a>
</p>
<p class="link-contact">
<img src="https://guu.ru/wp-content/uploads/questionmark.video_.svg" style="margin-bottom: -4px; margin-right: 10px;"> <a href="mailto:inf@guu.ru" class="menufooter-link">inf@guu.ru</a>
</p>
<a href="https://guu.ru/%D0%BE%D0%B1-%D1%83%D0%BD%D0%B8%D0%B2%D0%B5%D1%80%D1%81%D0%B8%D1%82%D0%B5%D1%82%D0%B5/%D0%BA%D0%BE%D0%BD%D1%82%D0%B0%D0%BA%D1%82%D0%BD%D0%B0%D1%8F-%D0%B8%D0%BD%D1%84%D0%BE%D1%80%D0%BC%D0%B0%D1%86%D0%B8%D1%8F" class="more-button">ЕЩЁ</a>
</div>
<div class="footer-item">
<p class="item-title">
УНИВЕРСИТЕТ
</p>
<div class="menu-footer">
    <div class="menu__item-footer">
    <a href="https://guu.ru/sveden/common" class="menufooter-link">Сведения об образовательной организации</a></div>
    <div class="menu__item-footer">
    <a href="https://guu.ru/%D0%BE%D0%B1-%D1%83%D0%BD%D0%B8%D0%B2%D0%B5%D1%80%D1%81%D0%B8%D1%82%D0%B5%D1%82%D0%B5/%D0%B4%D0%BE%D1%81%D1%82%D1%83%D0%BF%D0%BD%D0%B0%D1%8F-%D1%81%D1%80%D0%B5%D0%B4%D0%B0-%D0%B2-%D0%B3%D1%83%D1%83" class="menufooter-link">ГУУ для людей с ОВЗ и инвалидов</a>
    </div>
     <div class="menu__item-footer">
    <a href="https://minobrnauki.gov.ru/" class="menufooter-link">Министерство науки и высшего образования РФ</a>
    </div>
    <div class="menu__item-footer">
    <a href="https://guu.ru/%D0%BE%D0%B1-%D1%83%D0%BD%D0%B8%D0%B2%D0%B5%D1%80%D1%81%D0%B8%D1%82%D0%B5%D1%82%D0%B5/antiterror" class="menufooter-link">О противодействии терроризму и экстремизму</a>
    </div>
     <div class="menu__item-footer">
    <a href="https://guu.ru/%D0%BE%D0%B1-%D1%83%D0%BD%D0%B8%D0%B2%D0%B5%D1%80%D1%81%D0%B8%D1%82%D0%B5%D1%82%D0%B5/%D0%BF%D1%80%D0%BE%D1%82%D0%B8%D0%B2%D0%BE%D0%B4%D0%B5%D0%B9%D1%81%D1%82%D0%B2%D0%B8%D0%B5-%D0%BA%D0%BE%D1%80%D1%80%D1%83%D0%BF%D1%86%D0%B8%D0%B8" class="menufooter-link">Противодействие коррупции</a>
    </div>
    </div>
    </div>
<div class="footer-item">
<p class="item-title">
СМИ/МЕДИА
</p>
<div class="menu-footer">
    <div class="menu__item-footer">
    <a href="https://guu.ru/%D0%B4%D0%BB%D1%8F-%D1%81%D0%BC%D0%B8%D0%BC%D0%B5%D0%B4%D0%B8%D0%B0/offer-news" class="menufooter-link">Предложить новость</a></div>
    <div class="menu__item-footer">
    <a href="https://guu.ru/%D0%B4%D0%BB%D1%8F-%D1%81%D0%BC%D0%B8%D0%BC%D0%B5%D0%B4%D0%B8%D0%B0/%D0%BF%D1%80%D0%B5%D1%81%D1%81-%D1%81%D0%BB%D1%83%D0%B6%D0%B1%D0%B0" class="menufooter-link">Связи с общественностью</a>
    </div>
     <div class="menu__item-footer">
    <a href="https://guu.ru/files/sum_brandbook.zip" class="menufooter-link">Логотипы и брендбук</a>
    </div>
    </div>
    </div>
<div class="footer-item">
<p class="linecovid">
«Горячая линия» ситуационного центра Минобрнауки по COVID-19
</p>
<p class="link-contact">
<img src="https://guu.ru/wp-content/uploads/phone.fill-1.svg" style="margin-bottom: -2px; margin-right: 10px;"> <a href="tel:84951980000" class="phone-link">+7 (495) 198-00-00</a>
</p>
<a href="https://цифровойсертификат.рф/" target="_blank" class="menufooter-link">
Участник проекта «Персональные цифровые сертификаты на развитие компетенций цифровой экономики»
</a>
</div>
</div>
</div>
</div>
</footer>


<script src="/assets/js/jquery-3.4.1.min.js"></script>
<script src="/assets/plugins/bvi/js/js.cookie.min.js"></script>
<script src="/assets/plugins/bvi/js/bvi-init.min.js"></script>
<script src="/assets/plugins/bvi/js/bvi.min.js"></script>
<script src="//code-eu1.jivosite.com/widget/F9CoVca098" async></script>
</body>

</html></body>

<script
    src="/wp-content/themes/guuTheme/page-templates/swiper-bundle.js?v=1612861733"></script>
<!-- <script src="./assets/js/slider-pps.js?v=1606735408"></script> -->
<!--    <script src="/assets/js/swiper/swiper-bundle.min.js"></script>-->
<script src="/assets/js/baguetteBox/baguetteBox.js"></script>
<!--<script src="/assets/js/county-timer/jquery-1.8.3.min.js"></script>-->
<!--<script src="/assets/js/county-timer/county.js?v=-->
<!--"></script>-->
<script>
  baguetteBox.run('.baguetteBox2');
</script>

<script src="//code-eu1.jivosite.com/widget/F9CoVca098" async></script>
<!-- BEGIN JIVOSITE CODE {literal} -->
<script async type='text/javascript'>
  (function () {
    document.jivositeloaded = 0;
    var widget_id = 'hyxvKgDdkF';
    var d = document;
    var w = window;

    function l() {
      var s = d.createElement('script');
      s.type = 'text/javascript';
      s.async = true;
      s.src = '//code.jivosite.com/script/widget/' + widget_id;
      var ss = document.getElementsByTagName('script')[0];
      ss.parentNode.insertBefore(s, ss);
    } //эта строка обычная для кода JivoSite
    function zy() {
      //удаляем EventListeners
      if (w.detachEvent) { //поддержка IE8
        w.detachEvent('onscroll', zy);
        w.detachEvent('onmousemove', zy);
        w.detachEvent('ontouchmove', zy);
        w.detachEvent('onresize', zy);
      } else {
        w.removeEventListener("scroll", zy, false);
        w.removeEventListener("mousemove", zy, false);
        w.removeEventListener("touchmove", zy, false);
        w.removeEventListener("resize", zy, false);
      }
      //запускаем функцию загрузки JivoSite
      if (d.readyState == 'complete') {
        l();
      } else {
        if (w.attachEvent) {
          w.attachEvent('onload', l);
        } else {
          w.addEventListener('load', l, false);
        }
      }
      //Устанавливаем куку по которой отличаем первый и второй хит
      var cookie_date = new Date();
      cookie_date.setTime(cookie_date.getTime() + 60 * 60 * 28 * 1000); //24 часа для Москвы
      d.cookie = "JivoSiteLoaded=1;path=/;expires=" + cookie_date.toGMTString();
    }

    if (d.cookie.search('JivoSiteLoaded') <
      0
    ) { //проверяем, первый ли это визит на наш сайт, если да, то назначаем EventListeners на события прокрутки, изменения размера окна браузера и скроллинга на ПК и мобильных устройствах, для отложенной загрузке JivoSite.
      if (w.attachEvent) { // поддержка IE8
        w.attachEvent('onscroll', zy);
        w.attachEvent('onmousemove', zy);
        w.attachEvent('ontouchmove', zy);
        w.attachEvent('onresize', zy);
      } else {
        w.addEventListener("scroll", zy, {
          capture: false,
          passive: true
        });
        w.addEventListener("mousemove", zy, {
          capture: false,
          passive: true
        });
        w.addEventListener("touchmove", zy, {
          capture: false,
          passive: true
        });
        w.addEventListener("resize", zy, {
          capture: false,
          passive: true
        });
      }
    } else {
      zy();
    }
  })();

</script>
