.link:hover{
    color: #004017;
}
.switcher__button.switcher__button--active{
    background-color: #004017;
}
.switcher__controller{
    border: 1px solid #004017;
}
.button--orange{
    background: #004017;
    border: 1px solid #004017;
}
.button--orange:hover{
    box-shadow: none;
}
.button--orange-free{
    border: 1px solid #004017;
}
.button--orange-free:hover{
    background: #004017;
    box-shadow: none;
}
.icon--logout  .icon__svg {
    fill: #004017;
}
.link:hover .icon__svg {
    fill: #004017;
}
.metal-price__header {
    background-color: #004017;
}
.metal-price__title{
    border: 1px solid #004017;
}
.metal-price__value{
    border: 1px solid #004017;
}
.navigation--subcategories .menu__link[aria-current=page]{
    background: #004017;
    box-shadow: none;
}
.select__item:hover{
    color: #004017;
}
.navigation--line .menu__link[aria-current=page]:before {
    background-color: #004017;
}
.button--accent{
    background: #004017;
}