/* -=-=-=-=  fonts =-=-=-=-=- */

@font-face { 
	font-family: 'Calibri'; 
	src: url(../font/calibri.eot); 
	src: url(../font/calibri.eot?#iefix) format('embedded-opentype'), url(../font/calibri.svg#Calibri) format('svg'), url(../font/calibri.woff) format('woff'), url(../res/font/calibri.ttf) format('truetype'); 
	font-weight: normal; 
	font-style: normal;
	}
	
@font-face { 
	font-family: 'CalibriBold'; 
	src: url(../font/calibri_bold.eot); 
	src: url(../font/calibri_bold.eot?#iefix) format('embedded-opentype'), url(../font/calibri_bold.svg#Calibri Bold) format('svg'), url(../font/calibri_bold.woff) format('woff'), url(../font/calibri_bold.ttf) format('truetype'); 
	font-weight: normal; 
	font-style: normal;
	}

@font-face { 
	font-family: 'CalibriItalic'; 
	src: url(../font/calibri_italic.eot); 
	src: url(../font/calibri_italic.eot?#iefix) format('embedded-opentype'), url(../font/calibri_italic.svg#Calibri Italic) format('svg'), url(../font/calibri_italic.woff) format('woff'), url(../font/calibri_italic.ttf) format('truetype'); 
	font-weight: normal; 
	font-style: normal;
	}


@font-face {
font-family: "Socialico";
font-style: normal;
font-weight: normal;
src: url(../font/socialico-webfont.eot?#iefix) format("embedded-opentype"), url(../font/socialico-webfont.woff) format("woff"), url(../font/socialico-webfont.ttf) format("truetype"), url(../font/socialico-webfont.svg#socialicoregular) format("svg");
} 


/*      EOF fonts           */



/* CSS Document */


html,body{
	height:100%;
	margin:0px;
	padding:0px;
	font-family:'Calibri';
	font-size:14px;
	background-color:#d9ebf0;
}
a img {
	border:0px;
}

.bar {
	display: block;
	background-image:url(/res/images/bar/bg.bar.png);
	background-repeat:repeat-x;
	height:99px;
/*	
	*/
	z-index: 100;
	width:100%;
	position:fixed;
	}

.bar .centerTbl{
	width: 1110px;
	margin: auto;
	display: block;
	}

.bar .logoBox{
	width: 355px;
	height: 95px;
	display: block;
	float:left;
	background-image:url(/res/images/logo.png);
	margin-top: -4px;
	}


.bar .phone{
	/*background-image:url(/res/images/bar/phone.png);
	background-repeat:no-repeat;*/
	display:block;
	width:385px;
	height:30px;
	float: left;
	color: #e1f8ff;
	font-size: 28px;
	text-align:center;
	}


.bar .mail{
	background-image:url(/res/images/bar/mail.png);
	background-repeat:no-repeat;
	display:block;
	width:150px;
	padding-left:30px;
	height:30px;
	float: left;
	color: #e1f8ff;
	font-size: 16px;
	margin-top: 14px;
	}



.bar .search {
	width:400px;
	}
	
.bar .search .txtblue {
		font-weight: 700;
	color:#273a79;
	font-size: 14px;
	display: block;
	margin-top: -10px;
	}

.bar .search .input {
	display:block;
	float: left;
	top: 10px;
	width:365px;
	height: 25px;
	border-radius: 15px;	
	border: 1px solid #eee;
	padding-left: 5px;
	}

.bar .search .btnFind {
	width: 73px;
	height: 25px;
	background-image:url(/res/images/btn.bg.png);
	display:block;
	float: right;
	background-repeat:no-repeat;
	margin-right:-20px;
	margin-top: -23px;
	}

.bar .search .btnFind:hover {
	background-image:url(/res/images/btn.bg.h.png);
}


.bar .social ul, .footer .social ul {
list-style: none outside none;
margin: 0px;
padding: 0px;
margin-left: 15px;
margin-top: 5px;
}

.bar .social li, .footer .social li {
display: block;
float: left;
margin: 1px;
}

.bar .social li a, .footer .social li a {
display: block;
font-family: Socialico;
height: 24px;
line-height: 24px;
text-align: center;
text-decoration: none;
transition: opacity 0.2s ease-in-out 0s;
width: 24px;
color: #e1f8ff;
padding: 0px 7px;
margin-top: 8px;
}


.bar .social .facebook, .footer .social .facebook {
	font-size: 33px;
	}

.bar .social .vimeo, .footer .social .vimeo {
	font-size: 30px;
	padding-top: 0px;
	}

.bar .social .twitter, .footer .social .twitter {
	font-size: 35px;
	padding-top: 0px;
	padding-right: 5px;
	}

.bar .social .linked_in, .footer .social .linked_in {
	font-size: 35px;
	padding-top: 1px;
	}


.bar .enterForm {
	display: block;
	float: left;
	margin-left: -21px;
	width: 370px;	
	overflow: hidden;			
}

/*.ui-widget-content{*/
    /*width: 770px !important;*/
/*}*/

.bar .enterForm .formText {
	color:#e1f8ff;
	/*width:100px;*/
	text-align:left;
	display: block;
	margin-left: 20px;
	/*padding-left: 35px;*/
	font-size: 16px;
	/*cursor:pointer;
	background-image:url(/res/images/bar/autoriz.png);
	background-repeat:no-repeat;*/
	/*float: left;*/
}

.bar .enterForm .linkTerm {
	display: block;
	text-align: right;
	cursor: pointer;
	color: #e1f8ff;
	padding-top: 11px;
	float: right;
}

.bar .enterForm .formText .red {
	color: #e1f8ff;
}

.bar .enterForm .formTextReg {
	color:#e1f8ff;
	text-align:left;
	display: block;
	margin-left: 20px;
	margin-bottom: 8px;
	font-size: 16px;
	cursor:pointer;
	float: right;
	position: absolute;
	bottom: 0;
	
}

.bar .enterForm .formTextReg:hover {
	text-decoration:underline;
}


.bar .popupBlock {
	display: block;
	border-top: none;
	border-radius: 0px 0px 10px 10px;
	width: 240px;
}

					
		#npp, #npp a {
					display: block;
					float: left;
					color: #e1f8ff;
					font-family:'Calibri';
					font-style:italic;
					text-decoration:none;
					line-height: 12px;
					padding-top: 3px;
					}
					
		#npp a:hover{
			text-decoration: underline;
			}
					
		#bdiv .btnEnter {
					display: block;
					float: right;
					font-family:'Calibri';
					font-weight: bold;
					background-image: url(/res/images/btn.bg.png);
					height:27px;
					width: 90px;
					text-align:center;
					border: none;
					border-radius: 7px;
					font-size: 17px;
					margin-right: 13px;
					color: #29454e;
					cursor:pointer;
					margin-top: 9px;
					}
					
		#bdiv  .btnEnter:hover {
					background-image: url(/res/images/btn.bg.h.png);
			}
					
		.bar .popupBlock	#login{
					background-color:#fff;
					border: none;
					border-radius: 10px;
					height: 22px;
					width: 190px;
					margin-left: 10px;
					margin-top: 5px;
					padding-left: 5px;
					margin-right: 10px;
					color: #71919b;
					font-style:italic;
					font-family:'Calibri';
					font-style: italic;
					outline: none;
					}
					
		.bar .popupBlock	#pwd{
					background-color:#fff;
					border:none;
					border-radius: 10px;
					height:22px;
					width: 190px;
					margin-left: 10px;
					padding-left: 5px;
					margin-right: 10px;
					margin-top: 10px;
					color: #71919b;
					font-style:italic;
					font-family:'Calibri';
					outline: none;
					}


			
			.bar  .hoverText{
				text-decoration:none;
				}






