
/* HAPPY NEW YEAR : START
.new-year-logo{
	position: relative;
    top: -18px;
    left: -25px;
}

.header_cont{
	background-image: url(/images/back-snow.png) !important;
	background-repeat: repeat-x !important;
}

.second_header{
	background-image: url(/images/back-snow.png) !important;
	background-repeat: repeat-x !important;
}

.second_logo{
    position: absolute;
    top: 0px;
    left: -29px;
    margin-bottom: 0px !important;
}

.snow1{
	position: absolute;
    left: 4px;
    top: 213px;
}

.snow2{
	position: absolute;
    top: 92px;
    left: 118px;
}

.snow3{
    position: RELATIVE;
    top: -1230px;
    left: -85px;
}

.snow4{
	position: relative;
    top: -1477px;
    left: 524px;
}

.snow5{
    position: absolute;
    right: 64px;
    top: 243px;
}

.top_nav ul {
	margin-top: -6px !important;
}

.left_block{
	background-image: url(/images/snow3.png);
    background-repeat: no-repeat;
	background-position: 139px 236px;
}

.container.main{
    background-image: url(/images/snow4.png);
    background-repeat: no-repeat;
    background-position: 836px 0px;
}

.top_nav{
	margin-top:0 !important;
}

@media only screen and (max-width: 480px) {
	.second_logo{
		position:initial;
	}
}

@media only screen and (max-width: 1570px) {	
	.snow2{
		display:none;
	}
}

@media only screen and (max-width: 1500px) {	
	.snow5{
		display:none;
	}
}

@media only screen and (max-width: 1415px) {	
	.snow1{
		display:none;
	}
}

@media only screen and (max-width: 1250px) {	
	.snow3{
		display:none;
	}
	
	.snow4{
		display:none;
	}
}

@media only screen and (max-width: 1100px) {	
	.container.main{
		background-image: none !important;
	}
}


@media only screen and (max-width: 1270px) {	
	.snow4{
		_display:none;
	}
}

HAPPY NEW YEAR : END */



/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px), handheld  {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

/*  GRID OF TWO   ============================================================================= */

.span_1_of_3 {
	width: 32.2%; 
}

.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

.span_1_of_4 {
    width: 23.8%;
}

.span_1_of_5 {
  	width: 18.72%;
}

.span_1_of_6 {
  	width: 15.33%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px), handheld  {

	.sup_buttons .span_1_of_5 {
		width: 18.72%;
	}

	.span_1_of_5 {
		width: 100%; 
	}
	
	.change_block .span_1_of_4 {
		width: 100%; 
	}
	
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}	
	.span_1_of_3 {
		width: 100%;
	}
	
	/*.span_1_of_6 {
		width: 100%; 
	}*/
}





html, body{
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}

body{
	font-family: "Arial","sans-serif","Tahoma";
	/*font-size: 0.667em;*/
	font-size: 62.5%;
	background-image: /*url(images/back-snow.png),*/ url(images/bg.gif);
	background-repeat: repeat-x, repeat-x;
	/*background: url(images/ny_bg.png) repeat-x center top; /*Новогодняя шапка*/
}


img{
	outline: 0 none;
	border: none;
	max-width: 100%; 
	height: auto;
}

p, div{
	margin-top: 8px;
	margin-bottom: 0;
	
}

a{
	color: #666666;
}

/*.cms-editable{
	margin-top: 0;
}*/

.container{
	max-width: 1223px;
	margin: 0 auto;
	/*overflow: hidden;*/
	padding: 18px 1.4% 0;
	font-size: 1em;
	margin-bottom: 44px;
	min-height: 450px;
}

/*for main page*/
.main .left_block{
	display: block;
	margin: 0;
	/*float: left;		
	margin-right: 0.73589533933%;
	width: 17.661488143%;*/
	width: 216px;
	margin-right: 9px;
	float: left;

}

.main .left_bottom{
	margin: 0;
	width: 208px;
	border: 1px solid #e2e2e2;
	border-bottom: none;
	border-top: none;
}

/*for other pages*/
.second .left_block{
	display: block;
	margin: 0;
	/*float: left;		
	margin-right: 0.73589533933%;
	width: 17.661488143%;*/
	width: 216px;
	margin-right: 9px;
	float: left;
	border: 1px  solid #e2e2e2;
	border-bottom: none;
	border-top: none;
}

.second .left_bottom{
	margin: 0;
	width: 208px;
}

/*for floating blocks*/
.fixed {
	position: fixed;
	top: 0px;
	z-index: 9999;
}

/*for floting header*/
.header-fixed{
	position: fixed;
	top: 0;
	left:0;
	width: 100%;;
	z-index: 9999;
	background-color: #384683;
	margin : 0;
}

.sup-buttons-to-remove a img{
	margin: 0;
}

.header-fixed-wrapper-margin .sup-buttons-to-remove{
	height: auto;
	margin-top : 0;
}

/*********/

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


.center_block{
	margin: 0;
	display: block;
	/*float: left;
	width: 81.6026165177%;*/
	margin-left: 227px;
	width: auto;
}

.logo{
	margin-right: 16.7407407407%;
	/*width: 72.5%;*/
	margin-left: 11.6481481481%;
}

