@import url('../font-awesome.css');

/*
 * Style tweaks
 * --------------------------------------------------
 */
 html {
  position: relative;
  min-height: 100%;
}

body {
/*  overflow-x: hidden;
  background: #ddd url('http://wallpaperswa.com/download/view?resolution=1920x1080&file=MTkyMHgxMDgwLzIwMTQwMzA1L2Fic3RyYWN0X3dhbGxwYXBlcnN3YS5jb21fODIuanBn&name=YWJzdHJhY3Q=') fixed;
	background: #ddd url('http://danlik.ru/wp-content/uploads/2015/05/Moroz.jpg') fixed;
*/
		background-color: #eee;
/*		background: #ddd url('/image/graphics/bg-spring-2.jpg ') fixed bottom;*/
		background: #ddd url('/image/graphics/bg-abstract-2.jpg') fixed bottom;
		/*background: #ddd url('/image/graphics/bg-autumn-7.jpg') fixed top;*/
		/*background: #ddd url('/image/graphics/bg-winter-2.jpg') fixed top;*/

}
body {
  padding-top: 50px;
  margin-bottom: 150px;
}
footer {
    background-color: #f5f5f5;
    bottom: 0;
    /*height: 120px;*/
    position: absolute;
    width: 100%;
	padding: 30px 0 10px 0;
	background-color: #f5f5f5;
}
footer  ul {
	list-style: none;
	padding-left: 0;
}
footer .container {
    background-color: transparent;
}
.container {
	background-color: #fff;
}
#search .container {
	background-color: transparent;
	padding: 0px 0 0px 0;
	background-color: rgba(255, 255, 255, 0.5);
}
#MiddlePane.container {
	padding-top: 25px;
	width: 90%;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	font-family: 'Roboto Condensed', sans-serif;
}
.h3 .arrows {
	margin: 0 5px;
}
.breadcrumb {
margin-top: 20px;
}

h1, .h1, h2, h3 {
	margin-top: 0;
	margin-bottom: 20px;
}
.ul-list {
	list-style-type: none;
	margin-left: 0;
	padding-left: 15px;
}
.ul-list li {
	margin-left: 0;
	padding-left: 0;
}
.ul-list > li {
	margin-bottom: 10px;
}
.ul-list li .icon {
	margin-right: 7px;
	float: left;
}
.ul-list li  > a {
	display: block;
	padding-left: 15px;
	margin-bottom: 5px;
}
.navbar {
	/*box-shadow: 0 0 4px 0px;*/
}
.navbar-header {
	overflow: hidden;
}
.navbar-brand {
	padding: 5px 15px;
}
#logo-anim {
    margin-right: 0;
    position: relative;
    top: 50px;
    transition: width 0.2s ease 0.1s, margin-right 0.2s ease 0.1s, top 0.2s ease 0s;
    width: 0;
}
#logo-anim.anim_logo {
    margin-right: 8px;
    top: 0px;
    transition: width 0.2s ease 0s, margin-right 0.2s ease 0s, top 0.2s ease 0.1s;
    width: 180px;
}
#logo-anim .pseudo_link {
	display: inline-block;
	margin-left: 50px;
	top: -20px;
	position: relative;
}

.full-description-title {
	margin-bottom: 20px;
}

.navbar-default .navbar-nav > .focus > a, .navbar-default .navbar-nav > .focus > a:focus, .navbar-default .navbar-nav > .focus > a:hover {
    background-color: #bce8f1;
    color: #31708f;
}
 .navbar-default .navbar-nav > .focus > a > .badge {
	background-color: #31708f;;
 }
/************** Gallery mode **************/

.gallery_mode .product-container {
    display: inline-block;
    /*height: 363px;*/
	height: 333px;
    margin-bottom: 15px;
    position: relative;
    vertical-align: top;
    /*width: 238px;*/
	z-index: 2;
}

.gallery_mode .product-container:hover {
	z-index: 100;
}
.gallery_mode .product-block {
   background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    box-shadow: 0 0 3px 0 #e8e8e8;
    box-sizing: border-box;
    font-size: 13px;
    left: 0;
    letter-spacing: normal;
    min-height: 100%;
    padding-top: 15px;
    /*position: absolute;*/
	position: relative;
    text-align: left;
    top: 0;
    transition: box-shadow 0.5s ease 0s, border-color 0.5s ease 0s, padding 0.3s ease 0s;
    width: 100%;
}
.gallery_mode .product-block:hover {
	border-color: #99BCDB;
    box-shadow: 0 0 5px 0 #99BCDB;
	/*padding-bottom: 15px;*/
    transition: box-shadow 0.5s ease 0.4s, border-color 0.5s ease 0.4s, padding 0.3s ease 0.4s;
}
.gallery_mode .price {
	font-size: 17px;
}

.gallery_mode h3 {
    display: block;
    line-height: 0.9em;
    /*max-height: 2.2em;*/
	height: 2.2em;
    overflow: hidden;
    position: relative;
	padding: 0;
	padding-top: 7px;
	margin: 0;
}
.text-hider {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0), #ffffff);
    bottom: 0;
    height: 1em;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 3em;
    z-index: 2;
}
.gallery_mode .product-name {
    font-size: 16px;
    line-height: 1.0em;
}
.gallery_mode .price-title, .gallery_mode .prefix {
	font-size: 14px;
}
.gallery_mode .price-title.line-through{
	text-decoration: line-through;
}
.product-gallery-content {
/*
	max-height: 146px;
    min-height: 146px;
*/
	max-height: 100px;
    min-height: 100px;
    overflow: hidden;
    padding: 0 15px;
    transition: max-height 0.2s ease 0s;
}

