img {
	border: none;
}
html{
	min-height: 100%;
	position: relative;
}
html, body {
	margin: 0px;
}
.clear {
	clear: both;
	height: 0px;
}
.clearl {
	clear: left;
	height: 0px;
}
.pm0, ul, ol, ul li, ol li{
	margin: 0px;
	padding: 0px;
}

ul, ol{
	list-style-type: none;
}

.finger,
input[type="submit"],
input[type="reset"],
a.btn,
.close{
	cursor: pointer;
}

.red{
	color: #c00;
}

strong,
.bold{
	font-family: 'open_sansbold';
	font-weight: normal;
}
.italic{
	font-family: 'open_sansitalic';
}
.semibold{
	font-family: 'open_sanssemibold';
}


.text_grey{
	color: #9a9a9a;
}

.ease_out{
	transition: all .2s ease-out .2s;
}
body {
	color: #48494a;
	font-weight: normal;
	font: 14px/18px 'open_sansregular', Arial, sans-serif;
	margin-bottom: 200px;
}
h1, h2, h3, h4, h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: 'open_sanslight', Arial,sans-serif;
	font-weight: normal;
}
h1,
.h1{
	font: 30px/34px 'open_sanslight', Arial, sans-serif;
	margin: 0 0 30px;
}
h2,
.h2{
	font: 24px/30px 'open_sanslight', Arial, sans-serif;
	margin: 20px 0 10px;
}
h3,
.h3{
	font: 20px/26px 'open_sansregular', Arial, sans-serif;
	margin: 15px 0 10px;
}
h4,
.h4{
	font: 18px/24px 'open_sansregular', Arial, sans-serif;
	margin: 15px 0 10px;
}
h5,
.h5{
	font: 16px/20px 'open_sansregular', Arial, sans-serif;
	margin: 10px 0;
}
p {
	margin: 0 0 10px;
}
/*LINKS*/
a:not([class^='u-eip-']){
	text-decoration: none;
	border-bottom-style: solid;
	border-width: 1px;
}
a:hover,
a.nounderline,
.logo a,
.navbar a,
a.sitemap,
.top_panel a,
.block_caption a,
.breadcrumbs a,
a.anons_pic,
.fancybox-overlay a,
.fancybox-skin a,
.paging a,
.bx-wrapper a,
a.btn,
a.fancybox,
#u-panel-holder a,
a.for_rel{
	border-bottom-color: transparent;
	text-decoration: none;
}
a:focus{
	text-decoration: none;
}
a.thumbnails_link:hover{
	border-bottom: 1px solid #d0d0d0;
}
.dotted{
	border-bottom-style: dotted;
	border-width: 1px;
}
/*END LINKS*/

.wrap{
	padding: 0 20px;
}
.bottom-line{
	position: relative;
	padding-bottom: 10px;
}
.bottom-line:after{
	content: '';
	position: absolute;
	background: #e6e6e6;
	left: 0;
	right: 0;
	bottom: -5px;
	height: 1px;
}

/*HEADER*/
.header{
	min-height: 100px;
	background: #fbfbf9;
}
.top_panel{
	color: #fff;
	text-align: center;
	font: 14px/16px 'open_sansregular';
}
.top_panel div[class^='col-']{
	line-height: 30px;
}
.top_panel a,
.top_panel span{
	color: #fff;
	position: relative;
}
.top_panel a:hover{
	color: #e9e9e9;
}
.top_panel .phones{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	top: 5px;
	background: url('../images/sprite.png') no-repeat 0 0;
}
.logo{
	text-align: left;
	padding-top: 20px;
	display: inline-block;
}
.logo_pict{
	float: left;
}
.name{
	display: block;
	margin: 10px 0 10px 80px;
	font: 30px/30px 'open_sansregular';
}
.slogan{
	display: block;
	margin-left: 80px;
	font: 14px/14px 'open_sanslight';
}
.basket,
.compare{
	position: relative;
	display: inline-block;
	margin: 24px 0 20px;
	min-height: 45px;
	line-height: 45px;
}
.basket_content,
.compare_content{
	display: inline-block;
	font: 12px/15px 'open_sansregular';
	vertical-align: middle;
	max-width: 150px;
	text-align: left;
}
a.basket_pict,
a.compare_pict{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: 2px;
	border-style: solid;
	border-width: 1px;
	vertical-align: middle;
}
a.basket_pict svg,
a.compare_pict svg{
	position: relative;
	top: 6px;
}

/*search*/
.search_wrap{
	margin-top: 30px;
}
.search{
	padding: 0 14px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	font: 14px/15px 'open_sanslight';
	height: 38px;
	background: transparent;
}
.search-content{
	position: absolute;
	z-index: 1000;
	padding: 10px;
	width: 100%;
	top: 43px;
	left: 0;
	background: rgba(255,255,255,.8);
}
.search-results-title{
	margin-bottom: 10px;
	font: 16px/18px 'open_sanssemibold';
}
.search-results-items>li{
	margin-bottom: 10px;
	font: 14px/16px 'open_sanssemibold';
}
.search-results-items>li>a{
	border-bottom: none;
}
.search-content strong{
	font-family: 'open_sanssemibold';
	font-weight: normal;
}

