@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of 'bolder' by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd 'em' font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to 'inherit' in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native 'audio' and 'video'
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

@font-face {
  font-family: "Cloverlock";
  src: url("../fonts/cloverlock-regular-latin.svg#Cloverlock") format("svg"), url("../fonts/cloverlock-regular-latin.eot?") format("eot"), url("../fonts/cloverlock-regular-latin.woff2") format("woff2"), url("../fonts/cloverlock-regular-latin.woff") format("woff"), url("../fonts/cloverlock-regular-latin.ttf") format("truetype"); }

@font-face {
  font-family: "Cloverlock";
  font-weight: bold;
  src: url("../fonts/cloverlock-bold-latin.svg#Cloverlock") format("svg"), url("../fonts/cloverlock-bold-latin.eot?") format("eot"), url("../fonts/cloverlock-bold-latin.woff2") format("woff2"), url("../fonts/cloverlock-bold-latin.woff") format("woff"), url("../fonts/cloverlock-bold-latin.ttf") format("truetype"); }

@font-face {
  font-family: "Cloverlock";
  font-style: italic;
  src: url("../fonts/cloverlock-italic-latin.svg#Cloverlock") format("svg"), url("../fonts/cloverlock-italic-latin.eot?") format("eot"), url("../fonts/cloverlock-italic-latin.woff2") format("woff2"), url("../fonts/cloverlock-italic-latin.woff") format("woff"), url("../fonts/cloverlock-italic-latin.ttf") format("truetype"); }

