html, body {
	color:#2a2d2e;
	font:normal 12px Arial;
	height:100%;
}

a {
	color:#1660bf;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
a:hover * {
	*cursor:pointer;
}

a img {/*transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;*/
}
a img:hover {opacity:0.6}


.none {
	display:none;
}

.clb {
	clear:both;
}

h1 {
	font-weight:normal;
/*
	font-size:18px;
	font-family:Verdana;
*/
	font-family:'Cuprum','PTSansRegular',serif;
	font-size:22px;
}


h2 {
	font-weight:normal;
/*
	font-size:18px;
	font-family:Verdana;
*/
	font-family:'Cuprum','PTSansRegular',serif;
	font-size:20px;
}



h4 {
	font-weight:normal;
	font-family:'Cuprum','PTSansRegular',serif;
	font-size:20px;
}

.rubl {
	font-family:'PTSansRegular',serif
}
.main {
	min-height:100%;
}
.content {
	overflow:hidden;
}
/*.content, .header > div > div, .footer .footerChild > div, .infoTop > div, .title {
*/
.company-title,.content, .header > div > div, .footer .footerChild > div, .infoTop > div {
	min-width:980px;
	max-width:1200px;
	margin:0 auto;
	padding:0 5px;
}

.company-title {
padding-left:15px;
padding-top:20px;
}

.iefix {
	behavior: url(/css/PIE.htc);
	position:relative;
}
.bannerTop {
	height:60px;
	text-align:center;
/*	background:#f8b608 url("/img/v5/bannerTop.png") 50% 0 no-repeat;*/
}
.header {
	background:url("/img/v5/headerBg.png") 0 0 repeat-x #fff;
}
.header > div {
	height:133px;	
	background:url("/img/v5/headerCenterBg.png") 50% 100% no-repeat;
}
.header .banners li {
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-left:4px;
/*	width:150px;*/
}
.header .logo {
	display:block;
	float:left;
	margin-top:8px;
}
.header .banners {
	overflow:hidden;
/*
	padding:20px 0 0 10px;
	margin-right:20px;
*/
	padding:20px 0 0;
	float:right;

}
.header .banners ul {
/*	width:1000px;
*/
}
.header .target {
	float:left;
	margin-left:20px;
/*	margin-right:120px; *//* убрать нафег */
}
.header .target > ul {
	padding-top:22px;
}
.header .target > ul > li {
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
/*	padding-right:30px;*/
	padding-right:15px;
	*padding-right:expression(this.nextSibling==null?'0':'15px');
}
.header .target > ul > li:last-child {
	padding-right:0px;
}
.header .target div > span {
	display:block;
	padding-bottom:6px;
	font-weight:bold;
}
div.changeCity {
	padding-bottom:14px;
}
div.changeCity a {
	background:url("/img/v5/changeCityArrow.png") 100% 50% no-repeat;
	padding-right:14px;
	display:inline-block;
	text-decoration:none;
	*display:inline;
	zoom:1;
}
div.changeCity span {
	display:inline-block;
	*display:inline;
	zoom:1;
	border-bottom:1px dashed #1660bf;	
}
.currency li {
	padding-bottom:6px;
}
.currency strong {
	font-size:14px;
}
.currency span {
	color:#ca245e;
	vertical-align:top;
}
.weather {
	min-height:19px;
	padding:5px 0 0 30px;
	margin-bottom:11px;
}
.tomorrow {
	color:#999999;
padding-top:0px;clear:both;
}
.weather.cloudy {
	background: url("/img/v5/cloudy.png") 0 50% no-repeat;
}
#authorization-company-a {
	background:url("/img/v5/loginMen.png") 10px 50% no-repeat #FFF;
	padding: 0 14px 5px 23px;
	font-size:16px;
	font-family:Trebuchet MS;
	border:1px solid #ca245e;
	color:#2a2d2e;
	text-decoration:none;
	border-radius:4px;
	box-shadow:0 5px 10px #ccc;
}
#authorization-company-span {
	display:inline-block;
	*display:inline;
	line-height:17px;
	zoom:1;
	border-bottom:1px dashed #ca245e;
}
div.authorization a {
	background:url("/img/v5/loginMen.png") 10px 50% no-repeat #FFF;
	padding: 0 14px 5px 23px;
	font-size:16px;
	font-family:Trebuchet MS;
	border:1px solid #ca245e;
	color:#2a2d2e;
	text-decoration:none;
	border-radius:4px;
	box-shadow:0 5px 10px #ccc;
}
div.authorization span {
	display:inline-block;
	*display:inline;
	line-height:17px;
	zoom:1;
	border-bottom:1px dashed #ca245e;
}
.content > .left {
	float:left;
	width:190px;
}
.left .menu li.notEmpty > a,
.left .menu li.notEmpty > span {
	background:url("/img/v5/menu-arrow.png") -30px 50% no-repeat;
}
.left .menu li.notEmpty > a:hover {
	background:url("/img/v5/menu-arrow.png") 165px 50% no-repeat;
}
.left .menu > ul > li:hover {
	border-top-color:#ca245e;
}
.left .menu > ul > li:hover > span,
.left .menu > ul > li:hover > a {
	color:#fff;
	background-color:#ca245e;
}
.left .menu li.notEmpty:hover {
	background-color:#ca245e;
}
.left .menu li.notEmpty:hover ul {
	display:block;
}
.left .menu li span,
.left .menu li a {
	padding:5px 0 5px 9px;
	display:block;
	color:#2a2d2e;
	font-weight:bold;
	text-decoration:none;
	*width:167px;
	font-size:13px;
}