input.search::-webkit-input-placeholder {color:#888;}
input.search::-moz-placeholder {color:#888;}
input.search:-moz-placeholder {color:#888;}
input.search:-ms-input-placeholder {color:#888;}

.search_wrap button{
	position: absolute;
	top: 10px;
	right: 20px;
	width: 18px;
	height: 18px;
	border: 0;
	outline: 0;
	padding: 0;
	cursor: pointer;
	background: transparent;
}
/*end search*/
/*END HEADER*/

/*MENU*/
a.btn-menu,
.logo_pict_mob {
	display: none;
}
.menu_main{
	margin-bottom: 40px;
}
.navbar{
	position: relative;
	min-height: 30px;
	margin: 0;
	border: none;
}
.navbar-nav>li{
	position: relative;
}
.navbar-nav>li:after{
	content: '|';
	position: absolute;
	font: 14px/14px 'open_sansregular';
	color: #d0d0d0;
	top: 50%;
	margin-top: -7px;
	right: -3px;
}
.footer .navbar-nav>li:after{
	color: #fff;
}
.navbar-nav>li:last-child:after{
	content: '';
}
.menu_main .navbar-nav>li>a{
	display: block;
	font: 14px/16px 'open_sansregular';
	padding: 15px 20px;
	color: #48494a;
	text-transform: uppercase;
}
.navbar li > a:hover,
.navbar .active > a,
.navbar .active > a:hover,
.navbar .active > a:focus{
	background-color: none;
	box-shadow: none;
}
.navbar .navbar-toggle {
	border-color: #ddd;
}
.navbar .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.navbar-nav {
	margin: 0 0;
}
.submenu{
	position: absolute;
	z-index: 1000;
	display: none;
	left: 0;
	top: 46px;
	min-width: 172px;
	background: #fbfbf9;
	text-align: left;
	border-top: none;
}
.menu_main .navbar-nav>li:hover .submenu{
	display: block;
}
.submenu>li>a{
	color: #48494a;
	display: block;
	padding: 9px 15px 11px;
	text-transform: none;
	font: 15px/18px 'open_sansregular';
}
.pmwidget.pmwidgetDone{
	width:100% !important;
}
.pmwidget.pmwidgetDone a{
	border-bottom: none;
}
/*END MENU*/

/*SIDEBAR*/
.block-shadow{
	box-shadow: 0 0 2px #888;
}
.nav.nav-sidebar{
	background: #fbfbf9;
}
.nav.nav-sidebar>li>a,
.aside_submenu>li>a{
	color: #48494a;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 10px 10px 30px;
	display: block;
	position: relative;
}
.aside_submenu>li>a{
	padding: 10px 10px 10px 40px;
	font-size: 13px;
}
.aside_submenu>li>.aside_submenu>li>a{
	padding: 10px 10px 10px 50px;
}
.nav.nav-sidebar>li.active>a{
	color: #fff;
}
.nav.nav-sidebar>li:last-child>a,
.recommend li:last-child {
	border-bottom: none;
}
.nav.nav-sidebar>li>a:before,
.aside_submenu>li>a:before{
	content: '\e250';
	position: absolute;
	top: 13px;
	left: 15px;
	font: 9px/10px 'Glyphicons Halflings';
}
.nav.nav-sidebar>li.active>a:before,
.nav.nav-sidebar>li.active>a:hover {
	color: white;
}
.aside_submenu>li>a:before{
	font: 7px/10px 'Glyphicons Halflings';
	top: 14px;
	left: 25px;
}
.aside_submenu .aside_submenu>li>a:before{
	left: 35px;
}
.nav.nav-sidebar>li.active>a:before,
.nav.nav-sidebar>li.active>a:hover{
	color: #fff;
}
.aside_submenu{
	display: none;
}
.block_caption{
	padding: 10px 15px 10px;
	border-bottom: 1px solid #e6e6e6;
	font: 20px/23px 'open_sansregular';
	overflow: hidden;
}
.catalog_spoiler_link{
	position: relative;
	margin: 5px 20px 0 0;
	border-bottom: 1px dashed #888;
	color: #888;
	font: 11px/14px 'open_sansregular';
}
.catalog_spoiler_link:hover{
	color: #48494a;
	border-bottom: 1px dashed #48494a;
}
.catalog_spoiler_link:after{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url('../images/sprite.png') no-repeat -80px -120px;
	position: absolute;
	right: -25px;
	top: 0;
	opacity: .8;
}
.catalog_spoiler_link.open:after{
	top: 4px;
	background: url('../images/sprite.png') no-repeat -120px -120px;
}
.catalog_spoiler_link:hover:after{
	opacity: 1;
}
.catalog_spoiler_link.open,
.catalog_spoiler{
	display: none;
}
.recommend{
	font-size: 0;
	background: #fbfbf9;
}
.recommend li{
	display: inline-block;
	width: 50%;
	padding: 20px;
	font: 14px/18px 'open_sansregular';
	transition: all 0.2s ease-out 0.2s;
}
.recommend .wrap{
	vertical-align: top;
}
.recommend .wrap:hover{
	background: #fff;
}
.recommend img{
	width: 100%;
	margin-bottom: 20px;
}
.price_label{
	position: relative;
	display: inline-block;
	height: 30px;
	padding: 0 20px;
	color: #fff;
}
.recommend .price_label{
	margin: 15px 0 0 -20px;
}
.price_label .price{
	font: 17px/23px 'open_sanslight';
}
.price_label span{
	position: relative;
	top: 3px;
}
.price_label:before{
	content: " ";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	position: absolute;
	right: -2px;
	top: 11px;
	background: #fff;
	z-index: 100;
}
.price_label:after{
	content: "";
	display: block;
	position: absolute;
	right: -15px;
	top: 0;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.price_label .currency{
	font: 14px/23px 'open_sansbold';
}
.mob-block {
	display: none;
	border-bottom: none;
}
/*END SIDEBAR*/

/*FOOTER*/
.footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 200px;
	background: #fbfbf9;
}
.footer_contacts{
	min-height: 90px;
	padding-top: 10px;
}
.footer_contacts>div{
	margin: 10px 0;
}
.footer strong{
	font-family: 'open_sanssemibold';
	padding-top: 2px;
	display: inline-block;
}
.phones_footer,
.mail_footer{
	padding-left: 40px;
	position: relative;
	display: inline-block;
	line-height: 20px;
}
.phones_footer{
	text-align: left;
}
.mail_footer{
	text-align: right;
}
.phones_footer:before,
.mail_footer:before{
	content: '';
	display: block;
	width: 28px;
	height: 22px;
	background-image: url('../images/phone.svg');
	position: absolute;
	top: 5px;
	left: 3px;
}
.logo_footer{
	float: left;
	border-bottom: none;
}
strong.footer_name,
div.footer_slogan{
	display: block;
	margin-left: 50px;
}
.footer_slogan{
	font-size: 12px;
}
.mail_footer:before{
	width: 30px;
	height: 20px;
	background-image: url('../images/mail.svg');
	left: -3px;
}
.footer_bottom{
	font: 12px/19px 'open_sansregular';
}
.copyright{
	margin: 20px 0 10px;
}
.share_title{
	position: relative;
	top: 1px;
}
.designer_copyright{
	margin: 15px 0 20px;
}
/*END FOOTER*/

/*MENU FOOTER*/
.menu_footer{
	min-height: 40px;
}
.menu_footer .navbar li > a{
	font: 14px/16px 'open_sansregular';
	text-transform: none;
	color: #fff;
	padding: 12px 15px 11px;
	display: block;
}
.menu_footer .navbar li > a:hover,
.menu_footer .navbar .active > a,
.menu_footer .navbar .active > a:hover,
.menu_footer .navbar .active > a:focus{
	color: #e9e9e9;
}
.menu_footer .navbar .navbar-toggle .icon-bar {
	background-color: #ddd;
}
.footer a.sitemap{
	color: #fff;
	padding: 11px 0 11px 20px;
	float: right;
	position: relative;
}
.sitemap:before{
	content: '';
	display: block;
	width: 13px;
	height: 12px;
	position: absolute;
	top: 14px;
	left: 0;
	background: url('../images/sprite.png') no-repeat -120px -40px;
}
.footer a.sitemap:hover{
	color: #e9e9e9;
}
.sitemap:hover:before{
	background-position: -80px -40px;
}
/*END MENU FOOTER*/

/*CONTENT*/
section[role='main'] .container{
	margin-bottom: 30px;
}
.content img{
	max-width: 100%;
	height: auto;
}
.img-right,
.content img[style*="float: right"]{
	position: relative;
	z-index: 1;
	margin: 0 0 20px 0;
}
.img-left,
.content img[style*="float: left"]{
	position: relative;
	z-index: 1;
	margin: 0 0 20px 0;
}
.img-left,
.img-right,
.content img[style*="float: right"],
.content img[style*="float: left"]{
	float: none !important;
}

.content ol{
	counter-reset: list;
}
.content ul,
.content ol{
	list-style: none;
	margin: 0 25px 10px 0;
	position: relative;
	left: 25px;
}
.content ol{
	text-indent: 0;
}
.content ul>li,
.content ol>li{
	position: relative;
	margin: 0 0 10px;
}

/*sitemap*/
ul.sitemap_list li{
	margin: 10px 0 10px;
}
.item_out_of_stock a{
	color: #8a8a8a;
	border-bottom-color: #8a8a8a;
}
.item_out_of_stock a:hover{
	color: #4b4b4b;
}
.content ul>li.item_out_of_stock:before{
	color: #8a8a8a;
}
/*End sitemap*/

.content ul>li:before{
	content: '';
	position: absolute;
	top: 4px;
	left: -15px;
	font: 7px/10px 'Glyphicons Halflings';
}
.content ol>li:before{
	counter-increment: list;
	content: counter(list)'.';
	position: absolute;
	top: 1px;
	left: -15px;
	font-size: 12px;
}

.content ul li p{
	display: inline;
}
.map-canvas{
	margin: 30px 0;
	min-height: 450px;
}
.top_descr,
.bottom_descr{
	margin-bottom: 30px;
	font-size: 13px;
}

/*класс table-wrapper добавляется для таблиц скриптом*/
.table_wrapper{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.table_wrapper table{
	max-width:100%;
}
/*END CONTENT*/

/*BREADCRUMBS*/
.breadcrumbs{
	margin-bottom: 20px;
	color: #9a9a9a;
	font: 12px/16px 'open_sansregular', sans-serif;
}
.breadcrumbs li{
	display: inline;
}
.breadcrumbs a:after{
	content: '•';
	display: inline-block;
	margin: 0 15px;
	font: 14px/16px 'open_sansregular', sans-serif;
}
/*END BREADCRUMBS*/

/*BANNER*/
.main_banner{
	position: relative;
	margin-bottom: 40px;
}
.main_banner li{
	left: 0;
	right: 0;
}
.main_banner_link{
	display: block;
	min-height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.main_banner_header{
	display: block;
	padding: 25px 35px;
	font: 24px/30px "open_sansregular";
	color: #48494a;
	text-shadow: 0 0 10px #fff;
	background-color: rgba(255,255,255, .8);
}
.main_banner_img{
	display: none;
}
.main_banner a.bx-prev,
.main_banner a.bx-next{
	position: absolute;
	text-align: center;
	font: 24px/40px 'Glyphicons Halflings';
	right: 0;
	bottom: 0;
	color: #48494a;
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,.5);
	z-index: 500;
}
.main_banner a.bx-prev{
	right: 41px;
}
a.bx-prev:focus, a.bx-next:focus,
a.bx-prev:active, a.bx-next:active{
	outline: none;
}
a.bx-prev:hover, a.bx-next:hover{
	opacity: .8;
}
/* slider loader */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/*END BANNER*/

/*SIDEBAR*/
.sidebar-nav{
	background: #f3f3f3;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus,
.nav > li > a:focus{
	color: #539cd4;
	text-shadow: none;
	background-color: #fff;
}
.nav-list > li > a {
	border-bottom: 1px solid #fff;
	padding: 8px 5px 8px 30px;
	color: #48494a;
	position: relative;
}
.nav-list > li.active > a:before{
	content: '';
	position: absolute;
	width: 5px;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #539cd4;
}
/*END SIDEBAR*/

/*CATALOG*/
ul[class^='catalog tile']{
	/*margin-top: 30px;*/
}
.tile,
.tile_4{
	font-size: 0;
	position: relative;
}
.tile>li,
.tile_4>li{
	width: calc(100% / 3);
	display: inline-block;
	vertical-align: top;
	//display: inline;
	//zoom: 0;
}
.catalog>li{
	margin-bottom: 30px;
}
.tile_4>li{
	width: 25%;
}
.item_catalog,
.item_category{
	position: relative;
	text-align: left;
	font: 12px/16px 'open_sansregular';
	transition: all 0.1s ease-out 0.1s;
	border-width: 1px;
	border-style: solid;
}
div[class^='item_']:hover{
	border-color: rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.item_catalog{
	padding: 20px;
}
.item_category{
	padding: 20px;
}
ul[class^='catalog tile'] .item_catalog .catalog_pict,
ul[class^='catalog tile'] .item_category .catalog_pict{
	text-align: center;
}
ul[class^="catalog tile"] .item_catalog .catalog_pict img,
ul[class^="catalog tile"] .item_category .catalog_pict img{
	vertical-align: middle;
}
.catalog_pict a{
	display: inline-block;
	border-bottom: none;
	line-height: 20px;
}
a.item_caption{
	font: 16px/24px 'open_sansregular';
}
.item_catalog .price{
	font: 18px/20px 'open_sanssemibold';
}
.item_catalog .old,
.product_old_price{
	font: 14px/16px 'open_sansregular';
	position: relative;
}
.product_old_price{
	color: #c00;
	display: inline-block;
}
.item_catalog .old:after,
.product_old_price:after{
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	left: 0;
	right: 0;
	top: 50%;
	background: #48494a;
}
.product_old_price:after{
	background: #c00;
}
a.btn,
span.btn,
input.btn,
button.btn:not(.btn-default){
	font: 14px/16px 'open_sansregular';
	color: #fff;
	padding: 9px 30px 10px;
	border-radius: 0;
}
span.btn.btn_small{
	font: 12px/14px 'open_sansregular';
	padding: 7px 20px 8px;
}
.btn:hover,
.btn:active,
.btn:focus{
	color: #fff;
}
ul[class^='catalog tile'] .item_catalog .btn_wrap{
	text-align: center;
}
.btn:not(.btn-default).unactive,
.btn:not(.btn-default).unactive:hover,
.btn.btn_red.unactive,
.btn.btn_red.unactive:hover{
	background: #cacaca;
	cursor: default;
}
.btn.button-status-loading{
	opacity: 0;
}
.content_item_catalog .content p{
	margin-bottom: 0;
}
.catalog .item_caption_truncate,
.catalog .anons_truncate,
.catalog .content_item_catalog .only_list_d_inline{
	display: none;
}

/*compare*/
.compare_link{
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	height: 19px;
	background: url('../images/sprite.png') no-repeat 0 -160px;
	opacity: .5;
}
.product_card_img .compare_link{
	right: 20px;
}
.compare_link:hover{
	opacity: 1;
}
.compare_link.active{
	background-position: -40px -160px;
}
/*end compare*/


/*amount*/
.increase_amount{
	display: inline-block;
	padding: 3px 6px;
	border-radius: 2px;
	color: #fff;
	background: #22ccb9;
	cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.increase_amount:hover{
	opacity: .8;
	box-shadow: 0 0 1px rgba(72, 73, 74,.9)
}
/*end amount*/

/*CATALOG CONTROLS*/
.catalog_controls_block:nth-child(1)>*{
	vertical-align: middle;
	line-height: 24px;
}
.catalog_controls_block{
	padding: 5px;
}
a.catalog_controls_btn{
	font-size: 21px;
	border-bottom: none;
	color: #d0d0d0;
	display: inline-block;
	width: 24px;
}
a.catalog_controls_btn.active{
	color: inherit;
}
a.catalog_controls_btn:hover{
	color: #48494a;
}
.sort_by{
	color: #888;
	border-bottom: none;
}
.sort_by.active,
.sort_by:hover{
	color: #48494a;
}
.sort_by .glyphicon{
	font: 10px/14px 'Glyphicons Halflings';
}

/*END CATALOG CONTROLS*/

/*stickers*/
.stickers_block{
	position: absolute;
	top: 20px;
	left: 0;
	min-width: 70px;
}
.sticker{
	position: relative;
	z-index: 10;
	padding: 0 10px 1px;
	display: inline-block;
	margin-bottom: 4px;
}
.sticker_text{
	color: #fff;
	position: relative;
	font: 12px/20px 'open_sansregular';
}
.sticker_bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .8;
}
.product_card_img .stickers_block{
	left: 20px;
}
.stickers_block.stickers_large .sticker{
	padding: 3px 10px 3px 10px;
	margin-bottom: 5px;
}
.stickers_block.stickers_large .sticker_text{
	font: 14px/20px 'open_sansregular';
}
/*end stickers*/

/*END CATALOG*/

/*PAGE MENU*/
.menu_page li{
	font: 15px/18px 'open_sansregular';
	text-align: center;
}
.menu_page li a{
	border-bottom: none;
}
.menu_pict{
	display: inline-block;
	text-align: center;
	width: 70px;
	border-width: 1px;
	border-style: solid;
	line-height: 70px;
	border-radius: 36px;
	margin-bottom: 5px;
}
.menu_page li a:hover .menu_pict img{
	opacity: .8;
}
/*END PAGE MENU*/

/*PROMO*/
.read_more,
.date{
	margin-top: 5px;
	display: inline-block;
	font: 13px/15px 'open_sansitalic';
}
.date{
	color: #898a8c;
}
.promo>div{
	margin-bottom: 30px;
}
.promo h4{
	margin-top: 0;
}
.promo .content{
	font: 13px/15px 'open_sansregular';
}
.promo p{
	margin: 5px 0;
}
.promo .catalog_pict{
	float: left;
	margin: 0 10px 10px 0;
}
.paging{
	margin-bottom: 30px;
	text-align: center;
	font-size: 18px;
}
.paging span,
.paging a{
	margin: 0 6px;
	display: inline-block;
	vertical-align: middle;
	font: 18px/18px 'open_sansregular';
}
.paging span{
	color: #888;
}
.paging .prev,
.paging .next{
	color: #d0d0d0;
	font: 18px/18px 'Glyphicons Halflings';
}
.gray-bg,
.gray-bg .container{
	position: relative;
}
.gray-bg:after{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.7), rgba(255,255,255,0.1));
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0.1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.7), rgba(255,255,255,0.1));
	background: -o-linear-gradient(top, rgba(255,255,255,0.7), rgba(255,255,255,0.1));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.7), rgba(255,255,255,0.1));
	background-image: linear-gradient(top, rgba(255,255,255,0.7), rgba(255,255,255,0.1));
	z-index: 1;
}
.gray-bg .container{
	z-index: 2;
}
/*END PROMO*/

#top{
	display: none;
	position: fixed;
	bottom: 2%;
	right: 2%;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	font: 12px/80px 'open_sansregular';
	background: rgba(250,250,250,.8);
	text-align: center;
	cursor: pointer;
	z-index: 1500;
}
#top:after{
	content: '';
	position: absolute;
	top: 10px;
	left: 16px;
	font: 30px/20px 'Glyphicons Halflings';
}

