@charset "UTF-8";
html, body, div, span, 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%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.2; }

ol {
  padding-left: 1.4em;
  list-style: decimal; }

ul {
  padding-left: 1.4em;
  list-style: square; }

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

input {
  margin: 0;
  padding: 0; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.navigator .nav {
  background-color: #fff;
  border-bottom: none; }

.row {
  background-color: yellow; }

/* ╨б╨▒╤А╨╛╤Б ╤Б╤В╨╕╨╗╨╡╨╣  ╤Н╨╗╨╡╨╝╨╡╨╜╤В╨░ input=range */
input[type=range] {
  -webkit-appearance: none; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

/* /╨б╨▒╤А╨╛╤Б ╤Б╤В╨╕╨╗╨╡╨╣  ╤Н╨╗╨╡╨╝╨╡╨╜╤В╨░ input=range */
/* ╨Ю╤Д╨╛╤А╨╝╨╗╨╡╨╜╨╕╨╡ ╨┐╨╛╨╗╨╖╤Г╨╜╨║╨░ */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: url(../img/sort-123.svg) no-repeat #fff;
  cursor: pointer;
  margin-top: -5px; }

input[type=range][class=down]::-webkit-slider-thumb {
  background-position: 4px -2px; }

input[type=range][class=none]::-webkit-slider-thumb {
  background-position: 3px -21px; }

input[type=range][class=up]::-webkit-slider-thumb {
  background-position: 4px -40px; }

input[type=range]:focus::-webkit-slider-thumb {
  border-color: green; }

input[type=range]::-moz-range-thumb {
  border: 1px solid #ccc;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: url(../img/sort-123.svg) no-repeat #fff;
  cursor: pointer; }

input[type=range][class=down]::-moz-range-thumb {
  background-position: 4px 0px; }

input[type=range][class=none]::-moz-range-thumb {
  background-position: 4px -20px; }

input[type=range][class=up]::-moz-range-thumb {
  background-position: 4px -40px; }

input[type=range]:focus::-moz-range-thumb {
  border-color: green; }

input[type=range]::-ms-thumb {
  border: 1px solid #ccc;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: url(../img/sort-123.svg) no-repeat #fff;
  cursor: pointer; }

input[type=range][class=down]::-ms-thumb {
  background-position: 4px 0px; }

input[type=range][class=none]::-ms-thumb {
  background-position: 4px -20px; }

input[type=range][class=up]::-ms-thumb {
  background-position: 4px -40px; }

input[type=range]:focus::-ms-thumb {
  border-color: green; }

/* /╨Ю╤Д╨╛╤А╨╝╨╗╨╡╨╜╨╕╨╡ ╨┐╨╛╨╗╨╖╤Г╨╜╨║╨░ */
/* ╨Ю╤Д╨╛╤А╨╝╨╗╨╡╨╜╨╕╨╡ ╨┐╨╛╨╗╨╛╤Б╤Л (╨┤╨╛╤А╨╛╨╢╨║╨╕)  */
input[type=range]::-webkit-slider-runnable-track {
  height: 10px;
  cursor: pointer;
  background: #ebebeb;
  border-radius: 5px;
  border: 1px solid #ccc; }

input[type=range]::-moz-range-track {
  height: 10px;
  cursor: pointer;
  background: #ebebeb;
  border-radius: 5px;
  border: 1px solid #ccc; }

input[type=range]::-ms-track {
  height: 10px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #ebebeb;
  border: 1px solid #ccc;
  border-radius: 5px; }

input[type=range]::-ms-fill-upper {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px; }

/* /╨Ю╤Д╨╛╤А╨╝╨╗╨╡╨╜╨╕╨╡ ╨┐╨╛╨╗╨╛╤Б╤Л (╨┤╨╛╤А╨╛╨╢╨║╨╕)  */
/* ╨Ю╤Д╨╛╤А╨╝╨╗╨╡╨╜╨╕╨╡ checkbox */
.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px; }

.checkbox + label {
  cursor: pointer; }

/* ╨Я╤А╤П╤З╨╡╨╝ ╨╛╤А╨╕╨│╨╕╨╜╨░╨╗╤М╨╜╤Л╨╣ ╤З╨╡╨║╨▒╨╛╨║╤Б. */
.checkbox:not(checked) {
  position: absolute;
  opacity: 0; }

.checkbox:not(checked) + label {
  display: inline-block;
  position: relative;
  padding: 10px 0 10px 50px; }

/* ╨Ю╤Д╨╛╤А╨╝╨╗╨╡╨╜╨╕╨╡ ╨┐╨╡╤А╨▓╨╛╨╣ ╤З╨░╤Б╤В╨╕ ╤З╨╡╨║╨▒╨╛╨║╤Б╨░ ╨▓ ╨▓╤Л╨║╨╗╤О╤З╨╡╨╜╨╜╨╛╨╝ ╤Б╨╛╤Б╤В╨╛╤П╨╜╨╕╨╕ (╤Д╨╛╨╜). */
.checkbox:not(checked) + label:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 40px;
  height: 18px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2); }

