
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Fira Sans Extra Condensed', sans-serif !important;
}
body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}
main {
  margin: 0 20px;
}
.toTop {
  width: 40px;
  height: 40px;
  font-size: 32px;
  font-weight: 800;
  font-family: monospace;
  background-color: #005662;
  display: none;
  justify-content: center;
  color: white;
  transform: rotate(90deg);
  position: fixed;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
}
button {
  user-select: none;
}
header {
  display: flex;
  justify-content: center;
  background-color: #005662;
  color: white;
  letter-spacing: 1.1px;
}
header main {
  max-width: 900px;
  width: 100%;
}
header nav {
  display: flex;
}
header ul {
  display: flex;
  position: relative;
  user-select: none;
}
.line {
  position: absolute;
  width: 60px;
  bottom: 17px;
  left: 8px;
  height: 3px;
  background-color: #42c8f5;
  transition: 0.3s left, 0.2s 0s width;
  transition-timing-function: linear;
}
header li {
  list-style-type: none;
  height: 60px;
  margin: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
.logo {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin-right: 20px;
}
.logo svg {
  width: 38px;
  fill: white;
}
.mainButtons {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.mainButtons button {
  padding: 10px 20px;
  border-radius: 200px;
  border: none;
  outline: none;
  user-select: none;
  cursor: pointer;
  margin-right: 18px;
  color: white;
  font-size: 18px;
}

.rootBox {
  display: flex;
  justify-content: center;
  position: relative;
}
.rootBox main {
  max-width: 900px;
  width: 100%;
}

.home {
  width: 100%;
  padding: 0px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: 0.4s;
  opacity: 1;
}
.home main {
  max-width: 900px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home main, .list main, .exercise main, .searchArea main {
  animation: go;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(.5,.28,.66,.68);
  margin: 0;
}
.searchArea main {
  opacity: 0;
  animation-delay: 0.31s;
  animation-duration: 0.25s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
@keyframes go {
  0% {opacity: 0.2; transform: translateY(20px);}
  100% {opacity: 1; transform: translateY(0px);}

}
.leftHome {
  width: 50%;
  min-width: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 30px;
  height: 400px;
}
.rightHome {
  width: 50%;
  min-width: 300px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
  height: 400px;
}

.leftHome h1 {
  margin: 15px 0;
  width: 60%;
  text-align: center;
  font-size: 25px;
  color:  #005662;
  text-align: left;
  font-weight: 600;
}
.leftHome > h1:last-of-type {
  font-size: 22px;
  font-family: Fira;
  font-weight: 400;
  color: black !important;
  border-bottom: 1px solid #ebeced;
  padding-bottom: 25px;
}
.rightHome img {
  width: 80%;
}

.loading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loadingSearch {
  display: flex;
  flex-direction: column;
}
.inputWrapper {
  display: flex;
  flex-direction: column;
}

.searchArea main > lottie-player {
  display: none;
}
.resultUser > lottie-player {
  display: none;
}
.resultContent {
  display: flex;
  align-items: center;
}

.list {
  width: 100%;
  padding-top: 0px;
  display: none;
  flex-direction: column;
  align-items: center;
  transition: 0.4s;
  opacity: 1;
  padding-bottom: 200px;
}
.list main {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.big {
  width: 75%;
  border-spacing: 0;
  border-collapse: collapse;
  box-shadow: 0px 2px 12px rgba(45, 45, 45, 0.15);
}
.big {
  display: table;
}
.resList {
  width: 90%;
  border-spacing: 0;
  border-collapse: collapse;
  box-shadow: 0px 2px 12px rgba(45, 45, 45, 0.15);
  display: none;
}

.resList > tr {
  display: flex !important;
  flex-direction: row !important;
  padding-right: 10px;
}
.resList th  {
  width: 30%;
}
.resList tbody tr:last-child {
  margin-bottom: 25px!important;
}
.big th {
  text-align: left;
  height: 50px;
  letter-spacing: 1.2px;
  font-size: 15px;
}

.big  th:nth-child(2) {
  display: none;
}
.big  td:nth-child(2) {
  display: none;
}

.resultUser li:nth-child(2) {
  display: none;
}
.big tr {
  height: 50px;
  transition: 0.1s;
}
.big td {
  border: 1px solid #E5E5E5;
  font-size: 15px;
}
.big tr:hover {
  background-color: #D0D0D0 !important;
}
.big th, .list td {
  padding-left: 10px;
  font-weight: 400;
}
.big th {
  background-color: #005662;
  color: white;
  border: 1px solid #005662;

}
.big tr:nth-child(odd) {
  background-color: #E5E5E5;
}
.big tr:nth-child(even) {
  background-color: white;
}
.resultUser {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-spacing: 5px;
  border-collapse: separate;
}
.resultUser ul {
  display: flex;
}
.resultUser ul li {
  padding: 10px 14px;
  border-radius: 20px !important;
  background-color: #E5E5E5;
  list-style-type: none;
  margin-right: 10px;
  flex-shrink: 0;
}
.clearResults {
  font-family: monospace;
  font-size: 10px;
  background-color: #ffa8a8;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;


}
.searchArea {
  width: 100%;
  display: none;
  justify-content: center;
  padding-top: 80px;
}
.searchArea main {
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}



.searchWord {
  margin: 0px 0;
  height: 35px;
  border-radius: 4px;
  border: solid 1px ;
  padding-left: 10px;
  font-size: 19px;
  display: none;
}
.autoComplete {
  background-color: #b9abba;
  color: white;
  max-height: 200px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}
.autoComplete p {
  padding: 12px;
}
.autoComplete li {
  padding: 10px 10px;
  cursor: pointer;
  transition: 0.2s;
}
.autoComplete li:hover {
  background-color: #a597a6;
}
.selectThat {
  background-color: #a597a6;
}

.settings {
  width: 120px;
  height: 30px;
  margin-bottom: 20px;
}
.list main > p:nth-of-type(1) {
  margin-bottom: 20px;
  opacity: 0.6;
  width: 75%;
}
.settings > svg {
  margin-right: 12px;
  cursor: pointer;
}
.settings > svg:last-child {
  opacity: 0.4;
}
.exercise {
  width: 100%;
  padding-bottom: 250px;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.exercise main {
  display: flex;
  flex-direction: column;
}
.panel {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #E5E5E5;
}
.panelResponsive {
  display: none;
}
.panelResponsive .row {
  display: flex;
  flex-direction: column;
}
.row {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
}
.row {
  background-color: white;
  margin: 7px 0;
}
.row > div {
  width: 120px;
  height: 50px;
  margin: 0 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.row p {
  display: none;
}
.row input {
  width: 100%;
  height: 70%;
  border-style: solid;
  border-color: #b9c1c9;
  text-align: center;
  border-radius: 2px;
  font-size: 16px;
}
.wrapperCheck {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.wrapperCheck > button {
  white-space: nowrap;
  padding: 12px 20px;
  background-color: #0095a7;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 30px;
  font-size: 16px;
  align-self: flex-end;
  border-radius: 2px;
}
.best {
  background-color: #40e64b!important;
}
.wrapperLevels > button:first-of-type {
  background-color: #005662;
}
.wrapperLevels {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.wrapperLevels > button {
  height: 35px;
  font-size: 14px;
  margin: 0;
  padding: 4px 20px;
  background-color: #0095a7;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
}
.wrapperLevels > button:first-of-type {
  border-radius: 15px 0 0 15px;
  margin-right: 1px;
}
.wrapperLevels > button:last-of-type {
  border-radius: 0 15px 15px 0;
  margin-left: 1px;
}
.helpers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
}
.umLaut {
  border: 1px solid #d1d1d1;
  background-color: white;
  color: #d1d1d1;
  font-size: 18px;
  border-radius: 2px;
  cursor: pointer;
  height: 35px;
  width: 35px;
  margin-right: 4px;
  outline: none;
  transition: 0.2s;
}
.umLaut:active {
  transform: translateY(5px);
}

.asteraki {
  display: static;
  transform: scale(0);
  transition: 1s;
}

.correct {
  display: flex;
  flex-direction: column;
}
.level3correct {
  display: flex;
  white-space: nowrap;
}
.contacts {
  height: 1500px;
}
.animation {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}


.searchArea main {
  margin: 0 20px;
}

footer {
  order: 4;
  background-color: #232424;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  letter-spacing: 1px;
  padding: 20px 0;
}
footer main {
  max-width: 900px;
  width: 100%;
}
.copyRights {
  padding: 15px 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
}
.infoFooter {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.links {
  width: 50%;
}
.hireMe {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.links p {
  width: 40%;
  padding: 15px 0 0 0;
  font-size: 14px;
}
.links p:nth-of-type(2) {
  cursor: pointer;
  transition: 0.2s;
}
.links p:nth-of-type(2):hover {
  color: #42c8f5;
}
.hireMe p {
  width: 40%;
  padding: 10px 0;
}
.terms {
  display: none;
  padding: 40px 15px;
  font-size: 15px;
}
@media (max-width: 600px) {
  .level3correct {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .big tr {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .big th {
    height: auto;
  }
  .list main {
    align-items: center;
  }
  .panel .row {
    flex-direction: column;
  }
  .row > div {
    justify-content: flex-start;
  }
  .home main {
    flex-direction: column;
  }
  .leftHome h1 {
    width: 100%;
    border: none !important;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .rightHome img {
    width: 100%;
  }
  .leftHome, .rightHome {
    padding: 0;
    height: auto;
    padding-top: 100px;
  }
  .rightHome {
    padding-top: 50px;
  }
  .wrapperLevels {
    flex-direction: column;
  }
  .wrapperLevels > button {
    border-radius: 3px !important;
    margin: 1px 0;
  }
  .helpers {
    margin-bottom: 20px;
  }
  .resultUser {
    flex-direction: column;
  }
  .resultUser ul {
    flex-direction: column;
  }
  .resultUser ul li {
    padding: 8px 10px;
    margin-bottom: 5px;
    border-radius: 2px;
    width: 100%;
  }
  .clearResults {
    margin-left: auto;
  }
}

