@font-face {
  font-family: "Cloverlock";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/cloverlock-bolditalic-latin.svg#Cloverlock") format("svg"), url("../fonts/cloverlock-bolditalic-latin.eot?") format("eot"), url("../fonts/cloverlock-bolditalic-latin.woff2") format("woff2"), url("../fonts/cloverlock-bolditalic-latin.woff") format("woff"), url("../fonts/cloverlock-bolditalic-latin.ttf") format("truetype"); }

@font-face {
  font-family: "Recoleta";
  src: url("../fonts/recoleta-regular.svg#Recoleta") format("svg"), url("../fonts/recoleta-regular.eot?") format("eot"), url("../fonts/recoleta-regular.woff2") format("woff2"), url("../fonts/recoleta-regular.woff") format("woff"), url("../fonts/recoleta-regular.ttf") format("truetype"); }

@font-face {
  font-family: "RUExocM";
  src: url("../fonts/cyrillic-exoc-medium.svg#RUExocM") format("svg"), url("../fonts/cyrillic-exoc-medium.eot?") format("eot"), url("../fonts/cyrillic-exoc-medium.woff2") format("woff2"), url("../fonts/cyrillic-exoc-medium.woff") format("woff"), url("../fonts/cyrillic-exoc-medium.ttf") format("truetype"); }

@font-face {
  font-family: "RUExocR";
  src: url("../fonts/cyrillic-exoc-regular.svg#RUExocR") format("svg"), url("../fonts/cyrillic-exoc-regular.eot?") format("eot"), url("../fonts/cyrillic-exoc-regular.woff2") format("woff2"), url("../fonts/cyrillic-exoc-regular.woff") format("woff"), url("../fonts/cyrillic-exoc-regular.ttf") format("truetype"); }

@font-face {
  font-family: "Latoc";
  src: url("../fonts/cyrillic-latoc-regular.svg#Latoc") format("svg"), url("../fonts/cyrillic-latoc-regular.eot?") format("eot"), url("../fonts/cyrillic-latoc-regular.woff2") format("woff2"), url("../fonts/cyrillic-latoc-regular.woff") format("woff"), url("../fonts/cyrillic-latoc-regular.ttf") format("truetype"); }

@font-face {
  font-family: "Latoc";
  font-weight: bold;
  src: url("../fonts/cyrillic-latoc-bold.svg#Latoc") format("svg"), url("../fonts/cyrillic-latoc-bold.eot?") format("eot"), url("../fonts/cyrillic-latoc-bold.woff2") format("woff2"), url("../fonts/cyrillic-latoc-bold.woff") format("woff"), url("../fonts/cyrillic-latoc-bold.ttf") format("truetype"); }

@font-face {
  font-family: "Latoc";
  font-style: italic;
  src: url("../fonts/cyrillic-latoc-italic.svg#Latoc") format("svg"), url("../fonts/cyrillic-latoc-italic.eot?") format("eot"), url("../fonts/cyrillic-latoc-italic.woff2") format("woff2"), url("../fonts/cyrillic-latoc-italic.woff") format("woff"), url("../fonts/cyrillic-latoc-italic.ttf") format("truetype"); }

@font-face {
  font-family: "Latoc";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/cyrillic-latoc-bolditalic.svg#Latoc") format("svg"), url("../fonts/cyrillic-latoc-bolditalic.eot?") format("eot"), url("../fonts/cyrillic-latoc-bolditalic.woff2") format("woff2"), url("../fonts/cyrillic-latoc-bolditalic.woff") format("woff"), url("../fonts/cyrillic-latoc-bolditalic.ttf") format("truetype"); }

html {
  height: 100%;
  overflow-x: hidden; }

body {
  height: 100%;
  width: 100%; }

pre {
  color: #999; }

.layout-container {
  position: relative;
  min-height: 100%;
  margin: auto;
  padding-top: 2.5em; }

.layout-menu-container {
  position: relative;
  width: 100%;
  margin: auto; }

.layout-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1 0 auto; }

.layout-central {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1 0 auto; }

.layout-sidebar-first .block,
.layout-sidebar-second .block,
.region-content,
.region-post-content {
  padding: 0.6em 1.6em; }

.region-content img {
  max-width: 100%; }

.layout-sidebar-first,
.layout-sidebar-second {
  flex: 1 0 auto;
  margin: 1em 0em; }

.node--type-feature.node--view-mode-header .node__content {
  height: 14em; }

.field--name-field-header-image {
  height: 8em; }

.field--name-field-feature-image {
  margin-bottom: 0.8em; }

@media screen and (min-width: 30em) {
  .layout-container {
    width: auto;
    max-width: 35em;
    padding-top: 2.5em; }
  .layout-menu-container {
    width: auto;
    max-width: 35em; }
  .node--type-feature.node--view-mode-header .node__content {
    height: 17em; }
  .field--name-field-header-image {
    height: 8em; }
  .field--name-field-feature-image {
    margin-bottom: 1em; } }

@media screen and (min-width: 53em) {
  .layout-container:not(.feature) {
    padding-top: 5em;
    max-width: 53em; }
    .layout-container:not(.feature) .layout-body {
      flex-direction: row;
      align-items: flex-start; }
    .layout-container:not(.feature) .layout-central {
      width: 35em;
      flex: 3 1 auto; }
    .layout-container:not(.feature) .layout-sidebar-first {
      width: 15em;
      flex: 1 0 auto;
      margin: 0em 0em 0em 1em; }
    .layout-container:not(.feature) .layout-sidebar-second {
      margin: 0em 1em 0em 0em; }
    .layout-container:not(.feature) .layout-menu-container {
      width: auto;
      max-width: 53em; }
  .node--type-feature.node--view-mode-header .node__content {
    height: 20em; }
  .field--name-field-header-image {
    height: 8em; }
  .field--name-field-feature-image {
    margin-bottom: 0.9em; } }

.path-admin.user-logged-in > .layout-container {
  max-width: 100%;
  padding-left: 1em;
  padding-right: 1em; }

@media screen and (max-width: 37em) {
  .layout-menu-fixed-pos {
    max-width: auto;
    height: 2.5em; }
    .layout-menu-fixed-pos .region-primary-menu {
      position: relative;
      margin-left: 0; }
      .layout-menu-fixed-pos .region-primary-menu .menu-level-0 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        top: 100%;
        border: none;
        border-right: 3px solid #222222;
        border-top: 0.3em solid #222222;
        border-bottom: 0.3em solid #222222;
        padding-right: 0.6em;
        background-color: #222222;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.1s ease-out; }
        .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item {
          font-size: 1.13em;
          background-color: #222222;
          position: relative;
          align-items: flex-start;
          width: 100%;
          height: auto;
          border: none;
          border-left: 3px solid #222222;
          padding: 0em 0em 0em 0.6em; }
          .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item > a {
            display: block;
            width: 100%;
            height: auto;
            text-align: left;
            white-space: nowrap;
            padding: 0.25em 0em; }
        .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item.menu-item--active-trail {
          border-left: 3px solid #246c64; }
        .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item:hover, .layout-menu-fixed-pos .region-primary-menu .menu-level-0 .menu-item.expanded {
          background-color: #333333; }
        .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item:not(.menu-item--active-trail):hover {
          border-left: 3px solid #416078; }
      .layout-menu-fixed-pos .region-primary-menu #hamburger {
        height: 100%;
        width: 2.5em;
        pointer-events: auto;
        background-image: url("../images/bars.svg");
        background-size: cover; }
    .layout-menu-fixed-pos .region-primary-menu.expanded #hamburger {
      background-color: rgba(192, 192, 192, 0.35); }
    .layout-menu-fixed-pos .region-primary-menu:hover .menu-level-0, .layout-menu-fixed-pos .region-primary-menu.expanded .menu-level-0 {
      pointer-events: auto;
      opacity: 1; }
    .layout-menu-fixed-pos .region-primary-menu:hover .menu-level-1, .layout-menu-fixed-pos .region-primary-menu.expanded .menu-level-1 {
      top: -0.3em;
      left: 100%; }
    .layout-menu-fixed-pos .field--name-user-picture {
      width: 2em;
      height: 2em; }
    .layout-menu-fixed-pos .description table {
      display: none; } }

@media screen and (min-width: 37em) {
  .layout-menu-fixed-pos {
    max-width: auto;
    height: 2.5em; }
    .layout-menu-fixed-pos .region-primary-menu .menu-level-0 {
      display: flex;
      height: 100%; }
      .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%; }
        .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item > a {
          display: table-cell;
          text-align: center;
          vertical-align: middle;
          margin: 0;
          border-top: 2px solid rgba(0, 0, 0, 0);
          border-bottom: 2px solid rgba(0, 0, 0, 0); }
      .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item.menu-item--active-trail > a {
        border-bottom-color: #246c64; }
      .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item:not(.menu-item--active-trail):hover > a, .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item:not(.menu-item--active-trail).expanded > a {
        border-bottom-color: #293C45; }
      .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item {
        padding: 0 0.75em; }
        .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item > a {
          font-size: 1em; }
    .layout-menu-fixed-pos .field--name-user-picture {
      width: 2em;
      height: 2em; }
    .layout-menu-fixed-pos .description table {
      display: table; } }

@media screen and (min-width: 53em) {
  .layout-menu-fixed-pos {
    height: 5em; }
    .layout-menu-fixed-pos .region-primary-menu .menu-level-0 {
      display: flex;
      height: 100%; }
      .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%; }
        .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item > a {
          display: table-cell;
          text-align: center;
          vertical-align: middle;
          margin: 0;
          border-top: 2px solid rgba(0, 0, 0, 0);
          border-bottom: 2px solid rgba(0, 0, 0, 0); }
      .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item.menu-item--active-trail > a {
        border-bottom-color: #246c64; }
      .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item:not(.menu-item--active-trail):hover > a, .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item:not(.menu-item--active-trail).expanded > a {
        border-bottom-color: #293C45; }
      .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item {
        padding: 0 1em; }
        .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item > a {
          font-size: 1.4em; }
    .layout-menu-fixed-pos .field--name-user-picture {
      width: 4em;
      height: 4em; }
  .feature .layout-menu-fixed-pos {
    max-width: auto;
    height: 2.5em; }
    .feature .layout-menu-fixed-pos .region-primary-menu .menu-level-0 {
      display: flex;
      height: 100%; }
      .feature .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%; }
        .feature .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item > a {
          display: table-cell;
          text-align: center;
          vertical-align: middle;
          margin: 0;
          border-top: 2px solid rgba(0, 0, 0, 0);
          border-bottom: 2px solid rgba(0, 0, 0, 0); }
      .feature .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item.menu-item--active-trail > a {
        border-bottom-color: #246c64; }
      .feature .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item:not(.menu-item--active-trail):hover > a, .feature .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item:not(.menu-item--active-trail).expanded > a {
        border-bottom-color: #293C45; }
      .feature .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item {
        padding: 0 0.75em; }
        .feature .layout-menu-fixed-pos .region-primary-menu .menu-level-0 > .menu-item > a {
          font-size: 1em; }
    .feature .layout-menu-fixed-pos .field--name-user-picture {
      width: 2em;
      height: 2em; }
    .feature .layout-menu-fixed-pos .description table {
      display: table; } }

.layout-menu-fixed-pos {
  display: flex;
  justify-content: space-between;
  border-width: 1px;
  border-style: solid;
  border-top: none; }
  .layout-menu-fixed-pos .field--name-user-picture {
    flex-shrink: 0; }

.region-primary-menu {
  height: 100%;
  margin-left: 0.6em; }

.region-secondary-menu {
  height: 100%;
  flex-direction: row-reverse; }

.region-primary-menu nav {
  position: absolute;
  top: 0;
  height: 100%;
  display: inline-flex; }
  .region-primary-menu nav .menu-level-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 100%;
    border: none;
    border-right: 3px solid #213038;
    border-top: 0.3em solid #213038;
    border-bottom: 0.3em solid #213038;
    padding-right: 0.6em;
    background-color: #213038;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s ease-out;
    left: 0; }
    .region-primary-menu nav .menu-level-1 > .menu-item {
      font-size: 15.3px;
      background-color: #213038;
      position: relative;
      align-items: flex-start;
      width: 100%;
      height: auto;
      border: none;
      border-left: 3px solid #213038;
      padding: 0em 0em 0em 0.6em; }
      .region-primary-menu nav .menu-level-1 > .menu-item > a {
        display: block;
        width: 100%;
        height: auto;
        text-align: left;
        white-space: nowrap;
        padding: 0.25em 0em; }
    .region-primary-menu nav .menu-level-1 > .menu-item.menu-item--active-trail {
      border-left: 3px solid #246c64; }
    .region-primary-menu nav .menu-level-1 > .menu-item:hover, .region-primary-menu nav .menu-level-1 .menu-item.expanded {
      background-color: #253745; }
    .region-primary-menu nav .menu-level-1 > .menu-item:not(.menu-item--active-trail):hover {
      border-left: 3px solid #416078; }
  .region-primary-menu nav .menu-item:hover .menu-level-1 {
    pointer-events: auto;
    opacity: 1; }

.region-secondary-menu nav {
  height: 100%; }
  .region-secondary-menu nav .contextual {
    height: 100%; }

#hamburger {
  width: 0;
  height: 0;
  pointer-events: none; }

body.toolbar-tray-open .fixed .layout-menu-fixed-pos {
  top: 82px;
  position: relative; }

.account-menu {
  position: relative;
  height: 100%;
  margin-right: 0.6em; }
  .account-menu .account-menu-container {
    position: absolute;
    display: block;
    width: 100%;
    padding-top: 1px; }
  .account-menu .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 100%;
    border: none;
    border-right: 3px solid #213038;
    border-top: 0.3em solid #213038;
    border-bottom: 0.3em solid #213038;
    padding-right: 0.6em;
    background-color: #213038;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s ease-out;
    right: 0; }
    .account-menu .menu > .menu-item {
      font-size: 15.3px;
      background-color: #213038;
      position: relative;
      align-items: flex-start;
      width: 100%;
      height: auto;
      border: none;
      border-left: 3px solid #213038;
      padding: 0em 0em 0em 0.6em; }
      .account-menu .menu > .menu-item > a {
        display: block;
        width: 100%;
        height: auto;
        text-align: left;
        white-space: nowrap;
        padding: 0.25em 0em; }
    .account-menu .menu > .menu-item.menu-item--active-trail {
      border-left: 3px solid #246c64; }
    .account-menu .menu > .menu-item:hover, .account-menu .menu .menu-item.expanded {
      background-color: #253745; }
    .account-menu .menu > .menu-item:not(.menu-item--active-trail):hover {
      border-left: 3px solid #416078; }

.account-menu:hover .menu, .account-menu:focus .menu {
  pointer-events: auto;
  opacity: 1; }

.account-menu:hover .account-menu-container, .account-menu:focus .account-menu-container {
  display: block; }

.account-card {
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center; }
  .account-card .field--name-user-picture.logged-out {
    background-image: url("../images/snowflake.svg");
    background-size: cover;
    height: 2em;
    width: 2em; }
  .account-card .description {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap-reverse;
    align-items: flex-start;
    justify-content: center;
    margin-right: 0.6em;
    max-height: 100%; }
  .account-card h2 {
    text-align: right; }
  .account-card img {
    width: 100%;
    height: 100%; }
  .account-card table {
    border: none;
    min-width: 7em;
    font-weight: normal;
    font-style: italic;
    font-size: 0.88em;
    color: #555; }
    .account-card table:lang(en) {
      font-family: Cloverlock, Helvetica, Arial, sans-serif; }
    .account-card table:lang(ru) {
      font-family: Latoc, sans-serif; }
  .account-card td {
    border: none;
    padding: 0em;
    position: relative; }
    .account-card td .field-tip {
      display: none; }
  .account-card td:hover .field-tip {
    display: block;
    position: absolute;
    left: 0;
    top: -100%;
    padding: 0.3em;
    pointer-events: none; }
  .account-card i.user-currency, .account-card i.user-wins, .account-card i.user-friends-online, .account-card i.account-level {
    display: inline-block;
    background-size: cover;
    width: 1.5em;
    height: 1.5em; }
  .account-card i.user-wins {
    background-image: url("../images/wins-32.png"); }
  .account-card i.user-friends-online {
    background-image: url("../images/friends-online-32.png"); }

@-webkit-keyframes navbar-appear {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0%); } }

@keyframes navbar-appear {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0%); } }

.layout-menu-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.layout-menu-container.animate {
  -webkit-animation: navbar-appear 0.55s cubic-bezier(0.25, 0.1, 0.25, 1.085);
          animation: navbar-appear 0.55s cubic-bezier(0.25, 0.1, 0.25, 1.085); }

.layout-menu-container.fixed {
  position: fixed; }

.emph-link {
  width: 10.83em;
  padding: 0.4em 0.6em;
  border: 1px solid #09241F;
  background-color: #13342D;
  text-align: center;
  white-space: nowrap; }

.emph-links {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0.1em -0.3em; }
  .emph-links > a {
    flex: 1 0 auto;
    padding: 0.4em 0.6em;
    margin: 0.2em 0.3em;
    border: 1px solid #09241F;
    background-color: #13342D;
    text-align: center;
    white-space: nowrap; }

.node--type-feature.node--view-mode-header .node__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .node--type-feature.node--view-mode-header .node__content p {
    margin: 0; }

header.default {
  height: 8em; }

.field--name-field-header-image {
  display: flex;
  align-items: flex-end;
  position: relative; }
  .field--name-field-header-image img {
    position: relative;
    top: 1.4em;
    right: 0.35em; }

.field--name-field-feature-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative; }

.front > .region-header {
  margin-top: -0.75em;
  margin-bottom: 1em;
  /*.block
		.view, ul, li
			display: flex
			list-style: none
			padding: 0
			margin: 0*/ }

#block-mailinglistsignupbutton {
  display: flex;
  justify-content: center; }
  #block-mailinglistsignupbutton .view {
    margin-top: 0.3em;
    font-size: 0.9em;
    font-style: italic;
    color: #999; }
  #block-mailinglistsignupbutton .view-header {
    margin-right: 0.3em; }
  #block-mailinglistsignupbutton .views-field-created:before {
    content: ', '; }

#block-views-block-latest-update-block-1 {
  margin-top: 0.5em; }

.field--name-field-feature-primer {
  width: 90%; }
  .field--name-field-feature-primer p {
    font-size: 1.1em;
    text-align: center;
    text-shadow: 2px 2px 8px #0A2A35; }

@media screen and (min-width: 52.5em) {
  .field--name-field-feature-primer {
    width: 120%; } }

.node--type-feature div.visor {
  position: relative;
  display: block;
  height: 5.5em;
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 0.3em;
  margin-left: -1.6em;
  margin-right: -1.6em;
  border-top: 1px solid #232;
  border-bottom: 1px solid #232;
  overflow: hidden; }
  .node--type-feature div.visor img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: none;
    min-width: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .node--type-feature div.visor h1 {
    border: none;
    padding: 0px;
    margin-top: 1.3em;
    margin-bottom: 0.5em;
    margin-left: 0.8em;
    transform: translateX(0);
    text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 14px 14px rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.2); }

form {
  display: flex;
  flex-direction: column;
  align-items: stretch; }
  form .form-item:not(:last-child):not(.form-no-label) {
    margin-bottom: 0.3em; }

.form-type-item {
  display: flex;
  flex-direction: column; }

.form-type-checkbox {
  display: flex;
  justify-content: center;
  align-items: center; }
  .form-type-checkbox input {
    margin-top: 0.1em;
    margin-right: 0.275em; }

/*.form-actions
	display: flex
	flex-direction: column
	align-items: center
	margin-top: 0.1em*/
.form-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .form-actions > input:not(:last-child):not(.form-no-label) {
    margin-right: 0.3em; }

.fieldgroup {
  display: flex;
  width: 100%; }

.form-radios {
  display: inline-flex; }

input[type=text], input[type=password], input[type=email], input[type=search], input[type=date], input[type=url] {
  box-sizing: border-box;
  padding: 0.4em 0.6em;
  width: 15em;
  border: none; }

input[type=submit], input[type=button], button {
  padding: 0.4em 0.6em;
  border: none; }

.js-form-type-managed-file {
  border: 1px solid #CCC;
  margin: 0.3em 0; }

.pager {
  width: 100%; }
  .pager ul {
    display: flex;
    justify-content: center;
    width: 100%;
    list-style: none; }
    .pager ul li {
      display: inline-block;
      padding: 0.3em;
      list-style: none; }

.filter-wrapper, .filter-help {
  display: none; }

.contact-message-form {
  margin-top: 0.3em; }
  .contact-message-form .field--name-message {
    margin-top: 0.3em; }
  .contact-message-form .preview {
    margin: 1em 0em 1.25em 0em;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 1em; }
    .contact-message-form .preview label {
      display: none; }

/*#comment-form .form-item

	&:not(.field--type-text-long)
		display: table-row

	label, input
		display: table-cell*/
.user-login-form > .table-container {
  display: table;
  margin-bottom: 0.3em; }
  .user-login-form > .table-container .form-type-textfield, .user-login-form > .table-container .form-type-password {
    display: table-row; }
    .user-login-form > .table-container .form-type-textfield label, .user-login-form > .table-container .form-type-textfield input, .user-login-form > .table-container .form-type-password label, .user-login-form > .table-container .form-type-password input {
      display: table-cell;
      max-width: 12em;
      margin-bottom: 0.3em; }
    .user-login-form > .table-container .form-type-textfield label, .user-login-form > .table-container .form-type-password label {
      padding-right: 0.3em; }
    .user-login-form > .table-container .form-type-textfield label:after, .user-login-form > .table-container .form-type-password label:after {
      content: ':  '; }

#login .item-list ul {
  display: flex;
  justify-content: center;
  padding: 0; }

#login .item-list li {
  list-style: none;
  font-size: 0.9em; }

#login .item-list li:not(:last-child) {
  margin-left: 0.6em; }

#block-simplenewssubscription > form .left-container,
#block-simplenewssubscription-2 > form .left-container,
#modal-mailing-list form .left-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end; }
  #block-simplenewssubscription > form .left-container > .field--type-simplenews-subscription,
  #block-simplenewssubscription-2 > form .left-container > .field--type-simplenews-subscription,
  #modal-mailing-list form .left-container > .field--type-simplenews-subscription {
    display: flex;
    justify-content: center;
    width: 100%; }

