@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;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header {
  padding: 1rem 2rem;
  color: #555;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header p {
  margin: 0;
  padding: 0;
}
header a, header a:hover {
  color: #555;
  text-decoration: none;
}
.header-contacts {
  text-align: right;
  font-size: 1.1rem;
  line-height: 2.5rem;
}
.header-contacts span {
  display: inline-block;
}
.header-contacts .sep {
  display: inline-block;
  color: #000;
  opacity: 0.6;
  height: 29px;
  font-size: 20px;
  margin: 0 10px;
}
.logo {
  display: block;
  width: 100px;
}
.card-wrapper {
  padding: 0 2rem 2rem 2rem;
  min-height: calc(100vh - 130px);
}
.card-wrapper a, .card-wrapper a:hover, .card-wrapper a:active, .card-wrapper a:visited {
  text-decoration: none;
}
.card {
  background: #fff;
  border: none;
  padding: 0;
  position: relative;
  width: 100%;
  border-radius: 0;
}
@media (min-width: 576px) {
  .card .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 2rem;
  }
  .card.card-elec .text {
    left: 0;
  }
  .card.card-furn .text {
    right: 0;
  }
  .card.card-sey .text {
    left: 0;
  }
  span.pill {
    margin-top: 1rem;
  }
  .card .text .line1, .card .text .line2 {
    font-size: 2.6rem;
  }
  .card .text .line1 {
    line-height: 3.4rem;
  }
  .card .text .line2 {
    font-family: Avenir-Bold;
    line-height: 3.4rem;
  }
}
@media (max-width: 575px) {
  .header-contacts > span:first-child {
    margin-right: 20px;
  }
  .card .text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
  }
  .card.card-elec .text {
    background-color: #535F62;
  }
  .card.card-furn .text {
    background-color: #e2231a;
  }
  .card.card-sey .text {
    background-color: #ACB0B4;
  }
  .card .text .line1 {
    font-size: 1.4rem;
  }
  .card .text .line2 {
    font-family: Avenir-Regular;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.card .img {
  width: 100%;
}
.card .text .line1, .card .text .line2 {
  display: block;
  color: #fff;
}
.card .text .line2 {
  text-transform: uppercase;
}
span.pill {
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 0.5rem 3rem;
  text-transform: uppercase;
}
span.pill-arrow {
  display: inline-block;
  margin-left: 1rem;
  position: absolute;
  top: 3px;
  right: 15px;
}
.card.card-elec span.pill:hover {
  border-color: #e2231a;
  background-color: #e2231a;
}
.card.card-furn span.pill:hover {
  border-color: #ACB0B4;
  background-color: #ACB0B4;
}
.card.card-sey span.pill:hover {
  border-color: #535F62;
  background-color: #535F62;
}
footer {
  background-color: #000;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1rem;
}
@media(min-width: 768px) and (max-width: 1150px) {
}
@media(min-width: 576px) and (max-width: 767px) {
  .card .text .line1, .card .text .line2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
.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: 0.5rem;
  opacity: 0.6;
}
.icon.icon-email:before, .icon.icon-phone:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 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;
}
