/* snow */
.snowContainer { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 20; -webkit-pointer-events: none; pointer-events: none;}
.snow {-webkit-pointer-events: none; pointer-events: none; width: 100%;  height: 100%; background-image:  url("https://gstou.ru/images/snow/2.png"), url("https://gstou.ru/images/snow/3.png"); -webkit-animation: snow 20s linear infinite;-moz-animation: snow 20s linear infinite;-ms-animation: snow 20s linear infinite;animation: snow 20s linear infinite;}
@keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-moz-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-webkit-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-ms-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}





/*snow end*/
.em_card__item img{
  border-radius: 15px;
  width: 100%;
}
.em_card_text span{
  font-size: 18px;
  color: #212d3a;
  font-weight: bold;
}
.em_card_text{
  text-align: center;
  font-size: 15px;
}
#materails_text .em_card_dis__item img{
  width: 100%;
  height: 130px;
}
#materails_text .em_card__item.em_card_dis__item{
  height: 157px;
}
#materails_text .em_card__item.em_card_dis__item span{
  font-size: 14px;
}
.dis-text{
}
#materails_text .dis-text p{
  text-align: left;
  margin-top: 5px;
  text-indent: 0px;
}
#materails_text #content-tab7 p{
  text-align: center;
  font-size: 14px;
  text-indent: 0;
}
#materails_text #content-tab7 td{
  padding: 5px;
}
/*///////////////////////cafedra_tabs/////////////////////////////////*/

.cafedra_tabs {
  min-width: 320px;
  max-width: 100%;
  padding: 0px;
  margin: 0 auto;
  margin-bottom: 30px;
}
/* Стили секций с содержанием */

.cafedra_tabs > section {
  display: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
}

.cafedra_tabs > section > p {
  margin: 0 0 5px;
  line-height: 1.5;
  color: #383838;
  /* прикрутим анимацию */
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.cafedra_tabs > section > ul {
  margin: 0 0 5px;
  line-height: 1.5;
  color: black;
  /* прикрутим анимацию */
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.red-tabs{
  border-bottom: 5px solid #962237;
}
.red-tabs ul{
  display: inline-block;
  margin-left: 0px;
  background: #212d3a;
  border-top-right-radius: 25px;
}
.red-tabs ul li{
  display: inline-block;
  cursor: pointer;
  background: #212d3a;
  color: #fff;
  text-align: center;
  padding: 12px 40px;
  font-size: 24px;
  border-top-right-radius: 25px;
}
.profile-react .red-tabs ul li{
  
  font-size: 16px !important;
}
.red-tabs ul li.active{
  background: #962237;
  color: #fff;
  
}
.red-tabs ul li:hover {
    color: lightgray;
}
@media only screen  and (max-width: 700px)  {
  .red-tabs ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
  }
  
}
.acc-re .accordion-item::after {
  width: 0px;
  height: 0px;
}
/* Прячем чекбоксы */

.cafedra_tabs > input {
  display: none;
  position: absolute;
}
/* Стили переключателей вкладок (табов) */

.cafedra_tabs > label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #aaa;
  border: 0px solid #ddd;
  border-width: 1px 1px 1px 1px;
  background: #f1f1f1;
  border-radius: 3px 3px 0 0;
}

.cafedra_tabs p{
 color: black !important;
}
/* Шрифт-иконки от Font Awesome в формате Unicode */

.cafedra_tabs > label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

.cafedra_tabs > label[for*="1"]:before {
  content: "\f02d";
}

.cafedra_tabs > label[for*="2"]:before {
  content: "\f0c0";
}

/* Изменения стиля переключателей вкладок при наведении */

.cafedra_tabs > label:hover {
  color: #888;
  cursor: pointer;
}
/* Стили для активной вкладки */

.cafedra_tabs > input:checked + label {
  color: #212d3a;
  border-top: 2px solid #212d3a;
  border-bottom: 1px solid #fff;
  background: #fff;
}
/* Активация секций с помощью псевдокласса :checked */