#block-simplenewssubscription > form .right-container,
#block-simplenewssubscription-2 > form .right-container,
#modal-mailing-list form .right-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  flex: 1 0 auto; }

#block-simplenewssubscription > form .form-actions,
#block-simplenewssubscription-2 > form .form-actions,
#modal-mailing-list form .form-actions {
  justify-content: flex-start;
  flex-direction: column; }
  #block-simplenewssubscription > form .form-actions > div:first-child,
  #block-simplenewssubscription-2 > form .form-actions > div:first-child,
  #modal-mailing-list form .form-actions > div:first-child {
    width: 100%; }

#block-simplenewssubscription > form #edit-message,
#block-simplenewssubscription-2 > form #edit-message,
#modal-mailing-list form #edit-message {
  margin: 0; }

#block-simplenewssubscription > form .privacy-notice,
#block-simplenewssubscription-2 > form .privacy-notice,
#modal-mailing-list form .privacy-notice {
  display: flex;
  justify-content: center;
  white-space: nowrap; }
  #block-simplenewssubscription > form .privacy-notice > span:not(:last-child),
  #block-simplenewssubscription-2 > form .privacy-notice > span:not(:last-child),
  #modal-mailing-list form .privacy-notice > span:not(:last-child) {
    margin-right: 0.3em; }

#block-simplenewssubscription > form .privacy-notice, #block-simplenewssubscription > form .form-checkboxes,
#block-simplenewssubscription-2 > form .privacy-notice,
#block-simplenewssubscription-2 > form .form-checkboxes,
#modal-mailing-list form .privacy-notice,
#modal-mailing-list form .form-checkboxes {
  display: inline-flex;
  margin-top: 0.3em;
  font-weight: normal;
  font-style: normal;
  font-size: 0.8em;
  color: #CCC; }
  #block-simplenewssubscription > form .privacy-notice:lang(en), #block-simplenewssubscription > form .form-checkboxes:lang(en),
  #block-simplenewssubscription-2 > form .privacy-notice:lang(en),
  #block-simplenewssubscription-2 > form .form-checkboxes:lang(en),
  #modal-mailing-list form .privacy-notice:lang(en),
  #modal-mailing-list form .form-checkboxes:lang(en) {
    font-family: Cloverlock, Helvetica, Arial, sans-serif; }
  #block-simplenewssubscription > form .privacy-notice:lang(ru), #block-simplenewssubscription > form .form-checkboxes:lang(ru),
  #block-simplenewssubscription-2 > form .privacy-notice:lang(ru),
  #block-simplenewssubscription-2 > form .form-checkboxes:lang(ru),
  #modal-mailing-list form .privacy-notice:lang(ru),
  #modal-mailing-list form .form-checkboxes:lang(ru) {
    font-family: Latoc, sans-serif; }

#block-simplenewssubscription > form input[type=email], #block-simplenewssubscription > form input[type=submit],
#block-simplenewssubscription-2 > form input[type=email],
#block-simplenewssubscription-2 > form input[type=submit] {
  width: 100%; }

#block-simplenewssubscription > form .form-item-subscriptions-default,
#block-simplenewssubscription-2 > form .form-item-subscriptions-default {
  display: none; }

label[for=edit-beta-testing], .privacy-notice {
  font-weight: normal;
  font-style: normal;
  font-size: 0.8em;
  color: #CCC; }
  label[for=edit-beta-testing]:lang(en), .privacy-notice:lang(en) {
    font-family: Cloverlock, Helvetica, Arial, sans-serif; }
  label[for=edit-beta-testing]:lang(ru), .privacy-notice:lang(ru) {
    font-family: Latoc, sans-serif; }

@media screen and (min-width: 30em) {
  .page-node-type-feature #block-simplenewssubscription > form,
  .page-node-type-feature #block-simplenewssubscription-2 > form, .path-search #block-simplenewssubscription > form,
  .path-search #block-simplenewssubscription-2 > form {
    flex-direction: row; }
    .page-node-type-feature #block-simplenewssubscription > form .right-container,
    .page-node-type-feature #block-simplenewssubscription-2 > form .right-container, .path-search #block-simplenewssubscription > form .right-container,
    .path-search #block-simplenewssubscription-2 > form .right-container {
      margin-top: 0em;
      margin-left: 0.5em; } }

@media screen and (min-width: 30em) and (max-width: 53em) {
  #block-simplenewssubscription > form,
  #block-simplenewssubscription-2 > form {
    flex-direction: row; }
    #block-simplenewssubscription > form .right-container,
    #block-simplenewssubscription-2 > form .right-container {
      margin-top: 0em;
      margin-left: 0.5em; } }

.dropbutton-arrow {
  color: #EEE; }

.dropbutton-wrapper {
  height: 100%; }

.js td .dropbutton-wrapper {
  min-height: 1em; }

.js td .dropbutton-multiple {
  padding-right: 0;
  margin-right: 0; }

.js td .dropbutton-wrapper.open .dropbutton-widget {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: #274038;
  padding: 0.6em;
  padding-right: 2em; }

.views-form div[data-drupal-selector="edit-header"] > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3em; }
  .views-form div[data-drupal-selector="edit-header"] > div > .form-item:not(:last-child) {
    margin: 0 0.6em 0 0; }

.views-form .form-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .views-form .form-actions > input:not(:last-child) {
    margin: 0 0.6em 0 0; }

.legal--eula {
  max-height: 360px;
  overflow-y: auto;
  margin-top: 1em; }

