* {
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font: 100%/1.5em 'PT Sans', sans-serif;
}

html,
body {
  height: 100%;
}

.wrap {
  width: 100%;
  margin: auto;
  min-height: 100%;
  background-color: #fff;
  position: relative;
}

.wrap [rel="main"] {
  padding-bottom: 333px;
}

header {
  height: 400px;
  background: url("../../../../d/i/head.jpg") center center;
  background-size: cover;
}

header .inner .logo a {
  height: 106px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .inner .logo a .myicon-e {
  font-size: 62px;
  color: #76b8f6;
}

header .inner .logo a div {
  position: relative;
  left: 13px;
  top: 3px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.105em;
}

header .inner .logo a div span {
  font-weight: 100;
  display: block;
  font-size: 9px;
  letter-spacing: 0.45em;
  position: relative;
}

header .inner .head-title {
  height: 294px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  padding: 60px 0 0 0;
  color: #fff;
  font-size: 33px;
  line-height: 1.4em;
  font-family: "MuseoSansCyrl300";
}

header .inner .head-title span {
  font-family: "MuseoSansCyrl900";
  letter-spacing: 0.001em;
}

header .inner nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: -57px;
  padding-bottom: 52px;
  border-bottom: 1px solid #eaeaea;
}

header .inner nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-family: "Clear Sans";
  font-weight: 400;
}

header .inner nav a img {
  display: block;
  margin-bottom: 18px;
}

header .inner nav a i {
  display: block;
  height: 99px;
  width: 99px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 0 0 0;
  margin-bottom: 18px;
  background: #3789d6;
  color: #fff;
  font-size: 60px;
}

header .inner nav a .myicon-d {
  font-size: 65px;
}

h1 {
  font-family: "MuseoSansCyrl900";
  color: #3789d6;
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  width: 940px;
  margin: 0 auto 30px;
}

a {
  color: #3789d6;
  text-decoration: none;
}

.content {
  font-family: "Clear Sans";
  font-weight: 400;
  width: 940px;
  padding: 220px 0 66px 0;
  margin: 0 auto;
}

.content p {
  width: 940px;
  margin: 0 auto 20px;
  line-height: 1.65em;
}

.content ul li {
  list-style-position: inside;
  margin: 0 0 10px 0;
}

.inner {
  width: 960px;
  margin: 0 auto;
}

footer {
  position: absolute;
  width: 100%;
  height: 333px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding: 0 0 45px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer .mail-us {
  background: #f7f9fb;
  padding: 45px 0 60px 0;
  margin: 0 0 70px 0;
}

footer .mail-us .inner {
  text-align: center;
  font-size: 22px;
  font-family: "Clear Sans";
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
}

footer .mail-us .inner .myicon-f {
  margin-bottom: 50px;
  font-size: 65px;
  color: #c7ddf2;
}

footer .inner {
  text-align: center;
  font-size: 14px;
  color: #888888;
  font-weight: 300;
}