.left .menu li a.red {
	color:#aa2d2e;
}
.left .menu {
	padding:5px 6px;
	margin-bottom:15px;
	border:1px solid #d4d4d4;
/*
	border-radius:4px;
	z-index:3;
*/
	background: #f5f6f3;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#feffff), to(#ecede7));
	background: -webkit-linear-gradient(#feffff, #ecede7);
	background: -moz-linear-gradient(#feffff, #ecede7);
	background: -ms-linear-gradient(#feffff, #ecede7);
	background: -o-linear-gradient(#feffff, #ecede7);
	background: linear-gradient(#feffff, #ecede7);
	-pie-background: linear-gradient(#feffff, #ecede7);
}
.left .menu > ul > li {
	border-top:1px solid #fff;
	border-bottom:1px solid #d1d1d1;
	
	*border-top-width:expression(this.previousSibling==null?'0':'1px');
	*border-bottom-width:expression(this.nextSibling==null?'0':'1px');
}
.left .menu li:first-child {
	border-top:0;
}
.left .menu li:last-child {
	border-bottom:0;
}
.left .menu li ul > li  {
	border-bottom:1px solid #d84a7b;
	*border-bottom-width:expression(this.nextSibling==null?'0':'1px');
}
.left .menu ul > li ul {
	position:absolute;
	left:160px;
	top:0px;
	display:none;
/*	padding:4px 19px;*/
	padding:4px 14px;
	background-color:#ca245e;
	z-index:9;
	#box-shadow:5px 5px 10px #ddd;

}
.left .menu ul > li ul a {
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
	min-width:160px;
}
.left .menu ul > li ul a:hover {
	text-decoration:none;
}
.ul > li {
	padding-bottom:15px;
}
.block {
	border:7px solid #e7e6e6;
}
.block > p {
	padding:6px 5px;
	margin:0;
}
p.competition {
	font-family:'Cuprum','Trebuchet MS';
	font-size:18px;
	text-align:center;
	color:#555;
}
p.competition em {
	color:#ca245e;
	font-style:normal;
}
.spanBg {
	display:inline-block;
	*display:inline;
	zoom:1;
	background-color:#ca245e;	
	padding:0 2px;
	color:#fff;
}
.otherMenu {
	padding:6px 9px;
}
.otherMenu span {
	display:block;
	color:#2a2d2e;
/*	font-size:17px;
*/
	font-size:22px;
	border-bottom:1px solid #2a2d2e;
	margin-bottom:9px;
/*	font-family:Verdana;
*/
	font-family:'Cuprum';
	font-weight:normal;
}
.otherMenu li {
	padding-bottom:8px;
	overflow:hidden;
}
.ratingCompanyAmount {
	color:#fff !important;
	font-size:12px !important;
	font-family: Arial !important;
	border:0 !important;
	background-color:#ca245e;
	display:block;
	float:left;
	margin-right:6px;
	padding:2px 4px;
	font-size:11px;
}
.ratingCompanyMenu li p {
	overflow:hidden;
	margin:0;
}
.sliderMini {
	overflow:hidden;
	height:102px;
	position:relative;
}
.sliderMini > div {
	width:9999px;;
}
.sliderMini li {
	text-align:center;
	width:176px;
}
.sliderMini span {
	font-size:18px;
	font-family:Trebuchet MS;
}
.sliderMini li > div {
	padding-top:2px;
	position:relative;
	height:100px;
}
.sliderMini .city span {
	display:block;
	position:absolute;
	right:-6px;
	top:0;
	width:6px;
	height:13px;
	background:url("/img/v5/cityArr.gif") 0 0 no-repeat;
}
.sliderMini .city {
	width:100%;
	position:absolute;
	text-align:center;
	bottom:4px;
	left:0;
}
.sliderMini .city div {
	background-color:#ca245e;
	color:#fff;
	padding:0 4px;
	position:relative;
	font-size:11px;
	display:inline-block;
	*display:inline;
	zoom:1;
}
.sliderMini .phone {
	font-size:13px;
	padding-bottom:6px;
	font-weight:bold;
}
.sliderMini .name {
	font-size:17px;
	color:#ca245e;
	padding:0 0 2px;
	font-family:Trebuchet MS;
	font-weight:bold;
	margin-top:-5px;
}
.sliderMini.cafe li {
	background:#FFF url("/img/v5/sliderBgCafe.gif") 0 0 no-repeat;
}
.sliderMini.taxi li {
	background:#FFF url("/img/v5/sliderBgTaxi.gif") 0 0 no-repeat;
}
.sliderMini .left, .sliderMini .right {
	display:block;
	position:absolute;
	background:url("/img/v5/sliderArr.png") -14px 0 no-repeat;
	width:14px;
	height:19px;
	top:50%;
	margin-top:-9px;
}
.sliderMini .left {
	left:0;
}
.sliderMini .right {
	background-position:0 0;
	right:0;
}
.content > .right {
	float:right;
	width:190px;
}
.dialogueWindow {
	position:relative;
	margin-bottom:23px;
}
.dialogueWindow .angle {
	position:absolute;
	bottom:-30px;
	left:19px;
	width:24px;
	height:30px;
	background: url("/img/v5/dialogArr.png") 0 0 no-repeat;
}
.expertText {
	text-align:center;
	padding-top:1px;
}
.expertText em {
	font-style:normal;
	font-weight:bold;
	display:block;
	padding:10px 0 2px;
}
.expertText p {
	font-size:11px;
	color:#999;
}
/*
.expertText img {
	width:110px;
	height:110px;
}
*/
.customerReviews {
	background:#FFF url("/img/v5/brackets.png") 50% -14px no-repeat;
	padding-top:24px;
}
.customerReviews .customerReviewsBottom {
	background:#FFF url("/img/v5/brackets.png") 50% 0 no-repeat;
	height:14px;
}
.customerReviews .title {
	text-align:center;
}

.customerReviews .title span {
	display:inline-block;
	*display:inline;
	zoom:1;
	border-bottom:1px solid #2a2d2e;
	margin-bottom:9px;
/*
	font-family:Verdana;
	font-size:18px;
*/
	color:#000;
	font-family:'Cuprum';
	font-size:22px;
	font-weight:normal;
}
.customerReviewsText {
	font-size:11px;
}
.customerReviewsText > div {
	overflow:hidden;
}
.customerReviewsText > p {
	color:#999;
	margin:10px;
}
.customerReviewsText > div p {
	overflow:hidden;
/*	margin:0;*/
	margin:0 10px;
}
.customerReviewsText img {
	float:left;
	margin-right:5px;
}
.content > .center {
	overflow:hidden;
	padding:0 25px;
}
.search {
	position:relative;
	z-index:1;
/*	height:88px;*/
	height:80px;
	*padding-right:1px;
}
.search .left, .search .right {
	position:absolute;
	top:0;
	vertical-align:top;
	height:88px;
	width:50%;
	z-index:2;
	background:url("/img/v5/search.png") 0 0 no-repeat;
	left:0;
}
.search .right {
	left:50%;
	background-position:100% 0;
}
.search .searchBody {
	position:absolute;
	top:15px;
	left:0;
	width:100%;
	z-index:3;
}
.search .searchBody form {
/*	margin-left:24px;*/ /* uncomment for ya */
}
.search .searchField {
/*	margin-right:107px;*/
/*	margin:0 88px 0 16px;*/
	margin:0 99px 0 16px;
	position:relative;
}
.search .searchField input[type="submit"],
.ya-site-form__submit
 {
	position:absolute;
	top:-2px;
	right:-85px;
	background: url("/img/v5/searchButton.png") repeat scroll 0% 0% transparent; 
	border: 0pt none; 
	height: 32px; 
	width: 65px;
	font-size:0px !important;
	z-index:9999;
}
.search .searchField input[type="text"] {
	border:0;
	margin:0;
	padding:0;
	font-size:16px;
	width:100%;
}
.search .searchFooter li * {
	vertical-align:top;
}
.search .searchFooter li {
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
	padding:6px 5px 0;
	*padding:2px 5px 0;
}
.search .searchFooter input {
	margin:0;
	*vertical-align:middle;
}
.search .searchFooter strong {
	display:block;
	float:left;
	padding:5px 10px 0 0;
	*padding:4px 10px 0 0;
}
.search .searchFooter {
	color:#fff;
	margin-left:24px;
}
.mainText .right, .mainText .left {
	float:left;
}
.mainText .left {
	width:48%;
}
.mainText .right {
	width:48%;
	margin-left:2%;
}
.mainText .right > div {
	margin-left:19px;
}

.mainText h1 {
	border-bottom:2px solid #2a2d2e;
	padding-bottom:2px;
	margin-bottom:15px;
}

.mainText h2.atmain {
	border-bottom:2px solid #2a2d2e;
	padding-bottom:2px;
	margin-bottom:15px;
	font-size:20px;
}
.mainText h2.atmain img {
	margin-left:10px;
}

.mainText .mainCatMenu {
	margin:-4px 0 16px;
}
.mainText .mainCatMenu li {
	border-bottom:1px solid #d1d1d1;
	*border-bottom-width:expression(this.nextSibling==null?'0':'1px');
}
.mainText .mainCatMenu li:last-child {
	border-bottom:0;
}
.mainText .mainCatMenu a {
	display:block;
	padding:3px 0 4px;
	text-decoration:none;
	color:#999;
	text-align:right;
}
.mainText .mainCatMenu a span {
	float:left;
	color:#2a2d2e;
}
.mainText .mainCatMenu a:hover {
	color:#2a2d2e;
}
.mainText .mainCatMenu a:hover span {
	color:#1660bf;
	text-decoration:underline;
}
.mainCompanies > li {
	background: url("/img/v5/blockBg.png") 0 0 repeat-x #f5f5f5;
	border:1px solid #e4e3e3;
	margin-bottom:15px;
	padding:3px;
	position:relative;
	font-size:11px;
}
.mainCompanies > li > div {
	overflow:hidden;
}

.mainCompanies > li > div.our {
	font-family: PTSansRegular;
	font-size: 15px;
	margin-top: 5px;
}

.mainCompanies > li > div.our img {
	float: left;
	margin:19px 10px 12px 12px;
}

.mainCompanies > li > div.our span {
	color:#D71E60;
	display:block;
}


.mainCompanies .amountReviews {
	color:#999;
}
.mainCompanies li > div > a img {
	float:left;
	margin-right:5px;
	width:78px;
	height:78px;
}
.mainCompanies .rating {
	float:left;
	margin-right:10px;
}
.mainCompanies > li > div > p a {
	font-size:13px;
}
.mainCompanies > li .shadowLeft, .mainCompanies > li .shadowRight {
	width:50%;
	position:absolute;
	background:#FFF url("/img/v5/companyBlockShadow.png") 0 0 no-repeat;
	height:7px;
	bottom:-7px;
}
.mainCompanies > li .shadowLeft {
	left:0;
}
.mainCompanies > li .shadowRight {
	right:0;
	background-position:100% 0;
}
.addButton,.addButtonSmall {
	display:block;
	padding:6px 0;
	color:#fff;
	text-align:center;
	background-color:#b01230;/*
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e5368d), to(#b01230));
	background: -webkit-linear-gradient(#e5368d, #b01230);
	background: -moz-linear-gradient(#e5368d, #b01230);
	background: -ms-linear-gradient(#e5368d, #b01230);
	background: -o-linear-gradient(#e5368d, #b01230);
	background: linear-gradient(#e5368d, #b01230);
	-pie-background: linear-gradient(#e5368d, #b01230);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5368d', endColorstr='#b01230',GradientType=0 ); */
	font-size:20px;
	font-family:'Cuprum','Trebuchet MS',Arial,serif;
	text-decoration:none;
	text-shadow:0 0 6px #960c32;
	border:0;
}

.addButtonInv {
	display:block;
	padding:6px 0;
	color:#fff;
	text-align:center;
	background-color:#596367;/*
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6F7B82), to(#596367));
	background: -webkit-linear-gradient(#6F7B82, #596367);
	background: -moz-linear-gradient(#6F7B82, #596367);
	background: -ms-linear-gradient(#6F7B82, #596367);
	background: -o-linear-gradient(#6F7B82, #596367);
	background: linear-gradient(#6F7B82, #596367);
	-pie-background: linear-gradient(#6F7B82, #596367);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6F7B82', endColorstr='#596367',GradientType=0 ); */
	font-size:20px;
	font-family:'Cuprum','Trebuchet MS',Arial,serif;
	text-decoration:none;
	text-shadow:0 0 6px #333;
	border:0;
}


.addButtonSmall {
	font-family:arial,serif;
	padding:6px;
	font-size:12px;
}

.addButton:hover,.addButtonSmall:hover,.addButtonInv:hover{
    background-color:#CA245E;
    color:#fff;
    text-shadow:0 0 6px #fff;
    box-shadow: 0 0 6px #555;
}
.rating li {
	background-image:url("/img/v5/rating.png");
	background-repeat:no-repeat;
	width:11px;
	height:11px;
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-right:1px;
}
.rating10 li.first, .rating15 li.first, .rating20 li.first, .rating25 li.first, .rating30 li.first, .rating35 li.first, .rating40 li.first, .rating45 li.first, .rating50 li.first,
.rating20 li.first + li, .rating25 li.first + li, .rating30 li.first + li, .rating35 li.first + li, .rating40 li.first + li, .rating45 li.first + li, .rating50 li.first + li,
.rating30 li.first + li + li, .rating35 li.first + li + li, .rating40 li.first + li + li, .rating45 li.first + li + li, .rating50 li.first + li + li,
.rating40 li.first + li + li + li, .rating45 li.first + li + li + li, .rating50 li.first + li + li + li,
.rating50 li.first + li + li + li + li {
	background-position:0 0;
}
.rating0 li.first, 
.rating0 li.first + li, .rating5 li.first + li, .rating10 li.first + li, 
.rating0 li.first + li + li, .rating5 li.first + li + li, .rating10 li.first + li + li, .rating15 li.first + li + li, .rating20 li.first + li + li,
.rating0 li.first + li + li + li, .rating5 li.first + li + li + li, .rating10 li.first + li + li + li, .rating15 li.first + li + li + li, .rating20 li.first + li + li  + li, .rating25 li.first + li + li  + li, .rating30 li.first + li + li  + li,
.rating0 li.first + li + li + li + li, .rating5 li.first + li + li + li + li, .rating10 li.first + li + li + li + li, .rating15 li.first + li + li + li + li, .rating20 li.first + li + li  + li + li, .rating25 li.first + li + li  + li + li, .rating30 li.first + li + li  + li + li, .rating35 li.first + li + li  + li + li, .rating40 li.first + li + li  + li + li {
	background-position:0 -11px;
}
.rating5 li.first, .rating15 li.first + li, .rating25 li.first + li + li, .rating35 li.first + li + li + li, .rating45 li.first + li + li + li + li {
	background-position:0 -22px;
}


.mainBlock {
	clear:both;
	padding-top:10px;
}
.newsBlock {
	*padding-right:1px;
	overflow:hidden;
}
.newsBlock li {
	float:left;
	height:260px;
}
.newsBlock .newsBlockLeft > div {
	margin-right:7px;
}
.newsBlock .newsBlockRight > div {
	margin-left:7px;
}
.newsBlock li > div {
	border:7px solid #e7e6e6;
	position:relative;
}
.newsBlock li > div > div {
	height:160px;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.newsBlock a img {
	float:left;
	width:72px;
	height:46px;
	background-position:50% 50%;
	background-repeat:no-repeat;	
	margin:0 5px;
}
.newsBlock a {
	display:block;
	vertical-align:top;
	padding:7px 5px 13px 0;
	font-size:18px;
	font-family:'Cuprum','Trebuchet MS';
	color:#2a2d2e;
	min-height:46px;
}
.newsBlock a:hover {
	text-decoration:none;
}
.newsBlock .shdw {
	height:41px;
	background:url("/img/v5/newsShadow.png") 50% 0 no-repeat !important;
	width:100%;
	position:absolute;
	bottom:-48px;
}
.newsList {
	position:relative;
	z-index:1;
	margin:14px 0;
}
.newsList li * {
	vertical-align:top;
}
.newsList li {
	padding-bottom:12px;
	overflow:hidden;
	clear:both;
}
.newsList li em {
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-left:8px;
	font-style:normal;
	color:#3a7ed5;
}
.newsList li em img {
	vertical-align:bottom;
}
.newsList li span {
	float:left;
	margin-right:20px;
	color:#999;
}
.ads {
	padding-top:8px;
}
.ads .switch {
	margin-bottom:-20px;
	z-index:3;
}
.ads .switch li {
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
	height:45px;
	width:161px;
	padding-top:6px;
	text-align:center;
	z-index:4;
	position:relative;
}
.ads .switch li.active {
	background:#FFF url("/img/v5/switch.png") 0 0 no-repeat;
}
.ads .switch li a {
/*
	font-family:Verdana;
	font-size:18px;
*/
	font-family:'Cuprum';
	font-size:22px;
	color:#2a2d2e;
	text-decoration:none;
	border-bottom:1px dashed #ca245e;
	display:inline-block;
	*display:inline;
	zoom:1;	
}
.ads .switch li.active  a {
	border-bottom:0;
}
/*
.fullAds {
	border-top:2px solid #2a2d2e;
	padding-top:6px;
}
*/
.fullAds > li {
	border-bottom:1px dotted #818181;
	padding:10px 0;
	overflow:hidden;
	*border-bottom-width:expression(this.nextSibling==null?"0":"1px");
}
.fullAds > li:last-child {
	border-bottom:0;
}
.fullAds p {
	margin:10px 0;
}
.fullAds > li > div {
	overflow:hidden;
}
.fullAds > li > div > a {
	font-size:13px;
	font-weight:bold;
}
.fullAds > li > ul {
	margin-left:25px;
	float:right;
	width:85px;
}
.fullAds > li > ul li {
	padding-bottom:4px;
}
.fullAds > li > ul * {
	color:#999;
	font-size:11px;
}
.autoAds div > ul > li {
	display:inline-block;
	*display:inline;
	zoom:1;
	border:1px solid #e7e6e6;
	border-radius:0 0 4px 4px;
	vertical-align:top;
	margin-right:6px;
	background-color:#f4f4f4;
	width:185px;
	*margin-right:expression(this.nextSibling==null?'0':'6px');
}
.autoAds div > ul > li:last-child {
	margin-right:0;
}
.autoAds {
/*	padding-top:25px;
*/
	position:relative;
	margin-bottom:60px;
}
.autoAds div > ul > li > span {
	font-family:"Trebuchet MS";
	font-size:18px;
	display:block;
	padding:2px 2px 0 4px;
}
.autoAds div > ul > li img {
	margin-bottom:5px;
}
.autoAds div > ul > li a {
	font-size:18px;
	font-family:"Trebuchet MS";
}
.autoAds div > ul > li > span span {
	font-size:24px;
}
.autoAds div > ul > li > span em {
	font-style:normal;
	font-size:24px;
}
.autoAds div > ul > li > div {
	background-color:#FFF;
	border-top:3px solid #ca245e;
	padding:7px 7px 4px 7px;
}

/* scroll bar */
.slider .viewport { height: 230px; overflow: hidden; position: relative; }
.slider .overview { list-style: none; position: absolute; left: 0; top: 0; }
.slider .scrollbar { position: absolute; bottom:-13px ; left:0; height:10px;  }
.slider .track { background-color: #f4f4f4; height: 5px; border:1px solid #c3c3c3; position: relative; box-shadow:1px 1px 2px #c3c3c3 inset; border-radius:2px; }
.slider .thumb { height: 13px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: -4px; background: url("/img/v5/sliderButt2.png") 0 0 no-repeat; }
.slider .thumb .end { overflow: hidden; height: 13px; width: 43px; }
.slider .disable{ display: none; }
/* scroll bar end */

.addAds {
	display:inline-block;
	display:inline;
	zoom:1;
	padding:0px 0 1px 18px;
	background: url("/img/v5/addAds.png") 0 0 no-repeat;
/*	font-size:11px;*/
}
.allAds {
	float:right;
}
.addAds.blue {
	background-position:0 100%;
}
.footer {
	position:relative;
	margin-top:60px;
	z-index:10;
	cursor:default;
}
.footer .footerChild {
	position:relative;
	background:url("/img/v5/footerBg.png") 0 100% repeat-x;
	z-index:2;
	position:relative;
	height:140px;
}
.footer .footerChild > div {
	padding-top:17px;
	font-size:11px;
	color:#cad0d4;
}
.footer p {
	margin:0 0 10px;
}
.footer .footerMenu {
	float:right;
	width:255px;
	margin:0 40px 0 30px;
}
.footer .footerMenu li {
	width:125px;
	float:left;
}
.footer .adress {
	float:right;
	color:#fff;
	margin-left:30px;
}
.footer .adress img {
	margin-right:5px;
}
.footer .copy {
	overflow:hidden;
}
.footer .copy span {
	font-weight:700;
}
.footer .copy p {
	margin-top:10px;
}

.footer .footerLogo {
	float:left;
	margin-right:30px;
}
.footerText strong {
	color:#fff;
	display:block;
	padding-bottom:15px;
}
.footer .footerChild a {
	color:#cad0d4;
}
.footer .map {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
	background-color:#79868E;
}
.footer .map > div {
	height:124px;
	overflow:hidden;
	padding:25px;
}
.footer .map * {
	color:#fff;
}
.footer .map h1 {
	font-size:24px;
	font-family:"Trebuchet MS";
}
.footer .openMap {
	display:block;
	position:absolute;
	width:161px;
	height:44px;
	left:50%;
	top:-44px;
	z-index:999;
	margin-left:-80px;
	background: url("/img/v5/openMap.png") 50% 0 no-repeat;
}
.footer .openMap.active {
	background-position:50% -44px;
}
.popup {
	background-color:#FFF;
	border:1px solid #ca245e;
	position:absolute;
	padding:15px 24px 0;
	border-radius:5px;
	display:none;
	z-index:9999;
}
.popup td.tdFirst {
	width:52px;
}
.popup td {
	padding-bottom:15px;
}
.popup td a {
	font-size:11px;
}
.popup input {
	background-color:#f3f4f0;
	border:1px solid #dcddd9;
	border-top-color:#c5c6c3;
	padding:1px 2px 2px;
	margin:0;
	border-radius:4px;
	box-shadow:0 1px 2px #c5c6c3 inset;
}
.popup div.authtitle,
.popup h4 {
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:normal;
	padding-bottom:5px;
}
.close {
	width:10px;
	height:7px;
	position:absolute;
	top:10px;
	right:10px;
	background:url("/img/v5/close.png") 0 0 no-repeat;
}
a.submitForm,
input.submitForm {
	display:inline-block;
	display:inline;
	zoom:1;
	color:#fff;
	font-family:"Trebuchet MS";
	font-size:16px !important;
	background: #c9245e;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e5368d), to(#b01331));
	background: -webkit-linear-gradient(#e5368d, #b01331);
	background: -moz-linear-gradient(#e5368d, #b01331);
	background: -ms-linear-gradient(#e5368d, #b01331);
	background: -o-linear-gradient(#e5368d, #b01331);
	background: linear-gradient(#e5368d, #b01331);
	-pie-background: linear-gradient(#e5368d, #b01331);
	border-radius:4px;
	padding:3px 13px 4px;
	text-decoration:none;
	border:0;
}
.dialogPopup {
	position:absolute;
	border:7px solid #be2257;
	background-color:#f8f9f7;
	padding:15px 11px;
	z-index:999;
	top:40px;
	right:133px;
	width:153px;
	display:none;
}
.mySettingsBlock {
	border:7px solid #e7e6e6;
	padding:15px 11px;
}
.mySettingsBlock > div > ul {
/*	padding-top:10px;*/
}
.dialogPopup .active, .mySettingsBlock .active {
	padding:0;
}
.dialogPopup .active > a, .mySettingsBlock .active > a {
	text-decoration:none;
}
.dialogPopup li, .mySettingsBlock li {
	padding-bottom:5px;
}
.dialogPopup ul ul, .mySettingsBlock ul ul {
	padding:5px 0 0 0;
	display:block;
}
.dialogPopup ul ul a, .mySettingsBlock ul ul a {
/*	color:#999;*/
	display:block;
	position:relative;
	padding: 0 0 1px 10px;
	margin-right:9px;
	background:url("/img/v5/pxRed.png") 0 50% no-repeat;
}
.dialogPopup ul ul a:hover, .mySettingsBlock ul ul a:hover {
	color:#fff;
	text-decoration:none;
	background:#596367;
}
.dialogPopup ul ul a:hover em, .mySettingsBlock ul ul a:hover em {
	display:block;
}
.dialogPopup ul ul a em, .mySettingsBlock ul ul a em {
	position: absolute;
	height: 16px;
	width: 9px;
	top: 0;
	right: -9px;
	display:none;
	background: url("/img/v5/arrLinkGray.png") 0 0 no-repeat;
}
.dialogPopup .angle {
	position: absolute;
	top: -30px;
	right: 26px;
	width: 24px;
	height: 30px;
	background: url("/img/v5/dialogArrUp.png") 0 0 no-repeat;
}
.dialogPopup .rating, .mySettingsBlock .rating {
	color:#ca245e;
}
.filed {
	padding-top:5px;
}
.filed a, .filed {
	font-size:11px !important;
	color:#999;
}
.companies h1 {
	font:normal 21px Cuprum,"Trebuchet MS";
}
.companies .views {
	float:right;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fbfcfb), to(#edeee8));
	background: -webkit-linear-gradient(#fbfcfb, #edeee8);
	background: -moz-linear-gradient(#fbfcfb, #edeee8);
	background: -ms-linear-gradient(#fbfcfb, #edeee8);
	background: -o-linear-gradient(#fbfcfb, #edeee8);
	background: linear-gradient(#fbfcfb, #edeee8);
	-pie-background: linear-gradient(#fbfcfb, #edeee8);
	border-radius:4px;
	border:1px solid #d5d5d5;
}
.companies .views li {
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
	border-right:1px solid #d5d5d5;
}
.companies .views li.active {
	background-color:#6f7b82;
	box-shadow:0 0 6px #374047 inset;
}
.companies .views li.active a {
	color:#fff;
}
.companies .views li.last {
	border:none;
	border-radius:0 3px 3px 0;
}
.companies .views li.first {
	border-radius:3px 0 0 3px;
}
.companies .views a {
	display:block;
	padding:3px 13px 4px;
	text-decoration:none;
	color:#2a2d2e;
}
.companiesList li {
	border-bottom:1px solid #d5d5d5;
	padding:18px 0;
	*border-bottom-width:expression(this.nextSibling==null?"0":"1px");
/*	box-shadow: 0 0 10px #B0B0B0; */
}

.companiesList li.premium {
	background-color: #FFFFDD;
	padding: 10px;
	margin: 10px 0px; 
	box-shadow: 0px 0px 10px #CECECE;
	border-radius: 4px;
}

.companiesList li.premium:hover {
	box-shadow: 0px 0px 10px #B0B0B0;
}


.companiesList li:last-child {
	border:none;
}
.companiesList img.logo {
	width:150px;
	height:90px;
	float:left;
	margin-right:20px;
}
.companiesList td {
	padding:0 0 10px;
}
.companiesList .first {
	width:72px;
}
.companiesList .desc {
	overflow:hidden;
}
.companiesList .desc a {
	font-size:13px
}

.companiesList table {
	clear:both;
}
.nav {
	padding:20px 0 10px;
	text-align:center;
	clear:both;
}
.nav li {
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
	background:none;
	padding:0;
}
.nav li.next a, .nav li.prev a {
	height:30px;
	background:url("/img/v5/navArs.png") 0 50% no-repeat;
	padding:0 6px;
}
.nav li.prev a {
	margin-right:6px;
}
.nav li.next a {
	background-position:100% 50%;
	margin-left:6px;
}

.nav li.first a, .nav li.last a {
	height:30px;
	background:url("/img/v5/navArsDouble.png") 0 50% no-repeat;
	padding:0 6px;
}

.nav li.first a {
	margin-right:6px;
}
.nav li.last a {
	background-position:100% 50%;
	margin-left:6px;
}

.nav li a {
	display:block;
	border-bottom:3px solid transparent;
	padding:6px 10px;
}
.nav li.active a {
	color:#ca245e;
	border-bottom-color:#ca245e;
	text-decoration:none;
}

div.mainBlock div.ads div.adsListFull div.autoAds div.viewport ul.adsList li div p {height:30px;}


table.subs a {
	display:block;
	padding:0px 0px 7px 5px;
	font-size:13px;
}
/*	border-bottom:1px solid #ddd;
}

table.subs a:last-child {
	border-bottom:0;

}


table.subs a:hover {
	background-color:#CA245E;
	color:#fff;
}
*/


.title span {
    color:#999;
    font-size:10px;
}

.obyav h3 {
    font-size:120%;
    margin:15px 0;
}

.obyav-list {
    border-bottom: 1px solid #E3E3E3;
    padding: 5px 0px 5px 10px;
}

ul.line li {
	padding:2px 0 4px 19px;
	background:url("/img/v5/ulLine.gif") 0 9px no-repeat;
}

.ya-site-form .ya-site-form__search-input
{
/*	padding: 10px 20px !important; */
	padding:0 !important;
}

#ya-site-form0 .ya-site-form__form .ya-site-form__submit {font-size:0px !important;z-index:1;width:65px;margin-right:5px}

.ya-site-form .ya-site-suggest {
	*float:left;
}
.ya-partner_ads-up .ya-partner__ads {z-index:1}

div.pogoda {float:left;clear:both;margin-bottom:20px;font: 11px arial;}
div.pogoda div.img {float:left;padding-right:5px;text-align:center;width:35px;height:24px;}
div.pogoda div.info {float:left;margin-top:5px;}

.grayGradBack {
	display:block;
	padding:6px 0;
	color:#fff;
	text-align:center;
	background-color:#4E565B;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#717E85), to(#4E565B));
	background: -webkit-linear-gradient(#717E85, #4E565B);
	background: -moz-linear-gradient(#717E85, #4E565B);
	background: -ms-linear-gradient(#717E85, #4E565B);
	background: -o-linear-gradient(#717E85, #4E565B);
	background: linear-gradient(#717E85, #4E565B);
	-pie-background: linear-gradient(#717E85, #4E565B);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717E85', endColorstr='#4E565B',GradientType=0 ); /* IE6-9 */
	font-size:20px;
	font-family:'Cuprum','Trebuchet MS';
	text-decoration:none;
	text-shadow:0 0 6px #BBB;
	border:0;
}

.blago {
	font-size:15px;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
}
.blago p {
	line-height:23px;
}
.blago h2 {
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	padding-bottom:3px;
}
.blago img.who {
	float:right;
	border:1px solid #ccc;
	margin-left:10px;
	padding:3px;
}

.b-share-icon {
    width: 36px !important;
    height: 27px !important;
    background: url(/img/v5/share_icon_grey.png) no-repeat scroll 0px 0px transparent !important;
}
.b-share-icon_vkontakte  {
    background-position: 0px 0px !important;
}
.b-share-icon_vkontakte:hover  {
    background-position: 0px -27px !important;
}
.b-share-icon_moimir {
    background-position: -36px 0px !important;
}
.b-share-icon_moimir:hover {
    background-position: -36px -27px !important;
}
.b-share-icon_odnoklassniki {
    background-position: -72px 0px !important;
}
.b-share-icon_odnoklassniki:hover {
    background-position: -72px -27px !important;
}
.b-share-icon_twitter {
    background-position: -108px 0px !important;
}
.b-share-icon_twitter:hover {
    background-position: -108px -27px !important;
}
.b-share-icon_gplus {
    background-position: -144px 0px !important;
}
.b-share-icon_gplus:hover {
    background-position: -144px -27px !important;
}
.b-share-icon_facebook  {
    background-position: -180px 0px !important;
} 
.b-share-icon_facebook:hover  {
    background-position: -180px -27px !important;
} 
.b-share-icon_lj {
    background-position: -216px 0px !important;
}
.b-share-icon_lj:hover {
    background-position: -216px -27px !important;
}

.navigation{margin:10px 0;clear:both;overflow:hidden;}
.nav-previous{float:left;}
.nav-next{float:right;}
.post-navigation{clear:both;margin:40px 0;overflow:hidden;}
.post-navigation a {text-decoration:none;font-family:PtSansRegular,serif;color:#777}
.post-navigation div{ height:30px;display: block;width: 245px;position: relative;font-size: 21px;color: #999;}
.post-previous{float: left;padding-left: 40px;text-align:left}
.post-next{float: right;text-align: right;padding-right: 40px;transition: all 0.1s ease-in-out 0s;}
.post-navigation div span{display: block;font-size: 80%;color: #999;}
.post-navigation div a:after{position: absolute;color: #CA245E;font-size: 46px;margin-top: -11px;height: 22px;line-height: 22px;top: 45%;}
.post-previous a:after{content: "«";left:0;}
.post-next a:after{content: "»";right:0;}
.post-navigation div.news{display: block;width:245px;height:auto;font-size: 15px;}


#reg_desc {font-family: PtSansRegular,Arial,sans-serif,serif;font-size:15px}
#reg_desc h2{margin:20px 0 10px}
#reg_desc ul {list-style:outside;margin-left:20px;line-height:20px}
#reg_desc ul li {margin-bottom:5px}
#reg_desc div.button {float:left;margin:0 auto;width:250px;font-size:11px;color:#777}
#reg_desc div.button a {font-size:18px;display:block;padding:10px;background-color:#CA245E;text-align:center;color:#fff;margin-bottom:10px}
#reg_desc div.button a:hover {text-decoration:none;box-shadow:0 0 5px #777;background-color:#DA0758}

div.htmlsitemap {font-family:PTSansRegular,arial,serif;font-size:14px;}
div.htmlsitemap ul li ul {margin:20px 0 20px 20px}
#crumbs {margin:0 0 5px}

.status_info p {margin-bottom:10px !important}
.status_info ul {margin:5px 0 10px 0;}
.status_info ul li {list-style:inside disc}

.news-pic {border:1px solid #eee;border-radius:3px;padding:3px;}
.news-full {font-family:PTSansRegular,Arial,serif;font-size:15px;line-height:20px}
.news-full p {line-height:20px}

/* Market Navigation */
/*
.navigation{margin:10px 0;clear:both;overflow:hidden;}
.nav-previous{float:left;}
.nav-next{float:right;}*/
.market-navigation,.market-navigation-main{clear:both;margin:0 0 20px;overflow:hidden;}
.market-navigation a,.market-navigation-main a{text-decoration:none}
.market-navigation div,
.market-navigation-main div { display: block;width: 340px;position: relative;font-size: 14px;color: #999;}
.market-navigation-main div {width:220px}
.market-previous{float: left;padding-left: 40px;}
.market-next{float: right;text-align: right;padding-right: 40px;}
.market-navigation div span,
.market-navigation-main div span {display: block;font-size: 80%;color: #999;}
.market-navigation div a:after,
.market-navigation-main div a:after {position: absolute;color: #ccc;font-size: 56px;margin-top: -11px;height: 22px;line-height: 22px;top: 34%;}
.market-previous a:after{content: '«';left:0;}
.market-next a:after{content: '»';right:0;}

.related-items {text-align:justify;
text-align:justify;text-align-last:justify;text-justify:newspaper;line-height:0;font-size:0;zoom:1
}
.related-items img {margin-bottom:5px;padding:4px;border:1px solid #eee;-moz-box-sizing:border-box;}
.related-items img:hover{
    transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow:0 0 10px #ddd;
    border-bottom:1px solid #b01230
}

.related-items a img {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}


.related-items:after {content: "";display: inline-block;width: 100%;}
.related-items__item{display:inline-block;*display:inline;*zoom:1}
.related-items__item {
    position:relative;
    background:none !important;
    padding:0 !important;
    font-size: 13px;
    line-height: normal;
    text-align: left;
    vertical-align: top;
    width: 112px;
}

.related-items__item span.price {
    background-color:#b01230;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e5368d), to(#b01230));
    background: -webkit-linear-gradient(#e5368d, #b01230);
    background: -moz-linear-gradient(#e5368d, #b01230);
    background: -ms-linear-gradient(#e5368d, #b01230);
    background: -o-linear-gradient(#e5368d, #b01230);
    background: linear-gradient(#e5368d, #b01230);
    -pie-background: linear-gradient(#e5368d, #b01230);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5368d', endColorstr='#b01230',GradientType=0 ); /* IE6-9 */
    box-shadow:0 0 4px #999;
    position:absolute;
    font-size:15px;
    top:77px;
    right:-5px;
    padding:3px 5px 0;
    font-family:Cuprum,Arial,serif;
    color:#fff;
    text-decoration:none;
}

h6.related {font-family: 'Cuprum','PTSansRegular',serif;font-size: 22px;font-weight: normal;}

.market-full {border-bottom:1px dotted #ddd}
.market-full .sk_f_desc {font-family: PTSansRegular,Arial,serif;font-size: 15px;line-height: 20px;}
.market-full h1 {border-bottom: 2px solid #2A2D2E;margin-bottom: 15px;padding-bottom: 2px;font-size:27px}

div.stati {
    font-size:14px;
    line-height:20px;
}

.stati h2,.stati h3,.stati h4 {font-family: PTSansRegular,Arial,serif;margin:20px 0 10px;font-size:21px}
.stati h3 {font-size:20px;font-weight:normal}
.stati h4 {font-size:18px;font-weight:normal}
.stati ol,div.stati ul {margin:0 0 20px 40px;}
.stati ol {list-style:decimal outside}
.stati ul {list-style:disc outside}

.stati-list {line-height:18px}
.stati-list a.entry-title {font-size:17px;display:block;margin-bottom:10px}
.stati-list li {clear:both;border-top:1px dotted #ccc;padding-top:10px;margin-top:10px}
.stati-list li:first-child {border-top:0px}
.stati-list li article.entry-item div.entry-thumb a img {margin-bottom:20px}


.scrollTop{
	background:url('/img/v5/arrows3.png') 0 0 no-repeat;
	width:50px;
	height:55px;
	bottom:0px;
	right:10px;
z-index:9999; position:fixed;
	transition: all 0s ease 0s;
/*	-webkit-transition: all .7s ease-in-out;^M
	-moz-transition: all .7s ease-in-out;^M
	-o-transition: all .7s ease-in-out;^M
	-ms-transition: all .7s ease-in-out;^M
	transition: all .7s ease-in-out;^M*/
}

.scrollTop:hover{ background-position:0 -60px;}

.text-hint {
    background-color:#F9FAF8;
    border-left:4px solid #CA245E;
    padding:10px 10px 10px 15px;
    margin:10px 0;
    font-size:13px;
    line-height:22px;
}

.text-hint p:last-child{
	margin-bottom:0;
}

.spravochnik {
	font-size:13px;
}

.spravochnik .row {
	border-bottom:1px dotted #888;
/*	margin:10px;*/
	padding:10px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.spravochnik .row:first-child {
	border-top:1px dotted #888;
}

.spravochnik .row:nth-child(odd) {
   background-color: #f8f8f8;
}

.spravochnik .row:hover {
	background-color:#fffdf2;
}

.spravochnik .row .n {
	width:215px;
	padding-right:10px;
	margin-bottom:10px;
	font-weight:600;
}

.spravochnik .row .a {
	color:#555;
}

.spravochnik .row .a span {
	display:block;
	margin-top:10px;
}

.spravochnik .row:after {
	clear:both;
}

.spravochnik .row:before,
.spravochnik .row:after {
	content: "";
	display: table;
	line-height: 0;
}

.aj {
	text-align:justify;
}

.mainText .left {
	position:relative
}

.mainText .left img.rec {
	position:absolute;
	top:7px;
	left:190px;
}

#introtext {
	margin-bottom:20px;
}
#introtext div a.addButton {
	display:inline-block !important;
	padding:6px 10px 6px 44px;
	position:relative;
	overflow:hidden;
	font-size:18px;
	height:22px;
}

#introtext div a.addButton.site {
	padding-left:49px;
}

#introtext div a.addButton.tel:before {
	font-family: FontAwesome;
	content: "\f095";
	position:absolute;
	left:0;
	top:0;
	padding:8px 10px 8px 11px;
	background:rgba(0, 0, 0, 0.2);
}

#introtext div a.addButton.site:before {
	font-family: FontAwesome;
	content: "\f108";
	position:absolute;
	left:0;
	top:0;
	padding:8px 10px 8px 10px;
	background:rgba(0, 0, 0, 0.2);
}

#introtext div a.addButton.ob:before {
	font-family: FontAwesome;
	content: "\f016";
	position:absolute;
	left:0;
	top:0;
	padding:7px 10px 9px 11px;
	background:rgba(0, 0, 0, 0.2);
}
.img-recomend{
	background-image: url('/img/v5/korona.jpg');
	background-repeat: no-repeat;
	background-position: 190px;
}
.afichaBlock{

}
.afichaBlockLeft{
	float:left;
    width: 25%;
}
.afichaBlock li > div{
	border: 7px solid #e7e6e6;
	position: relative;
}
#firstBlock{
	width: 45%;
}
.margL{
	margin-left:10px;
}
#afichaItem{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	height:230px;
	background-position: center;
	background-repeat: no-repeat;
	background-size:100% 100%;
}
/*Стили иконок рубрик*/
#mainsub{
	width:100%;
	margin:0 5px 5px 0px;
}
#mainsub-element{
	border: 1px solid #ccc;
	text-align: center; 
	width: 120px;
	padding: 10px 0px 10px 0px;
	float:left;
	width: 15.6%;
	height: 70px;
	min-width:111px;
    text-decoration: none;
    display: block;
}
#mainsub-img{
	width:40px;
}
#mainsub-text{
	font-family: PTSansRegular;
	font-size: 13px;
	display: block;
    color: black;
    text-decoration:none;
}
#mainsub-element3{
	border: 1px solid #ccc;
	text-align: center; 
	width: 120px;
	padding: 10px 0px 10px 0px;
	float:left;
	width: 48%;
	height: 30px;
	min-width:111px;
	text-decoration: none;
}
@media (max-width: 1173px) {

	#mainsub-hidden {
		border: 1px solid #ccc;
		text-align: center; 
		width: 120px;
		padding: 10px 0px 10px 0px;
		float:left;
		width: 15.6%;
		height: 70px;
		min-width:111px;
		display: none;
	}
	#mainsub-element2{
		border: 1px solid #ccc;
		text-align: center; 
		padding: 20px 0px 10px 0px;
		text-decoration: none;
		display: inherit;
		width: 230px;
		margin: 0;
	}
}
@media (min-width: 1173px ) {

	#mainsub-hidden{
		border: 1px solid #ccc;
		text-align: center; 
		width: 120px;
		padding: 10px 0px 10px 0px;
		float:left;
		width: 15.6%;
		height: 70px;
		min-width:111px;
	}
    #mainsub-element2{
		border: 1px solid #ccc;
		text-align: center; 
		padding: 20px 0px 10px 0px;
		text-decoration: none;
		display: inherit;
		width: 65%;
		margin-left: 127px;
		min-width:111px;
		color: black;
	}
}


/*Настройка маштабирования*/
@media (max-width: 1094px) {
	#tovarBlock{
		width: 53%;
		margin-top: 26px;
	}
}
@media (min-width: 1095px) {
	#tovarBlock{
		width: 53%;
	}
}
.mainsub-element-catalog{
	border: 1px solid #ccc;
	text-align: center;
	padding: 5px 0px 0px 0px;
	float: left;
	width: 48.7%;
	text-decoration: none;
    height: 20px;
}
.mainsub-element-catalog:hover{
	background-color: rgb(255, 243, 228);
}
/*товар дня*/
#tovarDay{
	float:left; 
	width:129px;
	border:1px solid #ccc; 
	border:1px solid #c00;
}
#tovarDay-name{
	font-family:tahoma,verdana,arial;
	font-size:12px;
    height: 30px;
}
@media (max-width: 1218px){
	#tovarDay1{
		float:left; 
		width:47%;
		border:1px solid #ccc; 
		border:1px solid #c00;
		min-width: 123px;
	}
	#tovarDay2{
		float:left; 
		width:47%;
		border:1px solid #ccc; 
		border:1px solid #c00;
		min-width: 123px;
	}
	#tovarDay3{
		float:left; 
		width:31%;
		border:1px solid #ccc; 
		border:1px solid #c00;
		display: none;
		min-width: 123px;
	}
}
@media (min-width: 1218px){
	#tovarDay1{
		float:left; 
		width:31.6%;
		border:1px solid #ccc; 
		border:1px solid #c00;
		min-width: 123px;
	}
	#tovarDay2{
		float:left; 
		width:31.6%;
		border:1px solid #ccc; 
		border:1px solid #c00;
		min-width: 123px;
	}
	#tovarDay3{
		float:left; 
		width:31.6%;
		border:1px solid #ccc; 
		border:1px solid #c00;
		min-width: 123px;
	}
}
/*кнопка добавить компанию*/
.avtoriz-company a{
	background: url("/img/v5/loginMen.png") 10px 50% no-repeat #FFF;
	padding: 0 14px 5px 23px;
	font-size: 16px;
	font-family: Trebuchet MS;
	border: 1px solid #ca245e;
	color: #2a2d2e;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 5px 10px #ccc;
}
.avtoriz-company a span{
	display: inline-block;
	line-height: 17px;
	zoom: 1;
	border-bottom: 1px dashed #ca245e;
}
/*Блоки премиум компаний*/
.main-premium div img{
	width: 150px;
	height: 90px;
	text-align: center;
	position: initial;
}
.main-premium {
	width: 24%;
	background-color: #FFFFDD;
	margin: 10px 0px; 
	box-shadow: 0px 0px 10px #CECECE;
	border-radius: 4px;
	float:left;
	height:250px;
	min-width: 176px;
	margin-left: 10px;
	position: relative;
	padding: 18px 0;
	text-decoration: none;
}
@media (min-width: 1205px) {
	.m-iz3{
		margin-left: 10px;
	}
	.m-iz4{
		margin-left: 10px;
	}
	.m-iz5{
		margin-left: 0px;
	}
}
@media (max-width: 1205px) {
	.main-premium {
		width: 32.3%;
	}
	.m-iz3{
		margin-left: 10px;
	}
	.m-iz4{
		margin-left: 0px;
	}
	.m-iz5{
		margin-left: 10px;
	}
}
@media (max-width: 1110px) {
	.main-premium {
		width:49%;
	}
	.m-iz3{
		margin-left: 0px;
	}
	.m-iz4{
		margin-left: 10px;
	}
	.m-iz5{
		margin-left: 0px;
	}
}
.m-stat{
	margin-left: 0px;
}
.premium-lenta1{
	width: 60px;
	top: -11px;
	left: -22px;
	position: absolute;
}
.premium-lenta2{
	width: 60px;
	bottom: -13px;
	right: -17px;
	position: absolute;
}
.main-premium-zb{
	background-color: #FFF;
	color: #ccc;
}
.main-premium-zb:hover{
	background-color: #FFFFDD;
}
.main-premium-zb:hover .main-premium-img{
	background: url("/img/zurbazar_logo2.png") no-repeat 50% 50%;
	background-size: 80%;
}
.main-premium-img{
	background: url("/netcat_files/18/10/zurbazar_logoV5.png") no-repeat 50% 50%;
	background-size: 80%;
}
/*Страница авторизации*/
.auth-users-style{
	border: 4px solid #e7e6e6;
	-webkit-border-radius: 10px;
	width: 230px;
	padding: 40px;
	margin: 0 auto;
	background-color: #e7e6e6;
}
.auth-users-style .authtitle{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}
/*Страница скидок*/
.skidki-element1{
	border: 1px solid #ccc;
	text-align: center; 
	padding: 20px 0px 10px 0px;
	text-decoration: none;
	display: inherit;
	width: 65%;
	margin-left: 127px;
	min-width:111px;
	color: black;
}
/*табы в автообьявлениях*/
.korpus {margin-top: 32px;margin-left: -4px;}
.korpus > div, .korpus > input { display: none; }

.korpus label { float:left; line-height: 28px; cursor: pointer; margin-top: -24px;background-color: rgba(234, 234, 234, 1);}
.korpus input[type="radio"]:checked + label {background-color: #DDD; margin-top: -28px;}

.korpus > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.korpus > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.korpus > input:nth-of-type(3):checked ~ div:nth-of-type(3) { display: block; padding: 5px; }

/*Кнопки на главной странице*/
.bimg{
	position: relative;
	vertical-align: top;
	color: white;
	text-shadow: 0px 0px 6px rgb(0, 0, 0);
	display: block;
	border: 1px solid #CCC;
	width: 32%;
	float: left;
	margin: 2.6px;
}
.bimg img{
	padding: 3px;
	width: 97.4%;
	padding-bottom: 0px;
	
}
.bimg div{
	padding: 8px;
	text-align: center;
}
.bimg div p{
	font-size: 14px;
}
.hidd-txt{
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 100%;
	visibility: hidden;
	box-sizing: border-box;
	border: 3px solid rgb(255, 255, 255);
}
.bimg:hover .hidd-txt{
	visibility: visible !important;
	transition: all 0.6s ease 0s !important;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	color: #ffffff;
}
@media (min-width: 1073px){
	.bimg div p{
		font-size: 18px;
	}
	.bimg div{
		padding: 12px;
		text-align: center;
	}
}
/*Вывод компаний*/
.company-catalog-style{
	border: 1px solid #E4E3E3;
    background: url('/img/v5/blockBg.png') repeat-x scroll 0px 0px #F5F5F5;
    padding: 10px;
    position: relative;
    padding-left: 10px;
    height: 120px;
}
.company-catalog-style #shadLeft{
	width: 50%;
	position: absolute;
	height: 7px;
	bottom: -7px;
	background: url('/img/v5/companyBlockShadow.png') no-repeat scroll 0px 0px #FFF;
	left: 0px;
}
.company-catalog-style #shadRight{
	width: 50%;
    position: absolute;
    height: 7px;
    bottom: -7px;
    background: url('/img/v5/companyBlockShadow.png') no-repeat scroll 0px 0px #FFF;
	right: 0px;
	background-position: 100% 0px;
}
.fa-company {
	margin: 0px 5px;
	position: absolute;
	font-size: 16px;
	color: #C0BCBC;
}
/*Страница афиша*/
.aficha-poster-view{
	float:left;
}
.aficha-poster-view a img{
	width: 170px;
	height: 230px;
	border: 1px solid #ccc;
}
.aficha-poster-view div{

}
@media (min-width:1225px){
	.aficha-poster-view a{
		border: 1px solid #ccc;
		position: relative;
		display: block;
		padding: 3px;
		padding-bottom: 0px;
		margin: 5px;
	}
}
@media (max-width:1225px){
	.aficha-poster-view a{
		border: 1px solid #ccc;
		position: relative;
		display: block;
		padding: 3px;
		padding-bottom: 0px;
		margin: 7px;
		margin-left: 30px;
	}
}
/*выпадающий список рубрик*/
.divsli {margin-bottom: 10px;}
.divsli .sliEsq {text-decoration: none;border: 1px solid #ccc;padding: 10px;border-radius: 5px;background: linear-gradient(#F5F5F5, #D8D8D8);display: block;width: 97%;}
.divsli .sliEsq i {text-decoration: none;margin-right: 6px;color: #C2064A; font-size:20px}
.divsli .sliEsq:hover {background-color: rgb(255, 243, 228);}
/*Добавление материала в магазин*/
.add-market-search{
	background: #E0E0E0;
}
.add-market-search input{
	border: 1px solid #ccc;
	width: 70%;
}
.add-market-search span{
	color: rgb(160, 160, 160);
}
.add-market-result ul{
	border: 1px solid #E9E9E9;
	margin-bottom: 5px;
}
.add-market-result ul div{
	border-bottom: 1px solid #F1F1F1;
}
.add-market-result ul div .gparent{
	color: #CCC9C9;
}

/*Поиск в интернет-магазине*/
.mysearch-tovar {
	position: relative;
	height: 42px;
	border: 1px solid #E7E7E7;
	background: #E6E6E6;
	margin-bottom: 20px;
	border-bottom: 1px solid #CECECE;
}
.mysearch-tovar .mysearch-tovar-form {
	
}
.mysearch-tovar .mysearch-tovar-form input[type=text] {
	color: #828282;
	height: 28px;
	border: 1px solid #E0E0E0;
	padding-left: 5px;
	width: 97%;
	margin: 5px;
	padding-right: 10px;
	font-size: 16px;
}
.mysearch-tovar select{
	height: 30px;
	border: 1px solid #E9E2E2;
}
.mysearch-tovar .mysearch-tovar-form input[type=submit] {
	border: 1px solid rgb(228, 228, 228);
	background: rgb(199, 198, 198);
	height: 30px;
	margin: 0px;
	width: 90px;
	font-size: 16px !important;
	font-weight: bold;
	color: white !important;
	border-radius: 2px;
	margin-right: 20px;
	margin-left: 20px;
}
/*интернет магазин*/
.magazin-tovar {
	float:left; 
	width: 23%;
	margin: 5px;
	border:1px solid #ccc;
	border-top: 3px solid #CA0A0A;	
	background: #F7F7F7;
	min-width: 167px;
}
.magazin-tovar-headers {
	font-family:tahoma,verdana,arial;
	font-size:14px;
	height: 34px;
	overflow: hidden;
	padding: 0px 5px;
}
.magazin-tovar-info{
	position:relative;
	border-top: 1px solid #EBEBEB;
	height: 18px;
}
.magazin-tovar-info span{
	float: left;	
	padding: 0px 30px;
}
.magazin-tovar-info span img{
	width: 20px;
	position: absolute;
	left: 6px;
	bottom: 0px;
}
.magazin-tovar-button{
	margin: 15px;
}
.magazin-tovar-button a{
	border: 1px solid #C50202;;
	padding: 5px 30px;
	text-decoration: none;
	background: #BE014F;
	color: white;
	font-weight: bold;
	font-size: 14px;
}
.magazin-tovar-button a:hover{
	color: white;
	text-shadow: 0 0 6px #fff;
	box-shadow: 0 0 6px #555;
}
@media (max-width:1172px) {
	.magazin-tovar {
		width:30%;
	}
}
/*Новые стили админки*/
#person-obj-button-addlogo{
	text-decoration: none;
}
#person-obj-button-addlogo div{
	background: #FAFAF9;
	border-radius: 10px;
	padding: 17px;
	padding-top: 20px;
	border: 1px dashed #ccc;
	opacity: 0.7;
}
#person-obj-button-addlogo div i{
	font-size: 43px;
	margin-left: 31px;
}
#person-obj-button-addHeaderimg{
	position: absolute;
	right: 13px;
	border: 1px dashed #ccc;
	padding: 12px;
	border-radius: 10px;
	top: -52px;
	background: #FAFAF9;
	opacity: 0.7;
}
/*Горизонтальная шкала полезности на плашках*/
.progress-bar-company {
position: absolute;
bottom: 7px;
right: 6px;
 background-color: #FFF;
 height: 12px;
 padding: 3px;
 width: 100px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 -moz-box-shadow: 0 1px 5px #B0B0B0 inset, 0 1px 0 #E2E2E2;
 -webkit-box-shadow: 0 1px 5px #B0B0B0 inset, 0 1px 0 #E2E2E2;
 box-shadow: 0 1px 5px #B0B0B0 inset, 0 1px 0 #E2E2E2;
}

.progress-bar-company span {
 display: inline-block;
 height: 12px;
 width: 200px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
 -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
 box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
 -webkit-transition: width .4s ease-in-out;
 -moz-transition: width .4s ease-in-out;
 -ms-transition: width .4s ease-in-out;
 -o-transition: width .4s ease-in-out;
 transition: width .4s ease-in-out;
}
.progress-bar-company.red span {
 background-color: #D86879;
}
.progress-bar-company.orange span {
 background-color: #EFD268;
}       
.progress-bar-company.green span {
	background-color: #a5df41;
}
.progress-bar-company.stripes span {
 -webkit-background-size: 30px 30px;
 -moz-background-size: 30px 30px;
 background-size: 30px 30px;
 background-image: -webkit-gradient(linear, left top, right bottom,
 color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
 color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
 color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
 to(transparent));
 background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
 transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
 transparent 75%, transparent);
 background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
 transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
 transparent 75%, transparent);
 background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
 transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
 transparent 75%, transparent);
 background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
 transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
 transparent 75%, transparent);
 background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
 transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
 transparent 75%, transparent);            

 -webkit-animation: animate-stripes 3s linear infinite;
 -moz-animation: animate-stripes 3s linear infinite;
}

@-webkit-keyframes animate-stripes {
 0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-moz-keyframes animate-stripes {
 0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
/*Авторизация*/
.person-obj.form-control {
	display: block;
	width: 95%;
	height: 24px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.person-obj.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
}
.person-obj.btn-lg, .btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 16px;
	line-height: 1.33;
	border-radius: 6px;
	color: #838383;
}
.person-obj.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

