*, *::after *::before {
  box-sizing: border-box;
}


@font-face {
    font-family: "PT Root UI Regular"; /* Имя шрифта */
    src: url("../fonts/pt_root/PT-Root-UI_Regular.woff") format('woff'),
		url("../fonts/pt_root/PT-Root-UI_Regular.woff2") format('woff2'); /* Путь к файлу со шрифтом */
   }
   
   @font-face {
    font-family: "PT Root UI Bold"; /* Имя шрифта */
    src: url("../pt_root/fonts/PT-Root-UI_Bold.woff") format('woff'),
		url("../pt_root/fonts/PT-Root-UI_Bold.woff2") format('woff2'); /* Путь к файлу со шрифтом */
   }
   
   @font-face {
    font-family: "PT Root UI Medium"; /* Имя шрифта */
    src: url("../fonts/pt_root/PT-Root-UI_Medium.woff") format('woff'),
		url("../fonts/pt_root/PT-Root-UI_Medium.woff2") format('woff2'); /* Путь к файлу со шрифтом */
   }
   
   @font-face {
    font-family: "PT Root UI Light"; /* Имя шрифта */
    src: url("../fonts/pt_root/PT-Root-UI_Light.woff") format('woff'),
		url("../fonts/pt_root/PT-Root-UI_Light.woff2") format('woff2'); /* Путь к файлу со шрифтом */
   }
   

   @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
   @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital@1&display=swap');

   body {
  color: #333;
  font-family: 'PT Root UI Regular', sans-serif;
  /*font-family: 'PT Root UI Regular', sans-serif*/
  font-size: 16px;
  background-color: #fff;
}

body.hide_scroll {
  overflow-y: hidden;
}

button, button:active, button:focus, a, a:active, a:focus {
  outline: none;
}

h1 {
  font-size: 24px !important;
  
}

a,a:hover {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

dl, ol, ul, li {
  margin-top: 0;
  margin-bottom: 0rem; 
}

.container_content ul li, .news-page__text ul li, .container_content ol, .news-page__text ol {
  margin-left: 20px;
}

.container_content ul, .news-page__text ul{
  list-style: none;
}

.container_content ul li:before,
.news-page__text ul li:before,
.military-post ul li:before,
.military-global-content ul li:before {
  content: "■";
  color: #00a8ec;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-family: 'Open Sans', sans-serif;
}

.container_content ol, .news-page__text ol{
  list-style: none;
}

.container_content ol, .container_content ol li, .news-page__text ol, .news-page__text ol li {
  list-style: decimal;
}

.container_content ol li::marker,
.news-page__text ol li::marker{
  color: #555;
  font-weight: bold;
}

.wp-block-gallery li:before {
    content: ''!important;
}

.container_shadow {
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);*/
}

.wp-block-image{
	margin-top: 30px
}

form input[type=text].error,
form input[type=password].error,
form input[type=email].error,
form select.error,
form textarea.error {
  border: unset !important;
  border-bottom: 1px solid rgba(204, 0, 0, 0.3) !important;
}

.err_msg {
  display: block;
  text-align: left;
  font-size: 11px;
  font-weight: 300;
  color: #C9688C;
  position: absolute;
  bottom: -20px;
  z-index: 99;
}

.wp-block-image img {
  height: auto;
}

/* Цитатаның стильдері */

.wp-block-quote {
  border-left: 8px solid #E1E1E1;
  padding: 40px 40px !important;
  -webkit-box-shadow: 5px 0px 9px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 5px 0px 9px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 5px 0px 9px 1px rgba(0, 0, 0, 0.11);
  position: relative;
  overflow: visible;
  margin-top: 60px !important;
  margin-bottom: 40px !important;
}

.wp-block-quote::after {
  content: "";
  display: block;
  width: 72px;
  height: 63px;
  background-image: url("../images/quote_logo2.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 40px;
  top: -25px;
}

.wp-block-quote span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 40px;
}

.wp-block-quote cite {
  display: block;
  text-align: right;
}

.wp-block-quote.is-style-large cite {
  font-size: 20px;
}

.bold_paragraph {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 40px;
  margin-bottom: 50px;
  display: block;
  position: relative;
}

.bold_paragraph::before {
  content: "";
  display: inline-block;
  width: 170px;
  height: 8px;
  position: absolute;
  top: 0;
  left: calc(50% - 85px);
  background-color: #E1E1E1;
}

.bold_paragraph::after {
  content: "";
  display: inline-block;
  width: 170px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 85px);
  background-color: #E1E1E1;
}

.right_c_paragraph {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem;
  border-left-color: #5bc0de;
}

/*
.quote_wrapper_author {
    line-height: 24px;
    padding: 40px 40px;
    -webkit-box-shadow: 5px 0px 9px 1px rgba(0,0,0,0.11);
    -moz-box-shadow: 5px 0px 9px 1px rgba(0,0,0,0.11);
    box-shadow: 5px 0px 9px 1px rgba(0,0,0,0.11);
    position: relative;
    overflow: visible;
    margin-top: 60px;
    margin-bottom: 40px;
}
.quote_wrapper_author::after {
    content: "";
    display: block;
    width: 72px;
    height: 63px;
    background-image: url("../images/quote_logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 40px;
    top: -25px;
}
.quote_wrapper_author>span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 15px;
}
.quote_wrapper_author>span>span {
    display: block;
    font-size: 18px;
    color: #f5a418;
    font-weight: 400;
}*/


/* Цитатаның стильдері бітті */

.iv-embed {
  margin-bottom: 20px !important;
}

.ent-button {
  font-weight: 600 !important;
  color: #ECC31F !important;
}

/* Header */

.navbar {
  padding: 15px 0;
  border-bottom: 0;
  background: 0 0;
  -webkit-transition: all .1s ease-in-out, margin-top 0s, padding-right 0s;
  -moz-transition: all .1s ease-in-out, margin-top 0s, padding-right 0s;
  transition: all .1s ease-in-out, margin-top 0s, padding-right 0s;
  background: #fff;
}

.navbar-fixed-collapse .header__menu li a {
  font-size: 14px;
}

@media only screen and (min-width: 1170px) {
  .navbar-fixed-top {
    position: absolute;
    margin-top: 52px;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
  }

  .navbar-fixed-collapse {
    padding: 3px 0;
    position: fixed;
    top: 0px;
    margin-top: 0;
    background-color: #4184B9;
    height: 50px;
  }

  .navbar-fixed-collapse .header__menu-list {
    margin-left: 15px;
  }

  .navbar-fixed-collapse .header__menu-list>li {
    color: #fff !important;
  }

  .navbar-fixed-collapse .header__menu li:hover {
    background: unset;
    cursor: pointer;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, .14), 0 0px 3px 0 rgba(0, 0, 0, .12);
  }

  .navbar-fixed-collapse .header__menu-list>li .sub-menu>li {
    color: #313131;
  }

  .navbar-fixed-collapse .header__logo img {
    height: 40px;
    width: 37px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .navbar-fixed-collapse .header__inner {
    display: inline-block;
  }

  .navbar-fixed-collapse .header__logo {
    display: inline-block;
  }

  .navbar-fixed-collapse .header__menu {
    display: inline-block;
  }

  .navbar-fixed-collapse .header__logo-title {
    display: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .navbar-fixed-collapse .header__menu ul li ul {
    border-top: 4px solid #fac13a;
  }

  .navbar-fixed-collapse .submenu_arrow {
    border-bottom: 5px solid #fac13a;
  }

  .top__lang {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -67px;
  }

  .top__list-items {
    display: inline-block;
  }
}

@media only screen and (max-width: 1170px) {
  .top__lang {
    display: none;
  }
}

.scrollup {
  display: none;
  opacity: .7;
  width: 114px;
  height: 100%;
  position: fixed;
  z-index: 1031;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  font-size: 13px;
  padding-top: 90px;
  padding-right: 10px;
  transition: background-color .2s linear;
  background: none;
  color: #165FAA;
}

.scrollup.button_down {}

.scrollup.button_down div {
  opacity: 0 !important;
}

.scrollup.button_down:hover div {
  opacity: 1 !important;
}

.scrollup:hover {
  background-color: rgba(0, 0, 0, .2);
  color: #fff;
}

.scrollup>div {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin-left: 5px;
  position: relative;
  display: inline;
}

.scrollup>div:before {
  content: "";
  height: 14px;
  width: 14px;
  background-image: url(../images/svg-icons/up_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -14px;
  opacity: 0.8;
}

.scrollup:hover>div:before {
  background-image: url(../images/svg-icons/up_white.svg);
}

.scrollup.button_down>div:before {
  background-image: url(../images/svg-icons/down_white.svg);
}

.scrollup i {
  vertical-align: middle;
  font-size: 30px;
}

@media only screen and (min-width: 1380px) and (max-width: 1445px) {
  .scrollup {
    width: 85px;
    padding-right: 3px;
  }
}

@media only screen and (min-width: 1330px) and (max-width: 1380px) {
  .scrollup {
    width: 60px;
    padding-right: 0;
    font-size: 18px;
  }

  .scrollup span {
    display: none;
  }
}

@media only screen and (max-width: 1330px) {
  .scrollup {
    height: 50px;
    width: 50px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    bottom: 30px;
    top: unset;
    left: unset;
    right: 45px;
    padding: 0;
    font-size: 20px;
    padding-top: 8px;
    color: #fff;
    z-index: 999;
  }

  .scrollup:hover {
    opacity: 0.8;
  }

  .scrollup span {
    display: none;
  }

  .scrollup>div:before {
    height: 20px;
    width: 20px;
    top: 2px;
    left: -10px;
    background-image: url(../images/svg-icons/up_white.svg);
  }

  .scrollup.button_down>div:before {
    top: 4px;
  }

  .scrollup.button_down div {
    opacity: 1 !important;
  }
}

@media only screen and (max-width: 768px) {
  .scrollup {
    height: 45px;
    width: 45px;
    bottom: 25px;
    right: 30px;
    padding-top: 7px;
  }

  .scrollup>div:before {
    top: 2px;
    left: -9px;
  }
}

.title {
  color: #313131;
  font-size: 30px;
  font-weight: 700;
}



.page__text {
	margin-right: 20px;
  border-bottom: none !important;
}

.bold-700 {font-weight: 700;}
.bold-600 {font-weight: 600;}
.bold-500 {font-weight: 500;}
.bold-400 {font-weight: 400;}
.bold-300 {font-weight: 300;}

.breadcrumbs__inner {
  padding: 18px 0 15px 0;
  font-size: 14px;
}

.breadcrumbs__inner span {
  color: #000;
}

.breadcrumbs__inner i {
  margin: 0px 7px;
  font-size: 12px;
}

.breadcrumbs__inner .breadcrumb_last {
  color: #999;
}

.breadcrumb__separator {
  margin: 0 5px;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-small {
  max-width: 1000px;
}

.table-bordered td, .table-bordered th{
	border: 1px solid #263238!important;
}

.table-bordered td, .table-bordered th{
	vertical-align: middle;
}

.top {
  width: 100%;
  background-color: #616161;
  margin-bottom: 98px;
  -webkit-transition: all .3s ease-in-out, padding .3s ease-in-out;
  -moz-transition: all .3s ease-in-out, padding .3s ease-in-out;
  transition: all .3s ease-in-out, padding .3s ease-in-out;
}

.top__inner {
  display: flex;
  justify-content: space-between;
}

.top__list {
  display: flex;
}

.top__list-items {
  font-size: 14px;
  color: #f6f6f6;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 0;
  vertical-align: middle;
}

.top__list-items>a:before {
  content: "";
  height: 13px;
  width: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  bottom: -1px;
  left: 0px;
  margin-right: 7px;
}

.top__list-items.university>a:before {
  background-image: url(../images/svg-icons/university-white.svg);
}

.top__list-items.phone>a:before {
  background-image: url(../images/svg-icons/phone-white.svg);
  width: 12px;
  background-color: -2px;
}

.top__list-items.envelope>a:before {
  background-image: url(../images/svg-icons/email-white.svg);
}

.top__list-items.search>a:before {
  background-image: url(../images/svg-icons/search.svg);
  margin-right: 0;
}

.top__list-items.eye-slash>a:before {
  background-image: url(../images/svg-icons/eye-slash.svg);
  width: 16px;
  margin-right: 0;
}

.top__list-items.lang>a:before {
  background-image: url(../images/svg-icons/lang.svg);
  width: 15px;
  margin-right: 0;
}

.top__list-items a {
  margin-left: 5px;
}

.top__list-items i {
  font-size: 15px;
  font-weight: 400;
}

.top__list-items .btn {
  padding: 0;
  font-size: none;
  line-height: normal;
  border-radius: 0;
  border: none;
  background-color: transparent;
  font-size: 14px;
  color: #f6f6f6;
  font-weight: 400;
}

.top__list-items .btn-group {
  font-size: 14px;
  vertical-align: baseline;
}

.top__list-items .dropdown-menu {
  font-size: 14px;
  background-clip: border-box;
  min-width: auto;
  margin: 0;
  border-radius: 0;
  top: 80%;
}

.top__list-items .btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  background-color: transparent;
  border: none;
}

.top__contacts>.top__list-items+.top__list-items {
  padding-left: 15px;
}

.top__lang>.top__list-items+.top__list-items {
  padding-left: 15px;
}

.header {
  width: 100%;
  background-color: #fff;
  line-height: 1;
}

.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  position: relative;
}

.btn-group>.btn.lang-button,
.btn-group>.btn.lang-button:active,
.btn-group>.btn.lang-button:focus,
.btn-group>.btn.lang-button:hover {
  outline: none !important;
}

.lang-button::-moz-focus-inner {
  border: 0;
}

ul.header__lang-menu {
  padding-left: 10px;
  padding-right: 10px;
}

.header__lang-menu li {
  line-height: 1.8;
  min-width: 100px;
}

.top__lang-mobile .header__lang-menu li {
  min-width: unset;
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
  margin-right: 15px;
}

.top__lang-mobile .header__lang-menu li img {
  display: none;
}

.header__lang-menu li img {
  position: relative;
  top: -2px;
}

.header__menu-list {
  display: flex;
}

.header__menu-list>li {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.header__menu-list>li+.header__menu-list>li {
  margin-left: 15px;
}

.header__logo img {
  width: 70px;
  height: 75px;
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__logo-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #000;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin-left: 15px;
}

.header__logo-title span {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  color: #999;
}

div[id*='ajaxsearchlite'].wpdreams_asl_container {
  display: inline;
  position: relative;
  width: 300px !important;
  bottom: -35px;
  background: none !important;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
  display: inline-block;
  background: none !important;
  display: none;
  position: relative;
  height: 20px;
  top: -36px;
}

#ajaxsearchlite1 .probox .proinput,
div.asl_w .probox .proinput {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.top__list-items.search {
  padding: 0;
  max-height: 20px;
}

.top__list-items.search a {
  padding: 15px 0;
  display: inline-block;
  vertical-align: text-bottom;
}

div.asl_w .probox .promagnifier {
  display: none;
}

@import url('https://fonts.googleapis.com/css?family=Inconsolata:700');

.top__list-items.search {
  position: relative;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 20px;
}

.top__lang-mobile .top__list-items.search {
  margin: auto 20px;
  width: 88%;
}

.top__list-items.search .search_icon {
  position: absolute;
  margin: auto;
  top: -2px;
  right: -1px;
  bottom: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transition: all 1s;
  z-index: 15;
}

.top__list-items.search .search_icon:hover {
  cursor: pointer;
}

.top__list-items.search .search_icon::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 9px;
  width: 5px;
  height: 2px;
  background: #666;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.top__lang-mobile .top__list-items.search .search_icon::before {
  background: #666;
}

.top__list-items.search .search_icon::after {
  content: "";
  position: absolute;
  margin: auto;
  top: -1px;
  right: 0;
  bottom: 0;
  left: -1px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #666;
  transition: all 0.3s;
}

.top__lang-mobile .top__list-items.search .search_icon::after {
  border: 2px solid #666;
}

.top__list-items.search .search_icon.show::before {
  top: 0;
  left: 0;
  width: 12px;
}

.top__list-items.search .search_icon.show::after {
  top: 0;
  left: 0;
  width: 12px;
  height: 2px;
  border: none;
  background: #666;
  border-radius: 0%;
  transform: rotate(-45deg);
}

.top__lang-mobile .top__list-items.search .search_icon.show::after {
  background: #333;
}

.top__lang-mobile div.asl_w .probox {
  display: none;
}

.top__lang-mobile div.asl_w .probox .proinput {
  width: 100%;
}

.top__list-items.search input::placeholder {
  color: white;
  opacity: 0.5;
  font-weight: bolder;
}

div.asl_r.vertical {
  padding: 10px 15px !important;
  background: #FFF !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.05) !important;
}

@media only screen and (max-width: 768px) {
  div.asl_r.vertical {
    width: 80% !important;
  }
}

.search #ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  height: 18px !important;
  border-bottom: 1px solid #666 !important;
  color: #666 !important;
  position: relative;
  bottom: -2px;
}

.search #ajaxsearchlite1 .probox .proinput input::placeholder {
  color: #666 !important;
}

