.promo .result{
    font-size: 12px;
}
.promo .result.success{
    color:green;
}
.promo .result.error{
    color:red;
}
div.note {
  border: 1px solid #ff383c;
  padding: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #ff383c;
}
section.cart .total div.note{
  padding: 20px 30px;
}
@media (max-width: 960px) {
  div.note {
    padding: 20px;
  }
}
.error-text{
    color: red;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
}
section.order_personal form fieldset.text input.error{
    border-bottom: 1px solid red;
    color: red;
}
.header{
  position: sticky;
  top: 0;
}
section.cdek h1, section.fivepost h1{
  margin-bottom: 1em;
}
#cdek_module input{
  height:auto;
}
section.fivepost form div.buttons a.button.disabled,
section.cdek form div.buttons a.button.disabled {
  pointer-events: none;
  background: #e7e7e7;
  color: #636363;
  opacity: 0.5;
}
.confirm a:not(.button){
  text-decoration: underline;
}
.delivery_note{
    background: #f5dea6;
    padding: 1em;
    display: flex;
    flex-direction: column;
    gap: 0.25em;
    border-radius: 5px;
}
.delivery_note a{
    border: 1px solid;
    width: max-content;
    padding: 0.25em 1em;
    border-radius: 5px;
}
.delivery_note span{
    font-weight: 600;
    display: block;
    margin-bottom: 1em
}