.main_tbl{
	height:100%;
	margin:auto;
}

.main_tbl .barempty {
	height: 99px;
	}

.main_tbl .consult{
	display: block;
	width: 122px;
	height: 176px;
	background-image:url(/res/images/btn.consult.on.png);
	position:absolute;
	right: -90px;
	/*margin-right: -122px;*/
	margin-top: 60px;
	}

.main_tbl .consult:hover{
	background-image:url(/res/images/btn.consult.on.h.png);
	}
	
.main_tbl .off{
	display: block;
	width: 122px;
	height: 176px;
	position:absolute;
	right: 0;
	margin-right: -112px;
	margin-top: 60px;
	background-image:url(/res/images/btn.consult.off.png);
	}

.main_tbl .off:hover{
	background-image:url(/res/images/btn.consult.off.png);
	}


/***** ****** Buttons ************ */

.btnDefault, .formBox .btnDefault, .BtnOrderPb {
	  display: block;
	  float: left;
	  font-family:'Calibri';
	  font-weight:bold;
	  background-image: url(/res/images/btn.bg.png);
	  background-position:center center;
	  height:35px;
	  min-width: 137px !important;
	  text-align:center;
	  border: 1px solid #ccc;
	  border-radius: 5px;
	  font-size: 16px;
	  color: #29454e;
	  cursor:pointer;
	  padding: 0px 12px;
	  text-transform:uppercase;
	 }

.btnDisabled, button.btnDisabled, .formBox .btnDisabled, #searchProfileCreateBtn.btnDisabled, #searchProfileCreateBtn2.btnDisabled {
	color:#bbb;/*69A 7d8e93*/
}
img.btnDisabled, .btnDisabled img {
	opacity:0.3;
}