.top__lang-mobile #ajaxsearchlite1 .probox .proinput input,
.top__lang-mobile div.asl_w .probox .proinput input {
  border-bottom: 1px solid #999 !important;
  color: #777 !important;
}

.top__lang-mobile #ajaxsearchlite1 .probox .proinput input::placeholder,
.top__lang-mobile div.asl_w .probox .proinput input::placeholder {
  color: #777 !important;
}

.top__list-items.search div.asl_w .probox .proinput input.autocomplete {
  margin-top: -19px !important;
  border: none !important;
}

/* HEADER THE END */
.slider-img {
  width: 100%;
  height: 538px;
  background-repeat: no-repeat;
  object-fit: cover;
}

.useful-link__items a {
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  padding-left: 55px;
  text-align: left;
  background-color: #ffffff;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: 15px center;
}

.useful-link__items a:hover {
  background-color: #f4f7f8;
}

.useful-link__item1 a {
  background-image: url('../images/link/cap.svg');
}

.useful-link__item2 a {
  background-image: url('../images/link/online-education.svg');
}

.useful-link__item3 a {
  background-image: url('../images/link/textbook.svg');
}

.useful-link__item4 a {
  background-image: url('../images/link/calendar.svg');
}

.useful-link__item5 a {
  background-image: url('../images/link/blog.svg');
}

.useful-link__item6 a {
  background-image: url('../images/link/book.svg');
}

.useful-link__img {
  height: 30px;
  padding-right: 10px;
}

.advantage__title {
  display: block;
}

.advantage__items {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  color: #313131;
  font-size: 14px;
  padding: 5px 0;
}

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

.advantage__img {
  width: 54px;
}

.study,
.study:active,
.study:focus {
  outline: none !important;
}

.study__position {
  outline: none !important;
  height: 520px;
  width: 100%;
  background-color: #eee;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
}

.study__img {
  width: 100%;
}

.study__list {
  width: 100%;
  padding: 20px 20px;
  margin-bottom: 0px;
}

.study__items {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.study__items+.study__items {
  margin-top: 12px;
}

.study__items-icon {
  width: 24px;
  height: 100%;
  margin-right: 12px;
}

.study__btn {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
  padding: 20px 0;
  position: relative;
}

.study__btn-undergraduate {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background-color: #DAB936;
}

.study__btn-magistracy {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background-color: #1D6DC6;
}

.study__btn-doctoral {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background-color: #2D5DDD;
}

.study__btn-undergraduate:hover,
.study__btn-magistracy:hover,
.study__btn-doctoral:hover {
  color: #fff;
  opacity: 0.8;
}

.news__tags {
  font-size: 16px;
  display: inline-block;
  margin-top: 15px;
	margin-bottom: 25px;
  color: #333;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;

}

.news__tag {
    margin: 5px;
    background-color: #f9f9f9;
    padding: 7px 10px;
    border-radius: 10px;
    display: inline-block;
}

.news__tag.selected {
  font-weight: 600;
  color: #fff;
  background-color: #00a8ec;
}

.news__tag:not(.selected):hover {
  opacity: 0.8;
  cursor: pointer;
}

.news__tags .all {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 16px;
  line-height: 1;
}

.news__title {
  display: inline-block;
}

.news__title-inner {
  font-weight: 400;
  line-height: 1.3;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}

.news__inner {
  padding: 20px;
  height: 60px;
  font-size: 16px;
}

.news__items {
  display: block;
  background-color: #fff;
  font-size: 16px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);

}

.news__footer {
  color: #999;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 20px 20px 20px;
}

.htmx-indicator{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.news__views {
  /*margin-top: 5px;
  display: inline-block;
  width: 33%;
  padding: 7px 5px 7px 0px;*/
  
  /*padding: 7px 5px 7px 0px;*/
  
}

.news__views::before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 20px;
  background-image: url("../images/views.png");
  background-size: contain;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.3;
  position: relative;
  top: 1px;
  margin-right: 7px;
}

.news__date {
  /*margin-top: 5px;
  text-align: right;
  display: inline-block;
  width: 65%;
  padding: 7px 0px 7px 5px;
  padding: 7px 0px 7px 5px;*/
}

.news__items+.news__items {
  margin-left: 20px;
}

.news__img-box {
  width: 100%;
  padding-top: 60%;
  background-color: #ccc;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

  
}

.news__img-box div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #ccc;
  
}

.news__img-box img {
  width: 100%;
  height: auto;
  min-height: 100%;
}

.news__items-inner {
  padding: 20px;
}

.connection {
  color: #fff;
  font-size: 18px;
  width: 100%;
  background-color: #1261A4;
}

.connection__inner {
  padding: 40px 0;
}

.social-link__list {
  display: flex;
}

.social-link__list li {
  font-size: 20px;
  color: #fff;
  padding-right: 30px;
}

.social-link__list li i {
  margin-left: 0;
}

.icon-instagram:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 20px;
  background-image: url("../images/svg-icons/instagram-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
}

.icon-facebook-square:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 20px;
  background-image: url("../images/svg-icons/facebook-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
}

.icon-vk:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  background-image: url("../images/svg-icons/vk-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
}

.icon-telegram-plane:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/svg-icons/telegram-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
}

.con__title {
  font-size: 18px;
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.con__padding {
  padding-bottom: 20px;
}

.maps {
  width: 100%;
  height: 250px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
}


.slick-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
}

.slick-prev {
  outline: none;
  left: 0;
}

.slick-next {
  outline: none;
  right: 0;
}

.slick-row {
  margin-right: -15px;
  margin-left: -15px
}

/*new slider home page start*/

.card-study__img-name {
  position: relative;
  text-align: center;
}

.card-study__name {
  letter-spacing: 1px;
  border: 5px solid #fff;
  background-color: #4184B9;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 0.2px;
  min-width: 60%;
  font-size: 14px;
}

.card-study__img {
  width: 100%;
}

.card-study__body {
  display: flex;
  flex-direction: column;
  width: 100%;

  padding: 40px 40px 20px 40px;
  flex-basis: 223px;
}

.card-study__text {
  display: flex;
}

.card-study__icon {
  background-color: #27B2EB;
  width: 55px;
  height: 55px;
  padding: 15px;
  margin-right: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.card-study__list {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.8px;
  color: #5A7C8F;
}

.card-study__span {
  font-size: 18px;
  margin-right: 10px;
  color: #4184B9;
}

/*new font*/
.card-study {
  font-family: 'PT Root UI Regular', sans-serif
}

.card-study__inner {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}

.card-study__item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

@media (max-width: 1149px) {
  .card-study__body {
    padding: 40px 30px 20px 40px;
  }
}

@media (max-width: 1120px) {
  .card-study__body {}
}

@media (max-width: 1060px) {
  .card-study__body {

    flex-basis: 246px;
  }
}

@media (max-width: 992px) {
  .card-study__body {
    padding: 30px 20px 20px 20px;
    flex-basis: 200px;
  }

  .card-study__list {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 768px) {
  .card-study__list {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.5px;
  }

  .card-study__body {
    padding: 30px 40px 20px 40px;
    flex-basis: 185px;
  }
}

@media (max-width: 575px) {
  .card-study__body {
    width: 100%;
    padding: 25px 20px 20px 20px;
  }

  .card-study__name {
    font-size: 14px;
    padding: 7px 20px;
  }
}

@media (max-width: 396px) {
  .card-study__body {
    width: 100%;
    flex-basis: 200px;
  }
}

/*new slider home page end*/

/*Меню fuul начало*/

.header__menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  z-index: 99;
  font-size: 14px;
}

.header__menu li {
  display: block;
  float: left;
  position: relative;
  padding: 0;
}

.header__menu li a {
  display: inline-block;
  padding: 10px 7px;
  width: 100%;
}

.header__menu li:hover {
  background: #f3f3f3;
  cursor: pointer;
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, .14), 0 0px 3px 0 rgba(0, 0, 0, .12);
}

.header__menu ul li ul {
  min-width: 5rem;
  position: absolute;
  left: 0;
  top: 54px;
  opacity: 0;
  visibility: hidden;
  width: 330px;
  padding: 10px 0;
  background-color: #fff;
  border-top: 4px solid #00A8EC;
  transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
}

.submenu_arrow {
  content: "";
  position: absolute;
  top: -8px;
  border-bottom: 5px solid #00A8EC;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.header__menu ul li:hover>ul,
.header__menu ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  top: 44px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
}

.header__menu ul li ul li {
  clear: both;
  width: 100%;
  padding: 0 9px;
}

.header__menu ul li ul li:hover {
  box-shadow: none !important;
  background: unset !important;
  color: #00A8EC !important;
}

.header__menu ul li ul li a {
  display: inline-block;
  width: 100%;
  padding: 9px 0px;
  border-bottom: 1px solid #eee;
}

.header__menu ul.sub-menu>li:last-child a {
  border-bottom: none;
}
/*Меню full конец*/

/* Bailanys pages начало */
.contact__inner {
  background-color: #fff;
}

.contact__title {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
}

.contact__inner {
  padding: 30px 50px;
}

.contact__title-inner {
  font-weight: 700;
  font-size: 24px;
}

.contact__title-inner span {
  font-size: 16px;
  font-weight: 300;
}

.contact__items {
  font-size: 18px;
  margin: 10px 0;
}

.contact__items i {
  padding-right: 7px;
}
/* Bailanys pages конец*/

/* Rector начало */
.rector__inner {
  /*padding: 30px 0px 60px 0px;*/
  background-color: #fff;
  color: #000;
}

.rector__inner img {
  width: 350px;
  height: 100%;
  object-fit: cover;
}

.rector__inner .nav-justified .nav-item {
  user-select: none;
}

.rector__title {
  color: #313131;
  font-size: 30px;
  font-weight: 700;
}

.rector__hover {
  color: #165FAA;
  border-bottom: 2px solid #165FAA;
}

.rector__col-inner {
  display: flex;
  justify-content: space-between;
  padding: 30px;

}

.rector__inner .nav {
  font-size: 18px;
}

.rector__text {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-size: 16px;
  margin-left: 25px;
  padding-top: 10px;
}

.rector__inner a {
  border: 3px solid transparent !important;
}

.rector__inner .nav-tabs .nav-link.active {
  font-weight: bold;
  background-color: transparent;
  border-bottom: 3px solid #0083ca !important;
  border-right: none;
  border-left: none;
  border-top: none;
}

.rector__inner .card-header {
  padding: 30px 25px;
}

.rector__inner .card {
  border-radius: 0%;
  margin-bottom: 15px;
}

.rector__question-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}

.rector__question-date {
  color: #ccc;
}

.rector__btn {
  font-size: 18px;
  font-weight: 700;
  background-color: inherit;
  border: none;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  color: #165FAA;
}

.rector__footer {
  display: flex;
  flex-direction: column;
  text-align: start;
  font-weight: 700;
  font-size: 20px;
  margin-top: 40px;
}

.rector__main .leadership-rector__items-text{
  width: 70% !important;
}


.rector__main .leadership-rector__items-img {
  width: 300px;
  border: 1px solid rgba(0,0,0,.1);
}

.rector__main .leadership-rector__desc{
  font-size: 20px;
}

.rector__main .new-leadership__title{
  margin-top: 70px;
}

.rector__main .rector__form-title{
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}

.rector__main .rector__form-rules{
  text-align: justify;
    font-size: 18px;
}

.rector__main-question .new-leadership__title{
  margin-bottom: 0px;
}

.rector__footer p{
  margin: 0;
}

.rector__inner .card:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

.rector__form-rules {
  color: #999;
}

.rector__form-box {
  border-radius: 0.5em;
  /* box-shadow: 0 0 1em 0 rgb(51 51 51 / 25%); */
  /* margin: 0 auto; */
  display: block;
  /* max-width: 450px; */
  overflow: hidden;
  /* padding: 0 2em; */
  width: 100%;
  padding-left: 30px;
}
.rector__col-md{
  width: 100%;
}

.rector__form-box .sending {
  opacity: 0.6;
}

.rector__form-box form button.submit {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #165FAA;
  color: #165faa;
  line-height: 1em;
  padding: 0.5em 0.5em;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.rector__form-box form button:hover,
.rector__form-box form button:focus,
.rector__form-box form button:active,
.rector__form-box form button.loading {
  background: #165FAA;
  color: #fff;
  outline: none;
}

.rector__form-box form button.success {
  background: #27ae60;
  border-color: #27ae60;
  color: #fff;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rector__form-box form button span.loading-spinner {
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  display: inline-block;
  height: 1em;
  width: 1em;
}

.rector__form-box form label {
  display: block;
  font-size: 11px;
  margin-bottom: 30px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
}

.rector__form-box form label.col-one-half {
  float: left;
  width: 50%;
}

.rector__form-box form label.col-one-half:nth-of-type(even) {
  border-left: 1px solid #333;
  padding-left: 0.25em;
}

.rector__form-box form label input,
.rector__form-box form label textarea {
  background: none;
  border: none;
  line-height: 1;
  font-weight: 300;
  padding: 0.25em 0.25em;
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #666;
}

.rector__form-box form label textarea {
  margin-top: 10px;
  line-height: 1.5;
}

.rector__form-box form label input:focus,
.rector__form-box form label textarea:focus {
  outline: none;
}

.rector__form-box form label input:-webkit-autofill,
.rector__form-box form label textarea:-webkit-autofill{
  background-color: transparent !important;
}

.rector__form-box form label textarea {
  resize: vertical;
}

.rector__form-box form label span.label-text {
  display: block;
  font-size: 14px;
  padding-left: 0.5em;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #666;
  line-height: 1;
}

.rector__form-box form label.checkbox {
  border-bottom: 0;
  text-align: center;
}

.rector__form-box form label.checkbox input {
  display: none;
}

.rector__form-box form label.checkbox span {
  font-size: 0.5em;
}

.rector__form-box form label.checkbox span:before {
  content: '\e157';
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-size: 1.125em;
  padding-right: 0.25em;
  position: relative;
  top: 1px;
}

.rector__form-box form label.checkbox input:checked+span:before {
  content: '\e067';
}

.rector__form-box form label.invalid {
  border-color: #c0392b !important;
}

.rector__form-box form label.invalid span.label-text {
  color: #c0392b;
}

.rector__form-box form label.password {
  position: relative;
}

.rector__form-box form label.password button.toggle-visibility {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.75em;
  line-height: 1em;
  position: absolute;
  top: 50%;
  right: 0.5em;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.rector__form-box form label.password button.toggle-visibility:hover,
.rector__form-box form label.password button.toggle-visibility:focus,
.rector__form-box form label.password button.toggle-visibility:active {
  color: #000;
  outline: none;
}

.rector__form-box form label.password button.toggle-visibility span {
  vertical-align: middle;
}

.rector__form-btn {
  display: inline-block;
  position: relative;
  top: -7px;
  margin-right: 20px;
}

.rector__form-btn[disabled] {
  filter: grayscale(1);
  opacity: 0.6;
  cursor: not-allowed;
}

.rector__form-btn[disabled]:hover {
  background: unset;
  color: unset;
}

.rector__form-rules__input {
  display: inline-block;
  border: none;
  width: 250px;
  text-align: left;
  font-size: 10px;
}

.rector__form-rules__input label {
  margin-bottom: 0 !important;
  text-align: left;
  user-select: none;
  display: inline !important;
}

.rector__form-rules__input label a {
  border-bottom: 1px dashed #ccc !important;
}

.rector__form-rules__input input {
  width: auto !important;
  height: 11px;
  position: relative;
  top: 1px;
}


@media (max-width: 992px) {
  .rector__inner .nav {
    font-size: 15px;
  }

  .rector__text {
    margin-left: 15px;
  }

  .rector__col-md{
    padding-right: 0px!important; 
    padding-left: 0px!important;
  }
}

@media (max-width: 768px) {
  .rector__inner .nav {
    font-size: 14px;
  }

  .rector__inner .nav {
    font-size: 16px;
  }

  .rector__text {
    font-size: 14px;
    margin-left: 15px;
  }

  .rector__inner .nav-tabs .nav-link.active {
    border-bottom: unset;
  }

  
}

@media (max-width: 576px) {
  .rector__inner img {
    width: 100%;
    height: 100%;
  }

  .rector__col-inner {
    display: block;
  }

  .rector__text {
    margin-top: 15px;
    margin-left: 0;
  }

  .rector__inner .nav {
    
    font-size: 14px;
  }

  .rector__inner .nav-tabs {
    border-bottom: none;
  }

  .rector__title {
    font-size: 18px;
  }

  .rector__inner .card-header {
    padding: 20px 15px;
  }

  .rector__question-text {
    font-size: 16px;
  }

  .rector__inner .card-body {
    font-size: 14px;
  }

  .rector__question-inner {
    font-size: 16px;
  }
}



@media (max-width:1130px){
  .rector__main .leadership-rector__items-text {
    width: 100% !important;
}

.rector__main .leadership-rector__items-img{
  display: none;
}

.rector__main .new-leadership__title{
  margin: 0;
  font-weight: 700;
}

.rector__main .rector__form-rules {
  font-size: 16px;
}

.rector__main .rector__form-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.rector__main .pt-5, .py-5 {
  padding-top: 2rem!important;
}

.rector__form-box{
  padding-left: 0px;
  margin: 40px 0;
  border-radius: 0em;
}

.rector__form-box form label span.label-text{
  padding-left: 0em;
}

.rector__form-box .text-center{
  text-align: left!important;
}

.rector__main .



}


/* Rector конец */

/* ТОР button начало*/
#topbtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #555;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#topbtn:hover {
  background-color: rgb(138, 138, 138);
}
/* TOP button конец */

/* Всплывающее меню начало*/
#menu-trigger {
  display: inline-block;
  position: relative;
  left: 6px;
  z-index: 99;
  transition: all 0.5s ease;
  transform: scale(0.85);
}

