* {
  margin: 0px;
  padding: 0px;
  font-family: 'Arsenal', sans-serif;
}

body, html {
  background: #fafafa;
  font-size: 14pt;
  line-height: 1.6;
  height: 100%;
  width: 100%;
  min-width: 1280px;
}

::-moz-selection {
  background: rgba(235, 121, 125, 0.5);
}

::selection {
  background: rgba(235, 121, 125, 0.5);
}

::-moz-selection {
  background: rgba(235, 121, 125, 0.5);
}

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

h1 {
  font-size: 180%;
  font-weight: 300;
  color: #727985;
}

h2 {
  font-size: 160%;
  font-weight: 300;
  color: #2F323E;
}

h3 {
  font-size: 160%;
  font-weight: 300;
  color: #EB797D;
}

h4 {
  font-size: 120%;
  color: #2F323E;
}

h5 {
  font-size: 120%;
  font-weight: 300;
  color: #D5DDDF;
}

h5 span, h5 small, h5 p {
  color: #D5DDDF;
  font-size: 90%;
}

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

small {
  font-size: 70%;
  color: rgba(47, 50, 62, 0.6);
  display: inline-block;
}

.demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.demo .demo-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: #2F323E;
  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: #EB797D;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.links_block > a {
  display: block;
}

.link:hover {
  color: #EB797D;
  -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: #EB797D;
}

.link:hover:after {
  width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

a:active {
  color: #EB797D;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

a:active p, a:active span {
  color: #EB797D;
}

.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;
  border-radius: 2px;
}

.simple-link:hover {
  border-color: #EB797D;
  -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;
  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: #EB797D;
  -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;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.num p span {
  margin-top: 7px;
  font-size: 16px;
  display: block;
  position: relative;
  font-weight: bold;
  color: #262A34;
}

.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: #2F323E;
  cursor: pointer;
  position: relative;
  z-index: 1;
  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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 80%;
  color: #2F323E;
}

.selmini > div span:hover {
  background-color: #D5DDDF;
  -webkit-transition: 0.2s;
  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: #2F323E;
  -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: #EB797D;
  -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(47, 50, 62, 0.7);
  -webkit-animation-name: inputdesc;
          animation-name: inputdesc;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-in-out;
          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: #EB797D;
  -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;
  border-radius: 4px;
}

.def_table thead tr {
  background-color: #2F323E;
  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(235, 121, 125, 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: #262A34;
}

.def_table .empty tr {
  background: none;
}

.def_table .empty tr td {
  color: #727985;
  font-size: 80%;
}

.onof {
  width: 50px;
  height: 8px;
  background-color: #D5DDDF;
  border-radius: 22px;
  cursor: pointer;
  display: inline-block;
  margin-top: 8px;
}

.onof::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  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 {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.check {
  display: block;
  padding: 10px 0px;
  color: #2F323E;
  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: #5e647c;
}

.check .bt {
  padding: 2px;
  display: inline-block;
  border: 4px solid #D5DDDF;
  vertical-align: middle;
  margin-right: 10px;
  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 {
  -webkit-animation-name: check;
          animation-name: check;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          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: #5e647c;
}

.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;
  -webkit-transition: 0.5s;
  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) ;
  box-shadow: 0px 0px 8px rgba(213, 221, 223, 0.5) ;
}

.checkbox .st1 i:nth-child(1) {
  -webkit-transform: rotate(45deg);
          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) {
  -webkit-transform: rotate(-45deg);
          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;
}

input[type=checkbox] {
  margin-right: 10px;
}

.checks {
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  color: #2F323E;
  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 {
  -webkit-animation-name: check1;
          animation-name: check1;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
          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);
  transform: rotate(45deg);
}

.checks.st1 :after {
  -webkit-animation-name: check1_1;
          animation-name: check1_1;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-timing-function: ease-in-out;
          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);
  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;
  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: #EB797D;
  -webkit-animation-name: radio_buttons;
          animation-name: radio_buttons;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.radio_group p.st1 span::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #EB797D;
  margin-left: 2px;
  margin-top: 2px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  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;
  border-radius: 2px;
}

.select > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select > p strong {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0px 10px;
  color: #2F323E;
}

.select > p span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          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;
  min-width: 120px;
  display: none;
  -webkit-animation-name: select;
          animation-name: select;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-in-out;
          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: #2F323E;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.select > ul li a {
  color: #2F323E;
  text-decoration: none;
  border-bottom: 1px solid #2F323E;
}

.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: #2F323E !important;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tooltype > div {
  line-height: 1.6;
  background-color: #2F323E !important;
  color: #fff;
  padding: 4px 8px;
  font-size: 70%;
  position: relative;
  margin-top: -4px;
  border-radius: 2px;
}