#BtnOrder{
    position:relative;
    top: 100px;
    right: 8%;
     }

.btnDefault:hover, .formBox .btnDefault:hover {
	  background-image: url(/res/images/btn.bg.h.png);
	 }
					
.formBox .btnSearch {
	  display: block;
	  float: left;
	  font-family:'Calibri';
	  font-weight: bold;
	  background-image: url(/res/images/btn.bg.png);
	  background-position:center center;
	  height:35px;
	  min-width: 145px;
	  text-align:center;
	  border: 1px solid #ccc;
	  border-radius: 5px;
	  font-size: 16px;
	  color: #29454e;
	  cursor:pointer;
	  padding: 0px 15px;
	  text-transform:uppercase;
	  margin-left: 20px;
	 }
		
.formBox .btnSearch span{
	display: table-cell;
	vertical-align: middle;
	height: 34px;
	}
			
.formBox .btnSearch img{
	float: left;
	}
		
					
.formBox .btnSearch:hover, #searchProfileCreateBtn:hover, button.btnWithQuest:hover {
	  background-image: url(/res/images/btn.bg.h.png);
	 }

#searchProfileCreateBtn, button.btnWithQuest, .searchProfileCreateBtnPb {
	  display: block;
	  float: left;
	  font-family:'Calibri';
	  font-weight:bold;
	  background-image: url(/res/images/btn.bg.png);
	  background-position:center center;
	  height:35px;
	  min-width: 90px;
	  text-align:center;
	  border: 1px solid #ccc;
	  border-radius: 5px;
	  font-size: 16px;
	  color: #29454e;
	  cursor:pointer;
	  padding: 0px 15px;
	  text-transform:uppercase;
	  line-height: 16px;
	  margin-left: 30px;
	  padding-right:0px;
}

/*************  EOF Buttons ************ */

/*****-=-=-=-=-=  MENU  =-=-=-=-=-=-****/
	
.menuColumn{
	display: block;
	width: 57px;
	min-height: 500px;
	height: 100%;
	z-index:12;
	}
	
.menu {
	position: fixed;
	width: 57px;
	height: 100%;
	background-image: url(/res/images/bar/bg.autoriz.png);
	z-index: 10;
}

.menu.pb{
    display: none;
}

@media (max-width: 990px) { 
    .menu {
        float: left;
        position: relative;
    }
}

@media (max-height: 640px) {
    .menu {
        float: left;
        position: relative;
    }
}
	
.menu .about, .menu .search, .menu .watch, .menu .autoriz, .menu .video, .menu .contacts, .menu .profile, .menu .service, .menu .payments, .menu .password {
	width: 0px;
	padding-left: 57px;
	/*background-image:url(/res/images/menu.ico/1.png);*/
	background-color:transparent;
	height: 51px;
	overflow:hidden;
	float: left;
	background-repeat:no-repeat;
	text-transform:uppercase;
	font-family:'Calibri';
	font-weight: bold;
	font-size: 22px;
	display: table-cell;
	vertical-align:middle;
	color:#d9ebf0;
	white-space:nowrap;
	padding-top: 7px;
	padding-bottom: 7px;
}

.menu .about img, .menu .search img, .menu .watch img, .menu .autoriz img, .menu .video img, .menu .contacts img, .menu .profile img, .menu .service img, .menu .payments img, .menu .password img {
	max-height: 51px;
	background-color:#d9ebf0;
	position: absolute;
	left: 0;
}

	
.menu .about .title, .menu .search .title, .menu .watch .title, .menu .autoriz .title, .menu .video .title, .menu .contacts .title, .menu .profile .title, .menu .service .title, .menu .payments .title, .menu .password .title{	
	height: 51px; 
	display: table-cell;
	vertical-align: middle;
	padding-left: 70px;
	padding-right: 25px;
}
	
.menu .about  .l2, .menu .search .l2, .menu .watch .l2, .menu .autoriz .l2, .menu .video .l2, .menu .contacts .l2, .menu .profile .l2, .menu .service .l2, .menu .payments .l2, .menu .password .l2{
	margin-left: 56px;
	margin-right: -1px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	/*text-transform: lowercase;*/
	background-color: #e1f8ff;
	border-radius: 0px 0px 15px 0px;
	 }

.menu .about  .l2 ul, .menu .search .l2 ul, .menu .watch .l2 ul, .menu .autoriz .l2 ul, .menu .video .l2 ul, .menu .contacts .l2 ul, .menu .profile .l2 ul, .menu .service .l2 ul, .menu .payments .l2 ul, .menu .password .l2 ul{
	width: auto;
	min-width: 225px;
	display: block;
	white-space:normal;
	padding-left: 27px;
	margin-top: -6px;
	list-style-type:disc;
}

