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

.ta_center{
	text-align:center;
}
.ta_right{
	text-align:right;
}
.noactive{
	color:#acacac;
}
.gray{
	color:#959595;
}
.blue{
	color:#0f9aaf;
}

.blue_arrow{
	position:absolute;
	width:16px;
	height:29px;
	top:50%;
	background:url(../images/blue_arrow_bg.png) no-repeat;
}
.blue_arrow.left:hover{
	background-position:0 -34px;
}
.blue_arrow.left:active{
	background-position:0 -68px;
}
.blue_arrow.right{
	background-position:100% 0;
}
.blue_arrow.right:hover{
	background-position:100% -34px;
}
.blue_arrow.right:active{
	background-position:100% -68px;
}
.blue_arrow.left.noactive{
	background-position:0 100%;
}
.blue_arrow.right.noactive{
	background-position:100% 100%;
}

.h1 a{
	display:inline-block;
	border-bottom:1px solid #87ccd7;
	line-height:36px;
	text-decoration:none;
	/* expelliarmus */
	-webkit-transition:color 1s,border 1s;
    -moz-transition:color 1s,border 1s;
    -o-transition:color 1s,border 1s;
    transition:color 1s,border 1s;
}
.h1 a:hover{
	border-color:#d98690;
	/* expelliarmus */
	-webkit-transition-duration:0.1s;
    -o-transition-duration:0.1s;
    -moz-transition-duration:0.1s;
    transition-duration:0.1s;
}
}

