@import url(normalize.css);
@import url(font-awesome.min.css);
body {
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  background-color: #D1D5DA; }

.left {
  float: left; }

.right {
  float: right; }
  .right a {
    border: none !important; }
    .right a i {
      margin-left: 7px; }

.inner {
  width: 100%;
  height: 100%; }

.row:after {
  content: "";
  display: block;
  clear: both; }

.top-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 130px; }

.content-area {
  padding-top: 130px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0; }
  .content-area.with-car {
    padding-top: 90px; }

.header {
  height: 90px;
  background-color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box; }
  .header-logo {
    margin-top: 20px;
    height: 50px;
    display: block;
    float: left;
    width: 331px; }
  .header-right {
    float: right; }
  .header-numbers {
    float: left;
    margin-top: 13px;
    width: 160px; }
  .header-info {
    margin-top: 7px;
    float: left;
    margin-left: 20px;
    width: 600px; }
    .header-info span {
      display: block;
      font-size: 12px;
      font-weight: bold;
      line-height: 15px; }
      .header-info span i {
        color: red;
        font-style: normal; }
  .header-times {
    float: left;
    margin-left: 5px;
    margin-top: 10px; }
  .header-time {
    display: block;
    color: #3b5998;
    font-size: 13px;
    margin-top: 3px;
    line-height: 13px; }
  .header-number {
    float: left;
    display: block;
    margin-top: 5px; }
    .header-number:after {
      content: "";
      display: block;
      clear: both; }
    .header-number span {
      float: left;
      line-height: 15px;
      text-align: right;
      display: block;
      width: 115px;
      color: #3b5998;
      font-size: 13px;
      font-weight: 700; }
    .header-number-icon {
      width: 15px;
      height: 15px;
      background-repeat: no-repeat;
      background-size: cover;
      float: left; }
      .header-number-icon.phone {
        background-image: url(../images/phone.svg); }
      .header-number-icon.velcom {
        background-image: url(../images/velcom.svg); }
      .header-number-icon.viber {
        background-image: url(../images/viber.png); }

