html {font-size: 1em;}
body {
  background-color: white;
  font-family: 'Julius Sans One', sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #fff;
  background: url(./img/main-bg.jpg) no-repeat 50% / cover;
}
p {margin-bottom: 1.3em;}
h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
}
h1 {
  margin-top: 0;
  font-size: 3.157em;
}
h2 {font-size: 2.369em;}
h3 {font-size: 1.777em;}
h4 {font-size: 1.333em;}
h5, h6 {font-stretch: 1.2em;}
h6 {font-weight: bold;}
small, .font_small {font-size: 0.75em;}
a { color: #ddd; }
a:hover { color: #fff; }
.container {
	max-width: 1200px;
	margin: auto;
}
.container > .wrap { padding: 0 10px; }
.iframe-area {
	min-height: 600px;
}
.title-logo {
	margin: 30px 0 20px
}