/*@font-face {
	font-family: NeoSansCyr;
	src: url(../fonts/NeoSansCyr-Light.ttf);
}*/
/* line 8, D:/WebServer/Orders/Projects/helper-travel-working/files/css/style.scss */
html, body {
  width: 100%;
  min-width: 980px;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden; }

/* line 15, D:/WebServer/Orders/Projects/helper-travel-working/files/css/style.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #000;
  background: #5e85e7; }

/* line 22, D:/WebServer/Orders/Projects/helper-travel-working/files/css/style.scss */
.table {
  display: table;
  width: 100%;
  height: 100vh; }
  /* line 27, D:/WebServer/Orders/Projects/helper-travel-working/files/css/style.scss */
  .table .td {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

/* line 34, D:/WebServer/Orders/Projects/helper-travel-working/files/css/style.scss */
.logo {
  padding: 0 0 50px 0;
  font-size: 70px;
  font-weight: 900;
  color: #324880; }

/* line 40, D:/WebServer/Orders/Projects/helper-travel-working/files/css/style.scss */
.text {
  position: relative;
  width: 320px;
  margin: 0 auto;
  padding: 0 0 0 180px;
  text-align: left;
  color: #fff;
  font-size: 30px;
  font-weight: 900; }
  /* line 50, D:/WebServer/Orders/Projects/helper-travel-working/files/css/style.scss */
  .text:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top: -3px;
    left: 0;
    background: url(../img/track.svg) 50% 50% no-repeat;
    background-size: cover; }
  /* line 61, D:/WebServer/Orders/Projects/helper-travel-working/files/css/style.scss */
  .text:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 5px;
    left: 140px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    /*-ms-border-radius: $radius;*/
    border-radius: 2px; }

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