.top_nav ul, .bot_nav ul{
	list-style: none;
	padding: 0;
	color: #e2e4f2;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-top: 7px;
	margin-bottom: 4px;
	display: block;
}

.top_nav a, .bot_nav a{
	color: #e2e4f2;
	text-decoration: none;
}

.top_nav li, .bot_nav li{
	padding: 10px 11.5% 10px 13.063%;
	margin: 0;
}	

.bot_nav{ 
	color: #324080;
	margin-top: 13px;
	margin-bottom: 13px;
}

.top_nav{
	margin-top: 12px;
}

.top_nav li{
	font-size: 0.9em;
	/*padding-bottom: 7px;*/
    padding-top: 7px;
}

.bot_nav li{ 
	color: #324080;
	
	padding-top: 7px;	
	/*padding-bottom: 7px;*/
	font-size: 0.9em;
}

.bot_nav a{
	color: #324080;
}

.bot_nav li:first-child{
	padding-top: 11px;
}

.bot_nav li:last-child{
	padding-bottom: 11px;
}

.left_top{
	margin: 0;
	height: 295px;
}

.social_block{
	margin-left: 8px;
	margin-right: 8px;
}

.social_block div{
	text-align: center;
}

.left_project{
	margin-top: 29px;
	text-align: center;
	margin-bottom: 3px;
	margin-left: 9px;
	margin-right: 8px;
}

.left_project img{
	margin-bottom: 16px;
}

.left_links{
	margin-top: 0;
	border-top: 1px solid #ececec;
	padding-top: 3px;
	text-align: center;
	margin-left: 13px;
	margin-right: 10px;
}

.left_links img{
	margin-top: 16px;
}

.header{	
	width: 72.244488978%;
	float: left;
	margin-top: 17px;
}

.header img{
	margin: 0 3px;
}

.sup_block{
	/*width: 22.755511022%;*/
	float: right;
	/*margin-left: 3%;
	padding-right: 0.40280561122%;
	margin-right: 1%;*/
	margin-top: 4px;
	border-right: 1px solid #4b578f;
}

.overflower{
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}

.lang_block{
	float: right;
	width: 100%;
	max-width: 200px;
	/*border-bottom: 1px solid #4e5a91;*/
	color: #D4D8EC;
	text-transform: uppercase;
	text-align: right;
	font-size: 1.1em;
	margin-top: 0;
	padding-bottom: 2px;
}

.lang_block a{
	color: #D4D8EC;
	text-decoration: none;
	margin: 0 7px 0 7px;
}

.sup_buttons{
	float: right;
	width: 100%;
	max-width: 190px;
	/*border-bottom: 1px solid #4e5a91;*/
	/*padding-bottom: 5px;*/
	height: 43px;
	text-align: right;
	padding-right: 7px;
}

.sup_buttons a{
	
}

.sup_buttons img{
	margin-top: 15px;
}

.segeoarchaeology_block{
    height: 16px;
    width: 72.244488978%;
    background: #f2f2f2;
    color: #324080;
    font-size: 1.4em;
    margin-top: 13px;
    padding-top: -3px;
    margin-bottom: 14px;
}

.segeoarchaeology_block td, .segeoarchaeology_block table, .segeoarchaeology_block tbody{
	padding: 0;
	margin: 0;
	height: 16px;
	border: none;
}

.segeoarchaeology_block table{
	width: 100%;
	border-collapse: collapse;
}

.segeoarchaeology_block_title{
	float: left;
	height: 16px;
	margin-top: 0;
	padding-right: 5px;
}

.segeoarchaeology_block_input_td{
	width: 100%;
}

.segeoarchaeology_block input{
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	height: 16px;
	color: #324080;
	float: left;
	width: 100%;
	outline: none;
}

.segeoarchaeology_button{
	display: block;
	width: 17px;
	height: 17px;
	background: url(images/segeoarchaeology.gif);
	cursor: pointer;
}

.main h1{
	color: #4d5990;
	font-size: 2.4em;
	border-bottom: 1px solid #7a82a7;
	font-weight: 100;
	text-transform: none;
	padding-right: 0;
	padding-bottom: 5px;
	margin-top: 15px;
	padding-top: 0;
}

.main h1 a{
	color: #47548b;
	text-decoration: none;
}

.main h2{
    border-bottom: 1px solid #7A82A7;
    color: #4d5990;
    font-size: 2.3em;
    font-weight: 100;
    margin-bottom: 5px;
    margin-top: -1px;
    padding-bottom: 8px;
    padding-right: 20px;
}

.main h2 a{
	color: #47548b;
	text-decoration: none;
}

.main h3{
	color: #324080;
	font-size: 1.3em;
	font-weight: 700;
}

.main h3 a{
	color: #47548b;
	text-decoration: none;
}

h3 a{
	color: #47548b;
}

.center_left{
	/*float: left;
	width: 72.244488978%;*/
	margin-top: 0;
	
	margin-right: 276px;
	width: auto;
}

.borderer{
	margin: 0;
	padding: 0;
	border-right: 1px solid #e2e2e2;
	padding-right: 2.21606648199%;
	padding-bottom: 7px;
}

