@import "http://webfonts.ru/import/clearsans.css";
* {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: 'Clear Sans',  Arial;
	
}
html {
	width: 100%;
	min-height: 100%;	
}
body {
	width: 100%;
	height: 100%;
	background: url(../images/body.jpg) repeat;
}
#wrap {
	width: 960px;
	margin: 0 auto;
}
#top {
	width: 100%;
	height: 43px;
	background: url(../images/top.png) repeat;
	color: #fff;
}
a {
	font-size: 14px;
	color: #0058a2;
	text-decoration: none;
	border-bottom: 1px solid;
}
a:hover {
	color: #ff6138;
}
a.modal {
	border-bottom: 1px dashed;
}
a img {
	border: 0px;
	text-decoration: none;
}
p {
	margin: 0px 0px 10px 0px;
}
.enter {
	background: url(../images/enter.png) center left no-repeat;
	padding: 11px 10px 11px 10px;
	font-size: 14px;
	width: 280px;
	float: left;
}
.enter a {
	color: #fff;
	margin: 0 10px;
	text-decoration: none;
	border-bottom: 1px solid;
	padding-bottom: 0px;
}
.enter a:hover {
	color: #ff6138;
	border-bottom: 1px solid #ff6138;
}
.logo {border: none; text-decoration: none;}
.mail,
.phone {
	float: right;
	padding: 11px 10px;
	border-left: 1px solid #5d5d5d;
}
.mail {
	border-right: 1px solid #5d5d5d;	
}
.mail a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid;
	font-size: 16px;
}
.mail a:hover {
	color: #ff6138;
}
#header {
	background: #fff;
	border-bottom: 1px solid #ff6138;
	font-size: 14px;
	padding: 20px 0 10px 0;
	height: 50px;
}
#header img {
	height: 60px;
	position: relative;
	top: -10px;
}
.menu {
	float: right;
}
.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
	height: 48px;
	margin: 9px 25px 0 25px;
}
.menu li a {
	color: #000;
	border: 0px;
}
.menu .active,
.menu li:hover {
	background: url(../images/str.png) center bottom no-repeat;
}
.menu .active a,
.menu li:hover a {
	color: #717171;
}
.zak {
	float: right;
	background: #ff6138;
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 4px;
	behavior: url(/pie/PIE.htc);
	border: 0px;
}
.zak:hover {
	color: #000;
	cursor: pointer;
}
#content {
	width: 100%;
	margin: 0 auto;
	padding: 55px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
}
.block {
	width: 460px;
	float: left;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	box-shadow: #dadada 0px 0px 3px;
	background: #FFF;
	behavior: url(/pie/PIE.htc);
	margin: 17px 0;
}
.block_sh {
	width: 920px;
	padding: 30px 20px 0px;
	float: none;
	clear: left;
	border: none;
}
.block_sh h1 {
	margin-bottom: 10px !important;
}
.block_sh p {
	margin-bottom: 10px;
}
.good {
	padding: 20px 30px;
}
.good p {
	/* min-height: 63px; */
}
.block:nth-child(2n-1) {
	margin-right: 36px;
}
.block.one .good,
.block.two .good{
	border-left: 2px solid #ff6138;
	padding: 10px 30px;
	margin-bottom: 20px;
}
.block.one {
	background: #fff url(../images/one.png) center top no-repeat;
	padding-top: 95px;
}
.block.two {
	background: #fff url(../images/two.png) center top no-repeat;
	padding-top: 95px;
}
h1, h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.inform {
	padding: 19px 30px;
	background: url(../images/inform.jpg) repeat;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	clear: both;
	min-height: 56px;
}
.inform div{
	float: left;
	margin: 5px 0;
	width: 180px;
	background: url(../images/sprit.png) no-repeat;
	padding-left: 20px;
}

