html {
  overflow-x: hidden;
  min-width: 320px; }

body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Noto Sans', sans-serif;
  overflow: hidden; }

p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: .03em; }

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px; }

h2 {
  font-size: 36px;
  line-height: 44px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 28px;
      line-height: 40px; } }

h3 {
  font-size: 24px;
  line-height: 36px; }

h4 {
  font-size: 16px;
  line-height: 24px; }

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px; }
  @media (max-width: 575px) {
    .container {
      padding: 0 10px; } }

.content {
  max-width: 640px;
  margin: 0 auto; }
  .content.wide {
    max-width: 800px; }

.block-bg-black {
  background-color: #000; }

.block-bg-gray {
  background-color: #0F0F0F; }

.section-title-wrapper {
  text-align: center; }

.section-title {
  display: inline-block;
  margin: 0 auto;
  text-transform: uppercase;
  font-style: italic;
  padding: 8px 18px;
  margin-bottom: 40px;
  color: #121212; }
  .section-title.title-bg-gray {
    background-color: #B7B7B7; }
  .section-title.title-bg-orange {
    background-color: #FF6400; }

.section-subtitle {
  max-width: 415px;
  display: inline-block;
  margin-bottom: 35px; }

.header {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: #000;
  display: flex;
  align-items: center;
  z-index: 2000; }

.header-link {
  height: 100%;
  width: 80px;
  background-color: #FF0000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute; }

.button {
  background-color: #FF6400;
  border-radius: 30px;
  height: 60px;
  min-width: 280px;
  border: none;
  color: #121212;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  box-shadow: 0px 0px 20px rgba(255, 100, 0, 0.75);
  cursor: pointer; }
  .button:hover {
    box-shadow: 0px 0px 30px rgba(255, 100, 0, 0.75); }

.page-content {
  width: 100%;
  padding-top: 80px;
  position: relative;
  z-index: 10; }

.clearfix {
  clear: both; }

@media (max-width: 767px) {
  .header {
    height: 40px; }
  .header-link {
    width: 40px;
    padding: 5px;
    box-sizing: border-box; }
    .header-link img {
      max-width: 100%; }
  .page-content {
    padding-top: 40px; } }