.info {
  padding: 10px;
  background-color: #D5DDDF;
  font-size: 90%;
  color: #2F323E;
  margin: 20px 0px;
}

.info.success {
  background-color: #689F38;
  color: #fff;
}

.info.black {
  background-color: #2F323E;
  color: #fff;
}

.info.wait {
  background-color: #FFC107;
  color: #262A34;
}

.info.akcent {
  background-color: #EB797D;
  color: #fff;
}

.info.error {
  background-color: #BF360C;
  color: #fff;
}

.info.lite {
  background-color: #EEEFEF;
  color: #2F323E;
}

.quote {
  padding: 10px 10px 10px 14px;
  border-left: 4px solid #D5DDDF;
  margin: 20px 0px;
  font-size: 90%;
  color: #2F323E;
}

.quote.success {
  border-color: #689F38;
  color: #689F38;
}

.quote.black {
  border-color: #2F323E;
  color: #2F323E;
}

.quote.wait {
  border-color: #FFC107;
  color: #FFC107;
}

.quote.akcent {
  border-color: #EB797D;
  color: #EB797D;
}

.quote.error {
  border-color: #BF360C;
  color: #BF360C;
}

button, input[type=submit] {
  border: none;
  outline: none;
  padding: 10px 15px;
  margin: 10px;
  background-color: #D5DDDF;
  color: #2F323E;
  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;
  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: #2F323E;
  color: #fff;
}

button.wait, input[type=submit].wait {
  background-color: #FFC107;
  color: #262A34;
}

button.akcent, input[type=submit].akcent {
  background-color: #EB797D;
  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: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);
  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: #262A34;
  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: #2F323E;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 18px;
  text-decoration: none;
  outline: none;
  border: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.flat-button.akcent {
  background-color: #EB797D;
  color: #fff;
}

.flat-button.error {
  background-color: #BF360C;
  color: #fff;
}

.flat-button.success {
  background-color: #EB797D;
  color: #fff;
}

.flat-button.wait {
  background-color: #FFC107;
  color: #2F323E;
}

.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 > i {
  margin-right: 10px;
}

.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;
  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: 20px;
  z-index: 2;
  width: 360px;
}

.splash {
  position: fixed;
  z-index: 3;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 50, 62, 0.5);
  display: none;
}

.splash .splash-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-animation-name: drop;
          animation-name: drop;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
          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-top: 20px;
  position: relative;
  -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) ;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) ;
}

.message-box .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EB797D;
  color: #fff;
}

