@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@300;400;600&display=swap");
html {
  height: 100%;
}

body {
  height: 100%;
  width: 100%;
  background: radial-gradient(circle at 20% 0%, rgba(111, 25, 71, 0.4), rgba(151, 27, 93, 0) 30%), radial-gradient(circle at 50% 0, #122d4b, #08071d 70.71%);
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

.trans {
  transition: all 0.5s cubic-bezier(0.62, 0.05, 0.01, 0.98);
}

.button {
  display: inline-block;
  background: linear-gradient(180deg, rgb(21, 165, 165) 0%, rgb(135, 207, 98) 100%);
  font-size: 1.125em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  padding: 16px 22px 15px;
  cursor: pointer;
}
.button--disabled {
  opacity: 0.5;
  cursor: auto;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.start {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1d25 url(../img/start__bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  z-index: 100;
}
.start__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(32deg, rgb(9, 99, 161) 0%, rgb(66, 238, 240) 100%);
  background-size: 400% 400%;
  animation: gradient 7s ease infinite;
  mix-blend-mode: overlay;
  z-index: 1;
}
.start__content {
  position: relative;
  display: flex;
  height: 100%;
  text-align: center;
  z-index: 2;
}
.start__aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35%;
  height: 100%;
  background: radial-gradient(circle at 20% 0%, rgba(111, 25, 71, 0.4), rgba(151, 27, 93, 0) 30%), radial-gradient(circle at 50% 0, #122d4b, #08071d 70.71%);
}
.start__title {
  width: 100%;
  background: url(../svg/logo.svg) no-repeat center top;
  background-size: 150px;
  font-size: 2.4em;
  font-weight: 600;
  padding: 180px 0 3px;
}
.start-users {
  display: inline-block;
  border-radius: 10px;
  padding: 30px 40px;
  margin: auto;
}
.start-users__choose {
  font-size: 1.25rem;
  font-weight: 500;
  padding-bottom: 16px;
}
.start-users__one {
  display: inline-block;
  width: 150px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 6px;
  padding: 20px 0 15px;
  margin: 0 20px;
  cursor: pointer;
}
.start-users__one--selected {
  border: 2px solid rgb(255, 255, 255);
}
.start-users__ava {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 50%;
  margin: auto;
}
.start-users__name {
  font-size: 1.25em;
  font-weight: 600;
  padding-top: 10px;
}
.start__button {
  width: 100%;
  padding-top: 50px;
}
.start__place {
  width: 100%;
  font-size: 1.125em;
  padding-bottom: 20px;
}

main {
  position: relative;
  max-width: 1080px;
  height: 100%;
  background: radial-gradient(circle at 20% 0%, rgba(111, 25, 71, 0.4), rgba(151, 27, 93, 0) 30%), radial-gradient(circle at 50% 0, #122d4b, #08071d 70.71%);
  color: #fff;
  margin: auto;
}

.header {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 10px 35px;
}
.header__logo {
  width: 165px;
  height: 85px;
  background: url(../svg/logo.svg) no-repeat left center;
  background-size: auto 100%;
  cursor: pointer;
}
.header-place {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 35%;
}
.header-place__title {
  font-size: 1.4rem;
  font-weight: 600;
}
.header-place__address {
  color: #ccc;
  line-height: 1;
}
.header-dis {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 1.125rem;
  line-height: 1;
  padding-left: 8px;
  cursor: pointer;
}
.header-dis--disabled {
  opacity: 0.45;
  cursor: default;
}
.header-dis__amount {
  background: rgba(255, 255, 255, 0.1);
  color: #feffb0;
  font-weight: 600;
  border-radius: inherit;
  padding: 8px;
}
.header-user {
  flex-grow: 1;
  justify-self: flex-end;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-user__ava {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  margin-right: 12px;
}
.header-user__info {
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  padding: 8px 35px 8px 0;
}
.header-user__name {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
}
.header-user__status {
  color: #ccc;
  font-size: 0.875rem;
  white-space: nowrap;
  padding-top: 2px;
}
.header-user__menu {
  flex-shrink: 1;
  position: relative;
  width: 40px;
  height: 40px;
  background: url(../svg/header-user__menu.svg?10) no-repeat center center;
  background-size: 90%;
  margin-left: 35px;
  cursor: pointer;
}

.content {
  display: flex;
  height: calc(100% - 100px);
}

.sections {
  position: relative;
  width: 200px;
  height: 100%;
  padding-bottom: 30px;
  overflow: auto;
}
.sections-list {
  padding-top: 20px;
}
.sections-list__one {
  position: relative;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  padding: 13px 5px 14px 35px;
  margin-bottom: 3px;
  cursor: pointer;
}
.sections-list__one--selected {
  background: radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 30%), radial-gradient(circle at 50% 0, #38b1b4, #0f6d99 70.71%);
}
.sections-list__one--popular {
  color: #feffb0;
}
.sections-list__one--popular::before {
  position: absolute;
  top: 14px;
  left: 10px;
  width: 16px;
  height: 16px;
  background: url(../svg/sections-list__one--popular.svg) no-repeat center center;
  background-size: contain;
  content: "";
}

.dash {
  display: flex;
  flex-grow: 1;
  height: 100%;
  background: #1a1d25;
  border-top: 1px solid #23262e;
  border-left: 1px solid #23262e;
  border-top-left-radius: 10px;
}
.dash__empty {
  width: 100%;
  background: url(../svg/dash__empty.svg?1) no-repeat center 250px;
  font-size: 1.25rem;
  color: #bbb;
  text-align: center;
  padding: 180px 0 80px;
}

.goods {
  display: none;
  width: 290px;
  height: 100%;
  padding: 20px 20px 90px 20px;
  overflow: auto;
}
.goods__one {
  background: #2d3240;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 6px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  padding: 14px 10px;
  margin-bottom: 15px;
  cursor: pointer;
}

.orders {
  display: none;
  flex-grow: 1;
  position: relative;
  height: 100%;
  padding: 20px 20px 90px 10px;
  overflow: auto;
}

.new {
  position: relative;
  background: #2d3240;
  border-radius: 6px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
  margin-bottom: 45px;
}
.new__info {
  display: none;
}
.new .loader {
  display: none;
}
.new__title {
  font-size: 1.375rem;
  font-weight: 600;
  padding: 9px 15px 7px;
}
.new__title span {
  display: none;
}
.new__wick {
  position: absolute;
  top: 4px;
  right: 15px;
}
.new-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #feffb0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 20px 15px;
}
.new-total__summary {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
.new-total__change {
  display: none;
  font-weight: 600;
  line-height: 1;
  border: 2px solid currentColor;
  border-radius: 6px;
  padding: 7px 12px;
  cursor: pointer;
}
.new-total__label, .new-total__amount {
  display: inline;
}
.new-pay {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 1px;
}
.new-pay__method {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, rgb(53, 172, 178) 0%, rgb(26, 127, 160) 100%);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  border-bottom-left-radius: 6px;
  padding: 14px;
  cursor: pointer;
}
.new-pay__method--cash {
  border-radius: 0;
  background: linear-gradient(0deg, rgb(245, 169, 70) 0%, rgb(201, 127, 31) 100%);
}
.new-pay__method--wait {
  border-radius: 0;
  border-bottom-right-radius: 6px;
  background: linear-gradient(0deg, rgb(62, 156, 90) 0%, rgb(50, 121, 71) 100%);
}
.new-pay__method--disabled {
  opacity: 0.4;
  cursor: auto;
}

.change {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 0 15px 20px;
}
.change-one {
  display: inline-flex;
  align-items: center;
  gap: 0 5px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 3px 5px;
}
.change-one__bill {
  font-weight: 600;
  line-height: 1;
}
.change-one__dotted {
  width: 15px;
  height: 1px;
  border-top: 1px solid #fff;
}
.change-one__value {
  color: #feffb0;
}

.empty {
  background: url(../svg/new__empty.svg) no-repeat center 20px;
  background-size: 80px;
  font-size: 1.25rem;
  text-align: center;
  color: #bbb;
  padding: 120px 70px 40px;
}

.selector {
  display: flex;
  align-items: center;
  gap: 0 6px;
  padding: 8px 0;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.selector__component {
  display: inline-block;
  position: relative;
  width: 45px;
  height: 24px;
  background: linear-gradient(0deg, rgb(53, 172, 178) 0%, rgb(26, 127, 160) 100%);
  border-radius: 14px;
  z-index: 1;
  filter: grayscale(100%);
}
.selector__component div {
  position: absolute;
  top: calc(50% - 10px);
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}
.selector__label {
  display: inline-block;
  vertical-align: 6px;
  font-size: 1.0675rem;
  font-weight: 500;
  margin-left: 7px;
}
.selector--checked .selector__component {
  filter: none;
}
.selector--checked .selector__component div {
  left: 23px;
}
.selector--checked .selector__label {
  color: #24dcdb;
}

.items-one {
  position: relative;
  border-bottom: 3px solid rgba(255, 255, 255, 0.11);
  padding: 23px 15px 23px 65px;
}
.items-one:last-child {
  border: none;
}
.items-one__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.items-one__name {
  flex-grow: 1;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  padding-right: 15px;
}
.items-one__price {
  background: rgba(255, 255, 255, 0.17);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: #ffea5e;
  white-space: nowrap;
  border-radius: 6px;
  padding: 6px 9px;
}
.items-one__counter {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.items-one__counter .plus, .items-one__counter .minus {
  width: 35px;
  height: 35px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  padding-top: 1px;
  cursor: pointer;
}
.items-one__counter span {
  width: 50px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.items-prices {
  display: flex;
  gap: 12px 15px;
  padding-top: 15px;
}
.items-prices__one {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  border-radius: 3px;
  padding: 9px 15px 8px;
  cursor: pointer;
}
.items-prices__one--selected {
  background: linear-gradient(0deg, rgb(53, 172, 178) 0%, rgb(26, 127, 160) 100%);
  color: #fff;
  cursor: auto;
}
.items-sugar {
  display: flex;
  align-items: center;
  padding-top: 25px;
}
.items-sugar__left {
  font-size: 1.125rem;
  font-weight: 600;
  padding-right: 15px;
}
.items-sugar__right {
  flex-grow: 1;
  display: flex;
  gap: 0 9px;
  width: 82%;
}
.items-sugar__one {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  width: 37px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #000;
  border-radius: 3px;
  padding: 6px 0;
  cursor: pointer;
}
.items-sugar__one--selected {
  background: linear-gradient(0deg, rgb(53, 172, 178) 0%, rgb(26, 127, 160) 100%);
  color: #fff;
  cursor: auto;
}
.items-params {
  display: flex;
  align-items: center;
  gap: 0 32px;
  padding-top: 15px;
}

.order {
  position: relative;
  background: #2d3240;
  border-radius: 6px;
  padding: 0;
  margin-bottom: 40px;
}
.order .loader {
  display: none;
}
.order__top {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 12px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  padding: 8px 15px;
}
.order__top--nodelete {
  padding-left: 15px;
}
.order__top--c {
  background: linear-gradient(0deg, rgb(53, 172, 178) 0%, rgb(26, 127, 160) 100%);
}
.order__top--k {
  background: linear-gradient(0deg, rgb(251, 85, 170) 0%, rgb(224, 13, 120) 100%);
}
.order__top--m {
  background: linear-gradient(0deg, rgb(245, 169, 70) 0%, rgb(201, 127, 31) 100%);
}
.order__top--w {
  background: linear-gradient(0deg, rgb(62, 156, 90) 0%, rgb(50, 121, 71) 100%);
}
.order__top--w::after {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  top: calc(50% - 17px);
  right: 15px;
  background: url(../svg/order__top--wait.svg) no-repeat center center;
  background-size: contain;
}
.order__top .delete {
  position: static;
}
.order__info {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #ccc;
  padding: 8px 15px 6px;
}
.order__info div {
  width: 50%;
}
.order__info div:last-child {
  text-align: right;
}
.order-good {
  border-bottom: 2px solid rgba(255, 255, 255, 0.11);
  padding: 12px 15px;
}
.order-good:last-child {
  border-bottom: solid 1px rgba(255, 255, 255, 0.11);
}
.order-good__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-good__row--wick {
  justify-content: flex-start;
  gap: 0 45px;
  padding: 5px 15px 12px;
}
.order-good__name {
  font-size: 1.125rem;
  font-weight: 600;
}
.order-good__name div {
  display: inline;
}
.order-good__name--techcard div {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.order-good__name span {
  color: #24dcdb;
}
.order-good__price {
  display: inline-block;
  background: rgba(255, 255, 255, 0.17);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  color: #ffea5e;
  border-radius: 3px;
  padding: 6px 6px 4px;
}
.order-good__params {
  display: flex;
  gap: 0 17px;
}
.order-good__params div {
  background: rgba(255, 255, 255, 0.17);
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 3px;
  padding: 3px 7px;
  margin-top: 7px;
}
.order-good__waiter {
  display: flex;
  align-items: center;
  gap: 0 10px;
  background: rgba(255, 255, 255, 0.15);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 6px;
  padding: 7px 11px;
  cursor: pointer;
}
.order-good__waiter div {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.order-good__waiter--disabled {
  background: linear-gradient(0deg, rgb(53, 172, 178) 0%, rgb(26, 127, 160) 100%);
  cursor: default;
}
.order__total {
  display: flex;
  align-items: center;
  gap: 0 7px;
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  color: #feffb0;
  padding: 15px;
}
.order__dis {
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 3px;
  padding: 4px 4px 3px;
  margin-top: 1px;
}
.order__methods {
  display: flex;
  gap: 0 30px;
  padding-left: 15px;
}
.order__pay {
  background: linear-gradient(0deg, rgb(53, 172, 178) 0%, rgb(26, 127, 160) 100%);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  padding: 8px 15px;
  border-radius: 3px;
  cursor: pointer;
}
.order__pay--m {
  background: linear-gradient(0deg, rgb(245, 169, 70) 0%, rgb(201, 127, 31) 100%);
}

.hidden {
  display: none;
}

.delete {
  position: absolute;
  top: 23px;
  left: 15px;
  width: 34px;
  height: 34px;
  background: url(../svg/item__delete.svg) no-repeat center center;
  background-size: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75) url(../svg/loader.svg) no-repeat center center;
  border-radius: inherit;
  background-size: 40px;
  z-index: 5;
}

.update {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 70;
}
.update__status {
  background: url(../svg/loader.svg) no-repeat center center;
  background-size: 40px;
  font-size: 1.25rem;
  color: #bbb;
  padding-top: 80px;
}

.remover {
  display: none;
  position: relative;
  padding: 10px 60px 10px 15px;
}
.remover input {
  width: 100%;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 1em;
  border: none;
  outline: none;
  resize: none;
  border-radius: 3px;
  padding: 9px 12px 10px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.remover .delete {
  top: calc(50% - 17px);
  left: auto;
  right: 15px;
}

.menu {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100%;
  background: radial-gradient(circle at 20% 0%, rgba(111, 25, 71, 0.4), rgba(151, 27, 93, 0) 30%), radial-gradient(circle at 50% 0, #122d4b, #08071d 70.71%);
  color: #fff;
  box-shadow: -8px 0 8px 0 rgba(0, 0, 0, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  padding: 30px 15px;
  z-index: 50;
  opacity: 0;
}
.menu__sub {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 49;
}
.menu__button {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 6px;
  padding: 15px 12px 15px 42px;
  margin-bottom: 25px;
  cursor: pointer;
}
.menu__button--disabled {
  opacity: 0.5;
}

.history {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 0%, rgba(111, 25, 71, 0.4), rgba(151, 27, 93, 0) 30%), radial-gradient(circle at 50% 0, #122d4b, #08071d 70.71%);
  z-index: 200;
  opacity: 0;
}
.history__container {
  display: flex;
  position: relative;
  max-width: 1080px;
  color: white;
  height: 100%;
  margin: auto;
  padding: 0 35px;
}
.history__close {
  position: absolute;
  top: 20px;
  right: 35px;
  width: 35px;
  height: 35px;
  background: url(../svg/close.svg) no-repeat right center;
  background-size: 80%;
  cursor: pointer;
}
.history__left {
  display: flex;
  flex-direction: column;
  width: 54%;
  height: 100%;
  position: relative;
  overflow: auto;
}
.history__right {
  width: 46%;
  padding: 73px 0 0 50px;
}
.history__current {
  font-size: 2rem;
  font-weight: 600;
  padding: 15px 0;
}
.history__orders {
  flex-grow: 1;
  overflow: auto;
  padding-bottom: 80px;
}
.history-code {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: inherit;
  z-index: 6;
  padding: 15px;
}
.history-code__label {
  padding-bottom: 20px;
}
.history-code__wait {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  line-height: 1;
  border-radius: 3px;
  padding: 3px 8px;
}
.history-code__dots {
  width: 50%;
  display: inline-flex;
  justify-content: space-between;
  gap: 20px 20px;
  flex-wrap: wrap;
}
.history-code__dot {
  flex-shrink: 0;
  position: relative;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  cursor: pointer;
}
.history-code__dot::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 13px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: inherit;
}
.history-stats {
  position: relative;
  background: rgba(255, 255, 255, 0.17);
  border-radius: 6px;
  padding: 5px 15px 15px;
}
.history-stats__overlay {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 0%, rgba(111, 25, 71, 0.4), rgba(151, 27, 93, 0) 30%), radial-gradient(circle at 50% 0, #122d4b, #08071d 70.71%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: inherit;
  z-index: 5;
}
.history-stats__row {
  display: flex;
  align-items: center;
  padding-top: 8px;
}
.history-stats__row--separator {
  padding-top: 22px;
}
.history-stats__left {
  line-height: 1;
}
.history-stats__dotted {
  flex-grow: 1;
  height: 1px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.11);
  margin: 0 8px;
}
.history-stats__right {
  font-weight: 600;
  line-height: 1;
  color: #ffea5e;
}
.history-stats__right--red {
  color: #ff5151;
}
.history-calendar {
  padding: 25px 0 10px;
}
.history-calendar__selector {
  display: flex;
  align-items: center;
}
.history-calendar__arrow {
  width: 40px;
  height: 40px;
  background: url(../svg/history-calendar__arrow.svg) no-repeat left center;
  background-size: auto 50%;
  cursor: pointer;
}
.history-calendar__arrow--next {
  transform: rotate(180deg);
}
.history-calendar__month {
  flex-grow: 1;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
.history-calendar__top {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0 1px;
  margin-bottom: 3px;
}
.history-calendar__top div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
.history-calendar__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px 1px;
}
.history-calendar__day, .history-calendar__prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 40px;
  background: rgba(255, 255, 255, 0.17);
  font-size: 1.125rem;
  border-radius: 3px;
  cursor: pointer;
}
.history-calendar__day--current, .history-calendar__prev--current {
  background: linear-gradient(180deg, rgb(21, 165, 165) 0%, rgb(135, 207, 98) 100%);
  font-weight: 600;
}
.history-calendar__day--today::after, .history-calendar__prev--today::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 8px;
  height: 8px;
  background: #f35e6c;
  border-radius: 50%;
  z-index: 2;
}
.history-calendar__prev {
  opacity: 0.4;
  cursor: auto;
}

.penalty {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
}
.penalty__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
}
.penalty-block {
  width: 450px;
  background: radial-gradient(circle at 20% 0%, rgba(111, 25, 71, 0.4), rgba(151, 27, 93, 0) 30%), radial-gradient(circle at 50% 0, #122d4b, #08071d 70.71%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 20px;
}
.penalty-block__title {
  font-size: 1.375rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}
.penalty-one {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.penalty-one:last-child {
  margin: 0;
}
.penalty-one__param {
  font-weight: 600;
}
.penalty-one__dotted {
  flex-grow: 1;
  height: 1px;
  border-top: 1px dotted rgba(255, 255, 255, 0.4);
  margin: 0 10px;
}
.penalty-one__value {
  color: #ffea5e;
}

.techcard {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 50;
}
.techcard__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
}
.techcard-block {
  width: 450px;
  max-height: 90%;
  background: radial-gradient(circle at 20% 0%, rgba(111, 25, 71, 0.4), rgba(151, 27, 93, 0) 30%), radial-gradient(circle at 50% 0, #122d4b, #08071d 70.71%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 20px;
  overflow: auto;
}
.techcard-block__title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.techcard-block__loader {
  height: 120px;
  background: url(../svg/loader.svg) no-repeat center center;
  background-size: 20px;
}
.techcard-block__text {
  font-size: 1.25rem;
}
.techcard-block__text strong {
  font-weight: 600;
  color: #ffea5e;
  padding-top: 20px;
}
.techcard-one {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.techcard-one:last-child {
  margin: 0;
}
.techcard-one__param {
  font-weight: 600;
}
.techcard-one__dotted {
  flex-grow: 1;
  height: 1px;
  border-top: 1px dotted rgba(255, 255, 255, 0.4);
  margin: 0 10px;
}
.techcard-one__value {
  color: #ffea5e;
}

.rotate {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2 url(../svg/rotate.svg) no-repeat center center;
  background-size: 25%;
  font-size: 1.25em;
  text-align: center;
  color: #bbb;
  padding-top: 45%;
  z-index: 1000;
}

@media screen and (orientation: portrait) {
  .rotate {
    display: block;
  }
}