ol.framed, ul.framed {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-right: 0.6em;
  background-color: rgba(121, 149, 124, 0.1);
  border-top: 1px solid #666;
  border-bottom: 1px solid #666; }

ol.spaced, ul.spaced {
  padding-right: 0.6em; }
  ol.spaced li:not(:last-child), ul.spaced li:not(:last-child) {
    margin-bottom: 0.45em; }
  ol.spaced br, ul.spaced br {
    margin-bottom: 0.45em; }

blockquote {
  font-style: italic;
  margin: 0.6em 1.8em 0.6em 1.5em;
  padding: 1em 1.2em;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  background-color: rgba(121, 149, 124, 0.1); }
  blockquote > *:first-child {
    margin-top: 0; }
  blockquote > *:last-child {
    margin-bottom: 0; }
  blockquote > ul, blockquote > ol {
    padding-right: 0;
    padding-left: 20px; }

.field--name-field-image {
  float: right; }

figure {
  max-width: 100%;
  font-weight: normal;
  font-style: italic;
  font-size: 0.88em;
  color: #555;
  color: #AAA; }
  figure:lang(en) {
    font-family: Cloverlock, Helvetica, Arial, sans-serif; }
  figure:lang(ru) {
    font-family: Latoc, sans-serif; }
  figure img, figure figcaption {
    max-width: 100%; }

.node--type-page > .node-title,
.node--type-feature > .node-title {
  display: none; }

.node-title h1 {
  margin: 0em; }

h1 {
  display: inline-block;
  padding-right: 0.5em;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background-color: rgba(121, 149, 124, 0.2);
  padding-left: 0.8em;
  transform: translateX(-0.8em); }

.node-title h1 {
  padding-right: 0.5em;
  padding-left: 0.8em; }

.node__meta {
  font-weight: normal;
  font-style: italic;
  font-size: 0.88em;
  color: #555;
  color: #666;
  font-size: 0.9em;
  margin-top: 0.2em; }
  .node__meta:lang(en) {
    font-family: Cloverlock, Helvetica, Arial, sans-serif; }
  .node__meta:lang(ru) {
    font-family: Latoc, sans-serif; }

.node--view-mode-full {
  margin-top: 1em;
  /*
		float: right
		margin-left: $window_pane_left_margin
		width: $window_pane_width
		height: $window_pane_height

		img
			width: $window_pane_width
			height: $window_pane_height		*/ }
  .node--view-mode-full:not(.node--type-feature):not(.node--type-page) .node-title {
    display: inline-block; }
  .node--view-mode-full .node__content > .field--type-image {
    display: none; }
  .node--view-mode-full > .field--type-image {
    display: none; }

ul, ol {
  margin: 0.6em 0em; }
  ul li:not(:last-child), ol li:not(:last-child) {
    margin-bottom: 0.15em; }

figure {
  margin-top: 2em;
  margin-bottom: 2em; }

.caption > figcaption {
  margin-top: 0.5em;
  text-align: center; }

img .align-right {
  margin-left: 0.45em; }

img .align-left {
  margin-right: 0.45em; }

hr {
  border: none;
  height: 0.5em;
  width: 100%;
  background-image: url("../images/hr.svg");
  background-repeat: no-repeat;
  margin-top: 1em; }

.inline-quote {
  font-size: 1.1em;
  color: #999; }

.footnote {
  overflow: hidden;
  height: 0; }
  .footnote .wrapper {
    opacity: 0;
    transition: opacity 0.4s; }
  .footnote:focus {
    height: auto; }
    .footnote:focus .wrapper {
      opacity: 1; }

.node__links {
  flex: 0 0 auto;
  padding-bottom: 0.7em; }
  .node__links ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0; }
  .node__links li {
    padding: 0;
    list-style-type: none; }
  .node__links .node-readmore a {
    width: 10.83em;
    padding: 0.4em 0.6em;
    border: 1px solid #09241F;
    background-color: #13342D;
    text-align: center;
    white-space: nowrap; }

.view-design-articles > .view-content,
.article-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1em; }
  .view-design-articles > .view-content hr,
  .article-cards hr {
    display: none; }
  .view-design-articles > .view-content .views-row, .view-design-articles > .view-content .article-cell,
  .article-cards .views-row,
  .article-cards .article-cell {
    width: 100%;
    margin-bottom: 1em; }
    .view-design-articles > .view-content .views-row > article, .view-design-articles > .view-content .article-cell > article,
    .article-cards .views-row > article,
    .article-cards .article-cell > article {
      position: relative; }
      .view-design-articles > .view-content .views-row > article:before, .view-design-articles > .view-content .article-cell > article:before,
      .article-cards .views-row > article:before,
      .article-cards .article-cell > article:before {
        content: '';
        position: absolute;
        width: 46em;
        height: 46em;
        top: -11.5em;
        left: -18.998em;
        opacity: 0;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../images/logo-rose-2.svg");
        transition: opacity 0.6s;
        -webkit-animation: gentle-spin 50s linear infinite;
                animation: gentle-spin 50s linear infinite;
        -webkit-animation-play-state: paused;
                animation-play-state: paused; }
    .view-design-articles > .view-content .views-row .slider, .view-design-articles > .view-content .article-cell .slider,
    .article-cards .views-row .slider,
    .article-cards .article-cell .slider {
      position: absolute;
      top: 6.3em;
      left: 0;
      right: 0;
      bottom: 0.25em;
      height: 100%;
      transition: transform 0.6s; }
      .view-design-articles > .view-content .views-row .slider .node-title, .view-design-articles > .view-content .article-cell .slider .node-title,
      .article-cards .views-row .slider .node-title,
      .article-cards .article-cell .slider .node-title {
        position: relative;
        height: 0; }
      .view-design-articles > .view-content .views-row .slider h1, .view-design-articles > .view-content .article-cell .slider h1,
      .article-cards .views-row .slider h1,
      .article-cards .article-cell .slider h1 {
        position: absolute;
        bottom: 0.6em;
        margin: 0;
        padding-right: 0; }
        .view-design-articles > .view-content .views-row .slider h1 a, .view-design-articles > .view-content .article-cell .slider h1 a,
        .article-cards .views-row .slider h1 a,
        .article-cards .article-cell .slider h1 a {
          color: #EEE; }
          .view-design-articles > .view-content .views-row .slider h1 a:hover, .view-design-articles > .view-content .article-cell .slider h1 a:hover,
          .article-cards .views-row .slider h1 a:hover,
          .article-cards .article-cell .slider h1 a:hover {
            color: #EEE; }
      .view-design-articles > .view-content .views-row .slider .node__content a, .view-design-articles > .view-content .article-cell .slider .node__content a,
      .article-cards .views-row .slider .node__content a,
      .article-cards .article-cell .slider .node__content a {
        color: #EEE; }
        .view-design-articles > .view-content .views-row .slider .node__content a:hover, .view-design-articles > .view-content .article-cell .slider .node__content a:hover,
        .article-cards .views-row .slider .node__content a:hover,
        .article-cards .article-cell .slider .node__content a:hover {
          color: #EEE; }
    .view-design-articles > .view-content .views-row .overlay, .view-design-articles > .view-content .article-cell .overlay,
    .article-cards .views-row .overlay,
    .article-cards .article-cell .overlay {
      background: rgba(121, 149, 124, 0.2);
      border-top: 1px solid #666;
      padding: 0.6em;
      min-height: 10.5em; }
    .view-design-articles > .view-content .views-row .slider-container, .view-design-articles > .view-content .article-cell .slider-container,
    .article-cards .views-row .slider-container,
    .article-cards .article-cell .slider-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0.25em;
      overflow: hidden; }
    .view-design-articles > .view-content .views-row .slider-bottom-border, .view-design-articles > .view-content .article-cell .slider-bottom-border,
    .article-cards .views-row .slider-bottom-border,
    .article-cards .article-cell .slider-bottom-border {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(121, 149, 124, 0.2);
      height: 0.25em; }
    .view-design-articles > .view-content .views-row .date, .view-design-articles > .view-content .article-cell .date,
    .article-cards .views-row .date,
    .article-cards .article-cell .date {
      position: absolute;
      top: 0.2em;
      right: 0.3em;
      font-size: 0.9em; }
      .view-design-articles > .view-content .views-row .date:lang(en), .view-design-articles > .view-content .article-cell .date:lang(en),
      .article-cards .views-row .date:lang(en),
      .article-cards .article-cell .date:lang(en) {
        font-family: Cloverlock, Helvetica, Arial, sans-serif; }
      .view-design-articles > .view-content .views-row .date:lang(ru), .view-design-articles > .view-content .article-cell .date:lang(ru),
      .article-cards .views-row .date:lang(ru),
      .article-cards .article-cell .date:lang(ru) {
        font-family: Latoc, sans-serif; }
    .view-design-articles > .view-content .views-row a.tile-link, .view-design-articles > .view-content .article-cell a.tile-link,
    .article-cards .views-row a.tile-link,
    .article-cards .article-cell a.tile-link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .view-design-articles > .view-content .views-row:hover .slider, .view-design-articles > .view-content .article-cell:hover .slider,
    .article-cards .views-row:hover .slider,
    .article-cards .article-cell:hover .slider {
      transform: translateY(-4%); }
    .view-design-articles > .view-content .views-row:hover > article:before, .view-design-articles > .view-content .article-cell:hover > article:before,
    .article-cards .views-row:hover > article:before,
    .article-cards .article-cell:hover > article:before {
      opacity: 0.6;
      -webkit-animation-play-state: running;
              animation-play-state: running; }

@-webkit-keyframes gentle-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes gentle-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media screen and (min-width: 35em) {
  .view-design-articles > .view-content > .views-row {
    width: 50%;
    box-sizing: border-box; }
    .view-design-articles > .view-content > .views-row:nth-child(4n+1) {
      padding-right: 0.64em; }
    .view-design-articles > .view-content > .views-row:nth-child(4n+3) {
      padding-left: 0.64em; } }

.node--view-mode-teaser.node--type-article,
.article-cell > article {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 10.5em;
  overflow: hidden;
  border: 1px solid #232;
  background-color: rgba(0, 0, 0, 0.4); }
  .node--view-mode-teaser.node--type-article .field--type-text-with-summary,
  .article-cell > article .field--type-text-with-summary {
    margin: 0.3em 0em;
    flex: 1 0 auto; }
  .node--view-mode-teaser.node--type-article h1,
  .article-cell > article h1 {
    background: none;
    border: none; }
  .node--view-mode-teaser.node--type-article p,
  .article-cell > article p {
    margin: 0; }
  .node--view-mode-teaser.node--type-article .field--type-image,
  .article-cell > article .field--type-image {
    display: none; }
    .node--view-mode-teaser.node--type-article .field--type-image > img,
    .article-cell > article .field--type-image > img {
      position: absolute;
      width: auto;
      height: auto;
      max-width: none;
      transform: translate(-50%, -50%); }
  .node--view-mode-teaser.node--type-article .comment-add, .node--view-mode-teaser.node--type-article .comment-forbidden,
  .article-cell > article .comment-add,
  .article-cell > article .comment-forbidden {
    display: none; }

.article-cards {
  position: relative; }

.article-cell {
  max-width: 15.5em; }
  .article-cell:hover {
    cursor: pointer; }

details {
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5em; }
  details summary {
    padding: 0.5em 0.5em;
    font-weight: bold;
    color: #AAA;
    cursor: pointer;
    line-height: 1em;
    list-style: none; }
    details summary::-webkit-details-marker {
      display: none; }
    details summary:hover {
      color: #BCCDB4; }
    details summary:before {
      content: '⯈';
      display: inline-block;
      width: 1em;
      line-height: 1em;
      margin-top: 0.15em;
      margin-left: 0.3em;
      margin-right: 0.3em;
      color: #AAA; }
  details[open] {
    padding: 0em 1.5em;
    padding-bottom: 0.5em; }
    details[open] > p {
      margin: 0.6em 0em;
      line-height: 1.2em; }
    details[open] summary {
      transform: translateX(-1.5em);
      margin-bottom: 0.3em; }
      details[open] summary:before {
        content: '▼'; }

.region-post-content {
  position: relative;
  margin-top: 1em; }

.comment-wrapper > a, .indented > a {
  display: none; }

.comment-wrapper .indented {
  margin-left: 1.8em; }

article.comment {
  transform: translateX(1.6em);
  margin-top: 0.6em;
  margin-left: -3.2em;
  margin-bottom: 0.6em; }
  article.comment .user-picture-container {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    border: 1px solid #09241F;
    margin-right: 0.6em;
    /*background-size: cover
			background-repeat: norepeat
			background-image: url("../images/twitter.png")*/ }
    article.comment .user-picture-container .taxonomy-avatar img {
      width: 64px;
      height: 64px; }
  article.comment .content-container {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: stretch; }
    article.comment .content-container .meta-icon {
      position: relative;
      display: inline-block;
      width: 1em;
      height: 1em;
      background-size: 100%; }
      article.comment .content-container .meta-icon .tip {
        opacity: 0;
        transition-property: opacity;
        transition-duration: 0.2s;
        position: absolute;
        left: 50%;
        bottom: 103%;
        transform: translateX(-50%);
        padding: 0.5em;
        background: #080808;
        pointer-events: none;
        z-index: 44; }
      article.comment .content-container .meta-icon:hover .tip {
        opacity: 1; }
      article.comment .content-container .meta-icon .tip {
        white-space: nowrap;
        bottom: 110%; }
    article.comment .content-container .permalink {
      background-image: url("../images/link.svg"); }
    article.comment .content-container .changed {
      background-image: url("../images/pencil-square-o.svg"); }
    article.comment .content-container .created {
      background-image: url("../images/calendar-o.svg"); }
    article.comment .content-container mark {
      background: none;
      font-weight: normal;
      font-style: italic;
      font-size: 0.88em;
      color: #555;
      color: #f8d568; }
      article.comment .content-container mark:lang(en) {
        font-family: Cloverlock, Helvetica, Arial, sans-serif; }
      article.comment .content-container mark:lang(ru) {
        font-family: Latoc, sans-serif; }
  article.comment p {
    margin-top: 0.6em;
    margin-bottom: 0em; }

article.comment.unpublished {
  background-color: #666; }

.comment__topline {
  display: flex;
  justify-content: space-between; }

.comment_meta {
  display: flex; }

article.comment ul.links {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  padding: 0;
  margin: 0; }
  article.comment ul.links li {
    padding: 0;
    list-style-type: none; }
  article.comment ul.links li:not(:last-child) {
    margin-left: 0.35em; }

@media screen and (min-width: 43em) and (max-width: 53em) {
  article.comment {
    transform: translateX(0.4em);
    margin-right: -0.6em; } }

@media screen and (min-width: 63em) {
  article.comment {
    transform: translateX(0.4em);
    margin-right: -0.6em; } }

.comment-form__title {
  margin-top: 1em; }

#comment-form > .form-item:not(.field--type-text-long), #comment-form > .field--name-subject > .form-item:not(.field--type-text-long) {
  position: relative;
  display: flex;
  align-items: center;
  height: 2em; }
  #comment-form > .form-item:not(.field--type-text-long) > label:after, #comment-form > .field--name-subject > .form-item:not(.field--type-text-long) > label:after {
    content: ':'; }
  #comment-form > .form-item:not(.field--type-text-long) input, #comment-form > .field--name-subject > .form-item:not(.field--type-text-long) input {
    position: absolute;
    top: 0;
    left: 5.3em;
    bottom: 0; }

#comment-form > .form-item {
  margin-bottom: 0.45em; }

#comment-form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 0.6em;
  margin: 0.3em 0em;
  color: #EEE;
  border: 1px solid #666;
  background-color: rgba(121, 149, 124, 0.1); }

#contact-message-feedback-form > .form-item:not(.field--type-text-long), #contact-message-feedback-form > .field--name-subject > .form-item:not(.field--type-text-long) {
  position: relative;
  display: flex;
  align-items: center;
  height: 2em; }
  #contact-message-feedback-form > .form-item:not(.field--type-text-long) > label:after, #contact-message-feedback-form > .field--name-subject > .form-item:not(.field--type-text-long) > label:after {
    content: ':'; }
  #contact-message-feedback-form > .form-item:not(.field--type-text-long) input, #contact-message-feedback-form > .field--name-subject > .form-item:not(.field--type-text-long) input {
    position: absolute;
    top: 0;
    left: 8.3em;
    bottom: 0; }

#contact-message-feedback-form > .form-item {
  margin-bottom: 0.45em; }

#contact-message-feedback-form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 0.6em;
  margin: 0.3em 0em;
  color: #EEE;
  border: 1px solid #666;
  background-color: rgba(121, 149, 124, 0.1); }

.comment-form__title:first-child {
  margin-top: 0; }

.region-sidebar-first .block:not(:last-child), .region-sidebar-second .block:not(:last-child) {
  margin-bottom: 1em; }

.connect-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .connect-bar img {
    flex: 0 0 auto; }

.connect-icon {
  position: relative; }
  .connect-icon .tip {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.2s;
    position: absolute;
    left: 50%;
    bottom: 103%;
    transform: translateX(-50%);
    padding: 0.5em;
    background: #080808;
    pointer-events: none;
    z-index: 44; }
  .connect-icon:hover .tip {
    opacity: 1; }

.mailing-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }

.mailing-list form {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  .mailing-list form .input-container {
    min-width: 12em;
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.3em; }
    .mailing-list form .input-container input[type=checkbox] {
      margin-top: 0.2em;
      margin-right: 0.25em; }
    .mailing-list form .input-container div {
      display: flex;
      align-items: center; }
  .mailing-list form .input-container.for-text {
    padding: 0em 0.6em; }
  .mailing-list form input {
    margin-bottom: 0.2em; }

#edit-basic {
  display: flex; }

.form-type-search {
  flex: 1 0 auto; }
  .form-type-search label {
    display: none; }
  .form-type-search #edit-submit {
    flex: 0 1 auto;
    margin-left: 0.5em; }

#edit-help-link {
  display: block; }

.layout-footer-padding {
  height: 15em; }

.region-footer {
  height: 15em;
  position: absolute;
  bottom: 0em;
  left: 0em;
  right: 0em; }

.layout-footer-spacing {
  height: 9em; }

.layout-footer-content {
  height: 6em;
  padding: 0.6em 1em 0em 1em; }

.menu--footer > .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .menu--footer > .menu > .menu-item {
    margin-bottom: 0.3em; }

