.button,
.s-40,
.s-40--bold,
.s-40--extra-bold {
  font-size: 40px;
  line-height: 40px;
}
.button,
.s-35--bold,
.s-40--bold,
.s-45--bold {
  font-weight: 700;
}
.button {
  align-items: center;
  background-color: #4d4d4d;
  border-radius: 20px;
  color: #f2f2f2;
  cursor: pointer;
  direction: rtl;
  display: flex;
  height: 88px;
  justify-content: center;
  padding-top: 10px;
  width: 100%;
}
.button--small {
  font-size: 35px;
  height: 68px;
  line-height: 35px;
  width: 264px;
}
.button--secondary {
  background-color: #ccc;
  color: #4d4d4d;
}
@media only screen and (max-width: 1000px) {
  .button {
    border-radius: 10px;
    font-size: 20px;
    height: 44px;
    line-height: 20px;
    padding-top: 5px;
  }
  .button--small {
    font-size: 17.5px;
    height: 34px;
    line-height: 17.5px;
    width: 132px;
  }
}
.header__title,
.s-40,
.s-40--bold,
.s-40--extra-bold {
  font-size: 40px;
  line-height: 40px;
}
.header__title,
.s-35--extra-bold,
.s-40--extra-bold,
.s-45--extra-bold {
  font-weight: 900;
}
.header {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
.header__container {
  background-color: #4d4d4d;
  width: 1428px;
}
.header__container,
.header__title {
  align-items: center;
  border: 8px solid #4d4d4d;
  display: flex;
  height: 88px;
  justify-content: center;
}
.header__title {
  background-color: #f2f2f2;
  border-radius: 20px;
  color: #4d4d4d;
  padding-top: 10px;
  width: 368px;
}
@media only screen and (max-width: 1000px) {
  .header__container {
    width: 284px;
  }
  .header__container,
  .header__title {
    border: 4px solid #4d4d4d;
    height: 44px;
  }
  .header__title {
    border-radius: 10px;
    font-size: 20px;
    line-height: 20px;
    padding-top: 5px;
    width: 184px;
  }
}
.input {
  background-color: unset;
  border: none;
  color: #4d4d4d;
  direction: rtl;
  display: block;
  height: 100%;
  outline: none;
  padding: 0;
  text-align: center;
  transition: 0.1s ease-in-out;
  width: 100%;
}
.input__container {
  height: 100%;
  position: relative;
  width: 100%;
}
.name-table__input,
.s-40,
.s-40--bold,
.s-40--extra-bold {
  font-size: 40px;
  line-height: 40px;
}
.name-table__input,
.s-35--bold,
.s-40--bold,
.s-45--bold {
  font-weight: 700;
}
.name-table {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.name-table__container {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.name-table__header {
  align-items: flex-end;
  background-color: #ccc;
  border: 8px solid #4d4d4d;
  border-radius: 20px 20px 0 0;
  display: flex;
  height: 68px;
  justify-content: center;
  width: 248px;
}
.name-table__header-icon {
  height: 40px;
  width: 40px;
}
.name-table__body-cell {
  align-items: flex-end;
  border: 8px solid #4d4d4d;
  display: flex;
  height: 80px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  width: 248px;
}
.name-table__body-cell:first-child {
  height: 88px;
}
.name-table__body-cell:not(:first-child) {
  border-top: none;
}
.name-table__body-cell:last-child {
  border-radius: 0 0 20px 20px;
}
.name-table__input {
  padding-top: 10px;
}
@media only screen and (max-width: 1000px) {
  .name-table {
    row-gap: 4px;
  }
  .name-table__container {
    row-gap: 16px;
  }
  .name-table__header {
    border: 4px solid #4d4d4d;
    border-radius: 10px 10px 0 0;
    height: 34px;
    width: 124px;
  }
  .name-table__header-icon {
    height: 20px;
    width: 20px;
  }
  .name-table__body-cell {
    border: 4px solid #4d4d4d;
    height: 40px;
    width: 124px;
  }
  .name-table__body-cell:first-child {
    height: 44px;
  }
  .name-table__body-cell:last-child {
    border-radius: 0 0 10px 10px;
  }
  .name-table__input {
    font-size: 20px;
    line-height: 20px;
    padding-top: 5px;
  }
}
.s-40,
.s-40--bold,
.s-40--extra-bold,
.score-table__input-final,
.score-table__input-guess {
  font-size: 40px;
  line-height: 40px;
}
.s-35,
.s-35--bold,
.s-35--extra-bold,
.score-table__header {
  font-size: 35px;
  line-height: 35px;
}
.s-35--bold,
.s-40--bold,
.s-45--bold,
.score-table__input-final,
.score-table__input-guess {
  font-weight: 700;
}
.s-35--extra-bold,
.s-40--extra-bold,
.s-45--extra-bold,
.score-table__header {
  font-weight: 900;
}
.score-table {
  display: flex;
  height: 488px;
  margin-top: 76px;
  position: relative;
}
.score-table__column {
  display: flex;
  flex-direction: column;
  position: relative;
}
.score-table__column:not(:first-child) {
  margin-left: -8px;
}
.score-table__column--active {
  margin-top: -76px;
  z-index: 2;
}
.score-table__column--next {
  z-index: 1;
}
.score-table__table {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.score-table__header {
  align-items: center;
  background-color: #ccc;
  border: 8px solid #ccc;
  border-radius: 20px 20px 0 0;
  color: #f2f2f2;
  display: flex;
  height: 56px;
  justify-content: center;
  padding-top: 12px;
  width: 108px;
}
.score-table__header--active {
  border: 8px solid #4d4d4d;
  color: #4d4d4d;
  font-size: 40px;
  height: 68px;
  line-height: 40px;
  padding-top: 26px;
  position: relative;
  width: 188px;
  z-index: 1;
}
.score-table__body-cell {
  align-items: flex-end;
  background-color: #f2f2f2;
  border: 8px solid #ccc;
  display: flex;
  height: 56px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  width: 108px;
}
.score-table__body-cell:first-child {
  height: 64px;
}
.score-table__body-cell:not(:first-child) {
  border-top: none;
}
.score-table__body-cell:last-child {
  border-radius: 0 0 20px 20px;
}
.score-table__body-cell--active {
  background-color: #fff;
  border: 8px solid #4d4d4d;
  height: 80px;
  position: relative;
  width: 188px;
  z-index: 1;
}
.score-table__body-cell--active:first-child {
  height: 88px;
}
.score-table__input-final-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.score-table__input-final-container--active {
  width: 112px;
}
.score-table__input-final {
  color: #ccc;
  direction: ltr;
  padding-top: 10px;
}
.score-table__input-final--active {
  color: #4d4d4d;
}
.score-table__input-guess-container {
  align-items: center;
  border-right: 8px solid #4d4d4d;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 60px;
}
.score-table__input-guess {
  color: #4d4d4d;
  direction: ltr;
  padding-top: 10px;
}
.score-table__button-container {
  align-items: center;
  bottom: -120px;
  column-gap: 42px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  position: absolute;
}
.score-table__button-container--1 {
  left: 56px;
}
.score-table__button-container--2 {
  left: 156px;
}
.score-table__button-container--3 {
  left: 256px;
}
.score-table__button-container--4 {
  left: 356px;
}
.score-table__button-container--5 {
  left: 456px;
}
.score-table__button-container--6 {
  left: 556px;
}
.score-table__button-container--7 {
  left: 656px;
}
.score-table__button-container--8 {
  left: 756px;
}
.score-table__button-container--9 {
  left: 856px;
}
.score-table__button-container--0 {
  left: 50px;
}
.score-table__submit-button {
  align-items: center;
  background-color: #4d4d4d;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  height: 88px;
  justify-content: center;
  width: 88px;
}
.score-table__submit-button--disabled {
  cursor: not-allowed;
  opacity: 70%;
}
.score-table__next-button {
  border-left: 52px solid #ccc;
}
.score-table__next-button,
.score-table__previous-button {
  border-bottom: 33px solid transparent;
  border-top: 33px solid transparent;
  cursor: pointer;
  height: 0;
  width: 0;
}
.score-table__previous-button {
  border-right: 52px solid #ccc;
}
@media only screen and (max-width: 1000px) {
  .score-table {
    height: 244px;
    margin-top: 38px;
    position: relative;
    width: 94px;
  }
  .score-table__column {
    position: absolute;
  }
  .score-table__column:not(:first-child) {
    margin-left: 0;
  }
  .score-table__column--active {
    margin-top: -38px;
    position: relative;
  }
  .score-table__column--left {
    left: -20px;
  }
  .score-table__column--right {
    right: -20px;
  }
  .score-table__table {
    row-gap: 4px;
  }
  .score-table__header {
    border: 4px solid #ccc;
    border-radius: 10px 10px 0 0;
    color: #ccc;
    font-size: 17.5px;
    height: 36px;
    line-height: 17.5px;
    padding-top: 12px;
    width: 69px;
  }
  .score-table__header--active {
    border: 4px solid #4d4d4d;
    color: #4d4d4d;
    font-size: 20px;
    height: 34px;
    line-height: 20px;
    width: 94px;
  }
  .score-table__body-cell {
    background-color: #ccc;
    border: 4px solid #ccc;
    height: 26.6666666667px;
    width: 69px;
  }
  .score-table__body-cell:first-child {
    height: 30.6666666667px;
  }
  .score-table__body-cell:last-child {
    border-radius: 0 0 10px 10px;
  }
  .score-table__body-cell--active {
    background-color: #fff;
    border: 4px solid #4d4d4d;
    height: 40px;
    width: 94px;
  }
  .score-table__body-cell--active:first-child {
    height: 44px;
  }
  .score-table__input-final-container {
    height: 100%;
    width: 100%;
  }
  .score-table__input-final-container--active {
    width: 56px;
  }
  .score-table__input-final {
    font-size: 20px;
    line-height: 20px;
    padding-top: 5px;
  }
  .score-table__input-guess-container {
    border-right: 4px solid #4d4d4d;
    width: 30px;
  }
  .score-table__input-guess {
    color: #4d4d4d;
    font-size: 20px;
    line-height: 20px;
    padding-top: 5px;
  }
  .score-table__button-container {
    bottom: -60px;
    column-gap: 21px;
    left: -22px;
    transition: none;
  }
  .score-table__button-container--0 {
    left: 25px;
  }
  .score-table__submit-button {
    border-radius: 10px;
    height: 44px;
    width: 44px;
  }
  .score-table__submit-button svg {
    height: 20px;
    width: 20px;
  }
  .score-table__next-button {
    border-left: 26px solid #ccc;
  }
  .score-table__next-button,
  .score-table__previous-button {
    border-bottom: 16.5px solid transparent;
    border-top: 16.5px solid transparent;
  }
  .score-table__previous-button {
    border-right: 26px solid #ccc;
  }
}
.results-name-table__body-cell,
.s-40,
.s-40--bold,
.s-40--extra-bold {
  font-size: 40px;
  line-height: 40px;
}
.results-name-table__body-cell,
.s-35--bold,
.s-40--bold,
.s-45--bold {
  font-weight: 700;
}
.results-name-table {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.results-name-table__container {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.results-name-table__header {
  align-items: flex-end;
  background-color: #4d4d4d;
  border: 8px solid #4d4d4d;
  border-radius: 20px 20px 0 0;
  display: flex;
  height: 68px;
  justify-content: center;
  width: 248px;
}
.results-name-table__header-icon {
  height: 40px;
  width: 40px;
}
.results-name-table__header-icon path {
  fill: #f2f2f2;
  color: #f2f2f2;
}
.results-name-table__body-cell {
  align-items: center;
  background-color: #ccc;
  border: 8px solid #4d4d4d;
  color: #4d4d4d;
  display: flex;
  height: 80px;
  justify-content: center;
  overflow: hidden;
  padding: 10px 0 0;
  user-select: none;
  width: 248px;
}
.results-name-table__body-cell:first-child {
  height: 88px;
}
.results-name-table__body-cell:not(:first-child) {
  border-top: none;
}
.results-name-table__body-cell:last-child {
  border-radius: 0 0 20px 20px;
}
@media only screen and (max-width: 1000px) {
  .results-name-table {
    row-gap: 4px;
  }
  .results-name-table__container {
    row-gap: 16px;
  }
  .results-name-table__header {
    border: 4px solid #4d4d4d;
    border-radius: 10px 10px 0 0;
    height: 34px;
    width: 124px;
  }
  .results-name-table__header-icon {
    height: 20px;
    width: 20px;
  }
  .results-name-table__header-icon path {
    fill: #f2f2f2;
    color: #f2f2f2;
  }
  .results-name-table__body-cell {
    border: 4px solid #4d4d4d;
    font-size: 20px;
    height: 40px;
    line-height: 20px;
    padding-top: 5px;
    width: 124px;
  }
  .results-name-table__body-cell:first-child {
    height: 44px;
  }
  .results-name-table__body-cell:last-child {
    border-radius: 0 0 10px 10px;
  }
}
.results-score-table__body-cell-rank,
.results-score-table__body-cell-score,
.s-40,
.s-40--bold,
.s-40--extra-bold {
  font-size: 40px;
  line-height: 40px;
}
.results-score-table__body-cell-rank,
.results-score-table__body-cell-score,
.s-35--bold,
.s-40--bold,
.s-45--bold {
  font-weight: 700;
}
.results-score-table {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.results-score-table__container {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.results-score-table__header {
  align-items: flex-end;
  background-color: #4d4d4d;
  border: 8px solid #4d4d4d;
  border-radius: 20px 20px 0 0;
  display: flex;
  height: 68px;
  justify-content: center;
  width: 188px;
}
.results-score-table__header-icon {
  height: 40px;
  width: 40px;
}
.results-score-table__body-cell {
  background-color: #ccc;
  border: 8px solid #4d4d4d;
  display: flex;
  height: 80px;
  overflow: hidden;
  user-select: none;
  width: 188px;
}
.results-score-table__body-cell:first-child {
  height: 88px;
}
.results-score-table__body-cell:not(:first-child) {
  border-top: none;
}
.results-score-table__body-cell:last-child {
  border-radius: 0 0 20px 20px;
}
.results-score-table__body-cell-rank {
  border-right: 8px solid #4d4d4d;
  width: 68px;
}
.results-score-table__body-cell-rank,
.results-score-table__body-cell-score {
  align-items: center;
  color: #4d4d4d;
  display: flex;
  height: 100%;
  justify-content: center;
  padding-top: 10px;
}
.results-score-table__body-cell-score {
  width: 120px;
}
@media only screen and (max-width: 1000px) {
  .results-score-table {
    row-gap: 4px;
  }
  .results-score-table__container {
    row-gap: 16px;
  }
  .results-score-table__header {
    border: 4px solid #4d4d4d;
    border-radius: 10px 10px 0 0;
    height: 34px;
    width: 94px;
  }
  .results-score-table__header-icon {
    height: 20px;
    width: 20px;
  }
  .results-score-table__body-cell {
    border: 4px solid #4d4d4d;
    height: 40px;
    width: 94px;
  }
  .results-score-table__body-cell:first-child {
    height: 44px;
  }
  .results-score-table__body-cell:last-child {
    border-radius: 0 0 10px 10px;
  }
  .results-score-table__body-cell-rank {
    border-right: 4px solid #4d4d4d;
    font-size: 20px;
    line-height: 20px;
    padding-top: 5px;
    width: 34px;
  }
  .results-score-table__body-cell-score {
    font-size: 20px;
    line-height: 20px;
    padding-top: 5px;
    width: 60px;
  }
}
.results__table-container {
  column-gap: 92px;
  display: flex;
  flex-direction: row-reverse;
  zoom: 0.7;
}
@media only screen and (max-width: 1000px) {
  .results__table-container {
    column-gap: 46px;
    zoom: 0.9;
  }
}
.scores__table-container {
  column-gap: 88px;
  display: flex;
  flex-direction: row-reverse;
  zoom: 0.7;
}
@media only screen and (max-width: 1000px) {
  .scores__table-container {
    column-gap: 46px;
    zoom: 0.9;
  }
}
.s-35,
.s-35--bold,
.s-35--extra-bold,
.warning {
  font-size: 35px;
  line-height: 35px;
}
.s-35--bold,
.s-40--bold,
.s-45--bold,
.warning {
  font-weight: 700;
}
.warning {
  background-color: #4d4d4d;
  border-radius: 20px;
  color: #ccc;
  height: 68px;
  margin-bottom: 20px;
  margin-top: 40px;
  padding-top: 10px;
  width: 568px;
}
.warning,
.warning__container {
  align-items: center;
  display: flex;
  justify-content: center;
}
.warning__container {
  flex-direction: column;
  margin-top: 144px;
  zoom: 0.8;
}
.warning__triangle {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  padding-bottom: 8px;
  position: relative;
}
.warning__triangle-background {
  border-bottom: 92px solid #ccc;
  border-left: 56px solid transparent;
  border-right: 56px solid transparent;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 0;
  z-index: -1;
}
.warning__button-container {
  column-gap: 40px;
  display: flex;
  flex-direction: row-reverse;
}
.warning__return {
  color: #ccc;
}
@media only screen and (max-width: 1000px) {
  .warning {
    border-radius: 10px;
    font-size: 17.5px;
    height: 34px;
    line-height: 17.5px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-top: 5px;
    width: 284px;
  }
  .warning__container {
    margin-top: 72px;
  }
  .warning__triangle {
    padding-bottom: 4px;
  }
  .warning__triangle svg {
    height: 28px;
    width: 8px;
  }
  .warning__triangle-background {
    border-bottom: 46px solid #ccc;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
  }
  .warning__button-container {
    column-gap: 20px;
  }
}
.main-component {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1920px;
  row-gap: 76px;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .main-component {
    max-width: 360px;
    min-height: 640px;
    padding: 110px 36px 0;
    row-gap: 38px;
  }
}
@media only screen and (max-width: 393px) {
  .main-component {
    max-width: 360px;
    min-height: 640px;
    padding: 110px 28px 0;
    row-gap: 38px;
  }
}
@media only screen and (max-width: 375px) {
  .main-component {
    max-width: 360px;
    min-height: 640px;
    padding: 110px 19px 0;
    row-gap: 38px;
  }
}
@media only screen and (max-width: 360px) {
  .main-component {
    max-width: 360px;
    min-height: 640px;
    padding: 110px 12px 0;
    row-gap: 38px;
  }
}
@font-face {
  font-display: swap;
  font-family: rokhpro;
  font-style: normal;
  font-weight: 400;
  src: url(./assets/RokhFaNum-Regular.eot);
  src: url(./assets/RokhFaNum-Regular.eot?#iefix) format("embedded-opentype"),
    url(./assets/RokhFaNum-Regular.woff) format("woff"),
    url(./assets/RokhFaNum-Regular.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: rokhpro;
  font-style: normal;
  font-weight: 700;
  src: url(./assets/RokhFaNum-Bold.eot);
  src: url(./assets/RokhFaNum-Bold.eot?#iefix) format("embedded-opentype"),
    url(./assets/RokhFaNum-Bold.woff) format("woff"),
    url(./assets/RokhFaNum-Bold.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: rokhpro;
  font-style: normal;
  font-weight: 900;
  src: url(./assets/RokhFaNum-ExtraBold.eot);
  src: url(./assets/RokhFaNum-ExtraBold.eot?#iefix) format("embedded-opentype"),
    url(./assets/RokhFaNum-ExtraBold.woff) format("woff"),
    url(./assets/RokhFaNum-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: rokhproEngNum;
  font-style: normal;
  font-weight: 400;
  src: url(./assets/Rokh-Regular.eot);
  src: url(./assets/Rokh-Regular.eot?#iefix) format("embedded-opentype"),
    url(./assets/Rokh-Regular.woff) format("woff"),
    url(./assets/Rokh-Regular.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: rokhproEngNum;
  font-style: normal;
  font-weight: 700;
  src: url(./assets/Rokh-Bold.eot);
  src: url(./assets/Rokh-Bold.eot?#iefix) format("embedded-opentype"),
    url(./assets/Rokh-Bold.woff) format("woff"),
    url(./assets/Rokh-Bold.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: rokhproEngNum;
  font-style: normal;
  font-weight: 900;
  src: url(./assets/Rokh-ExtraBold.eot);
  src: url(./assets/Rokh-ExtraBold.eot?#iefix) format("embedded-opentype"),
    url(./assets/Rokh-ExtraBold.woff) format("woff"),
    url(./assets/Rokh-ExtraBold.ttf) format("truetype");
}
.s-45,
.s-45--bold,
.s-45--extra-bold {
  font-size: 45px;
  line-height: 45px;
}
.s-40,
.s-40--bold,
.s-40--extra-bold {
  font-size: 40px;
  line-height: 40px;
}
.s-35,
.s-35--bold,
.s-35--extra-bold {
  font-size: 35px;
  line-height: 35px;
}
.s-35,
.s-40,
.s-45 {
  font-weight: 400;
}
.s-35--bold,
.s-40--bold,
.s-45--bold {
  font-weight: 700;
}
.s-35--extra-bold,
.s-40--extra-bold,
.s-45--extra-bold {
  font-weight: 900;
}
*,
:after,
:before {
  box-sizing: border-box;
  transition: 0.2s;
}
body {
  font-family: rokhpro, sans-serif;
  margin: 0;
}
button,
input,
textarea {
  font-family: inherit;
}
.english-numbers {
  font-family: rokhproEngNum !important;
}