.loading{
	background-image:url(../images/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.loading.block{
	display:block;
	height:30px;
	margin-top:40px;
}

.bordered{
	padding-top:20px;
	border-top:1px solid #e1e1e1;
}

.columns.thrid .column{
	width:280px;
	margin-left:60px;
}

.both_lines{
	position:relative;
    text-align:center;
	overflow:hidden;
}
.both_lines > span {
	margin:0 .4em;
}
.both_lines > span:before,
.both_lines > span:after{	
	position:absolute;
	width:100%;
	top:50%;
	margin-top:3px;
	border-top:1px solid #e1e1e1;
	content:'';
}
.both_lines > span:before {
	margin-left:-101%;
}
.both_lines > span:after {
	margin-left:1%;
}

.blue_form{
	position:relative;
	width:250px;
	padding:25px 40px 40px;
	background:#0f9aaf;
	color:#fff;
}
.blue_form input[type=text],
.blue_form input[type=password],
.blue_form textarea{
	margin-bottom:20px;
	border-color:#fff;
}
.blue_form button{
	width:100%;
}
.blue_form .wrapper{
	position:relative;
}
.blue_form .answer{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	padding-top:180px;
	left:0;
	top:0;
	background:#0f9aaf url(../images/blue_form_answer_bg.png) no-repeat 10px 35px;
	line-height:20px;
}

.error_block{
	position:absolute;
	border:1px solid #e1e1e1;
	background:#fff;
	font-weight:bold;
	font-size:17px;
	line-height:34px;
	color:#b40d21;
	text-align:center;
}
.blue_form .error_block{
	width:250px;
	margin-top:10px;
}

.blue_btn{
	display:block;
	height:35px;
	background:#2ac6dd;
	line-height:35px;
	color:#fff !important;
	text-decoration:none;
}
.blue_btn.dark{
	background:#0f9aaf;
}
.blue_btn:hover{
	background:#64dbed;
}
.blue_btn:active{
	background:#45cbe4;
	background:linear-gradient(to bottom,#45cbe4,#81e3f2);
}
.blue_btn.sm{
	height:30px;
	line-height:30px;
}

.white_btn{
	display:block;
	height:28px;
	border:1px solid #e1e1e1;
	background:#fff;
	line-height:28px;
	color:#000 !important;
	text-align:center;
	text-decoration:none;
}
.white_btn:hover,
.white_btn.catalog_list:hover,
.white_btn:active,
.white_btn.catalog_list:active{
	border:none;
	padding:1px;
}
.white_btn:hover{
	background:#ace9f2;
}
.white_btn:active{
	background:#90dfec;
	background:linear-gradient(to bottom,#90dfec,#beeff5);
}

.white_btn.catalog_list{
	border: 1px solid #0F9AAF;
}
.white_btn.catalog_list .js {
	border: none;
}

#main{
	min-height:100%;
}

#header{
	height:80px;
	padding-top:20px;
	margin-bottom:61px;
	/*border-bottom:1px solid #e1e1e1;*/
	border-bottom:1px solid #a1d9e1;
	background:url(../images/header_bg.png);
}
#header.index{
	position:absolute;
	left:0;
	top:0;
}
.logo{
	float:left;
	width:241px;
	height:37px;
	background:url(../images/header_logo_bg.png) no-repeat;
}
#header .menu{
	float:left;
	width:280px;
	margin:-5px 0 0 40px;
}
#header .menu a{
	float:left;
	min-width:90px;
	margin-right:30px;
	margin-bottom:5px;
	line-height:20px;
}
#header .menu .active{
	color:#8d8d8d;
	text-decoration:none;
}
#header .phone{
	margin-top:-6px;
	font-weight:bold;
	font-size:18px;
}
#header .question{
	position:relative;
	padding-left:18px;
}
#header .question:before{
	position:absolute;
	width:14px;
	height:14px;
	margin-top:-7px;
	left:0;
	top:50%;
	background:url(../images/question_icon_bg.png) no-repeat;
	content:'';
}
#header .question:hover:before{
	background-position:0 100%;
}
#header .basket{
	float:left;
	margin:-5px 0 0 19px;
	line-height:20px;
}
#header .basket p{
	margin-bottom:5px;
}
#header .basket .icon{
	float:left;
	width:15px;
	height:15px;
	margin:3px 0 0 -19px;
	background:url(../images/basket_icon_bg.png) no-repeat;
}
#fixed{
	position:absolute;
	width:100%;
	height:45px;
	padding-top:15px;
	left:0;
	top:101px;	
	/*border-bottom:1px solid #e1e1e1;*/
	border-bottom:1px solid #a1d9e1;
	background:url(../images/header_bg.png);
	/*box-shadow:0 5px 5px rgba(0,0,0,.2);*/
	box-shadow:0 5px 5px rgba(15,154,175,.2);
	z-index:90;
}
#fixed.keep{
	position:fixed;
	top:0;
}
#fixed .center{
	position:relative;
	padding:0;
}
#fixed .search{
	margin-left:180px;
}
#fixed .search .ui-helper-hidden-accessible{
	display:none;
}
#fixed .search .field{
	position:relative;
	margin-right:160px;
}
#fixed .search .blue_btn{
	width:140px;
}
#fixed .white_btn{
	width:160px;
}
#fixed .white_btn .js{
	display:inline-block;
	height:23px;
}
#fixed .catalog_list .icon{
	display:inline-block;
	width:15px;
	height:10px;
	margin-right:9px;
	background:url(../images/catalog_list_icon.png) no-repeat;
}
#fixed .catalog_list.active{
	padding:0 !important;
	border:1px solid #e1e1e1 !important;
	background:#fff !important;
	color:#0f9aaf !important;
}
#fixed .catalog_list.active .js{
	border:none;
}

