.isPeriod{
	/* background: rgb(238, 232, 222); */
	background: #28a745 !important;
	font-weight:bold !important;
	color: #FFF;
	/* border-radius: 50%; */
    /* border: .11286rem #00965e solid; */
}
#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
}


#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preload.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
.bg-rpa{
	/* background-image: linear-gradient(107deg,#00965e,#00615b); */
	/* background-color: #800f1f; */
	position: fixed;
    width: 100%;
	height:155px;
    z-index: 1000;
    background: rgba(255,255,255,.9);
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.04);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.04);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.04);
}

.logoRpa{
    width: 93px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: none;
    background:  url("../images/logo.svg") no-repeat;
    margin: 0 auto;	
}
.logo {
    position: absolute;
    background: url(../images/logo.svg) no-repeat center center;
    background-size: 181px 101px;
    width: 181px;
	height: 101px;
    left: 50%;
    margin-left: -111px;
    top: 25px;
    
    z-index: 1002;
}

ul.month{
	text-align: center;
    margin-top: 10px;
}
ul.month li {
    position: relative;
    display: inline-block;
}
ul.month li span {
    display: block;
    color: #292929;
    padding: 10px 0px;
    margin: 0px 12px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
    border-bottom:4px solid rgba(29,29,29,0);
    font-size: 15px;
	background-size:0 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
ul.month li span:hover {
    border-bottom:4px solid rgba(29,29,29,1);
    text-decoration: none;
	cursor:pointer;
}
ul.month li span.active {
    border-bottom:4px solid rgba(29,29,29,1);
    text-decoration: none;
	/* cursor:pointer; */
}

a {
    text-decoration: none;
    color: #465457;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	z-index: 190;
	
}
a.link, a.link_file {
    text-decoration: none;
    /* color: rgb(128, 15, 31); */
    color: #465457;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    border-bottom: #465457 dashed 1px;
	z-index: 190;
	
}
a.link:hover, a.link_file:hover {
    text-decoration: none;
    color: rgb(128, 15, 31);
    border-bottom: rgb(128, 15, 31) solid 1px;
	
}

/***/

@font-face {
	font-family: 'Exo 2.0 Semi Bold';
	src: url('fonts/Exo_2.0_Semi_Bold.ttf');
}
.text_effect {
	font-family: 'Exo 2.0 Semi Bold';
	color: rgba(0, 0, 0, 0.6);
	font-size: 24px;
	/* background-color: rgb(85, 147, 194); */
	text-shadow: rgba(0, 0, 0, 0.2) 2px 6px 5px, rgba(255, 255, 255, 0.4) 0px -4px 30px;
}

@font-face {
font-family: 'ParsekC';
src: url('fonts/ParsekC.otf');
}
.quoteS{
	font-family: 'ParsekC';
	font-size: 24px;
	text-align:justify;
	padding-top:.3em;
}


body {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	
  height: 100%;
  background: #f7f5f3;
  color: #445161;

-webkit-transition: background 0.6s;
    -moz-transition: background 0.6s;
    -ms-transition: background 0.6s;
    -o-transition: background 0.6s;
    transition: background 0.6s;
	
}






.bfw{
	background: #fff;
}
.backFon{
}

.footerLink{
	font-size: .895rem;
    line-height: 20px;
    flex-direction: column;
}

.footerLink  a{
	color:#343a40 !important;
}
.footerLink  a:hover{
	color:#fff !important;
}
.h3{
font-family: 'Karla';
}

.data{
	background: #fff;
}
h1,h3{
	font-size:15px;
}

.font-weight-bold45 {
    font-weight: 450!important;
}

.hidden {
	display: none;
}


div#banner {
    /* background: #228B22; */
    /* top: 7px; */
    /* left: 181px; */
    /* margin-top: 1.9em; */
    margin-left: 1.5em;
    height: 114px;
}



.center_block {margin:3px auto !important;}

.t-r {text-align:right !important;}
.t-j{
	text-align:justify;
}


.h1_header {
  /* font-family: 'Merriweather', serif; */
  font-size: 20px;
  letter-spacing: 1px;
  max-width: 550px;
  width: 100%;
  position: relative;
  display: inline-block;
  color: #465457;
  text-align: left;
  padding-bottom: 10px;
  /* border-bottom: 2px solid #E5EDEA;  */
  border-bottom: 2px solid #f5c3ca; 
}
.h1_header:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30%;
  height: 4px;
  /* background: #A6D8CB; */
  background: #800f1f;
}

.h3_header {
  /* font-family: 'Merriweather', serif; */
	font-size: 20px;
	letter-spacing: .17em;
	max-width: 550px;
	width: 100%;
	position: relative;
	display: inline-block;
	color: #465457;
	/* text-align: left; */
	text-align: center;
	padding-top: 10px;
	margin-top:1.1em;
}
.h3_header:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #05665e;
}

.entForm{
	width:340px;
}



/* РѕС„РѕСЂРјР»РµРЅРёРµ РїРѕРєР°Р·Р° РјРµСЂРѕРїСЂРёСЏС‚РёР№*/

ul.events_w{list-style: none outside; margin-left:0px !important; padding-left: 0;}
.events_w{
	position:relative;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}
.events_w .imgPr{
	float:left;
	margin-right:3px;
}
.events_w img{
	/* width:100%; */
	width:215px;
	height:auto;
	display:block;
}
.events_w li{
	background:#FFF;
	position:relative;
	width:100%;
	
	padding-top:20px;
	padding-bottom:20px;
	/* background:rgba(200,200,200,.06); */
	border-top:1px dashed rgba(60,60,60,.05);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;	
}
.events_w li:hover{
	background:rgba(200,200,200,.16);
	box-shadow: inset 0 0 10px rgba(0,0,0,.05);
}
.events_w li:last-child{
	border-bottom:1px dashed rgba(60,60,60,.05);	
}

