/****************************************/
/************* This file is formed using SMACSS *************/
/****************************************/
/****************************************/
/************* Base *************/
/****************************************/
@font-face {
  font-family: 'PT Sans';
  src: url("../fonts/pts55f_w.eot");
  src: local("PT Sans"), url("../fonts/PTS55F_W.woff") format("woff"), url("../fonts/PTS55F_W.ttf") format("truetype"), url("../fonts/PTS55F_W.svg#PTSans-Regular") format("svg");
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  src: url("../fonts/pts56f_w.eot");
  src: local("PT Sans Italic"), url("../fonts/PTS56F_W.woff") format("woff"), url("../fonts/PTS56F_W.ttf") format("truetype"), url("../fonts/PTS56F_W.svg#PTSans-Italic") format("svg");
}
@font-face {
  font-family: 'PT Sans';
  src: url("../fonts/pts75f_w.eot");
  font-style: normal;
  font-weight: bold;
  src: local("PT Sans Bold"), url("../fonts/PTS75F_W.woff") format("woff"), url("../fonts/PTS75F_W.ttf") format("truetype"), url("../fonts/PTS75F_W.svg#PTSans-Bold") format("svg");
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/pts76f_w.eot");
  src: local("PT Sans Bold Italic"), url("../fonts/PTS76F_W.woff") format("woff"), url("../fonts/PTS76F_W.ttf") format("truetype"), url("../fonts/PTS76F_W.svg#PTSans-BoldItalic") format("svg");
}
.clearfix, .headerWrapper, .menuTop, .titleList--static, .newsBlock-listItem, .mainFooter, .rTabs, .registration-inner, .registration-item, .olympiad-top, .testType3 .testTable {
  *zoom: 1;
}

.clearfix:before, .headerWrapper:before, .menuTop:before, .titleList--static:before, .newsBlock-listItem:before, .mainFooter:before, .rTabs:before, .registration-inner:before, .registration-item:before, .olympiad-top:before, .testType3 .testTable:before,
.clearfix:after,
.headerWrapper:after,
.menuTop:after,
.titleList--static:after,
.newsBlock-listItem:after,
.mainFooter:after,
.rTabs:after,
.registration-inner:after,
.registration-item:after,
.olympiad-top:after,
.testType3 .testTable:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after, .headerWrapper:after, .menuTop:after, .titleList--static:after, .newsBlock-listItem:after, .mainFooter:after, .rTabs:after, .registration-inner:after, .registration-item:after, .olympiad-top:after, .testType3 .testTable:after {
  clear: both;
}

body {
  min-width: 996px;
  background: #d9ece9 center 0 no-repeat url("../img/background.jpg");
}

input[type="text"],
input[type="password"],
input[type="submit"],
textarea,
button,
body {
  font: 15px/1.3 "PT Sans", PTSans, Arial, Helvetica, sans-serif;
}

.placeholder {
  color: black;
}

::-webkit-input-placeholder {
  color: black;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: black;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}

:-ms-input-placeholder {
  color: black;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}

:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

a {
  color: #08b7d4;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 18px 0;
  font-weight: normal;
}

h1, .h1 {
  font-size: 28px;
}

h2, .h2 {
  font-size: 25px;
}

h3, .h3 {
  font-size: 23px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 19px;
}

.main-title {
  padding: 0 15px;
  margin: -5px 0 20px;
}