.product-content-hidden {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;

    transition: max-height 0.2s ease 0s;
}
.product-container:hover .product-content-hidden {
    max-height: 300px;
    overflow: hidden;
    padding: 0 15px;
    transition: max-height 0.2s ease 0.4s;
}
.product-content-hidden hr{
	margin-top: 0;
}
.gallery_mode .org-name {
	display: inline-block;
	margin-right: 5px;
	padding-bottom: 15px;
}
.gallery_mode .product-top-offer__item_type_delivery {
	margin-bottom: 10px;
}
.gallery_mode .product-image {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}

.product-image .product-image-link {
    display: block;
    font-size: 0;
    height: 200px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
	margin: 0 auto;
}
.gallery_mode .product-image .product-image-link {
    height: 200px;
}
.product-image .product-image-link::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.product-image img{
	background-color: #fff;
    border: 0 none;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.gallery_mode .product-detail {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 7px 0;
    position: absolute;
    text-align: center;
    transition: opacity 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 101;
}
.product-container:hover .product-detail {
    opacity: 1;
}
.gallery_mode .button-pay {
	margin-bottom: 7px;
}
.gallery_mode .icons {
	display: none;
	position: absolute;
	top: 0px;
	padding: 10px;
	width: 100%;
	z-index: 100;
	/*opacity: 0;*/
	transition: opacity 0.2s ease-in-out 0s;
}
.product-container:hover .icons {
	display: block;
}
.gallery_mode .icon-tooltip {
	text-decoration: none;
	font-size: 20px;
	color: #ccc;
}
.gallery_mode .icons .left {
	float: left;
}
.gallery_mode .icons .right {
	float: right;
}
.gallery_mode .stickers {
	left: 50%;
	margin-left: -25px;
}
/************** End Gallery mode **************/

/************** Begin List mode **************/
.list_mode {}
.list_mode .media {
	clear: both;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-right: 10px;
}
.list_mode .media-left  {
    padding-right: 20px;
}
.list_mode .product-image {
	width: 180px;
}
.list_mode .product-image-link {
	height: 180px;
}
.list_mode .media-right {
	border-left: 1px solid #ddd;
	width: 200px;
}
.list_mode .media-body {
	width: auto;
}
.list_mode .media img {
/*	margin-bottom: 20px;*/
}
.list_mode .product-contact {
	margin-bottom: 10px;
}
.list_mode .product-contact .item-row {
	display: table-row;
}
.list_mode .product-contact .item-row span, .list_mode .product-contact .item-row a {
	display: table-cell;
	color: #777;
	font-size: 90%;
}
.list_mode .product-contact .item-row span {
	padding-right: 7px;
}
.list_mode .btn-buy {
	margin-bottom: 10px;
}
.list_mode .price {
	display: inline-block;
	margin: 5px 0;
	font-size: 21px;
}




.snippet-card {
	position: relative;
	border-top: 1px solid #ddd;
}
.snippet-card:first-child {
    border-top: 0 none;
}
.snippet-card__view {
    float: left;
    height: 200px;
    position: relative;
    width: 200px;
	padding: 30px 0;
}
.snippet-card__view .product-image {
	width: 140px;
	padding: 0px 0;
}
.snippet-card__view .product-image-link {
	height: 140px;
}
.snippet-card__info {
    float: right;
    min-height: 200px;
    padding: 20px 25px 25px 0;
    width: 25%;
}
.snippet-card__info .available {
	margin-bottom: 5px;
}
.snippet-card__info .btn-buy {
	margin: 7px 0;
}
.snippet-card__info .button-pay {
	margin-bottom: 10px;
}
.snippet-card__price {
	margin-bottom: 5px;
	font-size: 14px;
}
.snippet-card__price-prefix {}
.snippet-card__price-value {
	font-size: 17px;
	font-weight: bold;
	margin-right: 7px;
}
.snippet-card__price-value.line-through{
	font-size: 14px;
	font-weight: normal;
	margin-right: 7px;
	text-decoration: line-through;
}

.snippet-card__content {
    margin: 0 30% 0 200px;
}
.snippet-card__content h4{
    margin-top: 0;
}
.snippet-card__rubric {
	margin-bottom: 5px;
}
.snippet-card__rubric-title {
	color: #777;
	margin-right: 5px;
}
.snippet-card__description {
	color: #666;
	font-size: 90%;
	margin-bottom: 20px;
	overflow: hidden;
	height: 54px;
	position: relative;
}
.snippet-card__description::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(252, 252, 252, 0) 0%, #fcfcfc 100%) repeat scroll 0 0;
    bottom: 0px;
    content: "";
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.snippet-card__table {
    display: table;
    height: 200px;
    padding: 26px 0 22px;
    table-layout: fixed;
    width: 100%;
}
.snippet-card__row {
    display: table-row;
}
.snippet-card__col {
    display: table-cell;
    vertical-align: bottom;
}
.snippet-card__row:first-child .snippet-card__col {
    vertical-align: top;
}
.snippet-card__menu {
    line-height: 1.4em;
    margin: 7px 0 0;
}
.snippet-card__menu-item {
    display: inline-block;
    margin: 0 12px 0 0;
	color: #777;
}
.snippet-card__menu-item  a {
	color: #777;
}
.snippet-card__add-wishlist {
	position: absolute;
	bottom: 22px;
	right: 0;
	width: 25%;
}
.snippet-card .link_icon {
	font-size: 100%;
}






.link_icon {
	text-decoration: none;
	white-space: nowrap;
}
.link_icon:hover {
	text-decoration: none;
	color: #444;
}
.link_icon .icon {
	margin-right: 7px;
}
.link_icon:hover .link {
	text-decoration: underline;
}
.link_icon .pseudo_link, .pseudo_link {
	display: inline-block;
	border-bottom: 1px dotted #777;
	line-height: 100%;
}
.link_icon:hover .pseudo_link {
	border-bottom: 1px dotted transparent;
}

/************** End List mode **************/

/************** Company List Mode **************/
.company_list_mode {
	margin-bottom: 20px;
}
.company-card {
	position: relative;
	border-top: 1px solid #ddd;
}
.company-card:hover {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125);
	/*background-color: #f5f5f5;*/
	background-color: #efefef;
	transition: background-color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
	border-top: 1px solid #ddd;
}
.company-card:first-child {
    border-top: 0 none;
}
.company-card__view {
    float: right;
    height: 200px;
    position: relative;
    width: 200px;
	padding: 0px 0;
}
.company-card__view .add_logotype {
	opacity: 0;
	transition: opacity 0.2s ease-in-out 0s;
}
.company-card:hover .company-card__view .add_logotype {
	opacity: 0.5;
}

