.clearfix:after{
	content:'';
	display:block;
	clear:both;
	visibility:hidden;
	font-size:0;
	height:0;
}

.clearfix{
	*display:inline-block;
	height:1%;
}

html {
    width: 100%;
    height: 100%;
}

body{
	width:100%;
	position:relative;
    min-height: 100%;
	font-family: 'opensans', Arial, Helvetica, sans-serif;
	min-width: 1160px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#01a4b5;
}

@font-face{
    font-family:'opensans';
    src:url('../fonts/opensans-regular.eot');
    src:url('../fonts/opensans-regular?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-regular.woff') format('woff'),
        url('../fonts/opensans-regular.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;		
}

@font-face{
    font-family:'opensans';
    src:url('../fonts/opensans-bold.eot');
    src:url('../fonts/opensans-bold?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-bold.woff') format('woff'),
        url('../fonts/opensans-bold.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;		
}

@font-face{
    font-family:'opensansSemibold';
    src:url('../fonts/opensans-semibold.eot');
    src:url('../fonts/opensans-semibold?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-semibold.woff') format('woff'),
        url('../fonts/opensans-semibold.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;		
}

@font-face{
    font-family:'opensansLight';
    src:url('../fonts/opensans-light.eot');
    src:url('../fonts/opensans-light?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-light.woff') format('woff'),
        url('../fonts/opensans-light.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;		
}

@font-face{
    font-family:'condlight';
    src:url('../fonts/oopensans-condlight.eot');
    src:url('../fonts/opensans-condlight?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-condlight.woff') format('woff'),
        url('../fonts/opensans-condlight.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;		
}

h2{
	font-family: 'opensansLight', Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#00a4b5;	
}

h2 a{
	color:#00a4b5;	
}

h3{
	font-size:13px;
	color:#00a4b5;
	line-height:18px;
}

h3 a{
	color:#00a4b5;
	text-decoration:none;
}

h3 a:hover{
	text-decoration:underline;
}

p{
	font-size:12px;
	line-height:18px;
	color:#666666;
}

::-webkit-input-placeholder {
   color: #999999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999999;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999999;
}

:-ms-input-placeholder {  
   color: #999999;
}

.inner{
	width:1085px;
	margin:0 auto;
}

/* header */
.header_top{
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	height: 227px;
}

.logo_wrapper{
	float:left;
	margin:0 0 0 28px;
}

.header_right{
	float:right;
	padding:14px 15px 0 0;
	width:360px;
}

.header_login{
	padding: 0 0 16px 0;
	width: 143px;
	overflow: hidden;
	float: right;
}

.header_login span{
	font-size:12px;
	color:#fff;
	float:right;
}

.header_login span:first-child{
	float:left;
}

.header_login span a{
	display:block;
	color:#fff;
	text-decoration:none;
	border-bottom:1px dashed #fff;
	padding:0 0 3px 0;
}

.header_login span a:hover{
	border:0;
}

.phone_wrapper{
	overflow:hidden;
	padding:0 0 5px 0;
}

.phone{
	font-weight:bold;
	font-size:22px;
	color:#fff;
	float:left;
}

.call_back{
	float:right;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	font-family: 'opensansLight', Arial, Helvetica, sans-serif;
	text-align:center;
	width:145px;
}

.call_back a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:9px 0;
	background:#02717c;
}

.mail_link{
	font-size: 14px;
	color: #fff;
	margin: 16px 0 0 0;
	display: inline-block;
}

.mail_link a{
	color:#fff;
	float:left;
}

.mail_link a:hover{
	text-decoration:none;
}

.working_time{
	float:right;
}

.working_time p{
	font-size:12px;
	color:#fff;
}

.working_time p:first-child{
	padding:0 0 5px 0;
}

.week_day{
	display: inline-block;
	background: #02717c;
	padding: 0 3px;
	min-width: 36px;
	text-align:center;
	margin:0 5px 1px 0;
}

.working_time span{
	font-family: 'opensansSemibold', Arial, Helvetica, sans-serif;
}

.header_right_middle{
	padding:0 0 10px 0;
	overflow:hidden;
	clear: both;
}

.header form p{
	background:#fff;
	-webkit-border-radius: 7px 0 0 7px;
	-moz-border-radius: 7px 0 0 7px;
	border-radius: 7px 0 0 7px;
	overflow:hidden;
}

.header form input[type="text"]{
	border: 0;
	background: none;
	padding: 6px 0 7px 10px;
	width: 315px;
	font-size:12px;
	color: #999999;
	float: left;
}

.header form input[type="submit"]{
	background-image:url(../images/search.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	width:34px;
	height:29px;
	float:right;
	text-indent:-9999px;
	border:0;
}

.slideshow{
	width:328px;
	height:227px;
	float:left;
	margin:0 0 0 75px;
}

.slideshow img{
	display:block;
	margin:0 auto;
	max-width:100%;
}

.navigation{
	background:#999999;
}

.navigation > ul{
	width: 935px;
	margin: auto;
}

.navigation li{
	float:left;
	text-align:center;
	font-family:'opensansLight';
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	margin:0 0 0 1px;
	position:relative;
}

.navigation ul li:first-child{
	margin:0;
}

.navigation li a{
	display:block;
	padding:15px 5px;
	color:#fff;
	text-decoration:none;
	min-width:118px;
}

.navigation .navigation_active a{
	background:#02717c;
}

.navigation_active_hover{
	background:#02717c;
}

.navigation li a:hover{
	background:#02717c;
}

.dropdown_menu{
	position:absolute;
	white-space:nowrap;
	display:none;
}

.dropdown_menu li{
	float:none;
	position:relative;
}

.dropdown_menu li a{
	background:#999999;
	min-width: 124px;
}

.dropdown_menu li:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:#fff;
}

.navigation li:hover .dropdown_menu{
	display:block;
}

/* container */
.container{
	overflow:hidden;
	padding:17px 0 0 0;
}

.container .inner{
	background:#fff;
	padding:0 35px;
}

.leftbar{
	width:280px;
	float:left;
	padding:47px 0 0 0;
}

.leftbar_nav > ul > li{
	font-family: 'opensansSemibold', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:left;
	background-image:url(../images/leftbar_nav_bg.png);
	background-repeat:no-repeat;
	margin:0 0 3px 0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.leftbar_nav > ul > li > a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:12px 0 12px 12px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.leftbar_nav > ul > li:hover{ 
	background-image:none;
}

.leftbar_nav > ul > li:hover > a{
	background-color:#02717c;
}

.leftbar_nav > ul > li.active > a{
	background-color:#02717c;
}

.leftbar_submenu{
	padding:0 0 5px 0;
	display: none;
}

.leftbar_submenu > li{
	font-size:14px;
	color:#666666;
	border-bottom:1px dotted #00a4b5;
}

.leftbar_submenu > li > a{
	color:#666666;
	padding:15px 0 10px 25px;
	display:block;
}

.leftbar_submenu > li > a:hover{
	color:#02717c;
}

/*.leftbar_submenu li a.active{
	background-color: #02717c;
	color:#02717c;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}*/

.leftbar_submenu_inner{
	padding:10px 0 0 15px;
	display: none;
}

.leftbar_submenu_inner > li{
	font-size:13px;
	color:#666666;
	margin:0 0 5px 0;
}

.leftbar_submenu_inner > li > a{
	text-decoration:none;
	display:block;
	padding:7px 0 7px 30px;
	color:#666666;
	text-decoration:none;
}

.leftbar .leftbar_submenu_inner_active a{
	background-color: #02717c;
	color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.news{
	padding:46px 0 0 0;
}

.title_blog{
	overflow:hidden;
	padding:0 0 20px 0;
	border-bottom:1px dotted #00a4b5;
}

.title_blog h2{
	float:left;
}

.title_blog span{
	font-family: 'opensansLight', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00a4b5;
	float: right;
	margin: 9px 0 0 0;
}

.title_blog span a{
	color:#00a4b5;
}

.title_blog span a:hover{
	text-decoration:none;
}

.news_blog{
	padding:0 0 20px 0;
	margin:15px 0 0 0;
	border-bottom:1px dotted #00a4b5;
}

.news_images{
	margin:0 0 21px 0;
}

.news_blog img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border:1px solid #eceaea;
}

.news_blog h3{
	margin:0 0 3px 0;
}

.news_data{
	display:block;
	font-size:11px;
	color:#999999;
	margin:10px 0 0 0;
}

.banner{
	margin:60px 0 0 0;
	position:relative;
}

.banner img{	
	display:block;
	margin:0 auto;
	max-width:100%;
}

.banner_title{
	font-family: 'condlight', Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:17px 0;
	background:#00a4b5;
	text-transform:uppercase;
}
.banner_images{
	margin-bottom: 15px;
}

.banner a{
	color:#fff;
	text-decoration:none;
}

.sale_icon{
	position:absolute;
	top:0;
	right:0;
}

.content{
	float: left;
	margin: 0 0 0 59px;
	padding:0 0 50px 0;
	width: 744px;
}

.content .content_blog{
	margin:0 0 30px 0;
}

/*.content .content_blog:first-child{
	margin:0 0 65px 0;
}*/

.content .title_blog{
	width: 740px;
}

.content h3:hover{
	color:#02717c;
}

.articul{
	font-size:11px;
	color:#666666;
	display:block;
	margin:10px 0 0 0;
}

.product_price{
	overflow:hidden;
	margin: 16px 0 0 0;
}

.old_price{
	font-size:18px;
	color:#000;
	text-decoration: line-through;
	float:left;
	margin: 6px 0 0 0;
}

.price{
	float:right;
	font-weight:bold;
	font-size:24px;
	color:#000;
}

.product_info{
	padding:20px 20px 25px 20px;
}

.owl-carousel{
	margin:30px 0 0 0;
	width: 765px;
}

.content_blog .item{
	border: 2px solid #00a4b5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* min-height: 356px; */
	min-height:436px;
	width: 226px;
	position: relative;
	float:left;
}

.content_blog .item:hover{
	border:2px solid #02717c;
}

.carousel_images img{
	display:block;
	margin:0 auto;
	max-width:226px;
	max-height: 160px;
	
}

.item p{
	font-size:11px;
	color:#666666;
	margin:10px 0 0 0;
}

.item p a{
	color:#666666;
}

.item p a:hover{
	text-decoration:none;
}

.owl-prev,.owl-next{
	width:15px;
	height:30px;
	cursor:pointer;
	background-repeat:no-repeat;
	position: absolute;
	top: 50%;
	margin:-29px 0 0 0;
}

.owl-prev:hover,.owl-next:hover{
	background-position: 0 -32px; 
}

.owl-prev{
	background-image:url(../images/owl-prev.png);
	left: -25px;
}

.owl-next{
	background-image:url(../images/owl-next.png);
	right: -3px;
}

.catalog_blog_images{
	width: 143px;
	height: 143px;
	margin:0 auto;
	border:1px solid #00a4b5;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

/* .catalog_blog:hover .catalog_blog_icon{
	background-position:center -70px;
} */

.catalog_blog_images .catalog_blog_icon{
	background-repeat:no-repeat;
	background-position: center top;
	width:68px;
	height:68px;
	position:relative;
	top:50%;
	margin:-34px auto 0 auto;
}

.catalog_blog1 .catalog_blog_icon{
	background-image:url(../images/icon_1.png);
}

.catalog_blog2 .catalog_blog_icon{
	background-image:url(../images/icon_2.png);
}

.catalog_blog3 .catalog_blog_icon{
	background-image:url(../images/icon_3.png);
}

.catalog_blog4 .catalog_blog_icon{
	background-image:url(../images/icon_4.png);
}

.catalog_blog5 .catalog_blog_icon{
	background-image:url(../images/icon_6.png);
	margin-top: -21px;
}

.catalog_blog6 .catalog_blog_icon{
	background-image:url(../images/icon_7.png);
	margin-top: -22px;
}

.catalog_blog7 .catalog_blog_icon{
	background-image:url(../images/icon_8.png);
	margin-top: -25px;
}

.catalog_blog8 .catalog_blog_icon{
	background-image:url(../images/icon_9.png);
}

.catalog_blog9 .catalog_blog_icon{
	background-image:url(../images/icon_10.png);
}

.catalog_blog10 .catalog_blog_icon{
	background-image:url(../images/icon_11.png);
	margin-top: -25px;
}

.catalog_blog11 .catalog_blog_icon{
	background-image:url(../images/icon_12.png);
	margin-top: -19px;
}

.catalog_blog12 .catalog_blog_icon{
	background-image:url(../images/icon_13.png);
}

.catalog_list{
	margin: 35px 0 0 0;
	overflow:hidden;
}

.catalog_blog{
	text-align: center;
	width: 167px;
	margin: 0 0 0 15px;
	float: left;
	margin-bottom: 10px;
}

/*.catalog_list .catalog_blog:first-child{
	margin:0;
}*/

.catalog_blog span{
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	text-transform:uppercase;
	color:#00a4b5;
	display: block;
	margin: 7px 0 0 0;
	height: 50px;
}

.catalog_blog a{
	text-decoration:none;
}

.catalog_blog a:hover{
	text-decoration:underline;
	color:#02717c;
}

.catalog_blog a:hover span{
	color:#02717c;
}

.catalog_blog a:hover .catalog_blog_images{
	background-position: 0 -154px;
}	

.content .text_blog{
	margin-top:25px;
	float: left;
}

.text_blog h2{
	font-size:30px;
	margin:0 0 40px 0;
}

.text_blog p{	
	font-size:14px;
	line-height:25px;
}

.text_blog a{
	color:#00a4b5;
}

.text_blog a:hover{
	text-decoration:none;
}

/* catalog */
.catalog_page .leftbar{
	padding:0;
}

.catalog{
	margin: 0 0 0 -25px;
}

.catalog .item{
	margin:0 0 20px 25px;
}

.clear{
	clear:both;
}

.catalog .item:after{
	content:'';
	display:inline-block;
	clear:both;
}

.pagination{
	text-align:center;
	padding:20px 0 0 0;
	clear:both;
}

.pagination ul{
	display:inline-block;
}

.pagination li{
	font-size:13px;
	color:#666666;
	display:inline-block;
}

.pagination li a{
	padding:6px 9px;
	display:block;
	text-decoration:none;
	color:#666666;
}

.pagination li span{
	border-bottom:1px solid #666666;
}

.pagination .pagination_active a{
	background:#00a4b5;
	color:#fff;
	font-weight:bold;
}

.pagination .pagination_active span{
	border:1px solid transparent;
}

.pagination .pagination_prev{
	margin:0 10px 0 0;
}

.pagination_next{
	margin:0 0 0 10px;
}

.pagination img{
	vertical-align:middle;
}

.pagination_first{
	
}

.more_page{
	font-family:'opensansLight';
	font-size:14px;
	color:#00a4b5;
	display:inline-block;
	position:relative;
	top:3px;
	margin:0 0 0 15px;
}

.more_page a{
	color:#00a4b5;
}

.more_page a:hover{
	text-decoration:none;
}

/* item */
.item_page .leftbar{
	padding:0;
}

.breadcrumbs{
	overflow:hidden;
	margin:0 0 25px 0;
}

.breadcrumbs li{
	float: left;
	font-size: 13px;
	color: #02717c;
	padding: 0 5px 0 10px;
	background-image: url(../images/list-style-images.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.breadcrumbs ul li:first-child{
	padding-left:0;
	background-image:none;
}

.breadcrumbs a{
	color:#02717c;
}

.breadcrumbs a:hover{
	text-decoration:none;
}

.product_slider{
	width:375px;
	min-height:420px;
	float:left;
	position:relative;
}

.product_slider .owl-controls{
	position: absolute;
	bottom: -52px;
	width: 100%;
}

.product_slider .owl-next{
	top: 21px;
	right: 20px;
}

.product_slider .owl-prev{
	left: -14px;
	top: 21px;
}

.content  div.product_slider_wrapper.content_blog{
	margin-bottom: 50px;
}

.product_slider_wrapper img{
	display:block;
	margin:0 auto;
}

.product_slider .owl-next,.product_slider .owl-prev{
	cursor:pointer;
	z-index:99;
}

.product_charact{
	width: 340px;
	float: left;
	margin: 0 0 0 25px;
}

.product_charact p{
	font-size:14px;
	line-height:31px;
	color:#333333;
}

.product_charact .articul{
	font-size:14px;
	color:#666666;
	display:block;
	margin:0 0 20px 0;
}

.product_charact .reserv{
	display:block;
	margin:35px 0 0 0;
	font-family:'opensansSemibold';
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	background-image:url(../images/reserv_bg.png);
	background-repeat:no-repeat;
	width:172px;
	height:37px;
}

.product_charact .reserv a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 11px 0 0 0;
	height: 27px;
}

.product_charact span{	
	color:#00a4b5;
}

.product_slider_wrapper .title_blog{
	border-bottom:1px dotted #02717c;
	padding-bottom:15px;
	margin:0 0 35px 0;
}

.product_slider_wrapper h2{
	font-family:'opensans';
	font-size:24px;
	color:#02717c;
}	

.product_slider .owl-carousel{
	width:100%;
	margin: 0;
}

.product_slider .item{
	min-height:inherit;
	border:0;
	width:auto;
}

.product_slider .item:hover{
	border:0;
}

.product_slider img{
	display:block;
	margin: 0 auto;
	max-width:100%;
}

#sync2{
	width: 350px;
	margin: 10px auto 0 auto;
}

#sync2 img{
	cursor:pointer;
}

#sync2 .item{
	
}

/* footer */
.footer{
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position: 0 42px;
	padding: 0 0 15px 0;
}

.footer .logo_wrapper{
	margin-top:12px;
	margin-left:0;
}

.footer .phone_wrapper .phone{
	display:block;
	float: none;
}

.footer .call_back{
	float: none;
	display: inline-block;
	min-width: 196px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-top:12px;
}

.footer .call_back a{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.footer .phone_wrapper{
	float:left;
	text-align:center;
	margin: 29px 0 0 65px;
}

.footer .mail_link{
	margin:70px 0 0 35px;
}

.footer .working_time{
	float:left;
	margin:30px 0 0 20px;
	text-align:center;
}

.footer .week_day{
	background:none;
}

.footer_right_logo{
	float:right;
	margin:45px 0 0 0;
}

.my-class{
	width: 350px;
	display:inline-block;
	margin-right: 10px;
}

.my-anons{
	height: 50px;
	white-space: nowrap;
	overflow: hidden;
}

.my-price{
	font-weight: bold;
	font-size: 24px;
	color: #000;
}

.my-p{
	color: #666666;
}
.my-p a{
	color: #666666;
}

.no-photo{
	display:block;
	width: 214px;
	height: 196px;
}

.no-photo span{
	position: absolute;
	top: 100px;
	left: 75px;
	color: #00a4b5;
	font-family: inherit;
}