/*PRODUCT CARD*/
table.properties,
.content table{
	margin: 1px;
	box-shadow: 0 0 1px #888;
}
table.properties{
	width: 100%;
}
table.properties td,
.content table td{
	padding: 10px;
}
table.properties tr:nth-child(odd),
.content table tr:nth-child(odd){
	background: #eaf5f8;
}
.product_price{
	margin-top: 5px;
	font-size: 16px;
}
.product_price span{
	font: 24px/24px 'open_sanssemibold';
	color: #cc0000;
}
.btn.big{
	font: 18px/18px 'open_sanssemibold';
	padding: 13px 30px 15px;
	word-wrap: break-word;
	word-break: break-all;
}
.btn.btn_red{
	background-color: #e20000;
}
.btn.btn_red:hover{
	background-color: #ff0000;
}
.btn.big:active,
.btn.big:focus{
	color: #fff;
	outline: none;
}
.btn.btn_red:active,
.btn.btn_red:focus{
	background-color: #cc0000;
}
input[type='reset']+input[type='submit']{
	margin-left: 20px;
}
.tile.thumbnails{
	margin: 20px -10px 0 -10px;
}
.thumbnails .preview{
	padding: 0 10px;
	position: relative;
}
.thumbnails_link{
	position: absolute;
	top: 0;
	left: 10px;
	bottom: 0;
	right: 10px;
	border: 1px solid #d0d0d0;
	cursor: pointer;
}
#big_pict_link{
	display: block;
}

