b,
strong {
  font-weight: bolder;
}

input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.15;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

input {
  overflow: visible;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

details {
  display: block;
}

summary {
  display: list-item;
}

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  background-color: var(--layer-3-color, #fff);
  color: #333;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 64em) {
  body {
    background-color: var(--layer-1-color, #b2b2b2);
  }
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  overflow: auto;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.5;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}

a {
  color: #005581;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:active,
a:focus,
a:hover {
  outline-width: 0;
}

a img {
  border: 0;
}

dl,
ol,
ul {
  margin-bottom: 1rem;
  line-height: 1.5;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 0;
  list-style-type: none;
}

ul ol,
ul ul {
  margin-bottom: 0;
  margin-left: 20px;
}

ol {
  margin-left: 0;
}

ol ol,
ol ul {
  margin-bottom: 0;
  margin-left: 20px;
}

figure {
  margin: 0;
}

:root[theme="dark"] {
  --layer-1-color: #1a1a1a;
  --layer-2-color: #212121;
  --layer-2a-color: #252525;
  --layer-3-color: #2a2a2a;
  --layer-4-color: #3a3a3a;
  --layer-5-color: #424242;
  --control-1-bg-color: #424242;
  --control-1-color: #ccc;
  --control-1-border-color: #616161;
  --checkbox-bg-color: #212121;
  --checkbox-color: #ccc;
  --checkbox-border-color: #616161;
  --pal-gt-accent: #91081c;
  --line-0-color: #323232;
  --line-1-color: #424242;
  --line-2-color: #616161;
  --text-1-color: #fff;
  --text-2-color: #e0e0e0;
  --text-3-color: #ccc;
  --text-4-color: #bdbdbd;
  --text-5-color: #9e9e9e;
  --text-6-color: #757575;
  --pal-icon-color1: #9e9e9e;
  --pal-icon-color2: #fefefe;
  --icon-1-filter: invert(.8);
  --icon-2-filter: invert(.85);
  --icon-3-filter: brightness(.5);
  --icon-4-filter: brightness(.57);
  --icon-5-filter: brightness(.85);
  --icon-6-filter: brightness(1.75);
  --header-bg-color: var(--layer-3-color);
  --header-item-color: #ccc;
  --header-stripe-color: #757575;
  --header-menu-color: #fff;
  --slider-bg-color: #2a2a2a;
  --slider-bg-color-alpha: rgba(42, 42, 42, 0);
  --sidebar-clear-border-color: #333;
  --sidebar-mark-read-color: #616161;
  --sidebar-link-color: #909090;
  --promo-avatar-bg-color: #616161;
  --promo-border-color: #757575;
  --breadcrumbs-color: #616161;
  --post-bg-color: #2a2a2a;
  --post-color: #dcdcdc;
  --post-blockquote-bg-color: #333;
  --post-longquote-bg-color-alpha: rgba(51, 51, 51, 0);
  --post-link-color: #dcdcdc;
  --post-rlist-bg-color: #212121;
  --post-rlist-nick-color: #808080;
  --post-header-icon-filter: brightness(2.5);
  --editor-color: #dcdcdc;
  --editor-button-primary-bg-color: #5a5a5a;
  --offer-button-bg-color: #5a5a5a;
  --site-bg-color: #1a1a1a;
  --theme-content-bg-color: #212121;
  --sim-bg-color-alpha: rgba(58, 58, 58, .25);
  --w-layer-1a-color: #22262d;
  --w-layer-2-color: #303641;
  --w-line-1a-color: #303641;
  --w-line-2-color: #4d5159;
  --w-text-1-color: #fff;
  --w-text-7-color: #636568;
}

.hidden {
  display: none !important;
}

.header {
  --x-header-bg-color: var(--header-bg-color, #fff);
  --x-header-slogan-color: var(--header-slogan-color, #4d5159);
  --x-header-menu-color: var(--header-menu-color, #000);
  --x-header-icon-color: var(--header-icon-color, #444);
  --x-header-line-color: var(--header-line-color, #ebedee);
  --x-header-sep-color: var(--header-sep-color, #ebedee);
  --x-header-dropdown-bg-color: var(--header-dropdown-bg-color, #fff);
  --x-header-dropdown-line-color: var(--header-dropdown-line-color, #ebedee);
  --x-header-dropdown-gtp-color: var(--header-dropdown-gtp-color, #33691e);
  --x-header-avatar-bg-color: var(--layer-2a-color, #eef0f5);
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 67px;
  margin: 0;
  background-color: var(--x-header-bg-color);
}

[theme='dark'] .header {
  --header-shadow: 0 3px #424242;
  --header-bg-color: #2a2a2a;
  --header-slogan-color: #a8a8a9;
  --header-menu-color: #fff;
  --header-icon-color: #fff;
  --header-line-color: #424242;
  --header-sep-color: #424242;
  --header-dropdown-bg-color: #424242;
  --header-dropdown-line-color: #616161;
  --header-dropdown-gtp-color: #689f38;
}

@media screen and (min-width: 64em) {
  .header {
    min-height: auto;
  }
}

[theme='dark'] .theme-new-year .header {
  --header-sep-color: rgba(255, 255, 255, .35);
}

.theme-new-year .header {
  background-repeat: repeat;
  background-size: 200px;
}

@media screen and (min-width: 64em) {
  .theme-new-year .header {
    background-image: url(/nimg/pattern-ny-transparent.png);
  }
  [theme='dark'] .theme-new-year .header {
    background-image: url(/nimg/pattern-ny-dark.png);
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .theme-new-year .header {
    background-size: 100px;
  }
}

.top-header {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 67px 0 0;
}

@media screen and (min-width: 48em) {
  .top-header {
    min-height: 80px;
  }
}

@media screen and (min-width: 64em) {
  .top-header {
    flex-direction: row;
    height: 85px;
    margin: 0;
    padding: 5px 0 0;
  }
}

.top-header:has(.top-header--insert) {
  overflow: hidden;
}

@media screen and (min-width: 64em) {
  .top-header:has(.top-header--insert) {
    height: 125px;
    overflow: initial;
  }
}

.top-header--inner {
  display: flex;
  flex: 1;
  align-items: center;
  align-self: center;
  justify-content: center;
  max-width: 750px;
}

@media screen and (min-width: 48em) {
  .top-header--inner {
    height: auto;
  }
}

.top-header--inner:has(.top-header--insert) {
  max-width: initial;
}

.top-header--insert {
  display: flex;
  flex: 1;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .top-header--insert {
    height: auto;
  }
}

.top-header--target {
  flex-shrink: 1;
}

.top-header--target img {
  max-height: 80px;
}

.gritter-notice-wrapper {
  gap: 5px 0;
  display: flex;
  z-index: 1002;
  position: fixed;
  bottom: 20px;
  left: 0;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .gritter-notice-wrapper {
    padding: 0 20px;
  }
}

.header-alert {
  z-index: 1002;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .header-alert {
    width: auto;
  }
}

.header-alert--inner {
  gap: 0 16px;
  display: flex;
  align-items: center;
  padding: 16px 32px 16px 16px;
  background-color: #2a2a2a;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

@media screen and (min-width: 64em) {
  .header-alert--inner {
    padding: 16px 32px 16px 24px;
    border-radius: 10px;
  }
}

[theme='dark'] .header-alert--inner {
  background-color: #fff;
}

.header-alert--icon {
  flex-shrink: 0;
  font-size: 35px;
  line-height: 1;
}

.header-alert--wrap {
  gap: 2px 0;
  display: flex;
  flex-direction: column;
}

.header-alert--title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

[theme='dark'] .header-alert--title {
  color: #202020;
}

.header-alert--title a {
  color: #fff;
  text-decoration: underline;
}

[theme='dark'] .header-alert--title a {
  color: #000;
}

.header-alert--text {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

[theme='dark'] .header-alert--text {
  color: #202020;
}

.header-alert--text a {
  color: #fff;
  text-decoration: underline;
}

[theme='dark'] .header-alert--text a {
  color: #000;
}

.header-alert--close {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 11 10'%3E%3Cpath fill='%23A8A8A9' d='M10.083 1.907 8.176 0 5.083 3.093 1.99 0 .083 1.907 3.176 5 .083 8.093 1.99 10l3.093-3.093L8.176 10l1.907-1.907L6.99 5l3.093-3.093Z' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  cursor: pointer;
}

.middle-header {
  display: none;
  justify-content: center;
  width: 100%;
  padding: 0 30px;
}

@media screen and (min-width: 64em) {
  .middle-header {
    display: flex;
  }
}

.middle-header--inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1246px;
  height: 104px;
}

.middle-header--logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin: 0 auto 0 0;
}

.middle-header--logo svg {
  --i-color1: var(--x-header-icon-color);
  --i-color2: #e51e25;
  flex-shrink: 0;
  width: 128px;
  height: 40px;
  margin: 0 20px 0 0;
}

.theme-new-year .middle-header--logo {
  padding: 0 0 0 10px;
  background-image: url(/nimg/dm-ny-mob.png);
  background-repeat: no-repeat;
  background-size: 45px;
}

.theme-new-year .middle-header--logo svg {
  --i-color2: transparent;
}

.middle-header--slogan {
  flex-shrink: 0;
  color: var(--x-header-slogan-color);
  font-size: 12px;
  line-height: 15px;
}

.submenu-header {
  gap: 0 20px;
  display: flex;
  margin: 0 25px 0 0;
}

.submenu-header--item {
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}

.submenu-header--item svg {
  --i-color1: var(--x-header-icon-color);
  width: inherit;
  height: inherit;
}

.submenu-header--item_active {
  font-weight: 700;
}

.submenu-header--badge {
  display: flex;
  position: absolute;
  top: -8px;
  left: 7px;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #e51e25;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

.submenu-header--item_message .submenu-header--badge {
  left: 11px;
}

.submenu-header--unread {
  margin: 0 0 0 8px;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: #e51e25;
  color: #eee;
  font-size: 14px;
  line-height: 1;
}

.header-user {
  display: flex;
  position: relative;
  align-items: center;
}

.header-user--avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin: 0 8px 0 0;
  border-radius: 10px;
  background-color: var(--x-header-avatar-bg-color);
  background-image: url(/nimg/imguser.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.header-user--nick {
  display: flex;
  align-items: center;
  color: var(--x-header-menu-color);
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

.header-user--nick svg {
  --i-color1: var(--x-header-icon-color);
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}

.header-user--nick.active svg {
  --i-color1: #e51e25;
  transform: rotate(180deg);
}

.header-user--options {
  display: none;
  z-index: 999;
  position: absolute;
  top: 64px;
  right: 0;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  background-color: var(--x-header-dropdown-bg-color);
  box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

.header-user--options.show {
  display: flex;
}

.header-user--top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 32px 32px 24px;
}

.header-user--bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px 32px;
  border-top: 1px solid var(--x-header-dropdown-line-color);
}

.header-user--link {
  display: flex;
  align-items: center;
  color: var(--x-header-menu-color);
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
}

.header-user--link:not(:last-child) {
  margin: 0 0 24px;
}

.header-user--link svg {
  --i-color1: var(--x-header-icon-color);
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
}

.header-user--gtp {
  margin: 0 0 0 5px;
  color: var(--x-header-dropdown-gtp-color);
}

.middle-header--login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 40px;
  border: 1px solid #e51e25;
  border-radius: 10px;
  color: #e51e25;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.modal-login {
  display: flex;
  z-index: 1004;
  position: fixed;
  top: 50%;
  left: 50%;
  flex-direction: column;
  width: 100%;
  max-width: 438px;
  max-height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-color: var(--layer-2a-color, #fff);
}

.modal-login.hidden {
  display: none;
}

.modal-login--close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 10;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  background-image: url(/nimg/close-modal-login12.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.modal-login--overlay {
  z-index: 1003;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
}

.modal-login--overlay.hidden {
  display: none;
}

.modal-login--inner {
  flex-grow: 1;
  padding: 40px 16px;
}

@media screen and (min-width: 30em) {
  .modal-login--inner {
    padding: 40px;
  }
}

.modal-login--heading {
  margin: 0 0 16px;
  color: var(--text-1-color, #000);
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
}

.modal-login--form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 0 0;
}

.modal-login--label {
  margin: 0 0 8px;
  color: var(--text-1-color, #000);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.modal-login--input-login {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0 0 32px;
  padding: 14px 16px;
  border: 1px solid var(--text-6-color, #dfe1e4);
  border-radius: 10px;
  background-color: var(--layer-2a-color, #fff);
  color: var(--text-2-color, #212121);
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
}

.modal-login--input-login::-moz-placeholder {
  color: #a8a8a9;
  font-size: 16px;
  line-height: 1;
}

.modal-login--input-login::placeholder {
  color: #a8a8a9;
  font-size: 16px;
  line-height: 1;
}

.modal-login--input-pass {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--text-6-color, #dfe1e4);
  border-radius: 10px;
  background-color: var(--layer-2a-color, #fff);
  color: var(--text-2-color, #212121);
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
}

.modal-login--input-pass::-moz-placeholder {
  color: #a8a8a9;
  font-size: 16px;
  line-height: 1;
}

.modal-login--input-pass::placeholder {
  color: #a8a8a9;
  font-size: 16px;
  line-height: 1;
}

.modal-login--remind {
  margin: 7px 0 0;
  color: var(--text-1-color, #000);
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}

.modal-login--submit {
  width: 100%;
  margin: 32px 0 0;
  padding: 18px 24px;
  border: 0;
  border-radius: 10px;
  background-color: #e51e25;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  cursor: pointer;
}

.modal-login--reg {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-login--subheading {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 40px;
}

.modal-login--subheading::after,
.modal-login--subheading::before {
  top: 0;
  flex-grow: 1;
  height: 1px;
  background-color: var(--text-6-color, #ebedee);
  content: '';
}

.modal-login--subheading span {
  padding: 0 30px;
  color: #a8a8a9;
  font-size: 14px;
  line-height: 24px;
}

.modal-login--reglink {
  gap: 0 10px;
  display: flex;
  align-items: center;
  margin: 0 auto 40px;
  padding: 19px 40px;
  border-radius: 10px;
  background-color: #45ae52;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.modal-login--reglink svg {
  flex-shrink: 0;
  width: 20px;
  height: 13px;
}

.modal-login--note {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.modal-login--note a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.modal-social {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px 0 0;
}

.modal-social--heading {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 32px;
}

.modal-social--heading::after,
.modal-social--heading::before {
  top: 0;
  flex-grow: 1;
  height: 1px;
  background-color: var(--text-6-color, #ebedee);
  content: '';
}

.modal-social--heading span {
  padding: 0 30px;
  color: #a8a8a9;
  font-size: 14px;
  line-height: 24px;
}

.modal-social--inner {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 30em) {
  .modal-social--inner {
    gap: 16px 8px;
  }
}

.modal-social--link {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 7px 9px;
  border: 1px solid #e51e25;
  border-radius: 10px;
}

.modal-social--link svg {
  width: 24px;
  height: 24px;
}

.age-check-overlay {
  z-index: 103;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}

.age-check-overlay.hidden {
  display: none;
}

.age-check {
  display: flex;
  z-index: 103;
  position: fixed;
  top: 50%;
  left: 50%;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  max-height: 100%;
  padding: 0 8px;
  transform: translate(-50%, -50%);
}

.age-check.hidden {
  display: none;
}

.age-check--inner {
  flex-grow: 1;
  padding: 40px 24px;
  border-radius: 10px;
  background-color: #fff;
}

.age-check--icon {
  margin: 0 0 16px;
  font-size: 45px;
  line-height: 1;
  text-align: center;
}

.age-check--heading {
  margin: 0 0 24px;
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.age-check--grid {
  gap: 0 8px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.age-check--button {
  width: 100%;
  max-width: 110px;
  padding: 10px;
  border: 1px solid #9f9f9f;
  border-radius: 10px;
  color: #2a2a2a;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
}

.age-check--button_active {
  border-color: #e51e25;
  background-color: #e51e25;
  color: #fff;
}

.age-check--text {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}

.mobile-top {
  --m-item-color: var(--text-1-color, #000);
  --m-icon-color: var(--text-1-color, #000);
  --m-dropdown-bg-color: var(--layer-5-color, #fff);
  --m-dropdown-line-color: var(--line-2-color, #ebedee);
  --m-dropdown-gtp-color: var(--m-gtp-color, #33691e);
  --mtop-bg-color: var(--layer-3-color, #fff);
  --mtop-border-color: var(--line-2-color, #e1e1e1);
  -webkit-tap-highlight-color: transparent;
  display: flex;
  z-index: 1002;
  position: fixed;
  align-items: center;
  width: 100%;
  height: 64px;
  margin: 0 0 3px;
  padding: 0 16px;
  background-color: var(--mtop-bg-color);
  box-shadow: var(--mobile-shadow, 0 3px #eef0f5);
}

[theme='dark'] .mobile-top {
  --m-gtp-color: #689f38;
  --mobile-shadow: 0 3px #424242;
}

@media screen and (min-width: 64em) {
  .mobile-top {
    display: none;
  }
}

.theme-new-year .mobile-top {
  --mtop-sep-bg-color: rgba(255, 255, 255, .85);
  background-image: url(/nimg/pattern-ny-transparent.png);
  background-repeat: repeat;
  background-size: 100px;
}

[theme='dark'] .theme-new-year .mobile-top {
  --mtop-sep-bg-color: rgba(255, 255, 255, .35);
  background-image: url(/nimg/pattern-ny-dark.png);
}

.mobile-top--logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.theme-new-year .mobile-top--logo {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background-image: url(/nimg/dm-ny-mob.png);
  background-repeat: no-repeat;
  background-size: 32px;
}

.theme-new-year .mobile-top--logo svg {
  display: none;
}

.mobile-top--inner {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
  margin: 0 21px 0 0;
}

.mobile-top--promo {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 34px;
  margin: 0 12px 0 0;
}

.mobile-top--promo svg {
  --i-color1: #333;
  flex-shrink: 0;
}

[theme='dark'] .mobile-top--promo svg {
  --i-color1: #fff;
  --i-color2: #2a2a2a;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless_mobile .tooltipster-arrow {
  left: -10px !important;
}

.mobile-top--item {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 34px;
  margin: 0 8px;
}

.mobile-top--item strong {
  margin: 0 0 0 6px;
  color: var(--text-2-color, #292929);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.mobile-top--item svg {
  --i-color1: #333;
  flex-shrink: 0;
}

[theme='dark'] .mobile-top--item svg {
  --i-color1: #fff;
  --i-color2: #2a2a2a;
}

.mobile-top--badge {
  display: flex;
  position: absolute;
  top: -5px;
  left: 14px;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e51e25;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.mobile-top--item_message .mobile-top--badge {
  left: 18px;
}

.mobile-top--avatar {
  width: 36px;
  height: 36px;
  border: 2px solid var(--mtop-bg-color);
  border-radius: 50%;
  background-image: url(/nimg/imguser.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 0 1px var(--mtop-border-color);
}

.mobile-top--login {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  height: 34px;
  color: #e51e25;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.mobile-top--login svg {
  flex-shrink: 0;
  margin: 0 5px 0 0;
}

.mobile-top--button {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}

.mobile-top--button svg {
  --i-color1: #202020;
  flex-shrink: 0;
}

[theme='dark'] .mobile-top--button svg {
  --i-color1: #fff;
}

.mobile-top--button .mobile-i-close {
  display: none;
}

.mobile-top--button.menu-opened .mobile-i-menu {
  display: none;
}

.mobile-top--button.menu-opened .mobile-i-close {
  display: block;
}

.mobile-top--button.submenu .mobile-i-close {
  --i-color1: #e51e25;
}

.lock-scroll {
  overflow: hidden;
}

@media screen and (min-width: 64em) {
  .lock-scroll {
    overflow: initial;
  }
}

.mobile-menu {
  -webkit-tap-highlight-color: transparent;
  display: none;
  z-index: 1001;
  position: absolute;
  top: 67px;
  left: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: calc(100vh - 67px);
  overflow-y: auto;
  background-color: var(--m-bottom-bg-color);
}

.mobile-menu.menu-opened {
  display: flex;
}

@media screen and (min-width: 64em) {
  .mobile-menu.menu-opened {
    display: none;
  }
}

.mobile-menu--wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 360px;
  padding: 0 24px;
}

.mobile-user {
  display: flex;
  z-index: 1010;
  position: relative;
  margin: 0 0 0 12px;
}

.mobile-user--avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin: 0 16px 0 0;
  border-radius: 10px;
  background-color: var(--m-user-avatar-bg-color);
  background-image: url(/nimg/imguser.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.mobile-user--nick {
  display: flex;
  align-items: center;
  width: 100%;
  color: var(--m-item-color);
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

.mobile-user--nick svg {
  --i-color1: var(--m-icon-color);
  width: 22px;
  height: 22px;
  margin: 0 0 0 auto;
}

.mobile-user--nick.active svg {
  --i-color1: #e51e25;
  transform: rotate(180deg);
}

.mobile-user--login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: 1px solid #e51e25;
  border-radius: 10px;
  color: #e51e25;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.mobile-user--options {
  display: none;
  position: absolute;
  top: 46px;
  right: 0;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  background-color: var(--m-dropdown-bg-color);
  box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

.mobile-user--options.show {
  display: flex;
}

.mobile-user--top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 32px 32px 24px;
}

.mobile-user--bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px 32px;
  border-top: 1px solid var(--m-dropdown-line-color);
}

.mobile-user--link {
  display: flex;
  align-items: center;
  color: var(--m-item-color);
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
}

.mobile-user--link:not(:last-child) {
  margin: 0 0 24px;
}

.mobile-user--link svg {
  --i-color1: var(--m-icon-color);
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
}

.mobile-user--gtp {
  margin: 0 0 0 5px;
  color: var(--m-dropdown-gtp-color);
}

.mobile-submenu {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 28px 0;
  border-top: 1px solid var(--m-sub-line-color);
  border-bottom: 1px solid var(--m-sub-line-color);
}

.mobile-submenu--top {
  display: flex;
  align-items: center;
}

.mobile-submenu--item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  color: var(--m-item-color);
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.mobile-submenu--item_support svg {
  margin: 0 16px 0 0;
}

.mobile-submenu--item svg {
  --i-color1: var(--m-icon-color);
  width: 16px;
  height: 16px;
}

.mobile-submenu--sep {
  flex-shrink: 0;
  width: 1px;
  height: 16px;
  margin: 0 42px;
  background-color: var(--m-sep-bg-color);
  content: '';
  pointer-events: none;
}

.mobile-submenu_lang .mobile-submenu--sep {
  margin: 0 25px;
}

.mobile-menu .mobile-submenu .theme-icon-sun {
  --i-color1: #000;
  flex-shrink: 0;
  margin: 0;
}

[theme='dark'] .mobile-menu .mobile-submenu .theme-icon-sun {
  --i-color1: #474747;
  display: none;
}

.mobile-menu .mobile-submenu .theme-icon-moon {
  --i-color1: #aaa;
  display: none;
  flex-shrink: 0;
  margin: 0;
}

[theme='dark'] .mobile-menu .mobile-submenu .theme-icon-moon {
  --i-color1: #fff;
  display: block;
}

.mobile-menu .mobile-submenu .theme-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin: 0;
  background-color: transparent;
}

[theme='dark'] .mobile-menu .mobile-submenu .theme-button {
  background-color: transparent;
}

.mobile-menu--inner {
  z-index: 1002;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 20px 0 30px;
}

@supports (-webkit-touch-callout: none) {
  .mobile-menu--inner {
    padding: 20px 0 90px;
  }
}

.mobile-menu--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}

.mobile-menu--link {
  padding: 16px 0;
  color: var(--m-item-color);
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}

.mobile-menu--link_active {
  color: #e51e25;
}

.mobile-menu--link_vip {
  color: #e51e25;
}

.promomenu-list {
  --dropmenu-bg-color: var(--layer-4-color, #f4f4f4);
  --dropmenu-icon-bg-color: var(--layer-3-color, #fff);
  --dropmenu-link-color: var(--text-1-color, #000);
  --dropmenu-line-color: var(--line-2-color, #e3e3e3);
  --dropmenu-close-color: var(--line-2-color, #aaa);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 16px 24px;
  background-color: var(--dropmenu-bg-color);
}

.promomenu-list--item {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 312px;
  white-space: nowrap;
}

.promomenu-list--item:not(:last-child) {
  border-bottom: 1px solid var(--dropmenu-line-color);
}

.promomenu-list--item a {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 16px 0;
  color: var(--dropmenu-link-color);
  font-size: 14px;
  line-height: 24px;
}

.promomenu-list--icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 32px 0 0;
  border-radius: 10px;
  background-color: var(--dropmenu-icon-bg-color);
}

[theme='dark'] .promomenu-list--icon_all svg {
  --color1: #fff;
}

.promomenu-list--icon svg {
  width: 18px;
  height: 18px;
}

.allrooms-list {
  --allrooms-bg-color: var(--layer-4-color, #f4f4f4);
  --allrooms-arrow-color: var(--line-2-color, #aaa);
  --allrooms-icon-bg-color: var(--layer-3-color, #fff);
  --allrooms-link-color: var(--text-1-color, #000);
  --allrooms-line-color: var(--line-2-color, #e3e3e3);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 16px 24px;
  background-color: var(--allrooms-bg-color);
}

.allrooms-list--item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 312px;
  white-space: nowrap;
}

.allrooms-list--item:not(:last-child) {
  border-bottom: 1px solid var(--allrooms-line-color);
}

.allrooms-list--icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 32px 0 0;
  border-radius: 10px;
  background-color: var(--allrooms-icon-bg-color);
}

.allrooms-list--icon_rate {
  background-color: #44d487;
}

[theme='dark'] .allrooms-list--icon_all svg {
  --i-color1: #fff;
}

.allrooms-list--icon svg {
  width: 16px;
  height: 16px;
}

.allrooms-list--icon_dark {
  display: none;
}

[theme='dark'] .allrooms-list--icon_dark {
  display: flex;
}

[theme='dark'] .allrooms-list--icon_light {
  display: none;
}

.allrooms-list--link {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 16px 0;
  color: var(--allrooms-link-color);
  font-size: 14px;
  line-height: 16px;
}

.allrooms-list--link_active {
  color: #e51e25;
  font-weight: 700;
}

.allrooms-list--arrow {
  --i-color1: var(--allrooms-arrow-color);
  width: 24px;
  height: 24px;
  margin: 0 0 0 auto;
  transform: rotate(90deg);
}

.allrooms-list--link_active .allrooms-list--arrow {
  --i-color1: #e51e25;
  transform: rotate(270deg);
}

.room-submenu {
  --roomsub-icon-color: var(--text-1-color, #000);
  --roomsub-icon-bg-color: var(--layer-3-color, #fff);
  --roomsub-link-color: var(--text-1-color, #000);
  --roomsub-line-color: var(--line-2-color, #e3e3e3);
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
}

.room-submenu--item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.room-submenu--item:not(:last-child) {
  border-bottom: 1px solid var(--roomsub-line-color);
}

.room-submenu--item a {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 16px 0;
  color: var(--roomsub-link-color);
  font-size: 14px;
  line-height: 24px;
}

.room-submenu--icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 24px 0 0;
  border-radius: 10px;
  background-color: var(--roomsub-icon-bg-color);
}

.room-submenu--icon svg {
  --i-color1: var(--roomsub-icon-color);
  width: 16px;
  height: 16px;
}

.menu-top {
  --mnt-bg-color: var(--layer-3-color, #fff);
  --mnt-icon-color: var(--text-1-color, #000);
  --mnt-submenu-mobile-color: var(--text-3-color, #808080);
  --mnt-submenu-color: var(--text-3-color, #000);
  -webkit-tap-highlight-color: transparent;
  display: none;
  z-index: 1001;
  position: fixed;
  top: 67px;
  left: 0;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 67px);
  padding: 32px 30px 48px;
  overflow-y: auto;
  background-color: var(--mnt-bg-color);
  box-shadow: var(--header-shadow, 0 3px #eef0f5);
}

@media screen and (min-width: 64em) {
  .menu-top {
    display: flex;
    z-index: 101;
    position: relative;
    top: auto;
    height: auto;
    padding: 0 30px;
    overflow-y: initial;
  }
}

.menu-top.menu-opened {
  display: flex;
}

@media screen and (min-width: 64em) {
  .theme-new-year .menu-top {
    background-color: rgba(255, 255, 255, .65);
  }
  [theme='dark'] .theme-new-year .menu-top {
    background-color: rgba(255, 255, 255, .1);
  }
}

.menu-top--inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1246px;
}

@media screen and (min-width: 64em) {
  .menu-top--inner {
    flex-direction: row;
    align-items: center;
    height: 77px;
    border-top: 1px solid var(--x-header-line-color);
  }
}

.menu-top--inner::after {
  flex-shrink: 0;
  width: 100%;
  height: 48px;
  content: '';
}

@media screen and (min-width: 64em) {
  .menu-top--inner::after {
    display: none;
  }
}

.theme-new-year .menu-top--inner {
  border-top: 1px solid transparent;
}

.menu-top--section {
  display: flex;
  flex-direction: column;
  margin: 0 0 8px;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--line-1-color, #ebedee);
}

@media screen and (min-width: 64em) {
  .menu-top--section {
    flex-direction: row;
    align-items: center;
    margin: 0 auto 0 0;
    padding: 0;
    border: 0;
  }
}

.menu-top--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.menu-top--item:not(:last-child) {
  margin: 0 0 16px;
}

@media screen and (min-width: 64em) {
  .menu-top--item {
    flex-direction: row;
  }
  .menu-top--item:not(:last-child) {
    margin: 0 32px 0 0;
  }
}

.menu-top--link {
  display: flex;
  position: relative;
  align-items: center;
  color: var(--x-header-menu-color);
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .menu-top--link {
    font-size: 16px;
    font-weight: 400;
  }
}

.menu-top--link.active {
  color: #e51e25;
}

.menu-top--link span {
  position: absolute;
  top: -4px;
  right: -10px;
  color: #e51e25;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.menu-top--link svg {
  flex-shrink: 0;
  margin: 0 8px 0 0;
}

.menu-top--promo {
  -webkit-tap-highlight-color: transparent;
  display: none;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0 18px 0 0;
}

@media screen and (min-width: 64em) {
  .menu-top--promo {
    display: flex;
  }
}

.menu-top--promo svg {
  --i-color1: #333;
  flex-shrink: 0;
}

[theme='dark'] .menu-top--promo svg {
  --i-color1: #fff;
  --i-color2: #2a2a2a;
}

.submenu-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 0 21px;
}

@media screen and (min-width: 64em) {
  .submenu-top {
    gap: 0 20px;
    flex-direction: row;
    align-items: center;
    margin: 0 24px 0 0;
    padding: 0;
  }
}

.submenu-top--search {
  display: flex;
  position: relative;
  align-items: center;
  margin: 0 0 21px;
}

@media screen and (min-width: 64em) {
  .submenu-top--search {
    justify-content: center;
    margin: 0;
  }
}

.submenu-top--search svg {
  --i-color1: var(--text-1-color, #000);
  margin: 0 12px 0 0;
}

@media screen and (min-width: 64em) {
  .submenu-top--search svg {
    margin: 0;
  }
}

.submenu-top--search span {
  color: var(--mnt-submenu-mobile-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 21px;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .submenu-top--search span {
    display: none;
  }
}

.submenu-top--support {
  display: flex;
  position: relative;
  align-items: center;
}

@media screen and (min-width: 64em) {
  .submenu-top--support {
    justify-content: center;
  }
}

.submenu-top--support svg {
  --i-color1: var(--text-1-color, #000);
  margin: 0 12px 0 0;
}

@media screen and (min-width: 64em) {
  .submenu-top--support svg {
    margin: 0;
  }
}

@media screen and (min-width: 70.625em) {
  .submenu-top--support svg {
    display: none;
  }
}

.submenu-top--support span {
  color: var(--mnt-submenu-mobile-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 21px;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .submenu-top--support span {
    display: none;
  }
}

@media screen and (min-width: 70.625em) {
  .submenu-top--support span {
    display: block;
    color: var(--mnt-submenu-color);
    font-family: Roboto, Arial, sans-serif;
  }
}

.theme-button-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 21px;
}

@media screen and (min-width: 64em) {
  .theme-button-wrap {
    justify-content: center;
    margin: 0;
  }
}

.theme-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: transparent;
}

[theme='dark'] .theme-button {
  background-color: transparent;
}

.theme-icon-sun {
  display: none;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 12px 0 0;
}

@media screen and (min-width: 64em) {
  .theme-icon-sun {
    margin: 0;
  }
}

[theme='dark'] .theme-icon-sun {
  --i-color1: #fff;
  display: block;
}

.theme-icon-moon {
  --i-color1: #333;
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 12px 0 0;
}

@media screen and (min-width: 64em) {
  .theme-icon-moon {
    margin: 0;
  }
}

[theme='dark'] .theme-icon-moon {
  display: none;
}

.theme-button--text {
  color: var(--mnt-submenu-mobile-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 21px;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .theme-button--text {
    display: none;
  }
}

[theme='dark'] .theme-button--text_dark {
  display: none;
}

.theme-button--text_light {
  display: none;
}

[theme='dark'] .theme-button--text_light {
  display: block;
}

@media screen and (min-width: 64em) {
  [theme='dark'] .theme-button--text_light {
    display: none;
  }
}

.lang-flag-wrap {
  gap: 0 16px;
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: flex-start;
  min-width: 16px;
  min-height: 16px;
  padding: 0 0 21px;
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .lang-flag-wrap {
    gap: 0;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 24px;
    padding: 0;
  }
}

.mobile-submenu .lang-flag-wrap {
  padding: 0 3px 0 0;
}

.lang-flag-wrap svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.flag-options {
  display: none;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 64em) {
  .flag-options {
    z-index: 1003;
    position: absolute;
    top: 32px;
    right: 0;
    left: auto;
  }
}

.flag-options_show {
  display: flex;
  padding: 0 0 32px;
}

@media screen and (min-width: 64em) {
  .flag-options_show {
    padding: 0;
  }
}

.flag-options--inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 16px 32px;
  border-radius: 10px;
  background-color: var(--x-header-dropdown-bg-color);
  box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

@media screen and (min-width: 64em) {
  .flag-options--inner {
    padding: 32px;
  }
}

.flag-options--link {
  display: flex;
  align-items: center;
  color: var(--x-header-menu-color);
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.flag-options--link:not(:last-child) {
  margin: 0 0 24px;
}

.flag-options--link svg {
  --i-color1: var(--x-header-icon-color);
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
}

.menu-top--sublink {
  display: flex;
  align-items: flex-start;
  margin: 3px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line-1-color, #ebedee);
}

@media screen and (min-width: 64em) {
  .menu-top--sublink {
    display: none;
  }
}

.menu-top--sublink a {
  color: var(--mnt-submenu-mobile-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 21px;
  white-space: nowrap;
}

.menu-main {
  display: none;
  justify-content: center;
  width: 100%;
  background-color: #000;
}

@media screen and (min-width: 64em) {
  .menu-main {
    display: flex;
  }
}

.menu-main--inner {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1276px;
  height: 64px;
  padding: 0 15px;
}

@media screen and (min-width: 64em) {
  .menu-main--inner {
    display: flex;
  }
}

.menu-main--item {
  display: flex;
  align-items: center;
  height: 28px;
  margin: 0 20px 0 0;
  padding: 2px 0 0;
  border-bottom: 2px solid transparent;
  color: var(--footer-menu-color, #fff);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-main--item:nth-last-child(1) {
  margin: 0;
}

.menu-main--item_room {
  --footer-menu-color: #e50e2c;
}

.menu-main--item.active {
  border-bottom-color: #e51e25;
}

.menu-main--counter {
  margin: 0 0 0 2px;
  padding: 0 4px;
  color: #828282;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.menu-main--vip {
  flex-shrink: 0;
  width: 34px;
  height: 48px;
  margin: 0 20px 0 0;
  background-image: url(/nimg/500plus-logo-white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34px;
}

.menu-main--search {
  margin: 0 0 0 auto;
  padding: 0 0 0 28px;
  background-image: url(/nimg/menu-search.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  color: #606060;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  white-space: nowrap;
}

.dropmenu {
  --dropmenu-bg-color: var(--layer-4-color, #f4f4f4);
  --dropmenu-icon-bg-color: var(--layer-3-color, #fff);
  --dropmenu-link-color: var(--text-1-color, #000);
  --dropmenu-line-color: var(--line-2-color, #e3e3e3);
  --dropmenu-close-color: var(--line-2-color, #aaa);
  -webkit-tap-highlight-color: transparent;
  display: none;
  width: 100%;
  padding: 16px 0;
}

@media screen and (min-width: 64em) {
  .dropmenu {
    display: block;
  }
}

.dropmenu--close {
  display: flex;
  position: absolute;
  top: 12px;
  right: 24px;
  width: 24px;
  height: 24px;
  padding: 6px;
}

.dropmenu--close svg {
  --i-color1: var(--dropmenu-close-color);
  width: 12px;
  height: 12px;
}

.dropmenu--inner {
  display: flex;
  width: 100%;
  max-width: 1246px;
}

.dropmenu--list {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.dropmenu--item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.dropmenu--item:not(:last-child) {
  border-bottom: 1px solid transparent;
}

.dropmenu--item a {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 4px 0;
  color: var(--dropmenu-link-color);
  font-size: 14px;
  line-height: 19px;
}

.dropmenu--item a:hover {
  color: #e51e25;
}

.dropmenu--icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 16px 0 0;
  border-radius: 10px;
  background-color: var(--dropmenu-icon-bg-color);
}

[theme='dark'] .dropmenu--icon_all svg {
  --color1: #fff;
}

.dropmenu--icon svg {
  width: 18px;
  height: 18px;
}

.roommenu {
  --roommenu-bg-color: var(--layer-5-color, #e0e0e0);
  --roommenu-icon-color: var(--text-1-color, #000);
  --roommenu-icon-bg-color: var(--layer-3-color, #fff);
  --roommenu-link-color: var(--text-1-color, #000);
  --roommenu-line-color: var(--line-2-color, #e3e3e3);
  --roommenu-close-color: var(--line-2-color, #aaa);
  --roommenu-scroll-bg-color: var(--layer-3-color, #fff);
  --roommenu-scroll-color: var(--line-1-color, #e3e3e3);
  -webkit-tap-highlight-color: transparent;
  display: none;
  z-index: 4;
  position: absolute;
  top: 77px;
  left: 0;
  padding: 0 16px;
  background-color: var(--roommenu-bg-color);
}

@media screen and (min-width: 64em) {
  .roommenu {
    display: block;
  }
}

.roommenu_rakeback {
  left: 106px;
  padding: 0 0 0 16px;
}

.roommenu_offers {
  left: 291px;
}

.roommenu--close {
  display: none;
  position: absolute;
  top: 12px;
  right: 24px;
  width: 24px;
  height: 24px;
  padding: 6px;
}

.roommenu--close svg {
  --i-color1: var(--roommenu-close-color);
  width: 12px;
  height: 12px;
}

.roommenu--inner {
  display: flex;
  width: 100%;
  max-width: 1246px;
}

.roommenu_rakeback .roommenu--inner {
  padding: 0 16px 0 0;
}

.roommenu--list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 270px;
  margin: 0;
}

.roommenu--item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.roommenu--item:not(:last-child) {
  border-bottom: 1px solid transparent;
}

.roommenu--item a {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 4px 0;
  color: var(--roommenu-link-color);
  font-size: 14px;
  line-height: 19px;
}

.roommenu--item a:hover {
  color: #e51e25;
}

.roommenu--icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 16px 0 0;
  border-radius: 10px;
  background-color: var(--roommenu-icon-bg-color);
}

.roommenu--icon svg {
  --i-color1: var(--roommenu-icon-color);
  width: 16px;
  height: 16px;
}

.roommenu--grid {
  gap: 0 16px;
  display: grid;
  grid-template-columns: 220px 1fr;
  padding: 16px 0;
}

.roommain {
  --roommenu-bg-color: var(--layer-4-color, #f4f4f4);
  --roommenu-icon-color: var(--text-1-color, #000);
  --roommenu-icon-bg-color: var(--layer-3-color, #fff);
  --roommenu-link-color: var(--text-1-color, #000);
  --roommenu-line-color: var(--line-2-color, #e3e3e3);
  --roommenu-close-color: var(--line-2-color, #aaa);
  --roommenu-arrow-color: var(--line-2-color, #aaa);
  scrollbar-width: thin;
  scrollbar-color: var(--roommenu-scroll-color) var(--roommenu-scroll-bg-color);
  display: flex;
  width: 100%;
  max-width: 1246px;
  overflow: auto;
}

.roommain--list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
}

.roommain--item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.roommain--item:not(:last-child) {
  border-bottom: 1px solid transparent;
}

.roommain--icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 16px 0 0;
  border-radius: 10px;
  background-color: var(--roommenu-icon-bg-color);
}

.roommain--icon_rate {
  background-color: #44d487;
}

.roommain--icon svg {
  width: 16px;
  height: 16px;
}

[theme='dark'] .roommain--icon_all svg {
  --i-color1: #fff;
}

.roommain--icon_dark {
  display: none;
}

[theme='dark'] .roommain--icon_dark {
  display: flex;
}

[theme='dark'] .roommain--icon_light {
  display: none;
}

.roommain::-webkit-scrollbar {
  width: 16px;
}

.roommain::-webkit-scrollbar-track {
  border-radius: 100px;
  background-color: var(--roommenu-scroll-bg-color);
}

.roommain::-webkit-scrollbar-thumb {
  border: 5px solid transparent;
  border-radius: 100px;
  background-clip: content-box;
  background-color: var(--roommenu-scroll-color);
}

.roommain--link {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 4px 0;
  color: var(--roommenu-link-color);
  font-size: 14px;
  line-height: 19px;
}

.roommain--link:hover {
  color: #e51e25;
}

.roommain--link_active {
  color: #e51e25;
  font-weight: 700;
}

.roommain--arrow {
  --i-color1: var(--roommenu-arrow-color);
  width: 24px;
  height: 24px;
  margin: 0 0 0 auto;
}

.roommain--link_active .roommain--arrow {
  --i-color1: #e51e25;
}

.widemenu-open .header {
  z-index: 6;
  position: relative;
}

.widemenu-overlay {
  display: none;
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

[theme='dark'] .widemenu-overlay {
  background: rgba(0, 0, 0, .75);
}

@media screen and (min-width: 64em) {
  .widemenu-open .widemenu-overlay {
    display: block;
  }
}

.widemenu {
  --widemenu-bg-color: var(--layer-3-color, #fff);
  --widemenu-heading-color: var(--text-5-color, #000);
  --widemenu-icon-color: var(--text-5-color, #000);
  --widemenu-link-color: var(--text-1-color, #000);
  --widemenu-border-color: var(--line-1-color, #e1e1e1);
  --widemenu-subheading-color: var(--text-5-color, #808080);
  --widemenu-line-color: var(--line-2-color, #ebedee);
  --widemenu-cardhead-color: var(--text-2-color, #000);
  --widemenu-cardsubhead-color: var(--text-4-color, #000);
  --softmenu-link-color: var(--text-1-color, #404040);
  --widemenu-desc-color: var(--text-4-color, #404040);
  -webkit-tap-highlight-color: transparent;
  display: none;
  z-index: 4;
  justify-content: center;
  width: 100%;
  min-height: 386px;
  padding: 24px 0;
  background-color: var(--widemenu-bg-color);
}

@media screen and (min-width: 64em) {
  .widemenu {
    position: absolute;
    top: 78px;
    left: 0;
    padding: 40px 30px 48px;
  }
}

.widemenu.menu-opened {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  padding: 32px 30px;
}

@media screen and (min-width: 64em) {
  .widemenu.menu-opened {
    top: 78px;
    padding: 40px 30px 48px;
  }
}

.widemenu--inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 48px 0 0;
}

@media screen and (min-width: 64em) {
  .widemenu--inner {
    padding: 40px 0 0;
  }
}

.widemenu--grid {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1246px;
}

.widemenu--grid::after {
  flex-shrink: 0;
  height: 100px;
  content: '';
}

@media screen and (min-width: 64em) {
  .widemenu--grid {
    gap: 0 24px;
    grid-template-columns: 240px 1fr;
  }
  .widemenu--grid::after {
    display: none;
  }
}

@media screen and (min-width: 70.625em) {
  .widemenu--grid {
    gap: 0 64px;
  }
}

.widelist {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.widelist--heading {
  margin: 0 0 18px;
  color: var(--widemenu-subheading-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 21px;
}

@media screen and (min-width: 64em) {
  .widelist--heading {
    margin: 0 0 24px;
    color: var(--widemenu-heading-color);
    font-family: "PT Serif", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
  }
}

.widelist--main {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
}

.widelist--item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.widelist--item:not(:last-child) {
  margin: 0 0 5px;
}

.widelist--link {
  padding: 4px 0;
  color: var(--widemenu-link-color);
  font-size: 18px;
  line-height: 22px;
}

.widelist--link::after {
  display: inline-flex;
  width: 7px;
  height: 8px;
  margin: 0 0 0 4px;
  transform: translateY(-1px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 7 8'%3E%3Cpath fill='%23000' d='M3.487 3.626.774.657c-.27-.296.101-.737.439-.52L6.55 3.57c.21.135.21.442 0 .577L1.213 7.578c-.338.217-.71-.223-.439-.52L3.487 4.09a.343.343 0 0 0 0-.463Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
}

[theme='dark'] .widelist--link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 7 8'%3E%3Cpath fill='%23fff' d='M3.487 3.626.774.657c-.27-.296.101-.737.439-.52L6.55 3.57c.21.135.21.442 0 .577L1.213 7.578c-.338.217-.71-.223-.439-.52L3.487 4.09a.343.343 0 0 0 0-.463Z'/%3E%3C/svg%3E");
}

.widelist--link_active {
  color: #e51e25;
  font-weight: 500;
}

.widelist--link_active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 7 8'%3E%3Cpath fill='%23e51e25' d='M3.487 3.626.774.657c-.27-.296.101-.737.439-.52L6.55 3.57c.21.135.21.442 0 .577L1.213 7.578c-.338.217-.71-.223-.439-.52L3.487 4.09a.343.343 0 0 0 0-.463Z'/%3E%3C/svg%3E");
}

[theme='dark'] .widelist--link_active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 7 8'%3E%3Cpath fill='%23e51e25' d='M3.487 3.626.774.657c-.27-.296.101-.737.439-.52L6.55 3.57c.21.135.21.442 0 .577L1.213 7.578c-.338.217-.71-.223-.439-.52L3.487 4.09a.343.343 0 0 0 0-.463Z'/%3E%3C/svg%3E");
}

.widelist--link:hover {
  color: #e51e25;
}

.widelist--link:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 7 8'%3E%3Cpath fill='%23e51e25' d='M3.487 3.626.774.657c-.27-.296.101-.737.439-.52L6.55 3.57c.21.135.21.442 0 .577L1.213 7.578c-.338.217-.71-.223-.439-.52L3.487 4.09a.343.343 0 0 0 0-.463Z'/%3E%3C/svg%3E");
}

.widelist--link_icon {
  display: flex;
  align-items: center;
}

.widelist--link_icon::after {
  transform: translateY(1px);
}

.widelist--icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin: 0 8px 0 0;
}

.widelist--icon svg {
  --i-color1: var(--widemenu-icon-color);
  width: 20px;
  height: 22px;
}

.widemenu--subheading {
  margin: 0 0 26px;
  color: var(--widemenu-subheading-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

@media screen and (min-width: 64em) {
  .widemenu--subheading {
    margin: 0 0 13px;
  }
}

.widemenu--subgrid {
  width: 100%;
}

.widemenu--subgrid_rooms {
  display: grid;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 64em) {
  .widemenu--subgrid_rooms {
    gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
}

.widemenu--subgrid_actions {
  gap: 16px 0;
  display: grid;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 64em) {
  .widemenu--subgrid_actions {
    gap: 0 32px;
    grid-template-columns: repeat(3, minmax(198px, 1fr));
  }
}

.wroom-link {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 150px;
  height: 60px;
  padding: 5px 0;
  border-top: 1px solid var(--widemenu-border-color);
}

@media screen and (min-width: 64em) {
  .wroom-link {
    height: 50px;
    padding: 0;
    border: 0;
  }
}

.wroom-link:last-child {
  border-bottom: 1px solid var(--widemenu-border-color);
}

@media screen and (min-width: 64em) {
  .wroom-link:last-child {
    border: 0;
  }
}

.wroom-link--wrap {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .wroom-link--wrap {
    justify-content: center;
  }
}

.wroom-link--wrap_dark {
  display: none;
}

[theme='dark'] .wroom-link--wrap_dark {
  display: flex;
}

[theme='dark'] .wroom-link--wrap_light {
  display: none;
}

.wroom-link--wrap img {
  height: 100%;
}

.wroom-link-more {
  width: 100%;
  max-width: 150px;
  height: 60px;
  padding: 5px 0;
  border-top: 1px solid var(--widemenu-border-color);
  color: #e51e25;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .wroom-link-more {
    height: 50px;
    border: 0;
  }
}

.wroom-link-more::after {
  display: inline-flex;
  width: 7px;
  height: 8px;
  margin: 0 0 0 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 7 8'%3E%3Cpath fill='%23e51e25' d='M3.487 3.626.774.657c-.27-.296.101-.737.439-.52L6.55 3.57c.21.135.21.442 0 .577L1.213 7.578c-.338.217-.71-.223-.439-.52L3.487 4.09a.343.343 0 0 0 0-.463Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
}

.actions-menucard {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  padding: 0 0 16px;
}

@media screen and (min-width: 64em) {
  .actions-menucard {
    padding: 12px 0 0;
  }
}

.actions-menucard:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--widemenu-line-color);
  content: '';
}

@media screen and (min-width: 64em) {
  .actions-menucard:not(:last-child)::after {
    top: 1px;
    right: -16px;
    bottom: auto;
    left: auto;
    width: 1px;
    height: 100%;
  }
}

.actions-menucard--logo {
  display: flex;
  margin: 0 0 20px;
}

.actions-menucard--img {
  display: flex;
  justify-content: center;
  height: 55px;
}

[theme='dark'] .actions-menucard--img_light {
  display: none;
}

.actions-menucard--img_dark {
  display: none;
}

[theme='dark'] .actions-menucard--img_dark {
  display: flex;
}

.actions-menucard--img img {
  height: 100%;
}

.actions-menucard--img svg {
  width: 55px;
  height: 55px;
}

.actions-menucard--content {
  display: flex;
  flex-direction: column;
}

.actions-menucard--date {
  display: flex;
  align-items: center;
}

.actions-menucard--time {
  margin: 0 0 9px;
  color: #e51e25;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.actions-menucard--heading {
  margin: 0 0 12px;
  color: var(--widemenu-cardhead-color);
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.actions-menucard--heading::after {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.actions-menucard--mark {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: auto 0 0;
}

.actions-menucard--tag {
  display: inline-flex;
  margin: 0 5px 4px 0;
  padding: 3px 6px;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  color: #8f8f8f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  white-space: nowrap;
}

.soft-menucard {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .soft-menucard {
    padding: 15px 0 0;
  }
}

@media screen and (min-width: 64em) {
  .soft-menucard:not(:last-child)::after {
    position: absolute;
    top: 1px;
    right: -16px;
    width: 1px;
    height: 100%;
    background-color: var(--widemenu-line-color);
    content: '';
  }
}

.soft-menucard--list--main {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
}

.soft-menucard--item {
  display: flex;
  align-items: center;
}

.soft-menucard--item:not(:last-child) {
  margin: 0 0 4px;
}

.soft-menucard--link {
  padding: 4px 0 2px;
  color: var(--softmenu-link-color);
  font-size: 16px;
  line-height: 19px;
}

.soft-menucard--link::after {
  display: inline-flex;
  width: 7px;
  height: 8px;
  margin: 0 0 0 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 7 8'%3E%3Cpath fill='%23000' d='M3.487 3.626.774.657c-.27-.296.101-.737.439-.52L6.55 3.57c.21.135.21.442 0 .577L1.213 7.578c-.338.217-.71-.223-.439-.52L3.487 4.09a.343.343 0 0 0 0-.463Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
}

[theme='dark'] .soft-menucard--link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 7 8'%3E%3Cpath fill='%23fff' d='M3.487 3.626.774.657c-.27-.296.101-.737.439-.52L6.55 3.57c.21.135.21.442 0 .577L1.213 7.578c-.338.217-.71-.223-.439-.52L3.487 4.09a.343.343 0 0 0 0-.463Z'/%3E%3C/svg%3E");
}

.soft-menucard--link:hover {
  color: #e51e25;
}

.soft-menucard--link:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 7 8'%3E%3Cpath fill='%23e51e25' d='M3.487 3.626.774.657c-.27-.296.101-.737.439-.52L6.55 3.57c.21.135.21.442 0 .577L1.213 7.578c-.338.217-.71-.223-.439-.52L3.487 4.09a.343.343 0 0 0 0-.463Z'/%3E%3C/svg%3E");
}

.widelist--headlogo {
  display: flex;
  align-items: center;
  margin: 0 0 14px;
  color: var(--widemenu-heading-color);
  font-family: "PT Serif", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
}

@media screen and (min-width: 64em) {
  .widelist--headlogo {
    margin: 0 0 24px;
    font-size: 24px;
    line-height: 31px;
  }
}

.widelist--pluslogo {
  flex-shrink: 0;
  width: 40px;
  height: 38px;
  margin: 0 8px 0 0;
}

@media screen and (min-width: 64em) {
  .widelist--pluslogo {
    width: 62px;
    height: 62px;
    margin: 0 12px 0 0;
  }
}

.gtpl-menucard {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 292px;
  padding: 0 0 16px;
}

@media screen and (min-width: 64em) {
  .gtpl-menucard {
    max-width: initial;
    padding: 0;
  }
}

.gtpl-menucard:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--widemenu-line-color);
  content: '';
}

@media screen and (min-width: 64em) {
  .gtpl-menucard:not(:last-child)::after {
    top: 34px;
    right: -16px;
    bottom: auto;
    left: auto;
    width: 1px;
    height: calc(100% - 34px);
  }
}

.gtpl-menucard--head {
  margin: 0 0 26px;
  color: var(--widemenu-subheading-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

@media screen and (min-width: 64em) {
  .gtpl-menucard--head {
    margin: 0 0 13px;
  }
}

.gtpl-menucard--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  margin: 14px 0;
}

@media screen and (min-width: 64em) {
  .gtpl-menucard--logo {
    margin: 24px 0 14px;
  }
}

.gtpl-menucard--logo_room {
  min-height: initial;
  margin: 14px 0;
}

@media screen and (min-width: 64em) {
  .gtpl-menucard--logo_room {
    margin: 32px 0 36px;
  }
}

[theme='dark'] .gtpl-menucard--logo_room svg {
  --i-color2: #e0e0e0;
  --i-color1: #e51e25;
}

[theme='dark'] .gtpl-i-promo {
  --i-color1: #e51e25;
  --i-color2: #424242;
  --i-color3: #e0e0e0;
}

[theme='dark'] .gtpl-i-refs {
  --i-color1: #e0e0e0;
  --i-color2: #e51e25;
  --i-color3: transparent;
}

.gtpl-menucard--img {
  display: flex;
  justify-content: center;
  height: 55px;
}

[theme='dark'] .gtpl-menucard--img_light {
  display: none;
}

.gtpl-menucard--img_dark {
  display: none;
}

[theme='dark'] .gtpl-menucard--img_dark {
  display: flex;
}

.gtpl-menucard--img img {
  height: 100%;
}

.gtpl-menucard--content {
  display: flex;
  flex-direction: column;
}

.gtpl-menucard--content_room {
  align-self: center;
  width: 100%;
  max-width: 220px;
}

.gtpl-menucard--heading {
  margin: 0 0 10px;
  color: var(--widemenu-cardhead-color);
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

.gtpl-menucard--heading_room {
  margin: 0;
}

.gtpl-menucard--heading::after {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.gtpl-menucard--subheading {
  margin: 0 0 10px;
  color: var(--widemenu-cardsubhead-color);
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

.shop-menucard {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  padding: 0 0 16px;
}

@media screen and (min-width: 64em) {
  .shop-menucard {
    padding: 12px 0 0;
  }
}

.shop-menucard:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--widemenu-line-color);
  content: '';
}

@media screen and (min-width: 64em) {
  .shop-menucard:not(:last-child)::after {
    top: 1px;
    right: -16px;
    bottom: auto;
    left: auto;
    width: 1px;
    height: 100%;
  }
}

.shop-menucard--logo {
  display: flex;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

.shop-menucard--img {
  display: flex;
  justify-content: center;
  height: 60px;
}

[theme='dark'] .shop-menucard--img_light {
  display: none;
}

.shop-menucard--img_dark {
  display: none;
}

[theme='dark'] .shop-menucard--img_dark {
  display: flex;
}

.shop-menucard--img img {
  height: 100%;
  border-radius: 10px;
}

.shop-menucard--content {
  grid-gap: 0 20px;
  display: grid;
  grid-template-columns: 60px 1fr;
  margin: 0 0 16px;
}

.shop-menucard--data {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shop-menucard--heading {
  margin: 0 0 7px;
  color: var(--widemenu-cardhead-color);
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.shop-menucard--heading::after {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.shop-menucard--price {
  color: #e51e25;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}

.shop-menucard--bottom {
  display: flex;
}

.shop-menucard--desc {
  color: var(--widemenu-desc-color);
  font-size: 16px;
  line-height: 21px;
}

.modal-500-overlay {
  display: flex;
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.modal-500-overlay.hidden {
  display: none;
}

.modal-500 {
  display: flex;
  z-index: 100;
  width: 100%;
  max-width: 670px;
  max-height: 100%;
  padding: 10px 15px;
}

.modal-500.hidden {
  display: none;
}

.modal-500--close {
  z-index: 10;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
}

.modal-500--close::after,
.modal-500--close::before {
  position: absolute;
  top: 0;
  left: 11px;
  width: 1px;
  height: 24px;
  background-color: #9e9e9e;
  content: '';
}

.modal-500--close::before {
  transform: rotate(45deg);
}

.modal-500--close::after {
  transform: rotate(-45deg);
}

.modal-500--inner {
  position: relative;
  flex-grow: 1;
  padding: 20px 15px 25px;
  overflow-y: auto;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .modal-500--inner {
    padding: 50px 40px;
  }
}

.modal-500--logo {
  width: 100%;
  height: 65px;
  margin: 0 0 18px;
  background-image: url(/nimg/500plus-logo-black.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75px;
}

@media screen and (min-width: 48em) {
  .modal-500--logo {
    height: 80px;
    background-size: 90px;
  }
}

.modal-500--heading {
  margin: 0 0 15px;
  color: #202020;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .modal-500--heading {
    margin: 0 0 28px;
    font-size: 28px;
  }
}

.modal-500--txt {
  margin: 0 0 10px;
  color: #404040;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .modal-500--txt {
    font-size: 18px;
  }
}

.modal-form500 {
  width: 100%;
  padding: 20px 0 0;
}

.modal-form500--inner {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  margin: 0 auto;
}

.modal-form500--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0 0 15px;
  padding: 0 10px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background-color: #efefef;
  background-image: url(/nimg/search-angle.svg);
  background-origin: content-box;
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 10px;
  color: #333;
  font-family: inherit;
  font-size: 18px;
  line-height: 38px;
}

@media screen and (min-width: 48em) {
  .modal-form500--select {
    margin: 0 0 20px;
  }
}

.modal-form500--field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0 0 15px;
  padding: 8px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background-color: #fff;
  color: #333;
  font-family: inherit;
  font-size: 18px;
  line-height: 22px;
}

@media screen and (min-width: 48em) {
  .modal-form500--field {
    margin: 0 0 20px;
  }
}

.modal-form500--submit {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background-color: #ff1300;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.footer {
  --f-footer-bg-color: var(--footer-bg-color, #fff);
  --f-footer-menu-color: var(--footer-menu-color, #a8a8a9);
  --f-footer-logo-color: var(--footer-logo-color, #000);
  --f-footer-line-color: var(--footer-line-color, #ebedee);
  --f-footer-icon-color: var(--footer-icon-color, #a8a8a9);
  display: flex;
  z-index: 1;
  justify-content: center;
  width: 100%;
  background-color: var(--f-footer-bg-color);
  box-shadow: var(--footer-shadow, 0 -3px #eef0f5);
}

[theme='dark'] .footer {
  --footer-shadow: 0 -3px #424242;
  --footer-bg-color: #2b2b2b;
  --footer-menu-color: #636568;
  --footer-logo-color: #fff;
  --footer-line-color: #424242;
  --footer-icon-color: #636568;
}

.footer--grid {
  display: grid;
  grid-template-areas: 'info' 'menu' 'data' 'support' 'rules';
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1306px;
  padding: 0 24px 16px;
}

@media screen and (min-width: 64em) {
  .footer--grid {
    gap: 32px 16px;
    display: grid;
    grid-template-areas: 'menu menu menu menu' 'info rules data support';
    grid-template-columns: auto minmax(auto, 320px) auto auto;
    justify-content: space-between;
    padding: 0 30px 32px;
  }
}

.footer-menu {
  grid-area: menu;
  justify-content: center;
  width: 100%;
}

.footer-menu--inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1246px;
  height: 64px;
  border-bottom: 1px solid var(--f-footer-line-color);
}

@media screen and (min-width: 64em) {
  .footer-menu--inner {
    justify-content: flex-start;
    height: 77px;
  }
}

.footer-menu--section {
  display: none;
  align-items: center;
  margin: 0 auto 0 0;
}

@media screen and (min-width: 64em) {
  .footer-menu--section {
    display: flex;
  }
}

.footer-menu--item {
  display: flex;
  align-items: center;
  height: 28px;
  padding: 3px 0 0;
  border-bottom: 2px solid transparent;
  color: var(--f-footer-menu-color);
  font-size: 16px;
  line-height: 28px;
  white-space: nowrap;
}

.footer-menu--item:not(:last-child) {
  margin: 0 20px 0 0;
}

.footer-menu--item.active {
  border-bottom-color: #e51e25;
}

.footer-menu--item_vip {
  color: #e51e25;
}

.footer-submenu {
  display: flex;
  align-items: center;
}

.footer-submenu--item {
  --i-color1: var(--f-footer-icon-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px 0 0;
  color: var(--f-footer-menu-color);
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .footer-submenu--item {
    font-size: 16px;
    line-height: 19px;
  }
}

.footer-submenu--item svg {
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
}

.footer-time {
  --i-color1: var(--f-footer-icon-color);
  display: flex;
  align-items: center;
  color: var(--f-footer-menu-color);
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .footer-time {
    font-size: 16px;
    line-height: 19px;
  }
}

.footer-time--first {
  margin: 0 4px 0 0;
}

.footer-time--mid {
  margin: 0 8px;
}

.footer-time--last {
  margin: 0 0 0 4px;
}

.footer-time svg {
  width: 28px;
  height: 28px;
}

.footer-info {
  display: flex;
  grid-area: info;
  flex-direction: column;
}

.footer-info--logo {
  --i-color1: var(--f-footer-logo-color);
  --i-color2: #e51e25;
  display: flex;
  justify-content: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--f-footer-line-color);
}

@media screen and (min-width: 64em) {
  .footer-info--logo {
    justify-content: flex-start;
    margin: 0 0 18px;
    padding: 0;
    border: 0;
  }
}

.footer-info--logo svg {
  width: 154px;
  height: 32px;
}

@media screen and (min-width: 64em) {
  .footer-info--logo svg {
    width: 192px;
    height: 40px;
  }
}

.footer-info--inner {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-bottom: 1px solid var(--f-footer-line-color);
}

@media screen and (min-width: 40em) {
  .footer-info--inner {
    flex-direction: row;
  }
}

@media screen and (min-width: 64em) {
  .footer-info--inner {
    flex-direction: column;
    padding: 0;
    border: 0;
  }
}

.footer-info--copyright {
  margin: 0 0 12px;
  color: var(--f-footer-menu-color);
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
}

@media screen and (min-width: 40em) {
  .footer-info--copyright {
    margin: 0 auto 0 0;
  }
}

@media screen and (min-width: 64em) {
  .footer-info--copyright {
    margin: 0 0 24px;
  }
}

.footer-info--copyright span {
  margin: 0 0 0 5px;
}

.footer-info--copyright a {
  margin: 0 0 0 3px;
  color: var(--f-footer-menu-color);
}

.footer-info--links {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 40em) {
  .footer-info--links {
    flex-direction: row;
  }
}

@media screen and (min-width: 64em) {
  .footer-info--links {
    flex-direction: column;
  }
}

.footer-info--partners {
  margin: 0 0 12px;
  color: var(--f-footer-menu-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  white-space: nowrap;
}

@media screen and (min-width: 40em) {
  .footer-info--partners {
    margin: 0 24px 0 0;
  }
}

@media screen and (min-width: 64em) {
  .footer-info--partners {
    margin: 0 0 12px;
  }
}

.footer-info--ads {
  margin: 0 0 12px;
  color: var(--f-footer-menu-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  white-space: nowrap;
}

@media screen and (min-width: 40em) {
  .footer-info--ads {
    margin: 0 24px 0 0;
  }
}

@media screen and (min-width: 64em) {
  .footer-info--ads {
    margin: 0 0 12px;
  }
}

.footer-info--vacancy {
  color: var(--f-footer-menu-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  white-space: nowrap;
}

.footer-rules {
  display: flex;
  grid-area: rules;
  flex-direction: column;
}

.footer-rules--wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 27px 0 20px;
  border-bottom: 1px solid var(--f-footer-line-color);
}

@media screen and (min-width: 64em) {
  .footer-rules--wrap {
    margin: 0 0 24px;
    padding: 0;
    border: 0;
  }
}

.footer-rules--item {
  margin: 0 0 12px;
  color: var(--f-footer-menu-color);
  font-size: 14px;
  line-height: 16px;
}

.footer-rules--item a {
  color: var(--f-footer-menu-color);
}

.footer-rules--disc {
  color: var(--f-footer-menu-color);
  font-size: 12px;
  line-height: 20px;
}

.footer-social {
  --i-color1: var(--f-footer-icon-color);
  gap: 8px 24px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 24px);
  align-self: center;
  width: 100%;
  max-width: 312px;
  padding: 24px 0 8px;
}

@media screen and (min-width: 64em) {
  .footer-social {
    align-self: auto;
    padding: 0;
  }
}

.footer-social--item {
  display: flex;
}

.footer-social--item svg {
  width: 24px;
  height: 24px;
}

.footer-data {
  grid-area: data;
  padding: 27px 0 20px;
  border-bottom: 1px solid var(--f-footer-line-color);
}

@media screen and (min-width: 64em) {
  .footer-data {
    padding: 0;
    border: 0;
  }
}

.footer-data--list {
  margin: 0;
}

.footer-data--list li {
  display: flex;
  align-items: flex-start;
}

.footer-data--list li:not(:last-child) {
  margin: 0 0 16px;
}

.footer-data--list a {
  color: var(--f-footer-menu-color);
  font-size: 14px;
  line-height: 16px;
}

.footer-support {
  display: flex;
  grid-area: support;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid var(--f-footer-line-color);
}

@media screen and (min-width: 64em) {
  .footer-support {
    padding: 0;
    border: 0;
  }
}

.footer-support--item {
  --i-color1: var(--f-footer-icon-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--f-footer-menu-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  white-space: nowrap;
}

.footer-support--item:not(:last-child) {
  margin: 0 0 24px;
}

.footer-support--item svg {
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
}

.tooltipster-base.tooltipster-borderless {
  --arrow-size: 10px;
  pointer-events: initial;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
  border: none;
  background: transparent;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-content {
  padding: 0 10px;
  color: initial;
  line-height: initial;
}

@media screen and (min-width: 64em) {
  .tooltipster-sidetip.tooltipster-borderless .tooltipster-content {
    padding: 0;
  }
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
  margin-top: var(--arrow-size, 16px);
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
  left: 0 !important;
  width: calc(100% - 20px) !important;
  height: var(--arrow-size, 16px);
  margin: 0 0 0 10px !important;
  background-image: linear-gradient(90deg, var(--gradient-start-color, #424242) 66%, var(--gradient-end-color, #616161) 100%);
  clip-path: polygon(calc(var(--arrow-position) + var(--arrow-size, 16px)) var(--arrow-size, 16px), 100% var(--arrow-size, 16px), 100% 100%, 0% 100%, 0 var(--arrow-size, 16px), calc(var(--arrow-position) - var(--arrow-size, 16px)) var(--arrow-size, 16px), var(--arrow-position) 0);
}

@media screen and (min-width: 64em) {
  .tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
    width: 100% !important;
    margin: 0 !important;
  }
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow {
  height: var(--arrow-size, 16px);
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
  display: none;
}

.loco-placeholder {
  display: flex;
  width: 100%;
  margin: 0 auto 0 0;
  overflow: hidden;
}

.top-header .loco-placeholder {
  display: flex;
}

@media screen and (min-width: 64em) {
  .top-header .loco-placeholder {
    display: none;
  }
}

.middle-header .loco-placeholder {
  display: none;
}

@media screen and (min-width: 64em) {
  .middle-header .loco-placeholder {
    display: flex;
  }
}


/* stylelint-disable -- color-named */

.loco-prescroll {
  container-type: inline-size;
  container-name: loco-wrap;
  display: flex;
  position: relative;
  width: 100%;
  padding: 0 36px;
  overflow: hidden;
}

@media screen and (min-width: 64em) {
  .loco-prescroll {
    max-width: 738px;
    margin: 0 auto 0 0;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .loco-placeholder .loco-prescroll {
    margin: 0 auto;
  }
}

.top-header .loco-prescroll {
  display: flex;
}

@media screen and (min-width: 64em) {
  .top-header .loco-prescroll {
    display: none;
  }
}

.middle-header .loco-prescroll {
  display: none;
}

@media screen and (min-width: 64em) {
  .middle-header .loco-prescroll {
    display: flex;
  }
}


/* stylelint-enable */

.loco-scroll {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 64em) {
  .loco-scroll {
    height: 60px;
  }
}

.widget-loco {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.top-header .widget-loco {
  padding: 5px 0 8px;
}

.widget-loco--grid {
  gap: 0 12px;
  display: flex;
  justify-content: center;
  padding: 0 7px;
}

.widget-loco--grid_single {
  display: flex;
}

@container loco-wrap (min-width: 430px) {
  .widget-loco--grid_single {
    display: none;
  }
}

.widget-loco--grid_double {
  display: none;
}

@container loco-wrap (min-width: 430px) {
  .widget-loco--grid_double {
    display: flex;
  }
}

@container loco-wrap (min-width: 645px) {
  .widget-loco--grid_double {
    display: none;
  }
}

.widget-loco--grid_triple {
  display: none;
}

@container loco-wrap (min-width: 645px) {
  .widget-loco--grid_triple {
    display: flex;
  }
}

.loco-item {
  display: grid;
  position: relative;
  flex-grow: 1;
  align-items: center;
  min-height: 33px;
  padding: 0 4px 0 10px;
  transform: skew(344deg);
  background-image: linear-gradient(90deg, var(--gradient-start-color, #424242) 66%, var(--gradient-end-color, #616161) 100%);
  box-shadow: inset -1px 0 0 var(--gradient-end-color);
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .loco-item::before {
    position: absolute;
    top: -12px;
    left: -17px;
    width: 59px;
    height: 61px;
    transform: skew(34deg);
    background-image: url(/nimg/tail-shadow.png);
    background-size: 100%;
    content: '';
    pointer-events: none;
  }
  [theme='dark'] .loco-item::before {
    display: none;
  }
}

.loco-item svg {
  flex-shrink: 0;
}


/* stylelint-disable -- color-named */

.loco-item--inner {
  gap: 0 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  overflow: hidden;
  transform: skew(16deg);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, black 0, black calc(100% - 8px), rgba(0, 0, 0, 0) calc(100% - 4px));
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0, black 0, black calc(100% - 8px), rgba(0, 0, 0, 0) calc(100% - 4px));
}

.widget-loco_mobile .loco-item--inner {
  transform: none;
}


/* stylelint-enable */

.loco-item--icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 24px;
  height: 24px;
}

.loco-item--icon svg {
  width: 24px;
}

.loco-item--name {
  margin: 0 6px 0 0;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.widget-loco_mobile .loco-item--name {
  font-size: 14px;
}

.widget-loco--arrow {
  display: flex;
  position: absolute;
  top: 0;
  right: 15px;
  flex-shrink: 0;
  align-items: center;
  height: 60px;
  cursor: pointer;
}

.top-header .widget-loco--arrow {
  height: 46px;
}

.widget-loco--arrow_prev {
  right: auto;
  left: 15px;
  transform: rotate(180deg);
}

.widget-loco--arrow_disabled {
  opacity: .25;
}

.widget-loco--arrow svg {
  width: 16px;
  height: 8px;
}

[theme='dark'] .widget-loco--arrow svg {
  --i-color1: #e0e0e0;
}

.unitip-wrap {
  display: none;
}

.unitip-info {
  max-width: 538px;
  padding: 16px 20px;
  border-radius: 5px;
  background-image: linear-gradient(90deg, var(--gradient-start-color, #424242) 66%, var(--gradient-end-color, #616161) 100%);
}

@media screen and (min-width: 64em) {
  .unitip-info {
    padding: 32px 36px;
    border-radius: 10px;
  }
}

.unitip-popup {
  gap: 0 16px;
  display: flex;
  align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .unitip-popup {
    gap: 0 24px;
  }
}

.unitip-popup--image {
  display: flex;
  flex-shrink: 0;
  width: 50px;
}

@media screen and (min-width: 64em) {
  .unitip-popup--image {
    width: 100px;
  }
}

.unitip-popup--image svg {
  max-height: 50px;
}

@media screen and (min-width: 64em) {
  .unitip-popup--image svg {
    max-height: initial;
  }
}

.unitip-popup--image img {
  max-height: 50px;
}

@media screen and (min-width: 64em) {
  .unitip-popup--image img {
    max-height: initial;
  }
}

.unitip-popup--inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.unitip-popup--head {
  display: flex;
  flex-direction: column;
}

.unitip-popup--heading {
  margin: 0 0 4px;
  color: #fff;
  font-family: 'PT Serif', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (min-width: 64em) {
  .unitip-popup--heading {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 28px;
  }
}

.unitip-popup--subheading {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}

@media screen and (min-width: 64em) {
  .unitip-popup--subheading {
    font-size: 18px;
    line-height: 21px;
  }
}

.unitip-popup--button {
  gap: 0 10px;
  display: flex;
  align-items: center;
  margin: 16px 0 0;
  padding: 10px 16px;
  border-radius: 5px;
  background-color: var(--button-color, #000);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 64em) {
  .unitip-popup--button {
    margin: 24px 0 0;
    padding: 13px 24px;
    border-radius: 8px;
    font-size: 18px;
  }
}

.unitip-popup--button svg {
  --i-color1: #fff;
  flex-shrink: 0;
  width: 15px;
  height: 16px;
}

.concept .app-shop .menu-top {
  box-shadow: none;
}

.infomenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: var(--layer-4-color, #f4f4f4);
}

.infomenu--inner {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  width: 100%;
  max-width: 1306px;
  padding: 0 15px;
}

[theme='dark'] .infomenu--inner {
  --i-color1: #fff;
}

@media screen and (min-width: 64em) {
  .infomenu--inner {
    flex-direction: row;
    padding: 0 30px;
  }
}

@media screen and (min-width: 64em) {
  .infomenu--inner .navigation ul {
    padding: 0;
  }
  .infomenu--inner .navigation .level0:not(:last-child) {
    margin: 0 32px 0 0;
  }
  .infomenu--inner .navigation .level0 > .level-top {
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 39px;
  }
  .infomenu--inner .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .infomenu--inner .navigation .level0.active > .level-top,
  .infomenu--inner .navigation .level0.has-active > .level-top {
    border-width: 0 0 2px;
    border-style: solid;
    border-color: #e51e25;
  }
  .infomenu--inner .navigation li.level0:hover ul.submenu {
    top: 39px;
  }
}

.infomenu--grid {
  display: flex;
  z-index: 5;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  margin: 0 0 0 auto;
  border-bottom: 1px solid var(--text-6-color, #e0e0e0);
}

@media screen and (min-width: 64em) {
  .infomenu--grid {
    justify-content: initial;
    width: initial;
    height: 68px;
    border: 0;
  }
}

.gtp-stats {
  --gtp-bg: var(--layer-5-color, #969ea0);
  display: flex;
  position: relative;
  justify-content: center;
  height: 100%;
  border-radius: 4px;
  background-color: var(--gtp-bg);
}

@media screen and (min-width: 64em) {
  .gtp-stats {
    justify-content: space-evenly;
    height: 66px;
  }
}

.gtp-stats--icon {
  --i-color2: var(--gtp-bg);
  flex-shrink: 0;
  width: 32px;
  height: 22px;
}

.gtp-stats--points {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 10px 16px;
  border-right: 1px dashed #fff;
}

.gtp-stats--percents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: -moz-min-content;
  width: min-content;
  padding: 10px 16px;
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .gtp-stats--percents {
    padding: 10px 10px;
  }
}

.gtp--bg-circle {
  position: relative;
  width: 43px;
  height: 43px;
  overflow: hidden;
  border-radius: 50%;
  background: transparent;
}

.gtp--bg-circle::before {
  position: absolute;
  top: calc(50% - 1px);
  width: 100%;
  height: 2px;
  background-color: var(--gtp-bg);
  content: '';
}

.gtp--bg-circle::after {
  z-index: 0;
  position: absolute;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  background-color: var(--gtp-bg);
  content: '';
}

@media screen and (min-width: 64em) {
  .gtp--bg-circle {
    transform: scale(1.17);
  }
}

.gtp--bg-circle_segment-1 {
  background-image: conic-gradient(#5a5f60 25%, transparent 0);
}

[theme='dark'] .gtp--bg-circle_segment-1 {
  background-image: conic-gradient(#9e9e9e 25%, transparent 0);
}

.gtp--bg-circle_segment-2 {
  background-image: conic-gradient(#5a5f60 50%, transparent 0);
}

[theme='dark'] .gtp--bg-circle_segment-2 {
  background-image: conic-gradient(#9e9e9e 50%, transparent 0);
}

.gtp--bg-circle_segment-3 {
  background-image: conic-gradient(#5a5f60 75%, transparent 0);
}

[theme='dark'] .gtp--bg-circle_segment-3 {
  background-image: conic-gradient(#9e9e9e 75%, transparent 0);
}

.gtp--bg-circle_segment-4 {
  background-image: conic-gradient(#5a5f60 100%, transparent 0);
}

[theme='dark'] .gtp--bg-circle_segment-4 {
  background-image: conic-gradient(#9e9e9e 100%, transparent 0);
}

.gtp--front-circle {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  outline: 2px solid var(--gtp-bg);
  background-color: #000;
}

.gtp--percents-content {
  color: #fff;
  text-align: center;
}

.gtp--percents-data {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.gtp--percents-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: .312px;
  text-align: center;
}

.gtp-stats--inner {
  gap: 0 4px;
  display: flex;
  align-items: center;
}

.gtp-stats--inner svg {
  width: 30px;
  height: 20px;
}

@media screen and (min-width: 64em) {
  .gtp-stats--inner svg {
    width: 36px;
    height: 24px;
  }
}

.gtp-stats--text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .gtp-stats--text {
    font-size: 20px;
    line-height: .8;
  }
}

.gtp-stats--percents_en {
  gap: 2px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
}

.gtp-stats--percents_en .gtp--percents-text {
  color: var(--text-1-color, #000);
  font-size: 10px;
  line-height: 1;
}

.gtp-stats--percents_en .gtp--percents-data {
  font-size: 12px;
}

.gtp-stats--percents_en .gtp--bg-circle {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  transform: scale(1);
}

.gtp-stats--percents_en .gtp--front-circle {
  width: 28px;
  height: 28px;
}

.infomenu-tooltip {
  --gtp-bg: var(--layer-3-color, #fff);
  display: none;
  z-index: 10;
  position: absolute;
  bottom: 0;
  flex-direction: column;
  max-width: 512px;
  margin: 0 8px 0 0;
  padding: 20px;
  transform: translateY(calc(100% - 66px));
  border: 1px solid var(--line-1-color, #e0e0e0);
  border-radius: 5px;
  background-color: var(--layer-3-color, #fff);
  color: var(--text-2-color, #879295);
  font-size: 14px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, .2));
}

[theme='dark'] .infomenu-tooltip {
  --i-color1: var(--layer-3-color);
  --i-color2: var(--line-1-color);
}

@media screen and (min-width: 40em) {
  .infomenu-tooltip {
    gap: 12px;
    padding: 24px 20px;
  }
}

@media screen and (min-width: 64em) {
  .infomenu-tooltip {
    margin: 0;
    transform: translateY(calc(100% - 2px));
  }
}

.infomenu-tooltip.active {
  display: flex;
}

.infomenu-tooltip__arrow {
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 98px;
  width: 22px;
  height: 10px;
  transform: translateY(-100%);
}

@media screen and (min-width: 64em) {
  .infomenu-tooltip__arrow {
    left: 109px;
  }
}

.infomenu-tooltip--header {
  font-size: inherit;
}

.infomenu-tooltip--content {
  display: grid;
  grid-template-areas: 'percents title' 'list list';
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: inherit;
}

@media screen and (min-width: 40em) {
  .infomenu-tooltip--content {
    grid-template-areas: 'percents title' 'percents list';
    grid-template-columns: 100px auto;
  }
}

@media screen and (min-width: 79.375em) {
  .infomenu-tooltip--content {
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
}

.infomenu-tooltip--content .gtp-stats--percents {
  grid-area: percents;
  align-self: center;
  justify-self: center;
  margin: 20px 0;
  transform: scale(1.7);
}

@media screen and (min-width: 40em) {
  .infomenu-tooltip--content .gtp-stats--percents {
    margin: 0;
    padding: 0;
    transform: scale(2.1);
  }
}

.infomenu-tooltip--list-title {
  grid-area: title;
  align-self: center;
  justify-self: start;
}

@media screen and (min-width: 64em) {
  .infomenu-tooltip--list-title {
    margin-bottom: 8px;
  }
}

.infomenu-tooltip--list {
  grid-area: list;
}

.infomenu-tooltip--list ul {
  padding-left: 12px;
}

.infomenu-tooltip--list li {
  position: relative;
  padding-left: 6px;
  font-size: 13px;
}

.infomenu-tooltip--list li:before {
  position: absolute;
  top: .1em;
  left: -0.25em;
  font-size: 2em;
  line-height: 0;
  content: '.';
}

.infomenu-tooltip--footer {
  grid-area: footer;
  font-size: inherit;
}

.infomenu-list {
  gap: 0 20px;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 64em) {
  .infomenu-list {
    margin: 0 0 0 30px;
  }
}

.infomenu-list li {
  display: flex;
  z-index: 3;
  position: relative;
  min-width: 24px;
  margin: 0;
}

.infomenu-cart {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 64em) {
  .infomenu-cart {
    min-width: 76px;
  }
}

.infomenu-cart:hover {
  text-decoration: none;
}

.infomenu-cart svg {
  width: 24px;
  height: 24px;
}

.infomenu-cart--inner {
  display: flex;
  position: relative;
}

.infomenu-cart--badge {
  display: flex;
  position: absolute;
  top: -9px;
  left: 15px;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #45ae52;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.infomenu-cart--text {
  display: none;
  color: var(--text-2-color, #202020);
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .infomenu-cart--text {
    display: block;
  }
}

.infomenu-order {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 64em) {
  .infomenu-order {
    min-width: 84px;
  }
}

.infomenu-order:hover {
  text-decoration: none;
}

.infomenu-order svg {
  width: 24px;
  height: 24px;
}

.infomenu-order--text {
  display: none;
  color: var(--text-2-color, #202020);
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .infomenu-order--text {
    display: block;
  }
}

.infomenu-quest {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 64em) {
  .infomenu-quest {
    min-width: 84px;
  }
}

.infomenu-quest:hover {
  text-decoration: none;
}

.infomenu-quest svg {
  width: 24px;
  height: 24px;
}

.infomenu-quest.active::after {
  z-index: 4;
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translateX(-50%) rotate(45deg);
  border: solid var(--line-2-color, #e0e0e0);
  border-width: 1px 0 0 1px;
  background-color: var(--layer-3-color, #fff);
  content: '';
}

@media screen and (min-width: 64em) {
  .infomenu-quest.active::after {
    bottom: -16px;
  }
}

.infomenu-quest--text {
  display: none;
  color: var(--text-2-color, #202020);
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .infomenu-quest--text {
    display: block;
  }
}

.infomenu-quest--options {
  display: none;
  position: absolute;
  top: 36px;
  right: -12px;
  flex-direction: column;
  padding: 12px 0 10px;
  border: 1px solid var(--line-2-color, #e0e0e0);
  border-radius: 5px;
  background-color: var(--layer-3-color, #fff);
  box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

@media screen and (min-width: 64em) {
  .infomenu-quest--options {
    top: 50px;
    right: -2px;
  }
}

.infomenu-quest--options.active {
  display: flex;
}

.infomenu-quest--link {
  gap: 0 8px;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: underline;
  white-space: nowrap;
}

.infomenu-quest--link:hover {
  background-color: var(--layer-4-color, #f4f4f4);
}

.infomenu-quest--link svg {
  flex-shrink: 0;
}

.widget-search {
  display: flex;
  z-index: 4;
  justify-content: center;
  width: 100%;
  padding: 16px 15px;
  background-color: var(--layer-3-color, #fafafa);
}

@media screen and (min-width: 64em) {
  .widget-search {
    padding: 24px 30px;
    border: 0;
  }
}

.widget-search--form {
  display: flex;
  width: 100%;
  max-width: 1246px;
}

input[type='text'].widget-search--field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: initial;
  padding: 11px 16px;
  border: solid var(--line-1-color, #e0e0e0);
  border-width: 1px 0 1px 1px;
  border-radius: 5px 0 0 5px;
  background-color: var(--layer-2-color, #fff);
  color: var(--text-1-color, #202020);
  font-size: 16px;
  line-height: 20px;
}

input[type='text'].widget-search--field::-moz-placeholder {
  color: #b3b3b3;
  font-size: 16px;
  font-style: italic;
}

input[type='text'].widget-search--field::placeholder {
  color: #b3b3b3;
  font-size: 16px;
  font-style: italic;
}

input[type='text'].widget-search--field:focus {
  box-shadow: initial;
}

input[type='text'].widget-search--field:focus-visible {
  border-color: #6b6b6b;
  outline: 0;
}

.widget-search--button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  gap: 0 8px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: 8px 20px;
  border: 0;
  border-radius: 0 5px 5px 0;
  background-color: var(--offer-button-bg-color, #202020);
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .widget-search--button {
    padding: 8px 24px 8px 20px;
  }
}

.widget-search--button svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.widget-search--button span {
  display: none;
}

@media screen and (min-width: 64em) {
  .widget-search--button span {
    display: initial;
  }
}

.widget-search--close {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line-2-color, #e0e0e0);
  border-radius: 5px;
  background-color: var(--layer-3-color, #fff);
}

.search-layout-wrap {
  width: 100%;
  max-width: 1306px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 64em) {
  .search-layout-wrap {
    padding: 0 30px;
  }
}

.search-empty {
  padding: 12px 20px 12px 25px;
  background-color: #fdf0d5;
  color: #6f4400;
  font-size: 16px;
  line-height: 20px;
}

.shopmenu-wrap {
  display: flex;
  position: relative;
  align-items: center;
  max-width: 686px;
  overflow: hidden;
}

.shopmenu {
  display: flex;
  margin: 0;
  padding: 12px 0;
  list-style: none;
}

.shopmenu--item {
  display: flex;
  z-index: 3;
  position: relative;
  margin: 0;
}

.shopmenu--item_swap {
  display: none;
}

@media screen and (min-width: 64em) {
  .shopmenu--item_swap {
    display: flex;
  }
}

.shopmenu--link {
  gap: 0 3px;
  display: flex;
  padding: 10px 0 8px;
  border-bottom: 2px solid transparent;
  color: var(--text-2-color, #202020);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

.active .shopmenu--link {
  border-color: #e51e25;
}

.shopmenu--link.shopmenu-dropdown {
  border-color: transparent;
}

.shopmenu--link:hover {
  color: var(--text-2-color, #202020);
  text-decoration: none;
}

.shopmenu--link:visited {
  color: var(--text-2-color, #202020);
}

.shopmenu-temp {
  margin: 0 0 0 -12px;
  padding: 10px 0;
  transform: translateY(3px);
  font-size: 18px;
  line-height: 1;
}

.shopmenu-dropdown {
  position: relative;
}

.shopmenu-dropdown.active::after {
  z-index: 4;
  position: absolute;
  top: 40px;
  right: 4px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border: solid var(--line-2-color, #e0e0e0);
  border-width: 1px 0 0 1px;
  background-color: var(--layer-5-color, #fff);
  content: '';
}

.shopmenu-droplist {
  display: none;
  position: absolute;
  top: 46px;
  right: -52px;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  max-width: 270px;
  padding: 12px 0;
  border: 1px solid var(--line-2-color, #e0e0e0);
  border-radius: 5px;
  background-color: var(--layer-5-color, #fff);
  box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

.shopmenu-droplist.active {
  display: flex;
}

.dropdown-shift .shopmenu-droplist {
  right: -16px;
}

@media screen and (min-width: 64em) {
  .dropdown-shift .shopmenu-droplist {
    right: -52px;
  }
}

.shopmenu-droplist--link {
  gap: 0 8px;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.shopmenu-droplist--link:hover {
  background-color: var(--layer-2-color, #f4f4f4);
}

.shopmenu-droplist--link_swap {
  display: flex;
}

@media screen and (min-width: 64em) {
  .shopmenu-droplist--link_swap {
    display: none;
  }
}

.shopmenu-button {
  display: flex;
  z-index: 3;
  position: absolute;
  top: 50%;
  flex-shrink: 0;
  align-items: center;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border-radius: 50px;
  background-color: #f4f4f4;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  cursor: pointer;
}

[theme='dark'] .shopmenu-button {
  background-color: #757575;
}

.shopmenu-button svg {
  --i-color1: #000;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

[theme='dark'] .shopmenu-button svg {
  --i-color1: #fff;
}

.shopmenu-button_prev {
  left: -12px;
  padding: 10px;
}

.shopmenu-button_prev svg {
  transform: rotate(90deg);
}

.shopmenu-button_next {
  right: -12px;
  padding: 4px;
}

.shopmenu-button_next svg {
  transform: rotate(-90deg);
}

.shopmenu-button_disabled {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}

.product-wrap {
  width: 100%;
  padding: 0 15px;
}

@media screen and (min-width: 64em) {
  .product-wrap {
    padding: 0 30px;
  }
}

.product-list {
  grid-gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(284px, 1fr));
  width: 100%;
  max-width: 1246px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.product-item {
  display: flex;
  position: relative;
  flex-direction: column;
  margin: 0;
  border: 1px solid var(--line-2-color, #e0e0e0);
  border-radius: 2px;
  background-color: var(--layer-3-color, #fff);
  box-shadow: 0 2px 20px rgba(0, 0, 0, .08);
}

.product-item:hover {
  border-color: #5b9f62;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .08);
}

.product-item_plus {
  border-color: #e51e25;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .08);
}

.product-item--inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-item--photo {
  position: relative;
}

.product-item--plus {
  position: relative;
  width: 100%;
  padding: 3px 8px;
  background-color: #e51e25;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
}

.product-item--discount {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  flex-direction: column;
  width: 100%;
}

.product-item--discount:has(.discount-note) {
  border-top: 1px solid var(--layer-2a-color, #f7f7f7);
}

.product-item--discount:has(.product-item--plus) {
  border-top: 1px solid var(--layer-2a-color, #f7f7f7);
}

.discount-note {
  padding: 3px 8px;
  background-color: #45ae52;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
}

.discount-label {
  padding: 2px 6px;
  border-radius: 5px;
  background-color: #5b9f62;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.product-info--price .discount-label {
  margin: 0 0 0 8px;
}

.product-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  padding: 20px 0;
  background-color: var(--layer-2a-color, #f7f7f7);
}

.product-image-wrapper {
  display: flex;
  position: relative;
  align-items: flex-start;
}

.product-image-photo {
  max-width: 170px;
  max-height: 140px;
}

[theme='dark'] .product-image-photo {
  filter: drop-shadow(0 0 14px #fff);
}

.product-item--details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: flex-start;
  padding: 12px 16px 16px;
}

.product-item--name {
  margin: 0 0 8px;
  color: var(--text-2-color, #202020);
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.product-item--name:visited {
  color: var(--text-2-color, #202020);
}

.product-item--name:hover {
  color: var(--text-2-color, #202020);
  text-decoration: none;
}

.product-item--description {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 0 0 12px;
  overflow: hidden;
  color: var(--text-2-color, #202020);
  font-size: 16px;
  line-height: 22px;
}

.product-item--bottom {
  gap: 0 8px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  width: 100%;
}

.product-item--note {
  color: #5a8311;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.product-price {
  display: flex;
  align-items: center;
  margin: 0 0 12px;
}

@media screen and (min-width: 64em) {
  .product-price {
    margin: 0 0 24px;
  }
}

.product-price--label {
  margin: 0 4px 0 0;
  color: var(--text-2-color, #202020);
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap;
}

.product-price--info {
  display: flex;
  align-items: center;
  color: #45ae52;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

.product-price--sep {
  color: #d7d7d7;
  font-style: initial;
  font-weight: 400;
}

.price {
  color: #5a8311;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  white-space: nowrap;
}

.product-item--cta {
  margin: auto 0 0;
  padding: 12px 16px;
  border-radius: 5px;
  background-color: var(--layer-2a-color, #fff);
  box-shadow: inset 0 0 0 1px var(--text-2-color, #202020);
  color: var(--text-2-color, #202020);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.product-item--cta:visited {
  color: var(--text-2-color, #202020);
}

.product-item:hover .product-item--cta {
  background-color: var(--layer-5-color, #202020);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.section-title {
  width: 100%;
  margin: 0 0 24px;
  padding: 0 15px;
}

@media screen and (min-width: 64em) {
  .section-title {
    padding: 0 30px;
  }
}

.section-title--heading {
  width: 100%;
  max-width: 1246px;
  margin: 0 auto;
  color: var(--text-1-color, #03172c);
  font-family: "PT Serif", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.filter-list-wrap {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 15px;
}

@media screen and (min-width: 64em) {
  .filter-list-wrap {
    padding: 0 30px;
  }
}

.filter-list {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.filter-list--item {
  display: flex;
  margin: 0;
}

.filter-list--item a {
  padding: 8px 16px;
  border-radius: 5px;
  background-color: var(--layer-5-color, #f5f5f5);
  color: var(--text-2-color, #202020);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  white-space: nowrap;
}

.filter-list--item.active a {
  background-color: #e51e25;
  color: #fff;
}

.filter-head {
  gap: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1306px;
  margin: 0 auto 24px;
  padding: 0 15px;
}

@media screen and (min-width: 64em) {
  .filter-head {
    padding: 0 30px;
  }
}

.filter-head--heading {
  margin: 0;
  color: var(--text-1-color, #202020);
  font-family: "PT Serif", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (min-width: 64em) {
  .filter-head--heading {
    font-size: 32px;
  }
}

.filter-control {
  position: relative;
  width: 100%;
  max-width: 380px;
}

.filter-control--button {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 16px 32px;
  border-radius: 5px;
  background-color: #e51e25;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}

.filter-control--button svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.filter-control--button.active::after {
  z-index: 2;
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translateX(-50%) rotate(45deg);
  border: solid var(--line-2-color, #e0e0e0);
  border-width: 1px 0 0 1px;
  background-color: var(--layer-3-color, #fff);
  content: '';
}

.filter-control--options {
  display: none;
  z-index: 1;
  position: absolute;
  top: 74px;
  left: 50%;
  flex-direction: column;
  width: 100%;
  padding: 12px 0;
  transform: translateX(-50%);
  border: 1px solid var(--line-2-color, #e0e0e0);
  border-radius: 5px;
  background-color: var(--layer-3-color, #fff);
  box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

.filter-control--options.active {
  display: flex;
}

.filter-control--link {
  gap: 0 8px;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

.filter-control--link:hover {
  background-color: var(--layer-4-color, #f4f4f4);
}

.filter-control--link svg {
  flex-shrink: 0;
}

.cms-content h1 {
  margin: 0 0 20px;
  color: var(--text-2-color, #202020);
  font-family: 'PT Serif', serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.44;
}

@media screen and (min-width: 64em) {
  .cms-content h1 {
    font-size: 32px;
  }
}

.cms-content h2 {
  margin: 0 0 20px;
  color: var(--text-2-color, #202020);
  font-family: 'PT Serif', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.44;
}

@media screen and (min-width: 64em) {
  .cms-content h2 {
    font-size: 24px;
  }
}

.cms-content h3 {
  margin: 0 0 20px;
  color: var(--text-2-color, #202020);
  font-family: 'PT Serif', serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
}

@media screen and (min-width: 64em) {
  .cms-content h3 {
    font-size: 20px;
  }
}

.cms-content p {
  margin: 0 0 20px;
  color: var(--text-2-color, #202020);
  font-family: "PT Serif", serif;
  font-size: 17px;
  line-height: 28px;
}

.cms-content br {
  display: none;
}

.cms-content a {
  color: var(--text-2-color, #202020);
  font-weight: 700;
  text-decoration: underline;
}

.cms-content ul {
  margin: 0 0 20px;
  padding: 0 0 0 24px;
  list-style-type: initial;
}

.cms-content ul li {
  margin: 0;
  color: var(--text-2-color, #202020);
  font-family: "PT Serif", serif;
  font-size: 17px;
  line-height: 28px;
}

.slidelist {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 15px 40px;
  background-color: var(--layer-2a-color, #fff);
}

@media screen and (min-width: 64em) {
  .slidelist {
    padding: 0 30px 40px;
  }
}

.slidelist--container {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 1246px;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
}

.slidelist--row {
  grid-gap: 0;
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition-property: transform;
}


/* stylelint-disable */

.slidelist-item {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: center;
  width: 100%;
  padding: 16px 20px 40px;
  border-radius: 10px;
  background-image: url(/shop/images/slider-pattern.png),
                      var(--slider-gradient-bg, linear-gradient(170deg, #16645d 0%, #239d92 100%));
  background-repeat: repeat, no-repeat;
  background-size: 100px, contain;
  pointer-events: none;
}

@media screen and (min-width: 48em) {
  .slidelist-item {
    padding: 32px 64px 40px;
  }
}

.slidelist-item_active {
  pointer-events: initial;
}

.slidelist-item_orange {
  --slider-gradient-bg: linear-gradient(170deg, #ff3d01 0%, #ff8a28 100%);
}

.slidelist-item_violet {
  --slider-gradient-bg: linear-gradient(170deg, #695095 0%, #8866c3 100%);
}

.slidelist-item_violet2 {
  --slider-gradient-bg: linear-gradient(280deg, #7652f8 0%, #5942aa 100%);
}

.slidelist-item_blue {
  --slider-gradient-bg: linear-gradient(170deg, #3881f0 0%, #2e68c2 100%);
}

.slidelist-item_green {
  --slider-gradient-bg: linear-gradient(170deg, #2f7d31 0%, #59ab5c 100%);
}

.slidelist-item_green2 {
  --slider-gradient-bg: linear-gradient(280deg, #1ec39c 0%, #257b67 100%);
}

.slidelist-item_green3 {
  --slider-gradient-bg: linear-gradient(280deg, #d2d65e 0%, #7ab95d 100%);
}

.slidelist-item_green4 {
  --slider-gradient-bg: linear-gradient(280deg, #188a7e 0%, #126057 100%);
}

.slidelist-item_brown {
  --slider-gradient-bg: linear-gradient(280deg, #e4891e 0%, #be5916 100%);
}


/* stylelint-enable */

.slidelist-item--grid {
  gap: 16px;
  display: flex;
  flex-grow: 1;
  width: 100%;
  max-width: 940px;
}

.slidelist-item--inner {
  display: flex;
  flex-direction: column;
}

.slidelist-item--heading {
  margin: 0 0 10px;
  color: #fff;
  font-family: "PT Serif", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (min-width: 48em) {
  .slidelist-item--heading {
    font-size: 32px;
  }
}

.slidelist-item--heading::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.slidelist-item--heading:hover {
  color: #fff;
  text-decoration: none;
}

.slidelist-item--heading:active {
  color: #fff;
  text-decoration: none;
}

.slidelist-item--subheading {
  color: #fff;
  font-size: 16px;
  line-height: 1.44;
}

@media screen and (min-width: 48em) {
  .slidelist-item--subheading {
    font-size: 18px;
  }
}

.slidelist-item--wrap {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 48em) {
  .slidelist-item--wrap {
    flex-grow: 1;
    justify-content: flex-end;
  }
}

.slidelist-item--icon {
  display: flex;
  z-index: 3;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 50%;
  background-color: var(--slider-icon-bg, #fff368);
  box-shadow: 4px 0 4px rgba(0, 0, 0, .25);
  pointer-events: none;
}

@media screen and (min-width: 48em) {
  .slidelist-item--icon {
    width: 80px;
    height: 80px;
  }
}

.slidelist-item--icon_image {
  background-color: initial;
  box-shadow: initial;
}

.slidelist-item--icon:not(:first-child) {
  margin: 0 0 0 -10px;
}

.slidelist-item--icon:nth-child(2) {
  z-index: 2;
}

.slidelist-item--icon:nth-child(3) {
  z-index: 1;
}

.slidelist-item--icon svg {
  width: 32px;
}

@media screen and (min-width: 48em) {
  .slidelist-item--icon svg {
    width: initial;
  }
}

.slidelist--button {
  display: none;
  z-index: 3;
  position: absolute;
  top: 50%;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .slidelist--button {
    display: block;
  }
}

.slidelist--button:hover {
  opacity: .6;
}

.slidelist--button svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.slidelist--button_prev {
  left: 24px;
}

.slidelist--button_next {
  right: 24px;
}

.slidelist--button_next svg {
  transform: rotate(180deg);
}

.slidelist--button_disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.slidelist-pagination {
  display: flex;
  z-index: 2;
  position: absolute;
  bottom: 20px;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 100%;
  height: 8px;
  pointer-events: none;
}

.slidelist-pagination--bullet {
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .2);
}

.slidelist-pagination--bullet_active {
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background-color: #fff;
}


/* stylelint-disable */

@font-face {
  src: url("../fonts/Luma-Icons.woff2") format("woff2"),
         url("../fonts/Luma-Icons.woff") format("woff");
  font-display: block;
  font-family: 'luma-icons';
  font-style: normal;
  font-weight: 400;
}


/* stylelint-enable */

.review-list {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}

.review-item {
  gap: 10px 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-1-color, #bdbdbd);
}

@media screen and (min-width: 48em) {
  .review-item {
    gap: 0 80px;
    flex-direction: row;
    padding: 30px 0;
  }
}

.rating-summary {
  flex-shrink: 0;
  width: 88px;
  height: 16px;
  overflow: hidden;
  white-space: nowrap;
}

.rating-result {
  position: relative;
}

.rating-result::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  color: #c7c7c7;
  font-family: 'luma-icons', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}

.rating-result--wrap {
  display: block;
  overflow: hidden;
}

.rating-result--wrap::before {
  display: block;
  z-index: 2;
  position: relative;
  height: 16px;
  color: #ff5501;
  font-family: 'luma-icons', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}

.rating-result--wrap span {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.review-item--inner {
  gap: 10px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.review-content {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  line-height: 20px;
}

.review-details {
  gap: 4px 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.review-details--inner {
  gap: 0 8px;
  display: flex;
}

.review-author--name {
  display: flex;
  color: var(--text-1-color, #000);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42;
  white-space: nowrap;
}

.review-author--name a {
  color: var(--text-1-color, #000);
}

.review-author--name a:hover {
  text-decoration: underline;
}

.review-date {
  color: var(--text-5-color, #757575);
  font-size: 14px;
  line-height: 1.42;
  white-space: nowrap;
}

.review-notify {
  color: var(--text-5-color, #bdbdbd);
  font-size: 14px;
  line-height: 20px;
}

.review-form--inner {
  margin: 0 0 40px;
}

.review-form--head {
  display: flex;
  flex-direction: column;
  margin: 0 0 12px;
}

.review-form--heading {
  color: var(--text-2-color, #202020);
  font-size: 14px;
  line-height: 20px;
}

.review-form--subheading {
  color: var(--text-1-color, #202020);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.review-form--rating {
  margin: 0 0 16px;
}

.review-vote {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.review-vote--label {
  margin: 0 0 4px;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.review-vote--wrap {
  display: flex;
  align-items: center;
}

.review-vote--wrap a {
  flex-shrink: 0;
  transform: translate(218px, 3px);
  font-size: 18px;
  line-height: 1;
}

.review-vote--control {
  height: 32px;
  overflow: hidden;
}

.review-vote--control::before {
  display: block;
  z-index: 1;
  position: absolute;
  height: 32px;
  color: var(--control-1-bg-color, #c7c7c7);
  font-family: 'luma-icons', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 10px;
  line-height: 32px;
  vertical-align: top;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}

.review-vote--control input[type='radio'] {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.review-vote--control input[type='radio']:checked + label::before {
  opacity: 1;
}

.rating-1 {
  z-index: 6;
}

.rating-1::before {
  content: '\e605';
}

.rating-2 {
  z-index: 5;
}

.rating-2::before {
  content: '\e605' '\e605';
}

.rating-3 {
  z-index: 4;
}

.rating-3::before {
  content: '\e605' '\e605' '\e605';
}

.rating-4 {
  z-index: 3;
}

.rating-4::before {
  content: '\e605' '\e605' '\e605' '\e605';
}

.rating-5 {
  z-index: 2;
}

.rating-5::before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}

.review-vote--control label {
  display: block;
  position: absolute;
  cursor: pointer;
}

.review-vote--control label::before {
  height: 32px;
  color: #ff5501;
  font-family: 'luma-icons', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 10px;
  line-height: 32px;
  vertical-align: top;
  opacity: 0;
}

.review-vote--control label:hover::before {
  opacity: 1;
}

.review-vote--control label span {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.review-form--text {
  display: flex;
  flex-direction: column;
}

.review-form--note {
  margin: 0 0 4px;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.review-form--textarea {
  width: 100%;
  max-width: 600px;
  height: auto;
  min-height: 100px;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--line-1-color, #bdbdbd);
  border-radius: 5px;
  background-color: var(--layer-4-color, #fff);
  color: var(--text-2-color, #202020);
  font-family: inherit;
  font-size: 14px;
  line-height: 1.25;
  vertical-align: baseline;
  resize: vertical;
}

.gallery-placeholder {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-slide {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.product-slide--list {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  transform: translate3d(0, 0, 0);
  transition-property: transform;
}

.product-slide--item {
  aspect-ratio: 1.46;
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  background-color: var(--layer-4-color, transparent);
}

.product-slide--item_active {
  z-index: 1;
}

.product-slide--link img::-moz-selection {
  background-color: transparent;
}

.product-slide--link img::selection {
  background-color: transparent;
}

.product-thumb-wrap {
  position: relative;
  max-width: 312px;
  margin: 8px 0 0;
  padding: 0 22px;
}

@media screen and (min-width: 64em) {
  .product-thumb-wrap {
    max-width: 474px;
  }
}

.product-thumb {
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 480px;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.product-thumb--list {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  height: 100%;
  margin: 0;
  transform: translate3d(0, 0, 0);
  transition-property: transform;
}

.product-thumb--item {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: center;
  width: 100%;
  max-width: 52px;
  height: 52px;
  padding: 4px;
  border: 2px solid transparent;
  border-radius: 5px;
  cursor: pointer;
}

.product-thumb--item_active {
  border-color: #5b9f62;
}

.product-thumb--link {
  display: flex;
  position: relative;
  width: 40px;
  height: 40px;
}

.product-thumb--link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-thumb--link img::-moz-selection {
  background-color: transparent;
}

.product-thumb--link img::selection {
  background-color: transparent;
}

.product-thumb--button {
  display: flex;
  z-index: 2;
  position: absolute;
  top: 50%;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 52px;
  transform: translateY(-50%);
  cursor: pointer;
}

.product-thumb--button svg {
  flex-shrink: 0;
  width: 8px;
  height: 26px;
}

.product-thumb--button_prev {
  left: 0;
}

.product-thumb--button_prev svg {
  transform: rotate(180deg);
}

.product-thumb--button_next {
  right: 0;
}

.product-thumb--button:focus-visible {
  outline: 0;
}

.promolist {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px 15px 0;
  background-color: var(--layer-3-color, #fafafa);
}

@media screen and (min-width: 64em) {
  .promolist {
    padding: 24px 30px 0;
  }
}

.promolist--container {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 1246px;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.promolist--row {
  grid-gap: 0;
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition-property: transform;
}

.promolist-item {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: center;
  width: 100%;
  max-width: 234px;
  padding: 8px 16px;
}

.promolist-item_custom {
  max-width: 246px;
  padding: 10px 16px;
  border: 2px dashed #45ae52;
  text-decoration: none;
}

.promolist-item--grid {
  gap: 0 12px;
  display: flex;
  flex-grow: 1;
  align-items: center;
  width: 100%;
}

.promolist-item--icon {
  display: flex;
  align-items: center;
}

.promolist-item--icon svg {
  --i-color1: var(--text-1-color, #202020);
  --i-color2: var(--layer-1-color, #fff);
  flex-shrink: 0;
}

.promolist-item_custom .promolist-item--icon {
  flex-shrink: 0;
}

.promolist-item--image {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 36px;
}

[theme='dark'] .promolist-item--image_light {
  display: none;
}

.promolist-item--image_dark {
  display: none;
}

[theme='dark'] .promolist-item--image_dark {
  display: flex;
}

.promolist-item--text {
  color: var(--text-2-color, #202020);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.promolist-sep {
  flex-shrink: 0;
  width: 1px;
  min-height: 40px;
  margin: 0 16px 0 0;
  background-color: var(--line-1-color, rgba(205, 205, 205, .6));
}

.promolist-pagination {
  display: flex;
  z-index: 2;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 100%;
  height: 8px;
  margin: 16px 0 0;
  pointer-events: none;
}

@media screen and (min-width: 64em) {
  .promolist-pagination {
    display: none;
  }
}

.promolist-pagination--bullet {
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: #eaeaea;
}

.promolist-pagination--bullet_active {
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background-color: #9f9f9f;
}

.feedback-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 40px auto;
  padding: 0 15px;
}

@media screen and (min-width: 64em) {
  .feedback-list {
    padding: 0 30px;
  }
}

.feedback-list--heading {
  width: 100%;
  max-width: 1246px;
  margin: 0 0 14px;
  color: var(--text-1-color, #202020);
  font-family: "PT Serif", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}

.feedback-list--grid {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1246px;
}

@media screen and (min-width: 48em) {
  .feedback-list--grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media screen and (min-width: 64em) {
  .feedback-list--grid {
    grid-template-columns: repeat(4, minmax(220px, 1fr));
  }
}

.feedback-list--review {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  margin: 54px 0 0;
  padding: 0 24px 24px;
  border-radius: 2px;
  background-color: var(--layer-2a-color, #f7f7f7);
  box-shadow: inset 0 0 0 1px var(--line-2-color, #e0e0e0);
}

.feedback-list--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.feedback-list--top {
  gap: 0 8px;
  display: flex;
  align-items: center;
  margin: -54px 0 10px 0;
}

.feedback-list--avatar {
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: var(--layer-2a-color, #f7f7f7);
  box-shadow: inset 0 0 0 1px var(--line-2-color, #ededed);
}

.feedback-list--image {
  flex-shrink: 0;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feedback-list--nick {
  color: var(--text-2-color, #000);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.feedback-list--date {
  margin: 0 0 8px;
  color: var(--text-6-color, #767c82);
  font-size: 16px;
  line-height: 19px;
}

.feedback-list--text {
  color: var(--text-4-color, #000);
  font-size: 16px;
  line-height: 24px;
}

.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}

.pagination-wrap {
  width: 100%;
}

.pagination-wrap_bottom {
  padding: 40px 0 0;
}

.pagination--list {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination--list li {
  margin: 0;
}

.pagination--list li:not(:last-of-type) {
  margin: 0 4px 0 0;
}

.app-shop .pagination--item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  color: var(--text-2-color, #202020);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.current .pagination--item {
  background-color: #e51e25;
  color: #fff;
}

.feed-bottom {
  width: 100%;
  max-width: 396px;
  margin: 33px 0 0;
}

@media screen and (min-width: 48em) {
  .feed-bottom {
    max-width: 822px;
    margin: 45px 0 0;
  }
}

@media screen and (min-width: 64em) {
  .feed-bottom {
    max-width: 1246px;
  }
}

[type='number']::-webkit-inner-spin-button {
  display: none;
}

[type='number']::-webkit-outer-spin-button {
  display: none;
}

.page-header {
  width: 100%;
  background-color: #fff;
}

.nav-sections {
  z-index: 1001;
  position: fixed;
  top: 67px;
  left: calc(-1 * (100% - 54px));
  width: calc(100% - 54px);
  height: 100%;
  overflow: auto;
  background-color: #3c3c3c;
  transition: left .3s;
}

@media screen and (min-width: 64em) {
  .nav-sections {
    display: flex;
    position: initial;
    align-items: center;
    align-self: center;
    width: initial;
    margin: 0;
    overflow: initial;
    background-color: transparent;
    transition: none;
  }
}

.nav-sections .navigation {
  background-color: transparent;
}

.app-shop {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
}

.content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 80px;
  background-color: var(--layer-2a-color, #fff);
}

.content--inner {
  width: 100%;
  max-width: 1306px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 64em) {
  .content--inner {
    padding: 0 30px;
  }
}

.page-title {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
}

.page-title_grid {
  gap: 10px 16px;
  flex-wrap: wrap;
  align-items: center;
}

.page-title--heading {
  margin: 0;
  color: var(--text-1-color, #202020);
  font-family: "PT Serif", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.44;
}

@media screen and (min-width: 64em) {
  .page-title--heading {
    font-size: 32px;
  }
}

.section-bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--layer-2-color, #f4f4f4);
}

.section-bottom--inner {
  gap: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1306px;
  min-height: 76px;
  padding: 14px 15px;
}

@media screen and (min-width: 48em) {
  .section-bottom--inner {
    flex-direction: row;
  }
}

@media screen and (min-width: 64em) {
  .section-bottom--inner {
    padding: 14px 30px;
  }
}

.section-bottom--info {
  gap: 8px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section-bottom--link {
  margin: 0;
}

.section-bottom--link a {
  color: var(--text-2-color, #202020);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

.section-bottom--link a:hover {
  color: var(--text-2-color, #202020);
  text-decoration: none;
}

.section-bottom--payment {
  gap: 16px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section-bottom--payment li {
  display: flex;
  margin: 0;
}

.section-bottom--payment .payment-note-shift {
  width: 100%;
}

.section-bottom--payment a {
  display: flex;
  font-size: 18px;
  line-height: 1;
}

.section-bottom--note {
  width: 105px;
  height: 48px;
  color: var(--text-6-color, #757575);
  font-size: 10px;
  line-height: 12px;
  text-align: right;
}

.payment-cc-wrap {
  gap: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.payment-method--row .payment-cc {
  --i-color-bg: #f0f0f0;
}

[theme='dark'] .payment-cc {
  --i-color-bg: #bdbdbd;
}

.mcePaste {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.product-media .fotorama__thumb {
  width: 40px;
  height: 40px;
  margin: 6px auto 0;
  background-color: transparent !important;
}

.product-media .fotorama__thumb-border {
  border: 2px solid #5b9f62 !important;
  border-radius: 5px !important;
}

.product-layout {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product-layout--main {
  gap: 32px 24px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 48em) {
  .product-layout--main {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 64em) {
  .product-layout--main {
    gap: 0 40px;
    padding: 0 30px;
  }
}

.product-info {
  display: block;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .product-info {
    width: calc(50% - 12px);
  }
}

@media screen and (min-width: 64em) {
  .product-info {
    width: calc(50% - 20px);
  }
}

.product-info--discount {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.product-info--discount:has(.product-info--plus) {
  margin: 0 0 4px;
}

.product-info--plus {
  padding: 3px 8px;
  background-color: #e51e25;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.product-info--title {
  margin: 0 0 4px;
  color: var(--text-1-color, #202020);
  font-family: "PT Serif", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.23;
}

@media screen and (min-width: 64em) {
  .product-info--title {
    font-size: 38px;
    line-height: 49px;
  }
}

.product-info--short {
  margin: 0 0 24px;
  color: var(--text-2-color, #000);
  font-size: 16px;
  line-height: 1.46;
}

@media screen and (min-width: 64em) {
  .product-info--short {
    margin: 0 0 36px;
  }
}

.product-info--data {
  gap: 0 20px;
  display: flex;
  margin: 0 0 36px;
}

.product-info--price {
  display: flex;
  align-items: center;
  color: #45ae52;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .product-info--price {
    font-size: 32px;
  }
}

.price-wrap {
  gap: 2px 0;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.product-info--price .price-wrap {
  gap: 4px 0;
}

.option-custom--price .price-wrap {
  gap: 0;
  align-items: flex-end;
}

.price-data {
  display: flex;
  white-space: nowrap;
}

.price-original {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  color: #969696;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-info--price .price-original {
  font-size: 14px;
}

@media screen and (min-width: 64em) {
  .product-info--price .price-original {
    font-size: 18px;
  }
}

.price-original--strike {
  text-decoration: line-through;
}

.price-original--local {
  white-space: nowrap;
}

.price-original--sep {
  white-space: nowrap;
}

.price-local {
  color: var(--text-2-color, #202020);
  white-space: nowrap;
}

.price-sep {
  color: #d7d7d7;
  font-style: initial;
  font-weight: 400;
}

.product-payback {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  background-color: var(--layer-4-color, #f4f4f4);
}

.product-payback--mark {
  margin: 0 5px 0 0;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  line-height: 20px;
}

.product-payback--price {
  display: flex;
  align-items: center;
  color: #e51e25;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

.payback-local {
  color: var(--text-2-color, #202020);
  white-space: nowrap;
}

.payback-sep {
  color: #d7d7d7;
  font-style: initial;
  font-weight: 400;
}

.product-payback--link {
  display: flex;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 0 0 5px;
  cursor: pointer;
}

.product-payback--link svg {
  --i-color1: #929292;
  width: 16px;
  height: 16px;
}

[theme='dark'] .product-payback--link svg {
  --i-color1: #ccc;
}

.options-list {
  margin: 0;
  padding: 0;
}

.options-list--item {
  display: flex;
  flex-direction: column;
  margin: 0;
  list-style: none;
}

.options-list--item:not(:last-child) {
  margin: 0 0 16px;
}

.options-list--label {
  margin: 0 0 8px;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.options-list--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: auto;
  padding: 12px 32px 12px 16px;
  border: 1px solid var(--text-6-color, #d9d9d9);
  border-radius: 5px;
  background: var(--layer-2a-color, #fff) url(/shop/images/i-select-arrow.svg) no-repeat 98% 50%;
  background-clip: padding-box;
  color: var(--text-2-color, #202020);
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  text-indent: unset;
}

[theme='dark'] .options-list--select {
  background: var(--layer-2a-color, #fff) url(/shop/images/i-select-arrow-dark.svg) no-repeat 98% 50%;
}

.quantity-label {
  margin: 0 0 8px;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.submit-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.submit-box .quantity-input {
  appearance: none;
  -moz-appearance: none;
  /* autoprefixer: ignore next */
  -webkit-appearance: textfield;
  width: 100%;
  max-width: 78px;
  height: initial;
  margin: 0 0 20px;
  padding: 12px 16px;
  border: 1px solid var(--line-2-color, #d9d9d9);
  border-radius: 5px;
  background-color: var(--layer-3-color, #fff);
  color: var(--text-2-color, #202020);
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.product-option-label {
  margin: 0 0 8px;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.option-current {
  gap: 0 4px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px var(--line-2-color, #d9d9d9);
}

.active .option-current {
  border-radius: 5px 5px 0 0;
}

.option-current--label {
  display: flex;
  flex-direction: column;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  line-height: 20px;
}

.option-current--label span {
  color: #879295;
}

.option-current--arrow {
  flex-shrink: 0;
  align-self: center;
  width: 24px;
  height: 24px;
}

[theme='dark'] .option-current--arrow {
  --i-color1: var(--text-2-color);
}

.active .option-current--arrow {
  transform: rotate(180deg);
}

.option-custom-layer {
  display: none;
  z-index: 1002;
  position: fixed;
  top: 0;
  left: 0;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4);
}

@media screen and (min-width: 48em) {
  .option-custom-layer {
    position: initial;
    top: initial;
    left: initial;
    padding: 0;
    background-color: transparent;
  }
}

.active .option-custom-layer {
  display: flex;
}

.option-custom {
  z-index: 1002;
  position: relative;
  width: 100%;
  padding: 24px 0 0;
  overflow: hidden;
  border: 1px solid var(--line-2-color, #d9d9d9);
  border-radius: 5px;
  background-color: var(--layer-3-color, #fff);
}

@media screen and (min-width: 48em) {
  .option-custom {
    position: absolute;
    padding: 0;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    background-color: transparent;
  }
}

.option-custom--close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 14px;
  height: 14px;
}

@media screen and (min-width: 48em) {
  .option-custom--close {
    display: none;
  }
}

.option-custom--close::before {
  position: absolute;
  top: -1px;
  left: 6px;
  width: 2px;
  height: 16px;
  transform: rotate(45deg);
  background-color: #879295;
  content: '';
}

.option-custom--close::after {
  position: absolute;
  top: -1px;
  left: 6px;
  width: 2px;
  height: 16px;
  transform: rotate(-45deg);
  background-color: #879295;
  content: '';
}

.option-custom--item {
  gap: 0 16px;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px 11px;
  border-bottom: 1px solid var(--line-2-color, #d9d9d9);
  background-color: var(--layer-3-color, #fff);
  cursor: pointer;
}

.option-custom--item:hover {
  background-color: var(--layer-4-color, #f4f4f4);
}

.option-custom--item:nth-last-of-type(1) {
  border-bottom: 0;
}

.option-custom--price {
  display: flex;
  align-items: center;
  color: #e51e25;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

.custom-radio {
  gap: 0 5px;
  display: flex;
  align-items: flex-start;
}

.custom-radio .custom-radio--input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.custom-radio--inner {
  display: flex;
  flex-direction: column;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  line-height: 20px;
}

.custom-radio--inner span {
  color: #879295;
}

.product-options-wrap {
  position: relative;
  margin: 0 0 16px;
}

.submit-box--button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 14px 24px;
  border: 0;
  border-radius: 5px;
  background-color: #45ae52;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.submit-box--button:hover {
  border: 0;
  background-color: #45ae52;
  color: #fff;
}

.submit-box--button:active {
  border: 0;
  background-color: #45ae52;
  color: #fff;
}

.submit-box--button:not(.primary):active {
  box-shadow: none;
}

.submit-box--button:focus {
  border: 0;
  background-color: #45ae52;
  color: #fff;
}

.submit-box--button a {
  color: #fff;
}

.product-media {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  .product-media {
    width: calc(50% - 12px);
  }
}

@media screen and (min-width: 64em) {
  .product-media {
    width: calc(50% - 20px);
  }
}

.fotorama__nav-wrap {
  margin: 8px 0 0;
}

.fullscreen .fotorama__nav-wrap {
  margin: 0;
}

.product-layout--details {
  width: 100%;
  padding: 80px 0 0;
}

.product-tab {
  display: flex;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 64em) {
  .product-tab {
    padding: 0 30px;
  }
}

.product-tab--toggle {
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px 11px 24px;
  border-radius: 10px 10px 0 0;
  background-color: var(--layer-2-color, #fafafa);
  color: var(--text-3-color, #757575);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.product-tab--toggle:hover {
  color: #757575;
  text-decoration: none;
}

.product-tab--toggle:visited {
  color: #757575;
}

.product-tab--toggle::-moz-selection {
  background-color: transparent;
}

.product-tab--toggle::selection {
  background-color: transparent;
}

.active .product-tab--toggle {
  background-color: var(--layer-3-color, #f4f4f4);
  color: var(--text-1-color, #000);
}

.product-tab-content {
  width: 100%;
  padding: 30px 0;
  background-color: var(--layer-3-color, #f4f4f4);
}

.product-description {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 64em) {
  .product-description {
    padding: 0 30px;
  }
}

.product-description h2 {
  margin: 0 0 20px;
  color: var(--text-2-color, #202020);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.product-description h3 {
  margin: 0 0 20px;
  color: var(--text-2-color, #202020);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.product-description h4 {
  margin: 0 0 7px;
  color: var(--text-2-color, #202020);
  font-size: 17px;
  font-weight: 700;
  line-height: 28px;
}

.product-description p {
  margin: 0 0 20px;
  color: var(--text-2-color, #202020);
  font-family: "PT Serif", serif;
  font-size: 17px;
  line-height: 28px;
}

.product-description a {
  color: var(--text-2-color, #202020);
  font-weight: 700;
  text-decoration: underline;
}

.product-description ul {
  margin: 0 0 20px;
  padding: 0 0 0 24px;
  list-style-type: initial;
}

.product-description ul li {
  margin: 0;
  color: var(--text-2-color, #202020);
  font-family: "PT Serif", serif;
  font-size: 17px;
  line-height: 28px;
}

.product-description ol {
  margin: 0 0 20px;
  padding: 0 0 0 24px;
}

.product-description ol ol {
  margin: 0;
}

.product-description ol li {
  margin: 0;
  color: var(--text-2-color, #202020);
  font-family: "PT Serif", serif;
  font-size: 17px;
  line-height: 28px;
}

.product-description table {
  width: auto;
  margin: 20px auto;
  border: 0;
  border-collapse: collapse;
  background-color: transparent;
  box-shadow: none;
}

.product-description table th {
  padding: 10px;
  border: 1px solid var(--line-2-color, #e0e0e0);
  color: var(--text-2-color, #424242);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.product-description table th p {
  margin: 0;
  color: var(--text-2-color, #424242);
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 64em) {
  .product-description table th p {
    font-size: 14px;
    line-height: 1.4;
  }
}

.product-description table td {
  padding: 10px;
  border: 1px solid var(--line-2-color, #e0e0e0);
  color: var(--text-2-color, #424242);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .product-description table td {
    font-size: 14px;
  }
}

.product-description table td p {
  margin: 0;
  color: var(--text-2-color, #424242);
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

@media screen and (min-width: 64em) {
  .product-description table td p {
    font-size: 14px;
    line-height: 1.4;
  }
}

.description-video {
  width: 100%;
  max-width: 640px;
  margin: 20px 0;
}

.description-video--ratio {
  display: flex;
  position: relative;
  padding-bottom: 56.25%;
}

.description-video--ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.product-review {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 64em) {
  .product-review {
    padding: 0 30px;
  }
}

.product-layout--related {
  width: 100%;
  padding: 80px 0 0;
}

.table-wrap {
  width: 100%;
}

.table-data {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table-data th {
  padding: 18px 12px;
  color: var(--text-2-color, #202020);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media screen and (min-width: 64em) {
  .table-data th {
    padding: 18px 20px;
  }
}

.table-data td {
  padding: 8px 0;
  color: var(--text-2-color, #202020);
  font-size: 16px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .table-data td {
    padding: 18px 12px;
    border-top: 1px solid #d7d7d7;
  }
}

@media screen and (min-width: 64em) {
  .table-data td {
    padding: 18px 20px;
  }
}

.table-data td.id {
  border-top: 1px solid #d7d7d7;
}

.table-data a {
  color: var(--text-1-color, #202020);
  font-weight: 700;
  text-decoration: underline;
}

.table-data_history tr {
  display: block;
}

@media screen and (min-width: 48em) {
  .table-data_history tr {
    display: table-row;
  }
}

.table-data_history th {
  display: none;
  background-color: var(--layer-3-color, #e7eeed);
}

@media screen and (min-width: 48em) {
  .table-data_history th {
    display: table-cell;
  }
}

.table-data_history th.products {
  background-color: var(--layer-5-color, #d0dddb);
}

.table-data_history td {
  display: block;
}

@media screen and (min-width: 48em) {
  .table-data_history td {
    display: table-cell;
  }
}

.table-data_history td.products {
  margin: 0;
  background-color: var(--layer-4-color, #f5f8f8);
}

.complete .table-data--status {
  display: flex;
  color: #5b9f62;
  font-weight: 500;
}

.complete .table-data--status::before {
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  transform: translateY(2px);
  background-image: url(/shop/images/i-check-circle.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  content: '';
}

.canceled .table-data--status {
  display: flex;
  color: #a6a6a6;
  font-weight: 500;
}

.canceled .table-data--status::before {
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  transform: translateY(2px);
  background-image: url(/shop/images/i-check-cross.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  content: '';
}

.current-payback {
  gap: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 6px 8px;
  transform: translateY(2px);
  background-color: var(--layer-4-color, #f4f4f4);
}

.current-payback--sum {
  display: flex;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.current-payback--sum span {
  margin: 0 0 0 5px;
  color: var(--text-4-color, #757575);
  font-weight: 400;
}

.current-payback--inner {
  display: flex;
  align-items: center;
}

.current-payback--mark {
  margin: 0 5px 0 0;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.current-payback--level {
  color: var(--text-4-color, #757575);
  font-size: 14px;
  line-height: 20px;
}

.current-payback--link {
  display: flex;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 0 0 5px;
  cursor: pointer;
}

.current-payback--link svg {
  --i-color1: #929292;
  width: 16px;
  height: 16px;
}

[theme='dark'] .current-payback--link svg {
  --i-color1: #ccc;
}

.cart-layout-wrap {
  width: 100%;
  max-width: 1306px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 64em) {
  .cart-layout-wrap {
    padding: 0 30px;
  }
}

.cart-grid {
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .cart-grid {
    flex-direction: row;
  }
}

.cart-form {
  gap: 10px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 30em) {
  .cart-form {
    gap: 20px 0;
  }
}

.cart-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart-item {
  grid-gap: 0 20px;
  display: grid;
  grid-template-columns: [image] 96px [data] 1fr [action] 20px;
  align-items: start;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-1-color, #e0e0e0);
}

.cart-item--image {
  display: flex;
  grid-column: image;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  padding: 8px;
  border: 1px solid #e0e0e0;
  background-color: #fcfcfc;
}

.cart-item--image img {
  max-width: 80px;
  max-height: 80px;
}

.cart-item--inner {
  display: flex;
  grid-column: data;
  flex-direction: column;
}

.cart-item--data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cart-item--name {
  margin: 0 0 8px;
  color: var(--text-1-color, #202020);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.cart-item .cart-item--name {
  color: var(--text-1-color, #202020);
}

.cart-item--name:hover {
  color: var(--text-1-color, #202020);
}

.cart-item--version {
  color: var(--text-2-color, #202020);
  font-size: 14px;
  line-height: 20px;
}

.cart-item--price {
  color: #e51e25;
  font-size: 14px;
  line-height: 20px;
}

.cart-item--price strong {
  color: var(--text-2-color, #202020);
}

.cart-item--qty {
  color: var(--text-2-color, #202020);
  font-size: 14px;
  line-height: 20px;
}

.cart-item--qty .cart-qty-input {
  appearance: none;
  -moz-appearance: none;
  /* autoprefixer: ignore next */
  -webkit-appearance: textfield;
  width: 100%;
  max-width: 36px;
  height: initial;
  padding: 0 4px;
  border: 1px solid var(--line-2-color, #d9d9d9);
  border-radius: 5px;
  background-color: var(--layer-3-color, #fff);
  color: var(--text-2-color, #202020);
  font-family: inherit;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.cart-item--subtotal {
  color: #e51e25;
  font-size: 14px;
  line-height: 20px;
}

.cart-item--subtotal strong {
  color: var(--text-2-color, #202020);
}

.cart-item--delete {
  display: flex;
  grid-column: action;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.cart-item--delete:hover {
  --i-color1: #000;
}

[theme='dark'] .cart-item--delete:hover {
  --i-color1: #fff;
}

.cart-item--delete svg {
  width: 18px;
  height: 18px;
}

.cart-actions {
  gap: 8px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 30em) {
  .cart-actions {
    flex-wrap: nowrap;
  }
}

.cart-actions--inner {
  gap: 0 8px;
  display: flex;
  width: 100%;
}

@media screen and (min-width: 30em) {
  .cart-actions--inner {
    width: initial;
  }
}

.cart-actions--back {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

.cart-actions--back svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}

[theme='dark'] .cart-actions--back {
  --i-color1: var(--text-2-color);
}

.cart-actions .cart-actions--back {
  color: var(--text-2-color, #202020);
}

.cart-actions--back:hover {
  color: var(--text-2-color, #202020);
  text-decoration: underline;
}

.cart-actions--button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 7px 12px;
  border: 1px solid var(--control-1-color, #757575);
  border-radius: 5px;
  background-color: var(--layer-2a-color, #fff);
  color: var(--text-2-color, #202020);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.cart-actions--button:hover {
  border: 1px solid var(--control-1-color, #757575);
  background-color: var(--layer-2a-color, #fff);
  color: var(--text-2-color, #202020);
}

.cart-actions--button:active {
  border: 1px solid var(--control-1-color, #757575);
  background-color: var(--layer-2a-color, #fff);
  color: var(--text-2-color, #202020);
}

.cart-actions--button:not(.primary):active {
  box-shadow: none;
}

.cart-actions--button:focus {
  border: 1px solid var(--control-1-color, #757575);
  background-color: var(--layer-2a-color, #fff);
  color: var(--text-2-color, #202020);
}

.cart-summary {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 14px;
  background-color: var(--layer-4-color, #f4f4f4);
}

@media screen and (min-width: 48em) {
  .cart-summary {
    max-width: 330px;
  }
}

.cart-summary--heading {
  margin: 0 0 12px;
  color: var(--text-1-color, #202020);
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.cart-summary--total {
  gap: 8px 0;
  display: flex;
  flex-direction: column;
  margin: 0 0 16px;
  padding: 15px 0 0;
  border-top: 1px solid var(--line-2-color, #e0e0e0);
}

.cart-summary--row {
  gap: 8px 16px;
  display: flex;
  justify-content: space-between;
}

.cart-summary--mark {
  color: var(--text-2-color, #202020);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.cart-summary--price {
  color: #e51e25;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

.cart-summary--inner {
  display: flex;
  margin: 16px 0 0;
}

.cart-summary--link {
  width: 100%;
  padding: 14px 24px;
  border: 0;
  border-radius: 5px;
  background-color: #5b9f62;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
}

.cart-summary .cart-summary--link {
  color: #fff;
}

.cart-summary--link:hover {
  color: #fff;
  text-decoration: none;
}

.cart-blank {
  gap: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cart-blank--message {
  width: 100%;
  padding: 12px 20px 12px 25px;
  background-color: var(--layer-5-color, #fdf0d5);
  color: var(--text-1-color, #6f4400);
  font-size: 16px;
  line-height: 20px;
}

.cart-blank--link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

[theme='dark'] .cart-blank--link {
  --i-color1: var(--text-2-color);
}

.cart-blank--link svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}

.cart-blank .cart-blank--link {
  color: var(--text-2-color, #202020);
}

.cart-blank--link:hover {
  color: var(--text-2-color, #202020);
  text-decoration: underline;
}

.cart-discount {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 8px 0 0;
}

.cart-discount--title {
  gap: 0 4px;
  display: flex;
  align-items: center;
}

.cart-discount--title svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

[theme='dark'] .cart-discount--title svg {
  --i-color1: #fff;
}

.cart-discount--title span {
  color: var(--text-2-color, #202020);
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
  white-space: nowrap;
}

.coupon-form {
  display: flex;
  width: 100%;
}

.coupon-form--inner {
  gap: 8px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.coupon-form--control {
  display: flex;
  width: 100%;
  max-width: 302px;
  padding: 2px;
  border: 1px solid var(--line-2-color, #e0e0e0);
  border-radius: 5px;
  background-color: var(--layer-2-color, #fff);
}

.coupon-form--field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 8px;
  border: 0;
  background-color: var(--layer-2-color, #fff);
  color: var(--text-1-color, #202020);
  font-size: 14px;
  line-height: 20px;
}

.coupon-form--field::-moz-placeholder {
  color: var(--text-5-color, #878787);
  font-size: 14px;
}

.coupon-form--field::placeholder {
  color: var(--text-5-color, #878787);
  font-size: 14px;
}

.coupon-form--field:focus {
  box-shadow: initial;
}

.coupon-form--field:focus-visible {
  outline: 0;
}

.coupon-form--field:-moz-placeholder-shown + .coupon-form--button {
  background-color: var(--line-2-color, #eaeaea);
  color: var(--text-1-color, #6b6b6b);
  pointer-events: none;
}

.coupon-form--field:placeholder-shown + .coupon-form--button {
  background-color: var(--line-2-color, #eaeaea);
  color: var(--text-1-color, #6b6b6b);
  pointer-events: none;
}

.coupon-form--name {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 208px;
  padding: 8px;
  overflow: hidden;
  background-color: var(--layer-2-color, #fff);
  color: var(--text-1-color, #202020);
  font-size: 14px;
  line-height: 20px;
}

.coupon-form--button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex-shrink: 0;
  padding: 8px 12px;
  border-radius: 3px;
  background-color: #333;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

[theme='dark'] .coupon-form--button {
  background-color: #e0e0e0;
  color: #333;
}

.coupon-form--remove {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex-shrink: 0;
  padding: 8px 12px;
  border-radius: 3px;
  background-color: #333;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

[theme='dark'] .coupon-form--remove {
  background-color: #e0e0e0;
  color: #333;
}

.coupon-form--alert {
  color: #e51e25;
  font-size: 14px;
  line-height: 14px;
}

.coupon-form--note {
  color: #5b9f62;
  font-size: 14px;
  line-height: 14px;
}

.checkout-layout-wrap {
  width: 100%;
  max-width: 1306px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 64em) {
  .checkout-layout-wrap {
    padding: 0 30px;
  }
}

.checkout-layout-wrap .step-content {
  margin: 0 auto 40px;
}

.opc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.opc-list li {
  margin: 0;
}

.opc-step--title {
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--line-2-color, #dbdbdb);
  color: var(--text-2-color, #202020);
  font-family: "PT Serif", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.checkout-cta {
  display: flex;
  align-items: flex-start;
}

.checkout-cta--button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 14px 32px;
  border: 0;
  border-radius: 5px;
  background-color: #5b9f62;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .checkout-cta--button {
    width: initial;
  }
}

.checkout-cta--button:hover {
  border: 0;
  background-color: #5b9f62;
  color: #fff;
}

.checkout-cta--button:active {
  border: 0;
  background-color: #5b9f62;
  color: #fff;
}

.checkout-cta--button:not(.primary):active {
  box-shadow: none;
}

.checkout-cta--button:focus {
  border: 0;
  background-color: #5b9f62;
  color: #fff;
}

.form-keydata {
  padding: 20px 0 0;
}

.form-keydata--summary {
  gap: 8px 0;
  display: flex;
  flex-direction: column;
  padding: 30px 0 20px;
}

.form-keydata--info {
  color: var(--text-2-color, #202020);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.product-keydata {
  padding: 0 0 10px;
}

.product-keydata h3 {
  margin: 0 0 10px;
  color: var(--text-2-color, var(--text-2-color, #202020));
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.product-keydata p {
  margin: 0 0 10px;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  line-height: 20px;
}

.product-keydata a {
  color: var(--text-2-color, #202020);
  font-weight: 500;
  text-decoration: underline;
}

.product-keydata fieldset {
  gap: 8px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
}

.product-keydata input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: initial;
  padding: 6px 12px;
  border: 1px solid var(--line-2-color, #d9d9d9);
  border-radius: 5px;
  background-color: var(--layer-4-color);
  color: var(--text-2-color, #202020);
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
}

.product-keydata input::-moz-placeholder {
  color: #9e9e9e;
}

.product-keydata input::placeholder {
  color: #9e9e9e;
}

.product-keydata input.required-entry::-moz-placeholder {
  color: #9e9e9e;
}

.product-keydata input.required-entry::placeholder {
  color: #9e9e9e;
}

.product-keydata textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: initial;
  padding: 6px 12px;
  border: 1px solid var(--line-2-color, #d9d9d9);
  border-radius: 5px;
  background-color: var(--layer-4-color);
  color: var(--text-2-color, #202020);
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
}

.product-keydata textarea::-moz-placeholder {
  color: #9e9e9e;
}

.product-keydata textarea::placeholder {
  color: #9e9e9e;
}

.product-keydata textarea.required-entry::-moz-placeholder {
  color: #9e9e9e;
}

.product-keydata textarea.required-entry::placeholder {
  color: #9e9e9e;
}

.validation-advice {
  color: #b71c1c;
  font-size: 14px;
  line-height: 20px;
}

.order-comment {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.order-comment p {
  margin: 0 0 10px;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  line-height: 20px;
}

.order-comment textarea {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 12px 10px;
  border: 1px solid var(--line-2-color, #d9d9d9);
  border-radius: 5px;
  background-color: var(--layer-4-color, #fff);
  color: var(--text-2-color, #202020);
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  resize: vertical;
}

.order-comment textarea::-moz-placeholder {
  color: #606060;
}

.order-comment textarea::placeholder {
  color: #606060;
}

.form-address {
  width: 100%;
}

.form-address--inner {
  width: 100%;
  margin: 0 0 40px;
}

.form-address--row {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
}

.form-address--row input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 600px;
  height: initial;
  padding: 6px 12px;
  border: 1px solid var(--line-2-color, #d9d9d9);
  border-radius: 5px;
  background-color: var(--layer-2-color, #fff);
  color: var(--text-2-color, #202020);
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
}

.form-address--row input::-moz-placeholder {
  color: #9e9e9e;
}

.form-address--row input::placeholder {
  color: #9e9e9e;
}

.form-address--row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 600px;
  height: initial;
  padding: 6px 32px 6px 12px;
  border: 1px solid var(--line-2-color, #d9d9d9);
  border-radius: 5px;
  background: var(--layer-2-color, #fff) url(/shop/images/i-select-arrow.svg) no-repeat 99% 50%;
  color: var(--text-2-color, #202020);
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
}

[theme='dark'] .form-address--row select {
  background: var(--layer-2-color, #fff) url(/shop/images/i-select-arrow-dark.svg) no-repeat 99% 50%;
}

.form-address--label {
  margin: 0 0 4px;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

._required .form-address--label::after {
  margin: 0 0 0 4px;
  color: #e51e25;
  content: '*';
}

.fieldset-wrap {
  margin: 0 0 40px;
}

.payment-group--note {
  color: var(--text-2-color, #202020);
  font-size: 16px;
  line-height: 22px;
}

.payment-quest {
  gap: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 0 0;
}

.payment-quest--note {
  color: var(--text-2-color, #202020);
  font-size: 18px;
  line-height: 22px;
}

@media screen and (min-width: 64em) {
  .payment-quest--note {
    font-size: 21px;
  }
}

.payment-quest--inner {
  gap: 32px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 64em) {
  .payment-quest--inner {
    flex-direction: row;
  }
}

.payment-quest--link {
  gap: 0 8px;
  display: flex;
  align-items: center;
  color: var(--text-2-color, #202020);
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: underline;
  white-space: nowrap;
}

[theme='dark'] .payment-quest--link:first-child {
  --i-color1: var(--text-2-color);
}

.payment-quest--link svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.payment-list {
  gap: 0 8px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.payment-list li {
  display: flex;
  margin: 0;
}

.payment-list img {
  margin: 0;
  border: 0;
}

.payment-method-grid {
  gap: 36px 0;
  display: flex;
  flex-wrap: wrap;
  padding: 36px 0 0;
}

@media screen and (min-width: 64em) {
  .payment-method-grid {
    gap: 0 60px;
    flex-wrap: nowrap;
  }
}

.payment-method-inner {
  gap: 36px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .payment-method-inner {
    gap: 24px 0;
  }
}

.payment-method-aside {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .payment-method-aside {
    max-width: 465px;
  }
}

.payment-method-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.payment-method-heading {
  margin: 0 0 10px;
  color: var(--text-1-color, #03172c);
  font-family: "PT Serif", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 64em) {
  .payment-method-heading {
    margin: 0 0 20px;
  }
}

.payment-method-group {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 64em) {
  .payment-method-group {
    padding: 0 20px;
    border: 1px solid var(--line-2-color, #d9d9d9);
    border-radius: 5px;
  }
}

.payment-method {
  padding: 20px 0;
  border-bottom: 1px solid var(--line-2-color, #d9d9d9);
}

@media screen and (min-width: 64em) {
  .payment-method:last-child {
    border-color: transparent;
  }
}

.payment-method input {
  margin: 0;
}

.payment-method input:focus {
  box-shadow: none;
}

.payment-method--link {
  display: flex;
  align-items: center;
}

.payment-method--link_free {
  margin: 0 0 0 auto;
}

.payment-method--coin {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  width: 40px;
  height: 32px;
  margin: 0 4px 0 0;
}

.payment-method--coin img {
  max-height: 100%;
}

.payment-method--image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.payment-method--image_row {
  gap: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 32px 0 0;
}

.payment-method--row {
  display: flex;
  align-items: center;
}

.payment-method--row_shift {
  margin: 0 18px 0 0;
}

.payment-method--name {
  color: var(--text-2-color, #202020);
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}

.payment-method--price {
  margin: 0 0 0 auto;
  color: var(--text-2-color, #202020);
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.payment-method--arrow {
  flex-shrink: 0;
  width: 16px;
  height: 28px;
  margin: 0 0 0 16px;
}

[theme='dark'] .payment-method--arrow {
  --i-color1: var(--text-2-color);
}

@media screen and (min-width: 64em) {
  .payment-method--arrow {
    margin: 0 0 0 24px;
  }
}

.payment-method--note {
  display: block;
  width: 100%;
  margin: 10px 0 0;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  line-height: 20px;
}

.payment-method--subnote {
  display: block;
  width: 100%;
  margin: 16px 0 0;
  color: #879295;
  font-size: 14px;
  line-height: 20px;
}

.shipping-list {
  gap: 20px;
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.shipping-list--item {
  gap: 4px 10px;
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}

.shipping-list--input {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 20px;
}

.shipping-list--input input {
  margin: 0;
}

.shipping-list--input input:focus {
  box-shadow: none;
}

.shipping-list--price {
  display: flex;
  align-items: center;
  color: #e51e25;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.shipping-list--data {
  color: var(--text-2-color, #202020);
  font-size: 14px;
  line-height: 20px;
}

.shipping-office {
  gap: 8px;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 8px 0 0;
}

.shipping-office--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 400px;
  height: initial;
  padding: 6px 32px 6px 12px;
  border: 1px solid var(--line-2-color, #d9d9d9);
  border-radius: 5px;
  background: var(--layer-2-color, #fff) url(/shop/images/i-select-arrow.svg) no-repeat 99% 50%;
  color: var(--text-2-color, #202020);
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
}

[theme='dark'] .shipping-office--select {
  background: var(--layer-2-color, #fff) url(/shop/images/i-select-arrow-dark.svg) no-repeat 99% 50%;
}

.shipping-office--button {
  flex-shrink: 0;
  width: 100%;
  max-width: 400px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: var(--line-2-color, #3f3f3f);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.shopemail-notice {
  width: 100%;
  margin: 0 0 12px;
}

.shopemail-notice--text {
  color: var(--text-2-color, #202020);
  font-size: 16px;
  line-height: 24px;
}

.shopemail-notice--text a {
  color: var(--text-1-color, #000);
  text-decoration: underline;
}

.shopemail-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 40px;
}

.shopemail-form--label {
  margin: 0 0 4px;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.shopemail-form--field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 280px;
  height: initial;
  padding: 6px 12px;
  border: 1px solid var(--line-2-color, #d9d9d9);
  border-radius: 5px;
  background-color: var(--layer-2-color, initial);
  color: var(--text-2-color, #202020);
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
}

.checkout-cashback--wrap {
  display: flex;
  flex-direction: column;
}

.checkout-cashback--level {
  color: var(--text-2-color, #202020);
  font-size: 16px;
}

.checkout-cashback--notice {
  border-bottom: 1px dashed var(--text-2-color, #202020);
  cursor: pointer;
}

.checkout-cashback--bottom {
  gap: 12px 16px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 12px 0 0;
}

.checkout-cashback--cta {
  position: relative;
  padding: 0 0 0 32px;
  color: var(--text-2-color, #333);
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
}

.checkout-cashback--input {
  position: absolute;
  opacity: 0;
}

.checkout-cashback--circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  background-color: transparent;
}

.checkout-cashback--circle::after {
  display: none;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #e51e25;
  content: '';
}

.checkout-cashback--input:checked + .checkout-cashback--circle {
  border-color: #e51e25;
}

.checkout-cashback--input:checked + .checkout-cashback--circle::after {
  display: block;
}

.cashback-info-wrap {
  display: none;
}

.cashback-info {
  padding: 10px 5px 5px;
}

.cashback-info p {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 18px;
}

.cashback-info ul {
  margin: 12px 0;
  font-size: 14px;
  line-height: 18px;
  list-style-position: inside;
  list-style-type: disc;
}

.cashback-info ul li {
  margin: 0 0 6px;
}

.cashback-info a {
  color: inherit;
}

.checkout-gtp-level {
  margin: 0 0 20px;
  color: var(--text-2-color, #202020);
  font-size: 14px;
  line-height: 20px;
}

.checkout-gtp-notice {
  border-bottom: 1px dashed var(--text-2-color, #202020);
  cursor: pointer;
}

.banner-checkout {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 30px 0;
}

.banner-checkout--wrap {
  gap: 24px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 908px;
  padding: 30px 15px;
  border: 1px dashed #f00;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .banner-checkout--wrap {
    flex-direction: row;
    padding: 50px 30px;
  }
}

@media screen and (min-width: 64em) {
  .banner-checkout--wrap {
    gap: 0 60px;
  }
}

.banner-checkout--image {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  width: 128px;
}

@media screen and (min-width: 48em) {
  .banner-checkout--image {
    width: 184px;
  }
}

.banner-checkout--inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 460px;
}

.banner-checkout--head {
  display: flex;
  flex-direction: column;
  margin: 0 0 28px;
}

.banner-checkout--heading {
  margin: 0 0 12px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 48em) {
  .banner-checkout--heading {
    font-size: 24px;
  }
}

.banner-checkout--heading ul {
  margin: 0 0 12px;
  padding: 0;
  list-style-position: inside;
  list-style-type: disc;
}

.banner-checkout--heading ul li {
  margin: 0 0 4px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

@media screen and (min-width: 48em) {
  .banner-checkout--heading ul li {
    font-size: 18px;
    line-height: 24px;
  }
}

.banner-checkout--subheading {
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

@media screen and (min-width: 48em) {
  .banner-checkout--subheading {
    font-size: 18px;
    line-height: 24px;
  }
}

.banner-checkout--contact {
  gap: 12px 10px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 48em) {
  .banner-checkout--contact {
    flex-direction: row;
  }
}

.banner-checkout--button {
  gap: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.banner-checkout--button svg {
  --i-color1: #fff;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