.center_right{
	/*float: left;
	width: 26.3527054108%;
	margin-left: 1.10220440882%;*/
	margin-top: 0;
	
	width: 263px;
	float: right;
	/*position: absolute;*/
	top: 0;
	right: 0;
}

.main .borderer h1{
	margin-top: 0;
}

.main_news_block{
	width: 100%;
	margin-top: -4px;
}

.main_news_block .news_item{
	border-top: 1px solid #ececec;
	padding: 7px 1px;
	overflow: hidden;
	margin-top: 4px;
}

.main_news_block .news_item:last-child{
	border-bottom: 1px solid #ececec;
	/*padding-bottom: 10px;*/
}

.main_news_block .news_item .news_img{
	max-width: 95px;
	max-height: 95px;
	margin-right: 14px;
	margin-bottom: 7px;
	float: left;
}

.main  .main_news_block .news_item  h3{
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
}

.main  .main_news_block .news_item h3 a{
	text-decoration: none;
	color: #324080;
}

.main_news_block .news_date{
	color: #808080;
	letter-spacing: 0.5pt;
	font-style: italic;
	margin-top: 0px;
	font-size: 1.1em;
	text-align: left;
}

.main_news_block .news_text{
	font-size: 1.1em;
	margin-top: 0;
}

.news_text p:first-child{
	margin-top:0;
}

.news_link{
	color: #324080;
	display: block;
	text-align: right;
	font-size: 1.2em;
	font-weight: 700;
	margin-top: 15px;
	margin-right: 54px;
}

.news_link a{
	color: #324080;
	text-decoration: none;
}

/*.square{ 
	width:100%; 
	height:0; 
	padding-bottom:100%; 
	margin-top: 0; 
	position: relative;
	background: #505c90;
	
}

.square_ins{
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	text-align: center;
	display: table;
	
}

.square_ins_ins{
	display: table-cell;
	    vertical-align: middle;
}*/


.calend{
	margin-top: 0px;
}

.calend_item{
	border-top: 1px solid #ececec;
	margin-top: 0px;
	padding: 15px 1px 12px 1px;
	overflow: hidden;
}

.calend_item:first-child{
	border-top: none;
}

.square{
	background: #505c90;
	width: 45px;
	height: 45px;
	color: #FFF;
	text-align: center;
	font-size: 1.2em;
	line-height: 0.95em;
	margin-top: 0;
	float: left;
	margin-top: 5px;
}

.second .square{
	font-size: 1em;
	margin: 4px 10px 10px 0;
}

.square span{
	margin-top: 22%;
	display: inline-block;
}

.main .calend h3{
	margin-top: 4px;
	margin-bottom: 8px;
}

.main .calend h3 a{
	color: #324080;
	text-decoration: none;
}

.calend_text{
	margin-left: 60px;
	margin-top: 0;
}

.calend_tag{
	font-style: italic;
	font-size: 0.8em;
	margin-top: 0;
}

.calend_desc{
	font-size: 1.1em;
	margin-top: 4px;
}

.calendar_link{
	color: #324080;
	display: block;
	text-align: right;
	font-size: 1.2em;
	font-weight: 700;
	margin-top: 18px;
	padding-right: 13px;
	border-top: 1px solid #ECECEC;
	padding-top: 8px;
}

.calendar_link a{
	color: #324080;
	text-decoration: none;
}

.videochannel{
	margin-top: 4px;
	overflow: hidden;	
}

.videochannel:after{
	clear:none;
}

.main  .videochannel h3{
	font-size: 1.2em;
}

.video_link{
	color: #324080;
	display: block;
	text-align: right;
	font-size: 1.2em;
	font-weight: 700;
	margin-top: 14px;
	margin-right: 22px;
}

.video_link a{
	color: #324080;
	text-decoration: none;
}


.box_liner{
	border-bottom: 1px solid #E2E2E2;
    clear: right;
    height: 40px;
    margin-bottom: 7px;
}

.box_block{
	margin-left: -59px;
	overflow: hidden;
	padding-bottom: 4px;
	margin-top: 4px;
}

.box_ins{
	background: #f4f4f4;
	border: 1px solid #FFF;
	padding: 9px 10px;
	width: 178px;
	margin-bottom: 8px;
	color: #595959;
	margin-top: 4px;
	
	-webkit-box-shadow: 3px 2px 0px #e0e0e0;
	-moz-box-shadow:    3px 2px 0px #e0e0e0;
	box-shadow:         3px 2px 0px #e0e0e0;
	
	margin-left: 62px;
	float: left;
	font-size: 1.1em
}

.box_field{
	margin-top: 4px;
}

.box_line{
	border-bottom: 1px solid #384683;
	height: 67px;
	margin-top: 4px;
}

.box_title{
	text-transform: uppercase;
	color: #384683;
	font-size: 1.2em;
	margin-top: 4px;
}

.footer{
	background: #384683;
	font-size: 1.1em;
	margin-top: 4px;
	clear: left;
}

.footer_cont{
	margin: 0 auto;
    max-width: 1223px;
	overflow: hidden;
	padding: 10px 0;
}

.footer_logo{
	margin: 0 9px 0 0;
    width: 216px;
	float: left;
	margin-top: 4px;
}

.footer_menu{
	width: 81.4390842191%;
	float: left;
	color: #D4D8EC;
	margin-top: 4px;
}

