@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
body, html {
  height: 100%; }

html::-webkit-scrollbar {
  width: 0; }

html {
  -ms-overflow-style: none; }

html {
  overflow: -moz-scrollbars-none; }

body::-webkit-scrollbar {
  width: 0; }

body {
  -ms-overflow-style: none; }

body {
  overflow: -moz-scrollbars-none; }

body {
  background: #f5f5f5 !important; }

.wrapper, body {
  position: relative; }

.wrapper {
  min-height: 100%;
  padding-bottom: 115px; }

.main-footer {
  margin: -115px auto 0;
  min-height: 115px;
  position: relative;
  background-color: #f2f6f5; }

input[type='number'] {
  -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.main_box {
  padding-top: 90px; }

.right_block p {
  font-family: "Roboto", sans-serif;
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  text-align: left; }

.title {
  font-family: "Roboto", sans-serif;
  color: #30363e;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 15px; }

form.search {
  margin-bottom: 10px;
  /* Firefox 19+ */
  /* Firefox 18- */ }
  form.search ::-webkit-input-placeholder {
    color: #2f78d6; }
  form.search ::-moz-placeholder {
    color: #2f78d6; }
  form.search :-moz-placeholder {
    color: #2f78d6; }
  form.search :-ms-input-placeholder {
    color: #2f78d6; }
  form.search label {
    margin: 0;
    width: 100%;
    display: inline-block; }
    form.search label input {
      width: 100%;
      display: inline-block;
      border-style: solid;
      border-width: 1px;
      border-color: #e0e1e1;
      box-sizing: border-box;
      background-color: #ffffff;
      height: 60px;
      line-height: 60px;
      padding: 0 15px;
      font-family: "Roboto", sans-serif;
      color: #2f78d6;
      font-size: 25px;
      font-weight: 300;
      text-align: left; }

.list {
  font-family: "Roboto", sans-serif;
  color: #30363e;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 50px; }

.price {
  font-family: "Roboto", sans-serif;
  color: #494a4b;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px; }
  .price span {
    margin-left: 10px;
    font-family: "Roboto", sans-serif;
    color: #ff3d01;
    font-size: 20px;
    font-weight: 500;
    text-align: left; }

.button_row {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding-top: 0; }
  .button_row.open {
    padding-top: 200px; }
  .button_row span {
    font-family: "Roboto", sans-serif;
    color: #737373;
    font-size: 20px;
    line-height: 60px;
    font-weight: 500;
    text-align: center; }
  .button_row a {
    border-radius: 5px;
    width: 40%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-decoration: none; }
    .button_row a:hover {
      text-decoration: none; }
    .button_row a.blue {
      float: left;
      background-color: #3078d7; }
      .button_row a.blue:hover {
        color: #fff;
        text-decoration: none; }
    .button_row a.grey {
      float: right;
      background-color: #737373; }
      .button_row a.grey:hover {
        color: #fff;
        text-decoration: none; }

.description_box .phone {
  font-family: "Roboto", sans-serif;
  color: #30363e;
  font-size: 40px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 60px; }
.description_box .logo_footer + span {
  font-family: "Roboto", sans-serif;
  color: #999999;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 20px;
  text-align: left;
  display: inline-block;
  width: 100%; }

.form_box {
  background-color: #3078d7;
  padding: 30px 60px;
  margin-bottom: 20px; }
  .form_box span.footer {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: #9bc5fc;
    font-size: 20px;
    font-weight: 300; }
  .form_box .phone_contact {
    display: inline-block;
    width: 100%;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    text-align: center; }
  .form_box button {
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    background-color: rgba(45, 44, 44, 0);
    width: 100%;
    max-width: 314px;
    height: 64px;
    line-height: 60px;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    display: block;
    text-align: center;
    margin: 25px auto; }
  .form_box form.propousel {
    position: relative;
    padding-top: 30px;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .form_box form.propousel ::-webkit-input-placeholder {
      color: #999999; }
    .form_box form.propousel ::-moz-placeholder {
      color: #999999; }
    .form_box form.propousel :-moz-placeholder {
      color: #999999; }
    .form_box form.propousel :-ms-input-placeholder {
      color: #999999; }
    .form_box form.propousel .close_form {
      position: absolute;
      z-index: 10;
      right: -40px;
      top: -10px; }
    .form_box form.propousel span.title,
    .form_box form.propousel span.title_name {
      display: inline-block;
      width: 100%;
      font-family: "Roboto", sans-serif;
      color: #ffffff;
      font-size: 35px;
      font-weight: 300;
      text-align: left;
      line-height: 1; }
    .form_box form.propousel span.title_name {
      margin-bottom: 40px; }
    .form_box form.propousel label {
      width: 100%;
      display: inline-block;
      margin-bottom: 20px; }
      .form_box form.propousel label span {
        line-height: 1;
        font-family: "Roboto", sans-serif;
        color: #9bc5fc;
        font-size: 20px;
        font-weight: 300;
        text-align: left;
        display: inline-block;
        width: 100%;
        margin-bottom: 10px; }
      .form_box form.propousel label input {
        background-color: #ffffff;
        width: 100%;
        line-height: 60px;
        height: 60px;
        color: #999999;
        border: none;
        padding: 0 15px;
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        font-weight: 300;
        text-align: left; }
      .form_box form.propousel label.price_label {
        position: relative; }
        .form_box form.propousel label.price_label input {
          text-align: right;
          padding-right: 70px; }
        .form_box form.propousel label.price_label span.price_val {
          position: absolute;
          right: 0;
          top: 50px;
          line-height: 1;
          width: 50px;
          color: #999999;
          font-family: "Roboto", sans-serif;
          font-size: 20px;
          font-weight: 300; }

.boder_box {
  border-top: 1px solid #74acf6;
  border-bottom: 1px solid #74acf6;
  padding: 30px 0; }
  .boder_box p {
    font-family: "Roboto", sans-serif;
    color: #9bc5fc;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin: 0; }

.drop_box {
  position: relative; }
  .drop_box .form_box {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    margin-top: -400px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    .drop_box .form_box.open {
      margin-top: 0px;
      opacity: 1;
      visibility: visible; }

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .button_row a {
    width: 100%; }

  .main_box {
    padding-top: 20px; }

  .logo {
    display: none; }

  .form_box {
    padding: 30px 15px; }

  .form_box form.propousel .close_form {
    right: 0px; } }
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */

.lang {
  position: absolute;
  right: 10px;
  top: -20px;
}

.lang a {
  font-size: 16px;
}