.company-card__view .product-image {
	width: 180px;
	padding: 10px 0;
}
.company-card__view .product-image-link {
	height: 180px;
}
.company-card__content {
    margin: 0 220px 0 20px;
}
.company-card__content h3{
    margin-top: 0;
}
.company-card__description {
	color: #333;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.company-card__table {
    display: table;
    height: 200px;
    padding: 26px 0 22px;
    table-layout: fixed;
    width: 100%;
}
.company-card__row {
    display: table-row;
}
.company-card__col {
    display: table-cell;
    vertical-align: bottom;
}
.company-card__row:first-child .company-card__col {
    vertical-align: top;
}
.company-card__menu {
    line-height: 1.4em;
    margin: 7px 0 0;
}
.company-card__menu-item {
    display: block;
    margin: 0 12px 5px 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.company-card .link_icon {
	font-size: 100%;
}

/************** End Company List Mode **************/


/************** Event List Mode **************/

.event-card {
	border: 1px solid #f0f0f0;
	position: relative;
	padding: 20px 0 20px 0;
}
.event-card:first-child {
    border-top: 0 none;
	padding-top: 10px;
}
.event-card__view {
    float: left;
    height: 200px;
    position: relative;
    width: 200px;
	padding: 0px 0;
}
.event-card__view .add_logotype {
	opacity: 0;
	transition: opacity 0.2s ease-in-out 0s;
}
.event-card:hover .event-card__view .add_logotype {
	opacity: 0.5;
}

.event-card__view .product-image {
	width: 200px;
	padding: 0px 0;
}
.event-card__view .product-image-link {
	height: 200px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.event-card__content {
    margin: 0 0 0 220px;
}
.event-card__content h3{
    margin-top: 0;
}
.event-card__description {
	color: #333;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

.event-card__table {
    display: table;
    height: 200px;
    padding: 0px 0 22px;
    table-layout: fixed;
    width: 100%;
}
.event-card__row {
    display: table-row;
}
.event-card__col {
    display: table-cell;
    vertical-align: bottom;
}
.event-card__row:first-child .event-card__col {
    vertical-align: top;
}
.event-card__menu {
    line-height: 1.4em;
    margin: 7px 0 0;
}
.event-card__menu-item {
    display: block;
    margin: 0 12px 5px 0;
}
.event-card__menu-item  a {

}
.event-card .link_icon {
	font-size: 100%;
}
/************** End Event List Mode **************/

.stickers {
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 10px;
}
.stickers__sticker {
	border-radius: 2px;
	display: inline-block;
	color: #fff;
	padding: 2px 8px 3px;
}
.stickers__sticker.stickers__sticker_type_discount {
	background-color: #5cb85c;
	font-size: 17px;
}
.stickers__sticker.stickers__sticker_type_discount:hover, .stickers__sticker.stickers__sticker_type_discount:focus {
	background-color: #449d44;
	text-decoration: none;
	color: #fff;
}

/************** Product Page **************/

.product_block h1 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 30px;
}
.product_block .product-image {}
.product_block .product-image-link {
	height: 350px;
}
.product_block .product-price {
	font-size: 14px;
	line-height: 29px;
	margin-bottom: 10px;
}
.product_block .article {
	display: inline-block;
	margin-bottom: 20px;
}
.product-price__block {
	border: 1px solid #ddd;
	background-color: #ddd;
	padding: 6px 10px 6px 15px;
}
.product-price__block:before {
	border-color: #fff;
	border-bottom-color: rgba(255, 255, 255, 0.5);
	border-left-color: rgba(255, 255, 255, 0.5);
	border-right-color: inherit;
	border-style: solid;
	border-top-color: rgba(255, 255, 255, 0.5);
	content: "";
	height: 0;
	position: absolute;
	width: 0;
}
.product-price__block:before {
	border-width: 24px 15px 24px 0;
	left: 0px;
	top: -1px;
}
.product-price__item-title {
	padding-right: 7px;
	color: #666;
}
.product-price__item-value {
	font-size: 25px;
	padding-right: 7px;
}
.product-price__item-value.line-through {
	font-size: 17px;
	text-decoration: line-through;
}
.product-price__item-prefix {
	margin-right: 7px;
}

.product_block .quantity label {
	margin-right: 10px;
}
.product_block .ui-spinner {
	width: 100px;
}
.product_block  .buy-block .btn {
	margin: 15px 0;
}
.product_block  .buy-block .btn.btn-warning {
	margin: 0px 0;
	background-color: #ffd633;
	color: #000;
	border-color:#ffd633;
}
.product-info__description {margin-bottom: 30px;}
.product_block .product-card__menu {}
.product_block .product-card__menu .link_icon {
	display: block;
	margin-bottom: 5px;
}
.product_block  .buy-block .view_phone {
	display: inline-block;
	margin-bottom: 5px;
}
.product_block  .owner .view_map {
	margin: 10px 0;
}
.product_description  {
	margin-top: 30px;
}
.product_block h3 {
	margin-top: 0;
/*	font-size: 17px;*/
}
.nav-tabs {
    border-bottom: 2px solid #2e6da4;
	margin-bottom: 20px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	background-color: #337ab7;
	border-color: #2e6da4 #2e6da4 transparent;
	color: #fff;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color:;
}
.nav-tabs > li > a:hover {
	/*border-color: #2e6da4 #2e6da4 #2e6da4;*/
	border-bottom: 1px solid #2e6da4;
}

.tab-content {
	margin: 15px 0 30px 0;
	border-bottom: 2px solid #2e6da4;
	padding: 10px 0 20px 0;
}

.tab-content table {
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0;
}
.tab-content table > tbody > tr > td, .tab-content table > tbody > tr > th, .tab-content table > tfoot > tr > td, .tab-content table > tfoot > tr > th, .tab-content table > thead > tr > td, .tab-content table > thead > tr > th {
	border-width: 0;
	border-top: 1px solid #ddd;
	line-height: 1.42857;
	padding: 8px;
	vertical-align: top;
}

#fancybox-wrap, #fancybox-wrap * { box-sizing: content-box; }

/************** End Product Page **************/

/************** Begin Org list **************/
.org_list {}
.org_item {
	padding-bottom: 15px;
}
.org_item .media-left {
    padding-right: 20px;
}
.org_description {
	margin-bottom: 10px;
	display: inline-block;
}

.list_item  {
	display: block;
	margin-bottom: 3px;
}
.link_icon  {
/*	color: #31708f;*/
}
.list_item .icon { margin-right: 7px; }
.org_item  h4 {
	margin-top: 0;
}
/************** End Org list **************/

/************** Begin Infopage **************/
.container.infopage {

}

.infopage .jumbotron .h1, .infopage  .jumbotron h1 {
    font-size: 29px;
}
.infopage .jumbotron p {
    font-size: 17px;
    font-weight: 200;
    margin-bottom: 15px;
}
.infopage .jumbotron img {
	margin: 0 20px 20px 0;
}
.infopage .jumbotron .contact {
	font-size: 23px;
	background-color: #ddd;
	padding: 7px 10px;
}
.container .jumbotron, .container-fluid .jumbotron {
    padding: 30px;
}

.infopage .navbar {
	box-shadow: none;
	font-size: 17px;
}
.infopage .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}
.address_block {
	color: #333;
	display: block;
	border-bottom: 1px solid #ddd;
	padding-top: 35px; /* 20 */
	padding-bottom: 10px;
	padding-right: 10px;
}
a.address_block:hover {
	border-right: 3px solid #ccc;
	text-decoration: none;
}
.address_block_item {
	font-size: 17px;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px;
	line-height: 20px;
}
.address_block_item .ml {
	margin-left: 30px;
}
.address_block .phone_descriprion {
	color: #777;
}
.address_block.current {
	border-right: 3px solid #c00
}
.rubric_description {
	margin-bottom: 20px;
}
.gallery  .product-image-link {
	margin-bottom: 10px;
}


.products_group.product-image {
	border: 1px solid #ddd;
	border-radius: 2px;
	margin-bottom: 20px;
	box-shadow: 0 0 3px 0 #e8e8e8;
	transition: box-shadow 0.2s ease 0s, border-color 0.2s ease 0s, padding 0.2s ease 0s;
}
.products_group.product-image:hover {
	box-shadow: 0 0 5px 0 #99bcdb;
	border-color: #99bcdb;
	/*transition: box-shadow 0.5s ease 0.4s, border-color 0.5s ease 0.4s, padding 0.3s ease 0.4s;*/
}
.products_group  .product-image-link {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
	padding: 1px;
}
.products_group  .product-image-link  img{

}
.products_group_title_inner {
	display: table;
    height: 54px;
    width: 100%;
	margin: 0;
	padding: 0;
}
.products_group  .products_group_title {
	background: #fcfcfc none repeat scroll 0 0;
    /*border: 1px solid #eee;*/
    height: 54px;
    overflow: hidden;
    position: relative;
	border-radius: 0 0 4px 4px;
}
.products_group  .products_group_title::after {
    /*border-right: 10px solid #fcfcfc;*/
    bottom: 10px;
    content: "";
    height: 12px;
    position: absolute;
    right: 0;
    width: 30px;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(252, 252, 252, 0) 0%, #fcfcfc 100%) repeat scroll 0 0;
}
.products_group  .products_group_title::before {
    /*border-bottom: 10px solid #fcfcfc;*/
    bottom: 2px;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(252, 252, 252, 0) 0%, #fcfcfc 100%) repeat scroll 0 0;
}
.products_group_title  a {
	color: #000;
    display: table-cell;
    font-size: 16px;
    padding: 9px 10px;
    vertical-align: middle;
	line-height: 21px;
}
.products_group.product-image.style_dark {
	border: 1px solid #999;
	/*box-shadow: 0 0 3px 0 #e8e8e8;*/
	transition: box-shadow 0.2s ease 0s, border-color 0.2s ease 0s, background-color 0.2s ease 0s;
}
.products_group.product-image.style_dark:hover {
	box-shadow: 0 0px 5px 0 #99bcdb;
	border-color: #337ab7;
	/*transition: box-shadow 0.5s ease 0.4s, border-color 0.1s ease 0s, padding 0.3s ease 0.4s;*/
	/*transition: box-shadow 0.5s ease 0.4s, border-color 0.5s ease 0.4s, padding 0.3s ease 0.4s;*/
}
.products_group.style_dark .products_group_title {
	background-color: #999;
	border-radius: 0 0 0px 0px;
}
.products_group.style_dark:hover .products_group_title {
	background-color: #337ab7;
	border-radius: 0 0 0px 0px;
	transition: background-color 0.2s ease 0s;
}
.products_group.style_dark  .products_group_title::after {
	display: none;
}
.products_group.style_dark  .products_group_title::before {
	display: none;
}
.style_dark .products_group_title  a {
	color: #fff;
}
/************** End Infopage **************/

/*
a.pseudo_link {
	border-bottom: 1px dotted #777;
	line-height: 12px;
}
*/
a.pseudo_link:hover {
	text-decoration: none;
	border-color: #fff;
}

.item-row a.pseudo_link {
	display: inline-block ! important;
	line-height: 12px;
	margin-bottom: 7px;
}
.navbar-brand a.pseudo_link {
	font-size: 14px;
}

.row.small_margin {
    margin-left: -7px;
    margin-right: -7px;
}
.small_margin .col-xs-3, .small_margin .col-sm-3, .small_margin .col-md-3, .small_margin .col-lg-3, .small_margin .col-xs-4, .small_margin .col-sm-4, .small_margin .col-md-4, .small_margin .col-lg-4, .small_margin .col-xs-5, .small_margin .col-sm-5, .small_margin .col-md-5, .small_margin .col-lg-5, .small_margin .col-xs-6, .small_margin .col-sm-6, .small_margin .col-md-6, .small_margin .col-lg-6 {
	padding-left: 7px;
	padding-right: 7px;
 }

#search .input-lg, #search .form-group-lg .form-control {
    font-size: 17px;
}
#search  .btn-lg{
    font-size: 17px;
    line-height: 1.43;
}

