.faq__item_quest .faq__icon:before{
  transform: rotate(180deg);
}
.hdr__phones .phones__row+.phones__row {
  padding-left: 17px;
  display: flex;
  align-items: center;
}
.hdr__phones .phones__row+.phones__row:before {
  content: '';
  height: 14px;
  width: 2px;
  background: #708091;
  display: block;
  margin-right: 15px;
} 
@media (min-width: 1280px) {
  .hdr__phones {
    margin-left: 10px;
  }
}
@media (min-width: 1536px) {
  .hdr__address {
    margin: 0 10px;
  }
}
.ftr__icon.icon_email:before {
    -webkit-mask-image: url(../img/mail.svg);
    mask-image: url(../img/mail.svg);
}