@import url("https://fonts.googleapis.com/css2?family=Akronim&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crete+Round:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Acme&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bungee&display=swap");
* {
  padding: 0;
  -webkit-transition: 1s ease all;
  -o-transition: 1s ease all;
  transition: 1s ease all;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }

.UA {
  display: none;
  -webkit-animation: appears 2s ease;
  animation: appears 2s ease; }

.ZHO {
  display: none;
  -webkit-animation: appears 2s ease;
  animation: appears 2s ease; }

.ENG {
  display: none;
  -webkit-animation: appears 2s ease;
  animation: appears 2s ease; }

html {
  overflow-x: 100%;
  height: 100vh; }

body {
  width: 100%;
  height: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.loading {
  z-index: 2;
  position: absolute; }
  .loading img {
    border-radius: 10px;
    width: 90px;
    height: 90px; }

.bgLoading {
  position: absolute;
  -webkit-transform: rotate(2.4deg);
  -ms-transform: rotate(2.4deg);
  transform: rotate(2.4deg);
  z-index: 1; }
  .bgLoading img {
    width: 500px;
    border-radius: 10px; }

.loading-container {
  display: none;
  background: rgba(30, 30, 30, 0.8);
  min-width: 100%;
  position: fixed;
  height: 100%;
  z-index: 1293872; }

.loading-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mode {
  -webkit-animation: rotate 0.5s;
  animation: rotate 0.5s;
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer; }
  .mode img {
    width: 80px; }

.choose {
  text-transform: uppercase;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 30px;
  margin: 0 0 20px 0;
  font-family: 'Acme', sans-serif; }

.header {
  -webkit-animation: firstAn 1s ease;
  animation: firstAn 1s ease; }
  .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    margin: 10px 0 50px  0; }
  .header-title {
    color: white;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Akronim', cursive;
    text-align: center;
    width: 333px;
    white-space: nowrap; }
  .header-photo {
    position: absolute;
    top: 0;
    left: 10px; }
    .header-photo img {
      border-radius: 8px;
      max-width: 80px; }
  .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px 0; }
  .header-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    width: 500px;
    border-radius: 5px; }

.options-title {
  color: white; }

.option {
  color: black;
  width: 100%;
  font-size: 25px;
  text-align: center;
  border: 2px lightgray solid;
  text-transform: uppercase;
  font-family: 'Crete Round', serif;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer; }

.selectOption {
  border-bottom: 3px solid darkblue;
  -webkit-transition: 0.1s linear border-bottom;
  -o-transition: 0.1s linear border-bottom;
  transition: 0.1s linear border-bottom; }

@media (max-width: 600px) {
  .bgLoading img {
    width: 400px; }
  .header-options {
    width: 400px; }
  .header-top {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .header-photo {
    position: relative; }
    .header-photo img {
      margin: 10px 0 20px 0; } }

@media (max-width: 420px) {
  .option {
    font-size: 22px;
    font-weight: 600;
    border-radius: 5px; }
  .header-options {
    width: 84%; } }

@media (max-width: 350px) {
  .header-title {
    white-space: normal;
    width: 300px; } }

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 100px 0; }
  .main ::-webkit-scrollbar {
    background-color: white;
    height: 5px; }
  .main ::-webkit-scrollbar-thumb {
    background-color: darkred; }
  .main-transformer {
    background: darkred;
    border-radius: 20px;
    width: 350px;
    min-height: 265px;
    -webkit-animation: secondAn 1s ease;
    animation: secondAn 1s ease; }
  .main-result {
    min-height: 100px;
    width: 350px;
    padding: 5px;
    font-family: 'Acme', sans-serif;
    letter-spacing: 2.2px;
    font-weight: 600;
    background: darkblue;
    color: white;
    margin: 30px 0 0 0;
    display: none;
    border-radius: 5px; }

.transformer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.transformer-tittle {
  text-align: center;
  margin: 10px 0 30px 0;
  font-size: 25px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 3px;
  min-width: 100px;
  background: #fff;
  color: #000;
  font-weight: 600; }

