.moz-button-fix::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.zero-wspace {
  word-spacing: -0.365em;
}
.norm-wspace {
  word-spacing: normal;
}
.contacts-2 {
  margin-bottom: 15px;
  display: block;
  color: #0f0d0d;
}
.contacts-2 p:first-child {
  margin-top: 0px;
}
.contacts-2 p:last-child {
  margin-bottom: 0px;
}
.contacts-2 .sitePhone {
  display: block;
  font-weight: normal;
  font-size: 2em;
  color: #c96c08;
}
.contacts-2 div.contactsLine {
  margin-top: 5px;
}
.contacts-2 div.contactsLine i {
  margin-rigght: 10px;
  width: 20px;
  text-align: center;
  color: #c96c08;
}