#catalog_list{
	position:absolute;
	width:960px !important;
	min-height:450px;
	padding:30px 20px 15px;
	top:40px;
	left:0;
	border:1px solid #e1e1e1;
	background:#fff;
	box-shadow:0 6px 6px rgba(0,0,0,.17);
	opacity:1;
	filter:alpha(opacity=100);
	/* expelliarmus */
	-webkit-transition:opacity 0.5s;
    -moz-transition:opacity 0.5s;
    -o-transition:opacity 0.5s;
    transition:opacity 0.5s;
}
.categories_list{
	width:960px !important;
}
#catalog_list .column,
.categories_list .column{
	width:33% !important;
}
#catalog_list.faraway{
	top:-9999px;
	opacity:0;
	filter:alpha(opacity=0);
}
#catalog_list ul,
.categories_list ul{
	margin-bottom:15px;
	font-size:14px;
	line-height:20px;
}
.categories_list ul{
	padding:0 !important;
	margin:0 0 15px !important;
}
.categories_list ul li:before{
	display:none;
}
#catalog_list ul li,
.categories_list ul li{
	padding-left:40px;
	margin-bottom:5px;
}
#catalog_list ul li:first-child,
.categories_list ul li:first-child{
	padding-left:0;
	font-weight:bold;
	font-size:16px;
}
#catalog_list a,
.categories_list a{
	text-decoration:none;
}
#catalog_list .main,
.categories_list .main{
	position:relative;
	display:inline-block;
	padding-left:22px;
}
#catalog_list .main:before,
.categories_list .main:before{
	position:absolute;
	width:20px;
	height:20px;
	left:0;
	top:0;
	background:url(../images/catalog_list_main_icon_bg.png) no-repeat;
	content:'';
}
#catalog_list .main.rehab:before,
.categories_list .main.rehab:before{
	background-position:0 0;
}
#catalog_list .main.rehab:hover:before,
.categories_list .main.rehab:hover:before{
	background-position:0 100%;
}
#catalog_list .main.care:before,
.categories_list .main.care:before{
	background-position:-25px 0;
}
#catalog_list .main.care:hover:before,
.categories_list .main.care:hover:before{
	background-position:-25px 100%;
}
#catalog_list .main.orthopedic:before,
.categories_list .main.orthopedic:before{
	background-position:-50px 0;
}
#catalog_list .main.orthopedic:hover:before,
.categories_list .main.orthopedic:hover:before{
	background-position:-50px 100%;
}
#catalog_list .main.home:before,
.categories_list .main.home:before{
	background-position:-75px 0;
}
#catalog_list .main.home:hover:before,
.categories_list .main.home:hover:before{
	background-position:-75px 100%;
}
#catalog_list .main.beauty:before,
.categories_list .main.beauty:before{
	background-position:-100px 0;
}
#catalog_list .main.beauty:hover:before,
.categories_list .main.beauty:hover:before{
	background-position:-100px 100%;
}
#catalog_list .main.ecology:before,
.categories_list .main.ecology:before{
	background-position:-125px 0;
}
#catalog_list .main.ecology:hover:before,
.categories_list .main.ecology:hover:before{
	background-position:-125px 100%;
}
#catalog_list .main.doctors:before,
.categories_list .main.doctors:before{
	background-position:-150px 0;
}
#catalog_list .main.doctors:hover:before,
.categories_list .main.doctors:hover:before{
	background-position:-150px 100%;
}

#slider{
	position:relative;
	height:595px;
	overflow:hidden;
}
#slider ul{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
#slider ul li{
	float:left;
	width:100%;
	height:100%;
	background-position:center;
}
#slider .tbl{
	height:100%;
}
#slider .cell{
	padding:160px 420px 0 25px;
	color:#fff;
}
#slider .cell p{
	font-size:16px;
}
#slider .cell .h1{
	margin-bottom:10px;
	font-size:47px;
	line-height:50px;
}
#slider .info{
	position:relative;
	margin-top:0;
	opacity:1;
	/* expelliarmus */
	-webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
#slider .info.zlich{
	margin-top:-50px;
	opacity:0;
	filter:alpha(opacity=0);
}

#slider .cell.orthopedic,
#slider .cell.home,
#slider .cell.care{
	color:#0f9aaf;
}

#slider .cell.ecology,
#slider .cell.home{
	vertical-align:top;
}

#slider .cell.beauty,
#slider .cell.care{
	padding-left:640px;
	padding-right:0;
}
#slider .cell.doctors{
	padding-left:560px;
	padding-right:0;
}
#slider .cell.orthopedic .info,
#slider .cell.care .info{
	padding-top:180px;
}
#slider .cell.ecology .info,
#slider .cell.home .info{
	top:50px;
}

#slider .cell.doctors .info{
	top:20px;
}

#slider .cell.care .info .h1 + p{
	color:#000;
}