.menu--footer {
  width: 100%;
  display: flex;
  justify-content: center; }
  .menu--footer .menu-item {
    margin: 0em 0.4em; }
    .menu--footer .menu-item:lang(en) {
      font-family: Recoleta, Helvetica, Arial, sans-serif; }
    .menu--footer .menu-item:lang(ru) {
      font-family: RUExocM, sans-serif; }
    .menu--footer .menu-item a {
      color: #888; }

#block-footnotes {
  position: absolute;
  bottom: 0em;
  left: 1em;
  right: 1em; }
  #block-footnotes p {
    text-align: center;
    margin: 0; }

nav.tabs, nav.action-links {
  display: flex;
  justify-content: space-between;
  border: 1px solid; }
  nav.tabs ul, nav.action-links ul {
    padding: 0.6em;
    margin: 0; }
  nav.tabs li, nav.action-links li {
    display: inline-block;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    margin-right: 0.6em; }
  nav.tabs li:first-child, nav.action-links li:first-child {
    margin-left: 0.3em; }
  nav.tabs li:last-child, nav.action-links li:last-child {
    margin-right: 0.3em; }

/* This one is for the layout on the page. */
#edit-comment-body-wrapper {
  margin-left: -1.6em;
  margin-right: -1.6em; }
  #edit-comment-body-wrapper label {
    display: none; }

@media screen and (min-width: 30em) {
  #edit-comment-body-wrapper {
    margin-left: 0em;
    margin-right: 0em; }
    #edit-comment-body-wrapper .cke_contents {
      border-left: 1px solid #111;
      border-right: 1px solid #111; } }

.filter-wrapper {
  border: none; }

.region-modal > div .ui-dialog {
  position: fixed;
  top: calc(50% - 117px);
  left: calc(50% - 172px); }

.region-modal > div .ui-dialog-content {
  margin: 0; }

.region-modal > div .right-container {
  margin-top: 1em; }

.region-modal > div .form-item-subscriptions-beta-testing {
  display: none; }

.region-modal > div input[type=submit] {
  min-width: 60%; }

.signup-button {
  box-sizing: border-box;
  font-size: 1.55em;
  padding: 0.4em 0.6em;
  text-align: center;
  background-color: #eadd91;
  background-image: url("../images/bg-signup-5.png");
  color: #122333;
  width: 300px;
  display: block;
  border: 2px solid #122333;
  text-shadow: 2px 2px 8px transparent;
  transition: border-color 0.2s, text-shadow 0.2s; }
  .signup-button:hover {
    color: #122333;
    border-color: #f1f1cd;
    text-shadow: 2px 2px 8px #f1f1cd; }

#aod-log-filter-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.6em;
  padding-bottom: 0.3em;
  margin: -0.6em -1.6em 0.6em -1.6em;
  border: 1px solid #1A242B;
  background-color: #213038;
  height: 2em;
  overflow: hidden; }
  #aod-log-filter-form > *:not(:last-child) {
    margin-right: 0.45em; }
  #aod-log-filter-form input[type=text] {
    width: 9em; }
  #aod-log-filter-form input[type=date] {
    width: 7em; }
  #aod-log-filter-form .form-actions {
    display: flex;
    flex-direction: row;
    align-self: center;
    margin-top: -0.3em; }
    #aod-log-filter-form .form-actions input:not(:last-child) {
      margin-right: 0.45em; }

td.icon {
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px; }

.aod-log-debug > td.icon {
  background-image: url(../images/log-debug.svg); }

.aod-log-good > td.icon {
  background-image: url(../images/log-good.svg); }

.aod-log-notice > td.icon {
  background-image: url(../images/log-notice.svg); }

.aod-log-warning > td.icon {
  background-image: url(../images/log-warning.svg); }

.aod-log-error > td.icon {
  background-image: url(../images/log-error.svg); }

.aod-log-critical > td.icon {
  background-image: url(../images/log-critical.svg); }

.aod-log-alert > td.icon {
  background-image: url(../images/log-alert.svg); }

.aod-log-emergency > td.icon {
  background-image: url(../images/log-emergency.svg);
  -webkit-animation-name: log-emergency;
          animation-name: log-emergency;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

@-webkit-keyframes log-alert {
  0% {
    filter: brightness(0); }
  100% {
    filter: brightness(100); } }

@keyframes log-alert {
  0% {
    filter: brightness(0); }
  100% {
    filter: brightness(100); } }

@-webkit-keyframes log-emergency {
  0% {
    filter: brightness(0); }
  100% {
    filter: brightness(100); } }

@keyframes log-emergency {
  0% {
    filter: brightness(0); }
  100% {
    filter: brightness(100); } }

@-webkit-keyframes anim-debug {
  0% {
    background-color: rgba(99, 171, 146, 0.4); }
  3% {
    background-color: rgba(99, 171, 146, 0.2); }
  100% {
    background-color: rgba(99, 171, 146, 0); } }

@keyframes anim-debug {
  0% {
    background-color: rgba(99, 171, 146, 0.4); }
  3% {
    background-color: rgba(99, 171, 146, 0.2); }
  100% {
    background-color: rgba(99, 171, 146, 0); } }

@-webkit-keyframes anim-info {
  0% {
    background-color: rgba(121, 149, 124, 0.4); }
  3% {
    background-color: rgba(121, 149, 124, 0.2); }
  100% {
    background-color: rgba(121, 149, 124, 0); } }

@keyframes anim-info {
  0% {
    background-color: rgba(121, 149, 124, 0.4); }
  3% {
    background-color: rgba(121, 149, 124, 0.2); }
  100% {
    background-color: rgba(121, 149, 124, 0); } }

@-webkit-keyframes anim-good {
  0% {
    background-color: rgba(102, 255, 102, 0.55); }
  3% {
    background-color: rgba(102, 255, 102, 0.35); }
  100% {
    background-color: rgba(102, 255, 102, 0.15); } }

@keyframes anim-good {
  0% {
    background-color: rgba(102, 255, 102, 0.55); }
  3% {
    background-color: rgba(102, 255, 102, 0.35); }
  100% {
    background-color: rgba(102, 255, 102, 0.15); } }

@-webkit-keyframes anim-notice {
  0% {
    background-color: rgba(255, 186, 48, 0.4); }
  3% {
    background-color: rgba(255, 186, 48, 0.2); }
  100% {
    background-color: rgba(255, 186, 48, 0); } }

@keyframes anim-notice {
  0% {
    background-color: rgba(255, 186, 48, 0.4); }
  3% {
    background-color: rgba(255, 186, 48, 0.2); }
  100% {
    background-color: rgba(255, 186, 48, 0); } }

@-webkit-keyframes anim-warning {
  0% {
    background-color: rgba(255, 134, 38, 0.4); }
  3% {
    background-color: rgba(255, 134, 38, 0.2); }
  100% {
    background-color: rgba(255, 134, 38, 0); } }

@keyframes anim-warning {
  0% {
    background-color: rgba(255, 134, 38, 0.4); }
  3% {
    background-color: rgba(255, 134, 38, 0.2); }
  100% {
    background-color: rgba(255, 134, 38, 0); } }

@-webkit-keyframes anim-error {
  0% {
    background-color: rgba(227, 39, 0, 0.55); }
  3% {
    background-color: rgba(227, 39, 0, 0.35); }
  100% {
    background-color: rgba(227, 39, 0, 0.15); } }

@keyframes anim-error {
  0% {
    background-color: rgba(227, 39, 0, 0.55); }
  3% {
    background-color: rgba(227, 39, 0, 0.35); }
  100% {
    background-color: rgba(227, 39, 0, 0.15); } }

@-webkit-keyframes anim-critical {
  0% {
    background-color: rgba(255, 48, 83, 0.8); }
  3% {
    background-color: rgba(255, 48, 83, 0.6); }
  100% {
    background-color: rgba(255, 48, 83, 0.4); } }

@keyframes anim-critical {
  0% {
    background-color: rgba(255, 48, 83, 0.8); }
  3% {
    background-color: rgba(255, 48, 83, 0.6); }
  100% {
    background-color: rgba(255, 48, 83, 0.4); } }

@-webkit-keyframes anim-emergency {
  0% {
    background-color: rgba(255, 0, 0, 0.8); }
  3% {
    background-color: rgba(255, 0, 0, 0.6); }
  100% {
    background-color: rgba(255, 0, 0, 0.4); } }

@keyframes anim-emergency {
  0% {
    background-color: rgba(255, 0, 0, 0.8); }
  3% {
    background-color: rgba(255, 0, 0, 0.6); }
  100% {
    background-color: rgba(255, 0, 0, 0.4); } }

#admin-aod_log tr.new {
  -webkit-animation-duration: 60s;
          animation-duration: 60s; }
  #admin-aod_log tr.new.aod-log-debug {
    -webkit-animation-name: anim-debug;
            animation-name: anim-debug; }
  #admin-aod_log tr.new.aod-log-info {
    -webkit-animation-name: anim-info;
            animation-name: anim-info; }
  #admin-aod_log tr.new.aod-log-good {
    -webkit-animation-name: anim-good;
            animation-name: anim-good; }
  #admin-aod_log tr.new.aod-log-notice {
    -webkit-animation-name: anim-notice;
            animation-name: anim-notice; }
  #admin-aod_log tr.new.aod-log-warning {
    -webkit-animation-name: anim-warning;
            animation-name: anim-warning; }
  #admin-aod_log tr.new.aod-log-error {
    -webkit-animation-name: anim-error;
            animation-name: anim-error; }

#admin-aod_log tr.aod-log-critical {
  -webkit-animation-name: anim-critical;
          animation-name: anim-critical;
  background-color: rgba(255, 48, 83, 0.25); }

#admin-aod_log tr.aod-log-emergency {
  -webkit-animation-name: anim-emergency;
          animation-name: anim-emergency;
  background-color: rgba(255, 0, 0, 0.4); }

pre {
  font-family: Inconsolata, Consolas, "Courier New", mono;
  font-size: 0.9em;
  margin: 0em;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-height: 200px;
  overflow: auto;
  outline: 2px solid rgba(0, 0, 0, 0);
  transition: background-color 0.2s; }
  pre .key {
    color: #71bc78; }
  pre .number {
    color: #F90; }
  pre .null {
    color: #e62020; }
  pre .string {
    color: #9bddff; }
  pre .boolean {
    color: #c9dc87; }
  pre.expanded {
    max-height: none;
    background-color: rgba(121, 149, 124, 0.1);
    outline-color: rgba(121, 149, 124, 0.1); }

#edit-min-severity option {
  background-position: 95% center;
  background-repeat: no-repeat; }
  #edit-min-severity option[value="7"] {
    background-image: url(../images/log-debug.svg); }
  #edit-min-severity option[value="6"] {
    background-image: url(../images/log-info.svg); }
  #edit-min-severity option[value="5"] {
    background-image: url(../images/log-good.svg); }
  #edit-min-severity option[value="4"] {
    background-image: url(../images/log-notice.svg); }
  #edit-min-severity option[value="3"] {
    background-image: url(../images/log-warning.svg); }
  #edit-min-severity option[value="2"] {
    background-image: url(../images/log-error.svg); }
  #edit-min-severity option[value="1"] {
    background-image: url(../images/log-critical.svg); }
  #edit-min-severity option[value="0"] {
    background-image: url(../images/log-emergency.svg); }

#ui-datepicker-div {
  background-color: #13342D;
  border: 1px solid #09241F;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
  padding: 0.15em 0em 0.3em 0em; }
  #ui-datepicker-div .ui-datepicker-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-weight: normal;
    font-style: normal;
    font-size: 0.975em;
    color: #777;
    color: #EEE;
    padding: 0.3em; }
    #ui-datepicker-div .ui-datepicker-header:lang(en) {
      font-family: Recoleta, Helvetica, Arial, sans-serif; }
    #ui-datepicker-div .ui-datepicker-header:lang(ru) {
      font-family: RUExocM, sans-serif; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
      display: flex;
      justify-content: center;
      order: 2; }
    #ui-datepicker-div .ui-datepicker-header a[title] {
      width: 16px;
      height: 16px;
      text-indent: -500px;
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer;
      overflow: hidden;
      fill: #F00; }
    #ui-datepicker-div .ui-datepicker-header a[title=Prev] {
      order: 1;
      background-image: url("../images/chevron-left"); }
    #ui-datepicker-div .ui-datepicker-header a[title=Next] {
      order: 3;
      background-image: url("../images/chevron-right"); }
  #ui-datepicker-div tbody td {
    padding: 0em; }
    #ui-datepicker-div tbody td a {
      border-top: 2px solid rgba(0, 0, 0, 0);
      border-bottom: 2px solid rgba(0, 0, 0, 0);
      padding: 0.1em 0.3em 0.1em 0.3em;
      display: block;
      height: 100%; }
      #ui-datepicker-div tbody td a:hover {
        background-color: rgba(121, 149, 124, 0.15); }
  #ui-datepicker-div .ui-datepicker-today a, #ui-datepicker-div .ui-datepicker-today a:hover {
    border-bottom-color: #246c64; }
  #ui-datepicker-div td:first-child {
    padding-left: 0.3em; }
  #ui-datepicker-div td:last-child {
    padding-right: 0.3em; }