.message-box .head .title {
  padding: 0px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.message-box .head .title small {
  color: #fff;
}

.message-box .head .icon-close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          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.black .head {
  background-color: #2F323E;
}

.message-box .content {
  padding: 10px;
  font-size: 90%;
  overflow: auto;
  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;
  border-radius: 100%;
}

.buttons > span {
  padding: 10px;
  font-size: 18px;
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.buttons.st1 {
  -webkit-animation-name: buttons;
          animation-name: buttons;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
          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: #FFC107;
}

.buttons.st1 .akcent {
  background-color: #EB797D;
}

.buttons.st1 .error {
  background-color: #BF360C;
}

.buttons.st1 .black {
  background-color: #2F323E;
}

.buttons.st0 {
  -webkit-animation-name: buttons-back;
          animation-name: buttons-back;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.buttons.st0 > span {
  background-color: rgba(213, 221, 223, 0.6);
  color: rgba(47, 50, 62, 0.4);
}

.buttons.st0 > span:hover {
  background-color: #D5DDDF;
  color: #2F323E;
  -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: #EB797D;
}

.mini_list a:hover {
  color: #EB797D;
}

.mini_list a:hover span {
  margin-left: 5px;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.columns > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.columns.columns-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.columns.clm48 > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
}

.columns.clm_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.columns.clm_right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.columns.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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: #2F323E;
  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(47, 50, 62, 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: #EB797D;
  -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: #EB797D;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.pagesel .selected {
  color: #EB797D;
  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;
  -webkit-transition: 0.4s;
  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;
  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;
  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: #FFC107;
}

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

.status span {
  display: inline-block;
  margin-right: 10px;
}

.status.st0 {
  color: #FFC107;
}

.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: #EB797D;
  right: 20px;
  bottom: 20px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: 6px solid rgba(255, 255, 255, 0.5);
  -webkit-animation-name: totop;
          animation-name: totop;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  display: none;
  z-index: 1;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.totop:hover {
  -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #D5DDDF;
}

.rows span {
  margin-left: 10px;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: #2F323E;
  padding: 4px 10px;
}

.hidelist {
  list-style: url(../pic/round.svg);
}

.hidelist li {
  color: #2F323E;
  padding: 4px 10px;
}

.hidelist .show-hide {
  list-style: none;
  padding: 10px 10px;
  text-align: right;
}

.hidelist .show-hide p {
  background-color: #EB797D;
  font-size: 80%;
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  cursor: pointer;
  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 {
  -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;
  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);
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          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: #EB797D;
  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 #2F323E;
  background-color: inherit;
  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: #2F323E;
  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: #2F323E;
  background-color: #689F38;
}

.toolramka {
  padding: 20px 20px 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 10px 0px;
  border-radius: 2px;
}

.toolramka > span {
  position: absolute;
  margin-top: -42px;
  font-size: 12px;
  padding: 10px;
  background-color: #fafafa;
}

@-webkit-keyframes select {
  0% {
    opacity: 0.5;
    margin-top: -20px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

@keyframes select {
  0% {
    opacity: 0.5;
    margin-top: -20px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

@-webkit-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;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@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;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes radio_buttons {
  0% {
    border-top-color: #EB797D;
    border-right-color: #D5DDDF;
    border-bottom-color: #D5DDDF;
    border-left-color: #D5DDDF;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  25% {
    border-top-color: #EB797D;
    border-right-color: #EB797D;
    border-bottom-color: #D5DDDF;
    border-left-color: #D5DDDF;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    border-top-color: #EB797D;
    border-right-color: #EB797D;
    border-bottom-color: #EB797D;
    border-left-color: #D5DDDF;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  75% {
    border-top-color: #EB797D;
    border-right-color: #EB797D;
    border-bottom-color: #EB797D;
    border-left-color: #EB797D;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    border-top-color: #EB797D;
    border-right-color: #EB797D;
    border-bottom-color: #EB797D;
    border-left-color: #EB797D;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes radio_buttons {
  0% {
    border-top-color: #EB797D;
    border-right-color: #D5DDDF;
    border-bottom-color: #D5DDDF;
    border-left-color: #D5DDDF;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  25% {
    border-top-color: #EB797D;
    border-right-color: #EB797D;
    border-bottom-color: #D5DDDF;
    border-left-color: #D5DDDF;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    border-top-color: #EB797D;
    border-right-color: #EB797D;
    border-bottom-color: #EB797D;
    border-left-color: #D5DDDF;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  75% {
    border-top-color: #EB797D;
    border-right-color: #EB797D;
    border-bottom-color: #EB797D;
    border-left-color: #EB797D;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    border-top-color: #EB797D;
    border-right-color: #EB797D;
    border-bottom-color: #EB797D;
    border-left-color: #EB797D;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes drop {
  0% {
    opacity: 0;
    margin-top: 100px;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}

@keyframes drop {
  0% {
    opacity: 0;
    margin-top: 100px;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}

@-webkit-keyframes buttons {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes buttons {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes buttons-back {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes buttons-back {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes inputdesc {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: -10px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes inputdesc {
  0% {
    margin-top: 0px;
  }
  50% {
    margin-top: -10px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes totop {
  0% {
    border-color: transparent;
  }
  50% {
    border-color: rgba(255, 255, 255, 0.9);
  }
  100% {
    border-color: transparent;
  }
}

@keyframes totop {
  0% {
    border-color: transparent;
  }
  50% {
    border-color: rgba(255, 255, 255, 0.9);
  }
  100% {
    border-color: transparent;
  }
}

@-webkit-keyframes check1 {
  0% {
    margin-top: -18px;
    margin-left: 24px;
  }
  50% {
    margin-top: -8px;
    margin-left: 14px;
  }
}

@keyframes check1 {
  0% {
    margin-top: -18px;
    margin-left: 24px;
  }
  50% {
    margin-top: -8px;
    margin-left: 14px;
  }
}

@-webkit-keyframes check1_1 {
  0% {
    width: 0px;
    height: 0px;
  }
  50% {
    width: 0px;
    height: 0px;
  }
}

@keyframes check1_1 {
  0% {
    width: 0px;
    height: 0px;
  }
  50% {
    width: 0px;
    height: 0px;
  }
}

.pad2 {
  padding: 2px;
}

.pad10 {
  padding: 10px;
}

.pad20r {
  padding: 10px;
}

.pad20 {
  padding: 20px;
}

.mar20l {
  margin-left: 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;
  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: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='6px' /></filter></svg>#blur");
  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: 1280px;
  margin: auto;
}

.color-row {
  color: #D5DDDF;
}

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

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

.color-akcent {
  color: #EB797D;
}

.color-error {
  color: #BF360C;
}

.color-wait {
  color: #FFC107;
}

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

.small90 {
  font-size: 90%;
}

.small80 {
  font-size: 80%;
}

.small70 {
  font-size: 70%;
}

.small60 {
  font-size: 60%;
}

.width64 {
  width: 64px;
}
/*# sourceMappingURL=ui.css.map */