:root {
  --font-family: "Manrope", sans-serif;
  --primary-dark: #282323;
  --primary-light: #fdfdfd;
  --primary-neutral: #f9f6f0;
  --accent-button: #9e5350;
  --accent-badge: #7b4265;
  --accent-badge-secondary: rgba(123, 66, 101, 0.7);
  --accent-button-hover: #8d4744;
  --accent-button-press: #804441;
  --card-background: #f0e4d2;
  --card-stroke: #ede1cc;
  --additional-rating: #eabd6e;
  --additional-footnote: #947570;
  --additional-footnote-secondary: #b49e9b;
  --system-error: #d02d13;
}

.gm {
  position: relative;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.gm__btn {
  font-family: var(--font-family);
  color: var(--accent-button);
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  line-height: unset;
  position: relative;
  text-decoration: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  min-height: 36px;
  transition: .2s;
  border-radius: 50px;
  outline: 0;
  cursor: pointer;
  user-select: none;
  border: 1px solid var(--accent-button);
}

.gm__btn_new,.gm__btn_next {
  width: 100%;
  color: var(--primary-light);
  background: var(--accent-button);
  border: 1px solid var(--accent-button);
}

.gm__btn_new:hover,.gm__btn_next:hover {
}

.gm__btn_new:active,.gm__btn_next:active {
  color: var(--primary-light);
  background: var(--accent-button-press);
  border-color: var(--accent-button-press);
}

.gm__btn_edit {
}

.gm__btn_print {
  border: none;
  background: transparent;
}

.gm__btn_print:hover {
}

.gm__btn_print:active {
  color: var(--accent-button-press);
}

.gm__select {
  position: relative;
  margin: 0 0 32px;
  cursor: pointer;
  border-top: 1px solid rgba(40, 35, 35, .2);
  border-bottom: 1px solid rgba(40, 35, 35, .2);
}

.gm__select-head {
  color: var(--primary-dark);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.gm__select-head:after {
  content: '';
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: url('../img/icons/acc-btn.svg') no-repeat center / contain;
  transition: .2s;
}

.gm__select-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  z-index: 2;
            /* margin-top: @md -1px !important */
  padding-bottom: 20px;
}

.gm__select-list li {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  width: 100%;
  padding: 6px 0;
  transition: .2s;
}

.gm__select-list li:hover {
}

.gm__select.is-open .gm__select-head:after {
  transform: rotate(-90deg);
}

.gm__select ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}

.gm__dots {
  display: none;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.gm__dots button {
  cursor: pointer;
  background: rgba(158, 83, 80, .5);
  border: none;
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 50%;
  margin-right: 6px;
  transition: .2s;
}

.gm__dots button.is-active {
  cursor: default;
  background: var(--accent-button);
}

.gm__dots button:last-child {
  margin: 0;
}

.gm__step {
  display: none;
        /* &_4 */;
}

.gm__step_1 {
  display: block;
}
/*     display: block */
.gm__step-footer {
  display: flex;
  justify-content: center;
  margin: 16px 0 0;
}

.gm__page {
  background: url('../img/content/game/main-bg.jpg') no-repeat center / cover;
  padding: 32px 28px;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 30px;
  overflow: hidden;
}

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

.gm__main-plate {
  width: 39%;
  background: url('../img/content/game/plate.png') no-repeat center / contain;
  display: none;
}

.gm__main-head {
  width: 100%;
}

.gm__main-title {
  position: relative;
  background-image: url('../img/content/game/title.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  width: 100%;
  padding-top: 24%;
}

.gm__main-title:before {
  content: '';
  background: url('../img/content/game/plate.png') no-repeat left / contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 30%;
  height: 100%;
}

.gm__main-title-sub {
  color: var(--primary-dark);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 32px 0;
}

.gm__plan {
  margin: 0 0 32px;
}

.gm__plan-text {
  color: var(--primary-dark);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.gm__plan-text a {
  color: var(--accent-button-hover);
  text-decoration-color: var(--accent-button-hover);
}

.gm__plan-value {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px 0 0;
}

.gm__plan-value > span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}

.gm__plan-value > span:last-child {
}

.gm__plan-input {
  position: relative;
  margin: 0 0 0 16px;
}

.gm__plan-input input {
  position: relative;
  font-family: var(--font-family);
  color: var(--additional-footnote);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--additional-footnote);
  border-radius: 0px;
  min-height: 36px;
  padding: 0;
  width: 94px;
  text-align: center;
  outline: none;
  transition: .2s;
  resize: none;
}

.gm__plan-input input:focus::placeholder {
  color: transparent;
}

.gm__plan-input input::placeholder {
  color: var(--additional-footnote);
  opacity: .5;
}

.gm__plan-input span {
  color: var(--accent-button-hover);
  font-weight: 700;
  font-size: 9px;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 6px;
  display: none;
}

.gm__plan-input.is-error span {
  display: block;
}

.gm__instr {
  margin-bottom: 32px;
}

.gm__instr-text {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
  text-align: center;
  margin: 0 0 32px;
}

.gm__instr-list {
  counter-reset: instr;
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  margin-bottom: -32px;
}

.gm__instr-item {
  width: 100%;
  padding: 0 8px;
  margin-bottom: 32px;
}

.gm__instr-img {
}

.gm__instr-img--wrap {
  position: relative;
  max-width: 120px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 32px;
}

.gm__instr-desc {
  color: var(--primary-dark);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  display: inline-flex;
  align-items: flex-start;
}

.gm__instr-desc:before {
  content: counter(instr) ".";
  counter-increment: instr;
  color: var(--accent-button-press);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin-right: 8px;
  margin-top: -2px;
}

.gm__title {
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 32px;
}

.gm__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
}

