


/* Start:/local/templates/texenergo_sale/components/aero/catalog/catalog/style.css?176553990381861*/
.b-util__big--768 {
  display: none;
}
@media (min-width: 768px) {
  .b-util__big--768 {
    display: block;
  }
}
.b-util__big--1024 {
  display: none;
}
@media (min-width: 992px) {
  .b-util__big--1024 {
    display: block;
  }
}
.b-util__big--1200 {
  display: none;
}
@media (min-width: 1200px) {
  .b-util__big--1200 {
    display: block;
  }
}
.b-util__big--1440 {
  display: none;
}
@media (min-width: 1440px) {
  .b-util__big--1440 {
    display: block;
  }
}
.b-util__small--1024 {
  display: block;
}
@media (min-width: 992px) {
  .b-util__small--1024 {
    display: none;
  }
}
.b-util__small--1200 {
  display: block;
}
@media (min-width: 1200px) {
  .b-util__small--1200 {
    display: none;
  }
}
.b-util__small--1440 {
  display: block;
}
@media (min-width: 1440px) {
  .b-util__small--1440 {
    display: none;
  }
}
.b-util__mb {
  margin-bottom: 15px;
}
.b-util__mb--1 {
  margin-bottom: 5px;
}
.b-util__mt {
  margin-top: 15px;
}
.b-util__mt--1 {
  margin-top: 5px;
}
.b-util__mt--2 {
  margin-top: 10px;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
.d-flex--align-center,
.d-flex--center {
  align-items: center;
}
.d-flex--between {
  justify-content: space-between;
}
.mr-10px {
  margin-right: 10px;
}
.mr-20px {
  margin-right: 20px;
}
.b-catalog {
  position: relative;
}
.b-catalog__main_brands_wrapper {
  position: relative;
  padding-right: 110px;
  min-height: 80px;
}
.b-catalog__main_brands_submit {
  position: absolute;
  right: 0;
  top: 0;
}
.b-catalog__main_brands_reset {
  position: absolute;
  right: 0;
  top: 45px;
}
.b-catalog__title {
  display: flex;
  align-items: center;
  line-height: 1;
  font-family: "Brutal Type", sans-serif;
  margin-right: 60px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .b-catalog__title {
    margin-right: 300px;
  }
}
.b-catalog__count {
  position: absolute;
  font-size: 14px !important;
}
.b-catalog__count .arrow {
  left: -8px;
}
@media (max-width: 768px) {
  .b-catalog__count {
    z-index: 10000 !important;
  }
}
.b-catalog__head {
  font-size: 24px;
  color: #000;
  margin: 20px 0;
}
.b-catalog__counter {
  background: #ff5a12;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  margin-left: 30px;
}
.b-catalog__sidebar {
  background: #f0f0f0;
  margin-top: 26px;
}
@media (max-width: 767px) {
}
.b-catalog__content {
  background: #f0f0f0;
  margin-top: 26px;
  margin-bottom: 100px;
}
.b-catalog__top_blocks {
  margin-bottom: 25px;
}
.b-catalog__tabs {
  margin: -26px 0 0 0;
  background: white;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .b-catalog__tabs--inactive ~ .b-catalog__tab_content--open {
    display: none;
  }
}
.b-catalog__tab {
  height: 53px;
  width: 50%;
  float: left;
  background: #e9e9e9;
  font-family: "Brutal Type", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .b-catalog__tab {
    font-size: 14px;
  }
}
.b-catalog__tab--active {
  background: white;
  font-weight: 500;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (min-width: 1200px) {
  .b-catalog__tab--active {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .b-catalog__tab--active {
    font-size: 16px;
  }
}
.b-catalog__tab--active .b-catalog__tab_link {
  border-bottom: 1px solid #ff5a12;
}
.b-catalog__tab--active .b-catalog__filter_clear {
  display: block;
}
.b-catalog__tab_link {
  color: #000;
  text-decoration: none;
  display: block;
  height: 53px;
  line-height: 53px;
  margin: 0 5px;
  padding-left: 5px;
}
@media (min-width: 1200px) {
  .b-catalog__tab_link {
    padding-left: 10px;
  }
}
@media (min-width: 1440px) {
  .b-catalog__tab_link {
    padding-left: 20px;
  }
}
.b-catalog__tab_link:hover,
.b-catalog__tab_link:focus,
.b-catalog__tab_link:active {
  color: #000;
  text-decoration: none;
}
.b-catalog__tab_content {
  font-family: "Brutal Type", sans-serif;
  display: none;
}
.b-catalog__tab_content--open {
  display: block;
}
.b-catalog__filter_clear {
  display: none;
  position: absolute;
  top: 16px;
  right: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff5a12;
  color: white;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .b-catalog__filter_clear {
    right: 20px;
  }
}
.b-catalog__filter_clear:hover,
.b-catalog__filter_clear:focus,
.b-catalog__filter_clear:active {
  color: white;
  text-decoration: none;
}
.b-catalog__subheader {
  font-family: MuseoSansCyrl500, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  margin-bottom: 30px;
}
.b-catalog__subheader .b-pagination__item {
  font-size: 13px;
}
.b-catalog__section .b-loader {
  top: -30px;
}
.b-catalog__grid.row {
  margin-right: -5px;
  margin-left: -5px;
}
.b-catalog__grid.row .cell {
  padding-left: 5px;
  padding-right: 5px;
}
.b-catalog__head_block {
  font-size: 13px;
  background: white;
  margin-bottom: 5px;
  padding: 40px 20px 30px 20px;
}
@media (min-width: 1440px) {
  .b-catalog__head_block {
    padding: 40px 30px 30px 30px;
  }
}
.b-catalog__sort {
  line-height: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .b-catalog__sort {
    display: block;
  }
}
.b-catalog__sort_item {
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 1200px) {
  .b-catalog__sort_item {
    margin-right: 10px;
  }
}
@media (min-width: 1440px) {
  .b-catalog__sort_item {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .b-catalog__sort_item--hide {
    display: none;
  }
}
.b-catalog__sort_item label {
  cursor: Pointer;
  color: initial;
}
.b-catalog__sort_item.bx_filter {
  width: auto;
  min-width: 0;
  padding-right: 1ex;
  margin: 0 0 1em;
}
.b-catalog__sort_item.bx_filter .bx_filter_param_label,
.b-catalog__sort_item .bx_filter_param_label {
  margin: 0;
  padding: 7px 0;
  font-weight: 400;
}
.b-catalog__sort_item.bx_filter .bx_filter_param_label .bx_filter_input_checkbox,
.b-catalog__sort_item .bx_filter_param_label .bx_filter_input_checkbox {
  min-height: 20px;
}
.b-catalog__sort_item.bx_filter .bx_filter_param_label .bx_filter_param_text,
.b-catalog__sort_item .bx_filter_param_label .bx_filter_param_text {
  color: initial;
  line-height: 20px;
  margin-left: 28px;
  margin-right: 20px;
}
.b-catalog__sort_item.bx_filter .bx_filter_param_label .b-filter__checkbox_custom,
.b-catalog__sort_item .bx_filter_param_label .b-filter__checkbox_custom {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}
@media (min-width: 992px) {
  .b-catalog__sort_item.pull-right {
    margin-right: 0px;
    position: relative;
  }
  .b-catalog__sort_item.pull-right:after {
    display: block;
    content: "";
    height: 20px;
    width: 1px;
    position: absolute;
    top: 10px;
    left: 0;
    background: #f1f1f1;
  }
}
.b-catalog__sort_text {
  display: inline-block;
  margin-right: 8px;
}
.b-catalog__pagination--top {
  display: none;
}
@media (min-width: 1200px) {
  .b-catalog__pagination--top {
    display: block;
  }
}
.b-catalog__pagination--top .b-pagination__arrow {
  display: none;
}
.b-catalog__pagination--top-big {
  display: block;
}
@media (min-width: 1200px) {
  .b-catalog__pagination--top-big {
    display: none;
  }
}
.b-catalog .j-goods-full-view {
  display: none;
}
.b-catalog .j-goods-full-view + .icomoon {
  width: 20px;
  height: 20px;
  color: #b7b7b7;
  fill: currentColor;
  margin-left: 16px;
}
.b-catalog .j-goods-full-view:checked + .icomoon {
  color: #ff5911;
}
.b-catalog .select2-container--default .select2-selection--single {
  border-radius: 2px;
  border: 1px solid #d2d2d2;
  font-family: Ubuntu, sans-serif;
  background-color: transparent;
}
.b-catalog .select2-selection__rendered .zmdi {
  border-right: 1px solid #d2d2d2;
  margin-right: 0.3ex;
}
.b-catalog .j-catalog-sort-id {
  padding-left: 48px;
}
.no-gutter {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-gutter .col-xs-4 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.b-catalog__description {
  position: relative;
  padding: 20px;
  box-shadow: 0 33px 67px 0 rgba(0, 0, 0, 0.1);
  background-color: #0a87bb;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #fff;
}
.b-catalog__description p {
  margin-bottom: 20px;
}
.b-catalog__description p:last-child {
  margin-bottom: 0;
}
.b-catalog__description--open .b-catalog__description_icon {
  transform: rotate(180deg);
}
@media (min-width: 1440px) {
  .b-catalog__description {
    padding: 30px;
  }
}
.b-catalog__description_wrapper {
  height: 60px;
  overflow: hidden;
  transition: 0.3s height;
}
@media (min-width: 1440px) {
  .b-catalog__description_wrapper {
    height: 40px;
  }
}
.b-catalog__description_icon {
  position: absolute;
  left: 30px;
  bottom: -15px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
  background-color: #fcfcfc;
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 30px;
  transition: 0.6s all ease;
}
.b-catalog__description_icon:hover,
.b-catalog__description_icon:focus,
.b-catalog__description_icon:active {
  color: #000;
  text-decoration: none;
}
.b-catalog__banner {
  margin-bottom: 10px;
}
.b-catalog__banner img {
  max-width: 100%;
}
.b-catalog__banner--grid {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.b-catalog__banner--grid-4 {
  display: none;
}
@media (min-width: 1440px) {
  .b-catalog__banner--grid-4 {
    display: block;
  }
}
.b-catalog__banner--grid-3 {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .b-catalog__banner--grid-3 {
    display: block;
  }
}
.b-catalog__banner--list {
  margin-top: 10px;
}
.b-catalog__banner-ex {
  display: block;
  margin: -15px;
}
.b-catalog__banner-ex img {
  width: 100%;
  display: block;
  margin: auto;
}
#filter_goods_sidebar {
  z-index: 10000 !important;
}
#filter_goods_sidebar .bx_filter {
  position: relative;
  height: 100%;
  overflow: auto;
}
.sidebar.sidebar-catalog {
  box-shadow: -2px -1px 10px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  #filter_goods {
    position: fixed;
    left: -110%;
    max-width: 100%;
    top: 0;
    bottom: 0;
    z-index: 10000;
    overflow-y: auto;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    transition: all 0.4s;
    display: block;
  }
  #filter_goods.b-catalog__tab_content--mobile_open {
    left: 0;
  }
}
.b-filters__header {
  font-size: 18px;
  font-family: "Brutal Type", sans-serif;
  margin: 15px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.b-catalog_new_register_caption {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  max-width: 288px;
  line-height: 21px;
  margin-bottom: 20px;
}
.b-catalog_new_block button {
  margin-right: 30px;
}
.b-btn-orange {
  background-color: #ff5a12;
  color: #fff;
  border-radius: 2px;
  padding: 12px 30px 15px 26px;
  border: 1px solid #ff5a12;
}
.b-btn-orange:hover {
  background: #fff;
  color: #000;
}
.b-btn-orange--small {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
}
.b-btn-white {
  padding: 12px 30px 15px 16px;
  color: #000;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #d2d2d2;
  max-width: 250px;
  margin-bottom: 2px;
}
.b-btn-white:hover {
  background: #ff5a12;
  color: #fff;
}
.b-group-switch-catalog__text {
  margin-right: 10px;
}
.b-filter-goods {
  margin-bottom: 30px;
  position: relative;
  box-sizing: border-box;
}
.b-card-count {
  position: absolute;
  top: -10px;
  left: 30px;
}
.b-card-count .total-items {
  padding: 0 10px;
  background: #fff;
}
.b-brand-filter {
  position: absolute;
  left: 0;
  right: 0px;
  top: -2px;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0px 17px 42px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
}
#btn-filter {
  position: relative;
}
.b-filter-body {
  margin-top: 30px;
}
/* Customize the label (the container) */
.b-check-box-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 0px;
  padding-top: 5px;
  margin-bottom: 13px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 300;
  font-family: 'Ubuntu';
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.b-check-box-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.b-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  background: #fff;
}
.b-checkmark:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 30px;
  height: 30px;
  background: #d2d2d2;
  z-index: -1;
  border-radius: 2px;
}
.b-check-box-container input:checked ~ .b-checkmark:before {
  background: linear-gradient(#faa816 0%, #eb2208 100%);
}
.b-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.b-check-box-container input:checked ~ .b-checkmark:after {
  display: block;
}
.b-check-box-container .b-checkmark:after {
  left: 10px;
  top: 5px;
  width: 6px;
  height: 13px;
  border: solid #2b2b2b;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.detail__head-inner {
  display: flex;
  justify-content: space-between;
}
.detail__head-params {
  display: flex;
  margin-top: 20px;
  align-items: baseline;
}
.detail__head-param {
  display: flex;
  padding-left: 30px;
  align-items: baseline;
  position: relative;
}
.detail__head-param_list {
  display: none;
}
.detail__head-param_list_hover {
  display: block;
  position: absolute;
  background: #f0f0f0;
  width: 60px;
  z-index: 1;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  right: 0px;
  padding: 10px;
  top: -1px;
}
.detail__head-param_icon {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 18px;
}
.detail__head-param_icon:nth-child(1) {
  margin-top: 0px;
  background: none;
  font-size: 22px;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0px;
  height: auto;
  padding-bottom: 10px;
  padding-top: 0px;
  align-items: flex-start;
}
.detail__price-block .rollover {
  height: 41px;
  width: 154px;
}
.detail__price-block .flip-side.rollover__bottom {
  padding: 0px;
}
.detail__price-block input.input-basket-count {
  padding: 9.5px 34px;
}
.detail__price-block .rollover__front {
  overflow: initial;
}
.detail__price-block .basket-add {
  padding: 9.5px 34px;
  font-size: 18px;
  line-height: 2.3;
}
.detail__price-block .rollover__front,
.detail__price-block .rollover__bottom {
  padding: 0px;
}
.detail__head-param_icon:nth-child(1) i {
  /*padding-bottom: 20px;*/
}
.detail__head-param_icon i.zmdi-facebook {
  color: #1f559d;
}
.detail__head-param_icon i.zmdi-vk {
  color: #25648d;
}
.detail__head-param_icon i.zmdi-twitter {
  color: #00adf1;
}
.detail__head-param_icon i.zmdi-odnoklassniki {
  color: #ff9600;
}
.detail__head-param-name {
  padding-right: 15px;
  color: #7d7d7d;
}
.detail__head-param-value {
  padding-right: 25px;
  border-right: 1px solid #f0f0f0;
}
.detail__head-share {
  background: #fff;
  border-radius: 50%;
  height: 41px;
  width: 41px;
  font-size: 22px;
  right: 9.5px;
  position: relative;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail__head-share i {
  position: relative;
}
.detail__head-class {
  display: flex;
  align-items: center;
}
.detail__head-class-icon {
  padding: 7px;
  background: #ff5a12;
  display: inline-block;
  border-radius: 5px;
  margin-right: 15px;
}
.detail__head-class-icon span {
  font-size: 24px;
  color: #fff;
}
.detail__head-class-text {
  font-size: 15px;
  font-family: "MuseoSansCyrl500", sans-serif;
}
.detail__head-class-text span {
  color: #ff5a12;
}
.detail__content {
  margin-top: 35px;
}
.detail__content-inner {
  display: flex;
}
.detail__menu {
  min-width: 345px;
  margin-right: 30px;
  position: relative;
}
.detail__menu-block {
  background: #f0f0f0;
  border-radius: 5px;
  position: relative;
  margin-top: 20px;
}
.detail__menu-block:first-child {
  margin-top: 0px;
}
.detail__menu-block-inner {
  padding: 15px;
  position: relative;
}
.detail__menu-title {
  font-family: "MuseoSansCyrl500", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-left: 30px;
}
.detail__menu-title:first-letter {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.detail__menu-container {
  margin-top: 21px;
  background: #fff;
  position: relative;
}
.detail__menu-item {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-left: 30px;
  margin-right: 20px;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.detail__menu-item:last-child {
  border-bottom: 0px;
}
.detail__menu-name {
  font-size: 15px;
  font-family: "MuseoSansCyrl100", sans-serif;
  color: #8f8f8f;
}
.detail__menu-value {
  font-size: 15px;
  font-family: "MuseoSansCyrl100", sans-serif;
  color: #000;
}
.detail__menu-show-hide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 21px;
  width: 21px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.detail__menu-show-hide i {
  font-size: 10px;
  color: #808080;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.detail__main {
  display: flex;
}
.detail__cost {
  font-family: "MuseoSansCyrl700", sans-serif;
  font-size: 26px;
}
.detail__cost span {
  font-family: "MuseoSansCyrl500", sans-serif;
  font-size: 12px;
}
.detail__old-cost {
  color: #adadad;
  font-size: 14px;
  font-family: "MuseoSansCyrl100", sans-serif;
}
.detail__old-cost span.old-cost-value {
  padding-left: 12px;
  text-decoration: line-through;
}
.detail__old-cost span.old-cost-rub {
  font-size: 11px;
}
.detail__ctrls {
  margin-top: 18px;
  display: flex;
  align-items: center;
}
.detail__btn {
  padding: 12px 36px;
  font-size: 18px;
  color: #fff;
  font-family: "MuseoSansCyrl100", sans-serif;
  background: #ff5a12;
  display: inline-block;
  border-radius: 5px;
  opacity: 0.9;
  transition: 0.3s;
  white-space: nowrap;
}
.detail__btn:hover {
  opacity: 1;
  cursor: pointer;
}
.detail__ctrl {
  display: flex;
  align-items: center;
}
.detail__ctrl input {
  width: 40px;
  border: 1px solid #efefef;
  border-radius: 5px;
  font-size: 16px;
  font-family: "MuseoSansCyrl500", sans-serif;
  height: 49px;
  text-align: center;
  margin: 0px 15px;
  padding: 5px;
}
.detail__label {
  font-size: 12px;
  font-family: "MuseoSansCyrl100", sans-serif;
  margin-left: 21px;
}
.detail__minus {
  margin-left: 21px;
  font-size: 16px;
}
.detail__plus {
  font-size: 16px;
}
.detail__delivery {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.detail__delivery-icon {
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #efefef;
  border-radius: 5px;
  margin-right: 20px;
}
.detail__delivery-icon i {
  font-size: 24px;
  color: #4e4e4e;
}
.detail__delivery-title {
  font-size: 14px;
  font-family: "MuseoSansCyrl500", sans-serif;
}
.detail__delivery-links {
  margin-top: 22px;
}
.detail__delivery-link {
  margin-top: 10px;
}
.detail__delivery-link:first-child {
  margin-top: 0px;
}
.detail__icons {
  margin-top: 30px;
  display: flex;
}
.detail__icon {
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #efefef;
  border-radius: 5px;
  margin-right: 5px;
  transition: 0.3s;
}
.detail__icon:hover {
  cursor: pointer;
}
.detail__icon:hover i,
.detail__icon:hover span {
  color: #ff5a12;
}
.detail__icon_phone {
  margin-left: 50px;
}
.detail__pseudo-icon {
  margin-left: 5px;
  font-size: 14px;
  font-family: "MuseoSansCyrl100", sans-serif;
  color: #4e4e4e;
  display: flex;
  align-items: center;
}
.detail__icon i {
  font-size: 24px;
  color: #4e4e4e;
}
.detail__icon span {
  font-size: 18px;
  font-family: "MuseoSansCyrl700", sans-serif;
  color: #4e4e4e;
}
.detail__icon i.rotate {
  transform: rotate(-90deg);
}
.detail__footnote {
  margin-top: 45px;
  font-size: 13px;
  font-family: "MuseoSansCyrl100", sans-serif;
}
.detail__slider {
  width: 360px;
  margin-right: 30px;
}
.detail__slider-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail__slider-inner .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail__slider-item a {
  border: 1px solid #efefef;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  height: 85px;
  width: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail__slider-full {
  border: 1px solid #efefef;
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  height: 320px;
  overflow: hidden;
}
.detail__slider-ctrls {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 25px;
}
.detail__slider-line {
  position: absolute;
  height: 1px;
  width: 80%;
  background: #e8e8e8;
}
.detail__slider-left,
.detail__slider-right {
  background: #d9d9d9;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #fff;
  margin: 3px;
  transition: 0.5s;
}
.detail__slider-left:hover,
.detail__slider-right:hover {
  background: #4e4e4e;
  cursor: pointer;
}
.detail__slider-ctrl {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0px 22px;
}
.detail__main_row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.detail__main-full {
  width: 100%;
  /*margin-top: 45px;*/
}
.detail__content-info {
  width: 290px;
  min-width: 290px;
  margin-bottom: 30px;
  padding-left: 60px;
  border-left: 1px solid #e9e9e9;
}
.detail__main-right {
  width: 290px;
  min-width: 290px;
  /*padding-left: 60px;*/
}
.detail__news,
.detail__also {
  padding-left: 60px;
  border-left: 1px solid #e9e9e9;
}
.detail__right {
  width: 720px;
  position: relative;
}
.headline_product-category {
  font-size: 24px;
  line-height: 36px;
  width: 420px;
}
.detail__selection {
  font-family: "MuseoSansCyrl500", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.detail__selection:first-letter {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.detail__description {
  margin-top: 30px;
  font-family: "MuseoSansCyrl100", sans-serif;
  font-size: 16px;
}
.detail__description p {
  margin-top: 30px;
}
.detail__description p.attention {
  font-size: 12px;
}
.detail__description p.attention span {
  color: #ff5a12;
}
.detail__reviews {
  margin-top: 45px;
  padding-bottom: 45px;
}
.detail__reviews_items {
  padding-top: 15px;
}
.detail__reviews_item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.07);
  padding: 15px 20px;
  margin-top: 15px;
}
.detail__reviews_head {
  display: flex;
  justify-content: space-between;
}
.detail__reviews_content {
  margin-top: 25px;
}
.detail__reviews_author {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "MuseoSansCyrl700", sans-serif;
  font-size: 16px;
}
.detail__reviews_date {
  display: flex;
  font-size: 11px;
  color: #919191;
  align-items: center;
}
.detail__reviews_date i {
  font-size: 14px;
  color: #919191;
  margin-right: 10px;
}
.detail__reviews_useful {
  display: flex;
  font-family: "MuseoSansCyrl100", sans-serif;
  font-size: 14px;
  align-items: center;
}
.detail__reviews_useful span {
  margin-left: 25px;
  font-size: 16px;
  color: #fff;
  background: #4e4e4e;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail__reviews_useful .lnr-thumbs-up:hover {
  background: #ff5a12;
  cursor: pointer;
}
.btn_like.active .lnr-thumbs-up {
  background: #ff5a12;
  cursor: default;
}
.detail__reviews_content {
  display: flex;
  font-family: "MuseoSansCyrl100", sans-serif;
  font-size: 16px;
}
.detail__reviews_content i {
  font-size: 24px;
  margin-right: 24px;
}
.detail__sert {
  margin-top: 30px;
}
.detail__files {
  margin-top: 30px;
}
.detail__file {
  display: flex;
  margin-top: 15px;
  align-items: center;
}
.detail__file:first-child {
  margin-top: 0px;
}
.detail__file-type_inner {
  font-family: "MuseoSansCyrl100", sans-serif;
  font-size: 14px;
  color: #fff;
  background: #353535;
  border-radius: 5px;
  margin-right: 15px;
  height: 36px;
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail__file-name {
  font-family: "MuseoSansCyrl100", sans-serif;
  font-size: 14px;
}
.detail__main_head {
  display: flex;
}
.detail__primary {
  width: 720px;
  margin-right: 0px;
  display: flex;
  margin-bottom: 45px;
}
.detail__main-full {
  display: flex;
}
.detail__main-left {
  margin-right: 30px;
}
.rating i {
  font-size: 16px;
}
.rating i.zmdi-star-outline {
  color: #979797;
}
.detail__head-param:nth-child(3) .detail__head-param-value {
  border-right: 0px;
}
.detail__analogs {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.datail__analogs_items {
  width: 720px;
  margin-top: 30px;
}
.datail__analogs_item {
  margin: 10px 20px 10px 0px;
  padding: 10px;
}
.datail__analogs_item:hover {
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.datail__analogs_item .detail__analogs_checkot {
  display: flex;
}
.detail__analogs_name {
  font-family: "MuseoSansCyrl500", sans-serif;
  font-size: 14px;
  height: 57px;
  overflow: hidden;
}
.detail__analogs_article {
  margin-top: 15px;
  font-family: "MuseoSansCyrl100", sans-serif;
  font-size: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.detail__analogs_article span {
  color: #7c7c7c;
}
.detail__analogs_other {
  font-family: "MuseoSansCyrl100", sans-serif;
  font-size: 10px;
  position: relative;
}
.detail__analogs_сost {
  background: #efefef;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  padding: 10px;
  margin-top: 20px;
}
.detail__analogs_roz {
  font-size: 16px;
  font-family: "MuseoSansCyrl700", sans-serif;
}
.detail__analogs_roz span {
  font-size: 10px;
  font-family: "MuseoSansCyrl100", sans-serif;
}
.detail__analogs_opt {
  color: #ff5a12;
  font-size: 16px;
  font-family: "MuseoSansCyrl700", sans-serif;
}
.detail__analogs_opt span {
  color: #000;
  font-size: 10px;
  font-family: "MuseoSansCyrl100", sans-serif;
}
.detail__analogs .detail__slider-ctrls {
  width: 180px;
  top: 0px;
  right: 0px;
  position: absolute;
  margin-top: 0px;
}
.detail__analogs .detail__slider-line {
  width: 100%;
}
.detail__analogs_article_line {
  background: #efefef;
  height: 1px;
  width: 100%;
  position: absolute;
}
.detail__analogs_article_val {
  background: #fff;
  padding-left: 10px;
  z-index: 1;
  position: relative;
}
.detail__analogs_other_mod {
  width: 55%;
  padding-top: 15px;
}
.detail__analogs_other_mod .detail__analogs_other_row_rating {
  margin-left: 0px;
}
.detail__analogs_other_row_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 18px;
}
.detail__analogs_other_row_line {
  background: #e8e8e8;
  height: 1px;
  width: 100%;
  position: absolute;
}
.detail__analogs_other_row_val {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-right: 10px;
}
.detail__analogs_other_row_rating {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0px 5px;
  margin-left: 15px;
}
.detail__analogs_other_row_count {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-left: 5px;
}
.detail__analogs_preview img {
  height: 120px;
  margin: 10px 0px;
}
.detail__analogs_checkot {
  margin-top: 15px;
  padding-bottom: 15px;
  justify-content: space-between;
}
.detail__analogs_btn {
  color: #fff;
  font-size: 14px;
  font-family: "MuseoSansCyrl100", sans-serif;
  background: #ff5a00;
  height: 30px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.detail__analogs_icon {
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail__analogs_icon i.rotate {
  transform: rotate(-90deg);
}
.detail__analogs_icon span,
.detail__analogs_icon i {
  color: #909090;
}
.detail__also .detail__slider-ctrls {
  justify-content: flex-start;
}
.detail__also .detail__slider-ctrl {
  margin-left: 20px;
}
.datail__analogs_item .detail__slider-ctrl {
  padding: 0px 0px 0px 11px;
}
.detail__also_image {
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  display: inline-block;
  margin-top: 20px;
  height: 80px;
  width: 80px;
  overflow: hidden;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail__also_text {
  margin-top: 25px;
  font-size: 14px;
  height: 36px;
  overflow: hidden;
}
.detail__also_details {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail__also_cost {
  font-size: 16px;
  font-family: "MuseoSansCyrl700", sans-serif;
}
.detail__also_cost span {
  font-size: 10px;
  font-family: "MuseoSansCyrl100", sans-serif;
}
.detail__also_item {
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.file_certificate {
  display: block;
}
.detail__also_btn {
  font-size: 14px;
  color: #fff;
  font-family: "MuseoSansCyrl100", sans-serif;
  background: #ff5a12;
  padding: 15px 12px;
  margin-top: 30px;
  display: inline-block;
}
.detail__news {
  margin-top: 30px;
  margin-bottom: 30px;
}
.detail__news_image {
  margin-top: 20px;
}
.detail__news_image img {
  max-width: 177px;
  max-height: 139px;
  width: auto;
  height: auto;
}
.ditail_mob_slider .detail__news_image img {
  max-width: 177px;
  max-height: 139px;
  width: auto;
  height: auto;
}
.ditail_mob_slider .detail__news_item {
  width: 280px;
  position: relative;
  margin-right: 30px;
}
.detail__news_name {
  margin-top: 20px;
  font-size: 14px;
}
.detail__news_date,
.detail__news_cat {
  font-size: 10px;
}
.detail__news_list {
  margin-top: 30px;
}
.detail__news .detail__slider-ctrls {
  justify-content: flex-start;
}
.detail__news .detail__slider-ctrl {
  margin-left: 20px;
}
.detail__analogs .datail__analogs_item {
  padding-bottom: 0px;
}
.detail__analogs .datail__analogs_item:hover {
  padding-bottom: 0px;
}
.js-close .detail__menu-container {
  display: none;
}
.js-close .detail__menu-show-hide i {
  transform: rotate(180deg);
}
.detail__menu {
  margin-bottom: 30px;
}
.tab {
  display: inline-block;
  border-right: 1px solid #bbbbbb;
  padding-right: 35px;
  padding-left: 25px;
  color: #646464;
  display: none;
}
.tab:nth-child(1) {
  padding-left: 0px;
  display: inline-block;
  border-right: 0px;
  color: #000;
}
.tab:nth-child(1):first-letter {
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.tab:last-child {
  border-right: 0px;
  padding-right: 0px;
}
.detail__tab {
  width: 100%;
  position: relative;
  display: none;
}
.detail__tab:nth-child(1) {
  display: block;
}
#fancybox-thumbs ul {
  position: static;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  padding-left: 53px;
}
.detail__sert {
  position: relative;
  width: 110px;
}
.detail__sert img {
  width: 100%;
}
.detail__sert_labels {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  top: 0px;
  color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  pointer-events: none;
}
.detail__sert:hover .detail__sert_labels {
  display: flex;
}
.detail__sert_label {
  text-align: center;
  padding: 5px;
  font-size: 12px;
}
.detail__sert_label a {
  color: #ff6b2a;
}
.detail__content-data {
  position: relative;
  width: 100%;
}
.detail__analogs_preview {
  position: relative;
}
.detail__analogs_preview_list {
  width: 45px;
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 0px;
}
.detail__analogs_preview_item {
  padding: 5px;
  border: 1px solid #efefef;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 3px;
  cursor: pointer;
}
.detail__analogs_preview_item img {
  height: 32px;
}
/* Стили для новых-старых аналогов */
.main-lower-price {
  position: relative;
}
.product_item__padd:hover {
  box-shadow: 0 2px 21px 0 rgba(231, 231, 231, 0.68);
}
.product_item__padd .inner {
  padding: 10px;
  box-sizing: border-box;
  margin: 0 10px 0 0;
}
.product_item__header {
  padding: 10px 5px 0 0;
  /*height:70px;
  max-height:70px;*/
  height: 63px;
  overflow: hidden;
}
.product_item__vendor-code {
  text-align: right;
  margin-bottom: 5px;
}
.product_item__ref {
  line-height: 1.2;
  height: 40px;
  padding-top: 8px;
}
.round_nav_string {
  height: 40px;
}
.product_item__reference span,
.product_item__vendor-code span {
  color: #000;
}
.product_item__reference,
.product_item__vendor-code {
  color: #7c7c7c;
  padding: 0;
}
.product_item__img {
  height: 135px;
  margin-bottom: 15px;
}
.product_item__price {
  margin-top: 10px;
  background-color: #efefef;
  height: 37px;
  padding-top: 10px;
  border-radius: 5px;
  white-space: nowrap;
}
.product_item {
  position: relative;
}
.inner {
  padding: 10px;
}
.product_item___disc {
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  color: #fe5906;
}
.lower-price__bottom_nav .pagination {
  margin-top: 5px;
}
.product_item__price .old-price {
  text-align: right;
}
.lower-price-CartButtons {
  padding: 0;
  margin-top: 0;
  text-align: center;
  display: block;
}
.animated-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  -ms-transform: scale(0.2);
  margin: -53px 0 0 -30px;
  max-width: 60px;
}
.round_nav {
  border-radius: 50%;
  background-color: #d9d9d9;
  color: #fff;
  width: 22px;
  height: 21px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.round_nav:hover {
  background-color: #4e4e4e;
}
.lower-price-bottom-row {
  margin-top: 10px;
  height: 30px;
}
.lower-price-bottom-row .lower-price-stars {
  padding-right: 0;
}
.lower-price-bottom-row .hr-before {
  padding: 0;
}
.lower-price-bottom-row .hr-before:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: absolute;
  width: 7px;
  top: 10px;
  right: 23px;
  height: 1px;
  background: #ddd;
  border-width: 0 10px;
}
.lower-price-bottom-row .button-desc {
  text-align: right;
  padding-right: 0;
}
.lower-price-bottom-row .button-desc div {
  background-color: #d9d9d9;
  height: 30px;
  width: 90px;
  padding-right: 0;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 2;
  display: none;
}
.product_item__img .img-mini {
  width: 50px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  text-align: right;
  float: right;
  clear: both;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}
.lower-price-wrapper {
  /* width:23%;
   float:right;*/
}
.lower-price__bottom_nav {
  position: absolute;
  bottom: -25px;
  left: 15px;
}
.pagination {
  margin: 0;
  padding: 0;
}
.owl-slider-salepage {
  position: relative;
}
.owl-slider-salepage .owl-prev,
.owl-slider-salepage .owl-next {
  position: absolute;
  top: 40%;
  width: 19px;
  height: 36px;
  opacity: 1 !important;
}
.owl-slider-salepage .owl-prev {
  /*left: -10px;*/
  left: 0;
  background: url(/local/templates/texenergo_sale/img/slider-left.png) 0 0 no-repeat !important;
}
.owl-slider-salepage .owl-next {
  right: 0;
  background: url(/local/templates/texenergo_sale/img/slider-right.png) 0 0 no-repeat !important;
}
.detail__analogs .item-img {
  max-height: 130px;
  max-width: 130px;
  position: relative;
  left: 15px;
}
.detail__analogs .block-min-img {
  position: absolute;
  width: 50px;
  height: 100px;
  right: 30px;
  top: 150px;
}
.detail__analogs .img-mini {
  height: 40px;
  width: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 5px;
  position: relative;
}
/* END */
table.b-review_table {
  width: 100%;
}
table.b-review_table td {
  padding-top: 15px;
}
table.b-review_table td:nth-child(2n) {
  width: 75%;
}
.b-reviews_form {
  margin-top: 50px;
}
input.btn_review.btn_review_send {
  padding: 7px 16px;
  background-color: #ff5a12;
  color: #fff;
  border-radius: 5px;
  border: 0px;
}
.detail__icon .active i,
.detail__icon .active span {
  color: #ff5a12;
}
.toolbar {
  left: 0px;
}
.basket-add {
  text-decoration: none !important;
  color: #fff !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .detail__slider-line {
    left: 10%;
  }
  .detail__main-right .detail__slider-line {
    left: 0%;
  }
  .detail__analogs .detail__slider-line {
    left: auto;
    right: 0%;
  }
  .detail__analogs_article_line {
    left: 0px;
  }
  .detail__analogs_other_row_line {
    left: 0px;
  }
  .detail__analogs_other_row_val {
    margin-left: -7px;
  }
}
/* toolbar */
html body .toolbar .toolbar-tabs .tab {
  text-decoration: none;
  box-sizing: border-box;
  border-right: 1px solid #404040;
  width: 301px;
  height: 35px;
  background-color: #303030;
  display: block;
  float: left;
  color: #fff;
  line-height: 35px;
  font-size: 13px;
  cursor: pointer;
  padding: 0px;
}
.cat-products .cat-product {
  float: left;
  position: relative;
  border-right: 1px solid #ebebeb;
  background-color: #fff;
  z-index: 100;
}
.owl-slider.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  position: absolute;
  top: -39px;
  width: 12px;
  height: 19px;
  padding: 0;
  margin: 0;
  background: url(/local/templates/texenergo/img/catalog/arrows.png);
  opacity: 1;
}
.toolbar .toolbar-content .container {
  padding: 0px;
  width: 941px;
}
html body .toolbar .toolbar-tabs .tab .title-label {
  color: #fff;
  font-size: 1em;
}
html body .cat-products .product-name {
  display: inline-block;
  width: 100px;
  font-size: 11px;
  color: #6f6f6f;
  height: 44px;
  overflow: hidden;
}
html body .product-image {
  position: relative;
  text-align: center;
}
html body .cat-products .cat-product {
  padding: 0px;
}
.cat-products .product-image .picture img {
  display: none;
}
.cat-rating {
  display: inline-block;
  width: 81px;
  height: 11px;
  background: url(/local/templates/texenergo/img/footer/rating.png) center center no-repeat;
}
.cat-products .cat-price {
  font-size: 17px;
  font-weight: bold;
  color: #ed5c2f;
  width: 100%;
}
span.cat-price .price-text {
  display: none;
}
.cat-products .product-image .picture {
  display: block;
  height: 130px;
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none;
}
.product-image .product-info {
  margin-top: 5px;
  text-align: center;
}
.cat-products .product-number {
  display: block;
  font-size: 10px;
  color: #3d3d3d;
  float: none;
}
html body .cat-price {
  padding-top: 3px;
  font-size: 17px;
  font-weight: bold;
  color: #ed5c2f;
}
/* toolbar */
.detail__also_mobile {
  display: none;
}
.detail__analogs .owl-wrapper {
  padding-bottom: 30px;
}
.addNote {
  top: -3px;
}
.detail__type_name {
  margin-top: 25px;
  margin-bottom: -20px;
}
.b-share {
  position: absolute;
  z-index: 1;
  right: 15px;
}
.b-item {
  height: 445px; /*425*/
  box-shadow: 0 2px 21px 0 rgba(231, 231, 231, 0.68);
  background: #fff;
  margin-bottom: 10px;
  padding: 20px 15px 10px;
}
.b-item__title {
  display: block;
  overflow: hidden;
  height: 32px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: black;
  padding-right: 25px;
  margin-bottom: 11px;
}
.b-item__title:focus,
.b-item__title:hover,
.b-item__title:active {
  text-decoration: none;
}
.b-item__rating {
  font-size: 14px;
  color: #969696;
  line-height: 1;
  margin-bottom: 10px;
  vertical-align: middle;
}
.b-item__rating i {
  margin-right: 3px;
  font-size: 14px;
  vertical-align: middle;
}
.b-item__rating_defice {
  font-size: 8px;
  vertical-align: 2px;
}
.b-item__rating--small i {
  margin-right: 2px;
}
.b-item__rating_count {
  color: black;
  font-size: 11px;
}
.b-item__main_image_link {
  display: block;
}
.b-item__images {
  height: 140px;
  position: relative;
  margin-bottom: 13px;
}
.b-item__slider {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 20px;
  height: 120px;
  width: 45px;
}
.b-item__slider .slick-arrow {
  position: absolute;
  bottom: -51px;
  border: 0;
  padding: 0;
  background: #d9d9d9;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #fff;
  margin: 3px;
  transition: 0.5s;
}
.b-item__slider .slick-arrow.slick-prev {
  left: 0px;
}
.b-item__slider .slick-arrow.slick-next {
  right: -3px;
}
.b-item__slider .slick-arrow:focus,
.b-item__slider .slick-arrow:hover {
  background: #4e4e4e;
  cursor: pointer;
}
.b-item__slider_item {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 5px;
  text-align: center;
  border: solid 1px #ededed;
  margin: 5px 0;
  background: #ffffff no-repeat center center;
}
.b-item__slider_item img {
  margin: auto;
}
.b-item__buttons {
  position: relative;
}
.b-item__button {
  width: 29px;
  height: 29px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  border-radius: 5px;
  border: solid 1px #ededed;
  background: white;
  margin-right: 0;
  color: #8f8f8f;
  margin-bottom: 15px;
}
.b-item__button.active {
  color: #ff5a12;
}
.b-item__buttons_hr {
  position: absolute;
  height: 1px;
  background: #e8e8e8;
  top: 14px;
  left: 115px;
  right: 0;
}
.b-item__buttons_hr--short {
  right: 60px;
}
.b-item__info {
  font-size: 10px;
  font-weight: 100;
  font-family: MuseoSansCyrl100, sans-serif;
  color: #7c7c7c;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .b-item__info {
    font-size: 11px;
  }
}
.b-item__price_line {
  font-size: 14px;
  font-weight: 100;
  font-family: MuseoSansCyrl100, sans-serif;
  padding: 0 10px;
  height: 64px; /*44*/
  line-height: 38px;
  border-radius: 3px;
  background-color: #efefef;
  color: black;
  margin-bottom: 10px;
}
.b-item__price_line--opt {
  line-height: 32px;
}
.b-item__opt_price {
  line-height: 1;
  font-size: 12px;
  /*margin-top: -10px;*/
}
.b-item__price {
  font-family: MuseoSansCyrl700, sans-serif;
  font-size: 15.5px;
  color: black;
}
.b-item__old_price {
  font-family: MuseoSansCyrl300, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #ff5a12;
  text-decoration: line-through;
}
.b-item__percent {
  position: absolute;
  top: 19px;
  right: 28px;
  z-index: 1;
  font-family: MuseoSansCyrl100, sans-serif;
  font-size: 14px;
  font-weight: 100;
  color: #e79523;
}
.b-item__buy_info {
  border-radius: 3px;
  background-color: #efefef;
  margin-left: 115px;
  height: 35px;
  font-family: MuseoSansCyrl100, sans-serif;
  font-size: 11px;
  font-weight: 100;
  line-height: 1;
  text-align: left;
  color: #000000;
  padding-left: 10px;
}
@media (min-width: 1200px) {
  .b-item__buy_info {
    padding-left: 14px;
  }
}
.b-item__buy_info_wrapper {
  display: flex;
  align-items: center;
  height: 35px;
}
.b-item__buy_info_wrapper .zmdi {
  font-size: 14px;
  vertical-align: -2px;
  margin-left: 6px;
}
.b-item .rollover {
  height: 35px;
}
.b-item .basket-add {
  display: inline-block;
  height: 35px;
  width: 110px;
  border-radius: 3px;
  background-color: #ff5a12;
  font-family: MuseoSansCyrl100, sans-serif;
  font-size: 14px;
  font-weight: 100;
  color: #ffffff;
  text-align: center;
}
.b-item .basket-add:hover,
.b-item .basket-add:focus,
.b-item .basket-add:active {
  text-decoration: none;
}
.b-item .rollover__front,
.b-item .rollover__bottom {
  padding: 0;
  height: 35px;
  width: 110px;
}
.b-item .rollover__front {
  z-index: 1;
}
.b-item .input-basket-count {
  height: 35px;
  display: inline-block;
}
.b-item .removeProduct {
  top: 7px;
}
.b-item__features {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 0;
  bottom: 10px;
  z-index: 10;
  padding: 30px 15px 0 15px;
  background-color: #1f1f1f;
  color: #fff;
  font-family: MuseoSansCyrl100, sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: 1.2;
  overflow-x: hidden;
  overflow-y: auto;
  transform: scaleY(0);
  transition: 0.2s all;
  transform-origin: bottom;
}
.datail__analogs_items .b-item__features {
  left: 0;
  right: 0;

}
.b-item__features--list {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.b-item__features--list .b-features__right {
  height: auto;
}
.b-item__features--list .b-item__feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.b-item__features--mobile {
  top: -170px;
  left: 0;
  right: 0;
  bottom: 0;
}
.b-item__features--mobile .b-features {
  margin-right: 0;
  justify-content: space-between;
}
.b-item__features--mobile .b-item__feature {
  width: 48%;
}
.b-item__features_wrapper {
  height: 100%;
}
.b-item--features .b-item__features {
  transform: scaleY(1);
}
.b-item__features_close {
  position: absolute;
  right: 2px; /*-18px*/
  top: 2px; /*-18px*/
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #ff5a12;
  color: white;
  border-radius: 50%;
}
.b-item__features_close:hover,
.b-item__features_close:focus {
  text-decoration: none;
  color: white;
}
.b-item__feature {
  border-bottom: 1px solid #525252;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.b-item__feature:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.b-item__feature_name {
  font-size: 13px;
  color: #ff5a12;
}
.b-item--show_more .b-item__features {
  bottom: auto;
  padding-bottom: 30px;
}
.b-item--show_more .b-features__shadow {
  display: none;
}
.b-item--show_more .b-features__show_more {
  display: none !important;
}
.b-item--show_more .b-features__bottom {
  display: none !important;
}
.b-item--need_more .b-features__show_more {
  display: block;
}
.b-item .b-features {
  margin-right: 0;
  display: block;
}
.b-item .b-features__shadow {
  bottom: 50px;
}
.text-black {
  color: black;
}
.addNote.arrow_box {
  white-space: nowrap;
}
.b-list {
  position: relative;
  margin-bottom: 3px;
  height: 170px;
  padding: 0;
  box-shadow: 0 2px 21px 0 rgba(231, 231, 231, 0.68);
  background: #ffffff;
}
@media (width <= 990px) {
  .b-list {
    padding: 18px 30px 18px 4px;
    height: 200px;
  }
}
@media (width > 990px ) and (width < 1440px) {
  .b-list {
    padding: 18px 30px 18px 4px;
    height:auto !important;
  }
}
.b-list__image {
  max-width: 100%;
  max-height: 180px;
  display: block;
  margin: auto;
  margin: 22px auto 0;
}
.b-list__info_block {
  position: relative;
  margin: 19px 0 19px -15px;
}
.b-list__title {
  display: block;
  overflow: hidden;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  max-height: 40px;
  color: #000;
  margin-bottom: 6px;
}
.b-list__info {
  font-size: 12px;
  font-weight: 300;
  font-family: MuseoSansCyrl300, sans-serif;
  color: #7c7c7c;
  margin-bottom: 10px;
  line-height: 19px;
}
.b-list__percent {
  position: absolute;
  top: 1px;
  right: -10px;
  z-index: 1;
  font-family: MuseoSansCyrl300, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #e79523;
}
.b-list__price_line {
  text-align: right;
  margin: 15px 0;
  font-size: 16px;
  font-weight: 300;
  font-family: MuseoSansCyrl300, sans-serif;
}
.b-list__opt_price {
  font-size: 12px;
}
.b-list__price {
  font-family: MuseoSansCyrl700, sans-serif;
  font-size: 24px;
  color: black;
  line-height: 1;
}
.b-list__price--small {
  font-size: 18px;
}
.b-list__old_price {
  font-family: MuseoSansCyrl300, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #ff5a12;
  text-decoration: line-through;
}
.b-list__old_price_rub {
  font-size: 12px;
}
.b-list__stock_info {
  font-size: 12px;
  margin-top: 15px;
}
.b-list__stock_info .zmdi {
  vertical-align: -1px;
  margin-left: 6px;
  font-size: 14px;
}
.b-list__buy_line {
  margin: 15px 0 0 auto;
  width: 180px;
  text-align: center;
}
.b-list .rollover {
  height: 40px;
  width: 180px;
}
.b-list .basket-add {
  display: inline-block;
  height: 40px;
  width: 120px;
  border-radius: 3px;
  background-color: #ff5a12;
  font-family: MuseoSansCyrl100, sans-serif;
  font-size: 16px;
  font-weight: 100;
  color: #ffffff;
  text-align: center;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .b-list .basket-add {
    width: 180px;
  }
}
.b-list .basket-add:hover,
.b-list .basket-add:focus,
.b-list .basket-add:active {
  text-decoration: none;
}
.b-list .rollover__front,
.b-list .rollover__bottom {
  padding: 0;
  height: 40px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .b-list .rollover__front,
  .b-list .rollover__bottom {
    width: 180px;
  }
}
.b-list .rollover__front {
  z-index: 1;
}
.b-list .input-basket-count {
  height: 40px;
  display: inline-block;
}
.b-list .removeProduct {
  top: 10px;
}
.b-list__buy_wrapper {
  margin-bottom: 10px;
  height: 40px;
}
.b-list__buttons {
  width: 180px;
  text-align: center;
  margin-left: auto;
}
.b-list__text {
  font-size: 15px;
}
@media (min-width: 1440px) {
  .b-list__text {
    font-size: 16px;
  }
}
.b-list__buy_block {
  border-left: 1px solid #dfdfdf;
  margin-top: 10px;
  height: 280px;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  .b-list__buy_block {
    margin-left: 15px;
  }
}
@media (min-width: 1440px) {
  .b-list__buy_block {
    margin-left: 0;
  }
}
.b-list__buy_block_line {
  width: 180px;
  margin-left: auto;
  text-align: center;
}
.b-list--big {
  height: 170px;
}
@media (min-width: 992px) {
  .b-list--big {
    height: 350px;
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .b-list--big {
    padding-right: 40px;
  }
}
.b-list--big .b-list__info_block {
  margin-top: 10px;
  margin-left: 0;
}
@media (min-width: 1200px) {
  .b-list--big .b-list__info_block {
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .b-list--big .b-list__info_block {
    margin-right: 20px;
    margin-left: -15px;
  }
}
.b-list--big .b-list__title {
  font-size: 18px;
  line-height: 21px;
  max-height: 64px;
}
@media (min-width: 1440px) {
  .b-list--big .b-list__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.b-list--big .b-list__info {
  line-height: 20px;
}
.b-list--big .b-list__percent {
  top: 0;
  font-size: 18px;
}
@media (min-width: 1440px) {
  .b-list--big .b-list__percent {
    font-size: 24px;
  }
}
.b-list--big .b-list__image {
  max-height: 145px;
  margin-right: 30px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .b-list--big .b-list__image {
    margin-top: 10px;
    max-height: 220px;
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .b-list--big .b-list__image {
    margin-top: 20px;
  }
}
.b-list--big .b-item__rating,
.b-list--big .b-item__rating_count {
  font-size: 16px;
  margin-top: 17px;
  vertical-align: -2px;
}
.b-list--big .b-item__rating i,
.b-list--big .b-item__rating_count i {
  font-size: 25px;
  margin-right: 5px;
}
.b-list--big .b-list__price_line {
  text-align: center;
  font-size: 21px;
  margin-bottom: 10px;
}
.b-list--big .b-list__buy_line {
  margin-top: 30px;
}
.b-list--big .b-list__price {
  font-size: 36px;
}
.b-list--big .b-list__price--small {
  font-size: 30px;
}
.b-list--big .b-list__old_price {
  font-size: 18px;
}
.b-list--big .b-list__old_price_rub {
  font-size: 14px;
}
.b-list--big .b-list__stock_info {
  border-radius: 3px;
  background-color: #efefef;
  color: black;
  line-height: 40px;
  margin-top: 10px;
}
.b-list--big .basket-add {
  width: 180px;
}
.b-list--big .rollover__front,
.b-list--big .rollover__bottom {
  width: 180px;
}
.b-features {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-right: 230px;
  flex-direction: unset;
}
.datail__analogs_items .b-features
{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: column;
  margin-right: 0;
}
.b-features__item {
  width: 33.33333333%;
  padding: 0 10px 20px 10px;
  position: relative;
}
.b-features__item:after {
  content: "";
  display: block;
  height: 1px;
  background: #525252;
  position: absolute;
  bottom: 14px;
  left: 10px;
  right: 10px;
}
.b-features__shadow {
  display: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f1f1f+0,1f1f1f+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(31, 31, 31, 0) 0%, #1f1f1f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(31, 31, 31, 0) 0%, #1f1f1f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(31, 31, 31, 0) 0%, #1f1f1f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001f1f1f', endColorstr='#1f1f1f', GradientType=0);
  /* IE6-9 */
  position: absolute;
  height: 30px;
  left: 0;
  right: 0;
  bottom: 0;
}
.b-features__right {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 45px;
  width: 160px;
  height: 350px;
  flex-direction: column;
  justify-content: center;
}
.b-features__bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #1f1f1f;
  text-align: center;
}
.b-features__close,
.b-features__show_more {
  display: block;
  width: 160px;
  height: 35px;
  background: #e16d2a;
  color: white;
  text-align: center;
  line-height: 35px;
  border-radius: 35px;
  padding-left: 15px;
  margin: 0 auto 10px auto;
}
.b-features__close:hover,
.b-features__show_more:hover,
.b-features__close:focus,
.b-features__show_more:focus {
  color: white;
  text-decoration: none;
}
.b-features__show_more {
  color: black;
  background: #ffffff;
  display: none;
}
.b-features__show_more:hover,
.b-features__show_more:focus {
  color: black;
  text-decoration: none;
}
.b-features__close_icon,
.b-features__show_more_icon {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #ff5a12;
  color: white;
  border-radius: 50%;
}
.b-features__show_more_icon {
  background: #ece0e0;
  color: black;
}
.b-pagination {
  box-shadow: 0 2px 10px 0 rgba(231, 231, 231, 0.68);
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  font-family: MuseoSansCyrl100, sans-serif;
  font-weight: 100;
  color: #8e8e8e;
}
.b-pagination--bottom {
  margin-bottom: -35px;
}
.b-pagination__arrow {
  width: 30px;
  height: 30px;
  color: #c3c3c3;
  border: 3px solid #c3c3c3;
  border-radius: 3px;
  text-align: center;
  line-height: 24px;
  display: inline-block;
}
.b-pagination__arrow .zmdi {
  font-size: 10px;
}
.b-pagination__prev,
.b-pagination__next {
  color: black;
}
.b-pagination__prev:hover,
.b-pagination__next:hover,
.b-pagination__prev:focus,
.b-pagination__next:focus {
  border-color: #ff5a12;
  color: #ff5a12;
}
.b-pagination__prev {
  float: left;
}
.b-pagination__next {
  float: right;
}
.b-pagination__item {
  text-align: center;
  color: #8e8e8e;
  width: 27px;
  height: 27px;
  display: inline-block;
  border-radius: 50%;
  line-height: 27px;
}
.b-pagination__item--current {
  background: #f1f1f1;
  color: black;
}
.b-pagination__item:hover,
.b-pagination__item:focus {
  background: #f1f1f1;
  color: #ff5a12;
  text-decoration: none;
}
.b-loader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -35px;
  z-index: 33;
  background: rgba(255, 255, 255, 0.8) url('/local/templates/texenergo_sale/components/aero/catalog/catalog/img/loading32.gif') no-repeat fixed center center;
}
.b-loader--center {
  background: rgba(255, 255, 255, 0.8) url('/local/templates/texenergo_sale/components/aero/catalog/catalog/img/loading32.gif') no-repeat center center;
}
.b-mitem {
  padding: 20px 10px;
}
.b-mitem__image_wrapper {
  float: left;
  width: 80px;
  margin-right: 15px;
}
.b-mitem__buy_wrapper {
  width: 140px;
  float: right;
  text-align: center;
}
.b-mitem__price_wrapper {
  margin-bottom: 15px;
}
.b-mitem__more_wrapper {
  margin-left: 10px;
  position: relative;
}
.b-mitem__info_wrapper {
  position: relative;
  margin-left: 100px;
  margin-right: 150px;
}
.b-mitem__info {
  color: #7d7d7d;
  font-size: 12px;
  line-height: 1.5;
}
.b-mitem__title {
  display: block;
  font-size: 14px;
  line-height: 18px;
  max-height: 54px;
  overflow: hidden;
  color: #000000;
  margin-bottom: 20px;
}
.b-mitem__image {
  max-width: 80px;
  max-height: 100px;
  display: block;
  margin: auto;
}
.b-mitem__more {
  float: left;
  margin-left: 10px;
}
.b-mitem__more--open .b-mitem__more_link {
  position: absolute;
  background: black;
  height: 36px;
  border-radius: 3px 3px 0 0;
  border-bottom: none;
  color: white;
  z-index: 2;
}
.b-mitem__more--open .b-mitem__more_list {
  display: block;
}
.b-mitem__more_link {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #3d3d3d;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #eeeeee;
}
.b-mitem__more_list {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 35px;
  background: black;
  color: white;
  font-size: 12px;
  padding: 8px 13px;
  z-index: 1;
  text-align: left;
  border-radius: 3px 0 3px 3px;
  border: 1px solid #eeeeee;
}
.b-mitem__opt_price {
  color: black;
  font-size: 12px;
  line-height: 1;
}
.b-mitem__button {
  display: block;
  color: #fff;
  line-height: 24px;
  border-bottom: 1px solid #333;
}
.b-mitem__button:hover,
.b-mitem__button:focus,
.b-mitem__button:active {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .b-mitem__button--lastmobile {
    border-bottom: none;
  }
}
.b-mitem__button:last-child {
  border-bottom: none;
}
.b-mitem .rollover,
.b-mitem .rollover__front,
.b-mitem .rollover__bottom,
.b-mitem .basket-add,
.b-mitem .input-basket-count {
  width: 90px;
  height: 30px;
}
.b-mitem .basket-add {
  font-size: 14px;
  padding: 2px 0;
}
.b-mitem .input-basket-count {
  font-size: 14px;
  padding: 2px 10px;
}
.b-mitem .removeProduct {
  top: 5px;
}
.b-own {
  position: absolute;
  z-index: 1;
  right: 100px;
  vertical-align: middle;
  cursor: pointer;
  display: none;
}
@media (min-width: 1200px) {
  .b-own {
    display: block;
  }
}
.b-own.group-switch-catalog {
  margin-top: 4px;
}
.b-own .subSwitch {
  background-position: 0 0;
  width: 25px;
  height: 19px;
  vertical-align: middle;
}
.b-own .subSwitch-on {
  background-position: 0 -33px;
}
.b-filter__item_filter {
  width: 100%;
  margin-bottom: 10px;
}
.b-filter__item_icon {
  position: absolute;
  right: -7px;
  top: -4px;
  transition: transform 0.3s;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px !important;
}
.b-filter__item_icon:hover {
  background-color: #f0f0f0;
}
.b-filter__range {
  padding-bottom: 0 !important;
}
.b-filter__range_input {
  height: 36px;
  border-radius: 5px;
  background-color: #efefef;
  color: black;
  display: block;
  border: 0;
  outline: none;
  padding: 10px;
  width: 80px;
}
@media (min-width: 1200px) {
  .b-filter__range_input {
    width: 90px;
  }
}
@media (min-width: 1440px) {
  .b-filter__range_input {
    width: 110px;
  }
}
.b-filter__range_inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.b-filter__range_from {
  width: 30px;
  text-align: center;
  color: #a6a6a6;
}
.b-filter__checkbox_custom {
  width: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/local/templates/texenergo_sale/components/bitrix/catalog.smart.filter/.default/images/checkbox_on.png) no-repeat;
}
.b-filter__checkbox_custom--on {
  display: none;
}
.b-filter__checkbox_custom--off {
  display: block;
  background: url(/local/templates/texenergo_sale/components/bitrix/catalog.smart.filter/.default/images/checkbox_off.png) no-repeat;
}
.b-filter__columns {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  /* Makes effect only in Firefox */
  break-inside: avoid;
  /* IE10+, Opera 11.1â€”12.1 */
}
.b-filter__columns--2 {
  columns: 2;
}
.b-filter__columns--4 {
  columns: 1;
}
@media (min-width: 767px) {
  .b-filter__columns--4 {
    columns: 3;
  }
}
@media (min-width: 992px) {
  .b-filter__columns--4 {
    columns: 4;
  }
}
.b-filter__more_block {
  margin-top: 15px;
}
.b-filter__more_link {
  font-size: 13px;
  font-weight: 300;
  color: #7d7d7d;
}
.b-filter__more_link:hover,
.b-filter__more_link:focus {
  color: black;
}
.bx_filter .bx_filter_input_checkbox input[type=checkbox]:checked ~ .b-filter__checkbox_custom--off {
  display: none;
}
.bx_filter .bx_filter_input_checkbox input[type=checkbox]:checked ~ .bx_filter_param_text {
  color: black;
}
.bx_filter .bx_filter_input_checkbox input[type=checkbox]:checked ~ .b-filter__checkbox_custom--on {
  display: block;
}
.bx_filter {
  min-width: 220px;
  position: relative;
}
.bx_filter .b-loader {
  z-index: 1111;
  background-image: none;
}
.bx_filter .bx_horizontal {
  min-width: auto;
}
.bx_filter .bx_filter_section {
  position: relative;
  padding: 15px;
  background: white;
  margin-bottom: -26px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.08);
}
.product-category__img-detail {
  max-width: 100%;
}
.b-btn-white {
  display: flex;
}
.b-btn-white--small {
  padding: 6px 20px 6px 15px;
  height: 40px;
}
.b-btn-white--small .zmdi {
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .b-btn--brends {
    padding: 0 15px !important;
  }
  .b-btn--brends .b-btn-white-icon {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  .b-btn--brends .b-btn-filter-close-title {
    display: none;
  }
}
.b-btn-orange {
  display: block;
}
.b-list-brand-button_item a {
  text-decoration: none;
}
.b_filter_reset {
  background: transparent;
  border: 0;
}
.b-list-brand-button {
  margin-top: 7px;
}
.b_filter_reset_inFilter {
  font-family: "Ubuntu";
  font-weight: 300;
  display: block;
  border: 0;
  background: transparent;
  border-left: 1px solid #e8e8e8;
  padding-left: 15px;
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .b_filter_reset_inFilter {
    padding-left: 30px;
    margin-left: 30px;
  }
}
.b_filter_reset_inFilter .b-close-brand {
  background: #000;
  color: #fff;
  border: 0;
  border-radius: 2px;
  height: 30px;
  width: 30px;
  font-size: 24px;
  vertical-align: middle;
  line-height: 22px;
  margin-left: 10px;
}
.b-sort-title {
  width: 60%;
  line-height: 1;
  font-size: 12px;
  align-items: center;
  display: none;
}
@media (min-width: 1440px) {
  .b-sort-title {
    display: flex;
  }
}
.b-product-category__img-detail {
  padding-top: 35px;
}
#btn-filter {
  position: relative;
}
.b-filter-header {
  padding: 15px 0;
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
  line-height: 22px;
  min-height: 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b-filter-body {
  margin-top: 30px;
}
.b-zmdi {
  width: 12px;
  font-size: 17px !important;
}
.b-count-filter_elements {
  position: relative;
  font-size: 10px;
  top: -6px;
  color: #aeaeae !important;
  left: 2px;
}
.b-mobile-lang-bar {
  margin-right: 10px;
}
.b-mobile-lang-bar_button {
  font-size: 12px;
  color: #cfcfcf;
  padding: 0 5px;
  text-decoration: underline;
}
.b-mobile-lang-bar_button-active {
  color: #000;
  text-decoration: none;
}
#btn-filter-close i {
  color: #ff5a00;
}
.b-filter-col-end {
  display: flex;
  justify-content: flex-end;
}
.b-btn-white-icon {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #e8e8e8;
}
#btn-filter-close:hover i {
  color: #fff;
}
.b-button-close-text {
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  border-bottom: 1px dashed #ff5a12;
  vertical-align: middle;
}
.b-button-close-text:hover,
.b-button-close-text:focus {
  text-decoration: none;
}
.b-write-custom {
  position: relative;
}
.b-row-flexColumn {
  display: flex;
  flex-direction: column;
}
#b-lang-en-tablet,
#b-lang-en-tablet {
  display: none;
}
@media (min-width: 1200px) {
  .bx_filter .bx_filter_section {
    padding: 20px;
  }
}
@media (min-width: 1440px) {
  .bx_filter .bx_filter_section {
    padding: 30px;
  }
}
@media (max-width: 400px) {
  .b-catalog_new_block div {
    margin-bottom: 10px;
    font-size: 9px;
  }
}
@media (max-width: 768px) {
  .b-block-cur-filter {
    display: none;
  }
  #btn-group span,
  #btn-cat span {
    border: 0;
    margin: 0;
    padding: 0;
  }
  #btn-group,
  #btn-cat {
    margin-top: 5px;
    padding: 12px 12px 15px 12px;
  }
  .b-filter-mobile-header {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1170px) {
  .b-catalog_new_decription {
    font-size: 14px;
    line-height: 23px;
  }
  .b-btn-orange,
  .b-btn-white {
    font-size: 12px;
  }
}
@media (min-width: 1171px) {
  #b-catalog-mobile {
    display: none;
  }
  #b-short-cat {
    display: block;
    min-height: 200px;
    position: relative;
  }
  .b-catalog_new_decription {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 10px;
  }
}
@media (max-width: 950px) {
  .b-catalog_new_decription {
    font-size: 11px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  #b-catalog-mobile {
    display: block;
  }
  #btn-group .b-btn-span-text,
  #btn-cat .b-btn-span-text {
    display: none;
  }
  .b-filter-back-dark {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
  }
  .b-wrapper-site-navigation {
    display: none;
  }
  .b-letter-sort span {
    display: none;
  }
  .b-mobile-lang-bar_button {
    border: 0;
    background: transparent;
  }
  .b-brand-filter {
    position: absolute;
    left: 10px;
    right: 0px;
    top: 10px;
    background-color: #fff;
    z-index: 999999;
    box-shadow: 0px 17px 42px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
  }
  .b-sort-alfa-block {
    display: none;
  }
  .b_filter_reset_inFilter {
    margin-top: 0;
  }
  .b-btn-filter-close-title {
    padding-right: 10px;
  }
}
@media (min-width: 769px) {
  .b-brand-filter {
    position: absolute;
  }
  .b-brand-filter:before {
    content: "";
    background: #fff;
    left: 0px;
    right: 0;
    top: 0px;
    height: 100%;
    z-index: -1;
    position: absolute;
    box-shadow: 0px 17px 42px 0px rgba(0, 0, 0, 0.1);
  }
  .b-filter-reset_mobile {
    display: none;
  }
  .b-btn-filter-close-title {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #btn-filter {
    padding: 6px 15px 6px 15px;
  }
  .b-filter-goods,
  .b-twelve {
    position: unset !important;
  }
  .b-filter-header > .row {
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .b-letter-hide {
    display: none;
  }
}
@media (min-width: 992px) {
  .b-mobile-lang-bar {
    display: none;
  }
}
.b-brands-popup {
  position: fixed;
  background: white;
  top: 32px;
  right: 32px;
  z-index: 10000;
  padding: 32px;
  box-shadow: 0px 17px 42px 0px rgba(0, 0, 0, 0.1);
  min-width: 320px;
}
.b-brands-popup__head {
  font-weight: bold;
  margin-bottom: 10px;
}
.b-categories {
  background: white;
  padding: 20px 0 0 0;
  position: relative;
  list-style: none;
  margin: 0 0 15px;
  box-shadow: 0px 6px 10px 0 rgba(0, 0, 0, 0.08);
}
.b-categories__item {
  position: relative;
}
.b-categories__item--current > .b-categories__link {
  color: white !important;
  background-color: #ff5a12 !important;
}
.b-categories__item--current > .b-categories__link .b-categories__decor {
  border-bottom-color: #ff5a12;
}
.b-categories__item--current > .b-categories__link .b-categories__decor:before {
  background-color: white !important;
}
.b-categories__item--active > .b-categories__link {
  color: #ff5a12;
}
.b-categories__item--active > .b-categories__subchilds {
  display: block;
}
.b-categories__item--active > .b-categories__icon.zmdi-chevron-right {
  transform: rotate(-90deg);
}
.b-categories__item--active > a .b-categories__decor:before {
  background-color: #ff5a12;
}
.b-categories__item > a span {
  position: relative;
}
.b-categories__item > a span:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #a7a7a7;
  position: absolute;
  top: 50%;
  left: 0;
}
.b-categories__item[data-depth="1"] > .b-categories__link .b-categories__decor {
  padding-right: 0 !important;
}
.b-categories__item[data-depth="1"] > a span:before {
  display: none;
}
.b-categories__item[data-depth="2"]:last-child > .b-categories__decor {
  border-bottom: none;
}
.b-categories__item[data-depth="2"] > a span {
  padding-left: 12px;
}
.b-categories__item[data-depth="2"] > a span:before {
  left: 0;
}
.b-categories__item[data-depth="3"] > a span {
  padding-left: 18px;
}
@media (min-width: 1200px) {
  .b-categories__item[data-depth="3"] > a span {
    padding-left: 22px;
  }
}
.b-categories__item[data-depth="3"] > a span:before {
  left: 4px;
  width: 8px;
  height: 2px;
  top: calc(50% - 2px);
}
@media (min-width: 1200px) {
  .b-categories__item[data-depth="3"] > a span:before {
    left: 7px;
  }
}
.b-categories__item[data-depth="4"] > a span {
  padding-left: 22px;
}
@media (min-width: 1200px) {
  .b-categories__item[data-depth="4"] > a span {
    padding-left: 32px;
  }
}
.b-categories__item[data-depth="4"] > a span:before {
  left: 7px;
  width: 4px;
  height: 4px;
}
@media (min-width: 1200px) {
  .b-categories__item[data-depth="4"] > a span:before {
    left: 17px;
  }
}
.b-categories__item[data-depth="5"] > a span {
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .b-categories__item[data-depth="5"] > a span {
    padding-left: 40px;
  }
}
.b-categories__item[data-depth="5"] > a span:before {
  left: 15px;
}
@media (min-width: 1200px) {
  .b-categories__item[data-depth="5"] > a span:before {
    left: 25px;
  }
}
.b-categories__item[data-depth="6"] > a span {
  padding-left: 38px;
}
@media (min-width: 1200px) {
  .b-categories__item[data-depth="6"] > a span {
    padding-left: 48px;
  }
}
.b-categories__item[data-depth="6"] > a span:before {
  left: 23px;
}
@media (min-width: 1200px) {
  .b-categories__item[data-depth="6"] > a span:before {
    left: 32px;
  }
}
.b-categories__item[data-depth="1"].b-categories__item--active > .b-categories__icon {
  display: none;
}
.b-categories__item[data-depth="1"]:not(.b-categories__item--active) {
  display: none;
}
.b-categories__link {
  display: block;
  position: relative;
  line-height: 14px;
  font-size: 12px;
  color: black;
  padding: 0 15px;
  min-height: 53px;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .b-categories__link {
    font-size: 15px;
    padding: 0 20px;
  }
}
@media (min-width: 1440px) {
  .b-categories__link {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .b-categories__link--childs .b-categories__decor {
    padding-right: 20px;
  }
}
@media (min-width: 1440px) {
  .b-categories__link--childs .b-categories__decor {
    padding-right: 20px;
  }
}
.b-categories__link:hover,
.b-categories__link:active,
.b-categories__link:focus {
  background: #ff5a12;
  color: white;
  text-decoration: none;
}
.b-categories__link:hover .b-categories__decor,
.b-categories__link:active .b-categories__decor,
.b-categories__link:focus .b-categories__decor {
  border-bottom: solid 1px #ff5a12;
}
.b-categories__link:hover .b-categories__decor:before,
.b-categories__link:active .b-categories__decor:before,
.b-categories__link:focus .b-categories__decor:before {
  background-color: #fff;
}
.b-categories__decor {
  display: flex;
  height: 53px;
  align-items: center;
  border-bottom: solid 1px #e5e5e5;
  position: relative;
}
.b-categories__icon.zmdi {
  position: absolute;
  right: 15px;
  top: 12px;
  z-index: 120;
  display: none;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px !important;
  border-radius: 50%;
  transition: transform 0.3s;
  transform: rotate(90deg);
  font-size: 16px !important;
}
.b-categories__icon.zmdi:hover {
  background-color: #f0f0f0;
  color: initial;
}
@media (min-width: 1200px) {
  .b-categories__icon.zmdi {
    right: 20px;
    display: block;
  }
}
@media (min-width: 1440px) {
  .b-categories__icon.zmdi {
    right: 20px;
  }
}
.b-categories__subchilds {
  display: none;
  transition-property: visibility;
  transition-delay: 0.4s;
}
.b-categories--main {
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  box-shadow: none;
  font-size: 14px;
}
.b-categories--main .b-categories__decor {
  height: auto;
  min-height: 47px;
}
.b-categories--main .b-categories__link {
  min-height: 47px;
  line-height: normal;
}
.b-categories--main .b-categories__icon.zmdi {
  top: 9px;
}
.b-categories--main > .b-categories__item {
  list-style: none;
}
.b-categories--main > .b-categories__item .b-categories__item .b-categories__decor {
  padding-left: 10px;
}
.b-categories--main > .b-categories__item .b-categories__item .b-categories__decor:before {
  display: block;
  top: 46%;
}
.b-categories--main > .b-categories__item a span:before {
  display: none;
}
@media (min-width: 1440px) {
  .b-categories--main .b-categories__icon.zmdi {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .b-categories--main .b-categories__icon.zmdi {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .b-categories--main .b-categories__link {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media (min-width: 1440px) {
  .b-categories--main .b-categories__link {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .b-categories--main .b-categories__link--childs .b-categories__decor {
    padding-right: 15px;
  }
}
@media (min-width: 1440px) {
  .b-categories--main .b-categories__link--childs .b-categories__decor {
    padding-right: 15px;
  }
}
.b-button {
  display: inline-block;
  padding: 9px 25px;
  line-height: 25px;
  font-size: 15px;
  font-family: Ubuntu, sans-serif;
  border-radius: 2px;
  border: 1px solid #d3d3d3;
  background: white;
  user-select: none;
}
.b-button:hover {
  text-decoration: none;
  border-color: #ff5a12;
  background: #ff5a12;
  color: white;
}
.b-button:focus {
  text-decoration: none;
}
.b-button__icon {
  display: inline-block;
  padding-right: 14px;
  margin-left: -11px;
  margin-right: 25px;
  border-right: 1px solid #f2f2f2;
}
.b-button__icon .zmdi {
  font-size: 17px;
  vertical-align: -1px;
}
.b-button--orange {
  border-color: #ff5a12;
  background: #ff5a12;
  color: white;
}
.b-button--orange:hover,
.b-button--orange:focus {
  background: white;
  color: black;
}
.b-button--small {
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.b-button--brands {
  font-size: 14px;
}
@media (max-width: 767px) {
  .b-button--no-icon {
    padding-left: 15px;
    padding-right: 15px;
  }
  .b-button--no-icon .b-button__text {
    display: none;
  }
  .b-button--no-icon .b-button__icon {
    border-right: none;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
  }
}
.b-button--personal {
  display: none;
}
.is-auth .b-button--personal {
  display: inline-block;
}
.is-auth .b-button--register {
  display: none;
}
.b-button.active .b-button__icon {
  color: #ff5a12;
}
.b-button.active:hover .b-button__icon {
  color: white;
}
.select2-results__option .zmdi {
  padding-right: 10px;
}
.select2-selection .zmdi {
  font-size: 19px;
  padding-right: 8px;
}
.main {
  padding-bottom: 40px;
}
.group-switch.own-production-inside > span {
  float: none;
}
.container .nine.nine-fullwidth {
  width: 100%;
  margin-left: 0;
}
.nine.nine-fullwidth .cat-products {
  padding-left: 40px;
}
/* .sidebar-catalog .head.sidebar-head p{color:#fff;font-size:10px;width:140px;display:block;} */
.sidebar-catalog span.name-cont {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  color: #fff;
  font-size: 10px;
}
a.head.sidebar-head:hover .name-cont {
  text-decoration: underline;
}
.animated-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  margin: -53px 0 0 -30px;
  max-width: 60px;
}
.b-catalog_new_title {
  font-family: "Brutal Type", sans-serif;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.b-catalog_new_decription {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  position: relative;
  margin-bottom: 15px;
}
.b-catalog_new_decription:after {
  content: "";
  display: block;
  background: #e8e8e8;
  width: 307px;
  height: 1px;
  left: 0;
  margin-top: 15px;
}
.b-catalog_new_container {
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .b-catalog_new_title {
    font-size: 40px;
    margin-bottom: 34px;
  }
  .b-catalog_new_decription {
    padding-right: 0;
  }
}
.b-btn-white:hover {
  background: #ff5a12;
  color: #fff;
}
.b-btn-white:hover i {
  color: #fff;
}
.b-btn-orange:hover {
  background: #fff;
  color: #000;
}
.b-filter-col {
  display: flex;
  align-items: center;
}
.b-block-cur-filter {
  position: relative;
  overflow: hidden;
  height: 50px;
  width: 100%;
}
.b-block-cur-filter:before {
  content: "";
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 75%);
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  width: 147px;
  z-index: 99;
}
.b-list-brand-button {
  display: flex;
  margin-bottom: 0px;
  white-space: nowrap;
  z-index: 9999;
  max-width: 1000px;
  height: 40px;
  top: 4px;
}
.b-list-brand-button:before {
  content: "";
  display: block;
  height: 20px;
  position: relative;
  top: 80px;
}
.b-list-brand-button_item {
  margin-right: 30px;
  transition: 0.3s all;
  font-size: 12px;
  font-weight: 300;
}
.b-list-brand-button_item:hover .b-close-brand {
  color: #ff5a12;
  border-color: #ff5a12;
}
.b-list-brand-button_item a {
  display: block;
  font-weight: 600;
  text-decoration: none;
}
.b-list-brand-button_item a:hover {
  color: #000;
}
.b-list-brand-button_item label {
  cursor: pointer;
}
.b-close-brand {
  padding: 4px 9px;
  border: 2px solid #e8e8e8;
  color: #000;
  margin-right: 7px;
  border-radius: 3px;
  display: inline-block;
}
#btn-filter {
  margin-right: 15px;
}
.b-letter-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0 !important;
}
.b-letter-sort {
  display: flex;
  font-size: 12px;
  align-items: center;
}
@media (min-width: 992px) {
  .b-letter-sort--eng {
    margin-left: 30px;
  }
}
.b-letter-sort span {
  margin-right: 7px;
}
.b-letter-sort button {
  border: 1px solid #d2d2d2;
  background: #fff;
  font-size: 12px;
  min-width: 30px;
  padding: 0 7px;
  height: 30px;
  transition: 0.3s all;
}
@media (min-width: 1200px) {
  .b-letter-sort button {
    margin-right: 5px;
  }
}
.b-letter-sort .active,
.b-letter-sort button:hover {
  border: 1px solid #e79523;
}
.b-btn-span-text {
  display: inline-block;
}
.b-sort-alfa-block {
  align-content: center;
  justify-content: center;
  font-size: 14px;
  display: none;
}
@media (min-width: 1200px) {
  .b-sort-alfa-block {
    display: flex;
  }
}
.b-sort-alfa-block_button {
  border: 1px solid #d2d2d2;
  background: #fff;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  margin-right: 11px;
  transition: 0.3s all;
}
.b-sort-alfa-block_button img {
  width: 12px;
  height: 12px;
}
.b-popup-msg {
  max-width: 300px;
  min-height: 150px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  background: #fff;
  color: #212121;
  width: 100%;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  position: absolute;
  right: -320px;
  overflow: hidden;
  transition: 0.3s all;
  padding: 20px;
  z-index: 9999999999;
  display: none;
}
.b-popup-msg li {
  margin-left: 20px;
}
/*
*	LABEL
*
*/
.bx_filter .bx_filter_param_label {
  font-size: 13px;
  font-weight: 300;
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.bx_filter .bx_filter_param_label.dib {
  display: inline-block;
}
.bx_filter .bx_filter_param_text {
  position: relative;
  display: block;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  max-width: 100%;
  color: #7d7d7d;
}
.bx_filter .bx_filter_param_label.disabled .bx_filter_param_text {
  color: #c6c6c6;
}
.bx_filter_select_popup .bx_filter_param_label.active {
  background: #f3f8fa;
}
/*
*	Checkbox / Radio
*
*/
.bx_filter .bx_filter_input_checkbox {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  min-height: 26px;
  line-height: 26px;
  cursor: pointer;
}
.bx_filter .bx_filter_input_checkbox input[type=radio],
.bx_filter .bx_filter_input_checkbox input[type=checkbox] {
  position: relative;
  top: -3px;
  float: left;
}
.bx_filter .bx_filter_input_checkbox .bx_filter_param_text {
  display: block;
  line-height: 26px;
  margin-left: 32px;
  text-align: left;
}

/* End */
/* /local/templates/texenergo_sale/components/aero/catalog/catalog/style.css?176553990381861 */