/*availability*/
.availability_list_title{
	font: 14px/16px 'open_sansbold';
	color: #777;
}
.availability-list li{
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
	font: 14px/16px 'open_sanssemibold';
}
.availability-list li:before{
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	left: 0;
	top: 6px;
	border-radius: 50%;
}
.availability-false li:before{
	background: #c00;
}
/*end availability*/

/*END PRODUCT CARD*/


/*ANONS*/
.anons h4{
	margin: 0 0 5px;
}
.anons_pic{
	float: left;
	margin: 0 20px 10px 0;
}
.anons li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}
.anons li:last-child{
	border-bottom: none;
}
.anons .content,
.anons .content p{
	font: 13px/15px 'open_sansregular';
	display: inline;
}
/*END ANONS*/

/*FORM ELEMENTS*/

.catalog_filter input[type="checkbox"],
.catalog_filter input[type='radio'],
input.radio,
input.checkbox{
	display: none;
}
.catalog_filter input[type="checkbox"]+label,
.catalog_filter input[type='radio']+label,
input.radio+label,
input.checkbox+label{
	position: relative;
	padding-left: 20px;
	word-break: break-all;
}
.catalog_filter input[type="checkbox"]+label:before,
.catalog_filter input[type='radio']+label:before,
input.radio+label:before,
input.checkbox+label:before{
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	top: 2px;
	left: 0;
	border: 1px solid #d0d0d0;
}