.transformer-language {
  color: #fff;
  font-family: 'Staatliches', cursive;
  letter-spacing: 2px;
  font-size: 20px;
  cursor: pointer; }

.transformer-input {
  margin: 20px 0 0 0;
  border-radius: 10px;
  height: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #00563B;
  font-weight: 600;
  width: 300px; }

.transformer-button {
  background: #00563B;
  border-radius: 7px;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  width: 150px;
  text-align: center;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px;
  font-size: 20px; }

.language-tittle {
  color: white;
  min-width: 120px;
  text-align: center; }

.language-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.inpEmpty::-webkit-input-placeholder {
  color: red;
  font-weight: 800;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.inpEmpty:-ms-input-placeholder {
  color: red;
  font-weight: 800;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.inpEmpty::-ms-input-placeholder {
  color: red;
  font-weight: 800;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.inpEmpty::placeholder {
  color: red;
  font-weight: 800;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.copy-tittle {
  text-transform: uppercase;
  text-align: center;
  font-family: 'Acme', sans-serif;
  font-size: 16px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5px 0 0 0;
  padding: 10px;
  border-radius: 10px;
  letter-spacing: 3px;
  -webkit-animation: none;
  animation: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.appearsBG {
  -webkit-animation: appearsBG 4s;
  animation: appearsBG 4s; }

.successful-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.copy-text {
  max-width: 210px;
  text-align: center;
  color: white; }

.selectLanguage {
  color: darkblue;
  font-weight: 600; }

.wrapper {
  margin: 20px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }

.wave-button {
  width: 240px;
  height: 50px;
  position: relative;
  overflow: hidden;
  color: red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  border-radius: 10px;
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  transition: 0.8s all;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: arial; }
  .wave-button__text {
    position: relative;
    z-index: 1;
    color: white;
    font-weight: 600; }
  .wave-button__waves {
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    height: 280px;
    width: 280px;
    position: absolute;
    background: darkblue;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0; }

.wave-button:hover {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 50px rgba(13, 115, 255, 0.6);
  box-shadow: 0 0 50px rgba(3, 15, 25, 0.6);
  -webkit-transition: 0.5s all ease 0.3s;
  -o-transition: 0.5s all ease 0.3s;
  transition: 0.5s all ease 0.3s; }
  .wave-button:hover .wave-button__waves {
    top: -50px; }

.wave-button__waves:hover {
  top: -50px;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
  border-radius: 20px; }

.wave-button__waves:before,
.wave-button__waves:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 250%;
  height: 250%;
  transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
  -moz-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
  -ms-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
  -webkit-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
  -o-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1); }

.wave-button__waves:before {
  background: #000;
  border-radius: 48%;
  animation: waves 5s infinite linear;
  -webkit-animation: waves 5s infinite linear;
  -moz-animation: waves 5s infinite linear;
  -o-animation: waves 5s infinite linear; }

.wave-button__waves:after {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 44%;
  animation: waves 10s infinite linear;
  -webkit-animation: waves 10s infinite linear;
  -moz-animation: waves 10s infinite linear;
  -o-animation: waves 10s infinite linear; }

.strict {
  position: relative;
  z-index: 100; }
  .strict-mode {
    background: rgba(100, 100, 100, 0.2);
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
    margin: 15px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    -webkit-animation: blinking 3s infinite;
    animation: blinking 3s infinite; }
    .strict-mode img {
      max-width: 40px;
      position: absolute;
      margin: -12px 0px 0 -10px; }
    .strict-mode__tittle {
      color: white;
      text-transform: uppercase; }
    .strict-mode__check {
      width: 15px;
      height: 15px;
      margin: 0 0px 0 10px;
      position: relative;
      border-radius: 4px;
      border: 1px solid white; }
    .strict-mode__img {
      display: none; }

.strict-explain {
  display: none;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  position: absolute;
  left: -72px;
  z-index: 13; }

.explain-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.explain-content {
  display: none;
  color: black;
  margin: 13px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 272px;
  height: 162px;
  background: gainsboro;
  border-radius: 10px;
  position: relative; }
  .explain-content::after {
    content: '';
    position: absolute;
    border: medium transparent solid;
    border-width: 10px;
    border-color: rgba(225, 225, 255, 0) rgba(225, 225, 255, 0) gainsboro rgba(225, 225, 255, 0);
    top: -20px;
    left: 50%; }

.explainImg {
  -webkit-animation: appears 0.6s;
  animation: appears 0.6s; }
  .explainImg img {
    border-radius: 10px; }

.exampleResult {
  display: none; }

.result {
  text-align: center;
  background: black;
  color: white;
  padding: 10px;
  max-width: 154px;
  overflow-x: scroll;
  font-family: 'Bungee', cursive;
  overflow-y: hidden;
  cursor: pointer;
  height: auto;
  margin: 5px;
  font-weight: 400;
  font-size: 30px;
  border-radius: 5px; }
  .result-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .result-tittle {
    color: white;
    text-align: center;
    display: none;
    text-transform: uppercase; }
  .results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%; }
  .result-tittleOnlyNumber {
    display: none;
    text-transform: uppercase; }
  .result-copy {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase; }
    .result-copy img {
      width: 25px;
      margin: 0 0 0 7px; }

.results {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0;
  max-width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 100%; }

.result-thereIsNothing {
  display: none;
  color: white;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 170px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.thereIsNothing-photo img {
  width: 100px; }

.thereIsNothing-text {
  display: none;
  font-size: 17px;
  text-transform: uppercase; }

.result-offerToChange {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase; }

.OTC-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.offeringLanguage {
  -webkit-animation: blinking 3s infinite;
  animation: blinking 3s infinite;
  cursor: pointer;
  min-width: 60px;
  text-align: center;
  background: rgba(100, 100, 100, 0.2);
  font-size: 30px;
  border-radius: 5px; }

.OTC-img {
  width: 35px; }

.OTC-text {
  text-align: center; }

@media (max-width: 750px) {
  .strict-explain {
    left: -105px; } }

@media (max-width: 600px) {
  .main {
    margin-top: 20px; }
    .main-transformer {
      min-height: 290px; }
  .transformer-language {
    font-size: 26px; }
  .transformer-input {
    height: 45px; }
  .transformer-tittle {
    font-size: 30px; }
  .transformer-languages {
    width: 200px; } }

.footer {
  height: 60px;
  width: 100%;
  background: #fff; }
  .footer-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .footer-column div {
      margin: 5px 0;
      text-transform: uppercase;
      color: black;
      font-weight: 600;
      font-size: 20px;
      font-family: 'Oswald', sans-serif; }

.ans {
  display: none; }

.show {
  display: block; }

.hideBorder {
  border: none; }

.incorect {
  display: none;
  margin: 262px 0 00 0;
  background: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 29px;
  border-radius: 5px;
  font-size: 25px;
  color: darkred;
  font-family: 'Acme', sans-serif;
  font-weight: 600;
  padding: 5px;
  font-weight: 600; }
  .incorect-img {
    text-align: center;
    margin: 10px 0 0 0; }
    .incorect-img img {
      text-align: center;
      max-width: 60px; }

img.light {
  display: none; }

body.light {
  background: white; }

.header-options.light {
  background: lightgray; }

.header-title.light {
  color: black; }

.main.light ::-webkit-scrollbar {
  background-color: black; }

.wave-button__waves.light {
  background: #00563B; }

.options-title.light {
  color: black; }

.option.light {
  color: black;
  border: 2px solid gray; }

.language-tittle.light {
  color: white; }

.transformer-language.light {
  color: white; }

.selectOption.light {
  border-bottom: 3px solid #00563B;
  -webkit-transition: 0.1s linear border-bottom;
  -o-transition: 0.1s linear border-bottom;
  transition: 0.1s linear border-bottom; }

.footer-column.light {
  background: #000; }
  .footer-column.light div {
    color: white; }

.main-result.light {
  color: white;
  background: #00563B; }

.result.light {
  background: white;
  color: black; }

.transformer-input.light {
  color: #002D62; }

.dark {
  display: block; }

.selectLanguage.light {
  color: #00563B; }

.light {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(3600deg);
    transform: rotate(3600deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(3600deg);
    transform: rotate(3600deg); } }

@keyframes waves {
  0% {
    transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
    -moz-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
    -ms-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
    -webkit-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
    -o-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1); }
  100% {
    transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1);
    -moz-transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1);
    -ms-transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1);
    -webkit-transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1);
    -o-transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1); } }

@-webkit-keyframes waves {
  0% {
    transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
    -moz-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
    -ms-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
    -webkit-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
    -o-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1); }
  100% {
    transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1);
    -moz-transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1);
    -ms-transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1);
    -webkit-transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1);
    -o-transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1); } }

