@font-face {
	font-family:"";
	src:url("../fonts/.eot?") format("eot"),
	url("../fonts/.woff") format("woff"),
	url("../fonts/.ttf") format("truetype"),
	url("../fonts/OpenSans.svg#OpenSans") format("svg");
	font-weight:normal;
	font-style:normal;
}


* {
	margin:0;
	padding:0
}
*, :before, :after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ol, ul {list-style: none;}
:focus {	outline: 0;}
::-webkit-input-placeholder{text-indent: 0px;   transition: text-indent 0.3s ease;}
::-moz-placeholder{opacity: 1; transition: opacity 0.3s ease;}/* Firefox 19+ */
:-moz-placeholder{opacity: 1; transition: opacity 0.3s ease;}/* Firefox 18- */
:-ms-input-placeholder{ text-indent: 0px;   transition: text-indent 0.3s ease;}
:focus::-webkit-input-placeholder{ text-indent: -500px; transition: text-indent 0.3s ease;}
:focus::-moz-placeholder{opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder{opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder{ text-indent: -500px;   transition: text-indent 0.3s ease;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
label, input[type="submit"], input, button{
	-webkit-appearance:none;
	font-family: inherit;
}
label, input[type="submit"], button{cursor:pointer;}
img{border: none;}
html{
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


body{
	background: #fff;
	color: #626262;
	font: 400 14px/17px Verdana, sans-serif;
}
p{margin-bottom: 15px;}
a{
	color: #0381c8;
	text-decoration: none;
}
a:hover{text-decoration: underline;}
h1, .title-small{
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin: 22px 0 15px;
}
.title, h2{
	color: #5c5c5d;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	margin: 47px 0 26px;
}
h3, .title-middle{
	font-size: 24px;
	color: #59595a;
	margin: 14px 0 17px;
	font-weight: normal;
}
h3 a{color: #59595a;}
h5{
	font-weight: normal;
	font-size: 14px;
	color: #000;
	margin: 35px 0 22px;
}
hr{
	position: relative;
	height: 8px;
	background: #f2f2f2;
	border: none;
	margin: 65px 0 40px;
}
hr:before, hr:after{
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}
hr:before{
	width: 31%;
	background: #59595a;
}
hr:after{
	width: 14.5%;
	background: #25a5d0;
}
#wrap{overflow: hidden;}
.container{
	width: 1174px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}
.container:before, .container:after, .clearfix:before, .clearfix:after{
	content: "";
	display: table;
	clear: both;
}
.hidden{
	opacity: 0;
	visibility: hidden;
}
.hidden.visible.animated {
	opacity: 1;
	visibility: visible;
}
.anim-right, .anim-left, .anim-down{display: block;}
.text-right{text-align: right;}
.text-center{text-align: center;}
.title-border{
	margin: 23px 21% 11px;
	border-top: 1px solid #4d84c1;
	text-align: center;
}
.title-border span{
	display: inline-block;
	position: relative;
	top: -10px;
	padding: 0 23px;
	background: #fff;
	font-size: 15px;
	color: #000;
}

/* header */
header{padding: 34px 0 62px;}
.logo{
	float: left;
	margin-top: 47px;
}
.header-right{
	float: right;
	text-align: right;
}
.logo-right a{
	font-size: 12px;
	color: #535353;
	font-family: Arial;
}
.logo-right a span{
	display: block;
    margin-top: -8px;
}
.language{
	margin: 0 2px 40px 0;
	position: relative;
	z-index: 5;
}
.dropdown{
	position: relative;
	display: inline-block;
	z-index: 999;
}
.dropdown-toggle:focus {outline: 0;}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 20px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
}
.open > .dropdown-menu {display: block;}
.open > a {outline: 0;}

/* navigation */
nav{margin-bottom:22px;}
nav li{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
nav li a{
	color: #626262;
	display: block;
	padding: 0 6px 7px;
	border-bottom: 2px solid transparent;
	position: relative;
}
nav li a:after{
	content: "";
	display: block;
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0096cb;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
nav li a:hover, nav li.active a{
	color: #626262;
	text-decoration: none;
	
}
nav li a:hover:after, nav li.active a:after{width: 100%;}

/* slider */
.carousel {
	position: relative;
	padding-bottom: 52px;
	margin: 26px 0 20px;
}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
	float: right;
	margin-top: 37px;
	max-width: 42%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000;
		perspective: 1000;
	}
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
	}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
	-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {display: block;}
.carousel-inner > .active {left: 0;}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {left: 100%;}
.carousel-inner > .prev {left: -100%;}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {left: 0;}
.carousel-inner > .active.left {left: -100%;}
.carousel-inner > .active.right {left: 100%;}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 15%;
	text-align: center;
	z-index: 15;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 8px;
	height: 6px;
	margin: 0 3px;
	text-indent: -999px;
	cursor: pointer;
	background: #4c4c4c;
}
.carousel-indicators li:hover, .carousel-indicators li.active{background: #000;}
.carousel-caption {
	float: left;
	width: 52%;
	color: #000;
	font-size: 30px;
	line-height: 60px;
	letter-spacing: 1px;
        margin-top: 40px;
}
.caption-title{
	font-size: 50px;
	margin-bottom: 7px;
}
.caption-title sup{
	font-size: 30px;
	position: relative;
	top: 5px;
	left: 5px;
}

/* */
.wrap-item{
	margin: 0 -13px;
	font-size: 0;
	padding: 13px 0;
}
.product-item{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 264px;
	margin: 0 14px 44px;
}
.wrap-image{
	display: inline-block;
	position: relative;
	background: #000;
}
.wrap-image img{
	display: block;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.wrap-image:after{
	content: "View";
	text-align: center;
	display: none;
	font-size: 14px;
	color: #fff;
	padding: 3px 30px;
	width: 142px;
	height: 31px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: 3px solid #fff;
	border-radius: 10px;
}
.wrap-image:hover:after{display: block;}
.wrap-image:hover img{opacity: 0.73;}

/* info */
.info{
	padding: 52px 0 59px;
	background: #f1f1f1;
	font-size: 36px;
	line-height: 35px;
	color: #000;
	letter-spacing: 1px;
}
.info-title{
	font-size: 69px;
	line-height: 78px;
	padding-top: 2px;
}
.info-title sup{
	font-size: 69px;
	position: relative;
	top: 2px;
	left: 6px;
	font-weight: 00;
}
.slogan{
	font-size: 14px;
	color: #636363;
	display: inline-block;
	margin-left: 13px;
}
.logo-info{
	float: left;
	margin-right: 28px;
}

/* gallery */
.gallery-list{
	text-align: center;
	padding: 95px 0 92px;
}
.gallery-list li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 11px 29px;
}
.image{
	display: block;
	width: 309px;
	height: 309px;
	overflow: hidden;
}
.image img {
	display: block;
   -moz-transition: all 1s ease-out;
   -o-transition: all 1s ease-out;
   -webkit-transition: all 1s ease-out;
 }
.image img:hover{
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
 }

/* preview */
.preview{text-align: center;}
/*.preview a:hover img{opacity: 0.8;}*/

/* breadcrumbs */
.breadcrumbs{margin: 21px 0 22px;}
.breadcrumbs li{
	display: inline-block;
	vertical-align: top;
	color: #797979;
}
.breadcrumbs li+li:before{
	content: "";
	display: inline-block;
	width: 13px;
	height: 11px;
	background: url(../img/breadcrumbs.png) 0 0 no-repeat;
	margin: 0 3px 0 2px;
}
.breadcrumbs li.active:before{background-position: 100% 0;}
.breadcrumbs a{
	color: #797979;
}

/* content */
.content{
	color: #797979;
	float: left;
	width: 79%;
	padding-right: 2%;
	margin-bottom: 29px;
}
.content p{margin-bottom: 15px;margin-top: 15px;}
/*.content p:first-of-type{text-indent: 17px;}*/
.content ol, .content ul{
	padding-left: 22px;
}
.content ol li, .content ul li{margin-bottom: 1px;line-height: 23px;}
.content ol{counter-reset: list;}
.content ol li, .content ul li{
	position: relative;
	padding-left: 20px;
}
.content ol li:before{
	counter-increment: list;
	content: counter(list)".";
	color: #000;
	position: absolute;
	left: 0;
}
.content ul li:before{
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 1px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #0582c8;
}
.image-block{margin-top: -4px;}
.image-block p{margin-bottom: 6px;}
.image-zoom{
	border: 2px solid transparent;
	display: inline-block;
	width: auto;
	height: auto;
	position: relative;
}
.image-zoom:after{
	content: "";
	display: none;
	background: url(../img/i-zoom.png) 0 0 no-repeat;
	width: 57px;
	height: 56px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.image-zoom:hover{border-color: #a19f9f;}
.image-zoom:hover:after{display: block;}

/* aside */
aside{
	float: left;
	width: 20%;
}

/* table */
table{
	font-size: 12px;
	color: #2b2b2b;
	text-align: center;
	margin: 29px 0 10px;
	width: 100%;
}
table th{
	border: 2px solid #f3f3f3;
	border-bottom-color: #a0a0a0; /*#55a8d6*/
	border-top: none;
	padding: 5px 5px 2px;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	white-space: nowrap;
}
table th:last-child{border-right: none;}
table th:first-child, .table-num th:nth-of-type(2){
	border-left: none;
}
table th[colspan]{text-align: center;}
table td{
	border: 2px solid #a0a0a0; /*#55a8d6*/
	padding: 2px 9px 5px;
	vertical-align: top;
}
table td span{white-space: nowrap;}
table td:first-child, .table-num td:nth-of-type(2){
	text-align: left;
	white-space: normal;
}
table tbody tr:nth-of-type(even) td{background: #f8f8f8;}
.table-num th:first-child, .table-num td:first-child{
	border: none;
	background: none;
	width: 9.5%;
	text-align: right;
	padding-right: 5px;
	font-size: 14px;
}
.table-num, .table-num-caption{width: 90.5%;}
.table-num-caption{margin-bottom: 55px;}

/* sertificates-list */
.sertificates-list{
	margin-bottom: 15px;
	text-align: center;
}
.sertificates-list li{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 3px;
}
.sertificates-list .image{
	width: auto;
	height: auto;
}

/* footer */
footer{
	padding: 57px 0 51px;
	background: #f1f1f1;
}
.footer-title{
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: right;
	font-size: 72px;
	color: #a0a0a0;
	line-height: 70px;
	margin-top: 29px;
	letter-spacing: 1px;
	margin: 31px 100px 0 23.3%;
}
.footer-title sup{
	font-size: 14px;
	color: #535353;
	position: absolute;
	top: 22px;
	line-height: 18px;
	letter-spacing: 0;
	right: -45px;
}
.footer-title span{
	display: block;
	font-size: 14px;
	color: #626262;
	line-height: 18px;
	letter-spacing: 0;
	margin-top: 12px;
}
.footer-logo{
	opacity: 0.56;
	display: inline-block;
	vertical-align: top;
}
.brands {
        display: inline-block;
        padding: 10px;
}