/*checkbox input*/
.catalog_filter input[type="checkbox"]:checked+label:before,
input.checkbox:checked+label:before{
	border: none;
}
.catalog_filter input[type="checkbox"]:checked+label:after,
input.checkbox:checked+label:after{
	content: '\e013';
	font: 9px/13px 'Glyphicons Halflings';
	top: 2px;
	left: 2px;
	position: absolute;
	color: #fff;
}
/*end checkbox input*/


/*radio input*/
input[type="radio"]{
	position: relative;
	top: 1px;
}
.catalog_filter input[type='radio']+label:before,
input.radio+label:before{
	border-radius: 50%;
	width: 12px;
	height: 12px;
	top: 3px;
}
.catalog_filter input[type="radio"]:checked+label:after,
input.radio+label:after{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	top: 6px;
	left: 3px;
	border-radius: 50%;
}
/*end radio input*/


/*disabled inputs*/
input[disabled='disabled']+label{
	cursor: not-allowed;
}
.catalog_filter input[disabled='disabled'][type='checkbox']+label:before,
.catalog_filter input[disabled='disabled'][type='radio']+label:before{
	background: #e1e1e1;
}
/*end disabled inputs*/



div[class^='col-'] label{
	display: block;
	font-family: 'open_sanssemibold';
	font-weight: normal;
}
input::-webkit-input-placeholder {color:#ddd;}
input::-moz-placeholder {color:#ddd;}
input:-moz-placeholder {color:#ddd;}
input:-ms-input-placeholder {color:#ddd;}

input[type='text']:focus:invalid,
input[type='tel']:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
	color: #c00;
}
form input[type='text'],
form input[type='tel'],
form input[type='password'],
textarea,
select{
	width: 100%;
	margin-bottom: 20px;
	outline: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #d0d0d0;
	color: #888;
}
select{
	padding: 8px 15px 9px 15px;
	height: 40px;
}
input[type='text']:focus, textarea:focus{
	color: #48494a;
}
textarea{
	height: 174px;
	resize: vertical;
}
form input.form-input-small{
	padding: 4px;
	margin-bottom: 0;
	font: 13px/15px 'open_sansregular';
}
.filters_spoiler_link.open:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/sprite.png) no-repeat -120px -120px;
	position: absolute;
	right: -25px;
	top: 0;
	opacity: .8;
}
.filters_spoiler_link:after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/sprite.png) no-repeat -80px -120px;
	position: absolute;
	right: -25px;
	top: 0;
	opacity: .8;
}
.captcha-block{
	line-height: 80px;
}
.captcha-img{
	vertical-align: middle;
}
.captcha-reset{
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
	border-bottom: none;
	font: normal 21px/30px 'Glyphicons Halflings';
}
.alert{
	padding: 20px;
	font: 17px/24px 'open_sansregular';
}
.success {
	background: #bdd57d;
}
/*END FORM ELEMENTS*/