#cafedra_tabs1:checked ~ #content-cafedra_tabs1,
#cafedra_tabs2:checked ~ #content-cafedra_tabs2,
#cafedra_tabs3:checked ~ #content-cafedra_tabs4,
#cafedra_tabs3:checked ~ #content-cafedra_tabs3
{
  display: block;
}
        /* Убираем текст с переключателей 
* и оставляем иконки на малых экранах
*/
.cafedra_tabs p{
  text-indent: 35px;
  
}


/*head_mobile*/
#mobile_ggntu{
  position: absolute;
  top: 0px;
  width: 100%;
  
  display: none;  
  text-align: center; 
  padding-top: 12px; 
}

#mobile_ggntu a{
  margin-left: 10px;
  color: #fff; text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin: 0 auto;
  display: inline-block;
}
.hamburger{
	display: none!important;
	margin-bottom: 0px;
}

input.hamburger {
  display: none!important;
}
.drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  transform: translate(100vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  box-sizing: border-box;
  pointer-events: none;
  padding-top:75px;
  transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
  border-bottom-left-radius: 100vw;
  
  background-color: rgba(35, 45, 59, 0.9);
}

.drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: scroll;
  pointer-events: auto;
}
.drawer-list ul li {
  display: inline-block;
  width: 100%;
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  
  box-sizing: border-box;
  transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
}
.drawer-list li:last-child {
  margin-bottom: 1em;
}
.drawer-list li a {
  text-decoration: none;
  color: #FEFEFE;
  text-align: left;
  display: block;
  padding: 1rem;
  padding-left: 15px;
  font-size: calc(24px - .5vw);
  border-bottom: 2px dotted rgba(255, 255, 255, .1);
}
@media (min-width: 1224px) {
  .drawer-list li a {
    text-align: right;
    padding: .5rem;
  }
}
.drawer-list li a:hover {
  cursor: pointer;
  
  background-color: rgba(35, 45, 59, 0.9);
}

