/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.Select{position:relative}.Select input::-webkit-contacts-auto-fill-button,.Select input::-webkit-credentials-auto-fill-button{display:none!important}.Select input::-ms-clear{display:none!important}.Select input::-ms-reveal{display:none!important}.Select,.Select div,.Select input,.Select span{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.Select.is-disabled .Select-arrow-zone{cursor:default;pointer-events:none;opacity:.35}.Select.is-disabled>.Select-control{background-color:#f9f9f9}.Select.is-disabled>.Select-control:hover{box-shadow:none}.Select.is-open>.Select-control{border-bottom-right-radius:0;border-bottom-left-radius:0;background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.Select.is-open>.Select-control .Select-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.Select.is-searchable.is-open>.Select-control{cursor:text}.Select.is-searchable.is-focused:not(.is-open)>.Select-control{cursor:text}.Select.is-focused>.Select-control{background:#fff}.Select.is-focused:not(.is-open)>.Select-control{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 3px rgba(0,126,255,.1);background:#fff}.Select.has-value.is-clearable.Select--single>.Select-control .Select-value{padding-right:42px}.Select.has-value.Select--single>.Select-control .Select-value .Select-value-label,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label{color:#333}.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label{cursor:pointer;text-decoration:none}.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover{color:#007eff;outline:0;text-decoration:underline}.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus{background:#fff}.Select.has-value.is-pseudo-focused .Select-input{opacity:0}.Select .Select-arrow-zone:hover>.Select-arrow,.Select.is-open .Select-arrow{border-top-color:#666}.Select.Select--rtl{direction:rtl;text-align:right}.Select-control{background-color:#fff;border-color:#d9d9d9 #ccc #b3b3b3;border-radius:4px;border:1px solid #ccc;color:#333;cursor:default;display:table;border-spacing:0;border-collapse:separate;height:36px;outline:0;overflow:hidden;position:relative;width:100%}.Select-control:hover{box-shadow:0 1px 0 rgba(0,0,0,.06)}.Select-control .Select-input:focus{outline:0;background:#fff}.Select--single>.Select-control .Select-value,.Select-placeholder{bottom:0;color:#aaa;left:0;line-height:34px;padding-left:10px;padding-right:10px;position:absolute;right:0;top:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Select-input{height:34px;padding-left:10px;padding-right:10px;vertical-align:middle}.Select-input>input{width:100%;background:none transparent;border:0 none;box-shadow:none;cursor:default;display:inline-block;font-family:inherit;font-size:inherit;margin:0;outline:0;line-height:17px;padding:8px 0 12px;-webkit-appearance:none}.is-focused .Select-input>input{cursor:text}.has-value.is-pseudo-focused .Select-input{opacity:0}.Select-control:not(.is-searchable)>.Select-input{outline:0}.Select-loading-zone{cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:16px}.Select-loading{-webkit-animation:Select-animation-spin .4s infinite linear;-o-animation:Select-animation-spin .4s infinite linear;animation:Select-animation-spin .4s infinite linear;width:16px;height:16px;box-sizing:border-box;border-radius:50%;border:2px solid #ccc;border-right-color:#333;display:inline-block;position:relative;vertical-align:middle}.Select-clear-zone{-webkit-animation:Select-animation-fadeIn .2s;-o-animation:Select-animation-fadeIn .2s;animation:Select-animation-fadeIn .2s;color:#999;cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:17px}.Select-clear-zone:hover{color:#D0021B}.Select-clear{display:inline-block;font-size:18px;line-height:1}.Select--multi .Select-clear-zone{width:17px}.Select-arrow-zone{cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:25px;padding-right:5px}.Select--rtl .Select-arrow-zone{padding-right:0;padding-left:5px}.Select-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px;display:inline-block;height:0;width:0;position:relative}.Select-control>:last-child{padding-right:5px}.Select--multi .Select-multi-value-wrapper{display:inline-block}.Select .Select-aria-only{position:absolute;display:inline-block;height:1px;width:1px;margin:-1px;clip:rect(0,0,0,0);overflow:hidden;float:left}@-webkit-keyframes Select-animation-fadeIn{from{opacity:0}to{opacity:1}}@keyframes Select-animation-fadeIn{from{opacity:0}to{opacity:1}}.Select-menu-outer{border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#fff;border:1px solid #ccc;border-top-color:#e6e6e6;box-shadow:0 1px 0 rgba(0,0,0,.06);box-sizing:border-box;margin-top:-1px;max-height:200px;position:absolute;left:0;top:100%;width:100%;z-index:1;-webkit-overflow-scrolling:touch}.Select-menu{max-height:198px;overflow-y:auto}.Select-option{box-sizing:border-box;background-color:#fff;color:#666;cursor:pointer;display:block;padding:8px 10px}.Select-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.Select-option.is-selected{background-color:#f5faff;background-color:rgba(0,126,255,.04);color:#333}.Select-option.is-focused{background-color:#ebf5ff;background-color:rgba(0,126,255,.08);color:#333}.Select-option.is-disabled{color:#ccc;cursor:default}.Select-noresults{box-sizing:border-box;color:#999;cursor:default;display:block;padding:8px 10px}.Select--multi .Select-input{vertical-align:middle;margin-left:10px;padding:0}.Select--multi.Select--rtl .Select-input{margin-left:0;margin-right:10px}.Select--multi.has-value .Select-input{margin-left:5px}.Select--multi .Select-value{background-color:#ebf5ff;background-color:rgba(0,126,255,.08);border-radius:2px;border:1px solid #c2e0ff;border:1px solid rgba(0,126,255,.24);color:#007eff;display:inline-block;font-size:.9em;line-height:1.4;margin-left:5px;margin-top:5px;vertical-align:top}.Select--multi .Select-value-icon,.Select--multi .Select-value-label{display:inline-block;vertical-align:middle}.Select--multi .Select-value-label{border-bottom-right-radius:2px;border-top-right-radius:2px;cursor:default;padding:2px 5px}.Select--multi a.Select-value-label{color:#007eff;cursor:pointer;text-decoration:none}.Select--multi a.Select-value-label:hover{text-decoration:underline}.Select--multi .Select-value-icon{cursor:pointer;border-bottom-left-radius:2px;border-top-left-radius:2px;border-right:1px solid #c2e0ff;border-right:1px solid rgba(0,126,255,.24);padding:1px 5px 3px}.Select--multi .Select-value-icon:focus,.Select--multi .Select-value-icon:hover{background-color:#d8eafd;background-color:rgba(0,113,230,.08);color:#0071e6}.Select--multi .Select-value-icon:active{background-color:#c2e0ff;background-color:rgba(0,126,255,.24)}.Select--multi.Select--rtl .Select-value{margin-left:0;margin-right:5px}.Select--multi.Select--rtl .Select-value-icon{border-right:none;border-left:1px solid #c2e0ff;border-left:1px solid rgba(0,126,255,.24)}.Select--multi.is-disabled .Select-value{background-color:#fcfcfc;border:1px solid #e3e3e3;color:#333}.Select--multi.is-disabled .Select-value-icon{cursor:not-allowed;border-right:1px solid #e3e3e3}.Select--multi.is-disabled .Select-value-icon:active,.Select--multi.is-disabled .Select-value-icon:focus,.Select--multi.is-disabled .Select-value-icon:hover{background-color:#fcfcfc}@keyframes Select-animation-spin{to{transform:rotate(1turn)}}@-webkit-keyframes Select-animation-spin{to{-webkit-transform:rotate(1turn)}}
@font-face {
  font-family: 'FontAwesome';
  src: url(/static/media/fontawesome-webfont.8b43027f.eot);
  src: url(/static/media/fontawesome-webfont.8b43027f.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/static/media/fontawesome-webfont.20fd1704.woff2) format('woff2'), url(/static/media/fontawesome-webfont.f691f37e.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Regular';
  src: url(/static/media/Oswald-Regular.476cf347.eot);
  src: url(/static/media/Oswald-Regular.476cf347.eot) format('embedded-opentype'), url(/static/media/Oswald-Regular.abbf640d.woff2) format('woff2'), url(/static/media/Oswald-Regular.cd699bf2.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Medium';
  src: url(/static/media/Oswald-Medium.35221747.eot);
  src: url(/static/media/Oswald-Medium.35221747.eot) format('embedded-opentype'), url(/static/media/Oswald-Medium.5be58116.woff2) format('woff2'), url(/static/media/Oswald-Medium.c6a7bacd.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald-Light';
  src: url(/static/media/Oswald-Light.b3a933a0.eot);
  src: url(/static/media/Oswald-Light.b3a933a0.eot) format('embedded-opentype'), url(/static/media/Oswald-Light.ec93bea6.woff2) format('woff2'), url(/static/media/Oswald-Light.46b9593c.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Medium';
  src: url(/static/media/Raleway-medium.639c5f66.ttf);
  src: url(/static/media/Raleway-medium.29a9f426.woff2) format('woff2'), url(/static/media/Raleway-medium.505fad2e.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}
.row {
  display: flex;
}
.row_column {
  flex-direction: column;
}
.row_center {
  justify-content: center;
}
.row_vcenter {
  align-items: center;
}
.row_space-between {
  justify-content: space-between;
}
.row_right {
  justify-content: flex-end;
}
.row_wrap {
  flex-wrap: wrap;
}
.row_gap_s {
  margin-bottom: 10px;
}
.row_gap_m {
  margin-bottom: 20px;
}
.row_gap_l {
  margin-bottom: 35px;
}
.col-12 {
  width: 100%;
  padding-left: 10px / 2;
  padding-right: 10px / 2;
}
.offset-12 {
  margin-left: 100%;
}
.col-11 {
  width: 91.66666667%;
  padding-left: 10px / 2;
  padding-right: 10px / 2;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
  padding-left: 10px / 2;
  padding-right: 10px / 2;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.col-9 {
  width: 75%;
  padding-left: 10px / 2;
  padding-right: 10px / 2;
}
.offset-9 {
  margin-left: 75%;
}
.col-8 {
  width: 66.66666667%;
  padding-left: 10px / 2;
  padding-right: 10px / 2;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
  padding-left: 10px / 2;
  padding-right: 10px / 2;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.col-6 {
  width: 50%;
  padding-left: 10px / 2;
  padding-right: 10px / 2;
}
.offset-6 {
  margin-left: 50%;
}
.col-5 {
  width: 41.66666667%;
  padding-left: 10px / 2;
  padding-right: 10px / 2;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
  padding-left: 10px / 2;
  padding-right: 10px / 2;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.col-3 {
  width: 25%;
  padding-left: 10px / 2;
  padding-right: 10px / 2;
}
.offset-3 {
  margin-left: 25%;
}
.col-2 {
  width: 16.66666667%;
  padding-left: 10px / 2;
  padding-right: 10px / 2;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
  padding-left: 10px / 2;
  padding-right: 10px / 2;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.col-0 {
  width: 0%;
  padding-left: 10px / 2;
  padding-right: 10px / 2;
}
.offset-0 {
  margin-left: 0%;
}
.cell {
  flex: 1 1 auto;
}
.cell + .cell {
  margin-left: 15px;
}
.cell_auto {
  flex-grow: 0;
}
.cell_bordered {
  border-left: 3px solid rgba(74, 74, 74, 0.1);
}
.confirm-user-media {
  display: flex;
  text-align: left;
  justify-content: space-between;
  margin-bottom: 1em;
}
.confirm-user-media .media-selects,
.confirm-user-media .media-previews {
  flex: 1 0 0;
  padding: 0 10px;
}
.confirm-user-media .form__row {
  margin: 0;
}
.confirm-user-media .audio-source-select,
.confirm-user-media .video-source-select {
  max-width: 100%;
}
.confirm-user-media .video-source-select {
  margin-bottom: 20px;
}
.confirm-user-media .audio-svg {
  height: 1.25em;
  background-color: #f3efef;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  display: flex;
}
.confirm-user-media .audio-svg__text {
  text-anchor: middle;
  text-align: center;
  font-size: 14px;
  fill: #555555;
}
.confirm-user-media .video {
  max-width: 100%;
  height: 96px;
  background-color: #f3efef;
  margin: 0 auto 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  /* stylelint-disable */
  /* stylelint-enable */
}
.confirm-user-media .video img[src=''] {
  display: none;
}
.icon {
  display: inline-block;
  background: none;
  font-family: 'FontAwesome';
  font-size: 14px;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-angle:before {
  content: '\f107';
}
.icon-cog:before {
  content: '\f013';
}
.icon-video:before {
  content: '\f03d';
}
.icon-bars:before {
  content: '\f0c9';
}
.icon-plus:before {
  content: '\f067';
}
.icon-search:before {
  content: '\f002';
}
.icon-angle-double-right:before {
  content: '\f101';
}
.icon-commenting:before {
  content: '\f27a';
}
.icon-question:before {
  content: '\f128';
}
.icon-smile-o:before {
  content: '\f118';
}
.icon-close:before {
  content: '\f00d';
}
.icon-user-circle:before {
  content: '\f2bd';
  color: #dbe6eb;
}
.icon-angle-left:before {
  content: '\f104';
}
.icon-angle-right:before {
  content: '\f105';
}
.icon-check:before {
  content: '\f00c';
}
.icon-arrows-alt:before {
  content: '\f0b2';
}
.icon-eye:before {
  content: '\f06e';
}
.icon-eye-slash:before {
  content: '\f070';
}
.icon-step-forward:before {
  content: '\f051';
}
.icon-microphone-slash:before {
  content: '\f131';
}
.icon-hourglass-start:before {
  content: '\f251';
}
.icon-thumbs-up:before {
  content: '\f164';
}
.icon-thumbs-down:before {
  content: '\f165';
}
.icon-sliders-h:before {
  content: '\f1de';
}
.icon-hand-pointer {
  width: 28px;
  height: 32px;
  margin: 0 auto;
  background-image: url(/static/media/hand-pointer.c722e1ee.svg);
  background-size: cover;
  transform: rotate(-45deg);
}
.icon-gift {
  width: 32px;
  height: 32px;
  margin: 6px;
  background-image: url(/static/media/gift.6a05fc87.svg);
  background-size: cover;
}
.icon-boot {
  width: 105px;
  height: 105px;
  margin: 0 auto;
  background-image: url(/static/media/boot.738d6eb8.png);
  background-size: cover;
}
.icon-boot-s {
  width: 46px;
  height: 46px;
  margin: 0 auto 5px;
  background-image: url(/static/media/boot.738d6eb8.png);
  background-size: cover;
}
.icon-finger {
  width: 45px;
  height: 45px;
  background-image: url(/static/media/finger.d2d421da.svg);
  background-size: cover;
}
.icon-replay {
  width: 22px;
  height: 20px;
  vertical-align: middle;
  background-image: url(/static/media/icon-replay.6db0134c.svg);
  background-size: cover;
}
.icon_pumpkin {
  color: #f15a24;
}
.icon_iron {
  color: #cdcecf;
}
.button {
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.1s;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  background: transparent;
  font-family: 'Oswald-Regular', sans-serif;
}
.button.disabled,
.button:disabled {
  cursor: not-allowed;
  opacity: 0.75;
}
.button:focus {
  outline: 0;
}
.button_primary {
  padding: 9px 17px;
  letter-spacing: 0.7px;
  color: #ffffff;
  border-radius: 0;
  background: #f15a24;
  font-size: 14px;
}
.button_primary:hover {
  background-color: #c13c0c;
}
.button_primary:focus {
  outline: 0;
  box-shadow: 0 0 3px 3px rgba(241, 90, 36, 0.5);
}
.button_primary.disabled,
.button_primary:disabled {
  background-color: #cc3300;
}
.button_secondary {
  color: #f15a24;
  background: #ffffff;
}
.button_rounded {
  width: 100%;
  border-radius: 20px;
}
.button_size_lg {
  padding: 10px 20px;
  font-size: 24px;
}
.button_size_xxxs {
  padding: 4px 5px;
  letter-spacing: 0.6px;
  font-size: 12px;
}
.button_size_xxs {
  padding: 4px 10px;
  letter-spacing: 0.6px;
  font-size: 12px;
}
.button_size_xs {
  padding: 8px 15px 7px;
  letter-spacing: 0.7px;
  font-size: 12px;
  line-height: 1;
}
.button_size_l {
  padding: 9px 20px 9px 18px;
  letter-spacing: 1.4px;
  font-size: 17px;
}
.button_size_l .icon {
  vertical-align: bottom;
  margin-bottom: 1px;
}
.button_size_xl {
  padding: 11px 20px;
  letter-spacing: 1.6px;
  font-size: 20px;
}
.button_icon {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
}
.button_icon:focus {
  outline: 0;
}
.button .icon {
  margin-right: 7px;
}
.button + .button {
  margin-left: 12px;
}
.button_blinking {
  animation: blinking infinite 1s;
}
@keyframes blinking {
  100% {
    background-color: #cc0000;
  }
}
.search {
  position: relative;
  width: 201px;
  height: 28px;
  transition: 0.15s width;
  letter-spacing: 0.4px;
  font-size: 11px;
}
.search_shrink {
  width: 28px;
  border-radius: 50%;
}
.search__control {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  color: #666666;
  border: 0;
  border-radius: 30px;
  outline: 0;
  background-color: #f3efef;
  font-family: 'Oswald-Regular', sans-serif;
}
.search__control::-webkit-input-placeholder {
  letter-spacing: 0.4px;
  text-transform: uppercase;
  opacity: 1;
  color: #666666;
}
.search__control:-ms-input-placeholder {
  letter-spacing: 0.4px;
  text-transform: uppercase;
  opacity: 1;
  color: #666666;
}
.search__control::placeholder {
  letter-spacing: 0.4px;
  text-transform: uppercase;
  opacity: 1;
  color: #666666;
}
.search__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 9px;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transform: translate3d(0, -50%, 0);
  outline: none;
  font-size: 14px;
}
.radio {
  position: relative;
  box-sizing: border-box;
  width: 280px;
  margin: auto;
  margin-bottom: 8px;
  padding: 5px 10px 7px;
  text-align: left;
  border: solid 1.5px #f15a24;
}
.radio_default {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
}
.radio_default + .radio_default {
  margin-left: 20px;
}
.radio_default .radio__box {
  top: 1px;
  width: 19px;
  height: 19px;
}
.radio_default .radio__box::before {
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
}
.radio_default .radio__circle {
  width: 14px;
  height: 14px;
  background: #555555;
}
.radio_default .radio__label {
  color: #666666;
  font-size: 16px;
}
.radio__box {
  position: absolute;
  top: 9px;
  width: 14px;
  height: 14px;
}
.radio__box::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid #acacac;
  border-radius: 50%;
}
.radio__label {
  display: inline-block;
  margin-left: 22px;
  letter-spacing: 0.3px;
  color: #333333;
  font-size: 17px;
}
.radio__circle {
  position: absolute;
  z-index: 3;
  top: 2px;
  left: 2px;
  visibility: hidden;
  width: 10px;
  height: 10px;
  transition: opacity 0.15s, visibility 0.15s;
  pointer-events: none;
  opacity: 0;
  border-radius: 50%;
  background: #f15a24;
}
.radio__input {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 101%;
  height: 101%;
  opacity: 0;
  border: none;
}
.radio__input:checked + .radio__circle {
  visibility: visible;
  opacity: 1;
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table__td {
  padding: 6px 6px 6px 0;
  vertical-align: middle;
}
.table__td .form__label {
  display: inline-block;
  margin: 0;
}
.table__td_control {
  width: 430px;
}
.table__td_auto {
  width: auto;
}
.table__td_r {
  text-align: right;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 2px calc((100% - 1104px)/2);
  border-top: 1px solid #f15a24;
  background-color: #ffffff;
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__user .popper[data-placement^='bottom'] {
  margin-top: 25px;
}
.help-panel {
  position: absolute;
  overflow: hidden;
  width: 0;
  left: 100%;
  transition: left 0.3s, width 0.1s;
  z-index: 12;
}
.help-panel__close {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-decoration: none;
  opacity: 0.5;
  color: #ffffff;
  border: #ffffff 1px solid;
}
.help-panel__close:hover {
  opacity: 1;
}
.help-panel__close .icon {
  font-size: 28px;
}
.help-panel_displayed {
  left: 0;
  width: 100%;
  transition: left 0.6s, width 0.1s;
  padding-bottom: 50px;
}
.help-panel__content {
  padding: 30px;
}
.help-toggle__wrapper {
  opacity: 1;
  transition: opacity 0.3s;
}
.help-toggle__wrapper_dimmed {
  opacity: 0;
  transition: opacity 0.6s;
}
.footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 0 18px;
  color: #666666;
}
.footer .menu_secondary {
  margin-bottom: 12px;
}
.footer .menu_minor {
  margin-bottom: 5px;
}
.footer__copywrite {
  margin: 0;
  letter-spacing: 0.4px;
  font-size: 10px;
  font-weight: 500;
}
.panel {
  max-width: 835px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #f15a24;
}
.panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 10px 12px;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
}
.panel__header_m {
  padding: 25px 30px 25px 32px;
}
.panel__header_l,
.panel__header_paddy {
  box-sizing: border-box;
  min-height: 105px;
  padding: 28px 33px 25px 25px;
}
.panel__header_tiny {
  padding: 7px 7px 4px;
}
.panel__title {
  margin: 0;
  letter-spacing: 0.6px;
  font-family: 'Oswald-Light', sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 0.91;
}
.panel__content {
  padding: 10px 0 16px;
  border-radius: 0 0 10px 10px;
  background: #ffffff;
}
.panel__content_paddy {
  padding: 34px 54px 24px;
}
.panel__content_tiny,
.panel__content_l {
  padding: 0 14px 0 21px;
}
.panel__content_no-padding {
  padding: 0;
}
.panel__text {
  margin: 10px 0 0;
  letter-spacing: 0.4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.panel__line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.panel_primary .panel__header {
  background-color: #f15a24;
}
.panel_secondary .panel__header {
  background-color: #29abe2;
}
.panel_size_m {
  width: 545px;
}
.popover {
  border: #cdcecf 1px solid;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 19px 6px rgba(205, 206, 207, 0.5);
}
.popover__title {
  border-radius: 5px 5px 0 0;
  text-align: center;
  color: #ffffff;
  padding: 8px;
}
.popover__content {
  padding: 15px;
}
.popover__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 10px;
}
.popover[data-placement^='top'] {
  margin-bottom: 10px;
}
.popover[data-placement^='top'] .popover__arrow {
  border-width: 10px 10px 0;
  border-color: #ffffff transparent transparent;
  bottom: -10px;
  left: calc(50% - 10px);
  margin-top: 0;
  margin-bottom: 0;
}
.popover[data-placement^='bottom'] {
  margin-top: 10px;
}
.popover[data-placement^='bottom'] .popover__arrow {
  border-width: 0 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  top: -10px;
  left: calc(50% - 10px);
  margin-top: 0;
  margin-bottom: 0;
}
.popover[data-placement^='right'] {
  margin-left: 10px;
}
.popover[data-placement^='right'] .popover__arrow {
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  left: -10px;
  top: calc(50% - 10px);
  margin-left: 0;
  margin-right: 0;
}
.popover[data-placement^='left'] {
  margin-right: 10px;
}
.popover[data-placement^='left'] .popover__arrow {
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
  right: -10px;
  top: calc(50% - 10px);
  margin-left: 0;
  margin-right: 0;
}
.popper {
  background: #ffffff;
  color: black;
  width: 200px;
  margin-top: 100px;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 20px;
}
.popper .popper__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}
.popper[data-placement^='top'] {
  margin-bottom: 5px;
}
.popper[data-placement^='top'] .popper__arrow {
  border-width: 5px 5px 0;
  border-color: #ffffff transparent transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.popper[data-placement^='bottom'] {
  margin-top: 45px;
}
.popper[data-placement^='bottom'] .popper__arrow {
  border-width: 0 5px 5px;
  border-color: transparent transparent #ffffff;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.popper[data-placement='bottom-end'] .popper__arrow {
  left: calc(75% - 5px);
}
.popper[data-placement^='right'] {
  margin-left: 5px;
}
.popper[data-placement^='right'] .popper__arrow {
  border-width: 5px 5px 5px 0;
  border-color: transparent #ffffff transparent transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.popper[data-placement^='left'] {
  margin-right: 5px;
}
.popper[data-placement^='left'] .popper__arrow {
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #ffffff;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.popper[data-x-out-of-boundaries] {
  display: none;
}
.coins-popper {
  z-index: 99999;
}
.coins-popper__icon {
  margin: 0 2px -3px;
  width: 20px;
  height: 20px;
}
.coin-packs {
  margin-bottom: 1rem;
}
.coin-packs_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 1em;
  align-items: center;
}
.modal_coin-packs {
  z-index: 999999;
}
.people-online {
  box-sizing: border-box;
  height: 100%;
  width: 311px;
  padding: 20px 0 14px 14px;
  border-left: 3px solid rgba(74, 74, 74, 0.1);
}
.people-online__content {
  overflow-y: auto;
  max-height: 363px;
}
.people-online__content .infinite-scroll {
  display: flex;
  flex-wrap: wrap;
}
.people-online__content .infinite-scroll .pulse-loader {
  margin: 0 auto;
}
.people-online__item {
  width: 137px;
  height: 138px;
  margin: 0 2px 2px 0;
  text-align: center;
}
.people-online__item:nth-child(2n) {
  margin-right: 0;
}
.people-online__avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.people-online__title {
  margin-bottom: 13px;
}
.player {
  box-sizing: border-box;
  padding: 9px 30px 9px 5px;
}
.player__avatar {
  width: 57px;
  height: 57px;
  margin-right: 13px;
}
.player__avatar img {
  width: 57px;
  height: 57px;
  object-fit: cover;
}
.player__points {
  letter-spacing: 0.4px;
  color: #f15a24;
  font-size: 20px;
  font-weight: bold;
}
.player__name {
  max-width: 300px;
  text-decoration: none;
  letter-spacing: 0.4px;
  color: #29abe2;
  font-size: 20px;
}
.player:nth-child(2n+1) {
  padding-top: 6px;
  padding-bottom: 6px;
  background: #f3f3f3;
}
.players-list {
  padding-top: 20px;
}
.players-list__titles {
  margin-bottom: 13px;
  padding: 0 34px 0 4px;
}
.players-list__content {
  max-height: 490px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0 12px 0 0;
  list-style: none;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__item {
  display: inline-block;
  padding: 8px 12px 9px 11px;
  transition: 0.1s background-color;
  text-decoration: none;
  letter-spacing: 0.3px;
  color: #ffffff;
  background-color: #f15a24;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.pagination__item:not(.pagination__item_bare):hover {
  background-color: #c13c0c;
}
.pagination__item_bare {
  color: #f15a24;
  background-color: transparent;
  font-size: 24px;
}
.pagination__item_bare:hover {
  color: #c13c0c;
}
.pagination__item:not(.pagination__item_bare) {
  margin-right: 4px;
}
.pagination__item:not(.pagination__item_bare):first-child {
  margin-left: 14px;
}
.pagination__item:not(.pagination__item_bare):last-child {
  margin-right: 14px;
}
.question__number {
  margin-bottom: 8px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #f15a24;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}
.question__text {
  margin-bottom: 20px;
  letter-spacing: 0.6px;
  color: #29abe2;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}
.question__radiobox {
  margin-bottom: 22px;
}
.question__video {
  max-width: 100%;
  max-height: 100%;
}
.question__image {
  position: relative;
  max-width: 177px;
  margin: 0 auto 15px;
  text-align: center;
}
.question__image_full {
  max-width: 100%;
}
.question__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.question__image .preview-image {
  position: absolute;
  right: 0;
  bottom: 0;
}
.question__answer_correct .radio__label {
  color: #24f20e;
}
.question__answer_correct:after {
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 10px / 2;
  display: flex;
  align-items: center;
  z-index: 2;
  content: '\f00c';
}
.tabs-menu {
  overflow: hidden;
  height: 34px;
  margin: -20px -10px 0;
}
.tabs-menu__wrap {
  display: flex;
  overflow: auto;
  margin: 0;
  padding: 0 0 34px;
  list-style: none;
  white-space: nowrap;
}
.tabs-menu__item {
  flex: 1;
  padding: 13px 13px 10px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px 10px 0 0;
  background: #e9e9ec;
  font-size: 12px;
  line-height: 1;
}
.tabs-menu__item_active {
  background: #ffffff;
}
.tabs-menu__item_active .tabs-menu__link {
  color: #f15a24;
}
.tabs-menu__link {
  text-transform: uppercase;
  color: #29abe2;
}
.tabs-panes__pane {
  display: none;
  padding-top: 15px;
}
.tabs-panes__pane_active {
  display: block;
}
.tab-component {
  display: flex;
  overflow: auto;
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
  white-space: nowrap;
}
.tab-component__item {
  flex: 1;
  padding: 13px 13px 10px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px 10px 0 0;
  background: #e9e9ec;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  opacity: 0.7;
  outline: 0;
}
.tab-component__item_active {
  opacity: 1;
  cursor: default;
}
.ReactModal__Overlay--after-open {
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.modal {
  position: fixed;
  z-index: 10;
  top: 75px;
  left: 50%;
  display: none;
  width: 556px;
  min-height: 420px;
  max-height: 70vh;
  overflow-y: scroll;
  transform: translate3d(-50%, 0, 0);
  background-color: #ffffff;
  box-shadow: 0 2px 24.5px 0 rgba(136, 137, 138, 0.18), 0 2px 0 0 rgba(136, 137, 138, 0.13);
}
.modal_opened {
  display: block;
}
.modal_size_auto {
  min-height: auto;
}
.modal_size_s {
  width: 366px;
}
.modal_size_m {
  width: 425px;
}
.modal_size_xl {
  width: 832px;
}
.modal_header_fixed {
  padding-top: 80px;
  overflow-y: hidden;
}
.modal_header_fixed .modal__header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.modal_header_fixed .modal__content {
  overflow-y: scroll;
  text-align: center;
  max-height: calc(75vh - 115px);
}
.modal__content {
  padding: 35px 50px;
  color: #666666;
}
.modal__content_padding_s {
  padding-top: 40px;
}
.modal__content_padding_m {
  padding-top: 55px;
}
.modal__content_bare {
  padding: 0;
}
.modal__content img {
  max-width: 100%;
  max-height: 100%;
}
.modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-decoration: none;
  opacity: 0.5;
  color: #666666;
  border: solid 1px #898989;
}
.modal__close:hover {
  opacity: 1;
}
.modal__close .icon {
  font-size: 28px;
}
.modal__header {
  padding: 19px 14px 19px 24px;
  flex-flow: row-reverse;
  background: #ecf5f9;
}
.modal__title {
  margin: 0;
  letter-spacing: 0.7px;
  color: #29abe2;
  font-family: 'Oswald-Light', sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.11;
}
.checkbox {
  display: flex;
  align-items: center;
  padding-right: 35px;
}
.checkbox__box {
  position: relative;
  width: 21px;
  height: 21px;
}
.checkbox__box:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  content: '';
  border: 1px solid #ddddd3;
}
.checkbox__label {
  font-size: 18px;
  margin-left: 9px;
  letter-spacing: 0.4px;
  line-height: 1;
}
.checkbox__input {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 101%;
  height: 101%;
  opacity: 0;
  border: medium none;
}
.checkbox__input:checked + .checkbox__tick {
  visibility: visible;
  opacity: 1;
}
.checkbox__input:checked + .checkbox__tick .icon {
  display: block;
}
.checkbox__input:hover {
  outline: 0;
}
.checkbox__input:focus + .checkbox__tick {
  visibility: visible;
  opacity: 1;
}
.checkbox__tick {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: opacity 0.15s, visibility 0.15s;
  pointer-events: none;
  opacity: 0;
  color: #f15a24;
  border: 1px solid currentColor;
  font-size: 18px;
}
.checkbox__tick .icon {
  display: none;
  position: absolute;
  top: 1px;
  left: 3px;
}
.checkbox__tick::before {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.form {
  padding: 30px 32px 40px 25px;
  color: #666666;
  font-size: 14px;
}
.form_m {
  padding: 18px 37px 25px 35px;
  font-size: 16px;
}
.form_l {
  padding: 36px 60px 50px 45px;
}
.form__row {
  position: relative;
  margin-bottom: 20px;
}
.form__row_gap_none {
  margin-bottom: 0;
}
.form__row_gap_m {
  margin-bottom: 38px;
}
.form__row_gap_s {
  margin-bottom: 18px;
}
.form__row_gap_xs {
  margin-bottom: 8px;
}
.form__label {
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.4px;
  font-size: 24px;
  line-height: 1;
}
.form__label_s {
  margin-bottom: 6px;
  font-size: 18px;
}
.form__input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 37px;
  padding: 7px 12px;
  transition: border-color 0.15s;
  color: #666666;
  border: 1px solid #ddddd3;
  font-family: 'Oswald-Regular', sans-serif;
  font-size: 18px;
  line-height: 1;
}
.form__input::-webkit-input-placeholder {
  letter-spacing: 0.4px;
  opacity: 1;
  color: #666666;
}
.form__input:-ms-input-placeholder {
  letter-spacing: 0.4px;
  opacity: 1;
  color: #666666;
}
.form__input::placeholder {
  letter-spacing: 0.4px;
  opacity: 1;
  color: #666666;
}
.form__input[name='password'],
.form__input[name='confirmPassword'] {
  padding-right: 35px;
}
.form__input[readOnly] {
  border: none;
  background: #f3efef;
}
.form__error-wrap {
  position: relative;
}
.form__error {
  position: absolute;
  top: 50%;
  right: 0;
  width: 150px;
  padding: 10px;
  transform: translate3D(110%, -50%, 0);
  color: #ffffff;
  border-radius: 8px;
  background-color: #cc3300;
  font-size: 16px;
}
.form__error::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: '';
  transform: translate3D(-98%, -50%, 0);
  border-top: 10px solid transparent;
  border-right: 10px solid #cc3300;
  border-bottom: 10px solid transparent;
}
.form__error_top_right {
  bottom: 100%;
  top: auto;
  transform: translate3D(0, -30%, 0);
}
.form__error_top_right::before {
  border-top: 10px solid #cc3300;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  transform: translate3D(0, 0, 0);
  top: 95%;
  right: 20px;
  left: auto;
}
.form__input-reveal {
  position: absolute;
  top: 11px;
  right: 17px;
  padding: 0;
  outline: none;
}
.form__input-reveal .icon {
  margin-right: 0;
}
.form p {
  font-size: 20px;
  line-height: 1;
}
.form__label_asteriks {
  color: #cc0000;
}
.user-profile .form_row.row {
  margin-left: -14px / 2;
  margin-right: -14px / 2;
}
.user-profile .form_row.row .form__label {
  padding-top: 14px / 2;
  padding-bottom: 14px / 2;
  margin-bottom: 0;
}
.user-profile .form_row.row .radio_square {
  padding-top: 14px / 2;
  padding-bottom: 14px / 2;
}
.user-profile .form_row.row .radio__box {
  top: 14px / 2;
  width: 18px;
  height: 18px;
}
.text {
  line-height: 1;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-xxxx-big {
  font-size: 28px;
  line-height: 1.2;
}
.text-xxx-big {
  font-size: 24px;
  line-height: 1.2;
}
.text-medium {
  font-size: 16px;
}
.text-x-big {
  font-size: 20px;
  line-height: 1;
}
.text-blue {
  color: #29abe2;
}
.text-light {
  font-family: 'Oswald-Light', sans-serif;
  font-weight: 300;
}
.logo {
  width: 178px;
  line-height: 1;
}
.logo img {
  width: 100%;
  max-height: 30px;
  object-fit: contain;
}
.delimeter {
  width: 100%;
  height: 2px;
  margin-bottom: 20px;
  background: #f3f3f3;
}
.delimeter_vertical {
  width: 2px;
  height: 100%;
  margin: 0;
}
.gift {
  display: inline-block;
  box-sizing: border-box;
  width: 92px;
  min-height: 103px;
  padding: 8px;
  margin: 0 15px 20px 0;
  cursor: pointer;
  transition: 0.15s background-color;
  border-radius: 10px;
  text-align: center;
}
.gift_selected {
  background-color: rgba(0, 0, 0, 0.6);
}
.gift_selected .gift__name {
  display: none;
}
.gift_selected .gift__send {
  display: inline-block;
}
.gift__pic {
  display: inline-block;
  width: 61px;
  height: 61px;
  margin-bottom: 5px;
}
.gift__name {
  text-transform: uppercase;
  color: #f15a24;
  font-family: 'Oswald-Medium', sans-serif;
  font-size: 12px;
  line-height: 1.2;
}
.gift__send {
  display: none;
}
.overlay {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  opacity: 0.5;
  background: #000000;
}
.overlay_show {
  display: block;
}
.overlay_lighter {
  opacity: 0.3;
}
.user {
  display: flex;
  align-items: center;
  position: relative;
}
.user__avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  margin-right: 8px;
}
.user__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user__avatar .icon {
  color: #dbe6eb;
  font-size: 36px;
}
.user__name {
  display: block;
  width: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
  letter-spacing: 0.9px;
  color: #29abe2;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  cursor: default;
}
.user .menu {
  letter-spacing: 0.9px;
  color: #f15a24;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
}
.user .menu .link {
  padding: 0 5px;
  color: #f15a24;
}
.user .menu .link:hover {
  color: #c13c0c;
}
.user-profile__points {
  text-align: right;
  padding-bottom: 10px;
}
.user-profile__avatar-wrap {
  width: 134px;
}
.user-profile .file-uploader__dropzone {
  margin-bottom: 10px;
}
.user-profile__avatar-links {
  color: #f15a24;
}
.user-profile__avatar-links a {
  text-decoration: none;
  padding: 0 5px;
}
.user-profile .cell + .cell {
  margin-top: 0 !important;
}
.user-profile .form__row {
  align-items: center;
}
.user-profile .form__label {
  margin-bottom: 0;
}
.user-profile .delimeter_vertical {
  margin: 0 30px;
}
.complete-profile .file-uploader {
  width: 268px;
  margin: 15px 0 30px;
}
.complete-profile .file-uploader__dropzone {
  width: 268px;
  height: 268px;
}
.user-treasures__treasure .treasure {
  position: relative;
}
.user-treasures__treasure .treasure__name {
  padding: 10px 5px 3px;
  word-wrap: break-word;
}
.user-treasures__treasure__status {
  color: #ffffff;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding-top: 7px;
  top: 80px;
  left: 80px;
  position: absolute;
}
.user-treasures__treasure__header {
  display: block;
  margin-bottom: 0;
  letter-spacing: 0.4px;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 10px;
}
.user-treasures__treasure__header_rejected {
  color: #f3f3f3;
}
.user-treasures__treasure__header_pending {
  color: #cdcecf;
}
.user-treasures__treasure__description {
  width: 350px;
  padding-bottom: 10px;
  white-space: pre-wrap;
}
.user-treasures__treasure__description_rejected {
  color: #f3f3f3;
}
.user-treasures__treasure__description_pending {
  color: #cdcecf;
}
.user-treasures__treasure__code {
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.4px;
  font-size: 24px;
  line-height: 1;
}
.user-treasures__treasure .cell + .cell {
  margin-left: 50px !important;
}
.menu {
  display: flex;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.menu-item {
  line-height: 1;
}
.menu-item:first-child .link {
  padding-left: 0;
}
.menu-item:first-child .link-button {
  padding-left: 0;
}
.menu-item .link-button {
  background-color: #ffffff;
}
.menu .link {
  display: inline-block;
  transition: 0.1s color;
  text-decoration: none;
  text-transform: uppercase;
}
.menu .link-button {
  display: inline-block;
  transition: 0.1s color;
  text-decoration: none;
  text-transform: uppercase;
}
.menu .link-button:hover {
  cursor: pointer;
  color: #c13c0c;
}
.menu .link-button:focus {
  outline: none;
}
.menu_main {
  font-size: 14px;
}
.menu_main .link {
  padding: 0 23px;
  letter-spacing: 1.7px;
  color: #29abe2;
  font-size: 14px;
}
.menu_main .link-button {
  padding: 0 23px;
  letter-spacing: 1.7px;
  color: #29abe2;
  font-size: 14px;
  font-family: 'Oswald-Regular', sans-serif;
  border: none;
}
.menu_main .menu-item_selected .link {
  color: #f15a24;
}
.menu_main .menu-item_selected .link-button {
  color: #f15a24;
}
.menu_secondary .link {
  padding: 0 15px;
  letter-spacing: 1.4px;
  color: #666666;
  font-size: 12px;
}
.menu_secondary .link:hover {
  color: #333333;
}
.menu_secondary .link-button {
  padding: 0 15px;
  letter-spacing: 1.4px;
  color: #666666;
  font-size: 12px;
}
.menu_secondary .link-button:hover {
  color: #333333;
}
.menu_minor .link {
  padding: 0 14px;
  letter-spacing: 0.4px;
  color: #666666;
  font-size: 10px;
  font-weight: 500;
}
.menu_minor .link:hover {
  color: #333333;
}
.menu_delimiter .menu-item:after {
  content: '|';
}
.menu_delimiter .menu-item:last-child:after {
  content: '';
}
.Select-control {
  height: 37px;
  color: #666666;
  border: 1px solid #ddddd3;
  border-radius: 0;
  font-size: 14px;
  text-align: left;
}
.Select-control .Select-value .Select-value-label {
  color: #666666;
}
.Select-control > :last-child {
  padding-right: 16px;
}
.Select-control .Select-placeholder,
.Select-control .Select-value {
  line-height: 37px;
}
.Select-option.is-selected {
  background-color: #f3f3f3;
  color: #666666;
}
.Select-option.is-focused {
  background-color: #f9f9f9;
  color: #666666;
}
.Select--single > .Select-control .Select-value,
.Select-placeholder {
  padding-left: 12px;
  padding-right: 35px;
}
.file-uploader {
  width: 134px;
}
.file-uploader__dropzone {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 134px;
  height: 134px;
  border: 2px solid #f3f3f3;
  text-align: center;
  cursor: pointer;
}
.file-uploader__dropzone_hint:hover::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.file-uploader__dropzone-img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  padding: 5px;
}
p.file-uploader__txt,
.file-uploader__txt {
  font-size: 13px;
  margin: 0 0.5em;
}
.file-uploader__no-styles .file-uploader__dropzone {
  width: auto;
  height: auto;
}
.file-uploader__no-styles .file-uploader__dropzone-img {
  width: 100%;
}
.file-uploader__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  min-width: 72px;
}
.file-uploader__error {
  text-align: center;
  color: red;
  padding: 0 20px;
}
.page-loader {
  min-height: 500px;
}
.page-loader_fullheight {
  min-height: calc(100vh - 50px - 82px - 28px);
}
.page-loader_full {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-loader_indicator {
  position: absolute;
  left: 50%;
  top: 50%;
}
.page-loader_indicator-xl {
  width: 128px;
  height: 128px;
  margin-left: -64px;
  margin-top: -64px;
}
.page-loader_indicator-l {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
}
.page-loader_indicator-m {
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
}
.page-loader_indicator-s {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
}
.video-controls {
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 25px;
  display: flex;
  z-index: 3;
  height: 20px;
  width: 50px;
}
.team_right .video-controls {
  left: auto;
  right: 25px;
}
.video-controls__icon {
  color: #ffffff;
  background-color: #000000;
  width: 20px;
  height: 20px;
  opacity: 0.6;
  padding-top: 3px;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}
.video-controls__icon_disabled {
  pointer-events: none;
  color: #acacac;
}
.video-controls__icon_muted {
  background-color: #f15a24;
}
.team_right .team-local-player .video-controls {
  right: 1px;
}
.team_left .team-local-player .video-controls {
  left: 1px;
}
.team_right .team-local-player {
  right: 1px;
}
.sidebar {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  height: 100vh;
}
.sidebar:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 280px;
  overflow-y: auto;
  background: #f4f7f8;
  box-shadow: 0 0 15px inset #cccccc;
}
.sidebar__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebar__list li {
  padding: 19px;
  font-size: 24px;
  letter-spacing: 1px;
  border-top: 1px solid #cccccc;
}
.sidebar__list li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.sidebar__list li:last-child {
  border-bottom: 1px solid #cccccc;
}
.sidebar__list .active {
  background-color: #898989;
}
.sidebar__list .active a {
  color: #ffffff !important;
}
.sidebar__close {
  position: absolute;
  bottom: 0;
  left: -50px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  font-size: 72px;
  background-color: #ffffff;
}
.sidebar__profile {
  padding: 10px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}
.sidebar__profile .icon {
  position: static !important;
}
.sidebar__profile .link .icon {
  font-size: 24px !important;
}
.sidebar__profile-ava {
  display: inline-flex;
  flex: 0 0 70px;
  max-height: 70px;
  max-width: 70px;
  margin-right: 20px;
  vertical-align: middle;
  overflow: hidden;
}
.sidebar__profile-ava img {
  width: 100%;
  object-fit: cover;
}
.sidebar__profile-panel {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 150px;
}
.sidebar__profile-username {
  flex: 1 1 auto;
}
.sidebar__profile-username-title {
  margin-bottom: 0.5em;
}
.sidebar__profile-username .coins {
  font-size: 0.75em;
}
.sidebar__profile_icon {
  flex: 0 0 20px;
}
.sidebar__buy-more {
  display: flex;
  flex: 0 1 100%;
  margin: 10px 0;
  padding: 3px;
  justify-content: center;
}
.sidebar .icon {
  position: absolute;
  right: 15px;
  top: 32px;
  color: #898989;
}
.collaplable {
  padding: 8px 0 10px;
}
.collaplable__trigger {
  font-size: 18px;
  cursor: pointer;
  user-select: none;
  margin-bottom: 10px;
  padding-right: 25px;
  position: relative;
}
.collaplable__trigger .icon {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  transition: transform ease 0.3s;
}
.collaplable .open .icon {
  transform: rotate(180deg);
}
.collaplable__area {
  max-height: 0;
  transition: max-height ease 0.3s;
  overflow: hidden;
}
.collaplable__area_visible {
  visibility: visible;
  max-height: 300px;
}
.collaplable__area_center {
  text-align: center;
}
.games-list {
  padding-top: 16px;
}
.games-list__titles {
  margin-bottom: 8px;
  padding: 0 35px 0 5px;
}
.games-list__titles .search {
  margin-left: 10px;
}
.games-list__content {
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 363px;
  margin: 0;
  padding-right: 12px;
  padding-left: 0;
  list-style: none;
}
.game-row {
  display: block;
}
.game-row:nth-child(2n+1) {
  background: #f3f3f3;
}
.game-row__link {
  display: block;
  padding: 16px 28px 16px 15px;
  text-decoration: none;
  outline: none;
}
.game-row__name {
  display: block;
  max-width: 300px;
  margin-bottom: 5px;
  text-decoration: none;
  letter-spacing: 0.4px;
  color: #29abe2;
  font-size: 20px;
  line-height: 1;
}
.game-row__creator {
  letter-spacing: 0.4px;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.game-row__players {
  text-align: right;
  letter-spacing: 0.4px;
  color: #24f20e;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
.game-row__players_full {
  color: #cc0000;
}
.gifts-line {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.gifts-line__img {
  width: 18px;
  height: 18px;
}
.gifts-line__img + .gifts-line__count {
  margin-left: 3px;
}
.gifts-line__img img {
  max-width: 100%;
}
.gifts-line__count {
  letter-spacing: 1.1px;
  color: #666666;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}
.gifts-line__count + .gifts-line__img {
  margin-left: 3px;
}
.gifts-line:first-child {
  margin-top: 0;
}
.round-title {
  text-align: center;
  letter-spacing: 0.5px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
}
.round-title span {
  font-weight: 500;
}
.team {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.team-points {
  width: 147px;
  padding: 9px 0;
  word-wrap: break-word;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 10px;
  background-color: #f15a24;
  font-size: 13px;
  line-height: 1;
}
.team-player {
  position: relative;
  width: 147px;
  height: 149px;
  margin-top: 15px;
  list-style: none;
  cursor: default;
  color: #f15a24;
  border-radius: 10px;
  background-color: #f6f6f7;
}
.team-player:first-child {
  margin-top: 0;
}
.team-player:hover .team-player__action {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.team-player_offline {
  opacity: 0.5;
}
.team-player_empty {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #f15a24;
}
.team-player_active:before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  border: 3px solid currentColor;
  border-radius: 10px;
}
.team-player_active .team-player__pointer {
  display: flex;
}
.team-player_active .team-player__name {
  color: inherit;
}
.team_left .team-player .team-player__pointer {
  -webkit-animation: move-left 1.3s ease-in-out infinite;
  -moz-animation: move-left 1.3s ease-in-out infinite;
  animation: move-left 1.3s ease-in-out infinite;
}
@-moz-keyframes move-left {
  0%,
  100% {
    transform: translate(10) translateY(-15) rotate(90deg);
  }
  50% {
    transform: translate(-15px) translateY(10px) rotate(85deg);
  }
}
@-webkit-keyframes move-left {
  0%,
  100% {
    transform: translate(10) translateY(-15) rotate(90deg);
  }
  50% {
    transform: translate(-15px) translateY(10px) rotate(85deg);
  }
}
@keyframes move-left {
  0%,
  100% {
    transform: translate(10) translateY(-15) rotate(90deg);
  }
  50% {
    transform: translate(-15px) translateY(10px) rotate(85deg);
  }
}
.team_right .team-player .team-player__pointer {
  -webkit-animation: move-right 1.3s ease-in-out infinite;
  -moz-animation: move-right 1.3s ease-in-out infinite;
  animation: move-right 1.3s ease-in-out infinite;
}
@-moz-keyframes move-right {
  0%,
  100% {
    transform: translate(-15) translateY(-15) rotate(0deg);
  }
  50% {
    transform: translate(10px) translateY(10px) rotate(5deg);
  }
}
@-webkit-keyframes move-right {
  0%,
  100% {
    transform: translate(-15) translateY(-15) rotate(0deg);
  }
  50% {
    transform: translate(10px) translateY(10px) rotate(5deg);
  }
}
@keyframes move-right {
  0%,
  100% {
    transform: translate(-15) translateY(-15) rotate(0deg);
  }
  50% {
    transform: translate(10px) translateY(10px) rotate(5deg);
  }
}
.game_open .team-player_ready:after,
.game_open .team-player_wait:after {
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px / 2;
  display: inline-block;
  z-index: 2;
}
.game_open .team_right .team-player_ready:after,
.game_open .team_right .team-player_wait:after {
  right: auto;
  left: 0;
}
.game_open .team-player_wait:after {
  content: '\f254';
}
.game_open .team-player_ready:after {
  content: '\f00c';
}
.team-player__gifts {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #e9e9ec;
}
.team-player__gifts_right {
  left: 100%;
  margin-left: -10px;
  padding: 8px 9px 0 18px;
  border-radius: 0 10px 10px 0;
}
.team-player__gifts_left {
  right: 100%;
  margin-right: -10px;
  padding: 8px 16px 0 6px;
  border-radius: 10px 0 0 10px;
}
.team-player__gifts_left .gifts-line {
  justify-content: flex-end;
}
.team-player__gifts_left .gifts-line__img {
  order: 1;
  margin-left: 3px;
}
.team-player__avatar {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.team-player__avatar img {
  width: 145px;
  height: 147px;
  object-fit: cover;
  border-radius: 10px;
}
.team-player__avatar,
.team-player__video {
  position: relative;
  z-index: 1;
  width: 147px;
  height: 149px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: #f6f6f7;
}
.team-player__avatar div,
.team-player__video div {
  border-radius: 10px;
}
.team-player__video_muted div:not(.team-player__avatar) {
  display: none;
}
.team-player__action {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  padding: 0 23px;
  transition: opacity 0.1s, visibility 0.1s;
  pointer-events: none;
  opacity: 0;
  border-radius: 10px;
  background: #373738;
}
.team-player__action .button {
  margin-top: 4px;
}
.team-player__action .button:first-child {
  margin-top: 0;
}
.team-player__notes {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  padding: 0 7px;
  transition: opacity 0.1s, visibility 0.1s;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  color: #ffffff;
  border-radius: 10px;
  background: #373738;
}
.team-player__notes_visible {
  z-index: 3;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.team-player__notes img {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 0 auto 5px;
}
.team-player__notes span {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1;
}
.team-player__notes .competitor-name {
  display: block;
  max-width: 141px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.team-player__notes div {
  margin-bottom: 5px;
}
.team-player__pointer {
  position: absolute;
  z-index: 4;
  right: -23px;
  bottom: -5px;
  display: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.team-player__send-gift {
  color: #ffffff;
  border-width: 0;
  position: absolute;
  z-index: 4;
  right: -16px;
  top: -16px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  cursor: pointer;
  border-radius: 50%;
}
.team-player__send-gift:focus {
  outline: 0;
}
.team-player__send-gift_small {
  display: inline-flex;
  height: 1.5em;
  width: 1.5em;
  position: relative;
  top: initial;
  right: initial;
  cursor: initial;
  background-size: 0.9em;
  margin: 0 0 -0.25em;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 2px rgba(0, 0, 0, 0.14), 0 5px 30px 6px rgba(0, 0, 0, 0.12);
}
.team_left .team-player__send-gift {
  left: -16px;
  right: auto;
}
.team-player__name {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  max-width: 141px;
  margin: 5px;
  padding: 7px 13px 8px 11px;
  color: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.4px;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
}
.team-player .button + .button {
  margin-left: 0;
}
.team_left .team-player__pointer {
  left: -23px;
  bottom: -15px;
  transform: rotate(90deg);
}
.team_left .team-player__name {
  left: auto;
  right: 0;
}
.game__local-player {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 11;
}
.game__local-player .team-player {
  width: 100px;
  height: 100px;
}
.game__local-player .video-controls {
  display: none;
}
.game__local-player .team-player__pointer {
  -webkit-animation: move-right 1.3s ease-in-out infinite;
  -moz-animation: move-right 1.3s ease-in-out infinite;
  animation: move-right 1.3s ease-in-out infinite;
}
@-moz-keyframes move-right {
  0%,
  100% {
    transform: translate(-15) translateY(-15) rotate(0deg);
  }
  50% {
    transform: translate(10px) translateY(10px) rotate(5deg);
  }
}
@-webkit-keyframes move-right {
  0%,
  100% {
    transform: translate(-15) translateY(-15) rotate(0deg);
  }
  50% {
    transform: translate(10px) translateY(10px) rotate(5deg);
  }
}
@keyframes move-right {
  0%,
  100% {
    transform: translate(-15) translateY(-15) rotate(0deg);
  }
  50% {
    transform: translate(10px) translateY(10px) rotate(5deg);
  }
}
.game {
  display: flex;
  justify-content: space-between;
}
.game__rules {
  color: #666666;
}
.game__rules__list {
  display: block;
  list-style-type: disc;
  text-align: left;
  line-height: 1.6rem;
}
.game__team {
  width: 147px;
  min-width: 147px;
}
.game-phase__header {
  text-align: center;
  margin-bottom: 10px;
}
.game-phase__description {
  text-align: center;
  margin-bottom: 10px;
}
.game__question {
  margin: 32px 0 20px;
  text-align: center;
}
.game__content-wrap {
  display: flex;
  padding: 0 66px;
  align-items: flex-start;
}
.game__content-wrap > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.game__question-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.game__return {
  margin-top: 15px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.2px;
  color: #999999;
  font-size: 12px;
}
.game__replay {
  display: inline-block;
  cursor: pointer;
  padding: 8px 10px 6px 6px;
  text-decoration: none;
  text-transform: uppercase;
  color: #f15a24;
  border: 1px solid #cdcecf;
  font-size: 14px;
  line-height: 1;
}
.game__replay .icon {
  margin: -3px 5px 0 0;
}
.game-panel {
  display: flex;
  flex: 1 1 830px;
  flex-direction: column;
  max-width: 835px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #ffffff;
}
.game-panel__content {
  height: 100%;
  padding: 10px 10px 16px;
  border-radius: 0 0 10px 10px;
}
.game-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px;
  border-radius: 10px 10px 0 0;
  background-color: #29abe2;
}
.game .video__container {
  margin-bottom: 10px;
  text-align: center;
}
.game .video__container_notification {
  margin-bottom: 7px;
}
.game .video__container .mute-notice {
  color: #333333;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  height: 16px;
}
.join-game-mobile-app .button_rounded {
  width: auto;
}
.chat {
  height: 100%;
  width: 250px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #ffffff;
}
.chat__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 10px 12px;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  background-color: #29abe2;
}
.chat__close {
  padding: 0 5px;
  cursor: pointer;
}
.chat__input-text {
  position: relative;
  height: 34px;
  border: 1px solid #ddddd3;
}
.chat__control {
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 12px 90px 7px 9px;
  resize: none;
  border: none;
  font-family: 'Oswald-Regular', sans-serif;
  font-size: 12px;
  line-height: 1;
}
.chat__control::-webkit-input-placeholder {
  letter-spacing: 0.5px;
  color: #666666;
  font-size: 12px;
  line-height: 1;
}
.chat__control:-ms-input-placeholder {
  letter-spacing: 0.5px;
  color: #666666;
  font-size: 12px;
  line-height: 1;
}
.chat__control::placeholder {
  letter-spacing: 0.5px;
  color: #666666;
  font-size: 12px;
  line-height: 1;
}
.chat__content {
  padding: 10px 10px 16px;
  border-radius: 0 0 10px 10px;
  background: #ffffff;
}
.chat__messages-scroll {
  overflow-y: auto;
  height: 414px;
  padding: 0 10px;
  margin-top: 12px;
}
.chat__messages-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column-reverse;
  min-height: 0;
}
.chat__messages-wrapper_gap-top_m {
  margin-top: 17px;
}
.chat__messages-wrapper_size_s {
  min-height: 381px;
}
.chat__send {
  position: absolute;
  top: 50%;
  right: 18px;
  cursor: pointer;
  transform: translate3d(0, -50%, 0);
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #f15a24;
  border: 0;
  background-color: transparent;
  font-family: 'Oswald-Regular', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.chat__smile {
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
  transform: translate3d(0, -50%, 0);
  color: #cccccc;
  border: 0;
  background-color: transparent;
  font-size: 12px;
  outline: 0;
}
.chat__message {
  position: relative;
  padding: 13px 8px 13px 15px;
  letter-spacing: 0.6px;
  background-color: #29abe2;
  font-family: 'Oswald-Regular', sans-serif;
  font-size: 13px;
  line-height: 1.36;
  color: #29abe2;
}
.chat__message::before {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  background-color: currentColor;
}
.chat__message::after {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  background: #ffffff;
}
.chat__message_balloon_left {
  border-radius: 0 13px 13px;
}
.chat__message_balloon_left::before {
  top: 0;
  left: -5px;
}
.chat__message_balloon_left::after {
  top: 1px;
  left: -10px;
  border-radius: 0 50%;
}
.chat__message_balloon_right {
  border-radius: 13px 0 13px 13px;
}
.chat__message_balloon_right::before {
  top: 0;
  right: -5px;
}
.chat__message_balloon_right::after {
  top: 1px;
  right: -10px;
  border-radius: 50% 0;
}
.chat__message + .chat__message {
  margin-top: 10px;
}
.chat__message_competitor {
  background-color: #f15a24;
  color: #f15a24;
}
.chat__message_competitor::before {
  background-color: currentColor;
}
.chat__message_anonymous {
  background-color: #c5c5c8;
}
.chat__message_anonymous::before {
  background-color: #c5c5c8;
}
.chat__message-text,
.chat__message-name,
.chat__message-time {
  display: block;
  color: #ffffff;
}
.chat__message-time,
.chat__message-name {
  font-size: 0.8em;
  font-weight: 700;
}
.chat__message-time {
  margin-top: 8px;
  text-align: right;
}
.chat__message-name {
  margin-bottom: 8px;
}
.chat__avatar {
  width: 24px;
  height: 24px;
  margin: 2px 0 0;
  border-radius: 50%;
}
.chat__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.chat__avatar .icon {
  color: #dbe6eb;
  font-size: 24px;
}
.chat__avatar + .chat__messages {
  margin-left: 7px;
}
.chat__messages {
  box-sizing: border-box;
  width: 170px;
}
.chat__line {
  display: flex;
  margin-top: 10px;
  padding: 0 21px 0 0;
}
.chat__line_self {
  flex-direction: row-reverse;
  padding: 0 5px;
}
.chat__line_self .chat__messages {
  width: 180px;
}
.chat__line_self .chat__avatar + .chat__messages {
  margin: 0 8px 0 0;
}
.chat__line__type_info .chat__message-text {
  color: #666666;
  font-size: 0.8em;
  font-weight: normal;
}
.treasure-list {
  box-sizing: border-box;
  height: 100%;
  padding: 20px 0 14px 14px;
  overflow-y: auto;
  max-height: 350px;
  min-width: 730px;
}
.treasure-list .infinite-scroll {
  display: flex;
  flex-wrap: wrap;
}
.treasure-list .infinite-scroll .pulse-loader {
  margin: 0 auto;
}
.treasure-list-like-panel .treasure-list {
  max-height: 490px;
}
.treasure {
  width: 100px;
  margin: 0 0 35px 48px;
  text-align: center;
}
.treasure:first-child,
.treasure:nth-child(5n + 1) {
  margin-left: 0;
}
.treasure__image-wrap {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
  margin-bottom: 4px;
  cursor: pointer;
  border: 3px solid #e4e4e4;
}
.treasure__image {
  display: inline-block;
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}
.treasure__name {
  margin-bottom: 3px;
  letter-spacing: 0.3px;
  color: #666666;
  font-size: 14px;
  line-height: 1;
}
.treasure__description {
  width: 350px;
  padding-bottom: 30px;
  white-space: pre-wrap;
}
.treasure__points {
  letter-spacing: 0.2px;
  color: #f15a24;
  font-size: 12px;
  line-height: 1;
}
.treasure-search {
  margin: 0 0 5px auto;
}
@media (max-width: 1104px) {
  .treasure-chest-panel .treasure-list {
    max-height: 335px;
  }
  .treasure-chest-panel .pulse-loader {
    width: 100%;
  }
}
.treasure-chest-panel {
  height: 100%;
  width: 250px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #ffffff;
}
.treasure-chest-panel .panel {
  margin: 0;
}
.treasure-chest-panel .panel__content {
  padding: 10px 0 16px;
  border-radius: 0 0 10px 10px;
  background: #ffffff;
}
.treasure-chest-panel .panel__content .panel__header {
  display: none;
}
.treasure-chest-panel .panel__content .treasure-search {
  margin: 0 15px 10px auto;
}
.treasure-chest-panel .panel__content .treasure-list {
  min-width: 230px;
  padding: 10px 5px;
}
.treasure-chest-panel .panel__content .treasure {
  margin: 0 5px 25px 10px;
}
.treasure-chest-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 10px 12px;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
}
.treasure-chest-panel__header h4 {
  margin: 0;
}
.treasure-chest-panel__input-text {
  position: relative;
  height: 34px;
  border: 1px solid #ddddd3;
}
.treasure-chest-panel__control {
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 12px 90px 7px 9px;
  resize: none;
  border: none;
  font-family: 'Oswald-Regular', sans-serif;
  font-size: 12px;
  line-height: 1;
}
.treasure-chest-panel__control::-webkit-input-placeholder {
  letter-spacing: 0.5px;
  color: #666666;
  font-size: 12px;
  line-height: 1;
}
.treasure-chest-panel__control:-ms-input-placeholder {
  letter-spacing: 0.5px;
  color: #666666;
  font-size: 12px;
  line-height: 1;
}
.treasure-chest-panel__control::placeholder {
  letter-spacing: 0.5px;
  color: #666666;
  font-size: 12px;
  line-height: 1;
}
.treasure-chest-panel__empty-wrapper {
  width: 100%;
}
@media (max-width: 1024px) {
  .treasure-chest-panel {
    z-index: 111;
    position: relative;
  }
}
@media (max-width: 760px) {
  .treasure-chest-panel {
    position: fixed;
    bottom: 0;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .treasure-chest-panel .panel__content .treasure-list {
    max-height: calc(100% - 58px);
    height: calc(100% - 58px);
  }
  .treasure-chest-panel .panel__content {
    height: calc(100% - 57px);
  }
}
.leaderboard-panel {
  height: 100%;
  width: 250px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #ffffff;
}
.leaderboard-panel .panel {
  margin: 0;
}
.leaderboard-panel .panel__content {
  padding: 10px 2px;
  border-radius: 0 0 10px 10px;
  background: #ffffff;
}
.leaderboard-panel .panel__content .players-list {
  padding-top: 0;
  width: 242px;
}
.leaderboard-panel .panel__content .players-list__content {
  min-width: 230px;
  padding: 10px 5px;
}
.leaderboard-panel .panel__content .player {
  padding: 9px 15px 9px 5px;
  position: relative;
}
.leaderboard-panel .panel__content .player__points {
  position: absolute;
  left: 76px;
  top: 52px;
  font-size: 12px;
}
.leaderboard-panel .panel__content .player__points:before {
  content: 'Points:';
  margin-right: 5px;
  color: #000000;
}
.leaderboard-panel .panel__content .player__name {
  margin-bottom: 38px;
  font-size: 16px;
}
.leaderboard-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 10px 12px;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
}
.leaderboard-panel__header h4 {
  margin: 0;
}
.leaderboard-panel__input-text {
  position: relative;
  height: 34px;
  border: 1px solid #ddddd3;
}
.leaderboard-panel__control {
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 12px 90px 7px 9px;
  resize: none;
  border: none;
  font-family: 'Oswald-Regular', sans-serif;
  font-size: 12px;
  line-height: 1;
}
.leaderboard-panel__control::-webkit-input-placeholder {
  letter-spacing: 0.5px;
  color: #666666;
  font-size: 12px;
  line-height: 1;
}
.leaderboard-panel__control:-ms-input-placeholder {
  letter-spacing: 0.5px;
  color: #666666;
  font-size: 12px;
  line-height: 1;
}
.leaderboard-panel__control::placeholder {
  letter-spacing: 0.5px;
  color: #666666;
  font-size: 12px;
  line-height: 1;
}
.leaderboard-panel .players-list__titles .cell:last-child {
  display: none;
}
@media (max-width: 1104px) {
  .leaderboard-panel .players-list {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .leaderboard-panel {
    z-index: 111;
    position: relative;
  }
}
@media (max-width: 760px) {
  .leaderboard-panel {
    position: fixed;
    bottom: 0;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .leaderboard-panel .panel__content .players-list-wrapper {
    max-height: calc(100% - 58px);
    height: calc(100% - 58px);
  }
  .leaderboard-panel .panel__content {
    height: calc(100% - 57px);
  }
}
.redemption {
  padding: 30px;
}
.redemption__label {
  font-size: 20px;
  color: #555555;
  padding-bottom: 5px;
}
.redemption__value {
  width: 350px;
  font-size: 18px;
  color: #898989;
  padding-bottom: 15px;
}
.redemption__description {
  width: 350px;
  font-size: 18px;
  color: #898989;
  padding-bottom: 15px;
  white-space: pre-wrap;
}
.redemption__image_wrap {
  box-sizing: border-box;
  border: 3px solid #e4e4e4;
  width: 100px;
  height: 100px;
}
.redemption__avatar {
  width: 100%;
}
.privacy {
  padding: 10px 30px;
}
.privacy__hilight {
  font-weight: 400;
}
.terms {
  padding: 10px 30px;
}
.terms__hilight {
  font-weight: 400;
}
.gift-landing {
  height: 100%;
  align-items: center;
  display: flex;
}
@media (max-width: 880px) {
  .gift-landing {
    align-items: flex-end;
  }
}
.gift-landing__wrapper {
  background-color: #7fd6f7;
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100vh - 46px);
  overflow: hidden;
}
@media (max-width: 880px) {
  .gift-landing__wrapper {
    min-height: calc(100vh - 94px);
    position: static;
    max-width: 100vw;
    padding-bottom: 30px;
  }
}
.gift-landing__heading {
  font-family: 'Oswald-Regular', sans-serif;
  color: #ffffff;
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
@media (max-width: 880px) {
  .gift-landing__heading {
    font-size: 35px;
  }
}
.gift-landing__details {
  font-size: 20px;
  color: #314454;
  line-height: 30px;
  font-family: 'Raleway-Medium', sans-serif;
}
@media (max-width: 880px) {
  .gift-landing__details {
    font-size: 15px;
    line-height: 22px;
  }
}
.gift-landing__list {
  line-height: 40px;
  display: inline-block;
  width: auto;
}
.gift-landing__list-item {
  display: block;
}
.gift-landing__list-item span {
  position: relative;
}
.gift-landing__list-item span:before {
  content: '•';
  position: absolute;
  left: -15px;
}
@media (max-width: 880px) {
  .gift-landing__list {
    line-height: 40px;
  }
}
.gift-landing__bubble {
  position: absolute;
  border-radius: 50%;
}
.gift-landing__bubble-blue {
  background-color: #29abe2;
}
.gift-landing__bubble-blue-1 {
  width: 480px;
  height: 480px;
  z-index: 100;
  top: 250px;
  left: -200px;
}
@media (max-height: 900px) {
  .gift-landing__bubble-blue-1 {
    top: 25%;
  }
}
@media (max-width: 880px) {
  .gift-landing__bubble-blue-1 {
    width: 100px;
    height: 100px;
    left: -22px;
    top: 60px;
  }
}
.gift-landing__bubble-blue-2 {
  height: 130px;
  width: 130px;
  left: 190px;
  top: 700px;
  z-index: 101;
}
@media (max-height: 900px) {
  .gift-landing__bubble-blue-2 {
    top: 80%;
  }
}
@media (max-width: 880px) {
  .gift-landing__bubble-blue-2 {
    display: none;
  }
}
.gift-landing__bubble-orange {
  background-color: #f15a24;
}
.gift-landing__bubble-orange-1 {
  top: 145px;
  right: -36px;
  width: 72px;
  height: 72px;
  z-index: 100;
}
@media (max-height: 900px) {
  .gift-landing__bubble-orange-1 {
    top: 15%;
  }
}
@media (max-width: 880px) {
  .gift-landing__bubble-orange-1 {
    top: 77px;
    right: -15px;
    width: 91px;
    height: 91px;
    z-index: 1100;
  }
}
.gift-landing__bubble-orange-2 {
  width: 415px;
  height: 415px;
  top: 256px;
  right: -130px;
  z-index: 100;
}
@media (max-height: 900px) {
  .gift-landing__bubble-orange-2 {
    top: 25%;
  }
}
@media (max-width: 880px) {
  .gift-landing__bubble-orange-2 {
    display: none;
  }
}
.gift-landing__bubble-orange-3 {
  width: 72px;
  height: 72px;
  top: 618px;
  left: 173px;
  z-index: 1100;
  color: white;
  line-height: 72px;
  text-align: center;
}
@media (max-height: 900px) {
  .gift-landing__bubble-orange-3 {
    top: 73%;
  }
}
.gift-landing__bubble-orange-3 .icon {
  font-size: 40px;
}
@media (max-width: 880px) {
  .gift-landing__bubble-orange-3 {
    top: 148px;
    left: 82px;
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .gift-landing__bubble-orange-3 .icon {
    font-size: 30px;
  }
}
.gift-landing__avatar-1 {
  width: 211px;
  height: 211px;
  background-image: url(/static/media/avatar-1.f51de6e2.png);
  background-size: cover;
  left: 100px;
  top: 175px;
  z-index: 1001;
}
@media (max-height: 900px) {
  .gift-landing__avatar-1 {
    top: 17%;
  }
}
@media (max-width: 880px) {
  .gift-landing__avatar-1 {
    width: 64px;
    height: 64px;
    top: 32px;
    left: 30px;
  }
}
.gift-landing__avatar-2 {
  width: 150px;
  height: 150px;
  background-image: url(/static/media/avatar-2.a4f8da29.png);
  background-size: cover;
  left: 25px;
  top: 310px;
  z-index: 1002;
}
@media (max-height: 900px) {
  .gift-landing__avatar-2 {
    top: 30%;
  }
}
@media (max-width: 880px) {
  .gift-landing__avatar-2 {
    width: 48px;
    height: 48px;
    top: 130px;
    left: 30px;
  }
}
.gift-landing__avatar-3 {
  width: 317px;
  height: 317px;
  background-image: url(/static/media/avatar-3.00022f9d.png);
  background-size: cover;
  left: 105px;
  top: 338px;
  z-index: 1003;
}
@media (max-height: 900px) {
  .gift-landing__avatar-3 {
    top: 34%;
  }
}
@media (max-width: 880px) {
  .gift-landing__avatar-3 {
    width: 115px;
    height: 115px;
    top: 54px;
    left: 56px;
  }
}
.gift-landing__avatar-4 {
  width: 280px;
  height: 280px;
  background-image: url(/static/media/avatar-4.f04b42d4.png);
  background-size: cover;
  right: 135px;
  top: 328px;
  z-index: 1004;
}
@media (max-height: 900px) {
  .gift-landing__avatar-4 {
    top: 32%;
  }
}
@media (max-width: 880px) {
  .gift-landing__avatar-4 {
    width: 134px;
    height: 134px;
    top: 31px;
    right: 35px;
  }
}
.gift-landing__main {
  margin: 0 auto;
  text-align: center;
  z-index: 1010;
}
.gift-landing__button {
  min-height: 64px;
  line-height: 64px;
  padding: 0 50px;
  font-size: 16px;
  color: #ffffff;
  background-color: #f15a24;
  font-family: 'Oswald-Medium', sans-serif;
  transition: background-color 0.1s;
  border-radius: 33px;
  border: 0;
}
@media (max-width: 880px) {
  .gift-landing__button {
    font-size: 14px;
    line-height: 48px;
    min-height: 48px;
    padding: 0 35px;
  }
}
.gift-landing__button:hover {
  cursor: pointer;
  background-color: #c13c0c;
}
.gift-landing__button_secondary {
  background-color: #29abe2;
}
.gift-landing__button_secondary:hover {
  background-color: #2e9cca;
}
.gift-landing__button + .gift-landing__button {
  margin-left: 30px;
}
.gift-landing__silver {
  width: 107px;
  height: 104px;
  position: absolute;
  background-image: url(/static/media/silver.38712e06.png);
  background-size: contain;
  top: 750px;
  left: 260px;
  z-index: 1000;
}
@media (max-height: 900px) {
  .gift-landing__silver {
    top: 85%;
  }
}
@media (max-width: 880px) {
  .gift-landing__silver {
    display: none;
  }
}
.gift-landing__coins {
  position: absolute;
  width: 420px;
  height: 377px;
  z-index: 1010;
  right: -150px;
  top: 440px;
  background-image: url(/static/media/coins.15f80df4.png);
  background-size: contain;
}
@media (max-height: 900px) {
  .gift-landing__coins {
    top: 44%;
  }
}
@media (max-width: 880px) {
  .gift-landing__coins {
    top: 112px;
    right: 20px;
    width: 91px;
    height: 83px;
    z-index: 1200;
  }
}
* {
  box-sizing: border-box;
}
body {
  position: relative;
  margin: 0;
  background-color: #cdcecf;
  font-family: 'Oswald-Regular', sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  height: calc(var(--vh, 1vh) * 100);
}
h1 {
  color: black;
}
h3 {
  margin-top: 0;
}
main {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-height: calc(100vh - 50px - 82px - 28px);
  margin: 0 auto 28px;
  padding: 30px calc((100% - 1104px)/2) 28px;
}
a {
  color: #f15a24;
}
h2 {
  font-weight: 500;
}
.help-toggle,
.chat-toggle,
.media-toggle {
  position: absolute;
  right: 0;
  box-sizing: border-box;
  width: 46px;
  height: 53px;
  padding-top: 8px;
  cursor: pointer;
  outline: none;
  text-align: center;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 10px 0 0 10px;
  background-color: #f15a24;
  font-size: 10px;
  font-weight: 500;
  z-index: 5;
}
.help-toggle {
  top: 40px;
  transition: right 0.3s, opacity 0.3s;
  opacity: 1;
}
.help-toggle_opened {
  right: calc((100% + 835px)/2);
  transition: right 0.6s, opacity 0.5s;
  opacity: 0.8;
}
.media-toggle {
  top: 100px;
}
.media-toggle_disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.chat-toggle {
  top: 160px;
}
.custom-overflow {
  color: #f15a24;
}
.custom-overflow::-webkit-scrollbar {
  width: 6px;
}
.custom-overflow::-webkit-scrollbar-track {
  background-color: #cccccc;
}
.custom-overflow::-webkit-scrollbar-thumb {
  background-color: currentColor;
}
.title {
  margin: 0;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.preview-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #f15a24;
}
.preview-image .icon {
  color: #ffffff;
}
.link_type_pseudo {
  text-decoration: none;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #ddddd3;
}
.error-page {
  width: 50%;
  margin: auto;
  text-align: center;
}
.confirm-box__message {
  white-space: pre-wrap;
  font-size: 22px;
}
.platform-list,
.browser-list {
  padding: 30px;
}
.platform-list-header,
.browser-list-header {
  margin: 0;
  padding: 0 30px;
  clear: both;
}
.platform__name,
.browser__name {
  margin-bottom: 15px;
}
.platform__icon,
.browser__icon {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  background: url(/static/media/browsers.ab6b958b.png) no-repeat;
  background-size: cover;
}
.platform__icon_chrome,
.browser__icon_chrome {
  background-position: 0 0;
}
.platform__icon_firefox,
.browser__icon_firefox {
  background-position: -110px 0;
}
.platform__icon_safari,
.browser__icon_safari {
  background-position: -225px 0;
}
.platform__icon_opera,
.browser__icon_opera {
  background-position: -337px 0;
}
.platform {
  flex: 1;
}
.platform-list {
  display: flex;
  flex-wrap: wrap;
}
.platform__icon {
  background: url(/static/media/platforms.89cadb95.png) no-repeat;
}
.platform__icon_android {
  background-position: -300px 0;
}
.platform__icon_ios {
  background-position: -100px 0;
}
.platform__icon_macos {
  background-position: -200px 0;
}
.platform__icon_windows {
  background-position: 0 0;
}
.join-game-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 556px;
  min-height: 260px;
  margin: auto;
}
.failback-img {
  opacity: 0;
}
.failback-img + .preview-image {
  display: none;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.mb-1 {
  margin-bottom: 5px;
}
.mb-2 {
  margin-bottom: 10px;
}
.mt-1 {
  margin-top: 5px;
}
.mt-2 {
  margin-top: 10px;
}
.ml-1 {
  margin-left: 5px;
}
.mr-1 {
  margin-right: 5px;
}
.mh-1 {
  margin-left: 5px;
  margin-right: 5px;
}
.mh-auto {
  margin-left: auto;
  margin-right: auto;
}
.flex {
  display: flex;
}
@media (max-width: 1104px) {
  /* stylelint-disable */
  .header {
    padding: 2px calc((100% - 768px)/2);
  }
  main {
    padding: 30px calc((100% - 768px)/2) 28px;
  }
  .row_column-m {
    flex-direction: column;
  }
  .row_column-m .cell + .cell {
    margin-top: 15px;
    margin-left: 0;
  }
  .chat {
    width: 100%;
    height: 50%;
  }
  .chat__messages {
    width: auto;
  }
  .chat__line_self .chat__messages {
    width: 100%;
  }
  .treasure-chest-panel {
    width: 100%;
    height: 50%;
  }
  .leaderboard-panel {
    width: 100%;
    height: 50%;
  }
  .games-list__content,
  .players-list__content {
    margin-right: 12px;
  }
  /* stylelint-enable */
}
.sign-in__register-btn {
  display: none;
}
.game-panel .top-menu-btn {
  background-color: transparent !important;
  padding: 4px 5px;
  margin-left: 10px;
}
.game-panel .top-menu-btn .icon {
  margin: 0;
  font-size: 20px !important;
}
.panel__header .top-menu-btn {
  display: none;
  padding: 5px 8px;
}
.panel__header .top-menu-btn .icon {
  margin: 0;
  font-size: 32px !important;
}
.games-list_m_actions,
.players-list-header {
  display: none;
}
.games-list_m_actions-cell {
  width: 50%;
}
.sign-up__login-btn {
  display: none;
}
@media (max-width: 880px) {
  #root {
    overflow: hidden;
  }
  .game-header {
    padding: 6px 6px 6px 43px;
    border-radius: 0;
  }
  .header {
    display: none;
  }
  .sidebar {
    display: block;
  }
  .sidebar .link-button {
    font-size: 24px;
    font-family: 'Oswald-Regular', sans-serif;
    letter-spacing: 1px;
    padding: 0;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
  }
  main {
    margin: 0 auto 15px;
    padding: 0;
    min-height: calc(100vh - 65px);
    background-color: #ffffff;
    overflow-y: auto;
  }
  main .help-toggle {
    top: auto;
    bottom: 10px;
  }
  .public-page .help-toggle {
    display: none;
  }
  .logo {
    width: 100%;
  }
  .panel__header_m {
    border-radius: 0;
  }
  .panel_size_m {
    width: auto;
    border-radius: 0;
    background-color: #ffffff;
  }
  .panel_size_m .panel__content {
    border-radius: 0;
  }
  .panel_size_m .panel__header {
    border-radius: 0;
  }
  .row_column-m .cell + .cell {
    margin-top: 0;
  }
  /* Public pages */
  .sign-in .panel__header .button,
  .sign-up .panel__header .button,
  .forgot-pass .panel__header .button,
  .profile-page .panel__header .button,
  .profile-password .panel__header .button {
    display: none;
  }
  .sign-in .button,
  .sign-up .button,
  .forgot-pass .button,
  .profile-page .button,
  .profile-password .button {
    font-size: 18px;
  }
  .sign-in__actions,
  .sign-up__actions,
  .forgot-pass__actions,
  .profile-page__actions,
  .profile-password__actions {
    justify-content: space-between;
  }
  .sign-in .form__error,
  .sign-up .form__error,
  .forgot-pass .form__error,
  .profile-page .form__error,
  .profile-password .form__error {
    width: 100%;
    top: 100%;
    left: 0;
    right: auto;
    padding: 5px 0 0;
    transform: none;
    background: #ffffff;
    color: #cc3300;
  }
  .sign-in .form__row_gap_s,
  .sign-up .form__row_gap_s,
  .forgot-pass .form__row_gap_s,
  .profile-page .form__row_gap_s,
  .profile-password .form__row_gap_s {
    margin-bottom: 30px;
  }
  .sign-in .form__error::before,
  .sign-up .form__error::before,
  .forgot-pass .form__error::before,
  .profile-page .form__error::before,
  .profile-password .form__error::before {
    display: none;
  }
  .sign-in .form__row .link,
  .sign-up .form__row .link,
  .forgot-pass .form__row .link,
  .profile-page .form__row .link,
  .profile-password .form__row .link {
    display: inline-block;
  }
  .sign-in .terms-condition .checkbox__box,
  .sign-up .terms-condition .checkbox__box,
  .forgot-pass .terms-condition .checkbox__box,
  .profile-page .terms-condition .checkbox__box,
  .profile-password .terms-condition .checkbox__box {
    width: 28px;
    position: static;
    vertical-align: top;
  }
  .sign-in .terms-condition .checkbox__box:before,
  .sign-up .terms-condition .checkbox__box:before,
  .forgot-pass .terms-condition .checkbox__box:before,
  .profile-page .terms-condition .checkbox__box:before,
  .profile-password .terms-condition .checkbox__box:before {
    display: inline-block;
    position: static;
    width: 20px;
    height: 20px;
  }
  .sign-in .terms-condition .checkbox__tick,
  .sign-up .terms-condition .checkbox__tick,
  .forgot-pass .terms-condition .checkbox__tick,
  .profile-page .terms-condition .checkbox__tick,
  .profile-password .terms-condition .checkbox__tick {
    width: 20px;
    height: 20px;
    top: 0;
  }
  .sign-in__register-btn {
    display: block;
  }
  .sign-in__forgot-btn {
    position: absolute;
    bottom: 26px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .sign-up__login-btn {
    display: block;
    margin-top: 25px;
  }
  .sign-up .button {
    margin-top: 30px;
  }
  .sign-up .form__error-wrap .button {
    margin-top: 0;
  }
  .sign-up .terms-condition .checkbox__box:before {
    position: absolute;
  }
  .sign-up .terms-condition .checkbox__label {
    position: relative;
    z-index: 9;
  }
  .help-panel {
    padding-bottom: 0;
    bottom: 0;
    top: 0;
  }
  .help-panel_displayed {
    overflow: visible;
  }
  .lobby-page .panel__header_l,
  .leaderboard-page .panel__header_l {
    padding: 28px 20px 25px 25px;
  }
  .lobby-page .panel__header,
  .leaderboard-page .panel__header {
    border-radius: 0;
  }
  .lobby-page .panel__header .text-xxxx-big,
  .leaderboard-page .panel__header .text-xxxx-big {
    display: none;
  }
  .chat {
    width: auto;
    height: auto;
    top: 50px;
    bottom: 48px;
    margin: auto 0 !important;
    right: 10px;
    left: 10px;
    margin-right: -46%;
    z-index: 11;
  }
  /* Lobby */
  .lobby-page .people-online {
    display: none;
  }
  .lobby-page .panel__content_l {
    padding: 0;
  }
  .lobby-page .games-list__content {
    margin-right: 0;
    padding-right: 0;
    max-height: none;
  }
  .lobby-page .games-list__content .game-row__link {
    padding: 16px 20px;
  }
  .lobby-page .panel__header .new-game-btn {
    display: none;
  }
  .lobby-page .panel__header .top-menu-btn {
    display: block;
  }
  .lobby-page .games-list__titles {
    padding: 0 20px 5px;
  }
  .lobby-page .games-list__titles .search {
    display: none;
  }
  .lobby-page .games-list_m_actions {
    display: flex;
    justify-content: space-between;
    padding: 5px 12px 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
    box-shadow: 0 5px 10px #f3f3f3;
  }
  .lobby-page .games-list_m_actions .search {
    width: 100%;
    padding-right: 10px;
  }
  .lobby-page .games-list_m_actions .new-game-btn {
    width: auto;
  }
  /* Leaderboard */
  .leaderboard-page .panel__header .top-menu-btn {
    display: block;
    position: relative;
    top: 5px;
  }
  .leaderboard-page .players-list-header {
    display: flex;
    padding-top: 15px;
    font-size: 22px;
  }
  .leaderboard-page .players-list-header__points {
    margin-right: 14px;
  }
  .leaderboard-page .panel__content_l {
    padding: 0 15px;
  }
  .leaderboard-page .players-list__content {
    max-height: none;
    margin-right: 0;
    padding-right: 0;
  }
  .leaderboard-page .players-list-wrapper {
    width: 100%;
  }
  .leaderboard-page .people-online-wrapper {
    display: none;
  }
  .leaderboard-page .player:last-child {
    margin-bottom: 15px;
  }
  /* Treasure Chest */
  .treasure-page .panel__header .top-menu-btn {
    display: block;
    position: relative;
    top: 5px;
  }
  .treasure-page .panel__header {
    padding: 18px 20px 25px 25px;
    border-radius: 0;
  }
  .treasure-page .panel__header .text-xxxx-big {
    display: none;
  }
  .treasure-page__sidebar-actions {
    display: flex;
    align-items: center;
  }
  .treasure-page__sidebar-actions .button {
    margin-left: 30px;
  }
  .treasure-page .treasure-list {
    position: static !important;
    max-height: none !important;
    margin-right: 0;
    overflow-x: hidden;
    height: calc(90vh) !important;
  }
  .treasure-page .treasure {
    margin: 20px 4% !important;
  }
  /* Profile */
  .profile-page .user-profile .row {
    display: block;
  }
  .profile-page .user-profile .form__label {
    width: 100%;
    padding: 5px 0;
    text-align: left;
    font-size: 16px;
  }
  .profile-page .user-profile .form__error-wrap {
    width: 100%;
    padding: 0;
  }
  .profile-page .user-profile .file-uploader__dropzone-img {
    padding: 0;
  }
  .profile-page .user-profile__actions {
    text-align: center;
  }
  .profile-page .user-profile__password {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .profile-page .user-profile__avatar-wrap {
    flex: auto;
    margin: 0 auto;
  }
  .profile-page .form {
    padding: 0;
    overflow: hidden;
  }
  .profile-page .tab-component__item {
    padding: 15px 10px;
    font-size: 18px;
    border-radius: 0;
  }
  .profile-page .react-tabs__tab-panel {
    padding: 10px 15px;
  }
  .profile-page .tab-component {
    padding-bottom: 10px;
  }
  .profile-page .user-profile__points {
    text-align: left;
  }
  .profile-page .user-treasures__treasure .treasure {
    margin: 0 auto 20px;
  }
  .profile-page .user-treasures__treasure .treasure__desc {
    margin: 0 0 30px !important;
  }
  .profile-page .user-treasures__treasure__description {
    width: 100%;
  }
  .profile-page .user-profile__avatar-links {
    margin: 20px 0;
  }
  .profile-page .treasure__image-wrap {
    display: flex !important;
  }
  .authenticated .help-toggle {
    display: none;
  }
  .authenticated .help-toggle__wrapper {
    margin-bottom: 0;
  }
  /* Popups on mobile devices */
  .modal {
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    width: auto;
    transform: none;
  }
  .modal__content {
    padding: 20px 20px 100px;
  }
  .modal__new-game .form {
    padding: 30px 25px;
  }
  .modal__new-game .form__error {
    width: 100%;
    top: 100%;
    left: 0;
    right: auto;
    padding: 5px 0 0;
    transform: none;
    background: #ffffff;
    color: #cc3300;
  }
  .modal__new-game .form__error::before {
    display: none;
  }
  .modal__new-game_txt {
    display: block;
    margin-top: 30px;
  }
  .modal__new-game_txt .cell_bordered {
    flex: none;
    width: 100%;
    margin-top: 20px;
    border: none;
    text-align: left;
  }
  .modal__treasure-chest {
    padding: 20px 20px 100px;
    height: 100%;
    overflow-y: auto;
  }
  .modal__treasure-chest .modal__treasure-chest-wrapper {
    display: block;
  }
  .modal__treasure-chest .modal__treasure-chest-img {
    text-align: center;
  }
  .modal__treasure-chest .modal__treasure-chest-img .treasure__image-wrap {
    border: none;
  }
  .modal__treasure-chest .modal__treasure-chest-img img {
    max-height: 210px;
  }
  .modal__treasure-chest .treasure {
    display: inline-block;
    width: 50%;
  }
  .modal__treasure-chest .treasure__description {
    width: 100%;
  }
  .modal__treasure-chest .modal__treasure-chest-desc {
    margin: 0;
    text-align: justify;
    line-height: 1.5;
  }
  .modal__treasure-chest .treasure__image-wrap {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .modal_header_fixed .modal__content {
    max-height: 100%;
  }
  .game-in-progress main,
  .join-in-progress main {
    margin: 0;
    height: 100%;
  }
  .game-in-progress header,
  .join-in-progress header {
    display: none;
  }
  .game-in-progress footer,
  .join-in-progress footer {
    display: none;
  }
  .game-in-progress #root,
  .join-in-progress #root,
  .game-in-progress .authenticated,
  .join-in-progress .authenticated,
  .game-in-progress .layout_root,
  .join-in-progress .layout_root,
  .game-in-progress .help-toggle__wrapper .cell_full,
  .join-in-progress .help-toggle__wrapper .cell_full,
  .game-in-progress .help-toggle__wrapper,
  .join-in-progress .help-toggle__wrapper {
    height: 100%;
  }
  .game_play .game__team .team-player_active {
    position: fixed;
    left: 20px;
    right: initial;
    top: 65px;
    width: 100px;
    height: 100px;
  }
  .video__interstitial,
  .image__interstitial {
    padding-top: 110px;
  }
  .game_open .team_left .team-player_ready:after,
  .game_open .team_left .team-player_wait:after {
    left: 0;
    right: auto;
  }
  .chat {
    position: fixed;
  }
  .chat-toggle {
    visibility: hidden;
  }
  .game__question-wrap {
    padding-top: 44px;
    height: 100%;
    transform: translateZ(0);
  }
  .game__content-wrap > div {
    transform: translateZ(0);
    height: auto;
  }
  .media-toggle {
    display: none;
  }
  /* Game */
  .game {
    flex-direction: column;
    background: #ffffff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px 0 140px 10px;
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    position: relative;
    /* stylelint-disable */
    /* stylelint-enable */
  }
  .game-panel {
    overflow: hidden;
    max-width: 100%;
    flex: 1 1 100%;
    border-radius: 0;
    width: 100%;
  }
  .game-panel__content {
    border-radius: 0;
    background-color: #f2f2f2;
    padding-top: 13px;
    padding-bottom: 0;
    overflow-y: auto;
    position: relative;
  }
  .game-header {
    border-radius: 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    padding: 6px;
  }
  .game__content-wrap {
    padding: 0;
    justify-content: center;
    padding-bottom: 45px;
    padding-right: 10px;
    min-height: 100%;
    overflow-y: scroll;
    transform: translateZ(0);
  }
  .game__team {
    width: 50%;
    padding-right: 10px;
  }
  .game__team + .game__team {
    padding-right: 0;
    padding-left: 10px;
  }
  .game .game__teams:not(.game__teams_expanded) .team-local-player .team-player__emoji-notes {
    display: block;
  }
  .game .game__teams:not(.game__teams_expanded) .team-local-player .team-player__emoji-notes img {
    height: 30px;
    width: 30px;
  }
  .game .game__teams:not(.game__teams_expanded) .team-local-player:not(.team-player_active) .team-player__emoji-notes .notification__text {
    display: none;
  }
  .game__teams {
    height: 66px;
    display: flex;
    transition: all 0.2s;
    background-color: #ffffff;
    position: absolute;
    bottom: 48px;
    left: 20px;
    right: 20px;
    z-index: 11;
    box-shadow: 0 -30px 22px #ffffff;
  }
  .game__teams .icon-boot-s {
    margin: 0 !important;
  }
  .game__teams .video-controls {
    display: none;
  }
  .game__teams .team-player__name {
    display: none;
  }
  .game__teams .team-player__notes {
    padding: 7px 0 0;
  }
  .game__teams .team-player__notes .kick-note {
    display: none;
  }
  .game .team-player__gifts {
    display: none;
  }
  .game .team-player__emoji-notes {
    font-size: 15px;
  }
  .game .team-player__emoji-notes .button {
    display: none;
  }
  .game .team-player__emoji-notes img {
    height: 25px;
    width: 25px;
    margin: 0;
  }
  .game__bottom-nav {
    display: flex;
    transition: all 0.2s;
    position: absolute;
    z-index: 11;
    bottom: 5px;
    left: 0;
    right: 0;
    background: white;
    padding: 5px 0;
  }
  .game__bottom-nav .button {
    width: 50%;
    margin-left: 2px;
    font-size: 18px;
  }
  .game__bottom-nav .game-btn::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    margin: 0 0 0 -15px;
    bottom: 10px;
    background: white;
  }
  .game__bottom-nav__expanded {
    display: flex;
    transition: all 0.2s;
    position: absolute;
    z-index: 11;
    bottom: 5px;
    left: 0;
    right: 0;
    background: white;
    padding: 5px 0;
  }
  .game__bottom-nav__expanded .button {
    margin-left: 2px;
    width: 45%;
    font-size: 18px;
  }
  .game__bottom-nav__expanded .button_expanded {
    width: 90%;
  }
  .game__bottom-nav__expanded .back {
    margin-left: 2px;
    width: 38px;
    background: #88898a url(/static/media/back-btn.075f6267.png) no-repeat center !important;
  }
  .game__teams_expanded {
    height: 232px;
    flex-direction: column;
  }
  .game__teams_expanded .game__team {
    width: 100%;
    padding: 0;
  }
  .game__teams_expanded .game__team + .game__team {
    padding-top: 16px;
  }
  .game__teams_expanded .team {
    grid-template-columns: 31% 31% 31%;
    grid-column-gap: 10px;
  }
  .game__teams_expanded .team-player {
    width: 100%;
    height: 100px;
    margin-top: 0;
  }
  .game__teams_expanded .team-player__name {
    display: inline-block;
    left: 5px;
    right: 5px;
  }
  .game__teams_expanded .team-player__avatar,
  .game__teams_expanded .team-player__video {
    width: auto;
    height: 100%;
    overflow: hidden;
  }
  .game__teams_expanded .team-player__avatar img,
  .game__teams_expanded .team-player__video img {
    width: auto;
    height: 100px;
  }
  .game__teams_expanded .team-player__notes .kick-note {
    display: inline;
  }
  .authenticated .gift-landing__wrapper,
  .authenticated main {
    height: calc(var(--vh, 1vh) * 100);
    overflow-x: hidden;
    min-height: initial;
  }
  .modal {
    max-height: 100vh;
  }
  .team {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    width: 100%;
    grid-column-gap: 7px;
  }
  .team-player {
    width: 100%;
    height: 50px;
    margin-top: 0;
    transition: box-shadow 0.2s;
  }
  .team-player_selected {
    box-shadow: 0 0 8px 1px grey;
  }
  .team-player__avatar,
  .team-player__video {
    width: auto;
    height: 100%;
    overflow: hidden;
  }
  .team-player__avatar img,
  .team-player__video img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .team-player__name {
    margin: 0;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
  .team-player__pointer {
    display: none !important;
  }
  .question__video {
    visibility: hidden;
    height: 0;
  }
  .playing_true {
    visibility: visible;
    height: initial;
  }
  /* Treasure Chest page */
  .treasure-page .panel__header_l {
    padding: 28px 20px 25px 25px;
  }
  .treasure-page .panel__header {
    padding: 18px 20px 25px 25px;
    border-radius: 0;
  }
  .treasure-page .panel__header .text-xxxx-big {
    display: none;
  }
  .treasure-page .panel__content_l,
  .treasure-page .panel__content {
    padding: 0;
  }
  .treasure-page .infinite-scroll {
    display: flex;
    justify-content: space-around;
  }
  .treasure-page .treasure-list {
    min-width: auto;
    max-height: none;
    position: absolute;
    top: 106px;
    bottom: 0;
    padding: 10px 0;
    height: auto;
  }
  .treasure-page .treasure {
    display: inline-block;
    margin: 10px 4%;
    vertical-align: top;
  }
  .treasure-page .treasure-search {
    display: none;
  }
  .treasure-page .pulse-loader {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .sign-in .button,
  .sign-up .button,
  .sign-in .link,
  .sign-up .link {
    font-size: 14px;
  }
}
.orientation-warning {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  z-index: 1000;
}
.orientation-warning__text {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 18px 20px;
  border-radius: 10px;
}


/*# sourceMappingURL=main.7ed4fc91.css.map*/