body
{
	padding:0;
	margin: 0;
background: #3f8aac; /*Основной фон*/

}

  a{
    color: #868482; /* Цвет ссылок */
   }


.kn{
  margin-top: 300px;
  position: fixed;
  width: 20px;
  height: 20px;
  /*background: #ff0000;*/
  opacity: 0.7,0;
}
.main
{			/*Основной блок*/
	margin: 0 auto;
	width: 1000px;
	height: 1050px;
  background: #cce8fe;
}
.header
{		/*Шапка*/
	width: 1000px;
	height: 200px;
	margin: 0;
    padding: 0;
}
#logo
{		/*Логотип*/
	position: absolute;
	margin: 0;
	float: left;
	width:280px;
	height:200px;
	padding: 0;
	z-index: 1;
}
#title
{		/*Название*/
	position: relative;
	margin: 0;
	top:50px;
	text-align: top;
	margin-left:300px;
	width:650px;
	height:100px;
	

}

#rez_bl
  { 	/*Расстягивающийся блок java*/
    position: static;
    float: right;
    left: 0px;
    margin: 0;
    padding-top: 7px;
    padding-left: 10px;
    width: 50px;
    height: 200px;
    border: 0px solid black;
    
    opacity: 0.5;

  }

/*Расстягивающийся блок css*/
  #rez_blok
  { 	
  	top:-32px; right:0em; /* Положение */
   position: relative;
   float: right;
 margin: 0:;
    padding-top: 5px;
    padding-left: 0px;
    text-align: center;
    width: 1000px;
    height: 80px;
    border: 0px solid black;
background: url(../img/fon/fon_2.png) ;
background-repeat: no-repeat
;
     -webkit-transition: top 1s ease-out 0.5s;
     -moz-transition: top 1s ease-out 0.5s;
     -o-transition: top 1s ease-out 0.5s;
     transition: top 1s ease-out 0.5s;
     z-index: 2;

  }
  #rez_blok:hover { top: 0; }

  /*Конец*/

  /*Контактноя колонка*/
.cont
{
    margin-top: 5px;
    margin-right: 2px;
    padding:0px;
    float: right;
    display: inline-block;
    width: 250px;
    height: 100px;
    font-weight: normal;
    /*outline: solid 1px;*/
}
                          /*Контактная шапка*/
.sh
{
  width: 250px;
  height: 50px;

 
}
.sh_r
{
  float: right;
  margin-top: 15px;
  margin-right: 27px;
  width: 200px;
  height: 200px;

 
}
.sh1
{
  width: 250px;
  height: 800px;

}
.sh_p{
  float: left;
  width: 50px;
  height: 45px;
/*  outline: solid 1px;*/

}
.sh_t{
  float: right;
  width: 170px;
  height: 20px;
  padding-left: 5px;
  padding-top: 10px;
  /*outline: solid 1px;*/
 color: #868482;

}
.sh_t1{
  float: right;
  width: 170px;
  height: 20px;
  padding-left: 5px;
  padding-top: 2px;
  /*outline: solid 1px;*/
 color: #255dff;

}
.q{
  width: 250px;
  height: 1px;
box-shadow: 0 0 8px rgba(0,0,0,1); /* Параметры тени */
}

p{
 margin: 0;
 padding: 0;
}
.sh_text{
  padding:3px;

  width: 244px;
  
  margin-bottom: 5px;
  opacity: 0.7;

}

                               /*Конец*/


/*Основная колонка*/
.main1
{
    position: relative;
  float: left;
  width: 740px;
  height: 230px;
  /*outline: solid 1px #ddd;*/
margin-left: 5px;
margin-bottom: 5px;
margin-top: 5px;
}

.main11
{

margin-top: 2px;
  float: left;
  width: 745px;
  height: 800px;
  margin-bottom: 5px;
  /*outline: solid 1px;*/


}

.next
{
  position: relative;
  float: left;
  left: 5px;
  width: 520px;
  height: 27px;
 /* outline: solid 1px #ddd;*/
margin-right: 0px;
margin-top: 0px;
margin-bottom: 3px;
top: 95px;
}
.next1
{
  position: relative;
  float: left;
  left: 5px;
  width: 900px;
  height: 27px;
 /* outline: solid 1px #ddd;*/
margin-right: 0px;
margin-top: 0px;
margin-bottom: 13px;
top: 20px;
}
.footer{
  width: 1000px;
  height: 105px;
  background: #525252;
  margin-top: 810px;
    background: url(../img/fon/fon_11.png) ;
  }
.f_info{
 
  width: 330px;
  height: 95px;
    /*outline: solid 1px #0000ff;*/
    display: inline-block;
    color:#6b6b6b;
}
#img-radius {
  border-radius: 10px;
}