
@media (max-width: 768px) {
    .page-contact-form-container .page-contact-form {
        padding: 15px 10px;
        margin: 15px auto 20px auto;
    }
}
body .list-unstyled {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
}
body .right-row.float-right .list-unstyled
{
    margin-top: 10px;
}
#pre-header .fa-caret-down:before {
    content: none;
}
#form-language .btn-link
{
    font-weight: 400;
    color: #8a8a8a;
    background-color: transparent;
}
body .nav-footer .list-unstyled
{
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
body .nav-socialnetwork .list-unstyled
{
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