.menu-trigger_wrapper {
  width: 35px;
  display: inline-block;
}

.menu-trigger_wrapper.fixed {
  position: fixed;
  z-index: 99;
}

#menu-trigger div {
  position: relative;
  right: 0;
  display: block;
  height: 3px;
  margin-bottom: 5px;
  width: 30px;
  background: #34495E;
  transition: all 0.2s ease;
}

#menu-trigger:hover {
  cursor: pointer;
}

#menu-trigger.clicked {
  position: fixed;
  width: 25px;
  right: 32px;
  left: unset;
  top: 36px;
}

#menu-trigger.clicked div:nth-child(1) {
  width: 24px;
  transform: rotate(45deg);
  top: 8px;
  background-color: #313131;
}

#menu-trigger.clicked div:nth-child(even) {
  opacity: 0;
}

#menu-trigger.clicked div:nth-child(3) {
  width: 24px;
  transform: rotate(-45deg);
  top: -8px;
  background-color: #313131;
}

#menu-trigger.clicked:hover {
  transform: scale(0.75);
}

#menu-trigger.clicked:hover div {
  width: 24px !important;
}

.menu {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #fff;
  transition: all 0.2s cubic-bezier(.77, .06, .28, .85);
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
}

.menu.open {
  top: 0;
  opacity: 1;
  box-shadow: 1px 0px 5px #000;
}

@media only screen and (min-width: 1172px) {
  .menu-trigger_wrapper {
    display: none;
  }
}

.menu_content {
  /*margin-left: calc((100vw - 1155px) / 2);*/
  margin-top: 34px;
  color: #313131;
  z-index: 19;
  width: 100%;
}

.menu_content #logo {
  display: block;
  padding-left: 20px;
  padding-bottom: 30px;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
}

.menu_overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 17;
}

.menu_overflow:hover {
  cursor: pointer;
}

.mobile_menu {
  margin-top: 15px;
}

.mobile_menu.mobile__social {
  opacity: 0.6;
  margin-top: 20px;
  display: flex;
}

.mobile__social li {
  display: inline-block;
}

.mobile_menu .mobile__social a {
  color: #313131;
  font-size: 18px;
}

.mobile__social .icon-instagram:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/svg-icons/instagram.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
}

.mobile__social .icon-facebook-square:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/svg-icons/facebook.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
}

.mobile__social .icon-vk:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  background-image: url("../images/svg-icons/vk.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
}

.mobile__social .icon-telegram-plane:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/svg-icons/telegram.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
}

.mobile_menu .mobile__social a:hover {
  color: #6B6B6B;
}

.mobile_menu li>.sub-menu {
  display: none;
  margin-left: 10px;

}

.mobile_menu li>.sub-menu2 {
  display: none;
  margin-left: 20px;

}

.mobile_menu li a {
  margin-left: 20px;
  display: block;
  line-height: 35px;
}

.mobile_menu li>.sub-menu li {
  font-size: 14px;
  text-transform: uppercase;
  margin: 10px 0;
}

.mobile_menu li>.sub-menu li a {
  line-height: 1.4;
}

.mobile_menu li.menu-item-has-children>a,
.mobile_menu li.menu-item-has-children2>a {
  position: relative;
}

.mobile_menu li.menu-item-has-children>a:after,
.mobile_menu li.menu-item-has-children>a:before,
.mobile_menu li.menu-item-has-children2>a:after,
.mobile_menu li.menu-item-has-children2>a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  top: 50%;
  right: 20px;
  background-color: #313131;
}

.mobile_menu li.menu-item-has-children>a:before,
.mobile_menu li.menu-item-has-children2>a:before {
  transform: rotate(45deg);
  margin-top: -4px;
}

.mobile_menu li.menu-item-has-children>a:after,
.mobile_menu li.menu-item-has-children2>a:after {
  transform: rotate(-45deg);
  margin-top: 1px;
}

.mobile_menu li.menu-item-has-children.hover>a:before,
.mobile_menu li.menu-item-has-children2.hover>a:before {
  transform: rotate(45deg);
  margin-top: 1px;
  right: 23px;
}

.mobile_menu li.menu-item-has-children.hover>a:after,
.mobile_menu li.menu-item-has-children2.hover>a:after {
  transform: rotate(-45deg);
  margin-top: 1px;
  right: 18px;
}
/* Всплывающее меню конец */

/*news-page style*/
.news-page__inner {
  width: 100%;
}

.right__news-block {

  padding-left: 0px;
}

.position-fixed {
  right: 0;
}

.inner-shadow {
  width: 100%;
  padding: 20px 20px;
  background-color: #F9F9FC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
}

.news-moment__title {
  color: #000;
  font-size: 24px !important;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.4;
}

.news-page__title {
  font-size: 16px;
  font-weight: 300;
}

.news-page__title:hover {
  opacity: 0.8;
}

.pl2-0 {
  padding-left: 0;
}

.news-page__img {
  width: 100%;
  padding-top: 50%;
  position: relative;
      margin-top: 10px;
}

.news-page__img-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.news-page__img img {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 0;
}

.news-page__info {
  padding: 5px 0 5px 0;
  color: #999;
  display: flex;
  justify-content: space-between;
}

.news-page__nav {
  display: flex;
  line-height: 28px;
}

.news-last__title {
  color: #165FAA;
}

.news-page__info .icon {
  display: inline-block;
  padding-right: 5px;
}

.news-page__items-inner a {
  width: 100%;
}

.news-page__items {
  margin-bottom: 15px;
}

.news-page__items:last-child {
  margin-bottom: 0px;
}

.news-indent {
  margin-top: 20px;
}

.news-page__tags a {
  font-size: 14px;
}

.news-page__info .items {
  font-size: 14px;
}

.news-page__info .items:last-child {
  padding-left: 15px;
}

.news-page__date:before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 13px;
  background-image: url(../images/svg-icons/calendar.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  opacity: 0.3;
  position: relative;
  top: 2px;
  margin-right: -3px;
}