.footer_menu a{
	color: #D4D8EC;
	text-decoration: none;
}

.footer_menu b a, .footer_menu strong a{
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: 100;
}

.footer_menu > div{
	text-align: left;

}

.footer_menu ul{
	 list-style: none outside none;
	 display: block;
	 padding: 0;
	 margin-top: 0;
}

.footer_menu ul li{
	margin-bottom: 6pt;
}

.footer_line{
	margin: 0 0 0 225px;
	width: 100%;
	
	/*border-top: 1px solid #4e5a91;*/
	clear: both;
	color: #D4D8EC;
	padding-top: 6px;
	padding-bottom: 19px;
}

.footer_line a{
	color: #D4D8EC;
}

.footer_line p{
	margin-top: 8px;
}

.main_news_block .spec_item .news_img{
	max-width: 175px;
	max-height: 150px;
	float: none;
}

.main .main_news_block .spec_item h3{
	font-size: 1.5em;
	margin-top: 0px;
	text-align: left;
}

.second .main .main_news_block .spec_item h3{
	font-size: 1.3em;
}

.main_news_block .spec_item .news_text{
	margin-top: 8px;
	margin-bottom: 10px;
	text-align: left;
}

.main_news_block .spec_item{
	padding: 0;
	width: 30%;
	/*margin-right: 1%;
	margin-left: 1%;*/
	margin-left: 1%;
	padding-left: 1%;
	padding-right: 1%;
	float: left;
	border: 0;
	text-align: center;
	margin-top: 3px;
	padding-top: 10px;
	border-right: 1px solid #ececec;
	margin-bottom: 10px;
}

.main_news_block .spec_item:first-child{
	border-left: 0;
}

.main_news_block .spec_item:last-child{
	border-bottom: 0;
	border-right: 0;
}



@media only screen and (max-width: 790px) {
	.segeoarchaeology_block, .center_right, .center_left{
		width: 100%;
		position: relative;
		float: none;
	}
	body{
		font-size: 55%;
	}
}




@media only screen and (max-width: 480px), handheld  {
	body{
		font-family: "Arial","sans-serif","Tahoma";
		font-size: 62.5%;
	}


	.left_block, .center_block{
		width: 100%;		
		position: relative;
		margin-left: 0;
		float: left;
	}	

	.logo{
		margin: 0 auto;
		display: block;
		width: auto;
		max-width: 100%;
	}
	
	.header{
		display: none;
	}
	
	.sup_block{
		width: 100%;
		background: #384683;
	}
	
	.segeoarchaeology_block, .center_right, .center_left{
		width: 100%;
	}
	
	.center_left{
		float: none;
	}
	
	.borderer{
		border: none;
		padding: 0;
	}
	
	.footer_logo{
		display: none;
	}
	
	.footer_menu{
		width: 100%;
	}
	
	.footer_menu > div{
		text-align: left;
	}
	
	.footer_menu ul{
		margin: 0 25px;
		font-size: 1.3em;
	}
	
	.footer_line{
		width: 60%;
		padding: 9px 10%;
		margin: 0 auto;
		font-size: 1.2em;
	}
	/*.overflower{
		overflow: visible;	
	}*/
}


/* ------------------second page------------------------------ */

.page_td{
	width : 25%;
}

table.table-of-equal-four{
    table-layout : fixed;
}


table.table-of-equal-four td {
    width: 25%;
}

.scroll-up{
    cursor: pointer;
	-webkit-transition : all 1s;
	-moz-transition : all 1s;
	-o-transition : all 1s;
	transition : all 1s;
	position : fixed;
	right : 1.4%;
	bottom : -100px;
}

.scroll-up_fixed{
	bottom : 20px;
}



.second_header{
	overflow: hidden;
	background: #384683;
	max-width: 1223px;
	margin: 0 auto;
	padding-top: 2px;
	position: relative;
}

.second{
	background: #FFF;
	background-image: none;
}

.header_cont{
	background: #384683;
	margin-top: 0;
	overflow: hidden;
}

.second .header img{
	margin: 0 3px;
}

.second .second_logo{
	margin-left: 37px;
	margin-bottom: 5px;
	margin-right: 61px;
	float: left;
	
}


.header_right{
	margin-left: 210px;
	width: auto;
	margin-top: 4px;	
}

.header_title{
	margin-left: 1.48075024679%;
	width: 65.9427443238%;
	margin-right: 5.0524185587%;
	float: left;
	margin-top: 4px;	
}

.sec_top_menu{
	margin-top: 23px;
	float: left;
	margin-left: 1.48075024679%;
}

.sec_top_menu ul{
	list-style: none outside none;
	display: block;
	padding: 0;
	margin-top: 0;
	color: #FFF;
	font-size: 1.5em;
	text-transform: uppercase;
	margin-bottom: 3px;
	overflow: hidden;
}

.sec_top_menu ul li{
	float: left;
	border-left: 1px solid #4e5a91;
	padding: 10px 30px 3px 8px;
	margin: 0;
}

.sec_top_menu ul li:first-child{
	border-left: none;
}

.sec_top_menu a{
	color: #FFF;
	text-decoration: none;
}