.inform .vopros {
	background-position: 0px 2px;
}
.inform .people {
	background-position: 0px -34px;
}
.inform .money {
	background-position: 0px -68px;
}
.inform .komp {
	background-position: 0px -102px;
}
.inform .list {
	background-position: 0px -138px;
}
.inform .refr {
	background-position: 0px -171px;
}
.inform .artic {
	background-position: 0px -206px;
}
.inform .inf {
	background-position: 0px -241px;
}
.inform .shem {
	background-position: 0px -276px;
}
.inform .cal {
	background-position: 0px -310px;
}
.inform .mai {
	background-position: 0px -341px;
}
.inform .sky {
	background-position: 0px -373px;
}
#footer {
	background: url(../images/footer.jpg) repeat;
	padding-top: 24px;
	overflow: hidden;
	clear: both;
	color: #838383;
	font-size: 14px;
}
.ss {
	float: left;
	margin: 25px 30px 37px 0;
	border: 0px;
	position: relative;
	top: -20px;
}
.info_foot {
	width: 750px;
}
.info_foot .zak {
	font-size: 12px;
}
.info_foot p {
	margin-top: 22px;
}
.info_foot li:first-child {
	list-style-type: none;
	padding: 0;
}
.info_foot li{
	float: left;
	margin-right: 35px;
	padding-left: 5px;
	margin-top: 6px;
}
.info_foot li a{
	font-size: 12px;
	color: #838383;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid;
}
.info_foot li a:hover{
	color: #ff6138;
}
.cont_foot {
	float: right;
	color: #fff;
	font-size: 18px;
	width: 170px;
	text-align: right;
	border: 0px;
}
.cont_foot a {
	border: 0px;
}
.cont_foot .phone {
	margin: 0;
	padding: 0;
	border: 0px;
	margin-bottom: 8px;
}



.enter span {
	font-weight: 700;
	padding-left: 5px;
	padding-right: 8px;
}
#wrap h1 {
	margin-bottom: 0px;
}
.logincontent #wrap h1 {
	margin-bottom: 15px !important;
}
#wrap .proverka {
	width: 620px;
	float: left;
	margin: 0px 35px 0px 0px;
}
#wrap .proverka .bloklk {
	width: 620px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	box-shadow: #dadada 0px 0px 3px;
	background: #FFF;
	behavior: url(../css/PIE.htc);
	padding: 20px 0px;
}
#wrap .proverka .bloklk h1 {margin-left: 20px;}


#wrap .dopinfo {
	// width: 300px;
	overflow: hidden;
}
#wrap .dopinfo .blokinfo {
	width: 260px;
	float: left;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	box-shadow: #dadada 0px 0px 3px;
	background: #FFF;
	margin: 0px;
	padding: 20px;
	margin-bottom: 30px;
	position: relative;
	z-index: 5;
	behavior: url(../css/PIE.htc);
}
#wrap .dopinfo .blokinfo h1 {margin-bottom: 15px;}

#wrap .dopinfo .blokinfo textarea {
	font-size: 14px;
	resize: none;
	width: 248px;
	padding: 5px;
	height: 70px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../css/PIE.htc);
	color: #6e6e6e;
}
#wrap .dopinfo .blokinfo textarea:focus {
	outline: none;
	border-color: #ff6138;
	color: #000;
}
.add,
.all_te {	
	display: inline-block;
	width: 270px;
	font-size: 15px;
	background: #ff6138;
	padding: 14px 15px 17px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../css/PIE.htc);
	border: 0px;
}
.add span {
	font-size: 22px;
	padding-right: 15px;
	color: #fff !important;
}
.add:hover ,
.all_te:hover{color: #000;}
.prov {
	padding: 15px 20px 18px;
	border-bottom: 1px dashed #ff6138;
	
}
.infp,
.infp a {
	color: #6e6e6e;
}
.infp a {
	border-bottom: 1px solid;
}
.infp a:hover {
	color: #ff6138;
}
.prov span {
	font-weight: 700;
}
.work {
	float: right;
}
.workgo {
	float :left;
	margin-right: 10px;
	margin-top: 8px;
	color: #ff6138;
	text-transform: lowercase;
	display: none;
}
.acord {
	margin-top: 4px;
	float: right;
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/acordn.png) no-repeat;
	border: 0px;
}
.scr {
	margin-left: 20px;
	margin-top: 20px;
}
.bbr {
	float: right;
	width: 150px;
	text-align: right;
}
.scr ol a {
	float: right;
}
.scr li {
	margin-bottom: 6px;
}
.csra {
	margin-left: -20px;
}

