@font-face {
  font-family: 'pacifico';
  src: url('/g/fonts/pacifico//pacifico-r.eot');
  src: local('O'), url('/g/fonts/pacifico//pacifico-r.woff') format('woff'), url('/g/fonts/pacifico//pacifico-r.ttf') format('truetype'), url('/g/fonts/pacifico//pacifico-r.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.address-wrapper {
  width: 320px; }
  .address-wrapper .address {
    margin-bottom: 10px;
    color: #000; }
    .address-wrapper .address .title {
      margin-bottom: 3px;
      color: #64615c; }
    .address-wrapper .address:last-child {
      margin-bottom: 0; }

.site-header .site-activity__inner {
  font-family: 'pacifico', sans-serif;
  color: #ff7a66;
  font-size: 21px; }

.site-header a.site-name {
  color: #36a34a; }

.company-name {
  position: relative;
  display: flex;
  flex-direction: column; }
  .company-name:after {
    clear: both;
    content: "";
    display: table; }

.contacts .email {
  position: relative;
  margin-left: -45px;
  padding-left: 45px;
  margin-top: 15px; }
  .contacts .email a {
    color: #343434;
    font: 25px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #343434;
    font-weight: 700; }
  .contacts .email:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 15px;
    left: 0;
    top: 0;
    background: #ff7a66 url("email.svg") center no-repeat;
    -webkit-background-size: 20px auto;
    background-size: 20px auto; }

@media (max-width: 1023px) and (min-width: 768px) {
  .contacts .email a {
    font: 700 20px Arial, Helvetica, sans-serif; } }

@media (max-width: 480px) {
  .site-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    .site-header .company-name {
      order: 1; }
    .site-header .contacts {
      order: 2; }
    .site-header .address-wrapper {
      order: 3;
      margin-top: 15px; } }

@media (max-width: 479px) {
  .contacts .email {
    position: relative;
    margin-left: -45px;
    padding-left: 45px;
    margin-top: 5px;
    min-height: 30px;
    display: flex;
    align-items: center; }

  .contacts .email a {
    font: 700 15px Arial, Helvetica, sans-serif; }

  .contacts .email:before {
    left: 8px; } }