.news-page__views:before {
  content: "";
  display: inline-block;
  height: 17px;
  width: 17px;
  background-image: url(../images/views.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  opacity: 0.3;
  position: relative;
  top: 3px;
  margin-right: -3px;
}

.news-page__text {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
  padding-top: 20px;
  margin-bottom: 30px;
}

.wp-block-table table td {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th{
  border: 1px solid #eee;
  font-size: 16px;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
  background-color: inherit !important;
}

.news-tags__info {
  display: flex;
}

.news-tags__info p:last-child {
  padding-left: 5px;
}

.news-tags__info-link {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

.news-page__tags {
  color: #000;
}

.news-tags__info-link a:hover {
  color: #000;
}

.news-page__tags a:hover {
  opacity: 0.8;
}

.popular-news {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  line-height: 1.3;
  padding: 0;
}

.popular-news a {
  min-height: 50px;
}

.popular-news img {
  float: left;
  margin-right: 8px;
}

.popular-news__info {
  margin-top: 10px;
  font-size: 13px;
  color: #999;
}

.popular-news__views {
  display: inline-block;
  width: 49%;
}

.popular-news__views::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 15px;
  background-image: url("../images/views.png");
  background-size: contain;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.3;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.popular-news__date {
  text-align: right;
  display: inline-block;
  width: 49%;
}

.populargb hr {
  margin: 5px 0 10px 0;
}

.sdv_article .sdv_article_sidebar {
  position: absolute;
  width: 303.5px;
}

.sdv_article .sdv_article_sidebar.move {
  position: fixed;
  right: auto;
}

@media (max-width: 992px) {
  .pl2-0 {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .news-page__img {
    padding-top: 60%;
  }

  .news-page__text {
    padding-top: 15px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 992px) {
  .sdv_article .sdv_article_sidebar {
    width: 24vw;
  }
}
/*news-page style*/

/*all news page style*/
.all-news__inner {
  padding-bottom: 20px;
  height: 180px;
}

.all-news__title {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.all-news-title {
  font-size: 30px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 25px;
}

.all-news__icon {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #999;
}

.all-news__icon-inner .icon {
  font-size: 14px;
  padding-right: 10px;
}

.all-news__icon-inner {
  border-top: 1px solid #eee;
  font-size: 15px;
  margin-right: 20px;
  display: block;
}

.all-news__icon-inner .news__views {
  width: unset;
  padding: 7px 5px 7px 0px;
  margin-top: 0;
}

.all-news__info {
  padding: 7px 5px 7px 0px;
  float: right;
}

.all-news .pagination {
  margin-top: 15px;
}

.all-news .pagination a {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #000;
}

.all-news .pagination span {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #4184B9;
  z-index: 3;
  color: #fff;
}

.all-news__desc {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px
}

.page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.all-news__item {
  margin-bottom: 20px;
}

.all-news__item a {
  display: inline-block;
}

.all-news__item a:hover {
  opacity: 0.8;
}

.all-news__item a:hover div {
  opacity: 0.8;
}

.all-news__items {
  overflow: hidden;
}

.all-news__img {
  width: 100%;
  padding-top: 69%;
  position: relative;
}

.all-news__img img {
  width: 100%;
  height: auto !important;
  min-height: 100%;
}

.all-news__img-inner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #ccc;
}

@media screen and (max-width: 1135px) and (min-width: 992px) {
  .all-news__desc {
    margin-top: 5px;
    line-height: 1;
  }
}

@media screen and (max-width: 992px) {
  .all-news__title {
    font-size: 16px;
    margin-top: 0;
  }

  .all-news>div>div.row {
    padding-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .all-news__icon {
    margin-top: 5px;
    position: unset;
  }

  .all-news__icon-inner {
    margin-right: 0;
  }

  .all-news__title {
    font-size: 24px;
    margin-top: 10px;
  }

  .all-news__desc {
    margin-top: 5px;
    font-size: 16px;
  }

  .all-news__inner img {
    width: 100%;
  }

  .all-news__img {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }

  .all-news__text {
    margin-top: 15px;
  }
}

/*all news page style*/

/* Error (404) page styles */

.error-page__box {
  padding: 100px 0 120px 0;
}

.error-page__404 {
  display: inline-block;
  font-size: 74px;
  margin-right: 10px;
}

.error-page__msg {
  display: inline-block;
  text-align-last: left;
}

.error-page__msg h2 {
  font-size: 28px;
  margin-bottom: 5px;
}

.error-page__msg a {
  font-size: 18px;
  color: #007bff;
}

.error-page__col {
  text-align: center;
}

/* Error (404) page styles */


/*institute page style*/

.institute h1 {
    margin-bottom: 35px;
	  text-transform: uppercase;
}

.institute__title {
  display: flex;
  align-items: center;
}

.institute__list {
  font-size: 18px;
  display: flex;
  color: #999;
}

.institute__inner {
  width: 100%;
  padding: 30px 0px 60px 0px;
  background-color: #fff;
}

.institute__contacts-card {
  display: flex;
}

.contact-card {
  padding: 30px 30px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 20px;
}

.contact-card span {
  color: #999;
  font-size: 14px;
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.contact-card::after {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 0px;
  content: "";
  width: 80px;
  height: 80px;
  background-image: url("../images/inst_contact.png");
  background-size: contain;
  opacity: 0.1;
}

.contact-card__position {
  color: #666;
  font-size: 16px;
  margin-bottom: 20px;
}

.contact-card:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
}

.institute__title {
  margin-bottom: 30px;
  margin-top: 30px;
}

.contact-card-title {
  margin: 10px 0 5px 0;
}

.contact-card__address,
.contact-card__phone,
.contact-card__email {
  position: relative;
}

.contact-card__address:before,
.contact-card__phone:before,
.contact-card__email:before {
  content: "";
  height: 14px;
  width: 14px;
  display: inline-block;
  background-image: url(../images/svg-icons/home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  bottom: -2px;
  left: 0px;
  opacity: 0.5;
  margin-right: 10px;
}

.contact-card__phone:before {
  background-image: url(../images/svg-icons/phone-black.svg);
  width: 12px;
}

.contact-card__email:before {
  background-image: url(../images/svg-icons/email-black.svg);
  width: 13px;
}

.institute__items+.institute__items {
  margin-left: 20px;
}

.institute__text {
  font-size: 18px;
  /*line-height: 1.5;*/
   line-height: 1.8;

  text-align: justify;
  margin-top: 20px;
  margin: 0 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.institute__img {
  width: 100%;
}

.institute__bilim .institute__title span,
.institute__bilim .institute__title i {
  font-size: 18px;
  font-weight: 100;
  margin-left: 10px;
}

.institute__bilim .card h5 {
  line-height: 1.5;
  border-radius: 0;
  outline: none;
  padding: 7px 5px;
  color: #07355E;
}

#accordion .panel {
  border: none;
  box-shadow: none;
  border-radius: 0;
}

#accordion .panel-heading {
  padding: 0;
}

#accordion .panel-title a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  background: #f6f6f6;
  border: none;
  border-bottom: 2px solid #07355E;
  padding: 15px 20px 15px 47px;
  position: relative;
  transition: all 0.5s ease 0s;
}

#accordion .panel-title a.collapsed {
  border-bottom-color: #ddd;
  color: #000;
}

#accordion .panel-title a:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url('../images/svg-icons/down.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 32%;
  left: 20px;
  transition: all 0.3s ease 0s;
  opacity: 0.8;
}

#accordion .panel-title a.collapsed:before {
  background-image: url('../images/svg-icons/down.svg');
}

#accordion .panel-body {
  font-size: 15px;
  color: #000;
  line-height: 25px;

  border: none;
  padding: 14px 20px;
}

.panel-body__title {
  font-size: 14px;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 400;
  text-align: center;
  width: 100%;
  padding: 0px 15px;
}

.panel-body__items img {
  width: 100%;
  height: 100%;
  background-color: 0 2px 2px 0 rgba(0, 0, 0, .14);
}

.panel-body__img {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.panel-body__items {
  margin-bottom: 20px;
}

.institute__scroll {
  border-bottom: 1px solid #dfdfdf;
  margin: 10px 0px 20px 0px;
}

.institute__scroll{

}

.edu__name-code {
  font-size: 24px;
  font-weight: 700;
}

.edu__name-title {
  font-size: 20px;
}

.edu__name-sign {
  padding: 0 10px;
}

.edu__name-body {
  display: flex;
  height: 50px;
  line-height: 50px;
  color: #000;
  box-sizing: border-box;
  margin-bottom: 10px;
}


.bakalavr .edu__code {
  background: #FAD378;
}

.magistr .edu__code {
  background: #9DC3FF;
}

.doctor .edu__code {
  background: #D3E6DD;
}

.edu__name-title {
  border: 1px solid #BECFC7;
  border-left: none;
  padding: 0 20px;
  width: 100%;
}



.institute__school {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  min-height: 180px;
  text-align: center;
  margin-bottom: 1.5em;
  margin-top: 10px;
  border: 2px solid #07355E;
  padding: 30px;
  border-radius: 4px;
  background: #FEFEFE;
  color: #000;
}

.institute__school>span {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -16px;
  left: 20px;
  padding-left: 0.4em;
  padding-right: 0.4em;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #DCC24B;
  background: #FFF;
  border: 1px solid #07355E;
  border-radius: 50%;
  counter-increment: li;
  content: counter(a);
}

.institute__school:hover {
  box-shadow: none;
}

@media (max-width: 768px) {
  .institute__items+.institute__items {
    margin: 0 !important;
  }

  .institute__list {
    flex-direction: column;
  }

  .institute__inner .border-bottom {
    border: none;
  }

  .institute__scroll {
    border-bottom: none;
  }

  .edu__name-body {
    height: auto;
  }

  .edu__name-title {
    line-height: 25px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

@media (max-width: 575px) {
  .institute__inner {
    padding: 0px;
  }

  .institute__title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .institute__items+.institute__items {
    margin: 0;
  }

  .institute__text {
    font-size: 16px;
  }

  .institute__name {
    font-size: 16px;
  }

  .institute__position {
    font-size: 14px;
  }
}
/*institute page style*/

/*shcool*/
.school h1 {
  margin: 15px 0px 20px 0px;
}

.school__inner {
  width: 100%;
  padding: 30px 30px;
  background-color: #fff;
}

.school__title {
  margin-top: 30px;
  margin-bottom: 20px;
}

.school__text {
  font-size: 18px;
  text-align: justify;
}

.school__text p {
  margin-bottom: 5px;
}

.school__margin {
  margin-top: 20px;
}

.school__people {
  text-align: center;
  padding: 0 0 20px 0;
}

.school__people a {
  display: inline-block;
  width: 100%;
}

.school__name {
  font-size: 18px;
  margin-top: 10px;
}

.school__position {
  font-size: 16px;
}

.school__img {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.school__img div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 50%;
}

.school__img img {
  width: 100%;
  min-height: 100%;
  height: auto !important;
}

.school__card {
  font-size: 16px;
  padding: 20px 30px;
  margin-bottom: 15px;
}

.school__card i {
  font-size: 16px;
  margin: 0 10px 0 0;
}

.school__scroll {
  border-bottom: 1px solid #dfdfdf !important;
}

.school__list {
  font-size: 18px;
  display: flex;
  color: #999;
}

.school__items {
  margin-right: 15px;
}

.school__items:last-child {
  margin-right: 0px;
}

@media (max-width: 992px) {
  .school__inner {
    padding: 0px;
  }

  .page__title {
    font-size: 24px;
  }

  .school__title {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .school__inner .school__list {
    font-size: 16px;
    flex-direction: column;
  }

  .school__inner .border-bottom {
    border: none !important;
  }

  .page-section {
    margin: 15px 0 0 0;
  }

  .school__text {
    font-size: 17px;
    margin-top: 10px;
  }

  .school__people {
    text-align: center;
    padding: 10px 0 10px 0;
  }

  .padding-top {
    margin-top: 15px;
  }

  .school__name {
    font-size: 16px;
  }

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

@media (max-width: 768px) {
  .school__title {
    font-size: 28px;
  }

  .school__title {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .school__inner {
    padding: 15px 0 0 0;
  }

  .padding-top {
    margin: 10px 0 0 0;
  }

  .school__inner .school__list {
    flex-direction: column;
  }

  .school__inner .border-bottom {
    border: none !important;
  }

  .school__items+.school__items {
    margin: 0;
  }

  .school__text {
    margin-top: 5px;
  }

  .school__position {}

  .school__people {
    padding: 0;
    margin-top: 10px;
  }

  .school__card {
    padding: 15px;
  }

  .school__card i {
    margin: 0 5px 0 0;
  }

  .school__card .school__title {
    margin-bottom: 0px;
  }
}
/*shcool end*/

/* Teachers styles */
.teachers-inner {
  padding: 50px 50px;
  background-color: #fff;
}

.teachers__info {
  margin-left: 20px;
  line-height: 1.4;
  font-size: 16px;
}

.teachers__full-name {
  margin-bottom: 15px;
}

.teachers-inner h2 {
  margin: 30px 0 15px 0;
  font-size: 1.75rem;
  font-weight: 700;
  border-bottom: 1px solid #dee2e6 !important;
}

@media (max-width: 1124px) {
  .teachers__info {
    margin-left: 40px;
  }
}

@media (max-width: 992px) {
  .teachers__img {
    display: flex;
    justify-content: center;
  }

  .teachers__full-name {
    margin-top: 15px;
    border-bottom: none !important;
  }

  .teachers__info {
    text-align: center;
    margin-left: 0px !important;
    margin-top: 25%;
  }

  .teachers-inner {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .teachers__info {
    margin-top: 15px;
  }

  .school__img {
    width: 50%;
    padding-top: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .teachers-inner {
    padding: 20px 15px;
  }

  .teachers__info {
    margin-left: 0px !important;
  }

  .teachers__img {
    display: flex;
    justify-content: center;
  }

  .teachers__full-name {
    margin-top: 15px;
    font-size: 25px;
    font-weight: 700;
  }

  .teachers__info {
    text-align: center;
    font-size: 16px;
  }
}
/* Teachers styles end */

/* edu-page style */
.specialty__inner {
  width: 100%;
  padding: 30px 0px 60px 0px;
  background-color: #fff;
}

.specialty__inner h4 {
  margin-top: 30px;
  font-weight: 700;
}

.specialty__ways-table {
  margin: 20px 0px 30px 0px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.specialty__ways-table svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.specialty__ways-table .table {
  margin-bottom: 0;
}

.specialty__ways-table .table .thead-dark th {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  background-color: #00a8ec;
  padding-top: 22px;
  padding-bottom: 22px;
}

.specialty__ways-table .table thead th {
  vertical-align: middle;
  border: none;
}

.specialty__ways-table .table tbody td {
  border: none;
  padding: 20px .75rem;
}

.specialty__ways-table .table tbody tr:nth-child(even) {
  background-color: #e9e9e9;
}

.specialty__ways-table .table .column1 {
  width: 50%;
  padding-left: 20px;
}

.specialty__ways-table .table .column2 {
  width: 20%;
}

.specialty__ways-table .table .column3 {
  width: 20%;
}

.specialty__ways-table .table .column4 {
  width: 10%;
}

.specialty__size-1 {
  width: 40%;
}

.specialty__size-2 {
  width: 20%;
}

.specialty__level {
  margin-top: 30px;
}

.specialty__indents {
  margin-right: 30px;
}

.specialty__bottom {
  margin-top: 10px;
}

.specialty__top {
  margin-top: 30px;
}

.specialty__ways-indents_top {
  margin-bottom: 10px;
}

.specialty__text {
  line-height: 30px;
}

.specialty__button {
  display: block;
  width: 675px;
  max-width: 100%;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  margin-top: 40px;
  background-color: #e9e9e9;
  color: #333;
}

.specialty__button:hover {
  color: #fff;
  opacity: 0.8;
}

.specialty__level-name {
  display: block;
  color: #1261A4;
}

.specialty__level-name:hover {
  opacity: 0.8;
  color: #1261A4;
}

.specialty__all-title {
  font-style: italic;
  margin-right: 15px;
}

.specialty__ways .wp-block-file {
  display: flex;
  margin: 30px 0 40px 0;
  font-style: italic;
}

.specialty__ways .wp-block-file a:after {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/svg-icons/download-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  bottom: -1px;
  margin-left: 15px;
  opacity: 0.5;
}

@media only screen and (max-width: 992px) {
  .specialty__inner {
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .specialty__button {
    font-size: 16px;
  }
}
/*  END of edu-page style  */

/*Graduates page style*/
.graduates-employment__inner {
  width: 100%;
  padding: 50px 50px;
  background-color: #fff;
}

.graduates-employment__text {
  text-align: justify;
  margin-top: 20px;
  line-height: 1.8;
}

.graduates-employment__sections {
  margin-top: 30px;
}

.graduates-employment__span {
  margin-top: 20px;
}

.graduates-employment__contacts {
  margin-top: 20px;
}

.graduates-employment__contacts-text {
  line-height: 1.8;
}

.vacancies {
  margin-top: 20px;
}

.vacancies__list {
  line-height: 1.5;
}

.vacancies__title {
  font-size: 24px;
  margin-bottom: 5px;
}

.graduates-employment__title {
  font-size: 36px;
  margin: 15px 0;
}

.vacancies__item {
  margin-bottom: 10px;
}

.edu__code {
  padding: 0 20px;
  font-size: 20px;
  font-weight: bold;
  width: 120px;
  text-align: left;
}

.color-edu__code .edu__code {
  background: #3D68BE;
  color: #fff;
}

.edu__name-title {
  border: 1px solid #BECFC7;
  border-left: none;
  padding: 0 20px;
  width: 100%;
}

.edu__name-items .wp-block-file {
  display: flex;
  min-height: 50px;
  line-height: 50px;
  color: #000;
  box-sizing: border-box;
  margin: 0 !important;
  margin-bottom: 10px !important;
  border: 1px solid #BECFC7;
  border-left: none;
  width: 100%;
}

.edu__name-items .wp-block-file a {
  width: 100%;
  padding: 0 20px;
  font-style: normal;
  font-size: 18px;
}

.edu__name-items .wp-block-file::before {
  content: " ";
  height: 50px;
  width: 50px;
  display: inline-block;
  background: #3D68BE;
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px;
  position: relative;
}

@media screen AND (max-width: 768px) {
  .edu__name-items .wp-block-file a {
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .graduates-employment__text {
    margin-top: -10px;
  }
}
/*Graduates page style*/

/*Our-graduates page style*/
.our-graduates__inner {
  width: 100%;
  padding: 50px 50px;
  background-color: #fff;

}

.our-graduates{
	margin-bottom: 40px;
}

.our-graduates__list {
  margin-top: 30px;
}

.our-graduates__card {
		height: 100%;
		border: 1px solid rgba(0, 0, 0, .125);
    	border-radius: .75rem;
    	box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 10%);

}

.our-graduates__body-text{
	font-size: 14px;
  font-weight: 600;
}

.our-graduates__body-text-sipattama{
	font-size: 14px;
  padding-top: 10px;
 
}

.our-graduates__header {
  background-color: #3c9bf2;
  color: #fff;
  padding: 24px 10px 0;
  border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
}

.our-graduates__mb{
	margin-bottom: 30px;
}

.our-graduates__full-name {
  color: #fff;
    
    padding: 20px 0 25px 0;
    margin: 0 auto;
}

.our-graduates__img {
  width: 150px;
  margin: 0 auto;
}

.our-graduates__img>div {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.our-graduates__img>div>div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 50%;
}

.our-graduates__img img {
  width: 100%;
  height: auto !important;
  min-height: 100%;
}

.our-graduates__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.our-graduates__body-button {
  background-color: #165FAA;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-weight: 700;
  margin-top: 15px;
}

.simple-graduates {
  display: flex;
}

.simple-graduates__title {
  color: #555;
  font-weight: 700;
}

.simple-graduates__download {
  margin-left: 15px;
  color: #444;
}

.our-graduates__modal-box {
  max-width: 1170px;
  width: 80%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.our-graduates__modal-box .modal-content {
  padding: 30px;
}

.our-graduates__modal-box .modal-header {
  padding: 15px 0;
}

.our-graduates__modal-box .modal-body {
  padding: 30px 0;
  text-align: left;
}

.our-graduates__inner .wp-block-file a {
  color: #555;
}

.our-graduates__inner .wp-block-file a:after {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/svg-icons/download-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  bottom: -1px;
  margin-left: 15px;
  opacity: 0.5;
}
/*Our-graduates page style*/

/*Studying-proccess page style*/
.studying-proccess__inner {
  width: 100%;
  /*padding: 50px 50px;*/
  background-color: #fff;
  margin: 30px 0px;
}

.studying-proccess__title {
  margin-bottom: 30px;
}

.studying-proccess__text {
  text-align: justify;
  line-height: 1.7;
}

.studying-proccess__one-items {
  display: inline-block;
}

.studying-proccess__one-items:hover {
  color: #999;
}

.studying-proccess__inner .nav-tabs {
  border-bottom: none;
}

.studying-proccess__inner .nav-tabs .nav-link {
  border-radius: 0rem;
  user-select: none;
  border: none;
}

.studying-proccess__inner .nav-tabs .nav-link:hover {
  cursor: pointer;
  border: none;
}

.studying-proccess__inner .nav-tabs .nav-link.active {
  opacity: unset;
}

.studying-proccess__inner .nav-tabs .nav-link.active {
  /*background-color: #417FB9;*/
  background-color: #00a8ec;
  border-bottom: none;
  color: #fff;
  font-weight: 400;
}

.studying-proccess__red-text {
  margin-top: 20px;
}

.studying-proccess__list-title {
  margin-bottom: 10px;
  font-size: 22px;
}

.studying-proccess-list {
  padding-left: 25px;
  line-height: 1.6;
}

.studying-proccess p {
  text-align: justify;
  margin-bottom: 15px;
  line-height: 1.8;
}

.studying-proccess-list p {
  margin-bottom: 7px !important;
  line-height: 1.6 !important;
}

.studying-proccess .alert {
  border-radius: .0rem;
}

.studying-proccess__red-text p {
  margin-bottom: 7px !important;
  line-height: 1.6 !important;
}

.studying-proccess .bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem;
  border-left-color: #5bc0de;
}

.studying-proccess .table td,
.table th {
  vertical-align: middle;
  text-align: center;
  color: #333;
  font-weight: 700;

}

.studying-proccess tbody th {
  text-align: left;
  margin-left: 47%;
}

.studying-proccess tbody th span {
  margin-left: 45%;
}

.table-col__color {
  background-color: #cce5ff;
  color: #004085;
}

.studying-proccess .table-bordered td,
.table-bordered th {
  border: 1px solid #b8daff;
}

.studying-proccess .studyitng-proccess__warning-text {
  margin-top: 0 !important;
}

.studying-proccess h3 {
  margin-bottom: 10px;
}

.studying-proccess .wp-block-file {
  margin-bottom: 5px;
}

.studying-proccess .wp-block-file a {
  border-bottom: 1px dashed #ccc;
}

@media only screen and (max-width: 992px) {
  .studying-proccess__inner {
    padding: 15px;
  }
}
/*Studying-proccess page style*/

/*table time style*/

.timetable__legend, .timetable__legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5rem;
}

.timetable__legend {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.timetable__legend-item {
  padding: .2rem 1.5rem;
  color: hsla(0,0%,100%,.85);
  margin-right: .5rem;
  border-radius: 3px;
}

.timetable__legend, .timetable__legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5rem;
}

.schedule .lesson-type-lecture__bg {
  background-color: #43a047;
}

.schedule .lesson-type-laboratory__bg {
  background-color: #e29a34;
}

.schedule .lesson-type-practical__bg {
  background-color: #e84e1e;
}

.schedule .lesson-type-pbs__bg {
  background-color: #a238af;
}

.schedule .lesson-type-other__bg {
  background-color: #25c5c5;
}

.schedule .lesson-style:after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 2px;
  height: 97%;
  width: 3px;
}

.schedule .lesson-type-lecture:after {
  background-color: #43a047;
}

.schedule .lesson-type-laboratory:after {
  background-color: #e29a34;
}

.schedule .lesson-type-practical:after {
  background-color: #e84e1e;
}

.schedule .lesson-type-pbs:after {
  background-color: #a238af;
}

.schedule .lesson-type-other:after {
  background-color: #25c5c5;
}

.schedule #status {
  position: absolute;
}

.schedule #status span {
  position: relative;
  top: 0;
  font-size: 13px;
  margin-left: 5px;
  color: #777;
}

.schedule__inner {
  width: 100%;
  padding: 50px 50px;
  background-color: #fff;
}

.schedule__inner a {
  border: 3px solid transparent !important;
}

.schedule__inner .nav-tabs .nav-link.active {
  border-bottom: 3px solid #165FAA !important;
}

.schedule__inner a:hover,
.schedule__inner a:active,
.schedule__inner a:focus
  {
  border: 3px solid transparent !important;
}

.schedule-table {
  border: #c1c1c1 1px solid;
  width: 100%;
}

.schedule-table thead td {
  text-align: center;
  vertical-align: middle;
  background-color: #eee;
  color: #333;
  border: 1px solid #999;
  padding: 15px 5px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.schedule-table tbody td {
  width: 15%;
  color: #004085;
  border: 1px solid #b8daff;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  height: 100px;
}

.schedule-table tbody td:first-child {
  width: 7%;
}

.schedule-table.mobile-schedule tbody td:first-child {
  width: 15%;
}

.schedule-table.mobile-schedule tbody td {
  width: 85%;
}

.schedule-table .time-style {
  text-align: center;
  vertical-align: middle;
  background-color: #FCFDFF;
}

.schedule-table .lesson-style {
  padding: 10px 15px;
  position: relative;
}

.schedule-table .lesson-style.empty {
  background-color: #f6f6f6;
}

.schedule-form__institute,
.schedule-form__school {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #00a8ec;
  color: #00a8ec;
  margin-bottom: 10px;
  height: 40px;
  overflow: hidden !important;
  border-radius: 10px;
}

.select_onchange:hover option {
  color: #000;
}

.select_onchange:active option {
  color: #000;
}

.schedule-form__week,
.schedule-form__group,
.schedule-form__teacher {
  width: 170px;
  background-color: #fff;
  border: 1px solid #00a8ec;
  color: #00a8ec;
  margin-bottom: 10px;
  height: 40px;
  overflow: hidden !important;
  border-radius: 10px;
}

.schedule-form__school,
.schedule-form__institute,
.schedule-form__week,
.schedule-form__teacher,
.schedule-form__group:focus {
  outline: none;
}

.schedule-form__btn {
  width: 150px;
  height: 40px;
  background-color: #00a8ec;
  color: #FFF;
  border: none;
  position: relative;
  top: -1px;
  right: -2px;
  font-size: 16px;
  border-radius: 10px;
}

.schedule-form__btn:focus {
  outline: none;
}

.bottom-group {
  display: flex;
  justify-content: space-between;
}

.schedule-select {
  max-width: 500px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 40px;
}

select:disabled {
  opacity: 0.2 !important;
}

.schedule-table tbody td .sch_type {
  font-style: italic;
}

.cstm_notice .close {
  font-family: sans-serif;
  position: relative;
  top: 2px;
  margin-left: 10px;
}

.cstm_notice .close:hover {
  cursor: pointer;
}

.mobile-schedule-nav {
  display: block;
  margin: 15px 0;
}

.mobile-schedule-nav>span {
  display: inline-block;
  width: 15%;
  text-align: center;
  font-size: 14px;
  border-radius: 0px !important;
  margin-right: 2px;
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;
}

.mobile-schedule-nav>span:hover {
  cursor: pointer;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #165FAA;
  border-bottom: none;
}

@media only screen AND (max-width: 768px) {
  .schedule-select {
    max-width: unset;
  }

  .schedule-form__week,
  .schedule-form__group,
  .schedule-form__teacher,
  .schedule-form__btn {
    width: 100%;
  }
}
/*table time style*/

/*leadership page style*/
.leadership__inner {
  width: 100%;
  padding: 50px 50px;
  background-color: #fff;
}

.leadership__img img {
  border-radius: 50%;
  width: 100%;
}

.leadership__list {
  margin-top: 30px;
}

.leadership__text {
  text-align: justify;
}

.leadership__d-view {
  display: none;
}

.leadership__inner .nav-justified .nav a {
  margin: 0 5px 5px 0;
  color: #ccc;
  display: flex;
  text-align: center;
  height: 70px;
  align-items: center;
  align-self: center;
  justify-content: center;
  border-bottom: 3px solid #ccc;
}

.leadership__inner .nav-tabs .nav-link:focus {
  border: 1px solid #fff;
  border-bottom: 3px solid #165FAA !important;
}

.leadership__inner .nav-tabs .nav-link:hover {
  border: 1px solid #fff;
  color: #004085;
  border-bottom: 3px solid #165FAA !important;
}

.leadership__inner .nav-justified .nav-tabs .nav-link {
  border-radius: 0;
}

.leadership__inner .nav-tabs {
  border: none;
}

.leadership__inner .nav-tabs .nav-link.active {
  border: 1px solid #fff;
  color: #004085;
  border-bottom: 3px solid #165FAA;
}

.leadership__d-view_two {
  display: none;
}

.leadership__span-font {
  font-weight: 400;
}

@media (max-width: 1200px) {
  .header__logo-title {
    font-size: 18px;
  }
}

@media (max-width: 1040px) {
  .leadership__inner {
    width: 100%;
    padding: 30px 20px;
    background-color: #fff;
  }
}

@media (max-width: 992px) {
  .leadership__inner .nav-item {
    font-size: 16px;
  }

  .leadership__inner .nav {
    display: inline-block;
    width: 100%;
  }

  .nav-item {
    display: inline-block;
    width: 50%;
  }

  .nav-tabs {
    border: none;
  }

  .leadership__d-view {
    display: block;
  }

  .leadership__d-none {
    display: none;
  }
}

@media (max-width: 768px) {
  .leadership__inner .nav {
    display: inline-block;
  }

  .leadership__inner .nav-tabs {
    border: none;
  }

  .nav-item {
    display: inline-block;
    width: 50%;
  }
}


@media (max-width: 575px) {
  .leadership__inner .nav-item {
    font-size: 14px;
  }

  .leadership__inner .nav {
    width: 100%;
  }

  .nav-justified .nav-item {
    width: 50%;
    display: inline-block;
  }

  .leadership__d-view {
    display: none;
  }

  .leadership__d-none {
    display: block;
  }

  .leadership__img {
    text-align: center;
    margin: 0 auto;
  }

  .leadership__text {
    display: none;
  }

  .leadership__d-view_two {
    display: block;
    margin-top: 15px;
  }

  .leadership__name {
    font-size: 18px;
  }

  .leadership__position {
    font-size: 16px;
  }

  .leadership__col-size {
    display: flex;
    align-items: center;
  }

  .leadership__flex-contacts span {
    margin-right: 15px;
  }

  .leadership__flex-contacts {
    padding: 10px 15px;
    margin-top: 10px;
    border: 1px solid #eee;
    background-color: #f1f1f1;
  }
}
/*leadership page style*/

/* Search page */
.search__inner article {
  margin-top: 15px;
}

/*Адаптация начало*/
@media (min-width: 1171px) {
  .toggle2 {
    display: none;
  }

  .menu_overflow {
    display: none;
  }
}

@media (max-width: 1171px) {
  .top {
    display: none;
  }

  .bottom {
    top: 0 !important;
  }

  .header__menu {
    display: none;
  }
}

@media (max-width: 1140px) {
  .useful-link__items a {
    padding: 5px 7px;
    padding-left: 45px;
    background-position: 10px center;
    min-height: 50px;
  }
}

@media (max-width: 992px) {
  .news__inner {
    height: 60px;
  }

  .studying-proccess__inner .nav-pills {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
  }

  h1 {
    font-size: 36px !important;
  }

  h2 {
    font-size: 28px !important;
  }

  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p {
    font-size: 18px;
  }

  .wp-block-quote.is-style-large cite {
    font-size: 17px;
  }

  .graduates-employment__contacts-text {
    font-size: 17px;
    line-height: 1.5;
  }

  .vacancies__item {
    font-size: 17px;
  }

  .graduates-employment__inner {
    padding: 15px;
  }

  .institute__title {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .institute__text {
    margin: 0;
    font-size: 17px;
  }

  .institute__scroll {
    margin: 0;
    margin-bottom: 15px;
  }

  .institute h1 {
    margin: 0;
    margin-bottom: 10px;
  }

  .edu__name-title {
    font-size: 18px;
  }

  .edu__code {
    font-size: 18px;
    padding: 0 15px;
  }

  .institute__list {
    font-size: 16px;
  }

  .page__inner h1 {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}


@media (max-width: 768px) {
  .advantage__text {
    padding: 10px 20px;
  }

  .advantage__items {
    padding: 6px 0;
  }

  .edu__name-title {
    font-size: 16px;
  }

  .breadcrumbs__inner {
    font-size: 12px;
  }

  .institute__title {
    font-size: 28px;
  }

  #menu-menyu-basty-bet li {
    margin-bottom: 15px !important;
  }

  .news__tags {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }

  .wp-block-quote {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 576px) {
  .useful-link__items a {
    font-size: 12px;
  }
  
  h1 {
    font-size: 26px !important;
  }
}

@media (max-width: 370px) {
	h1 {
    font-size: 20px !important;
  }
  .header__logo img {
    margin-right: 15px;
    width: 55px;
    height: 59px;
  }

  .menu_content #logo {
    padding-top: 31px;
  }

  .mobile_menu {
    margin-top: 80px;
  }

  .header__logo-title {
    font-size: 14px;
  }

  .header__logo-title span {
    font-size: 12px;
  }

  .page-section {
    margin: 10px 0 0 0;
  }

  .useful-link__items a {
    font-size: 11px;
  }

  .title {
    font-size: 16px;
  }

  .advantage__img {
    width: 40px;
  }

  .advantage__text {
    padding: 5px 10px;
    font-size: 12px;
  }

  .news__items {
    font-size: 14px;
  }

  .news__inner {
    padding: 7px 12px;
  }

  .connection {
    font-size: 14px;
  }

  .con__title {
    font-size: 16px;
  }

  .footer {
    font-size: 16px;
  }
  
  
}
/*Адаптация конец*/

.modal-dialog {
  margin: 1.75rem auto;
}

/*timetable old style start*/

.timetable-old.table th {}

.timetable-old .table td,
.table th {
  text-align: start !important;
  border: 1px solid #999;
}

.timetable-old .table thead th {
  text-align: start !important;
  vertical-align: baseline;
  border-bottom: 2px solid #dee2e6;
}

.timetable-old .table-info,
.timetable-old .table-info>td,
.timetable-old .table-info>th {
  background-color: #eee;
  border-color: #4184B9;
  color: #333;
  text-align: left;
  font-weight: 700;
}

.timetable-old .table__silver,
.timetable-old .table__silver>td,
.timetable-old .table__silver>th {
  background-color: #F2F2F2;
  border-color: #dee2e6;
  color: #000;
  text-align: left;
}

.timetable__padding {
  padding: 0 0 10px 0;
}

.timetable__padding .table {
  margin-top: 15px;
}

.timetable__telegram {
  margin-top: 30px;
}

.timetable__telegram a {
  color: #27a0dd;
}

.timetable__telegram a:hover {
  color: #27a0dd;
  opacity: .8;
}

@media (max-width: 992px) {
  .timetable__telegram {
    margin-top: 15px;
  }
}

.timetable-old__inner {
  padding: 30px 30px 60px 30px;
}

.timetable-old__file-date{
  color: rgba(0,0,0,.4);
  font-size: 10px;
}

.timetable-old__link:hover .timetable-old__file-date{
  color: #555;
}

.timetable-old__link:hover .timetable-old__file-download svg path{
  fill: #555;
}

.timetable-old__file-download svg{
  margin: 0 auto;
  width: 20px;
  height: auto;
  margin-bottom: 5px;
}

.timetable-old__none{
  background-color: #eee;
}

.timetable-old__tbody th{
  width: 300px !important;
}

/*timetable old style end*/

/* мусор*/
/*
.menu_content .footer_email {
    color: #fff;
}
.menu_content .psquad_logo .logo-block {
    text-align: right;
    margin-bottom: 10px;
}
.menu_content .footer_email {
    float: right;
}
.menu_underline {
    border-bottom: 1px solid #151F29;
    padding-bottom: 20px;
}
.menu_content .footer_menu {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 40px;
}
.menu_content .footer_menu a {
    margin: 0;
    color: #fff;
    line-height: 48px;
}
.menu_content .footer_menu a:hover {
    color: #f5a418;
    border-bottom: 1px solid rgba(245,164,24,0.3);
}
.menu_btn .cases_btn {
    display: inline-block;
    padding-left: 70px;
    padding-right: 70px;
    letter-spacing: 3;
}
*/


/*slider stydu adaptive

@media (max-width: 991px){
    .study__position{
        height: 520px;
        width: 270px;
    }
    .study__list {
        padding: 15px 15px;
    }

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

@media (max-width: 768px){
    .study__position{
        height: 520px;
        width: 100%;
    }
}

@media (max-width: 768px){
    .study__position{
        height: 565px;
        width: 100%;
    }
}

@media (max-width: 575px){
    .study__position{
        height: 585px;
        width: 100%;
    }
}
slider stydu adaptive*/

@media (max-width: 992px) {
  .study__position {
    height: 580px;
  }

  .container_shadow {
    padding: 15px !important;
  }

  .container_shadow .container {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .study__position {
    height: 720px;
  }
}

@media (max-width: 600px) {
  .study__position {
    height: 620px;
  }
}

@media (max-width: 500px) {
  .study__position {
    height: 570px;
  }
}

/* Курстар */
table.course-table td {
  padding: 10px;
}

table.course-table td:first-child {
  font-weight: 700;
}

.card-title {
  font-weight: 700;
}



.course-form span {
  display: block;
  font-size: 12px;
}

.course-form h5 {
  margin-top: 40px;
  margin-bottom: 15px;
}

.course-form label {
  width: 25%;
}

.course-form input {
  padding: 4px;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #333;
  width: 100%;
}

.course-form [type=submit]:not(:disabled),
.course-form button:not(:disabled) {}

.course-form [type=submit]:not(:disabled):hover,
.course-form button:not(:disabled):hover {
  color: #fff;
  outline: none;
}

.course-form [type=submit]:not(:disabled):focus,
.course-form button:not(:disabled):focus {
  outline: none;
}

.course-form .err_msg {
  bottom: -3px;
  font-size: 11px;
}

@media only screen and (max-width: 768px) {
  .course-form .err_msg {
    bottom: -16px;
  }
}

.course-form li {
  position: relative;
}

.course-form input[type=text].error,
.course-form input[type=password].error,
.course-form input[type=email].error,
.course-form select.error,
.course-form textarea.error {
  border: 1px solid rgba(204, 0, 0, 0.3) !important;
}

.course-form input[type=text]:focus,
.course-form input[type=password]:focus,
.course-form input[type=email]:focus,
.course-form select:focus,
.course-form textarea:focus {
  outline: none;
}

@media only screen and (max-width: 768px) {
  .course-form .submit {
    display: block;
  }
}


/* История page start*/

.history-university__bg {
  width: 100%;
  height: 290px;
  z-index: 3;
  overflow: hidden;
  background-color: #f5f5f5;
}


/*tabs-history*/
.history-university__tabs {
  position: relative;
  background: white;
  padding-bottom: 40px;
  border-radius: 5px;
  min-width: 240px;
  display: flex;
  margin-top: 40px;
}

.history-university__tabs input[name="tab-control"] {
  display: none;
}

.history-university__tabs .history-university__content section h2,
.history-university__tabs ul li label {

  font-weight: bold;
  font-size: 18px;
  color: #428bff;
}

.history-university__tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  flex-wrap: wrap;
  width: 14%;
}

.history-university__tabs ul li {
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 30px;
}

.history-university__tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
}

.history-university__tabs ul li label br {
  display: none;
}

.history-university__tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}

.history-university__tabs ul li label:hover,
.history-university__tabs ul li label:focus,
.history-university__tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}

.history-university__tabs ul li label:hover svg,
.history-university__tabs ul li label:focus svg,
.history-university__tabs ul li label:active svg {
  fill: #bec5cf;
}

.history-university__tabs .slider {
  position: relative;
  width: 25%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.history-university__tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #428bff;
  border-radius: 1px;
}

.history-university__tabs .history-university__content {
  width: 86%;
}

.history-university__tabs .history-university__content section {
  display: none;
  animation-name: content;
  animation-direction: normal;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  line-height: 2;
}

.history-university__tabs .history-university__content section h2 {
  color: #428bff;
  display: none;
}

.history-university__tabs .history-university__content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #428bff;
  margin-top: 5px;
  left: 1px;
}

.history-university__tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
  cursor: default;
  color: #428bff;
  transform: scale(1.06);
}

.history-university__tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
  fill: #428bff;
}

@media (max-width: 600px) {
  .history-university__tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    background: rgba(0, 0, 0, 0.08);
  }
}

.history-university__tabs input[name="tab-control"]:nth-of-type(1):checked~.slider {
  transform: translateX(0%);
}

.history-university__tabs input[name="tab-control"]:nth-of-type(1):checked~.history-university__content>section:nth-child(1) {
  display: block;
}

.history-university__tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
  cursor: default;
  color: #428bff;
  transform: scale(1.06);
}

.history-university__tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
  fill: #428bff;
}

