
.required-label{
    background-color: #B69E84;
}
.questionnaire-move-link{
    background-color: #B69E84;
}
.form-label.radio-selected, .form-label.checkbox-selected{
    border-color: #B69E84;
    background-color: #f0e4d8;
}
.questionnaire-go-link, .questionnaire-back-link{
    background-color: #B69E84;
}
.estimate-to-top{
    background-color: #B69E84;
}
.any-label{
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.header__logo-wrap{
    margin-left: 0;
}
.header__logo {
  width: 185px;
}

@media screen and (max-width: 1500px), print {
  .header__logo {
    width: 12.23333vw;
  }
}

@media screen and (max-width: 768px), print {
  .header__logo {
    width: 30.46875vw;
  }
}