@charset "UTF-8";
/*! 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;
}

section[class*=module-comment] .addCommentForm-Form textarea {
  padding: 9px;
  border-radius: 3px;
  min-height: 20px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  resize: none;
  width: 100%;
}
section[class*=module-comment] .addCommentForm-Form .submitComment {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
section[class*=module-comment] .addCommentForm-Form .submitComment:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
section[class*=module-comment] .addCommentForm-Form .cancelComment {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
section[class*=module-comment] .addCommentForm-Form .cancelComment:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
section[class*=module-comment] .addCommentHeader {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 24px;
}
section[class*=module-comment] .addCommentForm {
  padding: 15px 0px;
}
section[class*=module-comment] .comment {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 0 0 5px;
  display: inline-table;
  width: 100%;
}
section[class*=module-comment] .comment:last-child {
  margin-bottom: 2px;
}
section[class*=module-comment] .comment > p {
  min-height: 62px;
  padding: 15px 15px;
  margin: 0;
  text-align: left;
}
section[class*=module-comment] .comment .addCommentForm-Form {
  padding: 15px 15px;
}
section[class*=module-comment] .comment .commentHeader {
  width: 102px;
  height: 120px;
  padding: 15px 2px 15px 15px;
  display: table-cell;
}
section[class*=module-comment] .comment .commentHeader .commentAuthor {
  margin-bottom: 0px;
}
section[class*=module-comment] .comment .commentHeader .commentAuthor .commentAuthorAvatar {
  border-radius: 5px;
  width: 85px;
  height: 85px;
  display: block;
  background-size: cover;
  color: transparent;
}
section[class*=module-comment] .comment .commentFooter {
  padding-bottom: 5px;
}
section[class*=module-comment] .comment .commentFooter fieldset {
  text-align: right;
  padding: 0 15px;
}
section[class*=module-comment] .comment .commentFooter fieldset .deleteComment-Button, section[class*=module-comment] .comment .commentFooter fieldset .replyComment-Button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
section[class*=module-comment] .comment .commentFooter fieldset .deleteComment-Button:hover, section[class*=module-comment] .comment .commentFooter fieldset .replyComment-Button:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
section[class*=module-comment] .comment .commentFooter > p {
  padding: 0px 15px;
  text-align: right;
  font-size: 14px;
  margin: 0;
}
section[class*=module-comment] .comment .commentFooter > p time {
  font-weight: 600;
}
section[class*=module-comment] .comment .commentFooter > p .commentOwnerName {
  font-weight: 600;
  white-space: nowrap;
}
section[class*=module-comment] .comment .commentFooter > p .commentReplyName {
  font-weight: 600;
  white-space: nowrap;
}

.arena {
  width: 100%;
  padding: 0px 18px;
  box-sizing: border-box;
}
.arena .arena-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 14px;
}
.arena .arena-table th {
  padding-left: 25px;
  text-align: left;
  font-size: 21px;
  line-height: 35px;
  color: #FDF6BC;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.arena .arena-table tr:first-child {
  background-color: transparent;
  border: none;
}
.arena .arena-table tr {
  width: 100%;
  background-color: rgba(46, 54, 57, 0.3);
  border-radius: 10px;
  border: 1px solid #778a93;
}
.arena .arena-table tr .cult-icon {
  margin-right: 22px;
  display: inline-block;
  vertical-align: bottom;
}
.arena .arena-table tr .cult-icon img {
  width: 48px;
  height: 48px;
}
.arena .arena-table tr .resource img {
  margin: -10px 0px -4px 0px;
}
.arena .arena-table tr .level {
  height: 31px;
  width: 32px;
  padding-top: 3px;
  box-sizing: border-box;
  text-align: center;
  font-size: 21px;
  line-height: 25px;
  color: #dfcd86;
  display: inline-block;
  margin-right: 7px;
  font-weight: 600;
  background-image: url(/layout/images/artikul/level_background.png);
  background-size: 32px 31px;
  margin-bottom: 3px;
  margin-top: 3px;
}
.arena .arena-table tr td {
  border-top: 1px solid #778a93;
  border-bottom: 1px solid #778a93;
  padding: 27px 0 27px 25px;
  font-size: 21px;
  line-height: 25px;
  color: #FFFFFF;
}
.arena .arena-table tr td:first-child {
  max-width: 450px;
  min-width: 135px;
  border-radius: 27px 0 0 27px;
  border-left: 1px solid #778a93;
  border-top: 1px solid #778a93;
  border-bottom: 1px solid #778a93;
}
.arena .arena-table tr td:last-child {
  padding-right: 22px;
  border-radius: 0 27px 27px 0;
  border-right: 1px solid #778a93;
  border-top: 1px solid #778a93;
  border-bottom: 1px solid #778a93;
}

@media (max-width: 512px) {
  .arena {
    padding: 0px 18px;
  }
  .arena .arena-table {
    border-spacing: 0 14px;
  }
  .arena .arena-table tr .arena-grouped-cult-icon-list {
    min-width: 80px;
    max-width: 80px;
  }
  .arena .arena-table tr .cult-icon {
    margin-right: -15px;
  }
  .arena .arena-table tr td {
    padding: 27px 0 27px 15px;
  }
  .arena .arena-table tr td:first-child {
    max-width: 90px;
    min-width: 90px;
  }
  .arena .arena-table tr td:last-child {
    padding-right: 12px;
  }
}
.artikul-icon {
  position: relative;
  width: 140px;
  text-align: center;
}
.artikul-icon .artikul-icon-background {
  width: 128px;
  height: 128px;
  left: 0px;
  top: 0px;
  position: relative;
}
.artikul-icon a {
  position: absolute;
  left: 38px;
  top: 32px;
  width: 64px;
  height: 64px;
  text-decoration: none;
  color: transparent;
}
.artikul-icon a img {
  max-width: 64px;
  max-height: 64px;
}
.artikul-icon a .artikul-icon-stack-size {
  margin-top: -16px;
  margin-right: -8px;
  font-size: 24px;
  line-height: 29px;
  text-align: right;
  color: #fffe90;
  text-shadow: 1px 0 rgba(30, 30, 65, 0.75), -1px 0 rgba(30, 30, 65, 0.75), 0 1px rgba(30, 30, 65, 0.75), 0 -1px rgba(30, 30, 65, 0.75), 1px 1px rgba(30, 30, 65, 0.75), -1px -1px rgba(30, 30, 65, 0.75), 1px -1px rgba(30, 30, 65, 0.75), -1px 1px rgba(30, 30, 65, 0.75);
}
.artikul-icon.hidden:before {
  content: "";
  width: 64px;
  height: 64px;
  left: 0px;
  top: 0px;
  position: absolute;
  background-image: url(/layout/images/layout/64x64_slot_machine_any.png);
  z-index: 1;
}
.artikul-icon .artikul-icon-text {
  margin-top: -11px;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  width: 140px;
}

.apr-row {
  position: relative;
  width: 100%;
}
.apr-row .apr-row-icon {
  vertical-align: top;
  display: inline-block;
}
.apr-row .apr-row-icon .apr-icon-text {
  position: relative;
  width: 100px;
  top: 128px;
  margin: auto;
}
.apr-row .apr-row-block {
  display: inline-block;
  vertical-align: top;
  width: 570px;
}
.apr-row .apr-row-block .apr-row-info {
  vertical-align: top;
  display: inline-block;
  margin-right: 7px;
  margin-left: 13px;
  max-width: 235px;
}
.apr-row .apr-row-block .apr-row-info .apr-row-info-row {
  text-align: left;
  padding-top: 8px;
  box-sizing: border-box;
}
.apr-row .apr-row-block .apr-row-info .apr-row-info-row .apr-row-info-row-title {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  color: #FDF6BC;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  vertical-align: top;
}
.apr-row .apr-row-block .apr-row-info .apr-row-info-row .apr-row-info-row-text {
  display: inline-block;
  max-width: 135px;
  font-size: 18px;
  color: #FFFCFC;
  padding-left: 3px;
  vertical-align: top;
}
.apr-row .apr-row-block .apr-row-info .apr-row-info-row .apr-row-info-row-text .resources-set {
  margin-left: -5px;
}
.apr-row .apr-row-block .apr-row-user-skills-info .apr-user-skills {
  vertical-align: top;
  display: inline-block;
}
.apr-row .apr-row-block .apr-row-user-skills-info .apr-user-skills.apr-user-skills-placeholder {
  width: 256px;
  height: 256px;
  background-image: url("/layout/images/apr/legendary_character.png");
}
.apr-row .apr-row-block .apr-row-user-skills-info .apr-user-skills .apr-user-skills-placeholder-text {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  padding: 107px 40px 0px;
}
.apr-row .apr-row-hidden {
  position: absolute;
  width: 230px;
  text-align: center;
  top: 104px;
  left: 488px;
}

@media (max-width: 512px) {
  .apr-row .apr-row-block {
    width: 235px;
  }
  .apr-row .apr-row-block .apr-row-user-skills-info {
    margin-top: 6px;
    margin-left: 13px;
    max-width: 227px;
    min-width: 225px;
  }
  .apr-row .apr-row-hidden {
    position: initial;
    width: 100%;
    font-size: 18px;
    text-align: center;
  }
  .apr-row.apr-row-hidden .apr-row-block {
    width: 276px;
    margin: -20px -25px 0;
  }
}
.medal-row {
  position: relative;
  width: 100%;
}
.medal-row .medal-row-icon {
  vertical-align: top;
  display: inline-block;
}
.medal-row .medal-row-icon .medal-icon-text {
  position: relative;
  width: 100px;
  top: 128px;
  margin: auto;
}
.medal-row .medal-row-block {
  display: inline-block;
  vertical-align: top;
  width: 644px;
}
.medal-row .medal-row-block .medal-row-info {
  vertical-align: top;
  display: inline-block;
  margin-right: 7px;
  margin-left: 13px;
  max-width: 235px;
}
.medal-row .medal-row-block .medal-row-info .medal-row-info-row {
  text-align: left;
  padding-top: 8px;
  box-sizing: border-box;
}
.medal-row .medal-row-block .medal-row-info .medal-row-info-row .medal-row-info-row-title {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  color: #FDF6BC;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  vertical-align: top;
}
.medal-row .medal-row-block .medal-row-info .medal-row-info-row .medal-row-info-row-text {
  display: inline-block;
  max-width: 135px;
  font-size: 18px;
  color: #FFFCFC;
  padding-left: 3px;
  vertical-align: top;
}
.medal-row .medal-row-block .medal-row-info .medal-row-info-row .medal-row-info-row-text .resources-set {
  margin-left: -5px;
}
.medal-row .medal-row-block .medal-user-skills {
  vertical-align: top;
  display: inline-block;
}

@media (max-width: 512px) {
  .medal-row .medal-row-block {
    width: 300px;
  }
  .medal-row .medal-row-block .medal-row-user-skills-info {
    margin-top: 6px;
    margin-left: 13px;
    max-width: 227px;
  }
}
.monster-row {
  position: relative;
  width: 100%;
  text-align: left;
}
.monster-row .monster-row-icon {
  vertical-align: top;
  display: inline-block;
}
.monster-row .monster-row-icon .monster-icon-text {
  position: relative;
  width: 100px;
  top: 128px;
  margin: auto;
}
.monster-row .monster-row-user-skills-info {
  margin-left: 8px;
  margin-right: 7px;
}
.monster-row .monster-row-info {
  margin-left: 8px;
}
.monster-row .monster-row-user-skills-info, .monster-row .monster-row-info {
  vertical-align: top;
  display: inline-block;
}
.monster-row .monster-row-user-skills-info .monster-row-info-row, .monster-row .monster-row-info .monster-row-info-row {
  text-align: left;
  padding-top: 8px;
  box-sizing: border-box;
}
.monster-row .monster-row-user-skills-info .monster-row-info-row .monster-row-info-row-title, .monster-row .monster-row-info .monster-row-info-row .monster-row-info-row-title {
  display: inline-block;
  text-align: left;
  min-width: 100px;
  max-width: 112px;
  font-size: 18px;
  color: #FDF6BC;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.monster-row .monster-row-user-skills-info .monster-row-info-row .monster-row-info-row-text, .monster-row .monster-row-info .monster-row-info-row .monster-row-info-row-text {
  display: inline-block;
  min-width: 133px;
  font-size: 18px;
  color: #FFFCFC;
}
.monster-row .monster-row-user-skills-info .user-skills .user-skills-list .user-skills-list-row .user-skills-list-row-text, .monster-row .monster-row-info .user-skills .user-skills-list .user-skills-list-row .user-skills-list-row-text {
  min-width: 170px;
}

.artikul-row {
  position: relative;
  width: 100%;
}
.artikul-row .artikul-row-icon {
  vertical-align: top;
  display: inline-block;
}
.artikul-row .artikul-row-info {
  vertical-align: top;
  display: inline-block;
  margin-right: 7px;
}
.artikul-row .artikul-row-info .artikul-row-info-row {
  height: 35px;
  text-align: left;
  padding-top: 8px;
  box-sizing: border-box;
}
.artikul-row .artikul-row-info .artikul-row-info-row .artikul-row-info-row-title {
  display: inline-block;
  text-align: left;
  min-width: 100px;
  font-size: 18px;
  color: #FDF6BC;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.artikul-row .artikul-row-info .artikul-row-info-row .artikul-row-info-row-text {
  display: inline-block;
  min-width: 133px;
  font-size: 18px;
  color: #FFFCFC;
}
.artikul-row .artikul-user-skills {
  vertical-align: top;
  display: inline-block;
}

.diamond-option-icon {
  position: relative;
  margin: auto;
  padding: 0 5px;
}
.diamond-option-icon img {
  height: 77px;
}
.diamond-option-icon .diamond-option-icon-amount {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-shadow: 0px 0px 2px rgb(0, 0, 0), 0px 0px 4px black;
}
.diamond-option-icon .diamond-option-icon-amount:before {
  content: "";
  display: block;
  position: absolute;
  left: -18px;
  top: 1px;
  width: 14px;
  height: 14px;
  background-image: url(/layout/images/layout/resource/diamond.png);
}
.diamond-option-icon .diamond-option-icon-bonus {
  position: absolute;
  top: 26px;
  right: 14px;
  font-size: 14px;
  font-weight: bold;
  color: #B1E7FE;
  text-shadow: 0px 0px 2px rgb(0, 0, 0), 0px 0px 4px black;
}

.onyx-option-icon {
  position: relative;
  margin: auto;
  padding: 5px;
}
.onyx-option-icon img {
  height: 77px;
}
.onyx-option-icon .onyx-option-icon-amount {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-shadow: 0px 0px 2px rgb(0, 0, 0), 0px 0px 4px black;
}
.onyx-option-icon .onyx-option-icon-amount:before {
  content: "";
  display: block;
  position: absolute;
  left: -18px;
  top: 2px;
  width: 14px;
  height: 14px;
  background-image: url(/layout/images/layout/resource/onyx.png);
}
.onyx-option-icon .onyx-option-icon-bonus {
  position: absolute;
  top: 26px;
  right: 14px;
  font-size: 14px;
  font-weight: bold;
  color: #CAA3E8;
  text-shadow: 0px 0px 2px rgb(0, 0, 0), 0px 0px 4px black;
}

.gift-icon {
  display: inline-block;
  position: relative;
  width: 140px;
  text-align: center;
  padding: 9px 0;
  margin: auto;
}
.gift-icon .gift-icon-background {
  width: 128px;
  height: 128px;
  left: 0px;
  top: 0px;
  position: relative;
}
.gift-icon img {
  position: absolute;
  left: 6px;
  top: 9px;
  width: 128px;
  height: 128px;
  text-decoration: none;
  color: transparent;
}
.gift-icon .gift-icon-text {
  margin-top: 8px;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  width: 140px;
}

.preview-new .preview-new-short-description p {
  margin: 0;
}
.preview-new .preview-new-description p {
  margin: 0;
}
.preview-new .artikul-icon {
  display: inline-block;
}

.reward-artikul-icon-list .artikul-icon {
  display: inline-block;
  vertical-align: top;
}

.reward-medal-icon-list .medal-icon {
  display: inline-block;
  vertical-align: top;
}

.reward-aprs-icon-list .apr-icon {
  display: inline-block;
  vertical-align: top;
}

.reward-monster-icon-list .monster-icon {
  display: inline-block;
  vertical-align: top;
}

.reward-gift-icon-list .gift-icon {
  display: inline-block;
  vertical-align: top;
}

.reward-medal {
  display: inline-block;
}

.activity-icon {
  padding: 40px 8px 10px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.activity-icon img {
  margin-top: -120px;
}
.activity-icon .activity-icon-text {
  margin-top: 8px;
}

.building-view-icon {
  padding: 40px 8px 10px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.building-view-icon img {
  margin-top: -120px;
}
.building-view-icon .building-view-icon-text {
  margin-top: 8px;
}

.activity-icon {
  padding: 40px 8px 10px;
  display: inline-block;
  overflow: hidden;
}
.activity-icon img {
  margin-top: -120px;
}
.activity-icon .activity-icon-text {
  margin-top: 8px;
}

.apr-icon {
  position: relative;
  width: 147px;
  min-height: 185px;
  background-image: url("/layout/images/monster/avatar_border.png");
  margin-left: 17px;
  margin-right: 17px;
  margin-top: 3px;
  padding: 26px 9px 9px;
  background-position: center 26px;
  background-repeat: no-repeat;
}
.apr-icon.silver {
  background-image: url("/layout/images/apr/256x256_avatar_border_silver.png");
  background-position: center -4px;
}
.apr-icon.gold {
  background-image: url("/layout/images/apr/256x256_avatar_border_golden.png");
  background-position: center -4px;
}
.apr-icon a {
  display: block;
  width: 147px;
  min-height: 185px;
  position: relative;
}
.apr-icon a .apr-icon-image {
  top: -29px;
}
.apr-icon .apr-icon-image {
  position: absolute;
  height: 211px;
  width: 147px;
  top: -3px;
}
.apr-icon .apr-icon-image img {
  position: absolute;
  max-width: 256px;
  max-height: 256px;
  left: -55px;
}
.apr-icon .apr-icon-title {
  position: relative;
  width: 170px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding-top: 200px;
  left: -14px;
}
.bonus-rewards-groups {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: space-around;
  flex-wrap: wrap;
  justify-content: center;
}
.medal-icon {
  position: relative;
  width: 128px;
  height: auto;
}
.medal-icon .medal-icon-rank-image {
  position: absolute;
  width: 128px;
  height: 128px;
  left: 0;
}
.medal-icon .medal-icon-image {
  position: absolute;
  left: 32px;
  top: 15px;
  width: 64px;
  height: 64px;
  text-decoration: none;
  color: transparent;
}
.medal-icon.disable {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(grayscale.svg); /* Firefox 4+ */
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
.medal-icon .medal-icon-title {
  position: relative;
  width: 140px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding-top: 132px;
  left: -6px;
}

.medal-icon-list {
  position: relative;
}
.medal-icon-list:after {
  content: "";
  display: table;
  clear: both;
}

.medal-icon-row {
  background-image: url(/layout/images/medal/backgrounds/parchment_medals_top.png);
  background-repeat: no-repeat;
  background-position: 50% 23px;
  position: relative;
  min-height: 31px;
}
.medal-icon-row.active:after {
  display: none;
}
.medal-icon-row:after {
  content: "";
  clear: both;
  display: table;
  position: absolute;
  top: 43px;
  width: 100%;
  height: 16px;
  background-color: #FDE6BF;
  background-image: url(/layout/images/medal/backgrounds/parchment_medals_footer.png);
  background-repeat: no-repeat;
  background-position: 50% -2px;
  background-size: contain;
}

.monster-icon {
  position: relative;
  width: 147px;
  min-height: 185px;
  background-image: url("/layout/images/monster/avatar_border.png");
  margin-left: 17px;
  margin-right: 17px;
  margin-top: 3px;
  padding: 26px 9px 9px;
  background-position: center 26px;
  background-repeat: no-repeat;
}
.monster-icon a {
  display: block;
  width: 147px;
  min-height: 185px;
  position: relative;
}
.monster-icon .monster-icon-image {
  position: absolute;
  height: 210px;
  width: 147px;
  top: -29px;
}
.monster-icon .monster-icon-image img {
  position: absolute;
  max-width: 256px;
  max-height: 256px;
  left: -54px;
}
.monster-icon .monster-icon-level {
  height: 31px;
  width: 32px;
  padding-top: 3px;
  box-sizing: border-box;
  text-align: center;
  font-size: 21px;
  line-height: 25px;
  color: #dfcd86;
  display: inline-block;
  margin-right: 7px;
  font-weight: 600;
  background-image: url(/layout/images/artikul/level_background.png);
  background-size: 32px 31px;
  margin-bottom: 3px;
  margin-top: 3px;
  top: 151px;
  position: absolute;
  left: -10px;
}
.monster-icon .monster-icon-types {
  position: absolute;
  right: 13px;
  top: 142px;
}
.monster-icon .monster-icon-types .monster-icon-types-type {
  position: relative;
  margin: -10px -16px;
  display: inline-block;
}
.monster-icon .monster-icon-title {
  position: relative;
  width: 172px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding-top: 196px;
  left: -14px;
}

.event-icon {
  position: relative;
  width: 128px;
  height: auto;
  padding: 8px 0 0;
}
.event-icon img {
  display: block;
  position: relative;
  max-width: 100%;
}
.event-icon .event-icon-text {
  position: relative;
  width: 140px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin: 4px 0px 20px;
  left: -6px;
}

.event-icon-list {
  text-align: left;
  position: relative;
}
.event-icon-list:after {
  content: "";
  display: table;
  clear: both;
}

.slot-machine {
  width: 100%;
  padding: 0px 18px;
  box-sizing: border-box;
}
.slot-machine .slot-machine-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 14px;
}
.slot-machine .slot-machine-table th {
  padding-left: 25px;
  text-align: left;
  font-size: 21px;
  line-height: 35px;
  color: #FDF6BC;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.slot-machine .slot-machine-table tr:first-child {
  background-color: transparent;
  border: none;
}
.slot-machine .slot-machine-table tr {
  width: 100%;
  background-color: rgba(46, 54, 57, 0.3);
  border-radius: 10px;
  border: 1px solid #778a93;
}
.slot-machine .slot-machine-table tr .slot-icon {
  margin-right: 22px;
  display: inline-block;
  vertical-align: bottom;
}
.slot-machine .slot-machine-table tr .slot-icon img {
  width: 48px;
  height: 48px;
}
.slot-machine .slot-machine-table tr .resource img {
  margin: -10px 0px -4px 0px;
}
.slot-machine .slot-machine-table tr .level {
  height: 31px;
  width: 32px;
  padding-top: 3px;
  box-sizing: border-box;
  text-align: center;
  font-size: 21px;
  line-height: 25px;
  color: #dfcd86;
  display: inline-block;
  margin-right: 7px;
  font-weight: 600;
  background-image: url(/layout/images/artikul/level_background.png);
  background-size: 32px 31px;
  margin-bottom: 3px;
  margin-top: 3px;
}
.slot-machine .slot-machine-table tr td {
  border-top: 1px solid #778a93;
  border-bottom: 1px solid #778a93;
  padding: 27px 0 27px 25px;
  font-size: 21px;
  line-height: 25px;
  color: #FFFFFF;
}
.slot-machine .slot-machine-table tr td:first-child {
  min-width: 135px;
  border-radius: 27px 0 0 27px;
  border-left: 1px solid #778a93;
  border-top: 1px solid #778a93;
  border-bottom: 1px solid #778a93;
}
.slot-machine .slot-machine-table tr td:last-child {
  padding-right: 22px;
  border-radius: 0 27px 27px 0;
  border-right: 1px solid #778a93;
  border-top: 1px solid #778a93;
  border-bottom: 1px solid #778a93;
}

@media (max-width: 512px) {
  .slot-machine {
    padding: 0px 18px;
  }
  .slot-machine .slot-machine-table {
    border-spacing: 0 14px;
  }
  .slot-machine .slot-machine-table tr .arena-grouped-cult-icon-list {
    min-width: 95px;
    max-width: 95px;
  }
  .slot-machine .slot-machine-table tr .cult-icon {
    margin-right: -15px;
  }
  .slot-machine .slot-machine-table tr td {
    padding: 27px 0 27px 15px;
  }
  .slot-machine .slot-machine-table tr td:first-child {
    max-width: 90px;
    min-width: 90px;
  }
  .slot-machine .slot-machine-table tr td:last-child {
    padding-right: 12px;
  }
}
.auth-popup {
  display: none;
}

#cboxOverlay {
  opacity: 0.4;
  background-color: black;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.preview-popup {
  z-index: 5000;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.preview-popup .preview-popup-background {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.preview-popup .preview-popup-content {
  z-index: 5001;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  display: flex;
}
.preview-popup .preview-popup-content .preview-popup-content-image {
  max-width: 100%;
  max-height: 100%;
}

.art-skill-3 {
  position: relative;
  padding-left: 4px;
  text-align: left;
  display: inline-block;
}
.art-skill-3:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  left: -2px;
  width: 14px;
  height: 14px;
  background-image: url(/layout/images/layout/resource/crystal.png);
}

.art-skill-4 {
  position: relative;
  padding-left: 4px;
  text-align: left;
  display: inline-block;
}
.art-skill-4:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  left: -2px;
  width: 14px;
  height: 14px;
  background-image: url(/layout/images/layout/resource/diamond.png);
}

.art-skill-8 {
  position: relative;
  padding-left: 4px;
  text-align: left;
  display: inline-block;
}
.art-skill-8:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  left: -2px;
  width: 14px;
  height: 14px;
  background-image: url(/layout/images/layout/resource/energy.png);
}

.art-skill-10 {
  position: relative;
  padding-left: 4px;
  text-align: left;
  display: inline-block;
}
.art-skill-10:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  left: -2px;
  width: 14px;
  height: 14px;
  background-image: url(/layout/images/layout/resource/onyx.png);
}

.art-skill-11 {
  position: relative;
  padding-left: 4px;
  text-align: left;
  display: inline-block;
}
.art-skill-11:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  left: -2px;
  width: 14px;
  height: 14px;
  background-image: url(/layout/images/layout/resource/colossus_fragment.png);
}

.big-resource-4 {
  position: relative;
  padding-left: 4px;
  text-align: left;
  display: inline-block;
}
.big-resource-4:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  left: -2px;
  width: 50px;
  height: 50px;
  background-image: url(/layout/images/layout/resource/icon_resourses_diamonds.png);
}

.big-resource-10 {
  position: relative;
  padding-left: 4px;
  text-align: left;
  display: inline-block;
}
.big-resource-10:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  left: -2px;
  width: 50px;
  height: 50px;
  background-image: url(/layout/images/layout/resource/icon_resourses_ethyr.png);
}

.user-skills:first-child {
  margin-right: 5px;
}
.user-skills .user-skills-list .user-skills-list-row {
  height: 35px;
  text-align: left;
  padding-top: 8px;
  box-sizing: border-box;
  max-width: 300px;
}
.user-skills .user-skills-list .user-skills-list-row .user-skills-list-row-title {
  display: inline-block;
  text-align: left;
  min-width: 85px;
  font-size: 18px;
  color: #FDF6BC;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.user-skills .user-skills-list .user-skills-list-row .user-skills-list-row-icon {
  margin: -8px 0;
}
.user-skills .user-skills-list .user-skills-list-row .user-skills-list-row-text {
  display: inline-block;
  min-width: 110px;
  font-size: 18px;
  color: #FFFCFC;
}

.paginator {
  font-size: 21px;
  line-height: 25px;
}
.paginator .paginator-text {
  display: inline-block;
  margin-right: 10px;
}
.paginator .paginator-page {
  display: inline-block;
  padding: 7px 9px 8px 9px;
  cursor: pointer;
}
.paginator .paginator-page.active {
  padding: 6px 8px 7px 8px;
  border: 1px solid white;
}
.paginator .paginator-separator {
  display: inline-block;
}

.page-artikuls {
  display: table;
  margin-top: 0px;
  width: 100%;
  margin-bottom: 30px;
}
.page-artikuls .artikul-search-row {
  position: relative;
  height: 128px;
  width: 100%;
  background-position: 50%;
  background-image: url(/layout/images/layout/template_default/medium_buttons.png);
  background-size: 1252px 128px;
  background-repeat: no-repeat;
}
.page-artikuls .artikul-search-row .artikul-name-search {
  position: absolute;
  right: 40px;
  top: 40px;
  left: auto;
}
.page-artikuls .artikul-search-row .artikul-name-search .artikul-name-search-title {
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 8px;
}
.page-artikuls .artikul-search-row .artikul-name-search input {
  display: inline-block;
  width: 345px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #84858F;
  border-radius: 8px;
  color: #FFFFFF;
  padding-left: 15px;
  font-size: 24px;
  line-height: 29px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}