.events_w li h6{
	text-align:left;
	padding-top:25px;
	padding-bottom:10px;
}
.events_w li a h6{
	color:rgba(60,60,60,.9);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.events_w li a h6:hover{
	color:rgba(60,60,60,.5);
}

.events_w li p{
	text-align:left;
	padding-top:10px;
}
.events_w li p a{
	color:rgba(60,60,60,.9);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.events_w li p a:hover{
	color:rgba(60,60,60,.5);
}
/*	end*/
/* end*/




/* РїРѕРґСЃРєР°Р·РєРё */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #17a2b8; /* С†РІРµС‚ СЃС‚СЂРµР»РѕС‡РєРё (РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ #000)*/
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #17a2b8; /* С†РІРµС‚ СЃС‚СЂРµР»РѕС‡РєРё (РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ #000)*/
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #17a2b8; /* С†РІРµС‚ СЃС‚СЂРµР»РѕС‡РєРё (РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ #000) */
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #17a2b8; /* С†РІРµС‚ СЃС‚СЂРµР»РѕС‡РєРё (РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ #000) */
}
.tooltip-inner {
    max-width: 350px; /* РјР°РєСЃРёРјР°Р»СЊРЅР°СЏ С€РёСЂРёРЅР° РїРѕРґСЃРєР°Р·РєРё (РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ 200px) */
    color: #fff; /* С†РІРµС‚ С€СЂРёС„С‚Р° */
    background-color: #00965e; /* С†РІРµС‚ С„РѕРЅР° (РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ #000) */
    border-radius: 0.25rem; /* СЂР°РґРёСѓСЃ СЃРєСЂСѓРіРґРµРЅРёСЏ СѓРіР»РѕРІ */
}
.tooltip-inner >p{
	margin:0;padding:0;
	text-align:left;
}
.tooltip-inner h1{
	font-size:21px;
	font-weight:bold;
	margin-bottom:11px;
	padding-left:11px;
}
.tooltip-inner hr {
	margin: 20px 0;
	padding: 0;
	height: 6px;
	border: none;
	background: linear-gradient(45deg, #7d5b38, #ddd);
}

/* РїРѕРґСЃРєР°Р·РєРё */



/* РїРµСЂРµС…РѕРґ Рє РјРѕР±РёР»СЊРЅС‹Рј */
@media (max-width: 991.98px) {
 .videoS{
	 height:150px;
 }
 .rpa, .site{
	  font-size: 1.1em;
	  padding-top: 5px !important;
	  padding-left: 2.3rem;
	}
 .jumbotron {
    padding: 1rem 1rem;
 }
 #menuJm{
	display: none;
 }
 #menuNav{
	 display: inline;
 }
 .menuJm > .navbar-nav .nav-link {
    padding-right: .3rem;
    padding-left: .3rem;
	font-size:.9rem;
 }
 .menuJm > .list-group-horizontal {
    -ms-flex-direction: column;
    flex-direction: column;
 }

}
@media (max-width: 960px) {
 .rpa, .site{
	  padding-top: 1.2rem !important;
	  padding-left: 0;
	}
 .jumbotron {
    padding: 1rem 1rem;
 }
 .logoRpaJT{
	 margin: 0 auto;
	 padding: 0;
 }
 .rector{
	font-size: 1.7rem;
	line-height: 1.1;
	letter-spacing: .05em;
	color:#fff;
 }
 .wrp{
	/* width: 241px;  */
	
	white-space: normal !important;
 }
}


/**/


		/* css for calendar */
		.b-calendar {
			font: 14px/1.2 Arial, sans-serif;
			/* background: #f2f2f2; */
			/* background: #f5f1ec; */
			background: #fff;
		}
		.b-calendar--along {
			width: 300px;
			padding: 30px 40px;
			margin: 50px auto;
		}
		.b-calendar--many {
			padding: 13px;
			width: 281px;
			display: inline-block;
			vertical-align: top;
			margin: 0 20px 20px;
		}
		.b-calendar__title {
			text-align: left;
			/* margin: 0 0 20px; */
			/* padding: 0 .71429rem; */
			/* font-family: 'Rubik', sans-serif; */
			font-weight: 500;
			font-size: 1.5em;
			line-height: 1.7em;
			color: #000;
		}
		.b-calendar__year {
			font-weight: bold;
			color: #333;
		}
		.b-calendar__tb {
			width: 100%;
		}
		.b-calendar__head {
			font: bold 14px/1.2 Arial, sans-serif;
			padding: 5px;
			text-align: left;
			border-bottom: 1px solid #c0c0c0;
		}
		.b-calendar__np {
			padding: 5px;
		}
		.b-calendar__day {
			font: 14px/1.2 Arial, sans-serif;
			padding: 8px 5px;
			text-align: left;
		}
		.b-calendar__weekend {
			/* color: red; */
			color: #7d5b38;
		}
		.b-calendar__number{
			width: 25px;
			height: 25px;
			text-align:center;
			padding-top:3px;
		}
		
		.isEvent{
			border-radius: 50%;
			border: .11286rem #00965e solid;
			/* background: #00965e; */
			cursor:pointer;
		}
		.isEvent>a{
			/* color:#fff !important; */
		}