.left_segeoarchaeology {
	width: 89.9038461538%;
	margin-left: 5.76923076923%;
	margin-top: 34px;
	margin-bottom: 31px;
}

.left_segeoarchaeology .segeoarchaeology_block_title{
	background: #505c90;
	width: 6px;
	margin-top: 0;
}

.second .social_block{
	padding-bottom: 15px;
}

.second .left_block{
	margin-top: 18px;
}

.breadcrumbs{
	color: #808080;
	font-style: italic;
	font-size: 1.1em;
	margin-top: 4px;
}

.breadcrumbs a{
	color: #808080;
}

.second .left_block{
	width: 208px;
}

h1{
	text-transform: uppercase;
	font-size: 1.53em;
	color: #595959;
	font-weight: 100;
	padding-right: 30%;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 9px;
	padding-top: 25px;
}

h2{
	color: #595959;
	font-size: 1.45em;
}

h3{
	color: #595959;
	font-size: 1.15em;
}

h4{
	color: #595959;
	font-size: 1em;
}

.page_content{
	color: #666666;
	margin-top: 0px;
	font-size: 1.3em;
}

.page_content p, .page_content div{

}

table{
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px solid #bfbfbf;
	width: 100%;

}

table td, table th{
	border: 1px solid #bfbfbf;
	padding: 4px 7px 5px 7px;
	text-align: left;
}

ol li, ul li{
	margin: 8px 0;
	padding-left: 2px;
}

ol, ul{
	margin: 23px 0;
}

ul{
	list-style-image: url(images/ul1.gif);
}

ul ul{
	margin-top: 0;
	margin-bottom: 0;
	list-style-image: url(images/ul2p.gif);
}

ol ol{
	margin-top: 0;
	margin-bottom: 0;
}

.left_liner{
	border-left: 1px solid #e2e2e2;
	padding-left: 10px;
}

.sp_title{
	margin-left: 10px;
}

textarea{
	border: none;
	background: #f1f1f1;	
}

.ivis_table{
	border: none;
}

.ivis_table td{
	border: none;
	padding-left: 0;
}

.ivis_table textarea{
	width: 100%;
	height: 180px;
}

.red{
	color: #ff0000;
}

.autorblock{
	margin-top: 0;
	font-size: 90%;
}

input{
	margin-right: 10px;
}

.news_filter_block{
	background: #f4f4f4;
	padding: 10px 26px;
	margin-bottom: 12px;
}

.news_filter_block select, .news_filter_block input {
	margin-top: 0;
    vertical-align: text-top;
    margin-right: 15px;
}

.news_filter_block input[type=checkbox], .news_filter_block input[type=radio]{
	margin-top: 3px;
}

.news_filter_block input[type=submit]{
	margin-bottom: -4px;
	margin-top: -2px;
}

.second_news{
	margin-top: 0;
}

.second_news .news_img{
	float: left;
    margin-bottom: 7px;
    margin-right: 14px;
    max-height: 170px;
    max-width: 180px;
    width: auto;
}

.second_news .news_item{
	margin-top: 4px;
    overflow: hidden;
    padding: 7px 1px;
	margin-bottom: 10px;
}

.second_news .news_item h3, .second_news .news_item h3 a{
	 color: #595959;
	 text-decoration: none;
}

.second_news .news_item h3{
	margin-top: 10px;
	margin-bottom: 8px;
	max-width: 89%;
}

.news_type{
	text-transform: uppercase;
	color: #4A568C;
	font-weight: 700;
	margin-top: 0;
}

.s_news_date{
	margin-left: none;
	color: #808080;
	font-style: italic;
	margin-left: 10px;
	font-weight: 100;
	font-size: 95%;
}

.paginator{
	display: inline-block;
	background: #f4f4f4;
	padding: 1px 25px 3px 25px;
	margin-top: 20px;
	margin-right: 10px;
}

.paginator a{
	color: #666666;
	text-decoration: none;	
	text-transform: uppercase;
	font-size: 0.85em;
}

.paginator .pagi_numbers{
		font-size: 1.15em;
}

.paginator .pagi_numbers a{
	color: #666666;
	text-decoration: underline;	
}

.paginator .pagi_numbers b{
	font-size: 0.9em;
}

.paginator  a, .paginator  b{
	margin: 0 3px;
}

.one_news{
	margin-top: 0;
}

.one_news .s_news_date{
	margin: 0;
}

.one_news .news_item{
	margin-top: 0;
	padding-top: 0;
}

.sub_h{
	font-weight: 100;
}

.second .one_news h3{
	margin-bottom: 15px;
	margin-top: 8px;
}

.one_news .news_img{
	max-width: 280px;
	max-height: 280px;
}

.right_menu{
	float: right;
	width: 19.9398797596%;
	/*padding-left: 2.70541082164%;
	border-left: 1px solid #E2E2E2; */
}

.with_right_menu .page_content{
	margin-right: 22.6452905812%;
	border-right: 1px solid #e2e2e2;
	padding-right: 1.50300601202%;
}

.with_right_menu h1{
	padding-right: 10%;
}

.right_menu ul, .right_menu a{
	color: #324080;
	text-decoration: none;
}

.right_menu ul{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
}

.right_menu ul li{
	margin-bottom: 15px;
}