/*BASKET*/
.basket_h1:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../images/sprite.png') no-repeat -40px -80px;
	margin-right: 10px;
	position: relative;
	top: 3px;
}
#make_order{
	margin-bottom: 40px;
}
table.basket_table{
	width: 100%;
	margin: 0 0 40px 0;
}
.basket_table td:nth-child(2){
	max-width: 150px;
}
table td{
	vertical-align: middle;
}
th, tfoot td{
	padding: 15px 10px;
	background: #ebebeb;
}
th{
	font-family: 'open_sanssemibold';
	font-weight: normal;
}
tfoot td{
	text-align: center;
	color: #888;
	font: 14px/20px 'open_sansregular';
}
tfoot .result_sum{
	font: 24px/24px 'open_sanssemibold';
}
tfoot .result_sum, tfoot .result_suffix,
.basket_content .result_sum{
	color: #c00;
}
a.delete,
a.delete_small{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../images/sprite.png') no-repeat -80px -80px;
	cursor: pointer;
	margin-top: 2px;
	text-decoration: none;
	border-bottom: none;
}
.delete:hover{
	background-position: -120px -80px;
}
a.delete_small{
	width: 10px;
	height: 10px;
	background-position: 0 -120px;
}
.delete_small:hover{
	background-position: -40px -120px;
}
.small,
.warning_label{
	font: 12px/16px 'open_sansregular';
}
.warning_label{
	margin-bottom: 20px;
}
.privacy_label{
	display: inline-block;
}
/*END BASKET*/


