/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: 'FSElliotPro', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  -webkit-appearance: none;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body {
  background: url('../images/pattern.png') center center repeat;
}
.sitewrap {
  max-width: 1030px;
  min-width: 300px;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
}
.header {
  padding: 0 30px;
  position: relative;
}
@media (max-width: 600px) {
  .header {
    padding: 0 15px 15px;
  }
}
.header .logo {
  width: 237px;
  height: 130px;
  background-image: url(../images/Amalgam_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
@media (max-width: 600px) {
  .header .logo {
    width: 190px;
    height: 106px;
    margin: 0 auto;
  }
}
.header .time-block {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-size: 0px;
}
@media (max-width: 600px) {
  .header .time-block {
    position: static;
    transform: translateY(0);
    display: block;
    width: 100%;
    text-align: center;
  }
}
.header .time-block .time-item {
  display: inline-block;
  text-align: right;
  margin-left: 20px;
}
@media (max-width: 600px) {
  .header .time-block .time-item {
    text-align: center;
    margin-left: 0;
    margin: 0 10px;
  }
}
.header .time-block .time-item .time-zone {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1em;
  margin-bottom: 10px;
  color: #9d9d9d;
}
.header .time-block .time-item .time {
  font-size: 32px;
  letter-spacing: 0.025em;
  color: #6b3200;
}
.background {
  min-height: 300px;
  background-image: url('../images/bg-image.jpg');
  background-size: cover;
  background-position: center center;
}
.text {
  padding: 40px 30px;
  font-size: 14px;
  color: #5d5d5d;
  font-weight: 600;
  letter-spacing: 0.025em;
  background-color: #fff;
}
@media (max-width: 600px) {
  .text {
    padding: 40px 15px;
  }
}
.footer {
  border-top: 2px dotted #d4d4d4;
  padding: 20px 30px;
  font-size: 0px;
  background-color: #fff;
}
@media (max-width: 600px) {
  .footer {
    padding: 20px 15px;
  }
}
.footer .copy {
  width: 50%;
  display: inline-block;
  font-size: 12px;
  color: #9f9f9f;
  letter-spacing: 0.025em;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .footer .copy {
    width: 100%;
    margin-bottom: 10px;
  }
}
.footer .contacts {
  width: 50%;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  color: #5d5d5d;
  vertical-align: middle;
  text-align: right;
}
.footer .contacts a {
  color: #6b3200;
  text-decoration: underline;
}
.footer .contacts a:hover {
  text-decoration: none;
}
@media (max-width: 600px) {
  .footer .contacts {
    width: 100%;
    text-align: left;
  }
}
.sitewrap {
  display: flex;
  flex-direction: column;
  height: 100vh;
  /* 1 */
}
.text .footer {
  flex-shrink: 0;
  /* 2 */
}
.background {
  flex: 1 0 auto;
  /* 2 */
}