.gm__head .gm__title {
  display: none;
}

.gm__calories {
  background: var(--accent-badge);
  color: #fff;
  display: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  padding: 8px 20px;
  border-radius: 50px;
        /* min-height: 36px @lg 52px */
  width: 100%;
}

.gm__calories-phone {
  display: none;
}

.gm__calories-title {
  display: inline-block;
  margin-right: 6px;
}

.gm__calories-val {
  display: inline-block;
}

.gm__in {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
}

.gm__aside {
  width: 100%;
}

.gm__aside .gm__title {
  display: block;
}

.gm__aside .gm__ask {
  display: inline-flex;
}

.gm__section {
  position: relative;
        /* overflow: hidden */
  width: 100%;
  margin: 20px 0;
  padding-top: 88%;
}

.gm__menu {
  position: relative;
  margin: 0 -20px;
  padding: 0 20px 52px;
  display: flex;
}

.gm__menu-btn {
  position: absolute;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background-color: var(--accent-button);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 12;
  transition: .4s;
  bottom: 0;
}

.gm__menu-btn:last-child {
  margin: 0;
}

.gm__menu-btn.swiper-button-disabled {
  cursor: default;
  opacity: .5;
}

.gm__menu-btn-prev {
  background-image: url('../img/icons/slider-prev.svg');
  right: 68px;
}

.gm__menu-btn-next {
  background-image: url('../img/icons/slider-next.svg');
  right: 20px;
}

.gm__menu-btn:active {
  opacity: .7;
}

.gm__menu-body {
  display: flex;
}

.gm__menu-item {
  margin-right: 20px;
            /* &:hover */
            /*     background: rgba(158, 83, 80, .3) */;
}

.gm__menu-item:last-child {
}

.gm__menu-pic {
            /* min-width: 55px */
            /* width: 55px */
            /* max-width: 55px */
  margin: 0 auto 20px;
}

.gm__menu-pic img {
}

.gm__menu-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 4px;
}

.gm__menu-weight {
  color: #9a9a9b;
  font-size: 12px;
  line-height: 1.3;
}

.gm__table {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/content/game/table.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  z-index: 4;
}

.gm__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 30px;
  overflow: hidden;
  z-index: 2;
}

