﻿ 
.buyoutSteps {
  display: flex;
  margin-bottom: 32px;
  padding: 32px 15% 64px 15%;
  border-bottom: solid #ddd 1px;
}
.buyoutSteps-step {
  position: relative;
  margin: 0 24px;
  border-radius: 60px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
 
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 10px; 
  text-align: center;
  font-weight: 600;
  color: #000000;
}
.buyoutSteps-step.active,
.buyoutSteps-step.done {
  background: #0071e3;
  color: #fff;
}
.buyoutSteps-step.active .buyoutSteps-step-number,
.buyoutSteps-step.done .buyoutSteps-step-number {
  color: #000000;
}
.buyoutSteps-step:not([href]) {
  cursor: default;
}
.buyoutSteps-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 19px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 60px;
  width: 140px;
  margin-left: -40px;
  font-weight: 600;
  text-align: center;
}
.buyoutSteps-line {
  flex: 1 1 auto;
  height: 24px;
  border-bottom: solid #ddd 2px;
}
.buyoutSteps-line.active {
  border-color: #0071e3;
}
@media screen and (max-width: 1000px) {
  .buyoutSteps {
    padding: 32px 5% 80px 5%;
  }
  .buyoutSteps-step {
    margin: 0 16px;
  }
}
@media screen and (max-width: 600px) {
  .buyoutSteps-step {
    margin: 0 16px;
  }
  /*.buyoutSteps-step-name {*/
  /*  width: 80px;*/
  /*  margin-left: -16px;*/
  /*}*/
}
@media screen and (max-width: 500px) {
  .buyoutSteps {
    padding: 32px 0 80px 0;
  }
  .buyoutSteps-step {
    margin: 0 8px;
  }
}
.buyout-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.buyout-buttons .btn {
  margin-top: 16px;
}
.buyout-errorBlock {
  padding: 8px 16px;
  color: #fff;
  background: #d00;
  text-align: center;
  border-radius: 8px;
}
.buyout-bot {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid #ddd 1px;
  overflow: hidden;
}
.buyout-bot-endPrice {
  text-align: right;
}
.buyout-bot-note {
  margin-bottom: 5px;
  color: #777;
}
.buyout-bot-price {
  font-size: 35px;
  line-height: 35px;
  color: #0071e3;
}
.buyout-bot-priceNote {
  display: none;
  margin-top: 10px;
  font-weight: 600;
}
.buyout-bot-priceNote.active {
  display: block;
}
.buyout-bot-notePrice {
  clear: both;
  padding-top: 15px;
  font-size: 90%;
  color: #777;
  text-align: right;
}
.buyout-prod {
  overflow: hidden;
}
.buyout-prod img {
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 20px;
}
.buyout-prod a {
  color: #bbb;
  text-decoration: underline;
}
.buyout-prod a:hover {
  text-decoration: none;
}
.buyout-endPrice {
  float: right;
  text-align: right;
}
.buyout-note {
  margin-bottom: 5px;
  color: #999;
}
.buyout-price {
  font-size: 22px;
  line-height: 22px;
  color: #0071e3;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .buyout-bot-notePrice {
    text-align: center;
  }
  .buyout-bot-notePrice br {
    display: none;
  }
  .buyout-bot-note,
  .buyout-bot-price,
  .buyout-bot-priceNote {
    text-align: center;
  }
  .buyout-prod {
    text-align: center;
  }
  .buyout-prod img {
    float: none;
    width: 200px;
    height: 200px;
    margin: 0 0 20px 0;
  }
  .buyout-endPrice {
    float: none;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .buyout-buttons {
    display: flex;
    flex-direction: column-reverse;
  }
  .buyout-buttons .btn {
    width: 100%;
  }
}