.page-artikuls .artikul-search-row .artikul-name-search .artikul-name-search-overflow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.page-artikuls .artikul-search-row .artikul-name-search .artikul-name-search-result {
  top: 38px;
  right: 0;
  position: absolute;
  z-index: 1;
  padding: 10px 7px 20px;
  background-color: #1a162e;
  border-radius: 10px;
  border: 1px solid #84858f;
  display: none;
}
.page-artikuls .artikul-search-row .artikul-name-search .artikul-name-search-result .artikul-icon-search-row {
  position: relative;
  width: 450px;
  height: 54px;
}
.page-artikuls .artikul-search-row .artikul-name-search .artikul-name-search-result .artikul-icon-search-row .artikul-icon {
  width: 70px;
  height: 70px;
  position: absolute;
}
.page-artikuls .artikul-search-row .artikul-name-search .artikul-name-search-result .artikul-icon-search-row .artikul-icon .artikul-icon-background {
  width: 64px;
  height: 64px;
}
.page-artikuls .artikul-search-row .artikul-name-search .artikul-name-search-result .artikul-icon-search-row .artikul-icon a {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 19px;
  padding-top: 16px;
  width: 450px;
  height: 64px;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 1;
  text-align: left;
}
.page-artikuls .artikul-search-row .artikul-name-search .artikul-name-search-result .artikul-icon-search-row .artikul-icon a img {
  width: 32px;
  height: 32px;
}
.page-artikuls .artikul-search-row .artikul-name-search .artikul-name-search-result .artikul-icon-search-row .artikul-icon .artikul-icon-text {
  display: none;
}
.page-artikuls .artikul-search-row .artikul-name-search .artikul-name-search-result .artikul-icon-search-row .artikul-title {
  position: absolute;
  left: 75px;
  top: 20px;
  font-size: 22px;
}

.artikul .artikul-top-row {
  display: inline-block;
  width: 100%;
  height: 180px;
  position: relative;
}
.artikul .artikul-top-row:before {
  content: "";
  display: block;
  background-image: url("/layout/images/artikul/item_name_bg_tile.png");
  background-size: 100% 200px;
  position: absolute;
  width: 100%;
  height: 180px;
  top: -36px;
  z-index: -1;
}
.artikul .artikul-top-row .artikul-icon-text {
  display: none;
}
.artikul .artikul-top-row .artikul-image {
  display: inline-block;
  vertical-align: middle;
  margin-left: 41px;
}
.artikul .artikul-top-row h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 45px;
  line-height: 54px;
  margin: 0px;
  padding: 0px;
}
.artikul .artikul-block {
  border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -webkit-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -moz-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  padding: 25px;
  text-align: center;
}
.artikul .artikul-block .h2 {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
.artikul .artikul-block .h2 .h2-middle {
  margin: 0px;
  font-size: 21px;
  line-height: 25px;
  color: #FFFABD;
  text-transform: uppercase;
  white-space: nowrap;
}
.artikul .artikul-block .h2 .h2-left {
  background-image: url(/layout/images/artikul/h2_line_middle.png);
  height: 11px;
  background-repeat: repeat no-repeat;
  width: 100%;
  position: relative;
  margin: 7px 35px 0 54px;
}
.artikul .artikul-block .h2 .h2-left:before {
  content: "";
  position: relative;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_right.png");
  width: 54px;
  height: 11px;
  transform: scale(-1);
  left: -54px;
}
.artikul .artikul-block .h2 .h2-left:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_left.png");
  width: 18px;
  height: 11px;
  top: 0px;
  transform: scale(-1);
  right: -18px;
}
.artikul .artikul-block .h2 .h2-right {
  background-image: url(/layout/images/artikul/h2_line_middle.png);
  height: 11px;
  background-repeat: repeat no-repeat;
  width: 100%;
  position: relative;
  margin: 7px 54px 0 35px;
}
.artikul .artikul-block .h2 .h2-right:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_right.png");
  width: 54px;
  height: 11px;
  right: -54px;
}
.artikul .artikul-block .h2 .h2-right:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_left.png");
  width: 18px;
  height: 11px;
  top: 0px;
  left: -18px;
}
.artikul .artikul-block h3 {
  margin-top: 14px;
  text-align: center;
  width: 100%;
  font-size: 21px;
  line-height: 25px;
  color: #B5804D;
  text-transform: uppercase;
}
.artikul .artikul-block .artikul-block-show-more {
  position: relative;
  margin: 14px auto 0;
  text-align: center;
  height: 40px;
  border: 1px solid #FFFFFF;
  font-size: 21px;
  line-height: 25px;
  padding: 7px 12px;
  box-sizing: border-box;
  display: none;
  cursor: pointer;
}
.artikul .artikul-block .artikul-title-desktop {
  display: inline-flex;
}
.artikul .artikul-block .artikul-title-mobile-1, .artikul .artikul-block .artikul-title-mobile-2 {
  display: none;
}
.artikul .artikul-block .artikul-reward-list .artikul-icon, .artikul .artikul-block .artikul-artikul-icon-list .artikul-icon {
  margin: 0 20px;
}
.artikul .artikul-block .artikul-block-description {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
}
.artikul .artikul-block .artikul-block-list {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 83px;
}
.artikul .artikul-block .artikul-block-list .artikul-block-list-column {
  margin-top: 14px;
  display: inline-block;
  vertical-align: top;
  width: 400px;
  text-align: left;
}
.artikul .artikul-block .artikul-block-list .artikul-block-list-column.artikul-user-skills {
  margin-left: 215px;
}
.artikul .artikul-block .artikul-block-list .artikul-block-list-column .user-skills-list-row {
  height: 40px;
  padding-top: 12px;
  width: 400px;
  max-width: 400px;
}
.artikul .artikul-block .artikul-block-list .artikul-block-list-column .user-skills-list-row .user-skills-list-row-title {
  width: 150px;
}
.artikul .artikul-block .artikul-block-list .artikul-block-list-column .user-skills-list-row:nth-child(odd) {
  background-image: url("/layout/images/artikul/light_line.png");
}
.artikul .artikul-block .artikul-block-list .artikul-block-list-column .artikul-block-list-row {
  height: 40px;
  padding-top: 12px;
  width: 480px;
  box-sizing: border-box;
}
.artikul .artikul-block .artikul-block-list .artikul-block-list-column .artikul-block-list-row:nth-child(odd) {
  background-image: url("/layout/images/artikul/light_line.png");
}
.artikul .artikul-block .artikul-block-list .artikul-block-list-column .artikul-block-list-row .artikul-block-list-row-title {
  display: inline-block;
  text-align: left;
  min-width: 85px;
  font-size: 18px;
  color: #fdf6bc;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  width: 170px;
}
.artikul .artikul-block .artikul-block-list .artikul-block-list-column .artikul-block-list-row .artikul-block-list-row-text {
  display: inline-block;
  font-size: 18px;
  color: #fffcfc;
}
.artikul .artikul-block .artikul-block-list .artikul-block-list-column .artikul-block-list-row .artikul-block-list-row-text .resource {
  margin: -4px 0 0 -7px;
}
.artikul .artikul-block .artikul-artikul-icon-list {
  text-align: center;
}
.artikul .artikul-block .artikul-icon {
  vertical-align: top;
  height: auto;
}
.artikul .artikul-block .artikul-icon .artikul-icon-background {
  left: 0px;
  position: relative;
}
.artikul .artikul-block .artikul-icon .artikul-icon-text {
  top: 0px;
  height: 100%;
  position: relative;
}
.artikul .artikul-drop-place .hidden-drop-icon {
  text-align: center;
  display: inline-block;
  height: 64px;
  margin: 14px auto;
  width: 64px;
}
.artikul .artikul-dismantle-reward .monster-icon {
  display: inline-block;
}
.artikul .artikul-dismantle-reward .medal-icon {
  display: inline-block;
}
.artikul .artikul-dismantle-reward .hidden-drop-icon {
  text-align: center;
  display: inline-block;
  height: 64px;
  margin: 14px auto;
  width: 64px;
}
.artikul .artikul-monster-icon-list .monster-icon {
  display: inline-block;
  vertical-align: top;
}
.artikul .artikul-artikul-icon-list .artikul-icon {
  margin-top: 2px;
  display: inline-block;
}
.artikul .diamond-options-icon-list .diamond-option-icon {
  display: inline-block;
}
.artikul .onyx-options-icon-list .onyx-option-icon {
  display: inline-block;
}
.artikul .artikul-medal-icon-list .medal-icon {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 512px) {
  .page-artikuls .artikul-search-row {
    background-position: 50% 0;
    padding-bottom: 80px;
  }
  .page-artikuls .artikul-search-row .artikul-name-search {
    right: 20px;
    left: 25px;
  }
  .page-artikuls .artikul-search-row .iframe-buttons {
    text-align: center;
    padding-top: 90px;
    margin-left: 0px;
  }
  .artikul {
    max-width: 512px;
  }
  .artikul .artikul-top-row h1 {
    max-width: 335px;
  }
  .artikul .artikul-top-row .artikul-image {
    margin-left: 0px;
  }
  .artikul .artikul-block {
    padding: 25px 7px;
  }
  .artikul .artikul-block .artikul-title-desktop {
    display: none;
  }
  .artikul .artikul-block .artikul-title-mobile-1, .artikul .artikul-block .artikul-title-mobile-2 {
    display: inline-flex;
  }
  .artikul .artikul-block .artikul-block-list {
    padding: 0 5px;
  }
  .artikul .artikul-block .artikul-block-list .artikul-block-list-column.artikul-user-skills {
    margin-left: 0px;
  }
}
.template-in-iframe .page-artikuls .artikul-search-row .iframe-buttons .iframe-button-right {
  left: 240px;
  right: auto;
}
.template-in-iframe .page-artikuls .artikul-search-row .artikul-name-search {
  right: 20px;
}

.apr-top-filter-row {
  width: 100%;
  max-width: 1040px;
  margin: auto;
  padding-right: 10px;
}
.apr-top-filter-row .apr-sort-menu {
  text-align: left;
}
.apr-top-filter-row .apr-sort-menu .apr-sort-menu-sort {
  display: inline-block;
  vertical-align: middle;
}
.apr-top-filter-row .apr-sort-menu .apr-sort-menu-sort .apr-sort-menu-sort-text {
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  vertical-align: middle;
}
.apr-top-filter-row .apr-sort-menu .apr-sort-menu-sort .apr-sort-menu-sort-dropdown {
  display: inline-block;
  max-width: 260px;
  vertical-align: middle;
  margin-left: 27px;
}
.apr-top-filter-row .apr-sort-menu .apr-sort-menu-sort .apr-sort-menu-sort-dropdown .drop-down {
  margin-top: 0px;
}
.apr-top-filter-row .apr-sort-menu .apr-sort-menu-view {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.apr-top-filter-row .apr-sort-menu .apr-sort-menu-view .apr-sort-menu-view-table {
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
  margin-top: 13px;
  width: 24px;
  height: 21px;
  background-image: url(/layout/images/layout/template_default/table_view.png);
  cursor: pointer;
  opacity: 0.2;
}
.apr-top-filter-row .apr-sort-menu .apr-sort-menu-view .apr-sort-menu-view-tiles {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  width: 23px;
  height: 24px;
  background-image: url(/layout/images/layout/template_default/tiles.png);
  cursor: pointer;
  opacity: 0.2;
}
.apr-top-filter-row .apr-sort-menu .apr-sort-menu-view .active {
  opacity: 1;
}
.apr-top-filter-row .apr-result-count {
  font-family: "Whitney";
  font-size: 21px;
  line-height: 25px;
  color: #C7C5D2;
  margin-top: 19px;
  text-align: left;
  font-weight: normal;
}

.apr-page {
  display: table;
  margin-top: 0px;
  width: 100%;
  margin-bottom: 30px;
}
.apr-page .apr-page-filter {
  display: none;
  max-width: 462px;
  box-sizing: border-box;
}
.apr-page .apr-page-filter .apr-page-filter-container {
  padding: 0 57px 40px 58px;
  position: relative;
}
.apr-page .apr-page-filter .apr-page-filter-container .apr-page-filter-container-right-top, .apr-page .apr-page-filter .apr-page-filter-container .apr-page-filter-container-left-top,
.apr-page .apr-page-filter .apr-page-filter-container .apr-page-filter-container-top,
.apr-page .apr-page-filter .apr-page-filter-container .apr-page-filter-container-left,
.apr-page .apr-page-filter .apr-page-filter-container .apr-page-filter-container-right,
.apr-page .apr-page-filter .apr-page-filter-container .apr-page-filter-container-right-bottom,
.apr-page .apr-page-filter .apr-page-filter-container .apr-page-filter-container-left-bottom,
.apr-page .apr-page-filter .apr-page-filter-container .apr-page-filter-container-bottom,
.apr-page .apr-page-filter .apr-page-filter-container .apr-page-filter-container-middle {
  z-index: -1;
  display: block;
  position: absolute;
}
.apr-page .apr-page-filter .apr-page-filter-container .apr-page-filter-container-right-top {
  right: 0;
  top: -50px;
  height: 115px;
  width: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_right_top.png);
}
.apr-page .apr-page-filter .apr-page-filter-container .apr-page-filter-container-left-top {
  left: 0;
  top: -50px;
  height: 115px;
  width: 99px;
  background-image: url(/layout/images/layout/template_default/filter_background_left_top.png);
}
.apr-page .apr-page-filter .apr-page-filter-container .apr-page-filter-container-top {
  right: 115px;
  left: 99px;
  top: -50px;
  height: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_top.png);
}
.apr-page .apr-page-filter .apr-page-filter-container .apr-page-filter-container-left {
  top: 65px;
  bottom: 115px;
  left: 0;
  width: 99px;
  background-image: url(/layout/images/layout/template_default/filter_background_left.png);
}
.apr-page .apr-page-filter .apr-page-filter-container .apr-page-filter-container-right {
  top: 65px;
  bottom: 115px;
  right: 0;
  width: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_right.png);
}
.apr-page .apr-page-filter .apr-page-filter-container .apr-page-filter-container-right-bottom {
  right: 0;
  bottom: 0;
  height: 115px;
  width: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_right_bottom.png);
}
.apr-page .apr-page-filter .apr-page-filter-container .apr-page-filter-container-left-bottom {
  left: 0;
  bottom: 0;
  height: 115px;
  width: 99px;
  background-image: url(/layout/images/layout/template_default/filter_background_left_bottom.png);
}
.apr-page .apr-page-filter .apr-page-filter-container .apr-page-filter-container-bottom {
  right: 115px;
  left: 99px;
  bottom: 0;
  height: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_bottom.png);
}
.apr-page .apr-page-filter .apr-page-filter-container .apr-page-filter-container-middle {
  right: 115px;
  left: 99px;
  top: 65px;
  bottom: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_middle.png);
}
.apr-page .apr-page-filter .apr-page-filter-container .button {
  margin: auto;
  text-align: center;
}
.apr-page .apr-page-filter .apr-sort-menu-filter .apr-sort-menu-filter-button {
  margin-left: 29px;
  margin-right: 0px;
}
.apr-page .apr-page-filter .apr-page-filter-checkbox {
  margin-top: 10px;
}
.apr-page .apr-page-filter .apr-page-filter-checkbox .checkbox {
  margin: 10px 0;
  width: 49%;
}
.apr-page .apr-page-filter .apr-page-filter-checkbox .checkbox .checkbox-text {
  max-width: 120px;
  margin-right: -5px;
}
.apr-page .apr-page-filter .apr-page-filter-checkbox.apr-page-filter-checkbox-rank .checkbox {
  margin: 10px 0;
  width: 32%;
  text-align: center;
}
.apr-page .apr-page-filter .apr-page-filter-checkbox.apr-page-filter-checkbox-rank .checkbox .checkbox-text {
  min-width: 20px;
}
.apr-page .apr-page-filter .apr-page-filter-checkbox.apr-page-filter-checkbox-collectible .checkbox-value-collection {
  width: 100%;
  text-align: center;
}
.apr-page .apr-page-filter .filter-range {
  margin-top: 35px;
}
.apr-page .apr-page-filter .apr-page-filter-more {
  padding-top: 5px;
  text-align: center;
}
.apr-page .apr-page-filter .apr-page-filter-more .checkbox-text {
  font-size: 21px;
  text-transform: uppercase;
}
.apr-page .apr-page-filter .more-filter-container {
  display: none;
}
.apr-page .apr-sort-menu-filter {
  display: inline-block;
}
.apr-page .apr-sort-menu-filter .apr-sort-menu-filter-checkbox {
  width: 40px;
  height: 39px;
  background-image: url(/layout/images/layout/template_default/checkbox_background.png);
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.apr-page .apr-sort-menu-filter .apr-sort-menu-filter-checkbox.active::before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 19px;
  top: 12px;
  left: 9px;
  background-image: url(/layout/images/layout/template_default/check_ok.png);
}
.apr-page .apr-sort-menu-filter .apr-sort-menu-filter-text {
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  margin-left: 7px;
  text-transform: uppercase;
  vertical-align: middle;
}
.apr-page .apr-sort-menu-filter .apr-sort-menu-filter-button {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  line-height: 25px;
  padding: 7px 8px 8px;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  margin-left: 46px;
  cursor: pointer;
  margin-right: 49px;
}
.apr-page .apr-page-content {
  display: table-cell;
  width: 100%;
  max-width: 1130px;
  margin: auto;
  text-align: center;
}
.apr-page .apr-page-content .apr-page-list {
  margin-top: 10px;
}
.apr-page .apr-page-content .apr-page-list .apr-page-list-icon {
  display: inline-block;
  width: 180px;
  height: auto;
  margin: 6px 2px 0px;
  border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -webkit-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -moz-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  vertical-align: top;
}
.apr-page .apr-page-content .apr-page-list .apr-page-list-icon .apr-icon {
  min-height: 176px;
  margin: 10px auto 25px;
  text-align: center;
}
.apr-page .apr-page-content .apr-page-list .apr-page-list-row {
  display: inline-block;
  width: 100%;
  min-height: 220px;
  padding: 20px;
  box-sizing: border-box;
  margin: 6px 2px 0px;
  border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -webkit-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -moz-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
}
.apr-page .apr-page-content .apr-page-list .apr-page-list-row .apr-row {
  margin-top: -10px;
  margin: auto;
  text-align: left;
}
.apr-page .apr-page-content .apr-page-list .apr-page-list-row .apr-row .apr-row-icon {
  padding-top: 0px;
  min-height: 172px;
}
.apr-page .apr-page-content .apr-page-list .apr-page-list-row .apr-row-user-skills-info {
  display: inline-block;
  margin-left: 13px;
  vertical-align: top;
  max-width: 415px;
  min-width: 275px;
}
.apr-page .apr-page-content .apr-page-load-more {
  margin: 37px auto 0;
  width: 182px;
  font-size: 21px;
  line-height: 25px;
  padding: 7px 12px 8px 11px;
  border: 1px solid white;
  cursor: pointer;
}
.apr-page .apr-page-content .apr-page-paginator {
  margin-top: 20px;
}

@media (max-width: 512px) {
  .apr-page {
    display: block;
  }
  .apr-page .apr-page-filter {
    padding-left: 16px;
    max-width: 100%;
  }
  .apr-page .apr-page-content {
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .apr-page .apr-page-content .apr-top-filter-row {
    padding-right: 10px;
    box-sizing: border-box;
  }
  .apr-page .apr-page-content .apr-top-filter-row .apr-sort-menu .apr-sort-menu-filter {
    display: block;
    width: 100%;
  }
  .apr-page .apr-page-content .apr-top-filter-row .apr-sort-menu .apr-sort-menu-filter .apr-sort-menu-filter-button {
    margin: 0px;
    float: right;
  }
  .apr-page .apr-page-content .apr-top-filter-row .apr-sort-menu .apr-sort-menu-sort {
    margin-top: 15px;
    display: block;
  }
  .apr-page .apr-page-content .apr-top-filter-row .apr-sort-menu .apr-sort-menu-sort .apr-sort-menu-sort-text {
    display: block;
  }
  .apr-page .apr-page-content .apr-top-filter-row .apr-sort-menu .apr-sort-menu-sort .apr-sort-menu-sort-dropdown {
    display: block;
    margin-top: 15px;
    margin-left: 0px;
  }
  .apr-page .apr-page-content .apr-top-filter-row .apr-sort-menu .apr-sort-menu-view {
    display: block;
    margin-top: -47px;
  }
  .apr-page .apr-page-content .apr-top-filter-row .apr-result-count {
    font-size: 16px;
  }
}
.medal-top-filter-row {
  width: 100%;
  max-width: 1040px;
  margin: auto;
  padding-right: 10px;
}
.medal-top-filter-row .medal-sort-menu {
  text-align: left;
}
.medal-top-filter-row .medal-sort-menu .medal-sort-menu-sort {
  display: inline-block;
  vertical-align: middle;
}
.medal-top-filter-row .medal-sort-menu .medal-sort-menu-sort .medal-sort-menu-sort-text {
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  vertical-align: middle;
}
.medal-top-filter-row .medal-sort-menu .medal-sort-menu-sort .medal-sort-menu-sort-dropdown {
  display: inline-block;
  max-width: 260px;
  vertical-align: middle;
  margin-left: 27px;
}
.medal-top-filter-row .medal-sort-menu .medal-sort-menu-sort .medal-sort-menu-sort-dropdown .drop-down {
  margin-top: 0px;
}
.medal-top-filter-row .medal-sort-menu .medal-sort-menu-view {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.medal-top-filter-row .medal-sort-menu .medal-sort-menu-view .medal-sort-menu-view-table {
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
  margin-top: 13px;
  width: 24px;
  height: 21px;
  background-image: url(/layout/images/layout/template_default/table_view.png);
  cursor: pointer;
  opacity: 0.2;
}
.medal-top-filter-row .medal-sort-menu .medal-sort-menu-view .medal-sort-menu-view-tiles {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  width: 23px;
  height: 24px;
  background-image: url(/layout/images/layout/template_default/tiles.png);
  cursor: pointer;
  opacity: 0.2;
}
.medal-top-filter-row .medal-sort-menu .medal-sort-menu-view .active {
  opacity: 1;
}
.medal-top-filter-row .medal-result-count {
  font-family: "Whitney";
  font-size: 21px;
  line-height: 25px;
  color: #C7C5D2;
  margin-top: 19px;
  text-align: left;
  font-weight: normal;
}

.medal-page {
  display: table;
  margin-top: 0px;
  width: 100%;
  margin-bottom: 30px;
}
.medal-page .medal-page-filter {
  display: none;
  max-width: 462px;
  box-sizing: border-box;
}
.medal-page .medal-page-filter .medal-page-filter-container {
  padding: 0 57px 40px 58px;
  position: relative;
}
.medal-page .medal-page-filter .medal-page-filter-container .medal-page-filter-container-right-top, .medal-page .medal-page-filter .medal-page-filter-container .medal-page-filter-container-left-top,
.medal-page .medal-page-filter .medal-page-filter-container .medal-page-filter-container-top,
.medal-page .medal-page-filter .medal-page-filter-container .medal-page-filter-container-left,
.medal-page .medal-page-filter .medal-page-filter-container .medal-page-filter-container-right,
.medal-page .medal-page-filter .medal-page-filter-container .medal-page-filter-container-right-bottom,
.medal-page .medal-page-filter .medal-page-filter-container .medal-page-filter-container-left-bottom,
.medal-page .medal-page-filter .medal-page-filter-container .medal-page-filter-container-bottom,
.medal-page .medal-page-filter .medal-page-filter-container .medal-page-filter-container-middle {
  z-index: -1;
  display: block;
  position: absolute;
}
.medal-page .medal-page-filter .medal-page-filter-container .medal-page-filter-container-right-top {
  right: 0;
  top: -50px;
  height: 115px;
  width: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_right_top.png);
}
.medal-page .medal-page-filter .medal-page-filter-container .medal-page-filter-container-left-top {
  left: 0;
  top: -50px;
  height: 115px;
  width: 99px;
  background-image: url(/layout/images/layout/template_default/filter_background_left_top.png);
}
.medal-page .medal-page-filter .medal-page-filter-container .medal-page-filter-container-top {
  right: 115px;
  left: 99px;
  top: -50px;
  height: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_top.png);
}
.medal-page .medal-page-filter .medal-page-filter-container .medal-page-filter-container-left {
  top: 65px;
  bottom: 115px;
  left: 0;
  width: 99px;
  background-image: url(/layout/images/layout/template_default/filter_background_left.png);
}
.medal-page .medal-page-filter .medal-page-filter-container .medal-page-filter-container-right {
  top: 65px;
  bottom: 115px;
  right: 0;
  width: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_right.png);
}
.medal-page .medal-page-filter .medal-page-filter-container .medal-page-filter-container-right-bottom {
  right: 0;
  bottom: 0;
  height: 115px;
  width: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_right_bottom.png);
}
.medal-page .medal-page-filter .medal-page-filter-container .medal-page-filter-container-left-bottom {
  left: 0;
  bottom: 0;
  height: 115px;
  width: 99px;
  background-image: url(/layout/images/layout/template_default/filter_background_left_bottom.png);
}
.medal-page .medal-page-filter .medal-page-filter-container .medal-page-filter-container-bottom {
  right: 115px;
  left: 99px;
  bottom: 0;
  height: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_bottom.png);
}
.medal-page .medal-page-filter .medal-page-filter-container .medal-page-filter-container-middle {
  right: 115px;
  left: 99px;
  top: 65px;
  bottom: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_middle.png);
}
.medal-page .medal-page-filter .medal-page-filter-container .button {
  margin: auto;
  text-align: center;
}
.medal-page .medal-page-filter .medal-sort-menu-filter .medal-sort-menu-filter-button {
  margin-left: 29px;
  margin-right: 0px;
}
.medal-page .medal-page-filter .medal-page-filter-checkbox {
  margin-top: 10px;
}
.medal-page .medal-page-filter .medal-page-filter-checkbox .checkbox {
  margin: 10px 0;
  width: 49%;
}
.medal-page .medal-page-filter .medal-page-filter-checkbox .checkbox .checkbox-text {
  max-width: 120px;
  margin-right: -5px;
}
.medal-page .medal-page-filter .medal-page-filter-checkbox.medal-page-filter-checkbox-rank .checkbox {
  margin: 10px 0;
  width: 32%;
  text-align: center;
}
.medal-page .medal-page-filter .medal-page-filter-checkbox.medal-page-filter-checkbox-rank .checkbox .checkbox-text {
  min-width: 20px;
}
.medal-page .medal-page-filter .filter-range {
  margin-top: 35px;
}
.medal-page .medal-page-filter .medal-page-filter-more {
  padding-top: 5px;
  text-align: center;
}
.medal-page .medal-page-filter .medal-page-filter-more .checkbox-text {
  font-size: 21px;
  text-transform: uppercase;
}
.medal-page .medal-page-filter .more-filter-container {
  display: none;
}
.medal-page .medal-sort-menu-filter {
  display: inline-block;
}
.medal-page .medal-sort-menu-filter .medal-sort-menu-filter-checkbox {
  width: 40px;
  height: 39px;
  background-image: url(/layout/images/layout/template_default/checkbox_background.png);
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.medal-page .medal-sort-menu-filter .medal-sort-menu-filter-checkbox.active::before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 19px;
  top: 12px;
  left: 9px;
  background-image: url(/layout/images/layout/template_default/check_ok.png);
}
.medal-page .medal-sort-menu-filter .medal-sort-menu-filter-text {
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  margin-left: 7px;
  text-transform: uppercase;
  vertical-align: middle;
}
.medal-page .medal-sort-menu-filter .medal-sort-menu-filter-button {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  line-height: 25px;
  padding: 7px 8px 8px;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  margin-left: 46px;
  cursor: pointer;
  margin-right: 49px;
}
.medal-page .medal-page-content {
  display: table-cell;
  width: 100%;
  max-width: 1130px;
  margin: auto;
  text-align: center;
}
.medal-page .medal-page-content .medal-page-list {
  margin-top: 10px;
}
.medal-page .medal-page-content .medal-page-list .medal-page-list-icon {
  display: inline-block;
  width: 180px;
  height: auto;
  margin: 6px 2px 0px;
  border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -webkit-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -moz-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  vertical-align: top;
}
.medal-page .medal-page-content .medal-page-list .medal-page-list-icon .medal-icon {
  min-height: 176px;
  margin: 10px auto 25px;
  text-align: center;
}
.medal-page .medal-page-content .medal-page-list .medal-page-list-row {
  display: inline-block;
  width: 100%;
  min-height: 220px;
  padding: 20px;
  box-sizing: border-box;
  margin: 6px 2px 0px;
  border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -webkit-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -moz-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
}
.medal-page .medal-page-content .medal-page-list .medal-page-list-row .medal-row {
  margin-top: -10px;
  margin: auto;
  text-align: left;
}
.medal-page .medal-page-content .medal-page-list .medal-page-list-row .medal-row .medal-row-icon {
  padding-top: 0px;
  min-height: 172px;
}
.medal-page .medal-page-content .medal-page-list .medal-page-list-row .medal-row-user-skills-info {
  display: inline-block;
  margin-right: -20px;
  vertical-align: top;
  max-width: 415px;
}
.medal-page .medal-page-content .medal-page-load-more {
  margin: 37px auto 0;
  width: 182px;
  font-size: 21px;
  line-height: 25px;
  padding: 7px 12px 8px 11px;
  border: 1px solid white;
  cursor: pointer;
}
.medal-page .medal-page-content .medal-page-paginator {
  margin-top: 20px;
}

