@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueCyr-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueCyr-Bold.otf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans';
  src: url('../fonts/FiraSans-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FiraSans';
  src: url('../fonts/FiraSans-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
html, body {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 13px;
  line-height: 15px;
  color: #000;
}
a, a:hover, a:focus {
  text-decoration: none;
  cursor: pointer;
}
button, button:hover, button:focus {
  outline: none;
  border: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'FiraSans';
  margin: 0;
}
p {
  margin: 0;
}

nav {
  background-color: #365d6d !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.btn {
  display: block;
  height: 30px;
  margin: 0;
  padding: 3px 25px;
  border: none;
  box-sizing: border-box;
  background-color: #365d6d;
  font-family: FiraSans, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.btn:hover {
  background-color: #567ea2;
}
.btn.active {
  background-color: #416e96;
}
.btn[disabled] {
  opacity: .5;
  cursor: default;
}
.btn[disabled]:hover {
  background-color: #365d6d;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}