.menu .about  .l2 ul li, .menu .search .l2 ul li, .menu .watch .l2 ul li, .menu .autoriz .l2 ul li, .menu .video .l2 ul li, .menu .contacts .l2 ul li, .menu .profile .l2 ul li, .menu .service .l2 ul li, .menu .payments .l2 ul li, .menu .password .l2 ul li{
	padding-bottom: 5px;
}


.menu .about  .l2 ul a, .menu .search .l2 ul a, .menu .watch .l2 ul a, .menu .autoriz .l2 ul a, .menu .video .l2 ul a, .menu .contacts .l2 ul a, .menu .profile .l2 ul a, .menu .service .l2 ul a, .menu .payments .l2 ul a, .menu .password .l2 ul a{	
	padding-left: 0px;
	text-decoration: none;
	color: #fff;
}
	
.menu .about  .l2 ul a:hover,  .menu .search .l2 ul li a:hover, .menu .watch .l2 ul li a:hover, .menu .autoriz .l2 ul li a:hover, .menu .video .l2 ul li a:hover, .menu .contacts .l2 ul li a:hover, .menu .profile .l2 ul li a:hover, .menu .service .l2 ul li a:hover, .menu .payments .l2 ul li a:hover, .menu .password .l2 ul li a:hover{
	text-decoration:underline;
}


/*
.menu .search, .menu .watch, .menu .autoriz, .menu .video, .menu .contacts, .menu .profile, .menu .service, .menu .payments, .menu .password {
	width: 0px;
	padding-left: 57px;
	background-color:transparent;
	height: 51px;
	overflow:hidden;
	float: left;
	background-repeat:no-repeat;
	border-bottom: 1px solid #7a9aa5;
	text-transform:uppercase;
	font-family:'Calibri';
	font-weight: 700;
	font-size: 22px;
	display: table-cell;
	vertical-align:middle;
	color:#29454e;
	white-space:nowrap;
	margin-top: -1px;
	}
*/
/*
.menu .search {
	background-image:url(/res/images/menu.ico/2.png);
	} 
	
.menu .watch {
	background-image:url(/res/images/menu.ico/3.png);
	} 
	
.menu .autoriz {
	background-image:url(/res/images/menu.ico/10.png);
	} 

.menu .video {
	background-image:url(/res/images/menu.ico/8.png);
	} 
	
.menu .contacts {
	background-image:url(/res/images/menu.ico/9.png);
}
	
.menu .profile {
	background-image:url(/res/images/menu.ico/4.png);
}
	
.menu .service {
	background-image:url(/res/images/menu.ico/5.png);
}
	
.menu .payments{
	background-image:url(/res/images/menu.ico/6.png);
}

.menu .password {
	background-image:url(/res/images/menu.ico/7.png);
}
	*/
.menu .about:hover, .menu .search:hover, .menu .watch:hover, .menu .autoriz:hover, .menu .video:hover, .menu .contacts:hover, .menu .profile:hover, .menu .service:hover, .menu .payments:hover, .menu .password:hover {
	width: auto;
	border: 2px solid #d9ebf0;
	border-left: none;
	background-image: url(/res/images/bar/bg.autoriz.png);
	background-repeat:repeat;
	height: 51px;
	border-radius: 0px 10px 10px 0px;
	padding-left: 0px;
	padding-right: 0px;
	position:relative;
	overflow: visible;
	padding-top: 5px;
	padding-bottom: 5px;
}
	
.menu .active img {
	background-color:#63848f;
}
	
.menu .active:hover {
	width: 0px;
	padding-left: 57px;
	background-color:transparent;
	height: 51px;
	overflow:hidden;
	float: left;
	background-repeat:no-repeat;
	text-transform:uppercase;
	font-family:'Calibri';
	font-weight: bold;
	font-size: 22px;
	display: table-cell;
	vertical-align:middle;
	color:#d9ebf0;
	white-space:nowrap;
	padding-top: 7px;
	padding-bottom: 7px;
	border: none;
}
	
.menu .innerBlock{
	border: 0px solid #7a9aa5;
	float: left;
	width: 57px;
	overflow:visible;
	/*background-color:#507581;*/
	border-top: 2px dotted transparent;
	border-bottom: 2px dotted transparent;
	}
	
.menu .innerBlock .border{
	float: left;
	}

.menu .innerBlock:hover .autoriz{
	margin-top: -3px;
	margin-bottom: -3px;
	height: 57px;
	}
	
.menu .innerBlock:hover .autoriz img{
	margin-top: 3px;
	}
	
.menu .innerBlock .watch{
	margin-top: -3px;
	}

.menu .innerBlock .profile {
    margin-top: -5px;
}
	
