body{
    font-family: "Times New Roman", Times, serif;
    font-size: 21px;
    font-weight:100;
}
figure {
 align-items: center;
 text-align: center;
}
.ramka{
  border: 1px solid black;
}
.list-group-item_active{
  font-size: 1px;
  color: #000 !important;
  font-family: 'Open Sans', sans-serif;
}
.list-group-item{
  font-size: 21px;
  color: #000 !important;
  font-family: 'Times new roman', sans-serif;
}
#str1{
  margin: 0 0 -7px
}
#str2{
  margin: 0 0 0px
}
h1{
  font-family: "Times New Roman", Times, serif;
  font-size: 25px;
  text-align: center;
}
#rotate1{
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg); 
    -o-transform: rotate(-90deg); 
    -ms-transform: rotate(-90deg); 
    transform: rotate(-90deg);
}
#rotate2{
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg); 
    -o-transform: rotate(-90deg); 
    -ms-transform: rotate(-90deg); 
    transform: rotate(-90deg);
    padding: 0px 0px 0px 0px !important;
}
.fixed-header{
    width:100%;
    float:left;
    /*background-color:#023D69;*/
    position:fixed;
    top:0;
    z-index:111;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    padding: 10px 0px;
}
.navbar-brand {
    font-family: 'Times New Roman';
    color: White;
    font-weight:300;
    font-size: 26px;
}
.navbar-brand:hover, .navbar-brand:focus {
    color: white;
}
.fixed-header ul{
    padding:0;
    float:right;
    margin:0;
}
.fixed-header ul li{
    display:inline-block;
    padding: 15px 0px;
}
.fixed-header ul li a{
    text-decoration:none;
    color:#fff;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 30px 0;    
}
.fixed-header ul li a:hover,
.fixed-header ul li .current{
    color: #93FAFF;
    border-top:2px solid #93FAFF;
}
.fixed-header {
    background: SteelBlue;
}
.fixed-header.scroll {
    background: SteelBlue 100%;

    padding: 0;
}
.fixed-header.scroll .navbar-brand {
    font-size: 26px;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
  font-family: 'times new roman';
}
.main-title {    
    font-weight: 300;
    font-size: 34px;
    line-height: 1.4;
    margin-top: 40px;
    margin-bottom: 40px;
}
.section-title {
    font-size: 80em;
    margin-top: 0;
}
.footer {
    color:#fff;
    font-size: 14px;
    font-weight: 400;
    padding:48px 0;
}
.footer a {
	color: #FF6;
}
.transition {
    -webkit-transform: scale(1.5); 
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.box{
  width:100px;
  height:100px;
  font-size:64px;
  border-top:2px solid #fff;
  border-radius:0%;
  margin:10px auto 50px;
  background-color:#EEEEEE;
  background: linear-gradient(#EDEAE1,#CDC8B5);
  text-align:center;
  box-shadow:
    0 5px 2px 3px rgba(158, 158, 158, 0.4), 
    0 3px 5px #B7B6B6, 
    0 0 0 2px #BBB7AE, 
    inset 0 -3px 1px 2px rgba(186, 178, 165, 0.5),
    inset 0 3px 1px 2px rgba(246, 245, 241, 0.3);
  cursor:pointer;
  position:relative;
}
.box:active{
  width:100px;
  height:100px;
  border-radius:50%;
  border-top:none;
  border:2px solid #BAB7AE;
	background-color:#EEEEEE;
	text-align:center;
	color:#BAB7AE;
	font-size:64px;
	line-height:100px;
	text-shadow:
    0 1px 1px white,
    0 1px 1px #BAB7AE;
	box-shadow:  0 0 0 0 #BBB7AE;
}
.box:before{
	content:" ";
	display:block;
	position:absolute;
	z-index:-90;
	width:135px;
	height:135px;
	border-radius:50%;
	border-top:2px solid #CCC8BF;
  border-bottom: 1px solid #F4F3F1;
  box-shadow: inset 0 -2px 0 2px #F7F6F2, inset 0 2px 1px 1px #CCC8BF;
	left:-17.5px; 
	top:-20px;
	background:-moz-linear-gradient(#DAD6CB,#F1EDEA);
	box-shadow: inset 1px 0 1px 0px #D9D9D9; 
}
.anim {
  text-shadow: 1px 1px 1px white;
  color:#7E7E7E;
  text-align:center;
  font-size:36px;
  line-height:2;
  text-decoration: none;
  margin:-5px;
}
.btn-group a {
  font-size:18px;
}
.box span{
  display:inline-block;
  box-shadow: 
    inset 0 1px 1px 1px #7E7E7E, 
    0 1px 1px white;
  height:60px; 
  width:60px;
  border-radius:50%;
  background: linear-gradient(#AEADAA,#BAB7AE);
  margin:17px auto !important;
}
.outer {
    position:relative;
}
.inner {
   left:80px;
   top:80px;
   -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   position:absolute;
    background-color:grey;
    border-radius: 50%
}
td > p {
text-indent:2px !important;
}
p
	{
		text-indent:20px;
	}
sub{
margin-left:-0.3em !important;
margin-right:-0.13em !important;
}
sup {
margin-left:-0.2em !important;
margin-right: -0.13em !important;
}
span > span {
margin:0 !important;
}
span {
margin:0 !important;
}