/* Roboto Regular */
@font-face {
  font-family: Roboto;
  src: url('/assets/fonts/Roboto-Regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
/* Roboto Bold */
@font-face {
  font-family: Roboto;
  src: url('/assets/fonts/Roboto-Bold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

/* Saira Extra Light */
@font-face {
  font-family: Saira;
  src: url('/assets/fonts/Saira-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
/* Saira Extra Bold */
@font-face {
  font-family: Saira;
  src: url('/assets/fonts/Saira-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  height: 100%;
  margin: 0;
  background: #f9f9f9;
  color: #333;
}

h1,
h2,
h3 {
  font-family: 'Saira', sans-serif;
  font-weight: 800;
}

h1 {
  margin: 0;
  line-height: 0;
  border-left: 46px solid #fc0;
}

h2 {
  font-size: 26px;
  margin: 0 0 8px;
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 26px;
}

img {
  max-width: 100%;
  height: auto;
}

.strong,
strong {
  font-weight: 600;
}

.link {
  color: #be0728;
  font-weight: 600;
}

.wrapper {
  min-height: 100%;
  padding: 0 0 42px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 12px;
}

.content-head {
  padding: 48px 0;
  background: rgb(16,38,59);
  background: linear-gradient(10deg, rgba(16,38,59,1) 61%, rgba(1,93,156,1) 100%);
  color: #fff;
}

.content-head__top,
.content-head__bottom {
  padding: 0 0 0 24px;
  margin: 0;
}

.content-head__top {
  font-size: 66px;
  line-height: 48px;
  margin: 0 0 16px;
}

.content-head__bottom {
  font-size: 32px;
  line-height: 24px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: normal;
}

@media screen and (max-width: 560px) {
  .content-head__top {
    font-size: 40px;
    line-height: 30px;
  }

  .content-head__bottom {
    font-size: 22px;
    line-height: 18px;
  }
}

.content-text {
  padding: 44px 0;
}

.footer {
  background: #0c1b28;
  color: #777;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 12px;
  margin: -42px 0 0;
}
