.promote-offer {
  background-color: #F8F8F8;
  padding: 20px;
  margin-bottom: 20px;
}
.promote-offer_inline {
  padding: 0;
  margin: 0;
  background: transparent;
  display: inline-block;
  float: left;
}
.promote-offer__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.promote-offer__text {
  display: inline-block;
  font-family: 'PT Sans', Lato, LatoWeb, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  vertical-align: middle;
  margin-right: 10px;
}
.promote-offer__action {
  display: inline-block;
}
.promote-offer__action .s-button:hover {
  border-color: #fd8d3a !important;
}
.promote-offer__action .s-button:hover .s-button__text {
  color: #fff;
}
.promote-offer__action .s-button__text {
  font-size: 14px;
  text-transform: none;
}
.promote-offer__modal {
  max-width: 600px;
  text-align: left;
}
.promote-offer__modal .modal-header {
  margin-bottom: 10px;
}
.promote-offer__modal .modal-title {
  font-size: 20px;
}
.promote-offer__modal .modal-body {
  margin-bottom: 20px;
}
.promote-offer__modal .modal-footer {
  position: relative;
}
.promote-offer__modal__success {
  width: 400px;
}
.promote-offer__modal__success .modal-body {
  color: #585858;
  line-height: 18px;
  margin-bottom: 0;
}
.promote-offer__modal__subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #585858;
  padding-bottom: 20px;
  padding-top: 10px;
}
.promote-offer__modal .cui-placing-terms__refill a,
.promote-offer__modal .promote-offer__placing-terms__oferta a {
  color: #0679EB;
  border: none;
}
.promote-offer__modal .cui-placing-option__icon svg {
  fill: #ff8400;
}
.promote-offer__modal .cui-ruble:before {
  font-family: RurArial;
  content: 'руб.';
}
.promote-offer__modal__preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
}
.promote-offer__placing-terms {
  width: 600px;
}
.promote-offer__placing-terms__auth {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-left: 24px;
  color: #0679EB;
}
.promote-offer__placing-terms__auth-container {
  line-height: 18px;
  color: #585858;
  margin-top: 10px;
}
.promote-offer__placing-terms__auth__icon {
  display: inline-block;
  width: 18px;
  height: 16px;
  position: absolute;
  top: 1px;
  left: -24px;
  background-image: url('/static/images/warning.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
.promote-offer__placing-terms__oferta {
  padding-top: 10px;
  line-height: 18px;
  color: #585858;
}
.promote-offer__login-trigger {
  position: relative;
  float: right;
  margin-top: 8px;
}
.promote-offer__auth {
  width: 300px;
  margin: 20px 0;
}
.promote-offer__auth__email,
.promote-offer__auth__password {
  margin-bottom: 15px;
}
.promote-offer__tooltip_error .cui-tooltip__inner {
  line-height: 24px;
  background: #ea5f60;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}
.promote-offer__tooltip_error .cui-tooltip__arrow {
  border-color: transparent transparent #ea5f60 #ea5f60;
}
.promote-offer__pseudo {
  color: #fff;
  border-bottom: 1px dotted #fff;
  cursor: pointer;
}
.payments {
  width: 600px;
}
.payments__item {
  color: #585858;
  line-height: 38px;
}
.payments__item__icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-left: 10px;
}
.payments__item__icon_ac,
.payments__item__icon_AC {
  width: 94px;
  height: 24px;
  background-image: url('/static/images/bank.svg');
}
.payments__item__icon_sb,
.payments__item__icon_SB {
  width: 28px;
  height: 26px;
  background-image: url('/static/images/sbrf.svg');
}
.payments__item__icon_ab,
.payments__item__icon_AB {
  width: 14px;
  height: 22px;
  background-image: url('/static/images/alfa.svg');
}
.payments__item__icon_pc,
.payments__item__icon_PC {
  width: 100px;
  height: 26px;
  background-image: url('/static/images/ya_money.svg');
}
.payments__item__info {
  color: #929294;
  font-size: 12px;
  line-height: 14px;
  margin-top: -6px;
  margin-left: 25px;
}
.payments__item__comission {
  color: #F7941D;
}
.payments__email-container {
  color: #585858;
  font-size: 14px;
  margin-top: 30px;
}
.payments__email {
  margin-top: 5px !important;
  width: 300px !important;
}
.payments__email__info {
  padding-bottom: 4px;
}
.payments__amount {
  margin-top: 20px;
  margin-bottom: 20px;
}
.payments__amount__title {
  color: #585858;
  font-size: 12px;
}
.payments__amount__sum {
  font-size: 32px;
}
.payments__actions {
  margin-top: 30px;
}
.payments__footer {
  color: #929294;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: -12px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
.payments__footer__icon {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 26px;
  margin-left: 10px;
  background-image: url('/static/images/ya_money.svg');
}