#categories{
	padding-bottom:29px;
	background:url(../images/categories_bg.png) repeat-x bottom;
}
#categories .center{
	position:relative;
}
#categories .arrow{
	position:absolute;
	width:132px;
	height:18px;
	bottom:100%;
	left:20px;
	background:url(../images/categories_arrow_bg.png) no-repeat 4px 0;
}
#categories .item{
	width:132px;
	margin-left:6px;
	padding-top:20px;
	line-height:18px;
	text-align:center;
	text-decoration:none;
}
#categories .item:hover{
	color:#2ac6dd;
}
#categories .item.active{
	color:#097686;
}
#categories .icon{
	width:51px;
	height:51px;
	margin-bottom:5px;
	background:url(../images/categories_icon_bg.png) no-repeat;
}
#categories .rehab .icon{
	background-position:0 0;
}
#categories .rehab:hover .icon{
	background-position:0 -56px;
}
#categories .rehab:active .icon{
	background-position:0 -112px;
}
#categories .rehab.active .icon{
	background-position:0 -168px;
}
#categories .care .icon{
	background-position:-56px 0;
}
#categories .care:hover .icon{
	background-position:-56px -56px;
}
#categories .care:active .icon{
	background-position:-56px -112px;
}
#categories .care.active .icon{
	background-position:-56px -168px;
}
#categories .orthopedic .icon{
	background-position:-112px 0;
}
#categories .orthopedic:hover .icon{
	background-position:-112px -56px;
}
#categories .orthopedic:active .icon{
	background-position:-112px -112px;
}
#categories .orthopedic.active .icon{
	background-position:-112px -168px;
}
#categories .home .icon{
	background-position:-168px 0;
}
#categories .home:hover .icon{
	background-position:-168px -56px;
}
#categories .home:active .icon{
	background-position:-168px -112px;
}
#categories .home.active .icon{
	background-position:-168px -168px;
}
#categories .beauty .icon{
	background-position:-224px 0;
}
#categories .beauty:hover .icon{
	background-position:-224px -56px;
}
#categories .beauty:active .icon{
	background-position:-224px -112px;
}
#categories .beauty.active .icon{
	background-position:-224px -168px;
}
#categories .ecology .icon{
	background-position:-280px 0;
}
#categories .ecology:hover .icon{
	background-position:-280px -56px;
}
#categories .ecology:active .icon{
	background-position:-280px -112px;
}
#categories .ecology.active .icon{
	background-position:-280px -168px;
}
#categories .doctors .icon{
	background-position:-336px 0;
}
#categories .doctors:hover .icon{
	background-position:-336px -56px;
}
#categories .doctors:active .icon{
	background-position:-336px -112px;
}
#categories .doctors.active .icon{
	background-position:-336px -168px;
}

#about{
	margin-top:40px;
}
#about .left{
	margin:0 360px 0 0;
	padding-top:25px;
}
#about .left table{
	margin-top:20px;
}

#news{
	margin-top:50px;
}
#news .column{
	line-height:20px;
}

#special{
	margin-top:30px;
}

.catalog_items_slider{
	position:relative;
}
.catalog_items_slider .move{
	height:340px;
}
.catalog_items_slider .catalog_item{
	margin-bottom:0;
}
.catalog_items_slider .catalog_item:first-child{
	margin-left:0;
}
.catalog_items_slider .blue_arrow.left{
	left:-20px;
}
.catalog_items_slider .blue_arrow.right{
	right:-20px;
}

