@font-face {
  font-family: "ProximaNovaRegular";
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot");
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.woff") format("woff"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "ProximaNovaBold";
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot");
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "ProximaNovaBlack";
  src: url("../fonts/ProximaNovaBlack/ProximaNovaBlack.eot");
  src: url("../fonts/ProximaNovaBlack/ProximaNovaBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.woff") format("woff"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
* {
  margin: 0px;
  padding: 0px;
  font-family: 'Arsenal', sans-serif; }

::selection {
  background: rgba(212, 85, 0, 0.5); }

::-moz-selection {
  background: rgba(212, 85, 0, 0.5); }

a {
  text-decoration: none;
  color: #2B303B;
  cursor: pointer; }

table {
  border-spacing: 0px;
  border: none; }

small {
  font-size: 70%;
  color: rgba(43, 48, 59, 0.6);
  display: inline-block; }

.demo {
  display: flex; }
  .demo .demo-column {
    flex: 1;
    padding: 20px; }
  .demo .demoname {
    display: block;
    padding: 4px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    margin: 10px 0px; }

.link {
  text-decoration: none;
  color: #2B303B;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0px;
  padding: 0px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s; }
  .link span {
    vertical-align: middle;
    display: inline-block; }
  .link.ico-l span {
    margin-right: 10px;
    margin-left: 0px; }
  .link.ico-r span {
    margin-left: 10px;
    margin-right: 0px; }
  .link:after {
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    margin: -2px auto;
    position: relative;
    background-color: #D45500;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s; }

.links_block > a {
  display: block; }

.link:hover {
  color: #D45500;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s; }
  .link:hover small, .link:hover p, .link:hover span {
    color: #D45500; }
  .link:hover:after {
    width: 100%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }

a:active {
  color: #D45500;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s; }
  a:active p, a:active span {
    color: #D45500; }

.simple-link {
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid #727985;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }

.simple-link:hover {
  border-color: #D45500;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s; }

.num {
  line-height: 1;
  background-color: #fff;
  display: inline-block;
  background-color: #D5DDDF;
  margin: 0px;
  padding: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }
  .num i {
    color: #fff;
    display: inline-block;
    padding: 10px 0px;
    width: 32px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s; }
  .num i:hover {
    color: #D45500;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }
  .num i:last-child:hover {
    color: #689F38;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }
  .num p {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    width: 36px;
    height: 32px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    overflow: hidden; }
    .num p span {
      margin-top: 7px;
      font-size: 16px;
      display: block;
      position: relative;
      font-weight: bold;
      color: #151618; }

.selmini {
  display: inline-block;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }
  .selmini p {
    padding: 6px 40px;
    background-color: #D5DDDF;
    color: #2B303B;
    cursor: pointer;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
  .selmini > div {
    position: absolute;
    z-index: 0;
    background-color: #fff;
    border: 2px solid #D5DDDF;
    border-top: 0px;
    display: none;
    max-height: 360px;
    overflow: auto; }
    .selmini > div span {
      display: block;
      padding: 10px;
      text-align: center;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      cursor: pointer;
      transition: 0.5s;
      font-size: 80%;
      color: #2B303B; }
    .selmini > div span:hover {
      background-color: #D5DDDF;
      transition: 0.2s; }
    .selmini > div span:last-child {
      border: none; }

input[type=text], input[type=password] {
  outline: none;
  border: none;
  background: none;
  border-bottom: 2px solid #D5DDDF;
  padding: 7px 0px;
  font-size: 100%;
  margin: 10px 0px;
  color: #2B303B;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; }
  input[type=text].full, input[type=password].full {
    display: block;
    width: 100%; }
  input[type=text].empty, input[type=password].empty {
    border: 0px;
    padding: 0px;
    margin: 0px; }
  input[type=text].mini, input[type=password].mini {
    width: 48px;
    text-align: center; }
  input[type=text].center, input[type=password].center {
    text-align: center; }

input[type=text]:focus, input[type=password]:focus {
  border-color: #D45500;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s; }

.inputs_full input[type=text], .inputs_full input[type=password], .inputs_full textarea {
  display: block;
  width: 100%; }

.inputdesc {
  position: absolute;
  font-size: 12px;
  margin-top: -10px;
  color: rgba(43, 48, 59, 0.7);
  animation-name: inputdesc;
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out; }

textarea {
  border: none;
  outline: none;
  padding: 10px;
  resize: none;
  border: 2px solid #D5DDDF;
  margin: 20px 0px;
  font-size: 100%;
  background: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s; }

textarea:focus {
  border-color: #D45500;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s; }

.def_table {
  width: 100%; }
  .def_table .borl {
    border-left: 1px solid rgba(0, 0, 0, 0.05); }
  .def_table.rnd {
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .def_table thead tr {
    background-color: #2B303B;
    color: #D5DDDF; }
    .def_table thead tr td {
      padding: 13px 10px; }
      .def_table thead tr td.lite {
        background-color: #D5DDDF; }
  .def_table tbody tr {
    background-color: #fff;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s; }
    .def_table tbody tr td {
      padding: 10px;
      font-size: 90%; }
  .def_table tbody tr:nth-child(even) {
    background-color: rgba(238, 239, 239, 0.2); }
  .def_table tbody tr:hover {
    background-color: rgba(212, 85, 0, 0.1);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }
  .def_table tfoot tr {
    background-color: #D5DDDF; }
    .def_table tfoot tr td {
      padding: 10px;
      font-weight: bold;
      font-size: 80%;
      color: #151618; }
  .def_table .empty tr {
    background: none; }
    .def_table .empty tr td {
      color: #727985;
      font-size: 80%; }

.onof {
  width: 50px;
  height: 8px;
  background-color: #D5DDDF;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  border-radius: 22px;
  cursor: pointer;
  display: inline-block;
  margin-top: 8px; }
  .onof::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }
  .onof.st1 {
    background-color: #689F38; }
    .onof.st1::before {
      background-color: #689F38; }
  .onof.st0 {
    background-color: #D5DDDF; }
    .onof.st0::before {
      background-color: #D5DDDF;
      margin-left: 26px; }

.onof:hover::before {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.check {
  display: block;
  padding: 10px 0px;
  color: #2B303B;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }
  .check small {
    display: block;
    font-size: 70%;
    color: #566076; }
  .check .bt {
    padding: 2px;
    display: inline-block;
    border: 4px solid #D5DDDF;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    .check .bt span {
      display: none;
      display: block;
      width: 8px;
      height: 8px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s; }
  .check .st1 {
    animation-name: check;
    animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    border-color: #689F38; }
    .check .st1 span {
      background-color: #689F38;
      display: block; }

.checkbox {
  cursor: pointer;
  display: block;
  padding: 10px 0px;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }
  .checkbox small {
    display: block;
    font-size: 70%;
    color: #566076; }
  .checkbox .bt {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    border: 4px solid #D5DDDF; }
    .checkbox .bt i {
      display: block;
      position: absolute;
      background-color: #D5DDDF;
      transition: 0.5s; }
    .checkbox .bt i:nth-child(1) {
      width: 4px;
      height: 16px;
      margin-left: -4px;
      margin-top: -4px; }
    .checkbox .bt i:nth-child(2) {
      width: 16px;
      height: 4px;
      margin-left: 0px;
      margin-top: -4px; }
    .checkbox .bt i:nth-child(3) {
      width: 16px;
      height: 4px;
      margin-top: 12px;
      margin-left: -4px; }
    .checkbox .bt i:nth-child(4) {
      width: 4px;
      height: 16px;
      margin-left: 12px;
      margin-top: 0px; }
  .checkbox .st1 {
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 8px rgba(213, 221, 223, 0.5) ;
    -moz-box-shadow: 0px 0px 8px rgba(213, 221, 223, 0.5) ;
    box-shadow: 0px 0px 8px rgba(213, 221, 223, 0.5) ; }
    .checkbox .st1 i:nth-child(1) {
      transform: rotate(45deg);
      margin-left: 12px;
      margin-top: -4px; }
    .checkbox .st1 i:nth-child(2) {
      display: none; }
    .checkbox .st1 i:nth-child(3) {
      display: none; }
    .checkbox .st1 i:nth-child(4) {
      transform: rotate(-45deg);
      margin-left: 4px;
      height: 12px;
      margin-top: 0px; }
    .checkbox .st1 i {
      background-color: #689F38; }

.checkbox:hover .st0 i {
  background-color: #689F38;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s; }

.hidden {
  display: none !important; }

input[type=checkbox] {
  display: none; }

.checks {
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  color: #2B303B;
  margin: 10px 0px;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }
  .checks span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 3px solid #D5DDDF;
    vertical-align: bottom;
    margin-right: 10px; }
  .checks.st1 {
    color: #689F38;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }
    .checks.st1 span {
      border-color: rgba(104, 159, 56, 0.4);
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s; }
    .checks.st1 ::before {
      animation-name: check1;
      animation-duration: .3s;
      animation-timing-function: ease-in-out;
      content: '';
      display: block;
      position: absolute;
      width: 3px;
      height: 22px;
      background-color: #689F38;
      margin-top: -8px;
      margin-left: 14px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .checks.st1 :after {
      animation-name: check1_1;
      animation-duration: .4s;
      animation-timing-function: ease-in-out;
      content: '';
      display: block;
      position: absolute;
      width: 3px;
      height: 10px;
      background-color: #689F38;
      margin-top: 4px;
      margin-left: 3px;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }

.radio_group p {
  vertical-align: middle;
  cursor: pointer;
  margin: 10px 0px; }
  .radio_group p span {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
    border: 4px solid #D5DDDF;
    background-color: #fff;
    vertical-align: middle;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }
  .radio_group p.st1 span {
    border-color: #D45500;
    animation-name: radio_buttons;
    animation-duration: .4s;
    animation-timing-function: ease-in-out; }
    .radio_group p.st1 span::before {
      content: '';
      display: block;
      position: absolute;
      width: 8px;
      height: 8px;
      background-color: #D45500;
      margin-left: 2px;
      margin-top: 2px;
      -webkit-transition: 1s;
      -moz-transition: 1s;
      -ms-transition: 1s;
      -o-transition: 1s;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
  .radio_group p small {
    display: block; }
.radio_group .st0:hover span {
  background-color: #D5DDDF; }

.select {
  border: 2px solid #D5DDDF;
  margin: 20px 0px;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  .select > p {
    display: flex;
    align-items: center; }
    .select > p strong {
      flex: 1;
      padding: 0px 10px;
      color: #2B303B; }
    .select > p span {
      flex: 0 0 24px;
      text-align: center;
      display: block;
      background-color: #D5DDDF;
      padding: 6px 10px;
      font-size: 24px;
      color: #fff; }
    .select > p .icon-keyboard_arrow_up {
      display: none; }
  .select > ul {
    position: absolute;
    z-index: 2;
    margin: 0px;
    padding: 0px;
    list-style: none;
    background-color: #D5DDDF;
    margin-left: -2px;
    overflow: auto;
    max-height: 360px;
    max-width: 120px;
    display: none;
    animation-name: select;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out; }
    .select > ul li {
      padding: 8px 20px 8px 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      font-size: 90%;
      color: #2B303B;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s; }
      .select > ul li a {
        color: #2B303B;
        text-decoration: none;
        border-bottom: 1px solid #2B303B; }
    .select > ul li:hover {
      background-color: #689F38;
      color: #fff;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s; }
      .select > ul li:hover a {
        color: #fff;
        border-color: #fff; }
    .select > ul li:last-child {
      border: none; }
    .select > ul .selected {
      background-color: #689F38;
      color: #fff; }
      .select > ul .selected a {
        color: #fff;
        border-color: #fff; }

.select:hover > ul {
  display: block;
  opacity: 1; }
.select:hover > p .icon-keyboard_arrow_up {
  display: block; }
.select:hover > p .icon-keyboard_arrow_down {
  display: none; }

.tooltype {
  position: absolute;
  max-width: 220px;
  max-height: 360px;
  overflow: hidden;
  padding-top: 6px;
  z-index: 100;
  text-align: center; }
  .tooltype::before {
    content: '';
    position: relative;
    display: block;
    background-color: #2B303B !important;
    width: 8px;
    height: 8px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .tooltype > div {
    line-height: 1.6;
    background-color: #2B303B !important;
    color: #fff;
    padding: 4px 8px;
    font-size: 12px;
    position: relative;
    margin-top: -4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }

.info {
  padding: 10px;
  background-color: #D5DDDF;
  font-size: 90%;
  color: #2B303B;
  margin: 20px 0px; }
  .info.success {
    background-color: #689F38;
    color: #fff; }
  .info.black {
    background-color: #2B303B;
    color: #fff; }
  .info.wait {
    background-color: #FFCC00;
    color: #151618; }
  .info.akcent {
    background-color: #D45500;
    color: #fff; }
  .info.error {
    background-color: #BF360C;
    color: #fff; }
  .info.lite {
    background-color: #EEEFEF;
    color: #2B303B; }

.quote {
  padding: 10px 10px 10px 14px;
  border-left: 4px solid #D5DDDF;
  margin: 20px 0px;
  font-size: 90%;
  color: #2B303B; }
  .quote.success {
    border-color: #689F38;
    color: #689F38; }
  .quote.black {
    border-color: #2B303B;
    color: #2B303B; }
  .quote.wait {
    border-color: #FFCC00;
    color: #FFCC00; }
  .quote.akcent {
    border-color: #D45500;
    color: #D45500; }
  .quote.error {
    border-color: #BF360C;
    color: #BF360C; }

button, input[type=submit] {
  border: none;
  outline: none;
  padding: 10px 15px;
  margin: 10px;
  background-color: #D5DDDF;
  color: #2B303B;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s; }
  button.success, input[type=submit].success {
    background-color: #689F38;
    color: #fff; }
  button.black, input[type=submit].black {
    background-color: #2B303B;
    color: #fff; }
  button.wait, input[type=submit].wait {
    background-color: #FFCC00;
    color: #151618; }
  button.akcent, input[type=submit].akcent {
    background-color: #D45500;
    color: #fff; }
  button.error, input[type=submit].error {
    background-color: #BF360C;
    color: #fff; }
  button.mini, input[type=submit].mini {
    padding: 6px 10px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase; }

button span {
  vertical-align: middle;
  display: inline-block; }
button .icon-arrow_back {
  margin-right: 10px; }
button .icon-arrow_forward {
  margin-left: 10px; }
button.icon_left span {
  margin-right: 10px; }
button.icon_right span {
  margin-left: 10px; }

button:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  margin-top: -100px;
  margin-left: -15px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s; }

button:hover {
  border-color: rgba(0, 0, 0, 0.3); }
  button:hover:after {
    margin-top: -47px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }
  button:hover.mini:after {
    margin-top: -33px;
    margin-left: -10px; }

button:active:after {
  margin-top: -47px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s; }

input[type=submit]:hover {
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s; }

input[type=submit]:active {
  background-color: #151618;
  color: #D5DDDF;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s; }

.flat-button {
  background-color: #D5DDDF;
  display: inline-block;
  color: #2B303B;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 18px;
  text-decoration: none;
  outline: none;
  border: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .flat-button.akcent {
    background-color: #D45500;
    color: #fff; }
  .flat-button.error {
    background-color: #D45500;
    color: #fff; }
  .flat-button.success {
    background-color: #D45500;
    color: #fff; }
  .flat-button.wait {
    background-color: #D45500;
    color: #fff; }
  .flat-button::before {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    margin-top: -100px;
    margin-left: -20px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }

.flat-button:hover::before {
  margin-top: -45px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s; }

.flat-button:active::before {
  margin-top: -45px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s; }

.message {
  position: fixed;
  right: 20px;
  bottom: 0px;
  z-index: 2;
  width: 360px;
  text-align: left; }

.splash {
  position: fixed;
  z-index: 3;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 48, 59, 0.5);
  display: none; }
  .splash .splash-center {
    display: flex;
    align-items: center;
    height: 100%;
    animation-name: drop;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    opacity: 1; }
    .splash .splash-center .message-box {
      margin: 0px auto;
      opacity: 1; }

.message-box {
  background-color: #fff;
  width: 360px;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) ; }
  .message-box.big {
    width: 860px; }
  .message-box .head {
    display: flex;
    align-items: center;
    background-color: #D45500;
    color: #fff; }
    .message-box .head .title {
      padding: 0px 10px;
      flex: 1; }
      .message-box .head .title small {
        color: #fff; }
    .message-box .head .icon-close {
      flex: 0 0 38px;
      cursor: pointer;
      padding: 10px 0px;
      text-align: center;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s; }
    .message-box .head .icon-close:hover {
      background-color: rgba(0, 0, 0, 0.1);
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s; }
  .message-box.success .head {
    background-color: #689F38; }
  .message-box.akcent .head {
    background-color: #D45500; }
  .message-box.black .head {
    background-color: #2B303B; }
  .message-box .content {
    padding: 10px;
    font-size: 90%;
    overflow: auto;
    font-size: 16px;
    max-height: 600px; }
  .message-box.visible {
    margin-left: 360px;
    opacity: 0; }

.buttons {
  display: inline-block;
  margin: 10px;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }
  .buttons > span {
    padding: 10px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s; }
  .buttons.st1 {
    animation-name: buttons;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }
    .buttons.st1 > span {
      background-color: #689F38;
      color: #fff; }
    .buttons.st1 .wait {
      background-color: #FFCC00; }
    .buttons.st1 .akcent {
      background-color: #D45500; }
    .buttons.st1 .error {
      background-color: #BF360C; }
    .buttons.st1 .black {
      background-color: #2B303B; }
  .buttons.st0 {
    animation-name: buttons-back;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out; }
    .buttons.st0 > span {
      background-color: rgba(213, 221, 223, 0.6);
      color: rgba(43, 48, 59, 0.4); }
    .buttons.st0 > span:hover {
      background-color: #D5DDDF;
      color: #2B303B;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s; }

.mini_list a {
  color: #D5DDDF;
  display: block;
  font-size: 120%;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s; }
  .mini_list a span {
    margin-right: 10px;
    vertical-align: baseline;
    font-size: 90%; }
  .mini_list a.selected {
    color: #D45500; }
.mini_list a:hover {
  color: #D45500; }
  .mini_list a:hover span {
    margin-left: 5px; }

.columns {
  display: flex;
  flex-direction: row; }
  .columns > div {
    flex: 1; }
  .columns.columns-center {
    align-items: center; }
  .columns.clm48 > div {
    flex: 0 0 48px; }
  .columns.clm_center {
    justify-content: center; }
  .columns.clm_right {
    align-items: flex-end; }
  .columns.right {
    justify-content: flex-end; }

.seperate {
  display: block;
  line-height: 1;
  width: 100%;
  height: 1px;
  margin: 20px 0px;
  background-color: rgba(0, 0, 0, 0.1); }
  .seperate.lite {
    background-color: rgba(255, 255, 255, 0.1); }
  .seperate.v {
    width: 1px;
    height: 100%;
    min-height: 18px;
    display: inline-block; }

.graph {
  display: block;
  background-color: #2B303B;
  line-height: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; }
  .graph .download {
    position: absolute;
    display: block;
    padding: 8px;
    font-size: 70%;
    margin-top: -30px;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    font-weight: bold;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }
    .graph .download span {
      margin-right: 6px;
      display: inline-block;
      vertical-align: top; }
  .graph .download:hover {
    color: #689F38;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s; }
  .graph .categories, .graph .series {
    display: none; }

.dial {
  display: inline-block;
  text-align: left;
  border-radius: 100%;
  border-color: rgba(0, 0, 0, 0.1);
  color: #689F38; }
  .dial p {
    text-align: center;
    font-weight: bold;
    color: #689F38;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1; }
  .dial canvas {
    position: absolute; }
  .dial.white p {
    color: #fff;
    -webkit-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2) ;
    -moz-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2) ;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2) ; }

.dial.error {
  color: #BF360C; }
  .dial.error p {
    color: #BF360C; }
.dial.success {
  color: #689F38;
  border-color: #bf360c; }
  .dial.success p {
    color: #689F38; }

.pagesel {
  display: block;
  text-align: center;
  margin: 10px 0px;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }
  .pagesel div {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    width: 252px;
    vertical-align: middle; }
  .pagesel p {
    display: inline-block;
    vertical-align: middle;
    color: rgba(43, 48, 59, 0.5);
    width: 36px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s; }
  .pagesel p:hover {
    color: #D45500;
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s; }
  .pagesel a {
    display: inline-block;
    padding: 10px 0px;
    width: 36px;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s; }
  .pagesel a:hover {
    color: #D45500;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s; }
  .pagesel .selected {
    color: #D45500;
    font-weight: bold; }

.scroll {
  max-height: 1200px;
  overflow: hidden;
  margin: 0; }
  .scroll .scroll-bar {
    position: absolute;
    width: 4px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: 0.4s; }
    .scroll .scroll-bar span {
      position: absolute;
      width: 4px;
      height: 4px;
      border-radius: 4px;
      background-color: #689f38;
      -webkit-user-select: none; }

.scroll:hover .scroll-bar {
  opacity: 1; }

.procent {
  display: block;
  width: 100%;
  padding: 0px;
  margin: 10px 0px;
  line-height: 1;
  padding-bottom: 2px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; }
  .procent span {
    content: '';
    display: inline-block;
    position: relative;
    background-color: #689F38;
    height: 2px;
    width: 0%;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
  .procent:after {
    content: '';
    display: inline-block;
    position: relative;
    background-color: #689F38;
    width: 12px;
    height: 12px;
    margin-left: -1px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s; }
  .procent.error:after, .procent.error span {
    background-color: #BF360C; }
  .procent.wait:after, .procent.wait span {
    background-color: #FFCC00; }

.procent:hover:after {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4); }

.status span {
  display: inline-block;
  margin-right: 10px; }
.status.st0 {
  color: #FFCC00; }
.status.st1 {
  color: #689F38; }
.status.st2 {
  color: #BF360C; }
.status.st3 {
  color: #BF360C; }
.status.st4 {
  color: #BF360C; }

.totop {
  display: block;
  position: fixed;
  padding: 6px 0px;
  text-align: center;
  width: 40px;
  font-size: 26px;
  background-color: #D45500;
  right: 20px;
  bottom: 20px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: 6px solid rgba(255, 255, 255, 0.5);
  animation-name: totop;
  animation-duration: 1.8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  display: none;
  z-index: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s; }

.totop:hover {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s; }

.rows {
  display: flex;
  margin: 10px 0px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #D5DDDF; }
  .rows span {
    margin-left: 10px;
    text-align: right;
    flex: 1; }
  .rows strong {
    font-size: 90%;
    color: #727985;
    font-weight: 200; }
  .rows.mini {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.list {
  list-style: url(../pic/round.svg); }
  .list li {
    color: #2B303B;
    padding: 4px 10px; }

.hidelist {
  list-style: url(../pic/round.svg); }
  .hidelist li {
    color: #2B303B;
    padding: 4px 10px; }
  .hidelist .show-hide {
    list-style: none;
    padding: 10px 10px;
    text-align: right; }
    .hidelist .show-hide p {
      background-color: #D45500;
      font-size: 80%;
      display: inline-block;
      padding: 4px 10px;
      color: #fff;
      cursor: pointer;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s; }
      .hidelist .show-hide p span {
        vertical-align: middle; }
    .hidelist .show-hide p:hover {
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s; }

.advance {
  display: inline-block; }
  .advance.success > p > span {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-color: #689F38;
    color: #fff; }
  .advance p {
    display: inline-block;
    margin: 10px;
    cursor: pointer;
    line-height: 1;
    vertical-align: middle; }
    .advance p > span {
      background-color: #D5DDDF;
      padding: 10px;
      font-size: 18px;
      position: relative;
      z-index: 1;
      display: block;
      filter: alpha(opactiy=50);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s; }
    .advance p:hover > span {
      filter: alpha(opactiy=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
  .advance .items {
    display: none;
    position: absolute;
    z-index: 11;
    border: 1px solid #D5DDDF; }
    .advance .items > div {
      background-color: #fff;
      text-align: left;
      position: relative;
      margin-top: -12px; }
      .advance .items > div > a {
        display: block;
        padding: 6px 16px;
        border-bottom: 1px solid rgba(213, 221, 223, 0.5);
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s; }
        .advance .items > div > a.st1 {
          background-color: #689F38;
          color: #fff; }
          .advance .items > div > a.st1:hover {
            background-color: #689F38; }
        .advance .items > div > a:hover {
          background-color: rgba(213, 221, 223, 0.5); }
        .advance .items > div > a:last-child {
          border-bottom: 0px; }
    .advance .items:before {
      content: '';
      position: relative;
      margin: -4px auto;
      display: block;
      width: 14px;
      height: 14px;
      background-color: #fff;
      border: 1px solid #D5DDDF;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.big-select-list > div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .big-select-list > div:last-child {
    border: none; }
  .big-select-list > div > a {
    display: block;
    cursor: pointer;
    flex: 1;
    padding: 10px; }
    .big-select-list > div > a span {
      display: block;
      position: relative;
      float: right;
      margin-top: 4px; }
  .big-select-list > div > div {
    display: none; }
    .big-select-list > div > div a {
      display: block;
      padding: 10px; }
      .big-select-list > div > div a:nth-child(odd) {
        background-color: #EEEFEF; }
      .big-select-list > div > div a:hover {
        background-color: #D45500;
        color: #fff;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s; }

.border_lite {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .border_lite td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.drop_list {
  border: 1px solid #2B303B;
  background-color: inherit;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  .drop_list > p {
    padding: 10px;
    cursor: pointer; }
    .drop_list > p:after {
      content: "\e5c5";
      display: block;
      float: right;
      font-family: 'icomoon' !important; }
  .drop_list > div {
    position: absolute;
    background-color: #2B303B;
    margin-left: -1px;
    display: none;
    max-height: 440px;
    overflow: auto;
    z-index: 10; }
    .drop_list > div a {
      display: block;
      color: inherit;
      padding: 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s; }
      .drop_list > div a:last-child {
        border: none; }
      .drop_list > div a span {
        font-size: 90%;
        padding-right: 10px;
        display: inline-block; }
      .drop_list > div a:hover {
        color: #2B303B;
        background-color: #689F38; }

@keyframes select {
  0% {
    opacity: 0.5;
    margin-top: -20px; }
  100% {
    opacity: 1;
    margin-top: 0px; } }
@keyframes check {
  0% {
    border-left-color: #D5DDDF;
    border-top-color: #689F38;
    border-right-color: #D5DDDF;
    border-bottom-color: #D5DDDF; }
  25% {
    border-left-color: #D5DDDF;
    border-top-color: #689F38;
    border-right-color: #689F38;
    border-bottom-color: #D5DDDF; }
  50% {
    border-left-color: #D5DDDF;
    border-top-color: #689F38;
    border-right-color: #689F38;
    border-bottom-color: #689F38; }
  75% {
    border-left-color: #689F38;
    border-top-color: #689F38;
    border-right-color: #689F38;
    border-bottom-color: #689F38;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes radio_buttons {
  0% {
    border-top-color: #D45500;
    border-right-color: #D5DDDF;
    border-bottom-color: #D5DDDF;
    border-left-color: #D5DDDF;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  25% {
    border-top-color: #D45500;
    border-right-color: #D45500;
    border-bottom-color: #D5DDDF;
    border-left-color: #D5DDDF;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  50% {
    border-top-color: #D45500;
    border-right-color: #D45500;
    border-bottom-color: #D45500;
    border-left-color: #D5DDDF;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
  75% {
    border-top-color: #D45500;
    border-right-color: #D45500;
    border-bottom-color: #D45500;
    border-left-color: #D45500;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    border-top-color: #D45500;
    border-right-color: #D45500;
    border-bottom-color: #D45500;
    border-left-color: #D45500;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
@keyframes drop {
  0% {
    opacity: 0;
    margin-top: 100px; }
  100% {
    margin-top: 0px;
    opacity: 1; } }
@keyframes buttons {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes buttons-back {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes inputdesc {
  0% {
    margin-top: 0px; }
  50% {
    margin-top: -10px;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes totop {
  0% {
    border-color: transparent; }
  50% {
    border-color: rgba(255, 255, 255, 0.9); }
  100% {
    border-color: transparent; } }
@keyframes check1 {
  0% {
    margin-top: -18px;
    margin-left: 24px; }
  50% {
    margin-top: -8px;
    margin-left: 14px; } }
@keyframes check1_1 {
  0% {
    width: 0px;
    height: 0px; }
  50% {
    width: 0px;
    height: 0px; } }
.pad2 {
  padding: 2px; }

.pad10 {
  padding: 10px; }

.pad10b {
  padding-bottom: 10px; }

.pad20r {
  padding-right: 20px; }

.pad20 {
  padding: 20px; }

.pad20t {
  padding-top: 20px; }

.pad20lr {
  padding-left: 20px;
  padding-right: 20px; }

.pad20tb {
  padding-top: 20px;
  padding-bottom: 20px; }

.pad10tb {
  padding-top: 20px;
  padding-bottom: 20px; }

.pad10lr {
  padding-left: 10px;
  padding-right: 10px; }

.pad10l {
  padding-left: 10px; }

.pad20l {
  padding-left: 10px; }

.td10 td {
  padding: 10px; }

.rnd {
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.nomrgn {
  margin: 0px; }

.blur {
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='6px'); }

.nowrap {
  white-space: nowrap; }

.opacity8 {
  opacity: 0.8; }

.opacity8 {
  opacity: 0.8; }

.opacity4 {
  opacity: 0.4; }

.opacity2 {
  opacity: 0.2; }

.site {
  max-width: 1200px;
  margin: auto; }

.color-row {
  color: #D5DDDF; }

.color-row-dark {
  color: #727985; }

.color-success, .color-accept {
  color: #689F38; }

.color-akcent {
  color: #D45500; }

.color-error {
  color: #BF360C; }

.color-wait {
  color: #FFCC00; }

.color-primary {
  color: #2B303B; }

.small90 {
  font-size: 90%; }

.small80 {
  font-size: 80%; }

.small70 {
  font-size: 70%; }

.small60 {
  font-size: 60%; }

.width64 {
  width: 64px; }

.to_left {
  text-align: left; }

.to_right {
  text-align: right; }

.column {
  display: flex; }
  .column > div {
    flex: 1; }
    .column > div.column_left {
      flex: 0 300px; }
  .column.center {
    align-items: center; }

.to_pages {
  display: inline-block;
  align-items: center;
  margin: 0px auto;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }
  .to_pages p {
    display: inline-block;
    position: relative;
    max-width: 216px;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle; }
    .to_pages p a {
      display: inline-block;
      width: 36px;
      padding: 10px 0px;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -ms-transition: 0.4s;
      -o-transition: 0.4s; }
      .to_pages p a:hover {
        color: #D45500; }
        .to_pages p a:hover:after {
          width: 100%; }
      .to_pages p a.selected {
        color: #D45500;
        font-weight: bold; }
        .to_pages p a.selected:after {
          display: none; }
      .to_pages p a:after {
        content: '';
        display: block;
        width: 0px;
        height: 2px;
        margin: -2px auto;
        position: relative;
        background-color: #D45500;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s; }
  .to_pages span {
    display: inline-block;
    padding: 10px;
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;
    color: #727985;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s; }
    .to_pages span:hover {
      color: #D45500;
      -moz-transform: scale(1.4);
      -ms-transform: scale(1.4);
      -webkit-transform: scale(1.4);
      transform: scale(1.4); }

.loader {
  height: 32px;
  width: 64px;
  display: flex;
  align-items: center;
  overflow: hidden; }
  .loader i {
    display: block;
    float: left;
    background-color: #fff;
    height: 2px;
    width: 8px;
    margin-right: 2px;
    vertical-align: middle;
    animation: delay 0.8s infinite ease-in-out;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s; }
    .loader i:nth-child(1) {
      background-color: #754FA0; }
    .loader i:nth-child(2) {
      background-color: #09b7bf;
      -webkit-animation-delay: -0.7s;
      animation-delay: -0.7s; }
    .loader i:nth-child(3) {
      background-color: #90d36b;
      -webkit-animation-delay: -0.6s;
      animation-delay: -0.6s; }
    .loader i:nth-child(4) {
      background-color: #f2d40d;
      -webkit-animation-delay: -0.5s;
      animation-delay: -0.5s; }
    .loader i:nth-child(5) {
      background-color: #fcb12b;
      -webkit-animation-delay: -0.4s;
      animation-delay: -0.4s; }
    .loader i:nth-child(6) {
      background-color: #ed1b72;
      -webkit-animation-delay: -0.3s;
      animation-delay: -0.3s; }

@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

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