.bx_item_detail {
  font-size: 16px;
  margin-bottom: 25px;}
  .bx_item_detail .bx_bigimages {
    text-align: center; }
  .bx_item_detail .bx_bigimages_imgcontainer {
    display: inline-block; }
  .bx_item_detail .bx_bigimages_aligner {
    display: inline-block;
    -webkit-box-shadow: 0.9px 2.9px 12px 4px rgba(24, 41, 74, 0.27);
    -moz-box-shadow: 0.9px 2.9px 12px 4px rgba(24, 41, 74, 0.27);
    box-shadow: 0.9px 2.9px 12px 4px rgba(24, 41, 74, 0.27); }
  .bx_item_detail .bx_item_container .voting {
    margin: 20px 0; }
  .bx_item_detail .item_price,
  .bx_item_detail .item_buy {
    display: inline-block;
    vertical-align: top; }
  .bx_item_detail .item_old_price,
  .bx_item_detail .item_economy_price {
    color: #adb8ca;
    font-size: 15px; }
  .bx_item_detail .item_old_price {
    text-decoration: line-through; }
  .bx_item_detail .item_current_price {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500; }
  .bx_item_detail .item_buy {
    margin-right: 25px; }
  .bx_item_detail .avail {
    color: #3d5d7d;
    font-weight: 700; }

.tip {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  line-height: 26px;
  background-color: #ca5757;
  color: white;
  font-family: 'PT Serif', sans-serif;
  font-size: 0;
  font-weight: 700;
  text-transform: uppercase; }
  .tip__label, .tip__price {
    display: inline-block;
    font-size: 11px;
    vertical-align: middle; }
  .tip__label {
    padding-left: 12px;
    padding-right: 7px;
    border-right: 1px dashed #e4a8a8; }
  .tip__price {
    padding-left: 7px;
    padding-right: 20px; }
    .tip__price:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      border-width: 13px 10px 13px 0;
      border-color: transparent #fff transparent transparent;
      border-style: solid; }

.bx_item_tools {
  margin: 15px 0;
  padding: 20px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #dfe3eb;
  text-align: center; }
  .bx_item_tools .pluso-wrap {
    padding-bottom: 0 !important; }
  .bx_item_tools > div + div {
    margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .bx_item_tools {
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin: 45px 0;
      text-align: left; }
      .bx_item_tools > div + div {
        margin-top: 0; } }

.bx_item_stickers {
  text-align: left;
  white-space: nowrap; }
  .bx_item_stickers .sticker {
    padding: 6px 15px;
    font-size: 18px; }

.item_info_chars {
  font-family: 'PT Serif', serif;
  color: #82898c; }
  .item_info_chars_row + .item_info_chars_row {
    margin-top: 8px; }
  .item_info_chars_val {
    color: #3c3d49; }
    .item_info_chars_val a {
      color: inherit;
      text-decoration: underline; }

.bx_item_content td img {
  max-width: none; }

.bx_item_content ul {
  padding-left: 1em; }

@media screen and (min-width: 1024px) {
  .bx_item_content {
    padding-left: 30px; } }

.popup-window .popup-window-titlebar {
  margin: 10px 0; }
  .popup-window .popup-window-titlebar > * {
    white-space: normal !important;
    text-align: center; }

.popup-window .popup-window-content {
  overflow: hidden; }
  .popup-window .popup-window-content img {
    float: left;
    width: 85px;
    height: auto;
    margin: 0 10px 10px 0; }
  .popup-window .popup-window-content p {
    margin-left: 90px;
    text-align: left; }

.popup-window .popup-window-buttons .bx_item_detail + .bx_item_detail {
  margin-left: 15px; }

.popup-window .popup-window-buttons .btn-wrap {
  display: inline-block; }
  .popup-window .popup-window-buttons .btn-wrap + .btn-wrap {
    margin-left: 15px; }