.menu .innerBlock .password {
	margin-bottom: -5px;
	}

.menu .service{
	margin-bottom: -5px;
	}

.menu  .video {
	margin-top: -5px;
	}


.menu .innerBlock .autoriz, .menu .innerBlock .watch, .menu .innerBlock .profile, .menu .innerBlock .payments, .menu .innerBlock .password{
		/*background-color:#507581;
		background-image:none;*/
	}
	
.menu .innerBlock .autoriz:hover{
		/*background-color:#507581;
		background-image:none;*/
	}

.menu a{
    text-decoration: none;
    }
	
/*
.menu .search:hover, .menu .watch:hover, .menu .autoriz:hover, .menu .video:hover, .menu .contacts:hover, .menu .profile:hover, .menu .service:hover, .menu .payments:hover, .menu .password:hover  {
	width: auto;
	background-image:url(/res/images/menu.ico/2.h.png);
	background-color:#e1f8ff;
	border: 1px solid #29454e;
	border-radius: 0px 10px 10px 0px;
	padding-left: 77px;
	padding-right: 20px;
	height: 51px;
	}
*//*
.menu .about:hover  {
	background-image:url(/res/images/menu.ico/1.h.png);
	visibility:visible;
	}

.menu .search:hover {
	background-image:url(/res/images/menu.ico/2.h.png);
	visibility:visible;
}

.menu .watch:hover {
	background-image:url(/res/images/menu.ico/3.h.png);
	visibility:visible;	
}

.menu .autoriz:hover {
	background-image:url(/res/images/menu.ico/10.h.png);
	visibility:visible;
	}

.menu .video:hover {
	background-image:url(/res/images/menu.ico/8.h.png);
	visibility:visible;
	} 
	
.menu .contacts:hover {
	background-image:url(/res/images/menu.ico/9.h.png);
	visibility:visible;
	}

.menu .profile:hover  {
	background-image:url(/res/images/menu.ico/4.h.png);
	visibility:visible;
}
	
.menu .service:hover {
	background-image:url(/res/images/menu.ico/5.h.png);
	visibility:visible;
}
	
.menu .payments:hover {
	background-image:url(/res/images/menu.ico/6.h.png);
	visibility:visible;
}

.menu .password:hover {
	background-image:url(/res/images/menu.ico/7.h.png);
	visibility:visible;
}

*/

/*-------- EOF MENU -----------*/
	
/*--------Старт боковые колонки-----------------*/
.left_clmn{
	width:10%;

}


/*----------Левая боковая колонка---------------*/
table.l_top_tbl{
	height:224px;
}

.l_l_top_tbl{

}
.c_l_top_tbl{
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
}
.r_l_top_tbl{

		background-image:url(../images/bg.png);
	background-position:left;
	background-repeat:repeat-x;
}
.d_l_top_tbl{
	height:2px;
	background-image:url(../images/left_clmn/top_tbl/bg_line.png);
}



/*----------Правая боковая колонка---------------*/
.right_clmn{
	background-image:url(../images/right_clmn/down_clmn/shadow.png);
	background-position:left;
	background-repeat:repeat-y;
	width:10%;
}
table.r_top_tbl{
	height:224px;
}
.l_r_top_tbl{
	width:10px;
	background-image:url(../images/right_clmn/top_clmn/left.png);
	background-repeat:no-repeat;
}
.r_r_top_tbl{
	background-image:url(../images/right_clmn/top_clmn/bg.png);
	background-repeat:repeat-x;
}


.controls{
	display: block;
	float:left;
	padding-right: 10px;
	width: 100%;
	padding-bottom: 10px;
	color: #29454e;
	}
	
.controls img{
	margin-bottom: -3px;
	}

.controls .page_num_dis{
	color: #9aadb3;
	}

.controls a {
	color: #29454e;
	text-decoration:none;
	}

.controls a:hover{
	text-decoration:underline;
	}

/*--------Старт центральная колонка-----------------*/
.centre_clmn{
	min-width:998px;
	height:135px;
	max-height:210px;
}
.centre_clmn2{
	display:block;
	height:100%;
}


.centre_clmn2 table td {
	vertical-align:top;
}

.centre_clmn2 .formBox table tr:nth-child(2n+1) {
/*    background: #eee; *//* Цвет фона */
   } 
	
.centre_clmn2 .content {
	width: 1110px;
	height: 100%;
	margin:auto;
	background-color: #fff;
	position:relative;
	}
	
.centre_clmn2  .content .ips {
	width:100%;
	display:block;
	margin: auto;
	margin-top: 15px;
	margin-bottom:10px;
	}
	
