@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../assets/fonts/roboto-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../assets/fonts/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../assets/fonts/roboto-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../assets/fonts/roboto-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../assets/fonts/roboto-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../assets/fonts/roboto-v19-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../assets/fonts/roboto-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../assets/fonts/roboto-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../assets/fonts/roboto-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../assets/fonts/roboto-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../assets/fonts/roboto-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../assets/fonts/roboto-v19-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

body {
  font-family: 'Roboto', 'sans-serif';
  background: #FFF;
  font-size: 18px;
  line-height: 26px;
  font-style: normal;
  color: #282828;
  margin: 0;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 64px;
  line-height: 74px;
  font-weight: bold;
  margin-block-start: 20px;
  margin-block-end: 20px;
}

h3 {
  font-size: 28px;
  line-height: 37px;
  font-weight: bold;
  margin-block-start: 20px;
  margin-block-end: 20px;
}

h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-block-start: 30px;
  margin-block-end: 30px;
}

h5 {
  font-size: 14px;
  line-height: 23px;
  font-weight: 700;
  color: #757575;
  margin: 0;
}

p {
  margin: 0;
}

.box {
  margin-bottom: 100px;
}

.description {
  margin: 30px 0;
}

.products {
  text-align: center;
}

.products p {
  font-weight: 700;
  margin: 0 0 10px 0;
}

.products img {
  margin-bottom: 10px;
}

header {
  background: #000;
  height: 100px;
  padding: 30px;
  margin-bottom: 100px;
  text-align: center;
}

header img,
footer img {
  width: 158px;
}

footer {
  background: #000;
  padding: 100px;
  text-align: center;
  margin-top: 120px;
  color: #757575;
  font-weight: 700;
  font-size: 14px;
}

footer a {
  color: #757575;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

footer img {
  margin-bottom: 30px;
}

.products {
  text-align: center;
  margin-top: 100px;
}

img {
  max-width: 100%;
}