#sliding-popup {
  left: 0;
  right: 0; }

.eu-cookie-compliance-banner {
  background-color: #121C27;
  color: #999;
  font-size: 0.88em; }

.eu-cookie-withdraw-tab {
  display: none; }

.eu-cookie-compliance-content,
.eu-cookie-compliance-message {
  display: flex;
  justify-content: center;
  align-items: center; }
  .eu-cookie-compliance-content button.find-more-button,
  .eu-cookie-compliance-message button.find-more-button {
    background: none;
    color: #799B6A;
    transition: color 0.2s; }
    .eu-cookie-compliance-content button.find-more-button:hover,
    .eu-cookie-compliance-message button.find-more-button:hover {
      color: #C4D0BF; }
  .eu-cookie-compliance-content button.agree-button,
  .eu-cookie-compliance-message button.agree-button {
    background: none;
    color: #999;
    width: 2em;
    height: 2em;
    transition: color 0.2s; }
    .eu-cookie-compliance-content button.agree-button:hover,
    .eu-cookie-compliance-message button.agree-button:hover {
      color: #C4D0BF; }
  .eu-cookie-compliance-content button.decline-button,
  .eu-cookie-compliance-message button.decline-button {
    display: none; }

#edit-account .form-item {
  margin: 0.5em 0; }

.form-type-email label {
  display: block;
  font-weight: normal;
  font-style: italic;
  font-size: 1.15em;
  color: #999; }
  .form-type-email label:lang(en) {
    font-family: Cloverlock, Helvetica, Arial, sans-serif; }
  .form-type-email label:lang(ru) {
    font-family: Latoc, sans-serif; }

.password-parent, .confirm-parent {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box; }
  .password-parent label, .confirm-parent label {
    display: block;
    font-weight: normal;
    font-style: italic;
    font-size: 1.15em;
    color: #999; }
    .password-parent label:lang(en), .confirm-parent label:lang(en) {
      font-family: Cloverlock, Helvetica, Arial, sans-serif; }
    .password-parent label:lang(ru), .confirm-parent label:lang(ru) {
      font-family: Latoc, sans-serif; }

.password-suggestions {
  display: none;
  visibility: hidden;
  height: 0; }

.password-strength__meter {
  background-color: rgba(0, 0, 0, 0.4); }

.password-strength__title,
.js-password-confirm-message {
  margin-top: 0.3em;
  font-weight: normal;
  font-style: italic;
  font-size: 0.88em;
  color: #555; }
  .password-strength__title:lang(en),
  .js-password-confirm-message:lang(en) {
    font-family: Cloverlock, Helvetica, Arial, sans-serif; }
  .password-strength__title:lang(ru),
  .js-password-confirm-message:lang(ru) {
    font-family: Latoc, sans-serif; }

.view-latest-update {
  padding: 0.3em 0.6em;
  border-color: 1px solid #192535;
  background-color: #121C27;
  background-image: url("../images/topnav-900.jpg");
  background-size: cover;
  background-position: right; }
  .view-latest-update .node--type-blog-post.node--view-mode-frontpage a {
    display: flex; }
    .view-latest-update .node--type-blog-post.node--view-mode-frontpage a .field--name-field-image {
      margin-right: 0.6em; }
      .view-latest-update .node--type-blog-post.node--view-mode-frontpage a .field--name-field-image img {
        width: 96px;
        height: 96px; }
    .view-latest-update .node--type-blog-post.node--view-mode-frontpage a .introduction {
      margin: auto 0; }
      .view-latest-update .node--type-blog-post.node--view-mode-frontpage a .introduction .node-title {
        font-size: 1.4em;
        color: #EEE;
        transition: color 0.2s; }
        .view-latest-update .node--type-blog-post.node--view-mode-frontpage a .introduction .node-title:lang(en) {
          font-family: Recoleta, Helvetica, Arial, sans-serif; }
        .view-latest-update .node--type-blog-post.node--view-mode-frontpage a .introduction .node-title:lang(ru) {
          font-family: RUExocR, sans-serif; }
      .view-latest-update .node--type-blog-post.node--view-mode-frontpage a .introduction .preamble, .view-latest-update .node--type-blog-post.node--view-mode-frontpage a .introduction .date {
        font-style: italic;
        font-size: 1.1em;
        color: #666;
        font-size: 1em;
        color: #999;
        margin-top: 0.5em; }
        .view-latest-update .node--type-blog-post.node--view-mode-frontpage a .introduction .preamble:lang(en), .view-latest-update .node--type-blog-post.node--view-mode-frontpage a .introduction .date:lang(en) {
          font-family: Cloverlock, Helvetica, Arial, sans-serif; }
        .view-latest-update .node--type-blog-post.node--view-mode-frontpage a .introduction .preamble:lang(ru), .view-latest-update .node--type-blog-post.node--view-mode-frontpage a .introduction .date:lang(ru) {
          font-family: Latoc, sans-serif; }
    .view-latest-update .node--type-blog-post.node--view-mode-frontpage a:hover .node-title {
      color: #799B6A; }
  .view-latest-update .view-header {
    display: none; }
  .view-latest-update .views-field-field-image {
    margin-right: 0.6em;
    order: 1; }
    .view-latest-update .views-field-field-image .views-field-field-image .field-content {
      font-size: 0; }
    .view-latest-update .views-field-field-image .views-field-field-image img {
      height: 128px;
      width: auto; }
  .view-latest-update hr {
    display: none; }

.view-blogroll .node--type-blog-post.node--view-mode-table-entry-small a {
  display: flex;
  padding-top: 0.2em;
  transition: background-color 0.2s; }
  .view-blogroll .node--type-blog-post.node--view-mode-table-entry-small a .field--name-field-image {
    margin-right: 0.6em; }
    .view-blogroll .node--type-blog-post.node--view-mode-table-entry-small a .field--name-field-image img {
      width: 48px;
      height: 48px; }
  .view-blogroll .node--type-blog-post.node--view-mode-table-entry-small a .field--name--field-image--placeholder {
    display: block;
    width: 48px;
    height: 48px; }
  .view-blogroll .node--type-blog-post.node--view-mode-table-entry-small a .introduction {
    margin: auto 0; }
    .view-blogroll .node--type-blog-post.node--view-mode-table-entry-small a .introduction .node-title {
      color: #EEE;
      transition: color 0.2s; }
    .view-blogroll .node--type-blog-post.node--view-mode-table-entry-small a .introduction .date {
      font-size: 0.9em;
      color: #777; }
      .view-blogroll .node--type-blog-post.node--view-mode-table-entry-small a .introduction .date:lang(en) {
        font-family: Cloverlock, Helvetica, Arial, sans-serif; }
      .view-blogroll .node--type-blog-post.node--view-mode-table-entry-small a .introduction .date:lang(ru) {
        font-family: Latoc, sans-serif; }
  .view-blogroll .node--type-blog-post.node--view-mode-table-entry-small a:hover {
    background-color: rgba(121, 149, 124, 0.1); }
    .view-blogroll .node--type-blog-post.node--view-mode-table-entry-small a:hover .node-title {
      color: #799B6A; }

.view-blogroll hr {
  display: none; }

.entity-legal-document-acceptance-form .form-item-agree {
  max-width: 30em;
  margin: 1em auto; }

.entity-legal-document-acceptance-form .form-submit {
  width: 10em;
  margin: 0.5em auto 0; }

#webform-submission-alpha-survey-add-form > .form-item:not(:last-child):not(.form-no-label) {
  margin-bottom: 1em; }

#webform-submission-alpha-survey-add-form > .form-type-checkbox:not(:last-child):not(.form-no-label) {
  margin-bottom: 1.2em; }

#webform-submission-alpha-survey-add-form .form-type-select {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  #webform-submission-alpha-survey-add-form .form-type-select select {
    margin-top: 0.3em;
    font-family: Cloverlock, Helvetica, Arial, sans-serif; }

#webform-submission-alpha-survey-add-form .form-type-checkbox {
  justify-content: flex-start; }
  #webform-submission-alpha-survey-add-form .form-type-checkbox input {
    font-size: 30px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 2.2em;
    height: 1em;
    background: rgba(121, 149, 124, 0.1);
    margin-top: 0;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    transition: all .2s ease-in-out; }
    #webform-submission-alpha-survey-add-form .form-type-checkbox input:focus {
      box-shadow: 0px 0px 4px rgba(127, 156, 118, 0.5); }
    #webform-submission-alpha-survey-add-form .form-type-checkbox input:focus:checked {
      box-shadow: 0px 0px 4px #7f9c76; }
    #webform-submission-alpha-survey-add-form .form-type-checkbox input:checked {
      background: rgba(121, 149, 124, 0.2); }
    #webform-submission-alpha-survey-add-form .form-type-checkbox input:after {
      position: absolute;
      content: "";
      width: 1em;
      height: 1em;
      border-radius: 50%;
      background: rgba(121, 149, 124, 0.9);
      box-shadow: 0 0 0.25em rgba(10, 42, 53, 0.3);
      transform: scale(0.7);
      left: 0;
      transition: all .2s ease-in-out; }
    #webform-submission-alpha-survey-add-form .form-type-checkbox input:checked:after {
      background: #79957c;
      left: calc(100% - 1em); }

#webform-submission-alpha-survey-add-form .form-type-textfield {
  display: flex;
  flex-direction: column; }
  #webform-submission-alpha-survey-add-form .form-type-textfield input {
    margin-top: 0.3em;
    margin-left: 0.15em; }

#webform-submission-alpha-survey-add-form .form-type-email label {
  margin-top: 0.3em;
  font-style: inherit;
  font-size: inherit;
  color: #EEE; }

#webform-submission-alpha-survey-add-form .form-type-email input {
  margin-top: 0.3em;
  margin-left: 0.15em; }

#webform-submission-alpha-survey-add-form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 0.6em;
  margin-top: 0.3em;
  margin-left: 0.15em;
  color: #EEE;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.4); }
  #webform-submission-alpha-survey-add-form textarea:focus {
    box-shadow: #7F9C76 0px 0px 4px; }

#webform-submission-alpha-survey-add-form #edit-games, #webform-submission-alpha-survey-add-form #edit-device {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.5em 1em;
  margin: 0.5em 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background-color: rgba(121, 149, 124, 0.1); }
  #webform-submission-alpha-survey-add-form #edit-games .form-item label:hover, #webform-submission-alpha-survey-add-form #edit-device .form-item label:hover {
    color: #C4D0BF; }

#webform-submission-alpha-survey-add-form .webform-readonly {
  display: none; }

.webform-confirmation.alpha-survey {
  display: flex;
  justify-content: space-between; }
  .webform-confirmation.alpha-survey:after {
    display: inline-block;
    content: '';
    flex: 0 0 auto;
    margin-left: 1em;
    width: 200px;
    height: 200px;
    background-image: url("../images/icons/Counsel_Downhill_1.jpg");
    background-size: cover; }

#views-form-user-funnel-page-1 .views-exposed-form .form--inline {
  display: flex;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
  #views-form-user-funnel-page-1 .views-exposed-form .form--inline div {
    margin-right: 0.5em; }