@-moz-keyframes waves {
  0% {
    transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
    -moz-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
    -ms-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
    -webkit-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
    -o-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1); }
  100% {
    transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1);
    -moz-transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1);
    -ms-transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1);
    -webkit-transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1);
    -o-transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1); } }

@-o-keyframes waves {
  0% {
    transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
    -moz-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
    -ms-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
    -webkit-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1);
    -o-transform: translate3d(-50%, -96%, 0) rotate(0deg) scale(1); }
  100% {
    transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1);
    -moz-transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1);
    -ms-transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1);
    -webkit-transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1);
    -o-transform: translate3d(-50%, -96%, 0) rotate(360deg) scale(1); } }

@-webkit-keyframes firstAn {
  0% {
    margin-left: 100%; }
  100% {
    margin-left: 0; } }

@keyframes firstAn {
  0% {
    margin-left: 100%; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes secondAn {
  0% {
    margin-top: 1000px;
    opacity: 0.1; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@keyframes secondAn {
  0% {
    margin-top: 1000px;
    opacity: 0.1; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@-webkit-keyframes appears {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes appears {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes appearsBG {
  0% {
    opacity: 0;
    background: none; }
  20% {
    opacity: 1;
    background: rgba(100, 100, 100, 0.3); }
  40% {
    opacity: 0.5;
    background: rgba(100, 100, 100, 0.3); }
  60% {
    opacity: 1;
    background: rgba(100, 100, 100, 0.3); }
  80% {
    opacity: 0.5;
    background: rgba(100, 100, 100, 0.3); }
  100% {
    opacity: 1; } }

@keyframes appearsBG {
  0% {
    opacity: 0;
    background: none; }
  20% {
    opacity: 1;
    background: rgba(100, 100, 100, 0.3); }
  40% {
    opacity: 0.5;
    background: rgba(100, 100, 100, 0.3); }
  60% {
    opacity: 1;
    background: rgba(100, 100, 100, 0.3); }
  80% {
    opacity: 0.5;
    background: rgba(100, 100, 100, 0.3); }
  100% {
    opacity: 1; } }

@-webkit-keyframes hiding {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes hiding {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes blinking {
  50% {
    background: rgba(100, 100, 100, 0.4); }
  100% {
    background: rgba(100, 100, 100, 0.2); } }

@keyframes blinking {
  50% {
    background: rgba(100, 100, 100, 0.4); }
  100% {
    background: rgba(100, 100, 100, 0.2); } }

@-webkit-keyframes optionBlinking {
  0% {
    background: rgba(100, 100, 100, 0.3);
    border-color: rgba(100, 100, 100, 0.3); }
  50% {
    background: #646464;
    border-color: #646464; }
  100% {
    background: rgba(100, 100, 100, 0.3);
    border-color: rgba(100, 100, 100, 0.3); } }

@keyframes optionBlinking {
  0% {
    background: rgba(100, 100, 100, 0.3);
    border-color: rgba(100, 100, 100, 0.3); }
  50% {
    background: #646464;
    border-color: #646464; }
  100% {
    background: rgba(100, 100, 100, 0.3);
    border-color: rgba(100, 100, 100, 0.3); } }

@-webkit-keyframes turning {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes turning {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
