.page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    background: #fff;
}

/* Верхняя панель */
.b-head-control-panel {
    background: #2e7d32;
    color: #fff;
    font-size: 13px;
}

.b-head-control-panel__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.b-head-control-panel__link {
    color: #fff;
    font-weight: bold;
}

/* Логотип + телефоны */
.header {
    border-bottom: 1px solid #e0e0e0;
}

.header__table {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.b-header-company-name__logo img {
    max-height: 80px;
}

.b-header-company-name__title {
    font-size: 18px;
    margin: 10px 0 0;
}

/* Телефоны */
.header-phones {
    text-align: right;
    font-size: 14px;
}
