/*! 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;
}

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

@font-face {
  font-family: 'Athelas Bold';
  src: url("../fonts/Athelas-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'Athelas';
  src: url("../fonts/Athelas-Regular.ttf") format("truetype");
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #700b0b;
}

::-webkit-scrollbar-track {
  background-color: #150e0a;
}

#elLogo {
  width: 490px;
  display: block;
  height: 230px;
}

#elLogo img {
  max-height: 230px !important;
}

@media screen and (min-width: 1100px) {
  #elLogo img {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  #elLogo > video {
    display: none;
  }
}

body {
  background: url("../img/bg.jpg") no-repeat center 0, url("../img/bg_bottom.png") no-repeat center bottom;
  background-color: #150e0a;
  height: 2170px;
  font-size: 14px;
  color: #e2774c;
}

header {
  position: relative;
  font-family: 'Segoe UI', Arial, sans-serif;
}

header .center {
  max-width: 1300px;
  min-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

header .header-content {
  max-width: 1300px;
  min-width: 1300px;
  width: 100%;
  margin: 0 auto;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
}

header nav {
  background: url("../img/nav.png") top center no-repeat;
  width: 100%;
  height: 90px;
}

header nav figure {
  margin: 0 0 0 -10px;
  transition: .2s ease-in-out;
}

header nav figure:hover {
  filter: brightness(120%);
}

header nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 575px;
  list-style: none;
  margin-top: -54px;
  margin-right: auto;
}

header nav ul a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  line-height: 78px;
  font-weight: 600 !important;
  padding: 0 20px;
  letter-spacing: 1px;
  transition: .2s ease-in-out;
  text-transform: uppercase;
  text-shadow: 0 0 8px #000;
  color: #dba87d;
}

header nav ul a:hover {
  color: #fff;
}

header .logo {
  margin-left: 72px;
  margin-top: 42px;
  transition: .2s ease-in-out;
}

header .logo video {
  width: 490px;
}

header .logo:hover {
  filter: brightness(120%);
}

header .download-addon {
  width: 465px;
  height: 116px;
  margin-left: 59px;
  margin-top: 77px;
}

header .download-addon .btn-download {
  width: 465px;
  height: 80px;
  background: url("../img/btn-download.png") no-repeat;
  color: #dadbc0;
  text-transform: uppercase;
  font-family: 'Athelas Bold', sans-serif;
  font-size: 30px;
  text-shadow: 0 0 8px #000;
  padding-top: 2px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease-in-out;
}

header .download-addon .btn-download:hover {
  filter: brightness(120%);
}

header .download-addon .addon-subtext {
  text-align: center;
  padding-top: 15px;
}

header .download-addon .addon-subtext small {
  font-family: 'Athelas', sans-serif;
  text-shadow: 0 0 8px #000;
  font-size: 18px;
  color: #cecfb5;
}

header .btn-medium {
  margin-top: -62px;
}

main {
  width: 1474px;
  min-width: 1474px;
  height: 1705px;
  background: url("../img/main-bg.png") top center no-repeat;
  margin: 0 auto;
  position: relative;
}

main .main-wrapper {
  display: flex;
  padding-top: 102px;
  max-width: 1300px;
  min-width: 1300px;
  width: 100%;
  margin: 0 auto;
  margin: -61px auto 0;
}

main .main-wrapper .main-left {
  width: 345px;
  padding: 0 0 0 16px;
}

main .main-wrapper .main-left .btn-registration {
  width: 327px;
  height: 100px;
  background: url("../img/btn-registration.png") top center no-repeat;
  display: block;
  transition: .2s ease-in-out;
}

main .main-wrapper .main-left .btn-registration:hover {
  filter: brightness(120%);
}

main .main-wrapper .main-left .section-titlebar {
  margin-top: -22px;
}

main .main-wrapper .main-left .calendar {
  margin: 22px auto 0;
}

main .main-wrapper .main-left .calendar-footer {
  text-align: center;
  padding-top: 45px;
}

main .main-wrapper .main-left .calendar-footer .more-events {
  color: #e2774c;
  font-size: 14px;
  text-shadow: 0 0 8px #000;
  transition: .2s ease-in-out;
}

main .main-wrapper .main-left .calendar-footer .more-events:hover {
  color: #d58565;
}

main .main-wrapper .main-left .ranking {
  padding-top: 82px;
  text-align: center;
  height: 584px;
}

main .main-wrapper .main-left .ranking .ranking-title {
  background-image: linear-gradient(180deg, #fce5cb 10%, #f9cfae, #f7bc97);
  filter: drop-shadow(0 0 4px #000);
  background-clip: text;
  color: transparent;
  font-family: 'Athelas', sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  padding-bottom: 46px;
}

main .main-wrapper .main-left .ranking .table-body {
  padding-top: 4px;
}

main .main-wrapper .main-left .ranking .btn-small {
  margin: 27px auto 0;
}

main .main-wrapper .main-left .statistics {
  text-align: center;
}

main .main-wrapper .main-left .statistics .statistics-title {
  background-image: linear-gradient(180deg, #fce5cb 10%, #f9cfae, #f7bc97);
  filter: drop-shadow(0 0 4px #000);
  background-clip: text;
  color: transparent;
  font-family: 'Athelas', sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  padding-top: 23px;
}

main .main-wrapper .main-left .statistics .statistics-content {
  padding-top: 47px;
}

main .main-wrapper .main-left .statistics .statistics-content .statistic-row {
  display: flex;
  align-items: center;
  width: 263px;
  margin-left: 33px;
  color: #ffb82f;
  font-size: 12px;
  height: 40px;
  text-transform: uppercase;
}

main .main-wrapper .main-left .statistics .statistics-content .statistic-row .statistic-name {
  padding-top: 15px;
}

main .main-wrapper .main-left .statistics .statistics-content .statistic-row .statistic-line {
  width: 200px;
  margin-top: 41px;
  border-bottom: 1px solid #5e2d2d;
  position: absolute;
}

main .main-wrapper .main-left .statistics .statistics-content .statistic-row .statistic-value {
  padding-top: 15px;
  margin-left: auto;
}

main .main-wrapper .main-center {
  width: 604px;
  padding: 0 0 0 6px;
}

main .main-wrapper .main-center .news {
  width: 596px;
  height: 381px;
  background: url("../img/news-bg.png") top center no-repeat;
  padding-top: 35px;
}

main .main-wrapper .main-center .news .news-header {
  display: flex;
  align-items: center;
  width: 530px;
  margin: 0 auto;
  border-bottom: 1px solid #2d2220;
  padding-bottom: 25px;
}

main .main-wrapper .main-center .news .news-header .news-title {
  font-size: 24px;
  color: #fff;
}

main .main-wrapper .main-center .news .news-header .news-date {
  margin-left: auto;
  font-size: 18px;
  color: #ef9310;
}

main .main-wrapper .main-center .news .news-content {
  width: 530px;
  margin: 0 auto;
  padding: 30px 0;
  color: #b6724d;
  height: 195px;
  overflow: hidden;
}

main .main-wrapper .main-center .news .news-footer {
  width: 530px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

main .main-wrapper .main-center .news .news-footer .btn-more {
  width: 153px;
  height: 44px;
  background: url("../img/btn-more.png") top center no-repeat;
  margin-left: auto;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Tahoma', sans-serif;
  color: #e8c491;
  text-transform: uppercase;
  text-shadow: 0 0 5px #000;
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease-in-out;
}

main .main-wrapper .main-center .news .news-footer .btn-more:hover {
  filter: brightness(120%);
}

main .main-wrapper .main-right {
  width: 336px;
  padding: 0 0 0 8px;
}

main .main-wrapper .main-right .btn-shop {
  width: 327px;
  height: 100px;
  background: url("../img/btn-is.png") top center no-repeat;
  display: block;
  transition: .2s ease-in-out;
}

main .main-wrapper .main-right .btn-shop:hover {
  filter: brightness(120%);
}

main .main-wrapper .main-right .section-titlebar {
  margin-top: -22px;
}

main .main-wrapper .main-right .auth {
  text-align: center;
  padding-top: 25px;
  height: 442px;
}

main .main-wrapper .main-right .auth button {
  margin-top: 25px;
}

main .main-wrapper .main-right .auth .auth-options {
  padding-top: 25px;
}

main .main-wrapper .main-right .auth .auth-options div {
  font-size: 12px;
  color: #b14141;
}

main .main-wrapper .main-right .auth .auth-options div a {
  color: #e2774c;
  display: inline-block;
  transition: .2s ease-in-out;
  padding-bottom: 8px;
}

main .main-wrapper .main-right .auth .auth-options div a:hover {
  color: #d67f5d;
}

main .main-wrapper .main-right .ranking {
  padding-top: 25px;
  text-align: center;
  height: 526px;
}

main .main-wrapper .main-right .ranking .ranking-title {
  background-image: linear-gradient(180deg, #fce5cb 10%, #f9cfae, #f7bc97);
  filter: drop-shadow(0 0 4px #000);
  background-clip: text;
  color: transparent;
  font-family: 'Athelas', sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  padding-bottom: 46px;
}

main .main-wrapper .main-right .ranking .table-body {
  padding-top: 4px;
}

main .main-wrapper .main-right .ranking .btn-small {
  margin: 27px auto 0;
}

main .main-wrapper .main-right .socials {
  padding-top: 22px;
  text-align: center;
}

main .main-wrapper .main-right .socials .socials-title {
  background-image: linear-gradient(180deg, #fce5cb 10%, #f9cfae, #f7bc97);
  filter: drop-shadow(0 0 4px #000);
  background-clip: text;
  color: transparent;
  font-family: 'Athelas', sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  padding-bottom: 46px;
}

main .main-wrapper .main-right .socials .socials-content {
  padding-top: 4px;
}

main .main-wrapper .main-right .socials .socials-content .btn-social {
  width: 284px;
  height: 46px;
  background: url("../img/btn-social.png") top center no-repeat;
  margin: 0 auto 21px;
  color: #f3d4a9;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Tahoma', sans-serif;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease-in-out;
}

main .main-wrapper .main-right .socials .socials-content .btn-social:hover {
  filter: brightness(120%);
}

footer {
  width: 620px;
  margin: 0 auto;
  text-align: center;
  font-family: "Segoe UI", Tahoma, sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}

footer ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #4d2f1a;
}

footer ul a {
  color: #8d2121;
  text-transform: uppercase;
  transition: .2s ease-in-out;
}

footer ul a:hover {
  color: #fff;
}

footer p {
  color: #6d4f45;
  text-shadow: 0 1px 1px #000, 0 1px 2px #000;
  margin-top: 35px;
}

.table-head {
  width: 253px;
  padding: 14px 12px;
  margin: 14px auto 0;
  background: rgba(0, 0, 0, 0.3);
}

.table-head .table-tr {
  display: flex;
  align-items: center;
}

.table-head .table-th {
  color: #745252;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 0 8px #000;
}

.table-head .table-th:nth-child(1) {
  width: 3px;
}

.table-head .table-th:nth-child(2) {
  margin-left: auto;
  margin-right: auto;
}

.table-body .table-tr {
  display: flex;
  align-items: center;
  color: #d47959;
  width: 253px;
  height: 27px;
  background: url("../img/table-row.png") no-repeat;
  margin: 0 auto 1px;
  padding: 0 12px;
}

.table-body .table-tr:nth-child(1), .table-body .table-tr:nth-child(2), .table-body .table-tr:nth-child(3) {
  color: #ffb82f;
}

.table-body .table-tr .table-td:nth-child(1) {
  width: 5px;
}

.table-body .table-tr .table-td:nth-child(2) {
  margin: 0 auto;
}

.btn-medium {
  width: 170px;
  height: 62px;
  background: url("../img/btn-medium.png") top center no-repeat;
  font-family: 'Tahoma', sans-serif;
  font-weight: bold;
  color: #f0d0a8;
  text-shadow: 0 0 8px #000;
  text-transform: uppercase;
  padding-bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease-in-out;
}

.btn-medium:hover {
  filter: brightness(120%);
}

.btn-small {
  width: 134px;
  height: 29px;
  background: url("../img/calendar-span.png");
  color: rgba(241, 219, 161, 0.7);
  text-transform: uppercase;
  padding-top: 1px;
  font-size: 12px;
  text-shadow: 0 0 8px #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease-in-out;
}

.btn-small:hover {
  filter: brightness(120%);
}

input[type="text"],
input[type="password"],
input[type="email"] {
  width: 222px;
  height: 64px;
  background: url("../img/input.png") no-repeat;
  padding: 0 25px;
  padding-bottom: 4px;
  color: #745252;
  outline: none;
  border: none;
  margin: 0 auto;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #745252;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder {
  color: #745252;
}

input[type="text"]:focus, input[type="text"]:hover,
input[type="password"]:focus,
input[type="password"]:hover,
input[type="email"]:focus,
input[type="email"]:hover {
  transition: .2s ease-in-out;
}

input[type="text"]:focus:hover, input[type="text"]:hover:hover,
input[type="password"]:focus:hover,
input[type="password"]:hover:hover,
input[type="email"]:focus:hover,
input[type="email"]:hover:hover {
  filter: brightness(120%);
}

button,
input[type="submit"],
.btn-yellow {
  width: 190px;
  height: 70px;
  background: url("../img/btn.png") top center no-repeat;
  border: none;
  outline: none;
  margin: 0 auto;
  cursor: pointer;
  color: #eecdb9;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Tahoma', sans-serif;
  text-shadow: 0 0 8px #000;
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease-in-out;
}

button:hover,
input[type="submit"]:hover,
.btn-yellow:hover {
  filter: brightness(120%);
}

.btn-yellow {
  line-height: 60px;
}

.btn-itemshop {
  width: 284px;
  height: 46px;
  background: url("../img/btn-social.png") top center no-repeat;
  margin: 0 auto 21px;
  color: #f3d4a9;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Tahoma', sans-serif;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .2s ease-in-out;
}

.btn-itemshop:hover {
  filter: brightness(120%);
}

.btn-itemshop {
  line-height: 45px;
}

label {
  display: block;
  text-align: center;
  color: #745252;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 0 8px #000;
}

.section-titlebar {
  width: 327px;
  height: 104px;
  background: url("../img/section-titlebar.png") top center no-repeat;
  padding-top: 4px;
  position: relative;
}

.section-titlebar span {
  background-image: linear-gradient(180deg, #fce5cb 10%, #f9cfae, #f7bc97);
  filter: drop-shadow(0 0 4px #000);
  background-clip: text;
  color: transparent;
  font-family: 'Athelas', sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

a {
  text-decoration: none;
  color: inherit;
}

.slider {
  width: 596px;
  height: 311px;
  overflow: hidden;
}

.slider a .slide-container {
  position: relative;
}

.slider a .slide-container .slide-content {
  position: absolute;
  top: 20%;
  left: 6%;
  width: 330px;
  word-break: normal;
  text-align: left;
}

.slider a .slide-container .slide-content .slide-title {
  font-size: 32px;
  color: #ffdfbd;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  border-bottom: 1px solid #d1a484;
  padding-bottom: 5px;
}

.slider a .slide-container .slide-content .slide-date {
  font-size: 16px;
  color: #cfa181;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  padding-top: 5px;
}

.slider a .slide-container .slide-content .slide-description {
  color: #ffdfbd;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  padding-top: 20px;
  font-size: 18px;
}

.slider img {
  width: 596px;
  height: 311px;
}

.bx-wrapper {
  width: 598px;
  box-shadow: none !important;
  background: transparent !important;
  border: 1px solid #55423a;
  border-bottom: 1px solid #361c0a;
  margin-bottom: 15px !important;
  position: relative;
}

.bx-viewport {
  height: 311px !important;
}

.bx-controls {
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  width: 137px;
}

.bx-controls .bx-pager.bx-default-pager a:hover, .bx-controls .bx-pager.bx-default-pager a.active {
  width: 18px !important;
  height: 18px !important;
  background: url("../img/page-active.png") no-repeat !important;
  display: block;
}

.bx-controls .bx-pager.bx-default-pager a {
  width: 18px !important;
  height: 18px !important;
  background: url("../img/page.png") no-repeat !important;
  display: block;
}

.bx-controls .bx-pager {
  top: -2px;
}

.bx-controls .bx-prev {
  display: none;
}

.bx-controls .bx-next {
  display: none;
}

.bx-controls .bx-next:hover, .bx-controls .bx-wrapper .bx-next:focus {
  background-position: 0 0 !important;
}

.slide-description {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 62px;
  background: url("../img/slide-overlay.png");
  border-top: 1px solid #361c0a;
  display: flex;
  padding: 0 30px;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Athelas', sans-serif;
  color: #ffc547;
  text-shadow: 0 0 15px #ffc547, 0 0 15px #ffc547;
}

.slide-description a {
  display: block;
  margin-left: auto;
  color: #de1f1f;
  text-shadow: 0 0 15px #de1f1f, 0 0 15px #de1f1f;
  text-transform: uppercase;
  font-size: 14px;
  transition: .2s ease-in-out;
}

.slide-description a:hover {
  color: #de5858;
}

#contents {
  height: auto;
  margin: 0 auto;
  max-height: 1205px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 1px;
}

#contents::-webkit-scrollbar {
  border-radius: 2px;
  background: #700b0b;
}

.fortune-wheel {
  background: url("../img/fortune-wheel.png") no-repeat;
  width: 461px;
  height: 466px;
  background-position-y: 0;
  position: relative;
  margin: 0 auto;
}

.fortune-wheel__spin-btn[disabled] {
  cursor: default;
}

.fortune-wheel__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
  width: 310px;
  height: 310px;
  position: relative;
  left: 51px;
  top: 91px;
  transform: rotate(-90deg) translate(50%, 50%);
}

.fortune-wheel__item-list .fortune-wheel__item {
  position: absolute;
  width: 24px;
  height: 24px;
}

.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(1) {
  transform: rotate(0deg) translate(155px) rotate(0deg);
}

.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(2) {
  transform: rotate(22.5deg) translate(155px) rotate(-22.5deg);
}

.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(3) {
  transform: rotate(45deg) translate(155px) rotate(-45deg);
}

.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(4) {
  transform: rotate(67.5deg) translate(155px) rotate(-67.5deg);
}

.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(5) {
  transform: rotate(90deg) translate(155px) rotate(-90deg);
}

.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(6) {
  transform: rotate(112.5deg) translate(155px) rotate(-112.5deg);
}

.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(7) {
  transform: rotate(135deg) translate(155px) rotate(-135deg);
}

.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(8) {
  transform: rotate(157.5deg) translate(155px) rotate(-157.5deg);
}

.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(9) {
  transform: rotate(180deg) translate(155px) rotate(-180deg);
}

.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(10) {
  transform: rotate(202.5deg) translate(155px) rotate(-202.5deg);
}

.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(11) {
  transform: rotate(225deg) translate(155px) rotate(-225deg);
}

.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(12) {
  transform: rotate(247.5deg) translate(155px) rotate(-247.5deg);
}

.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(13) {
  transform: rotate(270deg) translate(155px) rotate(-270deg);
}

.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(14) {
  transform: rotate(292.5deg) translate(155px) rotate(-292.5deg);
}

.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(15) {
  transform: rotate(315deg) translate(155px) rotate(-315deg);
}

.fortune-wheel__item-list .fortune-wheel__item:nth-of-type(16) {
  transform: rotate(337.5deg) translate(155px) rotate(-337.5deg);
}

.fortune-wheel__item-list img {
  width: 24px;
  height: 48px;
  object-fit: contain;
  display: block;
  transform: rotate(90deg);
}

.fortune-wheel__msg {
  position: absolute;
  display: block;
  margin: 0;
  left: 50%;
  top: 50%;
  border-radius: 6px;
  text-align: center;
  padding: 1em;
  width: 200px;
  background: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -60%);
  will-change: opacity, transform;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.fortune-wheel__msg--open {
  pointer-events: all;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.page-center {
  text-align: center;
}

.fortune-wheel__spin-btn {
  display: block;
  width: 214px;
  height: 44px;
  background: url("../img/button-medium.png") no-repeat;
  margin: -5px auto;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #000;
  color: #c8f3ff;
  cursor: pointer;
  border: none;
  outline: none;
}

.fortune-wheel__spin-btn:hover {
  filter: brightness(125%);
}

.fortune-wheel__buttons {
  text-align: center;
  margin-top: -5px;
}

.btn-s1 {
  display: block;
  position: fixed;
  top: 20%;
  right: 0;
}

.btn-s1 img {
  transition: filter .2s ease-in;
}

.btn-s1 img:hover {
  filter: brightness(120%);
}

.btn-s2 {
  display: block;
  position: fixed;
  top: 20%;
  right: 0;
}

.btn-s2 img {
  transition: filter .2s ease-in;
}

.btn-s2 img:hover {
  filter: brightness(120%);
}

.instagram-box {
  width: 350px;
  height: 60px;
  background: transparent;
  border-radius: 30px;
  right: 35px;
  bottom: 35px;
  position: fixed;
  display: none;
  z-index: 9999;
}

.instagram-message {
  width: 345px;
  height: 60px;
  background: #fff;
  border-radius: 30px;
  z-index: 5;
  display: none;
  float: right;
  overflow: hidden;
  margin-top: 0px;
  border: 1px solid #a7a7a7;
  animation: fadein 1s;
}

.instagram-text {
  margin: 11px 50px 11px 20px;
  display: block;
  color: #000;
  animation: fadein-text 2s;
  width: 275px;
  overflow: hidden;
  height: 38px;
  font-size: 15px;
  line-height: 18px;
}

.instagram-circle {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #d7b480;
  border-radius: 30px;
  z-index: 5;
  display: none;
  position: absolute;
  margin-left: 290px;
}

.instagram-circle i {
  padding: 10px 0 0 12px;
  color: #fff;
  font-size: 36px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
  color: #eecdb9;
}

.tooltip.show {
  opacity: 1;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: 0.4rem 0;
}

.fade {
  transition: opacity .15s linear;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 300px;
  padding: 0.25rem 0.5rem;
  color: #eecdb9;
  text-align: center;
  background-color: #321a16;
  border: 1px solid #6c462b;
}

.tooltip-inner img {
  max-width: 100%;
  height: auto;
}

.tr-tier-1 {
  background-color: #2b190b60 !important;
  border-bottom: 1px solid #40352d80;
}

.tr-tier-2 {
  background-color: #2e5b9380 !important;
  border-bottom: 1px solid #3f597880;
}

.tr-tier-3 {
  background-color: #9249b760 !important;
  border-bottom: 1px solid #774a8f60;
}

.tr-tier-4 {
  background-color: #c33d3d60 !important;
  border-bottom: 1px solid #89434360;
}

.tr-tier-5 {
  background-color: #ffd04d60 !important;
  border-bottom: 1px solid #9f894d60;
}

.chestList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 660px;
  margin: 0 auto;
  padding-top: 10px;
  justify-content: space-between;
}

.chestList a {
  margin-bottom: 25px;
  transition: .2s ease;
  position: relative;
  width: 33%;
  top: 0;
  text-align: center;
}

.chestList a img {
  border: 1px solid #52392d;
  transition: .2s ease;
  width: 140px;
}

.chestList a h3 {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #ffdfbd;
  font-weight: 100;
  padding-top: 15px;
  font-size: 16px;
}

.chestList a h3 span {
  color: #ffcb80;
}

.chestList a:hover {
  filter: brightness(120%);
  top: -6px;
}

.chestList a:hover img {
  border-radius: 10px;
  border: 1px solid transparent;
}

.chestList a:nth-child(1):hover img {
  box-shadow: 0 0 16px #d39b1b;
}

.chestList a:nth-child(2):hover img {
  box-shadow: 0 0 16px #5169c1;
}

.chestList a:nth-child(3):hover img {
  box-shadow: 0 0 16px #15f8ee;
}

.chestList a:nth-child(4):hover img {
  box-shadow: 0 0 16px #f8141b;
}

.chestList a:nth-child(5):hover img {
  box-shadow: 0 0 16px #03b8ea;
}

.chestList a:nth-child(6):hover img {
  box-shadow: 0 0 16px #fe8900;
}

.chestList a:nth-child(7):hover img {
  box-shadow: 0 0 16px #ff3838;
}

.chestList a:nth-child(8):hover img {
  box-shadow: 0 0 16px #ff4810;
}

.chestList a:nth-child(9):hover img {
  box-shadow: 0 0 16px #6447ff;
}

.chestList a:nth-child(10):hover img {
  box-shadow: 0 0 16px #7a6cef;
}

.chestList a:nth-child(11):hover img {
  box-shadow: 0 0 16px #02c895;
}

.chestList a:nth-child(12):hover img {
  box-shadow: 0 0 16px #3ef6fc;
}

.chestListSpecial {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 660px;
  margin: 0 auto;
  padding-top: 10px;
  justify-content: space-between;
}

.chestListSpecial a {
  margin-bottom: 25px;
  transition: .2s ease;
  position: relative;
  width: 33%;
  top: 0;
  text-align: center;
}

.chestListSpecial a img {
  border: 1px solid #52392d;
  transition: .2s ease;
  width: 140px;
}

.chestListSpecial a h3 {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #ffdfbd;
  font-weight: 100;
  padding-top: 15px;
  font-size: 16px;
}

.chestListSpecial a h3 span {
  color: #ffcb80;
}

.chestListSpecial a:hover {
  filter: brightness(120%);
  top: -6px;
}

.chestListSpecial a:hover img {
  border-radius: 10px;
  border: 1px solid transparent;
}

.chestListSpecial a:nth-child(1):hover img {
  box-shadow: 0 0 16px #7baab5;
}

.chestListSpecial a:nth-child(2):hover img {
  box-shadow: 0 0 16px #2eab2a;
}

.chestListSpecial a:nth-child(3):hover img {
  box-shadow: 0 0 16px #ff2900;
}

.chestListSpecial a:nth-child(4):hover img {
  box-shadow: 0 0 16px #a9462b;
}

.chestListSpecial a:nth-child(5):hover img {
  box-shadow: 0 0 16px #0bf8ff;
}

.chestListSeasonal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 660px;
  margin: 0 auto;
  padding-top: 10px;
  justify-content: space-between;
}

.chestListSeasonal a {
  margin-bottom: 25px;
  transition: .2s ease;
  position: relative;
  width: 33%;
  top: 0;
  text-align: center;
}

.chestListSeasonal a img {
  border: 1px solid #323638;
  transition: .2s ease;
  width: 140px;
}

.chestListSeasonal a h3 {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #ffdfbd;
  font-weight: 100;
  padding-top: 15px;
  font-size: 16px;
}

.chestListSeasonal a h3 span {
  color: #ffcb80;
}

.chestListSeasonal a:hover {
  filter: brightness(120%);
  top: -6px;
}

.chestListSeasonal a:hover img {
  border-radius: 10px;
  border: 1px solid transparent;
}

.chestListSeasonal a:nth-child(1):hover img {
  box-shadow: 0 0 16px #a1ef6c;
}

.chestListSeasonal a:nth-child(2):hover img {
  box-shadow: 0 0 16px #3fc802;
}

.chestListSeasonal a:nth-child(3):hover img {
  box-shadow: 0 0 16px #399eff;
}

.chestListSeasonal a:nth-child(4):hover img {
  box-shadow: 0 0 16px #0dfff5;
}

.chestListSeasonal a:nth-child(5):hover img {
  box-shadow: 0 0 16px #3172d3;
}

.chestListSeasonal a:nth-child(6):hover img {
  box-shadow: 0 0 16px #3171b3;
}

.chestListSeasonal {
  justify-content: center;
  position: relative;
}

.chestListSeasonal .chest-timer {
  position: absolute;
  bottom: 68px;
  font-size: 12px;
  left: 50%;
  transform: translate(-50%);
  width: calc(100% - 33px);
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 7px 5px 5px;
}

.chestListSeasonal .chest-timer span {
  color: #ffcb80;
}

.chestListSeasonal .chest-timer a:hover .chest-timer {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.separator {
  width: 50%;
  height: 1px;
  background: linear-gradient(45deg, transparent, #a18133, transparent);
  margin: 20px auto 20px auto;
}

@keyframes fadein {
  from {
    opacity: 0;
    width: 0px;
    margin-right: 15px;
  }
  to {
    opacity: 1;
    width: 345px;
    margin-right: 0px;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
    width: 345px;
  }
  50% {
    opacity: 1;
    width: 345px;
  }
  to {
    opacity: 0;
    width: 0px;
  }
}

@keyframes fadein-text {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeout-text {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.slot {
  width: 180px;
  height: 24px;
  margin: 0 auto;
  font-size: 11px;
  color: #56a1f6;
  text-shadow: 0px 1px 0px #1a2f40;
}

.slot .slot-left {
  float: left;
  padding-left: 15px;
  padding-top: 6px;
}

.slot .slot-right {
  float: right;
  padding-right: 5px;
  padding-top: 6px;
}

.rank-pos a {
  padding-left: 5px;
}

.rank-pos a {
  color: #ffc36d;
}

.rank-pos a:hover {
  color: #ffddab;
}

.text-center {
  text-align: center;
}

.form-group {
  text-align: center;
  margin: 10px auto;
}

.alert {
  background: #361c17;
  border: 1px solid #482620;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  margin: 10px 10px 15px 10px;
  color: #eecdb9;
}

.alert-danger {
  background: #ff000030;
  border: 1px solid #ff000030;
}

.alert-warning {
  background: #ffb30030;
  border: 1px solid #ffb30030;
}

.alert-success {
  background: #87ff1e30;
  border: 1px solid #87ff1e30;
}

.panel-user-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
  width: 430px;
  padding-bottom: 20px;
  padding-top: 10px;
}

.panel-user-buttons a {
  display: inline-block;
  width: 50%;
}

.ranking-tab-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
  width: 430px;
  padding-bottom: 10px;
}

.ranking-tab-btn a {
  display: inline-block;
}

.itemshop-tab-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
  width: 575px;
  padding-bottom: 10px;
}

.itemshop-tab-btn a {
  display: inline-block;
}

.table-bordered a {
  color: #ffb82f;
}

.table-bordered {
  width: calc(100%);
  text-align: center;
  border-collapse: collapse;
  margin: 0 auto 10px auto;
  color: #eecdb9;
}

.table-bordered thead {
  background: #430f0f;
}

.table-bordered thead:first-child {
  background: #490f0f85;
}

.table-bordered tr:nth-child(even) {
  background: #50111191;
}

.table-bordered tbody tr:nth-child(odd) {
  background: #470f0feb;
}

.table-bordered tr th {
  padding: 8px 5px;
}

.table-bordered tr td {
  padding: 5px 5px;
}

.table-bordered thead:not(:first-child) tr:nth-child(odd) {
  background: #381010;
}

.table-bordered-rules a {
  color: #ecd6a5;
}

.table-bordered-rules {
  width: calc(100%);
  border-collapse: collapse;
  margin: 0 auto 10px auto;
}

.table-bordered-rules thead {
  background: #430f0f;
}

.table-bordered-rules thead:first-child {
  background: #490f0f85;
}

.table-bordered-rules tr:nth-child(even) {
  background: #430f0f;
}

.table-bordered-rules tbody tr:nth-child(odd) {
  background: #490f0f85;
}

.table-bordered-rules tr th {
  padding: 8px 5px;
}

.table-bordered-rules tr td {
  padding: 5px 5px;
}

.table-bordered-rules thead:not(:first-child) tr:nth-child(odd) {
  background: #430f0f;
}

.table-bordered-rules thead:not(:first-child) {
  text-align: left;
}

.table-bordered-rules thead:not(:first-child) tr th {
  padding: 5px;
  font-weight: normal;
}

div.panel-user-content {
  text-align: center;
}

div.panel-user-content a {
  font-size: 15px;
}

div.panel-user-content div.user-details {
  color: #c3b87f;
  padding: 7px 0;
  font-size: 18px;
}

div.user-details span {
  color: #e9bc1f;
}

#motion {
  position: absolute;
  left: 0;
  right: 0;
  height: 808px;
  overflow: hidden;
  text-align: center;
  background: transparent;
  display: block;
  top: 0;
}

#motion #animation {
  position: absolute;
  left: 50%;
  height: 810px;
  overflow: hidden;
  background: transparent;
  display: block;
  top: 0;
  width: 1920px;
  margin: 0 0 0 -960px;
}

#motion #animation > video {
  outline: none;
  display: block;
  background: transparent;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 1;
}

div.pagination {
  width: 287px;
  height: 51px;
  background: url("../img/pagination-bg.png") no-repeat;
  margin: 0 auto;
  display: flex;
  padding: 0 15px;
  align-items: center;
  color: #d47959;
}

div.pagination ul {
  display: flex;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  text-align: center;
  padding: 0;
}

div.pagination ul li a {
  padding: 0 15px;
}

div.pagination ul li a.active,
div.pagination ul li a:hover {
  color: #c1b9a1;
  text-shadow: 0 0 5px #195162, 0 0 5px #195162;
}

div.pagination a.btn-arrow-left {
  width: 12px;
  height: 21px;
  background: url("../img/arrow.png") no-repeat;
  display: inline-block;
  transition: filter 300ms ease-in-out;
}

div.pagination a.btn-arrow-right {
  width: 12px;
  height: 21px;
  background: url("../img/arrow.png") no-repeat;
  display: inline-block;
  transform: scale(-1, 1);
  transition: filter 300ms ease-in-out;
}

div.pagination a.btn-arrow-left:hover,
div.pagination a.btn-arrow-right:hover {
  filter: brightness(130%);
}

.checkbox a {
  color: #d47959;
}

.top-1 {
  position: relative;
  display: inline-block;
  left: -1px;
  top: 1px;
  width: 10px;
  height: 10px;
  background: url("../img/top1.png");
  background-size: cover;
}

.top-1-big {
  position: relative;
  display: inline-block;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url("../img/top1.png");
  background-size: cover;
}

.top-2 {
  position: relative;
  display: inline-block;
  left: -1px;
  top: 1px;
  width: 10px;
  height: 10px;
  background: url("../img/top2.png");
  background-size: cover;
}

.top-2-big {
  position: relative;
  display: inline-block;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url("../img/top2.png");
  background-size: cover;
}

.top-3 {
  position: relative;
  display: inline-block;
  left: -1px;
  top: 1px;
  width: 10px;
  height: 10px;
  background: url("../img/top3.png");
  background-size: cover;
}

.top-3-big {
  position: relative;
  display: inline-block;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url("../img/top3.png");
  background-size: cover;
}

.log-in {
  color: #dba87d;
  height: 81px;
  font-weight: bold;
  margin-right: 16px;
}

.log-in a {
  transition: .2s ease-in;
}

.log-in a:hover {
  color: #f3944a;
}

/*# sourceMappingURL=web.css.map */
