@charset "UTF-8";

.checkbox-large {
  position: absolute;
  opacity: 0;
}

.checkbox-large:checked ~ .checkbox-large--mark::after {
  display: block;
}

.checkbox-large--mark {
  position: relative;
  top: 6px;
  left: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  border: 1px solid #bdbdbd;
  background-color: #fff;
}

.checkbox-large--mark::after {
  display: none;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border: solid #606060;
  border-width: 0 2px 2px 0;
  content: "";
}

.checkbox-large--mark_remove::after {
  top: 0;
  height: 14px;
  transform: rotate(90deg);
  border: solid #bdbdbd;
  border-width: 0 2px 0 0;
}

.checkbox-large--mark_clean {
  top: 0;
}

.checkbox-medium {
  position: absolute;
  opacity: 0;
}

.checkbox-medium:checked ~ .checkbox-medium--mark::after {
  display: block;
}

.checkbox-medium--mark {
  position: relative;
  top: 1px;
  left: 0;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
}

.checkbox-medium--mark::after {
  display: none;
  position: absolute;
  top: 0;
  left: 5px;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border: solid #606060;
  border-width: 0 2px 2px 0;
  content: "";
}

.checkbox-medium--mark_remove::after {
  top: 0;
  height: 14px;
  transform: rotate(90deg);
  border: solid #bdbdbd;
  border-width: 0 2px 0 0;
}

.checkbox-medium--mark_clean {
  top: 0;
}

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(--site-bg-color, #b2b2b2);
  color: #333;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

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-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;
}

.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, #000);
  --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%;
  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;
}

.top-header {
  display: flex;
  justify-content: center;
  width: 100%;
}

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

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

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

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

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

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

.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;
}

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

.submenu-header {
  display: flex;
  margin: 0 32px 0 0;
}

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

.submenu-header--item:not(:last-child)::after {
  width: 1px;
  height: 16px;
  margin: 0 16px;
  background-color: var(--x-header-sep-color);
  content: '';
  pointer-events: none;
}

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

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

.submenu-header--badge {
  display: flex;
  position: absolute;
  top: -4px;
  left: 8px;
  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--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 16px 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;
}

.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);
  width: 22px;
  height: 22px;
  margin: 0 0 0 8px;
}

.header-user--nick.active svg {
  --i-color1: #ec314d;
  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 #ec314d;
  border-radius: 10px;
  color: #ec314d;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.modal-login {
  display: flex;
  z-index: 102;
  position: fixed;
  top: 50%;
  left: 50%;
  flex-direction: column;
  width: 310px;
  max-width: 100%;
  height: 320px;
  max-height: 100%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

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

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

.header .modal-login--close {
  position: absolute;
  top: 15px;
  background-color: transparent;
}

.header .modal-login--close:active {
  position: absolute;
  top: 15px;
}

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

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

.modal-login--inner {
  flex-grow: 1;
  padding: 26px 45px 20px;
  border-bottom: 1px solid #cfcfcf;
}

.modal-login--heading {
  margin: 0 0 36px;
  color: #909090;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

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

.modal-login--input-login {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0 0 12px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  color: #212121;
  font-family: inherit;
  font-size: 14px;
  line-height: 16px;
}

.header .modal-login--input-login {
  margin: 0 0 12px;
  line-height: 16px;
}

.modal-login--input-pass {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  color: #212121;
  font-family: inherit;
  font-size: 14px;
  line-height: 16px;
}

.modal-login--remind {
  margin: 0 0 15px;
  color: #808080;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
}

.modal-login--submit {
  width: 100%;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background-color: #000;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  cursor: pointer;
}

.modal-login--reg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.modal-login--reglink {
  padding: 5px 10px;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.mobile-top {
  --mtop-bg-color: var(--layer-3-color, #fff);
  --mtop-icon-color: var(--text-1-color, #000);
  --mtop-sep-bg-color: var(--line-1-color, #ebedee);
  display: flex;
  z-index: 1002;
  position: relative;
  align-items: center;
  width: 100%;
  height: 64px;
  margin: 0 0 3px;
  padding: 0 24px;
  background-color: var(--mtop-bg-color);
  box-shadow: var(--mobile-shadow, 0 3px #eef0f5);
}

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

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

.mobile-top--logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 24px 0 0;
}

.mobile-top--logo svg {
  --i-color1: #e51e25;
  width: 32px;
  height: 32px;
}

.mobile-top--inner {
  display: flex;
  flex-grow: 1;
  align-items: center;
}

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

.mobile-top--item:not(:last-child)::after {
  flex-shrink: 0;
  width: 1px;
  height: 16px;
  background-color: var(--mtop-sep-bg-color);
  content: '';
  pointer-events: none;
}

.mobile-top--item svg {
  --i-color1: var(--mtop-icon-color);
  flex-shrink: 0;
  width: 17px;
  height: 16px;
  margin: 0 14px 0 16px;
}

.mobile-top--badge {
  display: flex;
  position: absolute;
  top: 0;
  left: 16px;
  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;
}

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

.mobile-top--button svg {
  --i-color1: var(--mtop-icon-color);
  width: 26px;
  height: 26px;
}

.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;
}

.lock-scroll {
  overflow: hidden;
}

.mobile-menu {
  --m-item-color: var(--text-1-color, #000);
  --m-bottom-bg-color: var(--layer-3-color, #fff);
  --m-user-avatar-bg-color: var(--layer-2a-color, #eef0f5);
  --m-sub-line-color: var(--line-1-color, #ebedee);
  --m-sep-bg-color: var(--line-1-color, #ebedee);
  --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);
  -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);
}

[theme='dark'] .mobile-menu {
  --m-gtp-color: #689f38;
}

.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;
  align-items: center;
  width: 100%;
  padding: 32px 0;
}

.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: #ec314d;
  transform: rotate(180deg);
}

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

.mobile-user--options {
  display: none;
  position: absolute;
  top: 96px;
  right: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  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: #ec314d;
}

.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: #ec314d;
  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: #ec314d;
  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 {
  display: none;
  z-index: 101;
  position: relative;
  justify-content: center;
  width: 100%;
  padding: 0 30px;
  box-shadow: var(--header-shadow, 0 3px #eef0f5);
}

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

.menu-top--inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1246px;
  height: 77px;
  border-top: 1px solid var(--x-header-line-color);
}

.menu-top--section {
  display: flex;
  align-items: center;
  margin: 0 auto 0 0;
}

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

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

.menu-top--item.active {
  border-bottom-color: #ec314d;
}

.menu-top--item_vip {
  color: #ec314d;
}

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

.submenu-top--item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  color: var(--x-header-menu-color);
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

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

.submenu-top--sep {
  flex-shrink: 0;
  width: 1px;
  height: 16px;
  margin: 0 25px;
  background-color: var(--x-header-sep-color);
  content: '';
  pointer-events: none;
}

.theme-button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.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;
  width: 16px;
  height: 16px;
  margin: 0;
  background-color: transparent;
}

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

.theme-icon-sun {
  --i-color1: #000;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
}

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

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

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

.lang-flag-wrap {
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  cursor: pointer;
}

.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;
  z-index: 1003;
  position: absolute;
  top: 32px;
  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);
}

.flag-options_show {
  display: flex;
}

.flag-options--inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  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-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: #e50c2c;
}

.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;
  padding: 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: #ec314d;
}

.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: #ec314d;
}

.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;
}

.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: #ec314d;
}

.roommain--link_active {
  color: #ec314d;
  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: #ec314d;
}

.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;
}

@media screen and (min-width: 70.625em) {
  .footer-menu--item:not(:last-child) {
    margin: 0 32px 0 0;
  }
}

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

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

.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: 16px;
  height: 16px;
  margin: 0 8px 0 0;
}

.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;
}

.plain-text {
  width: 100%;
  max-width: 994px;
  margin: 0 auto;
  padding: 10px 15px 50px;
}

@media screen and (min-width: 48em) {
  .plain-text {
    padding: 30px 15px 50px;
  }
}

.plain-text h1 {
  margin: 35px 0 25px;
  color: #202020;
  font-size: 20px;
  line-height: 25px;
}

.plain-text h2 {
  margin: 35px 0 25px;
  color: #202020;
  font-size: 20px;
  line-height: 25px;
}

.plain-text p {
  margin: 0 0 14px;
  color: #202020;
  font-size: 15px;
  line-height: 25px;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 64em) {
  .plain-text p {
    font-size: 17px;
    line-height: 28px;
  }
}

.plain-text a {
  color: #202020;
  font-weight: 700;
  text-decoration: underline;
  word-break: break-word;
  overflow-wrap: break-word;
}

.post {
  --x-post-bg-color: var(--post-bg-color, #fff);
  --x-post-bg-dim-color: var(--layer-4-color, #f1f1f1);
  --x-post-bg-unread-color: var(--layer-5-color, #ececec);
  --x-post-border-color: var(--line-1-color, #e0e0e0);
  --x-post-color: var(--post-color, #333);
  --x-post-link-color: var(--post-link-color, #202020);
  --x-post-blockquote-bg-color: var(--post-blockquote-bg-color, #f1f1f1);
  --x-post-blockquote-bg-unread-color: var(--post-blockquote-bg-color, #f9f9f9);
  --x-post-blockquote-border-color: var(--line-1-color, #e0e0e0);
  --x-post-blockquote-color: var(--text-4-color, #606060);
  --x-post-blockquote-icon-filter: var(--icon-4-filter, none);
  --x-post-longquote-button-bg-color: var(--layer-3-color, #fff);
  --x-post-longquote-bg-color-alpha: var(--post-longquote-bg-color-alpha, rgba(241, 241, 241, 0));
  --x-post-author-color: var(--text-2-color, #1a1a1a);
  --x-post-control-border-color: var(--line-1-color, #efefef);
  --x-post-spoiler-bg-color: var(--layer-5-color, transparent);
  --x-post-spoiler-color: var(--text-3-color, #606060);
  --x-post-spoiler-border-color: var(--line-2-color, #ccc);
  --x-post-rlist-bg-color: var(--post-rlist-bg-color, #f2f2f2);
  --x-post-rlist-border-color: var(--post-bg-color, #efefef);
  --x-post-rlist-nick-color: var(--post-rlist-nick-color, #404040);
  --x-post-author-data-color: var(--text-6-color, #909090);
  --x-post-author-status-color: var(--text-6-color, #cfcfcf);
  --x-post-author-icon-filter: var(--icon-5-filter, none);
  --x-post-author-badge-color: var(--text-6-color, #909090);
  --x-post-author-badge-border-color: var(--line-1-color, #c4c4c4);
  --x-post-author-menu-color: var(--control-1-color, #606060);
  --x-post-author-menu-hover-color: var(--text-1-color, #000);
  --x-post-author-menu-bg-color: var(--control-1-bg-color, #efefef);
  --x-post-author-menu-border-color: var(--control-1-border-color, #cbcbcb);
  --x-post-reply-color: var(--text-2-color, #404040);
  --x-post-reply-date-color: var(--text-6-color, #909090);
  --x-post-reply-link-color: var(--text-4-color, #404040);
  --x-post-reply-num-color: var(--text-6-color, #909090);
  --x-post-reply-border-color: var(--line-2-color, #e5e5e5);
  --x-post-reply-button-border-color: var(--line-1-color, #ccc);
  --x-post-nav-icon-filter: var(--icon-6-filter, none);
  --x-post-header-bg-color: var(--layer-4-color, #f5f5f5);
  --x-post-header-color: var(--text-4-color, #404040);
  --x-post-header-link-color: var(--text-3-color, #404040);
  --x-post-header-icon-filter: var(--post-header-icon-filter, none);
  --x-post-link-icon-filter: var(--icon-4-filter, none);
  --x-post-link-tooltip-bg-color: var(--layer-1-color, #616161);
  --x-post-link-tooltip-color: var(--text-4-color, #fff);
  --xl-spoiler-color-bg: var(--post-blockquote-bg-color, #fbfbfb);
  --xl-spoiler-border-color: var(--line-1-color, #eee);
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 15px;
  padding: 0 15px;
  background-color: var(--x-post-bg-color);
  box-shadow: inset 0 0 0 1px var(--x-post-border-color);
}

.post_site {
  box-shadow: none;
}

.comments-best .post {
  --comments-best-border-color: var(--line-2-color, #e0e0e0);
  box-shadow: inset 0 0 0 1px var(--comments-best-border-color);
}

.post_widget {
  padding: 0;
}

.post--list {
  margin: 0;
}

.post--list_site {
  width: 100%;
  max-width: 1276px;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  .post--list_site {
    padding: 0 15px;
  }
}

.post--inner {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 48em) {
  .post--inner {
    flex-direction: row;
  }
}

.post--inner_search {
  padding: 0 15px;
}

.post_search {
  padding: 0;
}

.post_dim {
  background-color: var(--x-post-bg-dim-color);
}

.post_unread {
  background-color: var(--x-post-bg-unread-color);
}

.post-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 15px;
  background-color: var(--x-post-header-bg-color);
}

.post-header--inner {
  display: flex;
  align-items: center;
  padding: 12px 0;
  line-height: 17px;
}

.post-header--link {
  display: flex;
  align-items: center;
  color: var(--x-post-header-link-color);
  font-size: 11px;
  text-transform: uppercase;
}

.post-header--link::after {
  flex-shrink: 0;
  width: 12px;
  height: 7px;
  margin: 0 0 0 6px;
  background-image: url(/nimg/arrow-right-author.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  content: '';
  filter: var(--x-post-header-icon-filter);
}

.post-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 10px 0 0;
  padding: 12px 0;
  line-height: 18px;
}

.post-breadcrumbs a {
  color: var(--x-post-header-color);
  font-size: 12px;
}

.post-breadcrumbs strong {
  display: flex;
}

.post-breadcrumbs--arrow {
  width: 30px;
  height: 18px;
  background-image: url(/nimg/br-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.post-author {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 18px 0 0;
}

@media screen and (min-width: 48em) {
  .post-author {
    width: 180px;
    padding: 18px 0 10px;
  }
}

.post-author--nick {
  display: flex;
  position: relative;
  margin: 0 0 10px;
}

.post-author--badge {
  display: none;
  align-self: flex-start;
  margin: 0 0 5px;
  padding: 0 5px;
  transform: translateY(-3px);
  border: 1px solid var(--x-post-author-badge-border-color);
  border-radius: 2px;
  color: var(--x-post-author-badge-color);
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .post-author--badge {
    display: block;
  }
}

.post-author--badge_mobile {
  display: inline-flex;
  margin: 0 0 0 8px;
  transform: translateY(0);
  font-weight: 400;
}

@media screen and (min-width: 48em) {
  .post-author--badge_mobile {
    display: none;
  }
}

.post-author--link {
  padding: 0 0 0 16px;
  color: var(--x-post-author-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

@media screen and (min-width: 48em) {
  .post-author--link {
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
  }
}

.post-author--link::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--x-post-author-status-color);
  content: '';
}

.post-author--link.online::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #86d97d;
  content: '';
}

.post-author--link_site {
  padding: 0;
}

.post-author--link_site::before {
  display: none;
}

.post-author--link.active::after {
  z-index: 10;
  position: absolute;
  top: 19px;
  left: 16px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border: solid var(--x-post-author-menu-border-color);
  border-width: 1px 0 0 1px;
  background-color: var(--x-post-author-menu-bg-color);
  content: '';
}

.post-author--inner {
  display: flex;
  align-items: flex-start;
}

@media screen and (min-width: 48em) {
  .post-author--inner {
    flex-direction: column;
  }
}

.post-author--section {
  display: flex;
  flex-direction: column;
}

.post-author--avatar {
  flex-shrink: 0;
  width: 50px;
  margin: 0 15px 0 0;
}

@media screen and (min-width: 48em) {
  .post-author--avatar {
    width: 72px;
    margin: 0 0 10px;
  }
}

.post-author--data {
  display: grid;
  grid-template-columns: auto;
  color: var(--x-post-author-data-color);
  font-size: 11px;
  line-height: 14px;
}

.post-author--cell:not(:last-child) {
  margin: 0 0 8px;
}

.post-author--member {
  font-weight: 700;
}

.post-author--title {
  font-weight: 700;
}

.post-author--stacking {
  margin: 0;
}

.post-author--arbitrage {
  color: #a72e1c;
  font-weight: 700;
}

@media screen and (min-width: 48em) {
  .post-author--arbitrage:hover {
    text-decoration: underline;
  }
}

.post-author--score {
  margin: 0 0 0 4px;
  color: #909090;
}

@media screen and (min-width: 48em) {
  .post-author--score:hover {
    text-decoration: underline;
  }
}

.post-author--score .positive {
  color: #529410;
}

.post-author--score .negative {
  color: #e02b2b;
}

.post-author--numbers {
  display: flex;
}

.post-author--messages {
  display: inline-flex;
  margin: 0 8px 0 0;
}

.post-author .post-author--messages {
  color: #909090;
}

.post-author--rating {
  display: inline-flex;
  color: #909090;
}

.post-author--rating.positive {
  color: #529410;
  font-weight: 500;
}

.post-author--rating.negative {
  color: #e02b2b;
  font-weight: 500;
}

.post-author--icon {
  width: 16px;
  height: 16px;
  margin: 0 2px 0 0;
  filter: var(--x-post-author-icon-filter);
}

.post-author--icon.icon-messages {
  background-image: url(/nimg/theme-reader-icon.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.post-author--icon.icon-rating {
  background-image: url(/nimg/theme-rate-icon.svg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 13px;
}

.post-author--contacts {
  display: flex;
  padding: 4px 0;
}

.post-author--media {
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
}

.post-author--media.icon-twitter {
  background-image: url(/nimg/twitter-author.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.post-author--media.icon-instagram {
  background-image: url(/nimg/instagram-author.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.author-tops-wrap {
  position: relative;
  margin: 0 0 5px;
}

.author-tops-wrap_space {
  margin: 0 0 8px;
}

.author-tops {
  display: flex;
  position: absolute;
  bottom: -10px;
  left: -12px;
  max-width: 73px;
  height: 22px;
}

@media screen and (min-width: 48em) {
  .author-tops {
    bottom: 0;
    left: -10px;
    max-width: 96px;
    height: 28px;
  }
}

.user-main .author-tops {
  bottom: -14px;
  left: -14px;
  max-width: 96px;
  height: 28px;
}

@media screen and (min-width: 64em) {
  .user-main .author-tops {
    left: 0;
  }
}

.author-tops--icon {
  display: flex;
  position: relative;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  filter: var(--x-post-author-icon-filter);
}

@media screen and (min-width: 48em) {
  .author-tops--icon {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
}

.user-main .author-tops--icon {
  width: 28px;
  height: 28px;
  background-size: 28px;
}

@media screen and (min-width: 64em) {
  .user-main .author-tops--icon {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
}

.author-tops--icon:nth-child(2) {
  z-index: 2;
  margin: 0 0 0 -5px;
}

.author-tops--icon:nth-child(3) {
  z-index: 3;
  margin: 0 0 0 -5px;
}

.author-tops--icon:nth-child(4) {
  z-index: 4;
  margin: 0 0 0 -5px;
}

.author-tops--icon_author {
  border-radius: 50%;
  background-image: url(/nimg/top-author.svg);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
}

.author-tops--icon_blog {
  border-radius: 50%;
  background-image: url(/nimg/top-blog.svg);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
}

.author-tops--icon_stream {
  border-radius: 50%;
  background-image: url(/nimg/top-stream.svg);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
}

.author-tops--icon_bronze {
  border-radius: 50%;
  background-image: url(/nimg/top-bronze.svg);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
}

.author-tops--icon_silver {
  border-radius: 50%;
  background-image: url(/nimg/top-silver.svg);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
}

.author-tops--icon_gold {
  border-radius: 50%;
  background-image: url(/nimg/top-gold.svg);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
}

.author-tops--icon_new {
  border-radius: 50%;
  background-image: url(/nimg/top-newblog.svg);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
}

.author-tops--icon_greenline {
  border-radius: 50%;
  background-image: url(/nimg/top-greenline.svg);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
}

.author-tops--icon_newbie {
  border-radius: 50%;
  background-image: url(/nimg/bb-newbie.svg);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
}

.author-tops--icon_regs {
  border-radius: 50%;
  background-image: url(/nimg/bb-regs.svg);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
}

.author-tops--icon_locals {
  border-radius: 50%;
  background-image: url(/nimg/bb-locals.svg);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
}

.author-tops--counter {
  z-index: 5;
  position: absolute;
  top: 20px;
  left: 50%;
  min-width: 17px;
  padding: 0 3px;
  transform: translateX(-50%);
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  line-height: 9px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .author-tops--counter {
    top: 22px;
    min-width: 21px;
    font-size: 10px;
    line-height: 11px;
  }
}

.user-main .author-tops--counter {
  top: 22px;
  min-width: 21px;
  font-size: 10px;
  line-height: 11px;
}

.author-tops--icon_author .author-tops--counter {
  background-image: linear-gradient(180deg, #7d9e61 0%, #5a6651 160%);
}

.author-tops--icon_blog .author-tops--counter {
  background-image: linear-gradient(180deg, #ffb932 0%, #f71212 160%);
}

.author-tops--icon_new .author-tops--counter {
  background-image: linear-gradient(180deg, #9ed5ff 0%, #1d5d8f 160%);
  text-transform: uppercase;
}

.author-menu {
  display: none;
  z-index: 9;
  position: absolute;
  top: 22px;
  left: 0;
  padding: 10px 12px;
  border-top: 1px solid var(--x-post-author-menu-border-color);
  border-bottom: 1px solid var(--x-post-author-menu-border-color);
  background-color: var(--x-post-author-menu-bg-color);
}

.author-menu.open {
  display: block;
}

.author-menu--item {
  display: block;
  margin: 0;
  color: var(--x-post-author-menu-color);
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase;
  white-space: nowrap;
}

.author-menu--item:hover {
  color: var(--x-post-author-menu-hover-color);
}

.post--controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 3px 0 4px;
  border-top: 1px solid var(--x-post-control-border-color);
}

.post--controls_search {
  padding: 3px 10px 4px 15px;
}

.post--controls-inner {
  display: flex;
  order: 2;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .post--controls-inner {
    order: 0;
    width: auto;
  }
}

.post-nav {
  display: flex;
  align-items: center;
  height: 32px;
  margin: 0 20px 0 0;
}

@media screen and (min-width: 48em) {
  .post-nav {
    width: 160px;
    margin: 0 13px 0 0;
  }
}

.post-nav--prev {
  width: 20px;
  height: 30px;
  background-image: url(/nimg/arrow-left-author.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  filter: var(--x-post-nav-icon-filter);
}

.post-nav--next {
  width: 20px;
  height: 30px;
  background-image: url(/nimg/arrow-right-author.svg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  filter: var(--x-post-nav-icon-filter);
}

.post-nav--number {
  min-width: 64px;
  height: 30px;
  color: var(--x-post-reply-num-color);
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}

.post-date {
  display: flex;
  align-items: center;
  line-height: 32px;
}

.post-date--item {
  color: var(--x-post-reply-date-color);
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .post-date_search {
    margin: 0 0 0 180px;
  }
}

.post-date--num {
  min-width: 32px;
  margin: 0 10px 0 0;
  color: var(--x-post-reply-date-color);
  font-size: 13px;
}

.post-date--link {
  position: relative;
  width: 32px;
  height: 24px;
  margin: 0 10px 0 0;
}

.post-date--link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 24px;
  background-image: url(/nimg/link-copy-icon.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  content: '';
  filter: var(--x-post-link-icon-filter);
  pointer-events: none;
}

@media screen and (min-width: 48em) {
  .post-date--link:active {
    top: 1px;
  }
}

.post-date--link span {
  display: none;
  z-index: 1;
  position: absolute;
  top: -29px;
  left: 2px;
  padding: 6px 8px 6px;
  border-radius: 2px;
  background-color: var(--x-post-link-tooltip-bg-color);
  color: var(--x-post-link-tooltip-color);
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  pointer-events: none;
}

.post-date--link span::after {
  position: absolute;
  bottom: -6px;
  left: 11px;
  width: 0;
  height: 0;
  border-width: 6px 5px 0 5px;
  border-style: solid;
  border-color: var(--x-post-link-tooltip-bg-color) transparent transparent transparent;
  content: '';
}

.post-reply {
  display: flex;
  align-items: center;
  height: 32px;
}

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

.post-reply--item {
  position: relative;
  flex-shrink: 0;
  height: 30px;
  padding: 0 6px;
  border: 1px solid var(--x-post-reply-button-border-color);
  color: var(--x-post-reply-color);
  font-size: 10px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .post-reply--item {
    padding: 0 10px;
    font-size: 12px;
  }
}

@media screen and (min-width: 48em) {
  .post-reply--item {
    border: 0;
  }
  .post-reply--item::before {
    position: absolute;
    top: 6px;
    left: -1px;
    width: 1px;
    height: 16px;
    background-color: var(--x-post-reply-border-color);
    content: '';
  }
}

.post-reply--item:nth-of-type(1) {
  border-radius: 3px 0 0 3px;
}

.post-reply--item:nth-last-of-type(1) {
  border-radius: 0 3px 3px 0;
}

.post-reply--item:not(:first-child) {
  border-left: 0;
}

.post-reply--item_part {
  display: none;
}

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

.post-reply--item_report {
  width: 30px;
  height: 30px;
  background-image: url(/nimg/complain.svg);
  background-position: 50% 8px;
  background-repeat: no-repeat;
  background-size: 15px;
}

.post-reply--item_closed {
  color: #e91826;
}

.post-vote {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 32px;
  margin: 0 0 0 auto;
}

.post-vote--rating {
  position: relative;
  min-width: 30px;
  height: 30px;
  margin: 0 5px;
  color: #909090;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}

.post-vote--rating.positive {
  color: #529410;
  font-weight: 700;
}

.post-vote--rating.negative {
  color: #e02b2b;
  font-weight: 700;
}

.post-vote--rating.neutral {
  color: #212121;
  font-weight: 700;
}

.post-vote--rating.active::after {
  position: absolute;
  top: 28px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 0 8px 8px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: var(--x-post-rlist-bg-color);
  content: '';
}

.post-vote--plus {
  width: 24px;
  height: 24px;
  border: 1px solid var(--x-post-control-border-color);
  border-radius: 50%;
  background-image: url(/nimg/rating-plus-mono.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.post-vote--minus {
  width: 24px;
  height: 24px;
  border: 1px solid var(--x-post-control-border-color);
  border-radius: 50%;
  background-image: url(/nimg/rating-minus-mono.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.post-vote--cancel {
  display: none;
  width: 24px;
  height: 24px;
  border: 1px solid var(--x-post-control-border-color);
  border-radius: 50%;
  background-image: url(/nimg/rating-cancel.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.rating-list {
  display: none;
  flex-direction: column;
  width: 100%;
  margin: 5px 0 10px;
}

.rating-list.show {
  display: flex;
}

.rating-list--positive {
  display: flex;
  border-bottom: 1px solid var(--x-post-rlist-border-color);
  background-color: var(--x-post-rlist-bg-color);
}

.rating-list--negative {
  display: flex;
  background-color: var(--x-post-rlist-bg-color);
}

.rating-list--empty {
  padding: 10px 15px;
  background-color: var(--x-post-rlist-bg-color);
  color: #808080;
  font-size: 13px;
  line-height: 20px;
}

.rating-list--inner {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  line-height: 20px;
}

.rating-list--nick {
  margin: 0 4px 0 0;
  color: var(--x-post-rlist-nick-color);
  font-size: 13px;
  line-height: 20px;
}

.rating-list--nick::after {
  content: ',';
}

.rating-list--nick:last-child::after {
  content: '';
}

.rating-list--wrap {
  display: flex;
  flex-shrink: 0;
  width: 30px;
  padding: 10px 0 0;
}

.rating-list--button {
  display: block;
  width: 15px;
  height: 20px;
  margin: 0 0 0 8px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.rating-list--button_positive {
  background-image: url(/nimg/rating-list-plus.svg);
}

.rating-list--button_negative {
  background-image: url(/nimg/rating-list-minus.svg);
}

.playcard-svg {
  display: inline-block;
  width: 25px;
  height: 16px;
  margin: 0 2px;
  background-image: url(/nimg/cards-16-fixed.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
}

.post-content {
  flex-grow: 1;
  min-width: 0;
  padding: 15px 0;
  color: var(--x-post-color);
  font-size: 15px;
  line-height: 21px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.post-content blockquote {
  margin: 12px 0;
  padding: 12px 15px;
  border: 1px solid var(--x-post-blockquote-border-color);
  background-color: var(--x-post-blockquote-bg-color);
  color: var(--x-post-blockquote-color);
}

.post_unread .post-content blockquote {
  background-color: var(--x-post-blockquote-bg-unread-color);
}

.post-content blockquote em {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  color: #808080;
  font-size: 13px;
  font-style: normal;
}

.post-content blockquote em a {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 0 0 auto;
  background-image: url(/nimg/blockquote-link.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  color: transparent;
  filter: var(--x-post-blockquote-icon-filter);
}

.post-content blockquote .title {
  color: #9e9e9e;
  font-style: italic;
}

.post-content blockquote .origin {
  color: #9e9e9e;
}

.post-content p {
  margin: 0;
  color: var(--x-post-color);
  font-size: 15px;
  line-height: 21px;
}

.post-content a {
  color: var(--x-post-link-color);
  font-weight: 700;
  text-decoration: underline;
  word-break: break-word;
  overflow-wrap: break-word;
}

.post-content .widget-iframe-width {
  margin: 12px 0;
}

.post-content .instagram-media {
  margin: 12px 0 !important;
}

.post-spoiler {
  display: flex;
  align-items: center;
  margin: 12px 0;
}

.post-spoiler--text {
  text-decoration: none;
}

.post-spoiler--button {
  width: 76px;
  margin: 2px 0 0 4px;
  border: 1px solid var(--x-post-spoiler-border-color);
  border-radius: 3px;
  background-color: var(--x-post-spoiler-bg-color);
  color: var(--x-post-spoiler-color);
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.post-spoiler .post-spoiler--button {
  color: var(--x-post-spoiler-color);
  font-weight: 700;
  text-decoration: none;
}

.spoilerContainer .filled {
  margin: 10px 0 0;
}

.spoiler-inner {
  margin: 10px 0;
  padding: 10px 15px;
  border: 1px solid var(--xl-spoiler-border-color);
  background-color: var(--xl-spoiler-color-bg);
}

.resized-linked-image {
  width: auto !important;
  max-width: 700px;
  padding: 10px 0 !important;
}

.resized-linked-image a img {
  width: auto !important;
  height: auto !important;
}

.post--attach-image {
  margin: 12px 0;
}

.instagram-media {
  min-width: 260px !important;
}

.longquote {
  position: relative;
  max-height: 140px;
  overflow: hidden;
  cursor: pointer;
}

.longquote::before {
  z-index: 2;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 41px;
  background-image: linear-gradient(0deg, var(--x-post-blockquote-bg-color) 0%, var(--x-post-longquote-bg-color-alpha) 100%);
  content: '';
}

.longquote::after {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: var(--x-post-blockquote-bg-color);
  content: '';
}

.longquote-btn {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 15px 0 0;
  border: 1px solid var(--x-post-blockquote-border-color);
  background-color: var(--x-post-longquote-button-bg-color);
  cursor: pointer;
}

.longquote-btn::after {
  z-index: 1;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 6px;
  height: 6px;
  transform: rotate(225deg);
  border: solid #808080;
  border-width: 2px 0 0 2px;
  content: '';
}

.longquote .longquote-btn::after {
  top: 6px;
  left: 5px;
  transform: rotate(135deg);
}

.widget-iframe-width {
  width: 100%;
  max-width: 560px !important;
}

.widget-iframe-ratio {
  position: relative !important;
  padding-bottom: 56.25% !important;
}

.widget-iframe-ratio iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.iframe-width {
  width: 100%;
  max-width: 560px;
  margin: 10px 0 0;
}

.iframe-ratio {
  position: relative;
  padding-bottom: 56.25%;
}

.iframe-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post .card {
  display: inline-block;
  width: 25px;
  height: 16px;
  margin: 0 4px 2px 0;
  background-image: url(/nimg/cards-16-fixed.svg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
}

.post .card_color {
  background-image: url(/nimg/cards-16-color-fixed.svg);
}

.post .c_D {
  background-position: 0 0;
}

.post .c_2D {
  background-position: -36px 0;
}

.post .c_3D {
  background-position: -72px 0;
}

.post .c_4D {
  background-position: 0 -18px;
}

.post .c_5D {
  background-position: -36px -18px;
}

.post .c_6D {
  background-position: -72px -18px;
}

.post .c_7D {
  background-position: 0 -36px;
}

.post .c_8D {
  background-position: -36px -36px;
}

.post .c_9D {
  background-position: -72px -36px;
}

.post .c_10D {
  background-position: 0 -54px;
}

.post .c_TD {
  background-position: 0 -54px;
}

.post .c_JD {
  background-position: -36px -54px;
}

.post .c_QD {
  background-position: -72px -54px;
}

.post .c_KD {
  background-position: 0 -72px;
}

.post .c_AD {
  background-position: -36px -72px;
}

.post .c_S {
  background-position: -72px -72px;
}

.post .c_2S {
  background-position: 0 -90px;
}

.post .c_3S {
  background-position: -36px -90px;
}

.post .c_4S {
  background-position: -72px -90px;
}

.post .c_5S {
  background-position: 0 -108px;
}

.post .c_6S {
  background-position: -36px -108px;
}

.post .c_7S {
  background-position: -72px -108px;
}

.post .c_8S {
  background-position: 0 -126px;
}

.post .c_9S {
  background-position: -36px -126px;
}

.post .c_10S {
  background-position: -72px -126px;
}

.post .c_TS {
  background-position: -72px -126px;
}

.post .c_JS {
  background-position: 0 -144px;
}

.post .c_QS {
  background-position: -36px -144px;
}

.post .c_KS {
  background-position: -72px -144px;
}

.post .c_AS {
  background-position: 0 -162px;
}

.post .c_H {
  background-position: -36px -162px;
}

.post .c_2H {
  background-position: -72px -162px;
}

.post .c_3H {
  background-position: 0 -180px;
}

.post .c_4H {
  background-position: -36px -180px;
}

.post .c_5H {
  background-position: -72px -180px;
}

.post .c_6H {
  background-position: 0 -198px;
}

.post .c_7H {
  background-position: -36px -198px;
}

.post .c_8H {
  background-position: -72px -198px;
}

.post .c_9H {
  background-position: 0 -216px;
}

.post .c_10H {
  background-position: -36px -216px;
}

.post .c_TH {
  background-position: -36px -216px;
}

.post .c_JH {
  background-position: -72px -216px;
}

.post .c_QH {
  background-position: 0 -234px;
}

.post .c_KH {
  background-position: -36px -234px;
}

.post .c_AH {
  background-position: -72px -234px;
}

.post .c_C {
  background-position: 0 -252px;
}

.post .c_2C {
  background-position: -36px -252px;
}

.post .c_3C {
  background-position: -72px -252px;
}

.post .c_4C {
  background-position: 0 -270px;
}

.post .c_5C {
  background-position: -36px -270px;
}

.post .c_6C {
  background-position: -72px -270px;
}

.post .c_7C {
  background-position: 0 -288px;
}

.post .c_8C {
  background-position: -36px -288px;
}

.post .c_9C {
  background-position: -72px -288px;
}

.post .c_10C {
  background-position: 0 -306px;
}

.post .c_TC {
  background-position: 0 -306px;
}

.post .c_JC {
  background-position: -36px -306px;
}

.post .c_QC {
  background-position: -72px -306px;
}

.post .c_KC {
  background-position: 0 -324px;
}

.post .c_AC {
  background-position: -36px -324px;
}

.post .c_X {
  background-position: -72px -324px;
}

.post .c_2X {
  background-position: 0 -342px;
}

.post .c_3X {
  background-position: -36px -342px;
}

.post .c_4X {
  background-position: -72px -342px;
}

.post .c_5X {
  background-position: 0 -360px;
}

.post .c_6X {
  background-position: -36px -360px;
}

.post .c_7X {
  background-position: -72px -360px;
}

.post .c_8X {
  background-position: 0 -378px;
}

.post .c_9X {
  background-position: -36px -378px;
}

.post .c_10X {
  background-position: -72px -378px;
}

.post .c_TX {
  background-position: -72px -378px;
}

.post .c_JX {
  background-position: 0 -396px;
}

.post .c_QX {
  background-position: -36px -396px;
}

.post .c_KX {
  background-position: -72px -396px;
}

.post .c_AX {
  background-position: 0 -414px;
}

.editor {
  --x-editor-bg-color: var(--layer-3-color, #fff);
  --x-editor-border-color: var(--line-2-color, #ccc);
  --x-editor-menu-color: var(--layer-4-color, #fff);
  --x-editor-submenu-bg-color: var(--layer-3-color, #f8f8f8);
  --x-editor-button-filter: var(--icon-6-filter, none);
  --x-editor-color: var(--editor-color, #333);
  --x-editor-button-border-color: var(--line-2-color, #e5e5e5);
  --x-editor-button-primary-bg-color: var(--editor-button-primary-bg-color, #000);
  --x-editor-button-secondary-color: var(--control-1-color, #404040);
  --x-editor-button-secondary-border-color: var(--line-2-color, #ccc);
  --x-editor-preview-border-color: var(--line-1-color, #e0e0e0);
  --x-editor-preview-bg-color: var(--post-bg-color, #fff);
  --x-editor-field-border-color: var(--control-1-border-color, #cfcfcf);
  --x-editor-field-bg-color: var(--layer-1-color, #fff);
  --x-editor-field-color: var(--control-1-color, #333);
  --x-editor-button-file-color: var(--text-6-color, #404040);
  --x-editor-upload-color: var(--text-3-color, #202020);
  --x-editor-upload-bg-color: var(--layer-2-color, #f5f5f5);
  --x-editor-upload-border-color: var(--line-1-color, #e6e6e6);
  --x-editor-button-insert-bg-color: var(--control-1-bg-color, #fff);
  --x-editor-button-insert-color: var(--control-1-color, #202020);
  --x-editor-button-insert-border-color: var(--control-1-border-color, #ccc);
  --editor-alert-bg-color: var(--layer-4-color, #fff);
  --editor-alert-border-color: var(--line-2-color, #ccc);
  --editor-alert-color: var(--text-4-color, #424242);
  --editor-alert-link-color: var(--text-2-color, #212121);
  --editor-alert-button-color: var(--text-5-color, #1a1d34);
}

.editor_theme {
  padding: 30px 15px 0;
}

@media screen and (min-width: 48em) {
  .editor_theme {
    padding: 30px 0 0;
  }
}

.editor_site {
  width: 100%;
  max-width: 1276px;
  margin: 0 auto;
  padding: 0 15px;
}

.editor--menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  min-height: 43px;
  padding: 6px 0 6px 5px;
  border-bottom: 1px solid var(--x-editor-border-color);
  border-radius: 3px 3px 0 0;
  background-color: var(--x-editor-menu-color);
}

.editor--submenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 43px;
  background-color: var(--x-editor-menu-color);
}

.editor textarea {
  width: 100%;
  height: 148px;
  min-height: 148px;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  border: 0;
  background-color: var(--x-editor-bg-color);
  box-shadow: none;
  color: var(--x-editor-color);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 23px;
  vertical-align: bottom;
  overflow-wrap: break-word;
  resize: none;
}

.editor textarea:focus {
  border-bottom: 1px solid var(--x-editor-border-color);
  outline: none;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .1);
}

.editor_large textarea {
  height: 250px;
  min-height: 250px;
}

.editor_reportage {
  width: 100%;
}

.editor_reportage textarea {
  overflow: auto;
  border-bottom: 1px solid #efefef;
}

.editor--inner {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--x-editor-border-color);
  border-radius: 3px;
}

.editor--main {
  width: 100%;
}

.editor--button {
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.editor--menu .editor--button {
  filter: var(--x-editor-button-filter);
}

.editor--button_bold {
  background-image: url(/nimg/i-bold.svg);
}

.editor--button_italic {
  background-image: url(/nimg/i-italic.svg);
}

.editor--button_strike {
  background-image: url(/nimg/i-strike.svg);
}

.editor--button_big {
  position: relative;
  background-image: url(/nimg/i-big.svg);
}

.editor--button_big.active::after {
  z-index: 10;
  position: absolute;
  bottom: -17px;
  left: 18px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translateX(-50%) translateX(-6px);
  border: solid #ccc;
  border-width: 1px 0 0 1px;
  background-color: #fff;
  content: '';
}

.editor--button_color {
  position: relative;
  background-image: url(/nimg/i-color.svg);
}

.editor--button_color::before {
  position: absolute;
  bottom: 3px;
  left: 7px;
  width: 16px;
  height: 3px;
  background-color: #fe0707;
  content: '';
}

.editor--button_color.active::after {
  z-index: 10;
  position: absolute;
  bottom: -17px;
  left: 18px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translateX(-50%) translateX(-6px);
  border: solid #ccc;
  border-width: 1px 0 0 1px;
  background-color: #fff;
  content: '';
}

.editor--button_link {
  background-image: url(/nimg/i-link.svg);
}

.editor--button_spoiler {
  background-image: url(/nimg/i-spoiler.svg);
}

.editor--button_blockquote {
  background-image: url(/nimg/i-blockquote.svg);
}

.editor--button_image {
  background-image: url(/nimg/i-image.svg);
}

.editor--button_video {
  background-image: url(/nimg/i-video.svg);
}

.editor--button_audio {
  background-image: url(/nimg/i-audio.svg);
}

.editor--button_smile {
  position: relative;
  background-image: url(/nimg/i-smile.svg);
}

.editor--button_smile::after {
  position: absolute;
  top: 7px;
  right: -3px;
  width: 1px;
  height: 16px;
  background-color: var(--x-editor-button-border-color);
  content: '';
}

.editor--button_card {
  background-image: url(/nimg/i-card.svg);
}

.editor--button_heading {
  background-image: url(/nimg/i-heading.svg);
  background-size: 18px;
}

.editor--button_center {
  background-image: url(/nimg/i-center.svg);
  background-size: 16px;
}

.editor--button_html {
  margin: 0;
  background-image: url(/nimg/i-html.svg);
  background-size: 22px;
}

.editor--dropdown {
  display: none;
  z-index: 3;
  position: absolute;
  top: 36px;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 6px 10px 4px;
  border: 1px solid #ccc;
  background-color: #fff;
  white-space: nowrap;
}

.editor--dropdown.show {
  display: flex;
}

.editor--dropdown_text_size {
  right: -30px;
}

.editor--dropdown_text_size a {
  margin: 0 0 4px;
  color: #606060;
  font-size: 16px;
  line-height: 20px;
}

.editor--dropdown_text_size a:nth-child(2) {
  font-size: 18px;
}

.editor--dropdown_text_size a:hover {
  color: #202020;
}

.editor--dropdown_text_color {
  right: -72px;
  width: 174px;
  min-height: 117px;
  padding: 5px 2px;
}

.editor-colors {
  display: flex;
  flex-wrap: wrap;
}

.editor-colors--cell {
  width: 15px;
  height: 15px;
  margin: 3px;
  border: 1px solid #e6e6e6;
}

.editor--smiles {
  display: none;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding: 10px;
  background-color: var(--x-editor-submenu-bg-color);
}

.editor--smiles.show {
  display: flex;
}

.editor--smiles a {
  margin: 0 5px 2px 0;
}

.postedit--title {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 20px;
}

.postedit--label {
  color: #909090;
  font-size: 15px;
  line-height: 22px;
}

.postedit--field {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  max-width: 610px;
  padding: 5px 10px;
  border: 1px solid var(--x-editor-field-border-color);
  border-radius: 2px;
  background-color: var(--x-editor-field-bg-color);
  color: var(--x-editor-field-color);
  font-family: inherit;
  font-size: 15px;
  line-height: 20px;
}

.editor--footer {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 20px;
}

.editor--footer .editor--button-cancel,
.editor--footer .editor--button-preview {
  text-decoration: none;
}

.editor--button-send {
  order: 3;
  width: 100%;
  height: 32px;
  margin: 0 0 15px;
  padding: 0 20px;
  border: 0;
  border-radius: 3px;
  background-color: var(--x-editor-button-primary-bg-color);
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .editor--button-send {
    order: 1;
    width: auto;
    margin: 0 10px 0 0;
  }
}

.editor--button-send:active {
  line-height: 32px;
}

.editor--button-send:focus {
  outline: 0;
}

.editor-reportage--send {
  height: 32px;
  margin: 0 10px 0 0;
  padding: 0 20px;
  border: 0;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.editor-reportage--send:active {
  line-height: 32px;
}

.editor-reportage--send:focus {
  outline: 0;
}

.editor-reportage--cancel {
  height: 32px;
  padding: 0 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #404040;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.editor--footer .editor-reportage--cancel {
  text-decoration: none;
}

.editor--button-save {
  order: 3;
  width: 100%;
  height: 32px;
  margin: 0 0 15px;
  padding: 0 20px;
  border: 0;
  border-radius: 3px;
  background-color: var(--x-editor-button-primary-bg-color);
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .editor--button-save {
    order: 1;
    width: auto;
    margin: 0 10px 0 0;
  }
}

.editor--button-save:active {
  line-height: 32px;
}

.editor--button-save:focus {
  outline: 0;
}

.editor--button-save_light {
  background-color: #808080;
}

.editor--button-cancel {
  position: relative;
  order: 4;
  width: 100%;
  height: 32px;
  padding: 0 20px;
  border: 1px solid var(--x-editor-button-secondary-border-color);
  border-radius: 3px;
  color: var(--x-editor-button-secondary-color);
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .editor--button-cancel {
    order: 2;
    width: auto;
  }
}

.editor--button-preview {
  position: relative;
  order: 4;
  width: 100%;
  height: 32px;
  padding: 0 20px;
  border: 1px solid var(--x-editor-button-secondary-border-color);
  border-radius: 3px;
  background-color: transparent;
  color: var(--x-editor-button-secondary-color);
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .editor--button-preview {
    order: 2;
    width: auto;
  }
}

.editor--button-preview.active::after {
  z-index: 10;
  position: absolute;
  top: 55px;
  left: 50%;
  width: 14px;
  height: 14px;
  transform: rotate(45deg) translateX(-50%) translateX(-8px);
  border: solid var(--x-editor-preview-border-color);
  border-width: 1px 0 0 1px;
  background-color: var(--x-editor-preview-bg-color);
  content: '';
}

.editor--button-preview_quick_edit {
  margin: 10px 0 0;
}

@media screen and (min-width: 48em) {
  .editor--button-preview_quick_edit {
    margin: 0 0 0 10px;
  }
}

.editor--preview {
  display: none;
}

.editor--preview.show {
  display: block;
}

.editor--wrap-buttons {
  display: flex;
  order: 1;
  margin: 0 0 10px;
}

@media screen and (min-width: 48em) {
  .editor--wrap-buttons {
    order: 3;
    margin: 0 0 0 auto;
  }
}

.editor--button-poll {
  height: 32px;
  margin: 0 10px 0 0;
  padding: 0 0 0 20px;
  background-image: url(/nimg/icon-poll.svg);
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 14px;
  color: #909090;
  font-size: 15px;
  line-height: 32px;
  white-space: nowrap;
}

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

.uploads-list--item {
  display: flex;
  width: 100%;
  max-width: 610px;
  margin: 0 0 5px;
  padding: 10px 10px 10px 5px;
  border: 1px solid var(--x-editor-upload-border-color);
  border-radius: 3px;
  background-color: var(--x-editor-upload-bg-color);
}

.uploads-list--item:last-child {
  margin: 0 0 25px;
}

.uploads-list--file {
  margin: 0 5px 0 0;
  padding: 4px 0 0;
  color: var(--x-editor-upload-color);
  font-size: 14px;
  line-height: 17px;
  word-break: break-all;
}

.uploads-list--remove {
  flex-shrink: 0;
  width: 20px;
  height: 25px;
  margin: 0 5px 0 0;
  background-color: transparent;
  background-image: url(/nimg/icon-poll-delete.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  line-height: 25px;
  cursor: pointer;
}

.uploads-list--insert {
  height: 25px;
  margin: 0 0 0 auto;
  padding: 0 5px;
  border: 1px solid var(--x-editor-button-insert-border-color);
  border-radius: 3px;
  background-color: var(--x-editor-button-insert-bg-color);
  color: var(--x-editor-button-insert-color);
  font-size: 11px;
  line-height: 23px;
  text-transform: uppercase;
  white-space: nowrap;
}

[theme='dark'] .uploads-list .qtip-light {
  background-color: var(--layer-2-color, #212121);
}

.editor--button-file {
  height: 32px;
  padding: 0 0 0 20px;
  background-image: url(/nimg/icon-attach.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  color: var(--x-editor-button-file-color);
  font-size: 15px;
  line-height: 32px;
  white-space: nowrap;
}

.editor--cards {
  display: none;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding: 12px 0 0 10px;
  background-color: var(--x-editor-submenu-bg-color);
}

.editor--cards.show {
  display: flex;
}

.editor--cards ul {
  display: flex;
  flex-wrap: wrap;
  width: 220px;
  margin: 0 0 7px;
}

.editor--cards .card {
  display: block;
  width: 25px;
  height: 16px;
  margin: 0 4px 2px 0;
  background-image: url(/nimg/cards-16-fixed.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.editor--cards .card_color {
  background-image: url(/nimg/cards-16-color-fixed.svg);
}

.modal-poll {
  --x-poll-bg-color: var(--layer-3-color, #fff);
  --x-poll-field-bg-color: var(--layer-2-color, #fff);
  --x-poll-field-color: var(--control-1-color, #212121);
  --x-poll-field-border-color: var(--control-1-border-color, #ccc);
  --x-poll-button-bg-color: var(--control-1-bg-color, #fff);
  --x-poll-button-color: var(--control-1-color, #606060);
  --x-poll-button-border-color: var(--control-1-border-color, #ccc);
  --x-poll-main-bg-color: var(--layer-1-color, #fefefe);
  --x-poll-head-color: var(--text-4-color, #909090);
  --x-poll-label-color: var(--text-5-color, #606060);
  --x-poll-border-color: var(--line-1-color, #ccc);
  display: flex;
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  flex-direction: column;
  width: 100%;
  max-width: 390px;
  max-height: 100%;
  transform: translate(-50%, -50%);
  background-color: var(--x-poll-bg-color);
}

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

.modal-poll--close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 10;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
}

.modal-poll--close:hover::after,
.modal-poll--close:hover::before {
  background-color: #e50e2c;
}

.modal-poll--close::after,
.modal-poll--close::before {
  position: absolute;
  top: 2px;
  left: 9px;
  width: 1px;
  height: 16px;
  background-color: #9e9e9e;
  content: '';
}

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

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

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

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

.modal-poll--form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.modal-poll--header {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 22px 25px 18px;
  background-color: var(--x-poll-bg-color);
}

.modal-poll--heading {
  color: var(--x-poll-head-color);
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}

.modal-poll--theme {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid var(--x-poll-border-color);
}

.modal-poll--item {
  display: flex;
  margin: 0 0 10px;
}

.modal-poll--scroll {
  width: 100%;
  height: 194px;
  padding: 16px 25px;
  overflow-y: auto;
  background-color: var(--x-poll-main-bg-color);
}

.modal-poll--list {
  display: flex;
  align-items: flex-start;
}

.modal-poll--add {
  color: #2d9cdb;
  font-size: 14px;
  line-height: 24px;
}

.modal-poll--label {
  display: flex;
  position: relative;
  color: var(--x-poll-label-color);
  font-size: 12px;
  line-height: 14px;
}

.modal-poll--input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0 0 8px;
  padding: 5px 8px;
  border: 1px solid var(--x-poll-field-border-color);
  border-radius: 2px;
  background-color: var(--x-poll-field-bg-color);
  color: var(--x-poll-field-color);
  font-family: inherit;
  font-size: 14px;
  line-height: 16px;
}

.modal-poll--input::-moz-placeholder {
  color: #bdbdbd;
}

.modal-poll--input::placeholder {
  color: #bdbdbd;
}

.modal-poll--answer {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0 5px 0 0;
  padding: 5px 8px;
  border: 1px solid var(--x-poll-field-border-color);
  border-radius: 2px;
  background-color: var(--x-poll-field-bg-color);
  color: var(--x-poll-field-color);
  font-family: inherit;
  font-size: 14px;
  line-height: 16px;
}

.modal-poll--delete {
  width: 20px;
  height: 28px;
  border: 0;
  background-color: transparent;
  background-image: url(/nimg/icon-poll-delete.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  line-height: 26px;
  cursor: pointer;
}

.modal-poll--bottom {
  display: flex;
  width: 100%;
  padding: 20px 25px 24px;
}

.modal-poll--submit {
  height: 28px;
  margin: 0 10px 0 0;
  padding: 0 10px;
  border: 1px solid var(--x-poll-button-border-color);
  border-radius: 2px;
  background-color: var(--x-poll-button-bg-color);
  color: var(--x-poll-button-color);
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  cursor: pointer;
}

.editor-alert {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 auto 8px;
  padding: 8px 32px 8px 12px;
  border: 1px solid var(--editor-alert-border-color);
  border-left: 4px solid #ec314d;
  background-color: var(--editor-alert-bg-color);
}

.editor-alert--message {
  color: var(--editor-alert-color);
  font-size: 14px;
  line-height: 18px;
}

.editor-alert--message a {
  color: var(--editor-alert-link-color);
  font-size: 14px;
  text-decoration: underline;
}

.editor-alert--message a::after {
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin: 0 0 0 8px;
  transform: translateY(1px);
  background-image: url(/nimg/note-link.svg);
  background-repeat: no-repeat;
  content: '';
}

.editor-alert--remove {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  position: absolute;
  top: 8px;
  right: 8px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.editor-alert--remove:hover::after,
.editor-alert--remove:hover::before {
  background-color: #ec314d;
}

.editor-alert--remove::after,
.editor-alert--remove::before {
  position: absolute;
  top: 2px;
  left: 9px;
  width: 1px;
  height: 13px;
  background-color: var(--editor-alert-button-color);
  content: '';
}

.editor-alert--remove::before {
  transform: rotate(45deg);
}

.editor-alert--remove::after {
  transform: rotate(-45deg);
}

.article .quiz--wrap .card {
  display: inline-block;
  width: 29px;
  height: 18px;
  background-image: url(/nimg/cards-18-fixed.svg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
}

.quiz--wrap .c_D {
  background-position: 0 0;
}

.quiz--wrap .c_2D {
  background-position: 0 -28px;
}

.quiz--wrap .c_3D {
  background-position: 0 -56px;
}

.quiz--wrap .c_4D {
  background-position: 0 -84px;
}

.quiz--wrap .c_5D {
  background-position: 0 -112px;
}

.quiz--wrap .c_6D {
  background-position: 0 -140px;
}

.quiz--wrap .c_7D {
  background-position: 0 -168px;
}

.quiz--wrap .c_8D {
  background-position: 0 -196px;
}

.quiz--wrap .c_9D {
  background-position: 0 -224px;
}

.quiz--wrap .c_10D {
  background-position: 0 -252px;
}

.quiz--wrap .c_TD {
  background-position: 0 -252px;
}

.quiz--wrap .c_JD {
  background-position: 0 -280px;
}

.quiz--wrap .c_QD {
  background-position: 0 -308px;
}

.quiz--wrap .c_KD {
  background-position: 0 -336px;
}

.quiz--wrap .c_AD {
  background-position: 0 -364px;
}

.quiz--wrap .c_S {
  background-position: 0 -392px;
}

.quiz--wrap .c_2S {
  background-position: 0 -420px;
}

.quiz--wrap .c_3S {
  background-position: 0 -448px;
}

.quiz--wrap .c_4S {
  background-position: 0 -476px;
}

.quiz--wrap .c_5S {
  background-position: 0 -504px;
}

.quiz--wrap .c_6S {
  background-position: 0 -532px;
}

.quiz--wrap .c_7S {
  background-position: 0 -560px;
}

.quiz--wrap .c_8S {
  background-position: 0 -588px;
}

.quiz--wrap .c_9S {
  background-position: 0 -616px;
}

.quiz--wrap .c_10S {
  background-position: 0 -644px;
}

.quiz--wrap .c_TS {
  background-position: 0 -644px;
}

.quiz--wrap .c_JS {
  background-position: 0 -672px;
}

.quiz--wrap .c_QS {
  background-position: 0 -700px;
}

.quiz--wrap .c_KS {
  background-position: 0 -728px;
}

.quiz--wrap .c_AS {
  background-position: 0 -756px;
}

.quiz--wrap .c_H {
  background-position: 0 -784px;
}

.quiz--wrap .c_2H {
  background-position: 0 -812px;
}

.quiz--wrap .c_3H {
  background-position: 0 -840px;
}

.quiz--wrap .c_4H {
  background-position: 0 -868px;
}

.quiz--wrap .c_5H {
  background-position: 0 -896px;
}

.quiz--wrap .c_6H {
  background-position: 0 -924px;
}

.quiz--wrap .c_7H {
  background-position: 0 -952px;
}

.quiz--wrap .c_8H {
  background-position: 0 -980px;
}

.quiz--wrap .c_9H {
  background-position: 0 -1008px;
}

.quiz--wrap .c_10H {
  background-position: 0 -1036px;
}

.quiz--wrap .c_TH {
  background-position: 0 -1036px;
}

.quiz--wrap .c_JH {
  background-position: 0 -1064px;
}

.quiz--wrap .c_QH {
  background-position: 0 -1092px;
}

.quiz--wrap .c_KH {
  background-position: 0 -1120px;
}

.quiz--wrap .c_AH {
  background-position: 0 -1148px;
}

.quiz--wrap .c_C {
  background-position: 0 -1176px;
}

.quiz--wrap .c_2C {
  background-position: 0 -1204px;
}

.quiz--wrap .c_3C {
  background-position: 0 -1232px;
}

.quiz--wrap .c_4C {
  background-position: 0 -1260px;
}

.quiz--wrap .c_5C {
  background-position: 0 -1288px;
}

.quiz--wrap .c_6C {
  background-position: 0 -1316px;
}

.quiz--wrap .c_7C {
  background-position: 0 -1344px;
}

.quiz--wrap .c_8C {
  background-position: 0 -1372px;
}

.quiz--wrap .c_9C {
  background-position: 0 -1400px;
}

.quiz--wrap .c_10C {
  background-position: 0 -1428px;
}

.quiz--wrap .c_TC {
  background-position: 0 -1428px;
}

.quiz--wrap .c_JC {
  background-position: 0 -1456px;
}

.quiz--wrap .c_QC {
  background-position: 0 -1484px;
}

.quiz--wrap .c_KC {
  background-position: 0 -1512px;
}

.quiz--wrap .c_AC {
  background-position: 0 -1540px;
}

.quiz--wrap .c_X {
  background-position: 0 -1568px;
}

.quiz--wrap .c_2X {
  background-position: 0 -1596px;
}

.quiz--wrap .c_3X {
  background-position: 0 -1624px;
}

.quiz--wrap .c_4X {
  background-position: 0 -1652px;
}

.quiz--wrap .c_5X {
  background-position: 0 -1680px;
}

.quiz--wrap .c_6X {
  background-position: 0 -1708px;
}

.quiz--wrap .c_7X {
  background-position: 0 -1736px;
}

.quiz--wrap .c_8X {
  background-position: 0 -1764px;
}

.quiz--wrap .c_9X {
  background-position: 0 -1792px;
}

.quiz--wrap .c_10X {
  background-position: 0 -1820px;
}

.quiz--wrap .c_TX {
  background-position: 0 -1820px;
}

.quiz--wrap .c_JX {
  background-position: 0 -1848px;
}

.quiz--wrap .c_QX {
  background-position: 0 -1876px;
}

.quiz--wrap .c_KX {
  background-position: 0 -1904px;
}

.quiz--wrap .c_AX {
  background-position: 0 -1932px;
}

.custom-promo {
  --custom-promo-bg-color: var(--layer-4-color, #fff);
  --custom-promo-avatar-border-color: var(--line-2-color, #fff);
  --custom-promo-avatar-bg-color: var(--promo-avatar-bg-color, #e0e0e0);
  --custom-promo-text-color: var(--text-4-color, #333);
  --custom-promo-border-color: var(--promo-border-color, #ccc);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 615px;
  margin: 0 auto 10px;
}

@media screen and (min-width: 48em) {
  .custom-promo {
    max-width: 645px;
    padding: 0 15px;
  }
}

@media screen and (min-width: 64em) {
  .custom-promo {
    max-width: 1276px;
    margin: 10px auto;
  }
}

.app-forum .custom-promo {
  max-width: initial;
}

@media screen and (min-width: 48em) {
  .app-forum .custom-promo {
    max-width: 1276px;
  }
}

.custom-promo--top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

@media screen and (min-width: 48em) {
  .custom-promo--top {
    padding: 0 30px;
  }
}

.custom-promo--avatar {
  width: 44px;
  height: 44px;
  transform: translateY(10px);
  border: 3px solid var(--custom-promo-avatar-border-color);
  border-radius: 50%;
  background-color: var(--custom-promo-avatar-bg-color);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-promo--head {
  width: 100%;
  padding: 15px 30px;
  background-color: #66bb6a;
}

.custom-promo--heading {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.custom-promo--inner {
  width: 100%;
  padding: 0 20px;
  background-color: var(--custom-promo-bg-color);
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

@media screen and (min-width: 48em) {
  .custom-promo--inner {
    padding: 0 30px;
  }
}

.pr-item {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid transparent;
}

@media screen and (min-width: 64em) {
  .pr-item {
    grid-gap: 0 10px;
    grid-template-columns: 110px 1fr 130px;
  }
}

.pr-item:not(:last-child) {
  border-color: var(--custom-promo-border-color);
}

.pr-item--logo {
  display: flex;
  align-items: flex-start;
  width: 90px;
  min-height: 35px;
}

.pr-item--slogan {
  margin: 0 0 13px;
  color: var(--custom-promo-text-color);
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

@media screen and (min-width: 64em) {
  .pr-item--slogan {
    margin: 0;
  }
}

.pr-item--date {
  display: flex;
  position: relative;
  align-items: center;
  color: var(--custom-promo-text-color);
  font-size: 14px;
  line-height: 20px;
}

.pr-item--date::before {
  width: 13px;
  height: 13px;
  margin: 0 14px 0 0;
  background-image: url(/nimg/icon-calendar.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: '';
}

.wgt-gtplus {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 20px 0 6px;
}

@media screen and (min-width: 64em) {
  .wgt-gtplus {
    padding: 20px 3px 2px 0;
  }
}

.profile .wgt-gtplus {
  margin: 0 0 10px;
  padding: 20px 3px 14px 0;
}

.sidebar-medium .wgt-gtplus {
  margin: 0 0 10px;
}

@media screen and (min-width: 64em) {
  .sidebar-medium .wgt-gtplus {
    padding: 12px 3px 4px 0;
  }
}

.wgt-gtplus--link {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  min-height: 60px;
  padding: 14px 8px 8px;
  border: 1px solid #ffc5c3;
  border-radius: 5px;
  background-color: #ffe8e7;
  box-shadow: 3px 3px 0 #c79593, 1px 3px 0 #c79593, 3px 1px 0 #c79593;
  color: #eb0000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 1px #fff;
  text-transform: uppercase;
}

.sidebar-medium .wgt-gtplus--link {
  padding: 14px 8px 8px;
  font-size: 14px;
}

.wgt-gtplus--lead {
  margin: 2px 0;
  color: #534314;
  font-size: 18px;
  line-height: 1;
}

.sidebar-medium .wgt-gtplus--lead {
  margin: 2px 0 4px;
  font-size: 16px;
}

.wgt-gtplus--top {
  display: flex;
  position: absolute;
  top: -12px;
  left: 50%;
  width: 126px;
  height: 22px;
  transform: translateX(-50%);
}

.wgt-gtplus--top::before {
  position: absolute;
  top: 7px;
  left: -17px;
  width: 14px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23e91d25' d='M7.7 15H7v-2.14h-.7V10h-.71v-.72H2.1v-.71H0V7.14h2.1v-.72h2.11v-.71h1.4V2.86h.69V0H7v2.86h.7V5h.71v.71h2.78v.71H14v.71h-2.1v1.44H9.79v.72h-1.4v1.42H7.7z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
}

.wgt-gtplus--top::after {
  position: absolute;
  top: -1px;
  right: -17px;
  width: 14px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23e91d25' d='M7.7 15H7v-2.14h-.7V10h-.71v-.72H2.1v-.71H0V7.14h2.1v-.72h2.11v-.71h1.4V2.86h.69V0H7v2.86h.7V5h.71v.71h2.78v.71H14v.71h-2.1v1.44H9.79v.72h-1.4v1.42H7.7z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
}

.wgt-gtplus--flag {
  position: relative;
  left: 6px;
  width: 114px;
  height: 22px;
  background-color: #eb0000;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-shadow: none;
}

.wgt-gtplus--flag::before {
  position: absolute;
  bottom: 0;
  left: -6px;
  width: 0;
  height: 0;
  border-top: 11px solid #eb0000;
  border-bottom: 11px solid #eb0000;
  border-left: 6px solid transparent;
  content: '';
}

.wgt-gtplus--flag::after {
  position: absolute;
  right: -6px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 11px solid #eb0000;
  border-right: 6px solid transparent;
  border-bottom: 11px solid #eb0000;
  content: '';
}

.settings-wrap {
  --x-sets-bg-color: #fff;
  --x-sets-tab-bg-color: #eef0f5;
  --x-sets-tab-color: #000;
  --x-sets-tab-active-color: #fff;
  --x-sets-heading-color: #000;
  --x-sets-line-color: #dfe1e4;
  --x-sets-border-color: #ebedee;
  --x-sets-scroll-bg-color: #eef0f5;
  --x-sets-check-color: #000;
  --x-sets-main-label-color: #000;
  --x-sets-blacklist-nick-color: #000;
  --x-sets-theme-color: #000;
  --x-sets-link-tg-color: #000;
  --x-sets-control-border-color: #dfe1e4;
  --x-sets-control-border-active-color: #ec314d;
  --x-sets-control-color: #000;
  --x-sets-control-bg-color: #fff;
  --x-sets-control-default-color: #a8a8a9;
  --x-sets-control-active-color: #000;
  --x-sets-control-icon: url(/nimg/select-arrow-24.svg);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  padding: 0 16px 80px;
  background-color: var(--x-sets-bg-color);
}

.content_theme .settings-wrap {
  --x-sets-control-select-icon: url(/nimg/select-arrow-light-24.svg);
  --x-sets-bg-color: var(--layer-2a-color, #fff);
  --x-sets-tab-bg-color: var(--layer-1-color, #eef0f5);
  --x-sets-tab-color: var(--text-5-color, #000);
  --x-sets-heading-color: var(--text-2-color, #000);
  --x-sets-line-color: var(--line-2-color, #dfe1e4);
  --x-sets-border-color: var(--line-1-color, #ebedee);
  --x-sets-scroll-bg-color: var(--layer-1-color, #eef0f5);
  --x-sets-check-color: var(--text-4-color, #000);
  --x-sets-main-label-color: var(--text-3-color, #000);
  --x-sets-blacklist-nick-color: var(--text-2-color, #000);
  --x-sets-theme-color: var(--text-2-color, #000);
  --x-sets-link-tg-color: var(--text-4-color, #000);
  --x-sets-control-border-color: var(--control-1-border-color, #dfe1e4);
  --x-sets-control-color: var(--control-1-color, #000);
  --x-sets-control-bg-color: var(--layer-2-color, #fff);
  --x-sets-control-default-color: var(--text-6-color, #a8a8a9);
  --x-sets-control-active-color: var(--text-2-color, #000);
}

:root[theme='dark'] .content_theme .settings-wrap {
  --x-sets-control-icon: var(--x-sets-control-select-icon, url(/nimg/select-arrow-24.svg));
}

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

.settings-wrap--top {
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: start;
  margin: 0 0 60px;
  padding: 80px 0 24px;
  border-bottom: 1px solid var(--x-sets-line-color);
}

@media screen and (min-width: 48em) {
  .settings-wrap--top {
    grid-template-columns: 1fr 266px 1fr;
  }
}

.settings-heading {
  display: flex;
}

.settings-heading h1 {
  margin: 0;
  color: var(--x-sets-heading-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.settings-toggle {
  display: flex;
  border-radius: 10px;
  background-color: var(--x-sets-tab-bg-color);
}

.settings-toggle--button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 133px;
  height: 40px;
  border-radius: 10px;
  color: var(--x-sets-tab-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
}

.settings-toggle--button.tab-active {
  background-color: #ec314d;
  color: var(--x-sets-tab-active-color);
}

.settings-head {
  display: flex;
  justify-content: center;
  padding: 75px 0 57px;
}

.settings-head h1 {
  margin: 0;
  color: var(--x-sets-heading-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.settings-list {
  display: none;
  width: 100%;
}

.settings-list.tab-active {
  display: block;
}

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

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

.settings-grid_forum {
  padding: 0 0 54px;
}

.settings-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  min-height: 300px;
}

@media screen and (min-width: 64em) {
  .settings-inner_left {
    margin: 0 0 0 auto;
  }
}

.settings-sep {
  display: none;
  width: 1px;
  height: 100%;
  background-color: var(--x-sets-line-color);
}

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

.set-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 35px;
}

.set-group_mid {
  width: 100%;
  margin: 0 0 32px;
}

.set-group_small {
  margin: 0 0 16px;
}

.set-group--wrap {
  display: flex;
  width: 100%;
}

.set-grid .set-group {
  margin: 0;
}

.set-group_border {
  padding: 0 0 54px;
  border-bottom: 1px solid var(--x-sets-line-color);
}

.set-group_border_short {
  margin: 0 0 24px;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--x-sets-line-color);
}

.set-group--heading {
  margin: 0 0 32px;
  color: var(--x-sets-heading-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.set-group--heading_tg {
  display: flex;
}

.set-group--heading_tg svg {
  --i-color1: #3aa1de;
  width: 24px;
  height: 24px;
  margin: 0 16px 0 0;
}

.set-label {
  margin: 0 0 13px;
  color: var(--x-sets-main-label-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.set-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 500px;
  padding: 22px 32px 21px;
  border: 1px solid var(--x-sets-control-border-color);
  border-radius: 10px;
  background-color: var(--x-sets-control-bg-color);
  color: var(--x-sets-control-color);
  font-family: inherit;
  font-size: 16px;
  line-height: 19px;
}

.set-field_mid {
  margin: 0 24px 0 0;
  padding: 7px 24px;
  font-size: 14px;
  line-height: 24px;
}

.set-field::-moz-placeholder {
  color: #a8a8a9;
}

.set-field::placeholder {
  color: #a8a8a9;
}

.set-user {
  display: flex;
}

.set-user--avatar {
  position: relative;
  margin: 0 30px 0 0;
}

.set-user--image {
  width: 76px;
  height: 76px;
  border-radius: 10px;
  background-image: url(/nimg/imguser-a.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.set-user--inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.set-user--nickname {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 15px;
}

.set-user--nick {
  color: var(--x-sets-heading-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.set-user--file {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 183px;
  height: 40px;
  border: 1px dashed #ec314d;
  border-radius: 10px;
  color: #ec314d;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}

.set-user--file svg {
  flex-shrink: 0;
  width: 19px;
  height: 18px;
  margin: 0 16px 0 0;
}

.set-user--input {
  position: absolute;
  top: 0;
  left: 0;
  width: 183px;
  height: 40px;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0;
}

.set-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 500px;
  padding: 22px 48px 21px 32px;
  border: 1px solid var(--x-sets-control-border-color);
  border-radius: 10px;
  background-color: var(--x-sets-control-bg-color);
  background-image: var(--x-sets-control-icon);
  background-origin: content-box;
  background-position: right -24px center;
  background-repeat: no-repeat;
  background-size: 24px;
  color: var(--x-sets-control-color);
  font-family: inherit;
  font-size: 16px;
  line-height: 19px;
}

.set-select_space {
  margin: 0 0 24px;
}

.set-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 136px;
  padding: 10px;
  border: 1px solid var(--x-sets-control-border-color);
  border-radius: 10px;
  background-color: var(--x-sets-control-bg-color);
  color: var(--x-sets-control-color);
  font-size: 16px;
  line-height: 19px;
  resize: vertical;
}

.set-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 300px;
  padding: 23px 64px 22px;
  border: 0;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.set-grid {
  gap: 35px 0;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
  margin: 0 0 35px;
}

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

.set-ui-label {
  position: relative;
  padding: 0 0 0 40px;
  color: var(--x-sets-check-color);
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

.set-ui-label:not(:last-child) {
  margin: 0 0 24px;
}

.set-ui-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #dfe1e4;
  border-radius: 10px;
  background-color: transparent;
}

.set-ui-circle::after {
  display: none;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 6px;
  height: 10px;
  transform: rotate(45deg);
  border: 3px solid #ec314d;
  border-top: 0;
  border-left: 0;
  content: '';
}

.set-ui-input {
  position: absolute;
  opacity: 0;
}

.set-ui-input:checked + .set-ui-circle {
  border-color: #ec314d;
}

.set-ui-input:checked + .set-ui-circle::after {
  display: block;
}

.set-ui-input:checked + .set-ui-circle_tg {
  border-color: #75c1f1;
}

.set-ui-input:checked + .set-ui-circle_tg::after {
  display: block;
  border-color: #75c1f1;
}

.set-ui-link {
  display: flex;
  color: var(--x-sets-check-color);
  font-size: 16px;
  line-height: 24px;
}

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

.set-ui-link svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0 16px 0 0;
}

.set-ui-link span {
  margin: 0 0 0 4px;
}

.set-ui-shield {
  display: none;
}

.set-ui-link_active .set-ui-shield {
  display: flex;
}

.set-ui-shield_off {
  display: flex;
}

.set-ui-link_active .set-ui-shield_off {
  display: none;
}

.set-ui-tg {
  margin: 0 0 24px;
  color: var(--x-sets-link-tg-color);
  font-size: 16px;
  line-height: 24px;
}

.set-tg-group {
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.set-tg-link {
  height: 40px;
  padding: 12px 24px;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.set-telegram-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 24px;
  border-radius: 10px;
  background-color: #3aa1de;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.set-telegram-link svg {
  --i-color1: #fff;
  width: 24px;
  height: 24px;
  margin: 0 16px 0 0;
}

.set-mid-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 160px;
  padding: 12px 0;
  border: 0;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

.set-small-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 120px;
  padding: 12px 0;
  border: 0;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

.set-group--note {
  color: #a8a8a9;
  font-size: 16px;
  line-height: 24px;
}

.set-del-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 160px;
  padding: 11px 0;
  border: 1px solid var(--x-sets-control-border-color);
  border-radius: 10px;
  background-color: transparent;
  color: #a8a8a9;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

.set-del-submit.active {
  border-color: var(--x-sets-control-border-active-color);
  color: var(--x-sets-control-border-active-color);
}

.set-blacklist {
  --thumb-bg-color: #dfe1e4;
  width: 100%;
  max-height: 228px;
  margin: 0;
  overflow-y: scroll;
}

.set-blacklist::-webkit-scrollbar {
  width: 16px;
}

.set-blacklist::-webkit-scrollbar-thumb {
  border: 5px solid var(--x-sets-scroll-bg-color);
  border-radius: 10px;
  background-color: var(--thumb-bg-color);
}

.set-blacklist::-webkit-scrollbar-track {
  background: var(--x-sets-scroll-bg-color);
}

.set-blacklist_high {
  padding: 0 24px 0 0;
}

.set-blacklist.active {
  --thumb-bg-color: #ec314d;
}

.set-blacklist--item {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 57px;
  border-top: 1px solid var(--x-sets-border-color);
}

.set-blacklist--icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
}

.set-blacklist--label {
  display: flex;
  position: relative;
  align-items: center;
  padding: 0 0 0 48px;
  color: var(--x-sets-blacklist-nick-color);
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

.set-blacklist--circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #dfe1e4;
  border-radius: 10px;
  background-color: transparent;
}

.set-blacklist--circle::after {
  display: none;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 6px;
  height: 10px;
  transform: rotate(45deg);
  border: 3px solid #ec314d;
  border-top: 0;
  border-left: 0;
  content: '';
}

.set-blacklist--input {
  position: absolute;
  opacity: 0;
}

.set-blacklist--input:checked + .set-blacklist--circle {
  border-color: #ec314d;
}

.set-blacklist--input:checked + .set-blacklist--circle::after {
  display: block;
}

.set-blacklist--input:checked ~ .set-blacklist--icon {
  --i-color1: #ec314d;
}

.set-blacklist--input:checked ~ .set-blacklist--nick {
  color: #ec314d;
}

.set-blacklist--mark {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0 0 0 auto;
}

.subs-ui {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 54px 0 0;
  border-top: 1px solid var(--x-sets-line-color);
}

.subs-ui--heading {
  margin: 0 0 32px;
  color: var(--x-sets-heading-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.subs-ui--alert {
  color: #a8a8a9;
  font-size: 16px;
  line-height: 19px;
}

.subs-ui--item {
  display: flex;
  width: 100%;
  padding: 16px 0;
  border-top: 1px solid var(--x-sets-border-color);
}

.subs-ui--icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
}

.subs-ui--label {
  display: flex;
  position: relative;
  padding: 0 8px 0 48px;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

.subs-ui--circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #dfe1e4;
  border-radius: 10px;
  background-color: transparent;
}

.subs-ui--circle::after {
  display: none;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 6px;
  height: 10px;
  transform: rotate(45deg);
  border: 3px solid #ec314d;
  border-top: 0;
  border-left: 0;
  content: '';
}

.subs-ui--nick {
  color: var(--x-sets-theme-color);
}

.subs-ui--input {
  position: absolute;
  opacity: 0;
}

.subs-ui--input:checked + .subs-ui--circle {
  border-color: #ec314d;
}

.subs-ui--input:checked + .subs-ui--circle::after {
  display: block;
}

.subs-ui--input:checked ~ .subs-ui--icon {
  --i-color1: #ec314d;
}

.subs-ui--input:checked ~ .subs-ui--nick {
  color: #ec314d;
}

.subs-ui--mark {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0 0 0 auto;
}

.subs-ui--header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 24px;
}

.subs-select {
  --x-setup-subs-button-bg-color: var(--control-1-bg-color, #fff);
  --x-setup-subs-button-color: var(--control-1-color, #333);
  --x-setup-subs-button-border-color: var(--control-1-border-color, #ccc);
  --x-setup-subs-select-bg-color: var(--control-1-bg-color, #fff);
  --x-setup-subs-select-color: var(--control-1-color, #a8a8a9);
  --x-setup-subs-select-border-color: var(--control-1-border-color, #cfcfcf);
  --x-setup-subs-label-color: var(--text-4-color, #a8a8a9);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.subs-select--inner {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 24px;
}

@media screen and (min-width: 48em) {
  .subs-select--inner {
    width: auto;
    margin: 0 30px 0 0;
  }
}

.subs-select--label {
  padding: 7px 24px;
  border: 1px solid var(--x-sets-control-border-color);
  border-right: 0;
  border-radius: 10px 0 0 10px;
  color: var(--x-sets-control-default-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.subs-ui_active .subs-select--label {
  color: var(--x-sets-control-active-color);
}

.subs-select--selector {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 244px;
  padding: 7px 48px 7px 24px;
  border: 1px solid var(--x-sets-control-border-color);
  border-radius: 0 10px 10px 0;
  background-color: transparent;
  background-image: var(--x-sets-control-icon);
  background-origin: content-box;
  background-position: right -24px center;
  background-repeat: no-repeat;
  background-size: 24px;
  color: var(--x-sets-control-default-color);
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
}

.subs-ui_active .subs-select--selector {
  color: var(--x-sets-control-active-color);
}

.subs-select--button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 160px;
  padding: 12px 0;
  border: 0;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

.userset-group-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.userset-group-heading {
  margin: 0 0 32px;
  color: var(--x-sets-heading-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.userset-group-subheading {
  margin: 0 0 16px;
  color: var(--x-sets-heading-color);
  font-size: 18px;
  line-height: 23px;
}

.userset-row {
  display: flex;
  align-items: flex-start;
  margin: 0 0 24px;
}

.userset-row--button {
  border-bottom: 3px solid #1e88e5;
  color: var(--x-sets-heading-color);
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.userset-row--button:not(:last-child) {
  margin: 0 16px 0 0;
}

.userset-subnote {
  margin: 0 0 24px;
  border-bottom: 1px solid #1e88e5;
  color: var(--x-sets-heading-color);
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
}

.userset-code {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 10px;
}

.userset-step {
  margin: 0 0 32px;
  padding: 3px 0 0;
}

.userset-step--list {
  margin: 0 0 20px;
  list-style-position: inside;
}

.userset-step--list li {
  margin: 0 0 10px;
  color: var(--x-sets-heading-color);
  font-size: 16px;
  line-height: 1.25;
}

.userset-step--key {
  color: var(--x-sets-heading-color);
  font-size: 18px;
  line-height: 24px;
}

.userset-sublink {
  margin: 24px 0 0;
  color: var(--x-sets-heading-color);
  font-size: 16px;
  line-height: 23px;
  text-decoration: underline;
}

.userset-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 35px;
}

.userset-label {
  margin: 0 0 13px;
  color: var(--x-sets-main-label-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.userset-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 500px;
  padding: 22px 32px 21px;
  border: 1px solid var(--x-sets-control-border-color);
  border-radius: 10px;
  background-color: var(--x-sets-control-bg-color);
  color: var(--x-sets-control-color);
  font-family: inherit;
  font-size: 16px;
  line-height: 19px;
}

.userset-note {
  margin: 8px 0 0;
  color: #ec314d;
  font-size: 14px;
  line-height: 16px;
}

.userset-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 300px;
  padding: 23px 16px 22px;
  border: 0;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.userset-submit_up {
  margin: 5px 0 0;
}

.userset-submit_cancel {
  background-color: #dfe1e4;
  color: #202020;
}

.userset-grid {
  gap: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 500px;
}

.userset-image-wrap {
  height: 210px;
  margin: 0 0 20px;
  padding: 10px 0 0;
}

.media-top {
  --x-main-bg-color: #fff;
  --x-main-heading-color: #000;
  --x-main-mobile-heading-color: #000;
  --x-main-label-color: #757575;
  --x-main-label-border-color: #bdbdbd;
  width: 100%;
  max-width: 645px;
  margin: 0 auto;
  padding: 10px 0 0;
}

.content_theme .media-top {
  --x-main-bg-color: var(--layer-3-color, #fff);
  --x-main-heading-color: var(--text-2-color, #000);
  --x-main-mobile-heading-color: var(--text-2-color, #000);
  --x-main-label-color: var(--text-4-color, #757575);
  --x-main-label-border-color: var(--line-2-color, #bdbdbd);
}

@media screen and (min-width: 48em) {
  .media-top {
    padding: 10px 15px 0;
  }
}

@media screen and (min-width: 64em) {
  .media-top {
    max-width: 1276px;
    padding: 20px 15px 0;
  }
}

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

.media-top--grid {
  grid-gap: 10px 0;
  display: grid;
  max-width: 615px;
  margin: 0 auto;
}

@media screen and (min-width: 64em) {
  .media-top--grid {
    grid-gap: 12px 16px;
    grid-auto-rows: minmax(170px, auto);
    grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
    max-width: initial;
  }
}

.media-large {
  display: flex;
  position: relative;
  grid-row-end: span 2;
  flex-direction: column;
  max-width: 615px;
}

@media screen and (min-width: 48em) {
  .media-large {
    flex-direction: row;
  }
}

.media-large.media-pinned::before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 0 48px 48px 0;
  border-style: solid;
  border-color: transparent #e50c2c transparent transparent;
  content: '';
}

.media-large.media-pinned::after {
  z-index: 1;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  background-image: url(/nimg/media-pinned-white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  content: '';
}

.media-large--image {
  position: relative;
  width: 100%;
}

.media-large--image::before {
  display: table;
  padding-bottom: 57.236%;
  content: '';
}

.media-large--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-large--inner {
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 48em) {
  .media-large--inner {
    position: absolute;
  }
}

.media-large--head {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: flex-start;
  margin: auto 0 0;
  padding: 15px 20px 0;
  background-color: var(--x-main-bg-color);
}

@media screen and (min-width: 48em) {
  .media-large--head {
    z-index: 2;
    padding: 35px 20px 0;
    background-color: transparent;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .82) 0%, rgba(0, 0, 0, .81) 16.4%, rgba(0, 0, 0, .78) 30.6%, rgba(0, 0, 0, .735) 42.7%, rgba(0, 0, 0, .676) 52.9%, rgba(0, 0, 0, .607) 61.5%, rgba(0, 0, 0, .531) 68.6%, rgba(0, 0, 0, .451) 74.5%, rgba(0, 0, 0, .369) 79.3%, rgba(0, 0, 0, .289) 83.2%, rgba(0, 0, 0, .213) 86.5%, rgba(0, 0, 0, .144) 89.3%, rgba(0, 0, 0, .085) 91.9%, rgba(0, 0, 0, .04) 94.4%, rgba(0, 0, 0, .01) 97%, rgba(0, 0, 0, 0) 100%);
  }
}

.media-large--label {
  position: relative;
  margin: 0 0 8px;
  padding: 0 6px;
  border: 1px solid var(--x-main-label-border-color);
  border-radius: 2px;
  color: var(--x-main-label-color);
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .media-large--label {
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, .9);
    color: #000;
  }
}

.media-large--heading {
  margin: auto 0 12px;
  color: var(--x-main-mobile-heading-color);
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (min-width: 48em) {
  .media-large--heading {
    color: #fff;
    font-size: 28px;
    line-height: 1;
  }
}

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

.media-large--summary {
  display: none;
  margin: 0 0 12px;
  color: #000;
  font-size: 15px;
  line-height: 22px;
}

@media screen and (min-width: 48em) {
  .media-large--summary {
    display: block;
    margin: 0 0 24px;
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
  }
}

.media-small {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  background-color: var(--x-main-bg-color);
}

@media screen and (min-width: 48em) {
  .media-small {
    flex-direction: row;
  }
}

.media-small.media-pinned::before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 0 48px 48px 0;
  border-style: solid;
  border-color: transparent #e50c2c transparent transparent;
  content: '';
}

.media-small.media-pinned::after {
  z-index: 1;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  background-image: url(/nimg/media-pinned-white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  content: '';
}

.media-small--head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 20px 0;
}

@media screen and (min-width: 48em) {
  .media-small--head {
    flex: 1 1 397px;
    padding: 15px 15px 0 25px;
  }
}

.media-small--label {
  display: flex;
  margin: 0 0 8px;
  color: #e50c2c;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
}

.media-small--heading {
  margin: 0 0 auto;
  padding: 0 0 12px;
  color: var(--x-main-heading-color);
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

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

.media-small--image {
  display: none;
  position: relative;
  width: 100%;
  padding-bottom: 57.236%;
}

@media screen and (min-width: 48em) {
  .media-small--image {
    flex: 1 1 218px;
    padding-bottom: 27.644%;
  }
}

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

.media-small--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adv-widget {
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
  padding: 20px 0;
}

@media screen and (min-width: 64em) {
  .adv-widget {
    max-width: 1276px;
    padding: 20px 15px;
  }
}

.adv-widget--wrap {
  display: flex;
  position: relative;
  flex-direction: column;
  margin: 0 0 12px;
}

.adv-widget--wrap_slider::after {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #efefef;
  content: '';
}

.adv-widget--wrap_room {
  flex-grow: 1;
  justify-content: center;
  margin: 0;
}

.adv-widget--wrap_action {
  flex-grow: 1;
  justify-content: center;
}

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

@media screen and (min-width: 64em) {
  .adv-widget_language {
    max-width: 615px;
  }
}

.adv-widget--grid {
  grid-gap: 20px 0;
  display: grid;
  grid-template-columns: minmax(290px, 1fr);
  max-width: 1246px;
}

@media screen and (min-width: 64em) {
  .adv-widget--grid {
    grid-gap: 0 20px;
    grid-template-columns: repeat(3, minmax(290px, 1fr));
  }
}

@media screen and (min-width: 64em) {
  .adv-widget_language .adv-widget--grid {
    grid-template-columns: 1fr;
  }
}

.adv-widget--item {
  --w-promo-bg-color: #fff;
  --w-promo-border-color: #dfd6d4;
  --w-promo-link-color: #4f4f4f;
  --w-promo-banner-bg-color: #fff;
  display: flex;
  position: relative;
  flex-direction: column;
}

.content_theme .adv-widget--item {
  --w-promo-bg-color: var(--layer-3-color, #fff);
  --w-promo-border-color: var(--line-1-color, #dfd6d4);
  --w-promo-link-color: var(--text-2-color, #4f4f4f);
  --w-promo-banner-bg-color: var(--layer-3-color, #fff);
}

.adv-widget--head {
  display: flex;
  align-items: center;
  min-height: 41px;
  margin: 0 0 8px;
  padding: 0 0 0 16px;
}

@media screen and (min-width: 40em) {
  .adv-widget--head {
    padding: 0;
  }
}

.adv-widget--icon {
  width: 29px;
  height: 33px;
  margin: 0 10px 0 0;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 29px;
}

.adv-widget--icon_forum_slider {
  background-image: url(/nimg/forum-slider.svg);
}

.adv-widget--icon_play_online {
  transform: translateY(-1px);
  background-image: url(/nimg/play-online.svg);
}

.adv-widget--icon_promo_action {
  width: 33px;
  margin: 0 8px 0 0;
  transform: translateY(-3px);
  background-image: url(/nimg/promo-action.svg);
  background-size: 33px;
}

.adv-widget--heading {
  position: relative;
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.adv-widget--heading::after {
  position: absolute;
  top: 4px;
  right: -16px;
  width: 10px;
  height: 14px;
  background-image: url(/nimg/arrow-right-short.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  content: '';
}

.widget-promo--heading {
  display: flex;
  align-items: center;
  color: #e50c2c;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.widget-promo--card {
  flex-shrink: 0;
  margin: 0 8px 0 0;
}

.widget-promo--arrow {
  flex-shrink: 0;
  margin: 0 0 0 8px;
}

.adv-link {
  display: flex;
  position: relative;
  min-height: 123px;
  margin: 0 0 12px;
  overflow: hidden;
  border: 1px solid var(--w-promo-border-color);
  border-radius: 4px;
  background-color: var(--w-promo-bg-color);
}

@media screen and (min-width: 64em) {
  .adv-link {
    flex-basis: 33%;
    flex-grow: 1;
  }
}

.adv-link--logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 159px;
  margin: 0 10px 0 0;
  padding: 0 0 0 30px;
  background-color: #f7f7f7;
  -webkit-clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
}

.adv-link--logo_image {
  position: relative;
}

.adv-link--logo_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adv-link--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 8px 0;
}

.adv-link--heading {
  color: #e50c2c;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.adv-link--heading::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.adv-link--subheading {
  color: var(--w-promo-link-color);
  font-size: 16px;
  line-height: 19px;
}

.adv-link--arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
}

@media screen and (min-width: 30em) {
  .adv-link--arrow {
    width: 64px;
  }
}

@media screen and (min-width: 64em) {
  .adv-link--arrow {
    width: 48px;
  }
}

.widget-promo--hl {
  flex-shrink: 0;
}

.adv-link:hover .widget-promo--hl {
  --i-color1: #e50c2c;
}

.adv-link--inner {
  display: flex;
}

.adv-link--icon {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  background-image: url(/nimg/500plus-logo-black.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 54px;
}

.adv-link--text {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 16px;
}

.adv-link--lead {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
}

.adv-link--sublead {
  color: #f00;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.adv-image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: var(--w-promo-banner-bg-color);
}

.adv-image img {
  max-height: 140px;
}

.slider-news {
  --sl-bg-color: #eef0f5;
  --sl-title-color: #000;
  --sl-line-color: #e3e3e3;
  --sl-sep-color: #dfe1e4;
  --sl-meta-color: #a8a8a9;
  --sl-meta-icon-color: #a8a8a9;
  display: flex;
  flex-direction: column;
  width: 100%;
}

:root[theme='dark'] .content_theme .slider-news {
  --sl-bg-color: #282828;
  --sl-title-color: #fff;
  --sl-line-color: #313131;
  --sl-sep-color: #313131;
  --sl-meta-color: #636568;
  --sl-meta-icon-color: #636568;
}

.slider-news--head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 19px;
}

@media screen and (min-width: 48em) {
  .slider-news--head {
    margin: 0 0 25px;
  }
}

.slider-news--heading {
  color: var(--sl-title-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .slider-news--heading {
    font-size: 30px;
    line-height: 35px;
  }
}

.slider-news--container {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-news--row {
  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;
}

.slider-news--item {
  gap: 0 16px;
  box-sizing: border-box;
  display: grid;
  position: relative;
  grid-template-areas: 'image main' 'meta meta';
  grid-template-columns: 72px 1fr;
  flex-shrink: 0;
  width: 100%;
  max-width: 312px;
  padding: 16px;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--sl-bg-color);
  transition-property: transform;
}

@media screen and (min-width: 48em) {
  .slider-news--item {
    gap: 0 32px;
    grid-template-areas: 'image main' 'image meta';
    grid-template-columns: 176px 1fr;
    max-width: 608px;
    padding: 16px 32px 16px 16px;
  }
}

.slider-news--item a {
  -webkit-tap-highlight-color: transparent;
}

.slider-news--image {
  display: flex;
  grid-area: image;
  flex-shrink: 0;
  width: 72px;
  height: 66px;
}

@media screen and (min-width: 48em) {
  .slider-news--image {
    width: 176px;
    height: 166px;
  }
}

.slider-news--image img {
  object-fit: cover;
  border-radius: 10px;
}

.slider-news--main {
  display: flex;
  grid-area: main;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .slider-news--main {
    padding: 8px 0 0;
  }
}

.slider-news--label {
  color: #ec314d;
  font-size: 12px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .slider-news--label {
    margin: 0 0 8px;
    font-size: 14px;
  }
}

.slider-news--title {
  margin: 0 0 8px;
  color: var(--sl-title-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .slider-news--title {
    margin: 0 0 16px;
    font-size: 18px;
  }
}

.slider-news--title::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.slider-news--meta {
  display: flex;
  grid-area: meta;
  width: 100%;
  margin: auto 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--sl-line-color);
}

@media screen and (min-width: 48em) {
  .slider-news--meta {
    padding: 16px 0;
  }
}

.slider-news--meta svg {
  --i-color1: var(--sl-meta-icon-color);
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
}

.slider-news--date {
  display: flex;
  align-items: center;
  color: var(--sl-meta-color);
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
}

.slider-news--date::after {
  width: 1px;
  height: 8px;
  margin: 0 16px;
  background-color: var(--sl-sep-color);
  content: '';
}

.slider-news--view {
  display: flex;
  align-items: center;
  color: var(--sl-meta-color);
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
}

.slider-news--view::after {
  width: 1px;
  height: 8px;
  margin: 0 16px;
  background-color: var(--sl-sep-color);
  content: '';
}

.slider-news--comment {
  display: flex;
  align-items: center;
  color: var(--sl-meta-color);
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
}

.slider-news--wrap {
  display: flex;
}

.slider-news--button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.slider-news--button:hover {
  --i-color1: #ec314d;
}

.slider-news--button_disabled:hover {
  --i-color1: #dfe1e4;
}

.slider-news--button_prev {
  margin: 0 42px 0 0;
}

@media screen and (min-width: 48em) {
  .slider-news--button_prev {
    margin: 0 30px 0 0;
  }
}

.slider-news--button svg {
  width: 24px;
  height: 24px;
}

.adv-slider {
  --w-adv-header-color: #333;
  --w-adv-line-color: #cfcfcf;
  --w-adv-border-color: #d3d3d3;
  --w-adv-link-color: #202020;
  --w-adv-control-color: #d3d3d3;
  --w-adv-bottom-color: #efefef;
  --w-arrow-icon: none;
  display: flex;
  position: relative;
  flex-direction: column;
}

.content_theme .adv-slider {
  --w-adv-header-color: var(--text-5-color, #333);
  --w-adv-line-color: var(--line-1-color, #cfcfcf);
  --w-adv-border-color: var(--line-1-color, #d3d3d3);
  --w-adv-link-color: var(--text-2-color, #202020);
  --w-adv-control-color: var(--line-1-color, #d3d3d3);
  --w-adv-bottom-color: var(--layer-2-color, #efefef);
  --w-arrow-icon: var(--icon-1-filter, none);
}

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

@media screen and (min-width: 64em) {
  .adv-slider_double {
    grid-column: span 2;
  }
}

@media screen and (min-width: 64em) {
  .adv-slider_full {
    grid-column: span 3;
  }
}

.adv-slider--head {
  display: flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 13px;
  padding: 0 0 0 16px;
}

@media screen and (min-width: 40em) {
  .adv-slider--head {
    padding: 0;
  }
}

.adv-slider--icon {
  --color1: var(--pal-icon-color1, #333);
  --color2: var(--pal-icon-color2, #202020);
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}

.adv-slider--heading {
  position: relative;
  color: var(--w-adv-header-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.adv-slider--heading::after {
  position: absolute;
  top: 4px;
  right: -16px;
  width: 10px;
  height: 14px;
  background-image: url(/nimg/arrow-right-short.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  content: '';
  filter: var(--w-arrow-icon);
}

.adv-slider--main {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-top: 2px solid var(--w-adv-line-color);
  list-style: none;
}

@media screen and (min-width: 64em) {
  .adv-slider_full .adv-slider--main {
    border: 0;
    background-color: #fff;
  }
}

.adv-slider--wrap {
  display: flex;
  position: relative;
  margin: 0 0 5px;
}

@media screen and (min-width: 64em) {
  .adv-slider_full .adv-slider--wrap {
    margin: 0;
  }
}

.adv-slider--list {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  margin: 0 0 10px;
  transition-property: transform;
}

@media screen and (min-width: 64em) {
  .adv-slider--list {
    margin: 0;
  }
}

.adv-slider--list::after {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--w-adv-bottom-color);
  content: '';
}

@media screen and (min-width: 64em) {
  .adv-slider_full .adv-slider--list::after {
    background-color: #fff;
  }
}

.hot-link {
  position: relative;
  padding: 16px 0 18px;
}

.hot-link::after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--w-adv-border-color);
  content: '';
}

@media screen and (min-width: 64em) {
  .adv-slider_full .hot-link {
    padding: 16px 20px 18px;
  }
  .adv-slider_full .hot-link::after {
    left: 20px;
    width: calc(100% - 40px);
    background-color: #d3d3d3;
  }
}

.hot-link--wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

@media screen and (min-width: 40em) {
  .hot-link--wrap {
    padding: 0;
  }
}

.hot-link--data {
  display: flex;
  line-height: 22px;
}

.hot-link--action {
  color: #ccc;
  font-size: 11px;
  text-transform: uppercase;
}

.hot-link--action.slider-hot--action_rise {
  color: #43a047;
}

.hot-link--action.slider-hot--action_top {
  color: #e02b2b;
}

.hot-link--action.slider-hot--action_contro {
  color: #3075ab;
}

.hot-link--action.slider-hot--action_custom {
  color: #a73895;
}

.hot-link--action.slider-hot--action_orange {
  color: #e88603;
}

.hot-link--title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 44px;
  overflow: hidden;
  color: var(--w-adv-link-color);
  font-family: "PT Serif", serif;
  font-size: 18px;
  line-height: 22px;
  overflow-wrap: break-word;
}

.hot-link--title::before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.hot-control {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
}

@media screen and (min-width: 64em) {
  .adv-slider_full .hot-control {
    padding: 15px 20px 30px;
    background-color: #fff;
  }
}

.hot-control::after,
.hot-control::before {
  top: 0;
  flex-grow: 1;
  height: 1px;
  background-color: var(--w-adv-control-color);
  content: '';
}

.hot-control--button {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin: 0 10px;
  cursor: pointer;
}

.hot-control--button svg {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}

[theme='dark'] .hot-control--button svg {
  --i-color1: #606060;
  --i-color2: #fff;
}

.hot-control--button_disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.streamer-widget {
  --w-stream-header-color: #333;
  --w-stream-link-color: #202020;
  --w-stream-bg-color: #4f5054;
  --w-arrow-icon: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
  padding: 20px 0;
}

.content_theme .streamer-widget {
  --w-stream-header-color: var(--text-5-color, #333);
  --w-stream-link-color: var(--text-2-color, #202020);
  --w-stream-bg-color: var(--layer-5-color, #4f5054);
  --w-arrow-icon: var(--icon-1-filter, none);
}

@media screen and (min-width: 64em) {
  .streamer-widget {
    max-width: 1276px;
    padding: 20px 15px 38px;
  }
}

.streamer-widget--head {
  display: flex;
  align-items: center;
  min-height: 41px;
  margin: 0 0 9px;
  padding: 0 0 0 16px;
}

@media screen and (min-width: 40em) {
  .streamer-widget--head {
    padding: 0;
  }
}

.streamer-widget--icon {
  --color1: var(--pal-icon-color1, #000);
  flex-shrink: 0;
  width: 29px;
  height: 33px;
  margin: 0 10px 0 0;
}

.streamer-widget--heading {
  position: relative;
  color: var(--w-stream-header-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.streamer-widget--heading::after {
  position: absolute;
  top: 4px;
  right: -16px;
  width: 10px;
  height: 14px;
  background-image: url(/nimg/arrow-right-short.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  content: '';
  filter: var(--w-arrow-icon);
}

.streamer-widget--new {
  margin: 0 0 0 25px;
  border-bottom: 1px solid var(--w-stream-link-color);
  color: var(--w-stream-link-color);
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
}

@media screen and (min-width: 23.4375em) {
  .streamer-widget--new {
    font-size: 13px;
    line-height: 14px;
  }
}

.streamer-control {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 76px;
  height: 28px;
  margin: 0 0 0 auto;
}

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

.streamer-control--button {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.streamer-control--button svg {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}

[theme='dark'] .streamer-control--button svg {
  --i-color1: #606060;
  --i-color2: #fff;
}

.streamer-control--button_disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

@media screen and (min-width: 64em) {
  .streamer-slider {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    list-style: none;
  }
}

.streamer-widget--grid {
  grid-gap: 2px 20px;
  display: grid;
  grid-auto-rows: minmax(116px, auto);
}

@media screen and (min-width: 64em) {
  .streamer-widget--grid {
    grid-gap: 0;
    box-sizing: content-box;
    display: flex;
    z-index: 1;
    position: relative;
    grid-auto-rows: initial;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    transition-property: transform;
  }
}

.streamer-widget--item {
  display: flex;
  background-color: var(--w-stream-bg-color);
}

@media screen and (min-width: 64em) {
  .streamer-widget--item {
    flex-shrink: 0;
  }
}

.streamer-widget--image {
  flex-shrink: 0;
  width: 134px;
  min-height: 86px;
  padding: 15px 12px;
}

.streamer-widget--play {
  display: block;
  position: relative;
  width: 112px;
  min-height: 86px;
}

.streamer-widget--play::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 22px;
  transform: translate(-50%, -50%);
  background-image: url(/nimg/play-triangle.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: '';
}

.streamer-widget--play img {
  width: auto;
  max-height: 86px;
}

.streamer-widget--inner {
  flex-shrink: 0;
  padding: 15px 0 15px 12px;
}

.streamer-widget--create {
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 113px;
  height: 86px;
  background-image: url(/nimg/new-stream.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 113px;
}

.streamer-widget--wrap {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 15px 20px;
}

.streamer-widget--slogan {
  padding: 0 8px 0 0;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}

.streamer-widget--plus {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin: 0 0 0 auto;
  background-image: url(/nimg/stream-plus.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 26px;
}

.streamer-widget--info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: flex-start;
  padding: 15px 12px 10px 0;
}

.streamer-widget--nick {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 12px;
}

.streamer-widget--user {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
}

.streamer-widget--stats {
  display: flex;
  position: relative;
  margin: 0 0 0 auto;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.streamer-widget--stats::after {
  position: relative;
  top: 1px;
  right: 0;
  width: 15px;
  height: 15px;
  margin: 0 0 0 4px;
  background-image: url(/nimg/icon-stream-user.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  content: '';
}

.streamer-widget--title {
  color: #a7a8aa;
  font-size: 15px;
  line-height: 18px;
}

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

.stream-overlay.hidden {
  display: none;
}

.stream-popup-wrap {
  display: flex;
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  justify-content: center;
  width: 100%;
  max-width: 512px;
  padding: 0 16px;
  transform: translate(-50%, -50%);
}

.stream-popup-wrap.hidden {
  display: none;
}

.stream-popup {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 480px;
  padding: 40px 24px;
  border-radius: 10px;
  background-color: #fff;
}

.stream-popup--close {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 14px;
  right: 14px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.stream-popup--close svg {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

.stream-popup--inner {
  flex-grow: 1;
  width: 100%;
  max-width: 400px;
}

.stream-popup--heading {
  margin: 0 0 36px;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.stream-popup--form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.stream-popup-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 27px;
}

.stream-popup-label {
  margin: 0 0 13px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.stream-popup-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 500px;
  padding: 22px 32px 21px;
  border: 1px solid #dfe1e4;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-family: inherit;
  font-size: 16px;
  line-height: 19px;
}

.stream-popup-field::-moz-placeholder {
  color: #a8a8a9;
}

.stream-popup-field::placeholder {
  color: #a8a8a9;
}

.stream-popup-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 256px;
  padding: 23px 64px 22px;
  border: 0;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.stream-popup-submit_up {
  margin: 5px 0 0;
}

.data-widget {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
  padding: 30px 0 50px;
}

@media screen and (min-width: 64em) {
  .data-widget {
    max-width: 1276px;
    padding: 30px 15px 50px;
  }
}

.data-widget--grid {
  grid-gap: 20px 0;
  display: grid;
  grid-template-columns: minmax(290px, 1fr);
  width: 100%;
  max-width: 824px;
}

@media screen and (min-width: 64em) {
  .data-widget--grid {
    grid-gap: 30px 20px;
    grid-template-columns: repeat(3, minmax(290px, 1fr));
    max-width: 1276px;
  }
}

.widget-fs {
  width: 100%;
  max-width: 615px;
}

@media screen and (min-width: 64em) {
  .widget-fs {
    max-width: 1276px;
  }
}

.widget-fs--head {
  display: flex;
  align-items: center;
  margin: 0 0 13px;
  padding: 0 0 0 16px;
  line-height: 1;
}

@media screen and (min-width: 40em) {
  .widget-fs--head {
    padding: 0;
  }
}

.widget-fs--icon {
  width: 33px;
  height: 33px;
  margin: 0 8px 0 0;
  background-image: url(/nimg/500plus-logo-black.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 33px;
}

.widget-fs--heading {
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.widget-fs--heading span {
  color: #e41f26;
}

.widget-fs--subheader {
  margin: 0 0 4px;
  padding: 10px 0 2px;
  border-bottom: 1px solid #cfcfcf;
}

.widget-fs--subhead {
  color: #909090;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.widget-fs--subhead_num {
  padding: 0 0 0 12px;
}

.widget-fs--inner {
  display: flex;
  flex-direction: column;
  margin: 0 0 18px;
  padding: 0 0 9px;
  border-top: 2px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.widget-fs--item {
  padding: 4px 0;
}

.widget-fs--wrap {
  display: flex;
  padding: 0 0 0 16px;
}

@media screen and (min-width: 40em) {
  .widget-fs--wrap {
    padding: 0;
  }
}

.widget-fs--button {
  color: #404040;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.grid-fs {
  grid-gap: 0 10px;
  display: grid;
  grid-template-columns: 48px 1fr 70px;
  line-height: 20px;
}

.grid-fs--num {
  grid-column: 1;
  padding: 0 0 0 12px;
  color: #909090;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
}

.grid-fs--nick {
  grid-column: 2;
  color: #202020;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.grid-fs--score {
  grid-column: 3;
  color: #202020;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
}

.widget-fa {
  display: flex;
  position: relative;
  flex-direction: column;
}

@media screen and (min-width: 64em) {
  .widget-fa {
    padding: 0 0 20px;
    background-image: linear-gradient(180deg, #efefef 49px, #fff 49px);
  }
}

.widget-fa--header {
  display: flex;
  align-items: center;
  min-height: 41px;
  margin: 0 0 8px;
  padding: 0 0 0 16px;
}

@media screen and (min-width: 40em) {
  .widget-fa--header {
    padding: 0;
  }
}

.widget-fa--icon {
  width: 29px;
  height: 33px;
  margin: 0 10px 0 0;
  background-image: url(/nimg/forum-slider.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 29px;
}

.widget-fa--heading {
  position: relative;
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.widget-fa--heading::after {
  position: absolute;
  top: 4px;
  right: -16px;
  width: 10px;
  height: 14px;
  background-image: url(/nimg/arrow-right-short.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  content: '';
}

.fa-list {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  margin: 0 0 10px;
  transition-property: transform;
}

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

.fa-list::after {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: '';
}

.fa-item {
  position: relative;
  padding: 17px 25px 16px 15px;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .fa-item:nth-of-type(5n) {
    padding-bottom: 5px;
  }
}

.fa-item::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #cfcfcf;
  content: '';
}

.fa-item--info {
  margin: 0 0 0 26px;
  color: #999;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}

.fa-item--nick {
  margin: 0 4px 0 0;
  color: #606060;
  font-size: 12px;
  font-weight: 700;
  text-transform: initial;
}

.fa-item--date {
  margin: 0 4px 0 0;
}

.fa-item--link {
  max-width: 720px;
  margin: 0 0 2px;
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fa-item--link a {
  -webkit-tap-highlight-color: transparent;
  color: #202020;
  font-family: "PT Serif", serif;
  font-size: 16px;
}

.fa-item--link a::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.fa-control {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  margin: auto 0 0;
}

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

.fa-control::after,
.fa-control::before {
  top: 0;
  flex-grow: 1;
  height: 1px;
  background-color: #d3d3d3;
  content: '';
}

.fa-control--prev {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 10px;
  background-image: url(/nimg/slider-hot-prev.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.fa-control--prev.disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.fa-control--next {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 5px;
  background-image: url(/nimg/slider-hot-next.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.fa-control--next.disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.activity-slider {
  z-index: 1;
  position: relative;
  padding: 14px 0 0;
  overflow: hidden;
  list-style: none;
}

@media screen and (min-width: 64em) {
  .activity-slider::before {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0));
    content: '';
  }
  .activity-slider::after {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff);
    content: '';
  }
}

.activity-slider--wrap {
  display: flex;
}

.fa-num {
  display: inline-flex;
  position: relative;
  justify-content: flex-end;
  width: 20px;
}

.fa-num span {
  color: #909090;
  font-family: "PT Serif", serif;
  font-size: 14px;
  font-weight: 700;
}

.widget-fa2 {
  --w-fa-header-color: #333;
  --w-fa-bg-color: #fff;
  --w-fa-num-color: #888;
  --w-fa-nick-color: #a5a5a5;
  --w-fa-date-color: #a5a5a5;
  --w-fa-line-color: #909090;
  --w-fa-border-color: #efefef;
  --w-fa-link-color: #202020;
  --w-fa-control-color: #d3d3d3;
  --w-fa-more-color: #202020;
  --w-arrow-icon: none;
}

.content_theme .widget-fa2 {
  --w-fa-header-color: var(--text-5-color, #333);
  --w-fa-bg-color: var(--layer-3-color, #fff);
  --w-fa-num-color: var(--text-6-color, #888);
  --w-fa-nick-color: var(--text-5-color, #a5a5a5);
  --w-fa-date-color: var(--text-5-color, #a5a5a5);
  --w-fa-line-color: var(--line-1-color, #909090);
  --w-fa-border-color: var(--line-1-color, #efefef);
  --w-fa-link-color: var(--text-2-color, #202020);
  --w-fa-control-color: var(--line-2-color, #d3d3d3);
  --w-fa-more-color: var(--text-2-color, #202020);
  --w-arrow-icon: var(--icon-1-filter, none);
}

@media screen and (min-width: 64em) {
  .widget-fa2 {
    grid-column: span 2;
    grid-row: span 2;
    background-image: linear-gradient(180deg, transparent 49px, var(--w-fa-bg-color) 49px);
  }
}

.widget-fa2--header {
  display: flex;
  align-items: center;
  min-height: 41px;
  margin: 0 0 8px;
  padding: 0 0 0 16px;
}

@media screen and (min-width: 40em) {
  .widget-fa2--header {
    padding: 0;
  }
}

.widget-fa2--icon {
  --color1: var(--pal-icon-color1, #333);
  --color2: var(--pal-icon-color2, #202020);
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}

.widget-fa2--heading {
  display: flex;
  position: relative;
  color: var(--w-fa-header-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.widget-fa2--heading::after {
  position: absolute;
  top: 4px;
  right: -16px;
  width: 10px;
  height: 14px;
  background-image: url(/nimg/arrow-right-short.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  content: '';
  filter: var(--w-arrow-icon);
}

.widget-fa2--heading span {
  display: none;
  margin: 0 0 0 5px;
}

@media screen and (min-width: 30em) {
  .widget-fa2--heading span {
    display: block;
  }
}

.fa2-list {
  display: grid;
  position: relative;
  grid-template-columns: minmax(290px, 1fr);
  margin: 0;
}

@media screen and (min-width: 64em) {
  .fa2-list {
    grid-template-columns: repeat(2, minmax(290px, 1fr));
    padding: 18px 0;
  }
}

.fa2-list::after {
  display: none;
  z-index: 2;
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--w-fa-bg-color);
  content: '';
}

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

.fa2-item {
  position: relative;
  margin: 0;
  padding: 8px 15px;
  border-bottom: 1px solid var(--w-fa-border-color);
  background-color: var(--w-fa-bg-color);
}

@media screen and (min-width: 64em) {
  .fa2-item {
    margin: 0 20px;
    padding: 10px 0;
    border-bottom: 2px solid var(--w-fa-border-color);
  }
}

.fa2-item_hidden {
  display: none;
}

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

.fa2-item--wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
}

@media screen and (min-width: 64em) {
  .fa2-item--wrap {
    display: none;
  }
}

.fa2-item--button {
  width: 100%;
  max-width: 290px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #202020;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
}

.fa2-item--info {
  display: flex;
  align-items: baseline;
}

.fa2-item--nick {
  color: var(--w-fa-nick-color);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.fa2-item--nick::after {
  width: 4px;
  height: 18px;
  margin: 0 5px;
  content: '·';
}

.fa2-item--date {
  color: var(--w-fa-date-color);
  font-size: 11px;
  text-transform: uppercase;
}

.fa2-item--link {
  max-width: 720px;
  padding: 0 0 0 25px;
  overflow: hidden;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fa2-item--link a {
  -webkit-tap-highlight-color: transparent;
  color: var(--w-fa-link-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.fa2-item--link a::before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.fa2-num {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
  width: 20px;
  margin: 0 5px 0 0;
}

.fa2-num span {
  outline: none;
  color: var(--w-fa-num-color);
  font-size: 11px;
  font-weight: 500;
}

.fa2-more {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 615px;
  margin: 25px auto 0;
}

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

.fa2-more::after,
.fa2-more::before {
  top: 0;
  flex-grow: 1;
  height: 1px;
  background-color: var(--w-fa-control-color);
  content: '';
}

.fa2-more--button {
  padding: 0 20px;
  color: var(--w-fa-more-color);
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .widget-mb {
    max-width: 1276px;
  }
}

.widget-mb--header {
  margin: 0 0 18px;
  padding: 5px 0 0 16px;
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (min-width: 40em) {
  .widget-mb--header {
    padding: 5px 0 0;
  }
}

.widget-mb--heading {
  position: relative;
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.widget-mb--heading::after {
  position: absolute;
  top: 6px;
  right: -16px;
  width: 10px;
  height: 14px;
  background-image: url(/nimg/arrow-right-short.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  content: '';
}

.widget-mb--inner {
  display: grid;
  grid-template-columns: minmax(290px, 1fr);
}

.widget-mb--item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  justify-self: center;
  max-width: 402px;
}

.widget-mb--link {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.widget-sk {
  --w-sk-header-color: #333;
  --w-sk-nick-color: #202020;
  --w-sk-line-color: #909090;
  --w-sk-border-color: #cfcfcf;
  --w-sk-link-color: #404040;
  --w-sk-icon: none;
  justify-self: center;
  width: 100%;
  max-width: 330px;
}

.content_theme .widget-sk {
  --w-sk-header-color: var(--text-5-color, #333);
  --w-sk-nick-color: var(--text-3-color, #202020);
  --w-sk-line-color: var(--line-1-color, #909090);
  --w-sk-border-color: var(--line-1-color, #cfcfcf);
  --w-sk-link-color: var(--sidebar-link-color, #404040);
  --w-sk-icon: var(--icon-5-filter, none);
}

@media screen and (min-width: 64em) {
  .widget-sk {
    justify-self: stretch;
    max-width: 1276px;
  }
}

.widget-sk--header {
  margin: 0 0 18px;
  padding: 5px 0 0;
  color: var(--w-sk-header-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 40em) {
  .widget-sk--header {
    padding: 5px 0 0;
  }
}

@media screen and (min-width: 64em) {
  .widget-sk--header {
    text-align: left;
  }
}

.widget-sk--inner {
  display: grid;
  margin: 0 0 18px;
  border-top: 2px solid var(--w-sk-line-color);
}

@media screen and (min-width: 64em) {
  .widget-sk_full .widget-sk--inner {
    grid-gap: 0 20px;
    grid-template-columns: minmax(290px, 1fr) minmax(290px, 1fr) minmax(290px, 1fr);
    border-bottom: 1px solid var(--w-sk-border-color);
  }
}

.widget-sk--item {
  padding: 6px 0;
  border-bottom: 1px solid var(--w-sk-border-color);
}

@media screen and (min-width: 64em) {
  .widget-sk_full .widget-sk--item {
    padding: 14px 0;
    border-bottom: 0;
  }
}

.widget-sk--wrap {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 40em) {
  .widget-sk--wrap {
    padding: 0;
  }
}

@media screen and (min-width: 64em) {
  .widget-sk--wrap {
    justify-content: flex-start;
  }
}

.widget-sk--button {
  color: var(--w-sk-link-color);
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.grid-sk {
  grid-gap: 0 10px;
  display: grid;
  grid-template-columns: 1fr 28px 1fr;
  line-height: 32px;
}

@media screen and (min-width: 64em) {
  .grid-sk {
    grid-template-columns: 40px 28px 1fr;
  }
}

.grid-sk--limit {
  grid-column: 1;
  justify-self: end;
  color: #909090;
  font-size: 15px;
  line-height: 32px;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .grid-sk--limit {
    justify-self: start;
  }
}

.grid-sk--icon {
  display: flex;
  grid-column: 2;
}

.grid-sk--crown {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
  filter: var(--w-sk-icon);
}

.grid-sk--crown_gold {
  background-image: url(/nimg/top-gold.svg);
}

.grid-sk--crown_silver {
  background-image: url(/nimg/top-silver.svg);
}

.grid-sk--crown_bronze {
  background-image: url(/nimg/top-bronze.svg);
}

.grid-sk--player {
  display: flex;
  grid-column: 3;
}

.grid-sk--player a {
  color: var(--w-sk-nick-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.grid-sk--player a:hover {
  text-decoration: underline;
}

.media-sim {
  --sim-media-heading-color: var(--text-5-color, #333);
  --sim-bg-color: var(--layer-4-color, #fff);
  --sim-color: var(--text-5-color, #404040);
  --sim-heading-color: var(--text-4-color, #000);
  --x-sim-bg-color-alpha: var(--sim-bg-color-alpha, rgba(255, 255, 255, .25));
  width: 100%;
  max-width: 645px;
  margin: 0 auto;
  padding: 25px 15px 20px;
}

@media screen and (min-width: 64em) {
  .media-sim {
    padding: 55px 15px 30px;
  }
}

@media screen and (min-width: 64em) {
  .media-sim {
    max-width: 1276px;
  }
}

.media-sim--header {
  margin: 0 0 11px;
  color: var(--sim-media-heading-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .media-sim--header {
    margin: 0 0 18px;
    font-size: 23px;
  }
}

.media-sim--grid {
  grid-gap: 10px 0;
  display: grid;
  width: 100%;
  max-width: 824px;
}

@media screen and (min-width: 64em) {
  .media-sim--grid {
    grid-gap: 11px;
    grid-template-columns: repeat(3, minmax(290px, 1fr));
    max-width: 1276px;
  }
}

.sim {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 12px 12px 0;
  background-color: var(--sim-bg-color);
}

@media screen and (min-width: 64em) {
  .sim {
    flex-direction: row;
    align-items: flex-start;
    padding: 12px;
  }
}

.sim--image {
  display: none;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .sim--image {
    display: block;
    flex: 0 1 140px;
  }
}

.sim--image::before {
  display: table;
  padding-bottom: 46%;
  content: '';
}

@media screen and (min-width: 64em) {
  .sim--image::before {
    padding-bottom: 100%;
  }
}

.sim--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sim--head {
  display: flex;
  flex-direction: column;
  padding: 0 0 15px;
}

@media screen and (min-width: 64em) {
  .sim--head {
    flex: 1 1 244px;
    align-self: stretch;
    padding: 0 0 0 24px;
  }
}

.sim--heading {
  margin: 0 0 auto;
  padding: 0 0 6px;
  color: var(--sim-heading-color);
  font-family: "PT Serif", serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
}

.sim--heading::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.sim-text {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 12px 12px 15px;
  background-color: var(--sim-bg-color);
}

@media screen and (min-width: 64em) {
  .sim-text {
    flex-direction: row;
    align-items: flex-start;
    padding: 12px;
  }
}

.sim-text--head {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 64em) {
  .sim-text--head {
    flex: 1 1 244px;
    align-self: stretch;
    padding: 0 0 0 12px;
  }
}

.sim-text--heading {
  margin: 0 0 12px;
  color: var(--sim-heading-color);
  font-family: "PT Serif", serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
}

@media screen and (min-width: 64em) {
  .sim-text--heading {
    margin: 0 0 6px;
  }
}

.sim-text--heading::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.sim-text--summary {
  position: relative;
  margin: 0 0 12px;
  color: var(--sim-color);
  font-size: 15px;
  line-height: 20px;
}

@media screen and (min-width: 64em) {
  .sim-text--summary {
    height: 60px;
    margin: 0 0 auto;
    overflow: hidden;
  }
}

.sim-text--summary::after {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: linear-gradient(180deg, var(--x-sim-bg-color-alpha) 0%, var(--sim-bg-color) 100%);
  content: '';
}

@media screen and (min-width: 64em) {
  .sim-text--summary::after {
    display: block;
  }
}

.media-best {
  --media-best-bg-color: var(--layer-3-color, #f7f7f7);
  --media-best-card-color: var(--layer-4-color, #fff);
  --media-best-head-bg-color: var(--layer-3-color, #f7f7f7);
  --media-best-head-color: var(--text-5-color, #333);
  --media-best-line-color: var(--line-1-color, #c4c4c4);
  --media-best-border-color: var(--line-2-color, #a2a2a2);
  --media-best-heading-color: var(--text-2-color, #000);
  --media-best-summary-color: var(--text-6-color, #000);
  width: 100%;
  margin: 32px auto 0;
  padding: 0 0 20px;
  border-top: 1px solid var(--media-best-line-color);
  background-color: var(--media-best-bg-color);
}

@media screen and (min-width: 48em) {
  .media-best {
    padding: 0 15px 36px;
  }
}

.media-best_main {
  max-width: 615px;
}

@media screen and (min-width: 64em) {
  .media-best_main {
    max-width: 100%;
  }
}

.media-head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 290px;
  height: 64px;
  margin: 0 auto;
  transform: translateY(-50%);
  border-top: 2px solid var(--media-best-border-color);
  border-bottom: 2px solid var(--media-best-border-color);
  background-color: var(--media-best-head-bg-color);
}

@media screen and (min-width: 40em) {
  .media-head {
    max-width: 330px;
  }
}

.media-head--icon {
  width: 23px;
  height: 32px;
  margin: 0 10px 0 0;
  background-image: url(/nimg/media-best.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px;
}

.media-head--text {
  color: var(--media-best-head-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
}

@media screen and (min-width: 40em) {
  .media-head--text {
    font-size: 23px;
  }
}

.media-best--grid {
  grid-gap: 10px 53px;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  max-width: 380px;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  .media-best--grid {
    max-width: 813px;
  }
}

@media screen and (min-width: 64em) {
  .media-best--grid {
    grid-gap: 20px 53px;
    max-width: 1246px;
  }
}

.media-best--grid_main {
  grid-gap: 20px 10px;
}

@media screen and (min-width: 40em) {
  .media-best--grid_main {
    max-width: 615px;
  }
}

@media screen and (min-width: 64em) {
  .media-best--grid_main {
    grid-gap: 20px 20px;
    max-width: 1246px;
  }
}

.media-best--item {
  background-color: #e0e0e0;
}

.media-text {
  display: flex;
  position: relative;
  background-color: var(--media-best-card-color);
}

@media screen and (min-width: 64em) {
  .media-text {
    background-color: transparent;
  }
}

.media-text--head {
  display: flex;
  flex-direction: column;
  padding: 20px 15px 15px;
}

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

.media-text--head .media-meta {
  display: flex;
  justify-content: center;
}

.media-text--label {
  margin: 0 0 10px;
  color: #e50c2c;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.media-text--heading {
  margin: 0 0 17px;
  color: var(--media-best-heading-color);
  font-family: "PT Serif", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.media-text--heading::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.media-text--summary {
  margin: 0 0 12px;
  color: var(--media-best-summary-color);
  font-size: 15px;
  line-height: 21px;
  text-align: center;
}

.media-news {
  display: flex;
  position: relative;
  flex-direction: column;
  background-color: var(--media-best-card-color);
}

@media screen and (min-width: 64em) {
  .media-news {
    background-color: transparent;
  }
}

.media-news--image {
  width: 100%;
  padding-bottom: 61.195%;
  background-image: url(/nimg/509x252.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-news--head {
  display: flex;
  flex-direction: column;
  padding: 19px 15px 15px;
}

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

.media-news--head .media-meta {
  display: flex;
  justify-content: center;
}

.media-news--label {
  margin: 0 0 8px;
  color: #e50c2c;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.media-news--heading {
  margin: 0 0 8px;
  color: var(--media-best-heading-color);
  font-family: "PT Serif", serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.media-news--heading::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.media-video {
  display: flex;
  position: relative;
  flex-direction: column;
  background-color: var(--media-best-card-color);
}

@media screen and (min-width: 64em) {
  .media-video {
    background-color: transparent;
  }
}

.media-video--image {
  position: relative;
  width: 100%;
  padding-bottom: 61.195%;
  background-image: url(/nimg/479x267.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-video--image::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  transform: translate(-50%, -50%);
  background-image: url(/nimg/stream-play.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 46px;
  content: '';
}

.media-video--head {
  display: flex;
  flex-direction: column;
  padding: 19px 15px 15px;
}

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

.media-video--head .media-meta {
  display: flex;
  justify-content: center;
}

.media-video--label {
  margin: 0 0 8px;
  color: #e50c2c;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.media-video--heading {
  margin: 0 0 8px;
  color: var(--media-best-heading-color);
  font-family: "PT Serif", serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.media-video--heading::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.widget-search {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1276px;
  margin: 0 auto;
  padding: 0 15px 30px;
}

.search-form {
  --s-form-field-bg-color: #fff;
  --s-form-field-color: #000;
  --s-form-field-border-color: #e0e0e0;
  --s-form-button-bg-color: #4f4f4f;
  width: 100%;
  margin: 0 0 20px;
}

.content_theme .search-form {
  --s-form-field-bg-color: var(--layer-2-color, #fff);
  --s-form-field-color: var(--text-2-color, #000);
  --s-form-field-border-color: var(--line-1-color, #e0e0e0);
  --s-form-button-bg-color: var(--layer-4-color, #4f4f4f);
}

.search-form_medium {
  max-width: 960px;
}

.search-form_small {
  margin: 20px 0 0;
}

.search-form_nick {
  margin: 24px 0 0;
}

.search-field {
  display: flex;
}

.search-field--input {
  z-index: 1;
  position: relative;
  width: 100%;
  padding: 8px 12px;
  border: 1px solid var(--s-form-field-border-color);
  border-radius: 3px 0 0 3px;
  background-color: var(--s-form-field-bg-color);
  color: var(--s-form-field-color);
}

.search-form_small .search-field--input {
  padding: 3px 12px;
}

.search-form_nick .search-field--input {
  padding: 3px 12px;
}

.search-field--button {
  height: 42px;
  padding: 0 20px 0 21px;
  border: 1px solid var(--s-form-field-border-color);
  border-left: 0;
  border-radius: 0 3px 3px 0;
  background-color: var(--s-form-button-bg-color);
  background-image: url(/nimg/search-input-button.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .search-field--button {
    padding: 0 40px 0 55px;
    background-position: 30px 50%;
  }
}

.search-form_small .search-field--button {
  height: 32px;
  background-size: 15px;
  font-size: 14px;
  line-height: 1;
}

@media screen and (min-width: 48em) {
  .search-form_small .search-field--button {
    padding: 0 20px 0 35px;
    background-position: 15px 50%;
  }
}

.search-form_nick .search-field--button {
  height: 32px;
  background-size: 15px;
  font-size: 14px;
  line-height: 1;
}

@media screen and (min-width: 48em) {
  .search-form_nick .search-field--button {
    padding: 0 20px 0 35px;
    background-position: 15px 50%;
  }
}

.search-field--txt {
  display: none;
}

@media screen and (min-width: 48em) {
  .search-field--txt {
    display: inline;
  }
}

.search-note {
  color: #202020;
  font-size: 16px;
  line-height: 20px;
}

.search-filter {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
}

.search-filter--button {
  height: 22px;
  padding: 0 8px;
  border-radius: 3px;
  color: #202020;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
}

.search-filter--button:not(:last-child) {
  margin: 0 5px 0 0;
}

.search-filter--button.active {
  background-color: #e50c2c;
  color: #fff;
}

.search-pager {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 10px;
}

.s-pager {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1246px;
  margin: 0;
  list-style-type: none;
}

.s-pager li {
  margin: 0;
}

.s-pager--link {
  display: flex;
  margin: 0 0 5px;
  padding: 6px 8px;
  color: #202020;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.active .s-pager--link {
  background-color: #efefef;
}

.s-pager--link span {
  margin: 0 0 0 5px;
  color: #909090;
}

.article {
  --article-bg-color: var(--layer-2a-color, #fff);
  --article-color: var(--post-color, #202020);
  --article-heading-color: var(--text-2-color, #202020);
  --article-lead-color: var(--text-2-color, #000);
  --article-lead-image-border-color: var(--line-1-color, #eee);
  --article-fig-color: var(--text-6-color, #757575);
  --article-blockquote-bg-color: var(--layer-3-color, #fbfbfb);
  --article-blockquote-color: var(--text-4-color, #000);
  --article-blockquote-border-color: var(--line-1-color, #ccc);
  --article-line-color: var(--line-1-color, #ccc);
  --article-social-heading-color: var(--text-6-color, #909090);
  --article-tag-heading-color: var(--text-6-color, #909090);
  --article-tag-color: var(--text-5-color, #404040);
  --article-sm-color: var(--text-6-color, #909090);
  --article-sm-link-color: var(--text-5-color, #404040);
  --article-table-bg-color: var(--layer-4-color, #eee);
  --article-table-color: var(--text-2-color, #424242);
  --article-table-hover-color: var(--layer-2-color, #f5f5f5);
  --article-table-border-color: var(--line-2-color, #e0e0e0);
  --quiz-lead-color: var(--text-3-color, #000);
  --crs-tag-color: var(--text-5-color, #aaa);
  --crs-line-color: var(--line-2-color, #f0f0f0);
  --prl-header-color: var(--text-3-color, #000);
  --prl-tag-color: var(--text-5-color, #aaa);
  --prl-link-color: var(--text-2-color, #000);
  --prl-line-color: var(--line-2-color, #f0f0f0);
  --prl-icon-bg-color: var(--layer-4-color, #fdeaed);
  --prl-image-bg-color: var(--layer-4-color, #f4f4f4);
  --prl-border-color: var(--line-1-color, #f0f0f0);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
  border-bottom: 1px solid var(--article-line-color);
  background-color: var(--article-bg-color);
}

@media screen and (min-width: 64em) {
  .article {
    padding: 55px 15px 40px;
  }
}

.article--inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 994px;
}

.article--inner.article-quiz--inner {
  background-color: var(--article-bg-color);
}

.article--inner .article--lead {
  color: var(--quiz-lead-color);
}

.article--inner .article--lead a {
  color: var(--quiz-lead-color);
  text-decoration: underline;
}

.article--inner .article--lead_center p {
  color: var(--quiz-lead-color);
}

.article--meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 25px;
  margin: 0 0 18px;
}

@media screen and (min-width: 64em) {
  .article--meta {
    margin: 0 0 28px;
  }
}

.article--meta_center {
  justify-content: center;
}

.article--label {
  margin: 0 0 7px;
  color: #e50c2c;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
}

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

.article-quiz .article--label {
  margin: 0 auto 7px;
}

@media screen and (min-width: 64em) {
  .article-quiz .article--label {
    margin: 0 auto 12px;
  }
}

.article--heading {
  margin: 0 0 10px;
  color: var(--article-heading-color);
  font-family: "Noto Serif", serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
}

@media screen and (min-width: 64em) {
  .article--heading {
    margin: 0 0 13px;
    font-size: 36px;
    line-height: 44px;
  }
}

.article--heading_center {
  margin-right: auto;
  margin-left: auto;
}

.article-quiz--inner .article--heading {
  text-align: center;
}

.article--lead {
  margin: 0 0 20px;
  color: #000;
  font-size: 17px;
  line-height: 25px;
}

.article--lead_center {
  text-align: center;
}

@media screen and (min-width: 48em) {
  .article--lead_center {
    padding: 0 15px;
  }
}

.article--lead_center p {
  margin: 0;
  color: #000;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .article--lead_center p {
    font-size: 19px;
    line-height: 28px;
  }
}

.article--separator {
  height: 18px;
  margin: 20px 0 25px;
  background-image: url(/nimg/article-separator.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

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

.article--photo {
  display: table;
  margin: 15px 0 20px;
}

@media screen and (min-width: 64em) {
  .article--photo {
    margin: 35px 0 40px;
  }
}

.article--photo_center {
  margin: 15px auto 20px;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .article--photo_center {
    margin: 35px auto 40px;
  }
}

.article--photo_right {
  margin: 15px auto 20px;
}

@media screen and (min-width: 64em) {
  .article--photo_right {
    margin: 35px auto 40px;
  }
}

.article .nowrap {
  white-space: nowrap;
}

.article .card {
  display: inline-block;
  width: 25px;
  height: 16px;
  background-image: url(/nimg/cards-16-fixed.svg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
}

.article figcaption {
  padding: 15px 15px 0;
  color: var(--article-fig-color);
  font-size: 15px;
  font-style: italic;
  line-height: 20px;
  text-align: center;
}

.article .align-center {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.article .twitter-tweet {
  margin: 25px auto !important;
}

@media screen and (min-width: 48em) {
  .article .twitter-tweet {
    margin: 28px auto !important;
  }
}

.article .instagram-media {
  margin: 25px auto !important;
}

@media screen and (min-width: 48em) {
  .article .instagram-media {
    margin: 28px auto !important;
  }
}

.article div[data-oembed-url*='/t.me/'] {
  margin: 25px auto !important;
}

@media screen and (min-width: 48em) {
  .article div[data-oembed-url*='/t.me/'] {
    margin: 28px auto !important;
  }
}

.article .f14 {
  margin: 0 0 14px;
  color: var(--article-heading-color);
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

@media screen and (min-width: 64em) {
  .article .f14 {
    font-size: 28px;
    line-height: 28px;
  }
}

.article .f16 {
  margin: 0 0 14px;
  color: var(--article-heading-color);
  font-family: "Noto Serif", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
}

@media screen and (min-width: 64em) {
  .article .f16 {
    font-size: 22px;
    line-height: 28px;
  }
}

.article-lead {
  grid-gap: 15px 0;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 0 15px;
}

@media screen and (min-width: 48em) {
  .article-lead {
    grid-gap: 0 25px;
    grid-template-columns: fit-content(350px) 1fr;
  }
}

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

.article-lead--picture {
  max-width: 350px;
}

.article-lead--picture_accent {
  background-color: #eee;
}

.promo-page .article-lead--picture {
  box-shadow: inset 0 0 0 1px var(--article-lead-image-border-color);
}

.article-lead--text p {
  margin: 0;
  color: var(--article-lead-color);
  font-family: Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

@media screen and (min-width: 64em) {
  .article-lead--text p {
    font-size: 19px;
    line-height: 28px;
  }
}

.article-lead--text a {
  color: var(--article-lead-color);
  text-decoration: underline;
}

.article-lead a {
  color: var(--article-lead-color);
  text-decoration: underline;
}

.article-body {
  padding: 0 0 40px;
}

.article-body h2 {
  margin: 35px 0 25px;
  color: var(--article-heading-color);
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

@media screen and (min-width: 64em) {
  .article-body h2 {
    margin: 42px 0 28px;
    font-size: 28px;
    line-height: 28px;
  }
}

.article-body h3 {
  margin: 15px 0 10px;
  color: var(--article-heading-color);
  font-family: "Noto Serif", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
}

@media screen and (min-width: 64em) {
  .article-body h3 {
    margin: 28px 0 14px;
    font-size: 22px;
    line-height: 28px;
  }
}

.article-body a {
  color: var(--article-color);
  font-weight: 700;
  text-decoration: underline;
  word-break: break-word;
  overflow-wrap: break-word;
}

.article-body a.ck-anchor {
  font-weight: inherit;
  text-decoration: inherit;
  cursor: inherit;
}

.article-body a.a-hall::before {
  display: inline-block;
  flex-shrink: 0;
  width: 21px;
  height: 23px;
  margin: 0 4px 0 4px;
  background-image: url(/nimg/hof-crown-article.svg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 21px;
  vertical-align: middle;
  content: '';
}

.article-body ul {
  margin: 28px 0;
  list-style-type: disc;
}

.article-body ol {
  margin: 28px 0;
}

.article-body li {
  margin: 0 0 7px 2em;
  color: var(--article-color);
  font-family: "Noto Serif", serif;
  font-size: 15px;
  line-height: 25px;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 64em) {
  .article-body li {
    font-size: 17px;
    line-height: 28px;
  }
}

.article-body p {
  margin: 0 0 14px;
  color: var(--article-color);
  font-family: "Noto Serif", serif;
  font-size: 15px;
  line-height: 25px;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 64em) {
  .article-body p {
    font-size: 17px;
    line-height: 28px;
  }
}

.article-body blockquote {
  margin: 30px 0;
  padding: 18px 15px 2px;
  border-top: 1px solid var(--article-blockquote-border-color);
  border-bottom: 1px solid var(--article-blockquote-border-color);
  background-color: var(--article-blockquote-bg-color);
}

@media screen and (min-width: 64em) {
  .article-body blockquote {
    padding: 38px 40px 23px;
  }
}

.article-body blockquote p {
  color: var(--article-blockquote-color);
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 25px;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 64em) {
  .article-body blockquote p {
    font-size: 19px;
    line-height: 28px;
  }
}

.article-video {
  width: 100%;
  max-width: 854px;
  margin: 15px 0;
}

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

.comments-best .article-video {
  max-width: 427px;
}

.comments-list .article-video {
  max-width: 427px;
}

.align-center .article-video {
  margin: 15px auto;
}

@media screen and (min-width: 64em) {
  .align-center .article-video {
    margin: 30px auto;
  }
}

.article-video_center {
  margin: 15px auto;
}

@media screen and (min-width: 64em) {
  .article-video_center {
    margin: 30px auto;
  }
}

.article-video_live {
  max-width: 736px;
  margin: 0 0 25px;
}

@media screen and (min-width: 64em) {
  .article-video_live {
    margin: 0 0 55px;
  }
}

.article-video--ratio {
  position: relative;
  padding-bottom: 56.25%;
}

.article-video--ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-video--ratio .jwplayer {
  position: relative;
  width: initial !important;
  height: initial !important;
  padding-bottom: 56.25%;
}

.article-video--ratio .jwplayer video {
  width: inherit !important;
  height: inherit !important;
  transform: none !important;
}

.article-video--ratio .videobg {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.article-video--ratio .videobg video {
  width: 100% !important;
  height: 100% !important;
}

.content-spoiler--button {
  width: 76px;
  margin: 2px 0 0 4px;
  padding: 2px 9px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #606060;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
}

.spoiler .content-spoiler--button {
  color: #606060;
  font-weight: 700;
  text-decoration: none;
}

.article-share {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 25px 0 0;
  border-top: 1px solid var(--article-line-color);
}

.article-tag {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.article-tag_medium {
  margin: 0 0 20px;
}

@media screen and (min-width: 64em) {
  .article-tag_medium {
    width: 60%;
    margin: 0;
  }
}

.article-tag--item {
  position: relative;
  color: var(--article-tag-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}

.article-tag--item:first-child::before {
  margin: 0 5px 0 0;
  color: var(--article-tag-heading-color);
  content: 'Теги:';
}

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

.article-tag--item:not(:last-child)::after {
  position: relative;
  top: 0;
  left: 0;
  content: ',';
}

.article-social {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .article-social_small {
    justify-content: flex-end;
    width: 40%;
  }
}

.article-social--heading {
  width: 100%;
  margin: 0 0 8px;
  color: var(--article-social-heading-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .article-social--heading {
    width: auto;
    margin: 0 10px 0 0;
  }
}

.article-social--inner {
  display: flex;
  align-items: flex-start;
}

.article-social--item {
  display: flex;
  position: relative;
  color: #909090;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.article-social--item::before {
  position: relative;
  top: 0;
  left: 0;
  height: 20px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  content: '';
}

.article-social--item_vk::before {
  width: 26px;
  background-image: url(/nimg/social-item-vk.svg);
  background-size: 26px;
}

.article-social--item_fb::before {
  width: 18px;
  background-image: url(/nimg/social-item-fb.svg);
  background-size: 18px;
}

.article-social--item_tw::before {
  width: 23px;
  background-image: url(/nimg/social-item-tw.svg);
  background-size: 23px;
}

.article-social--item:not(:last-child) {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

.article-social--item:not(:last-child)::after {
  position: relative;
  top: 0;
  left: 10px;
  border-right: 1px solid var(--article-line-color);
  content: '';
}

.article-sm {
  display: flex;
  width: 100%;
  margin: 0 0 25px;
}

.article-sm--link {
  color: var(--article-sm-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}

.article-sm--link a {
  color: var(--article-sm-link-color);
  text-decoration: none;
}

.promo-page-sm {
  display: flex;
  width: 100%;
  margin: 0 0 25px;
}

.promo-page-sm--link {
  color: var(--article-sm-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}

.promo-page-sm--link a {
  color: var(--article-sm-link-color);
  text-decoration: none;
}

.article--inner .article-table {
  margin: 15px 0 20px;
  overflow-x: auto;
}

@media screen and (min-width: 64em) {
  .article--inner .article-table {
    margin: 35px 0 40px;
  }
}

.article--inner .article-table table {
  width: auto;
  margin: 0 auto;
  border: 0;
  border-collapse: collapse;
  background-color: transparent;
  box-shadow: none;
}

.article--inner .article-table table tr:hover td {
  background-color: var(--article-table-hover-color);
}

.article--inner .article-table table th {
  padding: 10px;
  border: 1px solid var(--article-table-border-color);
  background-color: var(--article-table-bg-color);
  color: var(--article-table-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.article--inner .article-table table th p {
  margin: 0;
  color: var(--article-table-color);
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 64em) {
  .article--inner .article-table table th p {
    font-size: 14px;
    line-height: 1.4;
  }
}

.article--inner .article-table table td {
  padding: 10px;
  border: 1px solid var(--article-table-border-color);
  color: var(--article-table-color);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .article--inner .article-table table td {
    font-size: 14px;
  }
}

.article--inner .article-table table td p {
  margin: 0;
  color: var(--article-table-color);
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

@media screen and (min-width: 64em) {
  .article--inner .article-table table td p {
    font-size: 14px;
    line-height: 1.4;
  }
}

.article--inner .article-table tr:nth-child(even) td,
.article--inner .article-table tr:nth-child(even) th {
  background-color: transparent;
}

.live-breadcrumbs {
  --live-breadcrumbs-bg-color: var(--layer-2a-color, #fff);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0 0;
  background-color: var(--live-breadcrumbs-bg-color);
}

.live-breadcrumbs--link {
  --live-link-color: var(--text-5-color, #606060);
  display: flex;
  align-items: center;
  padding: 5px 0;
  color: var(--live-link-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.live-breadcrumbs--link:not(:last-child) {
  margin: 0 16px 0 0;
}

.widget-tgm-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 32px 0;
}

.widget-tgm {
  --tgm-bg-color: var(--layer-4-color, #fff);
  --tgm-head-color: var(--text-1-color, #000);
  gap: 24px 0;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1246px;
  padding: 32px 24px;
  border-radius: 10px;
  background-color: var(--tgm-bg-color);
  box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

@media screen and (min-width: 64em) {
  .widget-tgm {
    gap: 0 48px;
    grid-template-columns: 1fr 302px;
    align-items: center;
    padding: 48px 64px;
  }
}

.promo-page--content .widget-tgm {
  background-color: #f5f5f5;
  box-shadow: none;
}

.widget-tgm--head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .widget-tgm--head {
    flex-direction: row;
  }
}

.widget-tgm--logo {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  margin: 0 0 16px;
}

@media screen and (min-width: 48em) {
  .widget-tgm--logo {
    margin: 0 48px 0 0;
  }
}

.widget-tgm--heading {
  color: var(--tgm-head-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (min-width: 48em) {
  .widget-tgm--heading {
    font-size: 20px;
  }
}

@media screen and (min-width: 64em) {
  .widget-tgm--heading {
    max-width: 490px;
  }
}

.promo-page--content .widget-tgm--heading {
  color: #000;
}

.widget-tgm--link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 302px;
  height: 64px;
  padding: 0 16px;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
}

.widget-tgm--link svg {
  --i-color1: #fff;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
}

.promo-page--content .widget-tgm--link {
  background-color: #2ca5e0;
}

.widget-bl {
  --wcl-article-lead-color: var(--text-2-color, #898989);
  gap: 16px 0;
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 20px 0;
  padding: 19px 0;
}

@media screen and (min-width: 64em) {
  .widget-bl {
    margin: 40px 0;
  }
}

.widget-bl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: #ec314d;
  content: '';
}

.widget-bl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: var(--crs-line-color);
  content: '';
}

.widget-bl--inner {
  gap: 0 16px;
  display: grid;
  grid-template-columns: 56px 1fr;
}

@media screen and (min-width: 48em) {
  .widget-bl--inner {
    grid-template-columns: 56px 1fr 160px;
  }
}

.widget-bl--image {
  display: flex;
  width: 56px;
  height: 56px;
}

.widget-bl--image img {
  object-fit: cover;
  border-radius: 10px;
}

.widget-bl--image_promo img {
  object-fit: contain;
}

.widget-bl--head {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 48em) {
  .widget-bl--head {
    justify-content: center;
  }
}

.widget-bl--heading {
  color: var(--article-heading-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}

@media screen and (min-width: 48em) {
  .widget-bl--heading {
    font-size: 20px;
  }
}

.widget-bl--link {
  display: none;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 100%;
  max-width: 160px;
  height: 40px;
  padding: 0 24px;
  border: 1px solid #ec314d;
  border-radius: 10px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .widget-bl--link {
    display: flex;
  }
}

.article-body .widget-bl--link {
  color: #ec314d;
  text-decoration: none;
}

.widget-bl--link_mobile {
  display: flex;
}

@media screen and (min-width: 48em) {
  .widget-bl--link_mobile {
    display: none;
  }
}

.widget-cross {
  --wcl-article-lead-color: var(--text-2-color, #898989);
  gap: 16px 0;
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 20px 0;
  padding: 19px 0;
}

@media screen and (min-width: 64em) {
  .widget-cross {
    margin: 40px 0;
  }
}

.widget-cross::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: #ec314d;
  content: '';
}

.widget-cross::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: var(--crs-line-color);
  content: '';
}

.widget-cross--inner {
  gap: 0 16px;
  display: grid;
  grid-template-columns: 56px 1fr;
}

@media screen and (min-width: 48em) {
  .widget-cross--inner {
    grid-template-columns: 56px 1fr 160px;
  }
}

.widget-cross--image {
  display: flex;
  width: 56px;
  height: 56px;
}

.widget-cross--image img {
  object-fit: cover;
  border-radius: 10px;
}

.widget-cross--image_promo img {
  object-fit: contain;
}

.widget-cross--head {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.widget-cross--tag {
  margin: 0 0 4px;
  color: var(--crs-tag-color);
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .widget-cross--tag {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 24px;
  }
}

.widget-cross--heading {
  color: var(--article-heading-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}

@media screen and (min-width: 48em) {
  .widget-cross--heading {
    font-size: 20px;
  }
}

.widget-cross--head .widget-cross--heading {
  color: var(--article-heading-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}

@media screen and (min-width: 48em) {
  .widget-cross--head .widget-cross--heading {
    font-size: 20px;
  }
}

.widget-cross--lead {
  color: var(--wcl-article-lead-color);
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 48em) {
  .widget-cross--lead {
    font-size: 16px;
    line-height: 24px;
  }
}

.widget-cross--lead p {
  margin: 0;
  color: var(--wcl-article-lead-color);
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 48em) {
  .widget-cross--lead p {
    font-size: 16px;
    line-height: 24px;
  }
}

.widget-cross--link {
  display: none;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 100%;
  max-width: 160px;
  height: 40px;
  padding: 0 24px;
  border: 1px solid #ec314d;
  border-radius: 10px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .widget-cross--link {
    display: flex;
  }
}

.article-body .widget-cross--link {
  color: #ec314d;
  text-decoration: none;
}

.widget-cross--link_mobile {
  display: flex;
}

@media screen and (min-width: 48em) {
  .widget-cross--link_mobile {
    display: none;
  }
}

.widget-race {
  --grr-header-color: var(--text-3-color, #000);
  --grr-line-color: var(--line-2-color, #f0f0f0);
  --grr-icon-bg-color: var(--layer-4-color, #fdeaed);
  --grr-border-color: var(--line-2-color, #dfe1e4);
  --grr-label-color: var(--text-1-color, #000);
  --grr-field-color: var(--text-1-color, #000);
  --grr-field-bg-color: var(--layer-4-color, #fff);
  --grr-field-ro-bg-color: var(--line-2-color, #e0e0e0);
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  margin: 20px 0;
}

@media screen and (min-width: 64em) {
  .widget-race {
    margin: 40px 0;
  }
}

.widget-race::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: #ec314d;
  content: '';
}

.widget-race::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: var(--grr-line-color);
  content: '';
}

.widget-race--head {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 0;
}

.widget-race--head a {
  text-decoration: none;
}

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

.widget-race--icon svg {
  --color1: #ec314d;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.widget-race--heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.article-body .widget-race--heading {
  color: var(--grr-header-color);
}

.widget-race--main {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 8px 0 24px;
}

.widget-race--list {
  gap: 16px 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.widget-race--list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}

.article-body .widget-race--list {
  margin: 0 0 24px;
  list-style-type: none;
}

.widget-race--label {
  margin: 0 0 4px;
  color: var(--grr-label-color);
  font-size: 16px;
}

.widget-race--label a {
  color: var(--grr-label-color);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.widget-race--label a:hover {
  text-decoration: underline;
}

.widget-race--field {
  width: 100%;
  padding: 21px 16px 22px;
  border: 1px solid var(--grr-border-color);
  border-radius: 10px;
  background-color: var(--grr-field-bg-color);
  color: var(--grr-field-color);
  font-size: 16px;
  line-height: 16px;
}

.widget-race--field::-moz-placeholder {
  color: #757575;
}

.widget-race--field::placeholder {
  color: #757575;
}

.widget-race--field:-moz-read-only {
  background-color: var(--grr-field-ro-bg-color);
}

.widget-race--field:read-only {
  background-color: var(--grr-field-ro-bg-color);
}

.widget-race--send {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  height: 64px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

.widget-prlink {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  margin: 20px 0;
}

@media screen and (min-width: 64em) {
  .widget-prlink {
    margin: 40px 0;
  }
}

.widget-prlink::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: #ec314d;
  content: '';
}

.widget-prlink::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: var(--prl-line-color);
  content: '';
}

.prl-widget--head {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 0;
}

.prl-widget--head a {
  text-decoration: none;
}

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

.prl-widget--icon svg {
  --color1: #ec314d;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.prl-widget--heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.article-body .prl-widget--heading {
  color: var(--prl-header-color);
}

.prl-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 76px;
  height: 24px;
  margin: 0 0 0 auto;
}

.prl-control--button {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.prl-control--button svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

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

.prl-control--button_prev {
  transform: rotate(180deg);
}

.prl-control--button_disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.widget-prlink--main {
  position: relative;
  overflow: hidden;
  list-style: none;
}

.widget-prlink--wrap {
  display: flex;
  position: relative;
}

.article-body .widget-prlink--list {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.widget-prlink--item {
  gap: 0 16px;
  display: grid;
  grid-template-columns: 48px 1fr;
  padding: 16px 0;
  border-top: 1px solid var(--prl-border-color);
}

.article-body .widget-prlink--item {
  margin: 0;
}

.widget-prlink--image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background-color: var(--prl-image-bg-color);
}

.widget-prlink--head {
  display: flex;
  flex-direction: column;
}

.widget-prlink--head a {
  text-decoration: none;
}

.widget-prlink--tag {
  margin: 0 0 8px;
  padding: 4px 0 0;
  color: var(--prl-tag-color);
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.widget-prlink--heading {
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.article-body .widget-prlink--heading {
  color: var(--prl-link-color);
}

.widget-prroom {
  --prm-item-bg-color: var(--layer-3-color, #fff);
  --prm-item-color: var(--text-3-color, #aaa);
  --prm-item-list-color: var(--text-1-color, #000);
  --prm-item-line-color: var(--line-1-color, #f0f0f0);
  --prm-item-border-color: var(--line-2-color, #e3e3e3);
  --prm-item-net-color: var(--text-3-color, #aaa);
  --prm-item-net-bg-color: var(--layer-4-color, #f4f4f4);
  --prm-header-color: var(--text-3-color, #000);
  --prm-line-color: var(--line-2-color, #f0f0f0);
  --prm-icon-bg-color: var(--layer-4-color, #fdeaed);
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  margin: 20px 0;
}

@media screen and (min-width: 64em) {
  .widget-prroom {
    margin: 40px 0;
  }
}

.widget-prroom::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: #ec314d;
  content: '';
}

.widget-prroom::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: var(--prm-line-color);
  content: '';
}

.prm-widget--head {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 0;
}

.prm-widget--head a {
  text-decoration: none;
}

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

.prm-widget--icon svg {
  --color1: #ec314d;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.prm-widget--heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.article-body .prm-widget--heading {
  color: var(--prm-header-color);
}

.prm-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 76px;
  height: 24px;
  margin: 0 0 0 auto;
}

.prm-control--button {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.prm-control--button svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

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

.prm-control--button_prev {
  transform: rotate(180deg);
}

.prm-control--button_disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.widget-prroom--main {
  position: relative;
  overflow: hidden;
}

.widget-prroom--wrap {
  display: flex;
  position: relative;
  padding: 0 0 20px;
}

.widget-prroom--list {
  display: flex;
  flex-shrink: 0;
  width: 100%;
}

.prroom-item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--prm-item-border-color);
  border-radius: 10px;
  background-color: var(--prm-item-bg-color);
}

.prroom-item--inner {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 180px;
  height: 98px;
  padding: 24px;
}

.prroom-item--logo {
  position: relative;
  width: 100%;
}

.prroom-item--logo_dark {
  display: none;
}

[theme='dark'] .prroom-item--logo_dark {
  display: flex;
}

[theme='dark'] .prroom-item--logo_light {
  display: none;
}

.prroom-item--content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  padding: 0 24px 32px;
}

@media screen and (min-width: 48em) {
  .prroom-item--content {
    padding: 0 32px 32px;
  }
}

.prroom-item--wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 26px;
  margin: 0 0 16px;
  padding: 16px 0 0;
  border-top: 1px solid var(--prm-item-line-color);
}

.prroom-item--link {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  display: flex;
  align-items: center;
}

.article-body .prroom-item--link {
  color: var(--prm-item-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.prroom-item--link::after {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  content: '';
}

.prroom-item--network {
  padding: 6px 8px;
  border-radius: 4px;
  background-color: var(--prm-item-net-bg-color);
  color: var(--prm-item-net-color);
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.article-body .prroom-item--list {
  margin: 0 0 auto;
}

.prroom-item--list li {
  display: flex;
  margin: 0;
  color: var(--prm-item-list-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.prroom-item--list li:not(:last-child) {
  margin: 0 0 8px;
}

.prroom-item--list li::before {
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  margin: 0 11px 0 0;
  transform: translateY(6px);
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.24265' y='0.707107' width='5' height='5' rx='0.5' transform='rotate(45 4.24265 0.707107)' stroke='%23000' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 9px;
  content: '';
}

[theme='dark'] .prroom-item--list li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.24265' y='0.707107' width='5' height='5' rx='0.5' transform='rotate(45 4.24265 0.707107)' stroke='%23fff' /%3E%3C/svg%3E");
}

.prroom-item--list li p {
  margin: 0;
  line-height: 24px;
}

.comments-best {
  --comments-heading-color: var(--text-5-color, #333);
  --comments-arrow-bg-color: var(--layer-3-color, #fff);
  --comments-arrow-border-color: var(--line-2-color, #e0e0e0);
  --comments-top-bg-color: var(--layer-5-color, #fff);
  padding: 20px 0 0;
}

@media screen and (min-width: 48em) {
  .comments-best {
    padding: 40px 0 0;
  }
}

.comments-best--inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1276px;
  margin: 0 auto 15px;
  padding: 0 15px;
}

@media screen and (min-width: 48em) {
  .comments-best--inner {
    flex-direction: row;
    align-items: center;
  }
}

.comments-best-heading {
  margin: 0 0 9px;
  color: var(--comments-heading-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .comments-best-heading {
    margin: 0;
    font-size: 23px;
  }
}

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

@media screen and (min-width: 48em) {
  .comments-top {
    margin: 0 0 0 25px;
  }
}

.comments-top--item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 6px 0 0;
  background-color: var(--comments-top-bg-color);
  cursor: pointer;
}

.comments-top--item_active {
  box-shadow: inset 0 0 0 2px #e50c2c;
}

.comments-top--item_active::after {
  z-index: 2;
  position: absolute;
  top: 50px;
  left: 12px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  border: solid var(--comments-arrow-border-color);
  border-width: 1px 0 0 1px;
  background-color: var(--comments-arrow-bg-color);
  content: '';
}

.comments-top--avatar {
  width: 32px;
  height: 32px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.comments-top--button-next,
.comments-top--button-prev {
  display: none;
  z-index: 2;
  width: 28px;
  height: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .comments-top--button-next,
.comments-top--button-prev {
    display: block;
  }
}

.comments-top--button-next_disabled,
.comments-top--button-prev_disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.comments-top--button-prev {
  margin: 0 15px 0 0;
  background-image: url(/nimg/slider-hot-prev.svg);
}

.comments-top--button-next {
  margin: 0 0 0 9px;
  background-image: url(/nimg/slider-hot-next.svg);
}

.comments-list {
  padding: 20px 0 0;
}

@media screen and (min-width: 48em) {
  .comments-list {
    padding: 40px 0 0;
  }
}

.comments-list--pager {
  display: flex;
  width: 100%;
  max-width: 1276px;
  margin: 0 auto;
  padding: 5px 15px;
}

.comments-list-heading {
  --comments-heading-color: var(--text-5-color, #333);
  width: 100%;
  max-width: 1276px;
  margin: 0 auto 11px;
  padding: 0 0 0 15px;
  color: var(--comments-heading-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .comments-list-heading {
    margin: 0 auto 18px;
    padding: 0 15px;
    font-size: 23px;
  }
}

.comments-editor {
  padding: 30px 0;
}

.admin-post {
  --admin-post-border-color: var(--line-1-color, #ccc);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 5px;
}

.admin-post--editor {
  width: 100%;
  color: #909090;
  font-size: 12px;
  line-height: 18px;
}

@media screen and (min-width: 48em) {
  .admin-post--editor {
    margin: 0 0 0 180px;
  }
}

.admin-post--button {
  color: #909090;
  font-size: 12px;
  line-height: 24px;
  white-space: nowrap;
}

.admin-post--button_ip {
  margin: 0 auto 0 0;
  line-height: 26px;
}

.admin-post--button_edit {
  margin: 0 0 0 auto;
  padding: 0 5px;
  border: 1px solid var(--admin-post-border-color);
  line-height: 22px;
}

.admin-post--button_edit_admin {
  margin: 0 0 0 auto;
  padding: 0 5px;
  line-height: 24px;
}

.admin-post--button_delete {
  margin: 0 0 0 -1px;
  padding: 0 5px;
  border: 1px solid var(--admin-post-border-color);
  color: #e57373;
  line-height: 22px;
}

.admin-post--button_delete_admin {
  padding: 0 5px;
  color: #e57373;
  line-height: 24px;
}

.admin-post--check {
  flex-shrink: 0;
  margin: 0 0 0 10px;
}

#chatContainer iframe {
  width: 100%;
  height: 497px;
  margin: 0 0 40px;
}

@media screen and (min-width: 50.8125em) {
  #chatContainer iframe {
    height: 410px;
  }
}

.live-chat {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 40px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}

.live-chat_modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  border: 0;
}

.live-chat--inner {
  display: flex;
  flex-grow: 1;
  height: 318px;
}

.live-chat_modal .live-chat--inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 145px;
  left: 0;
  height: initial;
}

@media screen and (min-width: 48em) {
  .live-chat_modal .live-chat--inner {
    bottom: 89px;
  }
}

.frame-message {
  width: 100%;
  margin: 0;
  padding: 15px 15px 10px;
  overflow-y: auto;
  list-style-type: none;
}

@media screen and (min-width: 48em) {
  .frame-message {
    padding: 15px 15px 10px 30px;
  }
}

.frame-message--item {
  color: #000;
  font-size: 13px;
  line-height: 20px;
}

.msg-time {
  color: #a1a1a1;
  font-size: 13px;
}

.msg-nick {
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.msg-std {
  word-wrap: break-word;
  color: #000;
  font-size: 13px;
  overflow-wrap: break-word;
}

.frame-user {
  display: none;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
  width: 250px;
  padding: 15px 10px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  border-left: 1px solid #ededed;
}

@media screen and (min-width: 48em) {
  .frame-user {
    display: flex;
  }
}

.frame-user--quant {
  color: #a1a1a1;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
}

.frame-user--nick {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.chat-send {
  padding: 15px 15px 10px;
  background-color: #efefef;
}

@media screen and (min-width: 48em) {
  .chat-send {
    padding: 15px 30px 20px;
  }
}

.live-chat_modal .chat-send {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.chat-send--form {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 48em) {
  .chat-send--form {
    flex-wrap: nowrap;
  }
}

.live-chat_modal .chat-send--form {
  flex-wrap: wrap;
}

.chat-send--wrap {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}

@media screen and (min-width: 48em) {
  .chat-send--wrap {
    flex-wrap: nowrap;
  }
}

.chat-send--field {
  width: 100%;
  margin: 0 0 10px;
  padding: 6px 5px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  outline: none;
  font-size: 14px;
}

@media screen and (min-width: 48em) {
  .chat-send--field {
    margin: 0 10px 0 0;
  }
}

.chat-send--button {
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 100%;
  margin: 0 0 10px;
  padding: 0 20px;
  border: 0;
  border-radius: 3px;
  outline: none;
  background-color: #000;
  color: #fff;
  font: inherit;
  font-size: 12px;
  line-height: 32px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .chat-send--button {
    width: auto;
    margin: 0;
  }
}

.chat-send--new {
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #606060;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .chat-send--new {
    width: auto;
    margin: 0 0 0 20px;
  }
}

.chat-send--note {
  width: 100%;
  padding: 6px 0 2px;
  color: #999;
  font-size: 12px;
  line-height: 14px;
}

@media screen and (min-width: 48em) {
  .chat-send--note br {
    display: none;
  }
}

.chat-send.new-messages {
  background-image: url(/nimg/chat-dots.svg);
  background-position: 58px -3px;
  background-repeat: no-repeat;
  background-size: 22px;
}

@media screen and (min-width: 48em) {
  .chat-send.new-messages {
    background-position: 73px -3px;
  }
}

.reg-note {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 15px;
}

.reg-note_register {
  margin: 20px 0;
}

.reg-note--wrap {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin: 0 0 10px;
  padding: 0 0 15px;
  border-bottom: 1px solid #e5e5e5;
}

.reg-note--wrap::before {
  position: absolute;
  bottom: -5px;
  left: 160px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border: solid #e5e5e5;
  border-width: 1px 0 0 1px;
  background-color: #fffdee;
  content: "";
}

.reg-note--heading {
  color: #909090;
  font-size: 18px;
}

.reg-note--heading a {
  color: #616161;
  font-weight: 700;
  text-decoration: underline;
}

.reg-note--subheading {
  margin: 0 0 10px;
  color: #000;
  font-size: 18px;
}

.reg-note--inner {
  max-width: 1246px;
  padding: 20px 15px;
  border: 1px solid #dedede;
  background-color: #fffdf0;
}

@media screen and (min-width: 48em) {
  .reg-note--inner {
    padding: 20px 30px;
  }
}

.reg-note--list {
  margin: 0;
  list-style: disc;
  list-style-position: inside;
}

.reg-note--item {
  margin: 0 0 5px;
  color: #616161;
  font-size: 14px;
}

.reportage-header {
  --rptg-header-bg-color: var(--layer-2-color, #fafafa);
  --rptg-header-color: var(--text-2-color, #202020);
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 15px;
  background-color: var(--rptg-header-bg-color);
}

@media screen and (min-width: 64em) {
  .reportage-header {
    padding: 45px 15px 10px;
  }
}

.reportage-header--inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 990px;
}

.reportage-header--meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 35px;
  margin: 0 0 7px;
}

.reportage-header--sponsor {
  display: none;
  align-items: center;
  margin: 0 0 0 auto;
  color: #a1a1a1;
  font-size: 11px;
  line-height: 28px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .reportage-header--sponsor {
    display: flex;
  }
}

.reportage-header--sponsor span {
  margin: 0 10px 0 0;
}

.reportage-header--heading {
  margin: 0;
  color: var(--rptg-header-color);
  font-family: "Noto Serif", serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
}

@media screen and (min-width: 64em) {
  .reportage-header--heading {
    font-size: 30px;
    line-height: 44px;
  }
}

.reportage-order {
  display: flex;
  width: 100%;
  max-width: 990px;
  margin: 0 0 8px;
  padding: 0 15px;
}

@media screen and (min-width: 48em) {
  .reportage-order {
    margin: 0;
    padding: 0;
  }
}

.reportage-order--button {
  display: flex;
  align-items: center;
  color: #404040;
  font-size: 13px;
  line-height: 28px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .reportage-order--button {
    margin: 0 0 0 auto;
  }
}

.reportage-order--button::before {
  width: 20px;
  height: 26px;
  margin: 0 5px 0 0;
  background-image: url(/nimg/toggle-order.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 29px;
  content: '';
}

.reportage-pager {
  --rptg-pager-bg-color: var(--layer-2-color, #fafafa);
  --rptg-pager-border-color: var(--line-2-color, #dcdcdc);
  --rptg-pager-active-bg-color: var(--layer-2a-color, #fff);
  --rptg-pager-link-bg-color: var(--layer-1-color, #fefefe);
  --rptg-pager-link-mob-bg-color: var(--layer-1-color, #fafafa);
  --rptg-pager-line-color: var(--layer-2a-color, #fff);
  --rptg-pager-color: var(--text-5-color, #000);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid var(--rptg-pager-border-color);
  background-color: var(--rptg-pager-bg-color);
}

@media screen and (min-width: 48em) {
  .reportage-pager {
    padding: 0 15px;
  }
}

.event-pager {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 990px;
  margin: 0;
  list-style-type: none;
}

@media screen and (min-width: 48em) {
  .event-pager {
    flex-direction: row;
    align-items: center;
    transform: translateY(1px);
  }
}

.event-pager li {
  margin: 0;
}

.event-pager--link {
  display: flex;
  padding: 4px 15px;
  background-color: var(--rptg-pager-link-mob-bg-color);
  color: var(--rptg-pager-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .event-pager--link {
    flex-direction: column;
    min-height: 60px;
    padding: 14px 28px 2px;
    border: 1px solid var(--rptg-pager-border-color);
    border-radius: 5px 5px 0 0;
    background-color: var(--rptg-pager-link-bg-color);
    font-size: 23px;
    line-height: 30px;
  }
}

.active .event-pager--link {
  border-bottom-color: var(--rptg-pager-line-color);
  background-color: var(--rptg-pager-active-bg-color);
  color: #e50c2c;
  font-weight: 700;
}

.event-pager--inner {
  display: flex;
}

.event-pager--prefix {
  margin: 0 5px 0 0;
}

@media screen and (min-width: 48em) {
  .event-pager--prefix {
    display: none;
  }
  .active .event-pager--prefix {
    display: block;
  }
}

.event-pager--date {
  display: block;
  margin: 0 0 0 10px;
  padding: 10px 0 0;
  color: #a1a1a1;
  font-family: Roboto, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}

@media screen and (min-width: 48em) {
  .event-pager--date {
    display: none;
    margin: 0;
    padding: 0;
  }
  .active .event-pager--date {
    display: block;
  }
}

.reportage-reload {
  --rptg-reload-bg-color: var(--layer-2a-color, #fff);
  display: none;
  justify-content: center;
  width: 100%;
  padding: 15px;
  background-color: var(--rptg-reload-bg-color);
}

.reportage-reload.active {
  display: flex;
}

.reportage-reload--button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 990px;
  background-color: #393;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .reportage-reload--button {
    font-size: 16px;
  }
}

.reportage-reload--button::after {
  width: 22px;
  height: 22px;
  margin: 0 0 0 20px;
  background-image: url(/nimg/reloading.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  content: '';
}

.reportage-day {
  --rptg-day-bg-color: var(--layer-2a-color, #fff);
  --rptg-day-color: var(--post-color, #202020);
  --rptg-day-line-color: var(--line-2-color, #e5e5e5);
  --rptg-day-border-color: var(--line-2-color, #dcdcdc);
  --rptg-day-dashed-color: var(--line-1-color, #e5e5e5);
  --rptg-day-time-color: var(--text-2-color, #404040);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px 20px;
  border-bottom: 1px solid var(--rptg-day-border-color);
  background-color: var(--rptg-day-bg-color);
}

@media screen and (min-width: 48em) {
  .reportage-day {
    padding: 0 15px;
  }
}

.reportage-day_top {
  border: 0;
}

.reportage-day-pager {
  display: flex;
  width: 100%;
  max-width: 1276px;
  margin: 0 auto;
  padding: 15px 15px 0;
}

.reportage-pager-top .reportage-day-pager {
  max-width: 1020px;
  padding: 15px;
}

.reportage-pager-top {
  --rptg-day-bg-color: var(--layer-2a-color, #fff);
  background-color: var(--rptg-day-bg-color);
}

.reportage-post {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 990px;
  overflow: hidden;
}

@media screen and (min-width: 48em) {
  .reportage-post {
    flex-direction: row;
  }
}

.reportage-post:nth-of-type(1) .reportage-nickname::before {
  display: none;
}

@media screen and (min-width: 48em) {
  .reportage-post:nth-last-of-type(1) .reportage-nickname::after {
    display: none;
  }
}

.reportage-post:nth-last-of-type(1) .reportage-post--inner {
  border-bottom-color: transparent;
}

.reportage-post--inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 0 4px;
}

@media screen and (min-width: 48em) {
  .reportage-post--inner {
    padding: 0 0 24px;
    border-bottom: 1px solid var(--rptg-day-line-color);
  }
}

.reportage-nickname {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 20px 0;
}

@media screen and (min-width: 48em) {
  .reportage-nickname {
    flex-shrink: 0;
    max-width: 150px;
    padding: 20px 0 0;
  }
}

.reportage-nickname::before {
  display: none;
  position: absolute;
  top: 0;
  left: 40px;
  width: 0;
  height: 25px;
  border-right: 1px dashed var(--rptg-day-dashed-color);
  content: '';
}

@media screen and (min-width: 48em) {
  .reportage-nickname::before {
    display: block;
  }
}

.reportage-nickname::after {
  display: none;
  position: absolute;
  top: 57px;
  left: 40px;
  width: 0;
  height: 100%;
  border-right: 1px dashed var(--rptg-day-dashed-color);
  content: '';
}

@media screen and (min-width: 48em) {
  .reportage-nickname::after {
    display: block;
  }
}

.reportage-author {
  display: flex;
  z-index: 2;
  position: relative;
  align-items: center;
  width: 115px;
  height: 36px;
  border: 1px solid var(--rptg-day-line-color);
  border-bottom: 0;
}

.reportage-author--avatar {
  width: 25px;
  height: 25px;
  margin: 0 7px;
  border-radius: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.reportage-author--nick {
  color: #808080;
  font-size: 12px;
  font-weight: 700;
  line-height: 35px;
}

.reportage-date {
  display: flex;
  z-index: 2;
  position: relative;
  align-items: center;
  height: 36px;
  border: 1px solid var(--rptg-day-line-color);
}

.reportage-date::after {
  position: absolute;
  top: -1px;
  left: 115px;
  width: 100vw;
  height: 0;
  border-top: 1px dashed var(--rptg-day-dashed-color);
  content: '';
}

@media screen and (min-width: 48em) {
  .reportage-date::after {
    display: none;
  }
}

.reportage-date--num {
  position: relative;
  width: 40px;
  height: 34px;
  border-right: 1px solid var(--rptg-day-line-color);
}

.reportage-date--num::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 34px;
  background-image: url(/nimg/link-copy-icon.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  content: '';
  pointer-events: none;
}

.reportage-date--num span {
  display: none;
  z-index: 1;
  position: absolute;
  top: -21px;
  left: 0;
  padding: 6px 8px 6px;
  border-radius: 2px;
  background-color: #616161;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  pointer-events: none;
}

.reportage-date--num span::after {
  position: absolute;
  bottom: -4px;
  left: 18px;
  width: 0;
  height: 0;
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #616161 transparent transparent transparent;
  content: '';
}

.reportage-date--time {
  width: 73px;
  color: var(--rptg-day-time-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
}

.reportage-content {
  width: 100%;
  color: var(--rptg-day-color);
}

@media screen and (min-width: 48em) {
  .reportage-content {
    padding: 20px 0 0;
  }
}

.reportage-content h2 {
  margin: 20px 0 10px;
  color: var(--rptg-day-color);
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
}

@media screen and (min-width: 64em) {
  .reportage-content h2 {
    font-size: 25px;
    line-height: 26px;
  }
}

.reportage-content h3 {
  margin: 10px 0;
  color: var(--rptg-day-color);
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

@media screen and (min-width: 64em) {
  .reportage-content h3 {
    font-size: 21px;
    line-height: 26px;
  }
}

.reportage-content a {
  color: var(--rptg-day-color);
  font-weight: 700;
  text-decoration: underline;
  word-break: break-word;
  overflow-wrap: break-word;
}

.reportage-content p {
  margin: 0 0 10px;
  color: var(--rptg-day-color);
  font-size: 17px;
  line-height: 25px;
}

@media screen and (min-width: 48em) {
  .reportage-content p {
    font-size: 18px;
    line-height: 26px;
  }
}

.reportage-content blockquote {
  margin: 30px 0;
  padding: 18px 15px 2px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fbfbfb;
}

@media screen and (min-width: 64em) {
  .reportage-content blockquote {
    padding: 38px 40px 23px;
  }
}

.reportage-content blockquote p {
  margin: 0 0 14px;
  color: #000;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

@media screen and (min-width: 64em) {
  .reportage-content blockquote p {
    font-size: 19px;
    line-height: 28px;
  }
}

.reportage-content .card {
  display: inline-block;
  width: 25px;
  height: 16px;
  background-image: url(/nimg/cards-16-fixed.svg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
}

.reportage-post-controls {
  display: flex;
  flex-wrap: wrap;
}

.reportage-vote {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 32px;
  margin: 0 0 0 auto;
}

.reportage-vote--rating {
  position: relative;
  min-width: 30px;
  height: 30px;
  margin: 0 5px;
  color: #909090;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}

.reportage-vote--rating_positive {
  color: #529410;
  font-weight: 700;
}

.reportage-vote--rating.active::after {
  position: absolute;
  top: 28px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 0 8px 8px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #f2f2f2;
  content: '';
}

.reportage-vote--plus {
  width: 24px;
  height: 24px;
  border: 1px solid var(--rptg-day-line-color);
  border-radius: 50%;
  background-image: url(/nimg/rating-plus-mono.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

.reportage-list {
  display: none;
  flex-direction: column;
  width: 100%;
  margin: 5px 0 0;
}

.reportage-list.show {
  display: flex;
}

.reportage-list--positive {
  display: flex;
  border-bottom: 1px solid #efefef;
  background-color: #f2f2f2;
}

.reportage-list--negative {
  display: flex;
  background-color: #f2f2f2;
}

.reportage-list--empty {
  padding: 10px 15px;
  background-color: #f2f2f2;
  color: #808080;
  font-size: 13px;
  line-height: 20px;
}

.reportage-list--inner {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  line-height: 20px;
}

.reportage-list--nick {
  margin: 0 4px 0 0;
  color: #404040;
  font-size: 13px;
  line-height: 20px;
}

.reportage-list--nick::after {
  content: ',';
}

.reportage-list--nick:last-child::after {
  content: '';
}

.reportage-list--wrap {
  display: flex;
  flex-shrink: 0;
  width: 30px;
  padding: 10px 0 0;
}

.reportage-list--button {
  display: block;
  width: 15px;
  height: 20px;
  margin: 0 0 0 8px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.reportage-list--button_positive {
  background-image: url(/nimg/rating-list-plus.svg);
}

.admin-toggle--wrap {
  --rptg-toggle-bg-color: var(--layer-2-color, #fff);
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 15px;
  background-color: var(--rptg-toggle-bg-color);
}

.admin-toggle--wraper {
  width: 100%;
  max-width: 1246px;
}

.toggle-button--wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 40px;
}

.admin-toggle--button {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/nimg/toggle-editor.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.admin-toggle--button.active {
  background-image: url(/nimg/toggle-editor-red.svg);
}

.admin-module--wrap {
  display: none;
  justify-content: center;
  width: 100%;
}

.admin-module--wrap.show {
  display: flex;
}

.admin-module--wraper {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 990px;
  height: 40px;
}

.admin-module--icon {
  width: 24px;
  height: 24px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.admin-module--icon.i-edit {
  margin: 0 0 0 40px;
  background-image: url(/nimg/i-edit.svg);
}

@media screen and (min-width: 48em) {
  .admin-module--icon.i-edit {
    margin: 0 0 0 98px;
  }
}

.reportage-day_top .admin-module--icon.i-edit {
  margin: 0 0 0 23px;
}

.admin-module--icon.i-delete {
  margin: 0 0 0 28px;
  background-image: url(/nimg/i-delete.svg);
}

.reportage-day_top .admin-module--icon.i-delete {
  margin: 0;
}

.reporter {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  background-color: #fff;
}

.reporter-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 30px 0;
}

.reporter-inner--toggle {
  display: flex;
  width: 100%;
  height: 32px;
  margin: 0 0 20px;
}

.reporter-inner--button {
  width: 120px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff, #eaeaea 90%);
  color: #202020;
  font-size: 11px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.reporter-inner--top {
  display: none;
  width: 100%;
}

.reporter-inner--top.show {
  display: block;
}

.reporter-form {
  width: 100%;
}

.imgtool {
  padding: 20px 0 10px;
}

.imgtool a {
  text-decoration: none;
}

.imgtool--wrap {
  display: flex;
}

.imgtool--heading {
  margin: 0 0 5px;
  color: #202020;
  font-size: 14px;
  line-height: 20px;
}

.imgtool--button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 32px;
  margin: 0 10px 0 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff, #eaeaea 90%);
  color: #202020;
  font-size: 11px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.imgtool--button::before {
  width: 22px;
  height: 22px;
  margin: 0 8px 0 0;
  background-position: 50%;
  background-repeat: no-repeat;
  content: '';
}

.imgtool--button_refresh::before {
  background-image: url(/nimg/refresh-blue.svg);
}

.imgtool--button_file {
  margin: 0;
}

.imgtool--button_file::before {
  background-image: url(/nimg/add-green.svg);
}

.imgtool--input {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 28px;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0;
}

.imgtool--container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0;
}

.imgtool-item {
  display: flex;
  flex: 0 0 210px;
  flex-direction: column;
  min-height: 222px;
  margin: 0 10px 10px 0;
  padding: 0 0 20px;
  background-color: #f5f5f5;
}

.imgtool-item--top {
  display: flex;
  margin: 0 0 20px;
}

.imgtool-item--wrap {
  display: flex;
}

.imgtool-item--button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 32px;
  margin: 0 10px 0 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #202020;
  font-size: 11px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.imgtool-item--button::before {
  width: 22px;
  height: 22px;
  margin: 0 8px 0 0;
  background-position: 50%;
  background-repeat: no-repeat;
  content: '';
}

.imgtool-item--button_insert::before {
  background-image: url(/nimg/insert-green.svg);
}

.imgtool-item--button_delete {
  margin: 0;
}

.imgtool-item--button_delete::before {
  background-image: url(/nimg/remove-orange.svg);
}

.imgtool-item--preview {
  display: flex;
  margin: 0 0 10px;
}

.admin-medium--label {
  display: flex;
  position: relative;
  margin: 0;
  color: #606060;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
}

.imgtool-item--loader {
  width: 30px;
  height: 20px;
  margin: 0 0 0 10px;
  background-image: url(/nimg/editor-dots.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.profile-header {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 25px 15px 20px;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .profile-header {
    padding: 45px 15px 20px;
  }
}

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

.profile-header--heading {
  margin: 0;
  color: #202020;
  font-family: "Noto Serif", serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
}

@media screen and (min-width: 64em) {
  .profile-header--heading {
    font-size: 30px;
    line-height: 44px;
  }
}

.user-main {
  display: flex;
}

.user-main--avatar {
  position: relative;
  margin: 0 20px 0 0;
}

.user-main--image {
  width: 70px;
  height: 70px;
  background-image: url(/nimg/imguser-a.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .user-main--image {
    width: 96px;
    height: 96px;
  }
}

@media screen and (min-width: 64em) {
  .user-main--image_exc {
    background-size: auto;
  }
}

.user-main--avatar_hidden .user-main--image {
  filter: grayscale(1);
  opacity: .25;
}

.user-main--avatar:hover .user-main--image {
  filter: grayscale(1);
  opacity: .25;
}

.user-main--hidden {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #202020;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.user-main--avatar_hidden .user-main--hidden {
  display: block;
}

.user-main--remove {
  display: none;
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-color: #e50c2c;
  background-image: url(/nimg/delete-item-white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.user-main--avatar:hover .user-main--remove {
  display: block;
}

.user-main--remove_cancel {
  background-color: #649212;
}

.user-main--tooltip {
  display: none;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2px 0 2px 10px;
  background-color: rgba(0, 0, 0, .35);
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .user-main--tooltip {
    padding: 4px 0;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }
}

.user-main--avatar:hover .user-main--tooltip {
  display: block;
}

.user-main--inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.user-main--mem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.user-main--pro {
  margin: 4px 5px 4px 0;
  padding: 0 3px;
  background-color: #d32f2f;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}

.user-main--date {
  --i-color1: #9e9e9e;
  display: inline-flex;
  padding: 5px 0;
  color: #757575;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.user-main--date_active {
  --i-color1: #649213;
  color: #649213;
}

.user-main--date svg {
  flex-shrink: 0;
  width: 21px;
  height: 18px;
  margin: 0 4px 0 0;
}

.user-main--date span {
  padding: 2px 0;
}

.user-main--nickname {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (min-width: 64em) {
  .user-main--nickname {
    margin: 0 0 4px;
  }
}

.user-main--nick {
  color: #202020;
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 64em) {
  .user-main--nick {
    font-size: 30px;
    line-height: 30px;
  }
}

.user-main--button {
  display: none;
  height: 28px;
  margin: 3px 0 0 15px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #606060;
  font-size: 11px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

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

.user-main--name {
  color: #606060;
  font-size: 16px;
  line-height: 22px;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 64em) {
  .user-main--name {
    font-size: 22px;
    line-height: 28px;
  }
}

.user-main--rating {
  color: #808080;
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (min-width: 64em) {
  .user-main--rating {
    display: none;
  }
}

.user-main--rating_positive {
  color: #649213;
}

.user-main--rating_negative {
  color: #e31f26;
}

.user-rate {
  display: none;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
}

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

.user-rate--counter {
  grid-gap: 0 12px;
  display: grid;
  position: relative;
  grid-template-columns: 50px 1fr;
  padding: 10px 12px 10px 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: right;
}

.user-rate--counter::before {
  z-index: 10;
  position: absolute;
  top: 22px;
  left: -6px;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border: solid #ccc;
  border-width: 1px 0 0 1px;
  background-color: #fff;
  content: '';
}

.user-rate--large {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 56px;
  margin: 0 21px 0 0;
  text-align: right;
}

.user-rate--heading {
  color: #808080;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
}

.user-rate--rating {
  color: #808080;
  font-family: "PT Serif", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
}

.user-rate--rating_positive {
  color: #649213;
}

.user-rate--rating_negative {
  color: #e31f26;
}

.user-rate--badge {
  color: #808080;
  font-size: 10px;
  line-height: 17px;
  text-transform: uppercase;
}

.user-rate--num {
  color: #808080;
  font-family: "PT Serif", serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 17px;
}

.profile-pager {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  background-color: #fff;
}

.u-pager {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  max-width: 1246px;
  margin: 0;
  list-style-type: none;
}

.u-pager li {
  margin: 0;
}

.u-pager--link {
  display: flex;
  padding: 6px 16px;
  color: #909090;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}

.active .u-pager--link {
  background-color: #efefef;
}

.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 15px 30px;
  background-color: #efefef;
}

@media screen and (min-width: 64em) {
  .profile {
    padding: 30px 15px;
  }
}

.profile_wide {
  padding: 15px 0 30px;
}

@media screen and (min-width: 64em) {
  .profile_wide {
    padding: 30px 15px;
  }
}

.profile--grid-top {
  grid-gap: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 1246px;
}

@media screen and (min-width: 64em) {
  .profile--grid-top {
    grid-template-columns: 1fr 1fr;
  }
}

.profile--column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.profile-message {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 10px;
  padding: 0 15px;
}

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

.profile-message_nopad {
  padding: 0;
}

.profile-message--button {
  height: 28px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #606060;
  font-size: 11px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .profile-message--button {
    width: auto;
  }
}

.wgt-blog {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 18px 15px 16px;
  border-bottom: 1px solid #efefef;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .wgt-blog {
    margin: 0 0 10px;
    padding: 20px 30px;
    border: 0;
  }
}

.wgt-blog--wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .wgt-blog--wrap {
    flex-direction: row;
    align-items: center;
  }
}

.wgt-blog--remove {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 64em) {
  .wgt-blog--remove {
    margin: 0 auto 0 0;
  }
}

.blog-remove-button {
  width: 18px;
  height: 18px;
  margin: 0 0 0 10px;
  background-image: url(/nimg/close-modal-login.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.wgt-blog--add {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0 0;
}

.wgt-blog--head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0 0;
}

.wgt-blog--inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0 0 10px;
}

.wgt-blog--mark {
  padding: 0 0 5px;
  color: #202020;
  font-size: 14px;
  line-height: 17px;
}

.wgt-blog--line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .wgt-blog--line {
    flex-direction: row;
  }
}

.wgt-blog--field {
  -webkit-appearance: none;
  -moz-appearance: none;
  align-self: start;
  width: 100%;
  max-width: 480px;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #202020;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 64em) {
  .wgt-blog--field {
    max-width: initial;
    border-right: 0;
    border-radius: 3px 0 0 3px;
  }
}

.wgt-blog--save {
  height: 28px;
  margin: 10px 0 0;
  padding: 0 10px;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .wgt-blog--save {
    margin: 0;
    border-radius: 0 3px 3px 0;
  }
}

.wgt-blog--heading {
  display: flex;
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .wgt-blog--heading {
    margin: 0 auto 0 0;
    font-size: 18px;
  }
}

.wgt-blog--heading::before {
  width: 25px;
  height: 25px;
  margin: 0 6px 0 0;
  transform: translateY(2px);
  background-image: url(/nimg/wgt-blog.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  content: '';
}

.wgt-blog--button {
  min-width: 84px;
  height: 28px;
  margin: 5px 0;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #606060;
  font-size: 11px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .wgt-blog--button {
    margin: 0;
  }
}

.wgt-blog--instagram {
  display: flex;
  margin: 0 0 10px;
  color: #333;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.wgt-blog--instagram::before {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0 6px 0 0;
  background-image: url(/nimg/blog-instagram.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  content: '';
}

.wgt-blog--link {
  color: #e50c2c;
  font-size: 15px;
  line-height: 20px;
}

.wgt-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 10px;
  padding: 18px 15px 16px;
  border-bottom: 1px solid #efefef;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .wgt-info {
    padding: 20px 30px;
    border: 0;
  }
}

.wgt-info--top {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .wgt-info--top {
    grid-gap: 0 4px;
    grid-template-columns: 1fr 196px;
  }
}

.wgt-info--list {
  margin: 0;
}

.wgt-info--item {
  color: #606060;
  font-size: 15px;
  line-height: 20px;
}

.wgt-info--item:not(:last-child) {
  margin: 0 0 7px;
}

.wgt-info--data {
  margin: 0 0 0 5px;
  color: #000;
}

.wgt-info--data a {
  color: #202020;
  text-decoration: underline;
  word-break: break-word;
  overflow-wrap: break-word;
}

.wgt-info--data_online {
  color: #649213;
}

.user-sk {
  width: 100%;
  margin: 16px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #efefef;
}

@media screen and (min-width: 48em) {
  .user-sk {
    margin: 0;
    padding: 0;
    border: 0;
  }
}

.user-sk--heading {
  margin: 0 0 5px;
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .user-sk--heading {
    margin: 0 0 12px;
    font-size: 18px;
  }
}

.user-sk--inner {
  display: flex;
  flex-direction: column;
}

.data-sk {
  grid-gap: 0 5px;
  display: grid;
  grid-template-columns: 1fr 36px 36px 36px;
  border-top: 1px solid transparent;
  line-height: 28px;
}

@media screen and (min-width: 64em) {
  .data-sk {
    padding: 6px 0;
    border-color: #cfcfcf;
  }
}

.data-sk--limit {
  grid-column: 1;
  color: #909090;
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
}

.data-sk--result {
  display: flex;
}

.data-sk--crown {
  width: 12px;
  height: 13px;
  margin: 0 7px 0 0;
  transform: translateY(8px);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.data-sk--crown_gold {
  background-image: url(/nimg/crown-sk-gold.svg);
}

.data-sk--crown_silver {
  background-image: url(/nimg/crown-sk-silver.svg);
}

.data-sk--crown_bronze {
  background-image: url(/nimg/crown-sk-bronze.svg);
}

.data-sk--num {
  display: flex;
  transform: translateY(1px);
  color: #202020;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.user-about {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 24px 0 0;
  padding: 19px 0 8px;
  border-top: 1px solid #ccc;
}

.user-about--heading {
  margin: 0 0 6px;
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .user-about--heading {
    margin: 0 0 2px;
    font-size: 18px;
    line-height: 34px;
  }
}

.user-about p {
  margin: 0;
  color: #202020;
  font-size: 14px;
  line-height: 19px;
}

@media screen and (min-width: 64em) {
  .user-about p {
    font-size: 15px;
    line-height: 21px;
  }
}

.user-about p a {
  color: #202020;
  font-weight: 700;
  text-decoration: underline;
  word-break: break-word;
  overflow-wrap: break-word;
}

.rake-link {
  display: flex;
  width: 100%;
  margin: 15px 0 0;
  padding: 20px 0 5px;
  border-top: 1px solid #ccc;
}

.rake-link--button {
  height: 28px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #606060;
  font-size: 11px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.wgt-500 {
  width: 100%;
  margin: 0 0 10px;
  padding: 8px;
  background-color: #fff;
}

.wgt-500--inner {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 17px 15px;
  outline: 3px dashed #e50c2c;
  box-shadow: 0 0 0 1px #e50c2c, 0 0 0 2px #fff, 0 0 0 3px #e50c2c;
}

.wgt-500--logo {
  width: 54px;
  height: 54px;
  margin: 0 10px 0 0;
  background-image: url(/nimg/500plus-logo-black.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 54px;
}

.wgt-500--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wgt-500--title {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}

.wgt-500--subtitle {
  color: #f00;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.admin-span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 15px 0 0;
  padding: 10px 0 0;
}

.admin-span--toggle {
  padding: 0 10px;
  border: 1px solid #a5a5a5;
  border-bottom: 2px solid #b1b1b1;
  border-radius: 5px;
  background-color: #f1f1f1;
  color: #202020;
  font-size: 13px;
  line-height: 27px;
}

.admin-span--inner {
  display: none;
  width: 100%;
}

.admin-span--inner_active {
  display: flex;
}

.admin-span--form {
  flex-grow: 1;
  padding: 10px 0 0;
}

.admin-span--field {
  word-wrap: break-word;
  width: 100%;
  height: 148px;
  min-height: 148px;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  box-shadow: none;
  color: #202020;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 21px;
  vertical-align: bottom;
  resize: vertical;
}

.admin-span--field:focus {
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1);
}

.admin-span--footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.admin-span--ftop {
  display: flex;
  width: 100%;
  margin: 0 0 5px;
  padding: 5px 0 0;
}

.admin-span--fbottom {
  display: flex;
  width: 100%;
}

.admin-span-save {
  height: 32px;
  margin: 0 10px 0 0;
  padding: 0 20px;
  border: 0;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.admin-span--cancel {
  height: 32px;
  padding: 0 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #404040;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.admin-span--label {
  display: flex;
  position: relative;
  margin: 0;
  color: #404040;
  font-size: 14px;
  line-height: 32px;
  white-space: nowrap;
  cursor: pointer;
}

.admin-span--label_wrap {
  white-space: inherit;
}

.feedback {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 20px;
}

.feedback_bottom {
  margin: 0;
}

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

.feedback--header {
  width: 100%;
  max-width: 1246px;
  margin: 0 0 8px;
}

.feedback--heading {
  padding: 0 15px;
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .feedback--heading {
    padding: 0;
    font-size: 18px;
  }
}

.feedback-comments {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.feedback-comments--top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1246px;
  margin: 0 0 9px;
  padding: 0 15px;
}

@media screen and (min-width: 64em) {
  .feedback-comments--top {
    padding: 0;
  }
}

.feedback-comments--bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  max-width: 1246px;
  margin: 0 0 10px;
  padding: 0 15px;
}

@media screen and (min-width: 64em) {
  .feedback-comments--bottom {
    padding: 0;
  }
}

.feedback-list {
  position: relative;
  width: 100%;
  max-width: 1246px;
  margin: 0;
}

@media screen and (min-width: 64em) {
  .feedback-list_columns {
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

.feedback-list_compact {
  margin: 0 0 10px;
}

.feedback-list_compact::after {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: '';
}

.feedback-list--item {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 0 10px;
  padding: 15px 15px 17px 10px;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .feedback-list--item {
    padding: 19px 15px 21px 10px;
  }
}

.feedback-list_staking .feedback-list--item {
  padding: 15px 15px 17px;
}

@media screen and (min-width: 64em) {
  .feedback-list_staking .feedback-list--item {
    padding: 19px 15px 21px;
  }
}

.feedback-list_compact .feedback-list--item {
  margin: 0;
  padding: 12px 15px 14px 10px;
}

@media screen and (min-width: 64em) {
  .feedback-list_compact .feedback-list--item {
    padding: 12px 15px 14px 10px;
  }
}

.feedback-list_compact .feedback-list--item::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #ccc;
  content: '';
}

.feedback-list--delete {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  background-image: url(/nimg/delete-item.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.feedback-list--new {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
}

.feedback-list--widget {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
}

.feedback-list--grid {
  grid-gap: 0 10px;
  display: grid;
  grid-template-columns: 35px 1fr;
}

.feedback-list_staking .feedback-list--grid {
  grid-template-columns: 10px 1fr;
}

.feedback-list--rating {
  color: #909090;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-align: right;
}

.feedback-list--rating_positive {
  color: #529410;
}

.feedback-list--rating_negative {
  color: #e31f26;
}

.feedback-list--blank {
  width: 10px;
  height: 20px;
}

.feedback-list--plus {
  width: 10px;
  height: 20px;
  background-image: url(/nimg/rating-list-plus.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.feedback-list--minus {
  width: 10px;
  height: 20px;
  background-image: url(/nimg/rating-list-minus.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.feedback-list--content {
  display: flex;
  flex-direction: column;
}

.feedback-list--meta {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5px;
}

.feedback-list--nick {
  display: flex;
  align-items: center;
  margin: 0 15px 0 0;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.feedback-list--nick_gt::before {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  background-image: url(/nimg/gt-logo-profile.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  content: '';
}

.feedback-list--date {
  padding: 2px 0 0;
  color: #909090;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
}

.feedback-list--text {
  color: #202020;
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.feedback-list--text_deleted {
  color: #909090;
}

.feedback-list--text a {
  color: #202020;
  text-decoration: underline;
  word-break: break-word;
  overflow-wrap: break-word;
}

.note-blank {
  padding: 15px;
  border: 1px solid #dedede;
  background-color: #fffdf0;
  color: #202020;
  font-size: 14px;
  line-height: 20px;
}

.profile-activity {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 5px 0 30px;
  background-color: #efefef;
}

@media screen and (min-width: 64em) {
  .profile-activity {
    padding: 5px 15px 30px;
  }
}

.profile-activity--header {
  width: 100%;
  max-width: 1246px;
  margin: 0 0 20px;
}

.profile-activity--heading {
  padding: 0 15px;
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .profile-activity--heading {
    padding: 0;
    font-size: 18px;
  }
}

.profile-activity--grid {
  grid-gap: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 1246px;
}

@media screen and (min-width: 64em) {
  .profile-activity--grid {
    grid-template-columns: 310px 1fr;
  }
}

.activity-sections {
  display: none;
  padding: 20px 0 0;
}

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

.activity-sections--heading {
  margin: 0 0 14px;
  padding: 0 0 8px;
  border-bottom: 1px solid #ccc;
  color: #202020;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.activity-sections--list {
  margin: 0;
}

.activity-sections--item:not(:last-child) {
  margin: 0 0 15px;
}

.activity-sections--grid {
  grid-gap: 0 15px;
  display: grid;
  grid-template-columns: 1fr 40px;
  width: 100%;
}

.activity-sections--link {
  color: #202020;
  font-size: 15px;
  line-height: 19px;
}

.activity-sections--link:hover {
  text-decoration: underline;
}

.activity-sections--item_active .activity-sections--link {
  color: #e50c2c;
  font-weight: 700;
}

.activity-sections--num {
  color: #606060;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  text-align: right;
}

.activity-sections--item_active .activity-sections--num {
  color: #e50c2c;
  font-weight: 700;
}

.activity-comments {
  display: flex;
  flex-direction: column;
}

.activity-comments--top {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5px;
}

.activity-comments--list {
  margin: 0;
}

.activity-comments--item {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 17px 15px;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .activity-comments--item {
    padding: 27px 20px;
  }
}

.activity-comments--item:not(:last-child) {
  margin: 0 0 10px;
}

.activity-comments--data {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 0 5px;
}

@media screen and (min-width: 48em) {
  .activity-comments--data {
    flex-direction: row;
  }
}

.activity-comments--section {
  margin: 0 auto 0 0;
  color: #606060;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.activity-comments--rate {
  display: flex;
}

.activity-comments--date {
  margin: 0 10px 0 0;
  color: #606060;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.activity-comments--icon {
  width: 13px;
  height: 13px;
  margin: 0 5px 0 0;
  background-image: url(/nimg/icon-rating.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.activity-comments--rating {
  color: #909090;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.activity-comments--rating_positive {
  color: #529410;
}

.activity-comments--rating_negative {
  color: #e31f26;
}

.activity-comments--link {
  margin: 0 0 5px;
  color: #000;
  font-family: "PT Serif", serif;
  font-size: 18px;
  line-height: 24px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.activity-comments--link::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.activity-comments--text {
  color: #202020;
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.activity-comments--pager {
  display: flex;
  width: 100%;
  max-width: 1276px;
  margin: 0 auto;
  padding: 15px;
}

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

.activity-checkbox {
  display: flex;
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 6px;
}

.activity-checkbox--input {
  flex-shrink: 0;
}

.profile-subscribe {
  display: flex;
  margin: 0 auto 0 0;
  padding: 5px 0;
}

.profile-subscribe--button {
  height: 32px;
  padding: 0 8px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background-color: #fff;
  color: #606060;
  font-size: 11px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.activity-selector-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0 0;
}

.activity-selector {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 142px;
  height: 32px;
  margin: 0 0 5px;
  padding: 0 8px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background-color: #fff;
  background-image: url(/nimg/search-angle.svg);
  background-origin: content-box;
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 10px;
  color: #202020;
  font-family: inherit;
  font-size: 14px;
  line-height: 30px;
}

.activity-selector_right {
  margin: 0 5px 5px 0;
}

.activity-selector_mobile {
  display: block;
}

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

.profile-admin {
  width: 100%;
  max-width: 1246px;
  padding: 10px 0 30px;
}

.profile-admin--form {
  width: 100%;
  padding: 10px 0 0;
  border-top: 1px solid #efefef;
}

.mod-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 10px;
  padding: 18px 15px 16px;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .mod-main {
    padding: 20px 30px;
  }
}

.mod-main--head {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 20px;
}

.mod-main--heading {
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .mod-main--heading {
    font-size: 18px;
  }
}

.mod-main--item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 16px;
}

.mod-main--subheading {
  width: 100%;
  color: #202020;
  font-size: 14px;
  line-height: 18px;
}

.mod-main--action {
  color: #005581;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
}

.mod-main--limit {
  margin: 0 10px 0 0;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.mod-main--button {
  height: 28px;
  margin: 5px 0;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #606060;
  font-size: 11px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .mod-main--button {
    margin: 0;
  }
}

.mod-tgl {
  margin: 0 10px 0 0;
  color: #005581;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
}

.mod-data {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1246px;
  margin: 0 0 10px;
}

.mod-data--header {
  width: 100%;
  max-width: 1246px;
  padding: 15px 0 0;
  background-color: #fff;
}

.mod-data--heading {
  min-height: 20px;
  padding: 0 15px;
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.mod-data--wrap {
  display: flex;
  width: 100%;
  max-width: 1246px;
  padding: 5px 15px 10px;
}

.mod-stats-button {
  height: 28px;
  margin: 0 10px 0 0;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #606060;
  font-size: 11px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.mod-stats {
  display: flex;
  flex-direction: column;
  padding: 10px 15px 20px;
  background-color: #fff;
}

.mod-stats_toggle {
  display: none;
}

.mod-stats_toggle.show {
  display: flex;
}

.mod-stats--item {
  grid-gap: 4px 5px;
  display: grid;
  grid-template-columns: 70px 1fr;
  padding: 4px 0;
}

@media screen and (min-width: 48em) {
  .mod-stats--item {
    grid-gap: 0 5px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.mod-stats--item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.mod-stats--item_wide {
  display: none;
}

@media screen and (min-width: 48em) {
  .mod-stats--item_wide {
    display: grid;
  }
}

.mod-stats--item a {
  text-decoration: underline;
}

.mod-stats_single .mod-stats--item {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 48em) {
  .mod-stats_single .mod-stats--item {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 48em) {
  .mod-stats_quad .mod-stats--item {
    grid-template-columns: 2fr 1fr 3fr 2fr;
  }
}

.mod-stats_solo .mod-stats--item {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 48em) {
  .mod-stats_solo .mod-stats--item {
    grid-template-columns: 1fr;
  }
}

.mod-stats--head {
  padding: 3px 0;
  color: #909090;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.mod-stats--subheading {
  color: #202020;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.mod-stats--label {
  color: #202020;
  font-size: 13px;
  line-height: 16px;
}

.mod-stats--label span {
  margin: 0 4px 0 0;
}

.mod-stats--label .color6 {
  color: #e50e2b;
}

.mod-stats--mark {
  grid-column: 1;
  color: #909090;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .mod-stats--mark {
    display: none;
  }
}

.mod-stats--action {
  grid-column: 2;
  color: #202020;
  font-size: 13px;
  line-height: 16px;
}

.mod-stats--nick {
  grid-column: 2;
  color: #202020;
  font-size: 13px;
  line-height: 16px;
}

@media screen and (min-width: 48em) {
  .mod-stats--nick {
    grid-column: 3;
  }
}

.mod-stats--block {
  color: #202020;
  font-size: 13px;
  line-height: 16px;
}

@media screen and (min-width: 48em) {
  .mod-stats--block {
    grid-column: span 1 / -1;
  }
}

.mod-stats--block a {
  color: #e50e2b;
}

.mod-row {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: start;
  margin: 0 0 10px;
}

.mod-row_double {
  grid-gap: 0 15px;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 64em) {
  .mod-row_double {
    grid-template-columns: 135px 1fr;
  }
}

.profile-admin-mark {
  padding: 4px 0 5px;
  color: #202020;
  font-size: 14px;
  line-height: 17px;
}

.profile-admin-mark a {
  color: #005581;
  text-decoration: underline;
}

.profile-admin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 28px;
  margin: 5px 5px 5px 0;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #202020;
  font-size: 11px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.mod-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  align-self: start;
  width: 100%;
  max-width: 420px;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #202020;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mod-field_short {
  max-width: 155px;
}

.mod-select-wrap {
  display: flex;
  width: 100%;
  max-width: 420px;
}

.mod-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  max-width: 420px;
  padding: 0 10px 0 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  background-image: url(/nimg/search-angle.svg);
  background-origin: content-box;
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 10px;
  color: #202020;
  font-family: inherit;
  font-size: 15px;
  line-height: 26px;
}

.mod-select_right {
  margin: 0 5px 0 0;
}

.ed--form form {
  width: 100%;
}

.ed--title {
  display: flex;
  flex-direction: column;
  margin: 0 0 10px;
}

.ed--label {
  color: #333;
  font-size: 15px;
  line-height: 22px;
}

.ed--field {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  width: 100%;
  padding: 2px 5px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  background-color: #fff;
  color: #333;
  font-family: inherit;
  font-size: 15px;
  line-height: 20px;
}

.ed--inner {
  margin: 0 0 6px;
}

.ed--inner textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 5px;
  border: 0;
  box-shadow: 0 0 0 1px #cfcfcf;
  vertical-align: top;
  resize: vertical;
}

.mod-act-wrap {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
  padding: 15px;
  background-color: #fbfbfb;
}

.mod-act-form {
  display: flex;
}

.mod-act-label {
  color: #616161;
  font-size: 14px;
  line-height: 20px;
}

.mod-act-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  margin: 5px 5px 5px 0;
  padding: 0 10px;
  border: 1px solid #a5a5a5;
  border-bottom: 2px solid #b2b2b2;
  border-radius: 5px;
  background-color: #f1f1f1;
  color: #333;
  font-family: inherit;
  font-size: 13px;
  cursor: pointer;
}

.mod-act-button_cancel {
  color: #c30300;
}

.subnote {
  max-width: 910px;
  margin: 10px 0;
  padding: 9px 15px;
  border: 1px solid #dedede;
  background-color: #fffdf0;
  color: #404040;
  font-size: 14px;
  line-height: 18px;
}

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

.rakedata--head {
  max-width: 910px;
  margin: 0 0 10px;
  padding: 0 15px;
}

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

.rakedata--nick {
  padding: 4px 0;
  color: #202020;
  font-size: 15px;
  line-height: 20px;
}

.rakedata--bottom {
  display: flex;
  max-width: 910px;
  padding: 15px;
}

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

.rakedata-form {
  display: flex;
  flex-wrap: wrap;
}

.rakedata-form--room {
  margin: 0 10px 0 0;
  padding: 4px 0;
}

.rakedata-form--date {
  margin: 0 10px 0 0;
  padding: 4px 0;
}

.rakedata-form--button {
  width: 100%;
  padding: 4px 0;
}

@media screen and (min-width: 48em) {
  .rakedata-form--button {
    width: auto;
  }
}

.rakedata-form--input {
  height: 32px;
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #606060;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.profile-selector {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 150px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background-color: #fff;
  background-image: url(/nimg/search-angle.svg);
  background-origin: content-box;
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 10px;
  color: #202020;
  font-family: inherit;
  font-size: 14px;
  line-height: 30px;
}

.profile-selector_middle {
  width: 200px;
}

.rakegrid {
  display: flex;
  flex-direction: column;
  max-width: 910px;
  padding: 6px 15px 28px;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .rakegrid {
    padding: 12px 30px 28px;
  }
}

.rakegrid--item {
  grid-gap: 0 5px;
  display: grid;
  grid-template-columns: 80px minmax(64px, 1fr) minmax(66px, 1fr) minmax(40px, 1fr);
  padding: 9px 0;
  border-bottom: 1px solid #ccc;
}

.rakegrid_wide .rakegrid--item:last-child {
  border-color: transparent;
}

.rakegrid--head {
  color: #909090;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
}

.rakegrid--head_right {
  text-align: right;
}

.rakegrid--date {
  color: #606060;
  font-size: 15px;
  line-height: 18px;
}

@media screen and (min-width: 48em) {
  .rakegrid--date {
    margin: 0;
  }
}

.rakegrid--date_sum {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.rakegrid--rake {
  color: #202020;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: right;
}

.rakegrid--rake_sum {
  font-weight: 700;
}

.rakegrid--rakeback {
  color: #649213;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: right;
}

.rakegrid--rakeback_sum {
  font-weight: 700;
}

.rakegrid--gtp {
  color: #529410;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: right;
}

.rakegrid--gtp_sum {
  font-weight: 700;
}

.user-main--file {
  position: relative;
  width: 120px;
  height: 28px;
  margin: 6px 0 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #606060;
  font-size: 11px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.user-main--input {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 28px;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0;
}

.profile-setup {
  width: 100%;
  margin: 0 0 10px;
  padding: 20px 15px;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .profile-setup {
    margin: 0 0 20px;
    padding: 20px 30px;
  }
}

.profile-setup--mark {
  grid-column: span 1 / 2;
  padding: 4px 0 5px;
  color: #606060;
  font-size: 15px;
  line-height: 17px;
}

.profile-setup--note {
  margin: 0 0 10px;
  color: #202020;
  font-size: 15px;
  line-height: 18px;
}

.profile-setup--note a {
  color: #000;
  text-decoration: underline;
}

.profile-setup--footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1246px;
  padding: 0 0 30px;
}

@media screen and (min-width: 64em) {
  .profile-setup--footer {
    padding: 0 0 20px;
  }
}

.setup-wrap {
  grid-gap: 0 15px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: start;
  margin: 0 0 10px;
}

.setup-wrap_double {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 64em) {
  .setup-wrap_double {
    grid-template-columns: 120px 1fr;
  }
}

.checkbox-medium--label {
  display: flex;
  position: relative;
  margin: 0;
  color: #606060;
  font-size: 15px;
  line-height: 18px;
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .setup-wrap_double .checkbox-medium--label {
    grid-column: span 1 / 3;
  }
}

.setup-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  grid-column: span 1 / 2;
  align-self: start;
  width: 100%;
  max-width: 420px;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #202020;
  font-family: inherit;
  font-size: 15px;
  line-height: 20px;
}

@media screen and (min-width: 64em) {
  .setup-field {
    grid-column: span 1 / 3;
  }
}

.setup-field_short {
  max-width: 155px;
}

.setup-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  grid-column: span 1 / 2;
  width: 100%;
  max-width: 420px;
  padding: 0 10px 0 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  background-image: url(/nimg/search-angle.svg);
  background-origin: content-box;
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 10px;
  color: #202020;
  font-family: inherit;
  font-size: 15px;
  line-height: 26px;
}

@media screen and (min-width: 64em) {
  .setup-select {
    grid-column: span 1 / 3;
  }
}

.setup-select_short {
  max-width: 155px;
}

.setup-textarea {
  word-wrap: break-word;
  width: 100%;
  max-width: 420px;
  height: 90px;
  min-height: 90px;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: none;
  color: #202020;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 21px;
  vertical-align: bottom;
  resize: none;
}

@media screen and (min-width: 64em) {
  .setup-textarea {
    max-width: initial;
  }
}

.setup-link {
  display: flex;
  color: #202020;
  font-size: 15px;
  line-height: 18px;
}

.setup-link_email::before {
  width: 15px;
  height: 18px;
  margin: 0 10px 0 0;
  background-image: url(/nimg/setup-email.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  content: '';
}

.setup-link_pwd::before {
  width: 15px;
  height: 18px;
  margin: 0 10px 0 0;
  background-image: url(/nimg/setup-pwd.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  content: '';
}

.setup-link_2f::before {
  width: 15px;
  height: 18px;
  margin: 0 10px 0 0;
  background-image: url(/nimg/setup-2f.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  content: '';
}

.setup-2f-button {
  height: 28px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #606060;
  font-size: 11px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.profile-setup--input {
  height: 32px;
  padding: 0 20px;
  border: 0;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.st-rate {
  grid-gap: 0 5px;
  display: grid;
  grid-template-columns: minmax(90px, 160px) minmax(90px, 160px) minmax(90px, 160px);
  width: 100%;
  margin: 0 0 20px;
}

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

.st-rate--item {
  display: flex;
  flex-direction: column;
  padding: 11px 0 13px;
  background-color: #fff;
}

.st-rate--heading {
  color: #808080;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.st-rate--inner {
  display: flex;
  justify-content: center;
}

.st-rate--num {
  color: #606060;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.st-rate--num_positive {
  color: #649213;
}

.st-rate--num_negative {
  color: #e31f26;
}

.st-rate--num_sep {
  margin: 0 3px;
  color: #909090;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.stakedata {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1246px;
  margin: 0 0 20px;
}

.stakedata_stats {
  padding: 0 15px;
}

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

.stakedata_full {
  margin: 0;
}

.stakedata--header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1246px;
  padding: 18px 0 0;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .stakedata--header {
    margin: 0 0 13px;
    padding: 0;
    background-color: transparent;
  }
}

@media screen and (min-width: 64em) {
  .stakedata--header_complex {
    margin: 0 0 8px;
  }
}

.stakedata--heading {
  padding: 0 15px;
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .stakedata--heading {
    padding: 0;
    font-size: 18px;
  }
}

.stakedata--heading_complex {
  margin: 0 auto 0 0;
  padding: 5px 15px;
}

@media screen and (min-width: 64em) {
  .stakedata--heading_complex {
    padding: 5px 0;
  }
}

.stakedata--bottom {
  display: flex;
  padding: 15px;
}

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

.stakedata-button {
  height: 28px;
  margin: 0 15px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #606060;
  font-size: 11px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .stakedata-button {
    margin: 0 0 0 15px;
  }
}

.profile-breadcrumbs--inner .stakedata-button {
  margin: 0;
}

@media screen and (min-width: 64em) {
  .profile-breadcrumbs--inner .stakedata-button {
    margin: 0;
  }
}

.stakegrid {
  display: flex;
  flex-direction: column;
  padding: 6px 15px 20px;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .stakegrid {
    padding: 12px 30px 20px;
  }
}

.stakegrid--item {
  grid-gap: 0 5px;
  display: grid;
  grid-template-columns: minmax(100px, 1fr) 80px 84px;
  padding: 9px 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 48em) {
  .stakegrid--item {
    grid-template-columns: 90px minmax(100px, 1fr) 100px 100px;
  }
}

.stakegrid_wide .stakegrid--item:last-child {
  border-color: transparent;
}

.stakegrid--head {
  color: #909090;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
}

.stakegrid--head_wide {
  display: none;
}

@media screen and (min-width: 48em) {
  .stakegrid--head_wide {
    display: block;
  }
}

.stakegrid--head_right {
  text-align: right;
}

.stakegrid--date {
  grid-column: span 3;
  margin: 0 0 2px;
  color: #606060;
  font-size: 15px;
  line-height: 18px;
}

@media screen and (min-width: 48em) {
  .stakegrid--date {
    grid-column: span 1;
    margin: 0;
  }
}

.stakegrid--offer {
  color: #000;
  font-size: 15px;
  line-height: 18px;
}

.stakegrid--offer a {
  color: #000;
  font-size: 15px;
  line-height: 18px;
}

.stakegrid--profit {
  color: #202020;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: right;
}

.stakegrid--result {
  color: #202020;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: right;
}

.stakegrid--result_positive {
  color: #649213;
}

.stakegrid--result_negative {
  color: #e31f26;
}

.stakegrid--footer {
  display: flex;
  width: 100%;
  max-width: 1246px;
  padding: 12px 0 0;
}

.stakegrid--link {
  display: none;
  color: #404040;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

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

.stakegrid--link span {
  margin: 0 0 0 4px;
}

.stakestats {
  display: flex;
  flex-direction: column;
  padding: 6px 15px 20px;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .stakestats {
    padding: 12px 30px 20px;
  }
}

.stakestats--item {
  grid-gap: 0 5px;
  display: grid;
  grid-template-columns: 70px 1fr;
  padding: 7px 0;
}

@media screen and (min-width: 48em) {
  .stakestats--item {
    grid-template-columns: minmax(100px, 1fr) 110px 110px;
  }
}

.stakestats--item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.stakestats--head {
  color: #909090;
  font-size: 11px;
  line-height: 22px;
  text-transform: uppercase;
}

.stakestats--head_wide {
  display: none;
}

@media screen and (min-width: 48em) {
  .stakestats--head_wide {
    display: block;
  }
}

.stakestats--head_right {
  text-align: right;
}

.stakestats--label {
  grid-column: span 2;
  margin: 0 0 6px;
  color: #606060;
  font-size: 15px;
  line-height: 22px;
}

@media screen and (min-width: 48em) {
  .stakestats--label {
    grid-column: span 1;
    margin: 0;
  }
}

.stakestats--mark {
  grid-column: 1;
  padding: 4px 0 0;
  color: #909090;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .stakestats--mark {
    display: none;
  }
}

.stakestats--online {
  grid-column: 2;
  color: #202020;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.stakestats--online_positive {
  color: #649213;
}

.stakestats--online_negative {
  color: #e31f26;
}

.stakestats--offline {
  grid-column: 2;
  color: #202020;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
}

@media screen and (min-width: 48em) {
  .stakestats--offline {
    grid-column: 3;
  }
}

.stakestats--offline_positive {
  color: #649213;
}

.stakestats--offline_negative {
  color: #e31f26;
}

.profile-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1246px;
  margin: 0 0 9px;
  padding: 0 15px;
}

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

.profile-breadcrumbs--link {
  display: flex;
  align-items: center;
  margin: 0 28px 0 0;
  padding: 5px 0;
  color: #909090;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .profile-breadcrumbs--link {
    font-size: 18px;
  }
}

.profile-breadcrumbs--link::before {
  width: 17px;
  height: 8px;
  margin: 0 12px 0 0;
  background-image: url(/nimg/arrow-back.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  content: '';
}

.profile-breadcrumbs--heading {
  margin: 0 15px 0 0;
  padding: 5px 0;
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .profile-breadcrumbs--heading {
    font-size: 18px;
  }
}

.profile-breadcrumbs--inner {
  display: flex;
  margin: 0 auto 0 0;
}

.wgt-session-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1246px;
  padding: 15px;
  background-color: #fff;
}

.wgt-session-head {
  display: flex;
  flex-wrap: wrap;
  margin: 7px 0 0;
}

.wgt-session-label {
  color: #606060;
  font-size: 15px;
  line-height: 20px;
}

.wgt-session-link {
  margin: 0 0 0 5px;
  border-bottom: 1px solid #606060;
  color: #606060;
  font-size: 15px;
  line-height: 20px;
}

.wgt-session {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 20px;
}

.wgt-session--item {
  grid-gap: 4px 5px;
  display: grid;
  grid-template-columns: 24px 1fr 100px;
  padding: 5px 0;
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (min-width: 48em) {
  .wgt-session--item {
    grid-template-columns: 24px 100px 1fr 100px 100px;
  }
}

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

.wgt-session--device {
  grid-row: 1;
  width: 24px;
  height: 24px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.wgt-session--device_mobile {
  background-image: url(/nimg/session-mobile.svg);
  background-size: 24px;
}

.wgt-session--device_desktop {
  background-image: url(/nimg/session-desktop.svg);
  background-size: 24px;
}

.wgt-session--device_unknown {
  background-image: url(/nimg/session-unknown.svg);
  background-size: 24px;
}

.wgt-session--wrap {
  display: flex;
  flex-direction: column;
}

.wgt-session--os {
  grid-row: 1;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.wgt-session--ip {
  grid-row: 1;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

.wgt-session--inner {
  display: flex;
  grid-column: 1/4;
  grid-row: 2;
}

@media screen and (min-width: 30em) {
  .wgt-session--inner {
    grid-column: 1/3;
  }
}

@media screen and (min-width: 48em) {
  .wgt-session--inner {
    grid-column: 3;
    grid-row: 1;
  }
}

.wgt-session--location {
  color: #616161;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.wgt-session--location::after {
  margin: 0 4px;
  color: #616161;
  content: '·';
}

.wgt-session--date {
  color: #616161;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.wgt-session--date_current {
  color: #649213;
}

.wgt-session--form {
  display: flex;
  grid-column: 1/3;
  grid-row: 3;
  align-items: center;
}

@media screen and (min-width: 30em) {
  .wgt-session--form {
    grid-column: 3;
    grid-row: 2;
  }
}

@media screen and (min-width: 48em) {
  .wgt-session--form {
    grid-column: 5;
    grid-row: 1;
  }
}

.wgt-session--button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100px;
  height: 20px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #616161;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.wgt-session-mark {
  margin: 0 0 5px;
  color: #424242;
  font-size: 14px;
  line-height: 20px;
}

.wgt-session-logout {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  padding: 0 15px;
  border-radius: 3px;
  background-color: #424242;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.feedback-new {
  background-color: #fff;
}

.feedback-new--header {
  width: 100%;
  max-width: 1246px;
  padding: 24px 15px 10px;
}

@media screen and (min-width: 64em) {
  .feedback-new--header {
    padding: 24px 30px 10px;
  }
}

.feedback-new--heading {
  color: #696969;
  font-size: 16px;
  line-height: 17px;
}

.feedback-new--wrap {
  display: flex;
  padding: 4px 15px 25px;
}

@media screen and (min-width: 64em) {
  .feedback-new--wrap {
    padding: 4px 30px 25px;
  }
}

.feedback-new--button {
  height: 32px;
  padding: 0 20px;
  border: 0;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.feedback-edit {
  padding: 0 0 25px;
  background-color: #fff;
}

.feedback-edit--inner {
  width: 100%;
  max-width: 1246px;
  padding: 4px 15px 17px 10px;
}

.feedback-edit--wrap {
  display: flex;
  padding: 0 15px;
}

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

.feedback-edit--button {
  height: 32px;
  padding: 0 20px;
  border: 0;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.widget-rate {
  width: 100%;
  max-width: 1246px;
}

.widget-rate_staking {
  margin: 0 0 20px;
}

.widget-rate--header {
  width: 100%;
  max-width: 1246px;
  padding: 24px 15px 10px;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .widget-rate--header {
    padding: 24px 30px 10px;
  }
}

.widget-rate--heading {
  color: #696969;
  font-size: 16px;
  line-height: 17px;
}

.widget-rate--inner {
  padding: 0 15px 25px;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .widget-rate--inner {
    padding: 0 30px 25px;
  }
}

.widget-rate--subheader {
  margin: 0 0 8px;
  color: #202020;
  font-size: 15px;
  line-height: 20px;
}

.widget-rate--note {
  color: #909090;
  font-size: 12px;
  line-height: 16px;
}

.widget-rate--link {
  color: #909090;
  font-size: 12px;
  line-height: 16px;
}

.widget-rate--link a {
  color: #909090;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}

.widget-rate--wrap {
  margin: 0 0 12px;
  padding: 24px 0 0;
}

.widget-rate--field {
  word-wrap: break-word;
  width: 100%;
  height: 90px;
  min-height: 90px;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: none;
  color: #202020;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 21px;
  vertical-align: bottom;
  resize: none;
}

.widget-rate--field:focus {
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .1);
}

.widget-rate--admin {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 10px;
}

.widget-rate--save {
  height: 32px;
  padding: 0 20px;
  border: 0;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.widget-rate--remove {
  display: inline-flex;
  height: 32px;
  margin: 0 0 0 5px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #202020;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.widget-rate .ui-widget-content {
  position: relative;
  height: 10px;
  background-image: linear-gradient(to bottom, #b9b9b9 0%, #c8c8c8 50%, #dbdbdb 100%);
}

.widget-rate .ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3;
}

.widget-rate .ui-slider .ui-slider-handle {
  z-index: 2;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.widget-rate .ui-slider-horizontal .ui-slider-handle {
  top: -4px;
  margin-left: -8px;
}

.widget-rate .ui-corner-all {
  border-radius: 3px;
}

.rate-slider {
  display: flex;
  align-items: center;
  height: 28px;
  margin: 0 0 6px;
}

.rate-slider--inner {
  position: relative;
  width: 100%;
}

.rate-slider--range {
  display: flex;
  z-index: 1;
  position: absolute;
  width: 50%;
}

.rate-slider--range_negative {
  top: 0;
  left: 0;
  justify-content: flex-end;
}

.rate-slider--range_positive {
  top: 0;
  right: 0;
  justify-content: flex-start;
}

.rate-slider--line {
  width: 0;
  height: 10px;
}

.rate-slider--line_negative {
  background-color: #e50e2b;
}

.rate-slider--line_positive {
  background-color: #649212;
}

.rate-slider--side {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
}

.rate-slider--side_negative {
  margin: 0 10px 0 0;
}

.rate-slider--side_positive {
  margin: 0 0 0 10px;
}

.rate-slider--cancel {
  display: none;
  z-index: 2;
  position: absolute;
  top: -8px;
  width: 16px;
  height: 16px;
  background-image: url(/nimg/rate-slider-cancel.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.active .rate-slider--cancel {
  display: block;
}

.rate-slider--side_negative .rate-slider--cancel {
  left: -8px;
}

.rate-slider--side_positive .rate-slider--cancel {
  right: -8px;
}

.rate-slider--input {
  display: block;
  width: 43px;
  margin: 0;
  border: 0;
  border-radius: 3px;
  outline-width: 0;
  font-size: 15px;
  line-height: 26px;
}

.rate-slider--input_negative {
  padding: 0 0 0 6px;
}

.active .rate-slider--input_negative {
  color: #e50e2b;
}

.rate-slider--input_positive {
  padding: 0 0 0 4px;
}

.active .rate-slider--input_positive {
  color: #649213;
}

.active .rate-slider--input {
  font-weight: 700;
}

.stake-rate {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

.stake-rate--label {
  margin: 0 10px 0 0;
  color: #606060;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.stake-rate--list {
  display: flex;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
}

.stake-rate--item {
  display: flex;
  height: 28px;
}

.stake-rate--item_plus {
  width: 29px;
  border-right: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: url(/nimg/rating-list-plus.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.stake-rate--item_minus {
  width: 28px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: url(/nimg/rating-list-minus.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.stake-rate--item.selected {
  background-color: #efefef;
}

.stake-rate--item a {
  flex-grow: 1;
}

.wgt-articles {
  margin: 0 0 10px;
}

.wgt-articles--wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 18px 15px 16px;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .wgt-articles--wrap {
    padding: 20px 30px 16px;
  }
}

.wgt-articles--head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 10px;
}

@media screen and (min-width: 64em) {
  .wgt-articles--head {
    flex-direction: row;
    align-items: center;
    margin: 0 0 20px;
  }
}

.wgt-articles--heading {
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .wgt-articles--heading {
    margin: 0 auto 0 0;
    font-size: 18px;
    line-height: 34px;
  }
}

.wgt-articles--inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1246px;
  margin: 0 auto;
}

.wgt-articles--bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  max-width: 1246px;
  margin: 10px 0 20px;
  padding: 0 15px;
}

@media screen and (min-width: 64em) {
  .wgt-articles--bottom {
    padding: 0;
  }
}

.profile-article {
  grid-column-gap: 15px;
  display: grid;
  position: relative;
  grid-template-areas: "image meta" "image ." "title title" "content content";
  grid-template-columns: 100px 1fr;
  grid-template-rows: 15px auto;
  padding: 0 0 10px;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .profile-article {
    grid-column-gap: 20px;
    grid-template-areas: "image title" "image title" "image content" "image meta" "image .";
  }
}

.profile-article:not(:last-child) {
  margin: 0 0 10px;
  border-bottom: 1px solid #eee;
}

.profile-article--image {
  display: flex;
  grid-area: image;
  align-items: flex-start;
  width: 100px;
  margin: 0 0 12px;
}

@media screen and (min-width: 48em) {
  .profile-article--image {
    margin: 0;
  }
}

.profile-article--image img {
  flex-grow: 1;
  object-fit: cover;
}

.profile-article--title {
  grid-area: title;
  margin: 0 0 10px;
  color: #000;
  font-family: "PT Serif", serif;
  font-size: 18px;
  line-height: 21px;
}

.profile-article--title::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.profile-article--content {
  grid-area: content;
}

@media screen and (min-width: 48em) {
  .profile-article--content {
    margin: 0 0 10px;
  }
}

.profile-article--content p {
  margin: 0;
  color: #606060;
  font-size: 14px;
  line-height: 20px;
}

.profile-article--meta {
  grid-area: meta;
}

.profile-article--meta .media-meta--comment {
  width: 100%;
}

@media screen and (min-width: 48em) {
  .profile-article--meta .media-meta--comment {
    width: auto;
  }
}

.wgt-messages {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 10px;
  padding: 18px 15px 16px;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .wgt-messages {
    padding: 20px 30px 16px;
  }
}

.wgt-messages--wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 10px;
}

@media screen and (min-width: 64em) {
  .wgt-messages--wrap {
    flex-direction: row;
    align-items: center;
    margin: 0 0 20px;
  }
}

.wgt-messages--heading {
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .wgt-messages--heading {
    margin: 0 auto 0 0;
    font-size: 18px;
    line-height: 34px;
  }
}

.wgt-messages--button {
  height: 34px;
  margin: 10px 0 0;
  padding: 0 18px;
  border: 0;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 64em) {
  .wgt-messages--button {
    margin: 0;
  }
}

.wgt-messages--list {
  margin: 0;
}

.wgt-messages--item {
  margin: 0 0 12px;
  font-size: 14px;
}

.wgt-messages--item:nth-last-child(1) {
  margin: 0;
}

.wgt-messages--grid {
  grid-gap: 2px 0;
  display: grid;
  grid-template-columns: 40px 1fr;
  line-height: 20px;
}

.wgt-messages--section {
  grid-column: 1 / 3;
  color: #202020;
  font-family: "PT Serif", serif;
  font-size: 16px;
}

.wgt-messages--percent {
  grid-row: 2;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.wgt-messages--qty {
  grid-row: 2;
  color: #606060;
  font-size: 12px;
}

.wgt-messages--line {
  display: flex;
  grid-column: 1 / 3;
  grid-row: 3;
  height: 4px;
  background-color: #e5e5e5;
}

.wgt-messages--progress {
  background-color: #649213;
}

.wgt-messages--inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0 0;
}

.wgt-messages--link {
  color: #404040;
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase;
  white-space: nowrap;
}

.wgt-messages--link:hover {
  text-decoration: underline;
}


/*! bbcode editor */

.bbcoder--main {
  width: 100%;
}

.bbcoder--inner {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f8f8f8;
}

.bbcoder--inner textarea {
  width: 100%;
  height: 148px;
  min-height: 148px;
  margin: 0;
  padding: 10px;
  overflow: auto;
  border: 0;
  background-color: #fff;
  box-shadow: none;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: bottom;
  overflow-wrap: break-word;
  resize: vertical;
}

.bbcoder--inner textarea:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}

.form-group .bbcoder--inner textarea {
  font-size: 16px;
}

.bbcoder--menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  min-height: 43px;
  padding: 6px 1px 1px 5px;
  border-bottom: 1px solid #efefef;
  border-radius: 3px 3px 0 0;
  background-color: #fff;
}

.bbcoder--submenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 43px;
  border-top: 1px solid #efefef;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
}

.bbcoder--button {
  fill: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 4px 4px 0;
  border-radius: 3px;
  cursor: default;
}

.bbcoder--button svg {
  width: 24px;
  height: 24px;
}

.bbcoder--inner_theme_white .bbcoder--button {
  background-image: linear-gradient(to bottom, #fff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
}

.bbcoder--submenu .bbcoder--button {
  border: 0;
  background: transparent;
}

.bbcoder--button:focus {
  transform: translateY(1px);
}

.bbcoder--button:focus svg {
  fill: #3949ab;
}

.bbcoder--button_pagebreak svg .sep-logo {
  fill: #e50e2b;
}

.bbcoder--button_symbol.active {
  transform: translateY(1px);
}

.bbcoder--button_symbol.active svg {
  fill: #3949ab;
}

.bbcoder--button_color.active {
  transform: translateY(1px);
}

.bbcoder--button_color.active svg {
  fill: #3949ab;
}

.bbcoder--button_smile {
  position: relative;
}

.bbcoder--button_smile:hover {
  border: 0;
  background: transparent;
}

.bbcoder--button_smile::after {
  position: absolute;
  top: 7px;
  right: -3px;
  width: 1px;
  height: 16px;
  background-color: #e5e5e5;
  content: "";
}

.bbcoder--button_card:hover {
  border: 0;
  background: transparent;
}

.bbcoder--button .bbcoder-icon--twitter {
  height: 16px;
}

.bbcoder--dropdown {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 6px 10px 4px;
  border-bottom: 1px solid #efefef;
  background-color: #f8f8f8;
  white-space: nowrap;
}

.bbcoder--dropdown_color {
  padding: 5px 2px;
}

.bbcoder--dropdown_color.active {
  display: flex;
}

.bbcoder--dropdown_symbol {
  padding: 6px 1px 1px 5px;
}

.bbcoder--dropdown_symbol.active {
  display: flex;
}

.bbcoder-symbol {
  display: flex;
  flex-wrap: wrap;
}

.bbcoder-symbol a {
  width: 32px;
  height: 32px;
  margin: 0 4px 4px 0;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.bbcoder-symbol a:hover {
  border-color: #ccc;
  cursor: pointer;
}

.bbcoder-symbol a:focus {
  transform: translateY(1px);
  color: #3949ab;
}

.bbcoder-colors {
  display: flex;
  flex-wrap: wrap;
}

.bbcoder-colors a:hover {
  box-shadow: inset 0 0 0 1px #3949ab;
  cursor: pointer;
}

.bbcoder-colors--cell {
  width: 15px;
  height: 15px;
  margin: 3px;
  border: 1px solid #e6e6e6;
}

.bbcoder--smiles {
  display: none;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding: 10px;
}

.bbcoder--smiles.show {
  display: flex;
}

.bbcoder--smiles a {
  margin: 0 5px 2px 0;
}

.bbcoder--cards {
  display: none;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding: 12px 0 0 10px;
}

.bbcoder--cards.show {
  display: flex;
}

.bbcoder--cards ul {
  display: flex;
  flex-wrap: wrap;
  width: 220px;
  margin: 0 0 7px;
  padding: 0;
  list-style-type: none;
}

.bbcoder--cards .card {
  display: block;
  width: 25px;
  height: 16px;
  margin: 0 4px 2px 0;
  background-image: url(/nimg/cards-16-fixed.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.bbcoder--cards .card_color {
  background-image: url(/nimg/cards-16-color-fixed.svg);
}

.c_D {
  background-position: 0 0;
}

.c_2D {
  background-position: -36px 0;
}

.c_3D {
  background-position: -72px 0;
}

.c_4D {
  background-position: 0 -18px;
}

.c_5D {
  background-position: -36px -18px;
}

.c_6D {
  background-position: -72px -18px;
}

.c_7D {
  background-position: 0 -36px;
}

.c_8D {
  background-position: -36px -36px;
}

.c_9D {
  background-position: -72px -36px;
}

.c_10D {
  background-position: 0 -54px;
}

.c_TD {
  background-position: 0 -54px;
}

.c_JD {
  background-position: -36px -54px;
}

.c_QD {
  background-position: -72px -54px;
}

.c_KD {
  background-position: 0 -72px;
}

.c_AD {
  background-position: -36px -72px;
}

.c_S {
  background-position: -72px -72px;
}

.c_2S {
  background-position: 0 -90px;
}

.c_3S {
  background-position: -36px -90px;
}

.c_4S {
  background-position: -72px -90px;
}

.c_5S {
  background-position: 0 -108px;
}

.c_6S {
  background-position: -36px -108px;
}

.c_7S {
  background-position: -72px -108px;
}

.c_8S {
  background-position: 0 -126px;
}

.c_9S {
  background-position: -36px -126px;
}

.c_10S {
  background-position: -72px -126px;
}

.c_TS {
  background-position: -72px -126px;
}

.c_JS {
  background-position: 0 -144px;
}

.c_QS {
  background-position: -36px -144px;
}

.c_KS {
  background-position: -72px -144px;
}

.c_AS {
  background-position: 0 -162px;
}

.c_H {
  background-position: -36px -162px;
}

.c_2H {
  background-position: -72px -162px;
}

.c_3H {
  background-position: 0 -180px;
}

.c_4H {
  background-position: -36px -180px;
}

.c_5H {
  background-position: -72px -180px;
}

.c_6H {
  background-position: 0 -198px;
}

.c_7H {
  background-position: -36px -198px;
}

.c_8H {
  background-position: -72px -198px;
}

.c_9H {
  background-position: 0 -216px;
}

.c_10H {
  background-position: -36px -216px;
}

.c_TH {
  background-position: -36px -216px;
}

.c_JH {
  background-position: -72px -216px;
}

.c_QH {
  background-position: 0 -234px;
}

.c_KH {
  background-position: -36px -234px;
}

.c_AH {
  background-position: -72px -234px;
}

.c_C {
  background-position: 0 -252px;
}

.c_2C {
  background-position: -36px -252px;
}

.c_3C {
  background-position: -72px -252px;
}

.c_4C {
  background-position: 0 -270px;
}

.c_5C {
  background-position: -36px -270px;
}

.c_6C {
  background-position: -72px -270px;
}

.c_7C {
  background-position: 0 -288px;
}

.c_8C {
  background-position: -36px -288px;
}

.c_9C {
  background-position: -72px -288px;
}

.c_10C {
  background-position: 0 -306px;
}

.c_TC {
  background-position: 0 -306px;
}

.c_JC {
  background-position: -36px -306px;
}

.c_QC {
  background-position: -72px -306px;
}

.c_KC {
  background-position: 0 -324px;
}

.c_AC {
  background-position: -36px -324px;
}

.c_X {
  background-position: -72px -324px;
}

.c_2X {
  background-position: 0 -342px;
}

.c_3X {
  background-position: -36px -342px;
}

.c_4X {
  background-position: -72px -342px;
}

.c_5X {
  background-position: 0 -360px;
}

.c_6X {
  background-position: -36px -360px;
}

.c_7X {
  background-position: -72px -360px;
}

.c_8X {
  background-position: 0 -378px;
}

.c_9X {
  background-position: -36px -378px;
}

.c_10X {
  background-position: -72px -378px;
}

.c_TX {
  background-position: -72px -378px;
}

.c_JX {
  background-position: 0 -396px;
}

.c_QX {
  background-position: -36px -396px;
}

.c_KX {
  background-position: -72px -396px;
}

.c_AX {
  background-position: 0 -414px;
}


/*! bbcode editor end*/

.heroes-widget {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
  padding: 0 0 40px;
}

@media screen and (min-width: 64em) {
  .heroes-widget {
    max-width: 1276px;
    padding: 0 15px 65px;
  }
}

.widget-tops {
  --w-heroes-heading-color: #333;
  --w-heroes-bg-color: #fff;
  --w-heroes-border-color: #dbdbdb;
  --w-heroes-line-color: #dbdbdb;
  --w-heroes-player-color: #202020;
  --w-heroes-blog-color: #202020;
  --w-heroes-subhead-color: #333;
  --w-heroes-num-color: #909090;
  --w-heroes-icon: none;
  --w-arrow-icon: none;
  width: 100%;
  padding: 0 15px;
}

.content_theme .widget-tops {
  --w-heroes-heading-color: var(--text-5-color, #333);
  --w-heroes-bg-color: var(--layer-3-color, #fff);
  --w-heroes-border-color: var(--line-2-color, #dbdbdb);
  --w-heroes-line-color: var(--line-1-color, #dbdbdb);
  --w-heroes-player-color: var(--text-4-color, #202020);
  --w-heroes-blog-color: var(--text-5-color, #202020);
  --w-heroes-subhead-color: var(--text-4-color, #333);
  --w-heroes-num-color: var(--text-5-color, #909090);
  --w-heroes-icon: var(--icon-5-filter, none);
  --w-arrow-icon: var(--icon-1-filter, none);
}

@media screen and (min-width: 48em) {
  .widget-tops {
    padding: 0;
  }
}

.widget-tops--grid {
  grid-gap: 15px 0;
  display: grid;
  grid-template-columns: minmax(290px, 1fr);
  width: 100%;
  max-width: 824px;
}

@media screen and (min-width: 64em) {
  .widget-tops--grid {
    grid-gap: 30px 20px;
    grid-template-columns: 402fr 516fr 288fr;
    max-width: 1276px;
  }
}

.widget-tops--header {
  display: flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 13px;
}

.widget-tops--logo {
  --color1: var(--pal-icon-color1, #000);
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}

.widget-tops--link {
  position: relative;
  color: var(--w-heroes-heading-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.widget-tops--link::after {
  position: absolute;
  top: 4px;
  right: -16px;
  width: 10px;
  height: 14px;
  background-image: url(/nimg/arrow-right-short.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  content: '';
  filter: var(--w-arrow-icon);
}

.widget-tops--item {
  padding: 0 15px 12px;
  background-color: var(--w-heroes-bg-color);
}

.widget-tops--head {
  display: flex;
  align-items: center;
  height: 71px;
  border-bottom: 1px solid var(--w-heroes-border-color);
}

.widget-tops--icon {
  display: none;
  width: 46px;
  height: 46px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 46px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
  filter: var(--w-heroes-icon);
}

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

.widget-tops--icon_author {
  background-image: url(/nimg/top-author.svg);
}

.widget-tops--icon_blog {
  background-image: url(/nimg/top-blog.svg);
}

.widget-tops--icon_stream {
  background-image: url(/nimg/top-stream.svg);
}

.widget-tops--heading {
  color: #909090;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}

.grid-tops {
  grid-gap: 0 10px;
  display: grid;
  position: relative;
  grid-template-columns: 90px 28px 1fr;
  padding: 13px 0;
  line-height: 28px;
}

.grid-tops:not(:last-child) {
  border-bottom: 1px dashed var(--w-heroes-line-color);
}

.grid-tops_double {
  align-items: center;
}

@media screen and (min-width: 64em) {
  .grid-tops_double {
    padding: 9px 0;
  }
}

.grid-tops_stream {
  grid-template-columns: 10px 28px 1fr;
}

.grid-tops--subhead {
  grid-column: 1;
  color: var(--w-heroes-subhead-color);
  font-size: 13px;
}

.grid-tops--num {
  grid-column: 1;
  color: var(--w-heroes-num-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}

.grid-tops--icon {
  display: flex;
  position: relative;
  grid-column: 2;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
  filter: var(--w-heroes-icon);
}

.grid-tops--icon_author {
  background-image: url(/nimg/top-author.svg);
}

.grid-tops--icon_blog {
  background-image: url(/nimg/top-blog.svg);
}

.grid-tops--icon_stream {
  background-image: url(/nimg/top-stream.svg);
}

.grid-tops--counter {
  z-index: 5;
  position: absolute;
  top: 22px;
  left: 50%;
  min-width: 21px;
  padding: 0 3px;
  transform: translateX(-50%);
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 11px;
  text-align: center;
}

.grid-tops--icon_author .grid-tops--counter {
  background-image: linear-gradient(180deg, #7d9e61 0%, #5a6651 160%);
}

.grid-tops--icon_blog .grid-tops--counter {
  background-image: linear-gradient(180deg, #ffb932 0%, #f71212 160%);
}

.grid-tops--inner {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.grid-tops--player {
  grid-column: 3;
  overflow: hidden;
  color: var(--w-heroes-player-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.grid-tops--player::before {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.grid-tops_double .grid-tops--player {
  line-height: 18px;
}

.grid-tops--blog {
  display: none;
  max-width: 720px;
  overflow: hidden;
  color: var(--w-heroes-blog-color);
  font-size: 14px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.widget-rr {
  width: 100%;
  max-width: 615px;
}

@media screen and (min-width: 64em) {
  .widget-rr {
    max-width: 1276px;
  }
}

.widget-rr--head {
  display: flex;
  align-items: center;
  margin: 0 0 13px;
  padding: 0 0 0 16px;
  line-height: 1;
}

@media screen and (min-width: 40em) {
  .widget-rr--head {
    padding: 0;
  }
}

.widget-rr--icon {
  width: 33px;
  height: 33px;
  margin: 0 8px 0 0;
}

.widget-rr--heading {
  display: flex;
  position: relative;
  align-items: center;
  color: var(--rr-head-color, #333);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.widget-rr--heading svg {
  position: absolute;
  top: 4px;
  right: -16px;
  flex-shrink: 0;
  width: 10px;
  height: 14px;
}

.widget-rr--subheader {
  display: flex;
  align-items: center;
  height: 48px;
  margin: 0 0 16px;
  padding: 0 24px 0 16px;
  background-color: #f44308;
}

.widget-rr--switch {
  display: flex;
}

.widget-rr--button {
  margin: 0 4px;
  padding: 3px 4px;
  border-radius: 3px;
  color: #efefef;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.widget-rr--button.active {
  background-color: #282828;
}

.widget-rr--logo {
  width: 87px;
  height: 18px;
  margin: 0 0 0 auto;
  background-image: url(/nimg/partypoker-rr.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 87px;
}

.widget-rr--inner {
  display: flex;
  flex-direction: column;
  padding: 0 0 10px;
  background-color: #2a2a2a;
}

.widget-rr--item {
  padding: 4px 15px;
}

.grid-rr {
  grid-gap: 0 10px;
  display: grid;
  grid-template-columns: 55px 1fr 45px;
  line-height: 25px;
}

.grid-rr--num {
  grid-column: 1;
  padding: 0 0 0 15px;
  color: #bfbfbf;
  font-size: 16px;
}

.grid-rr--nick {
  grid-column: 2;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
}

.grid-rr--score {
  grid-column: 3;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.grid-rr--score_top {
  color: #f44308;
}

.widget-rr--wrap {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 24px;
  background-color: #2a2a2a;
}

.rr-control {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
}

.rr-control::after,
.rr-control::before {
  top: 0;
  flex-grow: 1;
  height: 1px;
  background-color: #f44308;
  content: '';
}

.rr-control--button {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin: 0 10px;
}

.rr-control--button svg {
  --i-color1: #f4430a;
  --i-color2: #fff;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}

.rr-control--button_disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.widget-rrpd {
  width: 100%;
  max-width: 615px;
}

@media screen and (min-width: 64em) {
  .widget-rrpd {
    max-width: 1276px;
  }
}

.widget-rrpd--head {
  display: flex;
  align-items: center;
  margin: 0 0 13px;
  padding: 0 0 0 16px;
  line-height: 1;
}

@media screen and (min-width: 40em) {
  .widget-rrpd--head {
    padding: 0;
  }
}

.widget-rrpd--icon {
  flex-shrink: 0;
  width: 33px;
  height: 33px;
  margin: 0 8px 0 0;
}

.widget-rrpd--heading {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-image: linear-gradient(90deg, #f06d7b, #c649e8);
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 23.4375em) {
  .widget-rrpd--heading {
    font-size: 23px;
  }
}

.widget-rrpd--heading svg {
  flex-shrink: 0;
  width: 10px;
  height: 14px;
  margin: 0 0 0 2px;
}

.widget-rrpd--subheader {
  display: flex;
  position: relative;
  align-items: center;
  height: 48px;
  margin: 0 0 16px;
  padding: 0 20px 0 16px;
  background-image: linear-gradient(90deg, #f08f61 0%, #e723d0 50%, #a346f0 100%);
}

.widget-rrpd--switch {
  display: flex;
}

.widget-rrpd--button {
  margin: 0 4px;
  padding: 3px 4px;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.widget-rrpd--button.active {
  background-color: #282828;
  color: #efefef;
}

.widget-rrpd--logo {
  width: 90px;
  height: 17px;
  margin: 0 0 0 auto;
  background-image: url(/nimg/pokerdom-rrpd.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px;
}

.widget-rrpd--star1 {
  position: absolute;
  bottom: -10px;
  left: -4px;
  width: 20px;
  height: 20px;
  transform: rotate(25deg);
  background-image: url(/nimg/rrpd-star.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  filter: drop-shadow(0 1px 2px rgba(244, 227, 84, .8));
}

.widget-rrpd--star2 {
  position: absolute;
  top: 6px;
  left: 45%;
  width: 21px;
  height: 21px;
  background-image: url(/nimg/rrpd-star.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  filter: drop-shadow(0 2px 4px rgba(244, 227, 84, .8));
}

.widget-rrpd--star3 {
  position: absolute;
  bottom: -7px;
  left: 62%;
  width: 18px;
  height: 18px;
  transform: rotate(57deg);
  background-image: url(/nimg/rrpd-star.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  filter: drop-shadow(0 1px 2px rgba(244, 227, 84, .8));
}

.widget-rrpd--star4 {
  position: absolute;
  top: -5px;
  right: 0;
  width: 18px;
  height: 18px;
  background-image: url(/nimg/rrpd-star.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  filter: drop-shadow(0 1px 2px rgba(244, 227, 84, .8));
}

.widget-rrpd--inner {
  display: flex;
  flex-direction: column;
  padding: 0 0 10px;
  background-color: #282828;
}

.widget-rrpd--item {
  padding: 4px 15px;
}

.grid-rrpd {
  grid-gap: 0 10px;
  display: grid;
  grid-template-columns: 55px 1fr 52px;
  line-height: 25px;
}

.grid-rrpd--num {
  grid-column: 1;
  padding: 0 0 0 15px;
  color: #bfbfbf;
  font-size: 16px;
}

.grid-rrpd--nick {
  grid-column: 2;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
}

.grid-rrpd--score {
  grid-column: 3;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.grid-rrpd--score_top {
  color: #11cd62;
}

.widget-rrpd--wrap {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 24px;
  background-color: #282828;
}

.rrpd-control {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
}

.rrpd-control::after,
.rrpd-control::before {
  top: 0;
  flex-grow: 1;
  height: 1px;
  background-color: #727272;
  content: '';
}

.rrpd-control--prev {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 10px;
  background-image: url(/nimg/slider-hot-prev.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.rrpd-control--prev.disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.rrpd-control--next {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 5px;
  background-image: url(/nimg/slider-hot-next.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.rrpd-control--next.disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.widget-wknd {
  width: 100%;
  max-width: 615px;
}

@media screen and (min-width: 64em) {
  .widget-wknd {
    max-width: 1276px;
  }
}

.widget-wknd--head {
  display: flex;
  align-items: center;
  margin: 0 0 13px;
  padding: 0 0 0 16px;
  line-height: 1;
}

@media screen and (min-width: 40em) {
  .widget-wknd--head {
    padding: 0;
  }
}

.widget-wknd--icon {
  width: 22px;
  height: 33px;
  margin: 0 8px 0 0;
  background-image: url(/nimg/icon-strike.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 33px;
}

.widget-wknd--heading {
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.widget-wknd--subheader {
  margin: 0 0 6px;
  padding: 10px 15px;
  background-color: #e0e0e0;
}

.widget-wknd--subgrid {
  grid-gap: 0 5px;
  display: grid;
  grid-template-columns: 1fr 90px;
  align-content: center;
  height: 40px;
}

.widget-wknd--switch {
  display: flex;
  align-items: center;
}

.widget-wknd--button {
  padding: 4px 5px;
  border-radius: 3px;
  color: #606060;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.widget-wknd--button:not(:last-child) {
  margin: 0 2px 0 0;
}

.widget-wknd--button.active {
  background-color: #e50c2c;
  color: #fff;
}

.widget-wknd--latereg {
  border-left: 1px solid #ccc;
  color: #606060;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.widget-wknd--inner {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 0 0 6px;
  background-color: #fff;
}

.widget-wknd--inner::after {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #fff;
  content: '';
}

.widget-wknd--item {
  padding: 0 15px;
}

.grid-wknd {
  grid-gap: 0 5px;
  display: grid;
  grid-template-columns: 55px 1fr 90px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  line-height: 25px;
}

.grid-wknd--num {
  grid-column: 1;
  color: #2e7d32;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.grid-wknd--tour {
  display: grid;
  grid-column: 2;
}

.grid-wknd--name {
  height: 36px;
  overflow: hidden;
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.grid-wknd--room {
  grid-row: 2;
  color: #8f8f8f;
  font-size: 12px;
  line-height: 18px;
}

.grid-wknd--score {
  grid-column: 3;
  color: #e31f26;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.widget-wknd--wrap {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 15px;
}

.wknd-control {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
}

.wknd-control::after,
.wknd-control::before {
  top: 0;
  flex-grow: 1;
  height: 1px;
  background-color: #d3d3d3;
  content: '';
}

.wknd-control--prev {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 10px;
  background-image: url(/nimg/slider-hot-prev.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wknd-control--prev.disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.wknd-control--next {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 5px;
  background-image: url(/nimg/slider-hot-next.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.wknd-control--next.disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.rec-widget {
  --rec-stream-header-color: var(--text-5-color, #333);
  --rec-item-bg-color: var(--layer-3-color, #fff);
  --rec-heading-color: var(--text-4-color, #404040);
  --rec-subheading-color: var(--text-5-color, #666);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 615px;
  margin: 0 auto 10px;
  padding: 20px 0 0;
}

@media screen and (min-width: 64em) {
  .rec-widget {
    max-width: 1276px;
    margin: 0 auto 37px;
    padding: 32px 15px 0;
  }
}

.rec-widget--head {
  display: flex;
  align-items: center;
  margin: 0 0 22px;
  padding: 0 0 0 16px;
}

@media screen and (min-width: 40em) {
  .rec-widget--head {
    padding: 0;
  }
}

.rec-widget--icon {
  --color1: var(--pal-icon-color1, #000);
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin: 0 10px 0 0;
}

.rec-widget--heading {
  color: var(--rec-stream-header-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.rec-control {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 76px;
  height: 28px;
  margin: 0 0 0 auto;
}

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

.rec-control--button {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.rec-control--button svg {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}

[theme='dark'] .rec-control--button svg {
  --i-color1: #606060;
  --i-color2: #fff;
}

.rec-control--button_disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.recommend--container {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 1246px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.recommend--row {
  grid-gap: 10px 0;
  display: grid;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 64em) {
  .recommend--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;
  }
}

.recommend-item {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: center;
  width: 100%;
  padding: 32px 20px 30px;
  border-top: 3px solid #757575;
  background-color: var(--rec-item-bg-color);
}

.recommend-item_cash {
  border-color: #43a047;
}

.recommend-item_cash::before {
  position: absolute;
  top: -3px;
  left: 0;
  padding: 4px 7px;
  background-color: #43a047;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  content: 'КЭШ';
}

.recommend-item_mtt {
  border-color: #ff9800;
}

.recommend-item_mtt::before {
  position: absolute;
  top: -3px;
  left: 0;
  padding: 4px 7px;
  background-color: #ff9800;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  content: 'МТТ';
}

.recommend-item_cash_mtt {
  border-color: #a0588e;
}

.recommend-item_cash_mtt::before {
  position: absolute;
  top: -3px;
  left: 0;
  padding: 4px 7px;
  background-color: #a0588e;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  content: 'КЭШ и МТТ';
}

.recommend-item--grid {
  gap: 0 16px;
  display: grid;
  grid-template-columns: 70px 1fr;
  width: 100%;
}

.recommend-item--inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.recommend-item--logo {
  display: flex;
  align-items: center;
  width: 70px;
  height: 70px;
}

.recommend-pocarr-icon {
  --logo-color-1: #242021;
  display: flex;
  align-items: flex-start;
  width: 100px;
  height: 70px;
}

[theme='dark'] .recommend-pocarr-icon {
  --logo-color-1: #e0e0e0;
}

.recommend-mvp-icon {
  --logo-color-1: #206fe4;
  --logo-color-2: #1e4e9f;
  display: flex;
  align-items: flex-start;
  width: 100px;
  height: 70px;
}

.recommend-sv-icon {
  display: flex;
  align-items: flex-start;
}

.recommend-sv-icon svg {
  width: 70px;
  height: 70px;
}

.recommend-mountainteam-icon {
  --logo-color-1: #282828;
  max-width: 200px;
  height: 56px;
}

[theme='dark'] .recommend-mountainteam-icon {
  --logo-color-1: #e0e0e0;
}

.recommend-greenline-icon {
  --logo-color-1: #282828;
  --logo-color-2: #149842;
  max-width: 200px;
  height: 60px;
}

[theme='dark'] .recommend-greenline-icon {
  --logo-color-1: #e0e0e0;
  --logo-color-2: #4abc00;
}

.recommend-kot-icon {
  --logo-color-1: #616161;
  --logo-color-2: #ffc800;
  max-width: 200px;
  height: 64px;
}

[theme='dark'] .recommend-kot-icon {
  --logo-color-1: #fff;
}

.recommend-teama-icon {
  max-width: 200px;
  height: 70px;
}

.recommend-itc-icon {
  max-width: 200px;
  height: 70px;
}

.recommend-item--heading {
  margin: 0 0 11px;
  color: var(--rec-heading-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.recommend-item--heading::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.recommend-item--subheading {
  color: var(--rec-subheading-color);
  font-size: 14px;
  line-height: 16px;
}

.regs {
  display: flex;
  position: relative;
  flex-direction: column;
}

.regs--header {
  display: none;
  padding: 22px 24px 18px;
  border-bottom: 1px solid #dfe1e4;
}

@media screen and (min-width: 48em) {
  .regs--header {
    padding: 28px 32px 24px;
  }
}

.regs--header h2 {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

@media screen and (min-width: 48em) {
  .regs--header h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

.room-regplace .regs--header {
  display: block;
}

.regs--heading {
  padding: 4px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.regs--item {
  padding: 24px 24px 0;
}

@media screen and (min-width: 40em) {
  .regs--item {
    padding: 32px 32px 0;
  }
}

.regs--item_list {
  padding: 18px 24px 0;
}

@media screen and (min-width: 40em) {
  .regs--item_list {
    padding: 25px 32px 0;
  }
}

.regs--item_last {
  padding: 18px 24px 24px;
}

@media screen and (min-width: 40em) {
  .regs--item_last {
    padding: 25px 32px 32px;
  }
}

.regs--item_stripe_first {
  position: relative;
  overflow-y: hidden;
}

@media screen and (min-width: 48em) {
  .regs--item_stripe_first::before {
    position: absolute;
    top: 72px;
    left: 47px;
    width: 0;
    height: 100%;
    border-right: 1px dashed #dfe1e4;
    content: '';
  }
}

.regs--item_stripe_list {
  position: relative;
}

@media screen and (min-width: 48em) {
  .regs--item_stripe_list::before {
    position: absolute;
    top: 0;
    left: 47px;
    width: 0;
    height: 100%;
    border-right: 1px dashed #dfe1e4;
    content: '';
  }
}

.regs--item_stripe_last {
  position: relative;
}

@media screen and (min-width: 48em) {
  .regs--item_stripe_last::before {
    position: absolute;
    top: 0;
    left: 47px;
    width: 0;
    height: 17px;
    border-right: 1px dashed #dfe1e4;
    content: '';
  }
}

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

@media screen and (min-width: 48em) {
  .regs--wrap {
    gap: 0 32px;
    grid-template-columns: 32px 1fr;
  }
}

.regs--inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0 0 24px;
  border-bottom: 1px solid #dfe1e4;
}

@media screen and (min-width: 48em) {
  .regs--inner_list {
    grid-column: 2;
  }
}

.regs--inner_clean {
  padding: 0;
  border-color: transparent;
}

.regs--border {
  width: 100%;
  height: 39px;
  border-bottom: 1px dashed #e5d8b3;
}

.regs--number {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #44d587;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

@media screen and (min-width: 48em) {
  .regs--number {
    width: 32px;
    height: 32px;
  }
}

.regs--number::after {
  position: absolute;
  left: 32px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  content: 'шаг';
}

@media screen and (min-width: 48em) {
  .regs--number::after {
    display: none;
  }
}

.regs--bonus {
  margin: 0;
  padding: 12px 0 0 18px;
  list-style-position: outside;
  list-style-type: disc;
}

.regs--bonus li {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.regs--bonus li:not(:last-child) {
  margin: 0 0 8px;
}

.regs--bonus a {
  color: #000;
  font-weight: 700;
}

.regs--bonus a:hover {
  color: #ec314d;
}

.regs-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px 0 0;
}

@media screen and (min-width: 48em) {
  .regs-form {
    flex-direction: row;
  }
}

.regs-field {
  width: 100%;
  max-width: 289px;
  padding: 21px 16px 22px;
  border: 1px solid #dfe1e4;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 16px;
}

.regs-field::-moz-placeholder {
  color: #a8a8a9;
}

.regs-field::placeholder {
  color: #a8a8a9;
}

.regs-field_nick {
  margin: 0 0 16px;
}

@media screen and (min-width: 48em) {
  .regs-field_nick {
    margin: 0 32px 0 0;
  }
}

.regs-field_nick:disabled {
  background-color: #e0e0e0;
  color: #757575;
}

.regs-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 289px;
  height: 64px;
  margin: 0 0 16px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.regs-send {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 181px;
  height: 64px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

.regs-link-note {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .regs-link-note {
    font-size: 16px;
  }
}

.regs-restricted {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 32px 24px;
}

@media screen and (min-width: 48em) {
  .regs-restricted {
    padding: 32px;
  }
}

.regs-restricted--top {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 0 0 16px;
}

.regs-restricted--logo {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  width: 60px;
  height: 60px;
  margin: 0 16px 0 0;
}

.regs-restricted--heading {
  width: 100%;
  max-width: 360px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.regs-restricted--text {
  padding: 16px 0 24px;
  border-top: 1px dashed #dfe1e4;
}

.regs-restricted--text p {
  margin: 0;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.regs-restricted--form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 0 0;
}

@media screen and (min-width: 48em) {
  .regs-restricted--form {
    flex-direction: row;
  }
}

.nick-submition {
  position: relative;
  padding: 8px 10px;
  border-left: 3px solid #388d3c;
  background-color: #eef0f5;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.regs-restricted--note {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 24px 16px;
  border: 1px solid #44d487;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .regs-restricted--note {
    padding: 24px;
  }
}

.regs-restricted--note p {
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .regs-restricted--note p {
    font-size: 16px;
  }
}

.regs-restricted--contact {
  display: flex;
  flex-direction: column;
  padding: 24px 0 0;
}

.regs-contact-wrap {
  gap: 0 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 320px;
}

.bs-i-btn_chat {
  --i-color1: #ec314d;
}

.bs-i-btn_chat:hover {
  --i-color1: #fff;
}

.vip-rg-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 32px 24px;
}

@media screen and (min-width: 48em) {
  .vip-rg-wrap {
    padding: 32px;
  }
}

.room-plus-reg .vip-rg-wrap {
  padding: 32px 16px;
}

@media screen and (min-width: 48em) {
  .room-plus-reg .vip-rg-wrap {
    padding: 32px;
  }
}

.vip-rg {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px 24px;
  border: 1px solid #44d587;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .vip-rg {
    padding: 32px;
  }
}

.vip-rg--contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 442px;
}

@media screen and (min-width: 40em) {
  .vip-rg--contact {
    flex-wrap: nowrap;
  }
}

.vip-rg--contact_top {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #dfe1e4;
}

@media screen and (min-width: 30em) {
  .vip-rg--contact_top {
    grid-template-columns: repeat(5, 1fr);
  }
}

.vip-rg--chat {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  background-color: #44d587;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.vip-rg--chat:hover {
  background-color: #25a25f;
}

.vip-rg--chat svg {
  width: 24px;
  height: 24px;
}

.vip-rg-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ec314d;
  border-radius: 10px;
}

.vip-rg-button:hover {
  --i-color1: #fff;
  background-color: #ec314d;
}

.vip-rg-button svg {
  width: 24px;
  height: 24px;
}

.vip-rg-button_double {
  --i-color1: #fff;
  border: 0;
  background-color: #ec314d;
}

@media screen and (min-width: 30em) {
  .vip-rg-button_double {
    grid-column: span 2;
  }
}

.vip-rg-button_double:hover {
  --i-color1: #fff;
  background-color: #b9253b;
}

.vip-rg-button_discord_active {
  --i-color1: #fff;
  background-color: #ec314d;
}

.rg-tr-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .rg-tr-wrap {
    width: auto;
  }
}

.rg-tr-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  border-radius: 10px;
  color: #ec314d;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}

.rg-tr-btn_mob {
  margin: 16px 0 0;
}

@media screen and (min-width: 40em) {
  .rg-tr-btn_mob {
    margin: 0;
  }
}

.rg-tr-btn:hover {
  --i-color1: #b9253b;
  color: #b9253b;
}

.rg-tr-btn svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
}

.rg-tr-sep {
  display: block;
  width: 1px;
  height: 16px;
  margin: 0 16px;
  background-color: #dfe1e4;
}

@media screen and (min-width: 40em) {
  .rg-tr-sep {
    margin: 0 32px;
  }
}

.rg-tr-sep_mob {
  display: none;
}

@media screen and (min-width: 40em) {
  .rg-tr-sep_mob {
    display: block;
  }
}

.vip-ds-wrap {
  position: relative;
}

.vip-ds {
  display: none;
  z-index: 1;
  position: absolute;
  top: 48px;
  right: 0;
  width: 248px;
  margin: 0;
  padding: 24px 16px;
  border-radius: 10px;
  background-color: #fffbf0;
  box-shadow: 0 0 16px rgba(0, 0, 0, .15);
}

.vip-ds_show {
  display: block;
}

.vip-ds--item {
  display: flex;
  color: #616161;
  font-size: 14px;
  line-height: 18px;
}

.vip-ds--item:not(:last-child) {
  margin: 0 0 18px;
}

.vip-ds--item::before {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  border: 1px solid rgba(68, 213, 135, .3);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 12'%3E%3Cpath fill='%2344D587' d='M11 3.906L9.11 2 4.638 6.429l-1.74-1.74L1 6.587l3.63 3.63L11 3.907z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  content: '';
}

.vip-ds--item a {
  color: #ec314d;
  font-weight: 700;
  text-decoration: none;
}

.vip-ds--item a:hover {
  color: #b9253b;
}

.vip-ds--item strong {
  color: #202020;
}

.dd-signal-wrap {
  position: relative;
}

.dd-signal-wrap_mob {
  width: 100%;
  margin: 16px 0 0;
}

@media screen and (min-width: 40em) {
  .dd-signal-wrap_mob {
    width: initial;
    margin: 0;
  }
}

.dd-signal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  border-radius: 10px;
  color: #ec314d;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}

.dd-signal-btn:hover {
  --i-color1: #b9253b;
  color: #b9253b;
}

.dd-signal-btn svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
}

.dd-signal {
  display: none;
  z-index: 1;
  position: absolute;
  top: 32px;
  right: 50%;
  width: 248px;
  margin: 0;
  padding: 24px 16px;
  transform: translateX(50%);
  border-radius: 10px;
  background-color: #fffbf0;
  box-shadow: 0 0 16px rgba(0, 0, 0, .15);
}

.dd-signal_show {
  display: block;
}

.dd-signal--item {
  display: flex;
  color: #616161;
  font-size: 14px;
  line-height: 18px;
}

.dd-signal--item:not(:last-child) {
  margin: 0 0 18px;
}

.dd-signal--item::before {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  border: 1px solid rgba(68, 213, 135, .3);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 12'%3E%3Cpath fill='%2344D587' d='M11 3.906L9.11 2 4.638 6.429l-1.74-1.74L1 6.587l3.63 3.63L11 3.907z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  content: '';
}

.dd-signal--item a {
  color: #ec314d;
  font-weight: 700;
  text-decoration: none;
}

.dd-signal--item a:hover {
  color: #b9253b;
}

.widget-hof-wrap {
  --w-hof-heading-color: #333;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
  padding: 0 0 40px;
}

.content_theme .widget-hof-wrap {
  --w-hof-heading-color: var(--text-5-color, #333);
}

@media screen and (min-width: 64em) {
  .widget-hof-wrap {
    max-width: 1276px;
    padding: 0 15px 65px;
  }
}

.widget-hof {
  width: 100%;
  padding: 0 15px;
}

@media screen and (min-width: 48em) {
  .widget-hof {
    padding: 0;
  }
}

.widget-hof--grid {
  grid-gap: 38px 0;
  display: grid;
  grid-template-columns: minmax(290px, 1fr);
  justify-items: center;
  width: 100%;
  max-width: 824px;
}

@media screen and (min-width: 64em) {
  .widget-hof--grid {
    grid-gap: 0 20px;
    grid-template-columns: repeat(3, minmax(290px, 1fr));
    max-width: 1246px;
  }
}

.widget-hof--header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 19px;
}

.widget-hof--icon {
  width: 44px;
  height: 28px;
  margin: 0 10px 0 0;
}

:root[theme='dark'] .content_theme .widget-hof--icon {
  --i-color1: #9e9e9e;
}

.widget-hof--link {
  position: relative;
  color: var(--w-hof-heading-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.hof-player1 {
  --player-flag: #390c3d;
}

.hof-player2 {
  --player-flag: #1c2035;
}

.hof-player3 {
  --player-flag: #082718;
}

.widget-hof--item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: 106px;
  padding: 0 15px 0 18px;
  background-color: var(--player-flag, #ccc);
  background-image: url(/nimg/widget-hof-left-crown.svg);
  background-position: -12px 48px;
  background-repeat: no-repeat;
  background-size: 131px;
}

.widget-hof--avatar {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  justify-content: center;
  width: 140px;
  margin: -28px 0;
}

.widget-hof--name {
  margin: 0 20px 0 0;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: right;
  text-transform: uppercase;
}

.widget-hof--name::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.r-view {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 8px;
}

@media screen and (min-width: 48em) {
  .r-view {
    flex-direction: row;
    margin: 0 0 30px;
  }
}

.r-view--table {
  margin: 24px 0;
  overflow-x: auto;
}

@media screen and (min-width: 48em) {
  .r-view-wrap {
    flex-shrink: 0;
    width: 289px;
    margin: 0 30px 0 0;
  }
}

.r-view--index {
  width: 100%;
  margin: 0 0 24px;
  padding: 24px 24px 16px;
  border-radius: 10px;
  background-color: #eef0f5;
}

@media screen and (min-width: 48em) {
  .r-view--index {
    position: sticky;
    top: 32px;
    margin: 0;
    padding: 32px 32px 10px;
  }
}

.r-view--index h2 {
  margin: 0 0 10px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.r-view--intro {
  margin: 0;
  list-style: none;
}

.r-view--intro li {
  margin: 0;
  padding: 8px 0;
}

@media screen and (min-width: 48em) {
  .r-view--intro li {
    padding: 16px 0;
  }
}

.r-view--intro li:not(:last-child) {
  border-bottom: 1px solid #dfe1e4;
}

.r-view--intro a {
  color: #a8a8a9;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.r-view--intro a:hover {
  color: #ec314d;
}

.r-view--content {
  width: 100%;
  min-width: 0;
}

.r-view--content h2 {
  margin: 0 0 11px;
  color: #1a1d34;
  font-size: 20px;
  line-height: 23px;
}

@media screen and (min-width: 48em) {
  .r-view--content h2 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 35px;
  }
}

.r-view--content h3 {
  margin: 24px 0 16px;
  color: #1a1d34;
  font-size: 18px;
  line-height: 21px;
}

@media screen and (min-width: 48em) {
  .r-view--content h3 {
    font-size: 20px;
    line-height: 23px;
  }
}

.r-view--content p {
  margin: 0 0 24px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .r-view--content p {
    font-size: 15px;
  }
}

.r-view--content a {
  color: #6b82dc;
}

.r-view--content ul {
  margin: 24px 0;
  list-style-position: inside;
  list-style-type: disc;
}

.r-view--content ul li {
  color: #1a1d34;
  font-size: 15px;
  line-height: 24px;
}

.r-view--content ol {
  margin: 24px 0;
  list-style-position: inside;
}

.r-view--content ol li {
  color: #1a1d34;
  font-size: 15px;
  line-height: 24px;
}

.r-view--content img {
  margin: 8px 0 20px;
  border-radius: 10px;
}

.r-view--content--table {
  margin: 20px 0;
  overflow-x: auto;
}

.r-view--content table {
  width: auto;
  border: 0;
  border-collapse: collapse;
  background-color: transparent;
}

.r-view--content th {
  padding: 5px 10px;
  border: 1px solid #e0e0e0;
  color: #1a1d34;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.r-view--content td {
  padding: 5px 10px;
  border: 1px solid #e0e0e0;
  color: #1a1d34;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.r-view--content .bbc-alt th {
  border-bottom-color: #9e9e9e;
}

.r-view--content .bbc-alt td {
  border-bottom-color: #9e9e9e;
}

.room-faq {
  --rf-bg-color: #fff;
  --rf-border-color: #ebedee;
  --rf-active-bg-color: #eef0f5;
  --rf-head-color: #000;
  --rf-link-color: #000;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
}

:root[theme='dark'] .content_theme .room-faq {
  --rf-bg-color: #282828;
  --rf-border-color: transparent;
  --rf-active-bg-color: #212121;
  --rf-head-color: #fff;
  --rf-color: #fff;
}

.room-faq h2 {
  margin: 0 0 18px;
  color: var(--rf-head-color);
  font-size: 20px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .room-faq h2 {
    margin: 0 0 24px;
    font-size: 24px;
    line-height: 32px;
  }
}

.room-faq-section {
  border: 1px solid var(--rf-border-color);
  border-radius: 10px;
  background-color: var(--rf-bg-color);
}

.room-faq-section:not(:last-child) {
  margin: 0 0 16px;
}

.room-faq-section a {
  color: var(--rf-color);
}

.room-faq-button {
  display: block;
  position: relative;
  width: 100%;
  padding: 12px 24px 12px 56px;
  border-radius: 10px;
  outline: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .room-faq-button {
    padding: 12px 32px 12px 56px;
  }
}

.room-faq-button::before {
  position: absolute;
  top: 8px;
  left: 8px;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #ebedee;
  border-radius: 10px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23C4C4C4' d='M7 0h2v16H7z' /%3E%3Cpath fill='%23C4C4C4' d='M16 7v2H0V7z' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  content: '';
}

.room-faq-button.ui-state-active {
  border-radius: 10px 10px 0 0;
  background-color: var(--rf-active-bg-color);
}

.room-faq-button.ui-state-active::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 2'%3E%3Cpath fill='%23C4C4C4' d='M16 0v2H0V0z' /%3E%3C/svg%3E");
}

.room-faq-item {
  display: none;
  padding: 12px 24px;
}

@media screen and (min-width: 48em) {
  .room-faq-item {
    padding: 14px 32px 17px;
  }
}

.room-faq-item p {
  margin: 0;
  color: var(--rf-color);
  font-size: 14px;
  line-height: 24px;
}

.room-faq-item p a {
  color: #6b82dc;
  text-decoration: underline;
}

.room-faq-item ol {
  margin: 20px 0;
  list-style-position: inside;
  list-style-type: disc;
}

.room-faq-item ol li {
  color: var(--rf-color);
  font-size: 14px;
  line-height: 24px;
}

.room-feedback--top {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 24px;
  padding: 24px;
  border: 1px solid #dfe1e4;
  border-radius: 10px;
}

@media screen and (min-width: 48em) {
  .room-feedback--top {
    margin: 0 0 32px;
    padding: 32px 32px 16px;
  }
}

.room-feedback--signup {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .room-feedback--signup {
    padding: 0 0 16px;
  }
}

.room-feedback--signup a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.room-feedback-content {
  display: flex;
  align-items: flex-start;
  margin: 0 0 8px;
}

.room-feedback-avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin: 0 6px 0 0;
  border-radius: 10px;
  background-image: url(/nimg/imguser.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .room-feedback-avatar {
    width: 56px;
    height: 56px;
    margin: 0 14px 0 0;
  }
}

.room-feedback-avatar img {
  border-radius: 10px;
}

.room-feedback--field {
  width: 100%;
  height: 71px;
  margin: 0;
  padding: 4px 10px;
  border: 0;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  resize: vertical;
}

@media screen and (min-width: 48em) {
  .room-feedback--field {
    height: 80px;
    font-size: 16px;
  }
}

.room-feedback--field::-moz-placeholder {
  color: #ababa9;
  font-size: 14px;
}

.room-feedback--field::placeholder {
  color: #ababa9;
  font-size: 14px;
}

@media screen and (min-width: 48em) {
  .room-feedback--field::-moz-placeholder {
    font-size: 16px;
  }
  .room-feedback--field::placeholder {
    font-size: 16px;
  }
}

.room-feedback-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 0 0;
  border-top: 1px solid #ebedee;
}

@media screen and (min-width: 48em) {
  .room-feedback-action {
    flex-direction: row;
    align-items: center;
  }
}

.room-feedback--meta {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

@media screen and (min-width: 48em) {
  .room-feedback--meta {
    margin: 0;
  }
}

.room-feedback--note {
  margin: 0 19px 0 0;
  color: #a8a8a9;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
}

.room-feedback--send {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 160px;
  height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .room-feedback--send {
    margin: 0 0 0 auto;
  }
}

.room-feedback--send:hover {
  background-color: #b9253b;
}

.room-feedback--send.disabled {
  --i-color1: #a8a8a9;
  background-color: #dfe1e4;
  color: #a8a8a9;
  pointer-events: none;
}

.room-feedback--send svg {
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
}

.room-feedback--bottom {
  padding: 32px 0 0;
  border-top: 1px solid #ebedee;
}

.room-feedback--subheading {
  margin: 0 0 20px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.rater {
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  width: 0;
  background-image: url(/nimg/gray-star2416.svg);
  background-position: 0 0;
  background-repeat: repeat-x;
  cursor: pointer;
}

.rater--value {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/nimg/green-star2416.svg);
  background-repeat: repeat-x;
}

.rater_disabled {
  cursor: default;
}

.rater_busy {
  cursor: wait;
}

.rr-feedback {
  display: flex;
  flex-direction: column;
  margin: 0 0 16px;
  padding: 24px;
  border: 1px solid #ebedee;
  border-radius: 10px;
}

@media screen and (min-width: 48em) {
  .rr-feedback {
    padding: 32px;
  }
}

.rr-feedback--wrap {
  display: flex;
}

.rr-feedback--avatar {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  margin: 0 16px 0 0;
  border-radius: 10px;
  background-image: url(/nimg/imguser.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .rr-feedback--avatar {
    margin: 0 24px 0 0;
  }
}

.rr-feedback--avatar img {
  border-radius: 10px;
}

.rr-feedback--content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.rr-feedback--header {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}

.rr-feedback--name {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.rr-feedback--subheader {
  display: flex;
  align-items: flex-start;
  margin: 0 0 16px;
}

.rr-rate {
  min-height: 16px;
  margin: 0 0 0 16px;
  color: #a8a8a9;
  font-size: 14px;
  line-height: 16px;
}

.rr-date {
  display: none;
  margin: 0 0 0 auto;
  color: #a8a8a9;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .rr-date {
    display: flex;
  }
}

.rr-feedback--text {
  color: #000;
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .rr-feedback--text {
    padding: 0 0 0 80px;
    font-size: 16px;
  }
}

.rr-feedback--admin {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 24px;
  padding: 24px 0 0;
}

.rr-feedback--show {
  color: #1e854e;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.rr-feedback--remove {
  margin: 0 0 0 16px;
  color: #b9253b;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.room-feedback--toggle {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
}

.room-feedback--toggle_aggregate {
  flex-direction: column-reverse;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .room-feedback--toggle_aggregate {
    flex-direction: row;
    justify-content: space-between;
  }
}

.feedback-cell {
  display: flex;
}

@media screen and (min-width: 48em) {
  .feedback-cell {
    min-height: 48px;
  }
}

.room-feedback--more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 192px;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #ec314d;
  border-radius: 10px;
  background-color: transparent;
  color: #ec314d;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.agg-score {
  position: relative;
  width: 80px;
  height: 12px;
  overflow: hidden;
  background-image: url(/nimg/gray-star2416.svg);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 16px;
}

.agg-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: url(/nimg/green-star2416.svg);
  background-repeat: repeat-x;
  background-size: 16px;
}

[data-rating='1'] .agg-value {
  width: 20%;
}

[data-rating='2'] .agg-value {
  width: 40%;
}

[data-rating='3'] .agg-value {
  width: 60%;
}

[data-rating='4'] .agg-value {
  width: 80%;
}

[data-rating='5'] .agg-value {
  width: 100%;
}

.feedback-aggregate {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}

@media screen and (min-width: 48em) {
  .feedback-aggregate {
    margin: 0;
  }
}

.feedback-aggregate--counter {
  margin: 0 8px 0 0;
  color: #757575;
  font-size: 12px;
  line-height: 16px;
}

.feedback-aggregate--reviews {
  margin: 0 0 0 16px;
  color: #aaa;
  font-size: 14px;
  line-height: 16px;
}

.feedback-aggregate--reviews strong {
  color: #757575;
  font-weight: 700;
}

.feedback-aggregate--reviews span {
  margin: 0 4px;
}

.faq-wrap {
  width: 100%;
  max-width: 1094px;
  padding: 30px 15px;
  background-color: #f7f7f7;
}

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

.faq-wrap h2 {
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  color: #666;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .faq-wrap h2 {
    margin: 0 0 19px;
    padding: 0 0 0 38px;
    font-size: 24px;
  }
}

.faq-section {
  margin: 0 0 38px;
}

@media screen and (min-width: 48em) {
  .faq-section {
    margin: 0 0 68px;
  }
}

.faq-button {
  display: block;
  position: relative;
  width: 100%;
  padding: 12px 5px 12px 25px;
  border-bottom: 1px solid #e0e0e0;
  outline: none;
  color: #333;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .faq-button {
    padding: 14px 15px 14px 38px;
    font-size: 18px;
  }
}

.faq-button::before {
  position: absolute;
  top: 18px;
  left: 5px;
  flex-shrink: 0;
  width: 10px;
  height: 6px;
  background-image: url(/nimg/faq-dropdown.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  content: '';
}

@media screen and (min-width: 48em) {
  .faq-button::before {
    top: 22px;
    left: 10px;
  }
}

.faq-button.ui-state-active {
  border-color: transparent;
}

.faq-button.ui-state-active::before {
  transform: rotate(180deg);
}

.faq-item {
  display: none;
  padding: 10px 5px;
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (min-width: 48em) {
  .faq-item {
    padding: 20px 15px 10px 38px;
  }
}

.faq-item p {
  margin: 0 0 24px;
  color: #333;
  font-size: 14px;
  line-height: 1.75;
}

.faq-item a {
  text-decoration: underline;
}

.artgrid {
  --art-tour-color: var(--text-2-color, #000);
  --art-border-color: var(--line-1-color, #e0e0e0);
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}

.artgrid--item {
  grid-column-gap: 5px;
  display: grid;
  grid-template-columns: minmax(100px, 1fr) 70px 90px;
  padding: 9px 0;
  border-bottom: 1px solid var(--art-border-color);
}

@media screen and (min-width: 48em) {
  .artgrid--item {
    grid-template-columns: 90px minmax(100px, 1fr) 70px 100px;
    padding: 12px 0;
  }
}

.artgrid--item:last-child {
  border-color: transparent;
}

.artgrid--head {
  color: #757575;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.artgrid--head_wide {
  display: none;
}

@media screen and (min-width: 48em) {
  .artgrid--head_wide {
    display: block;
  }
}

.artgrid--date {
  display: grid;
  color: #757575;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 48em) {
  .artgrid--date {
    grid-row-gap: 5px;
    font-size: 16px;
  }
}

.artgrid--day {
  color: #ba9d6e;
}

.artgrid--offer {
  display: grid;
  grid-column: span 3;
}

@media screen and (min-width: 48em) {
  .artgrid--offer {
    grid-row-gap: 5px;
    grid-column: span 1;
  }
}

.artgrid--tournament {
  color: var(--art-tour-color);
  font-family: "Noto Serif", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

@media screen and (min-width: 48em) {
  .artgrid--tournament {
    font-size: 17px;
  }
}

.artgrid--gtd {
  color: #757575;
  font-family: "Noto Serif", serif;
  font-size: 15px;
  line-height: 20px;
}

@media screen and (min-width: 48em) {
  .artgrid--gtd {
    font-size: 17px;
  }
}

.artgrid--format {
  grid-column: 2;
  grid-row: 1;
  color: var(--art-tour-color);
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 48em) {
  .artgrid--format {
    grid-column: 3;
    font-size: 16px;
  }
}

.artgrid--stack {
  grid-column: 3;
  grid-row: 1;
  color: #212121;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}

@media screen and (min-width: 48em) {
  .artgrid--stack {
    grid-column: 4;
    font-size: 16px;
  }
}

.teamgrid {
  --tmg-border-color: var(--line-1-color, #e0e0e0);
  --tmg-score-color: var(--text-2-color, #000);
  --tmg-place-color: var(--text-2-color, #000);
  --tmg-name-color: var(--text-2-color, #000);
  --tmg-button-bg-color: var(--layer-4-color, #fafafa);
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}

.teamgrid--item {
  grid-column-gap: 5px;
  display: grid;
  grid-template-columns: 25px minmax(100px, 1fr) 50px;
  padding: 9px 0;
  border-bottom: 1px solid var(--tmg-border-color);
}

@media screen and (min-width: 48em) {
  .teamgrid--item {
    grid-template-columns: 40px minmax(100px, 1fr) 100px;
    padding: 12px 10px;
  }
}

.teamgrid--item:last-child {
  border-color: transparent;
}

.teamgrid--head {
  color: #757575;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.teamgrid--head_right {
  text-align: right;
}

.teamgrid--place {
  color: var(--tmg-place-color);
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .teamgrid--place {
    font-size: 16px;
  }
}

.teamgrid--place.top {
  color: #a40000;
  font-weight: 700;
}

.teamgrid--offer {
  display: grid;
}

@media screen and (min-width: 48em) {
  .teamgrid--offer {
    grid-row-gap: 5px;
  }
}

.teamgrid--offer .teamgrid--name {
  color: var(--tmg-name-color);
  font-weight: 400;
  text-decoration: none;
}

.teamgrid--name {
  display: flex;
  color: var(--tmg-name-color);
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .teamgrid--name {
    font-size: 16px;
  }
}

.teamgrid--name.top {
  color: #a40000;
  font-weight: 700;
}

.teamgrid--button {
  position: relative;
  flex-shrink: 0;
  width: 23px;
  height: 23px;
  margin: 0 10px 0 0;
  border-radius: 5px;
  background-color: var(--tmg-button-bg-color);
}

.teamgrid--button::before {
  position: absolute;
  top: 6px;
  left: 11px;
  width: 1px;
  height: 11px;
  background-color: #bdbdbd;
  content: '';
}

.teamgrid--button::after {
  position: absolute;
  top: 11px;
  left: 6px;
  width: 11px;
  height: 1px;
  background-color: #bdbdbd;
  content: '';
}

.active .teamgrid--button::before {
  display: none;
}

.teamgrid--score {
  color: var(--tmg-score-color);
  font-size: 14px;
  line-height: 24px;
  text-align: right;
}

@media screen and (min-width: 48em) {
  .teamgrid--score {
    font-size: 16px;
  }
}

.teamgrid--score.top {
  color: #a40000;
  font-weight: 700;
}

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

.hidgrid--item {
  grid-column-gap: 5px;
  display: grid;
  grid-template-columns: minmax(100px, 1fr) 45px;
}

@media screen and (min-width: 48em) {
  .hidgrid--item {
    grid-template-columns: minmax(100px, 1fr) 100px;
  }
}

.hidgrid--item_head {
  margin: 0 0 5px;
  padding: 5px 0 0;
  border-bottom: 1px solid var(--tmg-border-color);
}

.hidgrid--head {
  color: #757575;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
}

.hidgrid--head_right {
  text-align: right;
}

.hidgrid--name {
  display: flex;
  color: var(--tmg-name-color);
  font-size: 14px;
  line-height: 24px;
}

.hidgrid--score {
  color: var(--tmg-score-color);
  font-size: 14px;
  line-height: 24px;
  text-align: right;
}

.opengrid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 0 30px;
}

@media screen and (min-width: 48em) {
  .opengrid {
    grid-template-columns: 1fr 1fr;
  }
}

.opengrid--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 10px 15px;
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
}

.opengrid--item a {
  text-decoration: none;
}

.opengrid--teamhead {
  padding: 0 5px;
  background-color: #909090;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.tmform-wrap {
  display: flex;
  width: 100%;
  padding: 5px 0 9px;
}

.tmform-wrap_line {
  padding: 0;
}

.tmform-button {
  border-bottom: 1px solid #757575;
  font-size: 14px;
  line-height: 20px;
}

.tmform-button_pull {
  margin: auto 0 0;
}

.tmform-form {
  width: 100%;
}

.tmform-form_pad {
  padding: 10px 0 0;
}

.tmform-form_reset {
  padding: 0;
}

.tmform-form_reset a {
  text-decoration: none;
}

.tmform-row {
  display: flex;
  align-items: flex-start;
  margin: 0 0 10px;
}

.tmform-default {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
}

.tmform-label {
  margin: 0 0 2px;
  color: #616161;
  font-size: 14px;
  line-height: 20px;
}

.tmform-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  align-self: start;
  width: 100%;
  max-width: 420px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #202020;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
}

.tmform-field::-moz-placeholder {
  color: #757575;
}

.tmform-field::placeholder {
  color: #757575;
}

.tmform-save {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 34px;
  margin: 5px 0;
  padding: 0 20px;
  border: 0;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.tmform-cancel {
  height: 34px;
  margin: 5px 0;
  padding: 0 20px;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  background-color: #efefef;
  color: #424242;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.tmform-cancel_right {
  margin: 5px 0 5px 15px;
}

.tmform-list {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

.tmform-member {
  color: #424242;
  font-size: 14px;
  line-height: 20px;
}

.media-meta {
  --media-meta-color: var(--text-4-color, #a1a1a1);
  --media-meta-link-color: var(--text-6-color, #212121);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--media-meta-color);
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
}

.media-large .media-meta {
  position: relative;
  padding: 0 5px 15px 0;
}

@media screen and (min-width: 48em) {
  .media-large .media-meta {
    color: #fff;
  }
}

.media-small .media-meta {
  position: relative;
  padding: 0 5px 15px 0;
}

.wide-item--meta .media-meta {
  position: relative;
}

.live-item--meta .media-meta {
  position: relative;
}

.media-meta a {
  color: inherit;
}

.media-meta--author {
  margin: 0 12px 0 0;
  white-space: nowrap;
}

.media-meta--date {
  margin: 0 12px 0 0;
  white-space: nowrap;
}

.media-meta--update {
  display: flex;
  align-items: center;
  margin: 0 12px 0 0;
  line-height: 20px;
  white-space: nowrap;
}

.media-meta--update::before {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 2px 0 0;
  background-image: url(/nimg/meta-update.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  content: '';
}

.media-meta--live {
  display: flex;
  margin: 0 12px 0 0;
  transform: translateY(1px);
  color: #808080;
  font-size: 11px;
  line-height: 24px;
  text-transform: uppercase;
}

.media-meta--live::before {
  width: 18px;
  height: 25px;
  margin: 0 4px 0 0;
  background-image: url(/nimg/live-onair.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  content: '';
}

.media-meta--live_active {
  color: #529410;
}

.media-meta--live_active::before {
  background-image: url(/nimg/live-onair-on.svg);
}

.media-meta--view {
  display: flex;
  margin: 0 12px 0 0;
  white-space: nowrap;
}

.media-meta--view::before {
  position: relative;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 0 3px 0 0;
  background-image: url(/nimg/meta-view.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  content: '';
}

.media-meta--comment {
  display: flex;
  text-transform: none;
  white-space: nowrap;
}

.media-meta--comment::before {
  position: relative;
  top: 3px;
  left: 0;
  width: 13px;
  height: 16px;
  margin: 0 3px 0 0;
  background-image: url(/nimg/meta-comment.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  content: '';
}

.media-large .media-meta--comment::after {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.media-small .media-meta--comment::after {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.news-element--head .media-meta--comment::after {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.wide-item--meta .media-meta--comment::after {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.video-element--head .media-meta--comment::after {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.live-item--meta .media-meta--comment::after {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.media-meta--comment span {
  margin: 0 0 0 4px;
  color: var(--media-meta-link-color);
}

@media screen and (min-width: 48em) {
  .media-large .media-meta--comment span {
    color: #fff;
  }
}

.media-more {
  --x-main-more-color: #202020;
  --x-main-more-line-color: #d3d3d3;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 615px;
  margin: 25px auto 0;
}

.content_theme .media-more {
  --x-main-more-color: var(--text-2-color, #202020);
  --x-main-more-line-color: var(--line-2-color, #d3d3d3);
}

@media screen and (min-width: 64em) {
  .media-more {
    max-width: 1246px;
  }
}

.media-more::after,
.media-more::before {
  top: 0;
  flex-grow: 1;
  height: 1px;
  background-color: var(--x-main-more-line-color);
  content: '';
}

.media-top .media-more {
  margin: 25px auto 10px;
}

@media screen and (min-width: 64em) {
  .media-top .media-more {
    margin: 25px auto 30px;
  }
}

.media-more--show {
  padding: 0 20px;
  color: var(--x-main-more-color);
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.media-note {
  --m-note-bg-color: #fff;
  --m-note-color: #000;
  --m-note-border-color: #dfd6d4;
  --m-note-line-color: #e2e2e2;
  display: flex;
  width: 100%;
  max-width: 615px;
  margin: 10px auto 0;
}

.content_theme .media-note {
  --m-note-bg-color: var(--layer-3-color, #fff);
  --m-note-color: var(--text-2-color, #000);
  --m-note-border-color: var(--line-1-color, #dfd6d4);
  --m-note-line-color: var(--layer-2-color, #e2e2e2);
}

@media screen and (min-width: 48em) {
  .media-note {
    max-width: 645px;
    padding: 0 15px;
  }
}

@media screen and (min-width: 64em) {
  .media-note {
    max-width: 1276px;
    margin: 20px auto 0;
  }
}

.media-note--inner {
  position: relative;
  width: 100%;
  padding: 15px 15px 15px 28px;
  border: 1px solid var(--m-note-border-color);
  background-color: var(--m-note-bg-color);
}

.media-note--inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  border-right: 1px solid var(--m-note-border-color);
  background-color: var(--m-note-line-color);
  content: '';
}

.media-note--inner a::after {
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin: 0 0 0 8px;
  background-image: url(/nimg/note-link.svg);
  background-repeat: no-repeat;
  content: '';
}

.media-note--date {
  position: relative;
  top: -1px;
  margin: 0 14px 0 0;
  color: #e50c2c;
  font-size: 13px;
  text-transform: uppercase;
}

.media-note--message {
  color: var(--m-note-color);
  font-family: "PT Serif", serif;
  font-size: 18px;
  line-height: 1.25;
}

.media-note--message::before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.pager {
  --pager-input-color: #202020;
  --pager-input-active-bg-color: #e50c2c;
  --pagination-input-active-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 5px 0;
}

.comments-list .pager {
  --pager-input-color: var(--control-1-color, #202020);
  --pager-input-active-bg-color: var(--pal-gt-accent, #e50c2c);
  --pagination-input-active-color: var(--text-1-color, #fff);
}

.reportage-day-pager .pager,
.reportage-pager-top .pager {
  --pager-input-color: var(--control-1-color, #202020);
  --pager-input-active-bg-color: var(--pal-gt-accent, #e50c2c);
  --pagination-input-active-color: var(--text-1-color, #fff);
}

.pager_center {
  justify-content: center;
}

.pager_right {
  margin: 0 0 0 auto;
}

.pager_right_mobile {
  display: none;
  margin: 0 0 0 auto;
}

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

.pager_mobile {
  display: flex;
  margin: 0 0 0 auto;
}

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

.pager--item {
  padding: 0 7px;
  border: 0;
  border-radius: 3px;
  color: var(--pager-input-color);
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.pager--item:not(:last-child) {
  margin: 0 8px 0 0;
}

.pager--item_active {
  background-color: var(--pager-input-active-bg-color);
  color: var(--pagination-input-active-color);
}

.pager--item_wide_only {
  display: none;
}

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

.pager_warp_mobile {
  width: 100%;
}

@media screen and (min-width: 48em) {
  .pager_warp_mobile {
    width: auto;
  }
}

.pagination {
  --x-pagination-bg-color: var(--layer-1-color, #f5f5f5);
  --x-pagination-color: var(--w-text-7-color, #a8a8a9);
  --x-pagination-line-color: var(--w-line-1a-color, #dfe1e4);
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--x-pagination-bg-color);
}

:root[theme='dark'] .app-forum .pagination {
  --w-text-7-color: #636568;
  --w-line-1a-color: #303641;
}

.pagination--item {
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 40px;
  border-radius: 10px;
  color: var(--x-pagination-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}

.pagination--item:not(:last-of-type) {
  margin: 0 4px 0 0;
}

.pagination--item:not(:last-of-type)::after {
  position: absolute;
  top: 12px;
  right: -3px;
  width: 1px;
  height: 16px;
  background-color: var(--x-pagination-line-color);
  content: '';
  pointer-events: none;
}

.pagination--item_active {
  background-color: #ec314d;
  color: #fff;
}

.filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 0 0;
}

.filter_nowrap {
  flex-wrap: nowrap;
}

@media screen and (min-width: 48em) {
  .filter_right {
    margin: 0 15px 0 0;
  }
}

.filter_right_auto {
  margin: 0 auto 0 0;
}

.filter_right_small {
  margin: 0 5px 0 0;
}

.filter--item {
  position: relative;
  margin: 0 5px 5px;
  padding: 0 5px;
  color: #202020;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
}

.filter--item::before {
  position: absolute;
  top: 0;
  left: -5px;
  width: 0;
  height: 0;
  border-width: 11px 5px 11px 0;
  border-style: solid;
  border-color: transparent;
  content: "";
}

.filter--item::after {
  position: absolute;
  top: 0;
  right: -5px;
  width: 0;
  height: 0;
  border-width: 11px 0 11px 5px;
  border-style: solid;
  border-color: transparent;
  content: "";
}

.filter--item_active {
  background-color: #e50c2c;
  color: #fff;
}

.filter--item_active::before {
  border-color: transparent #e50c2c transparent transparent;
}

.filter--item_active::after {
  border-color: transparent transparent transparent #e50c2c;
}

.filter--item strong {
  margin: 0 0 0 4px;
}

.post .smiley {
  display: inline-block;
  margin: 0 2px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
}

.post .s_blush {
  width: 20px;
  height: 20px;
  background-image: url(/nimg/emoticons/blush.gif);
}

.post .s_blink {
  width: 20px;
  height: 20px;
  background-image: url(/nimg/emoticons/blink.gif);
}

.post .s_huh {
  width: 20px;
  height: 20px;
  background-image: url(/nimg/emoticons/huh.gif);
}

.post .s_sad {
  width: 20px;
  height: 20px;
  background-image: url(/nimg/emoticons/sad.gif);
}

.post .s_ph34r {
  width: 20px;
  height: 20px;
  background-image: url(/nimg/emoticons/ph34r.gif);
}

.post .s_laugh {
  width: 20px;
  height: 20px;
  background-image: url(/nimg/emoticons/laugh.gif);
}

.post .s_ohmy {
  width: 20px;
  height: 20px;
  background-image: url(/nimg/emoticons/ohmy.gif);
}

.post .s_unsure {
  width: 20px;
  height: 20px;
  background-image: url(/nimg/emoticons/unsure.gif);
}

.post .s_sleep {
  width: 21px;
  height: 20px;
  background-image: url(/nimg/emoticons/sleep.gif);
}

.post .s_mellow {
  width: 20px;
  height: 20px;
  background-image: url(/nimg/emoticons/mellow.gif);
}

.post .s_wacko {
  width: 20px;
  height: 20px;
  background-image: url(/nimg/emoticons/wacko.gif);
}

.post .s_smile {
  width: 20px;
  height: 20px;
  background-image: url(/nimg/emoticons/smile.gif);
}

.post .s_biggrin {
  width: 20px;
  height: 20px;
  background-image: url(/nimg/emoticons/biggrin.gif);
}

.post .s_rolleyes {
  width: 20px;
  height: 20px;
  background-image: url(/nimg/emoticons/rolleyes.gif);
}

.post .s_wink {
  width: 20px;
  height: 20px;
  background-image: url(/nimg/emoticons/wink.gif);
}

.post .s_angry {
  width: 20px;
  height: 20px;
  background-image: url(/nimg/emoticons/angry.gif);
}

.post .s_tongue {
  width: 20px;
  height: 20px;
  background-image: url(/nimg/emoticons/tongue.gif);
}

.post .s_dry {
  width: 20px;
  height: 20px;
  background-image: url(/nimg/emoticons/dry.gif);
}

.post .s_happy {
  width: 20px;
  height: 20px;
  background-image: url(/nimg/emoticons/happy.gif);
}

.post .s_cool {
  width: 20px;
  height: 20px;
  background-image: url(/nimg/emoticons/cool.gif);
}

.post .s_smirk {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/smirk.gif);
}

.post .s_bwahaha {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/bwahaha.gif);
}

.post .s_redface {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/redface.gif);
}

.post .s_table {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/table.gif);
}

.post .s_dull {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/dull.gif);
}

.post .s_capt {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/capt.gif);
}

.post .s_angrymonkey {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/angrymonkey.gif);
}

.post .s_happymonkey {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/happymonkey.gif);
}

.post .s_plus1 {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/plus1.gif);
}

.post .s_wall {
  width: 26px;
  height: 24px;
  background-image: url(/nimg/emoticons/wall.gif);
}

.post .s_pioneer {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/pioneer.gif);
}

.post .s_italy {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/italy.gif);
}

.post .s_winking {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/winking.gif);
}

.post .s_hehe {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/hehe.gif);
}

.post .s_lick {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/lick.gif);
}

.post .s_doctor {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/doctor.gif);
}

.post .s_fish {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/fish.gif);
}

.post .s_olen {
  width: 26px;
  height: 24px;
  background-image: url(/nimg/emoticons/olen.gif);
}

.post .s_happyspade {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/happyspade.gif);
}

.post .s_happyheart {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/happyheart.gif);
}

.post .s_happyclub {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/happyclub.gif);
}

.post .s_happydiamond {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/happydiamond.gif);
}

.post .s_ivey {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/ivey.gif);
}

.post .s_destroy {
  width: 28px;
  height: 24px;
  background-image: url(/nimg/emoticons/destroy.gif);
}

.post .s_dance {
  width: 28px;
  height: 24px;
  background-image: url(/nimg/emoticons/dance.gif);
}

.post .s_dontknow {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/dontknow.gif);
}

.post .s_facepalm {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/facepalm.gif);
}

.post .s_cry {
  width: 30px;
  height: 24px;
  background-image: url(/nimg/emoticons/cry.gif);
}

.post .s_popcorn {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/popcorn.gif);
}

.post .s_smoke {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/smoke.gif);
}

.post .s_vomit {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/vomit.gif);
}

.post .s_wife {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/wife.gif);
}

.post .s_rigged {
  width: 52px;
  height: 24px;
  background-image: url(/nimg/emoticons/rigged.gif);
}

.post .s_beer {
  width: 30px;
  height: 24px;
  background-image: url(/nimg/emoticons/beer.gif);
}

.post .s_clap {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/clap.gif);
}

.post .s_bayan {
  width: 30px;
  height: 24px;
  background-image: url(/nimg/emoticons/bayan.gif);
}

.post .s_fuuuu {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/fuuuu.gif);
}

.post .s_lolu {
  width: 28px;
  height: 24px;
  background-image: url(/nimg/emoticons/lolu.gif);
}

.post .s_noway {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/noway.gif);
}

.post .s_shark {
  width: 30px;
  height: 24px;
  background-image: url(/nimg/emoticons/shark.gif);
}

.post .s_respect {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/respect.gif);
}

.post .s_puzzled {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/puzzled.gif);
}

.post .s_telefon {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/telefon.gif);
}

.post .s_troll {
  width: 24px;
  height: 24px;
  background-image: url(/nimg/emoticons/troll.gif);
}

.modal-contact-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-contact-overlay.hidden {
  display: none;
}

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

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

.modal-contact--close {
  --button-size: 24px;
  z-index: 10;
  position: absolute;
  top: 16px;
  right: 16px;
  width: var(--button-size);
  height: var(--button-size);
}

.modal-contact--close::after,
.modal-contact--close::before {
  position: absolute;
  top: 0;
  left: 11px;
  width: 1px;
  height: var(--button-size);
  background-color: #9e9e9e;
  content: '';
}

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

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

.modal-contact--inner {
  position: relative;
  flex-grow: 1;
  padding: 50px 15px 30px;
  overflow-y: auto;
  background-color: #fff;
}

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

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

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

.modal-contact--txt {
  width: 100%;
  max-width: 370px;
  margin: 0 auto 10px;
  color: #333;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

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

.modal-contact--wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: 20px 0 0;
}

.modal-contact--button {
  display: flex;
  position: relative;
  align-items: center;
  width: 205px;
  margin: 0 10px 10px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}

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

.modal-contact--button::before {
  flex-shrink: 0;
  width: 24px;
  height: 28px;
  margin: 0 12px 0 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  content: '';
}

.modal-contact--button_telegram::before {
  background-image: url(/nimg/modal-contact-telegram.svg);
}

.modal-contact--button_skype::before {
  background-image: url(/nimg/modal-contact-skype.svg);
}

.modal-contact--button_phone::before {
  background-image: url(/nimg/modal-contact-phone.svg);
}

.modal-contact--button_email::before {
  background-image: url(/nimg/modal-contact-mail.svg);
}

.modal-contact--send {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}

.modal-contact--badge {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  padding: 10px 0;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}

.modal-contact--badge::before {
  flex-shrink: 0;
  width: 24px;
  height: 28px;
  margin: 0 8px 0 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  content: '';
}

.modal-contact--badge_telegram::before {
  background-image: url(/nimg/modal-contact-telegram.svg);
}

.modal-contact--badge_skype::before {
  background-image: url(/nimg/modal-contact-skype.svg);
}

.modal-contact--badge_phone::before {
  background-image: url(/nimg/modal-contact-phone.svg);
}

.modal-contact--badge_email::before {
  background-image: url(/nimg/modal-contact-mail.svg);
}

.modal-contact--form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

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

.modal-contact--field::-moz-placeholder {
  color: #9e9e9e;
  font-size: 16px;
}

.modal-contact--field::placeholder {
  color: #9e9e9e;
  font-size: 16px;
}

.modal-contact--remark {
  display: block;
  width: 100%;
  margin: 0 0 28px;
  color: #9e9e9e;
  font-size: 14px;
  line-height: 20px;
}

.modal-contact--submit {
  height: 44px;
  margin: 0;
  padding: 0 32px;
  border: 0;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.app-site {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: var(--site-wrap-width, 1306px);
  min-height: 100vh;
  margin: 0 auto;
}

.app-site_full {
  --site-wrap-width: auto;
}

.content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  margin: 0 auto;
  background-color: var(--content-bg-color, #efefef);
}

.content_light {
  --content-bg-color: #fafafa;
}

.content_about {
  --content-bg-color: #f5f5f5;
}

.content_theme {
  background-color: var(--theme-content-bg-color, #efefef);
}

.video-all {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 20px;
}

@media screen and (min-width: 48em) {
  .video-all {
    padding: 25px 15px 20px;
  }
}

@media screen and (min-width: 64em) {
  .video-all {
    max-width: 100%;
    padding: 25px 15px 40px;
  }
}

.video-all--grid {
  grid-gap: 10px 20px;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  justify-content: center;
  max-width: 402px;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  .video-all--grid {
    max-width: 824px;
  }
}

@media screen and (min-width: 64em) {
  .video-all--grid {
    max-width: 1246px;
  }
}

.video-element {
  display: flex;
  position: relative;
  flex-direction: column;
  background-color: #fff;
}

.video-element--image {
  position: relative;
  width: 100%;
  padding-bottom: 57.236%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-element--image::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  transform: translate(-50%, -50%);
  background-image: url(/nimg/stream-play.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 46px;
  content: "";
}

.video-element--head {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  padding: 19px 15px;
}

@media screen and (min-width: 48em) {
  .video-element--head {
    padding: 23px 15px 25px;
  }
}

.video-element--head .media-meta {
  display: flex;
  position: relative;
  justify-content: center;
}

.video-element--heading {
  margin: 0 0 10px;
  color: #000;
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .video-element--heading {
    margin: 0 0 7px;
  }
}

.video-element--heading::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.content-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .content-head {
    padding: 0 15px;
  }
}

.content-head--top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1246px;
  padding: 17px 15px 14px;
}

@media screen and (min-width: 48em) {
  .content-head--top {
    padding: 32px 0 18px;
    border-bottom: 1px solid #ccc;
  }
}

.content-head--top_clean {
  border: 0;
}

.content-head--heading {
  width: 100%;
  margin: 0 0 10px;
  color: #202020;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

@media screen and (min-width: 48em) {
  .content-head--heading {
    width: auto;
    margin: 0 20px 6px 0;
    font-size: 24px;
    line-height: 29px;
  }
}

@media screen and (min-width: 48em) {
  .content-head--heading_clean {
    width: auto;
    margin: 0 10px 6px 0;
    font-size: 24px;
    line-height: 29px;
  }
}

.content-head--new {
  padding: 0 4px;
  border: 1px solid #e5e5e5;
  color: #909090;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.content-head--mark {
  display: flex;
  padding: 0 0 0 16px;
  color: #404040;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}

.content-head--mark::before {
  position: relative;
  top: 6px;
  left: -8px;
  width: 4px;
  height: 4px;
  transform: rotate(-45deg);
  background-color: #808080;
  content: "";
}

.content-head--note {
  display: flex;
  padding: 0 0 0 8px;
  color: #404040;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}

.content-head--note::before {
  position: relative;
  top: 6px;
  left: -8px;
  width: 4px;
  height: 4px;
  transform: rotate(-45deg);
  background-color: #679a13;
  content: "";
}

.content-head--bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1246px;
  padding: 15px;
  background-color: #efefef;
}

@media screen and (min-width: 48em) {
  .content-head--bottom {
    padding: 15px 0;
    background-color: #fafafa;
  }
}

.content-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: auto 0 0;
}

@media screen and (min-width: 48em) {
  .content-foot {
    padding: 0 15px;
  }
}

.content-foot--pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 1246px;
  padding: 10px 15px 30px;
}

@media screen and (min-width: 48em) {
  .content-foot--pager {
    padding: 20px 0 55px;
  }
}

.comments {
  padding: 40px 0;
}

.article-quiz {
  padding: 0;
  background-color: #333;
}

@media screen and (min-width: 48em) {
  .article-quiz {
    padding: 30px 10%;
  }
}

.article-quiz_pattern4 {
  background-image: url(/temp/quiz/wsop-bracelet-pattern.jpg);
  background-size: 488px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .article-quiz_pattern4 {
    background-image: url(/temp/quiz/wsop-bracelet-pattern@2x.jpg);
  }
}

.article-quiz--inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1044px;
  padding: 25px 15px 40px;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .article-quiz--inner {
    padding: 25px 25px 40px;
  }
}

.quiz-container {
  margin: 0 0 30px;
}

.news-all {
  width: 100%;
  margin: 0 auto;
  padding: 15px 15px 20px;
}

.news-all--grid {
  grid-gap: 10px 20px;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  justify-content: center;
  max-width: 402px;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  .news-all--grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    max-width: 824px;
  }
}

@media screen and (min-width: 64em) {
  .news-all--grid {
    max-width: 1246px;
  }
}

.news-element {
  display: flex;
  position: relative;
  flex-direction: column;
  background-color: #fff;
}

.news-element--image {
  position: relative;
  width: 100%;
}

.news-element--image::before {
  display: table;
  padding-bottom: 57.236%;
  content: "";
}

.news-element--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-all_blogs .news-element--image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
}

.news-all_blogs .news-element--image img {
  position: static;
  max-width: 100px;
  object-fit: contain;
}

.news-element--head {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  padding: 19px 15px;
  border: 1px solid #e5e5e5;
  border-top: 0;
}

@media screen and (min-width: 48em) {
  .news-element--head {
    padding: 23px 15px 25px;
  }
}

.news-element--head .media-meta {
  display: flex;
  position: relative;
  justify-content: center;
}

.news-element--heading {
  margin: 0 0 10px;
  color: #000;
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .news-element--heading {
    margin: 0 0 7px;
  }
}

.news-element--heading::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.news-wide {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 20px;
}

@media screen and (min-width: 48em) {
  .news-wide {
    padding: 0 15px 20px;
  }
}

@media screen and (min-width: 64em) {
  .news-wide {
    max-width: 100%;
  }
}

.news-wide--inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1246px;
  margin: 0 auto;
}

.wide-item {
  grid-column-gap: 15px;
  display: grid;
  position: relative;
  grid-template-areas: "image ." "image meta" "title title" "content content";
  grid-template-columns: 100px 1fr;
  grid-template-rows: 15px auto;
  padding: 15px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .wide-item {
    grid-column-gap: 20px;
    grid-template-areas: "image ." "image title" "image content" "image meta" "image .";
    grid-template-columns: 236px 1fr;
    grid-template-rows: 40px auto;
    padding: 0 20px 0 0;
  }
}

.wide-item:not(:last-child) {
  margin: 0 0 10px;
}

.wide-item--image {
  display: flex;
  grid-area: image;
  width: 100px;
  height: 80px;
  margin: 0 0 12px;
}

@media screen and (min-width: 48em) {
  .wide-item--image {
    width: 236px;
    height: 168px;
    margin: 0;
  }
}

.wide-item--image img {
  flex-grow: 1;
  object-fit: cover;
}

.news-wide_blogs .wide-item--image {
  align-items: center;
  justify-content: center;
}

.news-wide_blogs .wide-item--image img {
  max-width: 70px;
  object-fit: contain;
}

@media screen and (min-width: 48em) {
  .news-wide_blogs .wide-item--image img {
    max-width: 100px;
  }
}

.wide-item--title {
  grid-area: title;
  margin: 0 0 10px;
  color: #000;
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.wide-item--title::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.wide-item--content {
  grid-area: content;
}

@media screen and (min-width: 48em) {
  .wide-item--content {
    margin: 0 0 10px;
  }
}

.wide-item--content p {
  margin: 0;
  color: #202020;
  font-size: 15px;
  line-height: 22px;
}

.wide-item--meta {
  display: flex;
  grid-area: meta;
  align-items: flex-start;
}

@media screen and (min-width: 48em) {
  .wide-item--meta {
    margin: 0 0 15px;
  }
}

.wide-item--meta .media-meta--comment {
  width: 100%;
}

@media screen and (min-width: 48em) {
  .wide-item--meta .media-meta--comment {
    width: auto;
  }
}

.chat-open {
  --live-chat-button-color: var(--text-3-color, #606060);
  --live-chat-button-bg-color: var(--layer-5-color, #fff);
  --live-chat-button-border-color: var(--line-2-color, #ccc);
  display: flex;
  margin: 0 0 20px;
  padding: 15px 0;
}

.chat-open--button {
  display: flex;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid var(--live-chat-button-border-color);
  border-radius: 3px;
  background-color: var(--live-chat-button-bg-color);
}

.chat-open--button span {
  display: flex;
  color: var(--live-chat-button-color);
  font-size: 11px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.chat-open--button span::before {
  width: 20px;
  height: 28px;
  margin: 0 10px 0 0;
  background-image: url(/nimg/live-chat.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  content: '';
}

.audio-live {
  --live-line-color: var(--line-1-color, #ccc);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 40px;
  padding: 25px 0;
  border-top: 1px solid var(--live-line-color);
  border-bottom: 1px solid var(--live-line-color);
}

@media screen and (min-width: 48em) {
  .audio-live--player {
    margin: 0 25px 0 0;
  }
}

.audio-live--inner {
  display: flex;
  width: 100%;
  margin: 15px 0 0;
}

@media screen and (min-width: 48em) {
  .audio-live--inner {
    width: auto;
    margin: 0;
  }
}

.audio-live--dl {
  display: flex;
  color: #808080;
  font-size: 11px;
  line-height: 25px;
  text-transform: uppercase;
}

.audio-live--dl::before {
  width: 27px;
  height: 25px;
  margin: 0 6px 0 0;
  background-image: url(/nimg/audio-download.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 27px;
  content: '';
}

.photo-live {
  margin: 0 0 10px;
}

@media screen and (min-width: 48em) {
  .photo-live {
    margin: 0 0 30px;
  }
}

.live-all {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 20px;
}

@media screen and (min-width: 48em) {
  .live-all {
    padding: 20px 15px 40px;
  }
}

@media screen and (min-width: 64em) {
  .live-all {
    max-width: 100%;
  }
}

.live-all--inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1246px;
  margin: 0 auto;
}

.drop-header {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

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

.drop-header--nick {
  display: flex;
  position: relative;
  padding: 0 12px 0 0;
  color: #606060;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  white-space: nowrap;
}

.drop-header--nick::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  background-image: url(/nimg/diary-drop.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
}

@media screen and (min-width: 48em) {
  .drop-header--nick.active::before {
    z-index: 10;
    position: absolute;
    top: 40px;
    left: 35px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translateX(-50%) translateX(-6px);
    border: solid #bdbdbd;
    border-width: 1px 0 0 1px;
    background-color: #fff;
    content: "";
  }
}

.drop-header--nick.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.drop-header--options {
  display: none;
  top: 37px;
  left: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 136px;
  margin: 6px 0 0;
  padding: 8px 0 10px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

@media screen and (min-width: 48em) {
  .drop-header--options {
    z-index: 3;
    position: absolute;
    margin: 0;
    padding: 8px 15px 10px;
    border: 1px solid #bdbdbd;
    background-color: #fff;
  }
}

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

.drop-header--link {
  display: block;
  margin: 0;
  color: #606060;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
}

.drop-header--link:hover {
  color: #000;
}

.live-item {
  grid-column-gap: 15px;
  display: grid;
  position: relative;
  grid-template-areas: "image onair" "image meta" "title title" "content content";
  grid-template-columns: 100px 1fr;
  grid-template-rows: 30px auto;
  padding: 15px;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .live-item {
    grid-column-gap: 20px;
    grid-template-areas: "image onair" "image title" "image content" "image meta" "image .";
    grid-template-columns: 320px 1fr;
    grid-template-rows: 40px auto;
    padding: 0 20px 0 0;
  }
}

.live-item:not(:last-child) {
  margin: 0 0 10px;
}

.live-item_active {
  border: 1px solid #ccc;
}

.live-item_active .live-item--onair {
  color: #529410;
}

.live-item_active .live-item--onair::before {
  background-image: url(/nimg/live-onair-on.svg);
}

.live-item--image {
  display: flex;
  grid-area: image;
  width: 100px;
  height: 80px;
  margin: 0 0 12px;
}

@media screen and (min-width: 48em) {
  .live-item--image {
    width: 320px;
    height: 170px;
    margin: 0;
  }
}

.live-item--image img {
  flex-grow: 1;
  object-fit: cover;
}

.live-item--onair {
  display: flex;
  grid-area: onair;
  align-self: end;
  justify-self: start;
  color: #808080;
  font-size: 11px;
  line-height: 24px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .live-item--onair {
    justify-self: end;
  }
}

.live-item--onair::before {
  width: 18px;
  height: 25px;
  margin: 0 4px 0 0;
  background-image: url(/nimg/live-onair.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  content: '';
}

.live-item--title {
  grid-area: title;
  margin: 0 0 10px;
  color: #000;
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.live-item--title::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.live-item--content {
  grid-area: content;
}

@media screen and (min-width: 48em) {
  .live-item--content {
    margin: 0 0 10px;
  }
}

.live-item--content p {
  margin: 0;
  color: #202020;
  font-size: 15px;
  line-height: 22px;
}

.live-item--meta {
  display: flex;
  grid-area: meta;
  align-items: flex-start;
}

@media screen and (min-width: 48em) {
  .live-item--meta {
    margin: 0 0 15px;
  }
}

.live-item--meta .media-meta--comment {
  width: 100%;
}

@media screen and (min-width: 48em) {
  .live-item--meta .media-meta--comment {
    width: auto;
  }
}

.wsop-fantasy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 35px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .wsop-fantasy {
    padding: 70px 0 60px;
  }
}

.wsop-fantasy--head {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}

.wsop-fantasy--heading {
  display: inline-block;
  margin: 0 0 5px;
  border-bottom: 1px solid #bdbdbd;
  color: #231f20;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .wsop-fantasy--heading {
    font-size: 70px;
  }
}

.wsop-fantasy--subheading {
  margin: 0 0 10px;
  color: #616161;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}

.wsop-fantasy--logo {
  display: flex;
  justify-content: center;
}

.wsop-fantasy--logo a {
  width: 100px;
  height: 90px;
  background-image: url(/graphics/wsop2018/top.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

@media screen and (min-width: 48em) {
  .wsop-fantasy--logo a {
    width: 160px;
    height: 160px;
    background-size: 160px;
  }
}

.wsop-fantasy--bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 15px 0;
}

.wsop-fantasy--note {
  display: flex;
  width: 100%;
  max-width: 590px;
  margin: 0 0 20px;
}

.wsop-fantasy--mark {
  color: #606060;
  font-size: 15px;
}

.wsop-fantasy--mark a {
  color: #404040;
  text-decoration: underline;
}

.wsop-fantasy--sign {
  width: 100px;
  height: 100px;
  margin: 0 20px;
  background-image: url(/graphics/wsop2018/wsop.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.promo-table-leader--left {
  flex-basis: 50%;
  padding: 20px 15px;
}

@media screen and (min-width: 64em) {
  .promo-table-leader--left {
    padding: 20px;
  }
}

.promo-table-leader--right {
  flex-basis: 50%;
  padding: 20px 15px 45px;
  background-color: #f3f3f3;
}

@media screen and (min-width: 64em) {
  .promo-table-leader--right {
    padding: 20px 20px 30px;
  }
}

.promo-table-leader--left .table--promo-leader td:nth-of-type(1) {
  color: #9e9e9e;
}

@media screen and (min-width: 48em) {
  .promo-table-leader--left .table--promo-leader td:nth-of-type(1) {
    padding: 0 0 0 10px;
  }
}

.promo-table-leader--right .table--promo-leader th:nth-of-type(1) {
  width: 80%;
}

@media screen and (min-width: 48em) {
  .promo-table-leader--right .table--promo-leader th:nth-of-type(1) {
    width: auto;
  }
}

@media screen and (min-width: 48em) {
  .promo-table-leader--left .table--promo-leader th:nth-of-type(1) {
    width: 60px;
  }
}

.promo-table-leader--left .table--promo-leader th:nth-of-type(2) {
  width: 60%;
}

@media screen and (min-width: 48em) {
  .promo-table-leader--left .table--promo-leader th:nth-of-type(2) {
    width: 280px;
  }
}

.ropl-fantasy {
  --rfs-bg-color: var(--layer-3-color, #fafafa);
  --rfs-border-color: var(--line-1-color, #e0e0e0);
  --rfs-head-color: var(--text-1-color, #616161);
  --rfs-nick-color: var(--text-2-color, #333);
  --rfs-score-color: var(--text-2-color, #333);
  --rfs-tfoot-color: var(--text-1-color, #333);
  --rfs-member-color: var(--text-3-color, #616161);
  --rfs-nick-button-bg-color: var(--layer-2-color, #f5f5f5);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 24px 0 0;
  border-radius: 10px;
  background-color: var(--rfs-bg-color);
}

.promo-leaderboard--wrap {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  padding: 25px 0 20px;
}

@media screen and (min-width: 48em) {
  .promo-leaderboard--wrap {
    flex-direction: row;
    padding: 45px 0 70px;
  }
}

.promo-leaderboard--wrap.data--load {
  opacity: .5;
}

.promo-table-leader_left {
  flex-basis: 50%;
  padding: 20px 15px;
}

@media screen and (min-width: 64em) {
  .promo-table-leader_left {
    padding: 20px;
  }
}

.promo-table-leader_right {
  flex-basis: 50%;
  padding: 20px 15px 45px;
}

@media screen and (min-width: 64em) {
  .promo-table-leader_right {
    padding: 20px 20px 30px;
  }
}

.table--promo-leader {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

@media screen and (min-width: 48em) {
  .table--promo-leader {
    table-layout: inherit;
  }
}

.table--promo-leader caption {
  padding: 5px 0;
  color: var(--rfs-head-color);
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}

@media screen and (min-width: 48em) {
  .table--promo-leader caption {
    padding: 5px 0 5px 10px;
  }
}

.table--promo-leader th {
  width: 20%;
  padding: 7px 0;
  border-top: 1px solid var(--rfs-border-color);
  border-bottom: 1px solid var(--rfs-border-color);
  color: #e41f26;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}

@media screen and (min-width: 48em) {
  .table--promo-leader th {
    width: inherit;
  }
}

.table--promo-leader td {
  padding: 7px 0;
  border-top: 1px solid var(--rfs-border-color);
  border-bottom: 1px solid var(--rfs-border-color);
  color: var(--rfs-nick-color);
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  vertical-align: baseline;
}

.leader--nick {
  position: relative;
  padding: 0 0 0 25px;
  color: var(--rfs-nick-color);
  font-size: 15px;
  cursor: pointer;
}

.leader--nick::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: var(--rfs-nick-button-bg-color);
  background-image: url(/graphics/wsop2018/leader-plus.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 7px;
  content: '';
}

.leader--nick.active {
  font-weight: 700;
}

.leader--nick.active::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: var(--rfs-nick-button-bg-color);
  background-image: url(/graphics/wsop2018/leader-minus.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 7px;
  content: '';
}

.team--responsive-container {
  display: none;
  padding: 10px 0;
}

.team-member--name {
  color: var(--rfs-member-color);
  font-size: 15px;
  line-height: 20px;
}

.leader--score {
  color: var(--rfs-score-color);
  font-size: 15px;
}

.score--responsive-container {
  display: none;
  padding: 10px 0;
}

.team-member--score {
  color: var(--rfs-member-color);
  font-size: 15px;
  line-height: 20px;
}

.table--promo-leader tfoot td {
  color: var(--rfs-tfoot-color);
  font-size: 15px;
  font-weight: 700;
}

.table--promo-leader th:nth-of-type(1) {
  font-weight: 700;
}

@media screen and (min-width: 48em) {
  .table--promo-leader th:nth-of-type(1) {
    padding: 0 0 0 10px;
  }
}

.promo-table-leader_left .table--promo-leader td:nth-of-type(1) {
  color: #9e9e9e;
}

@media screen and (min-width: 48em) {
  .promo-table-leader_left .table--promo-leader td:nth-of-type(1) {
    padding: 0 0 0 10px;
  }
}

.promo-table-leader_right .table--promo-leader th:nth-of-type(1) {
  width: 80%;
}

@media screen and (min-width: 48em) {
  .promo-table-leader_right .table--promo-leader th:nth-of-type(1) {
    width: auto;
  }
}

@media screen and (min-width: 48em) {
  .promo-table-leader--right .table--promo-leader td:nth-of-type(1) {
    padding: 0 0 0 10px;
  }
}

@media screen and (min-width: 48em) {
  .promo-table-leader_left .table--promo-leader th:nth-of-type(1) {
    width: 60px;
  }
}

.promo-table-leader_left .table--promo-leader th:nth-of-type(2) {
  width: 60%;
}

@media screen and (min-width: 48em) {
  .promo-table-leader_left .table--promo-leader th:nth-of-type(2) {
    width: 280px;
  }
}

.promo-leaderboard--bottom {
  display: flex;
  justify-content: center;
  padding: 40px 0 0;
}

.promo-leaderboard--pager {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.promo-leaderboard--pager li a {
  padding: 5px 12px;
  color: #838383;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.promo-leaderboard--pager li a:hover {
  opacity: .7;
}

.promo-leaderboard--pager li.active a {
  color: #e41f26;
}

.pager--prev {
  margin: 0 10px;
  background-image: url(/graphics/wsop2018/pager-left-arrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.pager--next {
  margin: 0 10px;
  background-image: url(/graphics/wsop2018/pager-right-arrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.special-promo {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1235px;
  margin: 0 auto 10px;
}

.special-promo--top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

@media screen and (min-width: 48em) {
  .special-promo--top {
    padding: 0 30px;
  }
}

.special-promo--avatar {
  width: 44px;
  height: 44px;
  transform: translateY(10px);
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #e0e0e0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.special-promo--head {
  width: 100%;
  padding: 15px;
  background-color: #66bb6a;
}

.special-promo--heading {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.special-promo--subheading {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.special-promo--inner {
  position: relative;
  width: 100%;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

@media screen and (min-width: 48em) {
  .special-promo--inner {
    padding: 0 30px;
  }
}

.special-promo--bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

@media screen and (min-width: 48em) {
  .special-promo--bottom {
    padding: 0 30px;
  }
}

.special-promo--bottom a {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  color: #f85e5e;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.sp-item {
  border-bottom: 1px solid transparent;
}

.sp-item:not(:last-child) {
  border-color: #ccc;
}

.sp-item--inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: start;
  width: 100%;
  padding: 14px 0;
}

@media screen and (min-width: 64em) {
  .sp-item--inner {
    grid-gap: 0 10px;
    grid-template-columns: 110px 1fr 130px;
  }
}

@media screen and (min-width: 64em) {
  .special-promo_active .sp-item--inner {
    grid-gap: 0 10px;
    grid-template-columns: 110px 1fr 130px 120px;
  }
}

.sp-item--logo {
  display: flex;
  align-items: flex-start;
  width: 90px;
  min-height: 35px;
  margin: 0 0 10px;
}

@media screen and (min-width: 64em) {
  .sp-item--logo {
    margin: 0;
  }
}

.sp-item--slogan {
  display: flex;
  position: relative;
  margin: 0 0 13px;
  color: #333;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

@media screen and (min-width: 64em) {
  .sp-item--slogan {
    margin: 0;
  }
}

.sp-item_confirmed .sp-item--slogan::before {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
  background-image: url(/nimg/round-check.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  content: '';
}

.sp-item--date {
  display: flex;
  position: relative;
  align-items: center;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.sp-item--date::before {
  width: 13px;
  height: 13px;
  margin: 0 14px 0 0;
  background-image: url(/nimg/icon-calendar.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  content: '';
}

.sp-item--button {
  position: relative;
  height: 36px;
  margin: 15px 0 0;
  padding: 0 27px 0 10px;
  border-radius: 3px;
  background-color: #f85e5e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .sp-item--button {
    margin: 0;
  }
}

.sp-item--button::after {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 1px 1px 0;
  content: '';
}

.sp-item--button.active::after {
  top: 16px;
  transform: rotate(225deg);
}

.sp-item--offer {
  display: none;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #ccc;
}

@media screen and (min-width: 64em) {
  .sp-item--offer {
    padding: 0 270px 0 120px;
  }
}

.sp-item--offer.show {
  display: flex;
}

.sp-item--rules {
  padding: 15px 0 20px;
}

.sp-item--rules p {
  margin: 0 0 5px;
  color: #616161;
  font-size: 16px;
  line-height: 22px;
}

.sp-item--action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 25px;
}

@media screen and (min-width: 64em) {
  .sp-item--action {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
  }
}

.sp-item--note {
  color: #999;
  font-size: 14px;
  line-height: 16px;
}

.sp-item--reg {
  position: relative;
  height: 36px;
  margin: 15px 0 0;
  padding: 0 10px 0 35px;
  border-radius: 3px;
  background-color: #66bb6a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .sp-item--reg {
    margin: 0 20px 0 0;
  }
}

.sp-item--reg::before {
  position: absolute;
  top: 10px;
  left: 17px;
  width: 7px;
  height: 12px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
}

.global-promo--wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1365px;
  margin: 0 auto;
  padding: 40px 10px;
  background-color: #e0e0e0;
  background-image: url(/aimg/rooms/std-background-white.png);
  background-repeat: repeat;
}

@media screen and (min-width: 40em) {
  .global-promo--wrap {
    padding: 40px 20px;
  }
}

.global-promo-header--wrap {
  width: 100%;
  max-width: 1235px;
}

.header--line h1 {
  display: inline-block;
  margin-bottom: -2px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e75113;
}

.global-promo-button--wrap {
  display: flex;
  width: 100%;
  max-width: 1235px;
  padding: 30px 0 40px;
}

.a-promo--link {
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #eee;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.a-promo--link:hover {
  color: #e31e26;
}

.promo-button--wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.pr-sort--button {
  width: 40px;
  height: 40px;
  margin: 0 2px 2px 0;
  background-color: #fff;
  background-position: 7px 50%;
  background-repeat: no-repeat;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
  color: #333;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 40px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .pr-sort--button {
    width: auto;
    padding: 0 8px 0 36px;
  }
}

.pr-sort--button:active {
  top: 0;
}

.pr-sort--button span {
  display: none;
}

@media screen and (min-width: 48em) {
  .pr-sort--button span {
    display: inline;
  }
}

.pr-sort--button_all {
  background-image: url(/aimg/rooms/squares-red.svg);
  background-position: 12px 50%;
  background-size: 17px;
}

.pr-sort--button_all.is-checked {
  background-image: url(/aimg/rooms/squares-white.svg);
}

.pr-sort--button_freeplay {
  background-image: url(/aimg/rooms/freeplay.svg);
  background-position: 9px 50%;
  background-size: 22px;
}

.pr-sort--button_freeplay.is-checked {
  background-image: url(/aimg/rooms/freeplay-white.svg);
}

.pr-sort--button_payment {
  background-image: url(/aimg/rooms/filter-payment.svg);
  background-size: 26px;
}

.pr-sort--button_payment.is-checked {
  background-image: url(/aimg/rooms/filter-payment-white.svg);
}

.pr-sort--button_cash {
  background-image: url(/aimg/rooms/filter-cash.svg);
  background-position: 8px 50%;
  background-size: 24px;
}

.pr-sort--button_cash.is-checked {
  background-image: url(/aimg/rooms/filter-cash-white.svg);
}

.pr-sort--button_event {
  background-image: url(/aimg/rooms/filter-event.svg);
  background-size: 26px;
}

.pr-sort--button_event.is-checked {
  background-image: url(/aimg/rooms/filter-event-white.svg);
}

.pr-sort--button_mobile {
  background-image: url(/aimg/rooms/mobile-app-red.svg);
  background-position: 12px 50%;
  background-size: 14px;
}

.pr-sort--button_mobile.is-checked {
  background-image: url(/aimg/rooms/mobile-app-white.svg);
}

.pr-sort--button.is-checked {
  background-color: #6b6b6b;
  color: #fff;
}

.promo-button--wrap.sort-buttons {
  display: flex;
  margin: 0 0 0 auto;
}

.pre--sort-buttons {
  display: none;
  padding: 10px 5px 10px 0;
  color: #7f7f7f;
  font-size: 18px;
  line-height: 18px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .pre--sort-buttons {
    display: block;
  }
}

.pr-sort--button.all-promo-room {
  width: auto;
  min-width: 122px;
  margin: 0 0 0 10px;
  padding: 0;
  outline: none;
  background-color: transparent;
  box-shadow: none;
  font-family: Roboto, Arial, sans-serif;
  text-align: right;
}

.pr-sort--button.all-promo-room::after {
  display: inline-block;
  position: relative;
  top: -2px;
  right: 0;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  transform: rotate(45deg);
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  content: '';
}

.pr-sort--button.all-promo-room:hover {
  background-color: transparent;
  color: #a5a5a5;
}

.pr-sort--button.all-promo-room.is-checked,
.pr-sort--button.all-promo-room:active {
  outline: none;
  color: #333;
}

.pr-sort--button.date-promo {
  width: auto;
  min-width: 122px;
  margin: 0 0 0 10px;
  padding: 0;
  outline: none;
  background-color: transparent;
  box-shadow: none;
  font-family: Roboto, Arial, sans-serif;
  text-align: right;
}

.pr-sort--button.date-promo::after {
  display: inline-block;
  position: relative;
  top: -2px;
  right: 0;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  transform: rotate(45deg);
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  content: '';
}

.pr-sort--button.date-promo:hover {
  background-color: transparent;
  color: #a5a5a5;
}

.pr-sort--button.date-promo.is-checked,
.pr-sort--button.date-promo:active {
  outline: none;
  color: #333;
}

.logo-placeholder {
  width: 100%;
  height: 100px;
  background-image: url(/aimg/rooms/gt-logo-new.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 188px;
}

.rs-main-header--wrap {
  width: 100%;
  max-width: 1235px;
  padding: 30px 10px 10px;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .05);
}

@media screen and (min-width: 48em) {
  .rs-main-header--wrap {
    padding: 30px 30px 10px;
  }
}

.rs-promo-header--wrap {
  width: 100%;
  max-width: 1235px;
  margin: 0 0 25px;
}

.rs-promo-header--wrap .rs-header--promo {
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 700;
}

.rs-subheader--promo {
  color: #606060;
  font-size: 16px;
}

@media screen and (min-width: 48em) {
  .rs-subheader--promo {
    font-size: 18px;
  }
}

.header-element-item--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 64em) {
  .header-element-item--wrap {
    flex-wrap: nowrap;
  }
}

.header-element-item {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 0;
  background-color: #f4f4f4;
  font-size: 13px;
  font-weight: 400;
}

@media screen and (min-width: 64em) {
  .header-element-item {
    width: 49%;
  }
}

.header-element-item:hover .a-promo-link--date {
  color: #e31e26;
}

.grid {
  width: 100%;
  max-width: 1235px;
}

.grid-sizer {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .grid-sizer {
    width: 49%;
  }
}

@media screen and (min-width: 75em) {
  .grid-sizer {
    width: 24%;
  }
}

.element-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 20px;
  padding: 5px 30px;
  background: #fff;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .05);
  color: #333;
}

@media screen and (min-width: 40em) {
  .element-item {
    width: 49%;
  }
}

@media screen and (min-width: 75em) {
  .element-item {
    width: 24%;
  }
}

.element-item.f-date {
  flex-direction: row;
  width: 100%;
  padding: 0;
}

@media screen and (min-width: 40em) {
  .element-item.f-date {
    width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .element-item.f-date {
    width: 49%;
  }
}

@media screen and (min-width: 75em) {
  .element-item.f-date {
    width: 49%;
  }
}

.gutter-sizer {
  width: 0;
}

@media screen and (min-width: 40em) {
  .gutter-sizer {
    width: 2%;
  }
}

@media screen and (min-width: 75em) {
  .gutter-sizer {
    width: 1.33%;
  }
}

.logo-date--wrap {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 100px;
  margin: 0 0 0 auto;
  padding: 10px;
  background-color: #f4f4f4;
}

@media screen and (min-width: 48em) {
  .logo-date--wrap {
    width: 200px;
  }
}

.logo-placeholder--date {
  width: 100%;
  height: 35px;
  background-color: #fff;
  background-image: url(/aimg/rooms/gt-logo-new.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (min-width: 48em) {
  .logo-placeholder--date {
    height: 70px;
  }
}

.header-link-date--wrap {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
}

.link-date--wrap {
  display: flex;
  align-items: center;
  padding: 10px 15px;
}

.promo-offer--head {
  margin: 0 0 10px;
  color: #ef413e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.a-promo-link--date {
  width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (min-width: 48em) {
  .a-promo-link--date {
    font-size: 18px;
  }
}

.a-promo-link--date:hover {
  color: #e31e26;
}

.room-promo-heading {
  width: 100%;
  max-width: 1235px;
  margin: 0 0 24px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (min-width: 48em) {
  .room-promo-heading {
    font-size: 28px;
  }
}

.promo-page {
  --pr-header-bg-color: var(--layer-2a-color, #fff);
  --pr-header-line-color: var(--line-1-color, #ebedee);
  --pr-header-sep-color: var(--line-1-color, #e3e3e3);
  --pr-header-color: var(--text-1-color, #000);
  --pr-header-icon-color: var(--text-1-color, #000);
  --pr-header-link-color: var(--text-1-color, #000);
  --pr-room-link-color: var(--text-5-color, #212121);
  padding: 0 0 60px;
  background-color: var(--pr-bg-color);
}

.promo-page .article--photo_center {
  text-align: center;
}

.promo-page--header {
  width: 100%;
  max-width: 1306px;
  margin: 0 auto;
  padding: 60px 15px 0;
  background-color: var(--pr-header-bg-color);
}

@media screen and (min-width: 64em) {
  .promo-page--header {
    padding: 80px 30px 0;
  }
}

.promo-page--top {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 0 40px;
  border-bottom: 1px solid var(--pr-header-line-color);
}

@media screen and (min-width: 48em) {
  .promo-page--top {
    flex-direction: row;
    align-items: center;
  }
}

.promo-page--content {
  position: relative;
  width: 100%;
  max-width: 1246px;
  margin: 20px auto 0;
  padding: 25px 15px 40px;
  border: 1px solid #eee;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .promo-page--content {
    padding: 25px 30px 40px;
  }
}

.promo-page--subheader {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px;
  border-bottom: 1px dotted #b6b6b6;
}

.promo-page--subheader h2 {
  text-align: left;
}

.promo-page h1,
.promo-page h2,
.promo-page h3 {
  text-align: left;
}

.promo-page .article--inner {
  position: relative;
}

.promo-line {
  display: flex;
  margin: 0 0 16px;
}

@media screen and (min-width: 48em) {
  .promo-line {
    margin: 0 auto 0 0;
  }
}

.promo-line--icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 24px 0 0;
  border-radius: 10px;
  background-color: #ec314d;
}

.promo-line--icon svg {
  width: 24px;
  height: 24px;
}

.promo-line--text {
  color: var(--pr-header-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.promo-back {
  display: flex;
  align-items: center;
}

.promo-back a {
  color: var(--pr-header-link-color);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.promo-back span {
  flex-shrink: 0;
  width: 1px;
  height: 10px;
  margin: 0 16px;
  background-color: var(--pr-header-sep-color);
}

@media screen and (min-width: 48em) {
  .promo-back span {
    margin: 0 24px;
  }
}

.promo-back svg {
  --color1: var(--pr-header-icon-color);
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
}

.promo-arrow-left {
  transform: rotate(180deg);
}

.label-promo-expired {
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  padding: 3px 10px;
  background-color: #f05c51;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.promo-page-logo {
  flex-shrink: 0;
  width: 180px;
  height: 70px;
  background-image: url(/aimg/rooms/gt-logo-new.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 180px;
}

.promo-page--review {
  padding: 40px 0 60px;
}

.promo-page--review p {
  color: #333;
  font-size: 16px;
}

.promo-page--quote {
  margin: 10px 0 0;
  padding: 25px 15px;
  background-color: #f5f5f5;
}

@media screen and (min-width: 64em) {
  .promo-page--quote {
    padding: 25px 30px;
  }
}

.promo-page--quote h3 {
  margin-bottom: 18px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.promo-page--quote p {
  color: #707070;
  font-size: 14px;
}

.promo-leaderboard--container {
  padding: 30px 0 40px;
}

.promo-leader-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 24px 0 30px;
}

@media screen and (min-width: 64em) {
  .promo-leader-wrap {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.promo-leader-wrap.data--load {
  opacity: .5;
}

.promo-leader-left {
  flex-basis: 50%;
}

@media screen and (min-width: 64em) {
  .promo-leader-left {
    padding-right: 20px;
  }
}

.promo-leader-right {
  flex-basis: 50%;
  margin: 20px 0 0;
}

@media screen and (min-width: 64em) {
  .promo-leader-right {
    margin: 0;
    padding-left: 20px;
  }
}

.table-promo-leader {
  width: 100%;
  border-collapse: collapse;
}

.table-promo-leader th {
  padding: 11px 0;
  color: #df2e1d;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.table-promo-leader th:nth-of-type(1) {
  padding-left: 10px;
}

.table-promo-leader td {
  padding: 11px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
  font-size: 16px;
  text-align: left;
}

.table-promo-leader td:nth-of-type(1) {
  padding-left: 10px;
  color: #df2e1d;
}

.table-promo-leader tr.active {
  background-color: #f5f5f5;
  font-weight: 500;
}

.promo-leader-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.promo-leaderboard--search {
  flex-basis: 100%;
}

@media screen and (min-width: 64em) {
  .promo-leaderboard--search {
    flex-basis: 50%;
  }
}

.promo-leader-pager {
  display: flex;
  flex-basis: 100%;
  margin: 10px 0 0;
}

@media screen and (min-width: 64em) {
  .promo-leader-pager {
    flex-basis: 50%;
    justify-content: flex-end;
    margin: 0;
  }
}

.promo-leader-pager li a {
  padding: 5px 8px;
  color: #838383;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.promo-leader-pager li a:hover {
  opacity: .7;
}

.promo-leader-pager li.active a {
  color: #df2e1d;
}

.promo-pager-prev {
  margin: 0 10px;
  background-image: url(/aimg/rooms/pager-left-arrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.promo-pager-next {
  margin: 0 10px;
  background-image: url(/aimg/rooms/pager-right-arrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.promo-search--wrap {
  display: flex;
}

.promo-search--icon {
  padding: 7px 18px;
  border: 1px solid #e0e0e0;
  background-color: #f1f1f1;
  background-image: url(/aimg/rooms/search.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.promo-search--icon:first-child {
  border-radius: 3px 0 0 3px;
}

.promo-search--icon:last-child {
  border-radius: 0 3px 3px 0;
}

.promo-search--field {
  width: 100%;
  max-width: 220px;
  padding: 7px 10px;
  border: 1px solid #e0e0e0;
  outline: none;
  font-size: 16px;
}

.promo-search--field:first-child {
  border-radius: 3px 0 0 3px;
}

.promo-search--field:last-child {
  border-radius: 0 3px 3px 0;
}

.promo-search--field:not(:first-child) {
  border-left: 0;
}

.promo-search--field:not(:last-child) {
  border-right: 0;
}

.promo-search--button {
  padding: 7px 18px;
  border: 1px solid #e0e0e0;
  outline: none;
  background-color: #f1f1f1;
  color: #333;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
}

.promo-search--button:first-child {
  border-radius: 3px 0 0 3px;
}

.promo-search--button:last-child {
  border-radius: 0 3px 3px 0;
}

.promo-search--button:active {
  background-color: #f9f9f9;
}

.promo-leaderboard--top {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 20px 0 0;
}

@media screen and (min-width: 64em) {
  .promo-leaderboard--top {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.promo-leaderboard--top a {
  margin: 0 20px 0 0;
  color: #838383;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.promo-leaderboard--top a:hover {
  opacity: .7;
}

.promo-leaderboard--top a.active {
  color: #df2e1d;
}

.month-pager {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

@media screen and (min-width: 64em) {
  .month-pager {
    flex-basis: 50%;
    margin: 0;
  }
}

.month-pager--date {
  margin: 0 12px;
  color: #df2e1d;
  font-size: 16px;
  font-weight: 500;
}

.month-pager--prev {
  margin: 0;
  padding: 10px;
  background-image: url(/aimg/rooms/month-left-arrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.month-pager--next {
  margin: 0;
  padding: 10px;
  background-image: url(/aimg/rooms/month-right-arrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.month-pager--info {
  width: 100%;
  padding-top: 5px;
  color: #838383;
  font-size: 13px;
}

.promo-months--subheading {
  flex-basis: 100%;
  color: #707070;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 64em) {
  .promo-months--subheading {
    flex-basis: 50%;
    padding: 0 0 0 20px;
  }
}

.intro--back-wrap {
  margin: 0 0 30px;
}

.intro--back-wrap span {
  padding: 0 4px;
  color: #848484;
  font-size: 16px;
}

.intro--back {
  display: inline-block;
  padding: 2px 0 2px 35px;
  background-image: url(/aimg/rooms/icon-arrow-back.svg);
  background-position: left 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  color: #848484;
  font-size: 16px;
  text-decoration: none;
}

.intro--back:hover {
  background-color: transparent;
  color: #a5a5a5;
}

.intro--back-next {
  display: inline-block;
  padding: 2px 0;
  color: #848484;
  font-size: 16px;
  text-decoration: none;
}

.intro--back-next:hover {
  color: #a5a5a5;
}

.freerolls-wrap {
  --xfr-opacity-bg-image: var(--custom-xfr-opacity-bg-image, .04);
  --xfr-bg-color: var(--custom-xfr-bg-color, #fff);
  --xfr-tips-color: var(--custom-xfr-tips-color, #000);
  --xfr-tips-border-color: var(--custom-xfr-tips-border-color, #f9f9f9);
  --xfr-fs-bg-color: var(--custom-xfr-fs-bg-color, #fff);
  --xfr-fs-head-color: var(--custom-xfr-fs-head-color, #000);
  --xfr-fs-subhead-color: var(--custom-xfr-fs-subhead-color, #000);
  --xfr-fs-line-color: var(--custom-xfr-fs-line-color, #f0f0f0);
  --xfr-pr-color: var(--text-1-color, #000);
  --xfr-pr-item-bg-color: var(--layer-3-color, #fff);
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  background-color: var(--xfr-bg-color);
}

[theme='dark'] .freerolls-wrap {
  --custom-xfr-opacity-bg-image: .02;
  --custom-xfr-bg-color: #313131;
  --custom-xfr-tips-border-color: #404040;
  --custom-xfr-tips-color: #fff;
  --custom-xfr-fs-bg-color: #282828;
  --custom-xfr-fs-head-color: #44d487;
  --custom-xfr-fs-subhead-color: #fff;
  --custom-xfr-fs-line-color: #313131;
}

.freerolls-wrap::before {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/nimg/pattern-welcome.svg);
  background-size: 300px;
  content: '';
  opacity: var(--xfr-opacity-bg-image);
}

.freerolls-promo {
  display: flex;
  z-index: 1;
  flex-direction: column;
  width: 100%;
  padding: 48px 24px 15px;
}

@media screen and (min-width: 48em) {
  .freerolls-promo {
    padding: 48px 30px 15px;
  }
}

.freerolls-promo--heading {
  margin: 0 0 32px;
  color: var(--xfr-pr-color);
  font-size: 30px;
  line-height: 35px;
}

.freerolls-pr {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.freerolls-pr--item {
  gap: 16px 30px;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 396px;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  .freerolls-pr--item {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    max-width: 822px;
  }
}

@media screen and (min-width: 64em) {
  .freerolls-pr--item {
    grid-template-columns: repeat(3, minmax(290px, 1fr));
    max-width: 1246px;
  }
}

.freerolls-pr--item li {
  position: relative;
  width: 100%;
  max-width: 395px;
  padding: 24px;
  border-radius: 10px;
  background-color: var(--xfr-pr-item-bg-color);
  box-shadow: inset 0 0 0 2px #ffc800;
}

@media screen and (min-width: 48em) {
  .freerolls-pr--item li {
    grid-column: span 2;
    padding: 32px;
  }
  .freerolls-pr--item li:nth-last-child(1) {
    grid-column: 2 / span 2;
  }
}

@media screen and (min-width: 64em) {
  .freerolls-pr--item li {
    grid-column: span 1;
  }
  .freerolls-pr--item li:nth-last-child(1) {
    grid-column: auto / span 1;
  }
}

.freerolls-pr--image {
  display: flex;
  position: relative;
  align-items: flex-start;
  margin: 0 0 16px;
  border-radius: 10px;
  background-color: #fffae5;
}

.freerolls-pr--image img {
  border-radius: 10px;
}

.freerolls-pr-promo {
  display: flex;
  position: absolute;
  top: -8px;
  left: -8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 112px;
  height: 32px;
  margin: 0 0 32px;
  padding: 0 16px;
  border-radius: 10px;
  background-color: #ffc800;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.freerolls-pr-promo svg {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
}

.freerolls-pr--content {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

@media screen and (min-width: 48em) {
  .freerolls-pr--content {
    font-size: 18px;
    line-height: 24px;
  }
}

.freerolls-pr--content a {
  color: var(--xfr-pr-color);
}

.freerolls-pr--content a::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.free-head {
  --x-free-menu-color: var(--text-1-color, #000);
  --x-free-sep-bg-color: var(--line-1-color, #ebedee);
  gap: 24px 0;
  display: grid;
  z-index: 1;
  grid-template-columns: 1fr;
  width: 100%;
  padding: 20px 24px 0;
}

@media screen and (min-width: 48em) {
  .free-head {
    padding: 45px 30px 0;
  }
}

@media screen and (min-width: 64em) {
  .free-head {
    gap: 0 16px;
    grid-template-columns: 1fr 108px;
  }
}

.free-head--wrap {
  display: flex;
  order: 1;
}

@media screen and (min-width: 64em) {
  .free-head--wrap {
    order: 2;
  }
}

.free-head--toggle {
  --i-color1: #ec314d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  padding: 0 15px;
  border: 1px solid #ec314d;
  border-radius: 10px;
  color: #ec314d;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .free-head--toggle {
    height: 32px;
  }
}

.free-head--toggle_active {
  --i-color1: #ec314d;
  background-color: #ec304d;
  color: #fff;
}

.free-toggle-default {
  display: flex;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
}

.free-head--toggle_active .free-toggle-default {
  display: none;
}

.free-toggle-active {
  display: none;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
}

.free-head--toggle_active .free-toggle-active {
  display: flex;
}

.free-menu {
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  display: flex;
  position: relative;
  order: 2;
  overflow-x: auto;
}

@media screen and (min-width: 64em) {
  .free-menu {
    flex-wrap: wrap;
    order: 1;
  }
}

.free-menu::-webkit-scrollbar {
  display: none;
}

.free-menu--item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 7px 16px 9px;
  border-radius: 10px;
  color: var(--x-free-menu-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  white-space: nowrap;
}

.free-menu--item_active {
  background-color: #ec314d;
  color: #fff;
}

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

.free-menu--item:not(:first-child):not(:last-child)::after {
  position: absolute;
  top: 11px;
  right: -24px;
  width: 1px;
  height: 10px;
  margin: 0 16px;
  background-color: var(--x-free-sep-bg-color);
  content: '';
  pointer-events: none;
}

.free-menu--item:first-child {
  margin: 0 8px 0 0;
}

.free-filter--item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 16px 9px;
  border-radius: 10px;
  color: var(--x-feed-menu-color);
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .free-filter--item {
    font-size: 14px;
    line-height: 16px;
  }
}

.free-filter--item_active {
  background-color: #ec314d;
  color: #fff;
}

.free-filter--item:not(:last-child) {
  margin: 0 8px 0 0;
}

.freefilter-wrap {
  --x-free-filter-bg-color: var(--layer-3-color, #fff);
  --x-free-filter-color: var(--text-1-color, #000);
  --x-free-filter-sep-bg-color: var(--line-1-color, #ebedee);
  display: flex;
  z-index: 1;
  flex-direction: column;
  width: 100%;
  padding: 20px 24px 10px;
}

@media screen and (min-width: 48em) {
  .freefilter-wrap {
    padding: 45px 30px 30px;
  }
}

.freefilter {
  gap: 24px 0;
  display: grid;
  grid-template-columns: 1fr;
  padding: 24px;
  border-radius: 10px;
  background-color: var(--x-free-filter-bg-color);
  box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

@media screen and (min-width: 48em) {
  .freefilter {
    gap: 0 24px;
    grid-template-columns: 1fr 1px 170px 1px 170px;
    padding: 48px;
  }
}

@media screen and (min-width: 64em) {
  .freefilter {
    gap: 0 48px;
  }
}

.freefilter--cell {
  display: flex;
  flex-direction: column;
}

.freefilter--heading {
  margin: 0 0 32px;
  color: var(--x-free-filter-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.freefilter--sep {
  width: 100%;
  height: 1px;
  background-color: var(--x-free-filter-sep-bg-color);
}

@media screen and (min-width: 48em) {
  .freefilter--sep {
    width: 1px;
    height: 100%;
  }
}

.freefilter--grid {
  gap: 24px 12px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  justify-items: start;
}

.free-ui-label {
  position: relative;
  padding: 0 0 0 40px;
  color: var(--x-free-filter-color);
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

.free-ui-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #dfe1e4;
  border-radius: 10px;
  background-color: transparent;
}

.free-ui-circle::after {
  display: none;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 6px;
  height: 10px;
  transform: rotate(45deg);
  border: 3px solid #ec314d;
  border-top: 0;
  border-left: 0;
  content: '';
}

.free-ui-input {
  position: absolute;
  opacity: 0;
}

.free-ui-input:checked + .free-ui-circle {
  border-color: #ec314d;
}

.free-ui-input:checked + .free-ui-circle::after {
  display: block;
}

.freerolls {
  --fr-bg-color: var(--layer-3-color, #f1f1f1);
  --fr-head-color: var(--text-5-color, #a8a8a9);
  --fr-date-color: var(--text-1-color, #000);
  --fr-day-color: var(--text-5-color, #a8a8a9);
  --fr-room-color: var(--text-1-color, #000);
  --fr-tour-color: var(--text-1-color, #000);
  --fr-rules-color: var(--text-1-color, #000);
  --fr-mark-color: var(--text-5-color, #a8a8a9);
  --fr-tooltip-bg-color: var(--layer-5-color, #616161);
  --fr-tooltip-color: var(--text-4-color, #fff);
  display: flex;
  z-index: 1;
  flex-direction: column;
  width: 100%;
  margin: 0 0 18px;
  padding: 20px 24px 10px;
}

@media screen and (min-width: 48em) {
  .freerolls {
    padding: 45px 30px 30px;
  }
}

.freeitem {
  gap: 16px;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 0 0 24px;
  padding: 30px 16px;
  border-radius: 10px;
  background-color: var(--fr-bg-color);
}

@media screen and (min-width: 40em) {
  .freeitem {
    grid-template-columns: minmax(120px, 300px) minmax(220px, 390px) minmax(100px, 160px);
    margin: 0 0 30px;
    padding: 36px 32px;
  }
}

@media screen and (min-width: 64em) {
  .freeitem {
    gap: 0 16px;
    grid-template-columns: minmax(80px, 130px) 200px minmax(40px, 80px) minmax(120px, 230px) minmax(220px, 300px) minmax(100px, 160px);
  }
}

.freeitem_clear {
  display: none;
  margin: 0;
  padding: 0 32px 32px;
  background-color: transparent;
}

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

.freeitem--heading {
  color: var(--fr-head-color);
  font-size: 14px;
  line-height: 24px;
}

.freeitem-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.freeitem-time--date {
  color: var(--fr-date-color);
  font-size: 14px;
  line-height: 24px;
}

.freeitem-time--day {
  color: var(--fr-day-color);
  font-size: 14px;
  line-height: 24px;
}

.freeitem-room {
  gap: 0 16px;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
}

.freeitem-room--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
}

.freeitem-room--logo img {
  width: 32px;
  height: 32px;
}

.freeitem-room--name {
  color: var(--fr-room-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.freeitem-prize {
  display: flex;
  align-items: center;
}

.freeitem-prize--data {
  color: #3ba56c;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.freeitem-tournament {
  display: flex;
  align-items: center;
}

.freeitem-tournament--name {
  color: var(--fr-tour-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.freeitem-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.freeitem-info--inner {
  display: flex;
  align-items: center;
}

.freeitem-info--rules {
  color: var(--fr-rules-color);
  font-size: 14px;
  line-height: 24px;
}

.freeitem-info--notes {
  display: flex;
  flex-shrink: 0;
  align-self: flex-start;
  width: 20px;
  height: 20px;
  margin: 0 0 0 8px;
  transform: translateY(2px);
}

.freeitem-info--notes svg {
  width: 20px;
  height: 20px;
}

.freeitem-info--iconmark {
  display: flex;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
}

.freeitem-info--iconmark svg {
  width: 16px;
  height: 16px;
}

.freeitem-info--mark {
  margin: 0 8px 0 0;
  color: var(--fr-mark-color);
  font-size: 14px;
  line-height: 24px;
}

.freeitem-info--pass {
  margin: 0 8px 0 0;
  color: #ec314d;
  font-size: 14px;
  line-height: 24px;
}

.freeitem-info--click {
  display: flex;
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 48em) {
  .freeitem-info--click:active {
    top: 1px;
  }
}

.freeitem-info--click svg {
  width: 16px;
  height: 16px;
}

.freeitem-info--click span {
  z-index: 1;
  position: absolute;
  top: -30px;
  left: -50px;
  padding: 6px 8px 6px;
  border-radius: 2px;
  background-color: var(--fr-tooltip-bg-color);
  color: var(--fr-tooltip-color);
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  pointer-events: none;
}

.freeitem-info--click span::after {
  position: absolute;
  bottom: -6px;
  left: 55px;
  width: 0;
  height: 0;
  border-width: 6px 5px 0 5px;
  border-style: solid;
  border-color: var(--fr-tooltip-bg-color) transparent transparent transparent;
  content: '';
}

.freeitem-cta {
  display: flex;
  align-items: center;
}

.freeitem-cta--button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.freerolls--toggle {
  display: flex;
}

.freerolls--more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 192px;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #ec314d;
  border-radius: 10px;
  background-color: transparent;
  color: #ec314d;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.widget-tgm2-wrap {
  display: flex;
  z-index: 1;
  justify-content: center;
  width: 100%;
  padding: 32px 24px;
}

@media screen and (min-width: 48em) {
  .widget-tgm2-wrap {
    padding: 32px 30px;
  }
}

.widget-tgm2 {
  --tgm-bg-color: var(--layer-4-color, #fff);
  --tgm-head-color: var(--text-1-color, #000);
  gap: 24px 0;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1246px;
  padding: 32px 24px;
  border-radius: 10px;
  background-color: var(--tgm-bg-color);
  box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

@media screen and (min-width: 64em) {
  .widget-tgm2 {
    gap: 0 48px;
    grid-template-columns: 1fr 302px;
    align-items: center;
    padding: 48px 64px;
  }
}

.widget-tgm2--head {
  display: flex;
  align-items: center;
}

.widget-tgm2--logo {
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  margin: 0 8px 0 0;
}

[theme='dark'] .widget-tgm2--logo {
  --i-color1: #fff;
}

@media screen and (min-width: 48em) {
  .widget-tgm2--logo {
    width: 99px;
    height: 99px;
    margin: 0 48px 0 0;
  }
}

.widget-tgm2--heading {
  color: var(--tgm-head-color);
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

@media screen and (min-width: 48em) {
  .widget-tgm2--heading {
    font-size: 30px;
    line-height: 40px;
  }
}

.widget-tgm2--subheading {
  color: var(--tgm-head-color);
  font-size: 16px;
  line-height: 24px;
}

.widget-tgm2--link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 302px;
  height: 64px;
  padding: 0 16px;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
}

.widget-tgm2--link:hover {
  background-color: #b9253b;
}

.widget-tgm2--link svg {
  --i-color1: #fff;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
}

.freerolls-tips {
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0 24px;
}

@media screen and (min-width: 48em) {
  .freerolls-tips {
    padding: 0 30px;
  }
}

.freerolls-tips--item {
  padding: 36px 0;
}

.freerolls-tips--item:not(:last-child) {
  border-bottom: 1px solid var(--xfr-tips-border-color);
}

.freerolls-tips--item h2 {
  margin: 0 0 16px;
  color: var(--xfr-tips-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.freerolls-tips--item p {
  margin: 0;
  color: var(--xfr-tips-color);
  font-size: 16px;
  line-height: 24px;
}

.freerolls-tips--item p:not(:last-child) {
  margin: 0 0 24px;
}

.freerolls-tips--item a {
  color: var(--xfr-tips-color);
  text-decoration: underline;
}

.freerolls-fast-support {
  display: flex;
  z-index: 1;
  justify-content: center;
  width: 100%;
  padding: 20px 24px;
}

@media screen and (min-width: 48em) {
  .freerolls-fast-support {
    padding: 30px 30px 50px;
  }
}

.freerolls-fs {
  gap: 32px 0;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  padding: 32px 24px;
  border: 4px solid #44d587;
  border-radius: 10px;
  background-color: var(--xfr-fs-bg-color);
}

@media screen and (min-width: 64em) {
  .freerolls-fs {
    gap: 0 20px;
    grid-template-columns: 1fr 1fr;
    padding: 54px 64px;
  }
}

.freerolls-fs--top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .freerolls-fs--top {
    flex-direction: row;
    padding: 0 20px 0 0;
  }
}

.freerolls-fs--logo {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  margin: 0 0 16px;
}

@media screen and (min-width: 48em) {
  .freerolls-fs--logo {
    margin: 0 32px 0 0;
  }
}

.freerolls-fs--logo svg {
  --i-color1: #44d487;
  --i-color3: #fff;
  width: 100px;
  height: 96px;
}

[theme='dark'] .freerolls-fs--logo svg {
  --i-color1: #fff;
  --i-color3: #44d487;
}

.freerolls-fs--wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .freerolls-fs--wrap {
    align-items: flex-start;
  }
}

.freerolls-fs--heading {
  margin: 0 0 14px;
  color: var(--xfr-fs-head-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

@media screen and (min-width: 48em) {
  .freerolls-fs--heading {
    font-size: 30px;
    line-height: 40px;
  }
}

.freerolls-fs--subheading {
  color: var(--xfr-fs-subhead-color);
  font-size: 16px;
  line-height: 24px;
}

.freerolls-news {
  display: flex;
  z-index: 1;
  justify-content: center;
  width: 100%;
  padding: 30px 24px;
}

@media screen and (min-width: 48em) {
  .freerolls-news {
    padding: 50px 30px 80px;
  }
}

.freerolls-article {
  display: flex;
  z-index: 1;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .freerolls-article {
    padding: 0 30px 24px;
  }
}

.freerolls-article--wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--layer-2a-color, #fff);
}

.freerolls-article--wrap .article {
  border-bottom: 0;
}

.site-review-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1276px;
  margin: 0 auto;
  padding: 20px 15px 50px;
}

.site-review-grid {
  grid-gap: 10px 5px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

@media screen and (min-width: 30em) {
  .site-review-grid {
    grid-template-columns: repeat(auto-fill, minmax(416px, 1fr));
  }
}

.site-review {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 15px;
  background-color: #fff;
}

.site-review--header {
  grid-gap: 0 10px;
  display: grid;
  grid-template-columns: 34px 1fr;
  margin: 0 0 5px;
}

.site-review--image {
  display: flex;
  width: 34px;
  height: 34px;
}

.site-review--image img {
  border-radius: 50%;
}

.site-review--data {
  display: flex;
  flex-direction: column;
}

.site-review--name {
  margin: 0 0 4px;
  color: #424242;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
}

.site-review--meta {
  display: flex;
}

.site-review--score {
  position: relative;
  width: 80px;
  height: 16px;
  margin: 0 8px 0 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDguOSIgaGVpZ2h0PSIxMDMuNiIgdmlld0JveD0iMCAwIDEwOC45IDEwMy42Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2UzZTZlNjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPnN0YXJfMDwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTA4LjkgMzkuNiA3MS4zIDM0LjEgNTQuNCAwIDM3LjYgMzQuMSAwIDM5LjYgMjcuMiA2Ni4xIDIwLjggMTAzLjYgNTQuNCA4NS45IDg4LjEgMTAzLjYgODEuNyA2Ni4xIDEwOC45IDM5LjYiLz48L2c+PC9nPjwvc3ZnPg0K);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 16px;
}

.site-review--value {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2Zw0KCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwOC45IiBoZWlnaHQ9IjEwMy42IiB2aWV3Qm94PSIwIDAgMTA4LjkgMTAzLjYiPg0KCTxkZWZzPg0KCQk8c3R5bGU+LmNscy0xe2ZpbGw6I2YxYzk0Nzt9PC9zdHlsZT4NCgk8L2RlZnM+DQoJPHRpdGxlPnN0YXIxPC90aXRsZT4NCgk8ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj4NCgkJPGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj4NCgkJCTxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI1NC40IDAgNzEuMyAzNC4xIDEwOC45IDM5LjYgODEuNyA2Ni4xIDg4LjEgMTAzLjYgNTQuNCA4NS45IDIwLjggMTAzLjYgMjcuMiA2Ni4xIDAgMzkuNiAzNy42IDM0LjEgNTQuNCAwIi8+DQoJCTwvZz4NCgk8L2c+DQo8L3N2Zz4NCg==);
  background-repeat: repeat-x;
  background-size: 16px;
}

[data-rating='1'] .site-review--value {
  width: 20%;
}

[data-rating='2'] .site-review--value {
  width: 40%;
}

[data-rating='3'] .site-review--value {
  width: 60%;
}

[data-rating='4'] .site-review--value {
  width: 80%;
}

[data-rating='5'] .site-review--value {
  width: 100%;
}

.site-review--date {
  color: #757575;
  font-size: 13px;
  line-height: 16px;
}

.site-review--text {
  color: #212121;
  font-size: 14px;
  line-height: 1.25;
}

.ropl-wrap {
  --rpl-opacity-bg-image: var(--custom-rpl-opacity-bg-image, .04);
  --rpl-bg-color: var(--custom-rpl-bg-color, #fff);
  --rpl-heading-color: var(--custom-rpl-heading-color, #757575);
  --rpl-date-color: var(--custom-rpl-date-color, #000);
  --rpl-support-color: var(--custom-rpl-support-color, #000);
  --rpl-tour-date-color: var(--custom-rpl-tour-date-color, #000);
  --rpl-result-bg-color: var(--custom-rpl-result-bg-color, #fff);
  --rpl-result-nick-color: var(--custom-rpl-result-nick-color, #424242);
  --rpl-result-data-color: var(--custom-rpl-result-data-color, #000);
  --rpr-result-bg-color: var(--custom-rpr-result-bg-color, #fff);
  --rpr-result-nick-color: var(--custom-rpr-result-nick-color, #424242);
  --rpr-result-data-color: var(--custom-rpr-result-data-color, #000);
  --rpl-tour-info-color: var(--custom-rpl-tour-info-color, #000);
  --rpl-contest-item-bg-color: var(--custom-rpl-contest-item-bg-color, #fff);
  --rpl-locked-bg-color: var(--custom-rpl-locked-bg-color, #eee);
  --rpl-locked-color: var(--custom-rpl-locked-color, #757575);
  --rpl-contest-label-color: var(--custom-rpl-contest-label-color, #757575);
  --rpl-contest-item-color: var(--custom-rpl-contest-item-color, #000);
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  padding: 32px 0 0;
  background-color: var(--rpl-bg-color);
}

[theme='dark'] .ropl-wrap {
  --custom-rpl-opacity-bg-image: .02;
  --custom-rpl-bg-color: #313131;
  --custom-rpl-heading-color: #eee;
  --custom-rpl-date-color: #fff;
  --custom-rpl-result-bg-color: #3a3a3a;
  --custom-rpl-result-nick-color: #bdbdbd;
  --custom-rpl-result-data-color: #fff;
  --custom-rpr-result-bg-color: #212121;
  --custom-rpr-result-nick-color: #bdbdbd;
  --custom-rpr-result-data-color: #fff;
  --custom-rpl-support-color: #bdbdbd;
  --custom-rpl-tour-date-color: #fff;
  --custom-rpl-tour-info-color: #bdbdbd;
  --custom-rpl-contest-item-bg-color: #2a2a2a;
  --custom-rpl-locked-bg-color: #3a3a3a;
  --custom-rpl-locked-color: #9e9e9e;
  --custom-rpl-contest-label-color: #bdbdbd;
  --custom-rpl-contest-item-color: #fff;
}

.ropl-wrap::before {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/nimg/pattern-welcome.svg);
  background-size: 300px;
  content: '';
  opacity: var(--rpl-opacity-bg-image);
}

.ropl-contest {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 0 24px 32px;
}

@media screen and (min-width: 48em) {
  .ropl-contest {
    padding: 0 30px 32px;
  }
}

.ropl-contest--grid {
  gap: 16px 30px;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 396px;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  .ropl-contest--grid {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    max-width: 822px;
  }
}

@media screen and (min-width: 64em) {
  .ropl-contest--grid {
    grid-template-columns: repeat(3, minmax(290px, 1fr));
    max-width: 1246px;
  }
}

.ropl-contest--item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  max-width: 395px;
  padding: 40px 24px 24px;
  border: 2px solid #44af52;
  border-radius: 10px;
  background-color: var(--rpl-contest-item-bg-color);
}

@media screen and (min-width: 48em) {
  .ropl-contest--item {
    grid-column: span 2;
    padding: 40px 32px 24px;
  }
  .ropl-contest--item:nth-last-child(1) {
    grid-column: 2 / span 2;
  }
}

@media screen and (min-width: 64em) {
  .ropl-contest--item {
    grid-column: span 1;
  }
  .ropl-contest--item:nth-last-child(1) {
    grid-column: auto / span 1;
  }
}

.ropl-contest--item_locked {
  padding: 16px 24px 24px;
  border-color: rgba(68, 175, 82, .25);
  background-color: var(--rpl-locked-bg-color);
}

@media screen and (min-width: 48em) {
  .ropl-contest--item_locked {
    padding: 16px 32px 24px;
  }
}

.ropl-contest--label {
  display: none;
  margin: 0 0 8px;
  color: var(--rpl-contest-label-color);
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}

.ropl-contest--item_locked .ropl-contest--label {
  display: flex;
}

.ropl-contest--label svg {
  --i-color1: #000;
  width: 11px;
  height: 14px;
  margin: 0 6px 0 0;
}

[theme='dark'] .ropl-contest--label svg {
  --i-color1: #fff;
}

.ropl-contest--text {
  padding: 16px 0 0;
  color: var(--rpl-contest-item-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.ropl-contest--text a {
  color: var(--rpl-contest-item-color);
  text-decoration: underline;
}

.ropl-contest--item_locked .ropl-contest--text {
  color: var(--rpl-locked-color);
}

.ropl-contest--item_locked .ropl-contest--text a {
  color: var(--rpl-locked-color);
}

.ropl-contest--image {
  display: flex;
  position: relative;
  align-items: flex-start;
}

.ropl-contest--item_locked .ropl-contest--image {
  pointer-events: none;
}

.ropl-contest--image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  vertical-align: middle;
}

.ropl-contest--item_locked .ropl-contest--image img {
  opacity: .3;
}

.ropl-head {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 24px 24px 48px;
}

@media screen and (min-width: 48em) {
  .ropl-head {
    padding: 24px 30px 48px;
  }
}

.ropl-head--grid {
  gap: 24px 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .ropl-head--grid {
    gap: 0 16px;
    grid-template-columns: 280px 1fr 280px;
  }
}

.ropl-head--tour {
  gap: 8px 0;
  display: grid;
  grid-row: 2;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 64em) {
  .ropl-head--tour {
    grid-row: 1;
  }
}

.ropl-tour-date {
  color: var(--rpl-tour-date-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.ropl-tour-name {
  color: var(--rpl-tour-info-color);
  font-size: 16px;
  line-height: 24px;
}

.ropl-tour-gr {
  color: var(--rpl-tour-info-color);
  font-size: 14px;
  line-height: 24px;
}

.ropl-tour-time {
  color: #a40000;
  font-size: 24px;
  line-height: 24px;
}

.ropl-head--logo {
  grid-column: span 2;
  grid-row: 1;
  justify-self: center;
  max-width: 380px;
}

@media screen and (min-width: 64em) {
  .ropl-head--logo {
    grid-column: span 1;
  }
}

.ropl-head--logo_light {
  display: flex;
}

[theme='dark'] .ropl-head--logo_light {
  display: none;
}

.ropl-head--logo_dark {
  display: none;
}

[theme='dark'] .ropl-head--logo_dark {
  display: flex;
}

.ropl-head--support {
  gap: 8px 0;
  display: grid;
  grid-row: 2;
  grid-template-columns: 1fr;
  justify-self: end;
}

@media screen and (min-width: 64em) {
  .ropl-head--support {
    grid-row: 1;
  }
}

.ropl-support-item {
  display: flex;
  align-items: center;
  color: var(--custom-rpl-support-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.ropl-support-item svg {
  --i-color1: #a8a8a9;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.ropl-adv {
  display: flex;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1306px;
  margin: 0 0 24px;
  padding: 0 24px;
}

@media screen and (min-width: 48em) {
  .ropl-adv {
    padding: 0 30px;
  }
}

.ropl-adv--item {
  display: flex;
  width: 122px;
  margin: 0 12px;
}

.ropl-adv--image {
  display: flex;
  align-items: flex-start;
}

.ropl-adv--image_light {
  display: flex;
}

[theme='dark'] .ropl-adv--image_light {
  display: none;
}

.ropl-adv--image_dark {
  display: none;
}

[theme='dark'] .ropl-adv--image_dark {
  display: flex;
}

.ropl-schedule {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 0 24px 24px;
}

@media screen and (min-width: 48em) {
  .ropl-schedule {
    padding: 0 30px 48px;
  }
}

.ropl-schedule--head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ropl-schedule--heading {
  margin: 0 0 16px;
  color: var(--rpl-heading-color);
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.ropl-schedule--heading a {
  border-bottom: 1px dashed var(--rpl-heading-color);
  color: var(--rpl-heading-color);
}

.ropl-schedule--reglink {
  height: 40px;
  margin: 0 0 24px;
  padding: 12px 24px;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.ropl-schedule--date {
  color: var(--rpl-date-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.ropl-bottom {
  display: flex;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1306px;
  padding: 24px;
}

@media screen and (min-width: 48em) {
  .ropl-bottom {
    padding: 24px 30px;
  }
}

.ropl-bottom--item {
  display: flex;
  align-items: center;
  margin: 0 16px 16px;
}

.ropl-bottom--image {
  display: flex;
  align-items: flex-start;
  max-width: 130px;
}

.rp-tours {
  --rpr-bg-color: var(--layer-3-color, #f1f1f1);
  --rpr-head-color: var(--text-5-color, #a8a8a9);
  --rpr-date-color: var(--text-1-color, #000);
  --rpr-day-color: var(--text-5-color, #a8a8a9);
  --rpr-tour-color: var(--text-1-color, #000);
  --rpr-button-bg-color: var(--custom-rpr-button-bg-color, #e0e0e0);
  --rpr-button-color: var(--custom-rpr-button-color, #fff);
  --rpr-buyin-color: var(--custom-rpr-buyin-color, #000);
  display: flex;
  z-index: 1;
  flex-direction: column;
  width: 100%;
  margin: 0 0 24px;
  padding: 40px 0 24px;
}

[theme='dark'] .rp-tours {
  --custom-rpr-button-bg-color: #424242;
  --custom-rpr-button-color: #757575;
  --custom-rpr-buyin-color: #fff;
}

@media screen and (min-width: 64em) {
  .rp-tours {
    padding: 24px 0;
  }
}

.rprow {
  gap: 12px 16px;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 0 0 4px;
  padding: 12px 16px;
  border-radius: 10px;
  background-color: var(--rpr-bg-color);
}

@media screen and (min-width: 48em) {
  .rprow {
    grid-template-columns: minmax(120px, 230px) 100px 1fr;
    padding: 12px 32px;
  }
}

@media screen and (min-width: 64em) {
  .rprow {
    gap: 0 16px;
    grid-template-columns: minmax(80px, 160px) 100px 1fr minmax(120px, 230px);
  }
}

.rprow_clear {
  display: none;
  margin: 0;
  padding: 0 32px 8px;
  background-color: transparent;
}

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

.rprow--heading {
  color: var(--rpr-head-color);
  font-size: 14px;
  line-height: 24px;
}

.rprow-time {
  display: flex;
  flex-direction: column;
}

.rprow-time--date {
  color: var(--rpr-date-color);
  font-size: 14px;
  line-height: 24px;
}

.rprow-time--day {
  color: var(--rpr-day-color);
  font-size: 14px;
  line-height: 24px;
}

.rprow-buyin {
  display: flex;
}

.rprow-buyin--data {
  color: var(--rpr-buyin-color);
  font-size: 14px;
  line-height: 24px;
}

.rprow-tournament {
  display: flex;
  flex-direction: column;
}

.rprow-tournament--name {
  color: var(--rpr-tour-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.rprow-tournament--gr {
  color: var(--rpr-tour-color);
  font-size: 14px;
  line-height: 24px;
}

.rprow-result {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 64em) {
  .rprow-result {
    align-items: flex-end;
  }
}

.rprow-result--button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 16px;
  border-radius: 5px;
  background-color: var(--rpr-button-bg-color);
  color: var(--rpr-button-color);
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.rprow-result--button_active {
  --rpr-button-color: #fff;
  background-color: #ec314d;
}

.rprow-result--inner {
  display: none;
  z-index: 2;
  position: absolute;
  top: 32px;
  flex-direction: column;
  padding: 16px 12px 16px;
  border-radius: 5px;
  background-color: var(--rpl-result-bg-color);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .15);
}

.rprow-result--inner_active {
  display: flex;
}

.rprow-result--item {
  gap: 0 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.rprow-result--nick {
  color: var(--rpl-result-nick-color);
  font-size: 14px;
  line-height: 24px;
}

.rprow-result--data {
  color: var(--rpl-result-data-color);
  font-size: 14px;
  line-height: 24px;
}

.teams-schedule {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
}

.teams-schedule--head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.teams-schedule--heading {
  margin: 0 0 16px;
  color: var(--rpl-heading-color);
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.teams-schedule--heading a {
  border-bottom: 1px dashed var(--rpl-heading-color);
  color: var(--rpl-heading-color);
}

.teams-schedule--reglink {
  height: 40px;
  padding: 12px 24px;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.rp-teams {
  --tfr-bg-color: var(--layer-3-color, #f1f1f1);
  --tfr-head-color: var(--text-5-color, #a8a8a9);
  --tfr-date-color: var(--text-1-color, #000);
  --tfr-score-color: var(--text-1-color, #000);
  --tfr-name-color: var(--text-1-color, #000);
  --tfr-score-head-color: var(--text-5-color, #a8a8a9);
  display: flex;
  z-index: 1;
  flex-direction: column;
  width: 100%;
  padding: 40px 0 24px;
}

@media screen and (min-width: 64em) {
  .rp-teams {
    padding: 24px 0;
  }
}

.tmrow {
  gap: 8px 16px;
  display: grid;
  grid-template-columns: 1fr 60px;
  width: 100%;
  margin: 0 0 4px;
  padding: 12px 16px;
  border-radius: 10px;
  background-color: var(--tfr-bg-color);
}

@media screen and (min-width: 48em) {
  .tmrow {
    gap: 0 16px;
    grid-template-columns: 24px 1fr 60px;
    padding: 12px 32px;
  }
}

@media screen and (min-width: 64em) {
  .tmrow {
    grid-template-columns: minmax(80px, 160px) 1fr 60px;
  }
}

.tmrow_clear {
  display: none;
  margin: 0;
  padding: 0 32px 8px;
  background-color: transparent;
}

@media screen and (min-width: 48em) {
  .tmrow_clear {
    display: grid;
  }
}

.tmrow--heading {
  color: var(--tfr-head-color);
  font-size: 14px;
  line-height: 24px;
}

.tmrow-number {
  display: flex;
  flex-direction: column;
}

.tmrow-number--head {
  display: flex;
  color: var(--tfr-score-head-color);
  font-size: 12px;
  line-height: 12px;
}

@media screen and (min-width: 48em) {
  .tmrow-number--head {
    display: none;
  }
}

.tmrow-number--data {
  color: var(--tfr-date-color);
  font-size: 14px;
  line-height: 24px;
}

.tmrow-score {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tmrow-score--head {
  display: flex;
  color: var(--tfr-score-head-color);
  font-size: 12px;
  line-height: 12px;
}

@media screen and (min-width: 48em) {
  .tmrow-score--head {
    display: none;
  }
}

.tmrow-score--data {
  color: var(--tfr-score-color);
  font-size: 14px;
  line-height: 24px;
}

.tmrow-result {
  display: flex;
  grid-column: span 2;
  grid-row: 2;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 48em) {
  .tmrow-result {
    grid-column: span 1;
    grid-row: initial;
  }
}

.tmrow-result--button {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  min-height: 24px;
  padding: 0 0 0 32px;
  color: var(--tfr-name-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.tmrow-result--button_top {
  color: #a40000;
}

.tmrow-result--button::before {
  position: absolute;
  top: 0;
  left: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ebedee;
  border-radius: 5px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23C4C4C4' d='M7 0h2v16H7z' /%3E%3Cpath fill='%23C4C4C4' d='M16 7v2H0V7z' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  content: '';
}

[theme='dark'] .tmrow-result--button::before {
  border-color: #616161;
  background-color: #424242;
}

.tmrow-result--button_active::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 2'%3E%3Cpath fill='%23C4C4C4' d='M16 0v2H0V0z' /%3E%3C/svg%3E");
}

.tmrow-result--inner {
  display: none;
  flex-direction: column;
  margin: 8px 0 0;
  padding: 16px 12px 16px;
  border-radius: 5px;
  background-color: var(--rpr-result-bg-color);
}

.tmrow-result--inner_active {
  display: flex;
}

.tmrow-result--item {
  gap: 0 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tmrow-result--nick {
  color: var(--rpr-result-nick-color);
  font-size: 14px;
  line-height: 24px;
}

.tmrow-result--data {
  color: var(--rpr-result-data-color);
  font-size: 14px;
  line-height: 24px;
}

.widget-contents-wrap {
  --wct-bg-color: var(--layer-3-color, #f1f1f1);
  --wct-main-color: var(--text-2-color, #757575);
  --wct-name-color: var(--text-5-color, #000);
  --wct-date-color: var(--text-6-color, #757575);
  --wct-tag-color: var(--text-5-color, #000);
  --wct-tag-bg-color: var(--layer-4-color, #e0e0e0);
  --wct-heading-color: var(--text-1-color, #000);
  --wct-lead-color: var(--text-4-color, #000);
  --wct-comment-color: var(--text-2-color, #757575);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 48px;
}

.widget-contents-main {
  margin: 0 0 32px;
  color: var(--wct-main-color);
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.widget-contents {
  gap: 8px 0;
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 0 0 8px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--wct-bg-color);
}

@media screen and (min-width: 48em) {
  .widget-contents {
    gap: 12px 0;
    padding: 16px 32px;
  }
}

.widget-contents--inner {
  gap: 0 16px;
  display: grid;
  grid-template-columns: 72px 1fr;
}

@media screen and (min-width: 48em) {
  .widget-contents--inner {
    grid-template-columns: 72px 1fr;
  }
}

.widget-contents--image {
  display: flex;
  width: 72px;
  height: 54px;
}

.widget-contents--image img {
  object-fit: cover;
  border-radius: 10px;
}

.widget-contents--head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.widget-contents--wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 12px;
}

.widget-contents--name {
  margin: 0 6px 0 0;
  color: var(--wct-name-color);
  font-size: 14px;
  line-height: 20px;
}

.widget-contents--name:hover {
  text-decoration: underline;
}

.widget-contents--date {
  color: var(--wct-date-color);
  font-size: 14px;
  line-height: 20px;
}

.widget-contents--tag {
  margin: 0 6px 0 0;
  padding: 0 4px;
  background-color: var(--wct-tag-bg-color);
  color: var(--wct-tag-color);
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.widget-contents--heading {
  color: var(--wct-heading-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

@media screen and (min-width: 48em) {
  .widget-contents--heading {
    font-size: 20px;
  }
}

.widget-contents--heading:hover {
  text-decoration: underline;
}

.widget-contents--lead {
  color: var(--wct-lead-color);
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 48em) {
  .widget-contents--lead {
    font-size: 16px;
    line-height: 24px;
  }
}

.widget-contents--lead p {
  margin: 0;
  color: var(--wct-lead-color);
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 48em) {
  .widget-contents--lead p {
    font-size: 16px;
    line-height: 24px;
  }
}

.widget-contents--comment {
  color: var(--wct-comment-color);
  font-size: 14px;
  line-height: 20px;
}

.widget-contents--comment a {
  color: var(--wct-comment-color);
  font-size: 14px;
  line-height: 20px;
}

.widget-contents--comment a:hover {
  text-decoration: underline;
}

.widget-contents--comment span {
  margin: 0 4px;
  color: #757575;
}

.content_darklogo {
  background-color: #303641;
  background-image: url(/nimg/bb-pattern.svg);
}

.allrooms-wrap {
  --ar-opacity-bg-image: var(--custom-ar-opacity-bg-image, .04);
  --ar-bg-color: var(--custom-ar-bg-color, #fff);
  --ar-tips-color: var(--custom-ar-tips-color, #000);
  --ar-tips-border-color: var(--custom-ar-tips-border-color, #f9f9f9);
  --ar-head-border-color: var(--custom-ar-head-border-color, #ececec);
  --ar-head-color: var(--custom-ar-head-color, #000);
  --ar-item-head-color: var(--custom-ar-item-head-color, #000);
  --ar-item-bg-color: var(--custom-ar-item-bg-color, #fff);
  --ar-item-line-color: var(--custom-ar-item-line-color, #e3e3e3);
  --ar-item-link-color: var(--custom-ar-item-link-color, #000);
  --ar-item-link-shadow-color: var(--custom-ar-item-link-shadow-color, #d8d8d8);
  --ar-item-list-color: var(--custom-ar-item-list-color, #000);
  --ar-item-net-color: var(--custom-ar-item-net-color, #aaa);
  --ar-item-net-bg-color: var(--custom-ar-item-net-bg-color, #f4f4f4);
  --ar-item-rev-color: var(--custom-ar-item-rev-color, #000);
  --ar-item-rev-bg-color: var(--custom-ar-item-rev-bg-color, #ffe8e7);
  --ar-item-rev-border-color: var(--custom-ar-item-rev-border-color, #eac7cc);
  --ar-item-button-color: var(--text-1-color, #000);
  --ar-item-button-bg-color: var(--custom-ar-item-button-bg-color, #f4f4f4);
  --ar-item-fbk-border-color: var(--custom-ar-item-fbk-border-color, #e3e3e3);
  --ar-item-rate-color: var(--custom-ar-item-rate-color, #aaa);
  --ar-item-rate-bg-color: var(--custom-ar-item-rate-bg-color, #fff);
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  background-color: var(--ar-bg-color);
}

[theme='dark'] .allrooms-wrap {
  --custom-ar-opacity-bg-image: .02;
  --custom-ar-bg-color: #313131;
  --custom-ar-tips-border-color: #404040;
  --custom-ar-tips-color: #fff;
  --custom-ar-head-border-color: #3c3c3c;
  --custom-ar-head-color: #fff;
  --custom-ar-item-head-color: #fff;
  --custom-ar-item-bg-color: #282828;
  --custom-ar-item-line-color: #313131;
  --custom-ar-item-link-color: #fff;
  --custom-ar-item-link-shadow-color: #3c3d3e;
  --custom-ar-item-list-color: #fff;
  --custom-ar-item-net-color: #7d7d7d;
  --custom-ar-item-net-bg-color: #313131;
  --custom-ar-item-rev-color: #fff;
  --custom-ar-item-rev-bg-color: #4f2a2f;
  --custom-ar-item-rev-border-color: #6e2b35;
  --custom-ar-item-button-bg-color: #313131;
  --custom-ar-item-fbk-border-color: #343434;
  --custom-ar-item-rate-color: #7d7d7d;
  --custom-ar-item-rate-bg-color: #424242;
}

.allrooms-wrap::before {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/nimg/pattern-welcome.svg);
  background-size: 300px;
  content: '';
  opacity: var(--ar-opacity-bg-image);
}

.rooms-head {
  display: flex;
  z-index: 1;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .rooms-head {
    padding: 60px 0 0;
  }
}

.rooms-head--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 361px;
  padding: 24px 24px 48px;
  background-image: url(/nimg/rooms-head-bg5.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .rooms-head--inner {
    padding: 48px 24px;
  }
}

.rooms-head svg {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}

@media screen and (min-width: 48em) {
  .rooms-head svg {
    width: 128px;
    height: 128px;
  }
}

.rooms-head--slogan {
  width: 100%;
  margin: 0 0 4px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .rooms-head--slogan {
    margin: 0 0 16px;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
  }
}

.rooms-head--lead {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .rooms-head--lead {
    text-align: left;
  }
}

.rooms-head--lead strong {
  color: #44d487;
  font-size: 18px;
  line-height: 21px;
}

.rooms-head--lead span {
  color: #000;
}

.rooms-head--wrap {
  gap: 4px 0;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin: 4px 0 0;
}

@media screen and (min-width: 48em) {
  .rooms-head--wrap {
    gap: 0 24px;
    grid-template-columns: 128px 1fr;
    margin: 16px 0 0;
  }
}

.rooms-head--text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 332px;
}

.rooms-wrap {
  display: flex;
  z-index: 1;
  flex-direction: column;
  width: 100%;
  padding: 20px 24px 10px;
}

@media screen and (min-width: 48em) {
  .rooms-wrap {
    padding: 45px 30px 30px;
  }
}

.rooms-wrap h1 {
  margin: 0 0 30px;
  color: var(--ar-item-head-color);
  font-size: 30px;
  line-height: 35px;
}

@media screen and (min-width: 48em) {
  .rooms-wrap h1 {
    margin: 0 0 56px;
  }
}

.rooms-list {
  gap: 30px;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  justify-content: center;
  width: 100%;
  max-width: 396px;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  .rooms-list {
    max-width: 822px;
  }
}

@media screen and (min-width: 64em) {
  .rooms-list {
    max-width: 1246px;
  }
}

.room-item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--ar-item-bg-color);
}

.room-item_top {
  border-color: transparent;
}

.room-item--inner {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 98px;
}

.room-item_top .room-item--inner {
  padding: 0;
}

.room-item--logo {
  position: relative;
  width: 100%;
}

.room-item_top .room-item--logo {
  max-width: initial;
}

.room-item--logo::after {
  display: table;
  padding-bottom: 90.5%;
  content: '';
}

.room-item_top .room-item--logo::after {
  padding-bottom: 45.535%;
}

.room-item--logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.room-item_top .room-item--logo img {
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.room-item--picture_dark {
  display: none;
}

[theme='dark'] .room-item--picture_dark {
  display: block;
}

[theme='dark'] .room-item--picture_light {
  display: none;
}

.room-item--content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  padding: 0 24px 32px;
}

@media screen and (min-width: 48em) {
  .room-item--content {
    padding: 0 32px 32px;
  }
}

.room-item--wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 26px;
  margin: 0 0 24px;
  padding: 32px 0 0;
  border-top: 1px solid var(--ar-item-line-color);
}

.room-item_top .room-item--wrap {
  border-color: transparent;
}

.room-item--link {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  display: flex;
  align-items: center;
  color: var(--ar-item-link-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.room-item--link svg {
  --i-color1: #44af52;
  display: none;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin: 0 8px 0 0;
}

.room-item--link::after {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px var(--ar-item-link-shadow-color);
  content: '';
  pointer-events: none;
}

.room-item_top .room-item--link {
  color: #44af52;
}

.room-item_top .room-item--link svg {
  display: block;
}

.room-item_top .room-item--link::after {
  box-shadow: inset 0 0 0 3px #44af52;
}

.room-item--network {
  padding: 6px 8px;
  border-radius: 4px;
  background-color: var(--ar-item-net-bg-color);
  color: var(--ar-item-net-color);
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
}

.room-item--list {
  margin: 0 0 auto;
}

.room-item--list li {
  display: flex;
  color: var(--ar-item-list-color);
  font-size: 14px;
  line-height: 24px;
}

.room-item--list li:not(:last-child) {
  margin: 0 0 8px;
}

.room-item--list li svg {
  --i-color1: #000;
  --i-color2: #f4f4f4;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 2px 16px 0 0;
}

[theme='dark'] .room-item--list li svg {
  --i-color1: #fff;
  --i-color2: #313131;
}

.room-item_top .room-item--list li svg {
  --i-color1: #44af52;
}

.room-item--list li p {
  margin: 0;
  line-height: 24px;
}

.room-item--bottom {
  gap: 16px 0;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 32px 0 0;
}

.room-item--review {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: 10px;
  background-color: #44af52;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.room-item--review svg {
  --color1: #fff;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
}

.room-item--split {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
}

.room-item--reg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 16px;
  border: 1px solid var(--ar-item-fbk-border-color);
  border-radius: 10px;
  background-color: var(--ar-item-button-bg-color);
  color: var(--ar-item-button-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.room-item--reg svg {
  --color1: #000;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
}

[theme='dark'] .room-item--reg svg {
  --color1: #fff;
}

.room-item--fbk {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 16px;
  border: 1px solid var(--ar-item-fbk-border-color);
  border-radius: 10px;
  background-color: var(--ar-item-button-bg-color);
  color: var(--ar-item-button-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.room-item--fbk svg {
  --color1: #000;
  flex-shrink: 0;
  width: 17px;
  height: 16px;
  margin: 0 8px 0 0;
}

[theme='dark'] .room-item--fbk svg {
  --color1: #fff;
}

.room-item--subwrap {
  display: flex;
  margin: 0 auto;
}

.room-item--point {
  flex-shrink: 0;
  margin: 0 4px 0 0;
  color: var(--ar-item-button-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.room-item--rate {
  flex-shrink: 0;
  padding: 5px 9px;
  border-radius: 4px;
  background-color: var(--ar-item-rate-bg-color);
  color: var(--ar-item-rate-color);
  font-size: 12px;
  font-weight: 700;
}

.rooms-form {
  z-index: 1;
  width: 100%;
  padding: 30px 24px;
}

@media screen and (min-width: 48em) {
  .rooms-form {
    padding: 50px 30px;
  }
}

.form100-wrap {
  --ar-form-bg-color: var(--custom-ar-form-bg-color, #f4f4f4);
  --ar-form-color: var(--custom-ar-form-color, #000);
  --ar-form-subhead-color: var(--custom-ar-form-subhead-color, #aaa);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  border-radius: 10px;
  background-color: var(--ar-form-bg-color);
}

:root[theme='dark'] .content_theme .form100-wrap {
  --custom-ar-form-bg-color: #282828;
  --custom-ar-form-color: #fff;
  --custom-ar-form-subhead-color: #fff;
}

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

.form100-content {
  width: 100%;
  max-width: 1118px;
}

.form100-content h2 {
  margin: 0 0 16px;
  color: var(--ar-form-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.form100-content p {
  margin: 0;
  color: var(--ar-form-subhead-color);
  font-size: 16px;
  line-height: 24px;
}

.form100 {
  width: 100%;
  padding: 30px 0 0;
}

@media screen and (min-width: 64em) {
  .form100 {
    padding: 60px 0 0;
  }
}

.form100--grid {
  gap: 16px 0;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 390px;
  margin: 0 0 30px;
}

@media screen and (min-width: 64em) {
  .form100--grid {
    gap: 0 30px;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    max-width: initial;
  }
}

.form100--group {
  display: flex;
  flex-direction: column;
}

.form100--label {
  margin: 0 0 13px;
  color: var(--ar-form-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.form100-note {
  display: flex;
  align-items: flex-start;
  height: 28px;
}

.form100-note--text {
  display: none;
  color: #a8a8a9;
  font-size: 12px;
  line-height: 14px;
}

.form100-note strong {
  margin: 0 4px 0 0;
  color: #ec314d;
}

.form100--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0 0 16px;
  padding: 23px 32px 22px;
  border: 1px solid #dfe1e4;
  border-radius: 10px;
  background-color: #fff;
  background-image: url(/nimg/select-arrow-24.svg);
  background-origin: content-box;
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 24px;
  color: #a8a8a9;
  font-family: inherit;
  font-size: 16px;
  line-height: 19px;
}

.form100--field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 23px 32px 22px;
  border: 1px solid #dfe1e4;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-family: inherit;
  font-size: 16px;
  line-height: 19px;
}

.form100--submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 23px 64px 22px;
  border: 0;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.rooms-contact {
  padding: 30px 15px 50px;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .rooms-contact {
    padding: 50px 15px 90px;
  }
}

.rooms-support {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rooms-support--top {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  max-width: 450px;
}

@media screen and (min-width: 48em) {
  .rooms-support--top {
    flex-direction: row;
  }
}

.rooms-support--bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .rooms-support--bottom {
    flex-direction: row;
    justify-content: center;
  }
}

.rooms-support h2 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 32px;
  color: #333;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .rooms-support h2 {
    font-size: 24px;
  }
}

.rooms-support--button {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 200px;
  height: 57px;
  margin: 0 12px 20px;
  padding: 0 0 0 75px;
  border-bottom: 3px solid #126f92;
  border-radius: 4px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.rooms-support--button_skype {
  background-color: #019bd4;
  background-image: url(/nimg/skype-logo.svg);
  background-position: 20px 50%;
  background-size: 35px;
}

.rooms-support--button_telegram {
  border-color: #396280;
  background-color: #61a4d6;
  background-image: url(/nimg/telegram-white.svg);
  background-position: 20px 50%;
  background-size: 30px;
}

.rooms-support--button_chat {
  border-color: #2e7d32;
  background-color: #4caf50;
  background-image: url(/aimg/rooms/icon-chat-bb.svg);
  background-position: 20px 50%;
  background-size: 35px;
}

.rooms-support--button_mail {
  border-color: #7c1919;
  background-color: #d64242;
  background-image: url(/nimg/mail-white.svg);
  background-position: 23px 50%;
  background-size: 27px;
}

.rooms-support--discord {
  position: relative;
}

.rooms-discord {
  display: none;
  z-index: 3;
  position: absolute;
  top: 75px;
  left: 50%;
  flex-direction: column;
  width: 306px;
  margin: 0;
  padding: 20px 20px 25px 70px;
  transform: translateX(-50%);
  background-color: #fff2c6;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, .15);
}

.rooms-discord--item {
  position: relative;
  color: #616161;
  font-size: 16px;
  line-height: 20px;
}

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

.rooms-discord--item::before {
  display: block;
  position: absolute;
  top: 2px;
  left: -40px;
  width: 27px;
  height: 27px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 27px;
  content: '';
}

.rooms-discord--item_first::before {
  background-image: url(/aimg/rooms/step1.svg);
}

.rooms-discord--item_second::before {
  background-image: url(/aimg/rooms/step2.svg);
}

.rooms-discord--item_third::before {
  background-image: url(/aimg/rooms/step3.svg);
}

.rooms-discord--item a {
  color: #202020;
  font-weight: 700;
  text-decoration: none;
}

.rooms-discord--item strong {
  color: #202020;
}

.rooms-support--discord_active .rooms-discord {
  display: flex;
}

.rooms-messenger {
  display: flex;
  justify-content: center;
  margin: 0 5px;
}

.rooms-messenger--item {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.rooms-messenger--item_viber {
  background-image: url(/nimg/viber-color.svg);
}

.rooms-messenger--item_whatsapp {
  background-image: url(/nimg/whatsapp-color.svg);
}

.rooms-tips {
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0 24px;
}

@media screen and (min-width: 48em) {
  .rooms-tips {
    padding: 0 30px;
  }
}

.rooms-tips--item {
  padding: 36px 0;
}

.rooms-tips--item:not(:last-child) {
  border-bottom: 1px solid var(--ar-tips-border-color);
}

.rooms-tips--item h2 {
  margin: 0 0 16px;
  color: var(--ar-tips-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.rooms-tips--item p {
  margin: 0;
  color: var(--ar-tips-color);
  font-size: 16px;
  line-height: 24px;
}

.rooms-tips--item p:not(:last-child) {
  margin: 0 0 24px;
}

.rooms-tips--item a {
  color: var(--ar-tips-color);
  text-decoration: underline;
}

.rooms-faq-wrap {
  z-index: 1;
  width: 100%;
  padding: 32px 24px 16px;
}

@media screen and (min-width: 48em) {
  .rooms-faq-wrap {
    padding: 56px 30px 35px;
  }
}

.rooms-faq-wrap .room-faq {
  max-width: initial;
}

.rooms-news {
  display: flex;
  z-index: 1;
  justify-content: center;
  width: 100%;
  padding: 30px 24px;
}

@media screen and (min-width: 48em) {
  .rooms-news {
    padding: 50px 30px 80px;
  }
}

.rooms-fast-support {
  display: flex;
  z-index: 1;
  justify-content: center;
  width: 100%;
  padding: 20px 24px;
}

@media screen and (min-width: 48em) {
  .rooms-fast-support {
    padding: 30px 30px 50px;
  }
}

.room-fs {
  --ar-fs-bg-color: var(--custom-ar-fs-bg-color, #fff);
  --ar-fs-head-color: var(--custom-ar-fs-head-color, #000);
  --ar-fs-subhead-color: var(--custom-ar-fs-subhead-color, #000);
  --ar-fs-line-color: var(--custom-ar-fs-line-color, #f0f0f0);
  gap: 32px 0;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  padding: 32px 24px;
  border: 4px solid #44d587;
  border-radius: 10px;
  background-color: var(--ar-fs-bg-color);
}

[theme='dark'] .room-fs {
  --custom-ar-fs-bg-color: #282828;
  --custom-ar-fs-head-color: #44d487;
  --custom-ar-fs-subhead-color: #fff;
  --custom-ar-fs-line-color: #313131;
}

@media screen and (min-width: 64em) {
  .room-fs {
    gap: 0 20px;
    grid-template-columns: 1fr 1fr;
    padding: 54px 64px;
  }
}

.room-fs--top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .room-fs--top {
    flex-direction: row;
    padding: 0 20px 0 0;
  }
}

.room-fs--logo {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  margin: 0 0 16px;
}

@media screen and (min-width: 48em) {
  .room-fs--logo {
    margin: 0 32px 0 0;
  }
}

.room-fs--logo svg {
  --i-color1: #44d487;
  --i-color3: #fff;
  width: 100px;
  height: 96px;
}

[theme='dark'] .room-fs--logo svg {
  --i-color1: #fff;
  --i-color3: #44d487;
}

.room-fs--wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .room-fs--wrap {
    align-items: flex-start;
  }
}

.room-fs--heading {
  margin: 0 0 14px;
  color: var(--ar-fs-head-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

@media screen and (min-width: 48em) {
  .room-fs--heading {
    font-size: 30px;
    line-height: 40px;
  }
}

.room-fs--subheading {
  color: var(--ar-fs-subhead-color);
  font-size: 16px;
  line-height: 24px;
}

.room-fs--chat {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .room-fs--chat {
    grid-column: span 2;
  }
}

.room-fs--chat:hover {
  background-color: #b9253b;
}

.room-fs--chat svg {
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 40em) {
  .room-fs--chat svg {
    margin: 0 16px 0 0;
  }
}

.room-fs--chat span {
  display: none;
}

@media screen and (min-width: 40em) {
  .room-fs--chat span {
    display: flex;
  }
}

.room-fs--contact {
  gap: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.room-fs--contact_top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--ar-fs-line-color);
}

@media screen and (min-width: 40em) {
  .room-fs--contact_top {
    grid-template-columns: repeat(5, 1fr);
  }
}

.fs-i-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ec314d;
  border-radius: 10px;
}

.fs-i-btn:hover {
  --i-color1: #fff;
  background-color: #ec314d;
}

.fs-i-btn svg {
  width: 24px;
  height: 24px;
}

.fs-t-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  padding: 0 12px;
  border-radius: 10px;
  color: #ec314d;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.fs-t-btn:hover {
  --i-color1: #b9253b;
  color: #b9253b;
}

.fs-t-btn svg {
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
}

.fs-t-sep {
  display: block;
  width: 1px;
  height: 16px;
  margin: 0 4px;
  background-color: var(--ar-fs-line-color);
}

.gtplus-wrap {
  --gtpl-opacity-bg-image: var(--custom-gtpl-opacity-bg-image, .04);
  --gtpl-bg-color: var(--custom-gtpl-bg-color, #fff);
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  padding: 0 0 60px !important;
  background-color: var(--gtpl-bg-color);
}

[theme='dark'] .gtplus-wrap {
  --custom-gtpl-opacity-bg-image: .02;
  --custom-gtpl-bg-color: #313131;
}

.gtplus-wrap::before {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/nimg/pattern-welcome.svg);
  background-size: 300px;
  content: '';
  opacity: var(--gtpl-opacity-bg-image);
}

.gtplus-head {
  display: flex;
  z-index: 1;
  justify-content: center;
  width: 100%;
  margin: 0 0 56px;
  padding: 0;
}

@media screen and (min-width: 48em) {
  .gtplus-head {
    margin: 0 0 64px;
    padding: 60px 30px 0;
  }
}

.gtplus-head--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1246px;
  min-height: 413px;
  padding: 24px 24px 48px;
  background-image: url(/nimg/gt-plus-header.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .gtplus-head--inner {
    justify-content: flex-start;
    padding: 38px 24px;
    border-radius: 10px;
  }
}

.gtplus-head svg {
  flex-shrink: 0;
  width: 130px;
  height: 124px;
  margin: 0 0 16px;
  filter: drop-shadow(0 -16px 22px rgba(255, 255, 255, .93));
}

@media screen and (min-width: 48em) {
  .gtplus-head svg {
    width: 130px;
    height: 124px;
    margin: 0;
  }
}

.gtplus-head_apps svg {
  margin: 0 0 24px;
}

.gtplus-head--wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
}

.gtplus-head--slogan {
  width: 100%;
  max-width: 360px;
  margin: 0 0 18px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .gtplus-head--slogan {
    max-width: 600px;
    font-size: 40px;
    line-height: 48px;
  }
}

.gtplus-head_apps .gtplus-head--slogan {
  max-width: initial;
}

.gtplus-head--subheader {
  width: 100%;
  max-width: 360px;
  margin: 0 0 30px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .gtplus-head--subheader {
    max-width: 600px;
    margin: 0 0 42px;
    font-size: 24px;
    line-height: 40px;
  }
}

.gtplus-head--button {
  width: 100%;
  max-width: 290px;
  padding: 23px 16px 22px;
  border-radius: 10px;
  background-color: #e51e25;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  white-space: nowrap;
  filter: drop-shadow(0 9px 8px #fff);
}

.gtplus-pros {
  --gtpp-bg-color: var(--layer-3-color, #fff);
  --gtpp-border-color: var(--layer-3-color, #e3e3e3);
  --gtpp-head-color: var(--text-1-color, #000);
  --gtpp-line-color: #e3e3e3;
  display: flex;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 24px;
}

:root[theme='dark'] .gtplus-pros {
  --gtpp-line-color: #44d487;
}

@media screen and (min-width: 48em) {
  .gtplus-pros {
    padding: 0 30px;
  }
}

.gtplus-pros--head {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1246px;
  margin: 0 0 19px;
}

@media screen and (min-width: 48em) {
  .gtplus-pros--head {
    margin: 0 0 40px;
  }
}

.gtplus-pros--heading {
  margin: 0;
  color: var(--gtpp-head-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .gtplus-pros--heading {
    font-size: 30px;
    line-height: 35px;
  }
}

.gtplus-pros--grid {
  gap: 16px 0;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1246px;
}

@media screen and (min-width: 48em) {
  .gtplus-pros--grid {
    gap: 30px;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
  }
}

@media screen and (min-width: 70.625em) {
  .gtplus-pros--grid {
    gap: 0 30px;
    grid-template-columns: repeat(3, minmax(290px, 1fr));
  }
}

.gtpros-item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  margin: 40px 0 0;
  padding: 54px 32px 26px;
  border: 1px solid var(--gtpp-border-color);
  border-radius: 10px;
  background-color: var(--gtpp-bg-color);
}

@media screen and (min-width: 48em) {
  .gtpros-item {
    grid-column: span 2;
    padding: 64px 32px 26px;
  }
  .gtpros-item:nth-last-child(1) {
    grid-column: 2 / span 2;
  }
}

@media screen and (min-width: 70.625em) {
  .gtpros-item {
    grid-column: span 1;
  }
  .gtpros-item:nth-last-child(1) {
    grid-column: auto / span 1;
  }
}

.gtpros-item--head {
  display: flex;
  position: absolute;
  top: -40px;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px solid var(--gtpp-line-color);
  border-radius: 50%;
  background-color: var(--gtpp-bg-color);
}

.gtpros-item--head svg {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

.gtpros-item--heading {
  max-width: 300px;
  color: var(--gtpp-head-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .gtpros-item--heading {
    font-size: 20px;
    line-height: 24px;
  }
}

.gtpros-item--list {
  width: 100%;
  max-width: 330px;
  margin: 0 0 auto;
  padding: 16px 0 0;
}

.gtpros-item--list li {
  display: flex;
  color: var(--gtpp-head-color);
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .gtpros-item--list li {
    font-size: 18px;
    line-height: 28px;
  }
}

.gtpros-item--list li:not(:last-child) {
  margin: 0 0 8px;
}

.gtpros-item--list li::before {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin: 0 16px 0 0;
  transform: translateY(10px);
  border-radius: 50%;
  background-color: #e51e25;
  content: '';
}

.gtplus-feedback {
  --fdb-item-border-color: var(--line-1-color, #000);
  display: flex;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 56px;
  padding: 0 24px;
}

@media screen and (min-width: 48em) {
  .gtplus-feedback {
    margin: 0 0 60px;
    padding: 0 30px;
  }
}

.gtplus-feedback .support-feedback--top {
  border: 1px solid var(--fdb-item-border-color);
}

.toprec-widget {
  --toprec-stream-header-color: var(--text-1-color, #000);
  --toprec-item-bg-color: var(--layer-3-color, #f4f4f4);
  --toprec-color: var(--text-5-color, #000);
  --toprec-line-color: var(--line-1-color, #e3e3e3);
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 16px;
  padding: 56px 0 38px;
  border-bottom: 1px solid var(--toprec-line-color);
}

@media screen and (min-width: 48em) {
  .toprec-widget {
    padding: 70px 0 33px;
  }
}

.toprec-widget--head {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

@media screen and (min-width: 48em) {
  .toprec-widget--head {
    margin: 0 0 34px;
  }
}

.toprec-widget--heading {
  color: var(--toprec-stream-header-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .toprec-widget--heading {
    font-size: 30px;
    line-height: 35px;
  }
}

.toprec-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 77px;
  height: 29px;
  margin: 0 0 0 auto;
}

.toprec-control--button {
  flex-shrink: 0;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, .06);
  cursor: pointer;
}

.toprec-control--button svg {
  --i-color1: #44d487;
  --i-color2: #fff;
  flex-shrink: 0;
  width: 29px;
  height: 29px;
}

.toprec-control--button_disabled {
  border: 1px solid #d3d3d3;
  background-color: #fff;
  cursor: auto;
  pointer-events: none;
}

.toprec-control--button_disabled svg {
  --i-color1: #fff;
  --i-color2: #44d487;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
}

.toprecommend--container {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 1246px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.toprecommend--row {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition-property: transform;
}

.toprecommend-item {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: center;
  width: 100%;
  padding: 24px 24px 36px;
  border: 1px solid #54b46f;
  border-radius: 10px;
  background-color: var(--toprec-item-bg-color);
}

.toprecommend-item--grid {
  gap: 12px 0;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .toprecommend-item--grid {
    gap: 22px 0;
  }
}

.toprecommend-user {
  display: flex;
  width: 100%;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--toprec-line-color);
}

@media screen and (min-width: 48em) {
  .toprecommend-user {
    padding: 0;
    border: 0;
  }
}

.toprecommend-user--avatar {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  margin: 0 14px 0 0;
  border-radius: 10px;
  background-image: url(/nimg/imguser.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .toprecommend-user--avatar {
    width: 76px;
    height: 76px;
    margin: 0 24px 0 0;
  }
}

.toprecommend-user--avatar img {
  border-radius: 10px;
}

.toprecommend-user--data {
  grid-gap: 4px 0;
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .toprecommend-user--data {
    grid-gap: 10px 0;
    border-bottom: 1px solid var(--toprec-line-color);
  }
}

.toprecommend-user--nick {
  display: flex;
  align-items: center;
  color: #e51e25;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .toprecommend-user--nick {
    font-size: 20px;
  }
}

.toprecommend-user--nick::before {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin: 0 7px 0 0;
  border-radius: 50%;
  background-color: #54b46f;
  content: '';
}

@media screen and (min-width: 48em) {
  .toprecommend-user--nick::before {
    width: 14px;
    height: 14px;
    margin: 0 9px 0 0;
  }
}

.toprecommend-user--profile {
  display: flex;
}

.toprecommend-user--post {
  display: flex;
  align-items: center;
  margin: 0 24px 0 0;
  color: #aaa;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
}

.toprecommend-user--post svg {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  margin: 0 6px 0 0;
}

.toprecommend-user--score {
  display: flex;
  align-items: center;
  color: #54b46f;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
}

.toprecommend-user--score svg {
  flex-shrink: 0;
  width: 16px;
  height: 15px;
  margin: 0 6px 0 0;
}

.toprecommend-item--text {
  color: var(--toprec-color);
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .toprecommend-item--text {
    font-size: 16px;
  }
}

.gtplus-cnt {
  display: flex;
  z-index: 1;
  width: 100%;
  margin: 0 0 56px;
  padding: 0 24px;
}

@media screen and (min-width: 48em) {
  .gtplus-cnt {
    margin: 0 0 60px;
    padding: 0 30px;
  }
}

.contact-card {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 400px;
  margin: 48px 0 0;
  padding: 64px 24px 32px;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #44d487;
  background-image: url(/nimg/gtplus-cnt-bg1.png), url(/nimg/gtplus-cnt-bg2.png);
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat;
  background-size: 100px, 110px;
}

@media screen and (min-width: 48em) {
  .contact-card {
    padding: 94px 24px 56px;
    background-size: 153px, 192px;
  }
}

.contact-card--head {
  display: flex;
  position: absolute;
  top: -48px;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 96px;
  border-radius: 50%;
}

.contact-card--head svg {
  flex-shrink: 0;
  width: 100px;
  height: 96px;
}

.contact-card--heading {
  margin: 0 0 15px;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

@media screen and (min-width: 48em) {
  .contact-card--heading {
    margin: 0 0 6px;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
  }
}

.contact-card--subheading {
  width: 100%;
  max-width: 684px;
  margin: 0 0 32px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .contact-card--subheading {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
  }
}

.contact-card--subheading strong {
  padding: 1px 5px;
  border-radius: 5px;
  background-color: #fff;
  text-transform: uppercase;
}

.contact-card--subheading span {
  color: #e61e25;
  font-size: 16px;
}

@media screen and (min-width: 48em) {
  .contact-card--subheading span {
    font-size: 21px;
  }
}

.ccard-fs--bottom {
  width: 100%;
  max-width: 438px;
  padding: 0 0 5px;
}

.ccard-fs--contact {
  gap: 0 16px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
}

@media screen and (min-width: 40em) {
  .ccard-fs--contact {
    gap: 0 28px;
  }
}

.ccard-fs--contact_top {
  gap: 16px 0;
  grid-template-columns: 1fr;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 40em) {
  .ccard-fs--contact_top {
    gap: 0 16px;
    grid-template-columns: 1fr 1fr;
  }
}

.ccard-fs--chat {
  display: flex;
  align-items: center;
  justify-content: center;
  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;
}

.ccard-fs--chat svg {
  --i-color1: #fff;
  width: 24px;
  height: 24px;
  margin: 0 16px 0 0;
}

.ccard-fs--chat_wide {
  grid-column: span 2;
}

@media screen and (min-width: 40em) {
  .ccard-fs--chat_wide {
    grid-column: span 1;
  }
}

.xfs-i-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  background-color: #000;
}

.xfs-i-btn svg {
  --i-color1: #fff;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.xfs-t-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  border-radius: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.xfs-t-btn_left {
  justify-self: end;
}

.xfs-t-btn_right {
  justify-self: start;
}

.xfs-t-btn svg {
  --i-color1: #000;
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
}

.xfs-t-sep {
  display: block;
  width: 1px;
  height: 16px;
  background-color: #000;
}

.gtplus-list {
  --gtl-bg-color: var(--layer-3-color, #fff);
  --gtl-border-color: var(--line-1-color, #000);
  --gtl-head-color: var(--text-1-color, #000);
  --gtl-contact-color: var(--text-1-color, #000);
  --gtl-button-bg-color: #000;
  --gtl-logo-bg-color: #fff;
  --gtl-icon-bg-color: #000;
  display: flex;
  z-index: 3;
  flex-direction: column;
  width: 100%;
  padding: 0 24px;
}

:root[theme='dark'] .gtplus-list {
  --gtl-button-bg-color: #3f4248;
  --gtl-logo-bg-color: #303030;
  --gtl-icon-bg-color: #3f4248;
}

@media screen and (min-width: 48em) {
  .gtplus-list {
    padding: 0 30px;
  }
}

.gtplus-list_rooms {
  margin: 0 0 48px;
}

.gtplus-list_apps {
  z-index: 2;
}

.gtplus-list--subhead {
  width: 100%;
  max-width: 1246px;
}

.gtplus-list--subheading {
  margin: 0 0 32px;
  color: var(--gtl-head-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

@media screen and (min-width: 48em) {
  .gtplus-list--subheading {
    font-size: 30px;
    line-height: 35px;
  }
}

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

@media screen and (min-width: 64em) {
  .gtplus-list--grid {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}

.gtplus-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid var(--gtl-border-color);
  border-radius: 10px;
  background-color: var(--gtl-bg-color);
}

.gtplus-card--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112px;
  border-bottom: 1px solid var(--gtl-border-color);
  border-radius: 10px 10px 0 0;
  background-color: var(--gtl-logo-bg-color);
}

@media screen and (min-width: 64em) {
  .gtplus-card--logo {
    height: 138px;
  }
}

.gtplus-card--img {
  display: flex;
  justify-content: center;
  height: 90px;
}

[theme='dark'] .gtplus-card--img_light {
  display: none;
}

.gtplus-card--img_dark {
  display: none;
}

[theme='dark'] .gtplus-card--img_dark {
  display: flex;
}

.gtplus-card--inner {
  display: grid;
  grid-template-columns: 1fr;
  flex-grow: 1;
}

@media screen and (min-width: 48em) {
  .gtplus-card--inner {
    grid-template-columns: 1fr 1fr;
  }
}

.gtplus-card--game {
  padding: 24px;
  border-bottom: 1px solid var(--gtl-border-color);
}

@media screen and (min-width: 48em) {
  .gtplus-card--game {
    border-right: 1px solid var(--gtl-border-color);
    border-bottom: 0;
  }
}

.gtplus-card--bonus {
  padding: 24px;
}

.gtplus-card--subhead {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.gtplus-card--subhead span {
  color: var(--gtl-head-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.gtplus-card--image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: 0 12px 0 0;
  border-radius: 8px;
  background-color: var(--gtl-icon-bg-color);
}

.gtplus-card--bonus .gtplus-card--image {
  background-color: #e51e25;
}

.gtplus-card--image svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.gtplus-card--list {
  margin: 0;
  padding: 0;
}

.gtplus-card--list li {
  display: flex;
  color: var(--gtl-head-color);
  font-size: 16px;
  line-height: 19px;
}

@media screen and (min-width: 48em) {
  .gtplus-card--list li {
    font-size: 17px;
    line-height: 26px;
  }
}

.gtplus-card--list li:not(:last-child) {
  margin: 0 0 10px;
}

.gtplus-card--list li span {
  margin: 0 0 0 5px;
  color: #9e9e9e;
}

.gtplus-card--bonus .gtplus-card--list li {
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .gtplus-card--bonus .gtplus-card--list li {
    font-size: 17px;
    line-height: 26px;
  }
}

.gtplus-card--list li::before {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin: 0 12px 0 0;
  transform: translateY(6px);
  border-radius: 50%;
  background-color: #e3e3e3;
  content: '';
}

@media screen and (min-width: 48em) {
  .gtplus-card--list li::before {
    transform: translateY(9px);
  }
}

.gtplus-card--bonus .gtplus-card--list li::before {
  width: 10px;
  height: 10px;
  margin: 0 21px 0 5px;
  transform: translateY(7px);
  border-radius: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' fill='none' viewBox='0 0 10 11'%3E%3Cpath fill='%23e51e25' d='M6.5.865h-3v3.498H0v3.004h3.5v3.498h3V7.367H10V4.363H6.5V.865z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}

@media screen and (min-width: 48em) {
  .gtplus-card--bonus .gtplus-card--list li::before {
    transform: translateY(8px);
  }
}

.gtplus-card--bottom {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--gtl-border-color);
}

@media screen and (min-width: 48em) {
  .gtplus-card--bottom {
    grid-template-columns: 1fr 1fr;
  }
}

.gtplus-review-wrap {
  display: flex;
  flex-direction: column;
}

.gtplus-contact {
  position: relative;
  margin: auto 0 0;
}

.gtplus-contact--drop {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  background-color: #e51e25;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .gtplus-contact--drop {
    border-radius: 0 0 0 10px;
  }
}

.gtplus-contact--drop_active {
  background-color: #f1f1f1;
  color: #e51e25;
}

.gtplus-contact--drop_active .gtplus-contact--quest {
  --i-color1: #e51e25;
}

.gtplus-contact--drop_active .gtplus-contact--arrow {
  --i-color1: #e51e25;
  transform: rotate(180deg);
}

.gtplus-card--bottom_noreview .gtplus-contact--drop {
  border-radius: 0 0 10px 10px;
}

@media screen and (min-width: 48em) {
  .gtplus-card--bottom_noreview .gtplus-contact--drop {
    border-radius: 0 0 0 10px;
  }
}

.gtplus-contact--inner {
  display: flex;
  margin: 0 auto;
}

.gtplus-contact--quest {
  --i-color1: #fff;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 22px;
}

.gtplus-contact--arrow {
  --i-color1: #fff;
  width: 22px;
  height: 22px;
}

.gtplus-contact--options {
  display: none;
  position: absolute;
  top: 57px;
  left: -1px;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% + 2px);
  padding: 24px;
  border: 1px solid #5cba7d;
  border-radius: 10px;
  background-color: var(--gtl-bg-color);
  box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

.gtplus-contact--options_show {
  display: flex;
}

.gtplus-contact--head {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #e3e3e3;
}

.gtplus-contact--heading {
  color: #5cba7d;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
}

.gtplus-contact--heading strong {
  color: #e51e25;
}

.gtplus-contact--subheading {
  color: var(--gtl-head-color);
  font-size: 16px;
  font-style: italic;
  line-height: 16px;
}

.gtplus-contact--link {
  display: flex;
  align-items: center;
  color: var(--gtl-head-color);
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
}

.gtplus-contact--link:not(:last-child) {
  margin: 0 0 16px;
}

.gtplus-contact--link svg {
  --i-color1: var(--gtl-contact-color);
  width: 24px;
  height: 24px;
  margin: 0 16px 0 0;
}

.gtplus-review {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 16px;
  border-radius: 0 0 10px 10px;
  background-color: var(--gtl-button-bg-color);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .gtplus-review {
    border-radius: 0 0 10px 0;
  }
}

.gtplus-card--bottom_noreview .gtplus-review {
  display: none;
}

.gtplus-review svg {
  width: 18px;
  height: 16px;
  margin: 0 8px 0 0;
}

.gtplus-review:not(:last-child) {
  border-bottom: 1px solid #616161;
  border-radius: 0;
}

.content_room {
  --content-bg-color: #fff;
  padding: 50px 24px;
}

@media screen and (min-width: 64em) {
  .content_room {
    padding: 50px 30px;
  }
}

.review-back {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
}

.review-back a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.review-back svg {
  --color1: #000;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.review-arrow-left {
  transform: rotate(180deg);
}

.room-grid {
  gap: 24px 0;
  display: grid;
  grid-template-areas: 'review' 'sidebar' 'details' 'regplace';
  grid-template-columns: minmax(0, 1fr);
}

@media screen and (min-width: 64em) {
  .room-grid {
    gap: 32px 30px;
    grid-template-areas: 'review sidebar' 'details sidebar' 'regplace sidebar';
    grid-template-columns: minmax(0, 927px) 289px;
  }
}

.room-grid_reviews {
  grid-template-areas: 'sidebar' 'details';
}

@media screen and (min-width: 64em) {
  .room-grid_reviews {
    grid-template-areas: 'details sidebar';
  }
}

.room-review {
  grid-area: review;
  padding: 0 0 32px;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .room-review {
    padding: 0 0 8px;
  }
}

.room-review--top {
  gap: 16px 0;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  margin: 0 0 32px;
  padding: 24px;
  border-radius: 10px;
  background-color: #eef0f5;
}

@media screen and (min-width: 48em) {
  .room-review--top {
    gap: 0 30px;
    grid-template-columns: 183px 1fr;
    padding: 32px;
  }
}

.room-logo {
  border: 1px solid #44d487;
  border-radius: 10px;
  background-color: #fff;
}

.room-logo--image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 112px;
}

.room-logo--image img {
  max-height: 48px;
}

.room-logo--heading {
  height: 56px;
  padding: 16px 0 0;
  border-top: 1px solid #dfe1e4;
}

.room-logo h1 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.room-review--meta {
  display: flex;
  justify-content: center;
  margin: 0 0 16px;
}

@media screen and (min-width: 48em) {
  .room-review--meta {
    justify-content: flex-start;
  }
}

.rr-score {
  position: relative;
  width: 112px;
  height: 16px;
  overflow: hidden;
  background-image: url(/nimg/gray-star2416.svg);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 24px;
}

.rr-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: url(/nimg/green-star2416.svg);
  background-repeat: repeat-x;
  background-size: 24px;
}

[data-rating='1'] .rr-value {
  width: 20%;
}

[data-rating='2'] .rr-value {
  width: 40%;
}

[data-rating='3'] .rr-value {
  width: 60%;
}

[data-rating='4'] .rr-value {
  width: 80%;
}

[data-rating='5'] .rr-value {
  width: 100%;
}

.room-rate {
  min-height: 16px;
  margin: 0 0 0 16px;
  color: #a8a8a9;
  font-size: 14px;
  line-height: 16px;
}

.room-content {
  margin: 0 0 24px;
}

.room-content p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.room-content p:not(:last-child) {
  margin: 0 0 16px;
}

.room-review-wrap {
  gap: 20px 0;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
}

@media screen and (min-width: 70.625em) {
  .room-review-wrap {
    gap: 0 16px;
    grid-template-columns: minmax(0, 304px) minmax(0, 380px);
  }
}

.room-review-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  max-width: 304px;
  height: 64px;
  padding: 0 16px;
  border: 1px solid #ec314d;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

@media screen and (min-width: 70.625em) {
  .room-review-toggle {
    order: 0;
  }
}

.room-review-toggle_active {
  background-color: transparent;
  color: #ec314d;
}

.room-payments {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 70.625em) {
  .room-payments {
    min-height: 64px;
    padding: 0 0 0 14px;
    border-left: 1px solid #dfe1e4;
  }
}

.room-payments--heading {
  margin: 0 0 12px;
  color: #a8a8a9;
  font-size: 12px;
  line-height: 14px;
}

.room-payments--list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.room-payments--list li {
  display: flex;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
}

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

.room-payments--list .visa-logo {
  width: 50px;
  height: 24px;
}

.room-payments--list .mastercard-logo {
  width: 32px;
  height: 24px;
}

.room-payments--list .skrill-logo {
  width: 60px;
  height: 24px;
}

.room-payments--list .qiwi-logo {
  width: 54px;
  height: 24px;
}

.room-payments--list .neteller-logo {
  width: 92px;
  height: 24px;
}

.room-payments--list .webmoney-logo {
  width: 104px;
  height: 24px;
}

.room-payments--list .yoomoney-logo {
  width: 112px;
  height: 24px;
}

.room-payments--list .crypto-logo {
  width: 24px;
  height: 24px;
}

.room-payments--list .ecopayz-logo {
  width: 100px;
  height: 24px;
}

.room-payments--list .muchbetter-logo {
  width: 110px;
  height: 24px;
}

.room-payments--list .sms-logo {
  width: 28px;
  height: 24px;
}

.roomreg-wrap {
  margin: 0 0 32px;
}

.roomreg {
  border-radius: 10px;
  background-color: #eef0f5;
}

.room-edge-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 24px;
  padding: 16px 0;
  border-top: 1px solid #ebedee;
  border-bottom: 1px solid #ebedee;
}

@media screen and (min-width: 48em) {
  .room-edge-list {
    flex-direction: row;
    margin: 0 0 38px;
    padding: 24px 0;
  }
}

.room-edge {
  display: flex;
  align-items: center;
  padding: 8px 0;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .room-edge {
    font-size: 16px;
  }
  .room-edge:not(:last-child) {
    margin: 0 48px 0 0;
  }
}

.room-edge svg {
  width: 24px;
  height: 24px;
  margin: 0 12px 0 0;
}

.slider-screen {
  display: flex;
  justify-content: center;
  width: 100%;
}

.slider-screen--container {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-screen--row {
  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;
}

.slider-screen--item {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
  transition-property: transform;
}

.slider-screen--item a {
  -webkit-tap-highlight-color: transparent;
  display: flex;
}

.slider-screen--item img {
  object-fit: cover;
  border-radius: 10px;
}

.slider-screen--button {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 100%;
  outline: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  cursor: pointer;
  pointer-events: none;
}

@media screen and (min-width: 48em) {
  .slider-screen--button {
    pointer-events: auto;
  }
}

.slider-screen--button_next {
  right: 0;
  left: auto;
  transition: opacity .2s ease-in-out;
}

.slider-screen--button_next::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 95%);
  content: '';
  pointer-events: none;
}

.slider-screen--button_next::after {
  display: none;
  width: 13px;
  height: 13px;
  transform: rotate(-45deg);
  border: solid #ec314d;
  border-width: 0 3px 3px 0;
  content: '';
}

@media screen and (min-width: 48em) {
  .slider-screen--button_next::after {
    display: block;
  }
}

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

.room-sidebar {
  display: flex;
  grid-area: sidebar;
  flex-direction: column;
}

.room-sidebar--inner {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 64em) {
  .room-sidebar--inner {
    position: sticky;
    top: 32px;
  }
}

.room-sp {
  display: none;
  margin: 0 0 32px;
  padding: 28px;
  border: 2px solid #44d587;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .room-sp {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 64em) {
  .room-sp_sticky {
    position: sticky;
    top: 32px;
  }
}

.room-sp_bottom {
  display: flex;
}

.room-sp--top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 24px;
}

.room-sp--link {
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 112px;
  height: 32px;
  padding: 0 16px;
  border-radius: 10px;
  background-color: #44d587;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.room-sp--avatar {
  display: flex;
  align-items: flex-start;
  width: 144px;
  min-height: 144px;
  margin: 0 0 15px;
  transform: translateY(-16px);
}

.room-sp--avatar img {
  border-radius: 10px;
}

.room-sp--name {
  margin: 0 0 10px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}

.room-sp--job {
  color: #a8a8a9;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.room-sp--chat {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin: 0 0 16px;
  padding: 0 16px;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.room-sp--chat:hover {
  background-color: #b9253b;
}

.room-sp--chat svg {
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
}

.room-sp--contact {
  display: flex;
  justify-content: space-between;
}

.i-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ec314d;
  border-radius: 10px;
}

.i-btn:hover {
  --i-color1: #fff;
  background-color: #ec314d;
}

.i-btn svg {
  width: 24px;
  height: 24px;
}

.room-bs {
  gap: 20px 0;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 0 32px;
  padding: 28px;
  border: 2px solid #44d587;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .room-bs {
    gap: 0 20px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 64em) {
  .room-bs {
    display: none;
  }
  .room-bottom .room-bs {
    display: grid;
  }
}

.room-bs--top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .room-bs--top {
    flex-direction: row;
    align-items: flex-start;
    padding: 0 20px 0 0;
    border-right: 1px solid #ebedee;
  }
}

.room-bs--link {
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 112px;
  height: 32px;
  margin: 0 0 16px;
  padding: 0 16px;
  border-radius: 10px;
  background-color: #44d587;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.room-bs--avatar {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  width: 80px;
  min-height: 80px;
  margin: 0 0 16px;
}

@media screen and (min-width: 48em) {
  .room-bs--avatar {
    margin: 0 32px 0 0;
  }
}

.room-bs--avatar img {
  border-radius: 10px;
}

.room-bs--wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .room-bs--wrap {
    align-items: flex-start;
  }
}

.room-bs--name {
  margin: 0 0 10px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.room-bs--job {
  color: #a8a8a9;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .room-bs--job {
    text-align: left;
  }
}

.room-bs--chat {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin: 0 0 16px;
  padding: 0 16px;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.room-bs--chat:hover {
  background-color: #b9253b;
}

.room-bs--chat svg {
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
}

.room-bs--contact {
  gap: 0 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.bs-i-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ec314d;
  border-radius: 10px;
}

.bs-i-btn:hover {
  --i-color1: #fff;
  background-color: #ec314d;
}

.bs-i-btn svg {
  width: 24px;
  height: 24px;
}

.room-pr {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
  padding: 24px;
  border: 2px solid #ffc800;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .room-pr {
    padding: 32px;
  }
}

.room-pr-promo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 112px;
  height: 32px;
  margin: 0 0 32px;
  padding: 0 16px;
  border-radius: 10px;
  background-color: #ffc800;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.room-pr-promo svg {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
}

.room-pr--item {
  width: 100%;
  max-width: 300px;
  margin: 0;
}

.room-pr--item li {
  position: relative;
}

.room-pr--item li:not(:last-child) {
  margin: 0 0 32px;
  padding: 0 0 26px;
  border-bottom: 1px solid #ebedee;
}

.room-pr--image {
  display: flex;
  align-items: flex-start;
  margin: 0 0 16px;
}

.room-pr--image img {
  border-radius: 10px;
}

.room-pr--content {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.room-pr--content a {
  color: #000;
}

.room-pr--content a::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.room-details {
  grid-area: details;
  padding: 32px 0 0;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .room-details {
    padding: 0;
  }
}

.room-details-inner {
  display: flex;
  flex-direction: column;
}

.room-details-inner_feedback {
  margin: 0 0 40px;
}

.room-bottom {
  display: flex;
  flex-direction: column;
  padding: 32px 0;
}

.room-regplace {
  grid-area: regplace;
  border-radius: 10px;
  background-color: #f2f2f2;
}

.room-regplace_bottom {
  margin: 0 0 56px;
}

.room-forum {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 57px;
  padding: 24px 0;
  border-bottom: 1px solid #dfe1e4;
}

@media screen and (min-width: 48em) {
  .room-forum {
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 0 85px;
  }
}

.room-forum--text {
  width: 100%;
  margin: 0 0 16px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .room-forum--text {
    margin: 0;
    font-size: 16px;
  }
}

.room-forum--link {
  --color1: #ec314d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 184px;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #ec314d;
  border-radius: 10px;
  color: #ec314d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 48em) {
  .room-forum--link {
    margin: 0 0 0 16px;
  }
}

.room-forum--link svg {
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
}

.vipview-head {
  padding: 50px 15px 30px;
}

@media screen and (min-width: 48em) {
  .vipview-head {
    padding: 50px 15px 60px;
  }
}

.vipview-head--return {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1196px;
  margin: 0 auto;
  padding: 0 15px;
}

.vipview-head--return a {
  padding: 0 0 0 35px;
  background-image: url(/aimg/rooms/icon-arrow-back.svg);
  background-position: left 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  color: #808080;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.vipview-head--logo {
  width: 100%;
  max-width: 1196px;
  margin: 20px auto 0;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .vipview-head--logo {
    min-height: 140px;
    margin: 75px auto 0;
  }
}

.vipview-head--line {
  width: 100%;
  max-width: 1105px;
  height: 20px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #808080;
}

@media screen and (min-width: 48em) {
  .vipview-head--line {
    margin: 0 auto 40px;
  }
}

.vipview-head--list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1196px;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  .vipview-head--list {
    flex-direction: row;
    justify-content: center;
  }
}

.vipview-head--list li {
  align-items: center;
  font-size: 22px;
}

@media screen and (min-width: 48em) {
  .vipview-head--list li {
    padding: 0 10px;
  }
}

.vipview-head--country {
  display: flex;
}

.vipview-head--country span {
  display: inline-flex;
  width: 26px;
  height: 26px;
  margin: 0 8px;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 26px;
}

.vipview-screen {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  background-color: #979797;
  background-image: url(/aimg/rooms/pattern-500.png);
}

@media screen and (min-width: 64em) {
  .vipview-screen {
    flex-direction: row;
    justify-content: center;
    padding: 60px 15px;
  }
}

.vipview-screen::before {
  z-index: 1;
  position: absolute;
  top: -16px;
  left: calc(50% - 16px);
  width: 0;
  height: 0;
  border-width: 0 16px 16px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #979797;
  content: "";
}

.vipview-screen--item {
  max-width: 370px;
  margin: 0 0 20px;
}

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

.vipview-screen--item:nth-last-of-type(1) {
  margin: 0;
}

.vipview-offer {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 40px 15px;
}

@media screen and (min-width: 48em) {
  .vipview-offer {
    padding: 65px 15px 90px;
  }
}

.vipview-offer--heading {
  margin: 0 0 20px;
  color: #000;
  font-size: 22px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .vipview-offer--heading {
    font-size: 28px;
  }
}

.vipview-offer--list {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 20px 0;
  -moz-columns: 1;
  columns: 1;
  list-style: none;
}

@media screen and (min-width: 64em) {
  .vipview-offer--list {
    padding: 30px 0 20px;
    -moz-columns: 2;
    columns: 2;
  }
}

.vipview-offer--list > li {
  display: block;
  position: relative;
  margin: 0 0 15px 30px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 64em) {
  .vipview-offer--list > li {
    display: inline-block;
    margin: 0 0 20px 40px;
    font-size: 20px;
    line-height: 30px;
  }
}

.vipview-offer--list > li::before {
  position: absolute;
  top: 0;
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url(/aimg/rooms/icon-green-mark.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  content: "";
}

@media screen and (min-width: 64em) {
  .vipview-offer--list > li::before {
    left: -40px;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}

.vipview-offer--list > li a {
  border-bottom: 1px dashed #005581;
  color: #000;
  text-decoration: none;
}

.vipview-offer--sublist {
  margin: 0;
  padding: 5px 0 0;
  list-style: none;
}

.vipview-offer--sublist li {
  font-size: 16px;
}

.vipview-offer--sublist li::before {
  display: inline-block;
  width: 16px;
  margin: 0 0 0 -16px;
  color: #36933e;
  content: "●";
}

.vipview-offer--buttom {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.vipview-offer--mail {
  position: relative;
  margin: 0 12px;
  padding: 19px 24px 19px 67px;
  background-color: #ebebeb;
  background-image: url(/aimg/rooms/icon-vip-mail-gray.png);
  background-position: 20px 50%;
  background-repeat: no-repeat;
  color: #555;
  font-size: 18px;
  text-decoration: none;
}

.v-alt-contact--wrap {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin: 0 auto 50px;
  padding: 60px 0 30px;
  background-color: #fff;
}

.cta-chat--wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 35px;
}

.vip-cta-button {
  display: flex;
  align-items: center;
  width: 200px;
  height: 57px;
  margin: 0 15px;
  padding: 0 0 0 75px;
  border-bottom: 3px solid #126f92;
  border-radius: 4px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.vip-cta-button_skype {
  width: 220px;
  margin: 0;
  background-color: #019bd4;
  background-image: url(/aimg/rooms/skype-logo.svg);
  background-position: 20px 50%;
  background-size: 35px;
}

.contact-icons--wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}

.contact-icons--call {
  display: none;
  margin: 0 20px 0 0;
  color: #333;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .contact-icons--call {
    display: flex;
  }
}

.messenger-icon {
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.messenger-icon:nth-last-of-type(1) {
  margin: 0;
}

.messenger-icon_phone {
  background-image: url(/aimg/rooms/phone-gray.svg);
  background-size: 20px;
}

.messenger-icon_viber {
  background-image: url(/aimg/rooms/viber-gray.svg);
}

.messenger-icon_whatsapp {
  background-image: url(/aimg/rooms/whatsapp-gray.svg);
}

.messenger-icon_telegram {
  background-image: url(/aimg/rooms/telegram-gray.svg);
}

.v-regstep--promocode {
  display: inline-block;
  margin: 10px 0 0;
  padding: 4px 15px;
  border: 1px dashed #f00;
  border-radius: 2px;
  color: #000;
  font-size: 26px;
}

.v-reg--heading {
  margin: 20px 0;
  color: #000;
  font-size: 22px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .v-reg--heading {
    margin: 20px 0 25px;
    font-size: 28px;
  }
}

.v-regsteps--wrap {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 940px;
  margin: 0 auto 50px;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .v-regsteps--wrap {
    flex-direction: row;
  }
}

.v-regstep--number {
  height: 60px;
  margin-bottom: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 54px;
}

.v-regstep--login .v-regstep--number {
  background-image: url(/aimg/rooms/v-step-1-white.svg);
}

.v-regstep--install .v-regstep--number {
  background-image: url(/aimg/rooms/v-step-2-white.svg);
}

.v-regstep--login {
  flex-basis: 50%;
  min-height: 330px;
  padding: 40px 0 20px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .v-regstep--login {
    border-right: 1px solid #eee;
    border-bottom: 0;
  }
}

.v-regstep--login p {
  max-width: 200px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.4;
}

.v-regstep--install {
  flex-basis: 50%;
  min-height: 330px;
  padding: 40px 15px 20px;
  background-color: #fff;
  text-align: center;
}

.v-regstep--install p {
  max-width: 200px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.4;
}

.vip-skype--wrap {
  margin: 21px 0 10px;
}

.icon-vip-skype {
  display: inline-block;
  padding: 5px 10px 3px 35px;
  background-image: url(/aimg/rooms/skype-logo-gray.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.v-contact--call {
  margin: 0 0 15px;
  color: #000;
  font-size: 18px;
}

.v-contact-icon--wrap {
  display: flex;
  justify-content: center;
}

.v-messenger-icon {
  width: 25px;
  height: 25px;
  margin: 0 15px 0 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.v-messenger-icon:nth-last-of-type(1) {
  margin: 0;
}

.v-messenger-icon_viber {
  background-image: url(/aimg/rooms/viber-gray.svg);
}

.v-messenger-icon_whatsapp {
  background-image: url(/aimg/rooms/whatsapp-gray.svg);
}

.v-messenger-icon_telegram {
  background-image: url(/aimg/rooms/telegram-gray.svg);
}

.form-nickname {
  padding: 10px 0;
}

.form-nickname--note {
  margin: 0 0 15px;
  color: #000;
  font-size: 17px;
  line-height: 27px;
}

.form-nickname--text-field {
  width: 170px;
  padding: 8px 5px;
  border: 1px solid #d9cca3;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  outline: none;
  background-color: #fff;
  color: #000;
  font-size: 15px;
}

.form-nickname--send-button {
  height: 35px;
  margin-left: -4px;
  padding: 0 8px;
  border: 0;
  border-radius: 0 3px 3px 0;
  outline: none;
  background-color: #e84c22;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 35px;
}

.sk-sidebar-top {
  display: flex;
  grid-area: sidebar-top;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 0 20px;
}

@media screen and (min-width: 48em) {
  .sk-sidebar-top {
    padding: 20px 0;
  }
}

@media screen and (min-width: 64em) {
  .sk-sidebar-top {
    grid-area: sidebar;
    padding: 20px 0 0;
  }
}

.sk-top-logo {
  width: 130px;
  height: 130px;
  margin: 0 0 5px;
  background-image: url(/nimg/sk_logo.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 130px;
}

@media screen and (min-width: 48em) {
  .sk-top-logo {
    width: 160px;
    margin: 0 0 20px;
    background-size: 157px;
  }
}

.sk-top-sublogo {
  width: 130px;
  height: 43px;
  margin: 0 0 10px;
  background-image: url(/nimg/sharkscope.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 130px;
}

@media screen and (min-width: 48em) {
  .sk-top-sublogo {
    width: 160px;
    background-size: 157px;
  }
}

.about-sk {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  max-width: 310px;
  height: 20px;
  margin: 0 auto;
}

.about-sk--link {
  color: #666;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.about-sk--link::after {
  margin: 0 5px;
  content: '·';
}

.about-sk--system {
  position: relative;
  border-bottom: 1px dotted #666;
  color: #666;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.about-sk--system.active::after {
  z-index: 4;
  position: absolute;
  top: 38px;
  left: 50px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg) translateX(-50%) translateX(-6px);
  background-color: #fff;
  content: "";
}

.sk-system {
  display: none;
  z-index: 3;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  max-width: 310px;
  padding: 25px 30px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.sk-system--head {
  margin: 0 0 12px;
  color: #808080;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.sk-system--link {
  margin: 0 0 12px;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}

.sk-system--link a {
  color: #333;
  text-decoration: underline;
}

.sk-system strong {
  display: block;
  margin: 0 0 12px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.sk-system sup {
  font-weight: 400;
}

.sk-system--note {
  color: #333;
  font-size: 12px;
  line-height: 16px;
}

.sk-system em {
  display: block;
  margin: 16px 0 0;
  color: #333;
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
}

.sk-system.show {
  display: block;
}

.sk-sidebar-bottom {
  grid-area: sidebar-bottom;
  width: 100%;
  min-height: 200px;
}

@media screen and (min-width: 64em) {
  .sk-sidebar-bottom {
    grid-area: sidebar;
    grid-row-start: 2;
  }
}

.sk-player-form {
  padding: 30px 0 0;
}

.sk-player-note {
  padding: 0 24px;
  color: #666;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  text-align: center;
}

.sk-regbox {
  position: relative;
  margin: 0 0 20px;
  padding: 0 20px;
  border: 1px dashed #ccc;
  border-radius: 5px;
  background-color: #fff;
}

.sk-regbox label {
  width: 80px;
  float: left;
  color: #333;
  font-size: 14px;
  line-height: 26px;
}

.sk-regbox span {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 26px;
}

.sk-regbox fieldset {
  margin: 0 0 10px;
  padding: 5px 0;
}

.sk-regbox fieldset:last-child {
  margin: 0;
}

.sk-regbox p {
  margin: 10px 0 20px;
  color: #404040;
  font-size: 14px;
  line-height: 20px;
}

.sk-regbox--edit {
  display: block;
  position: absolute;
  top: 24px;
  right: 20px;
  width: 22px;
  height: 22px;
  background-image: url(/nimg/sk-nick-edit.svg);
  background-repeat: no-repeat;
  background-size: 22px;
}

.sk-regbox--head {
  padding: 25px 0 10px;
  border-bottom: 1px solid #e8e8e8;
  color: #202020;
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.sk-regbox--head a {
  color: #202020;
  text-decoration: underline;
}

.sk-regbox--inner {
  min-width: 0;
  padding: 20px 0;
}

.sk-regbox--button {
  padding: 10px 20px;
  border-radius: 3px;
  background-color: #202020;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.sk-regbox--field {
  width: 100%;
  max-width: 186px;
  padding: 4px 5px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}

.regbox-message {
  display: block;
  position: relative;
  margin: 0 0 20px;
  padding: 0 20px 20px;
  border: 1px solid #dedede;
  background-color: #fffdf0;
}

.regbox-message--head {
  margin: 0 0 10px;
  padding: 25px 0 10px;
  border-bottom: 1px solid #e8e8e8;
  color: #202020;
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.regbox-message--close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 20px;
  height: 20px;
  background-image: url(/nimg/delete-item.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.regbox-message p {
  margin: 0;
  color: #616161;
  font-size: 14px;
  line-height: 20px;
}

.regbox-message a {
  color: #202020;
  text-decoration: underline;
}

.sk-tour-head {
  margin: 0 0 12px;
  padding: 20px 0 0;
  color: #202020;
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

.sk-tour {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}

.sk-tour--heading {
  margin: 0 0 10px;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
  color: #202020;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

@media screen and (min-width: 64em) {
  .sk-tour--heading {
    text-align: center;
  }
}

.sk-line {
  grid-gap: 0 5px;
  display: grid;
  grid-template-columns: 50px 1fr;
}

.sk-line--buyin {
  color: #649242;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.sk-line--name {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.sk-line--time {
  grid-column: 2;
  color: #808080;
  font-size: 14px;
  line-height: 20px;
}

.sk-main {
  display: flex;
  grid-area: main;
  flex-direction: column;
  width: 100%;
}

.sk-main--head {
  width: 100%;
  padding: 15px;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .sk-main--head {
    padding: 20px;
  }
}

.sk-main--filter {
  width: 100%;
  padding: 10px 15px;
  background-color: #f2f2f2;
}

.sk-main--wrap {
  display: flex;
  flex-direction: column;
}

.sk-main--inner {
  padding: 0 0 20px;
  background-color: #fff;
}

.sk-main--bottom {
  padding: 0 0 20px;
  background-color: #fff;
}

.sunday-kings-grid {
  display: grid;
  grid-template-areas: "sidebar-top" "main" "sidebar-bottom";
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  align-items: start;
  width: 100%;
  max-width: 1276px;
  margin: 0 auto;
  padding: 0 0 30px;
}

@media screen and (min-width: 48em) {
  .sunday-kings-grid {
    padding: 0 15px 40px;
  }
}

@media screen and (min-width: 64em) {
  .sunday-kings-grid {
    grid-gap: 0 40px;
    grid-template-areas: "sidebar main" ". main";
    grid-template-columns: 310px 1fr;
    grid-template-rows: 245px 1fr;
    padding: 35px 15px 40px;
  }
}

.sk-pager {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
}

.sk-pager li {
  margin: 0;
}

.sk-pager--link {
  display: flex;
  min-height: 45px;
  padding: 14px 15px 0;
  background-color: #f4f4f4;
  color: #202020;
  font-family: "Noto Serif", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 48em) {
  .sk-pager--link {
    padding: 14px 20px 0;
    font-size: 17px;
  }
}

.active .sk-pager--link {
  background-color: #fff;
}

.title-sk {
  width: 100%;
  margin: 16px 0 0;
  padding: 20px 0 0;
}

@media screen and (min-width: 48em) {
  .title-sk {
    margin: 0;
    padding: 0;
    border: 0;
  }
}

.title-sk--heading {
  margin: 0 0 12px;
  padding: 20px 0 0 55px;
  color: #202020;
  font-family: "Noto Serif", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .title-sk--heading {
    font-size: 15px;
  }
}

.title-sk--inner {
  display: flex;
  flex-direction: column;
  margin: 0 0 7px;
  padding: 0 15px;
}

@media screen and (min-width: 48em) {
  .title-sk--inner {
    padding: 0 20px;
  }
}

.info-sk--grid {
  grid-gap: 0 5px;
  display: grid;
  grid-template-columns: 30px 1fr 50px 50px 50px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 28px;
}

@media screen and (min-width: 48em) {
  .info-sk--grid {
    grid-template-columns: 30px 1fr 50px 50px 50px 90px;
    padding: 4px 0;
  }
}

.info-sk--stats {
  display: none;
  padding: 15px 0 10px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 16px;
}

.info-sk--drop {
  grid-column: 1;
  grid-row: 1;
  width: 30px;
  background-image: url(/nimg/diary-drop.svg);
  background-position: 50%;
  background-repeat: no-repeat;
}

.active .info-sk--drop {
  transform: rotate(180deg);
}

.info-sk--nick {
  grid-column: 2 / 6;
  grid-row: 1;
  color: #666;
  font-size: 15px;
  line-height: 28px;
}

@media screen and (min-width: 48em) {
  .info-sk--nick {
    grid-column: 2;
  }
}

.info-sk--result {
  display: flex;
  grid-row: 2;
  justify-content: flex-end;
}

@media screen and (min-width: 48em) {
  .info-sk--result {
    grid-row: 1;
  }
}

.info-sk--crown {
  width: 22px;
  height: 26px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
}

.info-sk--crown_gold {
  background-image: url(/nimg/crown-sk2-gold.svg);
}

.info-sk--crown_silver {
  background-image: url(/nimg/crown-sk2-silver.svg);
}

.info-sk--crown_bronze {
  background-image: url(/nimg/crown-sk2-bronze.svg);
}

.info-sk--num {
  display: flex;
  margin: 0 7px 0 0;
  color: #666;
  font-size: 15px;
}

.info-sk--score {
  display: flex;
  grid-column: 1 / 3;
  grid-row: 2;
  margin: 0 0 0 35px;
  color: #666;
  font-size: 15px;
}

@media screen and (min-width: 48em) {
  .info-sk--score {
    grid-column: -2;
    grid-row: 1;
    margin: 0;
    padding: 0 0 0 30px;
  }
}

.info-sk-txt {
  margin: 0 0 5px 35px;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.info-sk-txt span {
  font-weight: 400;
}

.info-sk-txt a {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}

.page-error {
  -webkit-font-smoothing: auto;
  display: flex;
  width: 100%;
  max-width: 1306px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 15px;
  background-color: #fff;
  font-family: Arial, sans-serif;
}

.page-error h1 {
  margin: 0 0 10px;
  color: #a00503;
  font-family: Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

@media screen and (min-width: 48em) {
  .page-error h1 {
    font-size: 132px;
    line-height: 120px;
  }
}

.page-error p {
  margin: 0 0 18px;
  color: #333;
  font-size: 14px;
  line-height: 18px;
}

.page-error a {
  color: #a00503;
  font-size: 20px;
  line-height: 1;
  text-decoration: underline;
}

.page-error-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

@media screen and (min-width: 48em) {
  .page-error-wrap {
    flex-direction: row;
  }
}

.page-error-image {
  width: 100%;
  max-width: 225px;
  margin: 0 0 30px;
}

@media screen and (min-width: 48em) {
  .page-error-image {
    max-width: 450px;
    margin: 0 30px 0 0;
  }
}

.page-error-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 520px;
}

.page-error-note {
  color: #a00503;
  font-size: 14px;
  line-height: 18px;
}

.gtplus-apps-wrap {
  --gtpa-bg-color: var(--custom-gtpa-bg-color, #fff);
  --spg-head-color: var(--text-1-color, #000);
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  padding: 0 0 60px !important;
  background-color: var(--gtpa-bg-color);
}

[theme='dark'] .gtplus-apps-wrap {
  --custom-gtpa-bg-color: #313131;
}

.gtplus-apps-wrap .widget-tgm-wrap {
  padding: 0 24px;
}

@media screen and (min-width: 48em) {
  .gtplus-apps-wrap .widget-tgm-wrap {
    padding: 0 30px;
  }
}

.vip-play {
  width: 100%;
  margin: 0 0 56px;
  padding: 0 24px;
}

@media screen and (min-width: 48em) {
  .vip-play {
    margin: 0 0 60px;
    padding: 0 30px;
  }
}

.vip-play--head {
  --wpl-head-color: var(--text-1-color, #000);
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1246px;
  margin: 0 0 20px;
}

@media screen and (min-width: 48em) {
  .vip-play--head {
    margin: 0 0 32px;
  }
}

.vip-play--heading {
  margin: 0;
  color: var(--wpl-head-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .vip-play--heading {
    font-size: 30px;
    line-height: 35px;
  }
}

.vip-play--control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 76px;
  height: 28px;
  margin: 0 0 0 auto;
}

.vip-play--button {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.vip-play--button svg {
  --i-color1: #44d487;
  --i-color2: #fff;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}

.vip-play--button_disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.vip-play--button_disabled svg {
  --i-color1: #d3d3d3;
}

[theme='dark'] .vip-play--button_disabled svg {
  --i-color1: #757575;
}

.vip-hot {
  --vph-bg-color: var(--layer-3-color, #f4f4f4);
  --vph-color: var(--text-1-color, #000);
  --vph-line-color: var(--line-1-color, #e3e3e3);
  --vph-badge-bg-color: var(--layer-4-color, #fff);
  --vph-badge-color: var(--text-1-color, #636568);
  display: flex;
  justify-content: center;
  width: 100%;
}

.vip-hot--container {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.vip-hot--row {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition-property: transform;
}

.vip-hot--item {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--vph-bg-color);
  transition-property: transform;
}

@media screen and (min-width: 48em) {
  .vip-hot--item {
    padding: 32px;
  }
}

.vip-hot--wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.vip-hot--grid {
  gap: 0 16px;
  display: grid;
  grid-template-columns: 64px 1fr;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .vip-hot--grid {
    gap: 0 24px;
  }
}

.vip-hot--logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background-color: #fff;
}

.vip-hot--logo img {
  width: 64px;
  height: 64px;
}

.vip-hot--progs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--vph-line-color);
}

.vip-hot--title {
  margin: 0 0 8px;
  color: var(--vph-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.vip-hot--badge {
  display: flex;
  min-height: 22px;
}

.vip-hot--badge span {
  margin: 0 10px 0 0;
  padding: 0 10px;
  border-radius: 6px;
  background-color: var(--vph-badge-bg-color);
  color: var(--vph-badge-color);
  font-size: 10px;
  line-height: 22px;
  text-transform: uppercase;
}

.vip-hot--list {
  width: 100%;
  margin: 0 0 auto;
  padding: 26px 0;
}

.vip-hot--list li {
  display: flex;
  color: var(--vph-color);
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .vip-hot--list li {
    font-size: 16px;
  }
}

.vip-hot--list li:not(:last-child) {
  margin: 0 0 12px;
}

.vip-hot--list li::before {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 16px 0 0;
  transform: translateY(2px);
  border-radius: 50%;
  background-color: #44d587;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M11 3.906L9.11 2 4.638 6.429l-1.74-1.74L1 6.587l3.63 3.63L11 3.907z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  content: '';
}

.vip-hot--rake {
  min-height: 32px;
  padding: 0 0 8px;
  color: var(--vph-color);
  font-size: 16px;
  line-height: 24px;
}

.vip-hot--stars {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 35px;
  padding: 20px 0;
  border-top: 1px solid var(--vph-line-color);
  border-bottom: 1px solid var(--vph-line-color);
}

.vip-hot--mark {
  color: var(--vph-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  white-space: nowrap;
}

.vip-hot--rating {
  display: flex;
  align-items: center;
  height: 16px;
  margin: 0;
}

.hot-star {
  width: 14px;
  height: 14px;
  margin: 0;
  background-image: url(/nimg/hot-star.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.hot-star:not(:last-child) {
  margin: 0 4px 0 0;
}

.hot-star_gray {
  background-image: url(/nimg/hot-star-gray.svg);
}

.hot-star_half {
  background-image: url(/nimg/hot-star-half.svg);
}

.vip-hot--link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #e51e25;
  border-radius: 10px;
  background-color: transparent;
  color: #e51e25;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.vip-hot--link svg {
  --i-color1: #e51e25;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
}

.vipplus-contact {
  z-index: 3;
  position: relative;
}

.vipplus-contact--drop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  background-color: #e51e25;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  white-space: nowrap;
}

.vipplus-contact--drop_active .vipplus-contact--arrow {
  transform: rotate(180deg);
}

.vipplus-contact--drop svg {
  --i-color1: #fff;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
}

.vipplus-contact--inner {
  display: flex;
  margin: 0 auto;
}

.vipplus-contact--quest {
  --i-color1: #fff;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 22px;
}

.vipplus-contact--arrow {
  --i-color1: #e51e25;
  width: 22px;
  height: 22px;
}

.vipplus-contact--options {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px 0 0;
}

.vipplus-contact--options_show {
  display: flex;
}

.vipplus-contact--head {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--vph-line-color);
}

.vipplus-contact--heading {
  color: #5cba7d;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
}

.vipplus-contact--heading strong {
  color: #e51e25;
}

.vipplus-contact--subheading {
  color: #000;
  font-size: 16px;
  font-style: italic;
  line-height: 16px;
}

[theme='dark'] .vipplus-contact--subheading {
  color: #fff;
}

.vipplus-contact--link {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
}

[theme='dark'] .vipplus-contact--link {
  color: #fff;
}

.vipplus-contact--link:not(:last-child) {
  margin: 0 0 16px;
}

.vipplus-contact--link svg {
  --i-color1: var(--gtl-contact-color);
  width: 24px;
  height: 24px;
  margin: 0 16px 0 0;
}

.gtplus-slogan {
  display: flex;
  position: relative;
  width: 100%;
  margin: 56px 0;
  padding: 0 24px;
}

@media screen and (min-width: 48em) {
  .gtplus-slogan {
    margin: 60px 0;
    padding: 0 30px;
  }
}

.gtplus-slogan--inner {
  --gtpa-opacity-bg-image: var(--custom-gtpl-opacity-bg-image, .04);
  --gtpa-color: var(--text-1-color, #000);
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: inset 0 0 0 10px rgba(68, 212, 135, .15);
}

[theme='dark'] .gtplus-slogan--inner {
  --custom-gtpa-opacity-bg-image: .02;
}

.gtplus-slogan--inner::before {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/nimg/pattern-welcome.svg);
  background-size: 370px;
  content: '';
  opacity: var(--gtpa-opacity-bg-image);
}

.gtplus-slogan--grid {
  gap: 16px 0;
  display: grid;
  z-index: 1;
  grid-template-columns: 1fr;
  align-items: start;
  padding: 36px 32px 90px;
  background-image: url(/nimg/img-mobile.svg);
  background-position: right 32px bottom 32px;
  background-repeat: no-repeat;
  background-size: 160px;
}

@media screen and (min-width: 64em) {
  .gtplus-slogan--grid {
    gap: 0 32px;
    grid-template-columns: 370px 1fr;
    padding: 64px;
    background-position: left 64px bottom 64px;
    background-size: 244px;
  }
}

.gtplus-slogan--head {
  min-height: 120px;
  padding: 0 0 24px;
  background-image: url(/nimg/img-chip1.svg), url(/nimg/img-chip2.svg);
  background-position: right bottom, right top;
  background-repeat: no-repeat;
  background-size: 64px, 52px;
}

@media screen and (min-width: 64em) {
  .gtplus-slogan--head {
    padding: 0 0 150px 120px;
    background-position: -16px 0, right bottom;
    background-size: 120px, 94px;
    font-size: 36px;
    line-height: 46px;
  }
}

.gtplus-slogan--heading {
  max-width: 300px;
  color: var(--gtpa-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}

@media screen and (min-width: 64em) {
  .gtplus-slogan--heading {
    font-size: 36px;
    line-height: 46px;
  }
}

.gtplus-slogan--text p {
  margin: 0 0 24px;
  color: var(--gtpa-color);
  font-size: 14px;
  line-height: 24px;
}

@media screen and (min-width: 64em) {
  .gtplus-slogan--text p {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 24px;
  }
}

.header-500--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 270px;
  padding: 30px 15px 0;
  background-image: url(/nimg/header-500.jpg);
  background-position: 20% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .header-500--inner {
    height: 358px;
    background-position: 50%;
  }
}

.header-500--logo {
  width: 110px;
  height: 110px;
  background-image: url(/nimg/logo-gt-plus.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110px;
}

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

.header-500--heading {
  max-width: 420px;
  margin: 0 0 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

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

.header-500--cta {
  padding: 12px 17px 14px;
  border-radius: 5px;
  background-color: #ff1200;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 48em) {
  .header-500--cta {
    padding: 14px 17px 16px;
    font-size: 20px;
  }
}

.intro-500 {
  min-height: 500px;
  padding: 15px;
  background-color: #efefef;
}

@media screen and (min-width: 48em) {
  .intro-500 {
    padding: 30px 15px 40px;
  }
}

.intro-500--grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1236px;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  .intro-500--grid {
    grid-gap: 20px;
    margin: 0 auto 20px;
  }
}

@media screen and (min-width: 64em) {
  .intro-500--grid {
    grid-template-columns: repeat(3, minmax(290px, 1fr));
  }
}

.intro-500--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 0 15px;
  background-color: #fff;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .intro-500--item {
    padding: 30px 0 40px;
  }
}

@media screen and (min-width: 64em) {
  .intro-500--item {
    max-width: 400px;
  }
}

.intro-500--icon {
  width: 60px;
  height: 50px;
  margin: 0 0 15px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
}

@media screen and (min-width: 48em) {
  .intro-500--icon {
    width: 85px;
    height: 70px;
    background-size: 85px;
  }
}

.intro-500--icon_i1 {
  background-image: url(/nimg/v500-1.png);
}

.intro-500--icon_i2 {
  background-image: url(/nimg/v500-2.png);
}

.intro-500--icon_i3 {
  background-image: url(/nimg/v500-3.png);
}

.intro-500--icon_i4 {
  background-image: url(/nimg/v500-4.png);
}

.intro-500--heading {
  margin: 0 0 10px;
  padding: 0 15px;
  color: #333;
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (min-width: 48em) {
  .intro-500--heading {
    font-size: 24px;
  }
}

@media screen and (min-width: 64em) {
  .intro-500--heading {
    max-width: 350px;
  }
}

.intro-500--text {
  padding: 0 15px;
  color: #333;
  font-family: "PT Serif", serif;
  font-size: 15px;
  line-height: 1.8;
}

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

.intro-500--text a {
  color: #333;
  text-decoration: underline;
}

.intro-500--wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1236px;
  margin: 0 auto;
  padding: 0 0 20px;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .intro-500--wrap {
    margin: 0 auto 20px;
  }
}

@media screen and (min-width: 64em) {
  .intro-500--wrap {
    flex-direction: row;
    justify-content: space-around;
    padding: 20px 15px;
  }
}

.video-v500-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 640px;
}

.video-v500 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000;
}

.video-v500 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-v500--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-v500--link::before {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
  content: '';
}

.video-v500--button {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  padding: 0;
  transform: translate(-50%, -50%);
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .video-v500--button {
    width: 106px;
    height: 106px;
  }
}

.review-500 {
  padding: 0 15px;
  background-color: #efefef;
}

.review-500--inner {
  max-width: 1236px;
  margin: 0 auto;
  padding: 0 0 5px;
}

@media screen and (min-width: 48em) {
  .review-500--inner {
    padding: 40px 0;
    border-top: 1px solid #ccc;
  }
}

.vip-comment--wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.review-button--wraper {
  position: relative;
  width: 100%;
  padding: 10px 0;
}

.v500-review--bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (min-width: 48em) {
  .v500-review--bottom {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
}

.v500-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
  margin: 0 auto 8px 0;
}

@media screen and (min-width: 48em) {
  .v500-pager {
    width: auto;
    margin: 0 auto 0 0;
  }
}

.v500-pager--item {
  padding: 0 7px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.v500-pager--item:not(:last-child) {
  margin: 0 8px 0 0;
}

.v500-pager--item_active {
  border-color: #ccc;
}

.v500-comment-button {
  position: relative;
  margin: 2px 0 2px 25px;
  padding: 2px 0 1px;
  border-bottom: 1px solid #808080;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .v500-comment-button {
    margin: 2px 0 2px auto;
  }
}

.v500-comment-button::before {
  display: flex;
  position: absolute;
  top: 2px;
  left: -25px;
  width: 20px;
  height: 20px;
  background-image: url(/nimg/tick.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  content: '';
}

.review-popup--wrap {
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 690px;
  padding: 45px 15px 15px;
  transform: translate(-50%, -46px);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 1, 1, .25);
}

.review-popup--close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  background-image: url(/aimg/rooms/close.svg);
  background-size: 16px;
}

.review-popup-submit {
  padding: 0 0 30px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.vip-comment--input {
  width: 100%;
  height: 200px;
  margin: 0 0 10px;
  padding: 5px;
  border: 1px solid #d6d6d6;
  outline: none;
  background-color: #f7f7f7;
  color: #000;
  font-size: 14px;
  line-height: 25px;
  resize: none;
}

.vip-comment--button {
  height: 36px;
  padding: 0 20px;
  border: 1px solid #dadada;
  border-radius: 3px;
  outline: none;
  background-color: #ebebeb;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

.user-review--wrap {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  margin: 0 0 10px;
  padding: 15px;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .user-review--wrap {
    flex-direction: row;
    padding: 20px 80px 20px 20px;
  }
}

.user-review--wrap::before {
  display: flex;
  z-index: 2;
  position: absolute;
  top: 3px;
  right: 23px;
  align-items: center;
  justify-content: center;
  color: #ccc;
  font-family: "PT Serif", serif;
  font-size: 110px;
  line-height: 1;
  content: '”';
}

.user-review-avatar--wrap {
  flex-shrink: 0;
  width: 90px;
  margin: 0 0 5px;
}

@media screen and (min-width: 48em) {
  .user-review-avatar--wrap {
    margin: 0;
  }
}

.user-review-avatar--wrap img {
  max-width: 70px;
  height: 70px;
  border-radius: 50%;
}

.review500-avatar {
  width: 67px;
  height: 67px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-image: url(/aimg/rooms/imguser.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 0 1px #d8d8d8;
}

.user-review-content--wrap {
  width: 100%;
}

.user--nickname {
  display: inline-flex;
  margin: 0 8px 0 0;
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

@media screen and (min-width: 48em) {
  .user--nickname {
    font-size: 16px;
  }
}

.user-gtplus--numbers {
  display: inline-flex;
  line-height: 16px;
}

.user-gtplus--regdata {
  display: inline-flex;
  margin: 0 8px 0 0;
  color: #909090;
  font-size: 11px;
}

.user-gtplus--messages {
  display: inline-flex;
  margin: 0 8px 0 0;
  color: #909090;
  font-size: 11px;
  line-height: 16px;
}

.user-gtplus--rating {
  display: inline-flex;
  color: #909090;
  font-size: 11px;
  line-height: 16px;
}

.user-gtplus--rating.positive {
  color: #529410;
  font-weight: 500;
}

.user-gtplus--rating.negative {
  color: #e02b2b;
  font-weight: 500;
}

.gtplus-author-icon {
  width: 16px;
  height: 16px;
  margin: 0 2px 0 0;
  background-repeat: no-repeat;
}

.gtplus-author-icon_messages {
  background-image: url(/nimg/theme-reader-icon.svg);
  background-position: 50%;
  background-size: 16px;
}

.gtplus-author-icon_rating {
  background-image: url(/nimg/theme-rate-icon.svg);
  background-position: 50% 0;
  background-size: 13px;
}

.user--review {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 25px;
}

@media screen and (min-width: 48em) {
  .user--review {
    font-size: 16px;
  }
}

.v500-edit {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.v500-edit--button {
  margin: 0 0 0 10px;
  color: #2e7d32;
  font-size: 14px;
  text-decoration: underline;
  white-space: nowrap;
}

.v500-edit--button_delete {
  color: #e50c2c;
}

.user-review-pager--wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 20px 0 0;
}

.review-pager--prev {
  width: 20px;
  height: 20px;
  margin: 0 20px 0 0;
  background-image: url(/aimg/rooms/menu-left.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
}

.review-pager--next {
  width: 20px;
  height: 20px;
  margin: 0 0 0 20px;
  background-image: url(/aimg/rooms/menu-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
}

.review--page {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #d6d6d6;
  cursor: pointer;
}

.review--page.active {
  background-color: #777;
}

.room-plus-wrap {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 15px 24px 0;
}

@media screen and (min-width: 48em) {
  .room-plus-wrap {
    padding: 40px 30px;
  }
}

.room-plus {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 0 20px;
  padding: 10px 15px 30px;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .room-plus {
    margin: 0 0 60px;
  }
}

.room-plus--logo {
  width: 250px;
  height: 100px;
  margin: 0 0 10px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.room-plus--grid {
  grid-gap: 20px 0;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  max-width: 970px;
  margin: 0 0 20px;
  padding: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 48em) {
  .room-plus--grid {
    grid-gap: 0 15px;
    grid-template-columns: minmax(200px, 250px) minmax(200px, 368px) minmax(200px, 292px);
    justify-items: start;
  }
}

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

.room-plus--screen {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 250px;
}

.room-plus--screen a:not(:first-child) {
  display: none;
}

.room-plus--screen img {
  border-radius: 10px;
}

.room-plus--list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 292px;
}

@media screen and (min-width: 48em) {
  .room-plus--list {
    max-width: initial;
  }
}

.room-plus--mark {
  margin: 23px 0 8px;
  color: #666;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

.room-plus--game {
  margin: 0;
}

.room-plus--game li {
  margin-bottom: 8px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

.plus-bonus {
  width: 100%;
  max-width: 292px;
}

.plus-bonus--mark {
  margin: 0 0 8px;
  color: #e50000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

.plus-bonus--inner {
  width: 100%;
  padding: 26px 10px 6px 18px;
  background-color: #f2f2f2;
}

.plus-bonus--list {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 35px;
}

.plus-bonus--list::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-position: 50%;
  background-repeat: no-repeat;
  content: '';
}

.plus-bonus--list_gift::before {
  background-image: url(/aimg/rooms/icon-plus-gift.svg);
  background-size: 20px;
}

.plus-bonus--list_manager::before {
  background-image: url(/aimg/rooms/icon-plus-manager.svg);
  background-size: 16px;
}

.plus-bonus--list_star::before {
  background-image: url(/aimg/rooms/icon-plus-star.svg);
  background-size: 22px;
}

.plus-bonus--list li {
  margin-bottom: 8px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

.room-plus--bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 970px;
}

.room-plus-reg {
  width: 100%;
  margin: 30px 0 0;
  border-radius: 10px;
  background-color: #f2f2f2;
}

.room-plus-reg .v-regsteps--wrap {
  margin: 0;
}

.room-plus--cta {
  width: 200px;
  height: 40px;
  border-radius: 5px;
  background-color: #e50c2c;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

.av-room--offer-list {
  margin: 0;
}

.av-room--offer-list li {
  margin-bottom: 8px;
  line-height: 20px;
}

.av-room--offer-list li span {
  color: #333;
  font-size: 16px;
}

.icon--country-wrap {
  display: flex;
  flex-wrap: wrap;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

.icon--country-wrap span {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.flag--usa {
  background-image: url(/aimg/rooms/usa.svg);
}

.flag--italy {
  background-image: url(/aimg/rooms/italy.svg);
}

.flag--china {
  background-image: url(/aimg/rooms/china.svg);
}

.flag--canada {
  background-image: url(/aimg/rooms/canada.svg);
}

.flag--uae {
  background-image: url(/aimg/rooms/uae.svg);
}

.flag--brazil {
  background-image: url(/aimg/rooms/brazil.svg);
}

.flag--australia {
  background-image: url(/aimg/rooms/australia.svg);
}

.flag--india {
  background-image: url(/aimg/rooms/india.svg);
}

.widget-telegram {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 0 20px;
  padding: 25px 15px;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .widget-telegram {
    margin: 0 0 60px;
  }
}

.widget-telegram--grid {
  grid-gap: 15px 0;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  max-width: 970px;
}

@media screen and (min-width: 64em) {
  .widget-telegram--grid {
    grid-gap: 0 10px;
    grid-template-columns: 240px 1fr 200px;
    align-items: center;
  }
}

.widget-telegram--heading {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 240px;
  color: #333;
  font-family: "PT Serif", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.widget-telegram--heading::before {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
  background-image: url(/aimg/rooms/widget-telegram-logo.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  content: '';
}

.widget-telegram--inner {
  display: flex;
  flex-direction: column;
  justify-self: center;
  width: 100%;
  max-width: 390px;
}

.widget-telegram--info {
  color: #333;
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .widget-telegram--info {
    text-align: left;
  }
}

.widget-telegram--info_light {
  font-weight: 400;
}

.widget-telegram--button {
  width: 200px;
  height: 40px;
  border-radius: 5px;
  background-color: #019bd4;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

.av-room-asian--wrap {
  position: relative;
  width: 300px;
  min-height: 380px;
  margin: 0 28px 57px;
  padding: 140px 30px 30px;
  background-color: #fff;
  background-position: 50% 20px;
  background-repeat: no-repeat;
  background-size: 116px;
  text-decoration: none;
}

.av-room-asian--wrap h3 {
  font-size: 22px;
  font-weight: 700;
}

.av-room-asian--offer-wrap {
  width: 100%;
  padding-top: 25px;
  border-top: 1px solid #d0d0d0;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.v-label--network {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  text-align: center;
}

.v-label--network span {
  display: inline-block;
  padding: 2px 10px;
  background-color: #ccc;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.vip-hotplay {
  padding: 55px 0 60px;
  background-color: #fff;
}

.vip-hotplay--heading {
  width: 100%;
  max-width: 798px;
  margin: 0 auto;
  padding: 0 15px;
  color: #333;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .vip-hotplay--heading {
    font-size: 30px;
  }
}

.vip-hotplay p {
  width: 100%;
  max-width: 798px;
  margin: 0 auto 20px;
  padding: 0 15px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .vip-hotplay p {
    font-size: 18px;
  }
}

.vip-hotplay--button {
  display: none;
  width: 390px;
  height: 52px;
  margin: 0 auto;
  border: 2px solid #e50c2c;
  border-radius: 5px;
  background-image: linear-gradient(180deg, #ffe796, #ffcf06);
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .vip-hotplay--button {
    display: block;
  }
}

.return-link {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1196px;
  margin: 0 auto;
  padding: 0 15px;
}

.return-link a {
  padding: 0 0 0 35px;
  background-image: url(/aimg/rooms/icon-arrow-back.svg);
  background-position: left 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  color: #808080;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.vip-hotlist {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 15px 0 0;
}

@media screen and (min-width: 48em) {
  .vip-hotlist {
    padding: 23px 0 60px;
  }
}

.vip-hotlist--button-next,
.vip-hotlist--button-prev {
  display: block;
  z-index: 10;
  position: absolute;
  top: 130px;
  width: 28px;
  height: 44px;
  margin-top: -22px;
  outline: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  cursor: pointer;
}

.vip-hotlist--button-next.disabled,
.vip-hotlist--button-prev.disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

.vip-hotlist--button-prev {
  right: auto;
  left: 4px;
  background-image: url(/nimg/vip-hot-prev.svg);
}

.vip-hotlist--button-next {
  right: 4px;
  left: auto;
  background-image: url(/nimg/vip-hot-next.svg);
}

.vip-hotlist--inner {
  position: relative;
  width: 100%;
  max-width: 1088px;
  padding: 0 36px;
}

.vip-hotlist--container {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.vip-hotlist--row {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition-property: transform;
}

.vip-hotlist--item {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px 0 10px;
  transition-property: transform;
}

.vip-hotlist--wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  text-align: center;
}

.vip-hotlist--logo {
  width: 200px;
  height: 200px;
  margin: 0 0 16px;
}

.vip-hotlist--title {
  margin: 0 0 6px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.vip-hotlist--limit {
  max-width: 230px;
  color: #666;
  font-size: 14px;
  line-height: 20px;
}

.vip-connect {
  display: flex;
  flex-direction: column;
}

.form500-pattern {
  padding: 40px 24px;
}

@media screen and (min-width: 48em) {
  .form500-pattern {
    padding: 40px 30px;
  }
}

.vip-fs-outer {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px 24px;
}

@media screen and (min-width: 48em) {
  .vip-fs-outer {
    padding: 40px 30px;
  }
}

.vip-fs {
  gap: 32px 0;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  padding: 32px 24px;
  border: 4px solid #44d587;
  border-radius: 10px;
  background-color: #1f2128;
}

@media screen and (min-width: 64em) {
  .vip-fs {
    gap: 0 20px;
    grid-template-columns: 1fr 1fr;
    padding: 54px 64px;
  }
}

.vip-fs--slogan {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .vip-fs--slogan {
    flex-direction: row;
    padding: 0 20px 0 0;
  }
}

.vip-fs--logo {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  margin: 0 0 16px;
}

@media screen and (min-width: 48em) {
  .vip-fs--logo {
    margin: 0 32px 0 0;
  }
}

.vip-fs--logo svg {
  width: 100px;
  height: 96px;
}

.vip-fs--wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .vip-fs--wrap {
    align-items: flex-start;
  }
}

.vip-fs--heading {
  color: #44d487;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .vip-fs--heading {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
}

.vip-fs--chat {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  background-color: #44d587;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.vip-fs--chat:hover {
  background-color: #25a25f;
}

.vip-fs--chat svg {
  width: 24px;
  height: 24px;
}

.vip-fs--contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 40em) {
  .vip-fs--contact {
    flex-wrap: nowrap;
  }
}

.vip-fs--contact_top {
  gap: 0 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #303641;
}

@media screen and (min-width: 40em) {
  .vip-fs--contact_top {
    grid-template-columns: repeat(5, 1fr);
  }
}

.vip-fs-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ec314d;
  border-radius: 10px;
}

.vip-fs-button:hover {
  --i-color1: #fff;
  background-color: #ec314d;
}

.vip-fs-button svg {
  width: 24px;
  height: 24px;
}

.vip-fs-button_double {
  --i-color1: #fff;
  border: 0;
  background-color: #ec314d;
}

@media screen and (min-width: 40em) {
  .vip-fs-button_double {
    grid-column: span 2;
  }
}

.vip-fs-button_double:hover {
  --i-color1: #fff;
  background-color: #b9253b;
}

.vip-fs-button_mobile {
  --i-color1: #fff;
  grid-column: span 2;
  border: 0;
  background-color: #ec314d;
}

.vip-fs-button_mobile:hover {
  --i-color1: #fff;
  background-color: #b9253b;
}

.vip-fs-button_discord_active {
  --i-color1: #fff;
  background-color: #ec314d;
}

.fs-tr-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .fs-tr-wrap {
    width: auto;
  }
}

.fs-tr-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  border-radius: 10px;
  color: #ec314d;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}

.fs-tr-btn_mob {
  margin: 16px 0 0;
}

@media screen and (min-width: 40em) {
  .fs-tr-btn_mob {
    margin: 0;
  }
}

.fs-tr-btn:hover {
  --i-color1: #b9253b;
  color: #b9253b;
}

.fs-tr-btn svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 16px 0 0;
}

.fs-tr-sep {
  display: block;
  width: 1px;
  height: 16px;
  margin: 0 32px;
  background-color: #303641;
}

.fs-tr-sep_mob {
  display: none;
}

@media screen and (min-width: 40em) {
  .fs-tr-sep_mob {
    display: block;
  }
}

.vip-discord-wrap {
  position: relative;
}

.vip-discord {
  display: none;
  z-index: 1;
  position: absolute;
  top: 48px;
  right: 0;
  width: 248px;
  margin: 0;
  padding: 24px 16px;
  border-radius: 10px;
  background-color: #fffbf0;
  box-shadow: 0 0 16px rgba(0, 0, 0, .15);
}

.vip-discord_show {
  display: block;
}

.vip-discord--item {
  display: flex;
  color: #616161;
  font-size: 14px;
  line-height: 18px;
}

.vip-discord--item:not(:last-child) {
  margin: 0 0 18px;
}

.vip-discord--item::before {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  border: 1px solid rgba(68, 213, 135, .3);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 12'%3E%3Cpath fill='%2344D587' d='M11 3.906L9.11 2 4.638 6.429l-1.74-1.74L1 6.587l3.63 3.63L11 3.907z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  content: '';
}

.vip-discord--item a {
  color: #ec314d;
  font-weight: 700;
  text-decoration: none;
}

.vip-discord--item a:hover {
  color: #b9253b;
}

.vip-discord--item strong {
  color: #202020;
}

.reg-wrap {
  width: 100%;
  max-width: 1276px;
  margin: 0 auto;
  padding: 10px 15px 50px;
}

@media screen and (min-width: 48em) {
  .reg-wrap {
    padding: 30px 15px 50px;
  }
}

.reg-wrap .form-error {
  width: 100%;
  color: #cd0606;
  font-size: 14px;
}

.reg-wrap .form-valid {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 32px;
  background-image: url(/nimg/tick-green.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.reg-wrap .has-success .form-valid {
  display: block;
}

.reg-wrap .focused .form-valid {
  display: none;
}

.reg-wrap form {
  width: 100%;
}

.reg-wrap--card {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  .reg-wrap--card {
    padding: 40px 15px;
    background-color: #fff;
    box-shadow: 0 0 0 5px rgba(0, 1, 1, .1);
  }
}

.r-box {
  margin: 0 0 20px;
}

.r-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 10px;
}

.r-row_line {
  flex-direction: row;
}

@media screen and (min-width: 48em) {
  .r-row_wrap {
    flex-direction: row;
  }
}

.r-row-bottom {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: center;
}

.r-mark {
  margin: 0 0 4px;
  color: #212121;
  font-size: 14px;
  line-height: 17px;
}

.r-mark_radio {
  line-height: 20px;
}

.r-mark_note {
  color: #757575;
  font-style: italic;
}

.r-required {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
}

.r-default {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
}

@media screen and (min-width: 48em) {
  .r-default_double {
    flex-direction: row;
  }
}

.r-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  align-self: start;
  width: 100%;
  max-width: 420px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #202020;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
}

.r-field::-moz-placeholder {
  color: #757575;
}

.r-field::placeholder {
  color: #757575;
}

.r-required .r-field {
  padding: 5px 24px 5px 5px;
}

.r-info {
  width: 100%;
  margin: 0 0 10px;
  color: #212121;
  font-size: 14px;
  line-height: 1.25;
}

@media screen and (min-width: 48em) {
  .r-info {
    font-size: 16px;
  }
}

.r-info a {
  color: #212121;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: underline;
}

@media screen and (min-width: 48em) {
  .r-info a {
    font-size: 16px;
  }
}

.r-info .r-toggle {
  border-bottom: 1px solid rgba(0, 85, 129, .5);
  line-height: 20px;
  text-decoration: none;
}

.r-note {
  width: 100%;
  max-width: 450px;
  margin: 0 0 10px;
  color: #a1a1a1;
  font-size: 14px;
  font-style: italic;
  line-height: 1.25;
}

.r-note a {
  color: #a1a1a1;
  text-decoration: underline;
}

@media screen and (min-width: 48em) {
  .r-row_wrap .r-note {
    margin: 0 0 0 20px;
  }
}

.r-note-error {
  width: 100%;
  max-width: 450px;
  margin: 0 0 10px;
  padding: 3px 0 0;
  color: #ff0009;
  font-size: 14px;
  line-height: 1.25;
}

.r-attention {
  margin: 0 0 20px;
  padding: 10px 15px;
  border: 1px solid #dedede;
  background-color: #fffdf0;
  color: #424242;
  font-size: 14px;
}

.r-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  max-width: 420px;
  padding: 0 10px 0 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  background-image: url(/nimg/search-angle.svg);
  background-origin: content-box;
  background-position: right 0 center;
  background-repeat: no-repeat;
  background-size: 10px;
  color: #202020;
  font-family: inherit;
  font-size: 14px;
  line-height: 30px;
}

.r-select_double {
  margin: 0 0 10px;
}

@media screen and (min-width: 48em) {
  .r-select_double {
    margin: 0 10px 0 0;
  }
}

.r-radio {
  display: flex;
  padding: 0 4px;
  font-size: 14px;
  line-height: 20px;
}

.r-radio input {
  margin: 4px 4px 0 0;
}

.r-flex {
  display: flex;
}

.r-check-label {
  display: flex;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
}

.r-check-label input {
  margin: 4px 4px 0 0;
}

.reg-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 34px;
  margin: 5px 0;
  padding: 0 20px;
  border: 1px solid #446a03;
  border-radius: 3px;
  background-image: linear-gradient(0deg, #679913 0%, #83c119 50%, #679913 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.reg-button_flat {
  border: 0;
  border-radius: 3px;
  background-color: #000;
  background-image: none;
}

.r-cancel {
  height: 34px;
  margin: 5px 0;
  padding: 0 20px;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  background-color: #efefef;
  color: #424242;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.r-cancel_right {
  margin: 5px 0 5px 15px;
}

.r-cancel_short {
  padding: 0 10px;
}

@media screen and (min-width: 23.4375em) {
  .r-cancel_short {
    padding: 0 20px;
  }
}

.r-app-button {
  border-bottom: 3px solid rgba(0, 85, 129, .5);
  font-size: 18px;
  line-height: 1.25;
  text-decoration: none;
}

.r-app-button_right {
  margin: 0 0 0 15px;
}

.r-image-wrap {
  height: 210px;
  margin: 0 0 20px;
  padding: 10px 0 0;
}

.r-auth-step {
  margin: 0 0 20px;
  padding: 20px 0 0;
}

.r-auth-list {
  margin: 0 0 20px;
  list-style-position: inside;
}

.r-auth-list li {
  margin: 0 0 10px;
  color: #424242;
  font-size: 14px;
  line-height: 1.25;
}

@media screen and (min-width: 48em) {
  .r-auth-list li {
    font-size: 16px;
  }
}

.r-auth-key {
  color: #212121;
  font-size: 16px;
}

@media screen and (min-width: 48em) {
  .r-auth-key {
    font-size: 18px;
  }
}

.rss-list {
  margin: 0;
}

.rss-list li {
  display: flex;
  align-items: flex-start;
  margin: 0 0 15px;
}

.rss-list li:last-child {
  margin: 0;
}

.rss-list a {
  display: inline-flex;
  color: #212121;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
}

.rss-list a::before {
  width: 24px;
  height: 24px;
  margin: 0 6px 0 0;
  background-image: url(/nimg/rss-feed.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  content: "";
}

.about-wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 15px 15px 30px;
}

@media screen and (min-width: 48em) {
  .about-wrap {
    padding: 15px 15px 65px;
  }
}

.about-wrap a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

.about-wrap .about-slogan {
  margin: 0;
  transform: translateY(-10px);
  color: #ce3c3c;
}

.about-heading {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 30px auto 20px;
}

@media screen and (min-width: 48em) {
  .about-heading {
    margin: 60px auto 20px;
  }
}

.about-heading::after,
.about-heading::before {
  top: 0;
  flex-grow: 1;
  height: 1px;
  background-color: #e5e5e5;
  content: '';
}

.about-heading span {
  padding: 0 15px;
  color: #999;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (min-width: 48em) {
  .about-heading span {
    padding: 0 40px;
    font-size: 30px;
  }
}

.about-intro {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 30px;
  padding: 40px 15px;
  background-color: #fff;
}

@media screen and (min-width: 48em) {
  .about-intro {
    flex-direction: row;
    padding: 40px 40px 40px 0;
  }
}

.about-intro--inner {
  width: 100%;
  margin: 0 0 20px;
}

@media screen and (min-width: 48em) {
  .about-intro--inner {
    max-width: 400px;
    margin: 0;
  }
}

.about-intro--logo {
  max-width: 144px;
  height: 142px;
  margin: 0 auto;
  background-image: url(/mimg/logo_about.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 48em) {
  .about-intro--logo {
    max-width: 248px;
    height: 283px;
  }
}

.about-intro--text {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .about-intro--text {
    max-width: 510px;
    text-align: left;
  }
}

.about-align {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.about-copy {
  color: #8d8d8d;
  font-size: 14px;
  text-align: center;
}

.about-copy a {
  margin: 0 0 0 20px;
  color: #333;
  font-weight: 400;
}

.about-pdf {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}

.about-pdf img {
  margin: 0 5px 0 0;
}

.about-pdf button {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #fff 0%, #eee 100%);
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.about-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 730px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 48em) {
  .about-grid {
    flex-direction: row;
    justify-content: center;
  }
}

.about-grid--item {
  width: 100%;
  max-width: 350px;
  margin: 0 5px 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.about-grid--head {
  padding: 7px 10px;
  border-bottom: 1px solid #ddd;
  background-color: #ececec;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.about-grid--inner {
  padding: 7px 10px;
}

.about-grid--banner {
  margin: 0 0 5px;
  color: #b40300;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.about-grid--info {
  font-size: 14px;
  line-height: 1.4;
}

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

.remark-note_complaint {
  margin: 0 0 10px;
}

.remark-note--inner {
  padding: 20px 15px;
  border: 1px solid #dedede;
  background-color: #fffdf0;
}

.remark-note--wrap {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin: 0 0 10px;
  padding: 0 0 15px;
  border-bottom: 1px solid #e5e5e5;
}

.remark-note--wrap::before {
  position: absolute;
  bottom: -5px;
  left: 160px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border: solid #e5e5e5;
  border-width: 1px 0 0 1px;
  background-color: #fffdee;
  content: "";
}

.remark-note--heading {
  color: #616161;
  font-size: 18px;
  font-weight: 700;
}

.remark-note--subheading {
  margin: 0 0 10px;
  color: #000;
  font-size: 18px;
}

.remark-note--list {
  margin: 0;
  list-style: disc;
  list-style-position: inside;
}

.remark-note--item {
  margin: 0 0 5px;
  color: #616161;
  font-size: 14px;
}

.complaint-text {
  width: 100%;
  height: 160px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 23px;
  vertical-align: bottom;
  overflow-wrap: break-word;
  resize: vertical;
}

.gtp-page {
  flex-grow: 1;
  padding: 40px 0 0;
  background-color: #fbfbfb;
  background-image: url(/aimg/rooms/std-background-white.png);
  background-repeat: repeat;
}

.gtp-page--header {
  width: 100%;
  max-width: 1276px;
  margin: 0 auto 40px;
  padding: 0 15px;
}

.gtp-page--content {
  position: relative;
  width: 100%;
  max-width: 1246px;
  margin: 20px auto 0;
  padding: 25px 15px 40px;
  border: 1px solid #eee;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .gtp-page--content {
    padding: 25px 30px 40px;
  }
}

.gtp-page--wrap {
  width: 100%;
  max-width: 1246px;
  margin: 0 auto;
  padding: 40px 15px;
  border: 1px solid #eee;
  background-color: #fff;
}

.gtp-back {
  margin: 0 0 30px;
}

.gtp-back a {
  display: inline-block;
  padding: 2px 0 2px 35px;
  background-image: url(/aimg/rooms/icon-arrow-back.svg);
  background-position: left 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  color: #848484;
  font-size: 16px;
  text-decoration: none;
}

.gtp-back a:hover {
  background-color: transparent;
  color: #a5a5a5;
}

.gtp-line {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  border-bottom: 2px solid #ccc;
}

.gtp-line h1 {
  margin: 0 0 -2px;
  padding: 0 0 10px;
  border-bottom: 2px solid #e75113;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 64em) {
  .gtp-line h1 {
    font-size: 32px;
  }
}

.gtp-line h2 {
  margin: 0 0 -2px;
  padding: 0 0 10px;
  border-bottom: 2px solid #e75113;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 64em) {
  .gtp-line h2 {
    font-size: 24px;
  }
}

.gtp-line_full {
  max-width: initial;
}

.gtp-subheader {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 30px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .gtp-subheader {
    font-size: 28px;
  }
}

.gtp-subheader a {
  color: #e74f12;
  text-decoration: none;
}

.gtp-rate {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 476px;
  margin: 0 auto 30px;
  padding: 20px 15px;
  border: 1px solid #f6e7ca;
  background-color: #ffe;
}

@media screen and (min-width: 64em) {
  .gtp-rate {
    margin: 0 auto 50px;
    padding: 40px 15px;
  }
}

.gtp-rate--info {
  display: flex;
  position: relative;
  align-items: center;
  color: #616161;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

@media screen and (min-width: 64em) {
  .gtp-rate--info {
    font-size: 20px;
  }
}

.gtp-rate--info::before {
  width: 50px;
  height: 40px;
  margin: 0 20px 0 0;
  background-image: url(/aimg/rooms/deposit-bonus.png);
  background-position: 50%;
  background-repeat: no-repeat;
  content: '';
}

.gtp-quote {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 15px 35px;
  background-color: #f5f5f5;
}

@media screen and (min-width: 48em) {
  .gtp-quote {
    padding: 20px 35px 35px;
  }
}

.gtp-quote--heading {
  margin: 0 0 24px;
  color: #424242;
  font-size: 17px;
  line-height: 26px;
}

.gtp-quote--list {
  margin: 0 0 0 20px;
  color: #424242;
  font-size: 17px;
  line-height: 26px;
  list-style-type: initial;
}

.gtp-quote--list li {
  margin: 0 0 4px;
}

.gtp-screen {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 35px;
  padding: 20px 0 0;
}

@media screen and (min-width: 48em) {
  .gtp-screen {
    padding: 40px 0 0;
  }
}

.gtp-screen--inner {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

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

.gtp-screen p {
  margin: 0;
  color: #424242;
  font-size: 17px;
  line-height: 26px;
}

.gtp-screen a {
  color: #424242;
  text-decoration: underline;
}

.gtp-card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 30px;
  padding: 35px 0 0;
}

.gtp-room {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 285px;
  margin: 0 5px 10px;
  padding: 20px 15px;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .05);
}

.gtp-room--label {
  position: absolute;
  top: 0;
  left: 15px;
  padding: 2px 10px;
  background-color: #ccc;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}

.gtp-room--logo {
  display: block;
  height: 70px;
  margin: 0 0 10px;
  background-image: url(/nimg/888l.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 40em) {
  .gtp-room--logo {
    height: 80px;
    margin: 0 0 15px;
    background-size: 241px;
  }
}

.gtp-room--link {
  display: inline-block;
  margin: 0 0 5px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.gtp-room--link::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.gtp-room--bonus {
  min-height: 50px;
}

.gtp-room--bonus p {
  margin: 0 0 10px;
  color: #757575;
  font-size: 16px;
  line-height: 20px;
}

.gtp-product-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 30px;
}

.gtp-product {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 285px;
  margin: 0 5px 10px;
  border: 1px solid #eee;
  background-color: #fff;
}

.gtp-product:nth-child(n+4) {
  display: none;
}

@media screen and (min-width: 48em) {
  .gtp-product:nth-child(n+4) {
    display: flex;
  }
}

.gtp-product--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  padding: 10px;
}

.gtp-product--image {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.gtp-product--inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  padding: 12px 15px 25px;
  background-color: #fafafa;
}

.gtp-product--link {
  margin: 0 0 5px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.gtp-product--link::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.gtp-product--price {
  margin: 0 0 14px;
  color: #449100;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.gtp-product--bonus {
  min-height: 50px;
}

.gtp-product--bonus p {
  margin: 0;
  color: #757575;
  font-size: 16px;
  line-height: 20px;
}

.rs-support--wraper {
  display: flex;
  justify-content: center;
  padding: 0 15px;
}

.support-allrooms {
  width: 100%;
  max-width: 1244px;
  margin: 24px 0;
  padding: 20px;
  padding-bottom: 15px;
  background-color: #005581;
}

@media screen and (min-width: 40em) {
  .support-allrooms {
    padding: 24px 30px;
  }
}

.support-allrooms h3 {
  margin: 0 0 16px;
  color: #fff;
  text-align: left;
}

.support-allrooms a {
  margin-bottom: 5px;
  color: #fff;
  text-decoration: none;
}

.supp-link {
  display: inline-block;
  padding: 5px 25px 5px 35px;
  background-position: left 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  color: #fff;
  font-size: 16px;
}

.supp-link.icon-chat {
  background-image: url(/aimg/rooms/icon-support-chat.svg);
}

.supp-link.icon-telegram {
  background-image: url(/aimg/rooms/icon-support-telegram.svg);
}

.supp-link.icon-skype {
  background-image: url(/aimg/rooms/icon-support-skype.svg);
}

.supp-link.icon-mail {
  background-image: url(/aimg/rooms/icon-support-mail.svg);
}

.content_feed {
  --x-feed-heading-color: var(--w-text-1-color, #000);
  --x-feed-menu-color: var(--w-text-7-color, #a8a8a9);
  --x-feed-menu-icon-color: var(--w-text-7-color, #a8a8a9);
  --x-feed-line-color: var(--w-line-2-color, #dfe1e4);
  --x-feed-meta-color: var(--w-text-7-color, #a8a8a9);
  --x-feed-meta-icon-color: var(--w-text-7-color, #a8a8a9);
  align-items: center;
  padding: 55px 24px 56px;
  background-color: var(--layer-2a-color, #fff);
}

@media screen and (min-width: 64em) {
  .content_feed {
    padding: 70px 30px 84px;
  }
}

.feed-head {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 396px;
  margin: 0 0 36px;
}

@media screen and (min-width: 48em) {
  .feed-head {
    max-width: 822px;
  }
}

@media screen and (min-width: 64em) {
  .feed-head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1246px;
    margin: 0 0 56px;
  }
}

.feed-head--wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feed-heading {
  margin: 0;
  color: var(--x-feed-heading-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

@media screen and (min-width: 48em) {
  .feed-heading {
    font-size: 30px;
    line-height: 35px;
  }
}

.feed-head--toggle {
  --i-color1: var(--x-feed-menu-icon-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  color: var(--x-feed-menu-color);
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .feed-head--toggle {
    height: 32px;
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (min-width: 64em) {
  .feed-head--toggle {
    display: none;
  }
}

.feed-head--toggle_active {
  --i-color1: #ec314d;
  color: #ec314d;
}

.feed-head--toggle svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
}

.feed-menu {
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  display: none;
  position: relative;
  margin: 24px 0 0;
  overflow-x: auto;
}

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

.feed-menu_active {
  display: flex;
}

.feed-menu::-webkit-scrollbar {
  display: none;
}

.feed-menu--item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 7px 16px 9px;
  border-radius: 10px;
  color: var(--x-feed-menu-color);
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .feed-menu--item {
    font-size: 14px;
    line-height: 16px;
  }
}

.feed-menu--item_active {
  background-color: #ec314d;
  color: #fff;
}

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

.feed-menu--item:not(:first-child):not(:last-child)::after {
  position: absolute;
  top: 11px;
  right: -24px;
  width: 1px;
  height: 10px;
  margin: 0 16px;
  background-color: var(--x-feed-line-color);
  content: '';
  pointer-events: none;
}

.feed-menu--item:first-child {
  margin: 0 8px 0 0;
}

.feed-filter {
  display: none;
  margin: 24px 0 0;
}

@media screen and (min-width: 64em) {
  .feed-filter {
    display: flex;
    order: 1;
    margin: 0;
  }
}

.feed-filter_active {
  display: flex;
}

.feed-filter--item {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 16px 9px;
  border-radius: 10px;
  color: var(--x-feed-menu-color);
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .feed-filter--item {
    font-size: 14px;
    line-height: 16px;
  }
}

.feed-filter--item_active {
  background-color: #ec314d;
  color: #fff;
}

.feed-filter--item:not(:last-child) {
  margin: 0 8px 0 0;
}

.feed-grid {
  gap: 16px 30px;
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  justify-content: center;
  width: 100%;
  max-width: 396px;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  .feed-grid {
    max-width: 822px;
  }
}

@media screen and (min-width: 64em) {
  .feed-grid {
    max-width: 1246px;
  }
}

.feed-item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 10px;
}

.feed-item_small {
  background-color: #eef0f5;
}

.feed-item--image {
  position: relative;
  width: 100%;
}

.feed-item--image::before {
  display: table;
  padding-bottom: 57.236%;
  content: '';
}

.feed-item--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.feed-item--main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: flex-start;
  width: 100%;
  padding: 18px 0 0;
}

@media screen and (min-width: 48em) {
  .feed-item--main {
    padding: 22px 0 0;
  }
}

.feed-item--label {
  margin: 0 0 7px;
  color: #ec314d;
  font-size: 12px;
  line-height: 14px;
}

@media screen and (min-width: 48em) {
  .feed-item--label {
    font-size: 14px;
    line-height: 24px;
  }
}

.feed-item--title {
  margin: 0 0 18px;
  color: var(--x-feed-heading-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

@media screen and (min-width: 48em) {
  .feed-item--title {
    font-size: 18px;
    line-height: 24px;
  }
}

.feed-item--title::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.feed-item--meta {
  --i-color1: var(--x-feed-meta-icon-color);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  display: flex;
  position: relative;
  width: 100%;
  margin: auto 0 0;
  overflow-x: auto;
  border-top: 1px solid var(--x-feed-line-color);
}

.feed-item--meta svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
}

.feed-item--meta::-webkit-scrollbar {
  display: none;
}

.feed-item--date,
.feed-item--view {
  display: flex;
  align-items: center;
  padding: 15px 0;
  color: var(--x-feed-meta-color);
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
}

.feed-item--date::after,
.feed-item--view::after {
  width: 1px;
  height: 8px;
  margin: 0 16px;
  background-color: var(--x-feed-line-color);
  content: '';
}

.feed-item--comment {
  display: flex;
  z-index: 1;
  align-items: center;
  padding: 15px 0;
  color: var(--x-feed-meta-color);
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
}

.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;
  }
}

.vacancy-wrap {
  --vc-bg-color: var(--layer-2a-color, #fff);
  --vc-header-color: var(--text-2-color, #000);
  --vc-item-color: var(--text-2-color, #000);
  --vc-item-bg-color: var(--layer-3-color, #fff);
  --vc-item-border-color: var(--line-1-color, #e3e3e3);
  --vc-item-button-bg-color: var(--layer-3-color, #f4f4f4);
  --vc-textarea-bg-color: var(--layer-2-color, #fff);
  --vc-textarea-border-color: var(--line-1-color, #e3e3e3);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  padding: 0 24px 40px;
  background-color: var(--vc-bg-color);
}

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

.vacancy-head {
  display: flex;
  width: 100%;
  max-width: 1246px;
  padding: 56px 0 36px;
}

@media screen and (min-width: 48em) {
  .vacancy-head {
    padding: 70px 0 56px;
  }
}

.vacancy-heading {
  margin: 0;
  color: var(--vc-header-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

@media screen and (min-width: 48em) {
  .vacancy-heading {
    font-size: 30px;
    line-height: 35px;
  }
}

.vacancy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1246px;
  margin: 0 auto;
  padding: 0;
}

.vacancy-section {
  width: 100%;
  margin: 0 0 24px;
  padding: 36px 16px;
  border: 1px solid var(--vc-item-border-color);
  border-radius: 10px;
  background-color: var(--vc-item-bg-color);
}

@media screen and (min-width: 48em) {
  .vacancy-section {
    padding: 36px 32px;
  }
}

.vacancy-section_active {
  box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
}

.vacancy-button {
  display: block;
  position: relative;
  width: 100%;
  padding: 4px 0 4px 56px;
  outline: none;
  color: #ec314d;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .vacancy-button {
    padding: 4px 0 4px 56px;
    font-size: 20px;
  }
}

.vacancy-button::before {
  position: absolute;
  top: 0;
  left: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  background-color: var(--vc-item-button-bg-color);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23C4C4C4' d='M7 0h2v16H7z' /%3E%3Cpath fill='%23aaa' d='M16 7v2H0V7z' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  content: '';
}

.vacancy-button.ui-state-active::before {
  border-color: #ec314d;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 2'%3E%3Cpath fill='%23ec314d' d='M16 0v2H0V0z' /%3E%3C/svg%3E");
}

.vacancy-item {
  display: none;
  padding: 32px 0 0;
  color: var(--vc-item-color);
}

@media screen and (min-width: 48em) {
  .vacancy-item {
    padding: 32px 0 0 56px;
  }
}

.vacancy-item p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 24px;
}

.vacancy-item p a {
  color: var(--vc-item-color);
  text-decoration: underline;
}

.vacancy-item ul {
  margin: 24px 0 16px;
  padding: 8px 0;
}

.vacancy-item ul li {
  display: flex;
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 24px;
}

.vacancy-item ul li::before {
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  margin: 0 12px 0 0;
  transform: translateY(7px);
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.24265' y='0.707107' width='5' height='5' rx='0.5' transform='rotate(45 4.24265 0.707107)' stroke='%23000' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 9px;
  content: '';
}

[theme='dark'] .vacancy-item ul li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.24265' y='0.707107' width='5' height='5' rx='0.5' transform='rotate(45 4.24265 0.707107)' stroke='%23fff' /%3E%3C/svg%3E");
}

.vacancy-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.vacancy-label {
  margin: 0 0 8px;
  color: var(--vc-item-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.vacancy-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 160px;
  margin: 0 0 16px;
  padding: 8px 16px;
  border: 1px solid var(--vc-textarea-border-color);
  border-radius: 10px;
  background-color: var(--vc-textarea-bg-color);
  color: var(--vc-item-color);
  font-size: 16px;
  line-height: 24px;
  resize: vertical;
}

.vacancy-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0 0 32px;
  padding: 8px 16px;
  border: 1px solid var(--vc-textarea-border-color);
  border-radius: 10px;
  background-color: var(--vc-textarea-bg-color);
  color: var(--vc-item-color);
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
}

.vacancy-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 64px;
  border: 0;
  border-radius: 10px;
  background-color: #ec314d;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.vacancy-more {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 8px 0 0;
  padding: 11px 30px;
  border: 1px solid #ec314d;
  border-radius: 10px;
  color: #ec314d;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