.prov.goo {
	background: #f6f6f6; 
	border-left: 3px solid #ff6138;
}
.prov.goo .workgo {
	display: block;
}
.prov.goo .acord {
	background: url(../images/acordg.png) no-repeat;
}
.numpage{
	text-align: center;
	list-style-type: none;
	overflow: hidden;
	width: 220px;
	margin: 20px auto 0;
}
.numpage li {
	float: left;
	margin: 20px 1px;
}
.numpage li a:hover,
.numpage .active a{
	background: #ff6138;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.numpage li a {
	font-size: 16px;
	padding: 6px 12px;
	border: 0px;
}
.numpage .last,
.numpage .last:hover {
	background: url(../images/next.png);
	width: 18px;
	height: 33px;
	display: block;
	padding: 0px;
	margin-top: -12px;
	margin-left: 10px;
}
.numpage .first,
.numpage .first:hover{
	background: url(../images/prev.png);
	width: 18px;
	height: 33px;
	display: block;
	padding: 0px;
	margin-top: -12px;
	margin-right: 10px;
}
.oper {
	padding-left: 20px;
	width: 601px;
	overflow: hidden;
}
.oper .search {
	float: right;
}
.oper .sort {
	float: left;
	margin-right: 30px;
	position: relative;
	top: 5px;
	background: url(../images/stre.png) no-repeat right 7px;
	padding-right: 3px;
	top: 0;
}
.oper .pok {
	position: relative;
	top: 5px;
	float: left;
	top: 0;
}
.oper a {
	margin: 0 10px;
	border-bottom: 1px dashed;
}
.oper a:hover {
	cursor: pointer;
}
.pok .current {
	border: 0px;
	font-weight: 700;
}
.search {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #ff6138;
	padding: 5px;
	padding-top: 1px;
}
.search input {
	margin: 0px!important;
	border: 0px!important;
}
.search input[type='text']  {
	font-size: 14px;
	width: 130px;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	padding: 0 12px 0 5px;
}
.search input[type='button'] {
	background: #fff url(../images/search.png) no-repeat 0 bottom;
	width: 14px;
	padding-right: 4px;
	height: 19px;
	cursor: pointer;
	position: relative;
	top: 4px;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}
.blokinfo input[type='button'] {
	background: #ff6138;
	cursor: pointer;
	background: #ff6138;
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../css/PIE.htc);
	border: 0px;
	text-align: center;
	width: 120px;
	margin-left: 65px;
	margin-top: 5px;
	font-size: 16px;
}
.blokinfo input[type='button']:hover {
	color: #000;
}
.info_sum {
	width: 302px;
	overflow: hidden;
	position: relative;
	top: -35px;
	background: #ff6138;
	text-align: center;
	padding: 7px 0 7px 0;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	behavior: url(../css/PIE.htc);
	z-index: 2;
}
.info_sum a {
	color: #fff;
}
.info_sum a:hover {
	color: #000;
	border-bottom: 1px solid;
}

