.header-details {
    /*font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;*/
    font-weight: 200;
    font-size: 0.8rem;
    background-color: #F4F4F4;
    padding: 10px 0;
}

.header-details .d-flex {
    display: flex;
}

.header-details .justify-content-between {
    justify-content: end;
}

@media (max-width: 768px) {
    .header-details {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .header-details .flex-md-row {
        flex-direction: row !important;
    }
}

.flex-column {
    flex-direction: column!important;
}

@media (min-width: 768px) {
    .col-md-8 {
        flex: 0 0 auto !important;
        width: 66.66666667% !important;
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.header-details .icon {
    padding-right: 0.3rem;
    width: 1.5rem;
    height: 1.5rem;
}

.header-details .icon > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.header-details a {
    color: #010101;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: "Rubik",sans-serif;
}

.header-details .subnav-link {
    color: #010101;
    display: flex;
    vertical-align: center;
    padding-right: 10px;
    margin: 5px 10px;
}

.header-details .row {
    margin: 0;
}

.header-details > .container {
    width: 100%;
}

.socials-row {
    margin-bottom: 10px;
}

.languages.social-icons {
    margin-left: 20px;
}

.languages.social-icons > .language {
    margin-right: 0.1rem !important;
}

@media (max-width: 1199.98px) {
    .languages.social-icons {
        margin-bottom: 15px;
    }
}