#header .country-selector a:before,
#header .country-selector a:hover:before {
    border-color: #fff transparent transparent;
}
#header .country-selector a,
.country-selected #header .country-selector a {
    color: #fff;
}
#header {
    background: url(../images/bg-header-1200.png) 50% 0 no-repeat #9d760c;
}
#header .country-selector {
    font: 13px/16px "Noto Sans", Arial, Helvetica, sans-serif;
}
#header .country-selector a:hover {
    color: #fff;
    text-decoration: underline;
}
.country-selected #header .country-selector a:before {
    border-color: transparent transparent #fff;
}
#country-selector .col-sm-3:first-child .group:first-child em:before {
    font-size: 13px !important;
    line-height: 20px;
    color: #9d760c;
    content: "\e802";
    font-family: icofont !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
}
.accordion-item .document-links-list {
    background-color: #f7f6f7;
}
.document-links-list li:first-child {
    border-top: 1px solid #e2dede;
}
#footer .country-selector,
#footer .footer-links {
    background: #eae9e9;
}
#footer .header-links a {
    color: #fff;
}
#footer .header-links a:hover {
    color: #ffc9c9;
}
@media only screen and (max-width: 959px) {
    #header {
        background-image: url(../images/bg-header-768.png);
    }
    #footer .header-links:after {
        background: 0 0;
    }
}
@media only screen and (max-width: 767px) {
    #header {
        background-image: url(../images/bg-header-320.png);
    }
    .footer-legal .text-block {
        text-align: center;
    }
    .footer-search-form:after {
        border: none;
        background: #eae9e9;
    }
}
