* {
  padding: 0;
  margin: 0;
}
html,
body {
  font-family: 'proxima-soft', Arial, sans-serif;
  color: #464255;
  font-style: normal;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  /*overflow-x: hidden; max-width: 100%;*/
}
#main,
.bx-slider {
  -webkit-overflow-scrolling: touch;
}
.bx-slider {
  overflow-x: scroll;
}
h1 {
  font-family: 'ProximaSoft-Bold', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
}
h2 {
  font-family: 'ProximaSoft-Bold', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
}
h3 {
  font-family: 'proxima-soft', Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
}
h4 {
  font-family: 'proxima-soft', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-family: 'ProximaSoft-Bold', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
}
p {
  font-family: 'proxima-soft', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
}
label {
  font-family: 'proxima-soft', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
}
.blue-button {
  background: #000000;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  cursor: pointer;
}
.blue-button:hover {
  background: white;
  border: 3px solid #000000;
  box-sizing: border-box;
  border-radius: 11px;
  cursor: pointer;
}
