#bx-panel{z-index:1001!important}
.photo-slider__item-author a{color:#fff!important}
.news-slider__item-photo-box{max-height:180px}
.page-head__breadcrumb-item a{color:#fff}
.device-examples__author a{color:#1C61AE}
label.radio{font-weight:400}
.btn:hover{color:#fff!important}
#order_form_content,form#ORDER_FORM{flex-wrap:wrap;display:inline-flex;justify-content:space-between;width:100%}
p.curtain-search__result-text{margin-top:0}
.hiddenbtn, .offers-photos, .offers-mini-photos{display:none;}
.product__slider{text-align:center;margin:32px 0px;}
#product-gallery{align-items: center;}
img.no-pic{
	width: auto;
	height: 100px;
}

.catalog-row {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%;
     position: relative;
  }
  .catalog-side {
      width: 75%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
  }

  .sidebar-side {
      width: 25%;
      flex-direction: row;
      flex-wrap: wrap;
      padding-left: 30px;
      position: absolute;
      right: 0;
  }

  .catalog-row .shop__item {
      width: calc(100% / 3 - 20px);
      padding-bottom: 43px;
      min-height: 377px;
  }

  .sidebar-side .shop__item {
      width: 100%;
      margin-top: 0;
      margin-bottom: 30px;
      height: auto;
  }

  .sidebar-side-button {
      border: 2px solid #1C61AE;
      border-radius: 25px;
      height: 50px;
      line-height: 45px;
      padding-left: 30px;
      padding-right: 30px;
      font-weight: 500;
      font-size: 16px;
      text-align: center;
      color: #1C61AE;
      text-decoration: none;
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
  }

    .sidebar-side .shop__item:hover .sidebar-side-button {
      text-decoration: none;
      color: white;
      background: #1C61AE;
  }

  .shop__item-sidebar {
      margin-bottom: 0!important;
  }

  .shop__item-sidebar .shop__item-name-comment {
      font-size: 14px;
      line-height: 22px;
      text-align: center;
      color: #333333;
      margin-bottom: 24px;
  }

  .shop__item-sidebar .shop__item-name {
      font-weight: bold;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: #333333;
      margin-bottom: 8px;
  }

  @media all and (max-width: 1279px) {
      .catalog-side {
          width: 100%;
      }

      .sidebar-side {
          width: 100%;
          margin-top: 64px;
          padding-left: 0;
          display: flex;
          position: static;
      }

      .sidebar-side .shop__item {
          width: calc(100% / 2 - 15px);
          padding-bottom: 43px;
          margin-bottom: 0;
          justify-content: center;
      }

      .sidebar-side > a:first-child {
          margin-right: 15px;
      }

      .sidebar-side > a:last-child {
          margin-left: 15px;
      }

  }

  @media all and (max-width: 767px) {
      .catalog-row .shop__item {
          width: 100%;
      }

      .sidebar-side > a:first-child {
          margin-right: 0;
          margin-bottom: 15px;
      }

      .sidebar-side > a:last-child {
          margin-left: 0;
      }

      .sidebar-side-button {
          width: 100%;
          display: block;
      }

      .sidebar-side .shop__item-price {
          width: 100%;
      }
  }
  
  .article-bottom{
	border-top: 1px solid #E0E0E0;
	margin-top: 75px;
	padding-top: 32px;
	padding-bottom: 72px;
}