/* Open Sans */
@font-face {
	font-family: 'Open Sans'; 
	src: url(../fonts/open-sans/open-sans.ttf); 
} 
@font-face {
	font-family: 'Open Sans bold'; 
	src: url(../fonts/open-sans/open-sans-bold.ttf); 
} 
@font-face {
	font-family: 'Open Sans light'; 
	src: url(../fonts/open-sans/open-sans-light.ttf); 
} 
@font-face {
	font-family: 'Open Sans italic'; 
	src: url(../fonts/open-sans/open-sans-italic.ttf); 
}
@font-face {
	font-family: 'Open Sans extrabold'; 
	src: url(../fonts/open-sans/open-sans-extrabold.ttf); 
} 
@font-face {
	font-family: 'Open Sans semibold'; 
	src: url(../fonts/open-sans/open-sans-semibold.ttf); 
} 

body {
	font: 14px/18px Open Sans;
	color: rgb(30, 40, 49);
}

a {
	color: #006d8c;
}
a:hover {
	color: #4583c0;
}

.strong, strong {
	font-family: "Open Sans bold";
}

.text {
	margin-bottom: 15px;
}
	.text td  {
		padding: 5px;
		vertical-align: middle;
	}
	
	.text ul  {
		margin: 0 0 5px 0;
	}	
	.text ul li {
		margin: 13px 0;
		padding-left: 14px;
		text-indent: 0;
		overflow: hidden;
		list-style: inside disc;
		line-height: 22px;
		vertical-align: top;
	}
	.text ul li * {
		vertical-align: middle;
	}
	
	.text ol  {
		margin-left: 0;
		padding-left: 0;
		
	}	
	.text ol li {
		margin: 13px 0;
		padding-left: 14px;
		text-indent: 0;
		overflow: hidden;
		list-style: inside decimal;
		line-height: 22px;
		vertical-align: top;
	}
	.text img {
		max-width: 616px !important;
	}	
	.text p {
		line-height: 1.6em;
		margin: 0 0 15px 0;
		padding: 0 0 0 0;
		text-align: justify;
	}
	
	.table{
		width: 100%;
		margin: 15px 0;
	}	
	
	table{
		table-layout: fixed;
		width: 100% !important;
	}
	
	.table thead td, .table th, .table tr:first-child td {
		font-weight: normal;
		color: #fff;
		text-align: left;
		border-top: 4px solid #f6f6f6;
		border-bottom: 4px solid #f6f6f6;
		padding: 10px 20px;
		background: #323234;	
	}
	
	.table tr td:first-child {
		border-left: 4px solid #f6f6f6;
	}	
	.table tr td:last-child  {
		border-right: 4px solid #f6f6f6;
	}

	.table td{
		padding: 10px 20px;
		border-top: 4px solid #f6f6f6;
		border-bottom: 4px solid #f6f6f6;
		text-align: left;
	}
	.table p{
		padding: 0;
		margin: 0;
		text-align: left;
	}	