input[type="text"],
input[type="password"],
textarea,
.jq-selectbox__select-text {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  border: none;
  outline: none;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

input[type="text"].input1,
input[type="password"].input1,
textarea.input1,
.jq-selectbox__select-text,
.jq-file__name {
  background: #F0F0F0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-bottom-color: #fff;
  font-size: 15px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
}

input[type="text"].input1,
input[type="password"].input1,
.jq-selectbox__select-text,
.jq-file__name {
  height: 34px;
  padding: 0 16px;
  line-height: 34px;
}

textarea.input1 {
  padding: 4px 16px;
}

input[type="text"].input2,
input[type="password"].input2,
textarea.input2 {
  background: #fff;
  border: 1px solid #C8C8C8;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"].input2,
input[type="password"].input2 {
  height: 44px;
  padding: 0 16px;
  line-height: 44px;
}

textarea.input2 {
  padding: 4px 16px;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox.long-selectbox .jq-selectbox__select,
.jq-selectbox.long-selectbox .jq-selectbox__select-text {
  display: block !important;
  width: 560px !important;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 7px;
  margin-top: -3px;
  background: no-repeat url("../img/select-trigger.png");
}

.jq-selectbox__dropdown {
  min-width: 100%;
}

.jq-selectbox__dropdown ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #F0F0F0;
  border: 1px solid #E1E1E1;
  border-top: none;
  border-radius: 0 0 7px 7px;
  font-size: 15px;
}

.jq-selectbox__dropdown ul li {
  position: relative;
  padding: 6px 16px;
}

.jq-selectbox__dropdown ul li:last-child {
  border-radius: 0 0 7px 7px;
}

.jq-selectbox__dropdown ul li:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-top: 1px solid #E5E6E6;
  border-bottom: 1px solid #fff;
}

.jq-selectbox__dropdown ul li:first-child:before {
  display: none;
}

.jq-selectbox__dropdown ul li:hover,
.jq-selectbox__dropdown ul li.selected {
  background: #EFDDD2;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-selectbox__select-text {
  padding-right: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-checkbox,
.jq-radio {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: no-repeat url("../img/inputs-sprite.png");
  cursor: pointer;
  margin-top: -4px;
  margin-right: 6px;
}

.jq-checkbox.checked {
  background-position: -15px 0;
}

.jq-radio {
  background-position: 0 -15px;
}

.jq-radio.checked {
  background-position: -15px -15px;
}

.jq-file {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.jq-file__name {
  float: left;
  -webkit-border-radius: 7px 0 0 7px;
  -moz-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
}
.jq-file__browse {
  float: left;
  padding: 6px !important;
  margin-top: 1px;
  margin-left: -1px;
  border-radius: 0 5px 5px 0 !important;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
}

.input-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

/*grid system*/
.block-1 {
  float: left;
  width: 4.16% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-1 {
  margin-left: 4.16%;
}

.block-2 {
  float: left;
  width: 8.32% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-2 {
  margin-left: 8.32%;
}

.block-3 {
  float: left;
  width: 12.48% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-3 {
  margin-left: 12.48%;
}

.block-4 {
  float: left;
  width: 16.64% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-4 {
  margin-left: 16.64%;
}

.block-5 {
  float: left;
  width: 20.8% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-5 {
  margin-left: 20.8%;
}

.block-6 {
  float: left;
  width: 24.96% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-6 {
  margin-left: 24.96%;
}

.block-7 {
  float: left;
  width: 29.12% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-7 {
  margin-left: 29.12%;
}

.block-8 {
  float: left;
  width: 33.28% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-8 {
  margin-left: 33.28%;
}

.block-9 {
  float: left;
  width: 37.44% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-9 {
  margin-left: 37.44%;
}

.block-10 {
  float: left;
  width: 41.6% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-10 {
  margin-left: 41.6%;
}

.block-11 {
  float: left;
  width: 45.76% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-11 {
  margin-left: 45.76%;
}

.block-12 {
  float: left;
  width: 49.92% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-12 {
  margin-left: 49.92%;
}

.block-13 {
  float: left;
  width: 54.08% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-13 {
  margin-left: 54.08%;
}

.block-14 {
  float: left;
  width: 58.24% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-14 {
  margin-left: 58.24%;
}

.block-15 {
  float: left;
  width: 62.4% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-15 {
  margin-left: 62.4%;
}

.block-16 {
  float: left;
  width: 66.56% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-16 {
  margin-left: 66.56%;
}

.block-17 {
  float: left;
  width: 70.72% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-17 {
  margin-left: 70.72%;
}

.block-18 {
  float: left;
  width: 74.88% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-18 {
  margin-left: 74.88%;
}

.block-19 {
  float: left;
  width: 79.04% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-19 {
  margin-left: 79.04%;
}

.block-20 {
  float: left;
  width: 83.2% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-20 {
  margin-left: 83.2%;
}

.block-21 {
  float: left;
  width: 87.36% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-21 {
  margin-left: 87.36%;
}

.block-22 {
  float: left;
  width: 91.52% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-22 {
  margin-left: 91.52%;
}

.block-23 {
  float: left;
  width: 95.68% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-23 {
  margin-left: 95.68%;
}

.block-24 {
  float: left;
  width: 99.84% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-pull-24 {
  margin-left: 99.84%;
}

/****************************************/
/************* Layout *************/
/****************************************/
body, html {
  height: 100%;
}

.siteWrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 248px;
  margin-bottom: -248px;
}

.mainFooter {
  height: 248px;
}

.headerWrapper {
  position: relative;
  z-index: 1;
  width: 976px;
  margin: auto;
  padding: 10px;
  padding-top: 40px;
  padding-bottom: 22px;
}
.headerWrapper .logo {
  float: left;
  margin-right: 12px;
}
.headerWrapper .logoText {
  float: left;
  font-size: 11px;
  width: 320px;
  margin-top: 22px;
}
.headerWrapper .userPanel {
  float: right;
  margin-top: 28px;
}

.siteContainer {
  width: 976px;
  margin: auto;
  padding: 10px;
  position: relative;
  z-index: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  background: #fff;
  border-radius: 6px;
}
.siteContainer:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 411px;
  height: 92px;
  top: -68px;
  right: -67px;
  background: no-repeat url("../img/site-container-clouds.png");
}

.bx-wrapper {
  -webkit-backface-visibility: hidden;
}

.titleList-wrap {
  margin-bottom: 18px;
}

.titleBlocks-wrap {
  margin-bottom: 18px;
}

.innerWrapper {
  width: 946px;
  margin: auto;
}

.ui-sortable-placeholder {
  background: #fffbd8;
  margin: 0 -1px;
  border: 1px solid #dcda9c;
  visibility: visible !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-draggable-dragging {
  z-index: 1000;
}

.test-variants {
  margin-top: 15px;
}

.test-variants > ul {
  padding-left: 0;
  list-style: none;
}

.test-variants > ul > li:before {
  content: "-";
  margin-right: 24px;
}

.not-found {
  margin-left: 18px;
}

.err {
  margin: 0 0 0 4px;
  font-size: 0.9em;
  color: #FF0000;
}

.registration-item .captcha {
  float: left;
  /*height: 34px;*/
  border-radius: 3px;
}

.registration-item .reload {
  float: left;
  margin: 33px 7px 0 0;
}

.anketaForm input[type="hidden"] + input[type="submit"],
.anketaForm input[type="hidden"] + button {
  margin-left: 12px;
  vertical-align: middle;
}

.filterBox .jq-radio {
  background-position: 0 0;
}

.filterBox .jq-radio.checked {
  background-position: -15px 0;
}

.olympiadsTable th div a {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

/****************************************/
/************* Modules *************/
/****************************************/
.userPanel {
  font-size: 15px;
}
.userPanel a {
  margin-left: 40px;
  color: inherit;
}

.menuTop {
  max-width: 700px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuTop-wrapper {
  position: relative;
  padding: 19px 13px;
  border-radius: 6px;
  background: #20a95f;
}
.menuTop-item {
  float: left;
  margin-right: 4px;
}
.menuTop-item a {
  display: block;
  padding: 13px 16px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
}
.menuTop-item.active a, .menuTop-item a:hover {
  background: #f56d11;
}
.menuTop-search {
  position: absolute;
  width: 200px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  right: 24px;
}
.menuTop-searchText {
  display: block;
  background: #fff;
  width: 180px;
  height: 30px;
  font: 15px/30px "PT Sans", PTSans, Arial, Helvetica, sans-serif !important;
  padding: 0 10px;
  border: 1px solid #cccccc;
  outline: none;
  font-size: 16px;
  color: black;
  border-radius: 6px !important;
  -webkit-box-shadow: inset 0 1px 3px rgba(184, 180, 180, 0.75);
  box-shadow: inset 0 1px 3px rgba(184, 180, 180, 0.75);
}
.menuTop-searchSubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35px;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  overflow: hidden;
  text-indent: 100%;
  background: no-repeat center center url("../img/search-icon.png");
}

.titleSlider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.titleSlider-wrap {
  position: relative;
  z-index: 0;
  margin-top: 10px;
}
.titleSlider-wrap .bx-controls-direction {
  position: absolute;
  z-index: 100;
  top: 96px;
  right: 456px;
}
.titleSlider-wrap .bx-prev,
.titleSlider-wrap .bx-next {
  float: left;
  width: 45px;
  height: 45px;
  background: no-repeat url("../img/slider-arrows.png");
}
.titleSlider-wrap .bx-prev:hover,
.titleSlider-wrap .bx-next:hover {
  background-position: 0 -45px;
}
.titleSlider-wrap .bx-next {
  margin-left: 1px;
  background-position: -45px 0;
}
.titleSlider-wrap .bx-next:hover {
  background-position: -45px -45px;
}
.titleSlider-item {
  position: relative;
}
.titleSlider-img {
  display: block;
  max-width: 100%;
  border-radius: 6px;
}
.titleSlider-text {
  position: absolute;
  right: 40px;
  top: 104px;
  width: 400px;
}
.titleSlider-textTitle {
  margin-bottom: 22px;
  font-size: 23px;
  line-height: 1;
}
.titleSlider-textTitle a {
  color: inherit;
}

.titleList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.titleList-wrap .bx-wrapper {
  position: relative;
  margin-top: 10px;
  padding: 0 20px;
}
.titleList-wrap .bx-wrapper .bx-prev,
.titleList-wrap .bx-wrapper .bx-next {
  position: absolute;
  width: 13px;
  height: 23px;
  top: 54px;
  left: 0;
  background: no-repeat url("../img/list-arrows.png");
}
.titleList-wrap .bx-wrapper .bx-next {
  left: auto;
  right: 0;
  background-position: -13px 0;
}
.titleList-wrap--inner h1, .titleList-wrap--inner .h1 {
  padding: 0 14px;
}
.titleList-item {
  min-height: 140px;
}
.titleList-item-image {
  text-align: center;
}
.titleList-item img {
  max-width: 100%;
  /*display: block;
  margin: auto;*/
}
.titleList-button {
  display: block !important;
  margin: 6px 0;
}

.titleList--static {
  padding: 0 20px;
}
.titleList--static .titleList-item {
  float: left;
  width: 286px;
  margin-right: 40px;
}

.titleLink {
  font-size: 16px;
  margin-left: 14px;
  vertical-align: 7px;
}

.button1, .button1--small, 
.button1--tiny, 
.button1--large,
.jq-file__browse {
  display: inline-block;
  min-width: 100px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px !important;
  text-align: center;
  padding: 12px 10px;
  background: #f56d11;
  text-decoration: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 6px;
  cursor: pointer;
}
.button1:hover, .button1--small:hover, .button1--tiny:hover, .button1--large:hover {
  background: #f67c29;
}
.button1:active, .button1--small:active, .button1--tiny:active, .button1--large:active {
  background: #f56d11;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
}
.button1--small {
  padding: 10px;
}
.button1--tiny  {
  font-size: 15px;
  padding: 9px;
  border-radius: 5px;
}
.button1--large {
  padding: 16px 10px;
}

.button2 {
  display: inline-block;
  min-width: 100px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 15px !important;
  text-align: center;
  padding: 8px 10px 10px;
  text-decoration: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-shadow: 1px 1px 0 rgba(6, 139, 170, 0.75);
  border-radius: 6px;
  background: #08b7d4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08b7d4), color-stop(100%, #08abc6));
  background: -webkit-linear-gradient(top, #08b7d4 0%, #08abc6 100%);
  background: -o-linear-gradient(top, #08b7d4 0%, #08abc6 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#08b7d4), to(#08abc6));
  background: linear-gradient(to bottom, #08b7d4 0%, #08abc6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08b7d4', endColorstr='#08abc6',GradientType=0 );
  cursor: pointer;
}
.button2:hover {
  background: #08b7d4;
  -webkit-filter: none;
  filter: none;
}
.button2:active {
  background: #08b7d4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08b7d4), color-stop(100%, #08abc6));
  background: -webkit-linear-gradient(top, #08b7d4 0%, #08abc6 100%);
  background: -o-linear-gradient(top, #08b7d4 0%, #08abc6 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#08b7d4), to(#08abc6));
  background: linear-gradient(to bottom, #08b7d4 0%, #08abc6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08b7d4', endColorstr='#08abc6',GradientType=0 );
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
}

.button3 {
  display: inline-block;
  min-width: 100px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px !important;
  text-align: center;
  padding: 7px 10px;
  text-decoration: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #08B7D4;
  cursor: pointer;
}
.button3:hover {
  background: #08bfde;
}
.button3:active {
  background: #08B7D4;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
}

.button4 {
  display: inline-block;
  min-width: 94px;
  outline: none;
  color: #717171;
  font-size: 13px !important;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #bbb;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px white;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eeeeee));
  background: linear-gradient(to bottom, #fafafa 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#eeeeee',GradientType=0 );
  cursor: pointer;
}
.button4:hover {
  background: #f8f8f8;
  -webkit-filter: none;
  filter: none;
}
.button4:active, .button4.active {
  border-color: #fff;
  background: #E0E0E0;
  -webkit-filter: none;
  filter: none;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
}
.button4.disabled {
  border-color: #bbb;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px white;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eeeeee));
  background: linear-gradient(to bottom, #fafafa 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#eeeeee',GradientType=0 );
  color: #aaa;
  cursor: default;
}

.blockButton {
  display: block !important;
}

.label--current, .label--passed, .label--future {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 4px 7px;
}

.label--current {
  background: #20A95F;
}

.label--passed {
  background: #FF150C;
}

.label--future {
  background: #FFCC28;
  color: black;
}

.titleBlocks {
  display: table;
  table-layout: fixed;
  width: 996px;
  margin: 0 -10px;
}
.titleBlocks-item {
  display: table-cell;
  padding: 14px 20px 0;
}
.titleBlocks-item--middle {
  width: 260px;
  background: #F0F0F0;
}

.newsBlock-title {
  margin-bottom: 24px;
  font-size: 22px;
}
.newsBlock-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.newsBlock-listItem {
  padding-left: 66px;
  margin: 14px 0;
}
.newsBlock-itemDate {
  float: left;
  width: 56px;
  height: 54px;
  margin-left: -66px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  background: #FFA534;
}
.newsBlock-itemDateNumber {
  margin-top: 4px;
  font-size: 35px;
  line-height: 30px;
  font-weight: bold;
}
.newsBlock-itemBody {
  font-size: 14px;
}

.loginBlock-title {
  margin-bottom: 24px;
  font-size: 22px;
}
.loginBlock-field {
  display: block;
  margin-bottom: 18px;
}
.loginBlock-fieldInput {
  display: block;
  width: 100%;
  margin-top: 4px;
}
.loginBlock-enter {
  text-align: justify;
}
.loginBlock-enter:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.loginBlock-remember {
  display: inline-block;
}
.loginBlock-links {
  margin-top: 26px;
  text-align: center;
}
.loginBlock-links a {
  color: #000;
}

.briefsBlock-title {
  margin-bottom: 24px;
  font-size: 22px;
}
.briefsBlock-list {
  padding: 0;
  margin: 0 0 26px;
  list-style: none;
}
.briefsBlock-listItem {
  margin-bottom: 4px;
}
.briefsBlock-itemDate {
  font-size: 14px;
  margin-bottom: 4px;
  color: #999999;
}
.briefsBlock-itemBody {
  font-size: 14px;
}
.briefsBlock-itemMore {
  text-align: right;
}

.mainFooter {
  width: 976px;
  margin: auto;
  padding: 10px;
  padding-top: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mainFooter-left {
  float: left;
  width: 40%;
}
.mainFooter-right {
  float: right;
  width: 60%;
  text-align: right;
}
.mainFooter-slogan {
  margin: 4px 0;
  font-size: 11px;
  line-height: 1.1;
}
.mainFooter-copy {
  margin-top: 44px;
  font-size: 11px;
  line-height: 1.1;
  color: #999;
}
.mainFooter-copy a {
  color: inherit;
  text-decoration: none;
}
.mainFooter-copy a:hover {
  text-decoration: underline;
}
.mainFooter-menu {
  padding: 0;
  margin: 4px 0 0;
}
.mainFooter-menuItem {
  display: inline;
  margin-left: 20px;
}
.mainFooter-menuItem a {
  font-size: 14px;
  color: inherit;
}
.mainFooter-linkOutside {
  width: 420px;
  margin-top: 42px;
  margin-left: auto;
  font-size: 12px;
}
.mainFooter-linkOutside a {
  color: inherit;
}
.mainFooter-counters {
  margin-top: 40px;
}

.infoBox {
  padding: 15px 70px 8px;
  margin: 10px 0;
  background: #F0F0F0;
  border-radius: 6px;
}
.infoBox-row {
  text-align: justify;
}
.infoBox-row:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.infoBox-row > * {
  display: inline-block;
}

.breadcrumbs {
  padding: 0 15px;
  margin: 14px 0;
  font-size: 15px;
}
.breadcrumbs-divider {
  margin: 0 8px;
}

.olympiadsTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 2px;
  font-size: 15px;
  text-align: left;
}
.olympiadsTable-number {
  width: 60px;
  text-align: center;
}
.olympiadsTable-status {
  width: 110px;
}
.olympiadsTable-date {
  width: 140px;
}
.olympiadsTable-region {
  width: 110px;
}
.olympiadsTable-class {
  width: 90px;
}
.olympiadsTable-interactive {
  width: 160px;
  text-align: center;
}
.olympiadsTable-sort {
  display: inline-block;
  width: 10px;
  height: 6px;
  vertical-align: middle;
  background: center center no-repeat url("../img/sort-asc.png");
  cursor: pointer;
}
.olympiadsTable-sort--desc {
  background-image: url("../img/sort-desc.png");
}
.olympiadsTable th {
  padding: 0 0 8px;
}
.olympiadsTable th div {
  height: 20px;
  padding: 26px 4px;
  font-weight: normal;
  background: #11B8C9;
  color: #fff;
}
.olympiadsTable th:first-child > div {
  border-radius: 6px 0 0 6px;
}
.olympiadsTable th:last-child > div {
  border-radius: 0 6px 6px 0;
}
.olympiadsTable td {
  padding: 16px 4px;
  font-size: 14px;
  background: #E7F8F9;
}
.olympiadsTable tbody tr.even td {
  background: #E6EEEF;
}

.resultsRow > td {
  padding: 0;
  background: none;
}
.resultsRow-hider {
  height: 0;
  overflow: hidden;
}
.resultsRow-hiderInner {
  padding: 0 0 10px;
}

.resultsTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 1px;
}
.resultsTable th,
.resultsTable td {
  padding: 13px;
  vertical-align: top;
}
.resultsTable th {
  background: #999999;
  border-radius: 0 !important;
  color: #fff;
}
.resultsTable td {
  background: #E8E7E7;
}
.resultsTable tbody tr:nth-child(even) td {
  background: #F4F3F3;
}
.resultsTable-number {
  width: 30px;
  text-align: center;
}
.resultsTable-fio {
  width: 360px;
}
.resultsTable-rate {
  width: 150px;
}

.rTabs-item {
  position: relative;
  float: left;
  font-size: 18px;
  color: black;
  padding: 9px 20px;
  margin-bottom: 8px;
  text-decoration: none;
}
.rTabs-item:hover {
  text-decoration: underline;
}
.rTabs-item.active {
  background: #FF7517;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  cursor: default;
}
.rTabs-item.active:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  background: url("../img/rtab-itemcorner.png");
}

.pagination {
  padding: 0;
  margin: 8px 0 -8px;
  font-size: 15px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 22px;
}
.pagination li {
  display: inline;
}
.pagination-prev, .pagination-next {
  position: relative;
  top: -1px;
}
.pagination-prev {
  margin-right: 3px;
}
.pagination-next {
  margin-left: 3px;
}
.pagination-item {
  margin: 0 7px;
  text-decoration: none;
  color: black;
}

.registration {
  width: 940px;
  padding: 18px;
  margin: 30px auto 100px;
  background: #E6E6E6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
}
.registration h1, .registration .h1 {
  font-size: 28px;
  margin: -6px 0 12px 0;
}
.registration-item {
  margin-bottom: 20px;
}
.registration-column {
  float: left;
  width: 48.5%;
}
.registration-column + .registration-column {
  margin-left: 3%;
}
.registration input[type="text"].input1,
.registration input[type="password"].input1,
.registration textarea.input1,
.registration .jq-selectbox,
.registration .jq-selectbox__select-text {
  display: block !important;
  width: 100%;
}
.registration-halfWidth {
  float: left;
  width: 49.5% !important;
}
.registration-halfWidth + .registration-halfWidth {
  margin-left: 1%;
}
.registration-agree {
  font-size: 14px;
  text-align: center;
}
.registration-agree label {
  display: inline-block;
}
.registration-submit {
  margin: 10px 0 20px;
  text-align: center;
}
.registration-submit button {
  min-width: 330px;
}

.olympiad {
  width: 940px;
  margin: 30px auto 0;
}
.olympiad-topColumn {
  float: left;
  width: 48.5%;
}
.olympiad-topColumn img {
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
}
.olympiad-topColumn + .olympiad-topColumn {
  margin-left: 3%;
}
.olympiad-time {
  background: #F0F0F0;
  border-radius: 6px;
}
.olympiad-timeHeader {
  color: #fff;
  padding: 12px 20px 12px 100px;
  line-height: 1.1;
  background: #11b8c9 no-repeat 30px center url("../img/calend-icon.png");
  font-size: 20px;
  border-radius: 6px;
}
.olympiad-timeHeaderDate {
  display: block;
  font-size: 28px;
}
.olympiad-timeBody {
  padding: 35px 20px 45px;
  line-height: 1.2;
  font-size: 17px;
}
.olympiad-timeBody table td {
  padding: 18px 30px 0;
  vertical-align: middle;
  border-left: 1px dotted #000;
}
.olympiad-timeBody table td:first-child {
  border-left: none;
}
.olympiad-timeBody table tr:first-child td {
  padding-top: 0;
}
.olympiad-submit {
  margin: 40px 0;
  text-align: center;
}
.olympiad-submit .button1, .olympiad-submit .button1--small, .olympiad-submit .button1--tiny, .olympiad-submit .button1--large {
  min-width: 280px;
}
.olympiad-prizesHeader {
  margin-bottom: -26px !important;
}

.textbody {
  font-size: 15px;
}
.textbody ul, .textbody ol {
  overflow: hidden;
}
.textbody ul {
  padding-left: 0;
  list-style: none;
}
.textbody ul > li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 24px;
}
.textbody ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: 6px;
  background: #08B7D4;
}
.textbody ol {
  padding-left: 0;
  list-style: none;
}
.textbody ol li {
  padding-left: 20px;
  counter-increment: li;
  margin-bottom: 24px;
}
.textbody ol li:before {
  content: counter(li) ". ";
  margin-right: 8px;
  margin-left: -20px;
  color: #999;
}
.textbody small {
  color: #999999;
}
.textbody table {
  margin-top: 20px;
  margin-bottom: 20px;
}
.textbody .table0 {
  margin-left: -8px;
  margin-right: -8px;
}
.textbody .table0 th,
.textbody .table0 td {
  padding: 8px;
  font-weight: normal;
  vertical-align: top;
}
.textbody .table1,
.textbody .table2 {
  border-collapse: separate;
  border-spacing: 0 1px;
}
.textbody .table1 th,
.textbody .table1 td,
.textbody .table2 th,
.textbody .table2 td {
  vertical-align: top;
  padding: 13px;
  background: #E8E7E7;
  font-weight: normal;
}
.textbody .table1 tbody tr:nth-child(even) th,
.textbody .table1 tbody tr:nth-child(even) td,
.textbody .table2 tbody tr:nth-child(even) th,
.textbody .table2 tbody tr:nth-child(even) td {
  background: #F4F3F3;
}
.textbody .table2 th {
  background: #999999;
  border-radius: 0 !important;
  color: #fff;
}
.textbody h1, .textbody .h1,
.textbody h2,
.textbody .h2,
.textbody h3,
.textbody .h3,
.textbody h4,
.textbody .h4,
.textbody h5,
.textbody .h5,
.textbody h6,
.textbody .h6 {
  margin-bottom: .2em;
}
.textbody-imgWrap {
  display: inline-block;
  font-style: italic;
  font-size: 14px;
}
.textbody-imgWrap.float-left {
  float: left;
  margin-right: 16px;
}
.textbody-imgWrap.float-right {
  float: right;
  margin-left: 16px;
}
.textbody-imgWrap img {
  display: block;
}

.siteInfo {
  position: fixed;
  z-index: 2000;
  width: 300px;
  top: 20px;
  right: 20px;
}
.siteInfo--onPage {
  position: static;
  width: auto;
  margin: 20px 0 0;
}
.siteInfo-inner {
  position: relative;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 16px 40px 16px 40px;
  border: 1px dashed #2E2E2E;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.siteInfo-inner:before {
  content: "";
  position: absolute;
  display: none;
  top: 16px;
  left: 20px;
  width: 42px;
  height: 42px;
  background: no-repeat url("../img/siteinfo.png");
}
.siteInfo-inner--warning {
  padding-left: 80px;
}
.siteInfo-inner--warning:before {
  display: block;
}
.siteInfo-inner--success {
  padding-left: 80px;
}
.siteInfo-inner--success:before {
  display: block;
  background-position: -48px 0;
}
.siteInfo-inner--error {
  padding-left: 80px;
}
.siteInfo-inner--error:before {
  display: block;
  background-position: -92px 0;
}

.siteInfo--onPage .siteInfo-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ePopup {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 1002;
  width: 300px;
  padding: 20px;
  left: 50%;
  margin-left: -170px;
  border-radius: 5px 0 5px 5px;
}
.ePopup-overlay {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.ePopup-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/overlay.png");
  opacity: 0.5;
}
.ePopup-body input[type="text"].input1,
.ePopup-body input[type="password"].input1,
.ePopup-body textarea.input1,
.ePopup-body .jq-selectbox,
.ePopup-body .jq-selectbox__select-text {
  display: block !important;
  width: 100%;
}
.ePopup-close {
  position: absolute;
  top: -22px;
  right: 0;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  text-decoration: underline;
  background: #fff;
  padding: 4px 8px;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
}
.ePopup-close:hover {
  text-decoration: none;
}

.test {
  font-size: 16px;
}
.test-item {
  position: relative;
  z-index: 0;
  counter-increment: test;
  margin-bottom: 40px;
}
.test-itemTitle {
  margin-bottom: 10px;
  font-weight: bold;
}
.test-itemTitle:before {
  content: counter(test) ") ";
}
.test-itemBody {
  position: relative;
}
.test-itemBody > ul {
  padding-left: 0;
  list-style: none;
}
.test-itemBody > ul > li {
  margin-bottom: 20px;
}
.test-itemBody > ul > li:before {
  content: "-";
  margin-right: 24px;
}
.test-itemBody .marked {
  text-transform: uppercase;
  color: #cc0000;
}
.test-itemBody.finished {
  pointer-events: none;
}
.test-itemBody.finished .finished-overlay {
  content: "";
  position: absolute;
  z-index: 1001;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: url("../img/white-overlay.png");
  background: rgba(255, 255, 255, 0.5);
}
.test-localFinish {
  margin-top: 20px;
}
.test-localFinish .button4 {
  margin-left: 20px;
}
.test-finish {
  margin: 30px 0;
}

.testNote {
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 13px;
  font-style: italic;
  color: #666666;
}

.testType1 input[type="text"],
.testType1 .jq-selectbox__select-text {
  width: 208px;
  margin-right: 10px;
}
.testType1 textarea {
  display: block;
  width: 500px;
  height: 70px;
  resize: none;
}
.testType1 .testRow {
  margin-bottom: 6px;
}

.testType2 .testRow {
  margin-left: -3px;
  margin-bottom: 2px;
}
.testType2 .testRow span {
  display: inline-block;
  vertical-align: middle;
  height: 18px !important;
  line-height: 18px;
  padding: 0 3px;
  cursor: move;
}
.testType2 .testRow span:hover {
  color: #cc0000;
}

.testType3 {
  counter-reset: test3;
}
.testType3 .js-testDraggable span {
  display: inline-block;
  cursor: move;
}
.testType3 .js-testDraggable span:hover {
  color: #cc0000;
}
.testType3 .testTable {
  width: 974px;
  margin: 0 -15px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 15px 0;
}
.testType3 .testTable-cell {
  float: left;
  width: 32%;
  margin: 0 0.5% 10px;
  vertical-align: top;
  counter-increment: test3;
}
.testType3 .testTable-cell:before {
  content: counter(test3) ".";
  float: left;
  width: 38px;
  margin-right: -38px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.testType3 .testTable-cell input[type="text"] {
  display: block;
  width: 100%;
  padding-left: 34px;
}
.testType3 .testTable-cell input[type="text"].dropover {
  background: #fffbd8;
}

.testType4 .testTable {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.testType4 .testTable-cell {
  display: table-cell;
  vertical-align: top;
  padding: 20px 20px 50px;
}
.testType4 .testTable-cell.testTable-cell--static {
  padding-left: 40px;
  background: #F1F1F1;
}
.testType4 .testTable-item {
  position: relative;
  width: 234px;
  min-height: 26px;
  padding: 15px 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px dashed #D7D7D7;
}
.testType4 .testTable-item.dropover {
  background: #fffbd8;
}
.testType4 .testTable-itemNumber {
  position: absolute;
  height: 30px;
  line-height: 30px;
  top: 50%;
  margin-top: -15px;
  left: -24px;
  font-size: 15px;
  font-weight: normal;
}
.testType4 .testTable-itemInner {
  padding: 6px;
  margin: -6px 0;
  background: #F3F3F3;
  cursor: move;
}

.testType4 .testTable-cell--static .testTable-item {
  background: #DCDCDC !important;
  border: none;
}

/*KEYBOARD STYLES*/
.keyboard {
  position: fixed;
  z-index: 101;
  left: 50%;
  bottom: 0;
  min-width: 120px;
  min-height: 80px;
  margin-left: -64px;
  padding: 2px;
  border: 4px solid #DBDBDB;
  border: 4px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  background: #F2F2F2;
  border-radius: 8px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*keyboard preloader*/
.keyboard:before {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border-radius: 8px;
  background: #666666 center center no-repeat url("../img/preloader.gif");
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: .2s .4s opacity;
  -o-transition: .2s .4s opacity;
  transition: .2s .4s opacity;
}

.keyboard--loading:before {
  visibility: visible;
  opacity: 1;
}

.keyboard-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 1px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 1px #fff;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #B1B1B1;
  background: whitesmoke;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, whitesmoke), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, whitesmoke 0%, #dddddd 100%);
  background: -o-linear-gradient(top, whitesmoke 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#dddddd));
  background: linear-gradient(to bottom, whitesmoke 0%, #dddddd 100%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 1px white, 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px white, 0 1px 1px rgba(0, 0, 0, 0.15);
}

.keyboard-button--empty {
  visibility: hidden;
}

.keyboard-button:hover {
  background: gainsboro;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, gainsboro), color-stop(100%, #c4c4c4));
  background: -webkit-linear-gradient(top, gainsboro 0%, #c4c4c4 100%);
  background: -o-linear-gradient(top, gainsboro 0%, #c4c4c4 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(gainsboro), to(#c4c4c4));
  background: linear-gradient(to bottom, gainsboro 0%, #c4c4c4 100%);
}

.keyboard-button:active,
.keyboard--shift .keyboard-button--shift {
  background: #EBEBEB;
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.45), 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.45), 0 1px 1px rgba(0, 0, 0, 0.15);
}

.keyboard-button--caps:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 6px;
  height: 6px;
  background: #CCCCCC;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.keyboard--caps .keyboard-button--caps:before {
  background: #12ED12;
  -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.5);
}

.keyboard-button--lang {
  padding: 0 20px 0 26px;
  font-size: 12px;
  text-align: left;
  text-transform: lowercase;
}

.keyboard-button--lang:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 7px;
  width: 14px;
  height: 14px;
  background: no-repeat url("../img/keyboard-lang.png");
}

.keyboard-button--lang:after {
  content: "";
  position: absolute;
  margin-top: -2px;
  top: 50%;
  right: 8px;
  width: 7px;
  height: 4px;
  background: no-repeat -4px -14px url("../img/keyboard-lang.png");
}

.keyboard-button--lang--active:after {
  background-position: -4px -18px;
}

.keyboard-langText {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.keyboard-langDropdown {
  position: absolute;
  display: none;
  left: -2px;
  right: -2px;
  bottom: 100%;
  padding: 6px 0;
  margin: 0 0 1px;
  list-style: none;
  text-transform: none;
  background: #F4F4F4;
  border: 1px solid #D2D2D2;
  -webkit-box-shadow: 0 0 1px inset #fff;
  box-shadow: 0 0 1px inset #fff;
  border-radius: 6px;
}

.keyboard-button--lang--active .keyboard-langDropdown {
  display: block;
}

.keyboard-langDropdownItem {
  padding: 6px 7px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.1;
  background: none;
  color: inherit;
  text-shadow: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.keyboard-langDropdownItem--active {
  color: #fff;
  background: #666666;
}

.keyboard-langDropdown:hover .keyboard-langDropdownItem {
  background: none;
  color: inherit;
}

.keyboard-langDropdown .keyboard-langDropdownItem:hover {
  color: #fff;
  background: #3647ee;
}

/*.keyboard--disabled:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.keyboard--disabled .keyboard-button {
  opacity: .5;
}*/
.keyboard-input {
  -webkit-box-shadow: 0 0 5px #20a95f !important;
  box-shadow: 0 0 5px #20a95f !important;
  -webkit-box-shadow: 0 0 5px rgba(32, 169, 95, 0.7) !important;
  box-shadow: 0 0 5px rgba(32, 169, 95, 0.7) !important;
}

.keyboard-input.input1 {
  -webkit-box-shadow: 0 1px 5px #20a95f !important;
  box-shadow: 0 1px 5px #20a95f !important;
  -webkit-box-shadow: 0 1px 5px rgba(32, 169, 95, 0.7) !important;
  box-shadow: 0 1px 5px rgba(32, 169, 95, 0.7) !important;
}

.keyboard {
  border-color: rgba(32, 169, 95, 0.3);
}

.keyboard--disabled {
  border-color: #dbdbdb;
  border-color: 4px solid rgba(0, 0, 0, 0.15);
}

.keyboard-close {
  position: absolute;
  top: 16px;
  left: 100%;
  margin-left: 4px;
  width: 24px;
  height: 32px;
  background-color: rgba(32, 169, 95, 0.3);
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}

.keyboard--disabled .keyboard-close {
  background-color: #DBDBDB;
  background-color: rgba(0, 0, 0, 0.15);
}

.keyboard-close:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  height: 8px;
  width: 8px;
  margin-top: -4px;
  margin-left: -8px;
  background: no-repeat 0 -8px url("../img/keyboard-close.png");
}

.keyboard-close:hover:before {
  background-position: 0 0;
}

.keyboard-close:after {
  z-index: 1;
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
  background: #FF8383;
  border-radius: 0 6px 6px 0;
}

.keyboard-input.placeholder {
  color: transparent;
}

.keyboard-input::-webkit-input-placeholder {
  color: transparent;
}

.keyboard-input:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}

.keyboard-input::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

.keyboard-input:-ms-input-placeholder {
  color: transparent;
}

.keyboard-open {
  position: fixed;
  z-index: 30;
  width: 30px;
  height: 115px;
  right: 0;
  top: 50%;
  margin-top: -57px;
  background: no-repeat url("../img/keyboard-open.png");
  cursor: pointer;
}

ul.sert { list-style-type: none; margin: 10px 0; padding: 0; }
ul.sert li { list-style-type: none; float: left; margin: 0 20px 20px 0; }
ul.sert li span { display: block; font-size: 0.9em; }

.pass-change {
  font-size: 17px;
  margin-bottom: -10px;
  margin-top: 6px;
}
.lk-edit input[type="text"],
.lk-edit textarea {
  width: 380px;
}