@media (max-width: 600px) {
  .history-university__tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    background: rgba(0, 0, 0, 0.08);
  }
}

.history-university__tabs input[name="tab-control"]:nth-of-type(2):checked~.slider {
  transform: translateX(100%);
}

.history-university__tabs input[name="tab-control"]:nth-of-type(2):checked~.history-university__content>section:nth-child(2) {
  display: block;
}

.history-university__tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
  cursor: default;
  color: #428bff;
  transform: scale(1.06);
}

.history-university__tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
  fill: #428bff;
}

@media (max-width: 600px) {
  .history-university__tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
    background: rgba(0, 0, 0, 0.08);
  }
}

.history-university__tabs input[name="tab-control"]:nth-of-type(3):checked~.slider {
  transform: translateX(200%);
}

.history-university__tabs input[name="tab-control"]:nth-of-type(3):checked~.history-university__content>section:nth-child(3) {
  display: block;
}

.history-university__tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
  cursor: default;
  color: #428bff;
  transform: scale(1.06);
}

.history-university__tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label svg {
  fill: #428bff;
}

@media (max-width: 600px) {
  .history-university__tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
    background: rgba(0, 0, 0, 0.08);
  }
}

.history-university__tabs input[name="tab-control"]:nth-of-type(4):checked~.slider {
  transform: translateX(300%);
}

