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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

img {
  display: inline-block;
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  vertical-align: middle;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill::selection, input:-webkit-autofill:active {
  background: none;
  color: #000;
  -webkit-text-fill-color: #000;
  -webkit-transition: background 5000s ease-in-out 0s;
  transition: background 5000s ease-in-out 0s;
}

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

html {
  overflow-x: hidden;
}

html .no-scroll,
html .no-scroll body {
  overflow: hidden !important;
}

html .no-scroll {
  overflow-y: scroll !important;
}

body {
  background-color: #fff;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-y: auto;
  text-rendering: optimizelegibility;
}

html,
body {
  height: 100%;
}

small {
  font-size: 0.7em;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

::-moz-selection,
::-moz-selection {
  background: #ccc;
  color: #fff;
}

::-moz-selection,
::selection {
  background: #ccc;
  color: #fff;
}

input[placeholder],
::-moz-placeholder,
input:-moz-placeholder {
  text-overflow: ellipsis;
}

.button {
  background-color: transparent;
  border: 1px solid #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222;
  cursor: pointer;
  display: inline-block;
  font-family: "verlag", sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 15px;
  min-width: 180px;
  outline: none;
  padding: 14px 30px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  width: auto;
}

.button:hover {
  background-color: #222;
  color: #fff;
}

.title {
  color: #222;
  font-family: "verlag", sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 44px;
  margin-bottom: 100px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 640px) and (min-width: 0px) {
  .title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}

.row--centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.row__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.row__column--4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3333%;
          flex: 1 1 33.3333%;
  max-width: 33.3333%;
}

.row__column--6 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
}

@media only screen and (max-width: 640px) and (min-width: 0px) {
  .row__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
}

.links-wrap {
  margin: 30px 0;
  width: 100%;
}

@media only screen and (min-height: 820px) {
  .links-wrap {
    -webkit-transform: translateY(-144px);
            transform: translateY(-144px);
  }
}

.item-block__wrap {
  max-width: 442px;
}

.item-block {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 6px 22px -4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 22px -4px rgba(0, 0, 0, 0.08);
  display: block;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  width: 100%;
}

.item-block:hover {
  -webkit-box-shadow: 0 6px 22px -4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 22px -4px rgba(0, 0, 0, 0.3);
}

.item-block__content {
  border-top: 1px solid #e3e3e3;
  color: #222;
  font-family: "verlag", sans-serif;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 35px 20px 32px;
  text-align: center;
  text-transform: uppercase;
}

.item-block__content strong {
  font-weight: 300;
}

@media only screen and (max-width: 640px) and (min-width: 0px) {
  .item-block__wrap + .item-block__wrap {
    margin-top: 40px;
  }
}

.main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-attachment: fixed;
  background-color: #999;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