@media (max-width: 512px) {
  .medal-page {
    display: block;
  }
  .medal-page .medal-page-filter {
    padding-left: 16px;
    max-width: 100%;
  }
  .medal-page .medal-page-content {
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .medal-page .medal-page-content .medal-top-filter-row {
    padding-right: 10px;
    box-sizing: border-box;
  }
  .medal-page .medal-page-content .medal-top-filter-row .medal-sort-menu .medal-sort-menu-filter {
    display: block;
    width: 100%;
  }
  .medal-page .medal-page-content .medal-top-filter-row .medal-sort-menu .medal-sort-menu-filter .medal-sort-menu-filter-button {
    margin: 0px;
    float: right;
  }
  .medal-page .medal-page-content .medal-top-filter-row .medal-sort-menu .medal-sort-menu-sort {
    margin-top: 15px;
    display: block;
  }
  .medal-page .medal-page-content .medal-top-filter-row .medal-sort-menu .medal-sort-menu-sort .medal-sort-menu-sort-text {
    display: block;
  }
  .medal-page .medal-page-content .medal-top-filter-row .medal-sort-menu .medal-sort-menu-sort .medal-sort-menu-sort-dropdown {
    display: block;
    margin-top: 15px;
    margin-left: 0px;
  }
  .medal-page .medal-page-content .medal-top-filter-row .medal-sort-menu .medal-sort-menu-view {
    display: block;
    margin-top: -47px;
  }
  .medal-page .medal-page-content .medal-top-filter-row .medal-result-count {
    font-size: 16px;
  }
}
.monster-top-filter-row {
  width: 100%;
  max-width: 1040px;
  margin: auto;
  padding-right: 10px;
}
.monster-top-filter-row .monster-sort-menu {
  text-align: left;
}
.monster-top-filter-row .monster-sort-menu .monster-sort-menu-sort {
  display: inline-block;
  vertical-align: middle;
}
.monster-top-filter-row .monster-sort-menu .monster-sort-menu-sort .monster-sort-menu-sort-text {
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  vertical-align: middle;
}
.monster-top-filter-row .monster-sort-menu .monster-sort-menu-sort .monster-sort-menu-sort-dropdown {
  display: inline-block;
  max-width: 260px;
  vertical-align: middle;
  margin-left: 27px;
}
.monster-top-filter-row .monster-sort-menu .monster-sort-menu-sort .monster-sort-menu-sort-dropdown .drop-down {
  margin-top: 0px;
}
.monster-top-filter-row .monster-sort-menu .monster-sort-menu-view {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.monster-top-filter-row .monster-sort-menu .monster-sort-menu-view .monster-sort-menu-view-table {
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
  margin-top: 13px;
  width: 24px;
  height: 21px;
  background-image: url(/layout/images/layout/template_default/table_view.png);
  cursor: pointer;
  opacity: 0.2;
}
.monster-top-filter-row .monster-sort-menu .monster-sort-menu-view .monster-sort-menu-view-tiles {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  width: 23px;
  height: 24px;
  background-image: url(/layout/images/layout/template_default/tiles.png);
  cursor: pointer;
  opacity: 0.2;
}
.monster-top-filter-row .monster-sort-menu .monster-sort-menu-view .active {
  opacity: 1;
}
.monster-top-filter-row .monster-result-count {
  font-family: "Whitney";
  font-size: 21px;
  line-height: 25px;
  color: #C7C5D2;
  margin-top: 19px;
  text-align: left;
  font-weight: normal;
}

.monster-page {
  display: table;
  margin-top: 0px;
  width: 100%;
  margin-bottom: 30px;
}
.monster-page .h2-hr {
  margin: 10px 0;
}
.monster-page .monster-page-filter {
  display: none;
  max-width: 462px;
  box-sizing: border-box;
}
.monster-page .monster-page-filter .monster-page-filter-container {
  padding: 0 57px 40px 58px;
  position: relative;
}
.monster-page .monster-page-filter .monster-page-filter-container .monster-page-filter-container-right-top, .monster-page .monster-page-filter .monster-page-filter-container .monster-page-filter-container-left-top,
.monster-page .monster-page-filter .monster-page-filter-container .monster-page-filter-container-top,
.monster-page .monster-page-filter .monster-page-filter-container .monster-page-filter-container-left,
.monster-page .monster-page-filter .monster-page-filter-container .monster-page-filter-container-right,
.monster-page .monster-page-filter .monster-page-filter-container .monster-page-filter-container-right-bottom,
.monster-page .monster-page-filter .monster-page-filter-container .monster-page-filter-container-left-bottom,
.monster-page .monster-page-filter .monster-page-filter-container .monster-page-filter-container-bottom,
.monster-page .monster-page-filter .monster-page-filter-container .monster-page-filter-container-middle {
  z-index: -1;
  display: block;
  position: absolute;
}
.monster-page .monster-page-filter .monster-page-filter-container .monster-page-filter-container-right-top {
  right: 0;
  top: -50px;
  height: 115px;
  width: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_right_top.png);
}
.monster-page .monster-page-filter .monster-page-filter-container .monster-page-filter-container-left-top {
  left: 0;
  top: -50px;
  height: 115px;
  width: 99px;
  background-image: url(/layout/images/layout/template_default/filter_background_left_top.png);
}
.monster-page .monster-page-filter .monster-page-filter-container .monster-page-filter-container-top {
  right: 115px;
  left: 99px;
  top: -50px;
  height: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_top.png);
}
.monster-page .monster-page-filter .monster-page-filter-container .monster-page-filter-container-left {
  top: 65px;
  bottom: 115px;
  left: 0;
  width: 99px;
  background-image: url(/layout/images/layout/template_default/filter_background_left.png);
}
.monster-page .monster-page-filter .monster-page-filter-container .monster-page-filter-container-right {
  top: 65px;
  bottom: 115px;
  right: 0;
  width: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_right.png);
}
.monster-page .monster-page-filter .monster-page-filter-container .monster-page-filter-container-right-bottom {
  right: 0;
  bottom: 0;
  height: 115px;
  width: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_right_bottom.png);
}
.monster-page .monster-page-filter .monster-page-filter-container .monster-page-filter-container-left-bottom {
  left: 0;
  bottom: 0;
  height: 115px;
  width: 99px;
  background-image: url(/layout/images/layout/template_default/filter_background_left_bottom.png);
}
.monster-page .monster-page-filter .monster-page-filter-container .monster-page-filter-container-bottom {
  right: 115px;
  left: 99px;
  bottom: 0;
  height: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_bottom.png);
}
.monster-page .monster-page-filter .monster-page-filter-container .monster-page-filter-container-middle {
  right: 115px;
  left: 99px;
  top: 65px;
  bottom: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_middle.png);
}
.monster-page .monster-page-filter .monster-page-filter-container .button {
  margin: auto;
  text-align: center;
}
.monster-page .monster-page-filter .monster-sort-menu-filter .monster-sort-menu-filter-button {
  margin-left: 29px;
  margin-right: 0px;
}
.monster-page .monster-page-filter .monster-page-filter-checkbox {
  margin-top: 10px;
}
.monster-page .monster-page-filter .monster-page-filter-checkbox.boss .checkbox {
  width: 100%;
  margin: 10px 0 10px 7px;
  text-align: left;
}
.monster-page .monster-page-filter .monster-page-filter-checkbox.boss .checkbox .checkbox-text {
  max-width: 280px;
}
.monster-page .monster-page-filter .monster-page-filter-checkbox .checkbox {
  margin: 10px 0 10px -5px;
  width: 100%;
  text-align: center;
}
.monster-page .monster-page-filter .monster-page-filter-checkbox .checkbox .checkbox-text {
  max-width: 140px;
  margin-right: -5px;
}
.monster-page .monster-page-filter .monster-page-filter-checkbox .checkbox .checkbox-text .checkbox-icon {
  margin-left: -16px;
  margin-bottom: -26px;
  margin-top: -18px;
  margin-right: -10px;
  -webkit-filter: none;
  filter: none;
}
.monster-page .monster-page-filter .filter-range {
  margin-top: 35px;
}
.monster-page .monster-page-filter .monster-page-filter-more {
  padding-top: 5px;
  text-align: center;
}
.monster-page .monster-page-filter .monster-page-filter-more .checkbox-text {
  font-size: 21px;
  text-transform: uppercase;
}
.monster-page .monster-page-filter .more-filter-container {
  display: none;
}
.monster-page .monster-sort-menu-filter {
  display: inline-block;
}
.monster-page .monster-sort-menu-filter .monster-sort-menu-filter-checkbox {
  width: 40px;
  height: 39px;
  background-image: url(/layout/images/layout/template_default/checkbox_background.png);
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.monster-page .monster-sort-menu-filter .monster-sort-menu-filter-checkbox.active::before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 19px;
  top: 12px;
  left: 9px;
  background-image: url(/layout/images/layout/template_default/check_ok.png);
}
.monster-page .monster-sort-menu-filter .monster-sort-menu-filter-text {
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  margin-left: 7px;
  text-transform: uppercase;
  vertical-align: middle;
}
.monster-page .monster-sort-menu-filter .monster-sort-menu-filter-button {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  line-height: 25px;
  padding: 7px 8px 8px;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  margin-left: 46px;
  cursor: pointer;
  margin-right: 49px;
}
.monster-page .monster-page-content {
  display: table-cell;
  width: 100%;
  max-width: 1130px;
  margin: auto;
  text-align: center;
}
.monster-page .monster-page-content .monster-page-list {
  margin-top: 10px;
}
.monster-page .monster-page-content .monster-page-list .monster-page-list-icon {
  display: inline-block;
  vertical-align: top;
  width: 256px;
  min-height: 275px;
  margin: 6px 2px 0px;
  padding: 20px 0 13px;
  border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -webkit-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -moz-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
}
.monster-page .monster-page-content .monster-page-list .monster-page-list-icon .monster-icon {
  margin: auto;
  text-align: center;
}
.monster-page .monster-page-content .monster-page-list .monster-page-list-row {
  display: inline-block;
  width: 100%;
  min-height: 220px;
  padding: 20px 20px 20px 40px;
  box-sizing: border-box;
  margin: 6px 2px 0px;
  border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -webkit-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -moz-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
}
.monster-page .monster-page-content .monster-page-list .monster-page-list-row .monster-row {
  margin-top: -10px;
  margin: auto;
  text-align: left;
}
.monster-page .monster-page-content .monster-page-list .monster-page-list-row .monster-row .monster-row-icon {
  padding-top: 5px;
  margin-left: -20px;
}
.monster-page .monster-page-content .monster-page-list .monster-page-list-row .monster-row-user-skills-info {
  display: inline-block;
  margin-right: -20px;
  vertical-align: top;
  max-width: 415px;
}
.monster-page .monster-page-content .monster-page-load-more {
  margin: 37px auto 0;
  width: 182px;
  font-size: 21px;
  line-height: 25px;
  padding: 7px 12px 8px 11px;
  border: 1px solid white;
  cursor: pointer;
}
.monster-page .monster-page-content .monster-page-paginator {
  margin-top: 20px;
}

@media (max-width: 512px) {
  .monster-page {
    display: block;
  }
  .monster-page .monster-page-filter {
    padding-left: 16px;
    max-width: 100%;
  }
  .monster-page .monster-page-content {
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .monster-page .monster-page-content .monster-top-filter-row {
    padding-right: 10px;
    box-sizing: border-box;
  }
  .monster-page .monster-page-content .monster-top-filter-row .monster-sort-menu .monster-sort-menu-filter {
    display: block;
    width: 100%;
  }
  .monster-page .monster-page-content .monster-top-filter-row .monster-sort-menu .monster-sort-menu-filter .monster-sort-menu-filter-button {
    margin: 0px;
    float: right;
  }
  .monster-page .monster-page-content .monster-top-filter-row .monster-sort-menu .monster-sort-menu-sort {
    margin-top: 15px;
    display: block;
  }
  .monster-page .monster-page-content .monster-top-filter-row .monster-sort-menu .monster-sort-menu-sort .monster-sort-menu-sort-text {
    display: block;
  }
  .monster-page .monster-page-content .monster-top-filter-row .monster-sort-menu .monster-sort-menu-sort .monster-sort-menu-sort-dropdown {
    display: block;
    margin-top: 15px;
    margin-left: 0px;
  }
  .monster-page .monster-page-content .monster-top-filter-row .monster-sort-menu .monster-sort-menu-view {
    display: block;
    margin-top: -47px;
  }
  .monster-page .monster-page-content .monster-top-filter-row .monster-result-count {
    font-size: 16px;
  }
  .monster-page .monster-page-content .monster-row-user-skills-info {
    width: 230px;
    margin-right: 0px;
    margin-left: 5px;
  }
  .monster-page .monster-page-content .monster-row-user-skills-info .user-skills .user-skills-list .user-skills-list-row .user-skills-list-row-text {
    min-width: 136px;
  }
  .monster-page .monster-page-content .monster-row-info {
    width: 230px;
    margin-right: 0px;
    margin-left: 187px;
  }
  .monster-page .monster-page-content .monster-row-info .monster-row-info-row .monster-row-info-row-title {
    min-width: 90px;
    max-width: 90px;
  }
}
.artikul-top-filter-row {
  width: 100%;
  max-width: 1040px;
  margin: auto;
  padding-right: 10px;
}
.artikul-top-filter-row .artikul-sort-menu {
  text-align: left;
}
.artikul-top-filter-row .artikul-sort-menu .artikul-sort-menu-sort {
  display: inline-block;
  vertical-align: middle;
}
.artikul-top-filter-row .artikul-sort-menu .artikul-sort-menu-sort .artikul-sort-menu-sort-text {
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  vertical-align: middle;
}
.artikul-top-filter-row .artikul-sort-menu .artikul-sort-menu-sort .artikul-sort-menu-sort-dropdown {
  display: inline-block;
  max-width: 260px;
  vertical-align: middle;
  margin-left: 27px;
}
.artikul-top-filter-row .artikul-sort-menu .artikul-sort-menu-sort .artikul-sort-menu-sort-dropdown .drop-down {
  margin-top: 0px;
}
.artikul-top-filter-row .artikul-sort-menu .artikul-sort-menu-view {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.artikul-top-filter-row .artikul-sort-menu .artikul-sort-menu-view .artikul-sort-menu-view-table {
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
  margin-top: 13px;
  width: 24px;
  height: 21px;
  background-image: url(/layout/images/layout/template_default/table_view.png);
  cursor: pointer;
  opacity: 0.2;
}
.artikul-top-filter-row .artikul-sort-menu .artikul-sort-menu-view .artikul-sort-menu-view-tiles {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  width: 23px;
  height: 24px;
  background-image: url(/layout/images/layout/template_default/tiles.png);
  cursor: pointer;
  opacity: 0.2;
}
.artikul-top-filter-row .artikul-sort-menu .artikul-sort-menu-view .active {
  opacity: 1;
}
.artikul-top-filter-row .artikul-result-count {
  font-family: "Whitney";
  font-size: 21px;
  line-height: 25px;
  color: #C7C5D2;
  margin-top: 19px;
  text-align: left;
  font-weight: normal;
}

.artikul-page {
  display: table;
  margin-top: 0px;
  width: 100%;
  margin-bottom: 30px;
}
.artikul-page .artikul-page-filter {
  display: none;
  max-width: 462px;
  box-sizing: border-box;
}
.artikul-page .artikul-page-filter .artikul-page-filter-container {
  padding: 0 57px 40px 58px;
  position: relative;
}
.artikul-page .artikul-page-filter .artikul-page-filter-container .artikul-page-filter-container-right-top, .artikul-page .artikul-page-filter .artikul-page-filter-container .artikul-page-filter-container-left-top,
.artikul-page .artikul-page-filter .artikul-page-filter-container .artikul-page-filter-container-top,
.artikul-page .artikul-page-filter .artikul-page-filter-container .artikul-page-filter-container-left,
.artikul-page .artikul-page-filter .artikul-page-filter-container .artikul-page-filter-container-right,
.artikul-page .artikul-page-filter .artikul-page-filter-container .artikul-page-filter-container-right-bottom,
.artikul-page .artikul-page-filter .artikul-page-filter-container .artikul-page-filter-container-left-bottom,
.artikul-page .artikul-page-filter .artikul-page-filter-container .artikul-page-filter-container-bottom,
.artikul-page .artikul-page-filter .artikul-page-filter-container .artikul-page-filter-container-middle {
  z-index: -1;
  display: block;
  position: absolute;
}
.artikul-page .artikul-page-filter .artikul-page-filter-container .artikul-page-filter-container-right-top {
  right: 0;
  top: -50px;
  height: 115px;
  width: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_right_top.png);
}
.artikul-page .artikul-page-filter .artikul-page-filter-container .artikul-page-filter-container-left-top {
  left: 0;
  top: -50px;
  height: 115px;
  width: 99px;
  background-image: url(/layout/images/layout/template_default/filter_background_left_top.png);
}
.artikul-page .artikul-page-filter .artikul-page-filter-container .artikul-page-filter-container-top {
  right: 115px;
  left: 99px;
  top: -50px;
  height: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_top.png);
}
.artikul-page .artikul-page-filter .artikul-page-filter-container .artikul-page-filter-container-left {
  top: 65px;
  bottom: 115px;
  left: 0;
  width: 99px;
  background-image: url(/layout/images/layout/template_default/filter_background_left.png);
}
.artikul-page .artikul-page-filter .artikul-page-filter-container .artikul-page-filter-container-right {
  top: 65px;
  bottom: 115px;
  right: 0;
  width: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_right.png);
}
.artikul-page .artikul-page-filter .artikul-page-filter-container .artikul-page-filter-container-right-bottom {
  right: 0;
  bottom: 0;
  height: 115px;
  width: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_right_bottom.png);
}
.artikul-page .artikul-page-filter .artikul-page-filter-container .artikul-page-filter-container-left-bottom {
  left: 0;
  bottom: 0;
  height: 115px;
  width: 99px;
  background-image: url(/layout/images/layout/template_default/filter_background_left_bottom.png);
}
.artikul-page .artikul-page-filter .artikul-page-filter-container .artikul-page-filter-container-bottom {
  right: 115px;
  left: 99px;
  bottom: 0;
  height: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_bottom.png);
}
.artikul-page .artikul-page-filter .artikul-page-filter-container .artikul-page-filter-container-middle {
  right: 115px;
  left: 99px;
  top: 65px;
  bottom: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_middle.png);
}
.artikul-page .artikul-page-filter .artikul-page-filter-container .button {
  margin: auto;
  text-align: center;
}
.artikul-page .artikul-page-filter .artikul-sort-menu-filter .artikul-sort-menu-filter-button {
  margin-left: 29px;
  margin-right: 0px;
}
.artikul-page .artikul-page-filter .artikul-page-filter-checkbox {
  margin-top: 10px;
}
.artikul-page .artikul-page-filter .artikul-page-filter-checkbox .checkbox {
  margin: 10px 0;
  width: 49%;
}
.artikul-page .artikul-page-filter .artikul-page-filter-checkbox .checkbox .checkbox-text {
  max-width: 120px;
  margin-right: -5px;
}
.artikul-page .artikul-page-filter .filter-range {
  margin-top: 35px;
}
.artikul-page .artikul-page-filter .artikul-page-filter-more {
  padding-top: 5px;
  text-align: center;
}
.artikul-page .artikul-page-filter .artikul-page-filter-more .checkbox-text {
  font-size: 21px;
  text-transform: uppercase;
}
.artikul-page .artikul-page-filter .more-filter-container {
  display: none;
}
.artikul-page .artikul-sort-menu-filter {
  display: inline-block;
}
.artikul-page .artikul-sort-menu-filter .artikul-sort-menu-filter-checkbox {
  width: 40px;
  height: 39px;
  background-image: url(/layout/images/layout/template_default/checkbox_background.png);
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.artikul-page .artikul-sort-menu-filter .artikul-sort-menu-filter-checkbox.active::before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 19px;
  top: 12px;
  left: 9px;
  background-image: url(/layout/images/layout/template_default/check_ok.png);
}
.artikul-page .artikul-sort-menu-filter .artikul-sort-menu-filter-text {
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  margin-left: 7px;
  text-transform: uppercase;
  vertical-align: middle;
}
.artikul-page .artikul-sort-menu-filter .artikul-sort-menu-filter-button {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  line-height: 25px;
  padding: 7px 8px 8px;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  margin-left: 46px;
  cursor: pointer;
  margin-right: 49px;
}
.artikul-page .artikul-page-content {
  display: table-cell;
  width: 100%;
  max-width: 1130px;
  margin: auto;
  text-align: center;
}
.artikul-page .artikul-page-content .artikul-page-list {
  margin-top: 10px;
}
.artikul-page .artikul-page-content .artikul-page-list .artikul-page-list-icon {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  min-height: 162px;
  padding-bottom: 18px;
  margin: 6px 2px 0px;
  border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -webkit-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -moz-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
}
.artikul-page .artikul-page-content .artikul-page-list .artikul-page-list-icon .artikul-icon {
  margin: auto;
  text-align: center;
}
.artikul-page .artikul-page-content .artikul-page-list .artikul-page-list-row {
  display: inline-block;
  width: 100%;
  min-height: 220px;
  padding: 20px;
  box-sizing: border-box;
  margin: 6px 2px 0px;
  border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -webkit-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -moz-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
}
.artikul-page .artikul-page-content .artikul-page-list .artikul-page-list-row .artikul-row {
  margin-top: -10px;
  margin: auto;
  text-align: left;
}
.artikul-page .artikul-page-content .artikul-page-list .artikul-page-list-row .artikul-row .artikul-row-icon {
  padding-top: 5px;
  height: 200px;
  margin-left: -20px;
}
.artikul-page .artikul-page-content .artikul-page-list .artikul-page-list-row .artikul-row .artikul-row-icon .artikul-icon-text {
  margin: -11px auto 0px;
  width: 110px;
}
.artikul-page .artikul-page-content .artikul-page-list .artikul-page-list-row .artikul-row-user-skills-info {
  display: inline-block;
  margin-right: -20px;
  vertical-align: top;
  max-width: 415px;
}
.artikul-page .artikul-page-content .artikul-page-load-more {
  margin: 37px auto 0;
  width: 182px;
  font-size: 21px;
  line-height: 25px;
  padding: 7px 12px 8px 11px;
  border: 1px solid white;
  cursor: pointer;
}
.artikul-page .artikul-page-content .artikul-page-paginator {
  margin-top: 20px;
}

@media (max-width: 512px) {
  .artikul-page {
    display: block;
  }
  .artikul-page .artikul-page-filter {
    padding-left: 16px;
    max-width: 100%;
  }
  .artikul-page .artikul-page-content {
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .artikul-page .artikul-page-content .artikul-top-filter-row {
    padding-right: 10px;
    box-sizing: border-box;
  }
  .artikul-page .artikul-page-content .artikul-top-filter-row .artikul-sort-menu .artikul-sort-menu-filter {
    display: block;
    width: 100%;
  }
  .artikul-page .artikul-page-content .artikul-top-filter-row .artikul-sort-menu .artikul-sort-menu-filter .artikul-sort-menu-filter-button {
    margin: 0px;
    float: right;
  }
  .artikul-page .artikul-page-content .artikul-top-filter-row .artikul-sort-menu .artikul-sort-menu-sort {
    margin-top: 15px;
    display: block;
  }
  .artikul-page .artikul-page-content .artikul-top-filter-row .artikul-sort-menu .artikul-sort-menu-sort .artikul-sort-menu-sort-text {
    display: block;
  }
  .artikul-page .artikul-page-content .artikul-top-filter-row .artikul-sort-menu .artikul-sort-menu-sort .artikul-sort-menu-sort-dropdown {
    display: block;
    margin-top: 15px;
    margin-left: 0px;
  }
  .artikul-page .artikul-page-content .artikul-top-filter-row .artikul-sort-menu .artikul-sort-menu-view {
    display: block;
    margin-top: -47px;
  }
  .artikul-page .artikul-page-content .artikul-top-filter-row .artikul-result-count {
    font-size: 16px;
  }
  .artikul-page .artikul-page-content .artikul-row-user-skills-info {
    max-width: 300px;
    margin-left: 125px;
  }
}
.event-top-filter-row {
  width: 100%;
  max-width: 1040px;
  margin: auto;
  padding-right: 10px;
}
.event-top-filter-row .event-sort-menu {
  text-align: left;
}
.event-top-filter-row .event-sort-menu .event-sort-menu-sort {
  display: inline-block;
  vertical-align: middle;
}
.event-top-filter-row .event-sort-menu .event-sort-menu-sort .event-sort-menu-sort-text {
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  vertical-align: middle;
}
.event-top-filter-row .event-sort-menu .event-sort-menu-sort .event-sort-menu-sort-dropdown {
  display: inline-block;
  max-width: 260px;
  vertical-align: middle;
  margin-left: 27px;
}
.event-top-filter-row .event-sort-menu .event-sort-menu-sort .event-sort-menu-sort-dropdown .drop-down {
  margin-top: 0px;
}
.event-top-filter-row .event-sort-menu .event-sort-menu-view {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.event-top-filter-row .event-sort-menu .event-sort-menu-view .event-sort-menu-view-table {
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
  margin-top: 13px;
  width: 24px;
  height: 21px;
  background-image: url(/layout/images/layout/template_default/table_view.png);
  cursor: pointer;
  opacity: 0.2;
}
.event-top-filter-row .event-sort-menu .event-sort-menu-view .event-sort-menu-view-tiles {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  width: 23px;
  height: 24px;
  background-image: url(/layout/images/layout/template_default/tiles.png);
  cursor: pointer;
  opacity: 0.2;
}
.event-top-filter-row .event-sort-menu .event-sort-menu-view .active {
  opacity: 1;
}
.event-top-filter-row .event-result-count {
  font-family: "Whitney";
  font-size: 21px;
  line-height: 25px;
  color: #C7C5D2;
  margin-top: 19px;
  text-align: left;
  font-weight: normal;
}

.event-page {
  display: table;
  margin-top: 0px;
  width: 100%;
  margin-bottom: 30px;
}
.event-page .event-page-filter {
  display: none;
  max-width: 462px;
  box-sizing: border-box;
}
.event-page .event-page-filter .event-page-filter-container {
  padding: 0 57px 40px 58px;
  position: relative;
}
.event-page .event-page-filter .event-page-filter-container .event-page-filter-container-right-top, .event-page .event-page-filter .event-page-filter-container .event-page-filter-container-left-top,
.event-page .event-page-filter .event-page-filter-container .event-page-filter-container-top,
.event-page .event-page-filter .event-page-filter-container .event-page-filter-container-left,
.event-page .event-page-filter .event-page-filter-container .event-page-filter-container-right,
.event-page .event-page-filter .event-page-filter-container .event-page-filter-container-right-bottom,
.event-page .event-page-filter .event-page-filter-container .event-page-filter-container-left-bottom,
.event-page .event-page-filter .event-page-filter-container .event-page-filter-container-bottom,
.event-page .event-page-filter .event-page-filter-container .event-page-filter-container-middle {
  z-index: -1;
  display: block;
  position: absolute;
}
.event-page .event-page-filter .event-page-filter-container .event-page-filter-container-right-top {
  right: 0;
  top: -50px;
  height: 115px;
  width: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_right_top.png);
}
.event-page .event-page-filter .event-page-filter-container .event-page-filter-container-left-top {
  left: 0;
  top: -50px;
  height: 115px;
  width: 99px;
  background-image: url(/layout/images/layout/template_default/filter_background_left_top.png);
}
.event-page .event-page-filter .event-page-filter-container .event-page-filter-container-top {
  right: 115px;
  left: 99px;
  top: -50px;
  height: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_top.png);
}
.event-page .event-page-filter .event-page-filter-container .event-page-filter-container-left {
  top: 65px;
  bottom: 115px;
  left: 0;
  width: 99px;
  background-image: url(/layout/images/layout/template_default/filter_background_left.png);
}
.event-page .event-page-filter .event-page-filter-container .event-page-filter-container-right {
  top: 65px;
  bottom: 115px;
  right: 0;
  width: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_right.png);
}
.event-page .event-page-filter .event-page-filter-container .event-page-filter-container-right-bottom {
  right: 0;
  bottom: 0;
  height: 115px;
  width: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_right_bottom.png);
}
.event-page .event-page-filter .event-page-filter-container .event-page-filter-container-left-bottom {
  left: 0;
  bottom: 0;
  height: 115px;
  width: 99px;
  background-image: url(/layout/images/layout/template_default/filter_background_left_bottom.png);
}
.event-page .event-page-filter .event-page-filter-container .event-page-filter-container-bottom {
  right: 115px;
  left: 99px;
  bottom: 0;
  height: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_bottom.png);
}
.event-page .event-page-filter .event-page-filter-container .event-page-filter-container-middle {
  right: 115px;
  left: 99px;
  top: 65px;
  bottom: 115px;
  background-image: url(/layout/images/layout/template_default/filter_background_middle.png);
}
.event-page .event-page-filter .event-page-filter-container .button {
  margin: auto;
  text-align: center;
}
.event-page .event-page-filter .event-sort-menu-filter .event-sort-menu-filter-button {
  margin-left: 29px;
  margin-right: 0px;
}
.event-page .event-page-filter .event-page-filter-checkbox {
  margin-top: 10px;
}
.event-page .event-page-filter .event-page-filter-checkbox .checkbox {
  margin: 10px 0;
  width: 98%;
  text-align: center;
}
.event-page .event-page-filter .event-page-filter-checkbox .checkbox .checkbox-text {
  max-width: 180px;
  width: 180px;
  text-align: center;
  margin-right: -5px;
}
.event-page .event-page-filter .filter-range {
  margin-top: 35px;
}
.event-page .event-page-filter .event-page-filter-more {
  padding-top: 5px;
  text-align: center;
}
.event-page .event-page-filter .event-page-filter-more .checkbox-text {
  font-size: 21px;
  text-transform: uppercase;
}
.event-page .event-page-filter .more-filter-container {
  display: none;
}
.event-page .event-sort-menu-filter {
  display: inline-block;
}
.event-page .event-sort-menu-filter .event-sort-menu-filter-checkbox {
  width: 40px;
  height: 39px;
  background-image: url(/layout/images/layout/template_default/checkbox_background.png);
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.event-page .event-sort-menu-filter .event-sort-menu-filter-checkbox.active::before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 19px;
  top: 12px;
  left: 9px;
  background-image: url(/layout/images/layout/template_default/check_ok.png);
}
.event-page .event-sort-menu-filter .event-sort-menu-filter-text {
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  margin-left: 7px;
  text-transform: uppercase;
  vertical-align: middle;
}
.event-page .event-sort-menu-filter .event-sort-menu-filter-button {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
  line-height: 25px;
  padding: 7px 8px 8px;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  margin-left: 46px;
  cursor: pointer;
  margin-right: 49px;
}
.event-page .event-page-content {
  display: table-cell;
  width: 100%;
  max-width: 1130px;
  margin: auto;
  text-align: center;
}
.event-page .event-page-content .event-page-list {
  margin-top: 10px;
}
.event-page .event-page-content .event-page-list .event-page-list-icon {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  margin: 6px 2px 0px;
  border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -webkit-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -moz-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
}
.event-page .event-page-content .event-page-list .event-page-list-icon .event-icon {
  margin: auto;
  text-align: center;
}
.event-page .event-page-content .event-page-list .event-page-list-row {
  display: inline-block;
  width: 100%;
  min-height: 220px;
  padding: 20px;
  box-sizing: border-box;
  margin: 6px 2px 0px;
  border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -webkit-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -moz-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
}
.event-page .event-page-content .event-page-list .event-page-list-row .event-row {
  margin-top: -10px;
  margin: auto;
  text-align: left;
}
.event-page .event-page-content .event-page-list .event-page-list-row .event-row .event-row-icon {
  padding-top: 5px;
  height: 200px;
  margin-left: -20px;
}
.event-page .event-page-content .event-page-list .event-page-list-row .event-row-user-skills-info {
  display: inline-block;
  margin-right: -20px;
  vertical-align: top;
  max-width: 415px;
}
.event-page .event-page-content .event-page-load-more {
  margin: 37px auto 0;
  width: 182px;
  font-size: 21px;
  line-height: 25px;
  padding: 7px 12px 8px 11px;
  border: 1px solid white;
  cursor: pointer;
}
.event-page .event-page-content .event-page-paginator {
  margin-top: 20px;
}