.centre_clmn2  .content .ips .content {
	 margin: auto; 
	 padding: 55px 15px 15px 15px;
	 height: 200px;
	 min-width:740px;
	 width:100%;
}
	
	
	.centre_clmn2  .content .ips .block .tc{
		background-color:#fff;
/*		width:650px;*/
		width:100%;
		height:37px;
	}
	
	
	.centre_clmn2  .content .ips .block .tc .head {
		/*background-image:url(/res/images/block/block.head.png);
		background-repeat:no-repeat;*/
		background-position:center;
		width:900px; /*630*/
		height:51px;
		display:block;
		position:relative;
		margin:auto;
		margin-top: -23px;
		margin-bottom:-46px;
		text-align:center;
	}
	.centre_clmn2  .content .ips .block .tc .head h1, h1.blockTitle, h1.boxTitle{
		vertical-align:bottom;
		text-align:center;
		font-family:'Calibri';
		font-size:27px;
		color:#29454e;
		font-weight:bold;
		text-transform:uppercase;
		padding:0px;
		padding-top:15px;
	}
	h2.blockTitle, h2.boxTitle{
		vertical-align:bottom;
		text-align:center;
		font-family:'Calibri';
		font-size:18px;
		color:#29454e;
		font-weight:bold;
		text-transform:uppercase;
		padding:0px;
		padding-top:10px;
	}
	.ucb {
		font-weight:bold;
		text-transform:uppercase;
	}
	.ui-dialog h1.boxTitle, .ui-dialog h1.blockTitle {
		margin-top:0px;
		padding-top:0px;
	}
	div.ui-dialog-content{
		margin-bottom:20px;
	}
	
	
	.centre_clmn2  .content .ips .block .cc{
		background-color:#fff;
		width:650px;
		width:100%;
		min-height:40px;
		padding:0px;
		border-spacing:0px;
		text-align:left;
		padding:15px;
		font-size: 17px;
		color:#29454e;
	}
	

	.centre_clmn2  .content .ips .block .bc{
		background-color:#fff;
		width:650px;
		width:100%;
		height:37px;
	}
	
	.centre_clmn2  .content .ips .block .tl, .centre_clmn2  .content .ips .block .tr,
	.centre_clmn2  .content .ips .block .br, .centre_clmn2  .content .ips .block .bl{
		/*background-image:url(/res/images/block/block.t.l.png);
		background-repeat:no-repeat;*/
		min-width:39px;
		width:39px !important;
		height:45px;
		display:block;
		padding:0px;
		margin:0px;
		}
	.centre_clmn2  .content .ips .block .tr {
		/*background-image:url(/res/images/block/block.t.r.png);
		background-position:right; */
	}

	
	.centre_clmn2  .content .ips .block .br {
		/*background-image:url(/res/images/block/block.b.r.png);
		background-position:right; */
	}
	
	.centre_clmn2  .content .ips .block .bl {
		/*background-image:url(/res/images/block/block.b.l.png);*/
	}
	
	
.centre_clmn2  .content .client {
	width: 355px;
	height: 200px;
	/*background-image:url(/res/images/centre_clmn/bg.client.png);
	background-repeat:no-repeat;*/
	margin-top: 10px;
	}
	
	.centre_clmn2  .content .client .content {
		width: 355px;
		height: 200px;
		padding: 55px 15px 15px 15px;
		text-align:left;
		
		}
	.centre_clmn2  .content .client .content a	{
		display:block;
	}
	.centre_clmn2  .content .client .content p	{
		margin:0px;
		margin-bottom:6px;
		display:block;
	}
	.centre_clmn2  .content .client .content ul	{
		margin:0px;
		margin-bottom:6px;
	}
	
	

.centre_clmn2  .content .member {
	width: 375px;
	/*background-image:url(/res/images/centre_clmn/bg.member.png);*/
	}

	.centre_clmn2  .content .member .content {
		}

/*--------------------------------------*/

.centre_clmn2  .content .ips .block .cc .feedback{
	display: block;
	width: 490px;
	background-color: #fbfbfb;
	border: 1px solid #ccc;
	margin: auto;
	min-height:500px;
	}

.centre_clmn2  .content .ips .block .cc .feedback .title{
	color:#29454e;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size: 20px;	
	display: block;
	padding: 20px 0px;
	}


/*------------- Prices -----------------*/

.centre_clmn2  .content .ips .block .cc h2{
	text-align: center;
	color:#29454e;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 25px;
}	

.centre_clmn2  .content .ips .block .cc .info{
	text-align: center;
	display: block;
	color:#29454e;
	margin-top: 10px;
	}

.centre_clmn2  .content .ips .block .cc .plan .start, .centre_clmn2  .content .ips .block .cc .plan .business, .centre_clmn2  .content .ips .block .cc .plan .profi {
	width: 330px;
	background-color:#f5f5f5;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align: center;
	color:#29454e;
	font-size: 15px;
	margin: 0px 5px;
}