.catalog_items{
	margin-left:-40px;
	margin-bottom:-40px;
}
.catalog_item{
	position:relative;
	float:left;
	width:210px;
	height:340px;
	margin-left:40px;
	margin-bottom:40px;
}
.catalog_item .border{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	border:1px solid #e1e1e1;
	/* expelliarmus */
	-webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
    transition:all 1s;
}
.catalog_item:hover{
	background:#dcf4f8;
}
.catalog_item:hover .border{
	border:3px solid #2ac6dd;
	/* expelliarmus */
	-webkit-transition-duration:0.1s;
    -o-transition-duration:0.1s;
    -moz-transition-duration:0.1s;
    transition-duration:0.1s;
}
.catalog_item .info{
	position:relative;
	height:315px;
	margin:9px 9px 0 9px;
}
.catalog_item .info .image{
	display:block;
	width:192px;
	height:190px;
	margin-bottom:10px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center;
}
.catalog_item .info .title{
	position:relative;
	display:block;
	height:70px;
	line-height:20px;
	overflow:hidden;
}
.catalog_item .info .title:after{
	position:absolute;
	width:100%;
	height:23px;
	bottom:0;
	left:0;
	background:url(../images/catalog_item_title_bg.png) repeat-x;
	content:'';
}
.catalog_item:hover .info .title:after{
	background-position:0 100%;
}
.catalog_item .info .image.no{
	background-image:url(../images/catalog_item_noimage_bg.png);
}
.catalog_item .info .basket_btn{
	position:absolute;
	width:166px;
	height:30px;
	bottom:0;
	left:13px;
	overflow:hidden;
	text-align:center;
}
.catalog_item .info .basket_btn.sale{
	font-size:14px;
	line-height:30px;
}
.catalog_item .info .basket_btn.sale .price{
	margin-right:5px;
	font-size:20px;
	color:#d01329;
}
.catalog_item .info .basket_btn .blue_btn{
	position:absolute;
	width:100%;
	left:0;
	top:0;
	font-size:15px;
	left:-100%;
	opacity:0;
	filter:alpha(opacity=0);
	/* expelliarmus */
	-webkit-transition:opacity 0.2s;
    -moz-transition:opacity 0.2s;
    -o-transition:opacity 0.2s;
    transition:opacity 0.2s;
}
.catalog_item:hover .info .basket_btn .blue_btn{
	left:0;
	opacity:1;
	filter:alpha(opacity=100);
}
.catalog_item .gift{
	position:absolute;
	right:0;
	top:0;
	width:72px;
	height:72px;
	background:url(../images/catalog_item_gift_bg.png) no-repeat;
}
.catalog_item:hover .gift{
	background-position:0 100%;
}
.catalog_item .price_block{
	height:30px;
	padding-right:60px;
	background:url(../images/catalog_item_price_block_bg.png) no-repeat;	
	font-size:20px;
	line-height:30px;
	color:#fff;
	opacity:1;
	filter:alpha(opacity=100);
	/* expelliarmus */
	-webkit-transition:opacity 0.2s;
    -moz-transition:opacity 0.2s;
    -o-transition:opacity 0.2s;
    transition:opacity 0.2s;
}
.catalog_item:hover .price_block{
	opacity:0;
	filter:alpha(opacity=0);
}