.history-university__tabs input[name="tab-control"]:nth-of-type(4):checked~.history-university__content>section:nth-child(4) {
  display: block;
}


.history-university__tabs input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label {
  cursor: default;
  color: #528bff;
  transform: scale(1.06);
}

.history-university__tabs input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label svg {
  fill: #528bff;
}

@media (max-width: 600px) {
  .history-university__tabs input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label {
    background: rgba(0, 0, 0, 0.08);
  }
}

.history-university__tabs input[name="tab-control"]:nth-of-type(5):checked~.slider {
  transform: translateX(300%);
}

.history-university__tabs input[name="tab-control"]:nth-of-type(5):checked~.history-university__content>section:nth-child(5) {
  display: block;
}


.history-university__tabs input[name="tab-control"]:nth-of-type(6):checked~ul>li:nth-child(6)>label {
  cursor: default;
  color: #628bff;
  transform: scale(1.06);
}

.history-university__tabs input[name="tab-control"]:nth-of-type(6):checked~ul>li:nth-child(6)>label svg {
  fill: #628bff;
}

@media (max-width: 600px) {
  .history-university__tabs input[name="tab-control"]:nth-of-type(6):checked~ul>li:nth-child(6)>label {
    background: rgba(0, 0, 0, 0.08);
  }
}

.history-university__tabs input[name="tab-control"]:nth-of-type(6):checked~.slider {
  transform: translateX(300%);
}

.history-university__tabs input[name="tab-control"]:nth-of-type(6):checked~.history-university__content>section:nth-child(6) {
  display: block;
}

@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@media (max-width: 1000px) {
  .history-university__tabs ul li label {
    white-space: initial;
  }

  .history-university__tabs ul li label br {
    display: initial;
  }

  .history-university__tabs ul li label svg {
    height: 1.5em;
  }
}

@media (max-width: 600px) {
  .history-university__tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }

  .history-university__tabs ul li label span {
    display: none;
  }

  .history-university__tabs .slider {
    display: none;
  }

  .history-university__tabs .history-university__content {
    margin-top: 20px;
  }

  .history-university__tabs .history-university__content section h2 {
    display: block;
  }
}

.history-university__bg .breadcrumbs__inner .current-item {
  color: #fff;
}

.history-university__bg .breadcrumbs__inner span {
  color: #fff;
}

.table-inner__all tbody {
  border: 1px solid #999;
}

.table-inner__all tr,
.table-inner__all td {
  border: 1px solid #999;
}

.table-inner__all td {
  padding: 10px;
}
/* история */

/* Digital University */
.digital-university__info {
  padding: 3em 2em 2em;
  border: 1px solid #d3d3d3;
  background-color: #f1f1f129;
  color: #313131;
  border-radius: .3em;
  margin: 3em 0;
  font-weight: 300;
}

.digital-card-title {
  font-weight: 500;
  font-size: 18px;
}

.digital-card {
  margin: 15px 0 15px 0;
  padding: 15px 5px 5px;
  text-align: center;
  height: 230px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f1f1f129;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .75rem;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  transition: .4s all;
  cursor: pointer;
}

.digital-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-radius: .75rem;
  left: 0;
  bottom: 0;
  box-shadow: inset 0 -3px 0 0 #3c9bf2;
  opacity: 0;
  transition: opacity .4s;
}

.digital-card:hover {
  border: 1px solid #3c9bf2;
  background-color: #fff;
  color: #3c9bf2;
}

.digital-card:hover::before {
  opacity: 1;
}

.digital-card:hover .digital-card-img img {
  transform: scale(.85);
}


.digital-card-img {
  height: 100px;
  margin: auto;
}

.digital-card-img img {
  height: 100%;
  object-fit: contain;
  vertical-align: middle;
  transform: scale(1);
  transition: .3s ease;
}

/* .digital-card-withoutimg-title {
    color: #3c9bf2;
    font-size: 30px;
    font-family: Arial;
    line-height: 1.55;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.6;
    transition: .3s ease all;
} */

/* .col.mb-4:nth-child(2n) > .digital-card {
    background-color: #3c9bf2;
    color: #fff;
}


.col.mb-4:nth-child(even):hover > .digital-card {
    background-color: #f1f1f129;
    color: #3c9bf2;
    border: 1px solid #3c9bf2;
    box-shadow: inset 0 -5px 0 0 #3c9bf2;
}

.col.mb-4:nth-child(even):hover > .digital-card::before {
    box-shadow: inset 0 -3px 0 0 #3c9bf2;
} */


.digital-university__header {
  height: 30vh;
  /*background-image: linear-gradient(to right bottom, #2196f36b, #2196F3), url("../images/digital-un/header-bg.jpg");
  background-image: url("../images/bb.jpg");
  background-size: cover;
  background-repeat: no-repeat;*/
  /* background-position: top; */
  position: relative;
  background-color: #f5f5f5;
  
}

.digital-university__header__text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.digital-university__bg {
  padding-top: 40px;
}

.digital-university__header__primary {
	font-size: 40px !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*color: #00a8ec;*/
  /* margin-bottom: 6rem; */
  /*animation: updown-anim-fade 1.75s linear -.1s infinite alternate;*/
}

.digital-university__header__arrow {
	color: #00a8ec;
	
	opacity: .3;
	animation: updown-anim-fade 1.75s linear -.1s infinite alternate;
  /*font-size: 2em;*/
  /* line-height: 3.5em; */
  /* font-weight: 900; */
  /*color: #fff;*/
  /* transform: rotate(90deg) translateX(0px); */
  /* text-align: end; */
  /* padding-right: 3em; */
  /* animation: arrow-anim-fade 1.75s linear -.1s infinite alternate; */
}

.digital-university__header-img{
	width: 20px;
    margin-top: 10px;
}

.digital-university__header-img-width-none{
    margin-top: 10px;
}


.digital-university__header-img svg{
	width: 20px;
	height: 20px;
    margin-top: 10px;
}

.digital-university__header__arrow svg{
	fill: #fff;
}

@keyframes arrow-anim-fade {
  from {
    transform: rotate(90deg) translateX(0);
    opacity: .3;
  }

  to {
    transform: rotate(90deg) translateX(.8em);
    opacity: 1;
  }
}

@keyframes updown-anim-fade {
  from {
    transform: translateY(0);
    opacity: .3;
  }

  to {
    transform: translateY(.8em);
    opacity: 1;
  }
}

/*page-breadcrumb*/

.page-breadcrumb {
  width: 100%;
  padding: 100px 0;
  background-size: cover;
  z-index: 3;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position-y: center;
}

.courses-bg {
  position: relative;
  background-size: 100%;
  background-position: 0 -100px;
  /*background-image: url(../images/yellow-two.jpg);*/
  background-color: #f5f5f5;
}

.courses-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-breadcrumb__content {
  width: 100%;
  height: 100%;
}


.page-breadcrumb__desc {
  color: #555;
}

.courses__title {
  padding: 0px 0 20px;
  font-weight: 300;
}

.courses__title-all {
  font-weight: 300;
  font-size: 16px;
  padding: 0px 0 20px;
}

.courses {
  margin: 30px 0;
}

.courses-all {
  margin: 30px 0;
}

.courses-card__inner {
  padding: 20px;
  text-decoration: none;
}

.courses-bg__arrow {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
}

.courses__title-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course-info__back {
  display: flex;
  align-items: center;
  color: #FFF;
}

.course-info__back:hover {
  color: #FFF;
}

.course-info__back svg {
  margin-right: 7px;
}



@keyframes arrow-anim-fade {
  from {
    transform: rotate(0deg) translateX(0);
    opacity: .3;
  }

  to {
    transform: rotate(0deg) translateY(.9em);
    opacity: 1;
  }
}

@media screen and (min-device-width: 100px) and (max-device-width: 575px) {
  .courses-bg {
    background-position: 100% 100%;
  }

  .span-title {
    width: 100% !important;
  }

  .courses__title-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .course-table td {
    display: block !important;
  }

  .course-table td+td {
    padding-left: 0px !important;
  }

  .courses-card:hover {
    transform: scale(1) !important;
  }

  .page-breadcrumb {
    padding: 30px 0px !important;
  }

  .courses-bg__arrow {
    display: none;
  }

  .page-breadcrumb__content .main-title {
    font-size: 24px;
  }

  .page-breadcrumb__content .span-title {
    font-size: 16px;
    font-weight: 400;
  }

  .courses-card {
    min-width: 0px !important;
    margin: 0px !important;
  }

  .medium-title {
    font-size: 16px !important;
  }

  .courses__title {
    padding: 0px 0 15px !important;
  }

  .courses__title-top .courses__title {
    padding: 0px 0 5px !important;
  }

  .courses-card .online {
    font-size: 12px !important;
  }

  .courses-card__title {
    font-size: 16px !important;
  }

  .courses-card__time {
    font-size: 14px !important;
  }

  .others-title {
    margin-top: 30px !important;
  }

  .course-info__title {
    font-size: 24px !important;
    font-weight: 500 !important;
  }

  .course-info .d-inner {
    padding: 20px 0px !important;
  }

  .course-info__inner .title-indent {
    margin-bottom: 15px !important;
  }

  .course-info__desc {}

  .course-info__inner .d-indent {
    margin-bottom: 15px !important;
  }

  .course-info__link {}

  .course-info__link img {
    display: none !important;
  }

  .course-info__link-btn {
    width: 100% !important;
    margin-top: 20px !important;
  }

  .course-table {
    letter-spacing: 0px !important;
    margin: 20px 0 0 !important;
  }

  .course-table__text {
    margin-bottom: 10px !important;
  }

  .course-table__text:last-child {
    margin-bottom: 0px;
  }

  .course-info__subscribe {
    margin-bottom: 0px !important;
  }

  .course-info__subscribe .d-inner {
    padding: 0 !important;
  }

  .course-info__subscribe-content ul {
    display: flex;
    flex-direction: column;
  }

  .course-info__subscribe-content li+li {
    margin-left: 0px !important;
    margin-top: 15px;
  }

  .course-info__subscribe-title {
    font-size: 24px !important;
  }

  .course-info__subscribe .title-indent {
    margin-bottom: 15px;
  }
}

@media screen and (min-device-width: 575px) and (max-device-width: 850px) {
  .courses__title-top .courses__title {
    padding: 0px 0 5px !important;
  }

  .courses__title-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .course-table td {
    display: block !important;
  }

  .course-table td+td {
    padding-left: 0px !important;
  }

  .page-breadcrumb {
    padding: 50px 0 !important;
  }

  .courses-bg__arrow {
    display: none !important;
  }

  .page-breadcrumb__content .main-title {
    font-size: 24px;
  }

  .page-breadcrumb__content .span-title {
    font-size: 16px;
    font-weight: 400;
  }
}

@media screen and (min-device-width: 851px) and (max-device-width: 1024px) {
  .courses__title-top .courses__title {
    padding: 0px 0 5px !important;
  }

  .courses__title-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .d-inner {
    padding: 30px 0 !important;
  }

  .page-breadcrumb {
    padding: 100px 0 !important;
  }

  .page-breadcrumb__content .main-title {
    font-size: 24px;
  }

  .page-breadcrumb__content .span-title {
    font-size: 16px;
    font-weight: 400;
  }
}

@media screen and (min-device-width: 575px) and (max-device-width: 992px) {

  .course-info__subscribe-content ul {
    display: flex;
    flex-direction: column;
  }

  .course-info__subscribe-content li+li {
    margin-left: 0px !important;
    margin-top: 15px;
  }

  .course-info__subscribe-content input {
    width: 400px !important;
  }

  .course-info {
    padding: 30px 0 !important;
  }

  .course-table {
    letter-spacing: 0px !important;
    margin: 20px 0 0 !important;
  }

  .course-info__subscribe-content .course-info__subscribe-btn {
    width: 400px !important;
  }

  .course-info__link img {
    display: none !important;
    margin-top: 20px !important;
    width: 100% !important;
  }

  .course-info__link-btn {
    padding: 20px 0;
  }

  .course-info__link {
    margin-top: 20px !important;
    align-items: flex-start !important;
  }

  .course-info__subscribe-inner {
    padding: 0px !important;
  }
}

@media screen and (min-device-width: 1025px) and (max-device-width: 1200px) {
  .page-breadcrumb {
    padding: 100px 0 !important;
  }
}
/*page-breadcrumb*/

/*defult style start*/

/* colors */

.color-blue {
  color: #00a8ec !important;
}

.color-white {
  color: #fff !important;
}

.color-gray {
  color: #ccc !important;
}

.color-gray {
  color: #686f7a !important;
}

.color-white {
  color: #fff !important;
}

/* colors */

/* bg-colors */

.bg-orange {
  background-color: #ff6b00 !important;
}

.bg-green {
  background-color: #9ece60 !important;
}

.bg-blue {
  background-color: #2780e3 !important;
}

/* bg-colors */

.main-title {
  font-size: 30px;
  font-weight: 700;
}

.medium-title {
  font-size: 24px;
}

.medium-title-block {
  font-size: 16px;
}

.span-title {
  font-size: 18px;
  font-weight: 400;
  width: 50%;
}


.title-indent {
  margin-bottom: 30px;
}

.d-indent {
  margin-bottom: 20px;
}





.b-none {
  border: none !important;
}

/*defult style start*/

/* slider style*/
.courses a {
  text-decoration: none;
}

.courses-card {
  display: block;
  background-color: #fcfcfc;
  color: #333;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  transition: 1.3s;
  overflow: hidden;
}

.courses-card:hover {
  transform: scale(1.080);
}

.courses-card__title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 7px;
}

.courses-card__img {
  width: 100%;
  height: 100%;
  display: block;
}

.courses-card {
  position: relative;
}

.courses-card__format {
  position: absolute;
  top: 15px;
  right: 10px;
  background-color: #777;
  color: #f9f9f9;
  letter-spacing: 0.4px;
  font-weight: 500;
  padding: 7px;
  border-radius: 15px;
  font-size: 18px;
}

.courses-card .online {
  background-color: #2bc48a;
  color: #fff;
}

.course-info__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.course-info__link img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.course-info__link a {
  text-decoration: none;
}

.course-info__link a {
  text-decoration: none;
}

.course-info__link-btn {
  padding: 15px 0;
  background-color: #00345f;
  width: 100%;
  text-align: center;
}

.course-table td:first-child {
  width: 150px;
}

.has-fixed-layout td:first-child {
  width: 270px;
  padding-left: 15px;
}

.wp-block-embed__wrapper iframe {
  width: 100%;
}


/*course-info style*/
.d-inner {
  padding: 50px 0;
}

.course-info {
  background-color: #1F70C1;
  width: 100%;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.7px;
}

.course-info__title {
  font-size: 30px;
  font-weight: 500;
}

.course-info__subscribe {
  margin-bottom: 30px;
  transition: 3s;
}

.course-info__subscribe-title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #1F70C1;
}

.course-info__subscribe-content input {
  width: 100%;
  height: 60px;
  border: none;
  background-color: #fff;
  outline: none;
  padding: 0 10px;
  border: 1px solid #999;
  border-radius: 10px;
}

.course-info__subscribe-content input:hover {
  background-color: #f5f5f5;
}

.course-info__subscribe-content input::placeholder {
  margin-left: 10px;
}

.course-info__subscribe-content ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.course-info__subscribe-content li+li {
  margin-left: 20px;
}

.course-info__subscribe-content li {
  width: 100%;
}

.course-info__subscribe-content li.student_li {
  position: absolute;
  top: 85px;
  margin-left: 0;
}

.course-info__subscribe-content li.student_li input {
  height: auto;
  width: auto;
  margin-right: 5px;
}

.course-info__subscribe-content li.student_li label {
  font-size: 14px;
  position: relative;
  top: -1px;
}

