.header__worktime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 50px;
}
.header__contact {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    align-items: flex-end;
    align-content: space-around;
}

.header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: revert;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: relative;
    /* z-index: 0; */
    align-content: stretch;
    align-items: flex-end;
    margin-left: 214px;
}
.header__info-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.info-logo {
   
    -webkit-box-shadow: 0 3.94286px 6.57143px rgb(0 0 0 / 13%);
    box-shadow: 0 3.94286px 6.57143px rgb(0 0 0 / 13%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
      margin-right: 6px;
      /* margin-right: 19px; */
    color: #0b82f7;
    /* font-size: 16px; */
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2;
    margin-right: 15px;
}
.info-header span {
    font-family: Montserrat-Regular;
}
.header__adress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
      font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    /* background: #0000001a; */
    color: #ebeae5;
    font-family: ui-sans-serif;
    margin-right: 15px;
    
}
.header__info-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.header__contacts a {
    text-decoration: none;
}

  /* social-share */
    .social-share {
      background-color: ##e6e6e608;
      text-align: center;
      padding-top: 1rem;
      padding-bottom: 1rem;
    }

    .social-share__items {
      display: inline-block;
    }

    .social-share__items a {
      text-decoration: none;
      color: #1976d2;
      margin-left: 8px;
      margin-right: 8px;
    }

    .social-share__items a:hover {
      color: #0d47a1;
    }
  