#views-form-user-funnel-page-1 #vbo-action-form-wrapper, #views-form-user-funnel-page-1 .vbo-multipage-selector {
  margin-bottom: 0.5em; }
  #views-form-user-funnel-page-1 #vbo-action-form-wrapper #edit-multipage, #views-form-user-funnel-page-1 .vbo-multipage-selector #edit-multipage {
    display: none; }
  #views-form-user-funnel-page-1 #vbo-action-form-wrapper .form-actions, #views-form-user-funnel-page-1 .vbo-multipage-selector .form-actions {
    flex-direction: row-reverse; }
    #views-form-user-funnel-page-1 #vbo-action-form-wrapper .form-actions input, #views-form-user-funnel-page-1 .vbo-multipage-selector .form-actions input {
      margin: 0 0.3em; }

body {
  background-color: #4D7561;
  background-image: url("../images/bg-480.jpg");
  background-size: 100%; }

@media screen and (min-width: 720px) {
  body {
    background-image: url("../images/bg-720.jpg"); } }

@media screen and (min-width: 1280px) {
  body {
    background-image: url("../images/bg-1280.jpg"); } }

.region-content, .region-post-content {
  background-color: #122723;
  background-image: url("../images/bg-tile.png"); }

.layout-sidebar-first .block,
.layout-sidebar-second .block {
  background-color: #122723;
  background-image: url("../images/bg-tile.png"); }

#navbar-container {
  background-color: #121C27; }