/*TOUCHSPIN*/
.bootstrap-touchspin{
	max-width: 120px;
	text-align: center;
}
.input-group.bootstrap-touchspin{
	min-width: 110px;
}
.bootstrap-touchspin .form-control{
	z-index: 100;
}
.bootstrap-touchspin>*:nth-child(1){
	right: -1px;
}
.bootstrap-touchspin>*:nth-child(5){
	left: -1px;
}
.bootstrap-touchspin button{
	min-width: 34px;
}
/*small*/
.touchspin_small .input-group.bootstrap-touchspin{
	max-width: 100px;
	min-width: auto;
}
.touchspin_small button.btn{
	min-width: 24px;
	padding: 4px 4px 5px;
}
.touchspin_small input.bootstrap-touchspin{
	height: 31px;
	padding: 5px;
	max-width: 60px;
	font-size: 12px;
}
/*END TOUCHSPIN*/

/*MODAL*/
.modal{
	position: fixed;
	top: 101px;
	left: 50%;
	bottom: auto;
	margin-left: -270px;
	width: 540px;
	padding: 10px;
	background: rgba(255, 255, 255,.9);
	z-index: 100;
	display: none;
	transition: all 0.2s ease-out 0.2s;
}
.modal_title{
	margin: 5px 0 20px;
	font: 24px/30px 'open_sanslight';
}
.modal .btn_wrap{
	margin: 20px 0 10px;
	position: relative;
}
.modal .btn_wrap .btn{
	margin: 0 8px 10px;
}
.modal .btn_wrap .btn span{
	font: 14px/14px 'Glyphicons Halflings';
	position: relative;
	top: 2px;
}
.mask{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.2);
	z-index: 100;
	display: none;
}
.modal_close{
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 16px;
	color: #48494a;
	opacity: .7;
}
.modal_close:hover{
	opacity: 1;
}
.modal_close+.modal_title{
	padding-right: 40px;
}
.modal textarea{
	height: 100px;
}

/*END modal*/