.navigation {
  height: 40px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  background-color: #3b5998;
  background-image: linear-gradient(#4e69a2, #3b5998 50%); }
  .navigation ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .navigation ul li {
      float: left; }
      .navigation ul li a {
        font-weight: bold;
        border-right: 1px solid #ffffff;
        font-size: 11px;
        text-transform: uppercase;
        display: block;
        color: #fff;
        padding-left: 20px;
        cursor: pointer;
        padding-right: 20px;
        line-height: 40px;
        text-decoration: none; }
        .navigation ul li a i {
          margin-right: 10px; }

.car-aside {
  width: 100% !important; }

.catalog {
  width: 100%;
  height: 100%;
  padding: 5px;
  box-sizing: border-box; }
  .catalog-inner {
    position: relative;
    width: 100%;
    height: 100%; }
  .catalog-aside {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    border-right: 1px solid #000000;
    box-sizing: border-box;
    width: 300px; }
    .catalog-aside-element {
      padding-right: 10px;
      height: 26px;
      line-height: 26px;
      cursor: pointer;
      width: 100%;
      display: block;
      color: #000000;
      box-sizing: border-box;
      border-bottom: 1px solid #e7e7e7; }
      .catalog-aside-element span {
        margin-left: 10px;
        float: left; }
      .catalog-aside-element i {
        float: left;
        line-height: 26px; }
        .catalog-aside-element i:nth-child(2) {
          margin-left: 10px; }
        .catalog-aside-element i.empty {
          width: 6px;
          height: 1px;
          display: block; }
      .catalog-aside-element.active {
        background-color: #3b5998;
        background-image: linear-gradient(#4e69a2, #3b5998 50%); }
        .catalog-aside-element.active i {
          transform: rotate(180deg);
          color: #ffffff; }
        .catalog-aside-element.active span {
          color: #ffffff; }
      .catalog-aside-element:hover {
        background-color: #3b5998;
        background-image: linear-gradient(#4e69a2, #3b5998 50%);
        color: #FFFFFF; }
    .catalog-aside ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .catalog-aside ul li {
        width: 100%; }
    .catalog-aside > ul > li > .catalog-aside-element {
      padding-left: 8px;
      font-weight: 700; }
    .catalog-aside > ul > li > ul > li > .catalog-aside-element {
      padding-left: 26px; }
    .catalog-aside > ul > li > ul > li > ul > li .catalog-aside-element {
      padding-left: 44px; }
  .catalog-content {
    width: 100%;
    height: 100%;
    padding-left: 305px;
    box-sizing: border-box; }
    .catalog-content-inner {
      position: relative;
      width: 100%;
      box-sizing: border-box;
      padding-top: 45px;
      height: 100%; }
  .catalog-top {
    height: 40px;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
    left: 0; }
  .catalog-result {
    padding-top: 5px;
    padding-bottom: 220px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: #fff; }
    .catalog-result-inner {
      width: 100%;
      height: 100%;
      overflow-y: auto;
      position: relative; }
  .catalog-prim {
    width: 100%;
    height: 140px; }
    .catalog-prim-content {
      width: 80%;
      float: left;
      height: 140px;
      overflow-y: auto;
      position: relative;
      box-sizing: border-box; }
    .catalog-prim-logo {
      display: block;
      text-align: center;
      font-weight: bold;
      position: absolute;
      top: 0;
      left: 0;
      height: 20px;
      line-height: 20px;
      padding-left: 10px;
      padding-right: 10px;
      box-sizing: border-box; }
  .catalog-entry {
    height: 140px;
    width: 100%; }
    .catalog-entry:after {
      content: "";
      display: block;
      clear: both; }
    .catalog-entry-img {
      float: left;
      width: 20%;
      border-left: 1px solid #3b5998;
      height: 140px;
      padding-left: 10px;
      padding-right: 10px;
      box-sizing: border-box; }
      .catalog-entry-img img {
        height: 100px;
        max-width: 100%;
        margin: 10px auto;
        display: block; }
    .catalog-entry-info {
      float: left;
      width: 80%;
      height: 140px; }
    .catalog-entry-info-1 {
      height: 140px;
      overflow-y: auto; }
    .catalog-entry-info-2 {
      height: 140px;
      overflow-y: auto; }
  .catalog-bottom {
    height: 180px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .catalog-bottom-content {
      height: 110px;
      width: 100%;
      overflow-y: scroll; }
    .catalog-bottom-nav {
      height: 25px;
      border-top: 1px solid #3b5998;
      border-bottom: 1px solid #3b5998;
      width: 100%;
      background-color: #fff; }
      .catalog-bottom-nav-tab {
        float: left;
        height: 25px;
        min-width: 120px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 25px;
        text-align: center;
        color: #ffffff;
        display: block;
        cursor: pointer;
        background-color: #3b5998;
        background-image: linear-gradient(#4e69a2, #3b5998 50%);
        border-right: 1px solid #ffffff;
        box-sizing: border-box; }
        .catalog-bottom-nav-tab:first-child {
          margin-left: 0; }

.catalog-table {
  width: 100%;
  border-collapse: collapse; }
  .catalog-table th {
    background-color: #3b5998;
    background-image: linear-gradient(#4e69a2, #3b5998 50%);
    padding: 5px;
    color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #ffffff; }
  .catalog-table td {
    background: #ffffff;
    padding: 5px;
    box-sizing: border-box;
    color: #000000;
    border: 1px solid #e7e7e7; }
  .catalog-table tr.active td {
    background: gray none;
    color: #FFFFFF; }
  .catalog-table.select tr {
    cursor: pointer; }
  .catalog-table.select tr:hover td {
    background-color: #3b5998;
    background-image: linear-gradient(#4e69a2, #3b5998 50%);
    color: #FFFFFF; }
  .catalog-table.gray th {
    background-color: gray;
    background-image: none; }

.catalog-search {
  height: 30px;
  background: #fff url(../images/search.png) 3% 50% no-repeat;
  margin-left: 30px;
  position: relative;
  width: 328px;
  padding-left: 38px;
  margin-top: 5px;
  padding-right: 10px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0; }
  .catalog-search input[type=text] {
    height: 26px;
    width: 100%;
    line-height: 24px;
    font-weight: 400;
    font-size: 12px;
    border: none;
    font-family: "Open Sans", sans-serif;
    outline: none; }
  .catalog-search input[type=submit] {
    position: absolute;
    right: 0;
    height: 26px;
    box-sizing: border-box;
    width: 30px;
    border: none;
    outline: none;
    box-shadow: none;
    top: 0;
    background: #e0e0e0 url(../images/b_search.png) 50% 50% no-repeat !important; }

.search-content {
  padding-left: 0; }

.car-select {
  width: 100%;
  position: relative;
  height: 100%;
  box-sizing: border-box; }
  .car-select-top {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    height: 30px;
    position: absolute;
    background-color: #3b5998;
    background-image: linear-gradient(#4e69a2, #3b5998 50%); }
    .car-select-top span {
      display: block;
      float: left;
      font-weight: bold;
      border-right: 1px solid #ffffff;
      font-size: 9px;
      text-transform: uppercase;
      color: #fff;
      padding-left: 20px;
      cursor: pointer;
      padding-right: 20px;
      line-height: 30px;
      text-decoration: none;
      box-sizing: border-box; }
      .car-select-top span:first-child {
        width: 25%; }
      .car-select-top span:nth-child(2) {
        width: 20%; }
      .car-select-top span:nth-child(3), .car-select-top span:nth-child(4), .car-select-top span:nth-child(5), .car-select-top span:nth-child(6) {
        width: 10%; }
  .car-select-content {
    width: 100%;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    padding-top: 30px;
    box-sizing: border-box;
    background-color: #fff;
    height: 100%; }
    .car-select-content-element {
      height: 30px;
      width: 100%;
      cursor: pointer; }
      .car-select-content-element:hover span {
        background-color: #3b5998;
        color: #FFFFFF; }
      .car-select-content-element-inner {
        width: 100%; }
      .car-select-content-element span {
        display: block;
        float: left;
        background: #ffffff;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        color: #000000;
        height: 30px;
        line-height: 30px;
        border: 1px solid #e7e7e7; }
        .car-select-content-element span:first-child {
          width: 25%; }
        .car-select-content-element span:nth-child(2) {
          width: 20%; }
        .car-select-content-element span:nth-child(3), .car-select-content-element span:nth-child(4), .car-select-content-element span:nth-child(5), .car-select-content-element span:nth-child(6) {
          width: 10%; }
        .car-select-content-element span i {
          margin-right: 10px;
          line-height: 16px;
          margin-top: 9px;
          display: inline-block; }
      .car-select-content-element.type1 span:first-child {
        padding-left: 30px; }
      .car-select-content-element.type2 span:first-child {
        padding-left: 40px; }

@keyframes spinner {
  to {
    transform: rotate(360deg); } }
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid #07d;
  border-right: 2px solid transparent;
  animation: spinner .6s linear infinite; }

.spinner-inner {
  width: 100%;
  height: 90%;
  position: relative;
  display: block; }

.table-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  background-color: #fff;
  left: 0; }

.catalog-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5000;
  left: 0;
  background-color: #fff; }
  .catalog-loader .spinner:before {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px; }

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