@font-face {
  font-family: Avenir-Regular;
  src: url("../fonts/avenir/AvenirNextLTPro-Regular.otf");
}
@font-face {
  font-family: Avenir-Bold;
  src: url("../fonts/avenir/AvenirNextLTPro-Bold.otf");
}
html, body {
  overflow-x: hidden;
}
html {
  font-size: 10px;
  height: 100%;
}
body {
  font-family: Avenir-Regular;
  color: #222;
  font-size: 1.4rem;
  padding-top: 5rem;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  ul.navbar-nav {
    display: none;
  }
}
.navbar.fixed-top {
  height: 5rem;
}
.navbar.navbar-dark {
  color: #fff;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.54px;
}
nav.navbar {
  padding: .5rem 3rem;
  justify-content: space-between;
}
nav.navbar.main-nav {
  box-shadow: 0 2px 4px 0 rgba(121, 121, 121, 0.5);
}
nav.navbar.main-nav .navbar-brand {
  margin: 1rem 0;
}
nav.navbar .navbar-nav .nav-item:not(:last-child) {
  margin-right: 20px;
}
nav.navbar .navbar-nav .nav-item a.nav-link {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.54px;
  color: #222222;
  padding: 0;
}
nav.navbar .navbar-nav .nav-item.active a.nav-link {
  position: relative;
  font-family: Avenir-Bold;
}
nav.navbar .navbar-nav .nav-item.active a.nav-link:after {
  display: block;
  content: " ";
  position: absolute;
  border-bottom: 3px solid #e2231a;
  width: 100%;
  margin-top: 24px;
}
nav.navbar .navbar-nav .nav-item.active a.nav-link,
nav.navbar .navbar-nav .nav-item a.nav-link:hover {
  color: #e2231a;
}
main.container {
  margin: 4rem 0 0 0;
  padding: 0;
  max-width: 100%;
}
section {
  padding: 4rem 8rem;
}
@media (max-width: 1024px) {
  section {
    padding: 2rem 4rem;
  }
}
@media (max-width: 768px) {
  section {
    padding: 2rem 1rem;
  }
}
section.gray-bg {
  background-color: #f6f6f6;
}
section.gray-bd {
  border-bottom: 1px solid #f6f6f6;
}
.pull-left {
  float: left;
  margin-right: 2rem;
}
h1 {
  font-size: 3.4rem;
  line-height: 4.6rem;
  text-transform: uppercase;
  color: #2c2e30;
}
h1.underline {
  position: relative;
  margin-bottom: 4rem;
}
h1.underline:after {
  display: block;
  content: " ";
  position: absolute;
  border-bottom: 3px solid #e2231a;
  width: 9rem;
  margin-top: 1rem;
}
h1.center {
  text-align: center;
}
h1.center:after {
  left: 50%;
  transform: translateX(-50%);
}
h2 {
  font-size: 2.4rem;
  line-height: 1;
  color: #2c2e30;
  text-transform: uppercase;
}
h3 {
  font-size: 1.4rem;
  line-height: 3.29;
  color: #2c2e30;
  text-transform: uppercase;
}
h4 {
  font-size: 2.4rem;
  color: #2c2e30;
  margin-bottom: 2rem;
}
.m-b-0 {
  margin-bottom: 0;
}
.m-b-2 {
  margin-bottom: 2rem;
}
.sink1 {
  padding-top: .5rem;
  padding-left: 3rem;
}
p {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
p.small {
  font-size: 1.4rem;
}
hr {
  border: solid 1px #979797;
  margin: 2rem 0;
}
.f-22 {
  font-size: 2.2rem;
  line-height: 5rem;
}
.row + .row {
  margin-top: 3rem;
}
.btn.btn-primary {
  font-size: 1.6rem;
  color: #fff;
  background-color: #e2231a;
  border-color: #e2231a;
  height: 5.2rem;
  padding: 1.2rem 3rem;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color: #e2231a;
  border-color: #e2231a;
}
input, textarea {
  border: solid 1px rgba(0, 0, 0, 0.29);
  padding: 1rem 2rem;
  width: 100%;
  font-size: 1.6rem;
}
input {
  height: 52px;
}
textarea {
  height: 100px;
}
.card {
  background: #fff;
  border-color: transparent;
  border-radius: 6px;
  height: 27rem;
  padding: 2rem 4rem;
  position: relative;
}
@media(min-width: 400px) {
  .card .text, .card .img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.card .img {
  right: 0;
  margin-right: 4rem;
  width: 225px;
  height: 225px;
}
.card .img img, img.w-100 {
  width: 100%;
}
.card .text .line1, .card .text .line2 {
  display: block;
  font-size: 2.6rem;
  color: #1b1b1b;
}
.card .text .line1 {
  line-height: 5.4rem;
}
.card .text .line2 {
  font-family: Avenir-Bold;
  text-transform: uppercase;
  line-height: 3.4rem;
}
@media(min-width: 768px) and (max-width: 1150px) {
  .card {
    padding: 2rem;
  }
  .card .img {
    margin-right: 2rem;
    width: 150px;
    height: 150px;
  }
  .card .text .line1, .card .text .line2 {
    font-size: 1.8rem;
    line-height: 3.8rem;
  }
}
@media(max-width: 767px) {
  .row .col-md-6 + .col-md-6 {
    margin-top: 3rem;
  }
}
@media(max-width: 580px) {
  .card {
    padding: 2rem;
  }
  .card .img {
    margin-right: 2rem;
    width: 150px;
    height: 150px;
  }
  .card .text .line1, .card .text .line2 {
    font-size: 1.8rem;
    line-height: 3.8rem;
  }
}
@media(max-width: 399px) {
  .card {
    text-align: center;
  }
  .card .img {
    margin: auto;
  }
}
.product {
  text-align: center;
}
.product img {
  max-height: 142px;
}
.product p {
  margin-top: 2rem;
}
img.partner-img {
  margin: 2rem;
}
a.black, a.black:hover, a.black:active {
  color: inherit;
}
.icon {
  display: inline-block;
}
.icon.icon-dot {
  padding: 2rem;
  position: relative;
  background-color: #00bcd4;
  border-radius: 50%;
}
.icon.icon-dot:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon.icon-secure:before {
  background: url(../img/icons/secure.svg) no-repeat;
  width: 22px;
  height: 26px;
}
.icon.icon-logistic:before {
  background: url(../img/icons/logistic.svg) no-repeat;
  width: 28px;
  height: 22px;
}
.icon.icon-fast:before {
  background: url(../img/icons/fast.svg) no-repeat;
  width: 29px;
  height: 20px;
}
.icon.icon-confident:before {
  background: url(../img/icons/confident.svg) no-repeat;
  width: 23px;
  height: 24px;
}
.icon.icon-email, .icon.icon-phone {
  position: relative;
  margin-right: 1rem;
}
.icon.icon-email:before, .icon.icon-phone:before {
  content: " ";
  position: absolute;
  top: 0;
  margin-top: 5px;
}
.icon.icon-email {
  width: 28px;
  height: 20px;
}
.icon.icon-email:before {
  background: url(../img/icons/email.svg) no-repeat;
  width: 28px;
  height: 20px;
}
.icon.icon-phone {
  position: relative;
  width: 20px;
  height: 20px;
}
.icon.icon-phone:before {
  background: url(../img/icons/phone.svg) no-repeat;
  width: 20px;
  height: 20px;
}
p.p-icon {
  position: relative;
}
p.p-icon > span {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 2rem;
}
footer {
  padding: 2rem 8rem;
  color: #fff;
  background-color: #232323;
}