.current:hover {
	cursor: default!important;
	color: #0058a2
}
input {
	outline: none;
}
#blockme {
	z-index: 1002;
	opacity: 1;
	position: relative;
	width: 300px!important;
	margin-top: -40px;
	display: none;
	margin-bottom: 0px;
}
.blockname {
	background: #fff;
	-webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
	text-transform: uppercase;
	color: #ff6138;
	font-weight: 700;
	font-size: 16px;
	width: 180px;
	text-align: left;
	margin-left: 80px;
	padding: 5px 10px;
	padding-right: 30px;
}
.blockclo {
	color: #000; font-size: 16px; font-weight: 700; width:25px; height:29px; display:inline; z-index:3500; position:absolute; top: 5px; right: -5px; cursor:pointer; border: 0px;
}
.blockcont {
	background: #fff;
	-webkit-border-radius: 5px 0 5px 5px; -moz-border-radius: 5px 0 5px 5px; border-radius: 5px 0 5px 5px;
	z-index: 1003;
	width: 280px;
	padding: 10px;
	overflow: hidden;
}
.blockcont p {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.chrad {
	border-right: 1px solid #dfdfdf;
	width: 140px;
	float: left;
	padding-right: 10px;
	overflow: hidden;
}
.chrad input[type="radio"] {
    display:none;
}
.chrad input[type="radio"] + label span {
    display:inline-block;
    width:16px;
    height:16px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/check.png) center 0 no-repeat;
    cursor:pointer;
}
.chrad input[type="radio"]:checked + label span {
    background:url(../images/check.png) center -20px no-repeat;
}

.blockcont input[type='text'] {
	border: 1px solid #ff6138;
	padding: 4px 5px;
	text-decoration: none;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../css/PIE.htc);
	width: 125px;
	font-size: 16px;
}
.blockcont input[type='button'] {
	background: #ff6138;
	cursor: pointer;
	background: #ff6138;
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../css/PIE.htc);
	border: 0px;
	text-align: center;
	width: 125px;
	margin-left: 10px;
	font-size: 16px;
}
.blockcont input[type='button']:hover {
	color: #000;
}
.gre {
	text-transform: none!important;
	font-weight: 400!important;
	font-size: 12px!important;
	color: grey;
	margin-top: 5px;
	font-style: italic;
}

.enter span {
	font-weight: 700;
	padding-left: 5px;
	padding-right: 8px;
}
#wrap .proverka {
	width: 620px;
	float: left;
	margin: 0px 35px 0px 0px;
}
#wrap .proverka .bloklk {
	width: 620px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	box-shadow: #dadada 0px 0px 3px;
	background: #FFF;
	behavior: url(../css/PIE.htc);
	padding: 20px 0px;
}
#wrap .proverka .bloklk h1, #wrap .proverka .bloklk h3 {margin-left: 20px;}


#wrap .dopinfo {
	// width: 300px;
	overflow: hidden;
	padding-top: 22px;
}
#wrap .dopinfo .blokinfo {
	width: 260px;
	float: left;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	box-shadow: #dadada 0px 0px 3px;
	background: #FFF;
	margin: 0px;
	padding: 20px;
	margin-bottom: 30px;
	position: relative;
	z-index: 5;
	behavior: url(../css/PIE.htc);
}
#wrap .dopinfo .blokinfo h1 {margin-bottom: 15px;}

#wrap .dopinfo .blokinfo textarea {
	font-size: 14px;
	resize: none;
	width: 248px;
	padding: 5px;
	height: 70px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../css/PIE.htc);
	color: #6e6e6e;
}
#wrap .dopinfo .blokinfo textarea:focus {
	outline: none;
	border-color: #ff6138;
	color: #000;
}
.prov {
	padding: 15px 20px 18px;
	border-bottom: 1px dashed #ff6138;
	
}
.infp,
.infp a {
	color: #6e6e6e;
}
.infp a {
	border-bottom: 1px solid;
}
.infp a:hover {
	color: #ff6138;
}
.prov span {
	font-weight: 700;
}
.work {
	float: right;
}
.workgo {
	float :left;
	margin-right: 10px;
	margin-top: 8px;
	color: #ff6138;
	text-transform: lowercase;
	display: none;
}
.acord {
	margin-top: 4px;
	float: right;
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/acordn.png) no-repeat;
	border: 0px;
}
.scr {
	margin-left: 20px;
	margin-top: 20px;
}
.bbr {
	float: right;
	width: 150px;
	text-align: right;
}

