.toolControl {
    line-height: 30px;
    border-bottom: 1px solid #e8e8e1;
    }
.toolType theme-select::after {
    display: none !important;
}
.toolContainer {
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    display: flex;
}

.toolMenu {
    flex: 1 1 auto;
}

.toolMenu a {
    padding: 0 10px;
}

.toolLink svg {
    display: block;
    width: 16px;
    height: 16px;
}

.toolLink {
    display: flex;
    align-items: center;
}

.toolLink a {
    padding: 0 5px
}

.toolType button {
    background: none;
    border: none;
    display: flex;
    align-items: center;
}

.toolType span {
    font-size: 14px;
    display: block;
    white-space: nowrap;
}

.toolType svg {
    display: block;
    width: 11px;
    margin-left: 10px;
}

.toolType {
    margin-left: 20px;
    z-index: var(--z-index-fixed);
}

.toolType theme-select>select {
    font-size: 14px;
}

.toolType .footer__localization-form {
    flex-direction: row;
    padding: 0;
}

.toolLink svg {
    width: 24px;
    height: 24px;
}

.toolLink a {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toolType svg {
    margin-top: -3px;
}

.toolControl {
    position: relative;
}

.toolType .theme-select__main {
    inset-block: auto;
    background: #ffffff
}

.top_social {
    display: flex;
    gap: 8px;
}

@media screen and (max-width:780px) {
    .toolControl {
        display: none;
    }
}