@media (max-width: 512px) {
  .event-page {
    display: block;
  }
  .event-page .event-page-filter {
    padding-left: 16px;
    max-width: 100%;
  }
  .event-page .event-page-content {
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .event-page .event-page-content .event-top-filter-row {
    padding-right: 10px;
    box-sizing: border-box;
  }
  .event-page .event-page-content .event-top-filter-row .event-sort-menu .event-sort-menu-filter {
    display: block;
    width: 100%;
  }
  .event-page .event-page-content .event-top-filter-row .event-sort-menu .event-sort-menu-filter .event-sort-menu-filter-button {
    margin: 0px;
    float: right;
  }
  .event-page .event-page-content .event-top-filter-row .event-sort-menu .event-sort-menu-sort {
    margin-top: 15px;
    display: block;
  }
  .event-page .event-page-content .event-top-filter-row .event-sort-menu .event-sort-menu-sort .event-sort-menu-sort-text {
    display: block;
  }
  .event-page .event-page-content .event-top-filter-row .event-sort-menu .event-sort-menu-sort .event-sort-menu-sort-dropdown {
    display: block;
    margin-top: 15px;
    margin-left: 0px;
  }
  .event-page .event-page-content .event-top-filter-row .event-sort-menu .event-sort-menu-view {
    display: block;
    margin-top: -47px;
  }
  .event-page .event-page-content .event-top-filter-row .event-result-count {
    font-size: 16px;
  }
  .event-page .event-page-content .event-row-user-skills-info {
    max-width: 300px;
    margin-left: 125px;
  }
}
.user-profile .user-character-skills h4 {
  text-align: center;
}
.user-profile .user-medals-list {
  text-align: center;
}
.user-profile .user-medals-list .medal-icon-list {
  position: relative;
  margin: auto;
  max-width: 583px;
  min-height: 51px;
  box-sizing: border-box;
  padding: 0 36px 0 37px;
  margin-top: 22px;
  background-image: url(/layout/images/medal/backgrounds/parchment_medals_center.png);
}
.user-profile .user-medals-list .medal-icon-list .medal-icon {
  float: left;
}
.user-profile .user-medals-list .medal-icon-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: -21px;
  width: 583px;
  height: 21px;
  background-image: url(/layout/images/medal/backgrounds/parchment_medals_top.png);
}
.user-profile .user-medals-list .medal-icon-list:after {
  content: "";
  clear: both;
  display: table;
  position: relative;
  margin-top: -16px;
  left: -37px;
  width: 583px;
  height: 16px;
  background-color: #FDE6BF;
  background-image: url(/layout/images/medal/backgrounds/parchment_medals_footer.png);
}

.profile-icon .profile-icon-url {
  width: 100px;
  height: 100px;
  background-size: contain;
  display: block;
  color: white;
}

.new .new-short-description p {
  margin: 0;
}
.new .new-description p {
  margin: 0;
}
.new .artikul-icon {
  display: inline-block;
  vertical-align: top;
}

.apr-page {
  display: table;
  margin-top: 0px;
  width: 100%;
  margin-bottom: 30px;
}
.apr-page .apr-search-row {
  position: relative;
  height: 128px;
  width: 100%;
  background-position: 50%;
  background-image: url(/layout/images/layout/template_default/medium_buttons.png);
  background-size: 1252px 128px;
  background-repeat: no-repeat;
}
.apr-page .apr-search-row .apr-name-search {
  position: absolute;
  right: 40px;
  top: 40px;
  left: auto;
}
.apr-page .apr-search-row .apr-name-search .apr-name-search-title {
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 8px;
}
.apr-page .apr-search-row .apr-name-search input {
  display: inline-block;
  width: 345px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #84858F;
  border-radius: 8px;
  color: #FFFFFF;
  padding-left: 15px;
  font-size: 24px;
  line-height: 29px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}
.apr-page .apr-search-row .apr-name-search .apr-name-search-overflow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.apr-page .apr-search-row .apr-name-search .apr-name-search-result {
  top: 38px;
  right: 0;
  position: absolute;
  z-index: 1;
  padding: 10px 7px 20px;
  background-color: #1a162e;
  border-radius: 10px;
  border: 1px solid #84858f;
  display: none;
}
.apr-page .apr-search-row .apr-name-search .apr-name-search-result .apr-icon-search-row {
  position: relative;
  width: 450px;
  height: 80px;
}
.apr-page .apr-search-row .apr-name-search .apr-name-search-result .apr-icon-search-row .apr-icon {
  width: 56px;
  height: 74px;
  min-height: auto;
  padding: 0px;
  background-position: center;
  background-size: 56px;
  position: absolute;
}
.apr-page .apr-search-row .apr-name-search .apr-name-search-result .apr-icon-search-row .apr-icon .apr-icon-background {
  width: 64px;
  height: 64px;
}
.apr-page .apr-search-row .apr-name-search .apr-name-search-result .apr-icon-search-row .apr-icon a {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 0px;
  padding-top: 0px;
  width: 450px;
  min-height: auto;
  height: 71px;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 1;
}
.apr-page .apr-search-row .apr-name-search .apr-name-search-result .apr-icon-search-row .apr-icon a .apr-icon-image {
  top: 0px;
  height: 74px;
  width: 55px;
}
.apr-page .apr-search-row .apr-name-search .apr-name-search-result .apr-icon-search-row .apr-icon a .apr-icon-level {
  display: none;
}
.apr-page .apr-search-row .apr-name-search .apr-name-search-result .apr-icon-search-row .apr-icon a .apr-icon-types {
  display: none;
}
.apr-page .apr-search-row .apr-name-search .apr-name-search-result .apr-icon-search-row .apr-icon a .apr-icon-title {
  display: none;
}
.apr-page .apr-search-row .apr-name-search .apr-name-search-result .apr-icon-search-row .apr-icon a img {
  width: 94px;
  height: 94px;
  left: -19px;
  top: -7px;
}
.apr-page .apr-search-row .apr-name-search .apr-name-search-result .apr-icon-search-row .apr-icon .apr-icon-text {
  display: none;
}
.apr-page .apr-search-row .apr-name-search .apr-name-search-result .apr-icon-search-row .apr-title {
  position: absolute;
  left: 90px;
  top: 27px;
  font-size: 22px;
}

.apr .apr-top-row {
  display: inline-block;
  width: 100%;
  height: 180px;
  position: relative;
  text-align: center;
}
.apr .apr-top-row:before {
  content: "";
  display: block;
  background-image: url("/layout/images/artikul/item_name_bg_tile.png");
  background-size: 100% 200px;
  position: absolute;
  width: 100%;
  height: 180px;
  top: -36px;
  z-index: -1;
}
.apr .apr-top-row .apr-icon {
  width: 128px;
  height: 128px;
}
.apr .apr-top-row .apr-icon-text {
  display: none;
}
.apr .apr-top-row .apr-image {
  display: inline-block;
  vertical-align: middle;
  margin-left: 41px;
}
.apr .apr-top-row .apr-image .apr-icon .apr-icon-title {
  display: none;
}
.apr .apr-top-row h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 45px;
  line-height: 54px;
  margin: 38px 0 35px 0;
  padding: 0px;
}
.apr .apr {
  text-align: center;
  margin: -50px auto 0;
  height: 776px;
  width: 700px;
  position: relative;
}
.apr .apr .apr-image {
  width: 700px;
  height: 700px;
  position: absolute;
  left: 0;
  top: 0;
}
.apr .apr .apr-background {
  position: absolute;
  left: -16%;
  top: 346px;
}
.apr .apr-block {
  border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -webkit-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -moz-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  padding: 25px;
  text-align: center;
}
.apr .apr-block .h2 {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
.apr .apr-block .h2 .h2-middle {
  margin: 0px;
  font-size: 21px;
  line-height: 25px;
  color: #FFFABD;
  text-transform: uppercase;
  white-space: nowrap;
}
.apr .apr-block .h2 .h2-left {
  background-image: url(/layout/images/artikul/h2_line_middle.png);
  height: 11px;
  background-repeat: repeat no-repeat;
  width: 100%;
  position: relative;
  margin: 7px 35px 0 54px;
}
.apr .apr-block .h2 .h2-left:before {
  content: "";
  position: relative;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_right.png");
  width: 54px;
  height: 11px;
  transform: scale(-1);
  left: -54px;
}
.apr .apr-block .h2 .h2-left:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_left.png");
  width: 18px;
  height: 11px;
  top: 0px;
  transform: scale(-1);
  right: -18px;
}
.apr .apr-block .h2 .h2-right {
  background-image: url(/layout/images/artikul/h2_line_middle.png);
  height: 11px;
  background-repeat: repeat no-repeat;
  width: 100%;
  position: relative;
  margin: 7px 54px 0 35px;
}
.apr .apr-block .h2 .h2-right:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_right.png");
  width: 54px;
  height: 11px;
  right: -54px;
}
.apr .apr-block .h2 .h2-right:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_left.png");
  width: 18px;
  height: 11px;
  top: 0px;
  left: -18px;
}
.apr .apr-block h3 {
  margin-top: 14px;
  text-align: center;
  width: 100%;
  font-size: 21px;
  line-height: 25px;
  color: #B5804D;
  text-transform: uppercase;
}
.apr .apr-block .apr-block-show-more {
  position: relative;
  margin: 14px auto 0;
  text-align: center;
  height: 40px;
  border: 1px solid #FFFFFF;
  font-size: 21px;
  line-height: 25px;
  padding: 7px 12px;
  box-sizing: border-box;
  display: none;
  cursor: pointer;
}
.apr .apr-block .apr-title-desktop {
  display: inline-flex;
}
.apr .apr-block .apr-title-mobile-1, .apr .apr-block .apr-title-mobile-2 {
  display: none;
}
.apr .apr-block .apr-reward-list .apr-icon, .apr .apr-block .apr-apr-icon-list .apr-icon {
  margin: 0 20px;
}
.apr .apr-block .apr-block-description {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
}
.apr .apr-block .apr-block-description .apr-block-description-hidden-image {
  width: 415px;
  height: 415px;
  margin: auto;
  background-image: url(/layout/images/apr/legendary_character_big.png);
}
.apr .apr-block .apr-block-description .apr-block-description-hidden-image .apr-block-description-hidden-image-text {
  font-size: 30px;
  line-height: 30px;
  padding-top: 177px;
  width: 300px;
  margin: auto;
}
.apr .apr-block .apr-block-description .apr-block-description-hidden-text {
  margin-top: 14px;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 5px;
}
.apr .apr-block .apr-block-description:last-child {
  margin-bottom: -6px;
}
.apr .apr-block .apr-block-description p {
  margin: 18px 0;
}
.apr .apr-block .apr-user-skills {
  margin: 18px 0px;
  text-align: center;
}
.apr .apr-block .apr-user-skills .apr-properties {
  display: inline-block;
  margin-bottom: -18px;
}
.apr .apr-block .apr-user-skills .apr-properties .user-skills .user-skills-list .user-skills-list-row {
  padding-top: 0px;
  max-width: 100%;
}
.apr .apr-block .apr-user-skills .apr-properties .user-skills .user-skills-list .user-skills-list-row .user-skills-list-row-title {
  min-width: auto;
}
.apr .apr-block .apr-rewards .user-skills {
  text-align: center;
  display: inline-block;
}
.apr .apr-block .apr-rewards .user-skills:first-child {
  margin: 0;
}
.apr .apr-block .apr-rewards .user-skills .user-skills-list-row {
  height: 40px;
  padding-top: 12px;
  width: 400px;
  max-width: 400px;
}
.apr .apr-block .apr-rewards .user-skills .user-skills-list-row .user-skills-list-row-title {
  width: 150px;
}
.apr .apr-block .apr-rewards .user-skills .user-skills-list-row:nth-child(odd) {
  background-image: url("/layout/images/artikul/light_line.png");
}
.apr .apr-block .apr-block-list {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 83px;
}
.apr .apr-block .apr-block-list .apr-block-list-column {
  margin-top: 14px;
  display: inline-block;
  vertical-align: top;
  width: 400px;
  text-align: left;
}
.apr .apr-block .apr-block-list .apr-block-list-column .apr-block-list-row {
  height: 40px;
  padding-top: 12px;
  width: 400px;
  box-sizing: border-box;
}
.apr .apr-block .apr-block-list .apr-block-list-column .apr-block-list-row:nth-child(odd) {
  background-image: url("/layout/images/artikul/light_line.png");
}
.apr .apr-block .apr-block-list .apr-block-list-column .apr-block-list-row .apr-block-list-row-title {
  display: inline-block;
  text-align: left;
  min-width: 85px;
  font-size: 18px;
  color: #fdf6bc;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  width: 150px;
}
.apr .apr-block .apr-block-list .apr-block-list-column .apr-block-list-row .apr-block-list-row-text {
  display: inline-block;
  font-size: 18px;
  color: #fffcfc;
}
.apr .apr-block .apr-block-list .apr-block-list-column .apr-block-list-row .apr-block-list-row-text .resource {
  margin: -4px 0 0 -7px;
}
.apr .apr-block .apr-apr-icon-list {
  text-align: center;
}
.apr .apr-block .apr-icon {
  vertical-align: top;
  height: auto;
}
.apr .apr-block .apr-icon .apr-icon-background {
  left: 0px;
  position: relative;
}
.apr .apr-block .apr-icon .apr-icon-text {
  top: 0px;
  height: 100%;
  margin-top: -10px;
  position: relative;
}
.apr .apr-block .apr-rewards {
  margin: 18px 0;
}
.apr .apr-block .apr-rewards .apr-rewards-exp {
  margin-top: 14px;
  margin-bottom: 14px;
}
.apr .apr-block .apr-rewards .apr-rewards-exp .exp-amount-img {
  margin-right: 5px;
}
.apr .apr-block .apr-rewards .apr-rewards-exp .exp-amount {
  vertical-align: middle;
  display: inline-block;
}
.apr .apr-block .apr-rewards .apr-rewards-exp .exp-amount img {
  margin-top: -5px;
}
.apr .apr-block .apr-rewards .apr-rewards-exp .exp-amount-margin {
  margin-left: 18px;
}
.apr .apr-block .apr-rewards .apr-artikul-icon-list {
  margin-top: 18px;
}
.apr .apr-block .apr-rewards .apr-artikul-icon-list .artikul-icon {
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.apr .apr-block .apr-rewards .apr-artikul-icon-list .artikul-icon .artikul-icon-background {
  position: initial;
}
.apr .apr-block .apr-rewards .apr-artikul-icon-list .artikul-icon .artikul-icon-text {
  height: auto;
  position: relative;
}
.apr .apr-block .apr-rewards .apr-rewards-apr-list .apr-icon {
  display: inline-block;
}
.apr .apr-drop-place .hidden-drop-icon {
  text-align: center;
  display: inline-block;
  height: 64px;
  margin: 14px auto;
  width: 64px;
}
.apr .apr-dismantle-reward .apr-icon {
  display: inline-block;
}
.apr .apr-dismantle-reward .apr-icon {
  display: inline-block;
}
.apr .apr-dismantle-reward .hidden-drop-icon {
  text-align: center;
  display: inline-block;
  height: 64px;
  margin: 14px auto;
  width: 64px;
}
.apr .apr-apr-icon-list .apr-icon {
  display: inline-block;
  vertical-align: top;
}
.apr .apr-apr-icon-list .apr-icon {
  margin-top: 2px;
  display: inline-block;
}
.apr .diamond-options-icon-list .diamond-option-icon {
  display: inline-block;
}
.apr .onyx-options-icon-list .onyx-option-icon {
  display: inline-block;
}
.apr .apr-apr-icon-list {
  position: relative;
  margin: auto;
  max-width: 583px;
  min-height: 51px;
  box-sizing: border-box;
  padding: 0 36px 0 37px;
  margin-top: 22px;
  background-image: url(/layout/images/medal/backgrounds/parchment_medals_center.png);
}
.apr .apr-apr-icon-list .apr-icon {
  float: left;
}
.apr .apr-apr-icon-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: -21px;
  width: 583px;
  height: 21px;
  background-image: url(/layout/images/medal/backgrounds/parchment_medals_top.png);
}
.apr .apr-apr-icon-list:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 583px;
  height: 16px;
  background-image: url(/layout/images/medal/backgrounds/parchment_medals_footer.png);
}

@media (max-width: 512px) {
  .apr-page {
    display: block;
  }
  .apr-page .apr-search-row {
    background-position: 50% 0;
    padding-bottom: 80px;
  }
  .apr-page .apr-search-row .apr-name-search {
    right: 20px;
    left: 25px;
  }
  .apr-page .apr-search-row .iframe-buttons {
    text-align: center;
    padding-top: 90px;
    margin-left: 0px;
  }
  .apr {
    overflow: hidden;
    max-width: 512px;
  }
  .apr .apr-top-row h1 {
    max-width: 500px;
  }
  .apr .apr-top-row .apr-image {
    margin-left: 0px;
  }
  .apr .apr {
    text-align: center;
    margin: -50px auto 0;
    height: 435px;
    width: 512px;
    position: relative;
  }
  .apr .apr .apr-image {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 56px;
    top: 0;
  }
  .apr .apr .apr-background {
    width: 600px;
    height: 300px;
    position: absolute;
    left: -27px;
    top: 195px;
  }
  .apr .apr-block {
    padding: 25px 7px;
  }
  .apr .apr-block .apr-title-desktop {
    display: none;
  }
  .apr .apr-block .apr-title-mobile-1, .apr .apr-block .apr-title-mobile-2 {
    display: inline-flex;
  }
  .apr .apr-block .apr-block-list {
    padding: 0 5px;
  }
  .apr .apr-block .apr-block-list .apr-block-list-column.apr-user-skills {
    margin-left: 0px;
  }
}
.template-in-iframe .apr-page .apr-search-row .iframe-buttons .iframe-button-right {
  left: 240px;
  right: auto;
}
.template-in-iframe .apr-page .apr-search-row .apr-name-search {
  right: 20px;
}

.page-medal {
  display: table;
  margin-top: 0px;
  width: 100%;
  margin-bottom: 30px;
}
.page-medal .medal-search-row {
  position: relative;
  height: 128px;
  width: 100%;
  background-position: 50%;
  background-image: url(/layout/images/layout/template_default/medium_buttons.png);
  background-size: 1252px 128px;
  background-repeat: no-repeat;
}
.page-medal .medal-search-row .medal-name-search {
  position: absolute;
  right: 40px;
  top: 40px;
  left: auto;
}
.page-medal .medal-search-row .medal-name-search .medal-name-search-title {
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 8px;
}
.page-medal .medal-search-row .medal-name-search input {
  display: inline-block;
  width: 345px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #84858F;
  border-radius: 8px;
  color: #FFFFFF;
  padding-left: 15px;
  font-size: 24px;
  line-height: 29px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}
.page-medal .medal-search-row .medal-name-search .medal-name-search-overflow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.page-medal .medal-search-row .medal-name-search .medal-name-search-result {
  top: 38px;
  right: 0;
  position: absolute;
  z-index: 1;
  padding: 10px 7px 20px;
  background-color: #1a162e;
  border-radius: 10px;
  border: 1px solid #84858f;
  display: none;
}
.page-medal .medal-search-row .medal-name-search .medal-name-search-result .medal-icon-search-row {
  position: relative;
  width: 450px;
  height: 80px;
  margin-top: 6px;
}
.page-medal .medal-search-row .medal-name-search .medal-name-search-result .medal-icon-search-row .medal-icon {
  width: 56px;
  height: 74px;
  min-height: auto;
  padding: 0px;
  background-position: center;
  background-size: 56px;
  position: absolute;
  left: 14px;
}
.page-medal .medal-search-row .medal-name-search .medal-name-search-result .medal-icon-search-row .medal-icon .medal-icon-background {
  width: 64px;
  height: 64px;
}
.page-medal .medal-search-row .medal-name-search .medal-name-search-result .medal-icon-search-row .medal-icon a {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 0px;
  padding-top: 0px;
  width: 450px;
  min-height: auto;
  height: 71px;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 1;
}
.page-medal .medal-search-row .medal-name-search .medal-name-search-result .medal-icon-search-row .medal-icon a .medal-icon-image {
  top: 4px;
  left: 4px;
  height: 47px;
  width: 48px;
}
.page-medal .medal-search-row .medal-name-search .medal-name-search-result .medal-icon-search-row .medal-icon a .medal-icon-level {
  display: none;
}
.page-medal .medal-search-row .medal-name-search .medal-name-search-result .medal-icon-search-row .medal-icon a .medal-icon-types {
  display: none;
}
.page-medal .medal-search-row .medal-name-search .medal-name-search-result .medal-icon-search-row .medal-icon a .medal-icon-title {
  display: none;
}
.page-medal .medal-search-row .medal-name-search .medal-name-search-result .medal-icon-search-row .medal-icon a img {
  width: 94px;
  height: 94px;
  left: -19px;
  top: -7px;
}
.page-medal .medal-search-row .medal-name-search .medal-name-search-result .medal-icon-search-row .medal-icon .medal-icon-text {
  display: none;
}
.page-medal .medal-search-row .medal-name-search .medal-name-search-result .medal-icon-search-row .medal-title {
  position: absolute;
  left: 90px;
  top: 22px;
  font-size: 22px;
}

