/*
p -- page
s -- section
b -- block
pr -- block preview (pr-xxs, pr-xs, pr-s, pr-m, pr) if different sizes on site
f -- form
m -- menu
l -- list
sl -- sliders
svg -- svg grafix
i -- etc grafix
a -- img links, lone links, logos
t -- tables
title -- default titles
btn -- buttons
msg -- message - not content
modal -- modal windows
_error-*
_success-*
*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
abbr,
acronym,
blockquote,
q,
cite,
ins,
del,
dfn,
a,
div,
span,
pre,
hr,
address,
br,
b,
i,
sub,
big,
small,
tt,
table,
tr,
caption,
thead,
tbody,
tfoot,
col,
colgroup,
form,
input,
label,
textarea,
button,
fieldset,
legend,
select,
option,
ul,
ol,
li,
dl,
dt,
dd,
code,
var,
samp,
img,
object,
param,
map,
area {
  padding: 0;
  margin: 0;
  border: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
section,
aside,
figure,
figcaption,
input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
button {
  border: 0;
}
:focus {
  outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none;
}
input::-ms-clear {
  width: 0;
  height: 0;
}
input,
textarea {
  resize: none;
  -webkit-user-select: text;
  user-select: text;
}
::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}
::-ms-reveal {
  width: 0;
  height: 0;
  display: none;
}
a {
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
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;
}
input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}
:disabled,
[disabled],
[aria-disabled="true"] {
  cursor: not-allowed;
}
video {
  background-size: cover;
  background-position: center;
}
img {
  display: block;
}
button {
  background: transparent;
  overflow: visible;
}
textarea {
  overflow-y: auto;
  background: transparent;
}
input,
textarea,
select,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
[type="reset"] {
  cursor: pointer;
}
html,
body {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-focus-ring-color: rgba(255,255,255,0);
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
input,
textarea,
select,
button {
  font-family: 'Montserrat', sans-serif;
}
html,
body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #5d5d5d;
  font-family: 'Montserrat', sans-serif;
}
.wrapper {
  min-height: 100%;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
._ie .wrapper {
  display: block;
}
.wrapper__content {
  flex-grow: 1;
}
.container {
  max-width: 1440px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 30px;
}
._cover {
  width: 100%;
  height: 100%;
}
img[data-object-fit="contain"] {
  object-fit: contain;
}
img[data-object-fit="cover"] {
  object-fit: cover;
}
.f-default__row {
  position: relative;
}
.f-default__row:before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-left: 1px solid $blueF;
  border-bottom: 1px solid $blueF;
  transform: rotate(-45deg);
  right: 0;
  bottom: 10px;
}
.f-default__field {
  color: $whiteA;
  font-size: 24px;
  font-weight: 500;
  padding-right: 30px;
  background-color: transparent;
  position: relative;
}
.m-site {
  display: block;
}
.s-footer {
  display: block;
  padding: 50px 0 80px;
  background: #e6e7e8;
}
.s-footer .container {
  display: flex;
}
.s-footer__item {
  padding-top: 50px;
  border-top: 1px solid #5d5d5d;
  max-width: 50%;
  flex-basis: 50%;
}
.s-footer__text {
  display: block;
  max-width: 180px;
}
.s-footer__link {
  display: block;
  color: #5d5d5d;
}
.s-header {
  background: #5dc7f2;
  width: 100%;
}
.s-header._fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
}
.s-header .container {
  max-width: 1800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s-header__link {
  display: block;
}
.s-header .svg-logo {
  display: block;
  width: 200px;
  height: 40px;
  fill: #fff;
}
.s-index {
  background: #00797d;
  height: 100vh;
  min-height: 550px;
  display: flex;
}
.s-index .container {
  max-width: 460px;
  margin-left: 0;
  height: 100vh;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s-index__img {
  max-width: 60%;
  flex-basis: 60%;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.s-index__content {
  max-width: 40%;
  flex-basis: 40%;
}
.s-index__buzz {
  display: inline-block;
  width: 100%;
  padding-top: 102%;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
.s-index__link {
  display: block;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  background: #99ba36;
  box-shadow: 1px 1px 3px #555;
  width: 100%;
  margin: 0 auto;
  transition: background-color 0.2s ease-out;
}
.s-index__link span {
  font-size: 32px;
  font-weight: 300;
  line-height: 70px;
  color: #fff;
  letter-spacing: -0.5px;
}
.s-index__link span._bold {
  font-weight: 700;
  margin-left: 8px;
}
.s-index__link:hover {
  background: #bec029;
}
@media only screen and (max-width: 950px) {
  .s-index {
    display: block;
  }
  .s-index__img {
    display: none;
  }
  .s-index__content {
    max-width: 100%;
    height: 100%;
  }
  .s-index .container {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 400px) {
  .s-index__link span {
    font-size: 22px;
    line-height: 54px;
  }
}

/*# sourceMappingURL=common.css.map */
