@font-face {
    font-family: 'Fira Sans';
    src: url('fonts/firasans-regular.eot');
    src: url('fonts/firasans-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/firasans-regular.woff') format('woff'),
         url('fonts/firasans-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Sans';
    src: url('fonts/firasans-light.eot');
    src: url('fonts/firasans-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/firasans-light.woff') format('woff'),
         url('fonts/firasans-light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Sans';
    src: url('fonts/firasans-book.eot');
    src: url('fonts/firasans-book.eot?#iefix') format('embedded-opentype'),
         url('fonts/firasans-book.woff') format('woff'),
         url('fonts/firasans-book.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Sans';
    src: url('fonts/firasans-bold.eot');
    src: url('fonts/firasans-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/firasans-bold.woff') format('woff'),
         url('fonts/firasans-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
/* ------------------------- clear ------------------------- */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	vertical-align: top;
	background: transparent;
	outline: none;
	/* -webkit-appearance: none; */
}
b {
	font-weight: 700;
}
i {
	font-style: italic;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, span {
	vertical-align: baseline;
}
img {
	max-width: 100%;
	vertical-align: top;
	text-decoration: none;
}
strong {
	font-weight: 600;
}
/* ------------------------- general styles ------------------------- */
html, body {
	width: 100%;
	height: 100%;
}
body {
	height: auto;
	min-height: 100%;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
	font-style: normal;
	background: #FFFFFF;
	color: #000000;
}
body.bwhite {
	background: #F4F4F4;
}
p {
	font-family: 'Fira Sans', sans-serif;
	font-size: 100%;
	margin: 10px 0;
}
div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
h1 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}
h2 {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 5px;
}
h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
h4 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
h5 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
}
h6 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
}
a {
	color: #2C2C2C;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
td {
	padding: 5px 10px;
	vertical-align: middle;
}
select {
	border: solid 1px #999999;
	background: #EEEEEE;
	color: #000000;
	padding: 8px 20px;
	margin: 5px;
}
input[type=submit] {
	border: solid 1px #999999;
	background: #AAAAAA;
	color: #000000;
	padding: 8px 20px;
	margin: 5px;
}
input[type=button] {
	border: solid 1px #999999;
	background: #AAAAAA;
	color: #000000;
	padding: 8px 20px;
	margin: 5px;
}
input[type=text],input[type=email],input[type=tel] {
	border: solid 1px #999999;
	background: #EEEEEE;
	color: #000000;
	padding: 6px 10px;
	margin: 5px;
}
input[type=password] {
	border: solid 1px #999999;
	background: #EEEEEE;
	color: #000000;
	padding: 6px 10px;
	margin: 5px;
}
textarea {
	border: solid 1px #999999;
	background: #EEEEEE;
	color: #000000;
	padding: 6px 10px;
	margin: 5px;
}
.bx_bt_button {
	cursor: pointer;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float: left;
	/* margin: 1% 0 1% 1.6%; */
	margin: 0 0 0 1.6%;
	vertical-align: bottom;
}
.col:first-child {
	margin-left: 0;
}
/*  GROUPING  */
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
/*  GRID OF TWO */
.span_1_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}
/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}
/*  GRID OF FOUR */
.span_4_of_4 {
	width: 100%; 
}
.span_3_of_4 {
	width: 74.6%; 
}
.span_2_of_4 {
	width: 49.2%; 
}
.span_1_of_4 {
	width: 23.8%; 
}
/*  GRID OF FIVE */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
  	width: 79.68%; 
}
.span_3_of_5 {
  	width: 59.36%; 
}
.span_2_of_5 {
  	width: 39.04%;
}
.span_1_of_5 {
  	width: 18.72%;
}
/*  GRID OF SIX */
.span_6_of_6 {
	width: 100%;
}
.span_5_of_6 {
  	width: 83.06%;
}
.span_4_of_6 {
  	width: 66.13%;
}
.span_3_of_6 {
  	width: 49.2%;
}
.span_2_of_6 {
  	width: 32.26%;
}
.span_1_of_6 {
  	width: 15.33%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}