.medal .medal-top-row {
  display: inline-block;
  width: 100%;
  height: 180px;
  position: relative;
  text-align: left;
}
.medal .medal-top-row:before {
  content: "";
  display: block;
  background-image: url("/layout/images/artikul/item_name_bg_tile.png");
  background-size: 100% 200px;
  position: absolute;
  width: 100%;
  height: 180px;
  top: -36px;
  z-index: -1;
}
.medal .medal-top-row .medal-icon {
  width: 128px;
  height: 128px;
}
.medal .medal-top-row .medal-icon-text {
  display: none;
}
.medal .medal-top-row .medal-image {
  display: inline-block;
  vertical-align: middle;
  margin-left: 41px;
}
.medal .medal-top-row .medal-image .medal-icon .medal-icon-title {
  display: none;
}
.medal .medal-top-row h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 45px;
  line-height: 54px;
  margin: 35px 35px 35px 0px;
  padding: 0px;
}
.medal .medal-block {
  border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -webkit-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -moz-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  padding: 25px;
  text-align: center;
}
.medal .medal-block .h2 {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
.medal .medal-block .h2 .h2-middle {
  margin: 0px;
  font-size: 21px;
  line-height: 25px;
  color: #FFFABD;
  text-transform: uppercase;
  white-space: nowrap;
}
.medal .medal-block .h2 .h2-left {
  background-image: url(/layout/images/artikul/h2_line_middle.png);
  height: 11px;
  background-repeat: repeat no-repeat;
  width: 100%;
  position: relative;
  margin: 7px 35px 0 54px;
}
.medal .medal-block .h2 .h2-left:before {
  content: "";
  position: relative;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_right.png");
  width: 54px;
  height: 11px;
  transform: scale(-1);
  left: -54px;
}
.medal .medal-block .h2 .h2-left:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_left.png");
  width: 18px;
  height: 11px;
  top: 0px;
  transform: scale(-1);
  right: -18px;
}
.medal .medal-block .h2 .h2-right {
  background-image: url(/layout/images/artikul/h2_line_middle.png);
  height: 11px;
  background-repeat: repeat no-repeat;
  width: 100%;
  position: relative;
  margin: 7px 54px 0 35px;
}
.medal .medal-block .h2 .h2-right:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_right.png");
  width: 54px;
  height: 11px;
  right: -54px;
}
.medal .medal-block .h2 .h2-right:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_left.png");
  width: 18px;
  height: 11px;
  top: 0px;
  left: -18px;
}
.medal .medal-block h3 {
  margin-top: 14px;
  text-align: center;
  width: 100%;
  font-size: 21px;
  line-height: 25px;
  color: #B5804D;
  text-transform: uppercase;
}
.medal .medal-block .medal-block-show-more {
  position: relative;
  margin: 14px auto 0;
  text-align: center;
  height: 40px;
  border: 1px solid #FFFFFF;
  font-size: 21px;
  line-height: 25px;
  padding: 7px 12px;
  box-sizing: border-box;
  display: none;
  cursor: pointer;
}
.medal .medal-block .medal-title-desktop {
  display: inline-flex;
}
.medal .medal-block .medal-title-mobile-1, .medal .medal-block .medal-title-mobile-2 {
  display: none;
}
.medal .medal-block .medal-reward-list .medal-icon, .medal .medal-block .medal-medal-icon-list .medal-icon {
  margin: 0 20px;
}
.medal .medal-block .medal-block-description {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
}
.medal .medal-block .medal-user-skills {
  margin: 18px 0px;
  text-align: center;
}
.medal .medal-block .medal-user-skills .medal-properties {
  display: inline-block;
  margin-bottom: -18px;
}
.medal .medal-block .medal-user-skills .medal-properties .user-skills .user-skills-list .user-skills-list-row {
  padding-top: 0px;
  max-width: 100%;
}
.medal .medal-block .medal-user-skills .medal-properties .user-skills .user-skills-list .user-skills-list-row .user-skills-list-row-title {
  min-width: auto;
}
.medal .medal-block .medal-rewards .user-skills {
  text-align: center;
  display: inline-block;
}
.medal .medal-block .medal-rewards .user-skills:first-child {
  margin: 0;
}
.medal .medal-block .medal-rewards .user-skills .user-skills-list-row {
  height: 40px;
  padding-top: 12px;
  width: 400px;
  max-width: 400px;
}
.medal .medal-block .medal-rewards .user-skills .user-skills-list-row .user-skills-list-row-title {
  width: 150px;
}
.medal .medal-block .medal-rewards .user-skills .user-skills-list-row:nth-child(odd) {
  background-image: url("/layout/images/artikul/light_line.png");
}
.medal .medal-block .medal-rewards .apr-icon {
  margin: 3px auto 0px;
}
.medal .medal-block .medal-block-list {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 83px;
}
.medal .medal-block .medal-block-list .medal-block-list-column {
  margin-top: 14px;
  display: inline-block;
  vertical-align: top;
  width: 400px;
  text-align: left;
}
.medal .medal-block .medal-block-list .medal-block-list-column .medal-block-list-row {
  height: 40px;
  padding-top: 12px;
  width: 400px;
  box-sizing: border-box;
}
.medal .medal-block .medal-block-list .medal-block-list-column .medal-block-list-row:nth-child(odd) {
  background-image: url("/layout/images/artikul/light_line.png");
}
.medal .medal-block .medal-block-list .medal-block-list-column .medal-block-list-row .medal-block-list-row-title {
  display: inline-block;
  text-align: left;
  min-width: 85px;
  font-size: 18px;
  color: #fdf6bc;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  width: 150px;
}
.medal .medal-block .medal-block-list .medal-block-list-column .medal-block-list-row .medal-block-list-row-text {
  display: inline-block;
  font-size: 18px;
  color: #fffcfc;
}
.medal .medal-block .medal-block-list .medal-block-list-column .medal-block-list-row .medal-block-list-row-text .resource {
  margin: -4px 0 0 -7px;
}
.medal .medal-block .medal-medal-icon-list {
  text-align: center;
}
.medal .medal-block .medal-icon {
  vertical-align: top;
  height: auto;
}
.medal .medal-block .medal-icon .medal-icon-background {
  left: 0px;
  position: relative;
}
.medal .medal-block .medal-icon .medal-icon-text {
  top: 0px;
  height: 100%;
  margin-top: -10px;
  position: relative;
}
.medal .medal-block .medal-spells {
  margin: 18px 0;
  text-align: center;
}
.medal .medal-block .medal-spells .medal-spells-row {
  max-width: 420px;
  display: block;
  margin: auto;
  position: relative;
  margin-bottom: 14px;
}
.medal .medal-block .medal-spells .medal-spells-row .medal-spells-row-icon {
  width: 64px;
  height: 64px;
  position: absolute;
}
.medal .medal-block .medal-spells .medal-spells-row .medal-spells-row-icon .medal-spells-row-icon-background {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0;
}
.medal .medal-block .medal-spells .medal-spells-row .medal-spells-row-icon .medal-spells-row-icon-image {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  position: absolute;
  left: 11px;
  top: 11px;
}
.medal .medal-block .medal-spells .medal-spells-row .medal-spells-row-title {
  max-width: 360px;
  text-align: left;
  font-size: 30px;
  line-height: 36px;
  color: #a6a6a6;
  left: 79px;
  position: relative;
}
.medal .medal-block .medal-spells .medal-spells-row .medal-spells-row-description {
  max-width: 360px;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  left: 79px;
  margin-top: 7px;
  margin-bottom: 0;
  min-height: 22px;
}
.medal .medal-block .medal-rewards {
  margin: 18px 0;
}
.medal .medal-block .medal-rewards .medal-rewards-exp {
  margin-top: 14px;
  margin-bottom: 14px;
}
.medal .medal-block .medal-rewards .medal-rewards-exp .exp-amount-img {
  margin-right: 5px;
}
.medal .medal-block .medal-rewards .medal-rewards-exp .exp-amount {
  vertical-align: middle;
  display: inline-block;
}
.medal .medal-block .medal-rewards .medal-rewards-exp .exp-amount img {
  margin-top: -5px;
}
.medal .medal-block .medal-rewards .medal-rewards-exp .exp-amount-margin {
  margin-left: 18px;
}
.medal .medal-block .medal-rewards .medal-artikul-icon-list {
  margin-top: 18px;
}
.medal .medal-block .medal-rewards .medal-artikul-icon-list .artikul-icon {
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.medal .medal-block .medal-rewards .medal-artikul-icon-list .artikul-icon .artikul-icon-background {
  position: initial;
}
.medal .medal-block .medal-rewards .medal-artikul-icon-list .artikul-icon .artikul-icon-text {
  height: auto;
  position: relative;
}
.medal .medal-block .medal-rewards .medal-rewards-medal-list .medal-icon {
  display: inline-block;
  margin: 0px 10px;
}
.medal .medal-drop-place .hidden-drop-icon {
  text-align: center;
  display: inline-block;
  height: 64px;
  margin: 14px auto;
  width: 64px;
}
.medal .medal-dismantle-reward .medal-icon {
  display: inline-block;
}
.medal .medal-dismantle-reward .medal-icon {
  display: inline-block;
}
.medal .medal-dismantle-reward .hidden-drop-icon {
  text-align: center;
  display: inline-block;
  height: 64px;
  margin: 14px auto;
  width: 64px;
}
.medal .medal-medal-icon-list .medal-icon {
  display: inline-block;
  vertical-align: top;
}
.medal .medal-medal-icon-list .medal-icon {
  margin-top: 2px;
  display: inline-block;
}
.medal .diamond-options-icon-list .diamond-option-icon {
  display: inline-block;
}
.medal .onyx-options-icon-list .onyx-option-icon {
  display: inline-block;
}
.medal .medal-medal-icon-list {
  position: relative;
  margin: auto;
  max-width: 583px;
  min-height: 51px;
  box-sizing: border-box;
  padding: 0 36px 0 37px;
  margin-top: 22px;
  background-image: url(/layout/images/medal/backgrounds/parchment_medals_center.png);
}
.medal .medal-medal-icon-list .medal-icon {
  float: left;
}
.medal .medal-medal-icon-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: -21px;
  width: 583px;
  height: 21px;
  background-image: url(/layout/images/medal/backgrounds/parchment_medals_top.png);
}
.medal .medal-medal-icon-list:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 583px;
  height: 16px;
  background-image: url(/layout/images/medal/backgrounds/parchment_medals_footer.png);
}

@media (max-width: 512px) {
  .page-medal .medal-search-row {
    background-position: 50% 0;
    padding-bottom: 80px;
  }
  .page-medal .medal-search-row .medal-name-search {
    right: 20px;
    left: 25px;
  }
  .page-medal .medal-search-row .iframe-buttons {
    text-align: center;
    padding-top: 90px;
    margin-left: 0px;
  }
  .medal {
    overflow: hidden;
    max-width: 512px;
  }
  .medal .medal-top-row h1 {
    max-width: 335px;
  }
  .medal .medal-top-row .medal-image {
    margin-left: 0px;
  }
  .medal .medal-block {
    padding: 25px 7px;
  }
  .medal .medal-block .medal-title-desktop {
    display: none;
  }
  .medal .medal-block .medal-title-mobile-1, .medal .medal-block .medal-title-mobile-2 {
    display: inline-flex;
  }
  .medal .medal-block .medal-block-list {
    padding: 0 5px;
  }
  .medal .medal-block .medal-block-list .medal-block-list-column.medal-user-skills {
    margin-left: 0px;
  }
}
.template-in-iframe .page-medal .medal-search-row .iframe-buttons .iframe-button-right {
  left: 240px;
  right: auto;
}
.template-in-iframe .page-medal .medal-search-row .medal-name-search {
  right: 20px;
}

.page-monsters {
  display: table;
  margin-top: 0px;
  width: 100%;
  margin-bottom: 30px;
}
.page-monsters .monster-search-row {
  position: relative;
  height: 128px;
  width: 100%;
  background-position: 50%;
  background-image: url(/layout/images/layout/template_default/medium_buttons.png);
  background-size: 1252px 128px;
  background-repeat: no-repeat;
}
.page-monsters .monster-search-row .monster-name-search {
  position: absolute;
  right: 40px;
  top: 40px;
  left: auto;
}
.page-monsters .monster-search-row .monster-name-search .monster-name-search-title {
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 8px;
}
.page-monsters .monster-search-row .monster-name-search input {
  display: inline-block;
  width: 345px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #84858F;
  border-radius: 8px;
  color: #FFFFFF;
  padding-left: 15px;
  font-size: 24px;
  line-height: 29px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}
.page-monsters .monster-search-row .monster-name-search .monster-name-search-overflow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.page-monsters .monster-search-row .monster-name-search .monster-name-search-result {
  top: 38px;
  right: 0;
  position: absolute;
  z-index: 1;
  padding: 10px 7px 20px;
  background-color: #1a162e;
  border-radius: 10px;
  border: 1px solid #84858f;
  display: none;
}
.page-monsters .monster-search-row .monster-name-search .monster-name-search-result .monster-icon-search-row {
  position: relative;
  width: 450px;
  height: 80px;
}
.page-monsters .monster-search-row .monster-name-search .monster-name-search-result .monster-icon-search-row .monster-icon {
  width: 56px;
  height: 74px;
  min-height: auto;
  padding: 0px;
  background-position: center;
  background-size: 56px;
  position: absolute;
}
.page-monsters .monster-search-row .monster-name-search .monster-name-search-result .monster-icon-search-row .monster-icon .monster-icon-background {
  width: 64px;
  height: 64px;
}
.page-monsters .monster-search-row .monster-name-search .monster-name-search-result .monster-icon-search-row .monster-icon a {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 0px;
  padding-top: 0px;
  width: 450px;
  min-height: auto;
  height: 71px;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 1;
}
.page-monsters .monster-search-row .monster-name-search .monster-name-search-result .monster-icon-search-row .monster-icon a .monster-icon-image {
  top: 0px;
  height: 74px;
  width: 55px;
}
.page-monsters .monster-search-row .monster-name-search .monster-name-search-result .monster-icon-search-row .monster-icon a .monster-icon-level {
  display: none;
}
.page-monsters .monster-search-row .monster-name-search .monster-name-search-result .monster-icon-search-row .monster-icon a .monster-icon-types {
  display: none;
}
.page-monsters .monster-search-row .monster-name-search .monster-name-search-result .monster-icon-search-row .monster-icon a .monster-icon-title {
  display: none;
}
.page-monsters .monster-search-row .monster-name-search .monster-name-search-result .monster-icon-search-row .monster-icon a img {
  width: 94px;
  height: 94px;
  left: -19px;
  top: -7px;
}
.page-monsters .monster-search-row .monster-name-search .monster-name-search-result .monster-icon-search-row .monster-icon .monster-icon-text {
  display: none;
}
.page-monsters .monster-search-row .monster-name-search .monster-name-search-result .monster-icon-search-row .monster-title {
  position: absolute;
  left: 90px;
  top: 27px;
  font-size: 22px;
}

.monster .monster-apr {
  text-align: center;
  margin: -50px auto 0;
  height: 776px;
  width: 700px;
  position: relative;
}
.monster .monster-apr .monster-apr-image {
  width: 700px;
  height: 700px;
  position: absolute;
  left: 0;
  top: 0;
}
.monster .monster-apr .monster-apr-background {
  position: absolute;
  left: -16%;
  top: 346px;
}
.monster .monster-top-row {
  display: inline-block;
  width: 100%;
  height: 180px;
  position: relative;
  text-align: center;
}
.monster .monster-top-row:before {
  content: "";
  display: block;
  background-image: url("/layout/images/artikul/item_name_bg_tile.png");
  background-size: 100% 200px;
  position: absolute;
  width: 100%;
  height: 180px;
  top: -36px;
  z-index: -1;
}
.monster .monster-top-row .monster-icon {
  width: 128px;
  height: 128px;
}
.monster .monster-top-row .monster-icon-text {
  display: none;
}
.monster .monster-top-row .monster-image {
  display: inline-block;
  vertical-align: middle;
  margin-left: 41px;
}
.monster .monster-top-row h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 45px;
  line-height: 54px;
  margin: 38px 0 35px 0;
  padding: 0px;
}
.monster .monster-block {
  border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -webkit-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -moz-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  padding: 25px;
  text-align: center;
}
.monster .monster-block .h2 {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
.monster .monster-block .h2 .h2-middle {
  margin: 0px;
  font-size: 21px;
  line-height: 25px;
  color: #FFFABD;
  text-transform: uppercase;
  white-space: nowrap;
}
.monster .monster-block .h2 .h2-left {
  background-image: url(/layout/images/artikul/h2_line_middle.png);
  height: 11px;
  background-repeat: repeat no-repeat;
  width: 100%;
  position: relative;
  margin: 7px 35px 0 54px;
}
.monster .monster-block .h2 .h2-left:before {
  content: "";
  position: relative;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_right.png");
  width: 54px;
  height: 11px;
  transform: scale(-1);
  left: -54px;
}
.monster .monster-block .h2 .h2-left:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_left.png");
  width: 18px;
  height: 11px;
  top: 0px;
  transform: scale(-1);
  right: -18px;
}
.monster .monster-block .h2 .h2-right {
  background-image: url(/layout/images/artikul/h2_line_middle.png);
  height: 11px;
  background-repeat: repeat no-repeat;
  width: 100%;
  position: relative;
  margin: 7px 54px 0 35px;
}
.monster .monster-block .h2 .h2-right:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_right.png");
  width: 54px;
  height: 11px;
  right: -54px;
}
.monster .monster-block .h2 .h2-right:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_left.png");
  width: 18px;
  height: 11px;
  top: 0px;
  left: -18px;
}
.monster .monster-block h3 {
  margin-top: 14px;
  text-align: center;
  width: 100%;
  font-size: 21px;
  line-height: 25px;
  color: #B5804D;
  text-transform: uppercase;
}
.monster .monster-block .monster-block-show-more {
  position: relative;
  margin: 14px auto 0;
  text-align: center;
  height: 40px;
  border: 1px solid #FFFFFF;
  font-size: 21px;
  line-height: 25px;
  padding: 7px 12px;
  box-sizing: border-box;
  display: none;
  cursor: pointer;
}
.monster .monster-block .monster-title-desktop {
  display: inline-flex;
}
.monster .monster-block .monster-title-mobile-1, .monster .monster-block .monster-title-mobile-2 {
  display: none;
}
.monster .monster-block .monster-reward-list .monster-icon, .monster .monster-block .monster-monster-icon-list .monster-icon {
  margin: 0 20px;
}
.monster .monster-block .monster-block-description {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
}
.monster .monster-block .monster-user-skills {
  margin: 18px 0px;
  text-align: center;
}
.monster .monster-block .monster-user-skills .monster-properties {
  display: inline-block;
}
.monster .monster-block .monster-user-skills .monster-properties .user-skills .user-skills-list .user-skills-list-row {
  padding-top: 0px;
  height: 27px;
}
.monster .monster-block .monster-user-skills .monster-properties .user-skills .user-skills-list .user-skills-list-row .user-skills-list-row-title {
  min-width: auto;
}
.monster .monster-block .monster-user-skills .monster-skills {
  display: inline-block;
}
.monster .monster-block .monster-user-skills .monster-skills .user-skills:first-child {
  margin: 0;
}
.monster .monster-block .monster-user-skills .monster-skills .user-skills .user-skills-list-row {
  height: 40px;
  padding-top: 12px;
  width: 400px;
  max-width: 400px;
}
.monster .monster-block .monster-user-skills .monster-skills .user-skills .user-skills-list-row .user-skills-list-row-title {
  width: 150px;
}
.monster .monster-block .monster-user-skills .monster-skills .user-skills .user-skills-list-row:nth-child(odd) {
  background-image: url("/layout/images/artikul/light_line.png");
}
.monster .monster-block .monster-block-list {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 83px;
}
.monster .monster-block .monster-block-list .monster-block-list-column {
  margin-top: 14px;
  display: inline-block;
  vertical-align: top;
  width: 400px;
  text-align: left;
}
.monster .monster-block .monster-block-list .monster-block-list-column .monster-block-list-row {
  height: 40px;
  padding-top: 12px;
  width: 400px;
  box-sizing: border-box;
}
.monster .monster-block .monster-block-list .monster-block-list-column .monster-block-list-row:nth-child(odd) {
  background-image: url("/layout/images/artikul/light_line.png");
}
.monster .monster-block .monster-block-list .monster-block-list-column .monster-block-list-row .monster-block-list-row-title {
  display: inline-block;
  text-align: left;
  min-width: 85px;
  font-size: 18px;
  color: #fdf6bc;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  width: 150px;
}
.monster .monster-block .monster-block-list .monster-block-list-column .monster-block-list-row .monster-block-list-row-text {
  display: inline-block;
  font-size: 18px;
  color: #fffcfc;
}
.monster .monster-block .monster-block-list .monster-block-list-column .monster-block-list-row .monster-block-list-row-text .resource {
  margin: -4px 0 0 -7px;
}
.monster .monster-block .monster-monster-icon-list {
  text-align: center;
}
.monster .monster-block .monster-icon {
  vertical-align: top;
  height: auto;
}
.monster .monster-block .monster-icon .monster-icon-background {
  left: 0px;
  position: relative;
}
.monster .monster-block .monster-icon .monster-icon-text {
  top: 0px;
  height: 100%;
  margin-top: -10px;
  position: relative;
}
.monster .monster-block .monster-spells {
  margin: 18px 0;
  text-align: center;
}
.monster .monster-block .monster-spells .monster-spells-row {
  max-width: 420px;
  display: block;
  margin: auto;
  position: relative;
  margin-bottom: 14px;
}
.monster .monster-block .monster-spells .monster-spells-row .monster-spells-row-icon {
  width: 64px;
  height: 64px;
  position: absolute;
}
.monster .monster-block .monster-spells .monster-spells-row .monster-spells-row-icon .monster-spells-row-icon-background {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0;
}
.monster .monster-block .monster-spells .monster-spells-row .monster-spells-row-icon .monster-spells-row-icon-image {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  position: absolute;
  left: 11px;
  top: 11px;
}
.monster .monster-block .monster-spells .monster-spells-row .monster-spells-row-title {
  max-width: 360px;
  text-align: left;
  font-size: 30px;
  line-height: 36px;
  color: #a6a6a6;
  left: 79px;
  position: relative;
}
.monster .monster-block .monster-spells .monster-spells-row .monster-spells-row-description {
  max-width: 360px;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  left: 79px;
  margin-top: 7px;
  margin-bottom: 0;
  min-height: 22px;
}
.monster .monster-block .monster-places {
  margin: 18px 0;
}
.monster .monster-block .monster-places .monster-artikul-icon-list {
  margin-top: 18px;
}
.monster .monster-block .monster-places .monster-artikul-icon-list .artikul-icon {
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.monster .monster-block .monster-places .monster-artikul-icon-list .artikul-icon .artikul-icon-background {
  position: initial;
}
.monster .monster-block .monster-places .monster-artikul-icon-list .artikul-icon .artikul-icon-text {
  height: auto;
  position: relative;
}
.monster .monster-block .monster-rewards {
  margin: 18px 0;
}
.monster .monster-block .monster-rewards .monster-rewards-exp {
  margin-top: 14px;
  margin-bottom: 14px;
}
.monster .monster-block .monster-rewards .monster-rewards-exp .exp-amount-img {
  margin-right: 5px;
}
.monster .monster-block .monster-rewards .monster-rewards-exp .exp-amount {
  vertical-align: middle;
  display: inline-block;
}
.monster .monster-block .monster-rewards .monster-rewards-exp .exp-amount img {
  margin-top: -5px;
}
.monster .monster-block .monster-rewards .monster-rewards-exp .exp-amount-margin {
  margin-left: 18px;
}
.monster .monster-block .monster-rewards .monster-artikul-icon-list {
  margin-top: 18px;
}
.monster .monster-block .monster-rewards .monster-artikul-icon-list .artikul-icon {
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.monster .monster-block .monster-rewards .monster-artikul-icon-list .artikul-icon .artikul-icon-background {
  position: initial;
}
.monster .monster-block .monster-rewards .monster-artikul-icon-list .artikul-icon .artikul-icon-text {
  height: auto;
  position: relative;
}
.monster .monster-block .monster-rewards .boss-reward-row {
  background-color: rgba(46, 54, 57, 0.3);
  border-radius: 27px;
  border: 1px solid #778a93;
  padding: 13px 18px;
  min-width: 800px;
  display: inline-block;
  margin-bottom: 14px;
  text-align: left;
}
.monster .monster-block .monster-rewards .boss-reward-row .boss-reward-row-title {
  font-size: 21px;
  line-height: 25px;
  color: #B5804D;
  text-align: center;
  text-transform: uppercase;
}
.monster .monster-block .monster-rewards .boss-reward-row .boss-reward-row-rewards {
  margin-top: 14px;
  text-align: center;
}
.monster .monster-block .monster-rewards .boss-reward-row .boss-reward-row-rewards .reward-artikul-icon-list h3 {
  display: none;
}
.monster .monster-block .monster-rewards .boss-reward-row .boss-reward-row-rewards .boss-reward-row-rewards-title {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFE90 100%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.monster .monster-block .monster-rewards .boss-reward-row .boss-reward-row-rewards .boss-reward-row-rewards-empty {
  margin-top: 14px;
  font-size: 21px;
  line-height: 25px;
  color: #FFFFFF;
}
.monster .monster-drop-place .hiddden-drop-icon {
  text-align: center;
  display: inline-block;
  height: 64px;
  margin: 14px auto;
  width: 64px;
}
.monster .monster-dismantle-reward .monster-icon {
  display: inline-block;
}
.monster .monster-dismantle-reward .medal-icon {
  display: inline-block;
}
.monster .monster-dismantle-reward .hidden-drop-icon {
  text-align: center;
  display: inline-block;
  height: 64px;
  margin: 14px auto;
  width: 64px;
}
.monster .monster-monster-icon-list .monster-icon {
  display: inline-block;
  vertical-align: top;
}
.monster .monster-monster-icon-list .monster-icon {
  margin-top: 2px;
  display: inline-block;
}
.monster .diamond-options-icon-list .diamond-option-icon {
  display: inline-block;
}
.monster .onyx-options-icon-list .onyx-option-icon {
  display: inline-block;
}
.monster .monster-medal-icon-list {
  position: relative;
  margin: auto;
  max-width: 583px;
  min-height: 51px;
  box-sizing: border-box;
  padding: 0 36px 0 37px;
  margin-top: 22px;
  background-image: url(/layout/images/medal/backgrounds/parchment_medals_center.png);
}
.monster .monster-medal-icon-list .medal-icon {
  float: left;
}
.monster .monster-medal-icon-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: -21px;
  width: 583px;
  height: 21px;
  background-image: url(/layout/images/medal/backgrounds/parchment_medals_top.png);
}
.monster .monster-medal-icon-list:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 583px;
  height: 16px;
  background-image: url(/layout/images/medal/backgrounds/parchment_medals_footer.png);
}

@media (max-width: 512px) {
  .page-monsters .monster-search-row {
    background-position: 50% 0;
    padding-bottom: 80px;
  }
  .page-monsters .monster-search-row .monster-name-search {
    right: 20px;
    left: 25px;
  }
  .page-monsters .monster-search-row .iframe-buttons {
    text-align: center;
    padding-top: 90px;
    margin-left: 0px;
  }
  .monster {
    overflow: hidden;
    max-width: 512px;
  }
  .monster .monster-apr {
    text-align: center;
    margin: -50px auto 0;
    height: 435px;
    width: 512px;
    position: relative;
  }
  .monster .monster-apr .monster-apr-image {
    width: 400px;
    height: 400px;
    position: absolute;
    left: 56px;
    top: 0;
  }
  .monster .monster-apr .monster-apr-background {
    width: 600px;
    height: 300px;
    position: absolute;
    left: -27px;
    top: 195px;
  }
  .monster .monster-top-row h1 {
    max-width: 335px;
  }
  .monster .monster-top-row .monster-image {
    margin-left: 0px;
  }
  .monster .monster-block {
    padding: 25px 7px;
  }
  .monster .monster-block .monster-title-desktop {
    display: none;
  }
  .monster .monster-block .monster-title-mobile-1, .monster .monster-block .monster-title-mobile-2 {
    display: inline-flex;
  }
  .monster .monster-block .monster-block-list {
    padding: 0 5px;
  }
  .monster .monster-block .monster-block-list .monster-block-list-column.monster-user-skills {
    margin-left: 0px;
  }
  .monster .monster-block .monster-rewards .boss-reward-row {
    min-width: 460px;
  }
}
.template-in-iframe .page-monsters .monster-search-row .iframe-buttons .iframe-button-right {
  left: 240px;
  right: auto;
}
.template-in-iframe .page-monsters .monster-search-row .monster-name-search {
  right: 20px;
}

.page-events {
  display: table;
  margin-top: 0px;
  width: 100%;
  margin-bottom: 30px;
}
.page-events .event-search-row {
  z-index: 2;
  position: relative;
  height: 128px;
  width: 100%;
  background-position: 50%;
  background-image: url(/layout/images/layout/template_default/medium_buttons.png);
  background-size: 1252px 128px;
  background-repeat: no-repeat;
}
.page-events .event-search-row .event-name-search {
  position: absolute;
  right: 40px;
  top: 40px;
  left: auto;
}
.page-events .event-search-row .event-name-search .event-name-search-title {
  display: inline-block;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 8px;
}
.page-events .event-search-row .event-name-search input {
  display: inline-block;
  width: 345px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #84858F;
  border-radius: 8px;
  color: #FFFFFF;
  padding-left: 15px;
  font-size: 24px;
  line-height: 29px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}
.page-events .event-search-row .event-name-search .event-name-search-overflow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.page-events .event-search-row .event-name-search .event-name-search-result {
  top: 38px;
  right: 0;
  position: absolute;
  z-index: 1;
  padding: 10px 7px 20px;
  background-color: #1a162e;
  border-radius: 10px;
  border: 1px solid #84858f;
  display: none;
}
.page-events .event-search-row .event-name-search .event-name-search-result .event-icon-search-row {
  position: relative;
  width: 450px;
  height: 100px;
}
.page-events .event-search-row .event-name-search .event-name-search-result .event-icon-search-row .event-icon {
  width: 56px;
  height: 74px;
  min-height: auto;
  padding: 0px;
  background-position: center;
  background-size: 56px;
  position: absolute;
}
.page-events .event-search-row .event-name-search .event-name-search-result .event-icon-search-row .event-icon .event-icon-background {
  width: 64px;
  height: 64px;
}
.page-events .event-search-row .event-name-search .event-name-search-result .event-icon-search-row .event-icon a {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 0px;
  padding-top: 0px;
  width: 450px;
  min-height: auto;
  height: 71px;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 1;
}
.page-events .event-search-row .event-name-search .event-name-search-result .event-icon-search-row .event-icon a .event-icon-image {
  top: 0px;
  height: 74px;
  width: 55px;
}
.page-events .event-search-row .event-name-search .event-name-search-result .event-icon-search-row .event-icon a .event-icon-level {
  display: none;
}
.page-events .event-search-row .event-name-search .event-name-search-result .event-icon-search-row .event-icon a .event-icon-types {
  display: none;
}
.page-events .event-search-row .event-name-search .event-name-search-result .event-icon-search-row .event-icon a .event-icon-title {
  display: none;
}
.page-events .event-search-row .event-name-search .event-name-search-result .event-icon-search-row .event-icon a img {
  width: 94px;
  height: 94px;
  left: -2px;
  top: 2px;
}
.page-events .event-search-row .event-name-search .event-name-search-result .event-icon-search-row .event-icon .event-icon-text {
  display: none;
}
.page-events .event-search-row .event-name-search .event-name-search-result .event-icon-search-row .event-title {
  position: absolute;
  left: 100px;
  top: 38px;
  font-size: 22px;
}

.event .event-apr {
  text-align: center;
  margin: -50px auto -40px;
  height: 660px;
  width: 700px;
  position: relative;
}
.event .event-apr .event-apr-image {
  position: absolute;
  width: 1024px;
  height: 1024px;
  top: -282px;
  left: -162px;
}
.event .event-apr .event-apr-background {
  position: absolute;
  left: -16%;
  top: 346px;
}
.event .event-top-row {
  display: inline-block;
  width: 100%;
  height: 180px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.event .event-top-row:before {
  content: "";
  display: block;
  background-image: url("/layout/images/artikul/item_name_bg_tile.png");
  background-size: 100% 200px;
  position: absolute;
  width: 100%;
  height: 180px;
  top: -36px;
  z-index: -1;
}
.event .event-top-row .event-icon {
  width: 128px;
  height: 128px;
}
.event .event-top-row .event-icon-text {
  display: none;
}
.event .event-top-row .event-image {
  display: inline-block;
  vertical-align: middle;
  margin-left: 41px;
}
.event .event-top-row h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 45px;
  line-height: 54px;
  margin: 38px 0 35px 0;
  padding: 0px;
}
.event .event-block {
  z-index: 1;
  position: relative;
  border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -webkit-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  -moz-border-image: url(/layout/images/layout/template_default/9_slice_wiki.png) 9 / 10px / 0px stretch;
  padding: 25px;
  text-align: center;
}
.event .event-block .h2 {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
.event .event-block .h2 .h2-middle {
  margin: 0px;
  font-size: 21px;
  line-height: 25px;
  color: #FFFABD;
  text-transform: uppercase;
  white-space: nowrap;
}
.event .event-block .h2 .h2-left {
  background-image: url(/layout/images/artikul/h2_line_middle.png);
  height: 11px;
  background-repeat: repeat no-repeat;
  width: 100%;
  position: relative;
  margin: 7px 35px 0 54px;
}
.event .event-block .h2 .h2-left:before {
  content: "";
  position: relative;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_right.png");
  width: 54px;
  height: 11px;
  transform: scale(-1);
  left: -54px;
}
.event .event-block .h2 .h2-left:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_left.png");
  width: 18px;
  height: 11px;
  top: 0px;
  transform: scale(-1);
  right: -18px;
}
.event .event-block .h2 .h2-right {
  background-image: url(/layout/images/artikul/h2_line_middle.png);
  height: 11px;
  background-repeat: repeat no-repeat;
  width: 100%;
  position: relative;
  margin: 7px 54px 0 35px;
}
.event .event-block .h2 .h2-right:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_right.png");
  width: 54px;
  height: 11px;
  right: -54px;
}
.event .event-block .h2 .h2-right:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_left.png");
  width: 18px;
  height: 11px;
  top: 0px;
  left: -18px;
}
.event .event-block h3 {
  margin-top: 14px;
  text-align: center;
  width: 100%;
  font-size: 21px;
  line-height: 25px;
  color: #B5804D;
  text-transform: uppercase;
}
.event .event-block .event-block-show-more {
  position: relative;
  margin: 14px auto 0;
  text-align: center;
  height: 40px;
  border: 1px solid #FFFFFF;
  font-size: 21px;
  line-height: 25px;
  padding: 7px 12px;
  box-sizing: border-box;
  display: none;
  cursor: pointer;
}
.event .event-block .event-title-desktop {
  display: inline-flex;
}
.event .event-block .event-title-mobile-1, .event .event-block .event-title-mobile-2 {
  display: none;
}
.event .event-block .event-reward-list .event-icon, .event .event-block .event-event-icon-list .event-icon {
  margin: 0 20px;
}
.event .event-block .event-block-description {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
}
.event .event-block .event-block-description.event-milestone-block-description {
  max-width: 480px;
  margin: 14px auto;
  text-align: left;
  display: inline-block;
}
.event .event-block .event-block-description .event-restriction {
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 7px;
  margin-top: 0px;
}
.event .event-block .event-block-description .milestone-row {
  background-color: rgba(46, 54, 57, 0.3);
  border-radius: 27px;
  border: 1px solid #778a93;
  padding: 43px 18px;
  min-width: 800px;
  display: inline-block;
  margin-bottom: 14px;
  text-align: left;
}
.event .event-block .event-block-description .milestone-row .milestone-row-number {
  padding-left: 8px;
  min-width: 50px;
  min-height: 43px;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFFE90 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  vertical-align: middle;
}
.event .event-block .event-block-description .milestone-row .milestone-row-title {
  cursor: pointer;
  padding-left: 20px;
  font-size: 21px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.event .event-block .event-block-list {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 83px;
}
.event .event-block .event-block-list .event-block-list-column {
  margin-top: 14px;
  display: inline-block;
  vertical-align: top;
  width: 400px;
  text-align: left;
}
.event .event-block .event-block-list .event-block-list-column .event-block-list-row {
  height: 40px;
  padding-top: 12px;
  width: 400px;
  box-sizing: border-box;
}
.event .event-block .event-block-list .event-block-list-column .event-block-list-row:nth-child(odd) {
  background-image: url("/layout/images/artikul/light_line.png");
}
.event .event-block .event-block-list .event-block-list-column .event-block-list-row .event-block-list-row-title {
  display: inline-block;
  text-align: left;
  min-width: 85px;
  font-size: 18px;
  color: #fdf6bc;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  width: 150px;
}
.event .event-block .event-block-list .event-block-list-column .event-block-list-row .event-block-list-row-text {
  display: inline-block;
  font-size: 18px;
  color: #fffcfc;
}
.event .event-block .event-block-list .event-block-list-column .event-block-list-row .event-block-list-row-text .resource {
  margin: -4px 0 0 -7px;
}
.event .event-block .event-event-icon-list {
  text-align: center;
}
.event .event-block .event-icon {
  vertical-align: top;
  height: auto;
}
.event .event-block .event-icon .event-icon-background {
  left: 0px;
  position: relative;
}
.event .event-block .event-icon .event-icon-text {
  top: 0px;
  height: 100%;
  margin-top: -10px;
  position: relative;
}
.event .event-block .event-rewards, .event .event-block .event-milestone-rewards {
  margin: 18px 0;
}
.event .event-block .event-rewards .reward-medal, .event .event-block .event-milestone-rewards .reward-medal {
  position: relative;
}
.event .event-block .event-rewards .event-rewards-exp, .event .event-block .event-milestone-rewards .event-rewards-exp {
  margin-top: 14px;
  margin-bottom: 14px;
}
.event .event-block .event-rewards .event-rewards-exp .exp-amount-img, .event .event-block .event-milestone-rewards .event-rewards-exp .exp-amount-img {
  margin-right: 5px;
}
.event .event-block .event-rewards .event-rewards-exp .exp-amount, .event .event-block .event-milestone-rewards .event-rewards-exp .exp-amount {
  vertical-align: middle;
  display: inline-block;
}
.event .event-block .event-rewards .event-rewards-exp .exp-amount img, .event .event-block .event-milestone-rewards .event-rewards-exp .exp-amount img {
  margin-top: -5px;
}
.event .event-block .event-rewards .event-rewards-exp .exp-amount-margin, .event .event-block .event-milestone-rewards .event-rewards-exp .exp-amount-margin {
  margin-left: 18px;
}
.event .event-block .event-rewards .event-artikul-icon-list, .event .event-block .event-milestone-rewards .event-artikul-icon-list {
  margin-top: 18px;
}
.event .event-block .event-rewards .event-artikul-icon-list .artikul-icon, .event .event-block .event-milestone-rewards .event-artikul-icon-list .artikul-icon {
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.event .event-block .event-rewards .event-artikul-icon-list .artikul-icon .artikul-icon-background, .event .event-block .event-milestone-rewards .event-artikul-icon-list .artikul-icon .artikul-icon-background {
  position: initial;
}
.event .event-block .event-rewards .event-artikul-icon-list .artikul-icon .artikul-icon-text, .event .event-block .event-milestone-rewards .event-artikul-icon-list .artikul-icon .artikul-icon-text {
  height: auto;
  position: relative;
}
.event .event-block .event-milestone-rewards > div:first-child {
  margin-top: 0px;
}
.event .event-block .event-milestone-rewards > div:first-child:before {
  display: none;
}
.event .event-block .event-milestone-rewards > div {
  margin-top: 13px;
}
.event .event-block .event-milestone-rewards > div:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 234px;
  left: 50%;
  top: -124px;
  background: linear-gradient(180deg, rgba(197, 167, 105, 0) 0%, #9A7C58 24.48%, #CDB77D 74.48%, rgba(233, 216, 147, 0) 100%);
  transform: matrix(0, 1, 1, 0, 0, 0);
}
.event .event-block .event-milestone-rewards h3, .event .event-block .event-milestone-rewards h4 {
  display: none;
}
.event .event-drop-place .hidden-drop-icon {
  text-align: center;
  display: inline-block;
  height: 64px;
  margin: 14px auto;
  width: 64px;
}
.event .event-dismantle-reward .event-icon {
  display: inline-block;
}
.event .event-dismantle-reward .medal-icon {
  display: inline-block;
}
.event .event-dismantle-reward .hidden-drop-icon {
  text-align: center;
  display: inline-block;
  height: 64px;
  margin: 14px auto;
  width: 64px;
}
.event .event-event-icon-list .event-icon {
  display: inline-block;
  vertical-align: top;
}
.event .event-event-icon-list .event-icon {
  margin-top: 2px;
  display: inline-block;
}
.event .diamond-options-icon-list .diamond-option-icon {
  display: inline-block;
}
.event .onyx-options-icon-list .onyx-option-icon {
  display: inline-block;
}
.event .event-medal-icon-list {
  position: relative;
  margin: auto;
  max-width: 583px;
  min-height: 51px;
  box-sizing: border-box;
  padding: 0 36px 0 37px;
  margin-top: 22px;
  background-image: url(/layout/images/medal/backgrounds/parchment_medals_center.png);
}
.event .event-medal-icon-list .medal-icon {
  float: left;
}
.event .event-medal-icon-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: -21px;
  width: 583px;
  height: 21px;
  background-image: url(/layout/images/medal/backgrounds/parchment_medals_top.png);
}
.event .event-medal-icon-list:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 583px;
  height: 16px;
  background-image: url(/layout/images/medal/backgrounds/parchment_medals_footer.png);
}