.course-info__subscribe-content li:last-child {
  margin-bottom: 20px;
}

.course-info__subscribe-content .course-info__subscribe-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  background-color: #2bc48a;
  height: 60px;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  border: none;
}

.course-info__subscribe-content .course-info__subscribe-btn:hover {
  color: #333;
  background-color: #2D9D8D;
}

.course-info__subscribe-inner a {
  text-decoration: none;
}

.course-table {
  margin: 50px 0;
  line-height: 1.9;
}

.course-table__row {
  padding-bottom: 40px;
}

.course-table__title {
  font-weight: 600;
  width: 200px;
}

.course-table__text {
  margin-bottom: 20px;
}

.course-table__programs-title {
  font-weight: 500;
}

.courses-breadcrumb {
  width: 100%;
  padding: 30px 0;
  background-size: cover;
  z-index: 3;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position-y: center;
}

.courses-bg-all {
  position: relative;
  background-size: 100%;
  background-position: 0 -100px;
  background: linear-gradient(236.12deg, #1c3deb 0, #08a680 100%);
}

.courses-bg-all .courses__title {
  color: #f9f9f9;
  letter-spacing: 0.5px;
  line-height: 1.4;
  padding: 0px 0 0px !important;
}

.courses-all .pagination {
  margin-top: 15px;
}

.courses-all .pagination a {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #000;
}

.courses-all .pagination span {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #4184B9;
  z-index: 3;
  color: #fff;
}

.list-global-column {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.items-global-column+.items-global-column {
  margin-top: 10px;
}


.mailing {
  background-color: #f5f5f5;
  color: #333;
}

.mailing__inner {
  padding: 90px 0;
}

.mailing__logo {
  display: flex;
  align-items: center;
}

.mailing__logo img {
  display: block;
  width: 150px;
  margin-right: 20px;
}

.mailing__logo-title {
  font-size: 30px;
  font-weight: 700;
}

.mailing__logo-title strong {
  display: block;
  margin-top: 7px;
  font-size: 18px;
  font-weight: 300;
}

.mailing__desc {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.mailing__send {
  display: flex;
  flex-direction: column;
}

.mailing__send-input input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  outline: none;
  border: none;
  border: solid 1px #f2f2f2;
  color: #333;
  background-color: #e9e9e9;
}

.mailing__send-input input:focus {
  color: #333;
  background-color: #fff;
}

.mailing__send-checkbox {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.mailing__send-checkbox input {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.mailing__send-checkbox input[type="checkbox"] {
  background: #999;
  border: #7f83a2 1px solid;
}

.mailing__send a {
  text-decoration: none;
}

.mailing__btn {
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  background-color: #00345f;
}

.mailing__btn:hover {
  color: #fff;
  background-color: #074272;
}

code {
  color: #745eb1;
  background: #fff;
  padding: 0.1rem 0.2rem;
  border-radius: 0.2rem;
}

.text-uppercase {
  letter-spacing: 0.08em;
}

.megamenu {
  position: static;
}

.megamenu a {
  line-height: 1.5;
}

.megamenu+.megamenu {
  margin-left: 15px;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  display: block;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
}

.navbar-light .navbar-nav .nav-link {
  color: #333 !important;
}

.list-unstyled .nav-link {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.list-unstyled {
  line-height: 34px;
}

.shadow-lg {
  box-shadow: 0 3rem 3rem rgba(0, 0, 0, .175) !important;
}

.header {
  z-index: 999999;
  background-color: #fff;
}

.pt-556 {
  padding-bottom: 7.7rem !important;
}

.pt-4-5,
.py-4-5 {
  padding-top: 2rem !important;
}

.collapse-size {
  height: 90px;
  font-size: 18px;
}

.navbar {

  padding: .0rem 0rem;
}

.megamenu:hover .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}

.dropdown-menu-b {
  line-height: 25px;
  padding-top: 4px !important;
}

.dropdown-menu-b-one li,
.dropdown-menu-b-two li,
.dropdown-menu-b-three li,
.dropdown-menu-b-four li {
  color: #333 !important;
}

.b-menu-items .nav-link {
  padding: 15px 0rem;
  line-height: 20px;
  /*min-height: 50px;*/
}

.top-header {
  font-size: 14px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.center-header {
  background-color: #fff;
}


.top-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*border-bottom: 1px solid #eee;*/
  padding: 5px 0;
}

.i-header {
  display: flex;

}

.i-header-items+.i-header-items {
  margin-left: 15px;
}

.n-header {
  display: flex;
  align-items: center;
}

.n-header-items+.n-header-items {
  margin-left: 15px;
}

.n-header-lang-list {
  display: flex;
  font-size: 12px;
}

.n-header-lang-list li a {
  padding: 2px 7px;
  border-radius: 10px;
  border: solid 1px #333;
  line-height: 1;
  margin-left: 10px;
}

.main-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.main-header-logo {
  display: flex;
  align-items: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.main-header-logo img {
  display: block;
  width: 65px;
  height: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.main-header img {
  display: block;
  height: 60px;
}

header .fixed-top {
  box-shadow: 0 1px 6px rgb(0 0 0 / 28%) !important;
}

.fixed-top-collapse .main-header-logo img {
  width: 35px;
}

.fixed-top-collapse .main-header-logo__title {
  font-size: 15px;
  line-height: 0.8;
}

.fixed-top-collapse .main-header-logo__title strong {
  font-size: 11px;
}

.fixed-top-collapse .megamenu1.collapse-size {
  padding-top: 9px !important;
  height: 50px;
  font-size: 15px;
}

.fixed-top-collapse .collapse-size {
  height: 50px;
  font-size: 15px;
}

.fixed-top-collapse .top-header {
  font-size: 12px;
}

.fixed-top-collapse .top-header-inner {
  padding: 2px 0;
}

.fixed-top-collapse .n-header-lang-list li a {
  padding: 0px 4px;
}

.fixed-top-collapse .n-header-lang-list {
  font-size: 10px;
}

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

  header.header {
    padding-bottom: 65px!important;
  }

  header.header>section {
    /*position: unset;*/
  }

  .fixed-top .main-header-logo {
    padding: 5px 0;
  }
  .fixed-top .main-header-logo img {
    width: 35px;
  }

  .fixed-top .main-header-logo__title {
    font-size: 15px;
    line-height: 0.8;
  }

  .fixed-top .main-header-logo__title strong {
    font-size: 11px;
  }

  .fixed-top .megamenu1.collapse-size {
    padding-top: 9px !important;
    height: 50px;
    font-size: 15px;
  }

  .fixed-top .collapse-size {
    height: 50px;
    font-size: 15px;
  }

  .fixed-top .top-header {
    font-size: 12px;
  }

  .fixed-top .top-header-inner {
    padding: 5px 0;
  }

  .fixed-top .n-header-lang-list li a {
    padding: 0px 4px;
  }

  .fixed-top .n-header-lang-list {
    font-size: 10px;
  }
}



.main-header-logo__title {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.2px;
  margin-left: 15px;
  line-height: 1;
}

.main-header-logo__title strong {
  font-weight: 400;
  font-size: 16px;
  margin-top: 5px;
  color: #555;
}

.menu-list {
  display: flex;
  font-size: 20px;
  letter-spacing: 1px;
}

.menu-items+.menu-items {
  margin-left: 15px;
}

.bottom-header {
  background-color: #00a8ec;
  width: 100%;
  color: #fff;
  padding: 0;
}

.b-menu-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: 17px;
}
/*
.b-menu-items+.b-menu-items {
  margin-left: 20px;
}
*/


.header {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.header-nav {
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.header-link__list {
  display: flex;
  flex-direction: row;
}

.header-link__items+.header-link__items {
  margin-left: 20px;
}

.header-link__items {
  font-size: 16px;
}

.header-settings__list {
  display: flex;
  flex-direction: row;
}

.header-settings__items+.header-settings__items {
  margin-left: 15px;
}

.header-settings__items-icon {
  font-size: 14px;
  color: #333;
}

.main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  height: 90px;
  margin: 15px 0;
}

.main__logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.main__title {
  margin-left: 15px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.main__title-span {
  display: block;
  font-size: 14px;
  color: #777;
}

.main__img {
  display: block;
  height: 100%;
}

.menu__list {
  display: flex;
  flex-direction: row;
}

.menu__items+.menu__items {
  margin-left: 20px;
}

.menu__items {
  font-size: 16px;
}

.social-media {
  z-index: 999;
  position: fixed;
    right: 40px;
    bottom: 85px;
  padding: 10px 10px 20px;
}

@media only screen and (max-width: 1200px) {
  .social-media {
    right: 40px;
    bottom: 85px;
  }
}

.social-media__list {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.social-media__list>li {
  margin-top: 10px;
}

.social-media__list>li>a {
  width: 40px;
  height: 40px;
  padding: 7px;
  border-radius: 20%;
  background-color: #00345f;
  transition: 0.5s;
  display: inline-block;
}

.social-media__list>li>a:hover {
  transition: 0.5s;
  transform: scale(1.3);
}

.social-media__list>li>a i {
  font-size: 100%;
  color: #f9f9f9;
}

.social-media__items:hover i,
.fa-facebook-square:hover {

  color: #fff;
}

.social-media__items:hover {
  background-color: #053e6d;
}

.fa-facebook-square:hover {
  color: #555;
}


/*eco system responsive */

@media (min-width: 576px) {}


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


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

@media (min-width: 1024px) {
  
}

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

/*eco system responsive */

/*training style and responsive style*/

.training {
  background-color: #f5f5f5;
}

.training__inner {
  color: #00a8ec;
}

.training__title strong {
  display: block;
  line-height: 1.1;
  font-weight: 700;
  color: #333;
}

.training__title {
  letter-spacing: 1.2px;
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}

.training__cols {
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  height: 340px;
  width: 100%;
  transition: 0.5s;
}

.training__cols:hover {
  transition: 0.5s;
  transform: scale(1.02);
}

.training__bak {
  width: 100%;
  height: 100%;
  position: relative;
}

.training__bak-title {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  position: absolute;
  left: 0px;
  bottom: 30px;
  line-height: 1.4;
  padding: 5px 15px 5px 15px;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  /*background: linear-gradient(236.12deg, #1c3deb 0, #08a680 100%);*/
  background-color: #00a8ec;
}

.training__bak-title strong {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.undergraduate {
  background-size: cover;
  background-repeat: no-repeat;
  /*background-image: url(https://image.freepik.com/free-photo/diverse-group-teenagers-shoot_53876-75480.jpg);*/
  background-image: url(../images/undergraduate.jpg);
}

.masters-degree {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0px;
  /*background-image: url(https://image.freepik.com/free-photo/beautiful-asian-woman-posing-library_74855-1102.jpg);*/
  background-image: url(../images/masters-degree.jpg);
}

.phd-doctor {
  background-size: cover;
  background-repeat: no-repeat;
  /*background-image: url(https://image.freepik.com/free-photo/happy-cute-brunette-caucasian-grad-girl-is-smiling-blurred-class-mates-are_115086-776.jpg);*/
  background-image: url(../images/phd-doctor.jpg);
}

@media (max-width:1100px){
	.training__inner .col-size-reload {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.training__inner .col-size-reload + .col-size-reload {
		margin-top: 20px;
	}
	.training__cols{
		    height: 100%;
	}
	.undergraduate, .masters-degree, .phd-doctor{
		background-image: url();
	}
	.training__bak-title{
		position: relative;
		bottom: 0px;
	}
}

/*training style and responsive style*/

.video-gallery {
  background-color: #f5f5f5;
}

.video-gallery__items {
  width: 100%;
  height: 100%;
}

.video-gallery__items-top {
  margin-top: 20px;
}

.video-gallery__btn {
  width: 300px;

  padding: 20px 0;
  background-color: #2e6bc7;
  color: #fff;
  margin-bottom: 60px;
}

.video-gallery__items-text {
  width: 100%;
}

.video-gallery__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.video-gallery__text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.video-gallery__link {
  color: #00a8ec;
  border-bottom: 1px dashed rgba(0,168,236,0.4);
}

@media (max-width:700px){
	.video-gallery__title-head{
		flex-direction: column;
	}
	.video-gallery__items-top{
		margin-top: 0px;
	}
	.video-gallery__title-youtube{
		margin-top: 10px;
	}
}

@media (max-width:1196px){
	.video-gallery__text {
		font-size: 14px;
		margin-bottom: 1rem;
		
	}
	.video-gallery__title {
		font-size: 24px;
	}
}

@media (max-width:1056px){
	.video-gallery__text {
		font-size: 14px;
		margin-bottom: 0rem;
		
	}
	.video-gallery__title {
    font-size: 20px;
    margin-bottom: 0.3rem;
	}
}

/*old NumeralAndFacts*/

.NumeralAndFacts {
  
  /*color: #f9f9f9;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  position: relative;
  background-image: url(../images/1.JPG);*/
  
  background-color: #2780e3;
  display: flex;
    position: relative;
    min-height: 400px;
    background-color: #2780e3;
    overflow: hidden;
	color: #BFD9F7;
	font-weight: 300;
}

.NumeralAndFacts-d-none{
	font-weight: 300;
}

.NumeralAndFacts::before {
  position: absolute;
  /*content: "";*/
  background: linear-gradient(236.12deg, #1c3deb 0, #08a680 100%);
  opacity: .8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.NumeralAndFacts__top {
  z-index: 999;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.NumeralAndFacts__title {
  z-index: 999;
  font-size: 24px;
  letter-spacing: 1.5px;
  color: #e1e1e1;
}

.NumeralAndFacts__item-title{
	font-size: 18px;
}

.NumeralAndFacts__title-span {
  letter-spacing: 1.2px;
  z-index: 999;
  display: block;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #DFECFB;
}

.NumeralAndFacts__top a {
  text-decoration: none;
  font-size: 18px;
}

.NumeralAndFacts__link {
  z-index: 999;
  display: flex;
  align-items: center;
  color: #DFECFB;
}


.NumeralAndFacts__item {
  z-index: 999;
  display: flex;
  flex-direction: column;
  
  padding: 20px 20px 90px 20px;
  min-height: 280px;
  max-height: 280px;
  min-width: 200px;
  border: 3px solid #fff;
  border-radius: 30px;
  transition: 0.5s;
  user-select: none;
}
/*
.NumeralAndFacts__item:hover {
  transform: scale(1.05);
  transition: 0.5s;
}*/

.NumeralAndFacts__item-num {
  font-size: 50px;
	position: relative;
}

.NumeralAndFacts__item-num span {
  	font-size: 12px;
    	position: absolute;
    	top: 16px;
    	margin-left: 3px;
}

.NumeralAndFacts__items {
  display: flex;
}

.NumeralAndFacts__item-one {
  margin-right: 20px;
  padding: 20px;
  flex-basis: 200px;
  border: 3px solid #fff;
}

.NumeralAndFacts__item-two {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.NumeralAndFacts__item-num img {
  width: 150px;
}

.NumeralAndFacts__item-two {
  height: 100%;
  padding: 20px;
  flex-basis: 200px;
  display: flex;
  flex-direction: column;
  border: 3px solid #fff;
}

.NumeralAndFacts__items-all {
  z-index: 999;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.NumeralAndFacts__items-rows {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.NumeralAndFacts__items-2 {
  width: 400px;
}

.NumeralAndFacts__item-one {
  margin-right: 20px;
  padding: 20px;
  flex-basis: 200px;
}

.NumeralAndFacts__items-rows .item-11 {
  flex-grow: 1;
}

@media (max-width:600px){
	.NumeralAndFacts__top{
		flex-direction: column;
		margin-bottom: 30px;
	}
	
	.NumeralAndFacts-d-none{
		display: none;
	}
}





/*old NumeralAndFacts*/

.news__inner-box {
  
  line-height: 1 !important;
}

.news__block .news__title,
.news-body .news__title {
  margin-bottom: 0px;
}

.news__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0px;
  color: #333;
  font-family: 'Montserrat', sans-serif;
}

.news__title-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.news__title-all-btn {
  margin-top: 5px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1.2px;
  color: #333;
}

.news__title-desc {
  margin-top: 5px;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 1.2px;
  color: #00a8ec;
}

.news__items img {
  width: 100%;
}

.news__items .news__title {
  font-size: 16px;
  letter-spacing: 1px;
}

.news__items {
 /* padding: 20px;*/
  margin-bottom: 25px;
  border-radius: 10px;
  /*box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 123 255 / 15%);
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 123 255 / 15%);
*/
}

.news__date {
  font-size: 14px;
}

.news-head .news__date {
  font-size: 16px;
}

.news__items-inner {
  padding: 10px 20px 15px;
}

.news-head img {
  background-position-x: center;
  height: 519px;
}

.news-head {
  margin-bottom: -30px;
}

.news-head__inner {
  padding: 20px;
}

.news-head img {
  background-image: url(https://image.freepik.com/free-photo/graduates-stand-with-diplomas-lobby-university_85574-14580.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* old footer*/

.connection {
  color: #fff;
  font-size: 18px;
  width: 100%;
  background-color: #005dac;
}

.connection__inner {
  padding: 70px 0;
}

.social-link__list {
  display: flex;
}

.social-link__items+.social-link__items {
  padding-left: 30px;
}

.social-link__items {
  font-size: 20px;
  color: #fff;
}

.social-link__items:hover {
  color: #ACC4DC;
}

.con__title {
  font-size: 20px;
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
}

.con__padding {
  padding-bottom: 20px;
}

.maps {
  width: 100%;
  height: 250px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
}

.footer {
  padding: 20px 0;
  color: #fff;
  width: 100%;
  text-align: center;
  background-color: #00345f;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.footer__title {
  font-size: 18px;
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.university-link__list, .call-address__call, .call-address__address {
  font-size: 16px;
}

.university-link__list li {
  margin-bottom: 10px;
}



@media only screen and (max-width: 768px) {
  .footer__title {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  
  .con__padding {
    padding-bottom: 0!important;
  }

  .mailing__send a {
    font-size: 16px;
  }
  .connection__inner {
    padding: 20px 0;
  }
}

/* old footer*/

/*additional*/

.additional {
  background-color: #f5f5f5;
}

.additional__top {
  display: flex;
  justify-content: space-between;
}

.additional__title span {
  display: block;
  line-height: 1.1;
  font-weight: 700;
  color: #333;
}

.additional__title {
  letter-spacing: 1.2px;
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}

.additional__inner {
  padding: 60px 0;
  color: #00a8ec;
}

.additional__card {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #00a8ec;
  padding: 30px;
}

.additional__card:hover {
  text-decoration: none;
  color: #333;
  transform: scale(1.05);
  transition: 0.5s;
}

.additional__card-img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.additional__card-title {
  text-align: center;
}
/*additional*/

/*page-breadcrumb*/
.page-breadcrumb {
  width: 100%;
  padding: 100px 0;
  background-size: cover;
  z-index: 3;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position-y: center;
}

.courses-bg {
  position: relative;
  background-size: 100%;
  background-position: 0 -100px;
  /*background-image: url(../images/yellow-two.jpg);*/
}

.courses-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-breadcrumb__content {
  width: 100%;
  height: 100%;
}

.page-breadcrumb__title {
  margin-bottom: 10px;
  color: #00a8ec;
}

.page-breadcrumb__desc {
  color: #555;
}

.courses__title {
  padding: 30px 0 15px;
  font-weight: 300;
}

.courses {
  margin: 30px 0;
}

.courses-card__inner {
  padding: 20px;
  text-decoration: none;
}

.courses-bg__arrow {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
}

.courses-bg__arrowasas {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
}


@keyframes arrow-anim-fade {
  from {
    transform: rotate(0deg) translateX(0);
    opacity: .3;
  }

  to {
    transform: rotate(0deg) translateY(.9em);
    opacity: 1;
  }
}

@media screen and (min-device-width: 100px) and (max-device-width: 575px) {
  .courses-card:hover {
    transform: scale(1) !important;
  }

  .page-breadcrumb {
    padding: 30px 0px !important;
  }

  .courses-bg__arrow {
    display: none;
  }

  .page-breadcrumb__content .main-title {
    font-size: 24px;
  }

  .page-breadcrumb__content .span-title {
    font-size: 16px;
    font-weight: 400;
  }

  .courses-card {
    min-width: 0px !important;
    margin: 0px !important;
  }

  .medium-title {
    font-size: 16px !important;
  }

  .courses__title {
    padding: 0px 0 15px !important;
  }

  .courses-card .online {
    font-size: 12px !important;
  }

  .courses-card__title {
    font-size: 16px !important;
  }

  .courses-card__time {
    font-size: 14px !important;
  }

  .others-title {
    margin-top: 30px !important;
  }

  .course-info__title {
    font-size: 24px !important;
    font-weight: 500 !important;
  }

  .course-info .d-inner {
    padding: 20px 0px !important;
  }

  .course-info__inner .title-indent {
    margin-bottom: 15px !important;
  }

  .course-info__desc {}

  .course-info__inner .d-indent {
    margin-bottom: 15px !important;
  }

  .course-info__link {}

  .course-info__link img {
    display: none !important;
  }

  .course-info__link-btn {
    width: 100% !important;
    margin-top: 20px !important;
  }
  
  .course-table {
    letter-spacing: 0px !important;
    margin: 20px 0 0 !important;
  }

  .course-table__text {
    margin-bottom: 10px !important;
  }

  .course-table__text:last-child {
    margin-bottom: 0px;
  }

  .course-info__subscribe {
    margin-bottom: 0px !important;
  }

  .course-info__subscribe .d-inner {
    padding: 0 !important;
  }

  .course-info__subscribe-content ul {
    display: flex;
    flex-direction: column;
  }

  .course-info__subscribe-content li+li {
    margin-left: 0px !important;
    margin-top: 15px;
  }

  .course-info__subscribe-title {
    font-size: 24px !important;
  }

  .course-info__subscribe .title-indent {
    margin-bottom: 15px;
  }
}

@media screen and (min-device-width: 575px) and (max-device-width: 850px) {
  .page-breadcrumb {
    padding: 50px 0 !important;
  }

  .courses-bg__arrow {
    display: none !important;
  }

  .page-breadcrumb__content .main-title {
    font-size: 24px;
  }

  .page-breadcrumb__content .span-title {
    font-size: 16px;
    font-weight: 400;
  }
}

@media screen and (min-device-width: 851px) and (max-device-width: 1024px) {
  .d-inner {
    padding: 30px 0 !important;
  }

  .page-breadcrumb {
    padding: 100px 0 !important;
  }

  .page-breadcrumb__content .main-title {
    font-size: 24px;
  }

  .page-breadcrumb__content .span-title {
    font-size: 16px;
    font-weight: 400;
  }
}

@media screen and (min-device-width: 575px) and (max-device-width: 992px) {

  .course-info__subscribe-content ul {
    display: flex;
    flex-direction: column;
  }

  .course-info__subscribe-content li+li {
    margin-left: 0px !important;
    margin-top: 15px;
  }

  .course-info__subscribe-content input {
    width: 400px !important;
  }

  .course-info {
    padding: 30px 0 !important;
  }

  .course-table {
    letter-spacing: 0px !important;
    margin: 20px 0 0 !important;
  }

  .course-info__subscribe-btn {
    width: 400px !important;
  }

  .course-info__link img {
    display: none !important;
    margin-top: 20px !important;
    width: 100% !important;
  }

  .course-info__link-btn {
    padding: 20px 0;
  }

  .course-info__link {
    margin-top: 20px !important;
    align-items: flex-start !important;
  }

  .course-info__subscribe-inner {
    padding: 0px !important;
  }
}

@media screen and (min-device-width: 1025px) and (max-device-width: 1200px) {
  .page-breadcrumb {
    padding: 100px 0 !important;
  }
}

/*page-breadcrumb*/

.courses a {
  text-decoration: none;
}

.courses-card {
  display: block;
  /*min-height: 300px;*/
  background-color: #fcfcfc;
  color: #333;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  transition: 1.3s;
}

.courses-card:hover {
  transform: scale(1.080);
}

.courses-card__title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 7px;
}

.courses-card__img {
  width: 100%;
  height: auto;
  display: block;

}

.courses-card {
  position: relative;
}

.courses-card__format {
  position: absolute;
  top: 15px;
  right: 10px;
  background-color: #f9f9f9;
  color: #333;
  letter-spacing: 0.4px;
  font-weight: 300;
  padding: 7px;
  border-radius: 15px;
}

.courses-card .online {
  background-color: #2bc48a;
  color: #fff;
}

.course-info__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.course-info__link img {
  width: 250px;
  margin-bottom: 20px;
}

.course-info__link a {
  text-decoration: none;
}

.course-info__link a {
  text-decoration: none;
}

.course-info__link-btn {
  padding: 10px 0;
  background-color: #00345f;
  width: 250px;
  text-align: center;
}

.courses-breadcrumb {
  width: 100%;
  padding: 30px 0;
  background-size: cover;
  z-index: 3;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position-y: center;
}

.courses-bg-all {
  position: relative;
  background-size: 100%;
  /*background-position: 0 -100px;
  background: linear-gradient(236.12deg, #1c3deb 0, #08a680 100%);*/
}

.courses-card {
  margin-bottom: 20px;
}

.courses-bg-all .courses__title {
  color: #f9f9f9;
  letter-spacing: 0.5px;
  line-height: 1.4;
  padding: 0px 0 0px !important;
}
/*course-info style*/

.d-inner {
  padding: 50px 0;
}

.course-info {
  background-color: #1F70C1;
  width: 100%;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.7px;
}

.course-info__title {
  font-size: 30px;
  font-weight: 500;
}

.course-info__subscribe {
  margin-bottom: 30px;
  transition: 3s;
}

.course-info__subscribe-title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #1F70C1;
}

.course-info__subscribe-content input {
  width: 100%;
  height: 60px;
  border: none;
  background-color: #fff;
  outline: none;
  padding: 0 10px;
  border: 1px solid #999;
  border-radius: 10px;
}

.course-info__subscribe-content input:hover {
  background-color: #f5f5f5;
}

.course-info__subscribe-content input::placeholder {
  margin-left: 10px;
}

.course-info__subscribe-content ul {
  display: flex;
  justify-content: space-between;
}

.course-info__subscribe-content li+li {
  margin-left: 20px;
}

.course-info__subscribe-content li {
  width: 100%;
}

.course-info__subscribe-content li:last-child {
  margin-bottom: 20px;
}

.course-info__subscribe-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  background-color: #2bc48a;
  height: 60px;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
}

.course-info__subscribe-btn:hover {
  color: #333;
  background-color: #2D9D8D;
}

.course-info__subscribe-inner a {
  text-decoration: none;
}

.course-table {
  margin: 50px 0;
  letter-spacing: 1.1px;
  line-height: 1.9;
}

.course-table__row {
  padding-bottom: 40px;
}

.course-table__title {
  font-weight: 600;
  width: 200px;
}

.course-table__text {
  margin-bottom: 20px;
}

.course-table__programs-title {
  font-weight: 500;
}

/* partners slider*/
.partners img {
  display: block;
  width: 100%;
}

.partners__items-hover{
  filter: grayscale(0.9);
}

.partners__items-hover:hover{
  filter: grayscale(0);
}

/* partners slider*/

.sub-menu {
  left: -120px;
}

@media (min-width: 992px) {
  .center-header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
}

/*media files*/
.title {
  color: #313131;
  font-size: 30px;
  font-weight: 700;
}


.breadcrumbs p, .breadcrumbs__inner {
  margin: 0;
}

.breadcrumbs__inner {
  font-size: 14px;
}

.breadcrumbs__inner i {
  margin: 0px 7px;
  font-size: 12px;
}

.history-university__border {
  background-color: #fff;
  width: 120px;
  height: 4px;
}

.history-university__title {
  color: #fff;
  width: 100%;
  margin-top: 70px;
  font-family: 'PT Root UI Regular', sans-serif
  font-weight: 700;
  font-size: 50px;
}



.history-university__info {
  margin-top: 70px;
}

.history-university__slider-title {
  font-weight: 700;
}

.history-university__slider {
  padding: 50px 0px;
}

.history-university__slider-title {
  font-weight: 700;
}

.h-years-title {
  font-size: 34px;
  font-weight: 700;
}

.h-years-content {
  display: flex;
}

.h-text {
  color: #555;
  margin: 0 20px;
  font-size: 14px;
}

.h-years-content img {
  display: block;
  width: 150px;
  height: 50%;
}

.h-university__slider-inner {
  display: flex;
  justify-content: space-between;
  padding: 50px 40px 50px;
}

.h-university__slider {
  position: relative;
}

.courses-bg__arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 25px;
  z-index: 99999;
  transform: translate(-50%);
  /*transform: rotate(-90deg);*/
}

.notif-pages-titile {
    font-size: 30px !important;
    padding: 15px 0;
    font-weight: 700;
}


.courses-bg__arrow img {
  width: 30px;
  opacity: .0;
  animation: arrow-anim-fade 1.75s linear -.1s infinite alternate;
}

@keyframes arrow-anim-fade {
  from {
    transform: rotate(0deg) translateX(0);
    opacity: .3;
  }

  to {
    transform: rotate(0deg) translateY(.9em);
    opacity: 1;
  }
}

/* История page start*/


.history-university__title {
  color: #fff;
  width: 100%;
  margin-top: 70px;
  font-family: 'PT Root UI Regular', sans-serif
  font-weight: 700;
  font-size: 50px;
}

.history-university__info {
  margin-top: 70px;
}

.history-university__text {
  width: 55%;
  color: #CECECF;
  font-size: 20px;
  line-height: 1.8;
  display: block;
}



.h-years-title {
  font-size: 34px;
  font-weight: 700;
}

.h-years-content {
  display: flex;
}

.h-text {
  color: #555;
  margin: 0 20px;
  font-size: 14px;
}

@media (max-width:992px) {
  .h-university__slider-inner {
    padding: 30px 40px 20px;
  }

  .h-years-content {
    flex-direction: column;
  }

  .h-text {
    margin: 15px 0;
  }

  .h-years-content img {
    width: 100%;
  }

  

  .courses-bg__arrow img {
    width: 20px;
  }
}

@media (max-width:768px) {
  .h-text {
    font-size: 12px;
  }
}

@media (max-width:576px) {

  .courses-bg__arrow {
    width: 5px;
    height: 5px;
    top: 13px;
    right: 30px;
  }

  .courses-bg__arrow img {
    width: 15px;
  }

  .h-university-container .swiper-pagination {
    height: 20px;
    width: 100%;
  }

  .h-text {
    margin: 0px;
  }

  .h-years-content img {
    display: none;
  }

  .h-years-title {
    font-size: 30px;
  }

  .h-university__slider-inner {
    padding: 20px 20px 20px;
  }

  .h-text {
    font-size: 12px;
  }
}

.content-list__item {
  display: flex;
  flex-direction: column;
}

.content-list__item .post-info__meta-item {
  font-size: 14px;
  color: #82a3b1;
  display: flex;
  justify-content: space-between;
}

.content-list__item .post-info__title {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.notif__items {
  position: relative;
  background: #f4f4f4;
  border-radius: 4px;
  padding: 30px 25px 20px;
  max-height: 534px;
  overflow: auto;
}

@media only screen and (max-width: 992px) {
  .notif__items {
    margin-top: 0!important;
  }
  .news__block {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

.notif__items::-webkit-scrollbar {
  width: 3px;
  background-color: #eee;
}

.notif__items::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

.notif__items::-webkit-scrollbar-track {
  height: 50%;
}

.notif__items::-webkit-scrollbar-thumb {
  border-radius: 20px;
}

.video-gallery__title-head {
  
}

.video-gallery__title-text {
  font-size: 32px;
  font-weight: 700;
  color: #333;
    letter-spacing: 1.5px;
}

.video-gallery__title-text-span{
	
	
	color: #00a8ec;
	
	letter-spacing: 1.5px;
    display: block;
    font-size: 20px;
	font-weight: 300;
    
}



.video-gallery__title-youtube {
    font-size: 16px;
    color: #999;
    
    display: inline;
    width: max-content;
    height: min-content;
    line-height: 1.1;
}

.video-gallery__title-youtube:hover {
    color: #00a8ec!important;
}

.post-info__meta {
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
}

.post-info__meta-counter:before {
    height: 10px;
    width: 14px;
    opacity: 0.2;
    margin-right: 4px;
}


@media (max-width: 575px){
    .news__inner {
    	font-size: 16px;
}

	.news__tags{
    	font-size: 14px;
}

.content-list__item .post-info__title {
    font-size: 16px;
}

.press__title {
    font-size: 16px;
}

.digital-card {
	height: 150px;
}

.digital-card-title {
    width: auto !important;
}

.digital-card-img {
    height: 50px;
}

.digital-card-title {
    font-size: 14px;
}
}


/*
.announcements-last-child{
  position: relative;
}

.swiper-slide:last-child::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: linear-gradient(to right, transparent 93%, black 250%) !important;
}
*/

.mourning-day{
/*-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%); 
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
_filter:none;
z-index: 99999999;*/
}






















