.country {
    display: flex;
    align-items: center;
    margin-right: 30px;
    position: relative;
    z-index: 99;
}
 
.country img {
    width: 30px;
    height:auto;
    margin-right: 8px;
}
.country a span.active {
    font-weight: 900;
}
 
.country a span {
    margin: 0px;
}

@media(max-width:480px){
.header__logo {
    width: 127px;
}
.country a span {
    margin: 0px;
    font-size: 15px;
}
.country img {
    width: 20px;
    margin-right: 5px;
}
.country {
    margin-right: 10px;
}
.header__navbar-box .country {
    display: none;
}
}

.footer__col:first-of-type {
    margin-right: 8%;
    max-width: 240px;
}
 
.footer__col:nth-of-type(2) {
    margin-right: 10%;
}
.footer .footer__link.underline {
    margin-top: min(max(calc(15.70423px - .18779vw),13px),15px);
    margin-bottom: min(max(calc(15.70423px - .18779vw),13px),15px);
}