.all-bids-popup {
  max-width: 760px;
  background: #fff;
  margin: 40px auto;
  position: relative;
}

.all-bids-popup .aution-hod__list {
  padding: 0 28px;
  max-height: 60vh;
  overflow-y: auto;
}
.btn-show-all-bids {
  margin:40px auto 0;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  padding:13px 20px;
  background-color:#229AED;
  border:1px solid #229AED;
  -webkit-transition:.3s;
  -o-transition:.3s;
  transition:.3s;
  font-weight:600;
  font-size:14px;
  line-height:14px;
  text-transform:uppercase;
  color:#fff
}

.btn-show-all-bids:hover {
  background-color: transparent;
}


.btn-show-all-bids .icon {
  margin-left:15px;
  -webkit-transition:.3s;
  -o-transition:.3s;
  transition:.3s;
  fill:#fff;
  width:14.18px;
  height:10.13px
}

.btn-show-all-bids:hover .icon {
  fill:#229AED
}


.person-online,
.person-offline {
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
  position: absolute;
  line-height: 1;
  margin-left: 4px;
}

.person-online {
  color: #27ae60;
}

.person-offline {
  color: #eb1138;
}

.auction-bet__action form {
  flex-wrap: wrap;
}


.quick-vote-btns {
  max-width: 100%;
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  justify-content: space-between;
}

.quick-vote-btns .ttl {
  max-width: 100%;
  flex: 0 0 100%;
  font-weight: bold;
  margin-bottom: 4px;
}

.auction-bet__action .btn-quick-vote {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 11px 12px;
  background-color: #229AED;
  border: 1px solid #229AED;
  color: #fff;
  transition: all .3s;
  cursor: pointer;
}

.auction-bet__action .btn-quick-vote:hover {
  background-color: transparent;
  color: #229AED;
}

.auction-bet__action .btn-quick-vote.disabled:hover,
.auction-bet__action .btn-quick-vote.disabled {
  background-color: #F4FAFE;
  border: 1px solid #F4FAFE;
  color: #000;
}

.auction-bet__action .quick-vote-btns .btn-quick-vote,
.auction-bet__action .quick-vote-btns input {
  width: 31%;
  max-width: 31%;
  flex: 0 0 31%;
}

.auction-bet__action .quick-vote-btns .btn-custom-vote {
  width: auto;
  max-width: 67%;
  flex: 0 0 67%;
}

@media screen and (max-width: 1500px)
{
  .auction-bet__action .quick-vote-btns input[type='submit'] {
    height: auto;
  }
}


.auc-table__cell.auc-table__cell--w50 {
  width: 50%;
}

.auc-table__cell:last-child:before {
  display: none;
}

.auction-bet__container .aution-main__min-vote p {
  color: #f00;
}

.aution-main__min-vote b {
  font-size: 20px;
  display: block;
}

.auction-bet__action input[type='text'] {
  background: #fff;
}

@media screen and (max-width: 1200px) {

}


.aution-inform__items li a{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: underline;
    color: #229aed;
}
.aution-inform__items li a:hover{
    text-decoration: none;
}