.menu-contact__title {
  padding: 0 20px;
  font-size: 12px;
  line-height: 18px;
  color: #808080;
}

.menu-contact__item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 6px;
  padding: 0 20px;
  font-size: 14px;
}
.menu-contact__item:last-of-type {
  margin-bottom: 0;
}
.menu-contact__item.menu-contact__item--contact {
  margin-bottom: 20px;
}

.menu-contact__item-link {
  font-size: 14px;
  line-height: 21px;
  color: #fb0040;
}
.menu-contact__item-link:hover {
  color: #c80033;
}
.menu-contact__item-link:not(:first-of-type) {
  margin-top: 6px;
}
.menu-contact__item-link.menu-contact__item-link--phone {
  font-weight: bold;
}

.menu-contact__item-text {
  padding: 0;
  font-size: 14px;
  line-height: 21px;
}
.menu-contact__item-text:not(:first-of-type) {
  margin-top: 6px;
}

.menu-contact__call-back {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  background-color: #fb0040;
}