@font-face {
  font-family: "HelveticaNeueLTStd-Cn";
  src: url("_fonts/helvetica-neue/HelveticaNeueLTStd-BdCn.otf");
}
body {
  font-family: HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 1.31;
  color: #000000;
  overflow-x: hidden;
}

h2, h3, .h2, .h3 {
  font-weight: 700;
  line-height: 1.11;
  margin-bottom: 0;
}

h2 {
  font-size: 34px;
}
h2 span {
  font-weight: 400;
}

h3 {
  font-size: 24px;
}

p {
  margin-bottom: 0;
}

b, .bold {
  font-weight: 700;
}

.white {
  color: white;
}

.darkGreen {
  color: #008438;
}

.green {
  color: #6CB535;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

.ft-small {
  font-size: 14px;
}

.q-btn {
  display: inline-block;
  padding: 16px 30px;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}
.q-btn:hover {
  background-color: #fff;
  border-color: #ffffff;
}
.q-btn.btn-green {
  color: #008438;
}
.q-btn.btn-green:hover {
  background-color: #008438;
  color: #fff;
  border-color: #008438;
}

.swiper-button-next, .swiper-button-prev {
  opacity: 60%;
  transition: 0.1s ease;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: 100%;
}

/*# sourceMappingURL=main.css.map */