.centre_clmn2  .content .ips .block .cc .plan table{
	width: 100%;
}


.centre_clmn2  .content .ips .block .cc .plan  .title{
	font-size: 22px;
	font-weight:700;
	padding: 10px 0px;
	position:relative;
}

.centre_clmn2  .content .ips .block .cc .plan  .hide{
	display: none;
}

.centre_clmn2  .content .ips .block .cc .plan  .btnDefault, .centre_clmn2  .content .ips .block .cc .plan  .BtnOrderPb{
	float: none;
	margin: auto;
	Margin-top: 10px;
	margin-bottom: 10px;
}

.centre_clmn2  .content .ips .block .cc .plan  .question{
	background-image: url(/res/images/ico.q.png);
	background-repeat: no-repeat;
	width:17px;
	height: 17px;
	display: inline-block; 
	margin-bottom: -4px;
	cursor: pointer;
}
.searchForm .formBox .right .btnDefault1 .question, button.btnWithQuest .question, .searchProfileCreateBtnPb .question{
	background-image: url(/res/images/ico.qs.png);
	background-repeat: no-repeat;
	background-position:right;
	width:30px;
	height: 34px;
	display: inline-block;
	float:right;
/*	margin-bottom: -4px;*/
	cursor: pointer;
}


.planBoxBtn{
	display: block;
	position:absolute;
	height:31px;
	width:32px;
	background-image:url(/res/images/ar.dwn.png);
	top: 7px;
	left: 205px;
	cursor: pointer;
}

.planBoxBtn:hover{
	background-image:url(/res/images/ar.dwn.h.png);
}

.up{
	background-image:url(/res/images/ar.up.png);
	}

.up:hover{
	background-image:url(/res/images/ar.up.h.png);
	}


.centre_clmn2  .content .ips .block .cc .plan tr:nth-child(2n){
	background-color: #fff;
}

.centre_clmn2  .content .ips .block .cc .plan  tr:nth-child(2n+1){
	background-color:transparent;
}

.centre_clmn2  .content .ips .block .cc .plan  .sign{
	font-size: 18px;
	font-weight:700;
	padding: 8px 0px;
	display: block;
}

.centre_clmn2  .content .ips .block .cc .plan  td{
	padding: 5px 0px;
}

