html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}
.ourlogo{
    font-size:16px;
    z-index:6;
 position:absolute;
 padding-top:125px;
      padding-left:740px;
    color:white;
}
 .docs-gm{
          display:none!important;
      }
.ourlogoimg{
    position:absolute;
     padding-top:70px;
      padding-left:850px;
    z-index:6;
    float: right;
margin-right: 70px;	

   
}
.ourlogoimg img{
    	width: 126px;
	height: 152px;
}

.row .leftrazd {
    text-decoration:none;
  font-size:16px;
line-height: 2.3em;
display: block;
height:40px;

}
.unclick{pointer-events: none;}
.temename{ display: block;
    text-align:center;
}
.comments{
    display: block;
    width:auto;
    height:auto;
    margin-left:243px;
}

.commname{ border: #ccc 1px solid; 
padding:5px;}
.comm{ padding:5px;
border: #ccc 1px solid;}
.user{
padding-bottom:25px;
}
.back{
   text-align:center;
    display: block;
    text-decoration:none;
    width:200px;
    font-size: 16px;
	margin-bottom: 5px;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
  color: black;
  background: #eaebec;
  border: #ccc 1px solid;}
.textrazd{
    text-decoration:none; border: 1px solid;
}
.razd{
    font-size:20px;
    width:90%;
    height:400px;
}
.razd a {
    padding-top:16px;
    margin-top:5px;
text-align:center;
height:40px;
     display: block;
    }
body {
	font-family: Arial,Microsoft Sans Serif;
	font-size: 14px;
	background: #000000 url("images/bg.png") repeat;
	color: #282d33;
}

::selection {
	background-color: #000000;
	color: white;
}

::-moz-selection {
	background-color: #000000;
	color: white;
}
.tabl{
	width: 100%;
	height: 800px;
	
}
*{
	margin: 0;
	padding: 0;
}

p {
	margin: 15px 0;
	line-height: 20px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {

}

a img {
	border: none;
	outline: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	line-height: normal;
}

h1 {
	font-size: 24px;
	color: #a5adb8;
	text-transform: capitalize;
}



h2 {
	font-size: 24px;
	color: #282d33;
}

h3 {
	font-size: 16px;
	color: black;
	margin: 7px 0;
}

h4 {
	font-size: 14px;
	margin: 7px 0;
}

h5 {
	
}

h6 {

}


header a {
  display: block;
  text-decoration: none;
  outline: none;  
  transition: .3s ease-in-out;
}


nav ul {
  list-style: none;
  margin: 0;
  padding: 0;

}

.menu > li {
    font-size: 13px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
.menu > li > a {
  text-transform: uppercase;
  font-weight: bold;
  color: #404040;

}
.menu li a:hover {
    cursor:pointer;
    color: #D5B45B;
    
}


.submenu-link:after {
  color: inherit;
  margin-left: 10px;
}
.submenu {
	list-style-type: none;
  background: #273037;
  position: absolute;
  z-index: 5;
  opacity: 0;

  transform: scaleY(0);
  transform-origin :0 0;
  transition: .5s ease-in-out;
border-radius: 5px;
 border: 1px solid black;
 margin-top: 7px;
}
.submenu a {
  color: white;
  font-size: 15px;
  
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.submenu li {
	padding-top: 5px;
	width: 140px;
}
.menu > li:hover .submenu {
  opacity: 1;
  transform: scaleY(1);

}


.link{

	font-size: 16px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
  color: #666;
  background: #eaebec;
  border: #ccc 1px solid;
}

ul {
	list-style-type: disc;
	padding-left: 20px;
	margin: 0;
}

ul li, ol li {
	line-height: 22px;
}

ul li ul {
	padding-left: 20px;
	margin: 0;
}

ul.unstyled {
	list-style-type: none;
	padding-left: 0;
}

ul.unstyled ul li {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
	padding-left: 25px;
}

code {
	padding: 1px 3px;
	background-color: #dedede;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: normal;
	font-size: 11px;
}

/*Tables*/


/*Forms*/
form {
    display: inline-block;
}

label {
    line-height: 24px;
	margin-left: 3px;
	float: none;
}

input,select,textarea {
    display: inline-block;
	width: auto;
    height: 20px;
    padding: 7px 5px;
    line-height: 18px;
    border: 1px solid white;
	background-color: #e3e4e5;
	-webkit-transition: background linear 0.2s;
	-moz-transition: background linear 0.2s;
	-ms-transition: background linear 0.2s;
	-o-transition: background linear 0.2s;
	transition: background linear 0.2s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
	margin: 5px 0;
	font-size: 14px;
}

input:-moz-placeholder {
  color: #757575;
}

input::-webkit-input-placeholder {
  color: #757575;
}

input:focus,textarea:focus {
    background-color: #d6d6d6;
	outline: none;
}

select {
    width: auto;
    height: auto;
	border: 1px solid #a2a2a2;
}

textarea {
    height: auto;
}

button {
    cursor: pointer;
	display: inline-block;
	background-color: #2E312F;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2E312F), color-stop(100%, #2E312F), to(#2E312F));

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2E312F', endColorstr='#76CFC8', GradientType=0);
	padding: 10px 18px 11px;	
	color: white;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	border: 5px solid white;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
	margin-bottom: 10px;
}



button:hover,button[type=reset]:hover {
    background-position: 0 -15px;
}

button.minWidth {
	width: 187px;
}



input[type=file] {
    height: 27px;
    border: none;
}



button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.RegCol{
	text-align: center;
	width: 200px;
	background-color: #f3f3f3;
	border: 1px solid #d8dbde;
	padding: 10px;
	color: #757575;
	margin-left: 40%;
	max-height: 100%;
	height: 400px;
	color:white;

}

.row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 15px 0;
}

.span,.span1 {
	float: left;
	display: inline;
	
}

.span {
	width: 220px;
	margin-right: 10px;
}

.span1 {
	width: 270px;
	margin: 0 25px;
}

.left {
	float: left;
}
.logo{
float: right;
margin-right: 70px;
}
.logo img{

	position: absolute;
	width: 80px;
	height: 62px;
}

.clear {
	clear: both;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
}
/*Header*/
.header {

	width: 100%;
	height: 62px;
	background: #2f3441 url("images/bg-header.png") repeat-x;
}

.header .headerContent {
	width: 960px;
	height: 52px;
	margin: 0 auto;

}
.headerContent h1 {
	font-size: 30px;
	padding: 20px 10px 0;
	margin: 0;
	text-transform: uppercase;
	line-height: 24px;
}

.headerContent h1 a {
	text-decoration: none;
	color: #a5adb8;
}

.headerContent p {
	margin: 0;
	line-height: 16px;
}

/*Slider*/
.slider {
	 position: fixed;
	width: 1080px;
	height: 160px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.itemSlider {
	width: 1080px;
	height: 200px;

}

.itemSlider .bgSlide {
	width: 1080px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	
}

.itemSlider .descSlide {
	position: absolute;
	top: 40px;
	left: 30px;
	width: 500px;
	overflow: hidden;
}

.descSlide>h1 {
	font-size: 30px;
}

.descSlide h1+p {
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

.descSlide>span {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #a5adb8;
	margin: 5px 0 6px;
}

.descSlide>p {
	color: #d9dcdf;
	margin-top: 35px;
}
/*Навигация*/
.nav {
	background-image: url("images/bg-footer.png");
	 opacity: 0.9;
	width: 1080px;
	height: 29px;
	margin: 0 auto;
	padding-top: 10px;
}

.bgSlide img{
    width:1080px;
}

ul.menu {
	display: inline-block;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu li {
	float: left;
}

ul.menu li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 0 20px;
	-webkit-transition: text-shadow linear 0.2s;
	-moz-transition: text-shadow linear 0.2s;
	-ms-transition: text-shadow linear 0.2s;
	-o-transition: text-shadow linear 0.2s;
	transition: text-shadow linear 0.2s;
}

ul.menu li a:hover {
	text-shadow: 0 0 15px rgba(255,255,255, 0.8);
}
.breadcrumbs {
	width: 940px;
	padding: 4px 20px 6px;
	font-size: 11px;
	margin: 0 auto;
	background-color: #f3f3f3;
}
/*Main*/
.main {
	width: 1040px;
	height: auto;
	padding: 20px 20px 270px;
	overflow: hidden;
	background-color: white;
	margin: 0 auto;
}
.imagesgl{
    padding-right:200px;
    
	border: 1px solid #d8dbde;
	padding: 5px;
	width: 300px; 
	height: auto;
	
}
.images{
	border: 1px solid #d8dbde;
	padding: 5px;
	width: 100%; 
	height: auto;
}
.images img{
	width: 100%; 
	height: auto;
}
.map{

	width: 100%;
}
/*Левая часть*/
.leftCol {
	width: 223px;
	float: left;
	margin-right: 20px;
	color: #757575;
}

.leftCol form {
	width: 193px;
	background-color: #f3f3f3;
	border: 1px solid #d8dbde;
	padding: 10px;
	color: #757575;
}

.leftCol input,.leftCol textarea {
	width: 183px;
}

.leftCol select {
	width: 193px;
}

.leftCol select:focus {
	outline: none;
}


.leftCol p {
	font-size: 12px;
	margin: 8px 0;
}

/*Картинки соц сетей*/
.tw,.vk,.google {
	margin-bottom: 5px;
	height: 20px;
}
/*Картинки новостей*/
.rightCol {
	overflow: hidden;
}

ul.img {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0 7px 15px;
}

ul.img li {
	float: left;
	box-shadow: 0 5px 5px rgba(0,0,0, 0.3);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0, 0.3);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0, 0.3);
	-webkit-transition: border linear 0.2s;
	-moz-transition: border linear 0.2s;
	-ms-transition: border linear 0.2s;
	-o-transition: border linear 0.2s;
	transition: border linear 0.2s;
	margin-right: 15px;
	border: 1px solid white;
}

ul.img li a {
	width: 194px;
	height: 140px;
	display: block;
	overflow: hidden;
}

ul.img li:hover {
	border: 1px solid #95161f;
}

/*Footer*/
.footer {
	
	bottom: 0;
	width: 100%;
	background: #e7e4e4 url("images/bg-footer.png") repeat;
	border-top: 10px solid #616468;
	height: 165px;
	overflow: hidden;
}

.footerContent {
	padding: 10px;
	color: white;
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
	color: #85898f;
	overflow: hidden;
}

.footerContent p {
	margin: 7px 0;
}

.footerContent p strong {
	font-size: 14px;
	color: #a5adb8;
}

.footerContent a {
	color: #d08b98;
}

.footerContent .borderBottom {
	width: 270px;
	height: 1px;
	background-color: #191c20;
	border-bottom: 1px solid #40474f;
	margin-top: 5px;
}


/*Мы в соц сетях*/
.social {
	font-size: 12px;
	margin-right: 20px;
}

.social>div {
	display: block;
	float: left;
	margin: 18px 5px 0 0;
}

.social ul {
	display: inline-block;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
}

.social ul li {
	float: left;
	margin-right: 5px;
}