/*формы загрузки акеты результата*/
	.strtop, .strtop-result {
		width: 15px;
		height: 15px;
		position: relative;
		
	}
	.wipa {
		display: none; 
		margin-top: 20px; 
		padding: 20px 20px 25px 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		border: 1px solid #ff6138;
		background: #fff;
		margin-left: -20px;
	}
  
    .strtop {		
		top: -34px;
    right: 298px;
	}
  
  .strtop-result {		
		top: -91px;
		left: 57px;
	}

.scr ol a {
	float: right;
}
.scr li {
	margin-bottom: 6px;
}
.csra {
	margin-left: -20px;
}

.prov.goo {
	background: #f6f6f6; 
	border-left: 3px solid #ff6138;
}
.prov.goo .workgo {
	display: block;
}
.prov.goo .acord {
	background: url(../images/acordg.png) no-repeat;
}
.numpage{
	text-align: center;
	list-style-type: none;
	overflow: hidden;
	width: 220px;
	margin: 20px auto;
}
.numpage li {
	float: left;
	margin: 20px 1px;
}
.numpage li a:hover,
.numpage .active a{
	background: #ff6138;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.numpage li a {
	font-size: 16px;
	padding: 6px 12px;
	border: 0px;
}
.numpage .last,
.numpage .last:hover {
	background: url(../images/next.png);
	width: 18px;
	height: 33px;
	display: block;
	padding: 0px;
	margin-top: -12px;
	margin-left: 10px;
}
.numpage .first,
.numpage .first:hover{
	background: url(../images/prev.png);
	width: 18px;
	height: 33px;
	display: block;
	padding: 0px;
	margin-top: -12px;
	margin-right: 10px;
}
.oper {
	padding-left: 20px;
	width: 601px;
	overflow: hidden;
}
.oper .search {
	float: right;
}
.oper .sort {
	float: left;
	margin-right: 30px;
	position: relative;
	top: 5px;
	background: url(../images/stre.png) no-repeat right 7px;
	padding-right: 3px;
	top: 0;
}
.oper .pok {
	position: relative;
	top: 5px;
	float: left;
	top: 0;
}
.oper a {
	margin: 0 10px;
	border-bottom: 1px dashed;
}
.oper a:hover {
	cursor: pointer;
}
.pok .current {
	border: 0px;
	font-weight: 700;
}
.search {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: #ff6138;
	padding: 5px;
	padding-top: 1px;
}
.search input[type='text']  {
	font-size: 14px;
	width: 130px;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	padding: 0 12px 0 5px;
}
.search input[type='button'] {
	background: #fff url(../images/search.png) no-repeat 0 bottom;
	width: 14px;
	padding-right: 4px;
	height: 19px;
	cursor: pointer;
	position: relative;
	top: 4px;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}
.blokinfo input[type='button'] {
	background: #ff6138;
	cursor: pointer;
	background: #ff6138;
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../css/PIE.htc);
	border: 0px;
	text-align: center;
	width: 120px;
	margin-left: 65px;
	margin-top: 5px;
	font-size: 16px;
}
.blokinfo input[type='button']:hover {
	color: #000;
}
.info_sum {
	width: 302px;
	overflow: hidden;
	position: relative;
	top: -35px;
	background: #ff6138;
	text-align: center;
	padding: 7px 0 7px 0;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	behavior: url(../css/PIE.htc);
	z-index: 2;
}
.info_sum a {
	color: #fff;
}
.info_sum a:hover {
	color: #000;
	border-bottom: 1px solid;
}