@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%; 
	}
	.span_6_of_6 {
		width: 100%; 
	}
	.span_5_of_6 {
		width: 100%; 
	}
	.span_4_of_6 {
		width: 100%; 
	}
	.span_3_of_6 {
		width: 100%; 
	}
	.span_2_of_6 {
		width: 100%; 
	}
	.span_1_of_6 {
		width: 100%; 
	}
}
/* LABPOINT */
.left {
	float: left;
}
.header {
	position: relative;
	width: 1000px;
	height: 170px;
	margin: 0 auto;
	background: #FFFFFF;
}
.logo {
	/* padding-top: 10px; */
}
.upper {
	height: 50px;
}
.eng {
	float: right;
	width: 40px;
	text-align: right;
	padding-top: 9px;
}
.phone {
	float: right;
	width: 180px;
	text-align: center;
	padding-top: 12px;
}
.phone a {
	color: #393939;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}
.email {
	float: right;
	width: 210px;
	text-align: center;
	padding-top: 16px;
}
.email a {
	color: #3BBEDE;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
}
.email a:hover {
	color: #333333;
}
.selecter {
	float: right;
	width: 230px;
	color: #393939;
	font-size: 14px;
	font-weight: 300;
	padding-top: 16px;
	padding-right: 54px;
	text-align: right;
	background: url("images/down.png") 190px 21px no-repeat;
	cursor: pointer;
}
.selecters {
	display: none;
	position: absolute;
	width: 287px;
	top: 50px;
	left: 50%;
	margin-left: -162px;
	border: solid 2px #0000FF;
	z-index: 50;
}
.select {
	background-image: linear-gradient(180deg, #FAFFFF 0%, #EEFAFE 100%);
	padding: 10px 44px 10px 10px;
	text-align: right;
	cursor: pointer;
}
.select:hover {
	background-image: linear-gradient(180deg, #DFEDED 0%, #EEFAFE 100%);
}
.hr {
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #E3E3E3;
}
.lower {
    font-family: 'Fira Sans';
	height: 80px;
	padding-top: 17px;
}
.lower ul li {
	display: inline-block;
	height: 44px;
	padding: 8px 23px;
	text-align: center;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	border: 2px solid transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #717171;
	font-family: "Fira Sans";
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
}
.lower ul li:hover {
	color: #000000;
}
.lower ul li.sel {
	border: 2px solid #2e9bff;
}
.accent {
	position: absolute;
	width: 960px;
	height: 60px;
	top: 140px;
	left: 50%;
	margin-left: -480px;
	background-color: #27a9e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	z-index: 5;
}
.catbut {
	float: left;
	width: 250px;
	z-index: 5;
}
.catbut button {
	width: 250px;
	height: 40px;
	background: #1b6e92 url("images/burger.png") 12px 12px no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
	padding-left: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.search {
	position: relative;
	float: left;
	width: 370px;
	padding-left: 54px;
	/* background: url("images/srch.png") 20px 10px no-repeat; */
}
.search input {
	width: 314px;
	height: 40px;
	background: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 90px 4px 10px;
	font-family: "Fira Sans";
	font-size: 16px;
	font-weight: 300;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.search button {
	position: absolute;
	right: 5px;
	top: 3px;
	width: 82px;
	height: 34px;
	background-color: #7acff4;
	border-radius: 3px;
	border: none;
	outline: none;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
}
.search button:hover {
	background-color: #1b6e92;
}
.lk {
	float: left;
	width: 192px;
	height: 40px;
	/* background: url("images/lk.png") 40px 6px no-repeat; */
	padding-left: 80px;
	padding-top: 10px;
	color: #FFFFFF;
	cursor: pointer;
}
.lk:hover {
	text-decoration: underline;
}
.basket {
	position: relative;
	float: left;
	width: 123px;
	height: 40px;
}
.basket a button {
	width: 123px;
	height: 40px;
	border: 1px solid #FFFFFF;
	padding-left: 40px;
	background-color: transparent;
	background-image: url("images/basket.png");
	background-position: 10px 8px;
	background-repeat: no-repeat;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
.basket a button:hover {
	background-color: #FFFFFF;
	color: #1b6e92;
}
.basket .onbasket {
display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 4px;
  left: 8px;
  background: #1b6e92;
  color: #FFFFFF;
  font-weight: 700;
  padding: 6px;
  text-align: center;
  border-radius: 16px;
  pointer-events: none;
}
.basket:hover .onbasket {
	display: block;
}
.slider1 {
	position: relative;
	width: 1000px;
	height: 560px;
	margin: 0 auto;
}
.scontainer1 {
	position: relative;
	left: 0;
	width: 1000px;
	height: 100%;
	overflow: hidden;
}
.sinner1 {
	width: 9999px;
	height: 100%;
}
.sinner1 .slide {
	position: relative;
	float: left;
	width: 1000px;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #000000;
}
.sinner1 .slide .onslide {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 230px;
}
.sinner1 .slide .onslide h2 {
	width: 540px;
	color: #000000;
	text-shadow: 1px 1px 2px #FFFFFF;
	font-size: 38px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 1px;
}
.sinner1 .slide .onslide a {
	text-decoration: none;
}
.sinner1 .slide .onslide button {
	background: #FFFFFF;
	padding: 10px 30px;
	margin: 0;
	border: none;
	border-radius: 4px;
	color: #2D8AA1;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.42px;
	outline: none;
	transition: color 0.5s, background 0.5s;
	box-shadow: 3px 3px 2px rgba(0,0,0,0.3);
	cursor: pointer;
}
.sinner1 .slide .onslide button:hover {
	color: #FFFFFF;
	background: #2D8AA1;
}
.garrl1 {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 275px;
	width: 23px;
	height: 42px;
	cursor: pointer;
}
.garrr1 {
	position: absolute;
	left: 50%;
	margin-left: 457px;
	top: 275px;
	width: 23px;
	height: 42px;
	cursor: pointer;
}
.bullets1 {
	position: absolute;
	top: 520px;
	left: 50%;
	display: table;
    -ms-transform: translate(-50%,0);
   	-webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0;
}
.bullet1 {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	margin-right: 10px;
	background: #FFFFFF;
	cursor: pointer;
}
.bullet1:last-child {
	margin-right: 0;
}
.bullet1.active {
	background: #27a9e1;
}
.newitems {
	padding-top: 50px;
}
.newitems h2 {
	text-align: center;
	color: #27a9e1;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.54px;
	margin-bottom: 30px;
}
.newitems_ {
	width: 1000px;
	margin: 0 auto;
}
.newitem {
	position: relative;
	float: left;
	width: 239px;
	height: 410px;
	margin-left: 14px;
	background-color: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
	padding: 0 20px;
	color: #484848;
	font-size: 16px;
	line-height: 22px;
}
.newitem:first-child {
	margin-left: 0;
}
.newitem div {
	margin: 15px 0;
}
.newitem div a {
	color: 	;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}
.newitem div a:hover {
	color: #666666;
}
.newitem div.brand {
	margin: 10px 0 0 0;
	color: #484848;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: 400;
}
.newitem div.exist {
	margin: 5px 0 0 0;
	color: #90CA50;
	font-size: 12px;
	line-height: 16px;
}
.newitem .img {
	text-align: center;
}
.newitem .img img {
	max-height: 144px;
	max-width: 210px;
}
.newitem button {
	position: absolute;
	bottom: 20px;
	width: 199px;
	height: 43px;
	background: none;
	border: 2px solid #14516b;
	border-radius: 4px;
	color: #14516b;
	font-size: 14px;
	outline: none;
	cursor: pointer;
}
.newitem button:hover {
	background-color: #14516b;
	color: #FFFFFF;
}
.study {
	padding: 50px 0 10px 0;
}
.study_ {
	width: 961px;
	margin: 20px auto 0 auto;
}
.study h2 {
	text-align: center;
	color: #27a9e1;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.54px;
	margin-bottom: 30px;
}
.video {
	float: left;
	width: 475px;
	height: 303px;
}
iframe {
	border: 5px solid #1B1B1B;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	box-sizing: border-box;
}
.col1_2 {
	position: relative;
	float: left;
	width: 230px;
	height: 303px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-left: 13px;
	background-position: top center;
	background-repeat: no-repeat;
}
.padded {
	padding: 255px 0 0 20px;
}
.hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	opacity: 0;
}
.hover:hover {
	opacity: 0.2;
}
.col1_1 {
	position: relative;
	width: 230px;
	height: 145px;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 97px 0 0 20px;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-position: top center;
	background-repeat: no-repeat;
}
.col1_1:hover {
	background-color: rgba(255,255,255, 0.2);
}
.margined {
	margin-top: 13px;
}
.cube {
	width: 920px;
	margin: 25px auto;
}
.news {
	float: left;
	position: relative;
	width: 380px;
	height: 565px;
	padding: 30px 45px;
	background: #FFFFFF;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
}
.news_inner {
	width: 335px;
	height: 485px;
	padding-right: 20px;
	overflow-y: auto;
}
.fadein {
	position: absolute;
	top: 80px;
	left: 0;
	width: 362px;
	height: 60px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	pointer-events: none;
}
.fadeout {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 362px;
	height: 60px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	pointer-events: none;
}
.news_ {
	margin: 30px auto 0 auto;
	color: #636363;
	font-size: 13px;
	line-height: 18px;
}
.newsh {
	text-align: left;
}
.newsh h2 {
	display: inline-block;
	color: #000000;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 0;
}
.news span a {
	display: inline-block;
	color: #333333;
	font-size: 13px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: 0.23px;
	text-decoration: none;
	margin-left: 30px;
}
.news span a:hover {
	color: #000000;
}
.newsblock {
	margin-bottom: 30px;
}
.newsblock time {
	color: #808080;
	font-size: 13px;
	line-height: 22px;
}
.newsblock h3 a {
	color: #27a9e1;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	margin: 10px 0;
}
.newsblock a {
	color: #333333;
	font-size: 13px;
	text-decoration: none;
}
.newsblock a:hover {
	text-decoration: none;
}
.newsblock h3 a:hover {
	text-decoration: underline;
}
.cube_col {
	float: left;
	width: 255px;
	height: 565px;
	margin-left: 15px;
}
.cube_col.fullwidth {
	width: calc(50% - 15px);
}
.cube_row {
	width: 255px;
	height: 275px;
	margin-bottom: 15px;
	padding-top: 215px;
	text-align: center;
	background-color: #FFFFFF;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
	cursor: pointer;
	border: solid 2px transparent;
}
.cube_col.fullwidth .cube_row {
	width: 100%;
}
.cube1 {
	background-image: url("images/i1b.png");
}
.cube2 {
	background-image: url("images/i2b.png");
}
.cube3 {
	background-image: url("images/i3b.png");
}
.cube4 {
	background-image: url("images/i4b.png");
}
.cube_row:hover {
	border: solid 2px #EF3C4F;
	color: #EF3C4F;
}
.cube_row:last-child {
	margin-bottom: 0;
}
.clients {
	padding: 50px 0;
}
.tabs {
	display: table;
	margin: 0 auto;
}
.pretab {
	display: table-cell;
	width: 20px;
	height: 42px;
}
.pretab .intab {
	width: 20px;
	height: 42px;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}
.pretab.active {
	background-color: #FFFFFF;
}
.tab1 {
	display: table-cell;
	height: 42px;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tab1 .intab {
	height: 42px;
	padding: 10px 30px;
	-webkit-border-radius: 5px 0 5px 0;
	-moz-border-radius: 5px 0 5px 0;
	border-radius: 5px 0 5px 0;
	color: #FFFFFF;
	cursor: pointer;
}
.tab1.active {
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.tab1.active .intab {
	background-color: #FFFFFF;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: #393939;
}
.tab2 {
	display: table-cell;
	height: 42px;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tab2 .intab {
	height: 42px;
	padding: 10px 30px;
	-webkit-border-radius: 0 5px 0 5px;
	-moz-border-radius: 0 5px 0 5px;
	border-radius: 0 5px 0 5px;
	color: #FFFFFF;
	cursor: pointer;
}
.tab2.active {
	-webkit-border-radius: 0 6px 0 6px;
	-moz-border-radius: 0 6px 0 6px;
	border-radius: 0 6px 0 6px;
}
.tab2.active .intab {
	background-color: #FFFFFF;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: #393939;
}
.aftertab {
	display: table-cell;
	width: 20px;
	height: 42px;
}
.aftertab .intab {
	width: 20px;
	height: 42px;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
.aftertab.active {
	background-color: #FFFFFF;
}
.installs {
	width: 960px;
	height: 261px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 30px 35px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.responses {
	display: none;
	width: 960px;
	padding-bottom: 20px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 30px 35px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.installs .leftarr {
	float: left;
	width: 50px;
	padding-top: 57px;
	cursor: pointer;
}
.installs .rightarr {
	float: left;
	width: 50px;
	padding-top: 57px;
	text-align: right;
	cursor: pointer;
}
.slider2 {
	position: relative;
	float: left;
	width: 790px;
	height: 190px;
	margin: 0 auto;
}
.scontainer2 {
	position: relative;
	left: 0;
	width: 790px;
	height: 220px;
	overflow: hidden;
}
.sinner2 {
	width: 9999px;
	height: 220px;
}
.sinner2 .slide {
	position: relative;
	float: left;
	width: 190px;
	margin-right: 10px;
	height: 220px;
	padding: 0;
	text-align: left;
	color: #434953;
	font-size: 13px;
	line-height: 20px;
	cursor: pointer;
}
.sinner2 .slide img {
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-height: 145px;
}
.sinner2 .slide:last-child {
	margin-right: 0;
}
.responses .leftarr {
	float: left;
	width: 50px;
	padding-top: 115px;
	cursor: pointer;
}
.responses .rightarr {
	float: left;
	width: 50px;
	padding-top: 115px;
	text-align: right;
	cursor: pointer;
}
.slider3 {
	position: relative;
	float: left;
	width: 790px;
	height: 270px;
	margin: 0 auto;
}
.scontainer3 {
	position: relative;
	left: 0;
	width: 794px;
	height: 270px;
	overflow: hidden;
}
.sinner3 {
	width: 9999px;
	height: 270px;
}
.sinner3 .slide {
	position: relative;
	float: left;
	width: 190px;
	margin-right: 10px;
	border: solid 1px #27a9e1;
	height: 270px;
	padding: 0;
	text-align: left;
	color: #434953;
	font-size: 13px;
	line-height: 20px;
	cursor: pointer;
}
.sinner3 .slide img {
	margin-bottom: 15px;
}
.sinner3 .slide:last-child {
	margin-right: 0;
}
.footer {
	background-color: #515151;
	font-size: 13px;
	color: #FFFFFF;
	padding: 40px;
}
.footer h4 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	margin-top: 3px;
	margin-bottom: 20px;
}
.footer ul li {
	display: block;
	padding-bottom: 10px;
}
.footer ul li a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}
.footer ul li a:hover {
	text-decoration: underline;
}
.footer .big a {
	font-size: 16px;
}
.footer .col>a {
	display: block;
	margin-top: 20px;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}
.footer .col>a:hover {
	text-decoration: underline;
}
.auth {
	display: none;
}
.shopbasket {
	display: none;
}
.catlevel1 {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	background: #1b6e92;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 997;
}
.catlevel1 button {
	width: 230px;
	height: 40px;
	background: #1b6e92 url("images/burger.png") 12px 12px no-repeat;
	border: none;
	outline: none;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
	padding-left: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.catlevel1 ul li {
	display: block;
	width: 250px;
	padding: 20px 20px 20px 70px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #FFFFFF;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 16px;
	cursor: pointer;
}
.catlevel1 ul li:last-child {
	border-bottom: none;
}
.catlevel1 ul li:hover {
	background: #FFFFFF;
	color: #14516b;
}
.catlevel1 ul li.sel {
	background: #FFFFFF;
	color: #14516b;
}
.catlevel2 {
	display: none;
	position: absolute;
	top: 60px;
	left: 260px;
	padding: 10px 20px;
	width: 220px;
	background: #FFFFFF;
	box-shadow: 2px 5px 5px -3px rgba(0, 0, 0, 0.2);
	z-index: 997;
}
.catlevel2 ul li {
	display: block;
	border: 2px solid transparent;
	border-radius: 4px;
	padding: 5px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #14516b;
	font-size: 13px;
	cursor: pointer;
}
.catlevel2 ul li a {
	color: #14516b;
	font-size: 13px;
	text-decoration: none;
}
.catlevel2 ul li:hover {
	border: 2px solid #1b6e92;
}
.catlevel2 ul li.sel {
	border: 2px solid #1b6e92;
}
.catlevel3 {
	display: none;
	position: absolute;
	top: 60px;
	left: 480px;
	padding: 10px 20px;
	background: #FFFFFF;
	border-left: 1px solid #1b6e92;
	box-shadow: 2px 5px 5px -3px rgba(0, 0, 0, 0.2);
	z-index: 997;
}
.catlevel3  ul li {
	display: block;
	border: 2px solid transparent;
	border-radius: 4px;
	padding: 5px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.catlevel3  ul li a {
	color: #14516b;
	font-size: 13px;
	text-decoration: none;
}
.catlevel3  ul li a:hover {
	color: #CCCCCC;
}
.content {
	margin: 0 auto;
	padding: 60px 20px;
	background: #E3EEF2;
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.content.nopadding {
	padding: 0;
	background: #FFFFFF;
}
.content .heading {
	height: 160px;
	padding-top: 75px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 30px;
	background: #E3EEF2;
}
.content .heading h1 {
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #2F2F2F;
	text-align: center;
}
.content_ {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
	padding: 40px 25px;
}
.mtp_tabdiv {
	width: 96%;
	margin: 0 auto;
}
.bx-google-map img {
	max-width: none;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-button {
    background: #ccc
}
::-webkit-scrollbar-track-piece {
    background: #eee
}
::-webkit-scrollbar-thumb {
    background: #888
}
.narrowtext {
	width: 960px;
	margin: 0 auto;
}
.search input[type=text] {
	margin: 0;
}
.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 10;
}
.fullinst {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	border: solid 1px #2e9bff;
	background-color: #FFFFFF;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 800px;
	max-height: 70%;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.09);
	z-index: 20;
	overflow-y: auto;
}
.instimg {
	width: 50%;
	float: left;
}
.insttext {
	float: left;	
	width: 50%;	
	padding: 20px;
}
.insttovar {
	float: left;	
	width: 100%;
	padding: 20px;
}
div.mtuni-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.mtuni-date-time {
	padding-top: 2px;
	color:#486DAA;
}
.mtp_tabs {
	display: table;
	width: 920px;
	margin: 60px auto 40px auto;
	height: 44px;
	border: 2px solid #DFE8EB;
	border-radius: 5px;
}
.mtp_tab {
	display: table-cell;
	text-align: center;
	font-size: 16px;
	padding-top: 8px;
	cursor: pointer;
	transition: background 0.3s, color 0.3s;
}
.mtp_tab.sel {
	background: #DFE8EB;
}
.mtp_tab:hover {
	background: #1b6e92;
	color: #FFFFFF;
}
.mtp_tab.sel:hover {
	background: #DFE8EB;
	color: #000000;
}	
.mtp_video {
	overflow: hidden;
}
.mtp_table {
	width: 100%;
	overflow-x: auto;
}
.mtp_table_ table {
	border: solid 1px #666666;
}
.mtp_table_ td {
	border: solid 1px #666666;
	border-collapse: collapse;
	padding: 2px;
}
.mtp_tabdiv p img {
	vertical-align: middle;
}
.mtuni-both {
	width: 900px;
	margin: 0 auto;
}
.mtuni-left {
	float: left;
	width: 360px;
}
.mtuni-right {
	float: left;
	width: 540px;
}
.mtuni-detail-share {
	margin: 30px 0;
}
.mtuni-right button {
	border: solid 1px #27a9e1;
	padding: 6px 14px;
	color: #27a9e1;
	font-size: 18px;
	font-weight: 700;
	background: #ffffff;
	margin-top: 15px;
	cursor: pointer;
	outline: none;
}
.mtuni-right button:hover {
	background: #27a9e1;
	color: #FFFFFF;
}
.news_slide {
	width: 100%;
}
.news_slide ul li {
	float: left;
	display: block;
	width: 80px;
	height: 60px;
	margin-right: 1px;
}
.news_slide ul li span {
	display: block;
	width: 100%;
	height: 60px;
	background-size: cover;
	cursor: pointer;
}
.slider4 {
	width: 300px;
	height: 225px;
}
.scontainer4 {
	width: 300px;
	height: 225px;
	overflow: hidden;
}
.sinner4 {
	width: 99999px;
	height: 225px;
}
.sinner4 .slide {
	float: left;
	width: 300px;
	height: 225px;
	text-align: center;
}
.sinner4 .slide img {
	width: auto;
	max-width: 300px;
	max-height: 225px;
	margin: 0 auto;
}
.breadcrumbs {
    padding-top:0px;
	display: table;
	margin: 0 auto 25px auto;
}
.breadcrumbs ul {
    margin:0;
    padding:0
}
.breadcrumbs ul li {
    display:inline-block;
    line-height:20px
}
.breadcrumbs ul li a {
    display:block;
    padding:0 15px;
    background:url(/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#27a9e1;
    text-decoration:none;
    font-size:15px;
    opacity:1
}
.breadcrumbs ul li:first-child a{padding-left:0}
.breadcrumbs ul li:last-child  a{background:none}
.breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:15px
}
.breadcrumbs,
.breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.aggreg-list {
	padding: 20px 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.aggreg-date-time {
	color:#486DAA;
}
.aggreg-item {
	margin: 20px 0;
	border: 2px solid #27a9e1;
    border-radius: 5px;
	padding: 30px;
	display: table;
}
.aggreg-item-left {
	display: table-cell;
	width: 230px;
	padding-right: 30px;
}
.aggreg-item-right {
	display: table-cell;
	width: 460px;
}
.cart-item {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.theader {
	display: table-cell;
	border: solid 1px #DDDDDD;
	padding: 5px;
	font-size: 18px;
	font-weight: 700;
	vertical-align: middle;
}
.tcell {
	display: table-cell;
	padding: 5px;
	border: solid 1px #DDDDDD;
	vertical-align: middle;
}
.cart-header {
	font-weight: 700;
}
.cart-article {
	width: 100px;
}
.cart-price {
	width: 80px;
}
.cart-amount {
	width: 60px;
}
.cart-total {
	width: 120px;
	text-align: right;
}
.cart-del {
	text-align: center;
	width: 30px;
	font-size: 22px;
	font-weight: 700;
	color: #27a9e1;
	cursor: pointer;
}
.cart-order {
	text-align: right;
}
.cart-btn {
	border: solid 1px #27a9e1;
	padding: 6px 14px;
	color: #27a9e1;
	font-size: 18px;
	font-weight: 700;
	background: #ffffff;
	margin-top: 15px;
	cursor: pointer;
	outline: none;
}
.cart-btn:hover {
	background: #27a9e1;
	color: #FFFFFF;
}
.order-form {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
.form__row {
	display: table-row;
}
input._invalid {
	background: #FFDDDD;
	border: solid 1px #DD6666;
}
input._valid {
	background: #DDFFDD;
	border: solid 1px #dddddd;
}
.search_query input {
	background-color: #EEEEEE;
	color: #212121;
	height: 34px;
	margin-right: 5px;
}
.search_query form {
	margin-bottom: 20px;
}
.search_query button {
	width: 82px;
	height: 34px;
	background-color: #7acff4;
	border-radius: 3px;
	border: none;
	outline: none;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
}
.search_query button:hover {
	background-color: #1b6e92;
}
.search_result_num {
	float: left;
	width: 20px;
}
.search_results {
	margin-top: 40px;
}
.goods_table {
	border: solid 2px #333348;
	border-collapse: collapse;
}
.goods_table th {
	background-color: #BBBBBB;
	border: solid 1px #333348;
	font-size: 120%;
	font-weight: 700;
	vertical-align: middle;
	padding: 5px;
}
.goods_table td {
	border: solid 1px #333348;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
}
.padding0 {
	padding-left: 10px;
	background: #27a9e1;
	color: #FFFFFF;
}
.padding1 {
	padding-left: 30px;
}
.padding2 {
	padding-left: 50px;
}
.padding3 {
	padding-left: 70px;
}
.padding4 {
	padding-left: 90px;
}
#paymethod {
	width: 300px;
	font-size: 120%;
}
#sendbut {
	margin-top: 20px;
	font-size: 120%;
	font-weight: 700;
	padding: 10px 15px;
}
.g_article, .g_price, .g_amount {
	white-space: nowrap;
}
.g_amount {
	width: 62px;
}
.goods_table input[type=text] {
	width: 22px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	padding: 2px;
	vertical-align: baseline;
}
.minus, .plus {
    cursor: pointer;
	display: inline-block;
	vertical-align: -2px;
	position: relative;
}
.plus {
	vertical-align: -1px;
}
.minus:before, .plus:before {
    content: '';
	position: absolute;
	top: 0;
	left: 0;
    display: inline-block;
    width: 9px;
    height: 15px;
    background-size: 10px 15px;
    background-position: center center;
    vertical-align: middle;
}
.plus:before {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.minus:before, .plus:before {
    background-image: url(/images/left-dark2.svg);
}
.minus img, .plus img {
	visibility: hidden;
}
.minus:hover img, .plus:hover img {
	visibility: visible;
}
.minus:hover:before, .plus:hover:before {
	visibility: hidden;
}
.order_text {
	width: 100%;
	visibility: hidden;
	height: 10px;
	padding: 0;
	margin: 0;
}
.forfirm {
	display: none;
}
.gtable-table{display:table;}
.gtable-tr{display:table-row;border:solid 1px #AAAAAA;border-collapse:collapse;}
.gtable-td{display:table-cell;border:solid 1px #AAAAAA;border-collapse:collapse;padding:6px 10px;}
.phase{font-weight:700;}
