@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,100,700,900);
* {
  box-sizing: border-box; }

html, body, .wrapper {
  position: relative;
  height: 100%; }

.wrapper {
  position: relative;
  height: 100%;
  width: 100vw;
  padding-bottom: 57px;
  display: table;
  table-layout: fixed; }

footer {
  margin-top: -57px;
  max-height: 57px;
  border-top: 5px solid #edeef0;
  line-height: 57px;
  color: #999;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  z-index: 2; }
  footer a {
    color: #999;
    text-decoration: underline; }

header {
  background: #edeef0; }
  header .dropdown-menu {
    min-width: 20px;
    border: none; }
  header .nav .open > a, header .nav .open > a:focus, header .nav .open > a:hover {
    background-color: #edeef0;
    border-color: transparent; }
  header .nav-tabs {
    background: #e2e4e9;
    border: none;
    margin: 0; }
    header .nav-tabs .caret {
      border: none;
      display: inline-block;
      background: url("img/132/icon-05.svg") no-repeat;
      width: 10px;
      height: 5px; }
    header .nav-tabs li a {
      margin: 0;
      color: #30363e;
      font-family: Roboto, sans-serif;
      font-size: 30px;
      font-weight: 400;
      padding: 0 15px;
      text-align: center; }
      header .nav-tabs li a:hover {
        background: #e2e4e9;
        border-color: transparent; }

.content-box {
  display: table-row;
  height: 100%; }

.content-box .content-box__pop {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 10px; }
  .content-box .content-box__pop .longname .logo {
    margin-top: 70px;
    display: inline-block; }
  .content-box .content-box__pop .logo {
    text-align: left; }
    .content-box .content-box__pop .logo img {
      display: block;
      max-height: 65px;
      max-width: 225px;
      float: left; }
  .content-box .content-box__pop .shortname h2 {
    font-size: 65px; }
  .content-box .content-box__pop h2 {
    color: #30363e;
    font-family: 'Roboto', sans-serif;
    font-size: 55px;
    font-weight: 500;
    line-height: 1; }
  .content-box .content-box__pop h2 + span {
    color: #2f78d6;
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 45px;
    line-height: 1; }
  .content-box .content-box__pop .longname h4 {
    margin-top: 65px; }
  .content-box .content-box__pop h4 {
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 400; }
  .content-box .content-box__pop span.phone-form {
    color: #30363e;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 45px;
    display: inline-block; }
  .content-box .content-box__pop p.nophone {
    margin-top: 70px; }
  .content-box .content-box__pop p {
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400; }
  .content-box .content-box__pop .longname span.title__form {
    margin-bottom: 15px; }
  .content-box .content-box__pop span.title__form {
    color: #30363e;
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 300;
    display: inline-block;
    width: 100%; }
  .content-box .content-box__pop form {
    padding: 30px;
    background: #edeef0; }
    .content-box .content-box__pop form input {
      border: 1px solid #e4e4e6;
      line-height: 50px;
      margin-bottom: 15px; }
    .content-box .content-box__pop form input[placeholder], .content-box .content-box__pop form textarea[placeholder] {
      color: #999;
      font-family: 'Roboto', sans-serif;
      font-size: 20px;
      font-weight: 300;
      padding-left: 12px; }
    .content-box .content-box__pop form textarea {
      padding: 20px 15px;
      width: 100%;
      max-height: 145px;
      border: 1px solid #e4e4e6;
      resize: none; }
    .content-box .content-box__pop form label {
      display: inline-block; }
    .content-box .content-box__pop form .name {
      width: 100%; }
      .content-box .content-box__pop form .name input {
        width: 100%; }
    .content-box .content-box__pop form .half,
    .content-box .content-box__pop form .mail,
    .content-box .content-box__pop form .phone {
      width: calc(50% - 7px); }
      .content-box .content-box__pop form .half input,
      .content-box .content-box__pop form .mail input,
      .content-box .content-box__pop form .phone input {
        width: 100%; }
    .content-box .content-box__pop form .mail {
      margin-right: 7px; }
    .content-box .content-box__pop form .phone {
      margin-left: 7px; }
    .content-box .content-box__pop form .link-form-action {
      display: block;
      margin: 15px auto 0;
      color: white;
      font-family: 'Roboto', sans-serif;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      padding: 15px 15%;
      background: #3078d7;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      .content-box .content-box__pop form .link-form-action:hover {
        background: #16519f; }

.phone_box {
  min-height: 60px;
  margin-bottom: 12px;}

.mr7 {
  margin-right: 7px; }

.ml7 {
  margin-left: 7px; }

@media (max-width: 767px) {
  .content-box .content-box__pop form .half,
  .content-box .content-box__pop form .mail,
  .content-box .content-box__pop form .phone {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px; }

  .phone_box {
    min-height: inherit; }

  .content-box .content-box__pop h2 {
    word-wrap: break-word;
    overflow-wrap: break-word; }

  .product-select h2 {
    font-size: 24px; } }