#content{
	margin-top:25px;
}
#content h1 img{
	margin-right:5px;
	margin-top:-5px;
    vertical-align:middle;
}
.text_block blockquote{
	margin:10px 0;
	padding:10px 30px;
	background:#e1f9fc;
	font-style:italic;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.text_block ul,
.text_block ol{
	margin:10px 0 20px;
	padding-left:35px;
}
.text_block ul li,
.text_block ol li{
	position:relative;
	margin-bottom:6px;
}
.text_block ul li:before,
.text_block ol li:before{
	position:absolute;
	margin-right:5px;
	right:100%;
	top:0;
	color:#0f9aaf;
	content:'\2022';
}
.text_block ul ul{
	margin-bottom:10px;
}
.text_block ul ul li:before{
	margin-right:3px;
	content:'\2014';
}
.text_block ol{
	counter-reset:decimal;
}
.text_block ol li:before{
	counter-increment:decimal;
	content:counter(decimal) ".";
}

.table,
.characters table{
	width:100%;
	line-height:20px;
	margin:10px 0 20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-shadow:0 5px 0 #0f9aaf;
}
.characters table{
	box-shadow:0 5px 0 #0f9aaf,0 -5px 0 #0f9aaf;
}
.table td,
.characters table td{
	padding:10px 20px;
	border-bottom:1px solid #e8e8e8;
}
.characters table td{
	background:#fff;
}
.table tr:first-child td{
	border:none;
	background:#0f9aaf;
	font-weight:bold;
	color:#fff;
}
.table tr:last-child td{
	border:none;
}
.table tr:first-child td:first-child{
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
}
.table tr:first-child td:last-child{
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
}

.way{
	margin-bottom:20px;
	font-size:14px;
	color:#959595;
}
.way span:last-child{
	display:none;
}
.categories{
	margin:0 0 40px;
	line-height:26px;
}
.categories a,
.categories span{
	padding:0 2px;
	margin-right:15px;
}
.categories .active{
	border:none;
	background:#eaeaea;
	color:#000;
}

.item_info{
	margin-left:400px;
}
.item_info .properties{
	margin-bottom:10px;
}
.item_info .property{
	font-weight:bold;
	margin-bottom:10px;
	font-size:20px;
	line-height:30px;
}
.item_info .property .rub{
	font-weight:normal !important;
}
.item_info .property .blue_btn{
	display:inline-block;
	width:160px;
	margin-left:30px;
	font-weight:normal;
	font-size:15px;
	text-align:center;
}
.item_info .property .basket_btn:before{
	display:inline-block;
	width:17px;
	height:30px;
	margin-right:8px;
	background:url(../images/blue_btn_basket_icon.png) no-repeat 0 8px;
	vertical-align:top;
	content:'';
}
.item_info .gift{
	padding-left:120px;
	height:55px;
	padding-top:35px;
	background:url(../images/gift_bg.png) no-repeat left top;
	font-weight:bold;
	font-size:18px;
	line-height:20px;
}

.item_gallery{
	position:relative;
	float:left;
	width:360px;
	padding-top:365px;
	background-repeat:no-repeat;
	background-position:center;
}
.item_gallery ul{
	position:absolute;
	margin:0 !important;
	left:0;
	top:0;
	padding-left:0;
}
.item_gallery li{
	position:absolute !important;
	width:360px;
	height:360px;
	margin:0 !important;
	border:1px solid #e1e1e1;
	background-repeat:no-repeat;
	background-position:center;
}
.item_gallery li a{
	display: block;
    height: 100%;
    width: 100%;
}
.item_gallery li:before{
	content:'' !important;
}
.item_gallery .preview{
	position:relative;
	float:left;
	width:90px;
	height:90px;
	margin-top:5px;
}
.item_gallery .preview:after{
	position:absolute;
	width:88px;
	height:88px;
	border:1px solid #e1e1e1;
	left:0;
	top:0;
	content:'';
}
.item_gallery .preview:hover:after,
.item_gallery .preview.active:after{
	width:86px;
	height:86px;
	border-width:2px;
	border-color:#0f9aaf;
}
.item_gallery .preview.active:after{
	border-color:#c2c2c2;
}
.item_columns{
	margin-bottom:20px;
	margin-top:20px;
}
.item_columns .column{
	width:440px;
}
.item_columns .features + .characters{
	margin-left:400px;
}
.item_columns .characters table{
	width:100%;
}
.item_columns .features{
	float:left;
	width:360px;
}

.news_item{
	margin-top:40px;
	line-height:20px;
}
.news .news_item:first-child{
	margin-top:0;
}
.news .gray{
	font-size:14px;
}
.news .indent{
	margin-bottom:30px;
}
.news_item .image{
	float:left;
	width:120px;
}
.news_item .image + .text{
	margin-left:160px;
}

table.basket{
	width:100%;
	line-height:18px;
}
table.basket th{
	font-weight:bold;
}
table.basket th,
table.basket tbody td{
	padding:10px 15px 10px 0;
	border-bottom:1px solid #e1e1e1;
}
table.basket tfoot td{
	padding-top:30px;
	vertical-align:top;
}
table.basket tfoot .white_btn{
	width:160px;
}
table.basket .sum{
	display:inline-block;
	margin:0;
	font-weight:normal;
	line-height:30px;
}
table.basket tfoot button{
	display:inline-block;
	width:160px;
	margin-left:15px;
}

.remove_btn{
	display:inline-block;
	width:12px;
	height:12px;
	background:url(../images/remove_btn_bg.png) no-repeat;
}

.counter{
	display:inline-block;
}
.counter input{
	width:35px;
	border:none;
	text-align:center;
}
.counter .sign{
	display:inline-block;
	width:14px;
	height:14px;
	background:url(../images/counter_sign_bg.png) no-repeat;
	vertical-align:middle;
}
.counter .sign.plus{
	background-position:0 0;
}
.counter .sign.plus:hover{
	background-position:0 50%;
}
.counter .sign.plus:active{
	background-position:0 100%;
}
.counter .sign.minus{
	background-position:100% 0;
}
.counter .sign.minus:hover{
	background-position:100% 50%;
}
.counter .sign.minus:active{
	background-position:100% 100%;
}
.counter .sign.noactive{
	opacity:.5;
	filter:alpha(opacity=50);
}
.counter .sign.plus.noactive{
	background-position:0 0;
}
.counter .sign.minus.noactive{
	background-position:100% 0;
}

.form_line{
	margin-top:20px;
}
.form_line:first-child{
	margin-top:0;
}
.form_line .label{
	float:left;
	width:120px;
}
.form_line .label.middle{
	line-height:35px;
}
.form_line .field{
	margin-left:120px;
}
.form_line select{
	width:100%;
}

.order .column.to_left{
	width:360px;
}
.order .column.to_right{
	width:320px;
}
.order .column.to_right .label{
	width:80px;
}
.order .column.to_right .field{
	margin-left:80px;
}
.order .half_line{
	width:140px;
}
.order button,
.order .white_btn{
	width:160px;
	margin-top:40px;
}

.search_result{
	margin-top:20px;
}
.search_result p{
	margin-bottom:0;
}
.search_result .way{
	margin-bottom:0;
}
.search_result .hghl{
	background:#eaeaea;
}

.for_footer{
	height:240px;
	margin-top:30px;
}

#footer{
	height:240px;
	margin-top:-240px;
	background:#f1f1f1;
}
#footer .top{
	height:135px;
	padding-top:30px;
}
#footer .bottom{
	height:60px;
	padding-top:15px;
	background:#197a77;
	color:#fff;
}
#footer .column{
	margin-top:10px;
}
.social{
	display:inline-block;
	width:28px;
	height:26px;
	background:url(../images/social_bg.png) no-repeat;
	vertical-align:middle;
}
.social.fb{
	width:27px;
}
.social.tw{
	background-position:-32px 0;
}
.social.vk{
	background-position:-65px 0;
}
.vw{
	height:30px;
	padding-top:13px;
	padding-right:115px;
	background:url(../images/vw_bg.png) no-repeat right;
	line-height:15px;
	color:#fff !important;
	text-decoration:none;
}
#footer .vw{
	margin-top:-10px;
}
#footer .fb{
	margin-left:5px;
}
#footer .info{
	position:relative;
	padding-left:50px;
	line-height:20px;
}
#footer .info:before{
	position:absolute;
	width:30px;
	height:30px;
	margin-top:-15px;
	left:0;
	top:50%;
	background:url(../images/footer_info_bg.png) no-repeat;
	content:'';
}
#footer .info.time:before{
	background-position:50% 0;
}
#footer .info.address:before{
	background-position:100% 0;
}
#footer .info.address p{
	white-space:nowrap;
}
#footer .top .h2{
	margin-bottom:10px;
}
#footer .info p{
	margin-bottom:5px;
}