@media (max-width: 512px) {
  .page-events .event-search-row {
    background-position: 50% 0;
    padding-bottom: 80px;
  }
  .page-events .event-search-row .event-name-search {
    right: 20px;
    left: 25px;
  }
  .page-events .event-search-row .iframe-buttons {
    text-align: center;
    padding-top: 90px;
    margin-left: 0px;
  }
  .event {
    overflow: hidden;
    max-width: 512px;
  }
  .event .event-apr {
    text-align: center;
    margin: -50px auto -10px;
    height: 445px;
    width: 512px;
    position: relative;
  }
  .event .event-apr .event-apr-image {
    width: 700px;
    height: 700px;
    position: absolute;
    left: -95px;
    top: -180px;
  }
  .event .event-apr .event-apr-background {
    width: 600px;
    height: 300px;
    position: absolute;
    left: -27px;
    top: 195px;
  }
  .event .event-top-row h1 {
    font-size: 35px;
    margin: 10px 0 35px 0;
    max-width: 335px;
  }
  .event .event-top-row .event-image {
    margin-left: 0px;
  }
  .event .event-block {
    padding: 25px 7px;
  }
  .event .event-block .event-title-desktop {
    display: none;
  }
  .event .event-block .event-title-mobile-1, .event .event-block .event-title-mobile-2 {
    display: inline-flex;
  }
  .event .event-block .event-block-list {
    padding: 0 5px;
  }
  .event .event-block .event-block-list .event-block-list-column.event-user-skills {
    margin-left: 0px;
  }
  .event .event-block .event-block-description .milestone-row {
    min-width: 390px;
  }
}
.template-in-iframe .page-events .event-search-row .iframe-buttons .iframe-button-right {
  left: 240px;
  right: auto;
}
.template-in-iframe .page-events .event-search-row .event-name-search {
  right: 20px;
}

