@charset "utf-8";

#banners_home_wr {
  margin: 1rem auto;
  /*! text-align:center; */
}

.nodes_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nodes_list .node {
  float: left;
	width: 32.3333%;
	margin: 1rem 0;
  background: #fff linear-gradient(to bottom, #fafafa 0%, #fff 31%) repeat scroll 0 0;
  border: 0.1rem solid #d6e9f2;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.15rem rgb(230, 230, 230);
  box-sizing: border-box;
  padding: 0.5%;
}
.nodes_list .node.banner {
  background: none;
  border: none;
  box-shadow: none;
	border-radius:0;
}
.nodes_list .node.lider.n3 {
  clear: both;
}
.nodes_list .node.lider.banner .node_wrapper {
	margin: 0;
}
.nodes_list .node.lider.banner .node_wrapper embed {
  height: 100%;
  margin: 0.2em 0 0.15em 0;
  margin: 0;
}
.nodes_list .node.lider.banner.wide {
  width: 100% !important;
}
.nodes_list .node.lider.banner.wide .node_wrapper {
  height: auto;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}
.nodes_list .node .node_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.nodes_list .node .blT {
  text-align: left;
}
.nodes_list .node .title {
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
}

.nodes_list .node .blT .special_tags {
  font-size: 90%;
  opacity: 0.75;
}
.nodes_list .node .blT .special_tags:hover {
  opacity: 1;
}
.nodes_list .node .blT .special_tags .tag {
	display: inline;
	float: left;
	margin-right: 1em;
}
.nodes_list .node .blT .special_tags .tag .bonus {
  font-size: 100%;
}

.nodes_list .node .bl0 {
	display: flex;
  justify-content: space-around;
  align-items: flex-start;
	clear: both;
}
.nodes_list .node .bl0 > a {
  margin: auto;
  margin-right: 0.25em;
}
.nodes_list .node .bl0 > a .prd_image {
  flex-shrink: 1;
  width: 13em;
}
.nodes_list .node .bl1, .nodes_list .node .bl2 {
}
.nodes_list.thumbs .node .bl1 {
  max-width: 50%;
  width: 50%;
  overflow: hidden;
}
.nodes_list.thumbs .node .bl2 {
  width: 46%;
  margin: auto;
}
.nodes_list .node .bl1 {
}
.nodes_list .node .bl2 {
}
.nodes_list.thumbs .price {
  display: block;
  font-size: 150%;
  margin: 0.5em 0 0;
  white-space: nowrap;
}
.nodes_list.thumbs .Price0 {
  white-space: normal;
  font-size: 80%;
}
.nodes_list.thumbs .add_to_cart {
  font-size: 100%;
  white-space: nowrap;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.nodes_list.thumbs .price .icon-tag {
    display: none;
}
body.mobile_version #products_list .cat_view_view.cat_view_thumbs .node {
	display:flex;
	flex-direction: column;
	min-height: 13em;
}
.productID {
	text-align:center;
	margin:0.5em 0;
	white-space: nowrap;
	clear: both;
}
.cat_view_thumbs .productID {
	float:none;
}
.productID .inner {
	font-size:80%;
}
.productID .inner .content {
	color:#000;
	font-weight:bold;
}
.firmLOGO {
  margin: 0.5em 0;
  text-align: center;
}
.firmLOGO img {
  margin: auto;
  width: 5em;
  max-height: 5em;
}
.prd_labels_wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prd_labels_wr .prd_labels {
  margin: 0.2em;
}
.prd_labels .img_wr {
	width: 2rem;
	height: 2rem;
	margin: 0.2rem;
}
.prd_bonuses .bonus span[class^="icon"], .prd_bonuses .bonus span[class*=" icon"] {
	font-size: 2rem;
}
.cat_view_view.cat_view_thumbs .prd_bonuses .bonus {
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1em;
	white-space: nowrap;
	margin: 0.25em;
	font-size: 80%;
}
.cat_view_view.cat_view_thumbs .prd_bonuses div {
	display:none;
}

@media only screen and (max-width:960px	){
  .nodes_list .node .prd_labels_wr, 
  .nodes_list .node .prd_bonuses,
  .nodes_list .node .firmLOGO{
    display: none;
  }
  .nodes_list .node.lider.n3 {
    clear: none;
  }
  .nodes_list .node .btn.analog{
    white-space: unset;
    background: unset;
    padding: unset;
    border: unset;
    box-shadow: unset;
    text-shadow: unset;
    line-height: unset;
    text-decoration: underline;
    margin: unset;
  }
  .nodes_list .node .prd_btn_wrapper{
    margin: 0.25em 0 0.5em
  }
  .nodes_list .node .btn.analog .icon-search{
    display: none;
  }
  .nodes_list.thumbs .price {
    font-size: 110%;
  }
}