.browser-updater {
  position: relative;
  z-index: 1000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1YmRjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTZhNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #b5bdc9 0%, #596a72 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5bdc9), color-stop(100%, #596a72));
  background: -webkit-linear-gradient(top, #b5bdc9 0%, #596a72 100%);
  background: -o-linear-gradient(top, #b5bdc9 0%, #596a72 100%);
  background: -ms-linear-gradient(top, #b5bdc9 0%, #596a72 100%);
  background: linear-gradient(to bottom, #b5bdc9 0%, #596a72 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b5bdc9", endColorstr="#596a72",GradientType=0 );
  background: #62727B;
  padding: 0.5em 0;
  -moz-box-shadow: inset 0px -5px 10px 1px #555;
  -webkit-box-shadow: inset 0px -5px 10px 1px #555;
  box-shadow: inset 0px -5px 10px 1px #555;
  display: none;
}

.browser-updater__link {
  font: 0.75em Arial;
  color: #fff;
  position: absolute;
  text-decoration: none;
  border-bottom: dotted 1px #fff;
  right: 2%;
  top: 0.5em;
}

.browser-updater__text {
  font: 1.1em Arial;
  color: #fff;
  text-align: center;
  padding: 0.1em 0;
}

.browser-updater__text-link {
  color: #fff;
  text-decoration: none;
  border-bottom: dotted 1px #fff;
}

.browser-updater__list {
  width: 800px;
  vertical-align: top;
  text-align: center;
  margin: 0 auto;
  padding: 1em 0 0 0;
}

.browser-updater__list:after {
  display: block;
  clear: both;
  content: "";
  /*zoom: 1;*/
}

.browser-updater__list-item {
  display: block;
  text-align: center;
  float: left;
  margin: 0 10px;
}

.browser-updater__list-item-link {
  display: block;
  position: relative;
  color: #fff;
  width: 120px;
  padding: 10px;
}

.browser-updater__list-item-link:hover {
  background: #F3ECC5;
  color: #000;
}

.browser-updater__list-item-image {
  vertical-align: bottom;
}

.browser-updater__list-item-text {
  display: block;
  text-align: center;
  font: 0.9em Arial;
  padding: 0.5em 0 0 0;
}

.browser-updater-small {
  display: none;
}

.paginator {
  width: 100%;
}

.paginator-inner {
  position: relative;
  vertical-align: top;
  padding: 2em 0 2.5em 0;
  text-align: center;
  text-decoration: none;
}

.paginator__title {
  font: 0.9em Arial, Helvetica, sans-serif;
  color: #444;
  display: inline-block;
  text-decoration: none;
  padding: 0.1em 0.5em 0 0;
}

.paginator__item {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin: 0 0.2em;
}

.paginator__item-link {
  font: 0.9em Arial, Helvetica, sans-serif;
  color: #008ACE;
  padding: 0 0.5em;
  display: inline-block;
}

.paginator__item-link:hover {
  color: #CC0000;
}

.paginator__item-link:visited {
  color: #551A8B;
}

.paginator__item-link:visited:hover {
  color: #CC0000;
}

.paginator__item-link_state_current {
  font-weight: bold;
  color: #000;
}

.form {
  width: 100%;
  position: relative;
}

.form_type_auth {
  width: 65%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  border: 2px #0094de solid;
  padding: 0 0 0.5em 0;
  margin: 0 auto;
}

.form__title {
  font: 22px "Roboto";
  color: #fff;
  padding: 10px 10px 10px 15px;
  margin: 0 0 20px 0;
  background-color: #0094de;
}

.form-fields {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 0 !important;
  list-style: none;
}

@media all and (min-width: 50em) {
  .form-fields .form-field__item,
.content .form-fields .form-field__item {
    display: table-row !important;
    font-size: 1em !important;
  }
}
@media all and (max-width: 50em) {
  .form-fields .form-field__item,
.content .form-fields .form-field__item {
    display: block;
  }
}

.form-field__item {
  width: 100%;
  font-size: 1em !important;
  background: #fff;
}

.form-field__item:before {
  content: "";
  display: none;
}

@media all and (min-width: 50em) {
  .form-field__item-c1 {
    width: 15%;
    display: table-cell;
    vertical-align: top;
    padding: 0.5em 0;
  }
}
@media all and (max-width: 50em) {
  .form-field__item-c1 {
    display: block;
    width: 100%;
  }
}

.form-field__item-name {
  font: 0.85em Arial;
  color: #444444;
  display: block;
  white-space: nowrap;
}
@media all and (min-width: 50em) {
  .form-field__item-name {
    max-width: 200px;
    text-align: right;
    padding: 0.4em 15px 0 20px;
  }
}
@media all and (max-width: 50em) {
  .form-field__item-name {
    text-align: center;
  }
}

.form-field__item-required {
  font: 1em Arial;
  color: red;
}

.form-field__item-label {
  width: 100%;
}

.form-field__item-label-text {
  font: 0.8em Arial;
  color: #444444;
}

@media all and (min-width: 50em) {
  .form-field__item-c2 {
    display: table-cell;
    vertical-align: top;
    margin: 0 1em 0 0;
    padding: 0.5em 0;
  }
  .form-field__item-c2 .button {
    float: left;
    margin: 0 0 10px 0;
  }
}
@media all and (max-width: 50em) {
  .form-field__item-c2 {
    display: block;
  }
  .form-field__item-c2 .button {
    margin: auto;
    width: 100%;
    padding: 9px 0;
  }
}

.form-field__item-c2:after {
  content: "";
  display: block;
  height: 0.5em;
}

.form-field__item-c2-inner {
  position: relative;
}

.form-field__item-error {
  font: 0.8em Arial;
  color: red;
  padding: 0.3em 0 0 0;
}

.form-input {
  background: #fff;
  border-left: solid 1px #c6c6c6;
  border-top: solid 1px #a3a3a3;
  border-right: solid 1px #c6c6c6;
  border-bottom: solid 1px #e5e5e5;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: inset 0px 1px 1px #cfcfcf;
  -webkit-box-shadow: inset 0 1px 1px #cfcfcf;
  -moz-box-shadow: inset 0 1px 1px #cfcfcf;
  font: 0.85em Arial;
  color: #333333;
  position: relative;
  padding: 0.3em 1% 0.2em 0.3em;
  outline-width: 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -kthtml-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media all and (min-width: 50em) {
  .form-input {
    width: 99%;
  }
}
@media all and (max-width: 50em) {
  .form-input {
    width: 99%;
  }
}

.form-input:focus {
  border: solid 1px #00a3f4;
  box-shadow: inset 0px 1px 1px #00a3f4;
  -webkit-box-shadow: inset 0 1px 1px #00a3f4;
  -moz-box-shadow: inset 0 1px 1px #00a3f4;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -kthtml-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-input__hint {
  padding: 0.4em 0 0 0;
  font: italic 0.8em Arial;
  color: #555555;
}

.form-input__hint-link {
  color: #336699;
}

.form-textarea {
  background: #fff;
  border-left: solid 1px #c6c6c6;
  border-top: solid 1px #a3a3a3;
  border-right: solid 1px #c6c6c6;
  border-bottom: solid 1px #e5e5e5;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: inset 0px 1px 1px #cfcfcf;
  -webkit-box-shadow: inset 0 1px 1px #cfcfcf;
  -moz-box-shadow: inset 0 1px 1px #cfcfcf;
  font: 0.85em Arial;
  color: #333333;
  width: 99%;
  position: relative;
  padding: 0.3em 1% 0.2em 0.3em;
  outline-width: 0;
  overflow: auto;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -kthtml-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-textarea:focus {
  border: solid 1px #00a3f4;
  box-shadow: inset 0px 1px 1px #00a3f4;
  -webkit-box-shadow: inset 0 1px 1px #00a3f4;
  -moz-box-shadow: inset 0 1px 1px #00a3f4;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -kthtml-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-message {
  font: italic 0.8em Arial;
  padding: 0.7em 0.5em 0.7em 0.7em;
}
@media all and (min-width: 50em) {
  .form-message {
    display: inline-block;
    position: absolute;
    z-index: 100;
  }
}
@media all and (max-width: 50em) {
  .form-message {
    display: block;
  }
}

.form-message__close {
  width: 9px;
  height: 9px;
  font-size: 0;
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTIvMjYvMTOaUZqQAAAAgUlEQVQYlU3PsQ2DQBBE0S3HBThBohVnjtwMvdAEDSACJxaiCTuA52ROumA1u18zd7uFGW8MqK6G8LnSwAdjDGNmeBduASd2vKJn+FBdck/yjO7t5X6HJ44YjszVm+5YYvhGl/BqX2248MMjeoWPhTV7bC0Z3cLXwhRjO78/ZsX0Bw6cHuW7gc1FAAAAAElFTkSuQmCC);
}

.form-message_type_error {
  color: #fff;
  background: #c24c48;
  right: -190px;
  top: -3px;
}
@media all and (max-width: 50em) {
  .form-message_type_error {
    width: 99%;
  }
}

@media all and (min-width: 50em) {
  .form-message_type_error:after {
    right: 100%;
    top: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-width: 6px 16px 6px 0;
    border-color: transparent #EF3E42 transparent transparent;
    -webkit-transform: rotate(360deg);
  }
}
@media all and (max-width: 50em) {
  .form-message_type_error:after {
    display: none;
  }
}

.form-message_type_complete {
  width: 15px;
  height: 10px;
  position: absolute;
  right: -2em;
  top: 15px;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDkvMTQvMTO5VXyvAAAAxElEQVQokZ3RoU7DMRAH4G//8AZVc7wDEtEFj5pCzcwgSJpMYQgYDJA0QWCZWhC4uSUkfZqpWgwITEcGbAtw9u773aXlH5VKuITeH1EfM0Rc/RqnEoY4xwFKjnXQrSXuggnX2Mc8xzqArsGnVMJ4BxzhFdMc6/Gq1+EGh7hNJVxsgRqcrPd7bWiBPt7wkmOdpBLucNRmHnOs+ftVnw/Wtpwi4B17qHjYBL/gFjDEfbtiibMc6/Mm+AO3gNVfnuRYl9sgfAAQrD5Uba7K2AAAAABJRU5ErkJggg==);
}

.form-message__text {
  max-width: 160px;
  min-width: 160px;
}

.form-requirement-field {
  line-height: 1.3em;
  background: #CCEAF8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5em 1em 0.7em 1em;
}
@media all and (min-width: 50em) {
  .form-requirement-field {
    margin: 0 0 1em 0;
  }
}

.form-requirement-field__title {
  font: bold 0.8em Arial;
  color: #333;
  display: inline-block;
  padding: 0 0.3em 0 0;
}

.form-requirement-field__link {
  text-decoration: none;
  display: inline-block;
  margin: 0 0.2em 0 0;
  color: #336699;
}

.form-requirement-field__link-text {
  font: 0.8em Arial;
  color: #336699;
  border-bottom: dashed 1px #336699;
  text-transform: lowercase;
}

.form-requirement-field__link:hover .form-requirement-field__link-text {
  color: #FF6702;
  border-bottom: dashed 1px #FF6702;
}

.input {
  background: #fff;
  border-left: solid 1px #c6c6c6;
  border-top: solid 1px #a3a3a3;
  border-right: solid 1px #c6c6c6;
  border-bottom: solid 1px #e5e5e5;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: inset 0px 1px 1px #cfcfcf;
  -webkit-box-shadow: inset 0 1px 1px #cfcfcf;
  -moz-box-shadow: inset 0 1px 1px #cfcfcf;
  font: 0.85em Arial;
  color: #333333;
  width: 99%;
  position: relative;
  padding: 0.3em 1% 0.2em 0.3em;
  outline-width: 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -kthtml-transition: all 200ms linear;
  transition: all 200ms linear;
}

.input:focus {
  border-left: solid 1px #FF6702;
  border-top: solid 1px orange;
  border-right: solid 1px #FF6702;
  border-bottom: solid 1px orange;
  box-shadow: inset 0px 1px 1px #ffa119;
  -webkit-box-shadow: inset 0 1px 1px #ffa119;
  -moz-box-shadow: inset 0 1px 1px #ffa119;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -kthtml-transition: all 200ms linear;
  transition: all 200ms linear;
}

.cabinet-loginbox {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #00944d;
  border-radius: 6px;
  padding-bottom: 2px;
  box-shadow: inset 1px 1px 16px #004a27;
  margin-bottom: 13px;
}

.cabinet-login-header {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-top: 8px;
}

.cabinet-login-link {
  display: block;
  background-color: #fff;
  color: #0094d0;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 2px 0;
  width: 90%;
  margin: 8px auto;
  font-size: 0.8em;
}

.cabinet-login-link:hover {
  box-shadow: 1px 1px 16px #004a27;
}

.captcha-image__image, .captcha__link {
  float: left;
}

.captcha__link {
  padding-top: 15px;
  margin-left: 15px;
}

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