input.hamburger {
  display: none;
}
input.hamburger:checked ~ .drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}
input.hamburger:checked ~ .drawer-list li {
  transform: translatex(0);
}
input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(21) {
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(22) {
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(23) {
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(24) {
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(25) {
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(26) {
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(27) {
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(28) {
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(29) {
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(30) {
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(31) {
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(32) {
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(33) {
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(34) {
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(35) {
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(36) {
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(37) {
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(38) {
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(39) {
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(40) {
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(41) {
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(42) {
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(43) {
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(44) {
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(45) {
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(46) {
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(47) {
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(48) {
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(49) {
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(50) {
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li a {
  padding-right: 15px;
}
input.hamburger:checked ~ label > i {
  background-color: transparent;
  transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
  transform: translate(-50%, -50%) rotate(315deg);
}
input.hamburger:checked ~ label > i:after {
  transform: translate(-50%, -50%) rotate(-315deg);
}
input.hamburger:checked ~ label close {
  color: #000;
  width: 100%;
}
input.hamburger:checked ~ label open {
  color: transparent;
  width: 0;
}

label.hamburger {
  z-index: 999999;
  position: relative;
  display: block;
  height: 43px;
  width: 30px;
}
label.hamburger:hover {
  cursor: pointer;
}
label.hamburger text close,
label.hamburger text open {
  text-transform: uppercase;
  font-size: .6em;
  align-text: center;
  position: absolute;
  transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  transition: width .25s .35s, color .45s .35s;
}
label.hamburger text close {
  color: transparent;
  right: 0;
  width: 0;
}
label.hamburger text open {
  color: #000;
  width: 100%;
}
label.hamburger > i {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: #fff;
  pointer-events: auto;
  transition-duration: .35s;
  transition-delay: .35s;
}
label.hamburger > i:before, label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: #fff;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}
label.hamburger > i:before {
  transform: translate(-50%, -9px);
}
label.hamburger > i:after {
  transform: translate(-50%, 9px);

}

label.hamburger {
  position: fixed;
  
  right: 15px;
}
#hamburger, .drawer-list{
	z-index: 100;
	
}
body.mobBody{
  height: 100vh;
  overflow:hidden;
}
.mobile-menu_drop{
	display: none;
	background: rgba(0, 0, 0, 0.5);
}
.mobile-menu_drop li a{
	font-size: 18px;
	text-transform: none;
	border-bottom: 0px;
}
.mob-header{
	width: 100%;
	border-bottom: 3px solid black;
	display: none;

	height: 50px;
}
.title-mobile{
	font-size: 25px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 60px;
}


/* end head-mobile */
.table{
	border-color: #fff;
	text-align: justify;
	padding: 5px;
	font-size: 16px;
	margin-left: 10px;
}
.table tr{
	border-color: #fff;
}
.table td{
	border-color: #fff;
}
.table th{
	border-color: #fff;
}

.categories{
	padding-top: 30px;
	width: 100%;
	margin-bottom: 20px;
	
}
.categories ul {
  box-shadow: 0 0 2px rgba(0,0,0,0.2);

}
.categories a{
	font-weight:400;
	font-size: 15px;
  padding: 10px 10px 10px 20px;
  color: #747474;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  transition: all 0.5s ;
  border-bottom: 0.3px solid #E3E3E3;
  border-left: 3px solid transparent;
}

.categories h4{
	font-size: 22px;
	font-weight: normal;
	padding-left: 15px;
	width: 220px;
	color: black;
}
.categories a:hover{
	background-color: #f3f3f3!important;
	transition: all 0.3s ease-out ;
	color: black;
	border-left: 3px solid #ee3b24!important;
}
.active-cat{
	background-color: #f3f3f3!important;
	color: black!important;
	border-left: 3px solid #962237!important;
}
.sveden-menu{
	padding-top: 30px;
	width: 260px;
	
	
}
.sveden-menu ul {
  box-shadow: 0 0 2px rgba(0,0,0,0.5);

}
.sveden-menu a{
	font-weight:400;
	font-size: 14px;
  padding: 10px 10px 10px 20px;
  color: #747474;
  background-color: #fff;
  display: inline-block;
  width: 100%;
  transition: all 0.5s ;
  border-bottom: 0.3px solid #E3E3E3;
  border-left: 3px solid transparent;
}

.sveden-menu h4{
	font-size: 22px;
	font-weight: normal;
	padding-left: 15px;
	width: 220px;
	color: black;
}
.sveden-menu a:hover{
	background-color: #f3f3f3!important;
	transition: all 0.3s ease-out ;
	color: black;
	border-left: 3px solid rgba(25, 70, 186, .8)!important;
}
li.nav-menu-special-active > a{
	background-color: #f3f3f3!important;
	color: black!important;
	border-left: 3px solid #0b2056!important;
}

.cat_drop_down{
	display: none;
	transform: translate3d(7px, 0px, 0px);
} 
.cat_drop.open .cat_drop_down{
	display: block;
}
#materials{
	margin-top: 30px;
	margin-bottom: 20px;
}
#materials p{
  font-family: Montserrat ;
  font-style: normal ;
  font-weight: normal ;
  font-size: 38px ;
  line-height: 145.3% ;
  color: #1E1D1D;

}
#materails_text{
	font-size: 14px;
	line-height: 1.5;

}
#materails_text ul{
	margin-left: 20px;
	font-size: 16px;
	text-align: justify;
}

#materails_text i.fa{
  margin-right: 5px;
  color: #962237;
  margin-left: 20px;
}
#materails_text p{
  font-family: Montserrat ;
  font-style: normal ;
  font-weight: normal;
  font-size: 16px ;
  line-height: 145.3%;
  color: #1E1D1D;
  text-align: justify;
}
#materails_text  a:hover{
	color: #962237;
}
#materails_text  a.active:hover{
  color: #212d3a;
}
#way{
	margin-top: 65px;
}
#way_ol li{
	display: inline;
}
#way_ol li:before{
  font-family: 'custom-icons';
  padding: 0 5px;
  color: gray;
  content: "/\00a0";
  
}
#way_ol li a.deactive{
	cursor: default;
	color: gray;
	pointer-events: none;
}
#way_ol li a.deactive:hover{
	cursor: default;
	color: gray;
}
#persone{
	background-color: #fff;
	border: 1px solid #e3e3e3;
	padding: 20px 25px;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	margin-bottom: 30px;
	
}

#persone h3{
	border-bottom: 1px solid #e3e3e3; 
	margin-top: 0px
}
#persone img{
	border-radius: 5px;
	width: 120px;
  object-fit: cover;
}
.persone{
	background-color: #fff;
	border: 1px solid #e3e3e3;
	padding: 20px 25px !important;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	margin-bottom: 30px;
	
}
.persone h3{
	border-bottom: 1px solid #e3e3e3; 
	margin-top: 0px
}
.persone img{
	border-radius: 5px;
  width: 120px;
  object-fit: cover;
}
.persone-block p{
  text-align: justify!important;
}
.org_block{
	border: 1px solid #e3e3e3;
	padding: 20px 25px;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	margin-bottom: 30px;
}
.news_block{
	
	margin-top: 30px;
}

.news_block p{
	color: black;
	font-size: 29px;
}
.news_block .news_title{
	font-size: 1.5em;
	letter-spacing: 0px;
	font-weight: 500;
	text-align: left;
}
.news_block .news_date{
	font-size: 17px;
}
.news_block .news_date span{
	background-color: #962237;
	color: white;
	padding: 1px 5px;
	border-radius: 5px;
}
.news_img{
	padding-top: 20px;
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
}
.news_img img{
	width: 65%;

}
.news_block .news_text{

	font-size: 14px;
	line-height: 1.5;
  width: 100%;
}
.news_text *{
	font-family: 'Montserrat', sans-serif !important;
}
.news_text p{
  font-size: 16px;
  line-height: 1.5;

}
.news_text img{
	max-width: 830px!important;
	height: auto!important;
}
.news_block .news_type {
	
	margin-top: 80px;
}
.news_block .news_type div{
	padding: 10px;
}
.news_block .news_type img{
  object-fit: cover;
	width: 100%;
	height: 140px;
}
.news_type a{
	color: gray;
}
.news_type h4 span{
	background-color: #962237;
	color: white;
	padding: 1px 5px;
	border-radius: 5px;
}
.news_type_img{
	padding: 0px!important;
}


.news_all p{
	font-size: 26px;
	color: black;
	margin-top: 30px;
}
.news_all_block {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.news_all_block .img{
	height:210px;
}
.news_all_block div{
	width: 307px;
	padding-right: 15px;
	padding-top: 15px;
}
.news_all_block img{
  object-fit: cover;
	width: 100%;
	height: 100%;
}
.news_all_cat{
	background-color: #962237;
	color: white;
	position: absolute;
	padding: 0 5px;
	height: 25px;
	font-size: 11px;
	margin-top: -195px;
	border-radius: 0px;
	display: inline-block;
	padding-top: 1px;

}
.anons_all p{
	font-size: 32px;
	color: black;
	margin-top: 30px;
	margin-bottom: 15px;
}
.anons_all_block{
	width: 100%;
	background: #FaFaFa;
	border: #EDEDED 1px solid;
	box-shadow: 0px 1px 1px 0px #d1d1d1;
	-webkit-transition: all .2s;
	transition: all .2s;
	float: left;
	margin-bottom: 20px;
  padding-top: 25px;
  border-radius: 3px;
  display: block;

}
.anons_all_block:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.anons_all_block .anons_img{
	float: left;
	width: 25%;

}
.anons_all_block img{
	width: 100%;
	
	padding: 20px;

}
.event_anons{
	float: left;
	width: 75%;
	padding: 15px;
}
.event_anons_title a{
	font-size: 1.25em;
	font-weight: bold;
	

	color: #535353;
}
.event_anons_title{
	padding-bottom: 10px;
}
.event_anons_time{
	padding-bottom: 10px;
	padding-top: 10px;
	color: #535353;

}
.event_anons_time span{
	font-weight: bold;
	margin-right: 25px;
}

.anons_text p{
	font-size: 16px;
	leftine-height: 1.5;

}
.anons_text img{
  max-width: 100% !important;
  height: 100% !important;
}
.anons_text h1,h2,h3,h4,h5,h6{

	font-size: 16px;
	line-height: 1.5;
}
.news_text h1,h2,h3,h4,h5,h6{
	font-size: 16px;
	line-height: 1.5;
}
.anons_text{
	margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
  
}
iframe {
	border: 1px solid white;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	margin-bottom: 30px;
}
.news_text iframe{
	max-width: 825px !important;
}
.anons_text iframe{
	max-width: 825px !important;
}
.desription_map {
	font-size: 16px;

}
.desription_map h3{
  font-weight: bold;
}
.desription_map i{
	color: #428bca;
	margin-right: 5px;
}
.desription_map i:hover {
	color: #2a6496;
}
.desription_map img {
	float: left;
	border-radius: 5px !important;
	margin-right: 15px;

}
.desription_map iframe {
	border: 1px solid white;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	margin-bottom: 30px;
	margin-top: 30px;
}
.desription_map ul {
	margin-top: -10px;
}
#map_struk {
	margin-top: 20px;
}
.a-button ul li{

}
.a-button ul li a {
 color: black; 
 margin-left: -15px;
 line-height: 1.2; 
 position: relative; 
 padding: 0 14px; 
}
.a-button ul li a:after {
 content: "";
 height: 100%;
 min-width: 4px;
 background: #962237;
 position: absolute;
 left: 0;
 bottom: 0;
 transition: .5s;

}
.a-button ul li a:hover:after {
 min-width: 100%;
 background: #95a5a6;
 color: #fff !important;
 opacity: .35;
}
#pass_photo {
  border-radius: 5px;
  height: 150px;
  width: 120px;
}


.intro__btn i{
  margin-right: 5px;
}
.university-stucture {
  font-size: 18px;
}
.university-stucture h1 {
	
	text-transform: none;
	
	font-size: 18px;
	padding:5px 20px;
	border-bottom: 2px solid #962237;
  margin-top: 30px;
}
.university-stucture ul {
	margin-left: 25px;
}
.university-stucture li{
	margin-bottom: 10px;
}
.university-stucture i {
	margin-right: 10px;
	color: #2a6496;
}

.login{
	font-size:16px; 
	color:#cc0000; 
	margin-top:5px;
}
.tabs__content {
  display: none; /* по умолчанию прячем все блоки */
  min-height: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.tabs__content.active {
  display: block;
   /* по умолчанию показываем нужный блок */
}
.tabs__caption li.active{
  color: #962237;
}
.tabs__content__child {
  display: none; /* по умолчанию прячем все блоки */
}
.tabs__content__child.active {
  display: block;
   /* по умолчанию показываем нужный блок */
}
.tabs__caption__child li.active{
  color: #962237;
}
/*///////////////Accordion//////////////////*/
.accordion {
  max-width: 100%;
  margin: 0 auto 50px;
  /*border-top: 1px solid #d9e5e8;*/
}
.accordion li {
  position: relative;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  margin-bottom: 8px;
  padding: 10px 20px 10px 15px;
  border-left: 3px solid transparent;

}
.accordion li:hover{
	color: black!important;
	border-left: 3px solid #962237!important;
	transition: all 0.3s ease-out ;
}
.accordion a:hover {
	
}
.accordion li p {
  display: none;
  padding: 5px 25px 0px;
  color: #6b97a4;
}
.accordion li table {
  display: none;
  
}
.accordion-a{
	width: 100%;
  display: block;
  color: black;
  cursor: pointer;
  font-weight: 550;
  font-size: 16px !important;
  user-select: none;
}

.accordion-item {
  width: 100%;
  display: block;
  color: black;
  cursor: pointer;
  font-weight: 550;
  font-size: 16px !important;
  user-select: none;
}


.accordion-item:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 10px;
  content: " ";
  top: 17px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion p {
  font-size: 16px !important;
  font-size: 0.8125rem;
  padding: 10px;
  color: black !important;
}

.accordion-item.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*//////////////////////INFO-CARD*/
.info-card__item:link{
  color: black;

}
.info-card__item:visited{
  color: black;
}
.info-card__item-wrap{
  padding: 32px 16px 32px 32px;
  background-color: #fff;
  border: 1px solid #EAEFFC;
  border-radius: 2px;
  transition: 0.3s ease;
}
.info-card__item-name{
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 20px;
}

.info-card__item-title{
  margin-bottom: 13px;
  font-size: 16px;

}
.info-card__item:hover .info-card__item-wrap {
  border-color: #fff;
  box-shadow: 8px 16px 56px rgba(218, 218, 218, 0.32); 
}
.info-card__item:hover .info-card__item-name {
  color: #962237; 
}
/*//////КНОПКИ///////////////////////////*/
.btn{
  display: inline-block;
  font-weight: 400;
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);

}
.btn-blue{
  background-color: #962237;
  color: #fff;
}
.btn:hover{
  background-color: #212d3a;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,.16), 0 5px 13px 0 rgba(0,0,0,.12);
  color: #fff!important;
}
/*////////////////////////////////////////*/

/*///////////////////////////*/
.grant{
	
	width: 100%;
	background: #FaFaFa;
	border: #EDEDED 1px solid;
	box-shadow: 0px 1px 1px 0px #d1d1d1;
	-webkit-transition: all .2s;
	transition: all .2s;
	float: left;
	margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  
  display: block;
  
  
}
.grant:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.grant:hover .grant_title{
	color:  #962237;
}
.grant a{
	text-decoration: none;
	color: black;
}
.grant_date{

	background-color: #f0f0f0;
	margin-top: 20px;
  border: 1px solid gray;
  border-bottom: 0px;
  border-top: 0px;
  text-align: center;
  margin-top: -5px;
}
.grant_day{

	color: #1946ba;
	font-weight: bold;
	font-size: 20px;
}
.grant_mounth{
  color: #1946ba;
}
.grant_title{
	font-size: 20px;
}
.grant_text{
	font-size: 16px;
}
.grant_text a{
	color: #039be5;
}
.grant_year{
	color: gray;
	font-size: 12px;
}
.publication_block{
	width: 100%;
	background: #FaFaFa;
	border: #EDEDED 1px solid;
	box-shadow: 0px 1px 1px 0px #d1d1d1;
	-webkit-transition: all .2s;
	transition: all .2s;
	float: left;
	margin-bottom: 20px;
  padding-top: 25px;
  border-radius: 3px;
  display: block;

}
.publication_block:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.publication_block .publication_img{
	float: left;
	width: 25%;

}
.publication_block img{
	width: 100%;
	
	padding: 20px;

}
.event_publication{
	float: left;
	width: 75%;
	padding: 15px;
}
.event_publication_title a{
	font-size: 1.25em;
	font-weight: bold;
	

	color: #535353;
}
.event_publication_title{
	padding-bottom: 10px;
}
.anons_publication p{
	font-size: 16px;
	leftine-height: 1.5;

}
.anons_publication h1,h2,h3,h4,h5,h6{

	font-size: 16px;
	line-height: 1.5;
}
.publication-id{
	width: 100%;
}
.publication-id h1{
	font-size: 28px;
}
.publication-text p, .publication-text ul li{
	font-family: 'Montserrat', sans-serif!important;
	text-indent: 1.25em;
}

.publication-text ul, .publication-text dl{
	list-style-type: disc;
	margin-left: 30px;
} 
.publication-text ol{
	list-style-type:decimal;
	margin-left: 30px;
}
.filter_container{
  margin-top: 100px !important;
}
.sitemap ul li{
	font-size: 19px;
	
}
.sitemap ul li a{
	color: #ee3b24;
}
.sitemap ul li ul li{
	font-size: 18px;
	padding-top: 10px;
}
.sitemap ul li ul li a{
	color: #000;

}
.sitemap ul li ul li ul li a{
	color: #333;
}
.sitemap ul li ul li ul li{
	font-size: 17px;
	padding-top: 0px;
}
#block-info {
	border: 1px solid #0b2056;
	padding: 20px 25px;
}
.search-row{
	display: none;
	position: absolute;
  background-color: #232d3b;
  margin-top: -42px;
  margin-left: -842px;
  z-index: 444444444;
  width: 824px;
}
.search-row .ya-site-form__search-input-layout-r{
	display: none;
}
.search-row td{
  padding: 0px !important;
}
#ya-site-form0 .ya-site-form__input-text{
  height: 40px;
}
.gsc-above-wrapper-area {
	display: none!important;
}
.b-head{
	display: none;
}
.gsc-adBlock{
	display: none!important;
}
.gcsc-more-maybe-branding-root{
	display: none!important;
}
.gsc-url-top{
	display: none!important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2{
	padding: 10px 27px!important;
}
.freebirdFormviewerViewFooterEmbeddedBackground{
	display: none!important;
}
.freebirdFormviewerViewFooterFooterContainer{
	display: none!important;
}
.g-recaptcha div{
width: 100%;
}

/////////////////ABITUR INDEX////////////////////////////
.block-info-priem{

}
.block-info-priem ul{

}

.block-info-priem ul li{
  display: inline-block;

}
.block-info-priem ul li a{
   box-shadow: 0 0 3px rgb(0 0 0 / 50%);
  width: 300px;
  height: 200px;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  background-color: #212D3A;
  color: #fff;
  border-radius: .25rem;
}

.block-info-priem ul li a:hover{
  
  color: #fff;
  background-color: #962237;
  border-color: #962237;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.announcement{
  display: block;
  border: 1px solid #962237;
  background-color: #962237;
  color: #fff;
  padding: 15px;
}
/*  Профили преподавателей  */
.rounded {
counter-reset: li; 
list-style: none; 
font-size: 14px;
padding: 0;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.rounded a {
position: relative;
display: block;
padding: .4em .4em .4em 2em;
margin: .5em 0;
background: #212d3a;
color: #fff;
text-decoration: none;
border-radius: .3em;
transition: .3s ease-out;
}
.rounded a:hover:before {transform: rotate(360deg);}
.rounded a:before {
content: counter(li);
counter-increment: li;
position: absolute;
color: #fff;
left: -1.3em;
top: 65%;
margin-top: -1.3em;
background: #962237;
height: 2em;
width: 3em;
line-height: 1.3em;
border: .3em solid white;
text-align: center;
font-weight: bold;
border-radius: 2em;
transition: all .3s ease-out;
}

/* google-translate-css */
  /* Прячем панель гугла */

.skiptranslate {
    display: none !important;
}

/* Убираем подсветку ссылок */

.goog-text-highlight {
    background-color: inherit;
    box-shadow: none;
    box-sizing: inherit;
}

/* language */

.language {
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
}

.language__img {
    margin: 2px;
    cursor: pointer;
    opacity: .5;
}

.language__img:hover,
.language__img_active {
    opacity: 1;
}
body {
    top: 0 !important;
    position: static !important;
}
/* google-translate-css end */

//////////////////////////////////////////






@media only screen  and (max-width: 1200px)  {
  .news_block .news_type img{

   height: 112px;
 }
 #mobile_ggntu{
  display: block;
}
.news_text img{
 width: 100%!important;
 height: auto!important;
 margin: 0!important;
}
.news_text iframe{
 width: 100%!important;
 
}
.anons_text img{
 width: 100%!important;
 height: auto!important;
 margin: 0!important;
}
.anons_text iframe{
 width: 100%!important;
 
}
.publication-text img{
 width: 100%!important;
 height: auto!important;
 margin: 0!important;
}
.publication-text iframe{
 width: 100%!important;
 
}


}
@media only screen  and (max-width: 992px)  {
	.news_block .news_type img {
		height: auto;
		
		
	}
	.news_type_img div{
		padding-bottom: 10px;
		border-bottom: 1px solid lightgray;
	}
}


@media only screen  and (max-width: 750px)  {
	.anons_img img{
		width: 100%;
		float: left;
		display: block;
	}
	.anons_all_block .anons_img{
		width: 100%;
		float: left;
		display: block;
	}
	.news_text img{
  display: block;
  width: 100% !important;
  padding-left: 30px;
  padding-right: 30px;
  float: none !important;
  margin-bottom: 15px;
 }
}
@media (max-width: 1224px) {
  .hamburger{
   display: block!important;
 }
 .header-top{
   display: none;
 }
 
 .mob-header{
   display: flex;
   justify-content: space-between;
 }
 .news_text img{
  display: block;
  width: 100% !important;
  padding-left: 100px;
  padding-right: 100px;
  float: none !important;
  margin-bottom: 15px;
 }
}

@media screen and (max-width: 680px) {
  .cafedra_tabs > label {
    font-size: 0;
  }
  .cafedra_tabs > label:before {
    margin: 0;
    font-size: 18px;
  }
  .news_text img{
  display: block;
  width: 100% !important;
  padding-left: 5px;
  padding-right: 5px;
  float: none !important;
  margin-bottom: 15px;
 }
  
}
        /* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/

@media screen and (max-width: 400px) {
  .cafedra_tabs > label {
    padding: 15px;
  }


}