*{
  margin: 0;
  padding: 0;
  border: 0;	
}
html, body{
	height:100%;
}
/* strong, */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var, 
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

body {
  font: 16px/25px 'Raleway', Calibri, Arial, sans-serif;
  /* font: 16px/25px "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; */
  color: #404040;
  /* background: #f9f9f9; */
  background: #f7f5f3 url(img/slider-bg.png) 0 35px;
}
.page{
	width:100%;
	height:100%;
	margin: 0 auto;
	min-width:1085px;
}
.content{
	
	height:100%;
	width:100%;
	position:relative;
}
.container {
  /* margin-left:250px; */
  
  margin: 11px auto;
  /* margin-left:250px; */
  /* width: 1027px; */
  
}
.container ul{
  margin-left:25px;
}
.content_p{
  margin-top:15px;
  padding: 20px 20px 20px;
  width: 1080px;
  margin: 0 auto;
  background: white;
  height: calc(100% - 273px);
  height: -moz-calc(100% - 273px);
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.text_st{
    font: 12pt/10pt sans-serif;
    text-indent: 0.1em;
    text-align: justify;
    margin-bottom: 0.3em;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}
.h1_header {
	/* font-size: 37px; */
	font-weight:bold;
	line-height: 1.53;
    color: #00965e;
    padding-left: 1.7em;
}
h2 {
    font-size: 17px;
    line-height: 1.15;
    margin-top: 0.7em;
    margin: 0.5em;
    color: #333;
}
.header {
  /* position: relative; */
  /* margin: 150px auto 0 auto; */
  margin-left:51%;
  /* margin-left:250px; */
  /* margin-right:250px; */
  /* padding: 10px 20px 20px; */
  padding: 1px 7px 20px;
  /* width: auto; */
  width: 381px;
  text-align:right;
  /* height:39px; */
  height:41px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  z-index: 2;
  background-image: url(img/slider-bg.png) 0 35px;
}
.header  a{
	color: #404040;
	text-decoration: none;
}
.header_back{
	height: 257px;
	width: 100%;
	min-width:1135px;
	margin: 0 auto;
	/* min-width: 980px; */
	background-image: linear-gradient(107deg,#00965e,#00615b);
	z-index: 0;
}
.data_head{
	position:absolute;
	top:20px;
	left:11%;
}
.header_text{
	/* position: absolute; */
	margin-left: 13px;
	margin-top: 36px;
	float:right;
}
.name1{
	color: #fff;
    letter-spacing: .04em;
	font-size: 1.7em;
    line-height: 1.1em;
}
.name2{
	color: #fff;
    letter-spacing: .04em;
	font-size: 2.1em;
    line-height: 1.1em;
	margin-top:27px;
}
.header h1{
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;	
}
.header_menu{
	position:absolute;
	left:219px;
	top: 147px;
	font-size: 1.3em;
	color:#FFF;
	
}
.header_menu span{
	padding: 0 7px;
}
.header_menu a{
    text-decoration: none;
    /* color: rgb(0, 98, 91); */
	color:#FFF;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    border-bottom: rgb(0, 98, 91) inset 1px;
	padding: 0 3px;
}
.header_menu a:hover, .regInM:hover{
    border-bottom: #FFF dashed 1px;
}
.regInM:hover{
	cursor:pointer;
}

:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}


.error{
  color: red;
  border-bottom: 1px solid #ef2c2c70;
  border-right: 1px solid #ef2c2c70;
  border-radius: 3px 3px 0 0;
}
#message12 {
  display:none;
  position:fixed;
  margin: 15px auto;
  width: 340px;
  padding: 20px 20px 20px;
  left:33%;
  top: 251px;
  z-index: 100;
  cursor: not-allowed;
  color: #656565; /* цвет текста */
  border: 1px solid #CFDBED;
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background:#efefef;
  padding: 0.93em 1.5em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
  border-radius: 0.5em;
  letter-spacing: 0.2em;
}
#message:before {
  content: '';
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}

























div#banner {
    /* background: #228B22; */
    position: absolute;
    top: 7px;
    left: 181px;
    /* margin-top: 1.9em; */
    /* margin-left: 1.5em; */
    height: 114px;
}

#header {
	/* background: #fff; */
	width: 980px;
   	/* height: 211px; */
   	height: 175px;
	position: relative;
	margin: 0 auto;
	z-index: 21;
	
	}

#top_menu1, #top_menu2{
	position: absolute;
	top: 10px;
	font-size: 1.9em;
}
#top_menu1 {
    /* right: 340px; */
    right: 2%;
}
.logoolimp{
    width: 165px;
    /* height: 134px; */
    padding: 0;
	/* padding-top: 25px; */
    font-size: 0;
    line-height: 0;
    border: none;
    text-align: center;
    /* background:  url("../image/logo-bg.png") no-repeat; */
    margin: 0;	
}
.rpa, .site {
	/* color:#FFDAB9; */
	/* color:#00625b; */
	color:#fff;
	letter-spacing: .04em;
	/* position: absolute; */
	/* padding-left: 17%; */
}
.rpa {
    font-size: 1.7em;
    line-height: 1.1em;
}
.site {
    font-size: 1.3em;
    line-height: 1.3em;
}
	