body{
 margin: 0px;
 background-color: #fff;
}

body,td,span,div,p,A{
 font-family: Tahoma,Verdana,Arial;
 font-size: 11px;
 line-height: 14px;
}

A:link, A:active, A:visited, A:hover{
 color: #004e8c;
}

H1{
 font-size: 18px;
 line-height: 22px;
}

H2{
 font-size: 14px;
}

.top1{
 width:  100%;
 height: 366px;
 background: url(../img/1.gif) top repeat-x;
}

.logo{
 float: left;
}

.top_menu{
 float: left;
 margin-left: 133px;
}

.top_menu img{
 margin-left: 14px;
}

.top_search{
 float: left;
 margin-left: 120px;
}

.search1{
 width: 106px;
 height: 16px;
 border:1px solid #404040;
}

.search2{
 height: 22px;
 margin-left: 5px;
}

.menu{
 height: 35px;
 background: url(../img/menu.gif) top left no-repeat;
 padding: 4px 19px 0px 27px;
 cursor: pointer;
}

.menu A:link, .menu A:active, .menu A:visited{
 font-weight: bold;
 color: #ffffff;
 text-decoration: none;
}

.menuA, .menu:hover{
 height: 35px;
 background: url(../img/menuA.gif) top left no-repeat;
 padding: 4px 19px 0px 27px;
 cursor: pointer;
}

.menuA A:link, .menuA A:active, .menuA A:visited, .menuA A:hover, .menu A:hover, .menu:hover A{
 font-size: 11px;
 font-weight: bold;
 color: #f7a677;
 text-decoration: none;
}

.sep{
 width: 2px;
}

.top2{
 width:  430px;
 height: 200px;
 background: url(../img/top1.jpg) top left no-repeat;
}

.top3{
 width:  29px;
 height: 200px;
 background: url(../img/top1.gif) top left no-repeat;
}

.top4{
 width:  373px;
 height: 200px;
 background: url(../img/top2.gif) top repeat-x;
 color: #000000;
 text-align: justify;
}

.top4 H1{
 margin: 40px 0px 10px 0px;
 color: #004e8c;
 font-size: 18px;
 font-weight: normal;
}

.top4 A:link, .top4 A:active, .top4 A:visited, .top4 A:hover{
 color: #004078;
}

.top5{
 width:  28px;
 height: 200px;
 background: url(../img/top3.gif) top left no-repeat;
}

.ln1{
 width: 7px;
 height: 7px;
}

.ln2{
 width: 100%;
 height: 7px;
 background-color: #f7a677;
}

.ln3{
 width:   228px;
 height:  7px;
 background-color: #d6e3f1;
}

.ln3 div{
 width:   228px;
}

.right_panel H1{
 margin: 17px 0px 10px 10px;
 color: #0068b1;
 font-size: 18px;
 font-weight: normal;
}

.rmenu{
 width:  220px;
 background: url(../img/rmenu.gif) top left no-repeat;
}

.rmenu A:link, .rmenu A:active, .rmenu A:visited, .rmenu A:hover{
 color: #003d73;
 font-family: Arial;
 padding: 0px 0px 0px 10px;
}

.right_panel .info{
 color:     #004e8c;
 font-size: 12px;
}

.right_panel .not_found{
 color: #666666;
 font-size: 12px;
 padding: 25px 10px 0px 20px;

 width:  186px;
 height: 189px;
 background: url(../img/not_found.gif) top left no-repeat;
 line-height: 16px;
}

.content H1{
 color: #f7a677;
 font-size: 24px;
 font-weight: normal;
 margin: 10px 0px 30px 0px;
 /*text-transform: uppercase;*/
}

.content{
 color: #666666;
}

.def{
 width: 54px;
 border: 3px solid #f7a677;
 margin-right: 20px;
}

.def2{
 width:  100px;
 border: 3px solid #f7a677;
 margin-right: 20px;
}