.gm__bg-item {
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.gm__plate {
  position: absolute;
}

.gm__plate-in {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.gm__plate-desert,.gm__plate-main {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 0;
}

.gm__plate-main {
  position: relative;
  width: 26% !important;
  height: 24% !important;
  padding: 5px;
}

.gm__plate-main.is-moved {
  top: 14%;
}

.gm__plate-desert {
  width: 36%;
  padding: 2px;
}

.gm__plate_small {
  top: 16%;
  left: 4%;
}

.gm__plate_small .gm__plate-in {
  width: clamp(1px, 16vw, 360px);
  height: clamp(1px, 16vw, 360px);
}

.gm__plate_big {
  top: 38%;
  left: 32%;
}

.gm__plate_big .gm__plate-in {
  width: clamp(1px, 34vw, 360px);
  height: clamp(1px, 34vw, 360px);
  padding: 0 6px;
                /* &.is-more-4 */
                /*     padding: 0 */;
}

.gm__cup {
  position: absolute;
  top: 18%;
  left: 81%;
  width: clamp(1px, 10vw, 160px);
  height: clamp(1px, 10vw, 160px);
  text-align: center;
}

.gm__cup-drink {
  display: inline-block;
  vertical-align: middle;
  transform: scale(0);
  transition: transform 0.3s;
  transform: translate(-50%);
}

.gm__cup-drink img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.gm__cup-drink.is-active {
  transform: scale(1);
}

.gm__tip {
  float: left;
  font-size: 0;
  margin: 0 0 24px;
}

.gm__tip-switch,.gm__tip-title {
  display: inline-block;
  vertical-align: middle;
}

.gm__tip-switch ul li i,.gm__tip-switch ul li span,.gm__tip-title ul li i,.gm__tip-title ul li span {
  float: right;
}

.gm__tip-switch ul li:first-child i,.gm__tip-switch ul li:first-child span,.gm__tip-title ul li:first-child i,.gm__tip-title ul li:first-child span {
  float: left;
}

.gm__tip-title {
  margin-right: 10px;
  font-size: 14px;
}

.gm__tip-switch {
  position: relative;
  width: 75px;
  height: 32px;
  background: #e1e1e1;
  border-radius: 16px;
  box-shadow: inset 0 0 2px rgba(205, 205, 205, 0.75);
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.gm__tip-switch.is-active {
  background: var(--accent-button);
  box-shadow: inset 0 0 2px rgba(252, 183, 63, 0.75);
}

.gm__tip-switch.is-active ul {
  left: -100%;
}

.gm__tip-switch ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  bottom: 0;
  -webkit-transition: left 0.2s;
  -moz-transition: left 0.2s;
  -o-transition: left 0.2s;
  transition: left 0.2s;
  display: flex;
}

.gm__tip-switch ul li {
  display: inline-block;
  width: 50%;
  height: 32px;
}

.gm__tip-switch ul li span {
  padding-right: 5px;
}

.gm__tip-switch ul li:first-child span {
  padding: 0;
}

.gm__tip-switch i {
  width: 26px;
  height: 26px;
  margin: 3px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 1px 0 rgba(145, 145, 145, 0.57);
}

.gm__tip-switch span {
  font-size: 16px;
  color: white;
  line-height: 32px;
}

.gm__ask {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  min-height: 1px;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  color: var(--accent-button);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  white-space: nowrap;
  display: none;
  align-items: center;
  margin: 0 0 40px;
}

.gm__ask:before {
  content: '';
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: url('../img/icons/game-help.svg') no-repeat center / contain;
  margin-right: 20px;
}

.gm__footer {
  margin-top: 32px;
}

.gm__footer_table {
}

.gm__footer_table .gm__footer-cell {
}

.gm__footer_table .gm__footer-cell:last-child {
}

.gm__footer_table .gm__btn {
}

.gm__footer .gm__btn_next {
  margin-left: auto;
}

.gm__warning {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 99;
  padding: 20px 28px;
}

.gm__warning-in {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.gm__warning-title {
  color: var(--accent-badge);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 24px;
}

.gm__warning-text p {
  color: var(--primary-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}

.gm__warning-arrow {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  min-height: 1px;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  display: inline-flex;
  position: absolute;
  top: 24px;
  right: 24px;
  transition: .2s;
}

.gm__warning-arrow:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url('../img/icons/cross.svg') no-repeat center / contain;
}

.gm__warning-arrow:hover {
}

.gm__warning-arrow:active {
  opacity: .7;
}

.gm__tooltip {
  display: none;
  position: absolute;
  top: 64%;
  left: -3px;
  width: 0;
  border-left: 3px solid var(--accent-badge);
  transition: width 0.2s;
  overflow: hidden;
}

.gm__tooltip.is-open {
  width: 110px;
}

.gm__tooltip ul {
  list-style: none;
  margin: 0;
  padding: 12px;
  background: var(--accent-badge);
}

.gm__tooltip ul li {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
  margin: 0 0 8px;
}

.gm__tooltip ul li:last-child {
  margin: 0;
}

.gm__result-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 32px;
}

.gm__result-table {
  padding: 20px 28px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 30px;
  margin: 0 -28px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.gm__result-table-item {
  display: flex;
  align-items: center;
  width: 100%;
}

.gm__result-table-img--wrap {
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-right: 8px;
}

.gm__result-table-info {
  width: 100%;
}

.gm__result-table-name {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 6px;
}

.gm__result-table ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gm__result-table ul li {
  color: var(--additional-footnote);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  margin-right: 0;
}

.gm__result-table ul li:last-child {
  margin: 0;
}

.gm__result-stats {
  margin: 32px 0;
}

.gm__result-stats ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.gm__result-stats ul li {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  padding: 12px 20px;
  color: var(--primary-light);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  border-radius: 50px;
}

.gm__result-stats ul li span {
  margin-right: 4px;
}

.gm__result-stats ul li span:last-child {
  margin: 0;
}

.gm__result-stats ul li:first-child {
  background: var(--accent-badge);
}

.gm__result-stats ul li:last-child {
  background: var(--accent-badge-secondary);
  margin: 0;
}

.gm__result-text {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
}
/* padding-left: 36px @sm 48px */
.gm__result-text p {
  color: var(--primary-dark);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.gm__result-text p a {
  color: var(--accent-button-hover);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-decoration-color: var(--accent-button-hover);
}
/* margin: 32px 0 0 */
.gm__result-text i {
  display: block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 12px;
}

.gm__result-text i.gm__result-error {
  background-image: url('../img/icons/game-warning.svg');
}

.gm__result-text i.gm__result-success {
  background-image: url('../img/icons/game-success.png');
}

.gm__help {
  display: none;
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  background: rgba(123, 66, 101, 0.9);
  z-index: 40;
  overflow: hidden;
}

.gm__help > * {
  color: #fff;
  position: absolute;
}

.gm__help-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
  bottom: 390px;
  left: 20px;
}

.gm__help-select {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  bottom: 304px;
  left: 20px;
  right: 20px;
}

.gm__help-select:after {
  content: '';
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: url('../img/icons/acc-btn-light.svg') no-repeat center / contain;
  transition: .2s;
}

.gm__help-switch {
  bottom: 98px;
  left: 40px;
}

.gm__help-switch span {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

.gm__help-switch img {
  margin-right: 7px;
}

.gm__help-switch b {
  position: absolute;
  top: 36px;
  left: 63px;
  display: inline-block;
  width: 73px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}

.gm__help-switch b:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 2px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 0 rgba(145, 145, 145, 0.57);
  vertical-align: top;
}

.gm__help-ask {
  bottom: 476px;
  left: 70px;
}

.gm__help-ask span {
  font-size: 16px;
}

.gm__help-ask:before {
  content: '';
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: url('../img/icons/game-help.svg') no-repeat center / contain;
  filter: brightness(0) invert(1);
  position: absolute;
  top: 24px;
  left: -50px;
}

.gm__help-menu {
  bottom: 212px;
  left: 40px;
}

.gm__help-menu li {
  width: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 0;
}

.gm__help-menu li:last-child {
  margin: 0;
}

.gm__help-bg {
  top: 77%;
  left: 37%;
}

.gm__help-bg ul {
  position: absolute;
  top: 18px;
  left: -59px;
  display: flex;
  align-items: center;
}

.gm__help-bg ul li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 6px;
  background: rgba(255, 255, 255, .7);
}

.gm__help-bg ul li:first-child {
  background: #fff;
}

.gm__help-cup,.gm__help-desert,.gm__help-plate {
  border: 5px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 0;
}

.gm__help-cup:before,.gm__help-desert:before,.gm__help-plate:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.gm__help-cup span,.gm__help-desert span,.gm__help-plate span {
  display: inline-block;
  vertical-align: middle;
  font-size: clamp(10px, 3vw, 17px);
}

.gm__help-plate {
  top: 21%;
  left: 30%;
  width: 42vw;
  height: 42vw;
}

.gm__help-plate-in {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}

.gm__help-plate-head {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gm__help-plate-head img {
  width: 8vw;
}

.gm__help-plate-head span {
  padding-left: 10px;
  text-align: left;
  font-size: clamp(10px, 3vw, 18px);
  line-height: 1.2;
}

.gm__help-plate-text {
  font-size: clamp(5px, 2.1vw, 14px);
}

.gm__help-desert {
  top: 13%;
  left: 6%;
  width: 20vw;
  height: 20vw;
}

.gm__help-cup {
  top: 13%;
  left: 74%;
  width: 16vw;
  height: 16vw;
}

.gm__help-lines {
  position: absolute;
  top: 70px;
  bottom: 96px;
  left: 20px;
  right: 20px;
  border: 1px solid #fff;
  border-width: 2px 0;
  display: none;
}

.gm__help-text {
  top: 11%;
  left: 50%;
  width: 42vw;
  transform: translateX(-46%);
  text-align: center;
  font-size: clamp(10px, 3vw, 24px);
}

.gm__help-close {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  min-height: 1px;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: url('../img/icons/cross.svg') no-repeat center / contain;
  filter: brightness(0) invert(1);
  top: 25px;
  right: 20px;
}

.gm__help-close i,.gm__help-close span {
  display: none;
}

.gm__curve {
  position: absolute;
  bottom: 20px;
  min-width: 450px;
  transform: rotate(-107deg);
}

.gm .gm__menu-item:hover {
}

.gm .gm__menu-pic {
  width: 55px;
}

.game-about {
  max-width: 940px;
  margin: 40px auto 0;
}

.game-about__item .article__acc {
  border: none;
  margin: 0;
  padding: 28px 0;
  border-top: 1px solid rgba(148, 117, 112, .2);
  border-bottom: 1px solid rgba(148, 117, 112, .2);
  margin: 40px 0;
}

.game-about__item:first-child {
  border-top: 1px solid rgba(148, 117, 112, .2);
  padding-top: 28px;
}

.game-about__item:last-child {
  margin: 0;
}

.game-about__text {
  color: rgba(148, 117, 112, .5);
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
}

.ui-draggable-dragging {
  width: 110px;
  height: 110px;
  z-index: 999;
}

.ui-draggable-dragging .gm__menu-info {
  display: none;
}

.ui-draggable-dragging {
}

@media (min-width: 480px) {
  .gm__plan-input input {
    width: 132px;
  }

  .gm__plan-input span {
    font-size: 12px;
  }

  .gm__plate-main.is-moved {
    top: 12%;
  }

  .gm__plate-desert {
    width: 47%;
    padding: 6px;
  }

  .gm__plate_small .gm__plate-in {
    width: clamp(1px, 16vw, 360px);
    height: clamp(1px, 17vw, 360px);
  }

  .gm__plate_big .gm__plate-in {
    width: clamp(1px, 36vw, 360px);
    height: clamp(1px, 36vw, 360px);
  }

  .gm__result-table-img--wrap {
    width: 55px;
    height: 55px;
    min-width: 55px;
    margin-right: 16px;
  }

  .gm__result-table-name {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .gm__result-table ul {
    justify-content: flex-start;
  }

  .gm__result-table ul li {
    font-size: 14px;
    margin-right: 16px;
  }

  .gm__result-text p {
    font-size: 16px;
  }

  .gm__result-text p a {
    font-size: 16px;
  }

  .gm__result-text i {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-right: 24px;
  }

  .gm__help-plate {
    top: 23%;
  }

  .gm__help-desert {
    left: 4%;
  }

  .gm__help-cup {
    left: 76%;
  }

  .game-about__text {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .gm__btn_new,.gm__btn_next {
    width: auto;
    min-height: 52px;
    min-width: 240px;
  }

  .gm__btn_edit {
    min-height: 52px;
  }

  .gm__btn_print {
    min-height: 52px;
  }

  .gm__page {
    padding: 48px;
    min-height: 500px;
  }

  .gm__main-plate {
    display: block;
  }

  .gm__main-head {
    width: 59%;
  }

  .gm__main-title {
    background-position: left;
    height: 130px;
    padding-top: 0;
  }

  .gm__main-title:before {
    display: none;
  }

  .gm__plan {
    margin: 0 0 64px;
  }

  .gm__plan-value > span {
    font-size: 40px;
  }

  .gm__plan-input {
    margin: 0 16px;
  }

  .gm__plan-input input {
    font-size: 40px;
  }

  .gm__plan-input input::placeholder {
    font-weight: 400;
    font-size: 16px;
  }

  .gm__instr-item {
    width: 50%;
    display: flex;
    align-items: center;
  }

  .gm__instr-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .gm__instr-img--wrap {
    padding-top: 40%;
    min-width: 40%;
    max-width: 40%;
    width: auto;
    margin: 0 12px 0 0;
  }

  .gm__calories {
    font-size: 18px;
    padding: 14px 24px;
  }

  .gm__menu-title {
    font-size: 14px;
  }

  .gm__menu-weight {
    font-size: 13px;
  }

  .gm__footer_table {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .gm__warning {
    padding: 28px 40px;
  }

  .gm__warning-title {
    font-size: 18px;
  }

  .gm__warning-text p {
    font-size: 16px;
  }

  .gm__result-table {
    padding: 28px 48px;
    margin: 0 -48px;
    gap: 24px 32px;
  }

  .gm__result-table-item {
    width: calc(50% - 16px);
  }

  .gm__result-stats ul li {
    width: auto;
    margin: 0 32px 0 0;
    padding: 16px 32px;
    font-size: 16px;
  }

  .gm__help-title {
    bottom: 410px;
  }

  .gm__help-select {
    bottom: 324px;
  }

  .gm__help-switch {
    bottom: 114px;
  }

  .gm__help-ask {
    bottom: 496px;
  }

  .gm__help-menu {
    bottom: 232px;
  }

  .gm__help-plate {
    top: 25%;
  }

  .gm__help-plate-head img {
    width: auto;
  }

  .gm__help-desert {
    top: 15%;
  }

  .gm__help-cup {
    top: 15%;
    left: 77%;
  }
}

@media (min-width: 992px) {
  .gm__btn_new:hover,.gm__btn_next:hover {
    color: var(--primary-light);
    background: var(--accent-button-hover);
    border-color: var(--accent-button-hover);
  }

  .gm__btn_new:active,.gm__btn_next:active {
    color: var(--primary-light);
    background: var(--accent-button-press);
    border-color: var(--accent-button-press);
  }

  .gm__btn_print:hover {
    color: var(--accent-button-hover);
  }

  .gm__btn_print:active {
    color: var(--accent-button-press);
  }

  .gm__select {
    margin: 0 0 12px;
  }

  .gm__select-list {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-height: 410px;
    overflow: auto;
    border-bottom: 1px solid rgba(40, 35, 35, .2);
  }

  .gm__select-list li:hover {
    color: var(--accent-button);
  }

  .gm__dots {
    display: flex;
    left: 12px;
    bottom: 12px;
  }

  .gm__page {
    padding: 64px;
  }

  .gm__instr-text {
    font-size: 40px;
  }

  .gm__instr-list {
    margin-right: -16px;
    margin-left: -16px;
  }

  .gm__instr-item {
    width: 25%;
    padding: 0 16px;
    display: block;
  }

  .gm__instr-img--wrap {
    padding-top: 100%;
    min-width: 1px;
    max-width: 100%;
    margin: 0 0 32px;
  }

  .gm__title {
    font-size: 36px;
    margin: 0;
  }

  .gm__head {
    min-height: 52px;
    margin-bottom: 16px;
  }

  .gm__head .gm__title {
    display: block;
  }

  .gm__calories {
    width: auto;
  }

  .gm__in {
    flex-direction: row;
  }

  .gm__aside {
    min-width: 240px;
    max-width: 240px;
  }

  .gm__aside .gm__title {
    display: none;
  }

  .gm__aside .gm__ask {
    display: none;
  }

  .gm__section {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 32px;
    padding-top: 0;
  }

  .gm__menu {
    margin: 0;
    padding: 0;
    padding: 0;
  }

  .gm__menu-btn {
    display: none;
  }

  .gm__menu-body {
    display: block;
    min-height: 365px;
    max-height: 365px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .gm__menu-item {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    margin-right: 12px;
  }

  .gm__menu-pic {
    margin: 0 16px 0 0;
  }

  .gm__table {
    position: relative;
  }

  .gm__plate-main {
    width: 60px;
    height: 60px;
  }

  .gm__plate-main.is-moved {
    top: 35px;
  }

  .gm__plate-desert {
    width: 46px;
    height: 46px;
    padding: 3px;
  }

  .gm__plate_small {
    top: 4%;
  }

  .gm__plate_small .gm__plate-in {
    width: 116px;
    height: 116px;
  }

  .gm__plate_big {
    top: 34%;
  }

  .gm__plate_big .gm__plate-in {
    width: 250px;
    height: 250px;
    padding: 0 30px;
  }

  .gm__cup {
    top: 6%;
    width: 72px;
    height: 72px;
  }

  .gm__tip {
    margin: 0;
  }

  .gm__ask {
    display: inline-flex;
    margin: 0 0 0 32px;
  }

  .gm__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .gm__warning {
    text-align: center;
  }

  .gm__warning-arrow:hover {
    opacity: .7;
  }

  .gm__result-title {
    font-size: 36px;
  }

  .gm__result-table {
    padding: 32px 64px;
    margin: 0 -64px;
    gap: 32px 56px;
  }

  .gm__result-table-item {
    width: calc(50% - 28px);
  }

  .gm__result-table-img--wrap {
    margin-right: 20px;
  }

  .gm__result-table-name {
    font-size: 16px;
  }

  .gm__result-table ul li {
    font-size: 16px;
  }

  .gm__help {
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
  }

  .gm__help-title {
    font-size: 36px;
    top: 21px;
    bottom: auto;
    left: 16px;
  }

  .gm__help-select {
    top: 85px;
    bottom: auto;
    left: 16px;
    right: autp;
    width: 240px;
  }

  .gm__help-switch {
    top: 85%;
    bottom: auto;
    left: 4%;
  }

  .gm__help-ask {
    top: 86%;
    bottom: auto;
    left: 26.5%;
  }

  .gm__help-menu {
    top: 25%;
    bottom: auto;
    left: 20px;
  }

  .gm__help-menu li {
    width: 225px;
    min-height: 64px;
    justify-content: flex-start;
    padding: 6px 12px;
    margin: 0;
  }

  .gm__help-cup span,.gm__help-desert span,.gm__help-plate span {
    font-size: 17px;
  }

  .gm__help-plate {
    top: 202px;
    left: 476px;
    width: 306px;
    height: 306px;
  }

  .gm__help-plate-head {
    margin-bottom: 20px;
  }

  .gm__help-plate-head span {
    font-size: 18px;
  }

  .gm__help-plate-text {
    font-size: 14px;
  }

  .gm__help-desert {
    top: 87px;
    left: 298px;
    width: 148px;
    height: 148px;
  }

  .gm__help-cup {
    top: 94px;
    left: 83%;
    width: 110px;
    height: 110px;
  }

  .gm__help-text {
    top: 110px;
    right: 196px;
    left: auto;
    width: 280px;
    transform: none;
    font-size: 16px;
  }

  .gm__curve {
    top: 30%;
    bottom: auto;
    left: 6%;
    min-width: 1px;
    transform: none;
  }

  .gm .gm__menu-item:hover {
    background: #e1e1e1;
  }

  .game-about__text {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .gm__instr-text {
    font-size: 48px;
  }

  .gm__title {
    font-size: 40px;
  }

  .gm__result-title {
    font-size: 40px;
  }

  .gm__help-title {
    font-size: 40px;
  }
}

@media print {
  .header {
    display: none;
  }

  .footer {
    display: none;
  }

  .breadcrumbs {
    display: none;
  }

  .gm__footer {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .gm__plan-value > span:last-child {
    display: none;
  }

  .gm__footer_table .gm__footer-cell {
    width: 100%;
    margin: 0 0 32px;
  }

  .gm__footer_table .gm__footer-cell:last-child {
    margin: 0;
  }

  .gm__footer_table .gm__btn {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .gm__menu {
    overflow: hidden;
  }

  .gm__menu-item {
    text-align: center;
    min-width: 108px;
    max-width: 108px;
  }

  .gm__menu-item:last-child {
    margin: 0;
  }

  .gm__footer .gm__btn_next {
    width: 100%;
  }

  .gm__help-menu {
    display: flex;
    align-items: center;
  }

  .gm__help-bg {
    display: none;
  }

  .gm__curve {
    display: none;
  }
}

@media (max-width: 479px) {
  .ui-draggable-dragging {
    min-width: 55px;
    transform: translateX(10px);
  }

  .ui-draggable-dragging {
    width: 55px;
    height: 55px;
  }
}
