.contacts-header {
  background: url(/images/contacts-bg.png) top center no-repeat;
  background-size: 100% 100%;
  padding: 110px 0;
}

.contacts-title {
  font-size: 22px;
  color: #4B5C74;
  line-height: 30px;
  text-align: left;
  margin: 0 0 60px;
}

option[value=''][disabled] {
  display: block;
}

.contacts-send-btn {
  padding: 10px 50px;
  float: right;
}

.contact-item__title {
  font-size: 16px;
  color: #36455B;
  margin: 0;
  line-height: normal;
}

.contact-item__link {
  font-size: 18px;
  color: #798DA9;
  line-height: 34px;
  padding-left: 20px;
}
.contact-item__tel {
  background: url(/images/contacts-phone-icon.svg) left top 2px no-repeat;
  background-size: auto 12px;
}

.contact-item__email {
  background: url(/images/at.svg) left top 2px no-repeat;
  background-size: auto 14px;
}

.contacts-info {
  font-size: 18px;
  color: #798DA9;
  line-height: normal;
  margin: 48px 0 0;
}

@media screen and (max-width: 991px) {
  .contacts-send-btn {
    width: 100%;
    font: none;
  }
  .email-input {
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .contact-item-wrapper {
    width: 100%;
  }
}
