.header,
.footer {
  width: 100%;
  max-width: inherit;
  background-color: #ff9c3d;
  display: flex;
  align-items: center;
  padding: 20px 40px;
}

.header {
  position: relative;
}

.footer {
  position: fixed;
  bottom: 0;
  justify-content: space-between;
  gap: 20px;
}

.nav {
  width: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.app-name {
  align-self: center;
  font-size: 40px;
  font-family: "Architects Daughter";
}

.register-sign__block {
  display: flex;
  flex-direction: row;
}

.authorization-open__button,
.about-us__button,
.logout-open__button,
.register-submit,
.sign-submit,
.logout-button {
  width: fit-content;
  cursor: pointer;
  font-size: 24px;
  font-family: "Architects Daughter";
  background-color: #ff4400;
  color: white;
  border: none;
  padding: 13px 18px;
  text-align: center;
}

.register-submit,
.sign-submit,
.logout-button {
  width: 100%;
  margin-bottom: 10px;
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 40px;
  padding-bottom: 100px;
}

.games-button__wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 0 0 100px 0;
}

.about-us__info {
  width: 100%;
  margin: 50px 0;
  font-size: 24px;
  font-family: "Architects Daughter";
  padding: 20px;
}

.rsschool-img {
  width: 80px;
  height: auto;
}

.developers {
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
  font-size: 20px;
}

.developers a {
  text-decoration: none;
  color: black;
  font-family: "Architects Daughter";
}

.year {
  font-size: 20px;
  font-family: "Architects Daughter";
}

.burger {
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 99;
}

.line1,
.line2,
.line3 {
  pointer-events: none;
  width: 40px;
  height: 4px;
  background-color: black;
  transition: all 0.4s ease-in-out;
}