.underlined{
 border-bottom: 1px solid #f7a678;
 padding-bottom: 5px;
}

.bottom1{
 width: 100%;
 height: 100px;
 background: url(../img/bottom1.gif) top repeat-x;
}

.bottom2{
 width: 335px;
 color: #004e8c;
 font-size: 14px;
 font-weight: bold;
}

.bottom3{
 width: 305px;
 color: #004e8c;
 line-height: 18px;
}

.main{
 width: 100%;
 height: 110px;
 background: url(../img/bottom2.gif) bottom repeat-x;
}

.inp_sel{
 height: 14px;
 font-size: 10px;
 margin-left: 5px;
}

.germes{
 margin-top: 10px;
 margin-left: 50px;
}

.germes, .germes span, .germes A:link, .germes A:active, .germes A:visited, .germes A:hover{
 text-decoration: none;
 font-weight: normal;
 font-size: 12px;
 cursor: pointer;
}

.germes span:hover, .germes A:hover{
 text-decoration: underline;
}
/*rez*/
 /*___popup________*/ 
 .popup{position:absolute; display:block;
  left:-100%; top:-5000px; z-index:100; 
  font-size:12px; text-align:left;
  border:3px solid #fff;
 
  background: #f3f3f3;
 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e3e3e3'); 
  
  background: -webkit-linear-gradient(#f3f3f3, #e3e3e3); 
  background: -moz-linear-gradient(#f3f3f3,  #e3e3e3);
  background: -o-linear-gradient(#f3f3f3,  #e3e3e3);
  background: -ms-linear-gradient(#f3f3f3,  #e3e3e3);  
  background: linear-gradient(#f3f3f3,  #e3e3e3);  
  }
.popup.visible{position:fixed; width:352px; top:10%; left:50%; margin-left:-176px; z-index: 1200;}
  
.popup .popup_wrap{position:relative; padding:16px 24px; font-size:12px; width:auto; height:auto; color:#666;}
.popup .close_button{display:block; position:absolute; overflow:hidden;
  top:12px; right:20px; width:21px; height:21px; 
  cursor:pointer; 
  font-size:30px;}
 .popup .popup_title{display:block; font-size:18px; margin-bottom:12px; margin-right:30px; font-family:Tahoma, Arial, Verdana, Helvetica CY, sans-serif;	;} 
  /*___but________*/
  .but{position:relative; display:inline-block;
   width:auto !important;  height:26px; line-height:26px;
   border:none; margin:0; padding:0 20px;
   font-weight:bold; font-size:13px; cursor:pointer;
   background:#f7a677; 
   color:#fff !important; text-decoration:none !important;}
   .top4  .but{float:right;}
 /*__FORM___________________________________*/
input#code{width:125px !important; margin-bottom:5px;}	
#feedbackChangeCode{cursor:pointer;}	
.captcha_block img{margin-bottom:5px;}	

.form_twocol_dl fieldset{border:none; padding:0; margin:0;}

.form_twocol_dl dl {overflow:hidden;}
.form_twocol_dl dt {position: relative; 
		width: 69px;  top: 4px;
		float: left; clear: both;
	    margin-right: 10px;
	    vertical-align: top;}	
.form_twocol_dl dd {overflow:hidden; margin:0; margin-bottom:5px;}
.form_twocol_dl img {vertical-align: top;}
.form_twocol_dl input[type="text"], .form_twocol_dl textarea {position:relative; 
 width:220px;
 border:3px double #e7e7e7;}
.form_twocol_dl input.but{margin-left:79px; padding: 0 40px;}
 /*__pagin___________________________________*/
.pagin a, .pagin span {overflow:hidden; display:inline-block;
    height: 18px; line-height: 18px;}

.pagin .a_pagin {display:inline-block;
    width: 18px; margin-right: 7px;
    background:#999; color: #FFF; text-align: center;}
.pagin a.a_pagin {background: #F7A677; text-decoration: none;}
.pagin a.a_pagin:visited {color: #FFF;}
.pagin a.next {margin-left: 13px;}
.pagin a.prev { margin-right: 13px;}
 /*__vacans_roll_____________*/
 .vacans_roll .block{padding:10px 0; border-bottom:1px solid #F7A677; margin:0;}
  .vacans_roll .block:first-child{padding-top:0;}
 .vacans_roll .block .b_baner{width:50px; margin:3px 20px 3px 10px; border:3px solid #F7A677;}
 .vacans_roll .block .b_baner img{width:100%;}
 .vacans_roll .block .b_title{font-weight:bold; margin-bottom:5px;}

.vac_card dt{font-weight:bold;} 
.vac_card  dd{margin:0; padding-bottom:10px;} 
 /*__list_blocks_____________*/
.list_blocks .block,
.list_blocks .block .wrap_block
{display:inline-block;overflow:hidden;}
.list_blocks .block,
.list_blocks .block .wrap_block
{display:block;}
.list_blocks .b_baner{overflow:hidden; display:block; float:left;}
.list_blocks .b_title,
.list_blocks .b_text,
.list_blocks .b_anons
{display:block; overflow:hidden;}

.right_align{text-align:right;}

  /*___css3________*/
.round5,
.form_twocol_dl input[type="text"], .form_twocol_dl textarea   {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;}
	
 .round_slope10{
	-moz-border-radius: 10px 0 10px 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;	
	border-radius:  10px 0 10px 0;}
	
.popup{box-shadow: 0 0 20px #6F7071;}
.form_twocol_dl input[type="text"], .form_twocol_dl textarea {box-shadow:inset 0 0 3px #e7e7e7;}

.but,
.pagin a, .pagin span{zoom:1; #display:inline;}

.new_form{
    width: 600px;
}


.new_form td{
    padding-bottom: 10px;
    max-width: 130px;
    display: table-cell;
    white-space: normal !important;
}

.new_form input{
    width: 100px;
}

.new_form table input, .new_form .checkbox, .new_form input[type="checkbox"]{
    width: 15px;
}

.new_form textarea{
    max-width: 400px;
}

.new_form .must, .new_form .error{
    font-weight: bold;
}

.new_form .error{
    color: red;
}

.new_form .legend{
    text-transform: capitalize !important;
    font-weight: bold;
    padding-top: 10px;
}

.new_form td table{
    width: 100%;
    max-width: 600px;
}

.new_form td table td{
    width: 33%;
    padding-bottom: 2px;
    padding-top: 0px;
}




.t972 {
	position: fixed;
	right: 34px;
	bottom: 34px;
	z-index: 1001;
	box-sizing: border-box;
	max-height: calc(100vh - 2 * 34px)
}

.t972_closed {
	display: none !important
}

.t972_preview {
	position: static;
	padding: 30px;
	max-width: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0
}

.t972_preview-left {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.t972__banner,
.t972__settings {
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-sizing: border-box;
	transition: all 0.3s ease;
	opacity: 1;
	bottom: 0
}

.t972__banner {
	max-width: 358px;
	padding: 17px 24px 20px 19px
}

.t972__banner.hidden {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0
}

.t972__settings.hidden {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0
}

.t972__title {
	font-weight: 500;
	padding: 0;
	margin: 0;
	margin-bottom: 5px
}

.t972__text {
	font-weight: 400;
	padding: 0;
	margin: 0
}

.t972__actions {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 19px
}

.t972__btn {
	padding: 7px 12px;
	height: unset;
	font-weight: 400;
	border-radius: 5px;
	font-size: 14px;
	background-color: transparent;
	border: none;
	outline: none;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.t972__settings {
	width: 100%;
	max-width: 400px;
	max-height: inherit;
	display: none;
	flex-direction: column
}

.t972__settings-header {
	background-color: #fff;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .04);
	border-radius: 1px;
	padding: 17px 21px;
	color: rgba(0, 0, 0, .5);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer
}

.t972__settings-arrow {
	margin-right: 14px
}

.t972__settings-body {
	padding: 0 20px;
	height: 100%;
	flex-shrink: 1;
	overflow: auto;
	width: 100%;
	box-sizing: border-box
}

.t972__settings-title {
	font-weight: 500;
	padding: 0;
	margin: 29px 0 16px
}

.t972__settings-text {
	font-weight: 400;
	padding: 0;
	margin: 0;
	margin-bottom: 30px
}

.t972__settings-footer {
	background: #fff;
	box-shadow: 0 -4px 5px rgba(0, 0, 0, .04);
	border-radius: 5px;
	padding: 16px 21px;
	width: 100%;
	box-sizing: border-box
}

.t972__categories {
	margin-bottom: 31px
}

.t972__category {
	border-bottom: 1px solid rgba(157, 153, 153, .4);
	padding: 14px 0 16px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.t972__category:first-child {
	border-top: 1px solid rgba(157, 153, 153, .4)
}

.t972__category-headline {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.t972__category-header {
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.t972__category-title {
	font-weight: 400
}

.t972__category-btn {
	position: relative;
	border: none;
	background-color: transparent;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	margin-right: 11px;
	outline: none;
	width: 11px;
	height: 11px;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0
}

.t972__line {
	content: '';
	position: absolute;
	background-color: #000;
	transition: all 0.3s ease;
	opacity: 1
}

.t972__line_vertical {
	width: 1px;
	height: 100%
}

.t972__line_horizontal {
	width: 100%;
	height: 1px
}

.t972__opened .t972__line_vertical {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.t972__opened .t972__line_horizontal {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 0
}

.t972__category-toggle {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.t972__toggle-txt {
	font-size: 11px;
	line-height: 1.4;
	color: #a2a2a2
}

.t972__toggle-input {
	display: none
}

.t972__toggle-label {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.t972__toggle-container {
	width: 48px;
	height: 24px;
	border-radius: 100px;
	margin-left: 14px;
	margin-bottom: 0;
	cursor: pointer;
	transition: all ease 0.3s;
	position: relative;
	overflow: hidden;
	transform: translateZ(0)
}

.t972__toggle-background {
	background-color: #c6c5c5;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all ease 0.3s
}

.t972__toggle-mark {
	width: 20px;
	height: 20px;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .24);
	border-radius: 50%;
	margin: 2px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition: all ease 0.3s
}

.t972__toggle-input:checked+.t972__toggle-container .t972__toggle-background {
	opacity: .3
}

.t972__toggle-input:checked+.t972__toggle-container .t972__toggle-mark {
	-webkit-transform: translateX(24px);
	transform: translateX(24px)
}

.t972__category-body {
	font-weight: 400;
	margin-top: 16px;
	color: rgba(0, 0, 0, .6);
	display: none;
	-ms-flex-preferred-size: 100%;
	-webkit-flex-basis: 100%;
	flex-basis: 100%
}

@media screen and (max-width:1200px) {
	.t972__banner {
		overflow-y: auto;
		min-height: 100px;
		max-height: inherit
	}
}

@media screen and (max-width:640px) {
	.t972 {
		bottom: 0;
		left: 0;
		width: 100%;
		max-height: calc(100vh - 2 * 10px)
	}

	.t972__banner,
	.t972__settings {
		border-radius: 0
	}

	.t972__settings {
		height: 100vh;
		max-width: initial
	}

	.t972__banner {
		max-width: initial
	}

	.t972__category {
		padding: 18px 0
	}

	.t972__category-toggle {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.t972__category-body {
		margin-bottom: 19px;
		font-weight: 300
	}

	.t972__toggle-txt {
		font-size: 14px
	}

	.t972__category-enabled_always {
		font-size: 16px
	}
}