.centre_clmn2  .content .ips .block .cc .plan  .notact{
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

.centre_clmn2  .content .ips .block .cc .plan  .price{
	font-size: 22px;
	font-weight:bold;
	padding: 10px 0px;
}

.centre_clmn2  .content .ips .block .cc .plan  .price .minTerm{
	font-size: 15px;
	font-weight:normal;
	padding: 0px 0px;
}

.centre_clmn2  .content .ips .block .cc .plan  .price .free{
	padding: 14px 0px;
	display: block;
}

/*-------------------------------*/

.slider{
	display: block;
	margin: auto;
	width: 728px;
	height: 90px;
	border: 1px solid #ccc;
	margin-top: 30px;
	}

/*-------------------------*/
table.head{
	background-image:url(../images/head/bg.head.png);
	background-color:#f6f6f6;
	background-repeat:no-repeat;
	background-position:top center;
	height:132px;
	width: 998px;
}

.gerb{
	vertical-align:top;
}
.gerb img{
	padding-left: 330px;
}


/*-------------------------*/
table.top_menu{
	background-image:url(../images/top_menu/bg.png);
	background-repeat:repeat-x;
	height:54px;
}
/*-------------------------*/
.lime_lft, .lime_rght{
	width:6px;
	height:32px;
	background-repeat:no-repeat;
}
.lime_lft{
	background-image:url(../images/lime_tbl/lft.png);
}
.lime_rght{
	background-image:url(../images/lime_tbl/rght.png);
}
.lime_menu{
	background-image:url(../images/lime_tbl/bg.png);
	background-repeat:repeat-x;
	font-size:16px;
	font-family:Arial;
}
/*-------------------------*/
table.lime_tbl_l{
	margin-left:31px;
/*	display:none;*/
}
/*-------------------------*/
table.lime_tbl_l{
	margin-right:31px;
}
table.lime_tbl_l .lime_menu{
	color:#FFFFFF;
	font-weight:bold;
}
table.lime_tbl_l .lime_menu a{

	margin-right:10px;
	margin-left:10px;
	display:inline-block;
	text-decoration:none;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	color:#FFFFFF;
}
.lime_menu span{
	color:#DDD;
	margin-right:10px;
	margin-left:10px;
}

/*-------------------------*/
table.lime_tbl_r{
	margin-right:31px;
}
table.lime_tbl_r .lime_menu a{
	margin-right:8px;
	margin-left:8px;
	display:inline-block;
	text-decoration:none;
}
/*-------------------------*/


/*--------Старт контентной части -----------------*/
.nav_menu{
	width:257px;	
}
/*--------Старт блок контентного меню -----------------*/
.top_nav_menu{
	height:32px;
	background-image:url(../images/nav_menu/top.png);
	background-repeat:no-repeat;
}
.cntr_nav_menu{
	background-image:url(../images/nav_menu/bg.png);
	background-repeat:repeat-y;
}
.dwn_nav_menu{
	height:71px;
	background-image:url(../images/nav_menu/dwn.png);
	background-repeat:no-repeat;
}
/*-------------------------*/
.btn_active,.btn_passive{
	display:block;
	width:230px;
	height:45px;
	margin-left:0px;
	line-height:35px;
	padding-left:35px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#273a79;
	background-repeat:no-repeat;
}

.btn_active{
	background-image:url(../images/menu/bg.menu.act.png);
	color:#6f1616;
	
}
.btn_passive{
	background-image:url(../images/menu/bg.menu.png);
}
.btn_passive:hover{
	background-image:url(../images/menu/bg.menu.act.png);
		color:#6f1616;
}
/*-------------------------*/
div.sub_menu{
	
	padding-bottom:8px;
	padding-left:18px;
	margin-top:-5px;
	margin-left:13px;
	
}
.sub_pssv, .sub_pssv2{
	padding-left:13px;
	display:block;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:23px;
	text-decoration:none;
	color:#5b5b5b;
	background-image:url(../images/menu/menu.dot.grey.png);
	background-repeat:no-repeat;
	background-position:left center;
/*	text-transform:lowercase;*/
}
.sub_pssv:hover, .sub_pssv2:hover, .sub_menu a.active {
	background-image:url(../images/menu/menu.dot.red.png);
	color:#6f1616;
}
.sub_pssv2 {
	padding-left:25px;
	background-position:11px 8px;
}
/*-------------------------*/
/*--------Конец блока контентного меню -----------------*/

/*--------Старт навигационной линии -----------------*/
.nvgtn_line{
	height:31px;
	background-image:url(../images/nav_line/bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	width:95%;
}
.navpan{
	padding:0px;
	margin:0px;
}

.rght_pddng{
	width:39px;
	height:31px;
}
.main_nav,.sub_nav{
	display:inline-block;
	padding-left:14px;
	background-repeat:no-repeat;
	background-position:left center;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	margin-right:9px;
}
.main_nav{
	background-image:url(../images/nav_line/sub_point_actv.png);
}
.sub_nav{
	background-image:url(../images/nav_line/mddl_point_actv.png);
}

/*--------Конец навигационной линии -----------------*/
.cntnt{
	padding-right:39px;
	padding-left:11px;
	text-align:justify;
	font-family:Verdana;
	font-size:13px;
	color:#353535;
	min-height:500;

}
.cntnt h2{
	color:#7c916b;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:30px;
	margin:0px;
	margin-bottom:20px;
	margin-top:15px;
}
.cntnt .foto{
	margin:5px;
	padding-bottom:1px;
	padding-right:1px;
	border-bottom:1px #eeeeee solid;
	border-right:1px #eeeeee solid;
	float:left;
}

/*----------  Авторизация в системе PrivatBank ---------------*/
.info_box{
    width: 530px;
    margin: 10px auto;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
    color: #29454e;
    font-size: 16px;
    padding: 20px 20px;
}

.info_box label{
    margin-top: 0;
}
/* *******  EOF Авторизация в системе PrivatBank   ****** */

/*----------  FOOTER ---------------*/

.footer{
	height: 100px;
	}
	

.footer .footerBlock {
	margin: auto;
	width: 1053px;
	padding-left: 57px;	
	background-color:#efefef;
	height: 160px;
	}

.footer .footerBlock .links {
	display: block;
	float: left;
	height: 125px;
	width: 170px;
	padding: 10px 12px;
	color: #555d5f;
	font-size: 18px;
	padding-left: 50px;
	padding-top: 20px;
	}

.footer .footerBlock .links span{
	display: block;
	float: left;
	width: 200px;
	padding-top: 10px;
	height: 15px;	
	}
	
.footer .footerBlock .links span:hover{
	text-decoration:underline;
	}

.footer .footerBlock .links .social{
	width: 180px;
	margin-left: -15px;
	}

.footer .footerBlock .links .social ul{
	margin-top: 0px;
	}
	
.footer .footerBlock .links .copyright{
	display: block;
	float: left;
	line-height:25px;
	text-align:center;
	width: 103%;
	}

.footer .footerBlock .links .social li a{
		color: #8c9a9e;
		}
		
/* *******  EOF FOOTER   ****** */