
.header_wrap {
  background: #fddd44;
  padding: 33px 0;
  font-family: 'Roboto';
  font-weight: 400;
}


.header_wrap .container {
  width: 1180px;
  margin: 0 auto;
  padding: 0;
}

.header_wrap a {
  transition: .2s;
}

.header_wrap a:hover {
  text-decoration: none!important;
}

.logo_wrap {
  float: left;
  margin-right: 178px;
}

.header_tell,
.header_email {
  float: right;
}

.header_tell {
  margin: 3px;
}

.header_tell a {
  color: #757870;
  font-size: 24px;
  background: url(../images/tell.png) no-repeat left center;
  padding: 2px 0 2px 47px;
  margin: 0 35px 0 0;
}

.header_email a {
  color: #757870;
  font-size: 17px;
  padding: 0 0 1px 0;
  border-bottom: 2px solid #aba05e;
  transition: .0s;
  margin: 4px 0 0 0;
  display: inline-block;
}

.header_email a:hover {
  border-bottom: 0;
}



@media screen and (max-width: 1200px) {
  .header_wrap .container {
    width: 970px;
  }
  .logo_wrap img {
    max-width: 100%;
    width: auto;
  }
  .logo_wrap {
    width: 167px;
    margin-right: 47px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 997px) {
  .header_wrap .container {
    width: 750px;
  }
  .header_wrap {
    padding: 19px 0;
  }
}
@media screen and (max-width: 767px) {
  .header_wrap .container {
    width: 95%;
  }
  .logo_wrap {
    margin-right: 0;
  }
  .header_email,
  .header_tell,
  .logo_wrap {
    float: none;
    display: block;
    margin: 10px auto;
    text-align: center;
  }
  .header_tell a {
    margin-top: 5px;
    display: inline-block;
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) {
  .logo_wrap {
    width: 100%;
    text-align: center;
  }
}