.tb-3 td {
	vertical-align: top;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

.child {
    display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    zoom:1;
    //display:inline;
}
.helper {
    display:-moz-inline-box;
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0px;
    zoom:1;
    //display:inline;
}

/* clearfix */
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.admin_widgets {
	position: fixed;
	top: 20px;
	left: 20px;
	background: #efefef;
	width: 32px;
	height: 32px;
	padding: 10px;
	border-radius: 6px;
	opacity: 0.5;
	background: #eee url(../../admin/img/admin_widgets__edit.png) 10px 10px no-repeat;
}
.admin_widgets:hover {
	opacity: 1.5;
}

.breadcrumb {
	font-size: 12px;
	color: rgb(141, 141, 141);
	line-height: 18px;
	overflow: hidden;
	margin: 0 0px 10px 0px;
	padding: 2px 0px 10px 0px;
}
.breadcrumb a {
	display: inline-block;
	margin-right: 0;
	line-height: 14px;
	font-size: 12px;
	color: rgb(141, 141, 141);
}
.breadcrumb span:before {
	content: '-';
	display: inline-block;
	width: 5px;
	height: 9px;
	margin: 0 4px;
	font-size: 12px;
	color: rgb(141, 141, 141);
}

.btn_blue {
	font-size: 12px;
	font-family: "Open Sans bold";
	color: rgb(255, 255, 255) !important;
	border-radius: 4px;
	background-color: rgb(0, 151, 194);
	position: absolute;
	width: 100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;	
}

.btn_red {
	font-size: 12px;
	font-family: "Open Sans bold";
	color: rgb(255, 255, 255) !important;
	border-radius: 4px;
	background-color: #fd4836;
	position: absolute;
	width: 100%;
	height: 26px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;	
}
.btn_red2 {
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Open Sans bold";
	color: rgb(255, 255, 255) !important;
	border-radius: 4px;
	background-color: #fd4836;
	position: absolute;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;	
	padding: 0 30px;
}

hr {
	height: 1px;
	border: none;
	color: #cecece;
	background: #cecece;
	margin: 0;
}
* html hr {
	margin: -7px 0;
}

.image_left {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.image_right {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

.price_table{
	border: 1px solid #eee;
	margin: 15px 0;
	table-layout: fixed;
	
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: rgb(30, 40, 49);
}
	.price_table thead td,
	.price_table th {
		font-weight: bold;
		font-family: RobotoBold, Arial, sans-serif;
		text-align: left;
		border: 1px solid #eee;
		padding: 5px 10px;
	}
	.price_table td{
		padding: 5px 10px;
		border: 1px solid #eee;
		text-align: left;
	}
	.price_table p{
		padding: 0;
		margin: 0;
		text-align: left;
	}
	.price_table tr:nth-child(odd){
		background: #F7F7F7;
	}
	.price_table tr:nth-child(even){
		background: #fff;
	}
	.price_table-name {
		width: 480px;
	}
	.price_table-price {
		width: 80px;
		text-align: center !important;
	}
	.price_table-buy {
		text-align: center !important;
		vertical-align: middle;
		width: 140px !important;
	}
		.price_table-buy  input[type=text] {
			vertical-align: middle;
			padding: 1px;
			margin-right: 5px;
			text-align: center;
			border: 1px solid #999;
			height: 24px;
			padding: 0;
			text-indent: 0;
			color: #333;
		}

.price_spec{
	border: 1px solid #eee;
	margin: 15px 0;
	table-layout: fixed;
	
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: rgb(30, 40, 49);
}
	.price_spec thead td,
	.price_spec th {
		font-weight: bold;
		font-family: RobotoBold, Arial, sans-serif;
		text-align: left;
		border: 1px solid #eee;
		padding: 5px 10px;
	}
	.price_spec td{
		padding: 5px 10px;
		border: 1px solid #eee;
		text-align: left;
	}
	.price_spec p{
		padding: 0;
		margin: 0;
		text-align: left;
	}
	.price_spec tr:nth-child(odd){
		background: #F7F7F7;
	}
	.price_spec tr:nth-child(even){
		background: #fff;
	}
	.price_spec-sku {
		width: 90px;
	}	
	.price_spec-name {
		width: 200px;
	}
	.price_spec-price {
		width: 80px;
		text-align: center !important;
	}
	.price_spec-count {
		text-align: center !important;
		vertical-align: middle;
		width: 60px;
	}

.refill_table {
	border-collapse:collapse;
	width: 100%;
	table-layout: fixed;
	border: 1px solid #cecece;
	margin-bottom: 15px;
}	
	.refill_table th {
		background: #eee;
		padding: 5px 10px;
		border: 1px solid #cecece;
		font-weight: bold;
	}	
	.refill_table td  {
		padding: 5px 10px;
		border: 1px solid #cecece;
		vertical-align: middle;
	}	
	.refill_table-name {
		text-align: left;
		overflow: hidden;
	}
	.refill_table-model {
		text-align: center;
	}
	.refill_table-price {
		text-align: center;
	}
	.refill_table-img  img {
		width: 100%;
		height: auto;
	}
	.refill_table-buy {
		width: 150px;
	}
.center {
	text-align: center !important;
}		
		
.pagination_row {
	overflow: hidden;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}
	.pagination {
		padding: 0;
		margin: 0;
		text-align: left !important;
	}
	.pagination li {
		display: inline-block;
		overflow: hidden;
		margin: 0 0px 0 0px;
	}
	.pagination li a {
		display: inline-block;
		overflow: hidden;
		height: 28px;
		width: 29px;
		line-height: 28px;
		font-size: 14px;
		text-decoration: none;
		text-align: center;
		border-bottom: 1px solid #d0cece;
		background: #fff;
		text-decoration: none;
		color: #fff;
		border-radius: 18px;
		font-size: 14px;
		font-family: "Arial";
		color: rgb(173, 172, 172);
		font-weight: bold;
		margin: 0 2px;
	}	
	.pagination li a:hover, .pagination li.active a {
		background: #0097c2;
		color: #fff;
		border-bottom: 1px solid #0c7b9b;
	}
	
	.pagination .prev a, .pagination .prev span {
		border-bottom: none !important;
		overflow: hidden;
		display: inline-block;
		background: url(../img/paginator_prev.png) 50% 40% no-repeat !important;
		text-indent: -999px;
		height: 24px;
		width: 29px;
		margin: 0 4px;
	}

	.pagination .next a, .pagination .next span {
		border-bottom: none !important;
		display: inline-block;
		overflow: hidden;
		background: url(../img/paginator_next.png) 50% 40% no-repeat !important;
		text-indent: -999px;
		height: 24px;
		width: 29px;
		margin: 0 4px;
	}		
		
		
	


/* 

.m_b li {
	line-height: 18px !important;	
	margin-bottom: 20px !important;	
}

.btn {
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: rgb(255, 255, 255) !important;
	padding: 5px 20px;
	display: inline-block;
	line-height: 19px;
	border-radius: 28px;
	text-decoration: none;
	background: #fd4836;
	min-width: 189px;	
	text-align: center;
}

.btn_master {
	font-size: 19px;
	font-family: "Trebuchet MS";
	color: rgb(255, 255, 255) !important;
	padding: 16px 0 16px 0;
	text-indent: 65px;
	display: inline-block;
	line-height: 19px;
	border-radius: 28px;
	width: 100%;
	text-decoration: none;
	background: #0097c2 url(../img/ico_call.png) 25px 8px no-repeat;
}

.btn_master_2 {
	font-size: 16px;
	font-family: "Trebuchet MS";
	color: rgb(255, 255, 255) !important;
	padding: 4px 0 4px 0;
	text-indent: 49px;
	display: inline-block;
	line-height: 18px;
	border-radius: 28px;
	width: 100%;
	text-decoration: none;
	background: #0097c2 url(../img/ico_call_2.png) 15px 50% no-repeat;
	margin-bottom: 8px;
}

.btn_online {
	width: 192px;
	font-size: 16px;
	font-family: "Trebuchet MS";
	color: rgb(255, 255, 255) !important;
	padding: 4px 0 4px 0;
	text-indent: 49px;
	display: inline-block;
	line-height: 18px;
	border-radius: 28px;
	text-decoration: none;
	background: #fd4836 url(../img/ico_online.png) 15px 50% no-repeat;
	margin-bottom: 8px;
}

.btn_callback {
	width: 192px;
	font-size: 16px;
	font-family: "Trebuchet MS";
	color: rgb(255, 255, 255) !important;
	padding: 4px 0 4px 0;
	text-indent: 49px;
	display: inline-block;
	line-height: 18px;
	border-radius: 28px;
	text-decoration: none;
	background: #fd4836 url(../img/ico_callback.png) 15px 50% no-repeat;
	margin-bottom: 8px;
}






	
.main_online-icq-row {
	overflow: hidden;
}
	.main_online-icq-left {
		width: 208px;
		float: left;
		border-right: 1px solid #cecece;
		padding-right: 25px;
	}
	.main_online-icq-right {
		margin-left: 270px;
	}

	.icq_list {
		margin: 0 0 15px 0;
	}
	.icq_list li {
		list-style: none;
		background: url(../img/ico_icq.png) 0 50% no-repeat !important; 
		padding: 3px 0 3px 28px;
		font-family: "Arial";
		font-size: 14px;
	}
	.icq_list li span {
		font-family: "Arial";
		font-size: 12.5px;
	}
		 */
	
.remont_list {
	overflow: hidden;
	margin: 0 -35px 0 0px;
	list-style: none;
}
	.remont_list li {
		display: block;
		float: left;
		width: 150px;
		margin-right: 18px !important;
		margin-left: 0 !important;
		margin-bottom: 20px;
		text-align: center;
		padding: 10px 5px !important;
		background: #fff;
		border: 1px solid #e6e6e6;
		border-radius: 6px;
		padding: 5px;
		height: 200px;
		background: none !important;
	} 
	.remont_list__image {
		margin-bottom: 10px;
		display: inline-block;
	}
	
.info-block {	  
	margin-top: 20px;
	margin-bottom: 20px;
	background: #eeeeee;
	padding: 27px 22px 27px 76px;
	position: relative;
}
	.info-block:before {	  
		content: '';
		background: url(../img/info-block.png) 0 0 no-repeat;
		width: 42px;
		height: 38px;
		position: absolute;
		top: 18px;
		left: 15px;
	}
.form {
	margin-bottom: 15px;
}
	.form-group {
		padding: 0 0;
		margin: 0 0 20px 0;
		position: relative;
	}
	.form_submit {
		padding: 0 0;
		margin: 0 0 20px 0;
		text-align: left;
		height: 40px;
	}
	.form_error, .has-error input {
		color: red;
		border: 1px solid red !important;
	}
	.error-block {
		color: red;
		margin: 3px 0 0 0;
		padding: 0;
		font-size: 11px;
	}

	.required:before {
		position: absolute;
		top: 11px;
		left: -14px;
		content: '*';
		color: red;
		font-size: 14px;
	}

	input[type=checkbox] {
		vertical-align: middle;
	}

	select {
		width: 100%;
		margin: 0;
		padding: 0 0 0 0;
		border: none;
		outline: none;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
		font-family: "Open Sans";
		color: #111;
		text-indent: 20px;
		border-radius: 6px; 
		background: #fff;
	}
	input[type=text] {
		width: 100%;
		margin: 0;
		padding: 0 0 0 0;
		border: none;
		outline: none;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
		font-family: "Open Sans";
		color: rgb(155, 155, 155);
		text-indent: 20px;
		border-radius: 6px; 
		background: #fff;
	}
	textarea {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		margin: 0;
		padding: 10px 20px;
		border: none;
		outline: none;
		height: 100px;
		line-height: 18px;
		font-size: 14px;
		font-family: "Open Sans";
		color: rgb(155, 155, 155);
		border-radius: 6px; 
		background: #fff;
		box-sizing: border-box;
	}


.form-group label {
	margin-bottom: 10px;
}
.form-control {
	border: 1px solid #ddd !important;
}

.date {
	font-size: 16px;
	margin-bottom: 5px;
	color: #555;
}

.link_list  {
	list-style: none !important;
}
.link_list li {
	margin: 10px 0 !important;
	padding-left: 18px !important;
	text-indent: 0 !important;
	overflow: hidden !important;
	line-height: 14px !important;	
	background: url(../img/marker.png) 0 2px no-repeat !important;
	list-style: none !important;
}

.link_list2  {
	list-style: none !important;
}
.link_list2 li {
	margin: 7px 0 !important;
    padding-left: 25px !important;
    text-indent: 0 !important;
    overflow: hidden !important;
    line-height: 30px !important;
    background: url(../img/marker.png) 0 11px no-repeat !important;
    list-style: none !important;
    font-weight: bold;
    font-size: 16px;
}


.ol_zeros {
	counter-reset: num;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}
.ol_zeros li {
	counter-increment: num;
    position: relative;
    margin: 7px 0 33px 40px;
    padding: 0 0 0 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 29px;
}
.ol_zeros li:before {
	content: counter(num);
	position: absolute;
	left: -40px;
	top: -1px;
	text-align: right;
	font-size: 16px;
	font-family: "Open Sans";
	color: rgb(253, 72, 54);
	line-height: 1.875;
}
.ol_zeros li:nth-child(-n+9):before {
	content: "0" counter(num);
}


.block_services {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px;
	background: #F9F9F9;
}
.block_services-item {
	width: 320px;
	float: left;
	margin: 20px;
	overflow: hidden;
	height: 160px;
	background: #fff;
}
.services-block-left {
	width: 140px;
	float: left;
	height: 160px;
	position: relative;
}
.services-block-left img {
	width: 140px;
	height: auto;
}
.services-block-price {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 5px 0;
    background: #fd4836;
}
.services-block-right {
	margin-left: 160px;
	padding: 20px 0 0 0;
	font-weight: 800;
}


.tbl-2, .tb {
	border: 1px solid #eee;
	margin-bottom: 20px;
}
.tbl-2 th, .tb th {
	background: #ddd;
	border: 1px solid #eee;
	padding: 10px !important;
	font-weight: 900;
}
.tbl-2 td, .tb td {
	background: #f3f4f6;
	border: 1px solid #fff;
	padding: 10px !important;
}


.tbl-hz tr td:nth-child(2) {
	padding-left: 40px !important;
}

.msg2 {
    border: 1px solid red;
    padding: 20px;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #e4eef2 url(../img/main_trigers.jpg) 0 0 no-repeat;
    background-size: cover;
	font-size: 16px;
	text-align: center;
}
.msg2 img {
    vertical-align: middle;
}