.layout-menu-fixed-pos {
  background-color: #121C27;
  background-image: url("../images/topnav-480.jpg");
  background-size: cover;
  background-position: center;
  border-color: #192535; }

@media screen and (min-width: 720px) {
  .layout-menu-fixed-pos {
    background-image: url("../images/topnav-720.jpg"); } }

@media screen and (min-width: 900px) {
  .layout-menu-fixed-pos {
    background-image: url("../images/topnav-900.jpg"); } }

.region-primary-menu nav .menu-item, .region-primary-menu nav .menu-item a, .region-secondary-menu nav .menu-item, .region-secondary-menu nav .menu-item a {
  font-weight: normal;
  font-style: normal;
  color: #EEE; }
  .region-primary-menu nav .menu-item:lang(en), .region-primary-menu nav .menu-item a:lang(en), .region-secondary-menu nav .menu-item:lang(en), .region-secondary-menu nav .menu-item a:lang(en) {
    font-family: Recoleta, Helvetica, Arial, sans-serif; }
  .region-primary-menu nav .menu-item:lang(ru), .region-primary-menu nav .menu-item a:lang(ru), .region-secondary-menu nav .menu-item:lang(ru), .region-secondary-menu nav .menu-item a:lang(ru) {
    font-family: RUExocM, sans-serif; }

.layout-container > header {
  position: relative; }

.layout-container > header > .title {
  position: absolute;
  bottom: -1.3em;
  left: -0.6em;
  width: 100%;
  height: 4.5em;
  background-size: auto 4.5em;
  background-repeat: no-repeat;
  background-position: left bottom;
  pointer-events: none; }

.layout-container.page.the.open.road > header > .title {
  background-image: url("../images/headers/the-open-road.svg"); }

.layout-container.page.commitments > header > .title {
  background-image: url("../images/headers/commitments.svg"); }

.layout-container.page.inclusion > header > .title {
  background-image: url("../images/headers/inclusion.svg"); }

.layout-container.page.partners > header > .title {
  background-image: url("../images/headers/partners.svg"); }

.layout-container.page.press > header > .title {
  background-image: url("../images/headers/press.svg"); }

.layout-container.page.team > header > .title {
  background-image: url("../images/headers/team.svg"); }

.layout-container.page.privacy > header > .title {
  background-image: url("../images/headers/privacy.svg"); }

.layout-container.page.alpha > header > .title {
  background-image: url("../images/headers/alpha.svg"); }

.layout-container.page.characters > header > .title {
  background-image: url("../images/headers/characters.svg"); }

.layout-container.page.advisors > header > .title {
  background-image: url("../images/headers/advisors.svg"); }

.layout-container.page.design.principles > header > .title {
  background-image: url("../images/headers/principles.svg"); }

.layout-container.view.blog > header > .title, .layout-container.node.blog_post > header > .title {
  background-image: url("../images/headers/blog.svg"); }

.layout-container.view.design_articles > header > .title, .layout-container.node.article > header > .title {
  background-image: url("../images/headers/design.svg"); }

.layout-container.user > header > .title {
  background-image: url("../images/headers/profile.svg"); }

.layout-container.page.faq > header > .title {
  background-image: url("../images/headers/faq.svg"); }

.layout-container.page.web.credits > header > .title {
  background-image: url("../images/headers/web_credits.svg"); }

.layout-container.contact > header > .title {
  background-image: url("../images/headers/contact.svg"); }

.layout-container.challengermode > header > .title {
  background-image: url("../images/headers/challengermode.svg"); }

@media screen and (min-width: 30em) {
  .layout-container.view.design_articles > header > .title, .layout-container.node.article > header > .title {
    height: 7.2em;
    background-size: auto 7.2em;
    background-image: url("../images/headers/design_articles.svg"); }
  .layout-container.page.design.principles > header > .title {
    background-image: url("../images/headers/design_principles.svg"); } }

html, body {
  font-size: 18px; }

body {
  font-weight: normal;
  font-style: normal;
  color: #EEE;
  color: #EEE; }
  body:lang(en) {
    font-family: Cloverlock, Helvetica, Arial, sans-serif; }
  body:lang(ru) {
    font-family: Latoc, sans-serif; }

a {
  color: #799B6A;
  text-decoration: none;
  transition-property: color;
  transition-duration: 0.2s; }

a:hover {
  color: #C4D0BF; }

mark {
  color: #FEDF59;
  background-color: rgba(0, 0, 0, 0); }

h1 {
  font-weight: normal;
  font-size: 2em;
  color: #EEE;
  margin: 0.1em 0em; }
  h1:lang(en) {
    font-family: Recoleta, Helvetica, Arial, sans-serif; }
  h1:lang(ru) {
    font-family: RUExocR, sans-serif; }

h1 a {
  color: #EEE; }

h1 a:hover {
  color: #BCCDB4; }

h2 {
  font-weight: normal;
  font-style: italic;
  font-size: 1.3em;
  color: #999;
  margin: 0.1em 0em; }
  h2:lang(en) {
    font-family: Cloverlock, Helvetica, Arial, sans-serif; }
  h2:lang(ru) {
    font-family: Latoc, sans-serif; }

h2 a {
  font-weight: normal;
  font-style: italic;
  font-size: 1.3em;
  color: #999;
  margin: 0.1em 0em;
  font-size: 1em; }
  h2 a:lang(en) {
    font-family: Cloverlock, Helvetica, Arial, sans-serif; }
  h2 a:lang(ru) {
    font-family: Latoc, sans-serif; }

h3 {
  font-weight: normal;
  font-style: italic;
  font-size: 1.15em;
  color: #999;
  margin: 0.1em 0em; }
  h3:lang(en) {
    font-family: Cloverlock, Helvetica, Arial, sans-serif; }
  h3:lang(ru) {
    font-family: Latoc, sans-serif; }

h3 a {
  font-weight: normal;
  font-style: italic;
  font-size: 1.15em;
  color: #999;
  margin: 0.1em 0em;
  font-size: 1em; }
  h3 a:lang(en) {
    font-family: Cloverlock, Helvetica, Arial, sans-serif; }
  h3 a:lang(ru) {
    font-family: Latoc, sans-serif; }

.note {
  font-weight: normal;
  font-style: normal;
  font-size: 0.8em;
  color: #CCC; }
  .note:lang(en) {
    font-family: Cloverlock, Helvetica, Arial, sans-serif; }
  .note:lang(ru) {
    font-family: Latoc, sans-serif; }

.blush {
  color: #DE5D83; }

.greyed, .faded {
  color: #999; }

a.discord {
  color: #8295d8; }
  a.discord:hover {
    color: #a9b6e4; }

abbr {
  cursor: help; }

.block-local-tasks-block ul li, .block-local-tasks-block ul li a,
.block-local-tasks-block ul li:hover a,
.menu-item:hover a {
  color: #C4D0BF; }

.node--unpublished {
  border-top: 2px solid #F44;
  padding-top: 0.6em;
  background: none; }

blockquote.esteemed {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  blockquote.esteemed p {
    flex: 0 0 auto;
    margin-right: 1.25em; }
    blockquote.esteemed p .quotation {
      font-size: 1.125em; }
    blockquote.esteemed p .citation {
      color: #999; }

.view-blog > .view-header {
  font-style: italic;
  font-size: 1.1em;
  color: #666;
  transform: translateY(-0.3em);
  margin-bottom: -0.3em; }
  .view-blog > .view-header:lang(en) {
    font-family: Cloverlock, Helvetica, Arial, sans-serif; }
  .view-blog > .view-header:lang(ru) {
    font-family: Latoc, sans-serif; }

.view-blog > .view-content {
  margin-top: 1em; }

.form-item .description {
  font-weight: normal;
  font-style: italic;
  font-size: 0.88em;
  color: #555; }
  .form-item .description:lang(en) {
    font-family: Cloverlock, Helvetica, Arial, sans-serif; }
  .form-item .description:lang(ru) {
    font-family: Latoc, sans-serif; }

input[type=text], input[type=password], input[type=email], input[type=search], input[type=date], input[type=url] {
  background: rgba(0, 0, 0, 0.4);
  color: #EEE; }
  input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=url]::-moz-placeholder {
    font-style: italic; }
  input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder {
    font-style: italic; }
  input[type=text]::placeholder, input[type=password]::placeholder, input[type=email]::placeholder, input[type=search]::placeholder, input[type=date]::placeholder, input[type=url]::placeholder {
    font-style: italic; }

input[type=submit], input[type=button], button {
  background: #f8d568;
  color: #222; }

input[type=submit], input[type=checkbox], button {
  cursor: pointer; }

input:focus {
  box-shadow: #7F9C76 0px 0px 4px; }

.input-container label[for] {
  font-weight: normal;
  font-style: normal;
  font-size: 0.8em;
  color: #CCC;
  cursor: pointer; }
  .input-container label[for]:lang(en) {
    font-family: Cloverlock, Helvetica, Arial, sans-serif; }
  .input-container label[for]:lang(ru) {
    font-family: Latoc, sans-serif; }

.js input.form-autocomplete {
  background-image: url(../images/autocomplete.svg);
  background-position: 95% center; }

.js[dir="rtl"] input.form-autocomplete {
  background-position: 0% center; }

.js input.form-autocomplete.ui-autocomplete-loading {
  background-image: url(../images/autocomplete-loading.svg);
  background-position: 95% center;
  /* LTR */ }

.js[dir="rtl"] input.form-autocomplete.ui-autocomplete-loading {
  background-position: 0% center; }

.js input[type=date] {
  background-image: url(../images/calendar.svg);
  background-position: 95% center;
  background-repeat: no-repeat; }

.ui-autocomplete {
  background-color: #213038;
  list-style: none;
  padding: 0.2em 0em 0.4em 0em;
  width: 9em; }
  .ui-autocomplete li {
    width: 100%;
    font-size: 0.9em; }
  .ui-autocomplete li > a {
    display: block;
    padding: 0.1em 0em 0.1em 0.5em;
    border-left: 3px solid rgba(0, 0, 0, 0);
    color: #EEE; }
    .ui-autocomplete li > a:hover {
      color: #EEE;
      border-left-color: #416078;
      background-color: #253745; }

.note-left, .note-right, article.comment {
  padding: 0.6em;
  background-clip: padding-box;
  background-color: #13342D;
  border: 1px solid #09241F;
  display: flex; }
  .note-left p, .note-right p, article.comment p {
    margin: 0.1em 0em; }
  .note-left p:not(:last-child), .note-right p:not(:last-child), article.comment p:not(:last-child) {
    margin-bottom: 0.5em; }
  .note-left .description:first-child, .note-right .description:first-child, article.comment .description:first-child {
    padding: 0.3em; }

.note-left {
  transform: translateX(-1.6em);
  margin: 0em -3.2em 0.5em 0em;
  flex-direction: row; }
  .note-left > img {
    flex: 0 0 auto;
    margin-right: 0.5em; }
  .note-left > .description:not(:first-child) > p {
    margin-left: 0.3em; }

.note-right {
  margin: 0em -1.6em 0.5em -1.6em;
  flex-direction: row-reverse;
  text-align: right; }
  .note-right > img {
    flex: 0 0 auto;
    margin-left: 0.5em; }
  .note-right > .description:not(:first-child) > p {
    margin-right: 0.3em; }
  .note-right h2 {
    margin-right: 0.0em; }

.note-left .dl-button, .note-right .dl-button {
  position: relative;
  padding: 0.05em 0.4em;
  background: #486;
  margin: 0em 0.2em; }
  .note-left .dl-button .tip, .note-right .dl-button .tip {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.2s;
    position: absolute;
    left: 50%;
    bottom: 103%;
    transform: translateX(-50%);
    padding: 0.5em;
    background: #080808;
    pointer-events: none;
    z-index: 44; }
  .note-left .dl-button:hover .tip, .note-right .dl-button:hover .tip {
    opacity: 1; }

.note-left div :last-child(), .note-right div :last-child() {
  margin-bottom: 0em; }

.note-center img {
  position: relative;
  display: block;
  margin: 0 auto; }

.note-center .description--tray {
  display: flex;
  justify-content: space-between;
  transform: translateY(-1.5em); }

.note-center .description {
  padding: 0.6em;
  background-clip: padding-box;
  background-color: #13342D;
  border: 1px solid #09241F;
  display: flex; }
  .note-center .description p {
    margin: 0.1em 0em; }
  .note-center .description p:not(:last-child) {
    margin-bottom: 0.5em; }
  .note-center .description .description:first-child {
    padding: 0.3em; }

@media screen and (min-width: 43em) and (max-width: 53em) {
  .note-left {
    transform: translateX(-2.8em);
    margin-right: -3.7em; }
  .note-right {
    transform: translateX(1.2em);
    margin-left: -2.1em; } }

@media screen and (min-width: 43em) {
  .layout-container.feature .note-left {
    transform: translateX(-2.8em);
    margin-right: -3.7em; }
  .layout-container.feature .note-right {
    transform: translateX(1.2em);
    margin-left: -2.1em; } }

@media screen and (min-width: 63em) {
  .note-left {
    transform: translateX(-2.8em);
    margin-right: -3.7em; }
  .note-right {
    transform: translateX(1.2em);
    margin-left: -2.1em; } }

table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%; }

table, th, td {
  font-weight: normal; }

th, td {
  padding: 0.3em; }

.node__content table {
  font-size: 0.9em;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666; }
  .node__content table thead tr {
    font-weight: normal;
    font-style: normal;
    font-size: 0.975em;
    color: #777;
    text-align: left;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    background-color: rgba(121, 149, 124, 0.2); }
    .node__content table thead tr:lang(en) {
      font-family: Recoleta, Helvetica, Arial, sans-serif; }
    .node__content table thead tr:lang(ru) {
      font-family: RUExocM, sans-serif; }
  .node__content table.headless tr:nth-child(even), .node__content table:not(.headless) tr:nth-child(odd) {
    background-color: rgba(121, 149, 124, 0.1); }

#admin-aod_log tbody > tr {
  border-bottom: 1px solid rgba(121, 149, 124, 0.2); }

table {
  font-size: 0.85em; }
  table thead tr {
    font-weight: normal;
    font-style: normal;
    font-size: 0.975em;
    color: #777;
    text-align: left;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    background-color: rgba(121, 149, 124, 0.2);
    white-space: nowrap; }
    table thead tr:lang(en) {
      font-family: Recoleta, Helvetica, Arial, sans-serif; }
    table thead tr:lang(ru) {
      font-family: RUExocM, sans-serif; }
  table td.views-field {
    text-overflow: ellipsis; }
  table th.views-field-node-bulk-form > input {
    margin-top: 0.2em;
    margin-left: 0.2em; }
  table .views-field-user-picture {
    padding: 0;
    position: relative; }
  table .views-field-user-picture > img {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px; }
  table .views-field-access {
    max-width: 7em;
    max-height: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  table .views-field > .item-list > ul {
    display: block;
    margin: 0;
    padding: 0; }
    table .views-field > .item-list > ul li {
      display: inline-block; }
    table .views-field > .item-list > ul li:not(:last-child):after {
      content: ',';
      margin-right: 0.3em; }

.ajax-progress {
  display: none; }

#modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s; }
  #modal-overlay .image {
    width: auto;
    height: 100%; }
    #modal-overlay .image:before {
      content: '';
      position: absolute;
      width: 200%;
      height: 200%;
      top: -50%;
      left: -50%;
      z-index: -1;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/logo-rose-2.svg");
      transition: transform 0.8s cubic-bezier(0, 0, 0.1, 0.99); }
  #modal-overlay.visible {
    opacity: 1;
    pointer-events: auto; }
    #modal-overlay.visible .image:before {
      transform: rotate(5deg); }

/*.ui-widget-overlay,
	position: fixed
	top: 0
	left: 0
	right: 0
	bottom: 0
	background-position: center center
	background-repeat: no-repeat
	background-color: rgba(0,0,0,0.6)
	background-image: url('../images/logo-rose-2.svg')
	background-size: cover
	z-index: 100*/
.ui-dialog {
  font-size: 1.05em;
  max-width: 100%;
  max-height: 70%;
  border: none;
  background: #111;
  z-index: 101;
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.4);
  background-color: #122723;
  background-image: url("../images/bg-tile.png"); }

@media screen and (min-width: 30em) {
  .ui-dialog {
    max-width: 360px; }
  .ui-dialog-content > div {
    max-height: 500px; } }

@media screen and (min-width: 53em) {
  .ui-dialog {
    max-width: 360px; }
  .ui-dialog-content > div {
    max-height: 600px; } }

.ui-dialog-content {
  margin-bottom: 0.4em;
  padding: 0.8em 1.6em 1em 1.6em;
  overflow-y: auto; }
  .ui-dialog-content > div {
    max-height: 400px; }

.ui-dialog-title {
  font-weight: normal;
  font-style: normal;
  color: #EEE;
  max-height: 1.2em;
  overflow: hidden;
  padding-bottom: 0.2em; }
  .ui-dialog-title:lang(en) {
    font-family: Recoleta, Helvetica, Arial, sans-serif; }
  .ui-dialog-title:lang(ru) {
    font-family: RUExocM, sans-serif; }

.ui-dialog-titlebar {
  display: flex;
  position: relative;
  justify-content: space-between;
  background-position: center;
  background-color: #4D7561;
  background-image: url("../images/bg-modal-title.jpg");
  background-size: cover;
  border-bottom: 1px solid #09241F;
  padding: 0.8em 1em 0.3em 1em; }

.ui-dialog-titlebar-close {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0.3em;
  background: none;
  cursor: pointer;
  left: 0.3em;
  bottom: 0.2em; }
  .ui-dialog-titlebar-close .ui-icon:after {
    font-size: 1.2em;
    font-weight: bold;
    color: #EEE;
    content: '\00D7'; }
  .ui-dialog-titlebar-close .ui-button-text {
    display: none; }

.ui-dialog-buttonpane {
  padding: 0em 0.9em 1em 0.9em; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s; }
  .modal .image {
    width: auto;
    height: 100%; }
    .modal .image:before {
      content: '';
      position: absolute;
      width: 200%;
      height: 200%;
      top: -50%;
      left: -50%;
      z-index: -1;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/logo-rose-2.svg");
      transition: transform 0.8s cubic-bezier(0, 0, 0.1, 0.99); }
  .modal:target {
    opacity: 1;
    pointer-events: auto; }
    .modal:target .image:before {
      transform: rotate(5deg); }
  .modal .close {
    cursor: default;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

nav.tabs, nav.action-links {
  background: #213038;
  border-color: #1A242B; }
  nav.tabs li:lang(en), nav.action-links li:lang(en) {
    font-family: Recoleta, Helvetica, Arial, sans-serif; }
  nav.tabs li:lang(ru), nav.action-links li:lang(ru) {
    font-family: RUExocM, sans-serif; }
  nav.tabs li a, nav.action-links li a {
    color: #EEE; }
  nav.tabs li.is-active, nav.action-links li.is-active {
    border-bottom-color: #246c64; }
  nav.tabs li:not(.is-active):hover, nav.action-links li:not(.is-active):hover {
    border-bottom-color: #416078; }

.region-fixedtop {
  position: absolute;
  top: 0;
  width: 100%; }

.region-fixedtop .block-language {
  display: none; }

@media screen and (min-width: 44.375em) {
  .region-fixedtop .block-language {
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
    padding: 0.3em; }
    .region-fixedtop .block-language .en {
      background-image: url("../images/flags/en.png"); }
    .region-fixedtop .block-language .ru {
      background-image: url("../images/flags/ru.png"); }
    .region-fixedtop .block-language ul {
      display: flex;
      flex-direction: column;
      list-style: none;
      margin: 0;
      padding: 0; }
    .region-fixedtop .block-language li {
      position: relative;
      display: block;
      width: 24px;
      height: 24px;
      background-size: cover;
      background-repeat: no-repeat;
      overflow: hidden;
      filter: saturate(35%);
      transition: filter 0.3s; }
    .region-fixedtop .block-language li:hover {
      filter: saturate(85%); }
    .region-fixedtop .block-language li:not(:last-child) {
      margin-right: 0.1em; }
    .region-fixedtop .block-language a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-indent: -9001px; } }

@media screen and (min-width: 47.375em) {
  .region-fixedtop .block-language ul {
    flex-direction: row; } }

@media screen and (min-width: 59.625em) {
  .layout-container:not(.feature) .region-fixedtop .block-language {
    display: none; } }

@media screen and (min-width: 64.625em) {
  .layout-container:not(.feature) .region-fixedtop .block-language {
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
    padding: 0.3em; }
    .layout-container:not(.feature) .region-fixedtop .block-language .en {
      background-image: url("../images/flags/en.png"); }
    .layout-container:not(.feature) .region-fixedtop .block-language .ru {
      background-image: url("../images/flags/ru.png"); }
    .layout-container:not(.feature) .region-fixedtop .block-language ul {
      display: flex;
      flex-direction: column;
      list-style: none;
      margin: 0;
      padding: 0; }
    .layout-container:not(.feature) .region-fixedtop .block-language li {
      position: relative;
      display: block;
      width: 24px;
      height: 24px;
      background-size: cover;
      background-repeat: no-repeat;
      overflow: hidden;
      filter: saturate(35%);
      transition: filter 0.3s; }
    .layout-container:not(.feature) .region-fixedtop .block-language li:hover {
      filter: saturate(85%); }
    .layout-container:not(.feature) .region-fixedtop .block-language li:not(:last-child) {
      margin-right: 0.1em; }
    .layout-container:not(.feature) .region-fixedtop .block-language a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-indent: -9001px; } }

@media screen and (min-width: 67.625em) {
  .layout-container:not(.feature) .region-fixedtop .block-language ul {
    flex-direction: row; } }

.region-footer .block-language ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0; }

.region-footer .block-language li {
  font-family: sans-serif;
  font-size: 0.75em; }

.region-footer .block-language li:not(:last-child) {
  margin-right: 1em; }

.layout-footer-content {
  background: #13342D;
  outline: 1px solid #09241F; }

#block-footnotes {
  font-weight: normal;
  font-style: italic;
  font-size: 0.88em;
  color: #555; }
  #block-footnotes:lang(en) {
    font-family: Cloverlock, Helvetica, Arial, sans-serif; }
  #block-footnotes:lang(ru) {
    font-family: Latoc, sans-serif; }

.footer-decoration-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 15em;
  width: 30em;
  transform: translateX(-50%) translateY(0.5em); }

.footer-decoration {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 150%;
  width: 150%;
  background-image: url("../images/footer_flake.svg");
  background-size: cover; }
