/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
p {
  margin: 16px 0;
}
h1 {
  background-image: url('/img/green-bullet.png');
  background-repeat: no-repeat;
  background-position: 0 8px;
  text-indent: 24px;
  font-size: 20px;
  margin: 30px 8px 20px;
}
h2 {
  border-bottom: 1px solid #50AC25;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 15px;
}
h1,
h2 {
  margin-top: 30px;
}
@media (max-width: 720px) {
  h1,
  h2 {
    margin-top: 10px;
  }
}
hr {
  border: none;
  border-top: 1px solid #bcbcbc;
  margin: 16px 0;
}
a {
  text-decoration: none;
  color: #009900;
}
a:hover {
  text-decoration: underline;
}
input[type='text'],
textarea[type='text'],
input[type='tel'],
textarea[type='tel'],
input[type='email'],
textarea[type='email'],
input[type='password'],
textarea[type='password'] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type='text']:focus,
textarea[type='text']:focus,
input[type='tel']:focus,
textarea[type='tel']:focus,
input[type='email']:focus,
textarea[type='email']:focus,
input[type='password']:focus,
textarea[type='password']:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
textarea {
  height: 80px;
  min-height: 80px;
  max-height: 500px;
  resize: vertical;
}
button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
button.green {
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#50ac25), to(#3e841e));
  background-image: -webkit-linear-gradient(top, #50ac25, 0%, #3e841e, 100%);
  background-image: -moz-linear-gradient(top, #50ac25 0, #3e841e 100%);
  background-image: linear-gradient(to bottom, #50ac25 0, #3e841e 100%);
  background-repeat: repeat-x;
  border-color: #419641;
  color: #ffffff;
}
button.full {
  width: 100%;
}
form label,
form label-like {
  display: flex;
  align-items: center;
}
@media (max-width: 400px) {
  form label,
  form label-like {
    display: inline;
  }
}
form label > span:first-child,
form label-like > span:first-child {
  flex-basis: 30%;
  text-align: right;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 16px 0 0;
  margin: -10px 0;
  min-width: 140px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form label input,
form label-like input,
form label .fileuploader,
form label-like .fileuploader {
  max-width: 60%;
  margin: 0;
}
@media (max-width: 720px) {
  form label input,
  form label-like input,
  form label .fileuploader,
  form label-like .fileuploader {
    max-width: unset;
  }
}
form label.full-line input[type="checkbox"],
form label-like.full-line input[type="checkbox"] {
  align-self: flex-start;
  margin: 4px 16px 0 0;
}
@media (max-width: 400px) {
  form label.full-line span:first-child,
  form label-like.full-line span:first-child {
    display: none;
  }
}
form label.full-line span:last-child,
form label-like.full-line span:last-child {
  max-width: calc(60% - 30px);
  font-size: 14px;
  line-height: 1.3;
  text-align: justify;
}
form:invalid button {
  pointer-events: none;
  opacity: 0.6;
}
.login_form {
  min-width: 220px;
}
.login_form label,
.login_form label-like {
  display: inline !important;
}
.login_form label input,
.login_form label-like input {
  max-width: unset;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table tbody td {
  border-top: 1px solid #eeeeee;
  padding: 5px 8px;
}
table tbody tr:hover {
  background-color: #fbfbfb;
}
.error {
  color: #ff0000;
  width: 220px;
}
.ok {
  color: #50AC25;
}
.nowrap {
  white-space: nowrap;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.note {
  font-size: 11px!important;
}
.small {
  font-size: 12px;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  height: 100%;
  box-sizing: border-box;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  background-color: #fff;
  min-height: 100%;
  padding: 0 0 80px;
  position: relative;
}
header > div,
footer > div,
section > div {
  display: flex;
  max-width: 1096px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 24px;
}
section > div {
  display: block;
}
header > div {
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px;
  max-width: 1024px;
}
@media (max-width: 720px) {
  header > div {
    flex-direction: column;
  }
}
header .logo img {
  display: block;
  max-width: 180px;
  margin: 0 auto;
}
@media (max-width: 720px) {
  header .logo img {
    width: 70%;
    height: auto;
  }
}
footer {
  position: absolute;
  height: 80px;
  width: 100%;
  bottom: 0;
  background-color: #bcbcbc;
  color: #ffffff;
}
footer > div {
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
footer > div > p:first-child {
  padding: 0 16px 0 0;
}
footer > div > p:last-child {
  text-align: right;
}
@media (max-width: 720px) {
  footer > div {
    flex-direction: column-reverse;
    justify-content: space-evenly;
  }
  footer > div > p {
    margin: 0;
    text-align: center!important;
  }
}
@media (max-width: 400px) {
  footer > div p:first-child {
    display: none;
  }
}
nav {
  display: flex;
}
@media (max-width: 720px) {
  nav {
    margin: 20px 0 0;
  }
}
nav a {
  display: block;
  height: 34px;
  line-height: 34px;
  background-color: #bcbcbc;
  color: #fff;
  padding: 0 16px;
  text-decoration: none!important;
  white-space: nowrap;
}
nav a:first-child {
  padding: 0 16px 0 24px;
}
nav a:last-child {
  padding: 0 24px 0 16px;
}
@media (max-width: 400px) {
  nav a {
    padding: 0 16px!important;
  }
}
nav a:hover,
nav a.act {
  background-color: #50AC25;
}
section.auth > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: calc(100vh -  250px);
  min-height: 270px;
}
section.auth > div .big_image {
  width: 60%;
  height: 100%;
  background: url("/img/peoples.jpg") no-repeat center center;
  background-size: contain;
  margin: 0 0 0 24px;
}
@media (max-width: 720px) {
  section.auth > div .big_image {
    display: none;
  }
}
section.personal-area > div {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 720px) {
  section.personal-area > div {
    flex-direction: column;
  }
}
section.personal-area > div > div:first-child {
  flex-basis: 250px;
  flex-shrink: 0;
}
@media (max-width: 720px) {
  section.personal-area > div > div:first-child {
    flex-direction: column;
    flex-basis: auto;
  }
}
section.personal-area > div > div:first-child .info {
  background-color: #fbfbfb;
  padding: 1px 16px;
  font-size: 16px;
  text-align: right;
  margin-top: 30px;
}
@media (max-width: 720px) {
  section.personal-area > div > div:first-child .info {
    margin: 10px -24px 0;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 16px 24px;
  }
  section.personal-area > div > div:first-child .info > p {
    flex-basis: 33.333333333333336%;
    text-align: center;
    margin: 0;
    min-width: 200px;
    height: 24px;
  }
}
section.personal-area > div > div:first-child .info .points {
  font-size: 24px;
  color: #50ac25;
}
section.personal-area > div > div:last-child {
  flex-grow: 1;
  padding: 0 24px 0 0;
}
@media (max-width: 720px) {
  section.personal-area > div > div:last-child {
    padding: 0;
  }
}
section.personal-area > div > div:last-child .add-work {
  text-align: center;
  padding: 4px 0 32px;
}
section.personal-area table thead th:nth-child(1) {
  width: 30px;
}
section.personal-area table thead th:nth-child(3) {
  width: 90px;
}
section.personal-area table thead th:nth-child(4) {
  width: 90px;
}
section.personal-area table td:nth-child(2) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section.personal-area table td:nth-child(4) {
  text-align: right;
}
section.personal-area table tr.accepted td:last-child {
  color: #00aa00;
}
section.personal-area table tr.rejected td:last-child {
  color: #cc0000;
}
section.personal-area table tr.review td:last-child {
  color: #999999;
}
@media (max-width: 400px) {
  section.personal-area th:nth-child(1),
  section.personal-area td:nth-child(1),
  section.personal-area th:nth-child(3),
  section.personal-area td:nth-child(3) {
    display: none;
  }
}