.right_menu img{
	margin: 20px 0;
}

.sub_menu ul{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;	
	padding-bottom: 30px;
}

.sub_menu li{
	margin: 0;
	padding: 0;
}

.sub_menu div{
	margin-top: 0;
	margin-bottom: 0;
}

.sub_menu h3{
	margin-top: 0;
}

.gal{
	border: 1px solid #e2e2e2;
	border-left: none;
	border-right: none;
	padding: 10px 0 1px 0;
}

.gal h4{
	margin: 0;
}

.gal h4 a{
	text-decoration: none;
}

.gal .news_text{
	margin-top: 13px;
}

.alb_link{
	padding-right: 5px;
	padding-left: 5px;
}

.gallery_item{
	width: 20%;
	overflow: hidden;
	float: left;
	/*min-height: 200px;*/
	padding: 0;
	text-align: center;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	margin: 0;
	margin-top: -1px;
	background: #FFF;
	position: relavite;
	left: 2px;
}

.gallery_in{
	margin: 10px 0;
	border-right: 1px solid #e2e2e2;
	padding: 10px;
	height: 160px;
	overflow: hidden;
	color: #BFBFBF;
}

.gallery_item img{

	padding: 0;
	margin: 0;
	max-height: 160px;
}


.gallery{
	overflow: hidden;
	margin-right: -2px;
	margin-top: 0px;
	border-top: 1px solid #E2E2E2;
	margin-left: -2px;
}

.gallery_bot{
	border-top: 1px solid #E2E2E2;
	top: -1px;
	clear: left;
	position: relative;
}

.img_wraper{
	display: inline-block;
	max-width: 100%;
    margin-bottom: 21px;
    /*margin-right: 14px;*/
    margin-top: 0;
    position: relative;
	
	font-size:0; /* убираем горизонтальные отступы */
    line-height:0; /* ...и вертикальные в некоторых браузерах */
	letter-spacing:-1px;
}

.main_news_block .spec_item .img_wraper img{
	margin: 0;	
	height: auto;
    max-width: 100%;
	line-height: 0px;
	font-size: 0px; 
	max-height: 115px;
	line-height:normal;
	letter-spacing:normal; 
	 width: auto;
}

.img_division{
	bottom: -14px;
    left: 0;
    position: absolute;
    right: 0;
	background: #505C90;
	color: #FFF;
	text-align: center;
	
	line-height:normal;
	letter-spacing:normal; 
	font-size: 9px;
	text-transform: uppercase;
	padding: 1px 0;
	
}	

.change_block {
	margin-top: 43px;
}

.change_block div{
	margin-top: 0;
}

.changed_button div{
	cursor: pointer;
	display: inline-block;
	color: #515c93;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 3px 4px;
}

.changed_button  p{
	display: inline-block; 
	width: 1px;
	height: 16px;
	background: #515c93;
	position: relative;
	top: 2px;
	margin: 0 4px;
}

.changed_button .active{
	background: #515c93;
	color: #FFF;
}

.change_block .changed_field{
	margin-top: 5px;
	border-top: 1px solid #7a82a7;
	padding: 17px 2px 13px;
}

.end_line{
	border-top: 1px solid #ececec;
}

.main .end_line{
	border-top: 1px solid #ececec;
	margin-top: 0;
}

.news_link, .change_block .video_link{
	text-align: left;
	margin: 10px 0px 0;
}

.news_type .s_news_date:first-child{
	margin-left: 0;
}

.scroll_block{
	height: 85px;
	overflow: auto;
}

.main .mCSB_horizontal > .mCSB_container p{
	margin-right: -100px;
}

.scroll_block div, .scroll_block p{
	margin-top: 0;
}

.scroll_block img{
	margin-left: 7px;
}

.scroll_block  img{
	max-width:none; /* stupid ie8 */
}

.scroll_block a{
	text-decoration: none;
}

.scroll_block>img:first-child, .scroll_block p>img:first-child, .scroll_block a:first-child img{
	margin-left: 0px;
}

.videochannel_img_wraper{
	margin-top: 0px;
	max-width: 155px;
}

.jqmOverlay{
	margin-top: 0;
}

.footer_logo img{
	display: none;
}

.modal_close{
	cursor: pointer;
    display: block;
    position: absolute;
    right: -25px;
    top: -27px;
	width: 25px;
	height: 25px;
	background: url(images/close-button.png);
	overflow: hidden;
	line-height: 100px;
}

.main #vdpages{
	display: none;
}

.scroll_title{
	color: #515C93;
	font-size: 1.5em; 
	text-transform: uppercase; 
	margin-top: 30px;
}

.journal-table{
	border: none;
}

.journal-table td{
	vertical-align: top;
	border: none;
	width: 15%;
}

.jor-year td {
    padding-bottom: 10px;
}

.jor-year {
    font-size: 1.2em;
    font-weight: 700;
}

.jor-year{
	font-weight: 700;
}

.s_news_date time{
	margin-left: 10px;
}

.full_center{
	width: 100%;
}

.full_center .main_news_block .spec_item{
		border: none;
		margin: 0;
		padding: 0;
		margin-right: 2.5%;
		width: 22.5%;
}

.center_col{
	overflow: hidden;
}