/* ╨Ю╤Д╨╛╤А╨╝╨╗╨╡╨╜╨╕╨╡ ╨▓╤В╨╛╤А╨╛╨╣ ╤З╨░╤Б╤В╨╕ ╤З╨╡╨║╨▒╨╛╨║╤Б╨░ ╨▓ ╨▓╤Л╨║╨╗╤О╤З╨╡╨╜╨╜╨╛╨╝ ╤Б╨╛╤Б╤В╨╛╤П╨╜╨╕╨╕ (╨┐╨╡╤А╨╡╨║╨╗╤О╤З╨░╤В╨╡╨╗╤М). */
.checkbox:not(checked) + label:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s;
          transition: all 0.2s; }

/* ╨Ь╨╡╨╜╤П╨╡╨╝ ╤Д╨╛╨╜ ╤З╨╡╨║╨▒╨╛╨║╤Б╨░, ╨║╨╛╨│╨┤╨░ ╨╛╨╜ ╨▓╨║╨╗╤О╤З╨╡╨╜. */
.checkbox:checked + label:before {
  background: #9FD468; }

/* ╨б╨┤╨▓╨╕╨│╨░╨╡╨╝ ╨┐╨╡╤А╨╡╨║╨╗╤О╤З╨░╤В╨╡╨╗╤М ╤З╨╡╨║╨▒╨╛╨║╤Б╨░, ╨║╨╛╨│╨┤╨░ ╨╛╨╜ ╨▓╨║╨╗╤О╤З╨╡╨╜. */
.checkbox:checked + label:after {
  left: 22px; }

body {
  max-width: 900px;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box; }

.notification {
  padding: 10px 10px;
  background-color: #fff;
  color: #000; }
  .notification span.wifi {
    margin-right: 3px;
    width: 20px;
    height: 15px;
    display: inline-block;
    background: url(../img/wifi-symbol.svg) 0px 0px no-repeat;
    cursor: pointer; }
  .notification span.tools {
    width: 20px;
    height: 20px;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.5s;
            transition: transform 0.5s;
    background: url(../img/settings-work-tool.svg) 0px 0px no-repeat;
    float: right;
    cursor: pointer; }

.settings {
  background-color: #fff;
  color: #000;
  display: none;
  padding: 10px; }
  .settings p {
    margin-bottom: 5px; }
  .settings input[type="range"] {
    width: 100%;
    margin: 3px 0 10px 0; }

.content {
  margin: 0 9px 40px 9px; }

.navigator {
  list-style: none;
  padding: 0;
  border: 1px solid #ccc;
  border-bottom: none; }
  .navigator li {
    box-sizing: border-box;
    float: left;
    padding: 13px 0 10px 0;
    width: 33.33333333%;
    display: block;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #ebebeb;
    cursor: pointer; }
    .navigator li:last-child {
      border-right: none;
      float: right; }
    .navigator li span {
      width: 31px;
      height: 35px;
      display: inline-block; }
      .navigator li span.one {
        background: url(../img/one-page-3.svg) 0px 0px no-repeat; }
      .navigator li span.two {
        background: url(../img/two-page-3.svg) 0px 0px no-repeat; }
      .navigator li span.tree {
        background: url(../img/tree-page-3.svg) 0px 0px no-repeat; }

.page {
  display: none; }

.main {
  border: 1px solid #ccc;
  border-top: none;
  padding-top: 10px;
  margin-bottom: 30px; }

.display {
  margin-bottom: 10px;
  list-style: none;
  padding: 0; }
  .display li {
    box-sizing: border-box;
    float: left;
    padding: 5px 0;
    width: 33.33333333%;
    text-align: center;
    border-right: 1px solid #ccc; }
    .display li:last-child {
      border-right: none; }
    .display li span.shop {
      padding-left: 21px;
      margin: 0 auto;
      width: 19px;
      height: 18px;
      display: block;
      background: url(../img/shopping-cart.svg) no-repeat; }
    .display li span.money {
      padding-left: 23px;
      margin : 0 auto;
      width: 18px;
      height: 18px;
      display: block;
      background: url(../img/money.svg) no-repeat; }
    .display li span.file {
      cursor: pointer;
      margin: 0 auto;
      width: 20px;
      height: 20px;
      display: block;
      background: url(../img/edit-document.svg) 0 0 no-repeat; }

.main textarea {
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  height: 250px;
  border: none;
  border-top: 1px solid #ccc;
  padding: 10px; }

table {
  width: 100%; }
  table tr {
    border-top: 1px solid #ccc;
    cursor: pointer; }
  table td {
    padding: 10px; }
    table td:first-child {
      width: 80%; }
    table td:last-child {
      width: 20%;
      text-align: right; }

.footer .note {
  cursor: pointer; }
  .footer .note p {
    margin-bottom: 15px; }
.footer textarea {
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  height: 250px;
  border: 1px solid #ccc;
  padding: 10px; }

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