#blackout{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background:#a8d7de;
	z-index:99;
}

.popup{
	display:none;
	position:fixed;
	margin-left:-165px;
	left:50%;
	top:50%;
	z-index:99;
}
.popup .close,
#basket_message .close{
	position:absolute;
	width:12px;
	height:12px;
	right:20px;
	top:20px;
	background:url(../images/popup_close_bg.png) no-repeat;
}

#err404{
	position:relative;
	height:750px;
	padding-top:50px;
	background:url(../images/err404_bg.jpg) no-repeat 50% 110px;
}
#err404 .logo{
	display:block;
	float:none;
	margin:auto;
}
#err404 .text{
	position:absolute;
	width:250px;
	top:175px;
	right:180px;
	text-align:center;
}
#err404 .text h2{
	margin-bottom:10px;
	font-size:26px;
}

#basket_message{
	display:none;
	position:fixed;
	width:278px;
	height:167px;
	left:50%;
	top:50%;
	margin:-84px 0 0 -139px;
	background:url(../images/basket_message_bg.png) no-repeat;
	z-index:99;
}
#basket_message .close{
	right:10px;
	top:10px;
}

.ui-autocomplete{
	position:absolute;
	padding:5px 0;
	border:1px solid #e1e1e1;
	border-top:none;
	z-index:90;
	background:#fff;
	box-shadow:0 6px 6px rgba(0,0,0,.17);
}
.ui-autocomplete:before{
	position:absolute;
	width:100%;
	height:1px;
	left:0;
	bottom:100%;
	background:#fff;
	content:'';
}
.ui-autocomplete .ui-menu-item a{
	display:block;
	padding:3px 9px;
	cursor:pointer;
}
.ui-autocomplete li a.ui-state-focus{
	color:#b40d21;
	/* expelliarmus */
	-webkit-transition-duration:0.1s;
    -o-transition-duration:0.1s;
    -moz-transition-duration:0.1s;
    transition-duration:0.1s;
}