.current:hover {
	cursor: default!important;
	color: #0058a2
}
input {
	outline: none;
}
.blockclo {
	color: #000; font-size: 16px; font-weight: 700; width:25px; height:29px; display:inline; z-index:3500; position:absolute; top: 5px; right: -5px; cursor:pointer; border: 0px;
}
.blockcont {
	background: #fff;
	-webkit-border-radius: 5px 0 5px 5px; -moz-border-radius: 5px 0 5px 5px; border-radius: 5px 0 5px 5px;
	z-index: 1003;
	width: 280px;
	padding: 10px;
	overflow: hidden;
}
.blockcont p {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.chrad {
	border-right: 1px solid #dfdfdf;
	width: 140px;
	float: left;
	padding-right: 10px;
	overflow: hidden;
}
.blockcom {
	padding-top: 10px;
	text-align: center;
	margin-bottom: 10px;
	font-style: italic;
}
.chrad input[type="radio"] {
    display:none;
}
.chrad input[type="radio"] + label span {
    display:inline-block;
    width:16px;
    height:16px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/check.png) center 0 no-repeat;
    cursor:pointer;
}
.chrad input[type="radio"]:checked + label span {
    background:url(../images/check.png) center -20px no-repeat;
}

.blockcont input[type='text'] {
	border: 1px solid #ff6138;
	padding: 4px 5px;
	text-decoration: none;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../css/PIE.htc);
	width: 125px;
	font-size: 16px;
}
.blockcont input[type='button'] {
	cursor: pointer;
	background: #ff6138;
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../css/PIE.htc);
	border: 0px;
	text-align: center;
	width: 125px;
	margin-left: 10px;
	font-size: 16px;
}
.blockcont input[type='button']:hover {
	color: #000;
}
.txt {
	margin: 0 20px;
}

.bloklk ul, .bloklk ol {
	margin-left: 30px;
	margin-bottom: 15px;
}
.bloklk li {
	margin-bottom: 5px;
}
.dop {
	padding: 15px 0;
}
	.dop li {
		padding: 10px 20px 10px 30px;
		margin: 5px 0;
	}
	.dop .active,
	.dop li:hover {
		background: #ff6138;
		color: #fff;	
	}
	.dop .active a,
	.dop li:hover a {
		color: #fff;
	}
	.dop .active a:hover {
		border-bottom: 0px;
	}
	
#right_art p {
	margin: 0px 0px 7px 0px;
}
#simplemodal-container table input[type='text'], #simplemodal-container table textarea {
	padding: 3px 5px!important;
	border: 1px solid #ff6138!important;
	font-size: 100%!important;
	width: 250px!important;
	resize: none!important;
	outline: none!important;
	margin: 0!important;
}
#simplemodal-container .zak {
	position: relative;
	left: -17px;
}

#dopwrap {
	width: 960px;
	margin: 20px auto;
}
#errors {
	background: #ffae99;
	padding: 15px;
	color: #000;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
#errors p {margin: 0px; padding: 0px;}
#dopwrap #errors {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../css/PIE.htc);
	margin: 0px;
}



.cont_foot span {
	display: none;
}
.cont_foot .telspan {
	display: block;
}
#wrap .twospan {
	padding-left: 20px;
}
#wrap .onespan, #wrap .twospan {
	color: #ccc;
}

#user input[type="text"], #user input[type="password"] {
padding: 5px;
font-size: 14px;
}
input[type='text'], 
input[type='submit'], 
input[type='password'], 
textarea, 
select {
	border: 1px solid #ff6138;
	padding: 5px 10px;
	width: 270px;
	margin: 5px 0px;
	border-radius: 4px;
	outline: none;
	resize: none;
}
#dopbut, #form_cont input[type=submit] {
background: #ff6138;
cursor: pointer;
background: #ff6138;
padding: 5px 15px;
text-transform: uppercase;
text-decoration: none;
color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
behavior: url(../css/PIE.htc);
border: 0px;
text-align: center;
width: 292px;
font-size: 16px;
}
#dopbut:hover, #form_cont input[type=submit]:hover {
color: #000;
}

.new .work {display: none;}
.new .scr {display: block!important;}
.bloklk > p {
	margin: 10px 20px;
}