@font-face {
  font-family: FontAwesome;
  src: url("../fonts/FontAwesome.otf");
  font-display: fallback; 
}
.is-active .b-head1-logo__name{
	width: 180px;
}
.b-head1-logo__name{
    width: 240px;
    display: block;
    margin: 0 auto;
}

.catalog_line__title a{
	color: #1D5DA9;
	text-transform: uppercase;
}

.catalog_line__title a:hover {
	color: #16457d;
}

.catalog_line__sub a{
	font-weight: 700;
	color: #000;
}
.product-delivery__icon {
	background: url(../images/icon-oplata.svg) no-repeat 30px 55px, url(../images/icon_dostavka.svg) no-repeat 30px 0;
    background-size: 53px;
}

.product-delivery {
  border: 1px solid #d7dbdd;
  color: #676d72;
  font-size: 0.92857em;
  padding: 0.71429em; }
  .product-delivery__block {
    overflow: hidden;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s; }
  .product-delivery__pic {
    min-width: 100px;
    text-align: center;
    vertical-align: middle;
    width: 10%; }
  .product-delivery__icon {
	 display: inline-block;
    height: 105px;
    width: 114px; }
  .product-delivery__title {
    color: #333333;
    font-size: 1.15385em;
    font-weight: bold;
    margin-bottom: 0.35714em; }
  .product-delivery__body {
    padding: 0 0.35714em; }
  .product-delivery__list {
    margin: 0;
    padding: 0;
    width: 100%; }
    .product-delivery__list > li {
      margin: 0; }
  .b-news-detail__content table td {
    vertical-align: top;
    padding: 0 10px;  }

  .request-price-title {
    display: inline-block;
  }
  .product-item-detail-stock {
    color: #676d72;
    display: inline-block;
  }
  table td {
  	text-align: left;
  	vertical-align: top;
  }
  .bx-soa-pp-delivery-cost{
    display: none;
  }
  .b-head-icon--fill{
    background-color: #d13239;
    border-color: #d13239;
  }
  .user-block-header {
    display: flex;
    flex-flow: row no-wrap;
    margin-left: 40px;
  }
  .b-head1-logo {
    margin-left: 140px;
  }
  .user-block-header__item {
    font-size: 20px;
    display: inline-block;
    background:#f7f7f8;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color:#222;
    border: 1px solid #ccc;
    margin-right: 7px;
    display: flex;
    width: 44px;
    height: 44px;
    padding-top: 7px;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: flex;
    justify-content: center;
    align-content: center;
    font-family: FontAwesome;
    text-decoration: none !important;
  }
  .user-block-header__item:hover {
    color: #fff;
    background-color: #d13239;
    border-color: #d13239;
  }
  .user-block-header__item:last-child {
    margin-left: 0;
  }
  .user-block-header__item.user:before {
    content: "\f007";
  }
  .user-block-header__item.favourites:before {
    content: "\f004";
  }
  .user-block-header__item.compare:before {
    content: "\f24e";
  }
  @media (max-width: 991px) {
    .user-block-header {
      position: absolute;
      width: 100%;
      top: 10px;
      justify-content: space-between;
      margin: 0;
    }
    .b-head1-logo {
      margin-left: 0;
    }
    .l-head1__head {
      padding-top: 60px;
    }
  }
  @media (max-width: 767px) {
    .l-head1__head {
      padding-top: 60px;
    }
  }
.sale_order_full_table .pay_name {
  display: none;
}