.center_col > div > div{
	border-left: 1px solid #e2e2e2;
	padding-left: 8%;
	padding-right: 6%;
	border-right: 1px solid #E2E2E2;
    margin-right: -1px;
}

.center_col > div:first-child > div{
	border-left: none;
	padding-left: 0;
}

.center_col .span_1_of_3{
	width: 34.3%;
	margin: 0;
}

.center_col .span_1_of_3:first-child{
	width: 31.2%;
}

.center_col .img_division{
	height: 4px;
	bottom: -6px;
}

.center_col .img_wraper{
	margin-bottom: 8px;
}

.center_col h1{
	max-width: 284px;
	margin-bottom: 11px;
}

.center_col ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #ececec;
	border-left: none;
	border-right: none;
	/*width: 284px;*/
	margin-right: 2%;
	font-size: 1.4em;
	margin-top: 11px;
}

.center_col ul a{
	color: #324080;
	text-decoration: none;
}

.center_col ul li{
	margin: 14px 0 14px;
}

.center_col ul li:first-child{
	margin-top: 6px; 
}

.center_col ul li:last-child{
	margin-bottom: 12px;
}

.cap{
	font-weight: 700;
}

.qw_block > div{
	border-top: 1px solid #dbdbdb;
}

.qw_block > div:first-child{
	border-top: none;
}



.ann{
	margin-top: 25px;
	padding: 3px 20px 6px 10px;
	background: #e8e9ee;
	overflow: hidden;
	margin-bottom: 18px;
}

.ann_img{
	float: left;
	width: 204px;
}

.ann_text{
	margin-left: 217px;
	font-size: 11px;
}

.ann_text h2{
	border-bottom: none;	
	font-size: 15px;
	letter-spacing: 1px;
	padding-top: 3px;
	text-transform: uppercase;
	font-weight: 700;
}

.ann_or{
	color: #fb7200;	
	font-size: 13px;
	font-weight: 700;
}

.ann_text a{
	color: #4d5990;
}

.ann_r{
	letter-spacing: 1px;
}

.fix {
    /*background: none repeat scroll 0 0 #ebeef9;*/
	box-shadow: 0 0 5px rgba(0, 0, 50, 0.4);
}

.main_news_block .fix{
	border-right: 0;
} 

.cal_fix .square{
	border-bottom: 6px solid #ee2d35;
	height: 39px;
}

.rline{
	display: inline-block;
	width: 11px;
	height: 8px;
	background: url(/images/rline.gif) no-repeat;
	padding-bottom: 3px;
	margin: -3px 3px 0 6px;
}

div.jor-year{
	font-weight: 700;
	clear: left;
}

div.jor-td{
	float: left;
	width: 112px;
	height: 195px;
	padding: 4px 7px 5px;
}

div.journal-table{
	overflow: hidden;
}

.bordered td, .bordered th{
	border-top: 2px solid #6a6a6a;
}

.additional_menu{
	float: right;
	position: relative;
	color: #666666;
	margin: 0 0 -20px;
}

.am_btn{
	border: 1px solid #e2e2e2;
	background: url(images/am_arrow.png) no-repeat 5px 4px;
	min-height: 25px;
	padding-left: 33px;
	padding-right: 13px;
	line-height: 11px;
	padding-top: 3px;
	z-index: 10;
	position: relative;
}

.am_cont{
	position: absolute;
	z-index: 5;
	border: 1px solid #979797;
	top: -12px;
	right: 0;
	padding-top: 45px;
	min-width: 203px;
	background: #FFF;
	width: 402px;
	
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;	
}

.am_btn:hover + .am_cont, .am_cont:hover{
	visibility: visible ;
	opacity: 1;
}

.am_cont ul{
	list-style: none;
	padding: 0;
	font-size: 1.15em;

	сolumn-gap: 1px;
	-moz-column-gap: 1px;
	-webkit-column-gap: 1px;
	column-rule: 1px solid #e2e2e2;
	-moz-column-rule: 1px solid #e2e2e2;
	-webkit-column-rule: 1px solid #e2e2e2;
	-webkit-column-width: 195px;
	-moz-column-width: 195px;
	column-width: 195px;

	width: 402px;
}

.am_cont ul li{
	color: #324080;
	padding: 0px 23px 16px;
	margin: 0 0 8px;
	width: 155px;
	
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.am_cont ul li a{
	color: #324080;
	text-decoration: none;
}

.question_block {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 22px;
    padding-top: 12px;
	margin-top: 0;
}

.question, .answer{
	overflow: hidden;
}

.question{
	margin-top: 0;
}

.question .q_title, .answer .a_title {
    color: #595959;
    float: left;  
	width: 48px;
	font-size: 7pt;
	text-transform: lowercase;
	padding-top: 2px;
}

.answer_text__answerer{
    color: #595959;  
	font-size: 8pt;
	font-style: italic;
	margin-bottom: 5px;
	padding-top: 1px;
}

.question_text, .answer_text{
	margin-left: 49px;	
}

.new_question{
	background: #505c90 none repeat scroll 0 0;
    box-shadow: 1px 1px 1px #000;
    color: #fff;
    font-size: 1.3em;
    margin: 20px auto;
    padding: 10px 20px;
    text-align: center;
    width: 120px;
	display: block;
	text-decoration: none;
}

.question_form{
	padding: 11px 15px;
	border: 1px solid #FFF;
	border-left: none;
	border-right: none;
	
	background: #f4f4f4;
	position: relative;
	margin-bottom: 3px;
}

.question_form:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: 0px;
  right: 0px;
  bottom: -4px;
  border: 1px solid #e2e2e2;
  margin-bottom: 2px;
}


