﻿header {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #cac3c3
}

body {
    margin: 0 8px;
}

header div {
    padding: 8px 15px;
}

header div {
    padding: 14px 15px;
}

.menu-no-selected {
    transition: 0.5s;
}

    .menu-no-selected:hover {
        background-color: #e4e0e0;
    }

.company-name {
    margin: 0 9px;
}

.logo-img img {
    width: 50px;
    padding: 0;
}

.text-center {
    text-align: center;
}

a {
    all: unset;
    cursor: pointer;
}

.phones {
    color: #2e00ee;
    margin: 0 0 0 5px;
}

.menu-selected {
    background-color: #169e58;
    color: white;
}
