.header-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0; }
  .header-table .wrapp_logo {
    display: flex;
    align-items: center; }
    .header-table .wrapp_logo .sn-logo {
      margin-right: 10px; }
  @media (max-width: 768px) {
  .header-table .wrapp_logo {
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-around; } }

.company-label {
  width: 355px; }
  @media (max-width: 767px) {
  .company-label {
    width: auto; } }

.header-cell.cell-right {
  margin: 0 auto; }
  @media (max-width: 767px) {
  .header-cell.cell-right {
    margin-top: 15px; } }

.header-cell.cell-right .phone-top .header-phones div {
  display: flex;
  align-items: center; }
  .header-cell.cell-right .phone-top .header-phones div .social-networks {
    margin-right: 10px; }
    .header-cell.cell-right .phone-top .header-phones div .social-networks img {
      width: 30px;
      height: 30px; }

.phone-top {
  background-position: 4px 2px; }
  .phone-top .phone-top-name {
    margin-bottom: 5px; }

@media (max-width: 480px) {
  .phone-top {
    background-position: 4px 2px;
    background: transparent; } }
