.display-inline-block {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
* {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
html,
body,
p,
ul,
ol,
li,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
form,
input,
select,
textarea,
article,
footer,
header,
menu,
nav,
section,
button {
  padding: 0;
  margin: 0;
}
article,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  font-family: 'Open Sans', sans-serif;
  flex-direction: column;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #415170;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  border: none;
}
a {
  text-decoration: none;
}
a.close {
  background: url(/img/x.png) no-repeat;
  display: block;
  height: 13px;
  width: 18px;
}
.clear {
  font-size: 1px;
  height: 1px;
  clear: both;
}
h1 {
  font-weight: 700;
  text-align: left;
  font-size: 32px;
  color: #415170;
  line-height: 1;
}
h2 {
  font-weight: 700;
  text-align: left;
  font-size: 30px;
  color: #415170;
  line-height: 1;
}
header {
  background-color: #fff;
  padding: 15px 20px 0;
  height: 90px;
}
nav {
  padding-top: 10px;
}
nav .lang-switch {
  padding-left: 25px;
  float: right;
}
nav .lang-switch li {
  float: left;
}
nav .lang-switch li a {
  position: relative;
  font-weight: 700;
  font-size: 14px;
  color: #acacac;
  top: 1px;
}
nav .mainmenu {
  margin-left: -10px;
}
nav .mainmenu li {
  border-left: 2px solid #181a31;
  display: inline-block;
  line-height: 12px;
  padding: 0 10px;
}
nav .mainmenu li a {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: #181a31;
  top: 1px;
}
nav .mainmenu li a:hover,
nav .mainmenu li a.active {
  color: #181a31;
}
nav .mainmenu li:first-child {
  border-left: none;
}
.wrapper {
  background: #fff url(/img/gradient.png) repeat-x top;
  position: relative;
}
.block {
  position: relative;
  overflow: hidden;
  display: block;
  height: 200px;
}
.block .img {
  background-position: center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
}
.block:hover > .img {
  -moz-transform: scale(1.2,1.2);
  -webkit-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
}
.block h2 {
  position: relative;
  margin-left: 20px;
  margin-top: 40px;
  z-index: 999;
  color: #fff;
}
.block h2 span {
  display: block;
}
.block.block-2 {
  height: 100px;
}
.arrow {
  background: url(/img/arrow-1.png) no-repeat center;
  position: absolute;
  display: none;
  z-index: 999;
  height: 35px;
  width: 18px;
  top: 100px;
  left: 25%;
}
.arrow.arrow-2 {
  background: url(/img/arrow-2.png) no-repeat center;
  height: 41px;
  width: 21px;
  top: 97px;
  left: 38%;
}
.content {
  padding: 20px 20px 40px;
}
.content .close {
  margin-bottom: 20px;
}
.content h1 {
  padding-bottom: 30px;
}
.content .pdf {
  margin-top: 30px;
  display: inline-block;
}
@media only screen and (min-width: 700px) {
  body {
    display: flex;
  }
  header {
    padding: 30px 30px 0 50px;
    flex: 0 0 auto;
  }
  header #logo {
    float: left;
  }
  nav {
    padding-top: 3px;
  }
  nav .mainmenu {
    text-align: right;
    margin-left: 0;
  }
  .wrapper {
    flex: 1 0 auto;
    display: flex;
  }
  .block {
    flex: 0 0 25%;
    height: auto;
  }
  .block.block-2 {
    flex: 0 0 13%;
    height: auto;
  }
  .arrow {
    display: block;
  }
  .content {
    padding: 45px 60px 70px;
  }
  .content .inner {
    max-width: 500px;
  }
  .content .close {
    margin-bottom: 40px;
  }
  .content h1 {
    padding-bottom: 50px;
  }
  .content .pdf {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 900px) {
  .content {
    padding: 45px 100px 70px;
  }
}