.features .col {
  width: calc(100% / 2);
  margin-bottom: 50px;
  text-align: center;
  padding: 0 10px;
}
.features .col .image {
  height: 160px;
  margin-bottom: 0;
}
.features .col img {
  max-height: 160px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.features .col .name {
  display: block;
  line-height: 120%;
  font-size: 16px;
}

.content {
  margin: 0 auto 30px auto;
}
.content h1 {
  margin-bottom: 20px;
  display: block;
  font-size: 28px;
}
.content p {
  font-size: 16px;
}

.footer-1 {
  border-top: 20px solid #FF3333;
  padding: 30px 0;
}
.footer-1 .col-25 {
  width: 50%;
  margin-bottom: 30px;
}
.footer-1 h4 {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}
.footer-1 h3 {
  display: block;
  font-size: 22px;
  margin-bottom: 15px;
  color: #fff;
  text-align: right;
  font-weight: 700;
}
.footer-1 ul li {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.footer-1 ul li:first-child {
  margin-top: 0;
}
.footer-1 ul li a {
  color: #fff;
}
.footer-1 .hr {
  background: #FF3333;
  height: 3px;
  margin-top: 20px;
}
.footer-1 ::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #313131;
}
.footer-1 :-moz-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #313131;
}
.footer-1 ::-moz-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #313131;
}
.footer-1 :-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #313131;
}

.footer-2 {
  text-align: center;
  background: #333333;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
}

@media (max-width: 490px) {
  .header {
    background: #000000;
    height: 55px;
    border-bottom: 10px solid #FF3333;
    margin-bottom: 0;
  }
  .header .logo {
    width: 100px;
    height: 80px;
    margin-right: 20px;
    background-size: 100% 100%;
  }
  .header .phone {
    font-size: 15px;
    border-radius: 5px;
    height: 30px;
    line-height: 28px;
    top: 12px;
  }

  .menu-button {
    width: 32px;
    height: 32px;
    top: 12px;
  }

  .features .col {
    width: 100%;
    margin-bottom: 40px;
  }
  .features .col .image {
    height: auto;
    margin-bottom: 20px;
  }
  .features .col img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
  }

  .content .col {
    width: 100%;
  }
  .content .intro {
    margin-bottom: 0;
  }
  .content .intro p {
    font-size: 17px;
  }

  .footer-1 {
    border-top: 10px solid #FF3333;
    padding: 30px 0 0 0;
  }
  .footer-1 .col {
    width: 100%;
  }
  .footer-1 .logo-row {
    display: none;
  }
}
.col-33 {
  float: left;
  width: 33.333333333%;
}
/*# sourceMappingURL=style_320.css.map */