.line1.active {
  width: 50px;
  transform-origin: left;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.line2.passive {
  width: 0px;
  transition: all 0.4s ease-in-out;
}

.line3.active {
  width: 50px;
  transform-origin: left;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}

.burger-menu {
  font-size: 22px;
  font-family: "Architects Daughter";
  background-color: #ff9c3d;
  position: absolute;
  top: 100%;
  left: -202px;
  transition: all 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.burger-menu.active {
  left: 0;
  transition: all 0.4s ease-in-out;
}

.burger-menu nav ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.burger-menu nav ul li {
  padding: 7px 0;
  display: flex;
  padding-left: 25px;
  text-align: left;
}

.burger-menu nav ul li a {
  text-decoration: none;
  color: black;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.burger-menu nav ul li a:hover {
  background-size: 100% 3.5px;
}

.burger-menu__img {
  width: 30px;
  height: fit-content;
}

.disabled {
  display: none;
}

.greet-block {
  margin-left: auto;
  font-family: "Architects Daughter", "JakobCTT";
  font-size: 24px;
}

@media (max-width: 560px) {
  .nav {
    flex-direction: column;
    align-items: center;
  }

  .greet-block {
    margin-left: initial !important;
  }
}

@media (max-width: 660px) {
  .main {
    padding-bottom: 130px;
  }
}

@media (max-width: 500px) {
  .main {
    padding-bottom: 180px;
  }
}

.game-caption {
  text-align: center;
  margin-top: 20px;
  font-size: 30px;
  font-family: "Architects Daughter";
}

.games-button__wrap div {
  cursor: pointer;
  transition: 0.3s;
}

.games-button__wrap div:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

input::placeholder {
  font-family: "Architects Daughter";
}

.timer-sprint {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 4px solid #6ce0c0;
  background: #ff9c3d;
  width: 55px;
  height: 55px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  color: white;
}

.sprint-info-table {
  display: flex;
  width: 56%;
  justify-content: space-evenly;
}

.question-number {
  font-size: 36px;
  font-weight: bold;
  color: #6ce0c0;
  padding-top: 90px;
  text-shadow: 2px 2px 3px grey;
}

.sprint-game-area {
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 60px;
  width: 50%;
  min-width: 400px;
  height: 50%;
  min-height: 400px;
}

.sprint-difficult-info-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.sprint-score,
.sprint-difficult-info {
  width: 30%;
  height: 53px;
  font-size: 28px;
  padding: 10px 0px 0px 10px;
  color: white;
  background: #ff9c3d;
}

.question-area {
  padding-top: 30px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 70%;
  min-height: 100px;
  border-radius: 10px;
  border: 4px solid #ff9c3d;
}

.sprint-question,
.sprint-answer {
  font-size: 45px;
  background: #6ce0c0;
  color: white;
}

.sprint-meaning {
  height: 10%;
  font-size: 20px;
  background: #ff9c3d;
  color: white;
}

.answer-btn {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 80%;
}

.right-btn {
  width: 200px;
  height: 200px;
  background: url(../assets/yes-message.png);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.6s;
  border: none;
  cursor: pointer;
}

.wrong-btn {
  width: 200px;
  height: 200px;
  background: url(../assets/no-message.png);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.6s;
  border: none;
  cursor: pointer;
}

.right-btn:hover {
  transition: all 0.4s;
  transform: scale(1.1);
}

.right-btn:active {
  transform: translateY(20px);
}

.wrong-btn:hover {
  transition: all 0.4s;
  transform: scale(1.1);
}

.wrong-btn:active {
  transform: translateY(20px);
}

.answer-subtitle-right {
  display: flex;
  justify-content: center;
  font-size: 20px;
  color: white;
  text-shadow: 2px 2px 4px black;
  background: #84fc80;
  border-bottom: 4px solid #ff9c3d;
}

.right-answers-result li {
  text-decoration: underline;
  font-size: 18px;
  padding: 10px;
  background: #ff9c3d;
  color: #84fc80;
  text-shadow: 2px 2px 4px #6ce0c0;
}

.wrong-answers-result li {
  text-decoration: underline;
  font-size: 18px;
  padding: 10px;
  background: #ff9c3d;
  color: #fa2904;
  text-shadow: 2px 2px 4px white;
}

.answer-subtitle-wrong {
  display: flex;
  justify-content: center;
  font-size: 20px;
  color: white;
  text-shadow: 2px 2px 4px black;
  background: #f87c66;
  border-top: 4px solid #ff9c3d;
  border-bottom: 4px solid #ff9c3d;
}

.win-message-container {
  position: relative;
  font-size: 36px;
  top: 0;
  color: #ff9c3d;
  animation: winPopUp 2s;
  opacity: 0;
}

@keyframes winPopUp {
  0% {
    opacity: 1;
    top: 0;
  }

  100% {
    opacity: 0;
    top: -100px;
  }
}

.pop-up-window-score {
  margin-top: -19px;
}

.active-area-red {
  transition: all 1s;
  border: 5px solid red;
  animation: redanswer 1s;
}

.active-area-green {
  transition: all 1s;
  border: 5px solid green;
  animation: greenanswer 1s;
}

@keyframes redanswer {
  0% {
    box-shadow: none;
  }

  25% {
    box-shadow: red 0px 5px 6px, red 0px -7px 5px, red 0px 4px 20px,
      red 0px 2px 3px, red 0px -3px 5px;
  }

  50% {
    box-shadow: none;
  }

  75% {
    box-shadow: red 0px 5px 6px, red 0px -7px 5px, red 0px 4px 20px,
      red 0px 2px 3px, red 0px -3px 5px;
  }

  100% {
    box-shadow: none;
  }
}

@keyframes greenanswer {
  0% {
    box-shadow: none;
  }

  25% {
    box-shadow: green 0px 5px 6px, green 0px -7px 5px, green 0px 4px 20px,
      green 0px 2px 3px, green 0px -3px 5px;
  }

  50% {
    box-shadow: none;
  }

  75% {
    box-shadow: green 0px 5px 6px, green 0px -7px 5px, green 0px 4px 20px,
      green 0px 2px 3px, green 0px -3px 5px;
  }

  100% {
    box-shadow: none;
  }
}

@media (max-width: 1120px) {
  .right-btn,
  .wrong-btn {
    width: 150px;
    height: 150px;
  }

  .sprint-score,
  .sprint-difficult-info {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .sprint-question,
  .sprint-answer {
    font-size: 40px;
  }

  .question-area {
    min-height: 200px;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .question-number {
    padding-top: 30px;
  }
}

.audiochallenge-container {
  width: 100%;
  height: 100%;
}

.hearts-container {
  margin: 25px auto 0px auto;
  display: flex;
  column-gap: 20px;
}

.heart {
  width: 25px;
  height: 25px;
  margin-left: 0px;
  background-image: url(../assets/heart.png);
  background-size: 100%;
}

.heart.broken {
  background-image: url(../assets/broken-heart.png);
}

.listen-btn {
  width: 150px;
  height: 150px;
  margin: 100px auto;
  border-radius: 50%;
  background-color: #6ce0c0;
  background-image: url(../assets/marketing.png);
  background-size: 100%;
  cursor: pointer;
  transition: 0.3s;
}

.listen-btn:hover,
.listen-btn.active {
  width: 175px;
  height: 175px;
  background-color: rgb(255, 77, 77);
}

.btns-container {
  width: 100%;
  align-items: center;
  margin-bottom: 100px;
}

.answers-btn-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
  margin: 50px auto;
}

.answers-btn,
.not-to-know-btn,
.next-question-btn {
  width: 225px;
  height: 50px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  line-height: 50px;
  transition: 0.3s;
}

.answers-btn {
  background-color: #ff9100;
  margin: 0 auto;
}

.answers-btn.disable {
  opacity: 0;
}

.not-to-know-btn,
.next-question-btn {
  display: block;
  margin: 0 auto;
  background-color: #6ce0c0;
  transition: 1s;
}

.answers-btn:hover,
.not-to-know-btn:hover,
.next-question-btn:hover {
  cursor: pointer;
  transform: scale(1.2);
}

.answers-btn.right {
  opacity: 1;
  transform: scale(1.2);
  background-color: rgb(92, 255, 184);
}

.answers-btn.wrong {
  opacity: 1;
  transform: scale(1.2);
  background-color: rgb(252, 98, 98);
}

.not-to-know-btn.disable,
.next-question-btn.disable {
  display: none;
  transition: 1s;
}

@media (max-width: 800px) {
  .listen-btn {
    margin: 50px auto;
  }
}

.textbook {
  display: flex;
  margin: 20px 0;
  width: 90%;
  margin-bottom: 100px;
}

.sidebar {
  display: flex;
  flex-direction: column;
  width: 50px;
}

.page-nav {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.prev-page,
.next-page,
.page-num {
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.page-num.learned {
  color: rgb(0, 206, 168);
  font-weight: 700;
}

.prev-page:hover,
.next-page:hover,
.prev-page.active,
.next-page.active {
  transform: scale(1.4);
  transition: 0.3s;
}

.prev-page.disable,
.next-page.disable,
.prev-page.disable:hover,
.next-page.disable:hover {
  opacity: 0.5;
  cursor: auto;
}

.prev-page {
  background-image: url(../assets/chevron-left.png);
  background-size: 40px;
}

.next-page {
  background-image: url(../assets/chevron-right.png);
  background-size: 40px;
}

.prev-page.disable,
.next-page.disable {
  opacity: 0;
}

.prev-page.disable:hover,
.next-page.disable:hover {
  opacity: 0;
}

.game-container {
  width: 100px;
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 50%;
  transform: translate(0%, -50%);
  right: 30px;
  z-index: 10;
  transition: 0.1s;
}
.game-container.disable {
  display: none;
  transition: 0.1s;
}

.sprint-btn:hover,
.audio-call-btn:hover {
  transform: scale(1.4);
  transition: 0.3s;
  margin: 40px 0;
  cursor: pointer;
}

.game-menu-text {
  font-size: 25px;
  font-weight: 700;
  color: rgb(10, 0, 53);
  text-align: center;
}

.sprint-btn,
.audio-call-btn {
  height: 100px;
  width: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 20px 0;
}

.sprint-btn {
  background-image: url(../assets/busy.png);
}

.audio-call-btn {
  background-image: url(../assets/marketing.png);
}

.page-container {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.page {
  width: calc(100% - 50px);
  min-height: 300px;
  box-shadow: 0px 0px 20px -1px rgba(34, 60, 80, 0.27);
}

.page.learned {
  background-color: rgba(0, 255, 179, 0.27);
}

.bookmarks {
  display: flex;
  flex-direction: column;
}

.bookmark {
  height: 50px;
  width: 50px;
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  border-right: none;
  cursor: pointer;
}

.bookmark:hover,
.bookmark.active {
  transform: scale(1.2);
  transition: 0.3s;
  box-shadow: -5px 5px 5px -1px rgba(34, 60, 80, 0.23);
  z-index: 10;
}

.bookmark:nth-child(1) {
  background-color: #ffd900;
}

.bookmark:nth-child(2) {
  background-color: #ffb700;
}

.bookmark:nth-child(3) {
  background-color: #ff9100;
}

.bookmark:nth-child(4) {
  background-color: #ff6f00;
}

.bookmark:nth-child(5) {
  background-color: #ff5900;
}

.bookmark:nth-child(6) {
  background-color: #ff4400;
}

.bookmark:nth-child(7) {
  background-color: #dd3b00;
  background-image: url(../assets/flash.png);
  background-size: 50px 50px;
}

.bookmark.active:nth-child(1),
.bookmark:nth-child(1):hover {
  background-color: #ffd900;
}

.bookmark.active:nth-child(2),
.bookmark:nth-child(2):hover {
  background-color: #ffb700;
}

.bookmark.active:nth-child(3),
.bookmark:nth-child(3):hover {
  background-color: #ff9100;
}

.bookmark.active:nth-child(4),
.bookmark:nth-child(4):hover {
  background-color: #ff6f00;
}

.bookmark.active:nth-child(5),
.bookmark:nth-child(5):hover {
  background-color: #ff5900;
}

.bookmark.active:nth-child(6),
.bookmark:nth-child(6):hover {
  background-color: #ff4400;
}

.bookmark.active:nth-child(7),
.bookmark:nth-child(7):hover {
  background-color: #dd3b00;
}

.bookmark.disable {
  display: none;
}

.word-card {
  margin: 10px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  font-size: 25px;
  line-height: 35px;
  box-shadow: 0px 0px 20px -1px rgba(34, 60, 80, 0.27);
}

.word-card.heavy-word {
  background: rgba(252, 122, 0, 0.2);
}

.word-card.learned-word {
  background: rgba(0, 252, 206, 0.2);
}

.word-wrapper {
  display: flex;
}

.word-img {
  height: 200px;
  width: 200px;
  margin-right: 25px;
  background-size: cover;
  border-radius: 50%;
  box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.7) inset;
}

.word {
  font-size: 35px;
  line-height: 45px;
}

.word,
.word-meaning {
  margin-bottom: 10px;
}

.english {
  color: #000000;
}

.translation {
  color: #6d6d6d;
}

.word-settings-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.audio-btn,
.heavy-btn,
.learned-btn {
  width: 50px;
  height: 50px;
  margin: 10px auto;
  cursor: pointer;
}

.audio-btn,
.heavy-btn,
.learned-btn {
  background-size: 50px 50px;
  cursor: pointer;
  background-size: 100%;
  background-repeat: no-repeat;
}

.audio-btn {
  background-image: url(../assets/audio-1.png);
}

.audio-btn.disable {
  opacity: 0;
}

.heavy-btn {
  background-image: url(../assets/flash.png);
}

.learned-btn {
  background-image: url(../assets/double-tick.png);
}

.audio-btn:hover,
.heavy-btn:hover,
.heavy-btn.active,
.learned-btn:hover,
.learned-btn.active {
  transform: scale(1.4);
  transition: 0.3s;
}

.heavy-btn.passive {
  opacity: 0.5;
}

.heavy-btn.passive:hover {
  transform: scale(1);
}

.word-statistic {
  font-size: 28px;
  font-weight: 700;
}

.heavy-btn.disable,
.learned-btn.disable,
.word-statistic.disable {
  display: none;
}

.top-btn {
  cursor: pointer;
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 99;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  outline: none;
  transition: 0.2s;
  transform: translate(50%, 50%);
  padding-top: 12px;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  background-color: #6ce0c0;
}

.top-btn:hover,
.top-btn:active {
  background-color: #9befe6;
}

.аnnouncement {
  margin: 25px 25px;
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 1440px) {
  .page {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .word-card {
    flex-direction: column;
    width: 400px;
    font-size: 20px;
    line-height: 30px;
  }

  .word-wrapper {
    display: block;
  }

  .word-settings-container {
    height: 50px;
    width: 100%;
    flex-direction: row;
    margin-bottom: 10px;
  }

  .word-statistic {
    margin: 20px 0px auto 0px;
  }

  .word-img {
    margin: 0px auto;
  }

  .word {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (max-width: 1100px) {
  .page {
    width: 100%;
  }

  .textbook {
    flex-direction: column;
  }

  .sidebar {
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
  }

  .page-nav {
    flex-direction: row;
    margin-top: 0px;
  }

  .bookmarks {
    flex-direction: row;
  }
}

@media (max-width: 700px) {
  .game-container {
    position: inherit;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    top: 0px;
    transform: translate(0%, 0%);
    right: 0px;
    z-index: 0;
  }

  .game-menu-text {
    margin: auto 20px;
  }
}

@media (max-width: 600px) {
  .word {
    font-size: 20px;
    line-height: 30px;
  }

  .word-card {
    width: 95%;
    font-size: 18px;
    line-height: 28px;
  }

  .bookmark {
    height: 40px;
    width: 40px;
    font-size: 30px;
    line-height: 40px;
    background-repeat: no-repeat;
  }

  .page-nav {
    margin: 0px auto;
  }

  .word-statistic {
    font-size: 20px;
  }

  .audio-btn,
  .heavy-btn,
  .learned-btn {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 520px) {
  .sidebar {
    flex-direction: column-reverse;
    row-gap: 18px;
  }
}

/* choose-dificult */
.group-select-page {
  margin: 50px auto;
}

.game-title-container {
  margin: 0px auto;
}

.game-page-title {
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.audiochallenge-main-inf {
  width: 100%;
  margin: 50px auto;
  display: flex;
  column-gap: 50px;
}

.game-img {
  width: 250px;
  height: 250px;
  margin: 0px auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

.game-img.audiochallenge {
  background-image: url(../assets/marketing.png);
}

.game-img.sprint {
  background-image: url(../assets/busy.png);
}

.game-describe-container {
  font-size: 28px;
}

.game-difficult-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.difficult-subtitle {
  padding-bottom: 20px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.difficult-buttons-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  width: 80%;
  margin: 25px auto 50px auto;
  justify-content: space-around;
}

.difficult-btn {
  width: 60px;
  height: 60px;
  font-size: 32px;
  line-height: 60px;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  border: none;
}

.difficult-btn:hover,
.difficult-btn.active {
  transform: scale(1.2);
}

.difficult-btn:active {
  transform: scale(1.2) translateY(5px);
}

.difficult-btn:nth-child(1) {
  background-color: #ffd900;
}

.difficult-btn:nth-child(2) {
  background-color: #ffb700;
}

.difficult-btn:nth-child(3) {
  background-color: #ff9100;
}

.difficult-btn:nth-child(4) {
  background-color: #ff6f00;
}

.difficult-btn:nth-child(5) {
  background-color: #ff5900;
}

.difficult-btn:nth-child(6) {
  background-color: #ff4400;
}

.start-btn {
  background: #6ce0c0;
  border: none;
  color: white;
  width: 200px;
  height: 50px;
  margin: 0px auto;
  cursor: pointer;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  transition: all 0.4s;
}

.start-btn:hover {
  transform: scale(1.1);
  transition: all 0.4s;
}

/* results */
.results-container {
  display: block;
  background-color: #cffff1;
  margin: 70px 0;
}

.tabs-container {
  display: flex;
  height: 50px;
  width: 100%;
}

.main-tab,
.words-tab {
  width: 50%;
  height: 100%;
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  line-height: 50px;
  cursor: pointer;
}

.main-tab.disable,
.words-tab.disable {
  background-color: #00ffb7;
}

.main-tab:hover,
.words-tab:hover {
  background-color: #ff9c3d;
}

.words-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.results-inf {
  margin: 50px;
  font-size: 32px;
  font-weight: 500;
  color: #000000;
}

.words-container.disable,
.main-container.disable {
  display: none;
}

.results-img {
  width: 250px;
  height: 250px;
  margin: 0px auto 25px auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

.good-result-img {
  background-image: url(../assets/trophy.png);
}

.bad-result-img {
  background-image: url(../assets/search.png);
}

.try-again-btn {
  width: 200px;
  height: 50px;
  margin: 50px auto;
  background: #ff9c3d;
  color: white;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  transition: all 0.4s;
  cursor: pointer;
}

.try-again-btn:hover {
  transition: all 0.4s;
  transform: scale(1.2);
}

.try-again-btn:active {
  background: #ff9c3d;
}

.right-answers-result,
.wrong-answers-result {
  margin-bottom: 25px;
}

.right-answers-result div,
.wrong-answers-result div {
  display: flex;
  column-gap: 20px;
  font-size: 28px;
  margin: 5px 0px;
}

.answer-title-right,
.answer-title-wrong {
  width: 50px;
  height: 50px;
  margin: 20px auto;
  background-size: 100%;
}

.answer-title-right {
  background-image: url(../assets/done-1.png);
}

.answer-title-wrong {
  background-image: url(../assets/сlose.png);
}

.result-audio-btn {
  width: 30px;
  height: 30px;
  background-image: url(../assets/audio-1.png);
  background-size: cover;
  cursor: pointer;
}

.result-audio-btn:hover {
  transform: scale(1.2);
}

.answers-container {
  min-width: 240px;
  margin-bottom: auto;
  padding: 0 20px;
}

@media (max-width: 700px) {
  .audiochallenge-main-inf {
    flex-direction: column;
    row-gap: 25px;
  }

  .game-page-title {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .difficult-subtitle {
    font-size: 30px;
  }

  .game-describe-container {
    font-size: 24px;
  }
}

@media (max-width: 520px) {
  .game-page-title {
    font-size: 25px;
  }

  .difficult-subtitle {
    font-size: 25px;
  }

  .game-describe-container {
    font-size: 20px;
  }

  .difficult-buttons-container {
    width: 100%;
  }

  .main-tab,
  .words-tab {
    font-size: 24px;
  }
}

.statistics-container {
  margin-bottom: 20px;
  padding-top: 50px;
}

.games-statistic-title {
  font-size: 36px;
  text-shadow: 2px 2px 3px #ff9c3d;
  margin-top: 50px;
}

.games-statistic-container {
  display: flex;
  width: 100%;
  justify-content: space-around;
  column-gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0 30px;
  margin-top: 80px;
}

.game-title {
  text-align: center;
  font-size: 20px;
}

.home-btn {
  width: 100px;
  height: 50px;
  font-size: 20px;
  background-color: black;
  color: white;
  border: none;
  cursor: pointer;
  align-self: flex-end;
}

.stats__description,
.stats__info {
  text-align: center;
  padding: 20px;
  color: black;
}

.stats__description:nth-of-type(odd) {
  background: #ffc792;
}

.stats__description:nth-of-type(even) {
  background: #ff9c3d;
}

.stats__info:nth-of-type(odd) {
  background: #9befe6;
}

.stats__info:nth-of-type(even) {
  background: #6ce0c0;
}

.stats-block__wrap {
  font-family: "Architects Daughter";
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}

.stats__description-block,
.stats__info-block {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  width: fit-content;
}

.stats__info-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

h3 {
  font-family: "Architects Daughter";
  margin-bottom: 15px;
}

.games-statistic-title,
.words-statistic-title {
  font-family: "Architects Daughter";
}

.stats-sticker__img {
  width: 100px;
  height: fit-content;
  position: absolute;
  top: -57px;
  left: -55px;
}

.wrong-message-statistic {
  font-size: 36px;
  margin-top: 50px;
}

.about-us__block {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 80px;
}

.person-block {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.person-info__wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.person-image {
  width: 200px;
  height: 200px;
  border-radius: 100%;
}

.person-info {
  font-size: 24px;
  max-width: 600px;
}

.github-link {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
}

.github-image {
  width: 50px;
  height: 50px;
}

.github-link {
  text-decoration: none;
  color: black;
  font-size: 24px;
}

.authorization-border,
.logout-border {
  display: block;
  width: fit-content;
  height: fit-content;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: rgb(255 199 146);
}

.register-open__button,
.sign-open__button {
  color: white;
  padding: 17px 0 20px 0;
  width: 50%;
  text-align: center;
  background-color: rgb(255 156 61);
  font-family: "Architects Daughter";
  font-size: 24px;
}

.register-open__button.active,
.sign-open__button.active {
  background-color: rgb(255 199 146);
  color: black;
}

.form-border__wrap {
  border: 3px solid rgb(255 199 146);
  border-radius: 30px;
  background-color: #ff9c3d;
}

.close-form {
  width: 50px;
  height: 50px;
  top: -55px;
  right: -55px;
  cursor: pointer;
  padding: 5px;
  position: absolute;
  transition: 0.3s ease-in-out;
}

.register-form,
.sign-form {
  display: flex;
  flex-direction: column;
  margin: 70px 100px;
  transition: 0.3s ease-in-out;
}

.form-block {
  margin-bottom: 25px;
  position: relative;
}

.register-error__name,
.register-error__email,
.register-error__password,
.registration-success,
.sign-error__email,
.sign-error__password,
.sign-success {
  position: absolute;
  margin-left: 7px;
  font-size: 15px;
}

.register-submit:hover,
.sign-submit:hover {
  transition: all 0.5s ease-in-out;
}

.form-block {
  position: relative;
  width: 100%;
}

.form-input {
  border: none;
  border-radius: 7px;
  margin-bottom: 5px;
  color: black;
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 16px;
  outline: 0;
  padding: 15px;
  width: 100%;
}

.register-sign__block-wrap,
.register-sign__button-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.register-sign__button-wrap {
  cursor: pointer;
  transform: translateY(-1px);
}

.password-control {
  position: absolute;
  top: 17px;
  right: 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../assets/view.svg) 0 0 no-repeat;
}

.password-control.view {
  background: url(../assets/no-view.svg) 0 0 no-repeat;
}

.logout__block-wrap {
  margin: 70px;
}

.logout-buttons__wrap {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.logout-text {
  font-size: 24px;
  font-family: "Architects Daughter";
  margin-bottom: 50px;
}

@media (max-width: 600px) {
  .register-form,
  .sign-form {
    margin: 40px;
    transition: 0.3s ease-in-out;
  }

  .close-form {
    right: 138px;
    transition: 0.3s ease-in-out;
  }
}

