@import url('//fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic');
.navbar {
  margin-bottom: 40px; }

.footer {
  margin-top: 100px; }

.words-simulator-test {
  font-family: "PT Sans", PTSans-Regular; }
  .words-simulator-test .header {
    margin-bottom: 40px;
    height: 40px;
    line-height: 26px; }
    .words-simulator-test .header h1 {
      font-size: 18px;
      margin-right: 20px; }
  .words-simulator-test .volume-switcher {
    cursor: pointer; }
  .words-simulator-test .answer-comment {
    color: #688cb7;
    font-size: 18px;
    line-height: 26px;
    height: 60px;
    text-align: center; }
    .words-simulator-test .answer-comment.all-right {
      color: #71e165; }
    .words-simulator-test .answer-comment.wrong {
      color: #e16565; }
  .words-simulator-test .task-container {
    margin-bottom: 80px;
    height: 220px;
    position: relative; }
    .words-simulator-test .task-container .prev-and-next-container {
      height: 220px;
      line-height: 220px;
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      text-align: center; }
      .words-simulator-test .task-container .prev-and-next-container a {
        margin: 0 40px;
        width: 100px;
        vertical-align: middle;
        height: 40px;
        border: none;
        border-radius: 10px;
        padding: 0 20px;
        color: white;
        font-size: 14px;
        font-weight: bold;
        background: #0ab6e8;
        display: inline-block;
        line-height: 40px;
        text-decoration: none;
        cursor: pointer; }
        .words-simulator-test .task-container .prev-and-next-container a:hover {
          background: #0bcaff;
          color: white; }
    .words-simulator-test .task-container table {
      text-align: left;
      width: 100%; }
      .words-simulator-test .task-container table td {
        padding: 0;
        width: 50%; }
      .words-simulator-test .task-container table .question-word-container {
        text-align: right; }
        .words-simulator-test .task-container table .question-word-container .question-word {
          margin-right: 30px;
          font-size: 36px;
          line-height: 20px;
          display: inline-block; }
      .words-simulator-test .task-container table .answers-list {
        font-size: 24px;
        line-height: 20px;
        margin-left: 30px; }
        .words-simulator-test .task-container table .answers-list .answer-variant {
          padding: 10px 0; }
          .words-simulator-test .task-container table .answers-list .answer-variant:hover {
            cursor: pointer;
            font-weight: bold; }
        .words-simulator-test .task-container table .answers-list .answer-variant:last-child {
          padding: 10px 0 0 0; }
        .words-simulator-test .task-container table .answers-list .answer-variant:first-child {
          padding: 0 0 10px 0; }
  .words-simulator-test .scores {
    color: #808080;
    height: 20px;
    line-height: 30px; }
  .words-simulator-test .progress {
    height: 10px;
    margin: 10px 0 0 0;
    background: #e0e0e0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
    .words-simulator-test .progress .bar {
      background: #71e165 !important; }

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