@font-face {
  font-family: "Gotham Bold";
  src: url("fonts/Gotham-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Gotham Black";
  src: url("fonts/Gotham-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Gotham Book";
  src: url("fonts/Gotham-Book.woff2") format("woff2");
}
body, form, form input, form div, span, div, p, h1, h2, h3, h4, dl, dt, dd, ul, li, img, form input, textarea, select, section, fieldset {
  padding: 0;
  margin: 0;
}

body table, th, tr, td {
  padding: 0;
  border: 0;
  border-collapse: collapse;
  margin: 0;
}

body img, fieldset {
  border: 0;
  outline: 0;
}

img {
  display: block;
}

a {
  text-decoration: none;
}

html, body {
  margin: 0;
  padding: 0;
  min-width: 320px;
}

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

body {
  height: 100vh;
  font: 14px "Gotham Book", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #3b424a;
  background-color: #e7f1f5;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  min-height: 100%;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}

.wrapper {
  display: flex;
  align-items: flex-end;
}

.pic {
  margin-right: 54px;
}

.content {
  padding-bottom: 22px;
}

.title {
  color: #154858;
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 37px;
}
.title b {
  font: 100px/44px "Gotham Black", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  display: block;
  margin-bottom: 37px;
}

.form .flex {
  display: flex;
  margin-bottom: 10px;
}
.form .flex .item{width:100%;}
.form .flex .item:nth-child(2){margin-left:4%;}
.form label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #3b424a;
}
.form .field, .form .submit {
  outline: none;
  border: none;
  border-radius: 4px;
}
.form .field {
  display: block;
  width: 100%;
  font: inherit;
  padding: 0 16px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.form .field.error{background-color:#fdd;border-color:#f99;}
.form select {
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%225.71%22%20viewBox%3D%220%200%2010%205.71%22%3E%3Ctitle%3Echevron-down%3C%2Ftitle%3E%3Cpath%20d%3D%22M5%2C5.71a.76.76%2C0%2C0%2C1-.51-.2L.21%2C1.22a.71.71%2C0%2C0%2C1%2C1-1L5%2C4%2C8.78.21a.71.71%2C0%2C1%2C1%2C1%2C1L5.51%2C5.51A.76.76%2C0%2C0%2C1%2C5%2C5.71Z%22%20style%3D%22fill%3A%231d1e1f%22%2F%3E%3C%2Fsvg%3E") no-repeat right 18px center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 4px 20px;
}
.form .message{margin-bottom:25px;}
.form .message.e{color:#f55;}
.form .message:empty{display:none;}
.form .submit {
  cursor: pointer;
  color: #fff;
  background-color: #164858;
  display: block;
  width: 140px;
  height: 50px;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  font: 16px/52px "Gotham Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  transition: background-color 0.25s linear;
}
.form .submit:hover {
  background-color: #246c84;
}
.form .submit:active {
  transform: translateY(2px);
}

.overlay{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.7) url("img/loader_white.gif") center no-repeat;display:none;}

@media all and (max-width: 1135px) {
  .pic {
    max-width: 52%;
    margin-right: 40px;
  }
}
@media all and (max-width: 1060px) {
  .title {
    font-size: 56px;
    line-height: 57px;
    margin-bottom: 20px;
  }
  .title b {
    font-size: 80px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 900px) {
  body {
    height: auto;
  }

  .wrapper {
    flex-direction: column;
    padding: 50px 0;
    align-items: center;
  }

  .pic {
    max-width: 100%;
    max-height: 400px;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 400px) {
  .title {
    font-size: 37px;
    line-height: 1;
  }
  .title b {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .form .item {
    width: 100%;
    margin-right: 0;
  }
}