﻿.button {
  color: #FFFFFF;
  min-width: 200px;
  background: #2c3376;
  font-size: 14px;
  letter-spacing: 0.7px;
  padding: 10px;
  box-shadow: 0 4px 7px 0 rgba(44, 51, 118, 0.4);
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none; }

footer {
  background: #000000;
  min-height: 130px;
  padding: 50px 140px;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 900px) {
    footer {
      justify-content: center;
      padding: 50px; } }
  footer img {
    align-self: center;
    margin-right: 20px; }
  @media (max-width: 900px) {
    footer > img {
      margin-right: 0; } }
  footer .footer__content {
    display: flex;
    width: 80%; }
    @media (max-width: 900px) {
      footer .footer__content {
        flex-wrap: wrap;
        justify-content: center; } }
    footer .footer__content > div {
      padding: 30px 0 0 0;
      margin: 0 auto; }
      @media (max-width: 900px) {
        footer .footer__content > div {
          padding: 15px;
          text-align: center; } }
    footer .footer__content a, footer .footer__content .info {
      color: #FFFFFF;
      display: block;
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 12px;
      letter-spacing: 0.38px;
      padding: 10px 0; }
      @media (max-width: 900px) {
        footer .footer__content a, footer .footer__content .info {
          display: inline-block;
          padding: 10px 15px; } }
    footer .footer__content a {
      cursor: pointer; }
    footer .footer__content .input__label {
      font-family: 'Poppins';
      font-size: 12px;
      letter-spacing: 0.38px;
      line-height: 20px; }
    footer .footer__content input {
      border: 1px solid #FFFFFF;
      color: #FFFFFF;
      box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.4);
      border-radius: 6px;
      width: 177px;
      height: 35px;
      padding: 0 20px;
      outline: none;
      background: #000000;
      display: block;
      margin: 10px 0;
      font-size: 12px; }
      footer .footer__content input::placeholder {
        color: #FFFFFF; }

.header {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 98px;
  background: #2c3376;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  @media (max-width: 900px) {
    .header {
      justify-content: center;
      height: 140px; } }
  .header .logo {
    padding: 16px 50px 16px 151px; }
    @media (max-width: 1200px) {
      .header .logo {
        padding: 16px 50px 0; } }
    .header .logo-image {
      height: 66px; }
      @media (max-width: 600px) {
        .header .logo-image {
          height: 40px; } }
  .header .nav-bar {
    position: absolute;
    height: 20px;
    top: 35px;
    right: 142px; }
    @media (max-width: 1200px) {
      .header .nav-bar {
        right: 50px; } }
    @media (max-width: 900px) {
      .header .nav-bar {
        position: static; } }
  .header .nav-link {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.43px;
    vertical-align: middle;
    padding: 0 15px;
    color: #FFFFFF; }

.section {
  background-color: #000000;
  background-position: right;
  background-repeat: no-repeat; }

.hero {
  color: #FFFFFF;
  height: 500px; }
  .hero__container {
    padding: 166px 151px 30px 151px;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 900px) {
      .hero__container {
        padding: 150px 50px 30px 50px;
        text-align: center;
        box-sizing: border-box; } }
  .hero h1 {
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 0.73px;
    line-height: 49px;
    margin: 0;
    padding-bottom: 10px; }
    .hero h1 p {
      margin: 0; }

.about {
  background: #F6F7F7;
  padding: 70px 151px;
  min-height: 564px;
  display: flex;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 900px) {
    .about {
      flex-wrap: wrap;
      text-align: center;
      padding: 70px;
      box-sizing: border-box;
      justify-content: center; } }
  .about__content {
    max-width: 458px; }
  .about__header {
    color: #111111;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.4px;
    line-height: 33px;
    padding-bottom: 20px; }
  .about__text {
    color: #666666;
    font-family: 'Open Sans';
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    padding-bottom: 20px; }
  .about img {
    padding-left: 120px;
    padding-top: 55px;
    max-height: 460px;
    height: 100%;
    margin: 0 auto; }
    @media (max-width: 900px) {
      .about img {
        padding: 55px 0 0;
        max-width: 100vw; } }

@media (max-width: 900px) {
  img {
    max-width: 100vw;
    height: auto; } }

.contact {
  position: relative;
  min-height: 564px;
  display: flex;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat; }
  .contact__container {
    max-width: 1140px;
    padding: 70px 151px 48px 151px;
    margin: 0 auto;
    display: flex; }
    @media (max-width: 900px) {
      .contact__container {
        padding: 70px 50px 48px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center; } }
  .contact__content {
    color: #FFFFFF;
    z-index: 1;
    max-width: 280px;
    font-family: "Open Sans";
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px; }
    @media (max-width: 900px) {
      .contact__content {
        max-width: 80vw; } }
  .contact__header {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.4px;
    padding-bottom: 20px; }
  .contact__subheader {
    font-family: 'Poppins';
    padding-top: 30px;
    letter-spacing: 1px;
    line-height: 25px; }
  .contact__number {
    font-family: "Open Sans";
    letter-spacing: 1px;
    line-height: 25px; }
  .contact__form {
    z-index: 1;
    color: #FFFFFF;
    padding-left: 75px; }
    @media (max-width: 900px) {
      .contact__form {
        padding-left: 0; } }
    .contact__form .button {
      float: right;
      margin: 15px 33px; }
    .contact__form .disabled {
      background-color: #C4C4C4; }
    .contact__form .flex-form {
      display: flex;
      flex-wrap: wrap;
      max-width: 800px; }
      @media (max-width: 900px) {
        .contact__form .flex-form {
          margin-top: 20px;
          text-align: left; } }
    .contact__form .select {
      display: flex;
      padding-left: 10px; }
      .contact__form .select input {
        height: 20px;
        width: 20px;
        margin-top: 5px; }
      .contact__form .select > div {
        width: 365px;
        font-family: "Lato";
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0.7px;
        line-height: 30px;
        padding-left: 10px; }
        @media (max-width: 900px) {
          .contact__form .select > div {
            max-width: 70vw;
            line-height: 20px;
            margin-bottom: 10px; } }
    .contact__form .divider {
      border-bottom: 1px solid #FFFFFF;
      max-width: 690px;
      width: 100%;
      padding: 0px 30px;
      margin: 0 auto;
      margin-top: 25px;
      margin-bottom: 25px;
      margin-right: 24px; }
    .contact__form label {
      display: flex;
      flex-wrap: wrap;
      max-width: 361px;
      width: 100%;
      padding: 15px;
      font-family: 'Open Sans';
      font-weight: lighter;
      font-size: 14px; }
      @media (max-width: 900px) {
        .contact__form label {
          max-width: 100%; } }
    .contact__form input {
      border: 1px solid #C4C4C4;
      border-radius: 6px;
      max-width: 361px;
      width: 100%;
      height: 40px;
      display: block;
      padding: 0 20px;
      font-size: 16px;
      outline: none;
      margin-top: 10px; }
      @media (max-width: 900px) {
        .contact__form input {
          max-width: 100%; } }
    .contact__form textarea {
      border: 1px solid #C4C4C4;
      border-radius: 6px;
      max-width: 751px;
      width: 100%;
      height: 150px;
      font-size: 16px;
      outline: none;
      padding: 10px 20px;
      margin-top: 10px; }
      @media (max-width: 900px) {
        .contact__form textarea {
          max-width: 100%; } }

.content--section {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 151px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 900px) {
    .content--section {
      text-align: center;
      justify-content: center;
      box-sizing: border-box;
      padding: 100px 50px; } }
  .content--section:not(:last-child) {
    border-bottom: 2px solid #C4C4C4; }

.content__left {
  display: block;
  max-width: 458px;
  width: 100%;
  padding-right: 75px; }
  @media (max-width: 900px) {
    .content__left {
      padding-right: 0; } }
  .content__left__header {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0.4px;
    padding-bottom: 20px; }
  .content__left__description {
    padding-bottom: 20px;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #666666;
    letter-spacing: 1px;
    line-height: 25px; }

.content img {
  padding-top: 20px;
  max-height: 500px;
  min-height: 375px; }
  @media (max-width: 900px) {
    .content img {
      padding-top: 50px; } }

.products {
  background: #F6F7F7;
  display: flex;
  min-height: 68vh;
  overflow: hidden; }
  @media (max-width: 900px) {
    .products {
      flex-wrap: wrap;
      justify-content: center;
      text-align: center; } }
  .products .filter {
    width: 242px;
    padding: 88px 40px 0 151px; }
    @media (max-width: 900px) {
      .products .filter {
        width: auto;
        padding: 60px 40px 0; } }
    .products .filter__header {
      font-weight: 600;
      font-size: 24px;
      color: #000000;
      letter-spacing: 0.67px;
      padding-bottom: 20px; }
    @media (max-width: 900px) {
      .products .filter__content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    .products .filter md-checkbox {
      display: block; }
      @media (max-width: 900px) {
        .products .filter md-checkbox {
          text-align: left;
          margin: 10px 20px; } }
      .products .filter md-checkbox.md-checked .md-icon {
        background-color: #E00102; }
  .products .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 120px 28px;
    height: 100%; }
    @media (max-width: 900px) {
      .products .container {
        padding: 40px 28px;
        justify-content: center;
        text-align: left; } }
  .products .product {
    max-height: 495px;
    height: 100%;
    overflow: visible;
    margin: 0 auto;
    width: 294px;
    margin-top: 25px;
    margin-right: 20px;
    margin-left: 20px; }
    .products .product__name {
      font-weight: 600;
      font-size: 14px;
      color: #111111;
      letter-spacing: 0.43px;
      line-height: 25px;
      padding: 12px 10px; }
    .products .product__description {
      font-family: 'Open Sans';
      font-size: 13px;
      color: #666666;
      letter-spacing: 1px;
      line-height: 16px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .products .product__id {
      font-size: 14px;
      color: #2A2A2A;
      letter-spacing: 0.43px;
      line-height: 20px;
      max-width: 294px;
      width: 100%;
      padding-top: 10px; }
      .products .product__id .item {
        max-width: 294px;
        width: 100%;
        display: flex;
        justify-content: center; }
        .products .product__id .item--size {
          width: 136px; }
        .products .product__id .item--number {
          width: 110px; }
    .products .product .sds {
      position: absolute;
      bottom: -10px;
      right: -10px;
      padding: 5px 10px;
      text-align: center;
      background-color: #2c3376;
      color: white !important;
      box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
      font-size: 14px;
      font-weight: 500;
      display: block;
      transition: transform 0.3s ease-in-out; }
      .products .product .sds:hover {
        transform: scale(1.1, 1.1); }
    .products .product .display {
      width: 294px;
      height: 294px;
      text-align: left; }
      .products .product .display__content {
        background-color: #FFFFFF;
        margin: 0 auto;
        width: 290px;
        height: 290px;
        position: relative;
        margin-bottom: 15px; }
        .products .product .display__content img {
          width: 290px; }

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  background: #F6F7F7;
  overflow-x: hidden; }

main {
  background: #F6F7F7; }

a {
  text-decoration: none;
  color: #313131; }

