html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a:focus {
  outline: none; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  min-height: 100%; }

body {
  background: #F7F7F7;
  overflow: hidden;
  min-width: 800px;
  font-family: Arial, Helvetica, sans-serif;
  color: #494949;
  min-height: 450px;
  position: relative;
  height: 100vh; }

.logo {
  display: block;
  margin-bottom: 50px; }
  .logo img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

input, button {
  border: none;
  padding: 0px;
  outline: none;
  border-radius: 0px; }

.clearfix {
  zoom: 1;
  display: block; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

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

header, section {
  padding: 0px 20px; }

.main {
  height: calc(100vh - 120px);
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 60px;
  z-index: 50;
  min-height: 390px; }
  .main.second {
    height: auto; }
  .main.contacts {
    min-height: 600px; }

.footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center; }
  .footer a {
    color: #767676;
    font-size: 13px;
    line-height: 15px;
    text-decoration: none; }
    .footer a + a {
      margin-left: 30px; }
    .footer a:hover {
      color: #4285F4; }

.autocomplete-suggestions {
  margin-top: 5px;
  padding: 7px 0;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 5;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.autocomplete-suggestion {
  height: 34px;
  line-height: 34px;
  position: relative;
  padding: 0 15px;
  margin: 3px 0;
  display: block;
  width: 100%;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer; }

.autocomplete-suggestion b {
  font-weight: bold; }

.autocomplete-suggestion.selected {
  background: #3B99FC;
  color: #fff; }

.search-holder {
  width: 100%;
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto; }
  .search-holder .search-form {
    position: relative; }
    .search-holder .search-form input[type="text"] {
      width: 100%;
      height: 50px;
      padding: 0px 15px;
      font-size: 16px;
      color: #000;
      border-radius: 4px;
      border: 1px solid #D7D7D7; }
      .search-holder .search-form input[type="text"]:focus {
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2); }
  .search-holder .search-small-text {
    font-size: 11px;
    color: #c9c9d0;
    margin-top: 6px; }

.tabs {
  display: block;
  text-align: center;
  margin-bottom: 12px;
  z-index: 20;
  position: relative; }
  .tabs__item {
    color: #757575;
    font-size: 14px;
    line-height: 16px;
    margin: 0 10px;
    cursor: pointer;
    padding: 3px 10px;
    border-bottom: 3px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block; }
    .tabs__item:hover {
      color: #000000; }
    .tabs__item.active {
      color: #4285F4;
      border-color: #4285F4; }

/*# sourceMappingURL=style.css.map */