.page-iframe {
  margin-top: 8px;
  height: 730px;
}
.page-iframe.page-iframe-vk {
  margin-top: 0px;
  height: auto;
}
.page-iframe .news {
  position: relative;
}
.page-iframe .news .news-top-hr {
  width: 1156px;
  height: 2px;
  margin: auto;
  background: linear-gradient(90deg, rgba(197, 167, 105, 0) 0%, #9A7C58 24.48%, #CDB77D 74.48%, rgba(233, 216, 147, 0) 100%);
}
.page-iframe .news .news-page .news-page-next {
  font-family: Whitney;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  padding-bottom: 25px;
}
.page-iframe .news .news-page .news-page-item {
  position: relative;
  width: 1280px;
  margin: auto;
}
.page-iframe .news .news-page .news-page-item.news-page-item-unity {
  height: 616px;
}
.page-iframe .news .news-page .news-page-item .news-page-item-background {
  position: absolute;
  left: 0;
  right: 0;
  height: 512px;
  top: 80px;
  background-repeat: no-repeat;
  background-size: 1024px 512px;
  background-position: 50% 50%;
  margin: auto;
}
.page-iframe .news .news-page .news-page-item .news-page-item-href {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-iframe .news .news-page .news-page-item .news-page-item-content-unity {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 157px;
  right: 204px;
  display: table;
  font-family: Whitney;
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: white;
}
.page-iframe .news .news-page .news-page-item .news-page-item-content-unity div {
  vertical-align: middle;
  display: table-cell;
}
.page-iframe .news .news-page .news-page-item .news-page-item-date {
  font-family: Whitney;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 46px;
  right: 166px;
  color: #FFFFFF;
}
.page-iframe .news .news-page .news-page-item .news-page-item-title {
  background-image: url(/layout/images/iframe/slot_machine_jackpot_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 16px;
  box-sizing: border-box;
  font-family: Whitney;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  height: 78px;
  width: 1280px;
  margin: auto;
}
.page-iframe .news .news-page .news-page-item .news-page-item-spacer {
  width: 996px;
  height: 42.25px;
  background: url(/layout/images/iframe/golden_spacer_wide.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: -24px auto 0px;
}
.page-iframe .news .news-page .news-page-item .news-page-item-content {
  text-align: center;
}
.page-iframe .news .news-page .news-page-item .news-page-item-content img {
  width: 950px;
}
.page-iframe .social-index-mobile {
  padding: 21px 0;
  margin: 9px 10px;
  background: rgba(9, 7, 14, 0.75);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.page-iframe .social-index-mobile .social-index-mobile-text {
  color: #FFFFFF;
  text-align: center;
  font-family: "Whitney";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}
.page-iframe .social-index-mobile .social-index-mobile-images {
  text-align: center;
  margin: 5px auto 0px;
}

@media only screen and (min-width: 1080px) and (max-width: 1279px) {
  .page-iframe {
    margin-top: 6.7510548523px;
  }
  .page-iframe .news .news-top-hr {
    width: 964px;
  }
  .page-iframe .news .news-page .news-page-next {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 21.0970464135px;
  }
  .page-iframe .news .news-page .news-page-item {
    width: 1080px;
  }
  .page-iframe .news .news-page .news-page-item.news-page-item-unity {
    height: 519.8312236287px;
  }
  .page-iframe .news .news-page .news-page-item .news-page-item-background {
    height: 432.0675105485px;
    top: 67.5105485232px;
    background-size: 864.135021097px 432.0675105485px;
  }
  .page-iframe .news .news-page .news-page-item .news-page-item-content-unity {
    width: 337.552742616px;
    height: 337.552742616px;
    top: 132.4894514768px;
    right: 172.1518987342px;
    font-size: 20.253164557px;
    line-height: 24.4725738397px;
  }
  .page-iframe .news .news-page .news-page-item .news-page-item-date {
    font-size: 13px;
    line-height: 16px;
    top: 38px;
    right: 138px;
  }
  .page-iframe .news .news-page .news-page-item .news-page-item-title {
    padding-top: 13px;
    font-size: 30px;
    line-height: 36px;
    height: 65px;
    width: 1080px;
  }
  .page-iframe .news .news-page .news-page-item .news-page-item-spacer {
    width: 830px;
    height: 35px;
    margin: -20px auto 0px;
  }
  .page-iframe .news .news-page .news-page-item .news-page-item-content img {
    width: 792px;
  }
}
@media only screen and (min-width: 720px) and (max-width: 1079px) {
  .page-iframe {
    margin-top: 4.5019696117px;
  }
  .page-iframe .news .news-top-hr {
    width: 642px;
  }
  .page-iframe .news .news-page .news-page-next {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 14.0686550366px;
  }
  .page-iframe .news .news-page .news-page-item {
    width: 720px;
  }
  .page-iframe .news .news-page .news-page-item.news-page-item-unity {
    height: 346.6516601013px;
  }
  .page-iframe .news .news-page .news-page-item .news-page-item-background {
    height: 288.1260551491px;
    top: 45.0196961171px;
    background-size: 576.2521102983px 288.1260551491px;
  }
  .page-iframe .news .news-page .news-page-item .news-page-item-content-unity {
    width: 266.6666666667px;
    height: 266.6666666667px;
    top: 62px;
    right: 114.8002250985px;
    font-size: 13.5059088351px;
    line-height: 16.3196398424px;
  }
  .page-iframe .news .news-page .news-page-item .news-page-item-date {
    font-size: 9px;
    line-height: 11px;
    top: 25px;
    right: 96px;
  }
  .page-iframe .news .news-page .news-page-item .news-page-item-title {
    padding-top: 9px;
    font-size: 20px;
    line-height: 24px;
    height: 44px;
    width: 720px;
  }
  .page-iframe .news .news-page .news-page-item .news-page-item-spacer {
    width: 554px;
    height: 24px;
    margin: -14px auto 0px;
  }
  .page-iframe .news .news-page .news-page-item .news-page-item-content img {
    width: 528px;
  }
}
@media only screen and (min-width: 421px) and (max-width: 719px) {
  .page-iframe {
    margin-top: 4.5019696117px;
  }
  .page-iframe .news .news-top-hr {
    width: 90%;
  }
  .page-iframe .news .news-page .news-page-next {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 14.0686550366px;
  }
  .page-iframe .news .news-page .news-page-item {
    width: 512px;
  }
  .page-iframe .news .news-page .news-page-item.news-page-item-unity {
    height: 346.6516601013px;
  }
  .page-iframe .news .news-page .news-page-item .news-page-item-background {
    height: 288.1260551491px;
    top: 45.0196961171px;
    background-size: 512px auto;
  }
  .page-iframe .news .news-page .news-page-item .news-page-item-content-unity {
    width: 264.9006622517px;
    height: 225.0984805853px;
    top: 68.2119205298px;
    right: 20px;
    font-size: 13.3757961783px;
    line-height: 15.2866242038px;
    white-space: pre-wrap;
    word-break: break-word;
  }
  .page-iframe .news .news-page .news-page-item .news-page-item-content-unity p {
    margin: 0 auto;
  }
  .page-iframe .news .news-page .news-page-item .news-page-item-date {
    font-size: 9px;
    line-height: 11px;
    top: 25px;
    right: 60px;
  }
  .page-iframe .news .news-page .news-page-item .news-page-item-title {
    padding-top: 5px;
    font-size: 20px;
    line-height: 24px;
    height: 44px;
    width: 512px;
    background-size: 512px 38px;
  }
  .page-iframe .news .news-page .news-page-item .news-page-item-spacer {
    width: 80%;
    height: 24px;
    margin: -14px auto 0px;
    background-size: 413px 11px;
  }
  .page-iframe .news .news-page .news-page-item .news-page-item-content img {
    width: 80%;
  }
}
.body-contentNoLang:has(.page-download-page) {
  overflow-x: hidden;
}

.page-download-page {
  width: 100%;
  min-height: 100%;
  margin: auto;
  background-color: black;
  background-image: url("/layout/images/download_page/background_dark.jpg");
  background-position: 50% 0;
  background-size: 1920px 1080px;
  overflow-x: hidden;
}
.page-download-page a {
  color: #129FEF;
}
.page-download-page .page-download-page-content {
  z-index: 1;
  background-image: url(/layout/images/download_page/background_dark_girl.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  width: 1920px;
  height: 1300px;
  margin: auto;
}
.page-download-page .download-page-top-row {
  height: 68px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
}
.page-download-page .download-page-top-row::after {
  content: "";
  background-image: url("/layout/images/download_page/top_menu_bg.jpg");
  background-position: 50% 50%;
  background-size: 1920px 68px;
  opacity: 0.4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-download-page .download-page-top-row .download-page-top-row-content {
  z-index: 1;
  margin: auto;
  width: 1920px;
  height: 68px;
  position: relative;
}
.page-download-page .download-page-top-row .download-page-top-row-icon {
  position: absolute;
  width: 70px;
  height: 22px;
  left: 344px;
  top: 23px;
  text-transform: uppercase;
  font-family: Whitney;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: white;
  text-decoration: none;
}
.page-download-page .download-page-top-row .download-page-top-row-icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  left: -61px;
  top: -11px;
  background: url(/layout/images/download_page/logo_colors_big.png);
  background-size: contain;
}
.page-download-page .download-page-top-row .download-page-top-row-button-exe {
  position: absolute;
  width: 242px;
  height: 38px;
  left: 566px;
  top: 14px;
  border: 1px solid #129FEF;
}
.page-download-page .download-page-top-row .download-page-top-row-button-exe .download-page-top-row-button-exe-icon {
  position: absolute;
  margin-top: 4px;
  box-sizing: border-box;
  padding: 11px;
  width: 35px;
  height: 30px;
  left: 4px;
  background-image: url("/layout/images/download_page/arrow.png");
  background-size: 24px 20px;
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-color: #129FEF;
}
.page-download-page .download-page-top-row .download-page-top-row-button-exe .download-page-top-row-button-exe-text {
  position: absolute;
  margin-top: 8px;
  font-family: Whitney;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  right: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}
.page-download-page .download-page-top-row .download-page-top-row-title-text {
  position: absolute;
  width: 75px;
  height: 22px;
  left: 937px;
  top: 23px;
  font-family: Whitney;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.page-download-page .download-page-top-row .download-page-top-row-button-android {
  position: absolute;
  width: 170px;
  height: 40px;
  left: 1235px;
  top: 14px;
  background: url(/layout/images/download_page/button_apk_android.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.page-download-page .download-page-top-row .download-page-top-row-button-ios {
  position: absolute;
  width: 170px;
  height: 40px;
  left: 1467px;
  top: 14px;
  background: url(/layout/images/download_page/button_appstore.png);
  background-size: contain;
}
.page-download-page .download-page-top-row .download-page-top-row-button-huawei {
  position: absolute;
  width: 170px;
  height: 40px;
  left: 1467px;
  top: 14px;
  background: url(/layout/images/download_page/button_appgallery_huawei.png);
  background-size: contain;
}
.page-download-page .download-page-top-row .download-page-top-row-mobile-menu {
  display: none;
}
.page-download-page .download-page-middle {
  padding-top: 104px;
  width: 920px;
  margin-left: 283px;
}
.page-download-page .download-page-middle .download-page-middle-title {
  font-family: Whitney;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.page-download-page .download-page-middle .download-page-middle-text {
  margin-top: 18px;
  font-family: Whitney;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  color: #FFFFFF;
  max-width: 760px;
}
.page-download-page .download-page-middle .download-page-middle-button {
  width: 285px;
  height: 67px;
  margin-left: 28px;
  margin-top: 54px;
  position: relative;
  display: inline-block;
  background-image: url("/layout/images/download_page/button_orange.png");
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}
.page-download-page .download-page-middle .download-page-middle-button:first-child {
  margin-left: 0px;
}
.page-download-page .download-page-middle .download-page-middle-button .download-page-middle-button-icon {
  position: absolute;
  width: 49px;
  height: 49px;
  left: 9px;
  top: 9px;
  background-image: url("/layout/images/download_page/win_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.page-download-page .download-page-middle .download-page-middle-button .download-page-middle-button-icon.download-page-middle-button-icon-ios {
  background-image: url("/layout/images/download_page/ios_icon.png");
}
.page-download-page .download-page-middle .download-page-middle-button .download-page-middle-button-text {
  height: 32px;
  padding-top: 4px;
  margin-left: 64px;
  text-align: left;
  font-family: Whitney;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}
.page-download-page .download-page-middle .download-page-middle-button .download-page-middle-button-version {
  height: 17px;
  margin-left: 66px;
  text-align: left;
  font-family: Whitney;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.page-download-page .download-page-bottom {
  margin-left: 283px;
  width: 1920px;
  margin-top: 47px;
}
.page-download-page .download-page-bottom .download-page-bottom-block {
  position: relative;
  background-image: url("/layout/images/download_page/bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  width: 400px;
  height: 540px;
  margin-left: 77px;
}
.page-download-page .download-page-bottom .download-page-bottom-block:first-child {
  margin-left: 0px;
}
.page-download-page .download-page-bottom .download-page-bottom-block:last-child .download-page-bottom-block-title {
  padding-top: 25px;
  margin-bottom: -17px;
}
.page-download-page .download-page-bottom .download-page-bottom-block.download-page-bottom-block-glow::before {
  content: "";
  display: block;
  width: 512px;
  height: 407px;
  background-image: url("/layout/images/download_page/glow.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -57px;
  left: -57px;
}
.page-download-page .download-page-bottom .download-page-bottom-block .download-page-bottom-block-title {
  font-family: Whitney;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: white;
  height: 72px;
  padding: 10px 21px 0px 23px;
}
.page-download-page .download-page-bottom .download-page-bottom-block .download-page-bottom-block-image {
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 6px;
  width: 402px;
  height: 261px;
}
.page-download-page .download-page-bottom .download-page-bottom-block .download-page-bottom-block-text {
  font-family: Whitney;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: white;
  padding: 7px 21px 27px 23px;
}
.page-download-page .download-page-bottom .download-page-bottom-block .download-page-bottom-block-text-margin {
  margin-top: -74px;
}

@media only screen and (min-width: 1280px) and (max-width: 1919px) {
  .page-download-page {
    background-size: 1280px 720px;
  }
  .page-download-page .page-download-page-content {
    width: 1280px;
    height: 866.6666666667px;
    background-size: 1280px 720px;
    min-height: 866.6666666667px;
  }
  .page-download-page .download-page-top-row {
    height: 45.3333333333px;
  }
  .page-download-page .download-page-top-row::after {
    background-size: 1280px 45.3333333333px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-content {
    width: 1280px;
    height: 45.3333333333px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-icon {
    width: 46.6666666667px;
    height: 14.6666666667px;
    left: 229.3333333333px;
    top: 15.3333333333px;
    font-size: 12px;
    line-height: 14.6666666667px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-icon::before {
    width: 29.3333333333px;
    height: 29.3333333333px;
    left: -40.6666666667px;
    top: -7.3333333333px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-exe {
    width: 161.3333333333px;
    height: 25.3333333333px;
    left: 377.3333333333px;
    top: 9.3333333333px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-exe .download-page-top-row-button-exe-icon {
    margin-top: 2.6666666667px;
    padding: 7.3333333333px;
    width: 23.3333333333px;
    height: 20px;
    left: 2.6666666667px;
    background-size: 16px 13.3333333333px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-exe .download-page-top-row-button-exe-text {
    margin-top: 5.3333333333px;
    font-size: 12px;
    line-height: 14.6666666667px;
    right: 8px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-title-text {
    width: 50px;
    height: 14.6666666667px;
    left: 624.6666666667px;
    top: 15.3333333333px;
    font-size: 12px;
    line-height: 14.6666666667px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-android {
    width: 113.3333333333px;
    height: 26.6666666667px;
    left: 823.3333333333px;
    top: 9.3333333333px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-ios {
    width: 113.3333333333px;
    height: 26.6666666667px;
    left: 978px;
    top: 9.3333333333px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-huawei {
    width: 113.3333333333px;
    height: 26.6666666667px;
    left: 978px;
    top: 9.3333333333px;
  }
  .page-download-page .download-page-middle {
    padding-top: 69.3333333333px;
    width: 613.3333333333px;
    margin-left: 188.6666666667px;
  }
  .page-download-page .download-page-middle .download-page-middle-title {
    font-size: 24px;
    line-height: 28.6666666667px;
  }
  .page-download-page .download-page-middle .download-page-middle-text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 16.6666666667px;
  }
  .page-download-page .download-page-middle .download-page-middle-button {
    width: 190px;
    height: 44.6666666667px;
    margin-left: 17.3333333333px;
    margin-top: 36px;
  }
  .page-download-page .download-page-middle .download-page-middle-button .download-page-middle-button-icon {
    width: 32.6666666667px;
    height: 32.6666666667px;
    left: 6px;
    top: 6px;
  }
  .page-download-page .download-page-middle .download-page-middle-button .download-page-middle-button-text {
    padding-top: 2.6666666667px;
    margin-left: 42.6666666667px;
    height: 21.3333333333px;
    font-size: 16px;
    line-height: 19.3333333333px;
  }
  .page-download-page .download-page-middle .download-page-middle-button .download-page-middle-button-version {
    height: 11.3333333333px;
    margin-left: 44px;
    font-size: 9.3333333333px;
    line-height: 11.3333333333px;
  }
  .page-download-page .download-page-bottom {
    width: 1280px;
    margin-left: 188.6666666667px;
    margin-top: 31.3333333333px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block {
    width: 266.6666666667px;
    height: 360px;
    margin-left: 51.3333333333px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block:last-child .download-page-bottom-block-title {
    padding-top: 16.6666666667px;
    margin-bottom: -11.3333333333px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block.download-page-bottom-block-glow::before {
    width: 341.3333333333px;
    height: 271.3333333333px;
    top: -38px;
    left: -38px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block .download-page-bottom-block-title {
    font-size: 20px;
    line-height: 24px;
    height: 48px;
    padding: 6.6666666667px 14px 0 15.3333333333px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block .download-page-bottom-block-image {
    margin-top: 4px;
    width: 268px;
    height: 174px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block .download-page-bottom-block-text {
    font-size: 12px;
    line-height: 14.6666666667px;
    padding: 4.6666666667px 14px 18px 15.3333333333px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block .download-page-bottom-block-text-margin {
    margin-top: -49.3333333333px;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1279px) {
  .page-download-page {
    background-size: 1084.7457627119px 610.1694915254px;
  }
  .page-download-page .page-download-page-content {
    width: 1084.7457627119px;
    height: 734.4632768362px;
    background-size: 1084.7457627119px 610.1694915254px;
    min-height: 734.4632768362px;
  }
  .page-download-page .download-page-top-row {
    height: 38.418079096px;
  }
  .page-download-page .download-page-top-row::after {
    background-size: 1084.7457627119px 38.418079096px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-content {
    width: 1084.7457627119px;
    height: 38.418079096px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-icon {
    width: 39.5480225989px;
    height: 12.4293785311px;
    left: 194.3502824859px;
    top: 12.9943502825px;
    font-size: 10.1694915254px;
    line-height: 12.4293785311px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-icon::before {
    width: 24.8587570621px;
    height: 24.8587570621px;
    left: -34.4632768362px;
    top: -6.2146892655px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-exe {
    width: 136.7231638418px;
    height: 21.4689265537px;
    left: 319.7740112994px;
    top: 7.9096045198px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-exe .download-page-top-row-button-exe-icon {
    margin-top: 2.2598870056px;
    padding: 6.2146892655px;
    width: 19.7740112994px;
    height: 16.9491525424px;
    left: 2.2598870056px;
    background-size: 13.5593220339px 11.2994350282px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-exe .download-page-top-row-button-exe-text {
    margin-top: 4.5197740113px;
    font-size: 10.1694915254px;
    line-height: 12.4293785311px;
    right: 6.7796610169px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-title-text {
    width: 42.3728813559px;
    height: 12.4293785311px;
    left: 529.3785310734px;
    top: 12.9943502825px;
    font-size: 10.1694915254px;
    line-height: 12.4293785311px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-android {
    width: 96.0451977401px;
    height: 22.5988700565px;
    left: 697.7401129944px;
    top: 7.9096045198px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-ios {
    width: 96.0451977401px;
    height: 22.5988700565px;
    left: 828.813559322px;
    top: 7.9096045198px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-huawei {
    width: 96.0451977401px;
    height: 22.5988700565px;
    left: 828.813559322px;
    top: 7.9096045198px;
  }
  .page-download-page .download-page-middle {
    padding-top: 58.7570621469px;
    width: 519.7740112994px;
    margin-left: 159.8870056497px;
  }
  .page-download-page .download-page-middle .download-page-middle-title {
    font-size: 20.3389830508px;
    line-height: 24.2937853107px;
  }
  .page-download-page .download-page-middle .download-page-middle-text {
    margin-top: 10.1694915254px;
    font-size: 11.8644067797px;
    line-height: 14.1242937853px;
  }
  .page-download-page .download-page-middle .download-page-middle-button {
    width: 161.0169491525px;
    height: 37.8531073446px;
    margin-left: 13.5593220339px;
    margin-top: 30.5084745763px;
  }
  .page-download-page .download-page-middle .download-page-middle-button .download-page-middle-button-icon {
    width: 27.6836158192px;
    height: 27.6836158192px;
    left: 5.0847457627px;
    top: 5.0847457627px;
  }
  .page-download-page .download-page-middle .download-page-middle-button .download-page-middle-button-text {
    padding-top: 2.2598870056px;
    margin-left: 36.1581920904px;
    height: 18.0790960452px;
    font-size: 13.5593220339px;
    line-height: 16.384180791px;
  }
  .page-download-page .download-page-middle .download-page-middle-button .download-page-middle-button-version {
    height: 9.604519774px;
    margin-left: 37.2881355932px;
    font-size: 7.9096045198px;
    line-height: 9.604519774px;
  }
  .page-download-page .download-page-bottom {
    width: 1084.7457627119px;
    margin-left: 159.8870056497px;
    margin-top: 26.5536723164px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block {
    width: 225.988700565px;
    height: 305.0847457627px;
    margin-left: 43.5028248588px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block:last-child .download-page-bottom-block-title {
    padding-top: 14.1242937853px;
    margin-bottom: -9.604519774px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block.download-page-bottom-block-glow::before {
    width: 289.2655367232px;
    height: 229.9435028249px;
    top: -32.2033898305px;
    left: -32.2033898305px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block .download-page-bottom-block-title {
    font-size: 16.9491525424px;
    line-height: 20.3389830508px;
    height: 40.6779661017px;
    padding: 5.6497175141px 11.8644067797px 0 12.9943502825px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block .download-page-bottom-block-image {
    margin-top: 3.3898305085px;
    width: 227.1186440678px;
    height: 147.4576271186px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block .download-page-bottom-block-text {
    font-size: 10.1694915254px;
    line-height: 12.4293785311px;
    padding: 3.9548022599px 11.8644067797px 15.2542372881px 12.9943502825px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block .download-page-bottom-block-text-margin {
    margin-top: -49.3333333333px;
  }
}
@media only screen and (max-width: 1079px) {
  .page-download-page {
    background-size: 721.8045112782px 406.015037594px;
  }
  .page-download-page .page-download-page-content {
    width: 721.8045112782px;
    height: 488.7218045113px;
    background-size: 721.8045112782px 406.015037594px;
    min-height: 488.7218045113px;
  }
  .page-download-page .download-page-top-row {
    height: 25.5639097744px;
  }
  .page-download-page .download-page-top-row::after {
    background-size: 721.8045112782px 25.5639097744px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-content {
    width: 721.8045112782px;
    height: 25.5639097744px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-icon {
    width: 26.3157894737px;
    height: 8.2706766917px;
    left: 129.3233082707px;
    top: 8.6466165414px;
    font-size: 6.7669172932px;
    line-height: 8.2706766917px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-icon::before {
    width: 16.5413533835px;
    height: 16.5413533835px;
    left: -22.9323308271px;
    top: -4.1353383459px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-exe {
    width: 90.977443609px;
    height: 14.2857142857px;
    left: 212.7819548872px;
    top: 5.2631578947px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-exe .download-page-top-row-button-exe-icon {
    margin-top: 1.5037593985px;
    padding: 4.1353383459px;
    width: 13.1578947368px;
    height: 11.2781954887px;
    left: 1.5037593985px;
    background-size: 9.022556391px 7.5187969925px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-exe .download-page-top-row-button-exe-text {
    margin-top: 3.007518797px;
    font-size: 6.7669172932px;
    line-height: 8.2706766917px;
    right: 4.5112781955px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-title-text {
    width: 28.1954887218px;
    height: 8.2706766917px;
    left: 352.2556390977px;
    top: 8.6466165414px;
    font-size: 6.7669172932px;
    line-height: 8.2706766917px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-android {
    width: 63.9097744361px;
    height: 15.037593985px;
    left: 464.2857142857px;
    top: 5.2631578947px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-ios {
    width: 63.9097744361px;
    height: 15.037593985px;
    left: 551.5037593985px;
    top: 5.2631578947px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-huawei {
    width: 63.9097744361px;
    height: 15.037593985px;
    left: 551.5037593985px;
    top: 5.2631578947px;
  }
  .page-download-page .download-page-middle {
    padding-top: 39.0977443609px;
    width: 345.8646616541px;
    margin-left: 106.3909774436px;
  }
  .page-download-page .download-page-middle .download-page-middle-title {
    font-size: 13.5338345865px;
    line-height: 16.1654135338px;
  }
  .page-download-page .download-page-middle .download-page-middle-text {
    margin-top: 6.7669172932px;
    font-size: 7.8947368421px;
    line-height: 9.3984962406px;
  }
  .page-download-page .download-page-middle .download-page-middle-button {
    width: 107.1428571429px;
    height: 25.1879699248px;
    margin-left: 7.5187969925px;
    margin-top: 20.3007518797px;
  }
  .page-download-page .download-page-middle .download-page-middle-button .download-page-middle-button-icon {
    width: 18.4210526316px;
    height: 18.4210526316px;
    left: 3.3834586466px;
    top: 3.3834586466px;
  }
  .page-download-page .download-page-middle .download-page-middle-button .download-page-middle-button-text {
    padding-top: 1.5037593985px;
    margin-left: 24.0601503759px;
    height: 12.030075188px;
    font-size: 9.022556391px;
    line-height: 10.9022556391px;
  }
  .page-download-page .download-page-middle .download-page-middle-button .download-page-middle-button-version {
    height: 6.3909774436px;
    margin-left: 24.8120300752px;
    font-size: 5.2631578947px;
    line-height: 6.3909774436px;
  }
  .page-download-page .download-page-bottom {
    width: 721.8045112782px;
    margin-left: 106.3909774436px;
    margin-top: 17.6691729323px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block {
    width: 150.3759398496px;
    height: 203.007518797px;
    margin-left: 28.9473684211px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block:last-child .download-page-bottom-block-title {
    padding-top: 9.3984962406px;
    margin-bottom: -6.3909774436px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block.download-page-bottom-block-glow::before {
    width: 192.4812030075px;
    height: 153.007518797px;
    top: -21.4285714286px;
    left: -21.4285714286px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block .download-page-bottom-block-title {
    font-size: 11.2781954887px;
    line-height: 13.5338345865px;
    height: 27.0676691729px;
    padding: 3.7593984962px 7.8947368421px 0 8.6466165414px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block .download-page-bottom-block-image {
    margin-top: 2.2556390977px;
    width: 151.1278195489px;
    height: 98.1203007519px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block .download-page-bottom-block-text {
    font-size: 6.7669172932px;
    line-height: 8.2706766917px;
    padding: 2.6315789474px 7.8947368421px 10.1503759398px 8.6466165414px;
  }
  .page-download-page .download-page-bottom .download-page-bottom-block .download-page-bottom-block-text-margin {
    margin-top: -27.8195488722px;
  }
}
@media (max-width: 512px) {
  .page-download-page {
    width: 512px;
    background-size: 1200px 675px;
    background-position: -624px 20px;
  }
  .page-download-page .download-page-top-row {
    height: 68px;
    width: 100%;
    position: relative;
  }
  .page-download-page .download-page-top-row::after {
    background-size: auto 68px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-content {
    width: 411px;
    height: 68px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-icon {
    width: 44px;
    height: 44px;
    left: 16px;
    top: 12px;
    color: transparent;
  }
  .page-download-page .download-page-top-row .download-page-top-row-icon::before {
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-exe {
    width: 238px;
    height: 36px;
    left: 84px;
    top: 12px;
    border: 2px solid #129FEF;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-exe .download-page-top-row-button-exe-icon {
    width: 35px;
    height: 28px;
    left: 4px;
    top: 2px;
    background-size: 21px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-exe .download-page-top-row-button-exe-text {
    font-size: 18px;
    top: 12px;
    left: 51px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-android {
    display: none;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-ios {
    display: none;
  }
  .page-download-page .download-page-top-row .download-page-top-row-button-huawei {
    display: none;
  }
  .page-download-page .download-page-top-row .download-page-top-row-mobile-menu {
    position: absolute;
    display: block;
    width: 44px;
    height: 40px;
    right: 16px;
    top: 12px;
    background-image: url("/layout/images/download_page/button_mobile_menu.png");
    background-position: 0;
    background-size: 45px 41px;
    cursor: pointer;
  }
  .page-download-page .download-page-top-row .download-page-top-row-mobile {
    display: none;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 68px;
    left: 0px;
    right: 0px;
    height: 260px;
    padding: 20px 0 20px;
    box-sizing: border-box;
  }
  .page-download-page .download-page-top-row .download-page-top-row-mobile .download-page-top-row-mobile-buttons {
    margin: auto;
    width: 170px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-mobile .download-page-top-row-mobile-buttons .download-page-top-row-mobile-button {
    width: 170px;
    height: 40px;
    display: block;
    margin-top: 20px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-mobile .download-page-top-row-mobile-buttons .download-page-top-row-mobile-button:first-child {
    margin-top: 0px;
  }
  .page-download-page .download-page-top-row .download-page-top-row-mobile .download-page-top-row-mobile-buttons .download-page-top-row-mobile-button.portal {
    background-image: url("/layout/images/download_page/button_portal.png");
  }
  .page-download-page .download-page-top-row .download-page-top-row-mobile .download-page-top-row-mobile-buttons .download-page-top-row-mobile-button.android {
    background-image: url("/layout/images/download_page/button_google_play.png");
  }
  .page-download-page .download-page-top-row .download-page-top-row-mobile .download-page-top-row-mobile-buttons .download-page-top-row-mobile-button.apple {
    background-image: url("/layout/images/download_page/button_appstore.png");
  }
  .page-download-page .download-page-top-row .download-page-top-row-mobile .download-page-top-row-mobile-buttons .download-page-top-row-mobile-button.mobile {
    background-image: url("/layout/images/download_page/button_mobile_version.png");
  }
  .page-download-page .page-download-page-content {
    width: 100%;
    height: auto;
    background-size: 1200px 675px;
    background-position: -624px 20px;
    margin-bottom: 94px;
  }
  .page-download-page .page-download-page-content .download-page-middle {
    width: 412px;
    padding-top: 376px;
    margin: 0 auto;
  }
  .page-download-page .page-download-page-content .download-page-middle .download-page-middle-title {
    font-size: 32px;
    line-height: 38px;
  }
  .page-download-page .page-download-page-content .download-page-middle .download-page-middle-text {
    font-size: 21px;
    line-height: 25px;
    margin-top: 29px;
  }
  .page-download-page .page-download-page-content .download-page-middle .download-page-middle-button {
    width: 285px;
    height: 67px;
    margin-top: 20px;
    margin-left: 63px;
  }
  .page-download-page .page-download-page-content .download-page-middle .download-page-middle-button:first-child {
    margin-top: 40px;
  }
  .page-download-page .page-download-page-content .download-page-middle .download-page-middle-button .download-page-middle-button-icon {
    width: 49px;
    height: 49px;
    left: 9px;
    top: 9px;
  }
  .page-download-page .page-download-page-content .download-page-middle .download-page-middle-button .download-page-middle-button-text {
    margin-left: 70px;
    padding-top: 6px;
    font-size: 24px;
    line-height: 29px;
    height: auto;
  }
  .page-download-page .page-download-page-content .download-page-middle .download-page-middle-button .download-page-middle-button-version {
    margin-left: 71px;
    padding-top: 4px;
    font-size: 14px;
    line-height: 17px;
    height: auto;
  }
  .page-download-page .page-download-page-content .download-page-bottom {
    margin-left: auto;
    width: 100%;
  }
  .page-download-page .page-download-page-content .download-page-bottom .download-page-bottom-block {
    width: 400px;
    height: 540px;
    float: none;
    margin: auto;
    margin-top: 40px;
  }
  .page-download-page .page-download-page-content .download-page-bottom .download-page-bottom-block .download-page-bottom-block-title {
    font-size: 30px;
    line-height: 36px;
    width: 311px;
    height: 72px;
    left: 28px;
    top: 10px;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .page-download-page .page-download-page-content .download-page-bottom .download-page-bottom-block .download-page-bottom-block-image {
    width: 400px;
    height: 255px;
    margin-top: 16px;
    background-size: auto;
  }
  .page-download-page .page-download-page-content .download-page-bottom .download-page-bottom-block .download-page-bottom-block-text {
    font-size: 18px;
    line-height: 22px;
    width: 356px;
    left: 23px;
    position: relative;
    margin-top: 13px;
  }
  .page-download-page .page-download-page-content .download-page-bottom .download-page-bottom-block .download-page-bottom-block-text.download-page-bottom-block-text-margin {
    margin-top: -28px;
  }
  .page-download-page .page-download-page-content .download-page-bottom .download-page-bottom-block.download-page-bottom-block-glow::before {
    top: -56.428571px;
    left: -59.428571px;
    width: 512px;
    height: 407px;
  }
}
.body-contentNoLang:has(.page-download-apk) {
  overflow-x: hidden;
}

.page-download-apk {
  width: 100%;
  background-image: url("http://sanebogame.cdnvideo.ru/files/site/files/img/index_mobile/space_bg.jpg");
  background-size: 1920px;
  background-position: 50% 0;
}
.page-download-apk:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 1080px;
  background-image: url(https://sanebogame.cdnvideo.ru/files/site/files/img/index_mobile/space_medium_center_bg.jpg);
  background-size: 1920px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.page-download-apk .page-download-apk-content {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: auto;
}
.page-download-apk .page-download-apk-content .h1 {
  position: relative;
  font-family: "Whitney";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}
.page-download-apk .page-download-apk-content .h2 {
  font-weight: bold;
  font-family: "Whitney";
  font-style: normal;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 0px;
}
.page-download-apk .page-download-apk-content p {
  margin-top: 0px;
  font-family: "Whitney";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
.page-download-apk .page-download-apk-content .block {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  padding: 21px 70px 3px 30px;
  background: rgba(9, 7, 14, 0.75);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
.page-download-apk .page-download-apk-content .row {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  display: inline-block;
}
.page-download-apk .page-download-apk-content .row > div:first-child {
  padding-left: 0px;
}
.page-download-apk .page-download-apk-content .row.row-right > div:first-child {
  padding-left: 30px;
}
.page-download-apk .page-download-apk-content .row.row-right > div:last-child {
  padding-left: 0px;
}
.page-download-apk .page-download-apk-content .row > [class^=col-] {
  box-sizing: border-box;
  padding-left: 30px;
}
.page-download-apk .page-download-apk-content [class^=col-].col-right {
  float: right;
}
.page-download-apk .page-download-apk-content .col-8 {
  float: left;
  width: 66.6%;
}
.page-download-apk .page-download-apk-content .col-4 {
  float: left;
  width: 33.3%;
}
.page-download-apk .page-download-apk-content .col-12 {
  width: 100%;
}
.page-download-apk .page-download-apk-content .page-download-back {
  position: absolute;
  width: 128px;
  height: 128px;
  left: -40px;
  top: -22px;
  background-image: url(https://rcnebogame.cdnvideo.ru/files/site/files/img/download_apk_page/button_context_menu_exit_battle.png);
  background-position: 50% 50%;
  cursor: pointer;
  text-decoration: none;
}
.page-download-apk .page-download-apk-content .page-download-apk-top {
  padding-top: 375px;
  display: inline-block;
  width: 100%;
}
.page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-icon {
  background-image: url("https://rcnebogame.cdnvideo.ru/files/site/files/img/download_apk_page/image 1.png");
  width: 180px;
  height: 180px;
  float: left;
}
.page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-content {
  padding-left: 44px;
  width: auto;
  float: left;
  max-width: 744px;
}
.page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-content .apk-title {
  font-family: "Whitney";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-content .apk-version {
  font-family: "Whitney";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #F4EAB9;
}
.page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-content .apk-tags {
  display: inline-block;
  width: 600px;
}
.page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-content .apk-tags p {
  margin-bottom: 0px;
  margin-top: 16px;
  margin-right: 16px;
  font-family: "Whitney";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  height: 30px;
  padding: 4px 22px;
  /* identical to box height */
  color: #FFFFFF;
  float: left;
}
.page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-content .apk-buttons {
  margin-top: 17px;
  margin-bottom: 20px;
  display: inline-block;
}
.page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-content .apk-buttons .web {
  cursor: pointer;
  width: 143px;
  height: 40px;
  float: left;
  background-image: url("https://rcnebogame.cdnvideo.ru/files/site/files/img/download_apk_page/button_play_by_browser.png");
  background-size: auto;
}
.page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-content .apk-buttons .apk {
  cursor: pointer;
  width: 184px;
  height: 40px;
  float: left;
  margin-left: 30px;
  background-image: url("https://rcnebogame.cdnvideo.ru/files/site/files/img/download_apk_page/button_apk_android_orange.png");
  background-size: auto;
}
.page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-left-rating {
  display: none;
}
.page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-rating {
  width: 72px;
  padding-top: 77px;
  float: right;
  text-align: center;
}
.page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-rating .rating-title {
  font-family: "Whitney";
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
.page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-rating .rating-number {
  font-family: "Whitney";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #FFFFFF;
}
.page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-rating .rating-stars {
  width: 72px;
  height: 14px;
  background-image: url("https://rcnebogame.cdnvideo.ru/files/site/files/img/download_apk_page/stars 2.png");
}
.page-download-apk .page-download-apk-content .page-download-apk-social {
  display: inline-block;
  margin-top: -16px;
  padding-bottom: 20px;
}
.page-download-apk .page-download-apk-content .page-download-apk-social a {
  width: 64px;
  height: 64px;
  float: left;
  cursor: pointer;
  text-decoration: none;
}
.page-download-apk .page-download-apk-content .page-download-apk-social .vk {
  background-image: url(https://rcnebogame.cdnvideo.ru/files/site/files/img/download_apk_page/button_context_menu_vk.png);
}
.page-download-apk .page-download-apk-content .page-download-apk-social .ok {
  background-image: url("https://rcnebogame.cdnvideo.ru/files/site/files/img/download_apk_page/button_context_menu_ok 1.png");
}
.page-download-apk .page-download-apk-content .page-download-apk-screenshots {
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
}
.page-download-apk .page-download-apk-content .page-download-apk-screenshots .block {
  padding: 21px 30px 3px 30px;
}
.page-download-apk .page-download-apk-content .page-download-apk-screenshots .page-download-apk-screenshots-buttons {
  position: absolute;
  top: 15px;
  right: 60px;
  display: inline-block;
}
.page-download-apk .page-download-apk-content .page-download-apk-screenshots .page-download-apk-screenshots-buttons .page-download-apk-screenshots-left, .page-download-apk .page-download-apk-content .page-download-apk-screenshots .page-download-apk-screenshots-buttons .page-download-apk-screenshots-right {
  width: 36px;
  height: 36px;
  border: 1px solid #888;
  color: #888;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  padding: 0px 8px;
  box-sizing: border-box;
  float: left;
  cursor: pointer;
}
.page-download-apk .page-download-apk-content .page-download-apk-screenshots .page-download-apk-screenshots-buttons .page-download-apk-screenshots-left.active, .page-download-apk .page-download-apk-content .page-download-apk-screenshots .page-download-apk-screenshots-buttons .page-download-apk-screenshots-right.active {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.page-download-apk .page-download-apk-content .page-download-apk-screenshots .page-download-apk-screenshots-buttons .page-download-apk-screenshots-right {
  margin-left: 9px;
  padding: 0px 9px;
}
.page-download-apk .page-download-apk-content .page-download-apk-screenshots .page-download-apk-screenshots-block {
  position: relative;
  height: 157px;
  padding-bottom: 21px;
  overflow: hidden;
}
.page-download-apk .page-download-apk-content .page-download-apk-screenshots .page-download-apk-screenshots-block .page-download-apk-screenshots-line {
  position: absolute;
  display: inline-block;
  width: 1550px;
}
.page-download-apk .page-download-apk-content .page-download-apk-screenshots .page-download-apk-screenshots-block .page-download-apk-screenshots-line .screenshot {
  width: 300px;
  height: 157px;
  background-size: contain;
  border-radius: 12px;
  float: left;
  margin-left: 10px;
}
.page-download-apk .page-download-apk-content .page-download-apk-screenshots .page-download-apk-screenshots-block .page-download-apk-screenshots-line .screenshot:first-child {
  margin-left: 0px;
}
.page-download-apk .page-download-apk-content .page-download-apk-screenshots .page-download-apk-screenshots-block .page-download-apk-screenshots-line .screenshot-1 {
  background-image: url(https://rcnebogame.cdnvideo.ru/files/site/files/img/download_apk_page/1200x628_screen_1.png);
}
.page-download-apk .page-download-apk-content .page-download-apk-screenshots .page-download-apk-screenshots-block .page-download-apk-screenshots-line .screenshot-2 {
  background-image: url(https://rcnebogame.cdnvideo.ru/files/site/files/img/download_apk_page/1200x628_screen_2.png);
}
.page-download-apk .page-download-apk-content .page-download-apk-screenshots .page-download-apk-screenshots-block .page-download-apk-screenshots-line .screenshot-3 {
  background-image: url(https://rcnebogame.cdnvideo.ru/files/site/files/img/download_apk_page/1200x628_screen_3.png);
}
.page-download-apk .page-download-apk-content .page-download-apk-screenshots .page-download-apk-screenshots-block .page-download-apk-screenshots-line .screenshot-4 {
  background-image: url(https://rcnebogame.cdnvideo.ru/files/site/files/img/download_apk_page/1200x628_screen_4.png);
}
.page-download-apk .page-download-apk-content .page-download-apk-screenshots .page-download-apk-screenshots-block .page-download-apk-screenshots-line .screenshot-5 {
  background-image: url(https://rcnebogame.cdnvideo.ru/files/site/files/img/download_apk_page/1200x628_screen_5.png);
}
@media only screen and (max-width: 1140px) {
  .page-download-apk .page-download-apk-content .block {
    padding: 14px 14px 3px 14px;
  }
  .page-download-apk .page-download-apk-content .page-download-apk-screenshots .block {
    padding: 14px 14px 3px 14px;
  }
  .page-download-apk .page-download-apk-content .page-download-apk-screenshots .page-download-apk-screenshots-buttons {
    top: 8px;
    right: 44px;
  }
  .page-download-apk .page-download-apk-content .page-download-apk-top {
    padding: 375px 30px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-content {
    padding-left: 0px;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-content .apk-title {
    margin-top: 15px;
    font-size: 24px;
    line-height: 29px;
  }
  .page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-content .apk-version {
    margin-top: 7px;
    font-size: 12px;
    line-height: 14px;
  }
  .page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-content .apk-tags {
    padding-left: 82px;
    width: 100%;
    overflow: hidden;
    height: 70px;
    box-sizing: border-box;
  }
  .page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-content .apk-tags p {
    margin-top: 10px;
    margin-right: 10px;
    height: 17px;
    font-size: 14px;
    line-height: 17px;
  }
  .page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-content .apk-buttons .web {
    display: none;
  }
  .page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-content .apk-buttons .apk {
    margin-left: 0px;
  }
  .page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-rating {
    display: none;
  }
  .page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-left-rating {
    display: block;
    width: 72px;
    position: absolute;
    text-align: center;
    margin-top: 17px;
  }
  .page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-left-rating .rating-title {
    font-family: "Whitney";
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
  }
  .page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-left-rating .rating-number {
    font-family: "Whitney";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
  }
  .page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-left-rating .rating-stars {
    width: 72px;
    height: 14px;
    background-image: url("https://rcnebogame.cdnvideo.ru/files/site/files/img/download_apk_page/stars 2.png");
  }
  .page-download-apk .page-download-apk-content .page-download-apk-top .page-download-apk-top-icon {
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    margin: -53px auto 0;
    float: none;
  }
  .page-download-apk .page-download-apk-content .page-download-back {
    left: -10px;
  }
  .page-download-apk .page-download-apk-content .row > div:first-child {
    padding-left: 0px;
  }
  .page-download-apk .page-download-apk-content .row.row-right > div:first-child {
    padding-left: 0px;
  }
  .page-download-apk .page-download-apk-content .row.row-right > div:last-child {
    padding-left: 0px;
  }
  .page-download-apk .page-download-apk-content .row > [class^=col-] {
    box-sizing: border-box;
    padding-left: 0px;
  }
  .page-download-apk .page-download-apk-content .col-8 {
    float: left;
    width: 100%;
  }
  .page-download-apk .page-download-apk-content .col-4 {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1919px) {
  .page-download-apk .bot {
    height: 180px;
  }
  .page-download-apk .bot .bot_content {
    margin: auto;
    background: url(/layout/images/download_page/18.png) no-repeat;
    background-size: 64px 64px;
    background-position: 0 50%;
    font-family: Whitney;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    width: 986px;
    padding-top: 28px;
    padding-left: 109px;
    padding-bottom: 28px;
    min-height: 64px;
  }
}
@media only screen and (max-width: 1140px) {
  .page-download-apk .bot {
    height: fit-content;
  }
  .page-download-apk .bot .bot_content {
    line-height: 19px;
    font-size: 16px;
    padding: 30px 30px;
    width: 100%;
    height: 100%;
  }
}
.body-contentNoLang:has(.page-last-apk) {
  overflow-x: hidden;
}

.page-last-apk {
  width: 100%;
  background-image: url("http://sanebogame.cdnvideo.ru/files/site/files/img/index_mobile/space_bg.jpg");
  background-size: 1920px;
  background-position: 50% 0;
}
.page-last-apk:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 1080px;
  background-image: url(https://sanebogame.cdnvideo.ru/files/site/files/img/index_mobile/space_medium_center_bg.jpg);
  background-size: 1920px;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.page-last-apk .page-last-apk-content {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: auto;
}
.page-last-apk .page-last-apk-content .h1 {
  position: relative;
  font-family: "Whitney";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  margin-bottom: 5px;
  height: 62px;
}
.page-last-apk .page-last-apk-content .h2 {
  font-weight: bold;
  font-family: "Whitney";
  font-style: normal;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 0px;
}
.page-last-apk .page-last-apk-content p {
  margin-top: 0px;
  font-family: "Whitney";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
.page-last-apk .page-last-apk-content .page-last-apk-step {
  position: relative;
  height: 400px;
}
.page-last-apk .page-last-apk-content .page-last-apk-step .apk-name-1 {
  position: absolute;
  font-family: "Whitney";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #515151;
  top: 178px;
  left: 66px;
}
.page-last-apk .page-last-apk-content .page-last-apk-step .apk-name-2 {
  position: absolute;
  font-family: "Whitney";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #515151;
  top: 196px;
  left: 99px;
}
.page-last-apk .page-last-apk-content .page-last-apk-step .page-last-apk-step-arrow {
  position: absolute;
  width: 45px;
  height: 53px;
  background-image: url(https://rcnebogame.cdnvideo.ru/files/site/files/img/last_apk_page/red_arrow.png);
}
.page-last-apk .page-last-apk-content .page-last-apk-step .page-last-apk-step-arrow-1 {
  top: 160px;
  left: 226px;
}
.page-last-apk .page-last-apk-content .page-last-apk-step .page-last-apk-step-arrow-2 {
  top: 123px;
  left: 242px;
}
.page-last-apk .page-last-apk-content .page-last-apk-step .page-last-apk-step-arrow-3 {
  top: 139px;
  left: 106px;
}
.page-last-apk .page-last-apk-content .page-last-apk-step .page-last-apk-step-arrow-4 {
  top: 158px;
  left: 197px;
}
.page-last-apk .page-last-apk-content .page-last-apk-step .page-last-apk-step-arrow-5 {
  top: 129px;
  left: 255px;
}
.page-last-apk .page-last-apk-content .page-last-apk-step .page-last-apk-step-arrow-6 {
  top: 158px;
  left: 208px;
}
.page-last-apk .page-last-apk-content .page-last-apk-step .page-last-apk-step-arrow-7 {
  top: 156px;
  left: 210px;
}
.page-last-apk .page-last-apk-content .page-last-apk-step .page-last-apk-step-image {
  width: 320px;
  height: 170px;
  margin-bottom: 17px;
}
.page-last-apk .page-last-apk-content .block {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  padding: 20px;
  background: rgba(9, 7, 14, 0.75);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.page-last-apk .page-last-apk-content .row {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.page-last-apk .page-last-apk-content .row > [class^=col-] {
  box-sizing: content-box;
}
.page-last-apk .page-last-apk-content .col-8 {
  float: left;
  width: 66.6%;
}
.page-last-apk .page-last-apk-content .col-4 {
  display: inline-block;
  width: 33.3%;
  max-width: 360px;
  min-height: 1px;
}
.page-last-apk .page-last-apk-content .col-12 {
  width: 100%;
}
.page-last-apk .page-last-apk-content .page-last-back {
  position: absolute;
  width: 128px;
  height: 128px;
  left: -40px;
  top: -22px;
  background-image: url(https://rcnebogame.cdnvideo.ru/files/site/files/img/download_apk_page/button_context_menu_exit_battle.png);
  background-position: 50% 50%;
  cursor: pointer;
  text-decoration: none;
}
.page-last-apk .page-last-apk-content .page-last-apk-top {
  padding-top: 375px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.page-last-apk .page-last-apk-content .page-last-apk-top .page-last-apk-top-icon {
  background-image: url("https://rcnebogame.cdnvideo.ru/files/site/files/img/download_apk_page/image 1.png");
  width: 180px;
  height: 180px;
  float: left;
}
.page-last-apk .page-last-apk-content .page-last-apk-top .page-last-apk-top-content {
  padding-left: 44px;
  width: auto;
  float: left;
  max-width: 744px;
}
.page-last-apk .page-last-apk-content .page-last-apk-top .page-last-apk-top-content .apk-title {
  font-family: "Whitney";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.page-last-apk .page-last-apk-content .page-last-apk-top .page-last-apk-top-content .apk-title-2 {
  padding-top: 30px;
  font-family: "Whitney";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}
.page-last-apk .page-last-apk-content .page-last-apk-top .page-last-apk-top-content .apk-text {
  padding-top: 15px;
  font-family: "Whitney";
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

@media only screen and (max-width: 1140px) {
  .page-last-apk:before {
    display: none;
  }
  .page-last-apk .page-last-apk-content .row {
    padding: 0 25px;
  }
  .page-last-apk .page-last-apk-content .block {
    padding: 14px 14px 3px 14px;
  }
  .page-last-apk .page-last-apk-content .page-last-back {
    left: -10px;
  }
  .page-last-apk .page-last-apk-content .col-4 {
    float: left;
    width: 50%;
  }
  .page-last-apk .page-last-apk-content .page-last-apk-top {
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 53px;
  }
  .page-last-apk .page-last-apk-content .page-last-apk-top .block {
    padding-bottom: 35px;
  }
  .page-last-apk .page-last-apk-content .page-last-apk-top .page-last-apk-top-content {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-left: 0px;
  }
  .page-last-apk .page-last-apk-content .page-last-apk-top .page-last-apk-top-content .apk-title {
    padding-top: 15px;
  }
  .page-last-apk .page-last-apk-content .page-last-apk-top .page-last-apk-top-content .apk-title-2 {
    padding-top: 10px;
  }
  .page-last-apk .page-last-apk-content .page-last-apk-top .page-last-apk-top-content .apk-text {
    padding-top: 10px;
  }
  .page-last-apk .page-last-apk-content .page-last-apk-top .page-last-apk-top-icon {
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    margin: -53px auto 0;
    float: none;
  }
  .page-last-apk .page-last-apk-content .page-last-apk-step .apk-name-1 {
    top: 172px;
    left: 60px;
  }
  .page-last-apk .page-last-apk-content .page-last-apk-step .apk-name-2 {
    top: 190px;
    left: 93px;
  }
  .page-last-apk .page-last-apk-content .page-last-apk-step .page-last-apk-step-arrow-1 {
    top: 154px;
    left: 220px;
  }
  .page-last-apk .page-last-apk-content .page-last-apk-step .page-last-apk-step-arrow-2 {
    top: 117px;
    left: 236px;
  }
  .page-last-apk .page-last-apk-content .page-last-apk-step .page-last-apk-step-arrow-3 {
    top: 133px;
    left: 100px;
  }
  .page-last-apk .page-last-apk-content .page-last-apk-step .page-last-apk-step-arrow-4 {
    top: 152px;
    left: 191px;
  }
  .page-last-apk .page-last-apk-content .page-last-apk-step .page-last-apk-step-arrow-5 {
    top: 123px;
    left: 249px;
  }
  .page-last-apk .page-last-apk-content .page-last-apk-step .page-last-apk-step-arrow-6 {
    top: 152px;
    left: 202px;
  }
  .page-last-apk .page-last-apk-content .page-last-apk-step .page-last-apk-step-arrow-7 {
    top: 150px;
    left: 204px;
  }
}
@media only screen and (max-width: 750px) {
  .page-last-apk .page-last-apk-content .col-4 {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 572px) {
  .page-last-apk .page-last-apk-content .page-last-apk-top .block {
    margin-bottom: 80px;
  }
  .page-last-apk .page-last-apk-content .page-last-apk-step {
    transform: scale(1.28);
  }
  .page-last-apk .page-last-apk-content .block {
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1919px) {
  .page-last-apk .bot {
    height: 180px;
  }
  .page-last-apk .bot .bot_content {
    margin: auto;
    background: url(/layout/images/download_page/18.png) no-repeat;
    background-size: 64px 64px;
    background-position: 0 50%;
    font-family: Whitney;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    width: 986px;
    padding-top: 28px;
    padding-left: 109px;
    padding-bottom: 28px;
    min-height: 64px;
  }
}
@media only screen and (max-width: 1140px) {
  .page-last-apk .bot {
    height: fit-content;
  }
  .page-last-apk .bot .bot_content {
    line-height: 19px;
    font-size: 16px;
    padding: 30px 30px;
    width: 100%;
    height: 100%;
  }
}
button, input[type=submit], input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}

body {
  margin: 0px;
}
body h1 {
  font-size: 14px;
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}
body h3 {
  font-size: 14px;
  margin-bottom: 0px;
}
body h4 {
  margin-bottom: 5px;
}
body h5 {
  margin-bottom: 5px;
}
body span[fontweight] {
  font-weight: bold;
}
body input[type=submit] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  color: transparent;
}
body table {
  font-size: 14px;
}
body table td {
  padding-left: 3px;
  padding-right: 3px;
}
body span.blue-bold {
  font-weight: bold;
  color: #3CB9FF;
}
body span.red-bold {
  font-weight: bold;
  color: #D57C61;
}
body .language form {
  display: inline-block;
  margin: 0;
  font-size: 24px;
}
body .language form:before {
  content: "|";
}
body .language form:first-child:before {
  content: "";
}
body .language .language-select {
  font-size: 24px;
}
body .language .language-select.language-select-1 {
  font-family: "Whitney";
}
body .language .language-select.language-select-1.active, body .language .language-select.language-select-1:hover {
  font-weight: bold;
}
body .language .language-select.language-select-2 {
  font-family: "Whitney";
}
body .language .language-select.language-select-2.active, body .language .language-select.language-select-2:hover {
  font-weight: bold;
}
body .default-hr {
  position: relative;
  height: 5px;
  background-image: url(/layout/images/layout/backgrounds/spacer_center.png);
}
body .default-hr:before {
  content: "";
  width: 12px;
  height: 5px;
  position: absolute;
  left: 0px;
  background-image: url(/layout/images/layout/backgrounds/spacer_left_arrow.png);
}
body .default-hr:after {
  content: "";
  width: 12px;
  height: 5px;
  position: absolute;
  right: 0px;
  background-image: url(/layout/images/layout/backgrounds/spacer_right_arrow.png);
}
body .level {
  width: 25px;
  height: 22px;
  text-align: center;
  padding-top: 6px;
  font-weight: bold;
  font-family: serif;
  background-image: url(/layout/images/layout/level_background.png);
}
body .default-title {
  color: white;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  height: 22px;
  font-size: 12px;
  line-height: 20px;
  text-shadow: 0px 0px 2px black;
  margin: auto;
  bottom: -22px;
  z-index: 1;
  background-image: url(/layout/images/layout/titles/title_center.png);
}
body .default-title:before {
  content: "";
  position: absolute;
  left: -57px;
  top: 0;
  width: 57px;
  height: 21px;
  background-image: url(/layout/images/layout/titles/title_left.png);
}
body .default-title:after {
  content: "";
  position: absolute;
  right: -57px;
  top: 0;
  width: 57px;
  height: 21px;
  background-image: url(/layout/images/layout/titles/title_right.png);
}
body .row {
  padding-bottom: 12px;
}
body .filter-checkbox {
  position: relative;
  cursor: pointer;
}
body .filter-checkbox .filter-checkbox-element {
  margin-left: 32px;
  line-height: 30px;
}
body .filter-checkbox .filter-checkbox-element:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  left: 0px;
  background-image: url(/layout/images/layout/backgrounds/checkbox.png);
}
body .filter-checkbox .filter-checkbox-element.active:before {
  background-position: 0px 28px;
  background-image: url(/layout/images/layout/backgrounds/checkbox.png);
}
body .resources-set .resources-set-row {
  position: relative;
}
body .resources-set .resources-set-row .resources-set-row-image {
  display: inline-block;
  vertical-align: middle;
  height: 21px;
}
body .resources-set .resources-set-row .resources-set-row-image img {
  margin-top: -7px;
}
body .resources-set .resources-set-row .resources-set-row-text {
  display: inline-block;
  vertical-align: middle;
}
body .premium-experience:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: -2px;
  width: 14px;
  height: 14px;
  background-image: url(/layout/images/layout/resource/experience.png);
  background-size: 16px 16px;
}
body .panel-title-js {
  cursor: pointer;
}
body .panel-content-js {
  display: none;
}
body .h2-hr {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
body .h2-hr .h2-middle {
  margin: 0px;
  font-size: 21px;
  line-height: 25px;
  color: #FFFABD;
  text-transform: uppercase;
  white-space: nowrap;
}
body .h2-hr .h2-left {
  background-image: url(/layout/images/artikul/h2_line_middle.png);
  height: 11px;
  background-repeat: repeat no-repeat;
  width: 100%;
  position: relative;
  margin: 7px 35px 0 54px;
}
body .h2-hr .h2-left:before {
  content: "";
  position: relative;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_right.png");
  width: 54px;
  height: 11px;
  transform: scale(-1);
  left: -54px;
}
body .h2-hr .h2-left:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_left.png");
  width: 18px;
  height: 11px;
  top: 0px;
  transform: scale(-1);
  right: -18px;
}
body .h2-hr .h2-right {
  background-image: url(/layout/images/artikul/h2_line_middle.png);
  height: 11px;
  background-repeat: repeat no-repeat;
  width: 100%;
  position: relative;
  margin: 7px 54px 0 35px;
}
body .h2-hr .h2-right:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_right.png");
  width: 54px;
  height: 11px;
  right: -54px;
}
body .h2-hr .h2-right:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("/layout/images/artikul/h2_line_left.png");
  width: 18px;
  height: 11px;
  top: 0px;
  left: -18px;
}

@media (max-width: 512px) {
  body {
    min-width: 512px;
    width: 512px;
  }
}
/*************** SCROLLBAR LIGHT ***************/
.scrollbar-iframe > .scroll-element,
.scrollbar-iframe > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-iframe > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-iframe > .scroll-element .scroll-element_outer::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 12px;
  top: 0;
  left: -1px;
  background-size: 18px 12px;
  background: url(/layout/images/iframe/bar_bg_top.png);
}

.scrollbar-iframe > .scroll-element .scroll-element_outer::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 12px;
  bottom: 0;
  left: -1px;
  background-size: 18px 12px;
  background: url("/layout/images/iframe/bar_bg_top.png");
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.scrollbar-iframe > .scroll-element .scroll-element_size::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  bottom: 12px;
  width: 16px;
  background: url("/layout/images/iframe/bar_bg_middle.png");
}

.scrollbar-iframe > .scroll-element .scroll-element_size::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: url("/layout/images/iframe/bar_bottom_dot.png");
}

.scrollbar-iframe > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 18px;
}

.scrollbar-iframe > .scroll-element .scroll-bar {
  background: url("/layout/images/iframe/bar.png");
  min-height: 82px;
  max-height: 82px;
  background-repeat: no-repeat;
  background-position-y: center;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-iframe > .scroll-element.scroll-y .scroll-bar {
  left: 2px;
  width: 11px;
}

.scrollbar-iframe > .scroll-element.scroll-y .scroll-element_outer {
  left: 1px;
  width: 16px;
}

.bot {
  background: url(/layout/images/download_page/footer.jpg);
  background-size: cover;
  height: 180px;
}
.bot .bot_content {
  margin: auto;
  background: url(/layout/images/download_page/18.png) no-repeat;
  background-size: 64px 64px;
  background-position: 0 50%;
  font-family: Whitney;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  width: 986px;
  padding-top: 28px;
  padding-left: 109px;
  padding-bottom: 28px;
  min-height: 64px;
  box-sizing: border-box;
}
.bot .bot_content a {
  color: #129FEF;
}

@media only screen and (min-width: 1080px) and (max-width: 1279px) {
  .bot {
    height: 120px;
  }
  .bot .bot_content {
    background: url(/layout/images/download_page/18.png) no-repeat;
    background-position: 0 50%;
    background-size: 42.6666666667px 42.6666666667px;
    font-size: 10.6666666667px;
    line-height: 12.6666666667px;
    width: 657.3333333333px;
    padding-top: 18.6666666667px;
    padding-left: 72.6666666667px;
    padding-bottom: 18.6666666667px;
    min-height: 42.6666666667px;
  }
}
@media only screen and (max-width: 1079px) {
  .bot {
    height: 101.6949152542px;
  }
  .bot .bot_content {
    background: url(/layout/images/download_page/18.png) no-repeat;
    background-position: 0 50%;
    background-size: 36.1581920904px 36.1581920904px;
    font-size: 9.0395480226px;
    line-height: 10.7344632768px;
    width: 557.0621468927px;
    padding-top: 15.8192090395px;
    padding-left: 61.581920904px;
    padding-bottom: 15.8192090395px;
    min-height: 36.1581920904px;
  }
}
@media (max-width: 512px) {
  .bot {
    height: auto;
    background-position: -880px 0px;
  }
  .bot .bot_content {
    padding: 26px 60px 40px;
    width: 451px;
    font-size: 16px;
    line-height: 19px;
    margin: auto;
    background-position: 386px 10px;
    background-size: 64px;
  }
  .bot .bot_content a {
    display: block;
    margin-top: 19px;
  }
}
/*@include mediaClass1920-720 {
    .bot {
        height: media1920to720(180);
        .bot_content {
            background: url(/layout/images/download_page/18.png) no-repeat;
            background-position: 0 50%;
            background-size: media1920to720(64) media1920to720(64);
            font-size: media1920to720(16);
            line-height: media1920to720(19);
            width: media1920to720(986);
            padding-top: media1920to720(28);
            padding-left: media1920to720(109);
            padding-bottom: media1920to720(28);
            min-height: media1920to720(64);
        }
    }
}*/
@font-face {
  font-family: "Whitney";
  src: url("/layout/font/Whitney-Medium.eot");
  src: url("/layout/font/Whitney-Medium.ttf") format("truetype"), url("/layout/font/Whitney-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
    font-family: 'Whitney';
    src: url('/layout/font/Whitney-Bold.eot');
    src: local('тШ║'), url('/layout/font/Whitney-Bold.woff') format('woff')
    , url('/layout/font/Whitney-Bold.ttf') format('truetype')
    , url('/layout/font/Whitney-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}*/
@font-face {
  font-family: "WhitneySemibold";
  src: url("/layout/font/Whitney-Semibold.eot");
  src: url("/layout/font/Whitney-Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
    font-family: 'WhitneyMedium';
    src: url('/layout/font/Whitney-Medium.eot');
    src: local('тШ║'), url('/layout/font/Whitney-Medium.woff') format('woff')
    , url('/layout/font/Whitney-Medium.ttf') format('truetype')
    , url('/layout/font/Whitney-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
.template-default, .body-content {
  width: 100%;
  background-image: url(http://rcnebogame.cdnvideo.ru/files/site/files/img/index_mobile/space_bg.jpg);
  background-size: 1920px;
  background-position-x: 50%;
  font-family: "Whitney";
  font-weight: 600;
  color: white;
  position: relative;
  background-color: #060412;
}
.template-default:before, .body-content:before {
  content: "";
  left: 0;
  position: absolute;
  display: block;
  height: 1080px;
  width: 100%;
  background-image: url(http://rcnebogame.cdnvideo.ru/files/site/files/img/index_mobile/space_medium_bg.jpg);
  background-size: 1920px;
  background-position-x: 50%;
  z-index: -1;
}
.template-default:after, .body-content:after {
  content: "";
  top: 603px;
  bottom: 0px;
  position: absolute;
  display: block;
  width: 100%;
  background-position: 50% -200px;
  background-image: url(/layout/images/layout/template_default/ornament.png);
  z-index: -1;
}
.template-default .template-overlay, .body-content .template-overlay {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 50;
}
.template-default .template-header, .body-content .template-header {
  position: relative;
  height: 508px;
  max-width: 1280px;
  margin: auto;
  background-repeat: no-repeat;
}
.template-default .template-header .template-header-back, .body-content .template-header .template-header-back {
  position: absolute;
  width: 128px;
  height: 128px;
  left: -22px;
  top: -22px;
  background-image: url(/layout/images/layout/template_default/button_back.png);
  background-position: 50% 50%;
  cursor: pointer;
  text-decoration: none;
}
.template-default .template-default-title, .body-content .template-default-title {
  top: 129px;
  left: 9%;
  font-family: "WhitneySemibold";
  font-size: 42px;
  font-weight: normal;
  width: 320px;
  position: absolute;
  cursor: pointer;
}
.template-default .template-content, .body-content .template-content {
  max-width: 1280px;
  margin: auto;
  position: relative;
  box-sizing: border-box;
}
.template-default .filter-title, .body-content .filter-title {
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.template-default .text-field, .body-content .text-field {
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #84858F;
  border-radius: 8px;
  margin-top: 20px;
  padding: 7px;
}
.template-default .text-field input, .body-content .text-field input {
  padding-left: 15px;
  font-size: 24px;
  line-height: 29px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
  color: #ffffff;
  width: 100%;
}
.template-default .text-field input:focus, .body-content .text-field input:focus {
  outline: none;
}
.template-default .drop-down, .body-content .drop-down {
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #84858F;
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  position: relative;
}
.template-default .drop-down:before, .body-content .drop-down:before {
  content: "";
  position: absolute;
  top: 17px;
  right: 14px;
  display: block;
  width: 17px;
  height: 12px;
  background-image: url("/layout/images/layout/template_default/dropdown_arrow.png");
}
.template-default .drop-down select, .body-content .drop-down select {
  position: relative;
  padding: 7px;
  font-size: 24px;
  line-height: 29px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
  color: #ffffff;
  width: 100%;
  background: transparent;
  font-family: "WhitneySemibold";
}
.template-default .drop-down select option, .body-content .drop-down select option {
  background: rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  background: #1a162e;
}
.template-default .drop-down select:focus, .body-content .drop-down select:focus {
  outline: none;
}
.template-default .filter-min-max, .body-content .filter-min-max {
  margin-bottom: 28px;
}
.template-default .filter-min-max .filter-min-max-title, .body-content .filter-min-max .filter-min-max-title {
  padding-top: 6px;
  font-size: 24px;
  text-align: center;
}
.template-default .filter-min-max td, .body-content .filter-min-max td {
  padding: 0 8px;
}
.template-default .filter-min-max td .text-field, .body-content .filter-min-max td .text-field {
  margin-top: 0px;
}
.template-default .checkbox, .body-content .checkbox {
  display: inline-block;
  cursor: pointer;
}
.template-default .checkbox .checkbox-element, .body-content .checkbox .checkbox-element {
  width: 40px;
  height: 39px;
  background-image: url(/layout/images/layout/template_default/checkbox_background.png);
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.template-default .checkbox .checkbox-element.active:before, .body-content .checkbox .checkbox-element.active:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 19px;
  top: 12px;
  left: 9px;
  background-image: url(/layout/images/layout/template_default/check_ok.png);
}
.template-default .checkbox .checkbox-text, .body-content .checkbox .checkbox-text {
  display: inline-block;
  line-height: 25px;
  margin-left: 7px;
  font-size: 18px;
  vertical-align: middle;
}
.template-default .checkbox .checkbox-icon, .body-content .checkbox .checkbox-icon {
  margin-left: -8px;
  margin-bottom: -10px;
}
.template-default .filter-range-slider, .body-content .filter-range-slider {
  background: #1C2049;
  border-radius: 5px;
}
.template-default .filter-range-slider .filter-range-slider-text, .body-content .filter-range-slider .filter-range-slider-text {
  font-size: 18px;
  line-height: 22px;
  top: -22px;
  text-align: center;
  position: relative;
}
.template-default .filter-range-slider.ui-slider, .body-content .filter-range-slider.ui-slider {
  height: 5px;
  position: relative;
  text-align: left;
}
.template-default .filter-range-slider .ui-slider-range, .body-content .filter-range-slider .ui-slider-range {
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.template-default .filter-range-slider .ui-widget-header, .body-content .filter-range-slider .ui-widget-header {
  border-radius: 5px;
  background: #2B96FF;
}
.template-default .filter-range-slider .ui-slider-handle, .body-content .filter-range-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  width: 15px;
  height: 15px;
  background: #2B96FF;
  border-radius: 7px;
  margin: -5px;
}
.template-default .button, .body-content .button {
  margin: auto;
  text-align: center;
  position: relative;
  display: block;
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  color: white;
  width: 188px;
  height: 60px;
  background-image: url(http://rcnebogame.cdnvideo.ru/files/site/files/img/index_mobile/button_blue.png);
  padding-bottom: 3px;
  box-sizing: border-box;
  margin-top: 24px;
  cursor: pointer;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.template-default .button:hover, .body-content .button:hover {
  opacity: 0.9;
}
.template-default .resource, .body-content .resource {
  display: inline-block;
}
.template-default .resource .resource-image, .body-content .resource .resource-image {
  display: inline-block;
  vertical-align: middle;
}
.template-default .resource .resource-text, .body-content .resource .resource-text {
  display: inline-block;
  vertical-align: middle;
}
.template-default .language, .body-content .language {
  position: absolute;
  top: 20px;
  right: 32px;
  padding-top: 0px;
}
.template-default .top-menu, .body-content .top-menu {
  position: relative;
  height: 121px;
  width: 100%;
  background-position: 50%;
  background-image: url(/layout/images/layout/template_default/medium_buttons.png);
  background-repeat: no-repeat;
  text-align: center;
}
.template-default .top-menu .top-menu-link, .body-content .top-menu .top-menu-link {
  text-transform: uppercase;
  box-sizing: border-box;
  padding-top: 42px;
  padding-left: 40px;
  padding-right: 40px;
  height: 121px;
  font-size: 24px;
  line-height: 29px;
  display: inline-block;
  color: #F4EAB9;
  position: relative;
}
.template-default .top-menu .top-menu-link.active:before, .template-default .top-menu .top-menu-link:hover:before, .body-content .top-menu .top-menu-link.active:before, .body-content .top-menu .top-menu-link:hover:before {
  content: "";
  display: block;
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 195px;
  background-size: 100% 79px;
  background-position: 50% 17px;
  background-image: url(/layout/images/layout/template_default/selector_wiki.png);
  background-repeat: no-repeat;
}
@media (max-width: 512px) {
  .template-default .top-menu, .body-content .top-menu {
    height: auto;
    margin: 40px 0px;
    background-image: none;
  }
  .template-default .top-menu .top-menu-link, .body-content .top-menu .top-menu-link {
    display: block;
    width: 100%;
    margin: -40px 0;
    background-position: 50%;
    background-image: url(/layout/images/layout/template_default/medium_buttons.png);
    background-repeat: no-repeat;
  }
  .template-default .top-menu .top-menu-link.active:before, .template-default .top-menu .top-menu-link:hover:before, .body-content .top-menu .top-menu-link.active:before, .body-content .top-menu .top-menu-link:hover:before {
    left: 156px;
  }
}
.template-default .golden-hr, .body-content .golden-hr {
  margin-top: 22px;
  margin-bottom: 20px;
  width: 366px;
  height: 2px;
  background-image: url(/layout/images/layout/template_default/spacer_golden_line.png);
}
.template-default .center-image, .body-content .center-image {
  text-align: center;
}
.template-default .iframe-buttons, .body-content .iframe-buttons {
  display: none;
  position: relative;
}
.template-default .iframe-buttons .button, .body-content .iframe-buttons .button {
  margin-top: 33px;
  padding-top: 12px;
}
.template-default .iframe-buttons .iframe-button-left, .body-content .iframe-buttons .iframe-button-left {
  display: none;
  left: 30px;
  position: absolute;
  cursor: pointer;
  font-weight: bold;
}
.template-default .iframe-buttons .iframe-button-left:hover, .template-default .iframe-buttons .iframe-button-left:active, .body-content .iframe-buttons .iframe-button-left:hover, .body-content .iframe-buttons .iframe-button-left:active {
  opacity: 0.9;
}
.template-default .iframe-buttons .iframe-button-right, .body-content .iframe-buttons .iframe-button-right {
  display: none;
  right: 30px;
  position: absolute;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  display: none;
}
.template-default .iframe-buttons .iframe-button-right:hover, .template-default .iframe-buttons .iframe-button-right:active, .body-content .iframe-buttons .iframe-button-right:hover, .body-content .iframe-buttons .iframe-button-right:active {
  opacity: 0.9;
}
.template-default form, .body-content form {
  margin: 0;
}
.template-default .green, .body-content .green {
  color: #49CB4E;
}
.template-default .reward-resource, .body-content .reward-resource {
  margin-bottom: 14px;
}
.template-default .reward-resource .resource, .body-content .reward-resource .resource {
  margin-right: 10px;
}
.template-default .reward-resource .resource .resource-image, .body-content .reward-resource .resource .resource-image {
  margin-left: -5px;
}
.template-default .reward-resource .center-image, .body-content .reward-resource .center-image {
  margin-top: 14px;
}

.body-content {
  padding-top: 60px;
}
.body-content:before {
  background-image: none;
}
.body-content:after {
  top: 0px;
  bottom: 0;
}
.body-content .page-artikuls {
  margin-bottom: 0px;
}

input, select {
  outline: none;
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
select::-ms-expand {
  display: none;
}

@media (max-width: 512px) {
  .template-default {
    background-size: 1600px;
    background-position-x: 72%;
  }
  .template-default:before {
    height: 900px;
    background-size: 1600px;
    background-position-x: 72%;
  }
  .template-default:after {
    top: 534px;
  }
  .template-default .template-header {
    height: 438px;
  }
  .template-default .template-header:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 181px;
    left: 0;
    top: 274px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 67.55%, rgba(0, 0, 0, 0) 92.19%, rgba(0, 0, 0, 0) 100%);
  }
  .template-default .template-header .template-default-title {
    top: 374px;
    text-align: center;
    margin-left: 50px;
    font-size: 24px;
    line-height: 29px;
  }
  .template-default .template-header .template-header-back {
    left: -22px;
  }
  .template-default .bot_content {
    width: 100%;
    height: auto;
  }
}
.artikul-recipe-row {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.artikul-block-recipe-title {
  text-align: left;
  min-width: 85px;
  font-size: 21px;
  line-height: 25px;
  color: #fdf6bc;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.artikul-block-recipe-text {
  text-align: left;
  font-size: 21px;
  line-height: 25px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.artikul-price {
  padding: 20px 0 0;
}
.artikul-price-row {
  display: flex;
  justify-content: flex-start;
  vertical-align: middle;
  align-items: center;
  max-width: 100px;
  margin: 0 auto;
}
.artikul-rewards h3 {
  display: none;
}