.vertical-tree {
	margin-bottom: 30px;
}

.vertical-tree .dropdown-menu {
	border: none;
    border-radius: 4px;
}
.dropdown-menu.multi-level {
	box-shadow: none;
	position: static;
	float: none;
	padding: 0;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-menu.multi-level > li {
   border-bottom: 1px solid #ddd;
}
.dropdown-menu.multi-level > li:hover   a {
   /*background-color: #5cb85c;*/
   /*background-color: #337ab7;*/
   color: #000;
   background-color: #efefef;
}
.dropdown-menu.multi-level > li:hover  .dropdown-menu {
   background-color: #efefef;
   color: #000;
   border: 1px solid #ddd;
}
.dropdown-submenu  > .dropdown-menu > li:hover > a {
   /*background-color: #23527c;*/
   background-color: #ddd;
   color: #000;
}
.dropdown-menu.multi-level > li > a {
	position: relative;
    white-space: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dropdown-menu.multi-level > .active > a:after {
	border-color: inherit;
	border-left-color: #337ab7;
	border-style: solid;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
}
.dropdown-menu.multi-level > .active > a:after {
	border-width: 20px 0px 20px 10px ;
	right: -10px;
	top: 0px;
}
.dropdown-menu.multi-level > .active:hover > a:after {
	border-color: #fff;
	border-left-color: #efefef;
}


.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
.dropdown-submenu > a::before {
    border-bottom: inherit;
    border-style: inherit;
    border-top: inherit;
    border-width: inherit;
    content: inherit;
    display: inherit;
    float: inherit;
    height: inherit;
    margin-right: inherit;
    margin-top: inherit;
    width: inherit;
}
.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #999;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}


/* modal_shopping_cart */
.order-card {
	position: relative;
	border-top: 1px solid #ddd;
}
.order-card__view {
    float: left;
    height: 200px;
    position: relative;
    width: 200px;
	padding: 30px 0;
	margin-bottom: 20px;
}
.order-card__content {}


.order-card-card {
	position: relative;
	border-top: 1px solid #ddd;
}
.order-card:first-child {
    border-top: 0 none;
}
.order-card__view {
    float: left;
    height: 100px;
    position: relative;
    width: 100px;
	padding: 0px 0;
}
.order-card__label {
    float: left;
    position: relative;
	padding: 20px 0;
}
.order-card__view .product-image {
	width: 100px;
	padding: 0px 0;
}
.order-card__view .product-image-link {
	height: 100px;
}
.order-card__info {
    float: right;
    min-height: 200px;
    padding: 20px 25px 25px 0;
    width: 25%;
}
.order-card__info .available {
	margin-bottom: 5px;
}
.order-card__info .btn-buy {
	margin: 7px 0;
}
.order-card__price {
	margin-bottom: 5px;
	font-size: 21px;
	font-weight: bold;
}
.order-card__price span{
	font-size: 14px;
	font-weight: normal;
}
.order-card__content {
    margin: 0 0% 0 120px;
}
.order-card__content .price{
    margin: 10px 0;
	font-size: 20px;
}
.order-card__content h4{
    margin-top: 0;
}
.order-card__description {
	padding: 20px 0;
}

.order-card  .total-price {
	font-size: 25px;
}
.order-card .quantity {
	margin: 20px 0;
}
.order-card label {
	font-weight: normal;
	font-size: 12px;
	display: block;
}
.order-card .quantity input {
	width: 60px;
}
#yandex_ad * {
	font-size: 14px;
}
.navigation_rubrics {
	margin-bottom: 30px;
}

.panel {
    background-color: #efefef;
    border: 0px solid transparent;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
.panel-actions.vertical {
    border-color: #bce8f1;
	background-color: #337ab7;
}
.panel-actions.vertical .panel-body {
	padding: 10px 15px 0 15px;
}
.panel-actions.vertical .gallery_mode .product-container {
	width: 100%;
	margin-bottom: 10px;
}



.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}


.ui-spinner {
	border: 1px solid #ccc;
	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}

.ui-spinner-input {
	margin: 0 30px 0 0;
	padding: 10px;
}

.ui-spinner-button {
	background-color: #E4E7EA;
	border-left: 1px solid #ccc;
	width: 32px;
	background-repeat: no-repeat;
	background-image: url(/image/dropdown-arrow.png);
	cursor: pointer;
}

.ui-spinner-up {
	background-position: 9px -41px;
	border-bottom: 1px solid #ccc !important;
}

.ui-spinner-down {
	background-position: 9px 6px;
}

.ui-spinner-button:hover {
	background-color: #f3f3f3;
}

.best_company .thumbnail {
	margin-bottom: 10px;
}
.best_company .col-md-4 {
	margin-bottom: 20px;
}


.rating-stars-block {
    display: inline-block;
    white-space: nowrap;
}
.snippet-card__shop .rating-stars-block {
    margin-right: 14px;
}
.rating-stars {
    display: inline-block;
    margin: -6px 0 0;
    vertical-align: middle;
}
.rating-stars-block .rating-stars {
    margin-right: 7px;
}







i {
    font-style: normal;
}
.rating-stars__star {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyI+PHBhdGggZmlsbD0iI0NGQ0ZDRiIgZD0iTTYuNDkxIDBsMS41MDkgNWg1bC00IDMgMiA1LTQuNS0zLTQuNSAzIDItNS00LTNoNXoiLz48L3N2Zz4=") repeat scroll 0 0;
    display: inline-block;
    height: 13px;
    margin-right: 1px;
    position: relative;
    vertical-align: middle;
    width: 13px;
}
.rating-stars__star, .rating-stars__star::before {
    background-size: cover;
}
.rating-stars__star::before {
    bottom: 0;
    content: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}
.rating-stars__star::before, .rating-stars[data-rate="5"] .rating-stars__star, .rating-stars[data-rate="1"] .rating-stars__star:nth-child(-n+1), .rating-stars[data-rate="2"] .rating-stars__star:nth-child(-n+2), .rating-stars[data-rate="3"] .rating-stars__star:nth-child(-n+3), .rating-stars[data-rate="4"] .rating-stars__star:nth-child(-n+4) {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyI+PHBhdGggZmlsbD0iI0ZBQjYwMCIgZD0iTTYuNDkxIDBsMS41MDkgNWg1bC00IDMgMiA1LTQuNS0zLTQuNSAzIDItNS00LTNoNXoiLz48L3N2Zz4=");
}




.delivery {
    -moz-user-select: none;
    font: 11px/1.4em "Verdana",sans-serif;
    word-wrap: break-word;
}
.delivery, .delivery .link {
    color: gray;
}
.delivery_link_yes {
    cursor: pointer;
}
.delivery_link_yes:hover {
	color: #c00;
}

.product-top-offer__item_type_delivery .delivery {
    display: inline-block;
    font: 13px "Arial",sans-serif;
    max-width: 100%;
}
.product-top-offer__item_type_delivery .delivery {
    vertical-align: middle;
}
.delivery__info {
    padding: 0 0 0 22px;
    position: relative;
}



.delivery__icon {
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 22px;
}
.delivery__icon_type_truck {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTQgOSIgZmlsbD0iI2IyYjJiMiI+PGNpcmNsZSBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgY3g9IjMuNSIgY3k9IjcuNSIgcj0iMSIvPjxjaXJjbGUgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGN4PSIxMC42IiBjeT0iNy41IiByPSIxIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi40IDNsLTEuNC0yaC0zdjRsLTEtNWgtN3Y3aDEuOGMuMi0uNy45LTEuMyAxLjctMS4zczEuNS42IDEuNyAxLjNoMy43Yy4yLS43LjktMS4zIDEuNy0xLjNzMS40LjYgMS42IDEuM2gxLjh2LTNsLTEuNi0xem0tMi40IDF2LTEuOWwxLjYgMS45aC0xLjZ6Ii8+PC9zdmc+Cg==") no-repeat scroll 0 3px;
}
.product-top-offer__item_type_delivery .delivery__icon {
    background-position: 0 4px;
}
.delivery__icon_type_self {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDggMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iI2IyYjJiMiI+PHBhdGggZD0iTTQgNy44bC0xLjMgNS4yYzMuMy00LjYgNS4zLTYuNSA1LjMtOS4xbC00IDMuOXoiLz48ZWxsaXBzZSBjeD0iNCIgY3k9IjMuOSIgcng9IjQiIHJ5PSIzLjkiLz48L3N2Zz4K") no-repeat scroll 2px 2px;
}
.product-top-offer .delivery__info .delivery__icon_type_self {
    left: 2px;
    top: -2px;
}
.fixed-table-container thead th .sortable {
    background-position: left center ! important;
    padding-left: 20px ! important;
}
.navbar-nav > li .exchange{
	border-right: 1px solid #e7e7e7;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */

   .toggle-menu {
	display: none;
  }

.location-select   {
	position: absolute;
	left: -1000px;
	padding: 10px;
	border: 1px solid #eee;
	background-color: #efefef;
	height: 260px;
	box-shadow: 0 0px 0px 0px #666;
	z-index: 10;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	/*box-shadow: 0 0px 2px 0px #069;*/
	border: 1px solid #aaa ! important;
}
h1 #location-select-block-title {
	font-size: 12px;
}
.popover-location {
	top: 35px; left: 0px; display: block; width: 250px; max-width: 250px; z-index: 100;
}
.popover.popover-location.bottom > .arrow {
	left: 20%;border-bottom-color: #333;
}
.popover-location.bottom > .arrow::after {
    border-bottom-color: #333;
}
.popover-location .popover-title {
	background-color: #333; font-size: 17px; padding: 10px 20px; color: #fff;
}
.popover-location .popover-content {
	background-color: #333; padding: 15px; border-radius: 4px 4px 4px 4px;
}


.popover-location .close {
	color: #fff;
	text-shadow: none;
	opacity: 1;
	position: relative;
	top: 13px;
	right: 8px;
}
.popover-location .close:hover {
	opacity: 0.7;
}

.yap-D-A-38880-1 .yap-layout_block_vertical .yap-layout__item {
	margin-bottom: 50px ! important;
}
.sidebar-offcanvas .demo {
	margin-bottom: 40px;
}


body {
  padding-top: 0px;
 }
.header__spacer {
    height: 60px;
    margin-top: 0px;
}
.header__sticky {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    height: 60px;
    /*min-width: 1240px;*/
    padding: 10px 0;
    position: fixed;
    z-index: 120;
}
.header__sticky, .header__sticky::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.header__sticky, .header__sticky::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.header__sticky::after {
    border-bottom: 1px solid #dfe1f0;
    content: "";
    position: absolute;
}
.header__container {
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    width: 90%;
	z-index: 4;
}
.header__table {
    display: table;
    height: 40px;
    width: 100%;
}
.header__left-content {
    display: table-cell;
    vertical-align: middle;
}
.header__right-content {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    width: 260px;
}
.header__content {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.header__logo {
    position: relative;
    width: 150px;
    z-index: 4;
	display: table-cell;
    vertical-align: middle;
}
.header__logo-link {
    display: inline-block;
    vertical-align: middle;
}
.header__logo-img {
    vertical-align: middle;
    width: 130px;
}
.header__categories {
	display: table-cell;
    padding-right: 20px;
    width: 170px;
}


.header__search {
    display: table-cell;
    padding-right: 20px;
}
.search__header-overlay {
    background: #fff none repeat scroll 0 0;
    bottom: -9px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: -10px;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    z-index: 3;
}
.search__holder {
    position: relative;
    transition: width 0.2s ease 0s;
    width: 100%;
    z-index: 4;
}
.search__button-icon, .search__field {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.search__field {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #337ab7;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 50px 10px 15px;
}
.search__field:focus{border-color:#f5c002;-webkit-box-shadow:inset 0 0 0 1px #f5c002;-moz-box-shadow:inset 0 0 0 1px #f5c002;box-shadow:inset 0 0 0 1px #f5c002}
.search__button {
    -moz-user-select: none;
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #333;
    font-size: 0;
    height: 16px;
    line-height: 1;
    margin-top: -8px;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 16px;
}
.search__button-icon {
    fill: currentcolor;
    height: 100%;
    font-size: 13px;
}
.header__controls {
    font-size: 0;
    text-align: left;
    margin-bottom: 0;
}
.header__controls-item {
    display: inline-block;
    line-height: 20px;
    position: relative;
    vertical-align: middle;
	font-size: 13px;
}
.header__controls-item + .header__controls-item {
    margin-left: 20px;
}
.header_type_media .header__controls-item + .header__controls-item {
    margin-left: 20px;
}

.header__controls-link {
    color: #333;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    z-index: 1;
}
.header__controls-icon {
    display: inline-block;
    fill: currentcolor;
    height: 18px;
    vertical-align: middle;
    width: 18px;
}
.header__controls-link-text {
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
    vertical-align: middle;
}
.header__controls-link-icon {
    display: inline-block;
    font-size: 23px;
    margin-right: 10px;
    vertical-align: middle;
}
.region-selector {
    display: inline;
    line-height: 1.4;
}
.region-selector__caption {
    -moz-user-select: none;
    color: #333;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    z-index: 1;
}
.region-selector__caption-arrow {
    display: inline-block;
    font-size: 13px;
    fill: currentcolor;
    margin-left: 10px;
    vertical-align: middle;
}
.region-selector__caption-text {
    display: inline-block;
    font-size: 13px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}



.n-product-spec-wrap {
    font-size: 15px;
    padding: 36px 75px 3em 0;
     display: table-cell;
}
.n-product-spec-wrap__body {
    margin-bottom: 30px;
}
.n-product-spec-wrap__body .title {
    margin-bottom: 12px;
    margin-top: -4px;
}

.n-product-spec {
    background: #fff none repeat scroll 0 0;
    color: #404040;
    margin: 0;
    position: relative;
}
.n-product-spec__name {
    background: inherit;
    display: inline-block;
    margin: 0 0 7px;
    vertical-align: top;
    width: 38%;
}
.n-product-spec__name::after {
    background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=") repeat-x scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0.85em 0 0;
    position: absolute;
    right: 5px;
}
.n-product-spec__name-inner {
    background: inherit;
    padding: 0 10px 0 0;
    position: relative;
    z-index: 2;
}
.n-hint-button {
    display: inline-block;
    position: relative;
}

.n-hint-button__handle {
    -moz-user-select: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij48cGF0aCBmaWxsPSIjQTVBNUE1IiBkPSJNOC4wMDQgOS41MzFsLS4wMDQtLjI0N2MwLS4zMjUuMDUyLS4zMDkuMTU3LS41NDUuMDc3LS4xNzcuMi0uMzU2LjM3MS0uNTM2LjEyNi0uMTMyLjM1My0uMzI0LjY4LS41NzZzLjUzOS0uNDUzLjYzOC0uNjAzYy4wOTgtLjE1LjE0Ny0uMzEzLjE0Ny0uNDkxIDAtLjMyMS0uMTQ0LS42MDMtLjQzLS44NDYtLjI4Ny0uMjQyLS42MzgtLjQ3OS0xLjA1NS0uNDc5LS40MDIgMC0uNzM4LjIyNS0xLjAwNy40NDUtLjI2OS4yMi0uNDQ1LjU2NC0uNTI5IDEuMDMybC0uOTcyLS4xMDFjLjA4OC0uNjI3LjM0OC0xLjEwNi43OC0xLjQ0LjQzMS0uMzMzLjk5Mi0uNzQ4IDEuNzAyLS43NDguNzUxIDAgMS4zNjMuNDI3IDEuODEuNzg1LjQ0OC4zNTguNjcyLjc5LjY3MiAxLjI5OCAwIC4yOTMtLjA3OC41NjQtLjIzNS44MTItLjE1Ny4yNDgtLjQ2Ni41NDktLjkyMy45MDQtLjMwOS4yMzctLjUxMS40MTMtLjYwNS41MjUtLjA5NC4xMTQtLjE2NC4yNDQtLjIxLjM5MS0uMDQ1LjE0Ny0uMDcxLjA5LS4wNzguNDJoLS45MDl6bS0uMTY0IDIuNDY5di0xLjI3MWgxLjI5djEuMjcxaC0xLjI5eiIvPjxwYXRoIGZpbGw9IiNkZGQiIGQ9Ik04LjUgMGMtNC42OTQgMC04LjUgMy44MDYtOC41IDguNXMzLjgwNiA4LjUgOC41IDguNSA4LjUtMy44MDYgOC41LTguNS0zLjgwNi04LjUtOC41LTguNXptMCAxNmMtNC4xNDIgMC03LjUtMy4zNTgtNy41LTcuNXMzLjM1OC03LjUgNy41LTcuNSA3LjUgMy4zNTggNy41IDcuNS0zLjM1OCA3LjUtNy41IDcuNXoiLz48L3N2Zz4=");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 17px;
    margin: 1px 0 0 8px;
    outline: medium none;
    vertical-align: top;
    width: 17px;
}
.n-hint-button__handle .link__inner {
    visibility: hidden;
}
.i-ua_js_yes .link_pseudo_yes .link__inner {
    border-bottom: 0 none;
}

.n-product-spec__value {
    background: inherit;
    display: inline-block;
    margin: 0 0 7px;
    vertical-align: bottom;
    width: 61%;
}
.n-product-spec__value-inner {
    background: inherit;
    display: block;
    padding: 0 0 0 10px;
    position: relative;
    z-index: 2;
}




@media screen and (max-width: 1200px) {
	#MiddlePane.container {
		width: 100%;
	}
.header__container {
		width: 100%;
	}
}
@media (min-width: 1510px) {
	.col-lg-4 {
		width: 25%;
	}
}

@media screen and (max-width: 991px) {
.gallery_mode .product-container {
    height: 230px;
}
.gallery_mode .product-image .product-image-link {
    height: 100px;
}
#MiddlePane.container {
    width: 100%;
}
 .row-offcanvas {
    position: relative;

    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;

  }
.header__logo {
    overflow: hidden;
    width: 50px;
}
 .row-offcanvas-right {
    right: 0;
  }

 .row-offcanvas-left {
    left: 0;
  }

 .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: 0; /* 6 columns */
	z-index: 10;
	background-color: #fff;
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 0; /* 6 columns */
  }

  .sidebar-offcanvas {
	display: none;
	overflow: hidden;
    position: absolute;
    top: 35px;
    width: 0px; /* 6 columns */
  }
  .active .sidebar-offcanvas {
	display: block;
    position: absolute;
	width: 50%;
  }
  .col-wrap {
	left: 0;
  }
  .active .col-wrap {
	left: 0;
  }
  .wrapper {
	display: block;
	opacity: 0;
	position: absolute;
	width: 0;
	margin-left: -15px;
	height: 100%;
	z-index: 5;
	background-color: #000;
	transition: opacity 0.5s ease 0s;
  }
  .active .wrapper {
	/*transition: opacity 0.9s ease-in-out 0s;*/
	transition: opacity 0.5s ease 0s;
	opacity: 0.5;
	display: block;
	width: 100%;
  }

.toggle-menu {
	display: block;
  }

  .promo {
	display: none;
  }

  #logo img {
	display: none;
  }
  #search .container form {
	margin-left: 0px;
  }



/************** Company List Mode **************/

.company-card__view {
    float: right;
    height: 120px;
    position: relative;
    width: 120px;
	padding: 0px 0;
}
.company-card__view .product-image {
	width: 100px;
	padding: 10px 0;
}
.company-card__view .product-image-link {
	height: 100px;
}
.company-card__content {
    margin: 0 0px 0 20px;
}
.company-card__content h3{
    margin-top: 0;
}
.company-card__description {
	overflow: visible;
}
.company-card__table {
    display: block;
    height: auto;
}
.company-card__row {
    display: block;
}
.company-card__col {
    display: block;
}
.company-card__menu {
	clear: both;
}
.company-card__menu-item {
    display: block;
	white-space: normal;

}
.company-card .link_icon {


	white-space: normal;
}

/************** End Company List Mode **************/

.region-selector__caption-text, .categories-menu__button-text1 span {
	display: none;
}
.header__controls {padding-left:0;}
}
.header__right-content {width:166px;}