.question_form .faq_btn{
	width:auto;
	padding-right: 15px;
}




.question_btn, .faq_btn{
	border: 1px solid #e2e2e2; 
	background: #FFF url("images/am_arrow.png") no-repeat scroll 8px 9px ;
	padding-left: 42px;
	width: 120px;
	font-size: 11pt;
	line-height: 40px;
	height: 37px;
	margin-top: 0;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.question_form .test{
	width:auto;
	padding-right: 20px;
	display: inline-block;
	text-decoration: none;
}


.question_date{
	margin-left: 49px;
	font-style: italic;
}

.question_form_inner {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    margin-top: -1px;
    padding: 8px 7px;
}

.question_form_inner table{
	margin: 0;
}

.question_form_inner table tr:first-child td{
	vertical-align: top;
	padding-bottom: 0px;
}

.question_form_inner table tr:first-child td input[type=text], .question_form_inner table tr:first-child td input[type=email]{
	width: 100%;
	margin-top: -2px;
	max-width: 300px;
}

.sm_form_text {
	font-size: 8pt; 
	display: inline-block; 
	line-height: 20px;
	font-style: italic;
}

.errors, .error{
	color: #FF0000 ;
}

.one_line_text{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab_block{
	overflow: hidden;	
	border-bottom: 1px solid #e2e2e2;
}

.tab{
	display: inline-block;
	position: relative;
	border-radius: 4px 4px 0 0;
	border: 1px solid #e2e2e2;
	border-bottom: none;
	padding: 5px 10px;
	text-decoration: none;
}

.tab_active{
	z-index: 5;
	margin: 0 -8px;
	padding: 6px 12px 4px;
	font-size: 15px;
	background: #EEEEEE;
	box-shadow: 1px 1px 3px;
}

.tab_active:first-child{
	margin-left: 0;
}



.header_title2 {
	float: left;
	margin-top: 8px;
	color: #E6E9F6;
	text-align: center;
	font-size: 14pt;
	margin-left: -27px;
	padding-top: 35px;
}


.top_borders {
	border-top: 1px solid #4b578f;
	border-bottom: 1px solid #4b578f;
	margin-top: 5px;
	margin-bottom: 11px;
}

.issn {
	color: #E6E9F6;
    font-size: 11pt;
    font-weight: 600;
    width: 100%;
    text-align: right;
    padding-top: 12px;
    border-right: 0;
}

.banners {
	text-align: center;
	/*padding-top: 25px;*/
	padding-bottom: 15px
}

.banners > a > img {
	padding-top: 5px;
}

.left_block {
	margin-bottom: 17px !important;
}

.container {
  min-height: calc(100vh - 340px);
}


@media only screen and (max-width: 950px) {
	.gallery_item{
		width: 25%;
	}
	
	.gallery_in{
		height: 140px;
	}
	
	.gallery_item img{
		max-height: 140px;
	}
}



@media only screen and (max-width: 820px) {
	.right_menu{
		width: 30%;
		font-size: 80%;
	}
	
	.with_right_menu .page_content{
		margin-right: 32.70541082164%;
	}
	
	.gallery_item{
		width: 33.333333333%;
	}
}

@media only screen and (max-width: 650px) {	
	.gallery_item{
		width: 50%;
	}
}


@media only screen and (max-width: 480px), handheld {
	.second .second_logo{
		margin: 0 auto;
		float: none;
		display: block;
	}
	
	.header_title, .right_menu, .with_right_menu .page_content{
		width: 100%;
		float: none;
		margin-left: 0;
	}
	
	.header_right{
		width: 100%;
		float: none;
		margin-left: 0;
	}
	
	.second .sup_block{
		width: 100%;
	}
	
	.second .left_block{
		width: 100%;
	}
	
	.right_menu{
		font-size: 100%;
	}
	
	.box_ins{
		margin-left: 55px;
	}
	
	.center_col .span_1_of_3, .center_col .span_1_of_3:first-child{
		width: 100%;
		margin: 0 auto;
	}	
	
	.center_col > div > div{
		padding: 0;
	}
	
	.sec_top_menu ul li{
		float: none;
		border: none;
	}
	
	.bot_nav, .bot_nav ul{
		margin-top: 0;
	}
	
	.sec_top_menu{
		margin-left: 0;
		width: 100%;
	}
	
	.sec_top_menu li {
		font-size: 0.9em;
		padding-top: 7px;
	}
	.sec_top_menu ul li, .bot_nav li {
		margin: 0;
		padding: 10px 14.963%;
	}
	
	.sec_top_menu ul{
		width: 100%;
	}
	
	.second .container{
		padding-top: 0;
	}
	
	.second .left_block{
		margin-top: 0;
	}
	
	.left_project{
		display: none;
	}
}

