* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
ol,
ul,
menu {
  list-style: none outside none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
p {
  padding-bottom: 16px;
}
strong,
b {
  font-weight: 900;
}
input,
textarea,
select {
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
input::-ms-clear {
  display: none !important;
}
a,
.link {
  outline: none;
  color: #050709;
  text-decoration: none;
}
html {
  overflow: hidden;
  -webkit-text-size-adjust: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  color: #050709;
  background-color: #000000;
  background-color: #ffffff;
  line-height: normal;
  font-weight: 300;
  min-width: 320px;
}
body.loaded {
  background-color: white;
}
.html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: #000000;
  background-color: #fff;
}
.container.blured {
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
}
#pep-debug {
  display: none;
}
.table-box {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.table-box .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.text-ellipsis .text-nowrap {
  white-space: pre-line;
}
.tablet.portrait {
  font-size: 1.3em;
}
.tablet.portrait .select-box {
  font-size: 80%;
}
.tablet.portrait .key-board .char .t-cell {
  font-size: 120%;
}
.message-for-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.5;
  z-index: 30;
  background: rgba(0, 0, 0, 0.95);
  color: #ffffff;
  display: none;
}
.message-for-mobile .table-box {
  background: url("../img/rotation.svg") no-repeat 50% 50% transparent;
  background-size: auto 70%;
}
.mobile.landscape .message-for-mobile {
  display: block;
}
.mobile body {
  font-size: 0.6em;
}
.cell__inp {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: normal;
  vertical-align: middle;
}
.bg-stars {
  background: url("../img/content/Stars.png") no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.error-box-xml {
  position: absolute;
  top: 0;
  left: 0;
  color: #ff0000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  font-size: 5vw;
  text-align: center;
  -webkit-transition: opacity .5s, visibility .5s;
  -moz-transition: opacity .5s, visibility .5s;
  -ms-transition: opacity .5s, visibility .5s;
  -o-transition: opacity .5s, visibility .5s;
  transition: opacity .5s, visibility .5s;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3bead+0,dfe5d7+60,fcfff4+100 */
  background: #b3bead;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b3bead 0%, #dfe5d7 60%, #fcfff4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3bead), color-stop(60%, #dfe5d7), color-stop(100%, #fcfff4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b3bead 0%, #dfe5d7 60%, #fcfff4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b3bead 0%, #dfe5d7 60%, #fcfff4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b3bead 0%, #dfe5d7 60%, #fcfff4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b3bead 0%, #dfe5d7 60%, #fcfff4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3bead', endColorstr='#fcfff4', GradientType=0);
  /* IE6-9 */
}
.error-box-xml .name-wrap {
  font-weight: 600;
}
.error-xml .container {
  opacity: 0;
}
.error-xml .error-box-xml {
  opacity: 1;
  visibility: visible;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
ol,
ul,
menu {
  list-style: none outside none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
p {
  padding-bottom: 16px;
}
strong,
b {
  font-weight: 900;
}
input,
textarea,
select {
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
input::-ms-clear {
  display: none !important;
}
a,
.link {
  outline: none;
  color: #050709;
  text-decoration: none;
}
html {
  -webkit-text-size-adjust: none;
  font-size: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #050709;
  line-height: normal;
  font-weight: 300;
  min-width: 320px;
}
.html,
body {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f2f2f2;
}
.container {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s 0.5s;
  -moz-transition: opacity 0.25s 0.5s;
  -ms-transition: opacity 0.25s 0.5s;
  -o-transition: opacity 0.25s 0.5s;
  transition: opacity 0.25s 0.5s;
  text-align: center;
}
.table-box {
  display: table;
  width: 100%;
  height: 100%;
}
.table-box .table-row {
  vertical-align: middle;
  display: table-row;
}
.table-box .table-cell {
  vertical-align: middle;
  display: table-cell;
}
.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.text-ellipsis .text-nowrap {
  white-space: pre-line;
}
.blur {
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
}
.loaded .container {
  opacity: 1;
}
.disabled {
  pointer-events: none !important;
}
.landscape {
  font-size: 2vh;
}
.portrait {
  font-size: 2vw;
}
.greenGradient {
  background: #9dd53a;
  background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
  background: -webkit-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
  background: linear-gradient(to bottom, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dd53a', endColorstr='#7cbc0a', GradientType=0);
}
.btn {
  display: inline-block;
  padding: 0.4em 1.5em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  cursor: pointer;
  box-sizing: border-box;
  opacity: 0.9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover {
  opacity: 1;
}
#paper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}
.ui-draggable-dragging {
  z-index: 999 !important;
}
.half {
  width: 50%;
}
.rect-wrap {
  position: relative;
  width: 1em;
  height: 1em;
  display: inline-block;
}
.rect-wrap .rectangle {
  position: absolute;
  top: 0.33em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.rect-wrap .rectangle.r--t {
  border-width: 0 0.5em 0.5em 0.5em;
  border-color: transparent transparent white transparent;
}
.rect-wrap .rectangle.r--l {
  top: 0;
  left: 0.33em;
  border-width: 0.5em 0.5em 0.5em 0;
  border-color: transparent white transparent transparent;
}
.rect-wrap .rectangle.r--r {
  top: 0;
  left: 0.33em;
  border-width: 0.5em 0 0.5em 0.5em;
  border-color: transparent transparent transparent white;
}
.rect-wrap .rectangle.r--b {
  border-width: 0.5em 0.5em 0 0.5em;
  border-color: white transparent transparent transparent;
}
.preload-font {
  font-weight: 600;
  width: 0;
  height: 0;
  overflow: hidden;
  color: transparent;
  opacity: 0;
}
body.step-2 .controls {
  display: block;
}
body.step-2 .picture {
  display: block;
}
body.step-2 .title-box .eo__set__grid {
  display: none;
}
body.step-2 .title-box .btn__test {
  display: none;
}
body.step-2 .title-box .btn__back__publish {
  display: inline-block;
}
body.step-2 .editor-option .eo__words__wrap .eow__list .eowL__wr {
  z-index: 0;
  width: 50.2%;
  top: 0;
  bottom: auto;
  height: auto;
  right: auto;
  left: 0;
  background-color: #808080;
}
body.step-2 .editor-option .eo__words__wrap .eow__list .eowL__wr .eow__txt {
  display: block;
}
body.step-2 .editor-option .eo__words__wrap .eow__list .eowL__wr .ico {
  display: none;
}
body.step-2 .editor-option .eo__words__wrap .eow__list .eowL__wr.eowL__down {
  right: 0;
  left: auto;
}
body.step-2 .editor-option .eo__words__wrap .eowS__wr {
  display: none;
}
body.step-2 .play-field .dark-cell .number {
  display: block;
}
body.step-2.type-across .editor-option .eo__words__wrap .eowL__across {
  z-index: 1;
}
body.step-2.type-across .editor-option .eo__words__wrap .eowL__across .eowI--title {
  background: #6db3f2;
  background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background: -webkit-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background: linear-gradient(to bottom, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=0);
  -webkit-border-radius: 1em;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 1em;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-radius: 1em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body.step-2.type-down .editor-option .eo__words__wrap .eowL__down {
  z-index: 1;
}
body.step-2.type-down .editor-option .eo__words__wrap .eowL__down .eowI--title {
  background: #6db3f2;
  background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background: -webkit-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background: linear-gradient(to bottom, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=0);
  -webkit-border-radius: 0;
  -webkit-border-top-left-radius: 1em;
  -webkit-border-bottom-left-radius: 1em;
  -moz-border-radius: 0;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-bottomleft: 1em;
  border-radius: 0;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}
.title-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 8%;
  max-height: 11%;
  left: 0;
  color: #ffffff;
  z-index: 6;
  font-size: 180%;
  padding: 0 0.5em;
}
.title-box .logo {
  position: absolute;
  top: 50%;
  left: 0;
  background: url("../img/design/sciencewiz-logo.png") no-repeat 0 0 transparent;
  background-size: contain;
  cursor: pointer;
  margin-left: 0.5em;
}
.title-box .h__title {
  text-align: right;
  display: block;
  box-sizing: border-box;
  margin: 0 0.4em 0 0;
  text-transform: capitalize;
}
.f__wrap__buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.f__wrap__buttons .f__button {
  position: relative;
  float: right;
  border: 2px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 90%;
  font-weight: 600;
  cursor: pointer;
  font-size: 96%;
  opacity: 0.8;
  margin-right: 0.5em;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.f__wrap__buttons .f__button .fb___ico {
  display: inline-block;
}
.f__wrap__buttons .f__button:hover {
  opacity: 1;
}
.f__wrap__buttons .f__button.fb--if {
  font-style: italic;
}
.f__wrap__buttons .f__button.fb--restart {
  border: none;
  margin-top: 2px;
}
.f__wrap__buttons .f__button.fb--restart .fb___ico {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  height: 114%;
  margin: -57% 0 0 -57%;
  background: url("../img/design/restart.svg") no-repeat transparent 0 0;
  background-size: contain;
}
.play-field {
  position: absolute;
  top: 7%;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 0;
  -moz-box-shadow: inset -1px -1px 0 0 #000;
  -webkit-box-shadow: inset -1px -1px 0 0 #000;
  box-shadow: inset -1px -1px 0 0 #000;
  background-color: #ffffff;
}
.play-field .dark-cell {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  /*&:before{
      position: absolute;
      content: ' ';
      top: 100%;
      left: -.3 / 5em;
      right: -.2em;
      height: .3em;
      background: url("../img/design/black-shadow.png") no-repeat scroll 0 0 transparent;
    }

    &:after{
      position: absolute;
      content: ' ';
      top: -.3 / 5em;
      left: 100%;
      width: .3em;
      bottom: -.3em;
      background: url("../img/design/black-shadow2.png") no-repeat scroll 0 0 transparent;
    }*/
}
.play-field .dark-cell .number {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.1em;
  line-height: 100%;
  font-size: 0.35em;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
.play-field .dark-cell .char {
  width: 100%;
  height: 100%;
  display: table;
}
.play-field .dark-cell .char .sb {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.play-field .dark-cell.empty {
  background-color: #000000 !important;
  pointer-events: none !important;
}
.play-field .dark-cell.red {
  background-color: red !important;
}
.play-field .dark-cell.red .char {
  color: #ffffff;
}
.play-field .dark-cell.grey {
  background-color: grey;
}
.play-field .dark-cell.grey .char {
  color: #ffffff;
}
.play-field .dark-cell.active,
.play-field .dark-cell.next {
  background-color: #2368b1;
}
.play-field .dark-cell.active .char,
.play-field .dark-cell.next .char {
  color: #ffffff;
}
.play-field .dark-cell.focus {
  background-color: #224a88;
}
.play-field .dark-cell.focus .char {
  color: #ffffff;
}
.play-field .dark-cell[data-word] {
  cursor: pointer;
}
.play-field .dark-cell.freeX,
.play-field .dark-cell.freeY {
  background-color: #b6b6b6;
}
.play-field .dark-cell.first {
  clear: left;
}
.play-field .dark-cell.disabled {
  opacity: 0;
}
.word-on-play {
  text-transform: uppercase;
  position: fixed;
}
.letter {
  float: left;
  text-transform: uppercase;
  text-align: center;
}
.audio_pl {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: transparent;
}
.questions-box {
  position: fixed;
  bottom: 38%;
  width: 1px;
  right: 0;
  height: 55%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  overflow: hidden;
  vertical-align: bottom;
  display: none !important;
}
.select-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
  background: #ffffff;
  color: #2368b1;
  text-align: left;
  font-size: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
.select-box .show-clue-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.select-box .show-clue-box .table-box {
  /*background: url("../img/clues/text-img.jpg") no-repeat center scroll transparent;*/
  background-size: auto 100%;
}
.select-box .show-clue-box .table-box .cell-box {
  display: none;
}
.select-box .show-bottom {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  font-size: 90%;
}
.select-box .show-bottom .t-cell {
  padding: 0 20%;
  line-height: 100%;
}
.select-box .show-bottom .arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 20%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
  cursor: pointer;
}
.select-box .show-bottom .arrow.l-ar {
  left: 0;
  background: url("../img/left_arrow.svg") no-repeat center transparent;
  background-size: auto 70%;
}
.select-box .show-bottom .arrow.r-ar {
  right: 0;
  background: url("../img/right_arrow.svg") no-repeat center transparent;
  background-size: auto 70%;
}
.select-box .show-bottom.bot-text {
  text-transform: uppercase;
}
.select-box .table-box {
  display: table;
  width: 100%;
  height: 100%;
}
.select-box .table-box .cell-box {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5%;
  text-align: center;
  font-size: 200%;
}
.select-box .image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: auto 100%;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
.select-box .video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
.select-box .video-box iframe {
  width: 100%;
  height: 100%;
}
.select-box .video-box.au {
  background: url("../img/bgaudio.jpg") no-repeat transparent center scroll;
  background-size: cover;
}
.select-box .wrap {
  opacity: 0;
  top: 0;
  left: 5%;
  position: absolute;
  vertical-align: middle;
  -webkit-transition: top 0.12s;
  -moz-transition: top 0.12s;
  -ms-transition: top 0.12s;
  -o-transition: top 0.12s;
  transition: top 0.12s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 90%;
  height: 100%;
  z-index: 0;
}
.select-box .drag {
  padding: 0;
  position: absolute;
  left: 0;
}
.select-box .clue {
  width: 100%;
  height: 20%;
  display: block;
}
.select-box .clues-text {
  display: block;
  padding: 5px 0;
  vertical-align: middle;
  color: #cdcdcd;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color .12s, font-size .12s;
  -moz-transition: color .12s, font-size .12s;
  -ms-transition: color .12s, font-size .12s;
  -o-transition: color .12s, font-size .12s;
  transition: color .12s, font-size .12s;
}
.select-box .active .clues-text {
  color: #2368b1;
}
.hidden-images {
  display: none;
}
.t-table {
  display: table;
  width: 100%;
  height: 100%;
}
.t-table .t-cell {
  display: table-cell;
  vertical-align: middle;
}
.loaded .questions-box {
  opacity: 1;
}
.portrait .questions-box {
  width: 100%;
}
.portrait .select-box .drag {
  padding: 0;
}
.portrait.wihportrait .select-box .drag {
  padding: 300% 0;
}
.key-board {
  position: fixed;
  bottom: 0;
  padding: 0 0 0 0;
  right: 0;
  height: 38%;
  width: 47%;
  text-align: center;
  color: #ffffff;
  display: table;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  -webkit-transition: opacity 0.11s;
  -moz-transition: opacity 0.11s;
  -ms-transition: opacity 0.11s;
  -o-transition: opacity 0.11s;
  transition: opacity 0.11s;
  overflow: hidden;
  background-color: #ffffff;
  z-index: 21;
}
.key-board .gradient {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: -moz-linear-gradient(top, rgba(195, 193, 193, 0.9) 0%, #474748 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(195, 193, 193, 0.9)), color-stop(100%, #474748));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(195, 193, 193, 0.9) 0%, #474748 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(195, 193, 193, 0.9) 0%, #474748 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(195, 193, 193, 0.9) 0%, #474748 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(195, 193, 193, 0.9) 0%, #474748 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6c3c1c1', endColorstr='#474748', GradientType=0);
  /* IE6-9 */
}
.key-board .chars-box {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.key-board .cell {
  float: left;
  display: block;
  margin: 0 auto;
}
.key-board .cell.top {
  float: none;
  height: 31.875%;
  width: 97.3881%;
}
.key-board .cell.top .char {
  height: 100%;
  width: 9.96169%;
}
.key-board .cell.top .char .t-cell {
  height: 92.1569%;
  margin: 2.5% 3.76667% 1.7% 9.56667%;
  width: 86.5385%;
}
.key-board .cell.middle {
  float: none;
  height: 31.875%;
  width: 87.6866%;
}
.key-board .cell.middle .char {
  height: 100%;
  width: 11.0638%;
}
.key-board .cell.middle .char .t-cell {
  height: 92.1569%;
  margin: 2.5% 5.76667% 1.7% 7.56667%;
  width: 86.5385%;
}
.key-board .cell.bottom {
  float: none;
  height: 31.875%;
  width: 68.2836%;
}
.key-board .cell.bottom .char {
  height: 100%;
  width: 14.2077%;
}
.key-board .cell.bottom .char .t-cell {
  height: 92.1569%;
  margin: 2.5% 5.76667% 1.7% 7.56667%;
  width: 86.5385%;
}
.key-board .cell.bottom .char.toggle {
  bottom: auto;
  height: auto;
  top: 65.4%;
  width: 16%;
  padding: 0;
}
.key-board .cell.bottom .char.bksp {
  bottom: auto;
  height: auto;
  left: auto;
  right: auto;
  top: 65.4%;
  width: 14.8%;
  padding: 0;
}
.key-board .cell.bottom .char.bksp .t-cell {
  margin: 0;
  width: 86%;
  background: url("../img/design/delete.png") no-repeat center transparent;
  background-size: auto 35%;
}
.key-board .cell.bottom .char.bksp .txt {
  height: 100%;
}
.key-board .char {
  overflow: hidden;
  float: left;
  z-index: 1;
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.5% 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.key-board .char .t-cell {
  font-size: 100%;
  height: auto;
  margin: 0;
  width: auto;
  float: left;
  display: table;
}
.key-board .char .t-cell .txt {
  display: table-cell;
  border: 1px solid #ffffff;
  -webkit-border-radius: 0.35em;
  -moz-border-radius: 0.35em;
  border-radius: 0.35em;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.key-board .char .t-cell .txt img {
  display: block;
  height: 100%;
  margin: 0 auto;
  vertical-align: middle;
  width: 30%;
}
.key-board .char.large {
  position: absolute;
  bottom: 2.1%;
}
.key-board .char.large.toggle {
  left: 0;
  right: auto;
}
.key-board .char.large.toggle .t-cell {
  margin: 0 !important;
  width: 100% !important;
}
.key-board .char.large.toggle .t-cell .txt {
  border-left: none;
  -webkit-border-radius: 0;
  -webkit-border-top-right-radius: 0.35em;
  -webkit-border-bottom-right-radius: 0.35em;
  -moz-border-radius: 0;
  -moz-border-radius-topright: 0.35em;
  -moz-border-radius-bottomright: 0.35em;
  border-radius: 0;
  border-top-right-radius: 0.35em;
  border-bottom-right-radius: 0.35em;
  border-color: #2368b1;
  background-color: #2368b1;
}
.key-board.large-board {
  -webkit-border-radius: 0.35em 0 0;
  -moz-border-radius: 0.35em 0 0;
  border-radius: 0.35em 0 0;
}
.key-board.large-board .gradient {
  -webkit-border-radius: 0.35em 0 0;
  -moz-border-radius: 0.35em 0 0;
  border-radius: 0.35em 0 0;
}
.key-board.narrowed-block {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.key-board.narrowed-block .gradient {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.type-across .txt .down {
  display: none;
}
.type-across .txt .cross {
  display: block;
}
.type-down .txt .down {
  display: block;
}
.type-down .txt .cross {
  display: none;
}
.loaded .key-board {
  opacity: 1;
}
.portrait .key-board {
  width: 100%;
}
.portrait .key-board.large-board .gradient {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mobile .key-board {
  width: 100%;
  border-top: 1px solid #000;
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mobile .key-board .chars-box {
  display: block;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.mobile .key-board .gradient {
  background: #444;
}
.mobile .key-board .cell {
  height: 31px;
  display: block;
  width: 100%;
}
.mobile .key-board .cell .char {
  margin: 0;
  padding: 0;
  width: 31px;
}
.mobile .key-board .cell .char .bg {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 1px;
  bottom: 0;
  z-index: 0;
  background: #c3c1c2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c3c1c2 0%, #c2c0c1 2%, #b9b7b8 9%, #b9b9b9 9%, #b7b5b6 10%, #b5b3b4 13%, #acaaab 20%, #acacac 20%, #a3a1a2 27%, #a3a1a2 29%, #9f9d9e 31%, #9f9f9f 32%, #9d9b9c 33%, #7d7b7c 60%, #7c7c7c 62%, #7a7879 63%, #747474 68%, #716f70 71%, #717171 71%, #6f6d6e 73%, #6f6f6f 73%, #575556 93%, #505050 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3c1c2), color-stop(2%, #c2c0c1), color-stop(9%, #b9b7b8), color-stop(9%, #b9b9b9), color-stop(10%, #b7b5b6), color-stop(13%, #b5b3b4), color-stop(20%, #acaaab), color-stop(20%, #acacac), color-stop(27%, #a3a1a2), color-stop(29%, #a3a1a2), color-stop(31%, #9f9d9e), color-stop(32%, #9f9f9f), color-stop(33%, #9d9b9c), color-stop(60%, #7d7b7c), color-stop(62%, #7c7c7c), color-stop(63%, #7a7879), color-stop(68%, #747474), color-stop(71%, #716f70), color-stop(71%, #717171), color-stop(73%, #6f6d6e), color-stop(73%, #6f6f6f), color-stop(93%, #575556), color-stop(100%, #505050));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c3c1c2 0%, #c2c0c1 2%, #b9b7b8 9%, #b9b9b9 9%, #b7b5b6 10%, #b5b3b4 13%, #acaaab 20%, #acacac 20%, #a3a1a2 27%, #a3a1a2 29%, #9f9d9e 31%, #9f9f9f 32%, #9d9b9c 33%, #7d7b7c 60%, #7c7c7c 62%, #7a7879 63%, #747474 68%, #716f70 71%, #717171 71%, #6f6d6e 73%, #6f6f6f 73%, #575556 93%, #505050 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c3c1c2 0%, #c2c0c1 2%, #b9b7b8 9%, #b9b9b9 9%, #b7b5b6 10%, #b5b3b4 13%, #acaaab 20%, #acacac 20%, #a3a1a2 27%, #a3a1a2 29%, #9f9d9e 31%, #9f9f9f 32%, #9d9b9c 33%, #7d7b7c 60%, #7c7c7c 62%, #7a7879 63%, #747474 68%, #716f70 71%, #717171 71%, #6f6d6e 73%, #6f6f6f 73%, #575556 93%, #505050 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c3c1c2 0%, #c2c0c1 2%, #b9b7b8 9%, #b9b9b9 9%, #b7b5b6 10%, #b5b3b4 13%, #acaaab 20%, #acacac 20%, #a3a1a2 27%, #a3a1a2 29%, #9f9d9e 31%, #9f9f9f 32%, #9d9b9c 33%, #7d7b7c 60%, #7c7c7c 62%, #7a7879 63%, #747474 68%, #716f70 71%, #717171 71%, #6f6d6e 73%, #6f6f6f 73%, #575556 93%, #505050 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c3c1c2 0%, #c2c0c1 2%, #b9b7b8 9%, #b9b9b9 9%, #b7b5b6 10%, #b5b3b4 13%, #acaaab 20%, #acacac 20%, #a3a1a2 27%, #a3a1a2 29%, #9f9d9e 31%, #9f9f9f 32%, #9d9b9c 33%, #7d7b7c 60%, #7c7c7c 62%, #7a7879 63%, #747474 68%, #716f70 71%, #717171 71%, #6f6d6e 73%, #6f6f6f 73%, #575556 93%, #505050 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3c1c2', endColorstr='#505050', GradientType=0);
  /* IE6-9 */
}
.mobile .key-board .cell .char .t-cell {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 130%;
}
.mobile .key-board .cell .char .t-cell .txt {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mobile .key-board .cell .char.toggle .bg {
  background: #2368b1;
  right: 0;
}
.mobile .key-board .cell .char.toggle .t-cell {
  background: none;
  border: none;
}
.mobile .key-board .cell .char.bksp .bg {
  right: 0;
}
.mobile .key-board .cell .char.bksp .t-cell {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
}
.mobile .key-board .cell .char.bksp .t-cell .txt {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mobile .key-board .cell .char.cp .bg,
.mobile .key-board .cell .char.cl .bg {
  right: 0;
}
.mobile .loaded .key-board .chars-box {
  opacity: 1;
}
.tablet .key-board .cell.bottom .char.bksp .t-cell {
  background-size: auto 26%;
}
.desktop .key-board {
  width: 0 !important;
  height: 0 !important;
  opacity: 0;
}
.desktop .cell__inp {
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .tablet .key-board .char .t-cell .txt {
    border: 0.5px solid #ffffff;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  display: none;
}
.modal p {
  padding: 0;
}
.modal .m-body {
  position: fixed;
  top: 42%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.modal .m-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.modal .text {
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  font-size: 4vw;
  text-transform: uppercase;
  position: relative;
}
.modal .text .author-box {
  text-transform: none;
  font-size: 4vw;
  width: 50%;
  display: block;
}
.modal .text .author-box .cw-title {
  display: block;
  padding: 0;
  font-size: 130%;
  width: 100%;
  line-height: 1;
}
.modal .text-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 2%;
}
.modal .bottom-part {
  display: none;
}
.modal .bottom-part .text-cell {
  border-top: 1px solid #ffffff;
}
.modal .copyright {
  position: absolute;
  top: 0;
  right: 2%;
  height: 96%;
  padding: 0;
  width: 50%;
  text-transform: none;
}
.modal .copyright .table-box {
  text-align: right;
}
.modal .copyright strong {
  display: block;
  width: 100%;
  font-size: 170%;
}
.modal .copyright strong .ttxt {
  font-weight: normal;
  display: inline;
}
.modal .copyright .tx {
  display: block;
  font-size: 70%;
}
.modal .butt-dr {
  font-size: 130%;
  text-transform: none;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  position: relative;
  padding: 0 50px 0 0;
}
.modal .butt-dr .af {
  display: none;
}
.modal .butt-dr.reset-dr {
  float: left;
  background: url("../img/restart_2(1).svg") no-repeat 100% 48% transparent;
  background-size: auto 61%;
}
.modal .butt-dr.exit-dr {
  float: right;
  background: url("../img/arrows_1.svg") no-repeat 100% 48% transparent;
  background-size: auto 61%;
}
.modal .butt-dr.pressed {
  background: none !important;
  padding-right: 0 !important;
}
.modal .butt-dr.pressed .af {
  display: block;
}
.modal .butt-dr.pressed .bef {
  display: none;
}
.modal.open {
  display: block;
}
.mobile .modal .m-body {
  top: 22%;
}
.mobile .modal .text {
  font-size: 5vw;
}
.mobile .modal .text .author-box {
  text-align: left;
  padding-bottom: 5%;
}
.mobile .modal .text .author-box .author {
  font-size: 110%;
}
.mobile .modal .text .author-box .cw-title {
  font-size: 260%;
}
.mobile .modal .bottom-part {
  display: table-row;
}
#mb__preloader,
.preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px;
  z-index: 9999;
  display: none;
}
#mb__preloader canvas,
.preloader canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.editor-option {
  float: left;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 250px;
  font-size: 120%;
  /*.eo__title__wrap{
    position: relative;
    z-index: 1;
    .user-select(none);
  }*/
  /*.eo__title{
    font-size: 160%;
    padding: .4em 0;
  }*/
}
.editor-option .eo__wrapper {
  padding: 0.5em 1em;
  height: 100%;
  box-sizing: border-box;
}
.editor-option .eo__words__wrap {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  bottom: 0;
  font-size: 120%;
  text-transform: uppercase;
  overflow: hidden;
  border-top: 1px solid #000000;
  /*&:before{
      position: absolute;
      content: '';
      display: block;
      left: 1em;
      margin-bottom: -.5em;
      right: 0;
      z-index: 2;
      background: @editorCrosswordBg;
      height: 100%;
      bottom: -100%;
    }

    &:after{
      position: absolute;
      content: '';
      display: block;
      left: 1em;
      margin-top: 1em;
      right: 0;
      z-index: 2;
      background: @editorCrosswordBg;
      height: 100%;
      top: -100%;
    }*/
  /*.eow__scroll{
      position: absolute;
      top: .7em;
      left: 0;
      width: 100%;
      height: 100%;
      overflow-x: visible;
      box-sizing: border-box;
      padding: 0 1em;
      z-index: 1;
    }*/
}
.editor-option .eo__words__wrap .eowS__wr {
  position: absolute;
  float: left;
  width: 100%;
  top: 2.17em;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.editor-option .eo__words__wrap .eowS__wr .eow__scroll {
  position: relative;
  float: left;
  width: 100%;
}
.editor-option .eo__words__wrap .eow__list {
  float: left;
  width: 100%;
  height: 100%;
}
.editor-option .eo__words__wrap .eowL__across {
  width: 50%;
  float: left;
  height: 100%;
  position: relative;
}
.editor-option .eo__words__wrap .eowL__across .eowI--title {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.36em;
  width: 100%;
  padding: 0.2em 0 0.3em 1.6em;
  margin-left: -1em;
  box-sizing: content-box;
}
.editor-option .eo__words__wrap .eowL__down {
  position: relative;
  width: 50%;
  float: right;
  height: 100%;
}
.editor-option .eo__words__wrap .eowL__down .eowI--title {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.36em;
  width: 100%;
  padding: 0.2em 1em 0.3em 0.6em;
  box-sizing: content-box;
}
.editor-option .eo__words__wrap .eowI--title {
  background-color: grey;
  color: #ffffff;
  position: relative;
  line-height: normal;
  padding: 0.15em 0.2em 0.15em 1em;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  clear: left;
  max-width: 100%;
  box-sizing: border-box;
}
.editor-option .eo__words__wrap .eowI--title .eow__txt {
  cursor: pointer;
}
.editor-option .eo__words__wrap .eowI--title .eowT_counts {
  float: right;
}
.editor-option .eo__words__wrap .eowI--title .ico {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  margin: -0.29em 0 0 0.25em;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #ffffff;
}
.editor-option .eo__words__wrap .eowI--title .ico .point {
  display: none;
  position: absolute;
  top: 30%;
  left: 30%;
  width: 40%;
  height: 40%;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.editor-option .eo__words__wrap .wrap__eow__item {
  position: relative;
  display: block;
}
.editor-option .eo__words__wrap .wrap__eow__item .eowI__load {
  width: 3.25em;
  position: absolute;
  right: 0.5em;
  margin-top: -1.625em;
  top: 50%;
  cursor: pointer;
  height: 3.25em;
  font-size: 40%;
  z-index: 5;
  background-color: #c5c5c5;
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.editor-option .eo__words__wrap .wrap__eow__item .eowI__load:hover {
  background-color: #a6a6a6;
}
.editor-option .eo__words__wrap .eow__item {
  position: relative;
  line-height: normal;
  padding: 0.15em 0.2em 0.15em 1.2em;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
  box-sizing: border-box;
  display: table;
}
.editor-option .eo__words__wrap .eow__item .clues-text {
  display: table-cell;
  padding: 0 0.3em 0 0;
  font-weight: 300;
  vertical-align: middle;
  font-size: 0.85em;
  line-height: 1.2em;
  text-transform: none;
}
.editor-option .eo__words__wrap .eow__item .eow__txt {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.75em;
  z-index: 5;
}
.editor-option .eo__words__wrap .eow__item .eow__txt.disabled {
  opacity: 0.4 !important;
  padding: 0 5%;
  margin-left: -5%;
}
.editor-option .eo__words__wrap .eow__item .eow__txt.disabled:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #050709;
  left: 0;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.editor-option .eo__words__wrap .eow__item .text-nowrap {
  cursor: pointer;
}
.editor-option .eo__words__wrap .eow__item .eowI__remove {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 4;
  width: 1.2em;
  height: 1.2em;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #ff0000;
  line-height: 100%;
  margin: -0.5em -0.7em;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.editor-option .eo__words__wrap .eow__item .eowI__remove:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 25%;
  display: block;
  width: 50%;
  height: 0.15em;
  margin-top: -0.09em;
  background: #ffffff;
}
.editor-option .eo__words__wrap .eow__item.active {
  color: blue;
}
.editor-option .eo__words__wrap .eow__item :hover {
  color: blue;
}
.editor-option .eo__words__wrap .eow__item.has-clue {
  color: blue;
  font-weight: 600;
}
.editor-option .eo__words__wrap .eow__item.has-clue.active {
  color: blue;
}
.editor-option .eo__words__wrap .eow__item.has-clue :hover {
  color: blue;
}
.editor-option .eo__words__wrap .eow__item.clue-focus {
  width: 100%;
}
.editor-option .eo__words__wrap .eow__item.clue-focus .eowI__load {
  display: block;
}
.editor-option .eo__words__wrap .eow__item.clue-focus.has-clue {
  color: #ffffff;
}
.editor-option .eo__words__wrap .eow__item.clue-focus.has-clue :hover {
  color: #ffffff;
}
.desktop.landscape .editor-option .eo__words__wrap .eowL__across {
  position: absolute;
  width: 100%;
  bottom: 50%;
  height: 50%;
}
.desktop.landscape .editor-option .eo__words__wrap .eowL__across .eowI--title {
  position: relative;
  width: auto;
  display: block;
  float: none;
  margin-left: 0;
  padding-left: 1.2em;
  padding-right: 0.6em;
}
.desktop.landscape .editor-option .eo__words__wrap .eowL__down {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 50%;
}
.desktop.landscape .editor-option .eo__words__wrap .eowL__down .eowI--title {
  position: relative;
  width: auto;
  display: block;
  float: none;
  margin-left: 0;
  padding-left: 1.2em;
  padding-right: 0.6em;
}
.type-across .editor-option .eo__words__wrap .eowL__across .eowI--title .ico .point {
  display: block;
}
.type-down .editor-option .eo__words__wrap .eowL__down .eowI--title .ico .point {
  display: block;
}
.iScrollIndicator {
  border: none !important;
  width: 80% !important;
  right: 0 !important;
  left: auto !important;
}
.picture {
  display: none;
  position: absolute;
  top: 1.86em;
  left: 0;
  width: 100%;
  bottom: 4em;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-attachment: scroll;
}
.controls {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 4em;
  width: 100%;
  background-color: transparent;
  color: blue;
  line-height: 120%;
  text-transform: none;
}
.controls .cn__wrap {
  height: 100%;
}
.controls .table-cell {
  padding: 0 1.8em;
}
.controls .cn__arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 2em;
  height: 2em;
  margin: -1em 0 0;
  opacity: 0.8;
}
.controls .cn__arrow:hover {
  opacity: 1;
}
.controls .cn__arrow.arr--l {
  left: 0;
  background: url("../img/left_arrow.svg") no-repeat center transparent;
  background-size: contain;
}
.controls .cn__arrow.arr--r {
  right: 0;
  background: url("../img/right_arrow.svg") no-repeat center transparent;
  background-size: contain;
}
.modal-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  /*  .data-box{
      width: 100% !important;
    }*/
}
.modal-info .data-json {
  display: none;
  font-size: 120%;
  line-height: 160%;
}
.modal-info .data-json .dj__title {
  font-size: 160%;
  padding-bottom: 0.7em;
}
.modal-info .si__box {
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-info .si__text {
  color: #ffffff;
  font-size: 200%;
  display: block;
  box-sizing: border-box;
  padding: 10px 25px;
}
.modal-info .si__button {
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 150%;
  min-width: 9em;
  padding: 12px 25px;
  margin: 25px 0 0;
  cursor: pointer;
  opacity: 0.95;
  display: inline-block;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231 */
  background: #9dd53a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9dd53a), color-stop(50%, #a1d54f), color-stop(51%, #80c217), color-stop(100%, #7cbc0a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dd53a', endColorstr='#7cbc0a', GradientType=0);
  /* IE6-9 */
}
.modal-info .si__button:hover {
  opacity: 1;
}
.modal-info.mi-help--match,
.modal-info.mi-help--crossword {
  display: none;
}
.modal-info.mi--word-picture,
.modal-info.mi--set--data {
  display: none;
}
.modal-info.mi--word-picture .si__box,
.modal-info.mi--set--data .si__box {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.modal-info.mi--info {
  display: none;
}
.modal-info.mi--info .si__text {
  font-size: 150%;
  text-align: left;
}
.modal-info.mi--set--data {
  /*.table-cell{
      width: 15%;

      &.cell--center{
        width: 60%;
        padding: 0 5%;
        position: relative;
      }
    }*/
}
.modal-info.mi--set--data .si__box {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.type-quizzes .match-puzzle {
  display: none;
}
.type-quizzes .mi--quizzes {
  display: block;
}
.type-match-puzzle .quizzes {
  display: none;
}
.type-match-puzzle .mi--match-puzzle {
  display: block;
}
.type-word-picture .quizzes {
  display: none;
}
.type-word-picture .match-puzzle {
  display: none;
}
.type-word-picture .mi--word-picture {
  display: block;
}
.data-box {
  display: inline-block;
  color: #ffffff;
  width: 550px;
}
.data-box .table-cell {
  width: 100%;
}
.data-box .db__txt {
  font-size: 150%;
  display: inline-block;
  width: 20%;
  text-align: left;
  vertical-align: middle;
}
.data-box .row {
  padding: 0.5em 0;
}
.data-box .db__inp {
  vertical-align: middle;
  display: inline-block;
  width: 50%;
  font-size: 100%;
  color: #050709;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: normal;
  padding: 0.5em 0.8em;
  box-sizing: border-box;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
  z-index: 0;
}
.data-box .btn {
  margin-top: 1.7em;
  font-size: 150%;
  color: #ffffff;
  width: 70%;
}
.data-box .btn.disabled {
  opacity: 0.5;
}
.container {
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.modal-info .si__box {
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.loaded .container {
  opacity: 1;
}
