* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.top {
    overflow: hidden;
    background-color: #e9e9e9;
}

.top .lang-domen {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.top .tool-container {
    float: right;
}

.top select {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
}

.top .tool-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .top .tool-container {
        float: none;
    }

    .top .tool-container button, .top .lang-domen, .top select {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }

    .top select {
        border: 1px solid #ccc;
    }

}

ul.no-bullets {
    list-style-type: none;
}
