@font-face {
	font-family: SansR; /* Имя шрифта */
    src: url(../font/OpenSans-Regular.ttf); /* Путь к файлу со шрифтом */
	}

nav {
	width: 100%;
	background: #cce2eb;
	text-align: center;
-webkit-border-radius:7px;
-moz-border-radius:7px;
-khtml-border-radius:7px;
border-radius:7px;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul:after {
  content: "";
  display: table;
  clear: both;
}
nav a {
  text-decoration: none;
  display: block;
  transition: .3s linear;
}
.topmenu > li {

  
  display: inline-block;
  position: relative;
  border-left: 1px solid black;
}

.topmenu > li:first-child {border-left: 0;}
.topmenu > li > a {  
  padding: 10px 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #282828;
  letter-spacing: 2px;
}
.topmenu > li > a.active, 
.submenu a:hover {color: #ddbe86;}
.topmenu .fa, 
.submenu .fa {
  margin-left: 5px;
  color: inherit;
}
.submenu {
  position: absolute;
  z-index: 5;
  min-width: 200px;
  background: white;
  border-top: 1px solid #CBCBCC;
  border-left: 2px solid #CBCBCC;
  border-right: 2px solid #CBCBCC;
  visibility: hidden;
  opacity: 0; 
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
  transition: .3s linear;  
}
.submenu li {position: relative;}
.submenu li a {
  color: #282828;
  padding: 10px 20px;
  font-size: 13px;
  border-bottom: 2px solid #CBCBCC;
}
.submenu .submenu {
  position: absolute;
  left: 100%;
  top: -1px;
  transition: .3s linear;
}
nav li:hover > .submenu {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}

html,body {
	background-image: url(../Images/BG9.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 110%;
	background-color: #d1d9dc;
	margin: 0;
	font-family: SansR;
	color: #28156f;
	height: 100%;
   }
td.info {
padding: 1px;
padding-left: 20px;
padding-right: 20px;
}
p.p1 {
    text-indent: 0px;
	color: #28156f;
}
p.pDown {
font-size: 12pt;
	color: #ffffff;
}
p.pDown2 {
	color: #ffffff;
	opacity: 0.7;
}
p.DownHref {
	color: #ffffff;
	font-size: 12pt;
	text-decoration: underline;
}
p.Contacts {
	color: #28156f;

}
a:hover { 
    text-decoration: underline;
}
.tableWidth900 {
	width: 50px;
}
table.BG{
border-spacing: 24px 0px;
}
header {
	font-size: 10pt;
	text-decoration: underline;
}
.data {
font-size: 8pt;
opacity: 0.8;
padding-left: 10px;
}
.disc {
font-size: 10pt;
padding-left: 10px;
}
.pad {
padding: 0px;
}
p.Big {
    font-size: 25pt;
	font-weight: 600;
	line-height: 5px;
}
p.Standart {
    font-size: 12pt;
	/* text-indent: 20px; */
}
.wrapper {
    min-height: 100%;
   margin: 0 auto -310px;
}
.footer,
   .push {
    height: 50px;
   }
.podval {
	height: 310px;
	display: table;
}
.rightimg  {
    float: right; 
    margin: 0px 0 0px 17px; 
	border-radius: 2px;
   }
.leftimg  {
    float: left; 
    margin: 0px 0 0px 17px; 
	border-radius: 2px;
}
.ulContent{
	list-style: disc;
}
.newsPadding{
	padding-left: 10px; 
	padding-right: 10px; 
}