fieldset, form
 {
	padding:0;
	margin:0;
	border:none;
	outline:none;
}	
	
:focus {
	outline:none;
}
	


/* b-global-content
   ---------------------------------------- */ 
.b-global-content { 
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 20px;
	} 
.page-simple .b-global-content {
	text-align: justify;
}


/* b-button
   ---------------------------------------- */
.b-button {
	display: inline-block;
	cursor:pointer;
	padding: 5px 8px 6px;
	color: #fff;
	font: 14px 'Trebuchet MS','Tahoma','sans-serif';
	text-decoration: none;
	
	/* fallback */
	background-color:#2e95ef;
	/* chrome 2+, safari 4+; multiple color stops */
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.32,#2e95ef),color-stop(0.66,#3891de), color-stop(0.83,#448ccb));
	/* chrome 10+, safari 5.1+ */
	background-image:-webkit-linear-gradient(#2e95ef,#3891de,#448ccb);
	/* firefox; multiple color stops */
	background-image:-moz-linear-gradient(top,#2e95ef,#3891de,#448ccb);
	/* opera 11.1 */
	background-image: -o-linear-gradient(#2e95ef,#3891de,#448ccb);
	/* The "standard" */
	background-image: linear-gradient(#2e95ef,#3891de,#448ccb);
	
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	
	box-shadow: 0 0 4px 0 #8f8f8f;
	-moz-box-shadow: 0 0 2px 0 #8f8f8f;
	-webkit-box-shadow: 0 0 4px 0 #8f8f8f;
	-khtml-box-shadow: 0 0 4px 0 #8f8f8f;
	
	-webkit-transition:box-shadow .2s linear;
	-moz-transition:box-shadow .2s linear;
	-o-transition:box-shadow .2s linear;
	transition:box-shadow .2s linear;
	}	
.b-button:hover { 
	color: #fff;
	
	box-shadow: 0 0 6px 0 #3bb5f5;
	-moz-box-shadow: 0 0 4px 0 #448ccb;
	-webkit-box-shadow: 0 0 6px 0 #3bb5f5;
	-khtml-box-shadow: 0 0 6px 0 #3bb5f5;
	}





/* b-table
   ---------------------------------------- */
.b-table {
	margin: 0 0 20px;
	width: 105%;
	color: #606060;
	font-size: 13px;
	border-collapse: collapse;
	}

	.b-table TH {
		padding: 5px 10px;
		color: #fff;
		font-weight: normal;
		text-transform: uppercase;
		background: #cacaca;
		}
		
	TABLE TH { text-align: left; }	

	.b-table TD { padding: 5px 10px; }
		
	.b-table__alternation TD { background: #fed8b7; }

	TD.b-table_background_light-blue { background: #ffac65; }
	
	TD.b-table_background_pale-blue { background: #ff7e11; }

	.b-table_color_blue { color: #fff; }

	.b-table_text_center { text-align: center; }




/* b-repair-other-models
		               ---------------------------------------- */	
					.b-model__item {
						margin: 0 0 20px;
						width: 680px; 
						}	

						.b-model__item .b-model-product__photo { 
							margin: 0 20px 0 0; 
							vertical-align: middle;
							}
						
						.b-model__item__description { 
							display: inline-block;
							width: 520px;
							vertical-align: middle;
							}



/* b-global-popup
---------------------------------------- */

.b-small-title {
margin: 0 0 15px;
font-size: 14px;
font-style: italic;
}

.b-global-popup { 
margin:auto;
position: fixed;
display: none;
top: 80px;
left: 0;
right: 0;
z-index: 30;
}

.b-global-popup__popup-overlay { 
display: none;
position: fixed;
width: 100%;
height: 100%;
right: left;
top: 0;
background: url(/web/20131026015601im_/http://omskcomp.ru/images/bg/b-global-popup__popup-overlay.png) repeat 0 0;
z-index: 25;
}	

.b-global-popup__description {
position: relative;
margin: 0 auto;
padding: 25px;

background: #fff;
z-index: 30;

border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;	
}

.b-global-popup__exit {
position: absolute;
cursor:pointer;
display: block;
padding: 5px 0;
width: 28px;
top: 10px;
right: 10px;
color: #fff;
font-size: 14px;
font-weight: bold;
text-align: center;
text-decoration: none;

/* fallback */
background-color:#2e95ef;
/* chrome 2+, safari 4+; multiple color stops */
background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.32,#2e95ef),color-stop(0.66,#3891de), color-stop(0.83,#448ccb));
/* chrome 10+, safari 5.1+ */
background-image:-webkit-linear-gradient(#2e95ef,#3891de,#448ccb);
/* firefox; multiple color stops */
background-image:-moz-linear-gradient(top,#2e95ef,#3891de,#448ccb);
/* opera 11.1 */
background-image: -o-linear-gradient(#2e95ef,#3891de,#448ccb);
/* The "standard" */
background-image: linear-gradient(#2e95ef,#3891de,#448ccb);

border-radius: 15px; 
-moz-border-radius: 15px; 
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;

box-shadow: 0 1px 4px 0 #8F8F8F;
-moz-box-shadow: 0 1px 3px 0 #8F8F8F;
-webkit-box-shadow: 0 1px 4px 0 #8F8F8F;
-khtml-box-shadow: 0 1px 4px 0 #8F8F8F;
}
.b-global-popup__exit:hover { 
color: #22ADF3;

/* fallback */
background-color:#f0f1f1;
/* chrome 2+, safari 4+; multiple color stops */
background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.32,#fefefe),color-stop(0.66,#f0f1f1), color-stop(0.83,#e1e2e2));
/* chrome 10+, safari 5.1+ */
background-image:-webkit-linear-gradient(#fefefe,#f0f1f1,#e1e2e2);
/* firefox; multiple color stops */
background-image:-moz-linear-gradient(top,#fefefe,#f0f1f1,#e1e2e2);
/* opera 11.1 */
background-image: -o-linear-gradient(#fefefe,#f0f1f1,#e1e2e2);
/* The "standard" */
background-image: linear-gradient(#fefefe,#f0f1f1,#e1e2e2);
}
.b-global-popup__exit:active { 
color: #22ADF3;

/* fallback */
background-color:#f0f1f1;
/* chrome 2+, safari 4+; multiple color stops */
background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.32,#e1e2e2),color-stop(0.66,#fefefe), color-stop(0.83,#e1e2e2));
/* chrome 10+, safari 5.1+ */
background-image:-webkit-linear-gradient(#e1e2e2,#f0f1f1,#fefefe);
/* firefox; multiple color stops */
background-image:-moz-linear-gradient(top,#e1e2e2,#f0f1f1,#fefefe);
/* opera 11.1 */
background-image: -o-linear-gradient(#e1e2e2,#f0f1f1,#fefefe);
/* The "standard" */
background-image: linear-gradient(#e1e2e2,#f0f1f1,#fefefe);
}


		
/**/		
.phone.pnum1{display:none}
.lepTable {width:100%}
.lepTable td{border-bottom:solid 1px lightgrey}
.lepTable .lapTD{text-align:right}

.b-global-popup .b-error li{color:red}

.b-table td.b-table_model_name{color:#444}
.b-table td.b-table_model_name font{color:grey;display:block;}
.b-global-popup__description .by-service{width:300px;text-align:center}
.b-global-popup__description .by-service input {margin-bottom:10px;}
.b-global-popup__description .by-service input.b-button {border:none; cursor: pointer;}
.b-global-popup__description .by-service {margin:0}
.b-table .by-service-button{width:111px;text-align:center;height:20px;}
.page-model a.sc-link{float:right}
.page-model-list div.sc-link{text-align:center;margin:10px;}
.d-bottom-profi .b-global-link{width:320px; display:inline-block; margin-left:30px;}
.d-bottom-profi {text-align:center;}
.d-bottom-profi .d-text{color:#4e9dd4 ;font-size:22px;}
.title-breand-icon{float:right;padding:0}
.page-model .b-chief-title {width:550px;float:left}
.page-model .sc-link {float:right;padding-top:10px}

.page-model-list .all-models.b-bread-crumbs__item__link{float:right;margin-top:-60px}
.page-diagnostics h4{margin: 20px 0 0 0}
.pseudo-link{  color: #0072bc; text-decoration:underline; cursor:pointer; -webkit-transition:color .2s linear; -moz-transition:color .2s linear; -o-transition:color .2s linear; transition:color .2s linear;	 outline:none; }
.pseudo-link:hover {  color: #008ce7;text-decoration: none;}
#oorder .b-small-title{margin:0 0 10px 0;color:black; font-size:15px}
/*Google поиск*/
.gsc-control{width:100% !important}
.gsc-control{font-size:16px}
.gsc-tabsArea{display:none}

/*Страница сервис центров*/
.servType .link{text-decoration:underline;line-height:45px;font-size:20px}
.servis-centr h3{padding-top: 20px}
.servType #txt{width:420px}
.servType h2 {margin-top:10px;color:#0088cc}
.finded-models{position: absolute; right: 0px; width: 310px; margin-right: 10px; display: none}
#wrap label {display:inline;color:#3E8ED4;border-bottom:dashed 1px}
#wrap label:hover{border-bottom:none}
#wrap p{text-align:right;margin:10px 10px 0;}
.b-main-navi__item.clock:hover .b-main-navi__item__link{color:#EC008C}
/*Статьи о самостоятельном ремонте*/
.big-Price {
    border: 1px solid #D5D6D6;
    margin: 5px 0 0;
    text-align: center;
    width: 100%;
}



/*Всплывающие окна в блоке бесплатных услуг и скидок*/
.two-anchores td {
	padding: 10px 0 5px 10px;
	position: relative;
}	

.two-anchores td a {
	text-decoration: none;
	border-bottom: 1px dashed #f57300;
}

.two-anchores td:hover  .doc-icon{
             background-position:-33px 0;
}.two-anchores td:hover  .pay-icon {
	background-position: -40px 0;
}

.two-anchores td:hover  a{
	border-bottom: none;
}

.all-documents {
	background:white;
	position: absolute;
	border: 1px solid #ccc;
	padding: 10px;
	width: 495px;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 #0F0F0F;
	display: none;
	z-index: 2;
}

.all-documents p {
	font-size: 12px;
}

.all-payments {
	position: absolute;
	background: #fafafa url(/web/20131026015601im_/http://omskcomp.ru/images/theme/doc-back.png);
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 #0F0F0F;
	width: 300px;
	right: 0;
	display: none;
	z-index: 2;
}

.some-payment {
	width: 210px;
}

.some-payment {
}

/*
.some-payment-icon {
	width: 45px;
	height: 45px;
	display: inline-block;
	margin-right: 15px;
}
*/

.all-payments ul li {

	list-style-type: none;
	margin-bottom: 10px;
    padding-left: 10px;
}

.all {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 1;
}

.doc-a, .pay-a {
	z-index: 2;
 }
 
.doc-icon {
	display: block;
	float: left;
	width: 33px;
	height: 40px;
	background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/document.png) 0 0;
	margin-right: 10px;
	cursor: pointer;
}

 
.pay-icon {
	display: block;
	float: left;
	width: 40px;
	height: 32px;
	background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/payment.png) 0 0;
	margin-right: 10px;
	margin-top: 5px;
	cursor: pointer;
}



.waypay-icon {
	display: inline-block;
	width: 26px;
	height: 27px;
	margin-right: 20px;
}

.cash-pay {
	background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/cash4.png) no-repeat;
}

.bank-pay {
	background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/sberbank.png);
}

.yandex-pay {
	background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/yandex.png);
}

.web-pay {
	background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/webmoney.png);
}

.qiwi-pay {
	background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/kiwi.png);
}
/*Всплывающие окна в блоке бесплатных услуг и скидок*/


/* form-shares


           ---------------------------------------- */
		.form-shardd {
			position: relative;
						
			border-radius: 5px; 
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			}
		
		
		.form-shares {
			margin-top:20px;	
			position: relative;
			width: 710px;
			background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/form-shares.png) repeat-x 0 0 #3c3f41;
			
			border-radius: 5px; 
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			}
			
			.form-shares__title {
				margin: 0 0 15px;
				padding: 11px 65px 13px 10px;
				color: #eaeaea!important;
				font-family: 'Open Sans Condensed', 'Trebuchet MS', Arial, Helvetica, sans-serif;
				background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/form-shares__title.png) repeat-x 0 0 #3c3f41;
				
				border-radius: 5px; 
				-moz-border-radius: 5px; 
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
				}
				
				.form-shares__title SPAN { color: #f57300; }
				
			.form-shares__percent {
				position: absolute;
				display: block;
				width: 62px;
				height: 62px;
				top: -20px;
				right: -10px;
				color: #fff;
				font: 22px/64px 'Trebuchet MS','Tahoma','sans-serif';
				text-align: center;
				background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/form-shares__percent.png) no-repeat 0 0;
				}	

			.form-shares__percen {
				position: absolute;
				display: block;
				width: 62px;
				height: 62px;
				top: -20px;
				right: -10px;
				color: #fff;
				font: 22px/64px 'Trebuchet MS','Tahoma','sans-serif';
				text-align: center;
				background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/cryin-man.png) no-repeat 0 0;
				}
			  .form-shares__pert {
				position: absolute;
				display: block;
				width: 62px;
				height: 62px;
				top: -20px;
				right: -10px;
				color: #fff;
				font: 22px/64px 'Trebuchet MS','Tahoma','sans-serif';
				text-align: center;
				background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/cryin-man_2.png) no-repeat 0 0;
				}		
				
			.form-shares FORM {
				margin: 0;
				padding: 0 15px;
				}	
				
				.form-shares FORM FIELDSET {  
					display: inline-block;
					margin-bottom: 10px;
					padding: 0;
					vertical-align: top;
					}

					.form-shares FORM LABEL { 
						display: inline-block;
						vertical-align: middle;
						color: #fff;
						margin:0;
						font: 14px 'Trebuchet MS','Tahoma','sans-serif';
						}	
						
				.form-shares__free-courier { width: 320px;}		

					.form-shares .type-checkbox {  
						display: inline-block;
						margin: 0 3px 0 0;
						vertical-align: middle;
						}	
						
				.form-shares__discounts-description { 
					width: 324px;
					text-align: right;
					}		

					.form-shares FORM FIELDSET P { 
						display: inline-block;
						vertical-align: middle;
						color: #fff;
						font: 14px 'Trebuchet MS','Tahoma','sans-serif';
						}		
					
				.form-shares__type-text {
					margin: 0 4px 0 0;
					width: 217px;
					height: 36px;
					
					border-radius: 5px; 
					-moz-border-radius: 5px; 
					-webkit-border-radius: 5px;
					-khtml-border-radius: 5px;
					
					box-shadow: 0 1px 0 0 #4d5052;
					-moz-box-shadow: 0 1px 0 0 #4d5052;
					-webkit-box-shadow: 0 1px 0 0 #4d5052;
					-khtml-box-shadow: 0 1px 0 0 #4d5052;
					}	
				
					.form-shares__type-text INPUT {
						margin: 0;
						padding: 0 10px;
						width: 197px;
						height: 36px;
						color: #eaeaea;
						font: 16px/36px 'Trebuchet MS','Tahoma','sans-serif';
						border: 0;
						background: #1e1f22;
						
						border-radius: 5px; 
						-moz-border-radius: 5px; 
						-webkit-border-radius: 5px;
						-khtml-border-radius: 5px;
						
						box-shadow: 0 1px 0 0 #000 inset;
						-moz-box-shadow: 0 1px 0 0 #000 inset;
						-webkit-box-shadow: 0 1px 0 0 #000 inset;
						-khtml-box-shadow: 0 1px 0 0 #000 inset;
						}	
					.form-shares__type-text INPUT:focus { 
						box-shadow: 0 0 0 2px #f57300;
						-moz-box-shadow: 0 0 0 2px #f57300;
						-webkit-box-shadow: 0 0 0 2px #f57300;
						-khtml-box-shadow: 0 0 0 2px #f57300;
						}	
						
					.form-shares__type-submit {
						margin: 0;
						padding: 0 10px;
						width: 197px;
						height: 36px;
						color: #fff;
						font: 20px/36px 'Trebuchet MS','Tahoma','sans-serif';
						text-align: center;
						text-shadow: 0 1px 0 #f57300;
						border: 0;
						background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/form-shares__type-submit.png) repeat-x 0 0;
						cursor: pointer;
						
						border-radius: 5px; 
						-moz-border-radius: 5px; 
						-webkit-border-radius: 5px;
						-khtml-border-radius: 5px;
						}	
					.form-shares__type-submit:hover { background-position: 0 -36px; }
					.form-shares__type-submit:active { background-position: 0 -72px; }
					

.none {
	display: none;
}

				
.SH { 
	color: #000;
	-webkit-transition:color .2s linear;
	-moz-transition:color .2s linear;
	-o-transition:color .2s linear;
	transition:color .2s linear;	
	outline:none;
	cursor: pointer;
	display: block;
	width: 80px;
	margin-top: 25px;
    border-bottom: 1px dashed;
}
	
.SH:hover {  
	color: #000;
	text-decoration: none;
	}
	
	
	
/*Форма заказа на главной старнице начало*/
		.repair-order {
			/*margin: 0 0 20px;*/
			padding: 0 0 6px;
			width: 730px;
			margin-bottom:30px;
			border-radius: 5px; 
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;


			box-shadow: 0 8px 15px 1px #708a9c;
			-moz-box-shadow: 0 8px 15px 1px #708a9c;
			-webkit-box-shadow: 0 8px 15px 1px 0 #708a9c;
			-khtml-box-shadow: 0 8px 15px 1px 0 #708a9c;
			}		

			.repair-order__inner {
				position: relative;
				display: inline-block;
				padding: 18px 23px;
				vertical-align: top;
				width: 684px;
				background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/repair-order.png) repeat-x 0 0 #f3781a;

				border-radius: 5px; 
				-moz-border-radius: 5px; 
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;

				box-shadow: 0 6px 0 0 #c65d02;
				-moz-box-shadow: 0 0 6px 0 #c65d02;
				-webkit-box-shadow: 0 6px 0 0 0 #c65d02;
				-khtml-box-shadow: 0 6px 0 0 0 #c65d02;
				}

				.repair-order__photo {
					position: absolute;
					width: 230px;
					height: 345px;
					bottom: 0;
					left: 8px;
					overflow: hidden;
					}

				.repair-order__form {
					float: right;
					width: 430px;
					}	

					.repair-order__form FORM { margin: 0 0 5px; }

					.repair-order__form FIELDSET {
						display: inline-block;
						margin: 0 0 10px;
						vertical-align: top;
						}
					.repair-order__form FIELDSET:first-child { padding: 0 0 0 14px; }	

						.repair-order__form .repair-order__type-text { 
							margin-left: 13px;
							padding: 0;
							}		

							.repair-order__type-text INPUT {
								margin: 0;
								padding: 0 12px;
								width: 173px;
								height: 36px;
								color: #000;
								font: 14px/36px 'Trebuchet MS', 'Tahoma', 'sans-serif';
								border: 1px solid #f57300;

								border-radius: 5px; 
								-moz-border-radius: 5px; 
								-webkit-border-radius: 5px;
								-khtml-border-radius: 5px;

								box-shadow: 0 0 10px 0 #f57300 inset;
								-moz-box-shadow: 0 0 10px 0 #f57300 inset;
								-webkit-box-shadow: 0 0 10px 0 #f57300 inset;
								-khtml-box-shadow: 0 0 10px 0 #f57300 inset;
								}	

						.repair-order__textarea {
							position: relative;
							padding: 0 0 0 14px;
							}			

							.repair-order__form TEXTAREA {
								margin: 0;
								padding: 10px 12px;
								width: 390px;
								height: 65px;
								color: #000;
								font: 14px 'Trebuchet MS', 'Tahoma', 'sans-serif';
								border: 1px solid #f57300;

								border-radius: 5px; 
								-moz-border-radius: 5px; 
								-webkit-border-radius: 5px;
								-khtml-border-radius: 5px;

								box-shadow: 0 0 10px 0 #f57300 inset;
								-moz-box-shadow: 0 0 10px 0 #f57300 inset;
								-webkit-box-shadow: 0 0 10px 0 #f57300 inset;
								-khtml-box-shadow: 0 0 10px 0 #f57300 inset;
								}

							.repair-order__corn {
								position: absolute;
								display: block;
								width: 25px;
								height: 100%;
								left: 0;
								background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/repair-order__corn.png) no-repeat 0 center;
								}

						.repair-order__choice-courier { padding: 0 0 0 14px; }	

							.repair-order__choice-courier INPUT {
								display: inline-block;
								margin: 0 3px 0 0; 
								vertical-align: middle;
								}

							.repair-order__form LABEL {
								display: inline-block;
								margin: 0;
								vertical-align: middle;
								color: #fff;
								font-size: 15px;
								}

						.repair-order__submit { padding: 0 0 0 14px; }	

							.repair-order__submit INPUT {
								padding: 0;
								width: 416px;
								height: 36px;
								color: #fff;
								font: 20px 'Trebuchet MS', 'Tahoma', 'sans-serif';
								text-shadow: 0 1px 0 #195e0a;
								border: 0;
								cursor: pointer;
								background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/repair-order__submit.png) repeat-x 0 0;

								border-radius: 5px; 
								-moz-border-radius: 5px; 
								-webkit-border-radius: 5px;
								-khtml-border-radius: 5px;

								box-shadow: 0 2px 0 0 #275d06;
								-moz-box-shadow: 0 2px 0 0 #275d06;
								-webkit-box-shadow: 0 2px 0 0 #275d06;
								-khtml-box-shadow: 0 2px 0 0 #275d06;
								}	
							.repair-order__submit INPUT:hover { background-position: 0 -36px; }	
							.repair-order__submit INPUT:active { background-position: 0 -72px; }

					.repair-order__description {
						font: 14px 'Trebuchet MS', 'Tahoma', 'sans-serif';
						text-align: right;
						}

						.repair-order__description DT { 
							margin: 0 0 10px;
							color: #fff;
							font-size: 17px; 
							}

						.repair-order__description DD P { 
							margin: 0 0 5px;
							color: #fff;
							}				
/*Форма заказа на главной старнице конец*/


/*Фото*/
/* b-catalog-brands
					   ---------------------------------------- */					
					.b-catalog-brands { 
						width: 100%;
						text-align: center;
						}
						
						.b-catalog-brands__item {
							display: inline-block;
							margin: 0 3px 0;
							padding: 0 0 20px;
							width: 130px;
							vertical-align: top;
							text-align: center;
							list-style-type: none;
							}
							
							.b-catalog-brands__photo {
								display: block;
								margin: 0 0 10px;
								padding: 5px;
								width: 105px;
								height: 105px;
								text-align: center;
								border: 1px solid #EBEBEB;
								background: #f0f0f0;
								
								border-radius: 5px; 
								-moz-border-radius: 5px; 
								-webkit-border-radius: 5px;
								-khtml-border-radius: 5px;
								
								box-shadow: 0 0 4px 0 #dfdede;
								-moz-box-shadow: 0 0 4px 0 #dfdede;
								-webkit-box-shadow: 0 0 4px 0 #dfdede;
								-khtml-box-shadow: 0 0 4px 0 #dfdede;
								}
							.b-catalog-brands__item:hover .b-catalog-brands__photo { 
								box-shadow: 0 0 6px 0 #f57300;
								-moz-box-shadow: 0 0 4px 0 #f57300;
								-webkit-box-shadow: 0 0 6px 0 #f57300;
								-khtml-box-shadow: 0 0 6px 0 #f57300;
								}	
								
								.b-catalog-brands__photo__inner { 
									display: block;
									width: 103px;
									height: 103px;
									border: 1px solid #dbdbdb;
									overflow: hidden;
									background: #fff;
									}
									
									.b-catalog-brands__photo__inner IMG { opacity: 0.5; }
									.b-catalog-brands__item:hover .b-catalog-brands__photo__inner IMG { opacity: 0.9; }
								
							.b-catalog-brands__title { font-size: 12px; }
							
								.b-catalog-brands__item:hover .b-catalog-brands__title A { 
									color: #f57300;
									text-decoration: none;
									}
/*Фото*/




/*Укажите вашу модель*/




/* b-page
		           ---------------------------------------- */	
				.b-page {
					float: left;
					position: relative;
					width:680px;
					}
				.b-page_indentation_bottom { padding: 0 0 60px; }

				.b-pag {
					float: left;
					position: relative;
					width:715px;
					}
				.b-pag_indentation_bottom { padding: 0 0 60px; }



			INPUT { margin: 0; }	
		   
			INPUT.type-text { 
				padding: 6px 7px 7px;
				width: 295px;
				height: 14px;
				color: #464646;
				font: 12px 'Verdana','Tahoma','sans-serif';
				border: 1px solid #b5b5b5;
				background: #fff;
				
				border-radius: 5px; 
				-moz-border-radius: 5px; 
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
				
				box-shadow: 0 0 5px 0 #a3a3a3 inset;
				-moz-box-shadow: 0 0 5px 0 #a3a3a3 inset;
				-webkit-box-shadow: 0 0 5px 0 0 #a3a3a3 inset;
				-khtml-box-shadow: 0 0 5px 0 0 #a3a3a3 inset;
				}
			INPUT.type-text:focus { 
				border: 1px solid #fc8012;
				box-shadow: 0 0 5px 0 #f57300;
				-moz-box-shadow: 0 0 5px 0 #f57300;
				-webkit-box-shadow: 0 0 5px 0 #f57300;
				-khtml-box-shadow: 0 0 5px 0 #f57300;
				}
				






//* b-form
   ---------------------------------------- */
.b-form { 
	margin: 0 0 20px;
	padding: 20px;
	background: #f0f0f0;
	
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	}
.page-simple .b-form { 
	margin: 20px 0 0;
}
	FORM { margin: 0 0 20px; }	
	.b-form FORM { margin: 0; }

		.b-form FIELDSET { padding: 0 0 15px; }
		.b-form FIELDSET:first-child { padding: 0 0 15px; }
		
		.b-form .request-btn { padding: 0; }
		
		.b-form_alignment { 
			display: inline-block;
			vertical-align: middle;
			}
			
		.b-form_indentation { margin: 0 0 0 13px; }	
		
		FIELDSET { padding: 15px 0 0; } 
		FIELDSET:first-child { padding: 0; }

			LABEL {	 
				display: block;
				margin: 0 0 10px;
				color: #898989;
				font-size: 12px;
				cursor: pointer;
				}
				
			.b-form LABEL { 
				display: inline-block;
				margin: 0;
				vertical-align: middle;
				color: #333;
				}

			.b-error LABEL SPAN { color: #ff0000; }		
				
			INPUT { margin: 0; }	
			
			INPUT.type-tex { 
				padding: 6px 7px 7px;
				width: 318px;
				height: 14px;
				color: #464646;
				font: 12px 'Verdana','Tahoma','sans-serif';
				border: 1px solid #b5b5b5;
				background: #fff;
			
			
				border-radius: 5px; 
				-moz-border-radius: 5px; 
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
				
				box-shadow: 0 0 5px 0 #a3a3a3 inset;
				-moz-box-shadow: 0 0 5px 0 #a3a3a3 inset;
				-webkit-box-shadow: 0 0 5px 0 0 #a3a3a3 inset;
				-khtml-box-shadow: 0 0 5px 0 0 #a3a3a3 inset;
				}
			INPUT.type-tex:focus { 
				border: 1px solid #fc841b;
				box-shadow: 0 0 5px 0 #f57300;
				-moz-box-shadow: 0 0 5px 0 #f57300;
				-webkit-box-shadow: 0 0 5px 0 #f57300;
				-khtml-box-shadow: 0 0 5px 0 #f57300;
				}
				
			.b-full-length INPUT.type-tex { width: 624px; }	
			
			.b-error INPUT.type-tex { border: 1px solid #b5b5b5; }

				   
			INPUT.type-text { 
				padding: 6px 7px 7px;
				width: 295px;
				height: 14px;
				color: #464646;
				font: 12px 'Verdana','Tahoma','sans-serif';
				border: 1px solid #b5b5b5;
				background: #fff;
			
			
				border-radius: 5px; 
				-moz-border-radius: 5px; 
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
				
				box-shadow: 0 0 5px 0 #a3a3a3 inset;
				-moz-box-shadow: 0 0 5px 0 #a3a3a3 inset;
				-webkit-box-shadow: 0 0 5px 0 0 #a3a3a3 inset;
				-khtml-box-shadow: 0 0 5px 0 0 #a3a3a3 inset;
				}
			INPUT.type-text:focus { 
				border: 1px solid #fc841b;
				box-shadow: 0 0 5px 0 #f57300;
				-moz-box-shadow: 0 0 5px 0 #f57300;
				-webkit-box-shadow: 0 0 5px 0 #f57300;
				-khtml-box-shadow: 0 0 5px 0 #f57300;
				}
				
			.b-full-length INPUT.type-text { width: 624px; }	
			
			.b-error INPUT.type-text { border: 1px solid #b5b5b5; }
			
			.b-bfm-ui-select__placeholder {
				position: relative;
				overflow: hidden;
				cursor: pointer;
				width: 309px;
				border: 1px solid #b5b5b5;
				
				border-radius: 5px; 
				-moz-border-radius: 5px; 
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
				}

			.b-full-length .b-bfm-ui-select__placeholder { width: 638px; }		
					
				.b-bfm-ui-select__placeholder__value {
					display: block;
					padding: 6px 7px 7px;
					color: #464646;
					font: 12px 'Verdana','Tahoma','sans-serif';
					background: #fff;
					
					box-shadow: 0 0 5px 0 #a3a3a3 inset;
					-moz-box-shadow: 0 0 5px 0 #a3a3a3 inset;
					-webkit-box-shadow: 0 0 5px 0 0 #a3a3a3 inset;
					-khtml-box-shadow: 0 0 5px 0 0 #a3a3a3 inset;
					}	

				.b-bfm-ui-select__placeholder__button {
					position: absolute;
					top: 0;
					right: 0;
					width: 28px;
					height: 28px;
					background: url(/web/20131026015601im_/http://omskcomp.ru/images/bg/b-bfm-ui-select__placeholder__button.png) no-repeat center;
					}

				.b-bfm-ui-select__list_state_hide { display: none; }	
					
				.b-bfm-ui-select__list {
				 margin: 5px 0 0;
				 height: 186px;
				 border: 1px solid #b5b5b5;
				 background: #fff;
				 overflow-x: hidden;
				 overflow-y: scroll;
				 z-index: 40;
				 } 

					.b-bfm-ui-select__item { 
						padding: 7px 8px;
						color: #A9A9A9;
						list-style-type: none;
						cursor: pointer;
						}
						
					.b-bfm-ui-select__item_state_hover {
						color: #fff;
						background: #f57300;
						}	
						
.b-bfm-ui-select__placeholder_state_focus {
						border: 1px solid #fd8318;
						box-shadow: 0 0 5px 0 #f57300;
						-moz-box-shadow: 0 0 5px 0 #f57300;
						-webkit-box-shadow: 0 0 5px 0 #f57300;
						-khtml-box-shadow: 0 0 5px 0 #f57300;
						}	

					.b-bfm-ui-select__item_state_disabled { color: #171717; }

					.b-bfm-ui-select__item_state_selected { 
						color: #fff;
						background: #448CCB;
						}	
				
				
TEXTAREA {
				display: inline-block;
				margin: 0;
				padding: 6px 7px 7px;
				width: 295px;
				height: 100px;
				vertical-align: middle;
				color: #464646;
				font: 12px 'Verdana','Tahoma','sans-serif';
				border: 1px solid #b5b5b5;
				background: #fff;
				resize: none;

				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;

				box-shadow: 0 0 5px 0 #a3a3a3 inset;
				-moz-box-shadow: 0 0 5px 0 #a3a3a3 inset;
				-webkit-box-shadow: 0 0 5px 0 0 #a3a3a3 inset;
				-khtml-box-shadow: 0 0 5px 0 0 #a3a3a3 inset;
				}
			TEXTAREA:focus {
				border: 1px solid #f57300;
				box-shadow: 0 0 5px 0 #f57300;
				-moz-box-shadow: 0 0 5px 0 #f57300;
				-webkit-box-shadow: 0 0 5px 0 #f57300;
				-khtml-box-shadow: 0 0 5px 0 #f57300;
				}

			.b-full-length TEXTAREA { width: 668px; }

			.request-btn INPUT {
				margin: 0;
				padding: 5px 8px 6px;
				color: #fff;
				font: 14px 'Trebuchet MS','Tahoma','sans-serif';
				border: 0;
				cursor: pointer;
				
				/* fallback */
				background-color:#f57300;
				/* chrome 2+, safari 4+; multiple color stops */
				background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.32,#2e95ef),color-stop(0.66,#3891de), color-stop(0.83,#448ccb));
				/* chrome 10+, safari 5.1+ */
				background-image:-webkit-linear-gradient(#2e95ef,#3891de,#448ccb);
				/* firefox; multiple color stops */
				background-image:-moz-linear-gradient(top,#2e95ef,#3891de,#448ccb);
				/* opera 11.1 */
				background-image: -o-linear-gradient(#2e95ef,#3891de,#448ccb);
				/* The "standard" */
				background-image: linear-gradient(#ffcea2,#fe7700,#fe7700);
				
				border-radius: 5px; 
				-moz-border-radius: 5px; 
				-webkit-border-radius: 5px;
				-khtml-border-radius: 5px;
				
				box-shadow: 0 0 4px 0 #8f8f8f;
				-moz-box-shadow: 0 0 2px 0 #8f8f8f;
				-webkit-box-shadow: 0 0 4px 0 #8f8f8f;
				-khtml-box-shadow: 0 0 4px 0 #8f8f8f;
				}
			.request-btn INPUT:hover { 
				box-shadow: 0 0 6px 0 #f57300;
				-moz-box-shadow: 0 0 4px 0 #f57300;
				-webkit-box-shadow: 0 0 6px 0 #f57300;
				-khtml-box-shadow: 0 0 6px 0 #f57300;
				}
			.request-btn INPUT:active { 
				/* fallback */
				background-color:#fc9030;
				/* chrome 2+, safari 4+; multiple color stops */
				background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.32,#448ccb),color-stop(0.66,#3891de), color-stop(0.83,#2e95ef));
				/* chrome 10+, safari 5.1+ */
				background-image:-webkit-linear-gradient(#448ccb,#3891de,#2e95ef);
				/* firefox; multiple color stops */
				background-image:-moz-linear-gradient(top,#448ccb,#3891de,#2e95ef);
				/* ie 6+ */
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#448ccb', endColorstr='#2e95ef');
				/* ie8 + */
				-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#448ccb, endColorstr=#2e95ef)";
				/* ie10 */
				background-image: -ms-linear-gradient(#448ccb,#3891de,#2e95ef);
				/* opera 11.1 */
				background-image: -o-linear-gradient(#448ccb,#3891de,#2e95ef);
				/* The "standard" */
				background-image: url('/web/20131026015601im_/http://omskcomp.ru/styles/linear-gradient(#448ccb,#3891de,#2e95ef');	
				}					



				
					/* b-small-title__wrap
					   ---------------------------------------- */	
					.b-small-title__wrap {
						margin: 0 0 20px;
						padding: 10px;
						width: 700px;
						background: #f0f0f0;
						
						border-radius: 5px; 
						-moz-border-radius: 5px; 
						-webkit-border-radius: 5px;
						-khtml-border-radius: 5px;
						}
						
						.b-small-title__wrap .b-bfm-ui-select__placeholder { 
							display: inline-block;
							vertical-align: middle;
							}

					/* b-small-title
					   ---------------------------------------- */	
					.b-small-title {
						margin: 0 0 15px;
						font-size: 14px;
						font-style: italic;
						}
						
					.b-small-title__wrap .b-small-title { 
						margin: 0 81px 0 0;
						display: inline-block;
						width: 297px;
						vertical-align: middle;
						}	

					.b-small-title_align_center { text-align: center; }
					

						
					/* b-address-service-center 
					   ---------------------------------------- */	
					.b-address-service-center { 
						display: inline-block;
						margin: 0 0 10px;
						width: 100%;
						vertical-align: top;
						}

						.b-address-service-center__icon {	
							float: left;
							margin: 0 20px 0 0;
							width: 49px;
							height: 49px;
							text-align: center;
							border: 2px solid #f57300;
							background: #f57300;
							
							border-radius: 30px; 
							-moz-border-radius: 30px; 
							-webkit-border-radius: 30px;
							-khtml-border-radius: 30px;
							
							box-shadow: 0 1px 4px 0 #f57300;
							-moz-box-shadow: 0 0 3px 0 #f57300;
							-webkit-box-shadow: 0 1px 4px 0 #f57300;
							-khtml-box-shadow: 0 1px 4px 0 #f57300;
							}	

							.b-address-service-center__icon SPAN { 
								display: block;
								padding: 5px 0 0;
								color: #fff;
								font-size: 30px;
								}
								
						.b-address-service-center__description { 
							padding: 15px 0 0;
							overflow: hidden;
							}		

							.b-address-service-center__title {
								margin: 0 0 10px;
								color: #f57300;
								font-size: 18px;
								font-style: italic;
								font-weight: bold;
								}			
				


/*Страница сервис центров*/


.servType h2 {margin-top:10px;color:#f57201}
.finded-models{position: absolute; right: 0px; width: 310px; margin-right: 10px; display: none}
#wrap label {display:inline;color:#f57201;border-bottom:dashed 1px}

#wrap label:hover{border-bottom:none}
#wrap p{text-align:right;margin:10px 10px 0;}
.b-main-navi__item.clock:hover .b-main-navi__item__link{color:#f57201}


/*Укажите вашу модель*/




					/* b-model-product
		               ---------------------------------------- */			
					.b-model-product {
						width: 715px;
						text-align: center;
						}

						.b-model-product__item {
							display: inline-block;
							margin: 0 7px 0;
							padding: 0 0 25px;
							text-align: center;
							list-style-type: none;
							vertical-align: top;
							}

							.b-model-product__photo {
								display: inline-block;
								padding: 5px 15px;
								vertical-align: top;
								border: 1px solid #EBEBEB;
								
								border-radius: 5px; 
								-moz-border-radius: 5px; 
								-webkit-border-radius: 5px;
								-khtml-border-radius: 5px;
								
								box-shadow: 0 0 4px 0 #dfdede;
								-moz-box-shadow: 0 0 3px 0 #dfdede;
								-webkit-box-shadow: 0 0 4px 0 #dfdede;
								-khtml-box-shadow: 0 0 4px 0 #dfdede;
								}
								
							.b-model-product__item .b-model-product__photo { margin: 0 0 15px; }	
									


								.b-model-product__title A { color: #5f5f5f; }
								.b-model-product__title A:hover { 
									color: #22ADF3;
									text-decoration: none;
									}
								
								
								
								
								
	/* b-directory-services
		               ---------------------------------------- */			
					.b-directory-services {
						width: 680px;
						text-align: center;
						}	

						.b-directory-services__item {
							display: inline-block;
							margin: 0 10px 20px;
							padding: 10px;
							width: 160px;
							vertical-align: top;
							list-style-type: none;
							border: 1px solid #EBEBEB;
							
							border-radius: 5px; 
							-moz-border-radius: 5px; 
							-webkit-border-radius: 5px;
							-khtml-border-radius: 5px;
							
							box-shadow: 0 0 4px 0 #dfdede;
							-moz-box-shadow: 0 0 3px 0 #dfdede;
							-webkit-box-shadow: 0 0 4px 0 #dfdede;
							-khtml-box-shadow: 0 0 4px 0 #dfdede;
							}
						.b-directory-services__item:hover { 
							box-shadow: 0 0 4px 0 #dfdede;
							-moz-box-shadow: 0 0 3px 0 #b6b6b6;
							-webkit-box-shadow: 0 0 4px 0 #dfdede;
							-khtml-box-shadow: 0 0 4px 0 #dfdede;
							}			
							
							.b-directory-services__photo {
								display: block;
								margin: 0 0 10px;
								width: 160px;
								height: 64px;
								overflow: hidden;
								}
								
								.b-directory-services__photo IMG { opacity: 0.5; }
								.b-directory-services__item:hover .b-directory-services__photo IMG { opacity: 0.9; }
							
								
								.b-directory-services__title A { color: #545353;  }	
								.b-directory-services__item:hover .b-directory-services__title A { 
									color: #404040; 
									text-decoration: none;
									}
									
									
									
									
/* b-director-services
		               ---------------------------------------- */			
					.b-director-services {
						width: 100%;
						text-align: center;
						}	

						.b-director-services__item {
							display: inline-block;
							margin: 0 10px 20px;
							padding: 10px;
							width: 160px;
							vertical-align: top;
							list-style-type: none;
											
							border-radius: 5px; 
							-moz-border-radius: 5px; 
							-webkit-border-radius: 5px;
							-khtml-border-radius: 5px;
							
							box-shadow: 0 0 4px 0 #dfdede;
							-moz-box-shadow: 0 0 3px 0 #dfdede;
							-webkit-box-shadow: 0 0 4px 0 #dfdede;
							-khtml-box-shadow: 0 0 4px 0 #dfdede;
							}
						.b-director-services__item:hover { 
							box-shadow: 0 0 4px 0 #dfdede;
							-moz-box-shadow: 0 0 3px 0 #b6b6b6;
							-webkit-box-shadow: 0 0 4px 0 #dfdede;
							-khtml-box-shadow: 0 0 4px 0 #dfdede;
							}			
							
							.b-director-services__photo {
								display: block;
								margin: 0 0 10px;
								width: 160px;
								height: 64px;
								overflow: hidden;
								}
								
								.b-director-services__photo IMG { opacity: 0.5; }
								.b-director-services__item:hover .b-director-services__photo IMG { opacity: 0.9; }
							
								
								.b-director-services__title A { color: #545353;  }	
								.b-director-services__item:hover .b-director-services__title A { 
									color: #404040; 
									text-decoration: none;
									}
									
									
									
									
									
									
									
									
	/* sliderkit.photosgallery-captions
						   ---------------------------------------- */				
						.sliderkit.photosgallery-captions {	 
							position: relative;
							margin: 0 0 20px;
							padding: 20px 0 140px;	
							width: 730px;
							height: 500px;
							overflow: hidden;
							background: #f0f0f0;
							
							border-radius: 5px; 
							-moz-border-radius: 5px; 
							-webkit-border-radius: 5px;
							-khtml-border-radius: 5px;
							}

							.photosgallery-captions .sliderkit-nav { 
								padding: 20px 0;
								position: absolute;
								width: 730px;
								bottom: 0;
								z-index: 10;
								}

								.photosgallery-captions .sliderkit-nav-clip {
									position: relative;
									margin: 0 auto;
									overflow: hidden;
									}	
									
									.photosgallery-captions .sliderkit-nav-clip UL {
										position: relative;
										top: 0;
										}
										
										.photosgallery-captions .sliderkit-nav-clip LI { 
											float: left;
											list-style-type: none !important;
											list-style-image: none !important;
											}
											
											.photosgallery-captions .sliderkit-nav-clip LI A { 
												display: block;
												padding: 3px;
												width: 120px;
												height: 94px;
												overflow: hidden;
												}
												
											.photosgallery-captions .sliderkit-nav-clip .sliderkit-selected A { 
												padding: 0;
												border: 3px solid #f57300;
												}

								.photosgallery-captions .sliderkit-btn {
									position: absolute;
									top: 55px;
									z-index: 10;
									}

								.photosgallery-captions .sliderkit-nav-btn { display: none; }		
									
								.sliderkit-btn A,
								.photosgallery-captions .sliderkit-btn-disable A:hover,
								.photosgallery-captions .sliderkit-btn-disable A:active { 
									/* fallback */
									background-color:#f0f1f1;
									/* chrome 2+, safari 4+; multiple color stops */
									background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.32,#fefefe),color-stop(0.66,#f0f1f1), color-stop(0.83,#e1e2e2));
									/* chrome 10+, safari 5.1+ */
									background-image:-webkit-linear-gradient(#fefefe,#f0f1f1,#e1e2e2);
									/* firefox; multiple color stops */
									background-image:-moz-linear-gradient(top,#fefefe,#f0f1f1,#e1e2e2);
									/* opera 11.1 */
									background-image: -o-linear-gradient(#fefefe,#f0f1f1,#e1e2e2);
									/* The "standard" */
									background-image: linear-gradient(#fefefe,#f0f1f1,#e1e2e2);
									
									border-radius: 5px; 
									-moz-border-radius: 5px; 
									-webkit-border-radius: 5px;
									-khtml-border-radius: 5px;
									
									box-shadow: 0 0 3px 0 #8f8f8f;
									-moz-box-shadow: 0 0 2px 0 #8f8f8f;
									-webkit-box-shadow: 0 0 3px 0 #8f8f8f;
									-khtml-box-shadow: 0 0 3px 0 #8f8f8f;
									}
								.sliderkit-btn A:hover { 
									box-shadow: 0 0 4px 0 #f57300;
									-moz-box-shadow: 0 0 2px 0 #f57300;
									-webkit-box-shadow: 0 0 4px 0 #f57300;
									-khtml-box-shadow: 0 0 4px 0 #f57300;
									}
								.sliderkit-btn A:active { 
									/* fallback */
									background-color:#f0f1f1;
									/* chrome 2+, safari 4+; multiple color stops */
									background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.32,#e1e2e2),color-stop(0.66,#fefefe), color-stop(0.83,#e1e2e2));
									/* chrome 10+, safari 5.1+ */
									background-image:-webkit-linear-gradient(#e1e2e2,#f0f1f1,#fefefe);
									/* firefox; multiple color stops */
									background-image:-moz-linear-gradient(top,#e1e2e2,#f0f1f1,#fefefe);
									/* opera 11.1 */
									background-image: -o-linear-gradient(#e1e2e2,#f0f1f1,#fefefe);
									/* The "standard" */
									background-image: linear-gradient(#e1e2e2,#f0f1f1,#fefefe);
									}	
									
								.photosgallery-captions .sliderkit-btn-disable { opacity: 0.3; }

									.photosgallery-captions .sliderkit-btn-disable A { cursor: default; }	
									
									.photosgallery-captions .sliderkit-btn A { 
										display: block;
										height: 40px;
										height: 40px;
										}
										
										.photosgallery-captions .sliderkit-btn SPAN { 
											display: block;
											width: 40px;
											height: 40px;
											text-indent: -9999px;
											}

									.photosgallery-captions .sliderkit-nav-btn A { width: 40px; }
										
								.photosgallery-captions .sliderkit-nav-btn.sliderkit-nav-prev { left: 15px; }		

										.photosgallery-captions .sliderkit-nav-btn.sliderkit-nav-prev A SPAN { 
											background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/photosgallery-prev.png) no-repeat center;
											}
									
								.photosgallery-captions .sliderkit-nav-btn.sliderkit-nav-next { right: 15px; }	

										.photosgallery-captions .sliderkit-nav-btn.sliderkit-nav-next A SPAN { 
											background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/photosgallery-next.png) no-repeat center;
											}	
									
									.photosgallery-captions .sliderkit-go-btn A { width: 40px; }			
									
								.photosgallery-captions .sliderkit-go-btn.sliderkit-go-prev { left: 15px; }	
								
									.photosgallery-captions .sliderkit-go-btn.sliderkit-go-prev SPAN { 
										background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/sliderkit-nav-prev.png) no-repeat center;
										}
									
								.photosgallery-captions .sliderkit-go-btn.sliderkit-go-next { right: 15px; }

									.photosgallery-captions .sliderkit-go-btn.sliderkit-go-next SPAN { 
										background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/sliderkit-nav-next.png) no-repeat center;
										}
									
								.photosgallery-captions .sliderkit-panel { 
									position: absolute;
									top: 15px;
									left: 15px;
									width: 730px;
									height: 500px;
									overflow: hidden;
									z-index: 1;
									}
									
								.photosgallery-captions .sliderkit-panel-active { z-index: 5; }	

									.photosgallery-captions .sliderkit-panel-textbox { 
										position: absolute;
										width: 100%;
										left: 0;
										bottom: 0;
										height: 50px;
										z-index: 1;
										}

										.photosgallery-captions .sliderkit-panel-text { 
											position: absolute;
											height: 20px;
											left: 10px;
											top: -15px;
											z-index: 3;
											}
											
											.photosgallery-captions .sliderkit-panel-text H2 { 
												color: #fff;
												font-size: 16px;
												font-weight: bold;
												font-style: italic;
												}

											.photosgallery-captions .sliderkit-panel-overlay { 
												position: absolute;
												width: 700px;
												height: 50px;
												top: 0;
												left: 0;
												background: #000;
												z-index: 2;
												opacity: 0.5;
												}
												
/* contact-tabs begin
	   ---------------------------------------- */
	.contact-tabs {
		position: relative;
		overflow: hidden;
		}

		.contact-tabs__title {
			float: left;
			position: relative;
			margin: 0 0 0 5px;
			padding: 10px 20px;
			color: #f57300;
			font-weight: bold;
			text-decoration: none;
			border: 1px solid #fead66;
			border-bottom: 0;
			cursor: pointer;

			/* fallback */
			background-color:#f0f1f1;
			/* chrome 2+, safari 4+; multiple color stops */
			background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.32,#fefefe),color-stop(0.66,#f0f1f1), color-stop(0.83,#e1e2e2));
			/* chrome 10+, safari 5.1+ */
			background-image:-webkit-linear-gradient(#fccba0,#fde1c8,#fefefe);
			/* firefox; multiple color stops */
			background-image:-moz-linear-gradient(top,#fccba0,#fde1c8,#fefefe);
			/* opera 11.1 */
			background-image: -o-linear-gradient(#fefefe,#fccba0,#fde1c8);
			/* The "standard" */
			background-image: linear-gradient(#fefefe,#f2f2f2,#e6e6e6);

			border-radius: 5px 5px 0 0;
			-moz-border-radius: 5px 5px 0 0;
			-webkit-border-radius: 5px 5px 0 0;
			-khtml-border-radius: 5px 5px 0 0;
			}
		.contact-tabs__title:first-child { margin: 0; }
		.contact-tabs__title:active {
			color: #f57300;

			/* fallback */
			background-color:#f0f1f1;
			/* chrome 2+, safari 4+; multiple color stops */
			background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.32,#fccba0),color-stop(0.66,#fde1c8), color-stop(0.83,#fefefe));
			/* chrome 10+, safari 5.1+ */
			background-image:-webkit-linear-gradient(#fccba0,#fde1c8,#fefefe);
			/* firefox; multiple color stops */
			background-image:-moz-linear-gradient(top,#fccba0,#fde1c8,#fefefe);
			/* opera 11.1 */
			background-image: -o-linear-gradient(#fccba0,#fde1c8,#fefefe);
			/* The "standard" */
			background-image: linear-gradient(#fccba0,#fde1c8,#fefefe);
			}

		.contact-tabs__title.in-contact { padding: 8px 20px 12px 44px; }
		.contact-tabs__title.in-contact:before {
			position: absolute;
			margin: 0 5px 0 0;
			width: 24px;
			height: 24px;
			top: 6px;
			left: 10px;
			background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/vkontakte.png) no-repeat 0 0;
			content: "";
			}
		.contact-tabs__title.facebook { padding: 8px 20px 12px 44px; }
		.contact-tabs__title.facebook:before {
			position: absolute;
			margin: 0 5px 0 0;
			width: 24px;
			height: 24px;
			top: 6px;
			left: 10px;
			background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/facebook.png) no-repeat 0 0;
			content: "";
			}
		.contact-tabs__title.testimonials { padding: 8px 20px 12px 44px; }
		.contact-tabs__title.testimonials:before {
			position: absolute;
			margin: 0 5px 0 0;
			width: 24px;
			height: 24px;
			top: 6px;
			left: 10px;
			background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/testimonials.png) no-repeat 0 0;
			content: "";
			}
	
		.contact-tabs__title.questions { padding: 8px 20px 12px 44px; }
		.contact-tabs__title.questions:before {
			position: absolute;
			margin: 0 5px 0 0;
			width: 24px;
			height: 24px;
			top: 6px;
			left: 10px;
			background: url(/web/20131026015601im_/http://omskcomp.ru/images/theme/questions.png) no-repeat 0 0;
			content: "";
			}

		.contact-tabs__title.selected {
			color: #fff;
			border-color: #f57300;

			/* fallback */
			background-color:#f57300;
			/* chrome 2+, safari 4+; multiple color stops */
			background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.32,#f57300),color-stop(0.66,#f57300), color-stop(0.83,#f57300));
			/* chrome 10+, safari 5.1+ */
			background-image:-webkit-linear-gradient(#f57300,#f57300,#f57300);
			/* firefox; multiple color stops */
			background-image:-moz-linear-gradient(top,#f57300,#f57300,#f57300);
			/* opera 11.1 */
			background-image: -o-linear-gradient(#f57300,#f57300,#f57300);
			/* The "standard" */
			background-image: linear-gradient(#feb371,#fb9031,#f57300);

			cursor: text;
			}

		.contact-tabs__content {
			float: right;
			display: none;
			margin: 39px 0 0 -100%;
			padding: 1px 0 0;
			width: 100%;
			border-top: 1px solid #fead66;
			}
		.contact-tabs__content.selected { display: block; }

			.map-wrap {
				margin: 0 0 30px;
				padding: 5px;
				border: 1px solid #D8E2FF;
				border-radius: 5px;
				}

				.map-wrap IMG { width: 100%; }



/* contact-tabs end
	   ---------------------------------------- */
	   
	   
.b-reviews TEXTAREA { width: 634px; }

								.b-reviews FORM { margin: 0 0 15px; }

								.b-form-response { display: none; }

							.b-replies { margin: 0 0 0 60px; }

								.b-replies__item { list-style-type: none; }

									.b-replies__item TEXTAREA { width: 574px; }
									
									
									
.main_page_form{background: url('/web/20131026015601im_/http://omskcomp.ru/images/style/main_page_order_bg.png') no-repeat center; width:680px;height:500px}
.main_page_form .form_block{padding:25px 20px;text-align:right;color:white}
.main_page_form .form_block textarea{border:none;background:none;box-shadow:none;width:470px;margin-bottom:15px;outline:none;resize:none;}
.main_page_form .form_block .text{width:230px;margin:14px 2px;border:none;background:none;margin-bottom:20px;}
.main_page_form .form_block .cour_line{padding-top:5px;}
.main_page_form .form_block .cour_line label{display:inline-block;color:white;float:left;margin-left:158px;text-align:left;}
.main_page_form .form_block .cour_line label input{color:grey}
.main_page_form .form_block button{width:494px;height:43px;background:url('/web/20131026015601im_/http://omskcomp.ru/images/style/main_page_order_btn.png') no-repeat top;border:none;cursor:pointer;margin-top:10px;font-size:17px;color:white;font-weight:bold;}
.main_page_form .form_block button:hover{background-position:center}
.main_page_form .form_block button:active{background-position:bottom}
.main_page_form .form_block .bottom_text *{color:white}


		    /* form-of-shares__wishes
               ---------------------------------------- */
		    .form-of-shares__wishes {
		    	padding: 15px 25px 25px;
		    	border-top: 1px solid #e3e3e3;
		    	background: url(/web/20131026015601im_/http://omskcomp.ru/images/bg/form-of-shares.png) repeat-x 0 0 #f2f2f2;
		    	border-radius: 5px;
		    	}

		    	.form-of-shares__textarea {
		    		margin: 0;
		    		padding: 10px;
					width: 606px;
					height: 120px;
					color: #000;
					font: 14px 'Verdana','Tahoma','sans-serif';
					border: 1px solid #d0d0d0;
					background: #fff;
					border-radius: 3px;
					box-shadow: 0 0 3px 0 #bababa inset;
		    		resize: none;
		    		}

		    	.form-of-shares__wishes TEXTAREA { margin: 0 0 10px; }

		    	.form-of-shares__submit-wrap {
		    		display: inline-block;
		    		vertical-align: top;
		    		border-radius: 3px;
		    		box-shadow: 0 1px 3px 0 #acabab;
		    		}

			    	.form-of-shares__submit {
			    		margin: 0;
			    		padding: 0;
			    		width: 626px;
			    		height: 48px;
			    		color: #fff;
			    		font: 20px 'Verdana','Tahoma','sans-serif';
			    		text-align: center;
			    		line-height: 48px;
			    		border: 1px solid #3096c2;
			    		cursor: pointer;
			    		background: url(/web/20131026015601im_/http://omskcomp.ru/images/bg/form-of-shares__submit.png) repeat-x 0 0 #369bd7;
			    		border-radius: 3px;
			    		box-shadow: 0 0 0 1px #82ccf1 inset;
			    		}
			    	.form-of-shares__submit:hover {
			    		background-position: 0 -48px;
			    		background-color: #359ad6;
			    		}
			    	.form-of-shares__submit:active {
			    		background-position: 0 -96px;
			    		background-color: #359ad6;
			    		box-shadow: 3px 3px 10px 0 #115696 inset;
			    	 	}
			    	 	
			    	 	
			    	 	
			    	 	
			    	 	
			    	 	
			    	 	
			    	 	
#content div.walk {
	margin-top: 20px;
	overflow: hidden;
}
#content div.walk ins {
	display: block;
	height: 40px
}
#content div.walk ul li {
	width: 50%;
	float: left;
	padding: 0;
	background: none
}
#content div.walk ul li img {
	border-radius: 7px;
	margin-bottom: 5px
}
#content div.walk ul li span {
	position: absolute;
	display: block;
	background: #fe993f;
	padding: 8px;
	font-size: 20px;
	color: #fff;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
}































#dee-cont .b-core-ui-select {
		background: url("/web/20131026015601im_/http://omskcomp.ru/images/theme/b-core-ui-select-bg.png") repeat-x scroll 0 0 transparent;
		border: 1px solid #BBBBBB;
		border-radius: 5px 5px 5px 5px;
		color: #858585;
		cursor: pointer;
		font-size: 14px;
		height: 16px;
		padding: 5px 7px 8px 0;
		position: relative;
		text-align: left;
		margin-bottom: 10px;
	}
	
	.pop_up_filial { position: relative; width: 312px; }

	#dee-cont form .b-core-ui-select__button {
		background: url("/web/20131026015601im_/http://omskcomp.ru/images/theme/b-core-ui-select__button.png") no-repeat scroll center center transparent;
		border-left: 1px solid #BBBBBB;
		display: inline-block;
		height: 29px;
		right: 0;
		top: 0;
		width: 29px;
		position: absolute;
		cursor: pointer;
	}


	#dee-cont .b-core-ui-select__dropdown {
				display: none;
				position: absolute;
				color: #333;
				margin-top: -7px;
				padding: 10px;
				max-height: 200px;
				font-size: 15px;
				text-align: left;
				background: #f6f6f6;
				border: 1px solid #bcbcbc;
				border-radius: 5px;
				width: 289px;
	}

	.b-global-popup__description .b-core-ui-select__dropdown__item {
		font-size: 11px;
	}

	.b-core-ui-select__dropdown__wrap {
					max-height: 200px;
					overflow: auto;
					outline: none;
					}


				.j-scroll-pane .b-core-ui-select__dropdown__item { margin-right: 20px; }

					.b-core-ui-select__dropdown__list {
						overflow: hidden;
						margin: 0!important;
						}

						.b-core-ui-select__dropdown__item {
							margin: 0 0 1px;
							padding: 3px 7px 5px;
							list-style-type: none;
							cursor: pointer;
							}

						.b-core-ui-select__dropdown__label {
							padding: 10px;
							min-height: 18px;
							font-style: italic;
							list-style-type: none;
							border-bottom: 1px solid #ccc;
							}

						.b-core-ui-select__dropdown__item.disabled,
						.b-core-ui-select__dropdown__item.disabled:hover {
							color: #ccc;
							background: none;
							border-radius: 3px;
							cursor: default;
							}

						.b-core-ui-select__dropdown__item.selected,
						.b-core-ui-select__dropdown__item.selected:hover {
							color: #fff;
							background: #448ccb;
							border-radius: 3px;
							cursor: default;
							}

						.b-core-ui-select__dropdown__item:hover {
							color: #fff;
							background: #22adf3;
							border-radius: 3px;
							}
/*
     FILE ARCHIVED ON 01:56:01 Oct 26, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:50:57 Jul 27, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.411
  load_resource: 325.331
  PetaboxLoader3.resolve: 250.301
  PetaboxLoader3.datanode: 10.318
*/