/*****************************************************************/
.more_items, .more_items:hover, .more_items:active {
    color: #FFFFFF;
}
#basket_items a.blue_btn.sm.dark.radius3{
	display: inline-block;
    margin-left: 15px;
	text-align: center;
    width: 160px;
}

.item_info .more_link{
	margin-bottom:-4px;
	text-align:left;
	color:#0f9aaf;
}
.item_info .more_link u{
	border-bottom:1px dotted;
	text-decoration:none;
}
.item_info .more_link:hover{
	color:#b40d21;
}

.yashare-auto-init{
	display:inline-block;
}

.left_column{
	float:left;
	width:360px;
}
.left_column,
.right_column{
	margin-bottom:20px;
}
.left_column .features h2,
.right_column .characters h2{
	margin-top:20px;
}
.right_column{
	margin-left:400px;
}
.right_column .item_info{
	margin-left:0;
}

.categories{
	position:relative;
}
.categories .back_btn{
	display:inline-block;
	width:103px;
	height:21px;
	background:url(../images/back_btn_bg.png) no-repeat;
	line-height:21px;
	text-align:center;
	text-decoration:none;
	color:#959595;
	
	position:absolute;
	bottom:100%;
	margin-bottom:25px;
	left:0;
}
.categories .back_btn:hover{
	color:#b40d21;
}

.categories_new{
	font-size:16px;
}
.categories_new .category_block .item{
	margin-top:5px;
}
.categories_new .category_block .nextlevel{
	display:none;
	padding:7px 0 7px 20px;
}
.categories_new .category_block .nextlevel > .item{
	margin-top:0;
}
.categories_new .category_block .parent:after{
	display:inline-block;
	width:8px;
	height:5px;
	padding-left:10px;
	background:url(../images/categories_arrow_bg.png) no-repeat 100% 0;
	content:'';
}
.categories_new .category_block .parent:hover:after{
	background-position:100% 100%;
}
.catalog_h1{
	margin-left:125px;
}

.categories_new .category_block > .item {
	box-sizing: border-box;
	width: 440px;
	height: 30px;
	line-height: 28px;
	padding: 0px 10px 0px 18px;
	border: 1px solid #ace3ea;
	border-radius: 2px;
	background: transparent;
	transition: all 0.3s;
}
.categories_new .category_block > .item > a {
	text-decoration: none;
	position: relative;
	display: inline-block;
	width: 100%;
	transition: color 0.3s;
}
.categories_new .category_block > .item > a:after {
	position: absolute;
	right: 0;
	top: 13px;
}
.categories_new .category_block > .item:hover {
	background: #0f9aaf;
	border: 1px solid #0f9aaf;
}
.categories_new .category_block > .item:hover a {
	color: #fff;
}
.categories_new .category_block > .item:hover a:after {
	background-position: 100% 0;
}
.categories_new .category_block > .item + .nextlevel .item:before {
	display: inline-block;
	content: '\00ba';
	color: #0f9aaf;
	transition: color 0.3s;
	padding-right: 10px;
	position: relative;
	top: 3px;
}
.categories_new .category_block > .item + .nextlevel .item:hover:before {
	color: #b40d21;
}
.categories_new .category_block > .item + .nextlevel .item + .nextlevel .item:before {
	content: '\2014';
	top: 0;
	padding-right: 5px;
}
.categories_new .category_block > .item + .nextlevel .item + .nextlevel .item + .nextlevel .item:before {
	content: '\2014';
	top: 0;
	padding-right: 5px;
	color: #5c5c5c;
}
.categories_new .category_block > .item + .nextlevel .item + .nextlevel .item + .nextlevel .item a {
	color: #5c5c5c;
}
.categories_new .category_block > .item + .nextlevel .item + .nextlevel .item + .nextlevel .item a:hover,
.categories_new .category_block > .item + .nextlevel .item + .nextlevel .item + .nextlevel .item:hover:before {
	color: #b40d21;
}

.categories + .categories{
	display:none;
}