.u-eip-add-button{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/*USER DROPDOWN*/
.btn-login .glyphicon{
	font-size: 12px;
}
.user_dropdown{
	background: #fbfbf9;
	padding: 20px 15px 10px;
	border-radius: 3px;
	min-width: 240px;
	position: absolute;
	top: 40px;
	right: 50%;
	margin-right: -107px;
	color: #5b5b5b;
	z-index: 100;
	box-shadow: 0 0 1px #888;
}
.user_dropdown label{
	margin-bottom: 0;
	font: 12px/15px 'open_sansregular';
}
.user_dropdown a{
	color: #48494a;
	text-decoration: underline;
}
.user_dropdown a:hover{
	color: #48494a;
	text-decoration: none;
}
.user_dropdown a span{
	color: #888;
}
.user_dropdown a span+span{
	color: #48494a;
}
.user_dropdown a:hover{
	text-decoration: none;
}
.fake_mask{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
}
/*END USER DROPDOWN*/

/*FILTER*/
input[type='text'].input_small{
	padding: 5px 10px;
}
.top_line{
	border-top: 1px solid #e1e1e1;
}
.bottom_line{
	border-bottom: 1px solid #e1e1e1;
}
.filter_title{
	font: 14px/16px 'open_sansbold';
	color: #48494a;
	margin: 5px 0 10px;
	padding-right: 20px;
}
.filter_reset{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url('../images/sprite.png') no-repeat 0 -120px;
}
.active .filter_reset{
	cursor: pointer;
	background: url('../images/sprite.png') no-repeat -40px -120px;
}
.reset_all{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../images/sprite.png') no-repeat -80px -80px;
	margin: 0 0 0 10px;
	top: 7px;
}
.reset_all.active{
	background: url('../images/sprite.png') no-repeat -120px -80px;
}
.reset_all.active:hover{
	opacity: 1;
	cursor: pointer;
}
.ui-slider-handle{
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #d8d8d8;
	background: #f8f8f8;
	border-radius: 9px;
	position: absolute;
	z-index: 100;
	top: -3px;
	left: 0;
}
.slider-range{
	margin-right: 16px;
}
.ui-slider-range{
	height: 10px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	margin: 0 -5px 0 5px;
}
/*END FILTER*/

/*RATING*/
.stars span{
	font-size: 16px;
	color: #9a9a9a;
}
.stars span.gold,
.stars span.think_gold{
	color: #ffc107;
}
/*END RATING*/


/*SPOILER*/
.spoiler_content{
	display: none;
}
/*END SPOILER*/

/*MAIN CATEGORY SLIDER*/
#main_categoty_slider li{
	padding: 2px;
}
/*END MAIN CATEGORY SLIDER*/

/*GENERAL SLIDER*/
.general_slider a.bx-prev,
.general_slider a.bx-next{
	position: absolute;
	font: 20px/20px 'Glyphicons Halflings';
	z-index: 500;
	top: 50%;
	margin-top: -10px;
}
.general_slider a.bx-prev{
	left: 0;
}
.general_slider a.bx-next{
	right: 0;
}
/*END GENERAL SLIDER*/


/*SOCIAL NETWORKS*/
.social_networks>li{
	display: inline-block;
	margin: 0 2px;
}
.social_networks>li>a{
	border-bottom: none;
}

/*FILES LIST*/
.files-list{
	background: #fff;
}
.files-list li{
	padding: 10px 0;
}
.files-list a{
	position: relative;
	padding-left: 45px;
	text-decoration: none;
	border-bottom: none;
}
.files-list a:before{
	position: absolute;
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	left: 0;
	background: url('../images/docs_pictogram.svg') no-repeat 0 0;
}
.files-list a.pdf:before{
	background-position: 0 -40px;
}
.files-list a.rtf:before{
	background-position: 0 -80px;
}
.files-list a.xls:before{
	background-position: 0 -120px;
}
.files-list a.doc:before{
	background-position: 0 -160px;
}
.files-list a.ppt:before{
	background-position: 0 -200px;
}
/*END FILES LIST*/


/*LOADER*/
.mask-with-loader{
	position: relative;
}
.mask-with-loader:before{
	position: absolute;
	content: '';
	z-index: 101;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255, .5);
}
.mask-with-loader:after,
.loader{
	position: absolute;
	z-index: 102;
	content: '';
	width: 44px;
	height: 44px;
	margin-left: -22px;
	margin-top: -22px;
	left: 50%;
	top: 50%;
	background: url("/images/ushop/loader.svg") no-repeat 50% 50%;
}
/*END LOADER*/


/*КАТЕГОРИЯ ПУСТЫШКА*/
.category-placeholder{
	position: relative;
	padding-left: 45px;
}
.category-placeholder-merker{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.category-placeholder-merker:before,
.category-placeholder-merker:after{
	position: absolute;
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	left: 50%;
	margin-left: -1px;
	top: 50%;
	margin-top: -10.5px;
	background: #fff;
}
/*END КАТЕГОРИЯ ПУСТЫШКА*/


/*TRANSFORMS*/
.rotate45,
.category-placeholder-merker:before{
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.rotate-45,
.category-placeholder-merker:after{
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.rotate180{
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*END TRANSFORMS*/


.guest_message{
	border:  1px solid #22ccb9;
	padding: 20px 20px 10px;
	margin-bottom: 50px;
	font-size: 14px;
	color: #48494a;
	background: #f3fcfb;
}