.error-message {
    color: red;
}
.success-message {
    color: #59ae00;
}
.btn[disabled] {
    background: #909090;
}
.popup-window {
    background: none;
}
.header.header--blue .dropdown__item .di-social__item svg path {
  fill: white;
}
.header.header--blue.scrolled .dropdown__item .di-social__item svg path,
.header .dropdown__item .di-social__item svg path {
  fill: #3B44C7;
}