.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;
}
body .infoblock-2 {
  margin-bottom: 15px;
  display: block;
  color: #0f0d0d;
}
body .infoblock-2 a {
  color: #082e41;
}
body .infoblock-2 a:hover {
  color: #020e14;
  text-decoration: none;
}
body .infoblock-2 p:first-child {
  margin-top: 0px;
}
body .infoblock-2 p:last-child {
  margin-bottom: 0px;
}
